@font-face {
	font-family: 'DrukTextWideCyr-Medium';
	src: url('fonts/druktextwidecyr-medium.eot'); /* IE 9 Compatibility Mode */
	src: url('fonts/druktextwidecyr-medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('fonts/druktextwidecyr-medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/druktextwidecyr-medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('fonts/druktextwidecyr-medium.ttf') format('truetype'), /* Safari, Android, iOS */
		url('fonts/druktextwidecyr-medium.svg#druktextwidecyr-medium') format('svg'); /* Chrome < 4, Legacy iOS */
}


* {
    margin:0;
    padding:0;
}

body {
	font-family: 'DrukTextWideCyr-Medium';
    color:#000;
    background: #fbe814;
}

img {
    max-width:100%;
    height:auto;
}

.logo {
    max-width:380px;
    margin-bottom:90px;
}

.wrap {
    max-width:1700px;
    margin:0 auto;
    width:90%;
}

header .wrap {
    background:#000000;
    height:81px;
    line-height: 81px;
}

.container {
    padding:0 45px;
}

header a {
    color:#fff;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}

header ul {
    display:flex;
    justify-content: flex-end;
}

header ul li {
    margin-left:70px;
}

section.one .wrap {
    background: #fbe814;
    padding: 7px 0 40px;
}

.one-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.one .casset {
    margin-top: 13px;
    max-width: 70px;
}

.hi {
    position: absolute;
    top: 180px;
    right: -70px;
}

.two h1 {
    font-size: 70px;
    color: #000000;
    text-transform: uppercase;
}

.two h2 {
    color:#000000;
    font-size:38px;
    text-transform: uppercase;
    margin-top:70px;
    max-width:630px;
    margin-bottom:80px;
}

.two h2 span {
    color:#e32538;
    display:block;
}

.zh1 {
    position:absolute;
    bottom:0%;
    right:00px;
    max-width:900px;
}

section.two .wrap {
    padding-top:120px;
    padding-bottom:77px;
}

section.two {
    margin-top:-1px;
    background:url(img/m1.png) no-repeat;
    background-size:cover;
    background-position: 0px -1px;
    position:relative;
}


section.two .heart {
    position: absolute;
    top: 270px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.two-block .title {
    font-size:36px;
    margin-bottom:30px;
}

.two-block .small-title {
    font-size:25px;
    margin-bottom:25px;
}


.to-reg {
    z-index: 1;
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #df0913;
    width: 650px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

section.three {
    background: #060606 url(img/shape2.png) no-repeat;
    background-size: cover;
    background-position: 0px -1px;
    padding-top: 90px;
    padding-bottom: 80px;
    position: relative;
}

section.three .title {
    font-size: 42px;
    text-transform: uppercase;
    color: #fbe814;
    margin-bottom: 41px;
}


section.three ul {
    list-style:none;
    max-width:60%;
}

section.three ul li {
    font-size:18px;
    color:#fff;
    position:relative;
    padding-left:16px;
    margin-bottom:25px;
}

section.three ul li:after {
    content:'';
    width:10px;
    height:10px;
    background:#fbe814;
    border-radius: 100%;
    position:absolute;
    top: 7px;
    left: 0;
}

.cards {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-top:80px;
}

section.three .star {
    position:absolute;
    top:120px;
    right:90px;
}

.wrap {
    position:relative;
}

.zh2 {
    position: absolute;
    bottom: -45%;
    right: 30px;
    max-width: 1000px;
}

section.four {
    overflow: hidden;
    margin-top:-1px;
    background: url(img/m1.png) no-repeat;
    background-size: cover;
    background-position: 0px -1px;
    padding-top: 100px;
    padding-bottom: 168px;
    position: relative;
}

section.four .title {
    font-size:42px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom:23px;
}

section.four p {
    font-size:18px;
    margin-bottom:42px;
}

section.four .to-reg {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #df0913;
    width: 650px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.lips {
    margin-left:75px;
    margin-top:220px;
}

.melody {
    position: absolute;
    top: 50px;
    right: 80px;
}

footer {
    background:#000000;
    padding:35px 0;
}

.socials {
    display:flex;
    align-content: center;
    justify-content: center;
    gap:0 13px;
}

.socials a img {
    max-width:35px;
}

.five {
    margin-top:-1px;
    background: #060606 url(img/shape4.png) no-repeat;
    background-size: cover;
    background-position: 0px -1px;
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
}

.five .title {
    text-transform: uppercase;
    font-size:42px;
    color:#fff;
    margin-bottom:23px;
}

.five .smalltitle {
    font-size:25px;
    color:#fbe814;
    text-transform: uppercase;
    margin-bottom:80px;   
}

.stocks {
    display:flex;
    align-items: center;
    justify-content: space-around;
    gap:0 20px;
}

.stocks img {
    max-height: 700px;
}

.five .casset {
    position:absolute;
    top:-50px;
    right:50px;
}

.six .wrap {
    background:url(img/shape5.png) no-repeat;
    background-size:cover;
    background-position: 0px -1px;
    padding-top:200px;
    padding-bottom:90px;
    position:relative;
}

.six h2 {
    font-size:22px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom:15px;
}

.six h3 {
    font-size:22px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom:15px;
}

.six h3 a {
    color:#000;
    text-decoration: none;
}

.six h3 img {
    max-width: 30px;
    position: relative;
    margin-right: 10px;
    top: 4px;
}

.six h2 img {
    position:relative;
    top:2px;
    margin-right:10px;
}

.six h3 + h2 {
    margin-bottom:230px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.six h3 + h2 img {
    margin-right:10px;
}

.six p {
    text-align: center;
    font-size: 13px;
    max-width: 1000px;
    margin: 0 auto 15px;
}

.class {
    position: absolute;
    right: 0px;
    top: 220px;
}

.buble {
    position:absolute;
    left:-60px;
    bottom:175px;
}