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

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

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

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

@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('../fonts/BebasNeueCyrillic/BebasNeueCyrillic.eot');
    src: local('Bebas Neue Cyrillic'), local('BebasNeueCyrillic'),
        url('../fonts/BebasNeueCyrillic/BebasNeueCyrillic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueCyrillic/BebasNeueCyrillic.woff2') format('woff2'),
        url('../fonts/BebasNeueCyrillic/BebasNeueCyrillic.woff') format('woff'),
        url('../fonts/BebasNeueCyrillic/BebasNeueCyrillic.ttf') format('truetype');
    font-weight: normal;
    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 {
    font-weight: 600;
    font-family: 'Mont';
    color: #333333;
}

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

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

.noscroll {
    overflow: hidden;
}

a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

p {
    margin: 0 0 20px;
}

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

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

/*     main     */

.wrapper {
    position: relative;
    padding-top: 123px;
    overflow: hidden;
}

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

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

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


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

@media only screen and (max-width: 1023px){
    .wrapper {
        padding-top: 110px;    
    }
    
    .container {
        max-width: 375px;
        padding: 0 10px;
    }
}

.section-point {
    position: absolute;
    top: -125px;
    left: 0;
}

.title {
    font-size: 80px;
    font-weight: 400;
    line-height: 84px;
    font-family: 'Bebas Neue Cyrillic';
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.title .line {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.description {
    font-size: 18px;
    line-height: 29px;
}


.iti__flag {
    background-image: url(../img/flags.png)!important;
}

@media only screen and (max-width: 1359px){
    .title {
        font-size: 70px;
        line-height: 76px;
    }
    
    .description {
        font-size: 16px;
        line-height: 26px;
    }
}

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

@media only screen and (max-width: 1023px){
    .title {
        font-size: 35px;
        line-height: 39px
    }
    
    .title br {
        display: none;    
    }
    
    .description {
        font-size: 14px;
        line-height: 22px;
    }
    
    .description br {
        display: none;
    }
}

/*     btn     */

.btn {
    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;
}

.btn_main {
    display: flex;
    column-gap: 50px;
    justify-content: center;
    align-items: center;
    width: 361px!important;
    padding: 31px 20px!important;
    font-size: 18px!important;
    font-weight: 600!important;
    line-height: 29px!important;
    font-family: 'Mont';
    color: #333333;
    background: linear-gradient(81.05deg, #FFD4B4 -19.37%, #FFE4D0 100.63%);
    border-radius: 45px;
}

.btn_white {
    color: #333333!important;
    background: #fff!important;
}

@media only screen and (max-width: 1359px){
    .btn_main {
        column-gap: 50px;
        width: 325px!important;
        padding: 20px!important;
        font-size: 16px!important;
        line-height: 26px!important;
    }
}

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

@media only screen and (max-width: 1023px){
    .btn_main {
        padding: 32px 20px!important;
    }
}

/*     owl     */

.owl-carousel {
    padding-bottom: 96px;
}

.owl-nav {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    display: flex!important;
    justify-content: space-between!important;
    width: 246px!important;
    margin: 0 auto!important;
}

.owl-nav button {
    position: relative!important;
    width: 50px!important;
    height: 50px!important;
    margin: 0!important;
    background: none!important;
    background-color: #C64220!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    border-radius: 50%!important;
    opacity: 1!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

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

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

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

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background-color: #EE5E39!important;
}

.owl-nav button.disabled {
    opacity: 0.5!important;
}

.owl-dots {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    bottom: 23px!important;
    display: flex!important;
    column-gap: 10px!important;
    justify-content: center!important;
    width: 125px!important;
    margin: 0 auto!important;
}

.owl-dot {
    width: 5px!important;
    height: 5px!important;
    background: #CCA696!important;
    border-radius: 50%!important;
}

.owl-dot.active {
    background: #C64220!important;
}

@media only screen and (max-width: 1023px){
    .owl-carousel {
        padding-bottom: 82px;
    }
    
    .owl-carousel .owl-stage-outer {
        overflow: inherit;
    }
}

/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
}

.header_scroll {
    background-color: rgba(255,255,255,1);
}

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

.header__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 44px 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header_scroll .header__block {
    padding: 20px 0;
}

.header__logo {
    display: flex;
    width: 83px;
    height: 34px;
    background-image: url(../img/terra-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

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

.header__main .header__phone {
    margin-right: 90px;
}

.header__phone a {
    display: flex;
    padding-left: 32px;
    font-size: 18px;
    line-height: 29px;
    color: #333333;
    background-image: url(../img/icon-phone.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.header__main .header__language {
    margin-right: 60px;
}

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

.header__language li {
    position: relative;
}

/*
.header__language li:after {
    position: absolute;
    top: 4px;
    right: -8px;
    content: '|';
}
*/
.header__language li:last-child:after {
    display: none;
}

.header__language a {
    font-size: 16px;
    line-height: 26px;
    color: #B5B5B5;
}

.header__language .current-lang a,
.header__language a:hover {
    color: #000000;
}

.header__burger {
    display: flex;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-image: url(../img/icon-burger.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.header_open .header__burger {
    background-image: url(../img/icon-burger-close.svg);
}

.header__close {
    cursor: pointer;
}

.header__close svg rect {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__close svg circle {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__close:hover svg rect {
    fill: #C64220;
}

.header__close:hover svg circle {
    stroke: #C64220;
}

.header__fly {
    position: fixed;
    top: 0;
    left: calc(50% - 80px);
    right: 0;
    bottom: 0;
    padding: 32px 60px 70px 104px;
    background: #fff;
    border-radius: 30px 0 0 30px;
    transform: translate(100%, 0);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    z-index: 15;
}

.header-fly .header__fly {
    transform: translate(0%, 0);
}

.header__fly-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    max-width: 584px;
    height: 100%;
}

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

.header__fly-menu {
    max-width: 488px;
    margin-top: 90px;
}

.header__fly-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -80px;
}

.header__fly-menu li {
    width: 50%;
    margin-bottom: 80px;
    padding: 0 20px;
}

.header__fly-menu li a {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
}

.header__fly-menu li a:hover {
    font-weight: 700;
    text-decoration: underline;
}

.header__fly-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 548px;
}

.header__bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 12;
}

.header-fly .header__bg {
    display: block;
}

@media only screen and (max-width: 1359px){
    .header__block {
        padding: 32px 0;
    }
    
    .header__fly {
        padding: 32px 60px 40px 74px;
    }
    
    .header__fly-menu {
        margin-top: 70px;
    }
    
    .header__fly-menu ul {
        margin-bottom: -40px;    
    }
    
    .header__fly-menu li {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px){
    .header__block {
        padding: 44px 22px;
    }
    
    .header_scroll .header__block {
        padding: 20px 22px;
    }
    
    .header__main .header__phone{
        display: none;
    }
    
    .header__fly {
        left: 0;
        bottom: auto;
        padding: 36px 0 0;
        transform: translate(0, -100%);
        background-image: url(../img/header-fly-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0 0 30px 30px;
    }
    
    .header-fly .header__fly {
        transform: translate(0, 0%);
    }
    
    .header__fly-container {
        height: 402px;
        max-width: 300px;
        margin: 0 auto;
        padding-bottom: 25px;
    }
    
    .header__fly-menu {
        margin-top: 48px;
    }
    
    .header__fly-menu li {
        margin-bottom: 50px;
    }
    
    .header__fly-menu li a {
        font-size: 14px;
        line-height: 22px;
    }
    
    .header__language a {
        font-size: 14px;
        line-height: 24px;
    }
    
    .header__phone a {
        padding-left: 30px;
        font-size: 14px;
        line-height: 24px;
    }
}


/*     form     */

.form__line {
    margin-bottom: 10px;
}

.form__line_last,
.form__line:last-child {
    position: relative;
    margin: 28px 0 0;
}

.form__line-info {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

.form__line p {
    margin: 0;
}

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

.form__column {
    width: calc(50% - 12px);
}

.form__line label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="number"],
textarea,
select {
    width: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Mont';
    color: #fff;
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

select {
    padding-right: 50px;
    background-image: url(../img/icon-select-arrow.svg);
    background-position: top 24px right 19px;
    background-repeat: no-repeat;
}

input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

input[type="email"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

.iti__country {
    color: #333!important;
}

.icon-name {
    background-image: url(../img/icon-name-white.svg)!important;
    background-position: left center!important;
    background-repeat: no-repeat!important;
}

.icon-phone {
    background-image: url(../img/icon-phone-white.svg)!important;
    background-position: left center!important;
    background-repeat: no-repeat!important;
}

.icon-email {
    background-image: url(../img/icon-email-white.svg)!important;
    background-position: left center!important;
    background-repeat: no-repeat!important;
}

.icon-comment {
    background-image: url(../img/icon-comment-white.svg)!important;
    background-position: left center!important;
    background-repeat: no-repeat!important;
}

@media only screen and (max-width: 1023px){
    input[type="email"],
    input[type="text"],
    input[type="tel"],
    input[type="number"],
    textarea,
    select {
        font-size: 14px;
        line-height: 28px;
    }
}

/*     wpcf7     */

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0!important;
    font-size: 14px!important;
    line-height: 20px!important;
    padding: 5px 8px!important;
    text-align: center!important;
    border: none!important;
}

.wpcf7-spinner {
    position: absolute!important;
    top: 18px!important;
    right: 25px!important;
    margin: 0!important;
}

.wpcf7-not-valid-tip {
    font-size: 14px!important;
    line-height: 20px!important;
    padding-top: 5px!important;
    text-align: center!important;
    color: #fff!important;
    opacity: 0.5!important;
}


/*     first     */

.first {
    position: relative;
    padding-top: 12px;
}

.first__decore-1 {
    position: absolute;
    top: -754px;
    left: calc(50% - 2108px);
    width: 1946px;
    height: 2007px;
    background-image: url(../img/first-decore-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.first__decore-2 {
    position: absolute;
    top: -288px;
    left: calc(50% + 48px);
    width: 974px;
    height: 1096px;
    background-image: url(../img/first-decore-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.first__title {
    font-size: 70px;
    line-height: 77px;
    text-align: center;
}

.first__title.mob {
    display: none;
}

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

.first__description {
    font-size: 18px;
    line-height: 29px;
}

.first__img {
    position: relative;
    height: 483px;
    margin: 44px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 5;
}

#video-background {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    min-width: calc(100% + 20px);
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

@media only screen and (max-width: 1359px){
    .first__decore-1,
    .first__decore-2 {
        background-size: 85%;
    }
    
    .first__title {
        font-size: 60px;
        line-height: 68px;
    }
    
    .first__description {
        font-size: 16px;
        line-height: 26px;
    }
    
    .first__img {
        height: 420px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1023px){
    .first__decore-1,
    .first__decore-2 {
        background-size: contain;
    }
    
    .first__decore-1 {
        top: -346px;
        left: calc(50% - 940px);
        width: 998px;
        height: 1019px;
        background-image: url(../img/first-decore-1-mob.png);
    }
    
    .first__decore-2 {
        top: -148px;
        left: calc(50% - 30px);
        width: 446px;
        height: 549px;
        background-image: url(../img/first-decore-2-mob.png);
    }
    
    .first__title.pc {
        display: none;
    }
    
    .first__title.mob {
        display: block;
    }
    
    .first__title {
        font-size: 35px;
        line-height: 42px;
    }
    
    .first__title div {
        white-space: nowrap;
    }
    
    .first__head {
        row-gap: 20px;
        flex-direction: column;
        margin-top: 249px;
    }
    
    .first__description {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    
    .first__description span {
        display: block;
        white-space: nowrap;
    }
    
    .first__img {
        position: absolute;
        top: 198px;
        left: 0;
        right: 0;
        height: 201px;
        margin: 0;
    }
}

/*     we     */

.we {
    padding: 90px 0;
}

.we__decore-1 {
    position: absolute;
    top: -316px;
    left: calc(50% - 899px);
    width: 2173px;
    height: 2223px;
    background-image: url(../img/we-decore-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

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

.we__description {
    padding-bottom: 12px;
    color: #2D2627;
}

.we__list {
    display: flex;
    flex-wrap: wrap;
    margin: 46px -8px 0;
}

.we__column {
    padding: 0 8px;
}

.we__column:nth-child(1) {
    width: 31.8%;
}

.we__column:nth-child(2) {
    width: 34.4%;
}

.we__column:nth-child(3) {
    width: 33.8%;
}

.we__item {
    height: 100%;
    padding: 39px 50px 15px 54px;
    background-color: #FBFBFB;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.we__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #C64220;
    border-radius: 20px;
}

.we__item-text {
    margin-top: 23px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 26px;
    border-top: 1px solid rgba(45, 38, 39, 0.1);
    color: #2D2627;
}

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

@media only screen and (max-width: 1359px){
    .we__decore-1 {
        top: -446px;
        left: calc(50% - 868px);
        background-size: 85%;    
    }
    
    .we__list {
        margin-top: 40px;    
    }
    
    .we__item {
        padding: 30px 40px 20px 40px;
    }
    
    .we__item-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1023px){
    .we {
        padding: 63px 0 46px;
    }
    
    .we__decore-1 {
        display: none;
    }
    
    .we__head {
        align-items: center;
        flex-direction: column;
    }
    
    .we__title br {
        display: none;
    }
    
    .we__description {
        margin-top: 17px;
        padding-bottom: 0;
        text-align: center;
    }
    
    .we__description span {
        display: block;
        white-space: nowrap;
    }
    
    .we__list {
        row-gap: 5px;
        flex-direction: column;
        margin-top: 30px;
    }
    
    .we__column {
        width: 100%!important;
    }
    
    .we__item {
        padding: 20px 60px 12px 30px;
    }
    
    .we__item-icon {
        width: 65px;
        height: 65px;
        border-radius: 15px;
    }
    
    .we__item-text {
        margin-top: 14px;   
    }
    
    .we__item-text span {
        display: block;
    }
    
    .we__item-text br {
        display: none;
    }
    
    .we__btn {
        margin-top: 20px;
    }
}


/*     about     */

.about {
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: 2;
}

.about:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.73);
    z-index: 1;
}

.about__block {
    position: relative;
    height: 839px;
}

.about__title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    line-height: 88px;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
    z-index: 3;
}


.about__item {
    position: absolute;
    display: flex;
    align-items: center;
    column-gap: 25px;
    z-index: 2;
}

.about__item_1 {
    top: 206px;
    left: calc(50% + 220px);
}

.about__item_2 {
    top: 510px;
    left: calc(50% + 200px);
}

.about__item_3 {
    top: 631px;
    left: 0;
    right: 0;
    row-gap: 25px;
    flex-direction: column;
    text-align: center;
}

.about__item_4 {
    top: 466px;
    left: calc(50% - 566px);
    text-align: right;
}

.page-id-793 .about__item_4 {
    left: calc(50% - 546px);
}

.about__item_5 {
    top: 181px;
    left: calc(50% - 500px);
    text-align: right;
}

.about__item_4 .about__item-icon,
.about__item_5 .about__item-icon{
    order: 2;
}

.about__item_4 .about__item-text,
.about__item_5 .about__item-text {
    order: 1;
}

.about__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    background-color: #fff;
    border-radius: 50%;
}

.about__item-text {
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    color: #fff;
}

.about__round {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.about__round_1 {
    width: 596px;
    height: 596px;
    margin-top: -36px;
}

.about__round_2 {
    width: 895px;
    height: 895px;
    margin-top: -36px;
    opacity: 0.1;
}


@media only screen and (max-width: 1359px){
    .about__item_5 {
        top: 191px;
        left: calc(50% - 480px);
    }
    
    .about__item_4 {
        top: 465px;
        left: calc(50% - 540px);
    }
    
    .page-id-793 .about__item_4 {
        left: calc(50% - 520px)
    }
    
    .about__item-text {
        font-size: 14px;
        line-height: 22px;
    }
}

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

@media only screen and (max-width: 1023px){
    .about {
        padding: 37px 0;
    }
    
    .about__title {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 0;
        line-height: 39px;
        transform: none;
    }
    
    .about__title span {
        display: block;
    }
    
    .about__block {
        height: auto;
        padding: 0 7px;
    }
    
    .about__title br {
        display: none;
    }
    
    .about__title span {
        display: block;
    }
    
    .about__round {
        display: none;
    }
    
    .about__item {
        position: relative!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        column-gap: 15px;
    }
    
    .about__item_1 {
        margin-top: 22px;
    }
    
    .about__item_2 {
        margin-top: 29px;
    }
    
    .about__item_3 {
        margin-top: 28px;
        flex-direction: row;
        text-align: left;
    }
    
    .about__item_4 {
        margin-top: 36px;
    }
    
    .about__item_5 {
        margin-top: 35px;
    } 
   
    
    .about__item-icon {
        width: 60px;
        height: 60px;
    }
    
    .about__item-icon svg {
        width: 13px;
        height: 13px;
    }
    
    .about__item-text {
        white-space: nowrap;
    }
    
    .about__item-text br {
        display: none;
    }
    
    .about__item-text span {
        display: block;
    }
    
    .about__item_4 .about__item-icon,
    .about__item_5 .about__item-icon {
        order: 1;
    }
    
    .about__item_4 .about__item-text,
    .about__item_5 .about__item-text {
        text-align: left;
        order: 2;
    }
}

/*     task     */

.task {
    padding-top: 103px;
}

.task__decore-1 {
    position: absolute;
    top: -318px;
    left: calc(50% + 58px);
    width: 986px;
    height: 1103px;
    background-image: url(../img/task-decore-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

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

.task__title .line-2 {
    padding-left: 87px;
}

.task__title .mob {
    display: none;
}

.task__description {
    padding-bottom: 14px;
}

.task__list {
    display: flex;
    flex-wrap: wrap;
    margin: 52px -20px -52px;
}

.task__column {
    margin-bottom: 52px;
    padding: 0 20px;
}

.task__column:nth-child(3n + 1) {
    width: 40%;
}

.task__column:nth-child(3n + 2) {
    width: 35%;
}

.task__column:nth-child(3n + 3) {
    width: 25%;
}

.task__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #C64220;
    border-radius: 10px;

}
.task__item-text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 29px;
    white-space: nowrap;
}

.task__btn {
    margin: 17px 0 0 -28px;
}

@media only screen and (max-width: 1359px){
    .task__decore-1 {
        background-size: 85%;    
    }
    
    .task__list {
        margin-top: 40px;    
    }
    
    .task__column:nth-child(3n + 1) {
        width: 37%;
    }
    
    .task__column:nth-child(3n + 3) {
        width: 28%;
    }
    
    .task__item-text {
        font-size: 16px;
        line-height: 26px;
    }
    
    .task__btn {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 1179px){
    .task__column:nth-child(3n + 1) {
        width: 36%;
    }
    
    .task__column:nth-child(3n + 2) {
        width: 32%;
    }
    
    .task__column:nth-child(3n + 3) {
        width: 32%;
    }
}

@media only screen and (max-width: 1023px){
    .task {
        padding-top: 64px;
    }
    
    .task__decore-1 {
        position: absolute;
        top: -154px;
        left: calc(50% - 172px);
        width: 557px;
        height: 602px;
        background-image: url(../img/task-decore-1-mob.png);
        background-size: contain;
    }
    
    .task__head {
        align-items: center;
        flex-direction: column;
    }
    
    .task__title {
        line-height: 43px;
        text-align: center;
    }
    
    .task__title .pc {
        display: none;
    }
    
    .task__title .mob {
        display: block;
    }
    
    .task__title .line-2 {
        padding-left: 0;
    }
    
    .task__description {
        margin-top: 16px;
        padding-bottom: 0;  
        text-align: center;
    }
    
    .task__description span {
        display: block;
        white-space: nowrap;
    }
    
    .task__list {
        margin-bottom: -22px;
    }
    
    .task__column {
        margin-bottom: 22px;
    }
    
    .task__column:nth-child(3n + 1) {
        width: 100%;
    }
    
    .task__column:nth-child(3n + 2) {
        width: 100%;
    }
    
    .task__column:nth-child(3n + 3) {
        width: 100%;
    }
    
    .task__item {
        display: flex;
        align-items: center;
        column-gap: 13px;
    }
    
    .task__item-text {
        margin-top: 0;
        font-size: 14px;
        line-height: 22px;
        color: #1B1B1B;
    }
    
    .task__item-text span {
        display: block;
        white-space: nowrap;
    }
    
    .task__item-text br {
        display: none;
    }
    
    .task__btn {
        margin: 0;
        display: flex;
        justify-content: center;
    }
}


/*     objects     */

.objects {
    padding-top: 88px;
}

.objects__decore-1 {
    position: absolute;
    top: -340px;
    left: calc(50% - 1172px);
    width: 1153px;
    height: 1147px;
    background-image: url(../img/objects-decore-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.objects__decore-2 {
    position: absolute;
    top: 390px;
    left: calc(50% - 1150px);
    width: 1153px;
    height: 1147px;
    transform: rotate(77deg);
    background-image: url(../img/objects-decore-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.objects-list {
    padding-top: 22px;
}

.objects-list__decore-1 {
    position: absolute;
    top: 484px;
    left: calc(50% - 1825px);
    width: 2333px;
    height: 2290px;
    background-image: url(../img/objects-list-decore-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.objects__title {
    text-align: center;
}

.objects__slider {
    margin-top: 54px;
}

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

.objects__filters-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.objects__filters-column:nth-child(1) {
    width: calc(28.4% - 15px);
    padding-right: 15px;
}

.objects__filters-column:nth-child(2) {
    width: calc(34.3% - 15px);
    padding-right: 15px;
}

.objects__filters-column:nth-child(3) {
    width: calc(24.6% - 15px);
    padding-right: 15px;
}

.objects__filters-column:nth-child(4) {
    width: 16.5%;
    padding-top: 25px;
}

.objects__filters-reset {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.objects__filters-reset a {
    font-size: 14px;
    line-height: 18px;
    color: #C64220;
    text-decoration: underline;
}

.objects__filters-reset a:hover {
    color: #EE5E39;
}

.objects__filters-label {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 18px;
    color: #9E9E9E;
}

.objects__filters-select select {
    display: block;
    padding: 21px 50px;
    font-size: 16px;
    line-height: 21px;
    background: none;
    color: #000000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.objects__filters-select.location select {
    background-image: url(../img/icon-location.svg), url(../img/icon-select-arrow.svg)!important;
    background-position: left 14px center, right 19px center!important;
    background-repeat: no-repeat, no-repeat!important;
}

.objects__filters-select.date select {
    background-image: url(../img/icon-date.svg), url(../img/icon-select-arrow.svg)!important;
    background-position: left 14px center, right 19px center!important;
    background-repeat: no-repeat, no-repeat!important;
}

.select2-container {
    width: 100%!important;
}

.select2-container .select2-selection--single {
    height: auto!important;
}

.select2-container--default .select2-selection--single {
    border: none!important;
    background: none!important;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    border-radius: 5px!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #333!important;
    font-size: 16px!important;
    line-height: 21px!important;
    padding: 21px 50px!important;
}

.objects__filters-select.location .select2-container .select2-selection--single .select2-selection__rendered {
    background-image: url(../img/icon-location.svg)!important;
    background-position: left 14px center!important;
    background-repeat: no-repeat!important;
}

.objects__filters-select.date .select2-container .select2-selection--single .select2-selection__rendered {
    background-image: url(../img/icon-date.svg)!important;
    background-position: left 14px center!important;
    background-repeat: no-repeat!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 22px!important;
    right: 22px!important;
    width: 20px!important;
    height: 20px!important;
    margin: 0!important;    
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 20px!important;
    height: 20px!important;
    margin: 0!important;
    border: none!important;
    background-image: url(../img/icon-select-arrow.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    transform: rotate(0deg)!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-180deg)!important;
}

.select2-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    border-top: 0!important;
    background-color: #fff!important;
    border-radius: 0 0 5px 5px!important;
    overflow: hidden!important;
}

.select2-results__option {
    padding: 10px 15px!important;
}

.select2-container--default .select2-results>.select2-results__options {
    min-height: 210px!important;
}


.select2-container--default .select2-results>.select2-results__options {
  -webkit-overflow-scrolling: touch;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 30px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #9E9E9E;
    border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: #F8F8F8;
    border-radius: 5px;
}






.select2-container--default .select2-results__option[aria-selected=true] {
    color: #fff!important;
    background-color: #C64220!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #333333;
    background-color: #F8F8F8;
}


.objects__filters-range {
    display: flex;
    row-gap: 10px;
    align-items: center;
    flex-direction: column;
    padding: 12px 10px;
    background: none;
    color: #000000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.objects__filters-range-main {
    width: 100%;
    padding: 17px 15px;
}

.noUi-horizontal {
    height: 5px!important;
}

.noUi-target {
    background: #F8F8F8!important;
    border-radius: 5px!important;
    border: none!important;
    box-shadow: none!important;
}

.noUi-connect {
    background: #C64220!important;
}

.noUi-handle {
    background: #C64220!important;
    border: 3px solid #FFFFFF!important;
    border-radius: 50%!important;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.25)!important;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none!important;
}

.noUi-horizontal .noUi-handle {
    width: 25px!important;
    height: 25px!important;
    right: -12px!important;
    top: -10px!important;
}

.objects__filters-range-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}

.objects-range-column {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.objects-range-value {
    width: 100px;
    padding: 10px 7px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #9E9E9E;
    background: #F8F8F8;
    border-radius: 5px;
}

.objects__filters-column:last-child .btn {
    display: block;
    padding: 21px 20px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background-color: #C64220;
    border-radius: 5px;
}

.objects__filters-column:last-child .btn:hover {
    background-color: #EE5E39;
}

.objects__list {
    display: flex;
    flex-wrap: wrap;
    margin: 65px -2px -5px;
}

.objects__column {
    width: 33.33%;
    margin-bottom: 5px;
    padding: 0 2px;
}

.objects__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 459px;
    padding: 28px 44px 30px 36px;
    color: #fff;
    background-color: #eee;
    background-position: center;
    background-size: 100%;
    border-radius: 20px;
    -webkit-transition: background-size 0.2s;
    -moz-transition: background-size 0.2s;
    -o-transition: background-size 0.2s;
    transition: background-size 0.2s;
    overflow: hidden;
}

.objects__item:hover {
    background-size: 102%;
}

.objects__item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.81) 0.96%, rgba(0, 0, 0, 0) 35.36%, rgba(0, 0, 0, 0) 65.59%, rgba(0, 0, 0, 0.81) 100%);
    z-index: 1;
}

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

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

.objects__item-head > div:last-child {
    text-align: right;
}

.objects__item-label {
    font-size: 14px;
    line-height: 18px;
    color: #C9C9C9;
}

.objects__item-text {
    margin-top: 9px;
    font-size: 22px;
    line-height: 28px;
}

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

.objects__item-location {
	max-width: 60%;
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
    background-image: url(../img/icon-location-white.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.objects__item-price {
	max-width: 40%;
    font-size: 20px;
    line-height: 24px;
}

.objects__item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98%;
    margin-top: 24px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.objects__item-link svg {
    position: relative;
    left: 0;
    -webkit-transition: left 0.2s;
    -moz-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s;
}

.objects__item:hover .objects__item-link svg {
    left: -10px;
}

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

.objects__item_add {
    padding-top: 70px;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
}

.objects__item_add:before {
    background: rgba(250, 254, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.objects__item__add-icon {
    width: 150px;
    height: 150px;
}

.objects__item__add-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.objects__nav {
    margin-top: 46px;
}

.wp-pagenavi {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
    color: rgba(0,0,0,0.2);
}

.wp-pagenavi .current {
    color: rgba(0,0,0,1)!important;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: none;
    background-color: #C64220;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    background-color: #EE5E39;
}

.wp-pagenavi .previouspostslink {
    margin-right: 30px;
    background-image: url(../img/icon-slider-left.svg);
}

.wp-pagenavi .nextpostslink {
    margin-left: 30px;
    background-image: url(../img/icon-slider-right.svg);
}

.objects__btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}


@media only screen and (max-width: 1359px){
    objects__decore-1,
    objects__decore-2 {
        background-size: 85%;
    }
    
    .objects__decore-2 {
        top: 310px;
    }

    .objects__slider {
        margin-top: 40px;
    }
    
    .objects__filters-range-info {
        font-size: 14px;
    }
    
    .objects__list {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1179px){
    .objects__filters {
        flex-wrap: wrap;
    }

    .objects__filters-column {
        width: 50%!important;
    }
    
    .objects__filters-column:nth-child(1),
    .objects__filters-column:nth-child(2) {
        margin-bottom: 20px!important;
    }
    
    .objects__decore-1 {
        top: -430px;   
    }
    
    .objects__decore-2 {
        top: 270px;
    }
    
    .objects__item {
        height: 380px;
        padding: 20px;
    }
    
    .objects__item-text {
        margin-top: 7px;
        font-size: 18px;
        line-height: 26px;
    }
    
    .objects__item-price {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1023px){
    .objects {
        padding-top: 65px;
    }
    
    .objects__decore-1 {
        top: -158px;
        left: calc(50% - 99px);
        width: 538px;
        height: 640px;
        background-image: url(../img/objects-decore-1-mob.png);
        background-size: contain;
    }
    
    .objects__decore-2 {
        display: none;
    }

    .objects__slider {
        max-width: 324px;
        margin: 30px auto 0;
    }
    
    .objects__filters-range {
        row-gap: 10px;
    }
    
    .objects__filters-range-info {
        font-size: 12px;
        white-space: nowrap;
    }
    
    .objects-range-value {
        width: 92px;
        font-size: 14px;
    }
    
    .objects__item {
        padding: 25px 25px 20px;
    }
    
    .objects__item-label {
        font-size: 12px;
        line-height: 15px;
    }
    
    .objects__item-text {
        margin-top: 7px;
        font-size: 16px;
        line-height: 20px;
    }
    
    .objects__item-main {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .objects__item-location {
        padding-left: 22px;
        font-size: 14px;
        line-height: 20px;
        background-size: 12px;
    }
    
    .objects__item-price {
        font-size: 16px;
        line-height: 20px;
    }
    
    .objects__item-link {
        width: 95%;
        margin: 17px auto 0;
        padding-right: 5px;
        font-size: 14px;
        line-height: 20px;
    }
    
    .objects-list {
        padding-top: 26px;
    }
    
    .objects__filters {
        width: 305px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .objects__filters-column {
        width: 100%!important;
        margin-bottom: 15px;
        padding: 0!important;
    }
    
    .objects__filters-column:nth-child(1),
    .objects__filters-column:nth-child(2),
    .objects__filters-column:nth-child(3){
        margin-bottom: 14px!important;
    }
    
    .objects__filters-column:last-child {
        margin: 16px 0 0;
    }
    
    .objects__filters-select select {
        font-size: 14px;
    }
    
    .objects__filters-range {
        row-gap: 0;
    }
    
    .objects__filters-range-info {
        padding: 10px;
        font-size: 12px;
    }
    
    .objects__list {
        margin-top: 89px;
    }
    
    .objects-list__decore-1 {
        display: none;
    }
    
    .objects__column {
        width: 100%;
    }
}

/*     objects-single     */

.objects-single__first {
    display: flex;
	column-gap: 20px;
    justify-content: space-between;
}

.objects-single__first > div:last-child {
    text-align: right;
}

.objects-single__head-label {
    font-size: 18px;
    line-height: 27px;
}

.objects-single__head-text {
    margin-top: 10px;
    font-size: 80px;
    line-height: 80px;
    font-family: 'Bebas Neue Cyrillic';
    text-transform: uppercase;
}

.objects-single__second {
    display: flex;
	column-gap: 20px;
    justify-content: space-between;
    margin-top: 9px;
}

.objects-single__description {
    font-size: 24px;
    line-height: 36px;
}

.objects-single__price {
    display: flex;
    column-gap: 116px;
}

.objects-single__price-label {
    font-size: 18px;
    line-height: 27px;
}

.objects-single__price-value {
    margin-top: 10px;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    font-family: 'Bebas Neue Cyrillic';
    text-transform: uppercase;
}

.objects-single__img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 510px;
    margin: 55px 0 0;
    padding: 50px;
    background-position: center;
    background-size: cover;
}

.objects-single__img-btn .btn {
    display: flex;
    column-gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    background-color: #fff;
    border-radius: 45px;
}

@media only screen and (max-width: 1359px){
    .objects-single__head-text {
        font-size: 70px;
        line-height: 70px;
    }
    
    .objects-single__description {
        font-size: 20px;
        line-height: 30px;
    }
    
    .objects-single__head-label,
    .objects-single__price-label {
        font-size: 16px;
        line-height: 26px;
    }
    
    .objects-single__second {
        align-items: center;
    }
    
    .objects-single__img {
        height: 420px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1179px){
    .objects-single__price {
        column-gap: 90px;
    }
}

@media only screen and (max-width: 1023px){
    .objects-single {
        padding-top: 18px;    
    }
    
    .objects-single__first {
        padding: 0 15px;
    }

    .objects-single__head-label,
    .objects-single__price-label {
        font-size: 14px;
        line-height: 21px;
		text-align: right;
    }
    
    .objects-single__head-text {
        font-size: 40px;
        line-height: 40px;
    }
    
    .objects-single__second {
        row-gap: 30px;
        flex-direction: column;
        margin-top: 10px;
    }
    
    .objects-single__price {
        width: 100%;
        order: 1;
        column-gap: 0;
        justify-content: space-between;
        padding: 0 15px;
    }
    
    .objects-single__price-value {
        margin-top: 5px;
		font-size: 36px;
    }
	
	.objects-single__price-value.mini {
		font-size: 30px;
	}
    
    .objects-single__description {
        width: 100%;
        order: 2;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    
    .objects-single__price > div:nth-child(1) {
        text-align: right;
    }
    
    .objects-single__price > div:nth-child(2) {
        text-align: left;
    }
    
    .objects-single__img {
        height: 427px;
        margin-top: 20px;
        padding: 24px 0;
    }
    
    .objects-single__img-btn .btn {
        column-gap: 15px;
        padding: 34px 46px;
        font-size: 14px;
        line-height: 22px;
    }
}

/*     objects-gallery     */

.objects-gallery {
    padding-top: 80px;
    z-index: 2;
}

.objects-gallery__slider {
    margin: 0 -88px;
}

.objects-gallery__slider a {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.objects-gallery__slider a img {
    position: relative;
    z-index: 1;
}

.objects-gallery__slider a:after {
    position: absolute;
    content: '';
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../img/icon-zoom.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    z-index: 2;
}

@media only screen and (max-width: 1359px){
    .objects-gallery__slider {
        margin: 0;
    }
}

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

}

@media only screen and (max-width: 1023px){
    .objects-gallery {
        padding-top: 65px;
    }
}

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

}

/*     objects-about     */

.objects-about {
    padding-top: 80px;
}

.objects-about__decore-1 {
    position: absolute;
    top: -266px;
    left: calc(50% - 7px);
    width: 1227px;
    height: 1269px;
    background-image: url(../img/objects-about-decore-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

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

.objects-about__img {
    width: 57.5%;
    height: 768px;
    margin-left: -88px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 60px;
    overflow: hidden;
}

.objects-about__main {
    width: 47.25%;
    margin-right: -30px
}

.objects-about__title {
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
    text-transform: uppercase;
}

.objects-about__info {
    display: flex;
    row-gap: 17px;
    flex-direction: column;
    margin-top: 36px;
}

.objects-about__info-item {
    display: flex;
    column-gap: 35px;
    align-items: center;
}

.objects-about__info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #C64220;
    border-radius: 10px;
}

.objects-about__info-text {
    font-size: 18px;
    line-height: 27px;
}

.objects-about__text {
    margin-top: 50px;
    font-size: 18px;
    line-height: 33px;
}

.objects-about__text p {
    margin-bottom: 29px;
}

.objects-about__text p:last-child {
    margin-bottom: 0;
}

.objects-about__text br {
    display: none;
}

@media only screen and (max-width: 1359px){
    .objects-about__img {
        width: 50%;
        height: 740px;
        margin-left: 0;
    }
    
    .objects-about__main {
        width: 46%;
        margin-right: 0;
    }
    
    .objects-about__info {
        margin-top: 30px;
    }
    
    .objects-about__info-item {
        column-gap: 25px;
    }
    
    .objects-about__info-text {
        font-size: 16px;
        line-height: 26px;
    }
    
    .objects-about__text {
        margin-top: 30px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .objects-about__text br {
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .objects-about {
        padding-top: 65px;
    }
    
    .objects-about__block {
        row-gap: 26px;
        flex-direction: column;
    }
    
    .objects-about__img {
        width: 100%;
        height: 424px;
        border-radius: 20px 20px 0 0;
    }
    
    .objects-about__main {
        width: 100%;
        padding-left: 15px;
    }
    
    .objects-about__title {
        font-size: 26px;
        font-weight: 700;
        line-height: 33px;
    }
    
    .objects-about__info {
        margin-top: 24px;
        row-gap: 15px;
    }
    
    .objects-about__info-item {
        column-gap: 15px;
        align-items: center;
    }
    
    .objects-about__info-icon {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }
    
    .objects-about__info-text {
        font-size: 14px;
        line-height: 18px;
    }
    
    
    .objects-about__text {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }
    
    .objects-about__text p {
        margin-bottom: 24px;
    }
}

/*     objects-advantages     */

.objects-advantages {
    padding-top: 106px;
}

.objects-advantages__title {
    text-align: center;
}

.objects-advantages__slider {
    margin-top: 44px;
}

@media only screen and (min-width: 1024px){
    .owl-objects-advantages {
        padding-bottom: 0!important;
    }
    
    .objects-advantages__slider .owl-stage {
        display: flex!important;
        flex-wrap: wrap!important;
        width: 100%!important;
        margin: 0 auto -55px!important;
        transform: none!important;
    }
    
    .objects-advantages__slider .owl-item {
        width: 50%!important;
        margin: 0 0 55px!important;
        padding: 0 19px!important;
    }
    
    .objects-advantages__slider .owl-nav {
        display: none!important;
    }
    
    .objects-advantages__slider .owl-dots {
        display: none!important;
    }
}

.objects-advantages__item-img {
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

.objects-advantages__item-title {
    margin-top: 25px;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Bebas Neue Cyrillic';
    text-transform: uppercase;
}

.objects-advantages__item-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}

.objects-advantages__map {
    margin: 80px 0 0;
}

.objects-advantages__map iframe {
    height: 541px!important;
}

@media only screen and (max-width: 1359px){
    .objects-advantages__slider { 
        margin-top: 40px!important;
    }
    
    .objects-advantages__map iframe {
        height: 420px!important;
    }
}

@media only screen and (max-width: 1023px){
    .objects-advantages {
        padding-top: 72px;
    }
    
    .objects-advantages__slider {
        max-width: 320px!important;
        margin: 59px auto 0!important;
    }
    
    .objects-advantages__item {
        display: flex;
        flex-direction: column;
    }
    
    .objects-advantages__item-title {
        margin-top: 0;
        font-size: 26px;
        line-height: 26px;
        order: 1;
    }
    
    .objects-advantages__item-text {
        margin-top: 15px;
        font-size: 14px;
        line-height: 21px;
        order: 2;
    }
    
    .objects-advantages__item-text br {
        display: none;
    }
    
    .objects-advantages__item-img {
        order: 3;
        margin-top: 15px;
    }
    
    .objects-advantages__map {
        margin: 65px 0 0;
    }
}

/*     why     */

.why {
    padding-top: 70px;
}

.why__decore-1 {
    position: absolute;
    top: -198px;
    left: calc(50% + 154px);
    width: 1233px;
    height: 1227px;
    background-image: url(../img/why-decore-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.why__block {
    display: flex;
}

.why__list {
    width: 49%;
    padding-right: 86px;
}

.why__line {
    margin-bottom: 26px;
}

.why__line:last-child {
    margin-bottom: 0;
}

.why__item-number {
    padding-bottom: 17px;
    font-size: 16px;
    line-height: 22px;
    color: #511016;
    border-bottom: 1px solid rgba(81, 16, 22, 0.1);
}

.why__item-text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 29px;
    white-space: nowrap;
}

.why__title {
    width: 49%;
    padding-left: 14px;
    display: flex;
    row-gap: 4px;
    flex-direction: column;
}

.why__title .mob {
    display: none;
}

@media only screen and (max-width: 1359px){
    .why__decore-1 {
        background-size: 85%;
    }
    
    .why__item-text {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1179px){
    .why__title {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 1023px){
    .why {
        padding-top: 60px;
    }
    
    .why__decore-1 {
        top: -40px;
        left: calc(50% + 45px);
        width: 431px;
        height: 429px;
        background-image: url(../img/why-decore-1-mob.png);
        background-size: contain;
    }
    
    .why__block {
        row-gap: 32px;
        flex-direction: column;
    }
    
    .why__title {
        order: 1;
        width: 100%;
        padding-left: 0;
        text-align: center
    }
    
    .why__title .pc {
        display: none;
    }
    
    .why__title .mob {
        display: block;
    }
    
    .why__list {
        order: 2;
        width: 100%;
        padding: 0 18px;
    }
    
    .why__line {
        margin-bottom: 18px;
    }
    
    .why__item-text {
        font-size: 14px;
        line-height: 22px;
    }
    
    .why__item-text span {
        display: block;
    }
    
    .why__item-text br {
        display: none;
    }
}



/*     order     */

.order {
    padding-top: 80px;
}

.order__block {
    display: flex;
    justify-content: space-between;
    margin: 0 -68px;
    padding: 22px 20px 20px;
    color: #fff;
    background-color: #C64220;
    border-radius: 60px;
}

.order__main {
    display: flex;
    row-gap: 62px;
    flex-direction: column;
    justify-content: center;
    width: 44%;
    padding: 0px 0 0px 52px;
}
@media only screen and (min-width: 1360px){
    .order__description {
        font-size: 16px;
        line-height: 26px;
    }
}

.order__form {
    width: 51.25%;
    padding: 60px 22px 44px 20px;
    background-color: #EE5E39;
    border-radius: 45px;
}

.order__list {
    display: flex;
    flex-wrap: wrap;
}

.order__column {
    width: 50%;
    margin-bottom: 58px;
    padding: 0 22px;
}

.order__column_last {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-top: 23px;
}

.order__column_last .btn {
    width: 100%!important;
}

@media only screen and (max-width: 1359px){
    .order__block {
        margin: 0;
    }
    
    .order__main {
        row-gap: 40px;
        padding: 0px 0 0px 40px;
    }
    
    .order__description br {
        display: none;
    }
    
    .order__form {
        padding: 50px 20px;
    }

    .order__column {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1023px){
    .order {
        padding-top: 65px;
        z-index: 2;
    }
    
    .order__block {
        flex-direction: column;
        margin: 0 -5px;
        padding: 35px 16px 20px;
        border-radius: 20px;
    }
    
    .order__main {
        row-gap: 19px;  
    }
    
    .order__title {
        text-align: center;
    }
    
    .order__title div {
        display: inline;
    }
    
    .order__title br {
        display: none;
    }
    
    .order__description {
        margin-top: 0;
        text-align: center;
    }
    
    .order__description span {
        display: block;
    }
    
    .order__main {
        width: 100%;
        padding: 0;
    }
    
    .order__form {
        width: 100%;
        margin-top: 24px;
        padding: 28px 20px;
        border-radius: 15px;
    }
    
    .order__column {
        width: 100%;
    }
    
    .order__column {
        margin-bottom: 36px;
    }
    
    .order__column_last {
        margin-bottom: 0;
        padding: 13px 0 0;
    }
    
    .order__column_last .btn {
        width: 100%!important;
    }
}

/*     contacts     */

.contacts {
    padding-top: 80px;
    background-color: #fff;
}

.contacts__decore-1 {
    position: absolute;
    top: -148px;
    left: calc(50% - 970px);
    width: 1717px;
    height: 1719px;
    background-image: url(../img/contacts-decore-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.contacts__block {
    display: flex;
}

.contacts__main {
    width: 50%;
    padding-top: 20px;
}

.contacts__list {
    display: flex;
    row-gap: 26px;
    flex-direction: column;
    margin-top: 38px;
}

.contacts__item,
.contacts__item a {
    font-size: 18px;
    line-height: 29px;
    background-repeat: no-repeat;
}

.contacts__item a {
    display: inline-block;
    color: #000000;
}

.contacts__item_phone a {
    padding-left: 38px;
    background-image: url(../img/icon-phone.svg);
    background-position: 4px 3px;
}

.contacts__item_email a {
    padding-left: 38px;
    background-image: url(../img/icon-email.svg);
    background-position: 4px 3px;
}

.contacts__item_location {
    padding-left: 38px;
    background-image: url(../img/icon-location.svg);
    background-position: left center;
}

.contacts__item_worktime span {
    color: #969393;
}

.contacts__map {
    position: relative;
    width: calc(50% + 102px);
    height: 675px;
    margin-right: -68px;
    background: #eee;
    border-radius: 60px;
    overflow: hidden;
}

.contacts__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1359px){
    .contacts__decore-1 {
        top: -240px;
        background-size: 85%;
    }
    
    .contacts__map {
        width: 52.5%;
        height: 500px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1359px){
    .contacts__item,
    .contacts__item a {
        font-size: 16px;
        line-height: 26px;
    }
}

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

}

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

    .contacts__decore-1 {
        top: -630px;
        left: calc(50% - 1010px);
        width: 1963px;
        height: 1966px;
        background-image: url(../img/contacts-decore-1-mob.png);
        background-size: contain;
    }

    .contacts .container {
        max-width: 100%;
        padding: 0;
    }
    
    .contacts__block {
        row-gap: 16px;
        flex-direction: column;
    }
    
    .contacts__title {
        text-align: center;
    }
    
    .contacts__main {
        width: 100%;
        padding-top: 0;
    }
    
    .contacts__item, .contacts__item a {
        font-size: 12px;
    }
    
    .contacts__list {
        flex-wrap: wrap;
        row-gap: 17px;
        column-gap: 35px;
        flex-direction: row;
        justify-content: center;
        margin-top: 26px;
    }
    
    .contacts__item_location {
        order: 3;
        padding-left: 32px 
    }
    
    .contacts__item_email {
        order: 1;
    }
    
    .contacts__item_phone {
        order: 2;
    }

    .contacts__item_phone a {
        padding-left: 32px;
    }
    
    .contacts__item_email a {
        padding-left: 34px;
    }
    
    .contacts__item br {
        display: none;
    }
    
    .contacts__main .contacts__item_worktime {
        display: none;
    }
    
    .contacts__map {
        width: 100%;
        height: 312px;
        margin-right: 0;
        border-radius: 0;
    }
}

/*     footer     */

.footer {
    position: relative;
    max-width: 100%;
    padding: 60px 0 34px;
    z-index: 5;
}

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

.footer__social {
    position: absolute;
    top: -109px;
    left: 23px;
    display: flex;
    column-gap: 5px;
}

.footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #C64220;
    border-radius: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__social a:hover {
    background-color: #EE5E39;
}

.footer__logo {
    display: flex;
    width: 83px;
    height: 34px;
    background-image: url(../img/terra-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer__text {
    font-size: 16px;
    line-height: 19px;
    color: rgba(10, 10, 10, 0.3);
}

@media only screen and (min-width: 1024px){
    .footer__worktime {
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .footer {
        padding: 20px 0 30px;    
    }
    
    .contacts__decore-1 {
        display: none;
    }
    
    .footer__worktime {
        font-size: 14px;
        line-height: 25px;
        text-align: center;
    }
    
    .footer__worktime span {
        color: #969393;
    }
    
    .footer__social {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        justify-content: center;
        margin-top: 20px;
    }
    
    .footer__block {
        row-gap: 10px;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }
    
    .footer__text {
        font-size: 12px;
        line-height: 14px;
    }
}

/*     popup     */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    background: rgba(19, 19, 19, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow-y: scroll;
    z-index: 100;
}

.popup .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 480px;
    padding: 50px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

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

.popup-close svg rect {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup-close:hover svg rect {
    fill: #C64220;
}

#subscribe-popup .block {
    max-width: 755px;
    padding: 70px 150px;
    background-image: url(../img/subscribe-popup-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
}

.subscribe-popup__text {
    font-size: 26px;
    line-height: 42px;
    text-align: center;
}

.subscribe-popup__form {
    margin-top: 46px;
}

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

.subscribe-popup__form-input {
    width: calc(100% - 140px);
}

.subscribe-popup__form-input input {
    display: block;
    padding: 24px 34px;
    font-size: 24px;
    line-height: 36px;
    color: #333!important;
    background: #F7F7F7!important;
    border-radius: 17px!important;
}

.subscribe-popup__form-input input::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.4;
}

.subscribe-popup__form-input input::-moz-placeholder {
    color: #333333;
    opacity: 0.4;
}

.subscribe-popup__form-input input:-ms-input-placeholder {
    color: #333333;
    opacity: 0.4;
}

.subscribe-popup__form-input input:-moz-placeholder {
    color: #333333;
    opacity: 0.4;
}

.subscribe-popup__form-btn {
    width: 130px;
}

.subscribe-popup__form-btn .btn {
    width: 100%!important;
    height: 85px!important;
    padding: 0!important;
    font-size: 0px!important;
    color: #fff!important;
    background-color: #C64220!important;
    background-image: url(../img/subscribe-btn.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    border-radius: 17px!important;
}

.subscribe-popup__form-btn .btn:hover {
    background-color: #EE5E39!important;
}

@media only screen and (max-width: 1359px){
    .popup-close {
        top: -50px;
        right: -50px;
    }
    
    #subscribe-popup .block {
        max-width: 655px;
        padding: 60px 100px;
    }
    
    .subscribe-popup__text {
        font-size: 22px;
        line-height: 32px;   
    }
    
    .subscribe-popup__form-input input {
        padding: 18px 26px;
        font-size: 18px;
        line-height: 29px;
    }
    
    .subscribe-popup__form-btn .btn {
        height: 66px!important;
    }
}

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

@media only screen and (max-width: 1023px){
    #subscribe-popup .block {
        max-width: 360px;
        padding: 72px 10px 26px;
        border-radius: 20px;
    }
    
    .popup-close {
        top: 14px;
        right: 14px;
    }
    
    .popup-close svg {
        width: 30px;
        height: 30px;
    }
    
    .popup-close svg rect {
        fill: #272626;
        opacity: 0.54;
    }
    
    .popup-close:hover svg rect {
        opacity: 1;
    }
    
    .subscribe-popup__text {
        font-size: 16px;
        line-height: 26px;
    }
    
    .subscribe-popup__form {
        margin-top: 21px;
    }
    
    .subscribe-popup__form-input {
        width: calc(100% - 113px);
    }
    
    .subscribe-popup__form-input input {
        padding: 18px 34px;
        font-size: 14px;
    }
    
    .subscribe-popup__form-btn {
        width: 107px;
    }
}



/*     cookie     */

.cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    z-index: 100;
}

.cookie__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #EE5E39;
}

.cookie__content {
    font-size: 10px;
    line-height: 16px;
}

.cookie__content a {
    color: #EE5E39;
}

.cookie__btn {
    display: flex;
    padding-left: 40px;
}

.cookie__btn .btn_main {
    padding: 20px!important;
}

@media only screen and (max-width: 1023px) {
    .cookie__main {
        width: 100%;
        row-gap: 10px;
        flex-direction: column;
    }

    .cookie__description br {
        display: none;
    }

    .cookie__btn {
        width: 100%;
        padding: 0;
    }

    .cookie__btn .btn {
        
    }
    
    .cookie__btn .btn_main {
        width: 100%;
        padding: 10px!important;
        font-size: 14px!important;
    }
}