html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:900}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('NeueHaasDisplay-Roman.eot');
    src: url('../fonts/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Roman.woff') format('woff'),
        url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    color: #FFFFFF;
    background-color: #000000;
}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

button{
    margin: 0;
    padding: 0;
    border: 0;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.section {
    position: relative;
    z-index: 1;
}

.section__anchor {
    position: absolute;
    top: -80px;
}

.container {
    position: relative;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}

@media only screen and (max-width: 1519px){
    .container {
        max-width: 1400px;
    }
}

@media only screen and (max-width: 1399px){
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1199px){
    .container {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1023px){
    .container {
        max-width: 390px;
    }

    .section__anchor {
        top: -40px;
    }
}

.noscroll {
    overflow: hidden;
}


a {
    color: #3E3E3F;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p {
    margin: 0 0 16px;
}

p:last-child{
    margin-bottom: 0!important;
}

img,
iframe {
    display: block;
    width: 100%;
}

.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.logged-in {
    top: 32px;
}

.disabled {
    opacity: .75;
    cursor: not-allowed;
}

.title {
    font-family: "Playfair Display", serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 70px;
}

@media only screen and (max-width: 1519px){
    .title {
        font-size: 49px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 1399px) {
    .title {
        font-size: 44px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 1199px) {
    .title {
        font-size: 40px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 1023px) {
    .title {
        font-size: 32px;
        line-height: 35px;
    }
}


.orange {
    color: #FFB073;
}

.half {
    width: 50%;
}

@media only screen and (max-width: 1023px) {
    .half {
        width: 100%;
    }
}

.btn_main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 10px 10px 35px;
    column-gap: 30px;
    color: #FFB073;
    background-color: #000000;
} 

.btn_main:before {
    position: absolute;
    content: '';
    top: 10px;
    left: calc(100% - 70px);
    right: 10px;
    bottom: 10px;
    background-color: #000000;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn_main:hover:before {
    background-color: #DA8C50;
    left: 10px;
}

.btn_main:after {
    position: absolute;
    content: '';
    top: 10px;
    left: calc(100% - 70px);
    right: 10px;
    bottom: 10px;
    background-color: #1A1817;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn_main:hover:after {
    background-color: #B6682C;
}

.btn_text {
    position: relative;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 3;
}

.btn_main:hover .btn_text {
    color: #FFFFFF;
}

.btn_text:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 100%;
    height: 1px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn_main:hover .btn_text:after {
    right: 0;
}

.btn_arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 3;
}

.btn_arrow svg path {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn_main:hover .btn_arrow svg path {
    fill: #FFFFFF;
}

@media only screen and (max-width: 1519px) {
    .btn_main {
        padding-left: 29px;
        column-gap: 27px;
    }

    .btn_main:after {
        top: 7px;
        left: calc(100% - 55px);
        right: 7px;
        bottom: 7px;
    }

    .btn_main:before {
        top: 7px;
        left: calc(100% - 55px);
        right: 7px;
        bottom: 7px;
    }

    .btn_text {
        font-size: 15px;
        line-height: 24px;
    }

    .btn_arrow {
        width: 40px;
        height: 40px;
    }

    .btn_arrow svg {
        width: 15px;
    }
    
}

@media only screen and (max-width: 1023px) {
    .btn_main {
        padding: 8px 8px 8px 36px;
    }

    .btn_main:after {
        top: 8px;
        left: calc(100% - 57px);
        right: 8px;
        bottom: 8px;
    }

    .btn_main:before {
        top: 8px;
        left: calc(100% - 57px);
        right: 8px;
        bottom: 8px;
    }

    .btn_text {
        font-size: 16px;
        line-height: 22px;
    }

    .btn_arrow {
        width: 48px;
        height: 48px;
    }
}





.line__decore {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: url(../img/footer-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.line__decore:before {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFB073;
    z-index: 4;
}

.line__decore:after {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFB073;
    z-index: 4;
}

@media only screen and (max-width: 1519px) {
    .line__decore:before {
        top: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }

    .line__decore:after {
        top: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }
}

.line_height {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-image: url(../img/line-vertical.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.line_height:before {
    position: absolute;
    content: '';
    top: -4px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFB073;
    z-index: 2;
}

.line_height:after {
    position: absolute;
    content: '';
    left: calc(50% - 5px);
    bottom: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFB073;
    z-index: 2;
}


@media only screen and (max-width: 1519px) {
    .line_height:before {
        top: -3px;
        left: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }

    .line_height:after {
        left: calc(50% - 4px);
        bottom: -4px;
        width: 8px;
        height: 8px;
    }
}

@media only screen and (max-width: 1023px) {
    .line_height {
        display: none;
    }
}








/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 41px 0;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
    z-index: 100;
}

.logged-in .header {
    top: 32px;
}

.header .container {
    width: 100%;
    max-width: 1920px;
}

.header_scroll {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.header__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px 0 18px;
}

.header__logo {
    width: 155px;
    height: 36px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header__content {
    display: flex;
    align-items: center;
    column-gap: 93px;
}

.header__language {
    position: relative;
}

.header__language-main {
    cursor: pointer;
}

.header__language-main ul {
    display: flex;
    column-gap: 36px;
}

.header__language-main li a {
    display: flex;
    width: 100%;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__language-main li.current-lang a {
    border-bottom: 1px solid #FFB073;
}

.header__burger {
    width: 53px;
    height: 16px;
    cursor: pointer;
    background-image: url(../img/burger-lines.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header_open .header__burger {
    display: none;
}

.header__fly-close {
    display: none;
}

.header_open .header__fly-close {
    display: flex;
    justify-content: center;
    width: 53px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__fly {
    position: fixed;
    top: 0;
    right: -854px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    width: 854px;
    padding: 160px 53px 30px 100px;
    color: #FFFFFF;
    background: #000000;
    overflow-y: scroll;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 90;
}

.header_open .header__fly {
    right: 0px;
}

.header__fly-label {
    position: absolute;
    top: 47px;
    left: 47px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #8D7A71;
}

.header__fly-content {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.header__fly-menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.header__fly-menu a {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    color: #FFFFFF;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__fly-menu a:hover {
    color: #FFB073;
}

@media only screen and (max-width: 1519px){
    .header {
        padding: 30px 0;
    }

    .header .container {
        max-width: 1464px;
    }

    .header__block {
        padding: 0;
    }

    .header__logo {
        width: 138px;
        height: 28px;
    }

    .header__burger {
        width: 40px;
        height: 14px;
    }

    .header__language-main li a {
        font-size: 14px;
        line-height: 20px;
    }

    .header_open .header__fly-close {
        width: 40px;
    }

    .header__fly {
        right: -670px;
        width: 670px;
        padding: 100px 53px 30px 100px;
    }

    .header__fly-label {
        top: 35px;
        left: 35px;
    }

    .header__fly-menu ul {
        row-gap: 30px;
    }

    .header__fly-menu a {
        font-size: 28px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1399px){
    .header__fly {
        right: -520px;
        width: 520px;
        padding: 100px 53px 30px 100px;
    }
}

@media only screen and (max-width: 1199px){
   
    .header__fly-menu a {
        font-size: 26px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1023px){
    .header {
        padding: 29px 0;
    }

    .header__logo {
        width: 83px;
        height: 20px;
    }

    .header__burger {
        width: 35px;
        height: 11px;
        background-size: 35px;
    }

    .header__content {
        column-gap: 30px;
    }

    .header__language-main ul {
        column-gap: 20px;
    }

    .header__language {
        display: none;
    }

    .header_open .header__language {
        display: flex;
    }

    .header_open::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        backdrop-filter: blur(15px);
    }

    .header_open .header__menu {
        display: block;
    }

    .header_open .header__menu ul {
        flex-direction: column;
        column-gap: 0;
        margin-right: 0;
        padding-top: 137px;
    }

    .header_open .header__menu li {
        position: relative;
        font-family: 'RF Dewi Expanded';
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
    }

    .header_open .header__menu li:before {
        position: absolute;
        content: '';
        top: 0;
        left: -200px;
        right: -200px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.25);
    }

    .header__fly {
        right: -100%;
        row-gap: 32px;
        width: 100%;
        padding: 130px 51px 40px 51px;
    }

    .header__fly-menu ul {
        row-gap: 30px;
    }

    .header__fly-menu a {
        font-size: 22px;
        line-height: 25px;
    }

    .header__fly-label {
        display: none;
    }

    .header_open .form__last-social {
        column-gap: 21px;
        justify-content: center;
    }

    .header_open .form__last-social a {
        width: 59px;
        height: 59px;
    }

    .header_open .form__last-social svg {
        width: initial;
    }

    .header_open .form__last-social a:last-child svg {
        width: initial;
    }
}





/*     start     */

.start {
    position: relative;
    height: 1080px;
    /*
    padding-top: 319px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.start__video {
    position: relative;
    z-index: 1;
}

.start .container {
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
}

  /*
.start__video {
  
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;

}
*/
.start__video video {
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    */
    width: 100%;
    /*min-width: 100%;
    min-height: 100%;
    width: auto;*/
    height: auto;
    /*
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
    */
}

.start:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 382px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 3;
}

.start:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 494px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 3;
}

.start__block {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.start__content {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.start__title .line-2 {
    padding-left: 55px;
}

.start__text {
    width: 100%;
    max-width: 330px;
    margin-top: 10px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.start__btn {
    display: flex;
    padding-left: 60px;
}

.start__word {
    position: absolute;
    left: -1000px;
    right: -1000px;
    bottom: -128px;
	font-family: "Playfair Display", serif;
    font-size: 449px;
    font-weight: 300;
    line-height: 494px;
    text-align: center;
    opacity: 0.2;
    z-index: 2;
}

@media only screen and (max-width: 1519px){
    .start {
        height: 815px;
        /*padding-top: 243px;*/
    }

    .start .container {
        top: 240px;
    }

    .start__block {
        padding: 0 115px;
    }

    .start__content {
        row-gap: 30px;
    }

    .start__text {
        max-width: 251px;
        margin-top: 8px;
        font-size: 16px;
        line-height: 21px;
    }

    .start__word {
        bottom: -110px;
        font-size: 343px;
        line-height: 394px;
    }
}

@media only screen and (max-width: 1399px){
    .start {
        height: 660px;
        /*padding-top: 243px;*/
    }

    .start__block {
        padding: 0 80px;
    }

    .start__word {
        bottom: -94px;
        font-size: 282px;
        line-height: 334px;
    }
}

@media only screen and (max-width: 1199px){
    .start {
        height: 580px;
        /*padding-top: 153px;*/
    }

    .start .container {
        top: 150px;
    }

    .start__block {
        padding: 0 60px;
    }

    .start__word {
        bottom: -85px;
        font-size: 242px;
        line-height: 294px;
    }
}

@media only screen and (max-width: 1023px){
    .start {
        height: 680px;
        /*padding-top: 321px;*/
    }

    .start .container {
        top: 320px;
    }

    .start__video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }

    .start__video video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        width: auto;
        height: 680px;
        transform: translate(-50%, -50%);
        object-fit: cover;
        pointer-events: none;
    }

    .start:before {
        height: 94px;
    }

    .start:after {
        height: 340px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.9) 225px);
    }

    .start__title .line-2 {
        padding-left: 27px;
    }

    .start__word {
        display: none;
    }

    .start__block {
        flex-direction: column;
        justify-content: initial;
        row-gap: 20px;
        padding: 0;
    }

    .start__content {
        align-items: initial;
        padding-left: 19px;
    }

    .start__text {
        padding-left: 48px;
        max-width: 100%;
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .start__btn {
        position: absolute;
        left: 48px;
        bottom: -103px;
        padding-left: 0;
    }

    .start__btn .btn_main {
        padding-left: 31px;
        column-gap: 31px;
    }
}





/*     about1     */

.about {
    position: relative;
    background-image: url(../img/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 382px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.about:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 382px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.about1 {
    position: relative;
    padding: 173px 0 212px;
}

.about1__container {
    width: 100%;
    max-width: 1830px;
    margin: 0 auto;
    padding: 0 20px;
}

.about__line {
    width: 100%;
    max-width: 1830px;
    margin: 0 auto;
    padding: 0 20px;
}

.about__circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 913px;
    background-image: url(../img/about-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 1;
}

.about__circle:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFB073;
    z-index: 2;
}

.about1__block {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 60px;
}

.about1__title {
    text-align: center;
}

.about1__title span {
    opacity: 0.25;
    /*transform: translateY(10px);*/
    transition: opacity 600ms ease; /*, transform 600ms ease;
    will-change: opacity, transform;*/
}
.about1__title span.is-visible {
    opacity: 1;
    /*
    transform: translateY(0);*/
}

.about1__text {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #8D7A71;
}

@media only screen and (max-width: 1519px){
    .about1 {
        padding: 133px 0 182px;
    }

    .about1__block {
        row-gap: 46px;
    }

    .about1__text {
        font-size: 17px;
        line-height: 24px;
    }

    .about__circle {
        height: 700px;
        background-size: 1395px;
    }

    .about__circle:before {
        bottom: -7px;
        width: 8px;
        height: 8px;
    }
}

@media only screen and (max-width: 1399px){
    .about1 {
        padding: 100px 0 120px;
    }

    .about__circle {
        height: 600px;
        background-size: 1196px;
    }
}

@media only screen and (max-width: 1199px){
    .about1 {
        padding: 60px 0 90px;
    }

    .about__circle {
        height: 510px;
        background-size: 1018px;
    }

    .about1__block {
        row-gap: 35px;
    }

    .about1__text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1023px){
    .about1 {
        padding: 132px 0 62px;
    }

    .about__line.line__decore {
        top: 73px;
    }

    .about1__block {
        row-gap: 41px;
    }

    .about1__text {
        font-size: 14px;
        line-height: 20px;
    }

    .about1__title br {
        display: none;
    }

    .about1__container {
        padding: 0;
    }

    .about__circle {
        display: none;
    }

    .about1__text br {
        display: none;
    }

    .about1__text span {
        display: block;
    }
}




/*     about2     */

.about2 {
    position: relative;
    padding-top: 154px;
    z-index: 1;
}

.about2__block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.about2__content {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    padding-left: 130px;
}

.about2__img-big {
    position: relative;
    left: -220px;
    width: 600px;
}

.about2__img-small {
    position: absolute;
    top: 50%;
    left: 431px;
    transform: translateY(-50%);
    width: 503px;
}

.about2__img-small {
    will-change: transform;
    transform: translateZ(0);
}

@media (prefers-reduced-motion: reduce) {
    .about2__img-small { transform: none !important; }
}

.about2__text {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #8D7A71;
}

@media only screen and (max-width: 1519px){
    .about2 {
        padding-top: 98px;
    }

    .about2__img-big {
        left: -52px;
        width: 457px;
    }

    .about2__img-small {
        left: 329px;
        width: 383px;
    }

    .about2__content {
        row-gap: 42px;
        padding-left: 100px;
    }

    .about2__text {
        font-size: 17px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1399px){
    .about2__img-big {
        left: -22px;
        width: 370px;
    }

    .about2__img-small {
        left: 284px;
        width: 312px;
    }
}

@media only screen and (max-width: 1199px){
    .about2__img-big {
        left: -20px;
        width: 310px;
    }

    .about2__img-small {
        left: 220px;
        width: 270px;
    }

    .about2__content {
        row-gap: 30px;
    }

    .about2__text {
        font-size: 16px;
        line-height: 22px;
    }

}

@media only screen and (max-width: 1023px){
    .about2 {
        padding-top: 62px;
    }

    .about2__block {
        align-items: initial;
        justify-content: initial;
        flex-direction: column;
        row-gap: 60px;
    }  

    .about2__img-big {
        left: -22px;
        width: 238px;
    }

    .about2__img-small {
        left: 171px;
        width: 200px;
    }

    .about2__content {
        row-gap: 18px;
        padding-left: 0;
    }

    .about2__text {
        font-size: 14px;
        line-height: 20px;
    }
}



/*     about3     */

.about3 {
    position: relative;
    padding-top: 111px;
    z-index: 2;
}

.about3__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -51px;
    left: calc(50% - 110px);
    width: 219px;
    height: 219px;
}

.about3__circle:before {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: spin 15s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.about3__block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about3__content {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.about3__img-big {
    position: relative;
    right: -359px;
    width: 600px;
}

.about3__img-small {
    position: absolute;
    top: 50%;
    right: 430px;
    transform: translateY(-50%);
    width: 503px;
}

.about3__text {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #8D7A71;
}

@media only screen and (max-width: 1519px){
    .about3 {
        padding-top: 91px;
    }

    .about3__img-big {
        right: -200px;
        width: 400px;
    }

    .about3__img-small {
        right: 250px;
        width: 350px;
    }

    .about3__circle {
        top: -40px;
        left: calc(50% - 85px);
        width: 170px;
        height: 170px;
    }

    .about3__circle:before {
        background-size: 170px;
    }

    .about3__circle svg {
        width: 52px;
    }

    .about3__img-big {
        right: -275px;
        width: 454px;
    }

    .about3__img-small {
        right: 325px;
        width: 383px;
    }

    .about3__content {
        row-gap: 39px;
        padding-left: 116px;
    }

    .about3__text {
        font-size: 17px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1399px){
    .about3__img-big {
        right: -232px;
        width: 370px;
    }

    .about3__img-small {
        right: 284px;
        width: 312px;
    }
}

@media only screen and (max-width: 1199px){
    .about3__img-big {
        right: -202px;
        width: 310px;
    }

    .about3__img-small {
        right: 220px;
        width: 270px;
    }

    .about3__content {
        row-gap: 30px;
        padding-left: 85px;
    }

    .about3__text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1023px){
    .about3__circle {
        top: -253px;
        left: calc(50% + 84px);
        width: 90px;
        height: 90px;
    }

    .about3__circle:before {
        background-size: 90px;
    }

    .about3__circle svg {
        width: 27px;
    }

    .about3 {
        padding-top: 62px;
    }

    .about3__block {
        align-items: initial;
        justify-content: initial;
        flex-direction: column-reverse;
        row-gap: 60px;
    }

    .about3__img-big {
        right: -134px;
        width: 236px;
    }

    .about3__img-small {
        right: 172px;
        width: 200px;
    }

    .about3__content {
        row-gap: 19px;
        padding-left: 0;
    }

    .about3__text {
        font-size: 14px;
        line-height: 20px;
    }

}







/*     we     */

.we {
    position: relative;
    min-height: 1143px;
    padding-top: 288px;
    z-index: 1;
}

.we:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 382px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 3;
}

.we:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 382px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 3;
}

.we__line.line__decore {
    display: none;
}

.we__img,
.we__img2 {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 300ms ease;
}

.we__img {
    z-index: 1;
}

.we__img2 {
    opacity: 0;
    z-index: 2;
}

.we__img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 382px;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 3;
}

.we__img:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 382px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 3;
}

.we__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.we__img.show_mob {
    display: none;
}

.we__block {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.we__subtitle {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    text-align: center;
}

.we__title {
    margin-top: 44px;
    text-align: center;
}

.we__text {
    margin-top: 39px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    text-align: center;
}

.we__btn {
    margin-top: 61px;
}

@media only screen and (max-width: 1519px){
    .we {
        min-height: 872px;
        padding-top: 217px;
    }

    .we__subtitle {
        font-size: 17px;
        line-height: 24px;
    }

    .we__title {
        margin-top: 33px;
    }

    .we__text {
        margin-top: 28px;
        font-size: 17px;
        line-height: 24px;
    }

    .we__btn {
        margin-top: 47px;
    }
}

@media only screen and (max-width: 1399px){
    .we {
        min-height: 714px;
        padding-top: 148px;
    }

    .we:before,
    .we:after {
        height: 222px;
    }

    .we__img:before,
    .we__img:after {
        width: 222px;
    }
}

@media only screen and (max-width: 1199px){
    .we {
        min-height: 608px;
        padding-top: 108px;
    }

    .we__subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .we__title {
        margin-top: 30px;
    }

    .we__text {
        margin-top: 25px;
        font-size: 16px;
        line-height: 22px;
    }

    .we__btn {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1023px){
    .we {
        min-height: 654px;
        padding: 126px 0 65px;
    }

    .we__line.line__decore {
        display: flex;
        top: 62px;
    }

    .we:before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    }

    .we:after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    }

    .we__img:before {
        display: none;
    }

    .we__img:after {
        display: none;
    }

    .we__img.show_pc {
        display: none;
    }

    .we__img.show_mob {
        display: block;
    }

    .we__subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .we__title {
        margin-top: 41px;
        width: 100%;
        max-width: 310px;
    }

    .we__title br {
        display: none;
    }

    .we__text {
        margin-top: 39px;
        font-size: 14px;
        line-height: 20px;
    }

    .we__text br {
        display: none;
    }

    .we__text span {
        display: block;
    }

    .we__btn {
        margin-top: 43px;
    }

    .we__btn .btn_main {
        padding-left: 27px;
        column-gap: 31px;
    }
}






/*     choose     */

.choose__bg {
    position: relative;
}

.choose1 {
    position: relative;
    padding: 159px 0 495px;
    z-index: 1;
}

.choose__bg-img {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1098px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.choose__bg-img.show_mob {
    display: none;
}

.choose__bg-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 335px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
}

.choose__bg-img:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 335px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
}

.choose__line {
    width: 100%;
    max-width: 1830px;
    margin: 0 auto;
    padding: 0 20px;
}

.choose__line.line__decore {
    top: -43px;
    z-index: 2;
}

.choose__content {
    padding-left: 790px;
    margin-right: -40px;
}

.choose__subtitle {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #8D7A71;
}

.choose__title {
    margin-top: 40px;
}

.choose__text {
    margin-top: 41px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #8D7A71;
}

.choose__text.show_mob {
    display: none;
}

.choose__container {
    position: relative;
    width: 100%;
    max-width: 1830px;
    margin: 0 auto;
    padding: 0 20px;
}

.choose2 {
    position: relative;
    margin-top: -144px;
    z-index: 2;
}

.choose__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 81px 0 75px;
}

.choose__list-line.line__decore {
    top: -2px;
    z-index: 3;
}

.choose__list-line-bottom.line__decore {
    top: auto;
    bottom: 0;
}

.choose__column {
    width: 50%;
}

.choose__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 30px;
    min-height: 289px;
    
}

.choose__list > .choose__column:last-of-type .choose__item {
    padding-left: 128px;
}

.choose__item-title {
    font-family: "Playfair Display", serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 70px;
}

.choose__item-text {
    margin-right: -20px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #8D7A71;
}

.choose__item-text.white {
    color: #FFFFFF;
    white-space: nowrap;
}

.choose__item-list {
    display: flex;
    column-gap: 74px;
}

.choose__item-column {
    width: 33.33%;
}

.choose__item-numbers {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    white-space: nowrap;
}

.choose__item-subtext {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #8D7A71;
    white-space: nowrap;
}

.choose__item-content {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.companies__block {
    position: relative;
    padding: 84px 0 104px;
}

.choose__companies-list {
    display: flex;
    flex-direction: column;
    row-gap: 57px;
    margin: 0 -20px;
}

.choose__companies-line {
    display: flex;
    justify-content: space-between;
}

.choose__companies-line img {
    max-width: 193px;
    max-height: 100px;
}

.choose__companies-line > .js-marquee > div {
    display: flex;
}

.js-marquee {
    display: flex;
    column-gap: 100px;
    margin-right: 100px!important;
}
@media only screen and (max-width: 1919px){
    .about__line.line__decore,
    .choose__line.line__decore,
    .choose__list-line-top,
    .we__line.line__decore,
    .choose__list-line-bottom {
        width: auto;
        max-width: 1830px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1869px){
    .about__line.line__decore,
    .choose__line.line__decore,
    .choose__list-line-top,
    .we__line.line__decore,
    .choose__list-line-bottom {
        left: 20px;
        right: 20px;
    }
}

@media only screen and (max-width: 1519px){
    .choose1 {
        padding: 120px 0 412px;
    }

    .choose__bg-img {
        top: 42px;
        height: 835px;
    }

    .choose__container {
        max-width: 1400px;
    }

    .choose__line.line__decore {
        top: -32px;
        z-index: 2;
    }

    .choose__content {
        padding-left: 780px;
        margin-right: 0;
    }

    .choose__subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .choose__title {
        margin-top: 30px;
    }

    .choose__text {
        margin-top: 28px;
        font-size: 17px;
        line-height: 24px;
    }

    .choose2 {
        margin-top: -110px;
    }

    .choose__list {
        padding: 62px 0 58px;
    }

    .choose__item {
        min-height: 220px;
        row-gap: 25px;
    }

    .choose__list > .choose__column:last-of-type .choose__item {
        padding-left: 101px;
    }

    .choose__list > .choose__column:first-of-type .choose__item {
        padding-left: 97px;
    }

    .choose__item-title {
        font-size: 49px;
        line-height: 51px;
    }

    .choose__item-text {
        font-size: 17px;
        line-height: 24px;
    }

    .choose__item-content {
        row-gap: 10px;
    }

    .choose__item-list {
        column-gap: 5px;
    }

    .choose__item-numbers {
        font-size: 30px;
        line-height: 34px;
    }

    .choose__item-subtext {
        font-size: 17px;
        line-height: 24px;
    }

    .companies__block {
        padding: 64px 0 102px;
    }

    .choose__companies-list {
        row-gap: 44px;
        margin: 0 86px;
    }

    .choose__companies-line img {
        max-width: 147px;
    }

    .js-marquee {
        display: flex;
        column-gap: 75px;
        margin-right: 75px!important;
    }
}

@media only screen and (max-width: 1399px){
    .choose1 {
        padding: 100px 0 313px;
    }

    .choose__bg-img {
        height: 722px;
    }

    .choose__line.line__decore {
        top: 0;
    }

    .choose__content {
        padding-left: 645px;
    }

    .choose__list {
        padding: 55px 0;
    }

    .choose__item {
        min-height: 200px;
    }

    .choose__item-title {
        font-size: 42px;
        line-height: 44px;
    }

    .choose__item-text {
        font-size: 16px;
        line-height: 22px;
    }

    .choose__list > .choose__column:last-of-type .choose__item {
        padding-left: 80px;
    }

    .companies__block {
        padding: 55px 0;
    }

    .choose__companies-list {
        row-gap: 35px;
    }
}

@media only screen and (max-width: 1199px){
    .choose1 {
        padding: 80px 0 140px;
    }

    .choose__bg-img {
        height: 579px;
    }

    .choose__content {
        padding-left: 535px;
    }

    .choose__title {
        margin-top: 25px;
    }

    .choose__text {
        margin-top: 25px;
        font-size: 16px;
        line-height: 22px;
    }

    .choose__list {
        padding: 45px 0;
    }

    .choose__item {
        min-height: 180px;
    }

    .choose__item-title {
        font-size: 34px;
        line-height: 38px;
    }

    .choose__list > .choose__column:last-of-type .choose__item {
        padding-left: 40px;
    }

    .choose__list > .choose__column:first-of-type .choose__item {
        padding-left: 60px;
    }

    .choose__item-numbers {
        font-size: 26px;
        line-height: 30px;
    }

    .choose__item-subtext {
        font-size: 16px;
        line-height: 22px;
    }

    .choose__companies-list {
        margin: 0 50px;
    }

    .choose__companies-line img {
        max-width: 129px;
        max-height: 67px;
    }

    .js-marquee {
        display: flex;
        column-gap: 50px;
        margin-right: 50px!important;
    }
}

@media only screen and (max-width: 1023px){
    .choose1 {
        padding: 61px 0 61px;
    }

    .choose__bg-img {
        height: 540px;
    }

    .choose__bg-img.show_pc {
        display: none;
    }

    .choose__bg-img.show_mob {
        display: flex;
    }

    .choose:before {
        height: 172px;
    }

    .choose:after {
        height: 254px;
    }

    .choose__content {
        padding-left: 3px;
    }

    .choose__subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .choose__title {
        margin-top: 15px;
    }

    .choose__text {
        margin-top: 192px;
        font-size: 14px;
        line-height: 20px;
    }

    .choose__text.show_pc {
        display: none;
    }

    .choose__text.show_mob {
        display: flex;
    }

    .choose__container {
        padding: 0;
    }

    .companies__block {
        padding: 20px 0 50px;
    }

    .choose2 {
        margin-top: 0;
    }

    .choose__list {
        flex-wrap: initial;
        flex-direction: column;
        row-gap: 40px;
        padding: 61px 0 0;
    }

    .choose__column {
        width: 100%;
    }

    .choose__list > .choose__column:first-of-type .choose__item {
        padding-left: 0;
    }

    .choose__list > .choose__column:last-of-type .choose__item {
        padding-left: 0;
    }

    .choose__item {
        min-height: initial;
        row-gap: 18px;
    }

    .choose__item-title {
        font-size: 32px;
        line-height: 35px;
    }

    .choose__item-text {
        font-size: 14px;
        line-height: 20px;
    }

    .choose__item-list {
        position: relative;
        flex-direction: column;
        row-gap: 39px;
        column-gap: 0;
    }

    .choose__item-list:before {
        position: absolute;
        content: '';
        top: 61px;
        left: 0;
        right: 0;
        height: 1px;
        background-image: url(../img/footer-line.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .choose__item-list:after {
        position: absolute;
        content: '';
        top: 139px;
        left: 0;
        right: 0;
        height: 1px;
        background-image: url(../img/footer-line.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .choose__item-column {
        width: 100%;
    }

    .choose__item-content {
        row-gap: 0;
        flex-direction: initial;
        align-items: flex-end;
    }

    .choose__item-numbers {
        width: 207px;
        font-size: 32px;
        line-height: 35px;
    }

    .choose__item-subtext {
        font-size: 14px;
        line-height: 20px;
    }

    .choose__item-text.white {
        margin-top: 22px;
    }

    .choose__item-text.white br {
        display: none;
    }

    .choose__item-text.white span {
        display: block;
    }

    .choose__item-text.white {
        white-space: initial;
    }

    .choose2 .choose__list-line-bottom.line__decore {
        display: none;
    }

    .choose__companies-list {
        flex-direction: column;
        justify-content: initial;
        row-gap: 16px;
        margin: 0 20px;
        padding: 0;
    }

    .choose__companies-line {
        
    }

}







/*     what     */

.what {
    position: relative;
    padding-top: 206px;
    min-height: 1132px;
    background-image: url(../img/what-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.what__container {
    position: relative;
    width: 100%;
    max-width: 1833px;
    margin: 0 auto;
    padding: 0 20px;
}

.what__container .line__decore.none:before  {
    display: none;
}

.what__container .line__decore.none:after {
    display: none;
}

.what__container {
    opacity: 0;
    transition: opacity 1000ms ease;
    will-change: opacity;
  }
  
  .what__container.is-visible {
    opacity: 1;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .what__container {
      transition: none;
      opacity: 1;
    }
  }

.what__line.line__decore.last {
    top: auto;
    bottom: 0;
    z-index: 3;
}

.what__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.what__text {
    width: calc(100% - 871px);
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.04em;
}

.what__list {
    display: flex;
    flex-direction: column;
    max-width: 1876px;
    margin: 83px auto 0;
    padding: 0 20px;
}

.what__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0;
}

.what__item-content {
    display: flex;
    column-gap: 80px;
}

.what__item-number {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.05em;
    color: #FFB073;

}

.what__item-title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
}

.what__item-text {
    width: calc(100% - 840px);
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #8D7A71;
}

@media only screen and (max-width: 1519px){
    .what {
        padding-top: 135px;
        min-height: 840px;
    }

    .what .container {
        max-width: 1170px;
    }

    .what__container {
        max-width: 1400px;
    }

    .what__text {
        width: calc(100% - 630px);
        font-size: 14px;
        line-height: 20px;
    }

    .what__list {
        max-width: 1876px;
        margin: 58px auto 0;
    }

    .what__item {
        padding: 34px 0;
    }

    .what__item-content {
        column-gap: 60px;
    }   

    .what__item-number {
        font-size: 24px;
        line-height: 28px;
    }

    .what__item-title {
        font-size: 25px;
        line-height: 29px;
    }

    .what__item-text {
        width: calc(100% - 630px);
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1399px){
    .what {
        padding-top: 115px;
        min-height: 768px;
    }

    .what .container {
        max-width: 1024px;
    }

    .what__text {
        width: calc(100% - 540px);
    }

    .what__item {
        padding: 30px 0;
        justify-content: space-between;
    }

    .what__item-content {
        column-gap: 50px;
    }

    .what__item-number {
        font-size: 22px;
        line-height: 26px;
    }

    .what__item-title {
        font-size: 22px;
        line-height: 26px;
    }

    .what__item-text {
        width: calc(100% - 540px);
    }

    .what__item-text br {
        display: none;
    }

}

@media only screen and (max-width: 1199px){
    .what {
        padding-top: 95px;
        min-height: 740px;
    }

    .what .container {
        max-width: 870px;
    }

    .what__text {
        width: calc(100% - 450px);
    }

    .what__text br {
        display: none;
    }

    .what__item-content {
        column-gap: 40px;
    }

    .what__item-title {
        font-size: 20px;
        line-height: 22px;
    }

    .what__item-text {
        width: calc(100% - 450px);
    }
}

@media only screen and (max-width: 1023px){
    .what {
        padding-top: 60px;
        min-height: 1072px;
    }

    .what__head {
        align-items: initial;
        flex-direction: column;
        row-gap: 21px;
    }

    .what__title {
        width: 100%;
    }

    .what__text {
        width: 100%;
        letter-spacing: 0.02em;
    }

    .what__text br {
        display: none;
    }

    .what__text span {
        display: block;
    }

    .what__container {
        padding: 0;
    }

    .what__list {
        margin-top: 44px;
    }

    .what__list .container {
        padding: 0;
    }

    .what__item {
        align-items: initial;
        flex-direction: column;
        row-gap: 19px;
        padding: 25px 0;
    }

    .what__item-content {
        align-items: flex-end;
        column-gap: 20px;
        width: 100%;
    }

    .what__item-title {
        font-size: 22px;
        line-height: 25px;
    }

    .what__item-text {
        width: 100%;
        max-width: 325px;
        letter-spacing: 0.02em;
    }

    .what__item-text br {
        display: none;
    }
}





/*     why     */

.why {
    position: relative;
    padding-top: 201px;
    height: 1084px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.why:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 335px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
}

.why:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 451px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
}

.why__content {
    display: flex;
    flex-direction: column;
    row-gap: 38px;
    padding-left: 870px;
}

.why__title .line-2 {
    padding-left: 161px;
}

.why__text {
    padding-left: 163px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
}

.why__list {
    display: flex;
    flex-wrap: wrap;
    margin: 311px -10px 0;
}

.why__column {
    width: 25%;
    padding: 0 10px;
}

.why__item {
    position: relative;
    height: 397px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.why__item:before {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
}

.why__item-text {
    position: absolute;
    left: 31px;
    bottom: 31px;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    z-index: 2;
}

@media only screen and (max-width: 1519px){
    .why {
        padding-top: 153px;
        height: 830px;
    }

    .why .container {
        max-width: 1170px;
    }

    .why__content {
        row-gap: 28px;
        padding-left: 595px;
    }

    .why__title .line-2 {
        padding-left: 100px;
    }

    .why__text {
        padding-left: 100px;
        font-size: 17px;
        line-height: 24px;
    }

    .why__list {
        margin: 239px -7px 0;
    }

    .why__column {
        padding: 0 7px;
    }

    .why__item {
        height: 302px;
    }

    .why__item-text {
        left: 24px;
        bottom: 24px;
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1399px){
    .why {
        padding-top: 120px;
        height: 670px;
    }

    .why .container {
        max-width: 1024px;
    }

    .why__content {
        row-gap: 20px;
    }

    .why__list {
        margin-top: 130px;
    }

    .why__item {
        height: 264px;
    }

    .why__item-text {
        left: 22px;
        bottom: 22px;
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1199px){
    .why {
        padding-top: 100px;
        height: 570px;
    }

    .why .container {
        max-width: 870px;
    }

    .why__content {
        padding-left: 453px;
    }

    .why__title .line-2 {
        padding-left: 100px;
    }

    .why__item {
        height: 220px;
    }

    .why__item-text {
        left: 20px;
        bottom: 20px;
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1023px){
    .why {
        padding-top: 61px;
        height: 445px;
    }

    .why + .contacts {
        padding: 313px 0 75px;
    }

    .why:before {
        height: 173px;
    }

    .why:after {
        height: 182px;
    }

    .why__content {
        padding-left: 40px;
    }

    .why__title .line-2 {
        padding-left: 73px;
    }

    .why__text {
        padding-left: 77px;
        font-size: 14px;
        line-height: 20px;
    }

    .why__list {
        margin: 114px -5px 0;
        row-gap: 10px;
    }

    .why__column {
        width: 50%;
        padding: 0 5px;
    }

    .why__item {
        height: 191px;
    }

    .why__item-text {
        left: 15px;
        bottom: 15px;
        font-size: 16px;
        line-height: 18px;
    }

}






/*     contacts     */

.contacts {
    padding: 333px 0 196px;
}

.contacts__line.line__decore {
    display: none;
}

.contacts__block {
    display: flex;
    justify-content: space-between;
}

.contacts__side {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    width: 50%;
}

.contacts__subtitle {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #8D7A71;
}

.contacts__text {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
}

.contacts__form {
    width: 49.5%;
    margin-top: 3px;
}

.contacts__form .form__line {
    margin-bottom: 39px;
}

.contacts__form .form__line:last-child {
    margin-bottom: 0;
}

.contacts__form .form__line input {
    width: 100%;
    padding: 0 0 21px 31px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #8D7A71;
    background: none;
    border: none;
    border-bottom: 1px solid #8D7A71!important;
    border-radius: 0;
}

.wpcf7-not-valid-tip {
    padding-top: 10px;
}

.form__last {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.form__last-btn .btn_main {
    border: 1px solid #191817;
}

.form__last-btn .btn_text {
    font-size: 22px;
}

.form__last-text {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #8D7A71;
}

.form__last-content {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.form__last-social {
    display: flex;
    column-gap: 21px;
}

.form__last-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    background-color: #1A1817;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form__last-social a:hover {
    background-color: #FFB073;
}

.form__last-social a:hover svg path {
    fill: #191817;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form__last-social a:hover svg path.orange {
    fill: #FFB073;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.contacts__form .form__line input::-webkit-input-placeholder {color: rgba(141, 122, 113, 1);}
.contacts__form .form__line input::-moz-placeholder {color: rgba(141, 122, 113, 1);}
.contacts__form .form__line input:-ms-input-placeholder {color: rgba(141, 122, 113, 1);}
.contacts__form .form__line input:-moz-placeholder {color: rgba(141, 122, 113, 1);}

@media only screen and (max-width: 1519px){
    .contacts {
        padding: 204px 0 136px;
    }

    .contacts .container {
        max-width: 1170px;
    }

    .contacts__side {
        row-gap: 30px;
    }

    .contacts__subtitle {
        font-size: 17px;
        line-height: 24px;
    }

    .contacts__subtitle {
        font-size: 17px;
        line-height: 24px;
    }

    .contacts__text {
        font-size: 17px;
        line-height: 24px;
    }

    .contacts__form .form__line {
        margin-bottom: 30px;
    }

    .contacts__form .form__line input {
        padding: 0 0 13px 25px;
        font-size: 17px;
        line-height: 26px;
    }

    .form__last-content {
        column-gap: 22px;
    }

    .form__last-text {
        max-width: 100px;
        font-size: 16px;
        line-height: 24px;
    }

    .form__last-btn .btn_main {
        padding-left: 24px;
        column-gap: 24px;
    }

    .form__last-btn .btn_text {
        font-size: 16px;
    }

    .form__last-social {
        column-gap: 15px;
    }

    .form__last-social a {
        width: 46px;
        height: 46px;
    }

    .form__last-social svg {
        width: 20px;
    }

    .form__last-social a:last-child svg {
        width: 27px;
    }
}

@media only screen and (max-width: 1399px){
    .contacts {
        padding: 220px 0 153px;
    }

    .contacts .container {
        max-width: 1024px;
    }
    
    .contacts__subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .contacts__text {
        font-size: 18px;
        line-height: 26px;
    }

    .form__last-text {
        
    }

    .form__last-btn .btn_main {
        padding-left: 20px;
        column-gap: 18px;
    }

    .form__last-content {
        column-gap: 10px;
    }

    .form__last-social {
        column-gap: 10px;
    }
}

@media only screen and (max-width: 1199px){
    .contacts {
        padding: 160px 0 100px;
    }

    .contacts__side {
        width: 45%;
        row-gap: 40px;
    }

    .contacts__form {
        width: 55%;
    }

    .contacts__form .form__line {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1023px){
    .contacts {
        padding-bottom: 81px;
    }

    .contacts__line.line__decore {
        display: flex;
        top: -61px;
    }

    .page-template-template-home .contacts__line.line__decore {
        display: none;
    }

    .contacts__block {
        justify-content: initial;
        flex-direction: column;
    }

    .contacts__side {
        row-gap: 21px;
        width: 100%;
    }

    .contacts__form {
        width: 100%;
        margin-top: 40px;
    }

    .contacts__subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .contacts__text {
        font-size: 14px;
        line-height: 20px;
    }

    .contacts__form .form__line {
        margin-bottom: 30px;
    }

    .contacts__form .form__line:nth-child(3) {
        margin-bottom: 22px;
    }

    .contacts__form .form__line input {
        padding: 0 0 15px 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .form__last {
        column-gap: 10px;
    }

    .form__last-content {
        position: relative;
    }

    .form__last-text {
        position: absolute;
        right: 37px;
        bottom: -50px;
        font-size: 14px;
        line-height: 20px;
    }

    .form__last-btn .btn_main {
        padding-left: 17px;
        column-gap: 12px;
    }

    .form__last-social {
        column-gap: 10px;
    }

    .form__last-social a {
        width: 50px;
        height: 50px;
    }

    .form__last-btn .btn_text {
        font-size: 14px;
        line-height: 20px;
    }
}


/*     startCollections     */

.startCollections {
    position: relative;
    min-height: 1072px;
    padding-top: 383px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.startCollections:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 382px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);

}

.startCollections:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -8px;
    height: 382px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.startCollections__block {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 40px;
    z-index: 2;
}

.startCollections__text {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;
}

.startCollections__word {
    position: absolute;
    left: -1000px;
    right: -1000px;
    bottom: -128px;
    font-family: "Playfair Display", serif;
    font-size: 449px;
    font-weight: 300;
    line-height: 494px;
    text-align: center;
    opacity: 0.2;
}

@media only screen and (max-width: 1519px){
    .startCollections {
        min-height: 814px;
        padding-top: 243px;
    }

    .startCollections__word {
        bottom: -110px;
        font-size: 343px;
        line-height: 394px;
    }
}

@media only screen and (max-width: 1399px){
    .startCollections {
        min-height: 666px;
        padding-top: 180px;
    }

    .startCollections__block {
        row-gap: 30px;
    }

    .startCollections__text {
        font-size: 18px;
        line-height: 26px;
    }

    .startCollections__word {
        bottom: -92px;
        font-size: 280px;
        line-height: 332px;
    }
}

@media only screen and (max-width: 1199px){
    .startCollections {
        min-height: 570px;
        padding-top: 150px;
    }

    .startCollections__word {
        bottom: -82px;
        font-size: 240px;
        line-height: 290px;
    }

    .startCollections__text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1023px){
    .startCollections {
        min-height: 675px;
        padding-top: 253px;
    }

    .startCollections__title {
        text-align: center;
        width: 100%;
        max-width: 317px;
    }

    .startCollections__text {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        max-width: 283px;
    }

    .startCollections__text br {
        display: none;
    }

    .startCollections__word {
        bottom: -31px;
        font-size: 98px;
        line-height: 108px;
    }
}





/*     collections     */

.collections {
    position: relative;
    padding-top: 169px;
    background-color: #000000;
}

.collections + .contacts {
    padding-top: 270px;
}

.collections__line-container {
    position: relative;
    width: 100%;
    max-width: 1833px;
    margin: 0 auto;
    padding: 0 20px;
}

.collections__line-decore.line__decore {
    top: -170px;
}

.collections__list {
    display: flex;
    flex-direction: column;
}

.collections__line {
    display: flex;
    align-items: center;
}

.collections__column {
    width: 50%;
}

.collections__line .collections__column:nth-child(even) {
    display: flex;
    justify-content: flex-start;
}

.collections__line .collections__column:nth-child(odd) {
    display: flex;
    justify-content: flex-end;
}

.collections__line .collections__column:nth-child(even) .collections__container {
    padding: 0 40px 0 128px;
}

.collections__line .collections__column:nth-child(odd) .collections__container {
    padding: 0 128px 0 19px;
}

.collections__container {
    width: 100%;
    max-width: 760px;
}

.collections__item {
    display: flex;
    column-gap: 112px;
}

 .collections__item-up {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}

.collections__item-number {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.05em;
    color: #8D7A71;
}

.collections__item-content {
    display: flex;
    flex-direction: column;
}

.collections__item-text {
    margin-top: 38px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #8D7A71;
}

.collections__item-down {
    margin-top: 41px;
}

.collections__item-list strong {
    font-weight: 500;
    color: #8D7A71;
}

.collections__item-list ul {
    display: flex;
    flex-direction: column;
    row-gap: 23px;
}

.collections__item-list li {
    position: relative;
    padding-left: 19px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.collections__item-list li:before {
    position: absolute;
    content: '';
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFB073;
}

.collections__item-list li strong {

}

.collections__item-btn {
    display: flex;
    margin-top: 60px;
}

.collections__item-btn .btn_main {
    border: 2px solid #191817;
    column-gap: 35px;
}

.collections__column.show_mob {
    display: none!important;
}

@media only screen and (max-width: 1519px){
    .collections + .contacts {
        padding-top: 200px;
    }

    .collections__container {
        max-width: 580px;
    }

    .collections__item {
        column-gap: 85px;
    }

    .collections__line .collections__column:nth-child(even) .collections__container {
        padding: 0 20px 0 100px;
    }

    .collections__line .collections__column:nth-child(odd) .collections__container {
        padding: 0 100px 0 19px;
    }

    .collections__item-down {
        margin-top: 30px;
    }

    .collections__item-list li {
        padding-left: 19px;
        font-size: 17px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1399px){
    .collections {
        padding-top: 120px;
    }

    .collections__line-decore.line__decore {
        top: -120px;
    }

    .collections__container {
        max-width: 500px;
    }

    .collections__line .collections__column:nth-child(even) .collections__container {
        padding: 0 20px 0 80px;
    }

    .collections__line .collections__column:nth-child(odd) .collections__container {
        padding: 0 80px 0 19px;
    }

    .collections__item {
        column-gap: 65px;
    }

    .collections__item-up {
        row-gap: 20px;
    }

    .collections__item-number {
        font-size: 26px;
        line-height: 30px;
    }

    .collections__item-text {
        margin-top: 25px;
        font-size: 16px;
        line-height: 22px;
    }

    .collections__item-btn {
        margin-top: 50px;
    }

    .collections__item-list ul {
        row-gap: 15px;
    }

    .collections__item-list li {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1199px){
    .collections {
        padding-top: 100px;
    }

    .collections + .contacts {
        padding-top: 180px;
    }

    .collections__line-decore.line__decore {
        top: -100px;
    }

    .collections__container {
        max-width: 440px;
    }

    .collections__item {
        column-gap: 50px;
    }

    .collections__item-up {
        row-gap: 20px;
    }

    .collections__item-text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .collections__item-btn {
        margin-top: 40px;
    }

    .collections__item-down {
        margin-top: 20px;
    }

    .collections__item-list li {
        padding-left: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .collections__item-list li:before {
        top: calc(50% - 3px);
        width: 6px;
        height: 6px;
    }
}

@media only screen and (max-width: 1023px){
    .collections {
        padding-top: 61px;
    }

    .collections + .contacts {
        padding: 120px 0 65px;
    }

    .collections__line-decore.line__decore {
        top: -61px;
    }

    .collections__list {
        padding: 0 20px;
        row-gap: 38px;
    }
    
    .collections__line {
        align-items: initial;
        flex-direction: column;
        row-gap: 40px;
    }

    .collections__column {
        width: 100%;
    }

    .collections__line:nth-child(even) {
        flex-direction: column-reverse;
    }

    .collections__line .collections__column:nth-child(odd) {
        justify-content: initial;
    }

    .collections__line .collections__column:nth-child(even) {
        justify-content: initial;
    }

    .collections__line .collections__column:nth-child(odd) .collections__container {
        padding: 0;
    }

    .collections__line .collections__column:nth-child(even) .collections__container {
        padding: 0;
    }

    .collections__item {
        column-gap: 22px;
    }

    .collections__item-up {
        flex-direction: initial;
        row-gap: 0;
        column-gap: 21px;
    }

    .collections__item-number {
        font-size: 32px;
        line-height: 35px;
    }

    .collections__item-text {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .collections__item-down {
        margin-top: 30px;
    }

    .collections__item-list ul {
        row-gap: 20px;
    }

    .collections__item-list li {
        font-size: 16px;
        line-height: 22px;
    }

    .collections__item-btn {
        justify-content: center;
        margin-top: 39px;
    }

    .collections__item-btn .btn_main {
        column-gap: 37px;
    }

    .collections__column.show_mob {
        display: flex!important;
        margin-top: 19px;
    }

    .collections__column.show_pc {
        display: none!important;
    }
}





/*     startProduct     */

.startProduct {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.startProduct__block {
    display: flex;
    justify-content: center;
}

.startProduct__title {
    text-align: center;
}
/*
@media only screen and (max-width: 1519px){
    .startProduct {
        height: 780px;
    }
}

@media only screen and (max-width: 1399px){
    .startProduct {
        height: 668px;
    }
}

@media only screen and (max-width: 1199px){
    .startProduct {
        height: 569px;
    }
}
*/
@media only screen and (max-width: 1023px){

    .startProduct {
        min-height: 674px;
    }

    .startProduct__title {
        width: 100%;
        max-width: 270px;
    }

    .startProduct__title br {
        display: none;
    }

}




/*     product     */

.product {
    padding-top: 170px;
}

.product .collections__item {
    flex-direction: column;
    column-gap: 0;
}

@media only screen and (max-width: 1519px){
    
}

@media only screen and (max-width: 1399px){
    .product {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px){

}

@media only screen and (max-width: 1023px){
    .product {
        padding-top: 60px;
    }

    .product .collections__list {
        max-width: 390px;
        margin: 0 auto;
        row-gap: 61px;
    }
}




/*     other     */

.other {
    padding-top: 208px;
}

.other + .contacts {
    padding-top: 210px;
}

.other__title {
    text-align: center;
}

.other__list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -42px 0;
}

.other__column {
    width: 33.33%;
    padding: 0 42px;
}

.other__item {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.other__item-img {
    height: 364px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.other__item-main {
    position: relative;
    display: flex;
    column-gap: 33px;
}

.other__item-number {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    color: #FFB073;
}

.other__item-content {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.other__item-title {
    padding-right: 60px;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    color: #FFFFFF;
}

.other__item-text {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #8D7A71;
}

.other__item-arrow {
    position: absolute;
    top: -14px;
    right: 0;
}

.other__item-arrow.btn_arrow {
    background-color: #1A1817;
}

.other__item:hover .other__item-arrow.btn_arrow {
    background-color: #B6682C;
}

.other__item-arrow.btn_arrow svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.other__item:hover .other__item-arrow.btn_arrow svg path {
    fill: #FFFFFF;
}

@media only screen and (max-width: 1519px){
    .other__block {
        max-width: 1200px;
        margin: 0 auto;
    }

    .other__list {
        margin: 60px -22px 0;
    }

    .other__column {
        padding: 0 22px;
    }

    .other__item-img {
        height: 309px;
    }

    .other__item-number {
        font-size: 30px;
        line-height: 32px;
    }

    .other__item-title {
        padding-right: 45px;
        font-size: 30px;
        line-height: 32px;
    }

    .other__item-text {
        font-size: 16px;
        line-height: 22px;
    }

    .other__item-arrow {
        top: -6px;
    }
}

@media only screen and (max-width: 1399px){
    .other__block {
        max-width: 1024px;
    }

    .other__item-img {
        height: 259px;
    }

    .other__item-main {
        column-gap: 25px;
    }

    .other__item-number {
        font-size: 24px;
        line-height: 26px;
    }

    .other__item-title {
        font-size: 24px;
        line-height: 26px;
    }

    .other__item-text {
        font-size: 14px;
        line-height: 20px;
    }

    .other__item-arrow {
        top: -10px;
    }
}

@media only screen and (max-width: 1199px){
    .other {
        padding-top: 150px;
    }

    .other + .contacts {
        padding-top: 160px;
    }
}

@media only screen and (max-width: 1023px){
    .other {
        padding-top: 59px;
    }

    .other + .contacts {
        padding-top: 60px;
    }

    .page-template-template-product .contacts__line.line__decore {
        display: none;
    }

    .other__title {
        text-align: left;
    }

    .other__list {
        flex-wrap: initial;
        flex-direction: column;
        margin-top: 40px;
        row-gap: 40px;
    }

    .other__column {
        width: 100%;
    }

    .other__item {
        row-gap: 21px;
    }

    .other__item-img {
        height: 290px;
    }

    .other__item-main {
        column-gap: 16px;
    }

    .other__item-number {
        font-size: 22px;
        line-height: 24px;
    }

    .other__item-content {
        row-gap: 21px;
    }

    .other__item-title {
        font-size: 22px;
        line-height: 24px;
    }

    .other__item-text {
        font-size: 16px;
        line-height: 22px;
    }

    .other__item-arrow {
        top: 0;
    }
}






/*     thankyou     */

.thankyou {
    position: relative;
    min-height: 1076px;
    padding-top: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.thankyou:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 382px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);

}

.thankyou:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -8px;
    height: 382px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.thankyou__block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.thankyou__title {
    text-align: center;
}

.thankyou__text {
    margin-top: 41px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;
}

.thankyou__btn {
    display: flex;
    margin-top: 61px;
}

@media only screen and (max-width: 1519px){
    .thankyou {
        min-height: 788px;
        padding-top: 250px;
    }

    .thankyou__text {
        margin-top: 35px;
    }

    .thankyou__btn {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 1399px){
    .thankyou {
        min-height: 674px;
        padding-top: 180px;
    }

    .thankyou__text {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .thankyou__btn {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1199px){
    .thankyou {
        min-height: 575px;
        padding-top: 150px;
    }

    .thankyou__text {
        margin-top: 25px;
        font-size: 16px;
        line-height: 24px;
    }

    .thankyou__btn {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 1023px){
    .thankyou {
        min-height: 693px;
        padding-top: 218px;
        background-image: url(../img/thankyou-bg-mob.jpg);
    }

    .thankyou:before {
        height: 105px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);

    }

    .thankyou:after {
        bottom: 0;
        height: 105px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    }

    .thankyou__text {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .thankyou__text br {
        display: none;
    }

    .thankyou__text span {
        display: block;
    }

    .thankyou__btn {
        margin-top: 41px;
    }
}




/*     page404     */

.page404 {
    position: relative;
    min-height: 1076px;
    padding-top: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page404:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 382px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);

}

.page404:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -8px;
    height: 382px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.page404__block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page404__title {
    font-size: 260px;
    line-height: 270px;
    text-align: center;
}

.page404__text {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: center;
}

.page404__btn {
    display: flex;
    margin-top: 100px;
}

@media only screen and (max-width: 1519px){
    .page404 {
        min-height: 788px;
        padding-top: 200px;
    }

    .page404__btn {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 1399px){
    .page404 {
        min-height: 674px;
        padding-top: 160px;
    }

    .page404__title {
        font-size: 220px;
        line-height: 240px;
        text-align: center;
    }

    .page404__text {
        font-size: 34px;
        line-height: 38px;
    }

    .page404__btn {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1199px){
    .page404 {
        min-height: 575px;
        padding-top: 130px;
    }

    .page404__title {
        font-size: 200px;
        line-height: 220px;
        text-align: center;
    }

    .page404__text {
        font-size: 30px;
        line-height: 34px;
    }

    .page404__btn {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 1023px){
    .page404 {
        min-height: 693px;
        padding-top: 200px;
        background-image: url(../img/thankyou-bg-mob.jpg);
    }

    .page404:before {
        height: 105px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);

    }

    .page404:after {
        bottom: 0;
        height: 105px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    }

    .page404__title {
        font-size: 180px;
        line-height: 200px;
        text-align: center;
    }

    .page404__text {
        font-size: 24px;
        line-height: 26px;
    }

    .thankyou__btn {
        margin-top: 40px;
    }
}






/*     footer     */

.footer .container {
    width: 100%;
    max-width: 1876px;
}

.footer__block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 53px 0 52px;
}

.footer__line.line__decore {
    top: 0;
}

.footer__logo {
    width: 155px;
    height: 36px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer__menu {
    max-width: 70%;
}

.footer__menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    column-gap: 60px;
}

.footer__menu a {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__menu a:hover {
    color: #FFB073;
}

.footer__copyright {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #8D7A71;
}

@media only screen and (max-width: 1519px){
    .footer .container {
        max-width: 1440px;
    }

    .footer__block {
        padding: 36px 0;
    }

    .footer__logo {
        width: 138px;
        height: 28px;
    }

    .footer__menu ul {
        column-gap: 45px;
        padding-left: 0px;
    }

    .footer__menu a {
        font-size: 16px;
        line-height: 22px;
    }

    .footer__copyright {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1399px){
    .footer__menu ul {
        column-gap: 35px;
    }

    .footer__menu a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__copyright {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1199px){
    .footer__menu ul {
        column-gap: 15px;
    }
}

@media only screen and (max-width: 1023px){
    .footer__block {
        padding-top: 103px;
    }
    .footer__logo {
        position: absolute;
        top: 35px;
        left: -3px;
        width: 86px;
        height: 22px;
    }

    .footer__copyright {
        position: absolute;
        top: 36px;
        right: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .footer__menu {
        width: 100%;
        max-width: 100%;
    }

    .footer__menu ul {
        justify-content: initial;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 20px;
        column-gap: 0;
    }

    .footer__menu li {
        width: 54%;
    }

    .footer__menu li:nth-child(even) {
        width: 46%;
    }
}

