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:700}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: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
        url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
        url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Medium.eot');
    src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
        url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Medium.woff2') format('woff2'),
        url('../fonts/GothamPro-Medium.woff') format('woff'),
        url('../fonts/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

*, *: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 {
    font-family: 'Inter';
    color: #101010;
    background-color: #FDF6E8;
}

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

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

.noscroll {
    overflow: hidden;
}

.center {
    text-align: center;
}

.color {
    color: #6E1C00;
}

a {
    color: #fff;
    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 30px;
}

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

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

/*     main     */

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

.section {
    position: relative;
    max-width: 1872px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

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

.section__anchor {
    position: relative;
    top: -160px;
}

.title {
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    font-family: 'Gotham Pro';
    letter-spacing: -0.03em;
}


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

    .title {
        font-size: 55px;
        line-height: 55px;
    }
}

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

    .title {
        font-size: 45px;
        line-height: 45px;
    }
}

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

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

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

@media only screen and (max-width: 767px){
    .section__anchor {
        top: -90px;
    }

    .container {
        max-width: 375px;
    }

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

    .line-mob {
        display: block;
    }
}

/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    -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;
}

.btn_main {
    display: flex;
    column-gap: 25px;
    align-items: center;
    justify-content: center;
    padding: 4px 4px 4px 22px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    white-space: nowrap;
    border-radius: 32px;
}

.btn_main svg path,
.btn_main svg rect {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_dark {
    color: #FDF6E8;
    background: #6E1C00;
}

.btn_dark:hover {
    background: #F89E73;
}

.btn_dark:hover svg path {
    fill: #F89E73;
}

.btn_light {
    color: #49120F;
    background: #FDF6E8;
}

.btn_light:hover {
    color: #F89E73;
}

.btn_light:hover svg rect {
    fill: #F89E73;
}

.btn_light_border {
    color: #6E1C00;
    background: #FDF6E8;
    border: 1px solid #6E1C00;
}

.btn_light_border:hover {
    color: #F89E73;
    border-color: #F89E73;
}

.btn_light_border:hover svg rect {
    fill: #F89E73;
}

@media only screen and (max-width: 1679px){
    .btn_main {
        column-gap: 20px;
        font-size: 17px;
    }

    .btn_main svg {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
    }
}

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

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

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

@media only screen and (max-width: 767px){
    .btn_main {
        width: 100%;
        column-gap: 10px;
        padding-left: 17px;
        justify-content: space-between;
        font-size: 16px;
        line-height: 19px;
    }

    .btn_main svg {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }
}

/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FDF6E8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
}

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

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

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

.header__menu ul {
    display: flex;
}

.header__menu a {
    display: block;
    padding: 29px 25px;
    font-size: 18px;
    line-height: 22px;
    color: #101010;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__menu a:hover {
    color: #6E1C00;
}

.header__burger {
    display: none;
}

@media only screen and (max-width: 1679px){
    .header__logo {
        width: 130px;
        height: 68px;
    }

    .header__menu a {
        padding: 24px 20px;
        font-size: 16px;
        line-height: 20px;
    }
}

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

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

@media only screen and (max-width: 1023px){
    .header__menu a {
        padding: 24px 10px;
        font-size: 16px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 767px){
    .header {
        background: rgba(253, 246, 232, 0.5);
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }

    .header.active {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .header__main {
        background-color: #FDF6E8;
    }

    .header.active .header__main {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header.active::before {
        position: absolute;
        content: '';
        top: 64px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        pointer-events: none;
    }

    .header.active {
        height: 100vh;
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    }

    .header__block {
        position: relative;
        align-items: initial;
        justify-content: initial;
        min-height: 64px;
    }

    .header__logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 121px;
        height: 64px;
    }

    .header__menu {
        display: none;
        width: 100%;
        margin-top: 65px;
    }

    .header.active .header__menu {
        display: flex;
    }

    .header__menu ul {
        width: 100%;
        flex-direction: column;
    }

    .header__menu a {
        width: 100%;
        font-weight: 600;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background-image: url(../img/icon-menu-arrow.svg);
        background-position: right center;
        background-repeat: no-repeat;
    }

    .header__menu li:last-child a {
        border-bottom: 0;
    }

    .header__burger {
        position: absolute;
        top: 8px;
        right: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        background-color: rgba(110, 28, 0, 0.15);
        border-radius: 8px;
    }

    .header__burger .close {
        display: none;
    }

    .header.active .header__burger .line {
        display: none;
    }

    .header.active .header__burger .close {
        display: flex;
    }
}

/*     first     */

.first {
    padding-top: 128px;
}

.first__label {
    display: flex;
    align-items: flex-start;
}

.first__label div {
    display: flex;
    column-gap: 13px;
    align-items: center;
    padding: 17px 25px 17px 17px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #6E1C00;
    background: linear-gradient(270deg, rgba(110, 28, 0, 0.15) 0%, rgba(110, 28, 0, 0) 100%);
    border: 1px solid rgba(110, 28, 0, 0.2);
    border-radius: 32px;
}

.first__title {
    margin-top: 32px;
    font-size: 91px;
    line-height: 91px;
    white-space: nowrap;
    text-transform: uppercase;
}

.first__block {
    position: relative;
    margin-top: 25px;
}

.first__main {
    position: relative;
    width: 49.25%;
    z-index: 2;
}

.first__text {
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #000000;
}

.first__more {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 98px;
}

.first__more div {
    padding: 32px 32px 32px 0;
    font-weight: 700;
    color: #000000;
    background: linear-gradient(270deg, rgba(110, 28, 0, 0.08) 0%, rgba(110, 28, 0, 0) 100%);
    border-radius: 20px;
}

.first__more img {
    max-width: 341px;
}

.first__more strong {
    display: block;
    margin-top: 32px;
    font-size: 24px;
    line-height: 29px;
    white-space: nowrap;
}

.first__btn {
    display: flex;
    align-items: flex-start;
    margin-top: 102px;
}

.first__gallery {
    position: absolute;
    top: 38px;
    right: -273px;
    width: 1366px;
    padding: 72px 0;
    overflow: hidden;
    z-index: 1;
}

.first__gallery:before,
.first__gallery:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 272px;
    z-index: 2;
}

.first__gallery:before {
    left: 0;
    background: linear-gradient(270deg, rgba(253, 246, 232, 0) 0%, #FDF6E8 100%);
}

.first__gallery:after {
    right: 0;
    background: linear-gradient(-270deg, rgba(253, 246, 232, 0) 0%, #FDF6E8 100%);
}

.first__gallery img {
    transform: scale(1);
    border-radius: 32px;
    opacity: 0.3;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.first__gallery-slider {
    max-width: 602px;
    margin: 0 auto;
}

.owl-first .owl-stage-outer {
    overflow: initial;
}

.first__gallery .owl-item.active img {
    transform: scale(1.36);
    border-radius: 22px;
    opacity: 1;
}

.owl-first .owl-nav {
    position: absolute!important;
    top: calc(50% - 28px)!important;
    left: -80px!important;
    right: -80px!important;
}

.owl-first .owl-nav button {
    position: absolute!important;
    top: 0!important;
    width: 56px!important;
    height: 56px!important;
    background-image: url(../img/icon-arrow-left.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.owl-first .owl-nav button.owl-prev {
    left: 0!important;
    background-image: url(../img/icon-arrow-left.svg)!important;
}

.owl-first .owl-nav button.owl-next {
    right: 0!important;
    background-image: url(../img/icon-arrow-right.svg)!important;
}

.owl-first .owl-nav button span {
    display: none!important;
}

.owl-first .owl-dots {
    display: none!important;
}

@media only screen and (max-width: 1679px){
    .first {
        padding-top: 108px;
    }

    .first__label div {
        padding: 15px 20px 15px 18px;
        font-size: 17px;
    }

    .first__label div svg {
        width: 22px;
        height: 22px;
    }

    .first__block {
        margin-top: 22px;
    }

    .first__title {
        margin-top: 26px;
        font-size: 72px;
        line-height: 72px;
    }

    .first__text {
        font-size: 24px;
        line-height: 27px;
    }

    .first__more {
        margin-top: 84px;
    }

    .first__more img {
        max-width: 294px;
    }

    .first__more div {
        padding: 27px 27px 27px 0;
    }

    .first__more strong {
        margin-top: 26px;
        font-size: 21px;
        line-height: 24px;
        letter-spacing: -0.01em;
    }

    .first__btn {
        margin-top: 88px;
    }

    .first__gallery {
        top: 22px;
        right: -292px;
        width: 1286px;
    }

    .first__gallery-slider {
        max-width: 516px;
    }

    .owl-first .owl-nav {
        left: -60px!important;
        right: -60px!important;
    }
}

@media only screen and (max-width: 1439px){
    .first__label div {
        padding: 10px 18px 10px 13px;
        font-size: 16px;
    }

    .first__title {
        font-size: 63px;
        line-height: 63px;
    }

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

    .first__more {
        margin-top: 60px;
    }

    .first__btn {
        margin-top: 60px;
    }

    .first__gallery {
        top: 20px;
        right: -180px;
        width: 920px;
    }

    .first__gallery:before,
    .first__gallery:after {
        width: 185px;
    }

    .first__gallery-slider {
        max-width: 380px;
    }

    .owl-first .owl-nav {
        left: -40px!important;
        right: -40px!important;
    }
}

@media only screen and (max-width: 1179px){
    .first__more {
        margin-top: 50px;
    }

    .first__btn {
        margin-top: 50px;
    }

    .first__gallery {
        top: 30px;
        right: -170px;
        width: 760px;
    }

    .first__title {
        font-size: 53px;
        line-height: 53px;
    }

    .first__gallery-slider {
        max-width: 320px;
    }
}

@media only screen and (max-width: 1023px){
    .first__title {
        white-space: initial;
    }

    .first__title br {
        display: none;
    }

    .first__main {
        width: 100%;
    }

    .first__gallery {
        position: relative;
        top: initial;
        right: initial;
    }

    .owl-first .owl-nav {
        left: -30px!important;
        right: -30px!important;
    }
}

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

    .first__label div {
        column-gap: 9px;
        padding: 10px 18px 10px 16px;
        font-size: 14px;
        line-height: 19px;
    }

    .first__label div svg {
        width: 15px;
        height: 15px;
    }

    .first__title {
        margin-top: 24px;
        font-size: 36px;
        line-height: 36px;
    }

    .first__block {
        margin-top: 12px;
    }
    
    .first__text {
        font-size: 14px;
        line-height: 16px;
    }

    .first__more {
        width: 290px;
        margin: 48px auto 0;
    }

    .first__more div {
        width: 100%;
        padding: 24px 10px;
        background: linear-gradient(180deg, rgba(110, 28, 0, 0.08) 0%, rgba(110, 28, 0, 0) 100%);
        border-radius: 16px 16px 0 0;
    }

    .first__more img {
        position: relative;
        left: -7px;
        max-width: 230px;
        margin: 0 auto;
    }

    .first__more strong {
        display: block;
        margin-top: 15px;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
    }

    .first__btn {
        margin-top: 0;
    }

    .first__gallery {
        width: 300px;
        margin: 48px auto 0;
        padding: 18px 0;
        overflow: initial;
    }

    .first__gallery:before, .first__gallery:after {
        display: none;
    }

    .first__gallery .owl-item.active img {
        transform: scale(1.18);
        border-radius: 16px;
    }

    .owl-first .owl-nav {
        top: calc(50% - 24px) !important;
        left: -10px!important;
        right: -10px!important;
    }

    .owl-first .owl-nav button {
        width: 48px !important;
        height: 48px !important;
        background-size: contain!important;
    }
}

@media only screen and (max-width: 360px){
    .first__title {
     font-size: 34px;
     line-height: 34px;   
    }

    .first__gallery {
        width: 260px;
    }
}


/*     about     */

.about {
   padding-top: 192px;
}

.about__title {
    text-align: center;
}

.about__block {
    display: flex;
    margin-top: 48px;
    background: rgba(73, 18, 15, 0.05);
    border-radius: 32px;
}

.about__main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 42.25%;
    padding: 48px;
}

.about__text {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    opacity: 0.8;
}

.about__text2 {
    opacity: 0.8;
}

.about__text2 p {
    margin-bottom: 20px;
}

.about__text2 p strong {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}

.about__text2 ul {

}

.about__text2 li {
    position: relative;
    padding-left: 34px;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
}

.about__text2 li::before {
    position: absolute;
    content: '';
    top: 13px;
    left: 12px;
    width: 8px;
    height: 8px;
    background-color: #101010;
    border-radius: 50%;
}

.about__video {
    position: relative;
    display: flex;
    width: 57.75%;
    height: 541px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
    overflow: hidden;
}

.about__video:before {
    position: absolute;
    content: '';
    top: calc(50% - 56px);
    left: calc(50% - 56px);
    width: 112px;
    height: 112px;
    transform: scale(1);
    box-shadow: 0px 4px 18.1px 0px rgba(0, 0, 0, 0.25);
    background-image: url(../img/icon-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.about__video:hover:before {
    transform: scale(1.1);
}

@media only screen and (max-width: 1679px){
    .about {
        padding-top: 162px;
    }

    .about__block {
        margin-top: 40px;
    }

    .about__main {
        padding: 42px;
    }

    .about__text {
        font-size: 21px;
        line-height: 26px;
        letter-spacing: -0.01em;
    }

    .about__text p {
        margin-bottom: 28px;
    }

    .about__text2 p {
        margin-bottom: 16px;
    }

    .about__text2 p strong {
        font-size: 24px;
        line-height: 32px;
    }

    .about__text2 li {
        padding-left: 31px;
        font-size: 21px;
        line-height: 26px;
        letter-spacing: -0.015em;
    }

    .about__text2 li:before {
        top: 10px;
        left: 12px;
        width: 6px;
        height: 6px;
    }

    .about__video {
        height: 461px;
    }

    .about__video:before {
        top: calc(50% - 47px);
        left: calc(50% - 47px);
        width: 94px;
        height: 94px;
    }
}

@media only screen and (max-width: 1439px){
    .about {
        padding-top: 126px;
    }

    .about__main {
        padding: 30px;
    }

    .about__text {
        font-size: 18px;
        line-height: 23px;
    }

    .about__text p {
        margin-bottom: 22px;
    }

    .about__text2 p {
        margin-bottom: 12px;
    }

    .about__text2 p strong {
        font-size: 22px;
        line-height: 30px;
    }

    .about__text2 li {
        font-size: 18px;
        line-height: 23px;
    }

    .about__text2 li:before {
        top: 8px;
    }
    
    .about__video {
        height: 380px;
    }
}

@media only screen and (max-width: 1179px){
    .about__text {
        font-size: 16px;
        line-height: 22px;
    }

    .about__text p {
        margin-bottom: 15px;
    }

    .about__text br {
        display: none;
    }

    .about__text2 p strong {
        font-size: 20px;
        line-height: 28px;
    }

    .about__text2 br {
        display: none;
    }

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

    .about__text2 li br {
        display: none;
    }

    .about__video {
        height: 340px;
    }
}

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

    .about__block {
        flex-direction: column;
    }

    .about__main {
        width: 100%;
        row-gap: 32px;
    }

    .about__video {
        width: 100%;
        height: 420px;
    }
}

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


    .about__block {
        margin-top: 32px;
    }

    .about__main {
        padding: 25px;
    }

    .about__text {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }

    .about__text p {
        margin-bottom: 17px;
    }

    .about__text2 p strong {
        font-size: 16px;
        line-height: 20px;
    }

    .about__text2 li {
        padding-left: 22px;
        font-size: 14px;
        line-height: 18px;   
        letter-spacing: 0;
    }

    .about__text2 li:before {
        left: 8px;
        width: 4px;
        height: 4px;
    }

    .about__video {
        height: 198px;
        border-radius: 16px;
    }

    .about__video:before {
        top: calc(50% - 32px);
        left: calc(50% - 32px);
        width: 64px;
        height: 64px;
    }
}

/*     partners     */

.partners {
    padding-top: 120px;
}

.partners__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
}

.partners__slider {
    display: block; 
    margin: 48px 0 176px;
    overflow: hidden;
}

.partners__slider .js-marquee {
    display: flex !important;
    margin: 0!important;
}

.partners__slider-back {
    display: none;
}

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

.partners__item {
    display: flex;
    align-items: center;
    margin-right: 64px!important;
}

.partners__item img {
    height: 72px;
}

.partners__item.large img {
    height: 96px;
}
    
.partner__subtitle {
    margin-top: 50px;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
}

.partner__block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 48px;
    color: #fff;
    background-color: #49120F;
    background-image: url(../img/logo-bg.svg);
    background-position: top -110px right 55px;
    background-repeat: no-repeat;
    border-radius: 48px;
}

.partner__block-title {
    font-size: 50px;
    line-height: 64px;
}

.partner__block-title .color {
    color: #F89E73;
}

@media only screen and (max-width: 1679px){
    .partners {
        padding-top: 102px;
    }

    .partners__title {
        font-size: 28px;
        line-height: 36px;
    }

    .partners__slider {
        margin: 40px 0 150px;
    }

    .partners__item img {
        height: 62px;
    }

    .partners__item.large img {
        height: 82px;
    }

    .partner__block {
        padding: 42px;
        background-position: top -92px right 50px;
        background-size: 420px;
    }

    .partner__block-title {
        font-size: 42px;
        line-height: 54px;
        letter-spacing: -0.035em;
    }

}

@media only screen and (max-width: 1439px){
    
    .partner__block {
        padding: 35px;
        background-position: top -55px right 60px;
        background-size: 280px;
    }

    .partner__block-title {
        font-size: 34px;
        line-height: 46px;
    }

    .partners__item img {
        height: 52px;
    }

    .partners__item.large img {
        height: 72px;
    }
}

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

@media only screen and (max-width: 1023px){
    .partner__block {
        background-position: top -45px right 60px;
    }
}

@media only screen and (max-width: 767px){
    .partners {
        padding-top: 95px;
    }

    .partners__title {
        font-size: 16px;
        line-height: 20px;
    }

    .partners__slider {
        margin: 32px 0 96px;
    }

    .partners__slider-back {
        display: block;
        height: 48px;
        margin-top: 80px;
    } 

    .partners__item img {
        height: 36px;
    }

    .partners__item.large img {
        height: 48px;
    }

    .partner__block {
        row-gap: 24px;
        flex-direction: column;
        padding: 24px 25px;
        background-position: top -40px right 8px;
        background-size: 240px;
        border-radius: 24px;
    }

    .partner__block-title {
        font-size: 28px;
        line-height: 36px;
    }

    .partner__block-title br {
        display: none;
    }

    .partner__block-btn {
        width: 100%;
    }
}

/*     faq     */

.faq {
   padding: 127px 0;
}

.faq__title {   
    text-align: center;
}

.faq__list {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
    margin-top: 48px;
}

.faq .faq__list {
    max-width: 1384px;
    margin-left: auto;
    margin-right: auto;
}

.faq__item {
    padding: 35px 32px;
    border: 1px solid rgba(110, 28, 0, 0.15);
    border-radius: 32px;
}

.faq__item.active {
    padding: 36px 32px;
}

.faq .faq__item.active {
    padding-bottom: 30px;
}

.faq__item-question {
    position: relative;
    cursor: pointer;
    padding-right: 35px;
    font-weight: 500;
    ;font-size: 24px;
    line-height: 24px;
    font-family: 'Gotham Pro';
    letter-spacing: -0.03em;
    color: #49120F;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.faq__item-question:after {
    position: absolute;
    content: '';
    top: calc(50% - 12px);
    right: 2px;
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
    background-image: url(../img/icon-faq.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

.faq__item.active .faq__item-question:after {
    transform: rotate(-180deg);
}

.faq__item-answer {
    height: 0;
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: rgba(16, 16, 16, 0.8);
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.faq__item.active .faq__item-answer {
    height: auto;
    margin-top: 24px;
    opacity: 1;
}

.faq__item-answer p {
    margin-bottom: 26px;
}

@media only screen and (max-width: 1679px){
    .faq {
        padding: 110px 0;
    }

    .faq__list {
        margin-top: 41px;
    }

    .faq .faq__list {
        max-width: 1176px;
    }

    .faq__item,
    .faq__item.active {
        padding: 27px 25px;
        border-radius: 26px;
    }

    .faq__item-question {
        font-size: 21px;
        letter-spacing: -0.035em;
    }

    .faq__item-question:after {
        background-size: 22px;
    }

    .faq__item-answer {
        font-size: 18px;
        line-height: 24px;
    }



}

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

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

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

@media only screen and (max-width: 767px){
    .faq {
        padding: 94px 0;
    }

    .faq__list {
        row-gap: 9px;
        margin-top: 32px;
    }

    .faq__item,
    .faq__item.active {
        padding: 23px 25px;
        border-radius: 16px;
    }

    .faq__item-question {
        padding-right: 25px;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -0.025em;
    }

    .faq__item-question:after {
        right: -2px;
        background-size: 16px;
    }

    .faq__item-answer {
        font-size: 14px;
        line-height: 22px;
    }
}

/*     how     */

.how {
   padding-top: 128px;
}

.how__block {
    padding: 48px;
    color: #fff;
    background-color: #49120F;
    border-radius: 48px;
}

.how__title {
    text-align: center;
}

.how__title .color {
    color: #F89E73;
}

.how__content {
    display: flex;
    margin-top: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 32px;
}

.how__video {
    position: relative;
    display: flex;
    width: 58.25%;
    height: 541px;
    background: rgba(255, 255, 255, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
    overflow: hidden;
}

.how__video:before {
    position: absolute;
    content: '';
    top: calc(50% - 56px);
    left: calc(50% - 56px);
    width: 112px;
    height: 112px;
    transform: scale(1);
    box-shadow: 0px 4px 18.1px 0px rgba(0, 0, 0, 0.25);
    background-image: url(../img/icon-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.how__video:hover:before {
    transform: scale(1.1);
}

.how__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 41.75%;
    padding: 48px;
}

.how__main-label {
    display: flex;
    column-gap: 12px;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #F89E73;
}

.how__main-subtitle {
    margin: 24px -40px 0 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    font-family: 'Gotham Pro';
}

.how__main-text {
    margin-top: 24px;
}

.how__main-text ul {
    opacity: 0.8;
}

.how__main-text li {
    position: relative;
    padding-left: 28px;
    font-size: 20px;
    line-height: 26px;
}

.how__main-text li:before {
    position: absolute;
    content: '';
    top: 11px;
    left: 10px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.how__main-text p {
    margin-top: 64px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.how__info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 48px;
    padding: 48px;
    color: #101010;
    background-color: #FDF6E8;
    background-image: url(../img/logo-bg2.svg);
    background-position: top -110px right -40px;
    background-repeat: no-repeat;
    border-radius: 32px;
}

.how__info-title {
    font-size: 50px;
    line-height: 64px;
}

@media only screen and (max-width: 1679px){
    .how {
        padding-top: 110px;
    }

    .how__block {
        padding: 40px;
    }

    .how__content {
        margin-top: 41px;
    }

    .how__video {
        height: 461px;
    }

    .how__video:before {
        top: calc(50% - 47px);
        left: calc(50% - 47px);
        width: 94px;
        height: 94px;
    }

    .how__main {
        padding: 39px;
    }

    .how__main-label {
        column-gap: 10px;
        font-size: 17px;
        line-height: 21px;
    }

    .how__main-label svg {
        width: 26px;
        height: 26px;
    }

    .how__main-subtitle {
        margin-top: 20px;
        font-size: 22px;
        line-height: 28px;
    }

    .how__main-text {
        margin-top: 22px;
    }

    .how__main-text li {
        padding-left: 26px;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 0.005em;
    }

    .how__main-text li:before {
        top: 10px;
        left: 11px;
        width: 5px;
        height: 5px;
    }

    .how__main-text p {
        margin-top: 38px;
        font-size: 16px;
        line-height: 22px;
    }

    .how__info {
        margin-top: 40px;
        padding: 42px;
        background-position: top -92px right -30px;
        background-size: 420px;
    }

    .how__info-title {
        font-size: 42px;
        line-height: 54px;
        letter-spacing: -0.035em;
    }
}

@media only screen and (max-width: 1439px){
    .how__video {
        height: 452px;
    }

    .how__main {
        padding: 30px;
    }

    .how__main-label {
        font-size: 16px;
        line-height: 20px;
    }

    .how__main-subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .how__main-text p {
        margin-top: 30px;
        font-size: 16px;
        line-height: 22px;
    }

    .how__info {
        padding: 35px;
        background-position: top -55px right 60px;
        background-size: 280px;
    }

    .how__info-title {
        font-size: 34px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 1179px){
    .how__video {
        height: 340px;
    }

    .how__info-title {
        font-size: 28px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1023px){
    .how__content {
        flex-direction: column;
    }

    .how__video {
        width: 100%;
    }

    .how__main {
        width: 100%;
    }

    .how__info {
        background-position: top -45px right 60px;
    }

    .how__info-title br {
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .how {
        padding-top: 96px;
    }

    .how__block {
        padding: 24px 18px 18px;
        border-radius: 24px;
    }

    .how__content {
        margin-top: 16px;
    }

    .how__video {
        height: 190px;
        border-radius: 16px;
    }

    .how__video:before {
        top: calc(50% - 32px);
        left: calc(50% - 32px);
        width: 64px;
        height: 64px;
    }
    
    .how__main {
        padding: 20px;
    }
    
    .how__content {
        border-radius: 16px;
    }

    .how__main-label {
        column-gap: 13px;
        font-size: 14px;
        line-height: 17px;
    }

    .how__main-label svg {
        width: 18px;
        height: 18px;
    }

    .how__main-subtitle {
        margin-top: 16px;
    }

    .how__main-text {
        margin-top: 17px;
    }

    .how__main-text li {
        padding-left: 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .how__main-text li:before {
        top: 8px;
        left: 8px;
        width: 4px;
        height: 4px;
    }

    .how__main-text p {
        margin-top: 22px;
        line-height: 20px;
    }

    .how__info {
        row-gap: 24px;
        flex-direction: column;
        margin-top: 16px;
        padding: 24px;
        background-position: top -38px right -28px;
        background-size: 240px;
        border-radius: 16px;
    }

    .how__info-title {
        line-height: 36px;
    }

    .how__info-title br {
        display: none;
    }

    .how__info-btn {
        width: 100%;
    }
}

/*     build     */

.build {
   padding-top: 176px;
}

.build__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.build .faq__item-question {
    display: flex;
    column-gap: 24px;
    align-items: center;
}
 
.build .faq__item-question span {
    display: flex;
    justify-content: center;
    width: 117px;
    padding: 17px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Inter';
    color: #6E1C00;
    background: linear-gradient(270deg, rgba(110, 28, 0, 0.15) 0%, rgba(110, 28, 0, 0) 100%);
    border: 1px solid rgba(110, 28, 0, 0.2);
    border-radius: 32px;
}

.build .faq__item {
    padding: 23px 32px;
}

.build .faq__item-question {
    font-size: 32px;
    line-height: 32px;
}

@media only screen and (max-width: 1679px){
    .build {
        padding-top: 148px;
    }

    .build .faq__list {
        row-gap: 14px;
    }

    .build .faq__item {
        padding: 19px 27px;
    }

    .build .faq__item-question {
        column-gap: 20px;
        font-size: 28px;
        line-height: 28px;
        letter-spacing: -0.045em;
    }

    .build .faq__item-question span {
        width: 100px;
        padding: 14px;
        font-size: 19px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1439px){
    .build .faq__item-question {
        font-size: 26px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1179px){
    .build .faq__item-question {
        font-size: 24px;
        line-height: 24px;
    }

    .build .faq__item-question span {
        font-size: 16px;
        line-height: 18px;
    }
}

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

@media only screen and (max-width: 767px){
    .build {
        padding-top: 144px;
    }

    .build__head {
        flex-direction: column;
        row-gap: 20px;
    }

    .build__title {
        width: 100%;
        text-align: center;
    }

    .build__btn {
        width: 100%;
    }

    .build .faq__list {
        row-gap: 8px;
    }

    .build .faq__item {
        padding: 19px 20px;
    }

    .build .faq__item-question {
        column-gap: 16px;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -0.0275em;
    }

    .build .faq__item-question span {
        width: 68px;
        flex: 0 0 68px;
        padding: 9px;
        font-size: 12px;
        line-height: 15px;
    }
}

/*     for     */

.for {
   padding-top: 256px;
}

.for__title {
    text-align: center;
}

.for__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 48px -10px 0;
}

.for__column {
    width: 33.33%;
    padding: 0 10px;
}

.for__column:nth-child(4),
.for__column:nth-child(5) {
    width: 50%;
}

.for__item {
    position: relative;
    display: flex;
    row-gap: 12px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    height: 320px;
    padding: 32px;
    color: #fff;
    background-color: #49120F;
    background-size: cover;
    border-radius: 32px;
    overflow: hidden;
}

.for__item_1 {
    background-image: url(../img/for-1.jpg);
}

.for__item_2 {
    background-image: url(../img/for-2.jpg);
}

.for__item_3 {
    background-image: url(../img/for-3.jpg);
}

.for__item_4 {
    background-image: url(../img/for-4.jpg);
}

.for__item_5 {
    background-image: url(../img/for-5.jpg);
}

.for__item:before {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(180.35deg, rgba(0, 0, 0, 0) 43.03%, #000000 99.69%);
    z-index: 1;
}

.for__item div {
    position: relative;
    z-index: 2;
}

.for__item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Gotham Pro';
    letter-spacing: -0.03em;
}
.for__item-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    opacity: 0.8;
}

@media only screen and (max-width: 1679px){
    .for {
        padding-top: 215px;
    }

    .for__list {
        margin-top: 41px;
        row-gap: 16px;
    }

    .for__item {
        height: 273px;
        padding: 25px;
        row-gap: 8px;
    }

    .for__item-title {
        font-size: 21px;
        line-height: 21px;
        letter-spacing: -0.035em;
    }

    .for__item-text {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1439px){
    .for {
        padding-top: 144px;
    }

    .for__item {
        height: 225px;
        padding: 20px;
    }

    .for__item-title {
        font-size: 19px;
        line-height: 20px;
    }

    .for__item-text {
        font-size: 16px;
        line-height: 20px;
    }
}

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

@media only screen and (max-width: 1023px){
    .for__column,
    .for__column:nth-child(4) {
        width: 50%;
    }

    .for__column:nth-child(5) {
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .for {
        padding-top: 192px;
    }

    .for__title {
        max-width: 300px;
        margin: 0 auto;
    }

    .for__list {
        row-gap: 8px;
        margin-top: 32px;
    }

    .for__column,
    .for__column:nth-child(4) {
        width: 100%;
    }

    .for__item {
        height: 164px;
        padding: 24px;
    }

    .for__item_1 {
        background-image: url(../img/for-1-m.jpg);
    }

    .for__item_2 {
        background-image: url(../img/for-2-m.jpg);
    }

    .for__item_3 {
        background-image: url(../img/for-3-m.jpg);
    }

    .for__item_4 {
        background-image: url(../img/for-4-m.jpg);
    }

    .for__item_5 {
        background-image: url(../img/for-5-m.jpg);
    }

    .for__item-title {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.02em;
    }

    .for__item-text {
        font-size: 14px;
        line-height: 18px;
    }
}

/*     important     */

.important {
    padding-top: 48px;
}

.important__block {
    display: flex;
    justify-content: space-between;
    padding: 48px 62px;
    border: 1px solid rgba(73, 18, 15, 0.2);
    border-radius: 48px;
}

.important__main {
    padding: 24px 0;
}

.important__text {
    margin-top: 92px;
}

.important__text ul {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    opacity: 0.8;
}

.important__text li {
    position: relative;
    padding-left: 34px;
    font-weight: 600;
    font-size: 24px;
    line-height: 21px;
}

.important__text li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 12px;
    width: 8px;
    height: 8px;
    background-color: #101010;
    border-radius: 50%;
}

.important__other {
    padding: 48px 88px;
    background: linear-gradient(180deg, rgba(110, 28, 0, 0.08) 0%, rgba(110, 28, 0, 0) 100%);
    border-radius: 32px;
}

.important__other-text {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}

.important__other-btns {
    display: flex;
    row-gap: 16px;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
}

@media only screen and (max-width: 1679px){
    .important {
        padding-top: 41px;
    }

    .important__block {
        padding: 38px 55px;
    }

    .important__text {
        margin-top: 75px;
    }

    .important__text li {
        padding-left: 31px;
        font-size: 21px;
        line-height: 17px;
        letter-spacing: -0.015em;
    }

    .important__text li:before {
        top: 6px;
        left: 12px;
        width: 6px;
        height: 6px;
    }

    .important__other {
        padding: 42px 75px;
    }

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

    .important__other-btns {
        row-gap: 12px;
        margin-top: 52px;
    }
}

@media only screen and (max-width: 1439px){
    .important__block {
        padding: 30px 45px;
    }

    .important__text li {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1179px){
    .important__text {
        margin-top: 55px;
    }

    .important__other {
        padding: 32px 35px;
    }
}

@media only screen and (max-width: 1023px){
    .important__block {
        flex-direction: column;
    }

    .important__main {
        width: 100%;
    }

    .important__title br {
        display: none;
    }

    .important__text {
        margin-top: 25px;
    }

    .important__other {
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .important {
        padding-top: 32px;
    }

    .important__block {
        row-gap: 24px;
        padding: 23px 25px 14px;
        border-radius: 24px;
    }

    .important__main {
        padding: 0;
    }

    .important__text {
        margin-top: 16px;
    }

    .important__text ul {
        row-gap: 0;
    }

    .important__text li {
        padding-left: 21px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
    }

    .important__text li:before {
        top: 10px;
        left: 8px;
        width: 4px;
        height: 4px;
    }

    .important__other {
        width: auto;
        margin: 0 -9px;
        padding: 24px 25px;
    }

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

    .important__other-text br {
        display: none;
    }

    .important__other-btns {
        row-gap: 8px;
        margin-top: 15px;
    }
}

/*     footer     */

.footer {
    padding: 72px 0 65px;
    color: #fff;
    background: #49120F;
}

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

.footer__logo {
    position: relative;
    left: -46px;
    display: block;
    width: 241px;
    height: 128px;
    background-image: url(../img/logo-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__contacts {
    display: flex;
    row-gap: 32px;
    flex-direction: column;
}

.footer__contacts a {
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__contacts a:hover {
    color: #F89E73;
}

.footer__contacts svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__contacts a:hover svg path {
    fill: #F89E73;
}

.footer__social {
    display: flex;
    column-gap: 15px;
    justify-content: flex-end;
}

.footer__social svg path,
.footer__social svg rect {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__social a:hover svg path {
    fill: #F89E73;
}

.footer__social a:hover svg rect {
    stroke: #F89E73;
    stroke-opacity: 1;
}

.footer__doc {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.footer__doc a {
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	color: #F89E73;
}

@media only screen and (max-width: 1679px){
    .footer {
        padding: 62px 0;
    }

    .footer__contacts {
        row-gap: 26px;
    }

    .footer__contacts a {
        column-gap: 8px;
        font-size: 17px;
        line-height: 20px;
    }

    .footer__contacts svg {
        width: 22px;
        height: 22px;
    }

    .footer__logo {
        left: -36px;
        width: 211px;
        height: 108px;
    }

    .footer__social {
        column-gap: 13px;
    }

    .footer__social svg {
        width: 56px;
        height: 56px;
    }
}

@media only screen and (max-width: 1439px){
    .footer {
        padding: 50px 0;
    }
}

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

@media only screen and (max-width: 1023px){
    .footer__block {
        position: relative;
        display: block;
        flex-direction: initial;
        padding-top: 100px;
    }

    .footer__logo {
        position: absolute;
        top: -24px;
        left: -2px;
    }

    .footer__social {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 767px){
    .footer {
        padding: 42px 0 38px;
    }

    .footer__block {
        padding-top: 88px;
    }

    .footer__logo {
        width: 138px;
        height: 95px;
        left: 0;
    }

    .footer__contacts a {
        font-size: 16px;
    }

    .footer__contacts svg {
        width: 20px;
        height: 20px;
    }

    .footer__social {
        column-gap: 9px;
    }

    .footer__social svg {
        width: 48px;
        height: 48px;
    }
}

/*     thanks     */

.thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.thanks .first__text {
    margin-top: 40px;
    text-align: center;
}

.thanks .first__btn {
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .thanks .first__title {
        text-align: center;
    }

    .thanks .first__btn {
        margin-top: 50px;
    }

    .thanks .btn_main {
        width: 175px;
    }
}

/* popup */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    z-index: 100;
}

.popup-order .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 480px;
    padding: 80px 40px 40px;
    transform: translate(-50%, -50%);
    background-color: #FDF6E8;
    border-radius: 30px;
    overflow: hidden;
}

.popup-close {
    position: absolute;
    cursor: pointer;
    top: 26px;
    right: 26px;
    z-index: 10;
}

.popup-close {
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup-close:hover {
    opacity: 0.5;
}

.popup-close svg {
    width: 26px;
    height: 26px;
}

.form__input {
    margin-bottom: 15px;
}

.form__input input {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Inter';
    color: #101010;
    background-color: #fff;
    border: 1px solid #6E1C00;
    border-radius: 32px;
}

.form__input input:focus {
    border-color: #F89E73;    
}

.wpcf7-not-valid-tip {
    padding-top: 5px!important;
    font-size: 12px!important;
    line-height: 16px!important;
    text-align: center!important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    padding: 10px!important;
    font-size: 12px!important;
    line-height: 16px!important;
}

.form__btn {
    position: relative;
    display: flex;
    justify-content: center;
}

.form__btn .btn {
    margin-top: 25px;
}

@media only screen and (max-width: 1023px){
    .popup-close {
        top: 20px;
        right: 20px;
    }

    .popup-close svg {
        width: 22px;
        height: 22px;
    }

    .popup-order .block {
        max-width: 340px;
        padding: 70px 20px 40px;
        border-radius: 16px;
    }

    .form__input input {
        font-size: 16px;
        line-height: 20px;
    }

    .form__btn .btn {
        width: auto;
        margin-top: 10px;
    }
}