/* --------------------------------- */
.containerCrapper { width: 100%; max-width: 1440px; min-width: 570px; padding: 0 20px; box-sizing: border-box; margin: 0 auto; position: relative; }
.containerWrapper { width: 100%; max-width: 1320px; min-width: 570px; padding: 0 20px; box-sizing: border-box; margin: 0 auto; position: relative; }
.containerPage { min-width: 570px; overflow: hidden; }
.containerPage.blur { filter: blur(10px); }
.color--1 { color: #fbb13b; }
.color--2 { color: #cd6aff; }
.button--register { transition: all .2s; font-weight: 500; color: #fff; height: 54px; border-radius: 40px; border: 2px solid #fbb03b; box-sizing: border-box; padding: 0 40px; line-height: 50px; display: block; }
.button--register:hover { border-color: #fff; text-decoration: none; padding: 0 50px; }
.button--register:hover img { transform: skew(-180deg, 0deg); }
.button--register img { position: relative; top: 19px; margin-left: 24px; transition: all .2s; }

/* --------------------------------- */
.containerHeader { position: relative; height: 620px; background: rgba(229, 237, 248, 0.087) url('../img/bg.png') center center no-repeat; background-size: cover; }
.containerHeader .containerHeader--first { height: 54px; padding: 50px 0; overflow: hidden; }
.containerHeader .containerHeader--first .containerHeader--logotype { float: left; }
.containerHeader .containerHeader--first .containerHeader--logotype .containerHeader--logo { display: block; width: 230px; height: 54px; background: url('../img/logo.png') no-repeat; }
.containerHeader .containerHeader--first .containerHeader--title { float: left; margin-left: 30px; padding-left: 30px; height: 44px; border-left: 1px solid rgba(255,255,255,0.1); line-height: 44px; color: #fff; margin-top: 5px; }
.containerHeader .containerHeader--first .containerHeader--button { float: right; }
.containerHeader .containerHeader--first .containerHeader--languages { float: right; margin: 5px 30px 0 0; }
.containerHeader .containerHeader--first .containerHeader--languages a { float: left; height: 44px; width: 44px; border-radius: 100%; text-align: center; line-height: 44px; color: #fff; font-size: 14px; text-transform: uppercase; }
.containerHeader .containerHeader--first .containerHeader--languages a:hover { text-decoration: none; }
.containerHeader .containerHeader--first .containerHeader--languages a.current { background: rgba(255,255,255,0.1); }
.containerHeader .containerHeader--second { padding-top: 40px; }
.containerHeader .containerHeader--second .containerHeader--second--phone { float: left; max-width: 452px; }
.containerHeader .containerHeader--second .containerHeader--second--phone img { max-width: 100%;}
.containerHeader .containerHeader--second .containerHeader--second--text { margin-left: 480px; color: #fff; }
.containerHeader .containerHeader--second .containerHeader--second--text .second--text--1 { padding: 20px 0 25px 0; font-size: 24px; line-height: 34px; }
.containerHeader .containerHeader--second .containerHeader--second--text .second--text--2 { font-size: 59px; line-height: 72px; font-weight: 700; }
.containerHeader .containerHeader--second .containerHeader--second--text .second--text--3 { padding: 20px 0 30px 0; font-size: 24px; line-height: 34px; }

/* --------------------------------- */
.containerFirst { background: #edf1f4; min-height: 180px; padding: 50px 0; }
.containerFirst .containerFirst--coins { margin-left: 480px; }
.containerFirst .containerFirst--coins .coins--buttons { width: calc(100% + 24px); position: relative; display: inline-block; left: -12px; }
.containerFirst .containerFirst--coins .coins--buttons--element { float: left; width: 33.3333%; padding: 0 12px; box-sizing: border-box; }
.containerFirst .containerFirst--coins .coins--buttons--element img { border-radius: 20px; box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
.containerFirst .containerFirst--coins .coins--text { padding-top: 30px; color: #161b23; line-height: 26px; text-align: center; }

/* --------------------------------- */
.containerSecond { background: #edf1f4; padding: 50px 0 100px 0; overflow: hidden; }
.containerSecond .containerSecond--second { float: left; width: 580px; }
.containerSecond .containerSecond--second .second--o--title { font-size: 45px; color: #000; padding-bottom: 40px; }
.containerSecond .containerSecond--second .second--o--text { color: #161b23; line-height: 26px; }

/* --------------------------------- */
.containerThird { padding: 100px 0; background: #0e1119; }
.containerThird .containerThird--background { height: 409px; background: url('../img/form.jpg') left center no-repeat; }
.containerThird .containerThird--info { width: 580px; margin-top: 50px; color: #fff; opacity: 0.35; clear: both; float: right; padding: 0 50px; box-sizing: border-box; line-height: 26px; }
.containerThird .containerThird--form { width: 580px; height: 680px; background: #fff; float: right; margin-top: -460px; border-radius: 20px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); padding: 50px; box-sizing: border-box; }
.containerThird .containerThird--form .form--title { font-size: 24px; font-weight: 500; color: #000; padding-bottom: 40px; }
.containerThird .containerThird--form .form--label { display: inline-block; width: 100%; position: relative; margin-bottom: 25px; }
.containerThird .containerThird--form .form--name { display: block; color: #485160; padding-bottom: 10px; }
.containerThird .containerThird--form .form--input { background: #edf1f4; transition: all .2s; height: 48px; border-radius: 10px; border: 1px solid #edf1f4; padding: 0 20px; font-size: 18px; color: #000; box-sizing: border-box; width: 100%; }
.containerThird .containerThird--form .form--input.phone { padding: 0 20px 0 55px; }
.containerThird .containerThird--form .form--input:active { border-color: #6aa6ff; }
.containerThird .containerThird--form .form--input:focus { border-color: #6aa6ff; }
.containerThird .containerThird--form .form--icon { position: absolute; bottom: 10px; left: 15px; }
.containerThird .containerThird--form .containerThird--button { background: #fbb13b; transition: all .2s; margin-top: 20px; border-radius: 10px; padding: 20px 30px; cursor: pointer; box-sizing: border-box; display: block; border: none; outline: none; width: 100%; text-align: left; }
.containerThird .containerThird--form .containerThird--button:hover { background: #fcca7c;}
.containerThird .containerThird--form .containerThird--button .containerThird--button--title { font-size: 20px; font-weight: 700; display: block; color: #000; text-transform: uppercase; text-align: center; }
.containerThird .containerThird--form .containerThird--button .containerThird--button--text { font-size: 18px; color: #866022; }

/* --------------------------------- */
.containerTrio { padding: 20px 0 100px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.containerTrio .containerTrio--container { display: inline-block; width: calc(100% + 100px); left: -50px; position: relative; }
.containerTrio .containerTrio--container .containerTrio--element { float: left; width: 33.3333%; padding: 0 50px; box-sizing: border-box; }
.containerTrio .containerTrio--container .containerTrio--element--image { margin-bottom: 30px; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 30px rgba(205,106,255,0.2); }
.containerTrio .containerTrio--container .containerTrio--element:nth-child(2) .containerTrio--element--image { box-shadow: 0 20px 30px rgba(251,177,59,0.2); }
.containerTrio .containerTrio--container .containerTrio--element--present h3 { font-size: 24px; font-weight: 500; padding-bottom: 10px; }
.containerTrio .containerTrio--container .containerTrio--element--present p { font-size: 18px; opacity: 0.5; line-height: 26px; }

/* --------------------------------- */
.containerReviews { padding: 100px 0 80px 0; }
.containerReviews .containerReviews--title { font-size: 45px; font-weight: 400; padding-bottom: 70px; }
.containerReviews .containerReviews--container { display: inline-block; width: calc(100% + 100px); left: -50px; position: relative; }
.containerReviews .containerReviews--element { float: left; width: 33.3333%; padding: 0 50px; box-sizing: border-box; }
.containerReviews .containerReviews--element .containerReviews--element--image { border-radius: 20px; overflow: hidden; margin-bottom: 40px; position: relative; }
.containerReviews .containerReviews--element .containerReviews--element--image img { width: 100%; }
.containerReviews .containerReviews--element .containerReviews--element--image .image--present { position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px; box-sizing: border-box; background: rgba(0,0,0,0.7); }
.containerReviews .containerReviews--element .containerReviews--element--image .image--present h3 { font-weight: 500; padding-bottom: 10px; font-size: 24px; }
.containerReviews .containerReviews--element .containerReviews--element--image .image--present span { font-weight: 700; color: #fbb13b; font-size: 24px;}
.containerReviews .containerReviews--element .containerReviews--element--present { line-height: 26px; opacity: 0.5; }

/* --------------------------------- */
.containerOpus { padding: 80px 0 50px 0; background: #edf1f4; }
.containerOpus .containerOpus--title { font-size: 45px; font-weight: 400; padding-bottom: 70px; color: #000; }
.containerOpus .containerOpus--element { background: #fff; border-radius: 20px; padding: 40px 40px 30px 40px; margin-bottom: 30px; box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.containerOpus .containerOpus--element .containerOpus--element--photo { float: left; width: 160px; height: 160px; border-radius: 10px; overflow: hidden; }
.containerOpus .containerOpus--element .containerOpus--element--text { margin-left: 200px; color: #000; }
.containerOpus .containerOpus--element .containerOpus--element--text h3 { font-weight: 500; color: #000; font-size: 24px; padding: 5px 0; }
.containerOpus .containerOpus--element .containerOpus--element--text p { font-size: 18px; line-height: 26px; }

/* --------------------------------- */
.containerRegister { padding: 80px 0; text-align: center; }
.containerRegister h3 { font-size: 24px; padding-bottom: 40px; font-weight: 400;}

/* --------------------------------- */
.containerFooter { padding: 30px 0; border-top: 1px solid rgba(255,255,255,0.1); overflow: hidden; }
.containerFooter .containerFooter--logotype { float: left; }
.containerFooter .containerFooter--logotype .containerFooter--logo { display: block; width: 230px; height: 54px; background: url('../img/logo.png') no-repeat; }
.containerFooter .containerFooter--title { float: left; margin-left: 50px; padding-left: 50px; height: 44px; border-left: 1px solid rgba(255,255,255,0.1); line-height: 44px; color: #fff; margin-top: 5px; }
.containerFooter .containerFooter--copyrights { float: right; height: 44px; line-height: 44px; color: #fff; margin-top: 5px; }
.containerFooter .containerFooter--contacts { display: inline-block; width: 100%; padding-top: 30px; clear: both; }
.containerFooter .containerFooter--contacts > div { display: inline-block; padding-right: 50px; line-height: 32px; }
.containerFooter .containerFooter--contacts > div img { margin-right: 10px; }

/* --------------------------------- */
.containerThanks { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(14,17,25,0.95); z-index: 100; display: none; }
.containerThanks .containerThanks--content { width: 400px; height: 300px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; text-align: center; }
.containerThanks .containerThanks--content .containerThanks--content--title { font-size: 24px; padding-top: 30px; font-weight: 300; }

/* --------------------------------- */
@media screen and (max-width: 1200px){
    .containerHeader .containerHeader--second .containerHeader--second--phone { max-width: 250px; }
    .containerHeader .containerHeader--second .containerHeader--second--text { margin-left: 300px; }
}

@media screen and (max-width: 1000px){
    .containerHeader .containerHeader--first .containerHeader--title { display: none; }
    .containerHeader .containerHeader--second .containerHeader--second--text .second--text--2 { font-size: 40px; line-height: 46px; }
}

@media screen and (max-width: 770px){
    .containerHeader { height: 420px; }
    .containerHeader .containerHeader--second { padding-top: 0; }
    .containerHeader .containerHeader--second .containerHeader--second--phone { max-width: 226px; }
    .containerHeader .containerHeader--second .containerHeader--second--text { margin-left: 230px; }
    .containerHeader .containerHeader--second .containerHeader--second--text .second--text--1 { padding: 10px 0; font-size: 18px; line-height: 26px; }
    .containerHeader .containerHeader--second .containerHeader--second--text .second--text--2 { font-size: 31px; line-height: 39px; }
    .containerHeader .containerHeader--second .containerHeader--second--text .second--text--3 { padding-top: 10px; font-size: 18px; line-height: 26px; }
    .button--register { padding: 0 20px; }
    .button--register img { margin-left: 14px; }
    .break { display: inline-block; }
    .preak { display: none; }
    .containerFirst .containerFirst--coins { margin-left: 0; }
    .containerFirst .containerFirst--coins .coins--buttons--element { width: 50%; }
    .containerFirst .containerFirst--coins .coins--buttons--element:last-child { position: absolute; top: -70px; right: 0; }
    .containerFirst .containerFirst--coins .coins--text { display: none; }
    .containerThird .containerThird--form { margin-top: -140px; width: 530px; }
    .containerFirst { min-height: 0; padding-bottom: 0; padding-top: 100px; }
    .containerTrio { clear: both; padding-top: 50px; }
    .containerTrio .containerTrio--container .containerTrio--element { width: 100%; margin-bottom: 40px; text-align: center; }
    .containerSecond { margin-top: -1px; }
    .containerSecond .containerSecond--second .second--o--title { font-size: 30px; padding-bottom: 20px; }
    .containerTrio .containerTrio--container .containerTrio--element--image { box-shadow: none !important; }
    .containerTrio .containerTrio--container .containerTrio--element--image img { width: 100%; }
    .containerTrio { padding-bottom: 0; }
    .containerReviews { padding: 50px 0; }
    .containerReviews .containerReviews--title { font-size: 29px; }
    .containerReviews .containerReviews--element { width: 100%; margin-bottom: 40px; }
    .containerSecond .containerSecond--second { width: 530px; }
    .containerFooter .containerFooter--title { display: none; }
    .containerFooter .containerFooter--copyrights { display: none; }
    .containerHeader .containerHeader--first .containerHeader--languages { float: right; margin: 15px 0 0 0; clear: both; }
    .containerHeader .containerHeader--first { overflow: inherit; }
}