@import 'projects.css';
@import 'awards.css';

@font-face {
    font-display: swap;
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot") format('embedded-opentype'), url("../fonts/slick.woff") format('woff'), url("../fonts/slick.ttf") format('truetype'), url("../fonts/slick.svg") format('svg')
}

@font-face {
    font-family: 'Futura';
    src: url("../fonts/bKjT24r7Vn6j.ttf") format('truetype'), url("../fonts/bcdac18d371a99c86ee4.woff") format('woff'), url("../fonts/f24dc6ae7df8e317848f.eot"), url("../fonts/f24dc6ae7df8e317848f.eot") format('embedded-opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    src: url("../fonts/16ebcf48c36cedf12d82.ttf") format('truetype'), url("../fonts/4b3409651ccb2875bac1.woff") format('woff'), url("../fonts/55bc418ad8b9ed8d577c.eot"), url("../fonts/55bc418ad8b9ed8d577c.eot") format('embedded-opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    src: url("../fonts/626ca5d4172bb348ed1a.ttf") format('truetype'), url("../fonts/483e48a31e33b8e9ea26.woff") format('woff'), url("../fonts/a31567d0e61a549f8755.eot"), url("../fonts/a31567d0e61a549f8755.eot") format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none
}

.lock {
    overflow: hidden
}

.layout {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    min-height: 100vh
}

.layout__main {
    flex: 1
}

.layout__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.header {
    padding: 23px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Futura';
    font-weight: 200;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10%);
    z-index: 1000;
    transform: translateY(0);
    transition: transform 0.3s ease, background 0.3s ease
}

.header .logo img {
    filter: invert(1);
    transition: filter 0.3s ease
}

.header.fixed {
    position: fixed;
    background: #fff
}

.header.fixed .logo img {
    filter: invert(0)
}
.header.pr {
    background: #fff
}

.header.pr .logo img {
    filter: invert(0)
}

.header.hide {
    transform: translateY(-150%)
}

.burger_button {
    display: flex;
    position: relative;
    width: 40px;
    height: 21px;
    padding: 0;
    outline: none;
    background: transparent;
    cursor: pointer;
    flex: 0 0 auto
}

.burger_button::before {
    top: 0
}

.burger_button::after {
    bottom: 0
}

.burger_button::after,
.burger_button::before {
    content: '';
    display: block;
    position: absolute;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 1px;
    transition: 0.5s;
    transform-origin: center center
}

.burger_button .inner {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    display: block
}

.header.fixed .burger_button .inner {
    background: #000
}

.header.fixed .burger_button::after,
.header.fixed .burger_button::before {
    background: #000
}
.header.pr .burger_button .inner {
    background: #000
}

.header.pr .burger_button::after,
.header.pr .burger_button::before {
    background: #000
}

.burger_button.active {
    justify-content: center;
    align-items: center;
    z-index: 3
}

.burger_button.active .inner {
    display: none
}

.burger_button.active::after {
    transform: rotate(45deg);
    margin: auto;
    inset: 0
}

.burger_button.active::before {
    transform: rotate(-45deg);
    margin: auto;
    inset: 0
}

.burger_menu__overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    padding-top: 92px;
    z-index: 10;
    transform: translateY(-150%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 1;
    color: #fff
}

.burger_menu__overlay.open {
    transform: rotateY(0)
}

.burger_menu__overlay .language {
    display: none
}

.burger_menu__overlay .overlay__inner {
    width: 90%;
    margin: 0 auto
}

.burger_menu__overlay .menu {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.burger_menu__overlay .site_nav a {
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    text-transform: none
}

.header.fixed .burger_menu__overlay .site_nav a {
    color: #000
}

.header.fixed .burger_menu__overlay {
    background: #fff
}

.header.fixed .language_desctop_list {
    padding-right: 35px
}

.header.pr .burger_menu__overlay .site_nav a {
    color: #000
}

.header.pr .burger_menu__overlay {
    background: #fff
}

.header.pr .language_desctop_list {
    padding-right: 35px
}
.language_desctop_list {
    display: flex
}

.language_desctop_list a {
    color: #fff
}

.header.fixed .language_desctop_list a {
    color: #000
}
.header.pr .language_desctop_list a {
    color: #000
}

.mobile_phones_icon svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.header.fixed .mobile_phones_icon svg {
    fill: #000
}

.header.pr .mobile_phones_icon svg {
    fill: #000
}
.mobile_phones_content {
    width: 155px;
    padding: 15px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 35px;
    left: -100px;
    display: none
}

.mobile_phones_content.active {
    display: block
}

.mobile_phones_content a {
    display: block;
    color: #fff;
    margin-bottom: 15px
}

.mobile_phones_content a:last-child {
    margin-bottom: 0
}

.phones {
    margin-left: 18px;
    display: none
}

.phones a {
    display: block
}

.mobile_phones {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5%;
    top: 80px;
    cursor: pointer
}

.header.fixed .mobile_phones {
    top: 40px
}
.header.pr .mobile_phones {
    top: 40px
}

.mobile_phones .inner {
    width: 100%;
    height: 100%;
    position: relative
}

.mobile_phones_icon {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:960px) {
    .header {
        padding: 23px 5%
    }
}

@media only screen and (min-width:960px) {
    .header__desktop-item {
        display: flex;
        flex-direction: row-reverse
    }

    .burger_menu__overlay {
        z-index: -1
    }
}

@media (max-width:960px) {
    .header {
        width: calc(100% - 48px);
        padding: 23px 24px
    }

    .header .burger_button {
        width: 30px
    }

    .burger_menu__overlay .language {
        margin-top: 47px;
        display: flex;
        align-items: center
    }

    .language_desctop {
        display: none
    }

    .language_desctop+.mobile_phones {
        top: 40px;
        right: 65px
    }

    .burger_menu__overlay .language .lang__link {
        color: #000
    }
}

.header .logo .logo__img {
    transition: all .3s linear
}

.header .logo:hover .logo__img {
    transform: rotate(90deg)
}

@media(max-width:768px) {
    .header .logo .logo__img {
        position: relative;
        z-index: 3;
        width: 30px
    }

    .logo__letter {
        width: 17px !important
    }

    .burger_menu__overlay .menu {
        margin-top: 32px
    }

    .burger_menu__overlay .site_nav a {
        color: #000
    }

    .burger_button.active::before,
    .burger_button.active::after,
    .burger_button.active .inner {
        background: #000
    }

    .burger_menu__overlay {
        background: #fff
    }
}

.hero_slider .button,
.hero_slider .button {
    padding: 20px 70px;
    position: relative;
    overflow: hidden;
    transform: translateY(30px)
}

.hero .hero_slider {
    margin-bottom: 0;
    position: relative
}

.hero_slider_item {
    display: flex;
    justify-content: space-between;
    position: relative
}

.hero_slider_item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0
}

.hero_slider_item .hero_slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider_item_content {
    display: flex;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    justify-content: space-between;
    bottom: 50px;
    width: 100%;
    max-width: 90%;
    margin: 0 auto
}

@media (max-width:768px) {
    .hero .button{
        
    }
    .slider_item_content {
        flex-direction: column;
        height: 100%;
        top: 0;
        bottom: auto;
        justify-content: center
    }
}

.slider_description {
    font-size: 16px;
    width: 50%;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 21px;
    text-align: left;
    opacity: 0;
    transition: opacity 1.3s ease-in-out, transform 1s ease-in-out;
    margin-bottom: 7px;
    width: 100%;
    opacity: 0;
    transform: translateY(-45px)
}

.slick-slide.slick-current.slick-active .slider_description {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    color: #fff
}

@media (max-width:960px) {
    .slider_description {
        width: 100%;
        font-size: 14px;
        font-weight: 200;
        letter-spacing: 1px;
        line-height: 120%;
        text-align: left;
        opacity: 0;
        transition: opacity 1.3s ease-in-out, transform 1s ease-in-out
    }
}

.slider_title {
    max-width: 780px;
    width: 100%;
    font-weight: 200;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: left;
    transform: translateY(-100px);
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out
}

@media(max-width:960px) {
    .slider_title {
        font-size: 19px
    }
}

.slick-slide.slick-current.slick-active .slider_title {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-in-out, transform 1.2s ease-in-out;
    color: #fff
}

.slick-slide.slick-current.slick-active .b-main-slider__button-wrapper {
    opacity: 1
}

.slick-slide.slick-current.slick-active .button {
    transform: translateY(40px)
}

.hero_slider,
.hero_slider_item {
    height: 100vh
}

.hero .slick-slide>div {
    height: 100vh
}

.slick-slide.slick-current.slick-active .content__inner_title {
    align-items: flex-end;
    padding-left:72px;
}
@media (max-width:768px) {
    .slick-slide.slick-current.slick-active .content__inner_title {
    padding-left:0px;
}
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.hero .slick-dots {
    width: auto;
    position: absolute;
    top: 50%;
    right: 5%;
    bottom: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column
}

@media (max-width:768px) {
    .hero .slick-dots {
        bottom: 40px;
        right: 0;
        top: auto;
        left: 0;
        margin: 0 auto;
        flex-direction: row;
        justify-content: center;
        gap: 7px
    }
}

.hero .slick-dots li {
    display: block;
    width: auto;
    height: auto;
    margin: 0
}

.hero .slick-dots li button::before {
    display: none
}

.hero .slick-dots .custom-dot {
    width: 8px;
    height: 8px;
    display: block;
    background: rgba(255, 255, 255, .32);
    color: transparent;
    border-radius: 150%;
    margin-bottom: 7px;
    padding: 0;
    position: relative
}

.hero .slick-dots .slick-active .custom-dot {
    background-color: #fff
}

.content_block {
    display: flex;
    font-weight: 200;
    padding: 24px
}

.content_block:nth-child(even) {
    flex-direction: row-reverse
}

.content_block.animated .letter {
    transform: scale(1)
}

.section_toptitle {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1s ease-out, opacity 1s ease-out
}

.section_title {
    font-size: 26px;
    letter-spacing: 10px;
    margin-bottom: 32px;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1s 0.3s ease-out, opacity 1s 0.3s ease-out
}

@media (max-width:450px) {
    .section_title {
        font-size: 19px;
        letter-spacing: 8px
    }
}

.content_block_description {
    max-width: 327px;
    line-height: 1.8;
    margin-bottom: 68px;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1s 0.6s ease-out, opacity 1s 0.6s ease-out
}

@media only screen and (min-width:960px) {
    .content_block_description {
        margin-left: 38px
    }
}

.section_button {
    margin-bottom: 68px;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1s 0.6s ease-out, opacity 1s 0.6s ease-out
}

.content_block_picture {
    order: 2;
    width: 50%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1s ease-out, opacity 1s ease-out
}

.content_block_picture.animated {
    opacity: 1;
    transform: translateY(0)
}

.content_block.animated .content_block_description,
.content_block.animated .section_toptitle,
.content_block.animated .section_title,
.content_block.animated .section_button {
    opacity: 1;
    transform: translateY(0)
}

.content_block .content_block_item {
    position: relative;
    box-sizing: border-box;
    order: 1;
    padding-top: 48px;
    width: 50%
}

.content_block_letter {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 50%;
    transform: scale(0);
    transition: transform 2s ease-out
}

@media only screen and (min-width:960px) {
    .content_block_item {
        order: 0;
        width: 50%;
        padding: 48px 24px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .section_title {
        font-size: 33px
    }

    .content_block_letter {
        height: auto;
        top: 50%;
        bottom: auto
    }

    .content_block_left {
        left: 100%;
        right: auto;
        transform: scale(0) translate(-100%, -100%)
    }

    .content_block_right {
        right: 100%;
        left: auto;
        transform: scale(0) translate(100%, -100%)
    }

    .content_block_inner {
        max-width: 500px
    }

    .content_block {
        flex-direction: row;
        padding: 0;
        height: 100vh
    }

    .content_block.animated .content_block_left {
        transform: scale(1) translate(-50%, -50%)
    }

    .content_block.animated .content_block_right {
        transform: scale(1) translate(50%, -50%)
    }

    .content_block_picture {
        order: 0;
        width: 50%;
        height: 100%
    }

    .section_button {
        margin-left: 100px
    }
}

@media(max-width:960px) {
    .content_block {
        flex-direction: column
    }

    .content_block:nth-child(even) {
        flex-direction: column
    }

    .content_block .content_block_item {
        width: 100%
    }

    .content_block_picture {
        width: 100%
    }

    .content_block_letter {
        height: 140px;
        bottom: 20px;
        top: auto;
        transition: all 1s ease-out;
        right: 20px
    }

    .content_block.animated .content_block_letter {
        transform: scale(1)
    }
}

.know {
    padding: 70px 24px 40px;
    position: relative;
    overflow: hidden
}

.know_content {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto
}

.know .section_title.know_title {
    margin-bottom: 80px;
    opacity: 1;
    transform: translateX(0);
    font-weight: 200;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #000
}

.know_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 15%
}

@media (max-width: 900px) {
    .know_row {
        display: block
    }

    .know .section_title.know_title {
        font-size: 26px;
        line-height: 1.5
    }
}

.know_row .logo__item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 90px;
    row-gap: 50px;
    align-items: center
}

@media(max-width:768px) {
    .know_row .logo__item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 25px
    }

    .know_row .logo__item.first a:first-child {
        max-width: 100%
    }

    .know_row .logo__item.first img {
        max-width: 100% !important
    }
}

.know_row .logo__item a:first-child img {
    max-width: 150px;
    height: auto
}

.know_row .logo__item a:first-child {
    position: relative
}

.know_row .logo__item.first a:first-child::after {
    content: "x3";
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 15px;
    font-family: inherit;
    background-color: #8f7f57;
    color: #fff;
    padding: 2px 6px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.know_row .logo__item.last {
    display: grid;
    grid-template-columns: 1fr
}

.know_row .logo__item.last .slick-track {
    display: flex;
    align-items: center
}

.know_row .logo__item.last .slick-slide {
    margin: 0 27px
}

.know_row .logo__item.last .slick-list {
    margin: 0 -27px
}

.know_row .logo__item img {
    max-width: 100% !important;
    height: auto
}

.know_row .logo__item a {
    transition: transform .3s linear
}

.know_row .logo__item a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.know-door {
    width: 50vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 1;
    transition: 1s
}

.know-door.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.know-door .inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}

.know-door.know-left {
    left: 0;
    transition: 1s
}

.know-door.know-left .inner {
    justify-content: flex-end
}

.know-door.know-left .inner::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.know-door.know-left.active .inner::before {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.know-door.know-left.active {
    animation-name: left;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    transition: 1s
}

.know-door.know-right {
    right: 0
}

.know-door.know-right.active {
    animation-name: right;
    animation-duration: 4s;
    animation-fill-mode: forwards
}
.know .slick-dots button{
    padding: 0;
    width: 10px;
}
.know .slick-dots li button:before{
    width: 10px;
}
.know .slick-dots li {
    width: 10px;
}
@keyframes left {
    0% {
        left: 0
    }

    100% {
        left: -100vw
    }
}

@keyframes right {
    0% {
        right: 0
    }

    100% {
        right: -100vw
    }
}

.callback {
    box-sizing: border-box;
    padding: 80px 0;
    font-weight: 300;
    color: #4F5A63;
    position: relative;
    overflow: hidden
}

.callback_wrap {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box
}

@media(max-width:768px) {
    .callback_wrap {
        width: 100%
    }
}

.callback_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.callback_title {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: .105em;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center
}

.callback_title.active {
    animation-name: top;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

.callback_form .form_button {
    text-align: center
}

@keyframes top {
    0% {
        transform: translateY(-200px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes width {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.callback .cont-info {
    background: rgba(142, 128, 87, .07);
    padding: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%
}

.callback .cont-info.mobile__info {
    display: none
}

.callback .cont-item {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #3E464E
}

.callback .cont-location {
    min-width: 147px;
    display: flex;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px
}

.callback .cont-address {
    margin-bottom: 10px
}

.cont-item.item__hr {
    display: none
}

.callback .form-notice {
    letter-spacing: normal
}

.callback .form-notice label {
    display: flex;
    align-items: center;
    gap: 1rem
}

.callback .form-notice label input {
    width: fit-content
}

.callback .button,
.contacts-page .button {
    font-size: 14px;
    margin-top: 24px
}

.callback_form {
    max-width: 400px;
    width: 100%
}

.callback_form input:not([type="submit"]),
.callback_form textarea {
    border-bottom: 1px solid #4F5A63;
    color: #353535
}
.callback_form input:not([type="submit"])::placeholder,
.callback_form textarea::placeholder {
color: #3573d1;
}
.callback .button_theme_white {
    width: 100%;
    color: #4F5A63;
    border: 1px solid #D8DBD8;
    transition: .5s
}

.callback .button_theme_white:hover {
    border: 1px solid #4F5A63;
    transition: .5s
}

button.button:hover {
    background-color: #4B555E;
    color: #fff
}

button.button:hover::after,
button.button:hover::before {
    width: 0;
    height: 0
}

.callback button.button.active::before {
    width: calc(100%+1px);
    height: calc(100%+4px);
    transition: width 0.2s 0.2s ease-in-out, height 0.2s ease-in-out
}

.callback button.button.active::after {
    width: calc(100%+4px);
    height: calc(100%+1px);
    transition: width 0.2s ease-in-out, height 0.2s 0.2s ease-in-out
}

.form-button {
    text-align: center
}

@keyframes font {
    0% {
        font-size: 1px
    }

    100% {
        font-size: 14px
    }
}

.form-notice {
    margin-top: 15px;
    padding-top: 15px
}

.form-notice a {
    font-weight: 400
}

.social-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}


img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}
.country-select {
    position: relative
}

.country-select * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.country-select .hide {
    display: none
}

.country-select .v-hide {
    visibility: hidden
}

.country-select input,
.country-select input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.country-select .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.country-select .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.country-select .selected-flag .flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.country-select .selected-flag .arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.country-select .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.country-select ul.country-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.country-select .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.country-select .country-list .flag {
    display: inline-block;
    width: 20px;
    margin-right: 6px
}

@media (max-width:500px) {
    .country-select .country-list {
        white-space: normal
    }
}

.country-select .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    list-style: none
}

.country-select .country-list .country {
    padding: 5px 10px
}

.country-select .country-list li.country {
    list-style: none
}

.country-select .country-list .country.highlight {
    background-color: rgba(0, 0, 0, .05)
}

.country-select .country-list .country-name,
.country-select .country-list .flag {
    vertical-align: middle
}

.country-select.inside input,
.country-select.inside input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.country-select.inside .flag-dropdown {
    right: auto;
    left: 0
}

.country-select.inside .selected-flag {
    width: 46px
}

.country-select.inside .flag-dropdown:hover {
    cursor: pointer
}

.country-select.inside .flag-dropdown:hover .selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.country-select.inside input[disabled]+.flag-dropdown:hover,
.country-select.inside input[readonly]+.flag-dropdown:hover {
    cursor: default
}

.country-select.inside input[disabled]+.flag-dropdown:hover .selected-flag,
.country-select.inside input[readonly]+.flag-dropdown:hover .selected-flag {
    background-color: transparent
}

.country-select .flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: var(--wpr-bg-7013bbf3-4b23-43d8-9013-d784d9b05dea);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
    width: 20px
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Futura', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif
}

input,
select,
button,
textarea {
    font-family: 'Futura', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-size: 13px;
    line-height: 1.25;
    color: #17171d
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%
}

a {
    color: inherit;
    text-decoration: none
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

:root {
    --root-media-medium: only screen and (min-width: 960px);
    --root-color-black: #282828;
    --root-color-grey: #b4aaa1;
    --root-bg-grey-transparent: rgba(75, 85, 94, 0.8);
    --root-bg-nevada: #4b555e
}


input.form__input {
    background: transparent;
    width: 100%;
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 3.8;
    color: #000;
    opacity: 1;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    outline: none;
    border-radius: 0;
    letter-spacing: 2px
}

.contact-title {
    text-align: center;
    font-size: 1.8vw;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px
}

.desc-wrapper {
    text-align: center;
    font-size: 1.2vw;
    letter-spacing: 1px;
    margin-top: 24px
}

@media only screen and (max-width:960px) {
    .contact-title {
        text-align: center;
        font-size: 4vw;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 24px
    }

    .desc-wrapper {
        text-align: center;
        font-size: 3vw;
        letter-spacing: 1px;
        margin-top: 24px
    }
}

.btn-wrapper {
    text-align: center
}

.form__input-send {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 70px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    white-space: nowrap;
    color: var(--root-color-black);
    border: 1px solid rgba(0, 0, 0, .1);
    background: transparent;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    margin-top: 35px
}

.form__input-send:hover {
    border: 1px solid rgba(0, 0, 0, .4)
}

.b-about__contacts-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 200;
    width: 100%
}

.b-about__contacts-item {
    width: 33%
}

@media only screen and (max-width:960px) {
    .b-about__contacts-item {
        width: 100%
    }
}

@media only screen and (min-width:960px) {
    .b-about__contacts-main {
        flex-direction: row;
        width: 92%;
        margin: 0 auto
    }
}

.b-about__contacts-form {
    max-width: 350px;
    margin: 80px 0
}

@media only screen and (min-width:960px) {
    .b-about__contacts-form {
        margin: 0 40px 0 0
    }
}

.b-about__contacts-title {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: .25em;
    font-weight: 200;
    text-transform: uppercase
}

.b-about__address {
    text-align: right
}

@media only screen and (min-width:960px) {
    .b-about__contacts-title {
        font-size: 36px;
        margin: 0 0 0 0
    }
}

.b-about__contacts-adress {
    margin-bottom: 42px
}

.b-about__contacts-adress .b-link-email {
    font-size: 1.7vw
}

@media only screen and (max-width:960px) {
    .b-about__contacts-adress .b-link-email {
        font-size: 8.7vw
    }
}

.b-about__contacts-data {
    font-weight: 200;
    margin-bottom: 20px
}

.button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 70px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    white-space: nowrap;
    color: var(--root-color-black);
    border: 1px solid rgba(0, 0, 0, .1);
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

.button:before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    right: -1px;
    width: 0;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor
}

.button:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -4px;
    width: 7px;
    height: 0;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor
}

.content_block .button:hover:before,
.content_block .button:focus:before {
    width: calc(100% + 1px);
    height: calc(100% + 4px);
    transition: width 0.2s 0.2s ease-in-out, height 0.2s ease-in-out
}

.content_block .button:hover:after,
.content_block .button:focus:after {
    width: calc(100% + 4px);
    height: calc(100% + 1px);
    transition: width 0.2s ease-in-out, 
    height 0.2s 0.2s ease-in-out
}

.content_block .button:active {
    opacity: .7
}

.button_theme_white {
    color: #fff;
    border-color: rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .3)
}

.main-slider .button,
.main-slider .button {
    padding: 20px 70px;
    position: relative;
    overflow: hidden;
    transform: translateY(30px)
}


@keyframes topBtn {
    0% {
        right: -100%
    }

    50%,
    100% {
        right: 100%
    }
}

@keyframes leftBtn {
    0% {
        top: -100%
    }

    50%,
    100% {
        top: 100%
    }
}

@keyframes bottomBtn {
    0% {
        left: -100%
    }

    50%,
    100% {
        left: 100%
    }
}

@keyframes rightBtn {
    0% {
        bottom: -100%
    }

    50%,
    100% {
        bottom: 100%
    }
}

.hero .button:hover .btn__item {
    display: none
}

.hero .button:hover {
    animation-name: pulse_hero;
    animation-duration: 1s;
    box-shadow: 0 0 0 1em transparent;
}

@keyframes pulse_hero {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }
}

@media only screen and (min-width:960px) {
    .burger-menu {
        display: block
    }
}

.burger-menu__button {
    position: relative;
    width: 40px;
    height: 21px;
    padding: 0;
    outline: none;
    background: transparent;
    cursor: pointer
}

.burger-menu__button:before,
.burger-menu__button:after {
    content: '';
    display: block;
    position: absolute;
    background: rgb(40, 40, 40);
    width: 100%;
    height: 1px;
    transition: 0.5s;
    transform-origin: center center
}

.burger-menu__button:before,
.burger-menu__button:after {
    background-color: #fff
}

.burger-menu__button .inner {
    width: 100%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.burger-menu__button:before {
    top: 0
}

.burger-menu__button:after {
    bottom: 0
}

.burger-menu__button_type_close:before {
    transform: rotate(-45deg);
    top: 50%
}

.burger-menu__button_type_close:after {
    transform: rotate(45deg);
    bottom: 50%
}

.burger-menu__button_type_close .inner {
    display: none
}

.burger-menu__overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    padding-top: 92px;
    z-index: 10;
    background-color: #fff;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: -1;
    color: #fff
}

.home .burger-menu__overlay {
    background-color: transparent
}

.burger-menu__overlay.overlay__bg {
    background-color: #fff
}

.home .burger-menu__overlay .b-lang__link,
.home .burger-menu__overlay .menu .b-link {
    color: #fff
}

.burger-menu__overlay.overlay__bg .b-lang__link,
.burger-menu__overlay.overlay__bg .menu .b-link,
.burger-menu__overlay .b-lang__link,
.burger-menu__overlay .menu .b-link {
    color: rgb(40, 40, 40)
}

.burger-menu__button.black::before,
.burger-menu__button.black::after {
    background-color: rgb(40, 40, 40)
}

.burger-menu__overlay .overlay__inner {
    width: 90%;
    margin: 0 auto
}

.burger-menu__overlay .b-lang {
    margin-top: 47px;
    display: none
}

@media (max-width:960px) {
    .burger-menu__overlay .b-lang {
        display: flex
    }
}

@media (max-width:758px) {
    .home .burger-menu__overlay {
        background-color: #fff
    }

    .home .burger-menu__overlay .b-lang__link,
    .home .burger-menu__overlay .menu .b-link {
        color: rgb(40, 40, 40)
    }

    .home .burger-menu__button_type_close::before,
    .home .burger-menu__button_type_close::after {
        background-color: rgb(40, 40, 40)
    }
}

.burger-menu__overlay .site-nav {
    margin-top: 47px
}

.burger-menu__overlay .site-nav__item {
    margin-bottom: 0
}

.burger-menu__overlay .site-nav__link {
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    text-transform: none
}

.burger-menu__overlay_state_open {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width:960px) {
    .header {
        flex-direction: row-reverse
    }

    .burger-menu__button {
        width: 30px;
        height: 20px
    }
}
.hero .button .top {
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, transparent, #fff);
    opacity: 1;
    position: absolute;
    top: 0;
    right: -100%;
    animation-name: topBtn;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forward
}

.hero .button .left {
    width: 1px;
    height: 100%;
    opacity: 1;
    background: linear-gradient(to bottom, transparent, #fff);
    position: absolute;
    top: -100%;
    left: 0;
    animation-name: leftBtn;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forward;
    animation-delay: 0.75s
}

.hero .button .bottom {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #fff);
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: -100%;
    animation-name: bottomBtn;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forward;
    animation-delay: 1.5s
}

.hero .button .right {
    width: 1px;
    height: 100%;
    opacity: 1;
    background: linear-gradient(to top, transparent, #fff);
    position: absolute;
    bottom: -100%;
    right: 0;
    animation-name: rightBtn;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forward;
    animation-delay: 2.25s
}


.b-checkbox {
    position: relative;
    display: flex
}

.b-checkbox__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.b-checkbox__input:checked+.b-checkbox__label:before {
    background-image: url("../../../../../../../../../../../../../themes/isto/dist/a8f28090ff7ceafc6cb4.svg")
}

.b-checkbox__label {
    padding-left: 20px;
    cursor: pointer
}

.b-checkbox__label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.b-thanks {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: var(--wpr-bg-d09a9b7a-0ced-493e-ad6b-e3dcf6cfd422);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center
}

.b-thanks.animated .b-contacts__title,
.b-thanks.animated .b-contacts__text,
.b-thanks.animated .b-contacts__form {
    transform: translateY(0);
    opacity: 1
}

.b-thanks__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 150px 25px 0;
    color: #fff;
    font-weight: 200
}

.b-thanks__content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b-thanks__title {
    font-size: 4vw;
    text-transform: uppercase;
    margin-bottom: 75px
}

.b-contacts {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: var(--wpr-bg-63d9c22e-d703-4afd-997b-fb76df9e7cc9);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.b-contacts.animated .b-contacts__title,
.b-contacts.animated .b-contacts__text,
.b-contacts.animated .b-contacts__form {
    transform: translateY(0);
    opacity: 1
}

.b-contacts__main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 150px 25px 0;
    color: #fff;
    font-weight: 200
}

@media only screen and (min-width:960px) {
    .b-contacts__main {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -60%);
        width: 90%;
        padding: 0;
        flex-direction: row
    }
}

.b-contacts__content {
    margin: 0 0 50px 0
}

@media only screen and (min-width:960px) {
    .b-contacts__content {
        width: 50%;
        margin: 0 50px 0 0
    }
}

.b-contacts__form {
    transform: translateY(200px);
    opacity: 0;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out
}

@media only screen and (min-width:960px) {
    .b-contacts__form {
        width: 50%;
        margin-top: 30px
    }
}

.b-contacts__title {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: .25em;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 10px;
    transform: translateY(200px);
    opacity: 0;
    transition: transform 1s 0.3s ease-in-out, opacity 1s 0.3s ease-in-out
}

@media only screen and (min-width:960px) {
    .b-contacts__title {
        font-size: 48px
    }
}

.b-contacts__info {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-top: 100px
}

@media only screen and (min-width:960px) {
    .b-contacts__info {
        position: absolute;
        left: 0;
        bottom: 0;
        border-top: 1px solid #fff;
        flex-direction: row;
        margin-top: 0
    }
}

.b-contacts__column {
    max-width: 130px;
    padding: 0 0 25px 25px
}

@media only screen and (min-width:960px) {
    .b-contacts__column {
        padding: 50px
    }
}

.b-contacts__column-value {
    font-weight: 200
}
.b-contact-form.submitted .b-contact-form__content {
    opacity: 0;
    visibility: hidden
}

.b-contact-form.submitted .b-contact-form__submitted {
    opacity: 1;
    transition: opacity 1s ease-in-out
}

.b-contact-form__content {
    opacity: 1;
    transition: opacity 1s ease, visibility 0 1s ease
}

.b-contact-form__field {
    width: 100%
}

.b-contact-form__input {
    background: transparent;
    width: 100%;
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 3.8;
    color: #fff;
    opacity: 1;
    border-bottom: 1px solid #fff;
    outline: none;
    border-radius: 0;
    letter-spacing: 2px
}

select.b-contact-form__input {
    color: #fff;
    height: 54px;
    border-bottom: 1px solid #fff
}

select,
select:focus {
    outline: none !important;
    -webkit-appearance: none
}

.select__input {
    position: relative
}

.select__input::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.select__input::after {
    content: '+';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 42%;
    right: 10px;
    transform: translateY(-50%)
}

.select__input.active::after {
    content: 'x'
}

.select__input .your-list {
    width: 100%;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1;
    display: none
}

.select__input.active .your-list {
    display: block
}

.select__input .your-list-item {
    font-weight: 300;
    margin: 0;
    padding: 15px 0 15px 15px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer
}

.select__input .your-list-item:hover {
    background-color: #FAFAFA
}

.select__input .your-list-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DADADA;
    position: absolute;
    bottom: 0;
    left: 0
}

.callback select.b-contact-form__input {
    color: #353535;
    border-bottom: 1px solid #4F5A63
}

.select__input.input__popup select.b-contact-form__input {
    color: #353535;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.b-contact-form__button {
    margin-top: 50px;
    background: transparent;
    transition: all 0.4s ease-in-out
}

.b-contact-form__submitted {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .25em;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.footer__copyright {
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .105em;
    margin: 10px 0 10px 0;
    text-align: center;
    font-weight: 200;
    color: #000;
    font-family: 'Futura';
}

@media only screen and (min-width:960px) {
    .footer__copyright {
        text-align: center
    }
}

.b-lang {
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 1px
}

.lang__item+.lang__item {
    margin-left: 12px
}

.lang__link {
    opacity: .5
}

.lang__link:hover,
.lang__link:focus {
    opacity: .7
}

.lang__link:active {
    opacity: 1
}

.lang__link_state_active {
    opacity: 1
}

.lang__link_state_active:hover,
.lang__link_state_active:focus,
.lang__link_state_active:active {
    opacity: 1
}

.b-link {
    position: relative;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out
}

.b-link:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    bottom: -2px;
    height: 1px;
    width: 0;
    border-bottom: 1px currentColor solid;
    transition: width 0.3s ease
}

.b-link:hover:after,
.b-link:focus:after {
    width: 100%;
    left: 0;
    right: auto
}

.b-link:active {
    opacity: .5
}

.b-link.b-link_state_active:after {
    width: 100%;
    left: 0;
    right: auto
}

.b-link_theme_opacity {
    opacity: 1
}

.b-link_theme_opacity:after {
    content: none
}

.b-link_theme_opacity:hover,
.b-link_theme_opacity:focus {
    opacity: .7
}

.b-link_theme_opacity:active {
    opacity: .5
}

.logo {
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    position: relative
}

.logo video {
    width: 138%;
    height: 138%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.logo.about-logo {
    overflow: hidden
}

.logo.about-logo img {
    opacity: 0
}

.logo:not(.about-logo) video {
    opacity: 0
}

.logo:hover .logo__img {
    transform: rotate(180deg)
}

.logo:hover .logo__letter:nth-child(3) {
    transform: translateX(5px)
}

.logo:hover .logo__letter:nth-child(4) {
    transform: translateX(10px)
}

.logo:hover .logo__letter:nth-child(5) {
    transform: translateX(15px)
}

.logo__img {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease
}

.logo__letter {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    transition: transform 0.3s ease
}

.logo__letter+.logo__letter {
    margin-left: 5px
}

.logo .logo_text {
    padding-top: 5px
}

.logo .logo_str {
    display: none
}

.logo .logo_str img {
    width: 100px;
    margin-left: 20px
}

.main-slider {
    position: relative;
    width: 100%;
    height: 100vh
}

.main-slide {
    position: relative
}

.main-slide::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0
}

.main-slide .slider-item video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main-slide .slider-item-content {
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.main-slide .slider-item-content .content__inner {
    width: 100%;
    height: 100%;
    position: relative
}

.main-slide .content__inner_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 50px
}

.main-slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.b-main-slider__slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease
}

.b-main-slider__slide_state_active {
    opacity: 1;
    z-index: 1
}

.b-main-slider__slide_state_active .b-main-slider__title,
.main-slider .slick-active .b-main-slider__title {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out
}

.b-main-slider__slide_state_active .b-main-slider__button-wrapper {
    transform: translate(0, 0%);
    opacity: 1
}

.b-main-slider__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.b-main-slider__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6)
}

.b-main-slider__content-wrapper {
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative
}

.b-main-slider__content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 90%;
    position: relative;
    margin: 0 auto;
    color: #fff;
    text-align: center
}

.b-main-slider__content .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 50px
}

.slider-nav-item.active::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: var(--wpr-bg-5a582507-ead7-44dd-9e1c-b2ef51c1b33d);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    0% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@media only screen and (min-width:960px) {
    .b-main-slider__content {
        font-size: 64px
    }
}
@media only screen and (min-width:960px) {
    .b-main-footer__title {
        font-size: 48px
    }
}

.footer .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 300
}

.b-menu__item {
    padding: 0 35px
}

.site_nav {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 200
}

@media only screen and (min-width:960px) {
    .site_nav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap
    }
}

.site-nav__item+.site-nav__item {
    margin-top: 32px
}

@media only screen and (min-width:960px) {
    .site-nav__item+.site-nav__item {
        margin: 0 0 0 32px
    }

    #menu-header-menu .site-nav__item {
        margin-left: 0;
        margin-bottom: 32px
    }
}


.b-social {
    display: flex;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300
}

.b-social__item+.b-social__item {
    margin-left: 15px
}


.mobile-menu {
    width: 100%;
    padding: 10px;
    background-color: rgba(217, 217, 217, .81);
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    position: fixed;
    bottom: -50px;
    left: 0;
    z-index: 100000000;
    transition: .3s;
    display: block
}

.mobile-menu.active {
    bottom: 0;
    transition: .3s
}

.mobile-menu__item {
    width: 30px;
    height: 30px;
    display: block;
    position: relative
}

.mobile-menu .mobile-phones-content {
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    display: none
}

.mobile-menu .mobile-phones-content.active {
    display: block
}

.mobile-menu .mobile-phones-content a {
    font-weight: 200
}

.mobile-menu__item svg {
    width: 100%;
    height: 100%
}

.mobile-menu__inner {
    width: 75%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative
}

.footer .b-social {
    display: flex
}

.footer .b-social__item {
    display: flex;
    align-items: center
}

.footer .b-social a {
    width: 20px;
    height: 20px;
    display: block
}

.footer .b-social a img {
    width: 100%;
    height: 100%
}

.footer .b-social .b-link__linkdin,
.footer .b-social .b-link__instagram {
    height: 17px
}

.footer .b-social .b-link__youtube {
    width: 23px
}

.footer-desctop-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}

.footer-desctop-menu .inner {
    display: inline-block
}

.footer-desctop-menu .menu {
    justify-content: center;
    flex-wrap: wrap
}

.footer-desctop-menu a {
    color: #3E464E;
    text-transform: uppercase;
    font-size: 12px
}

.ctc-analytics {
    border-radius: 150%;
    animation-name: pulseWatsapp;
    animation-duration: 2s;
    box-shadow: 0 0 0 1em transparent;
    animation-iteration-count: infinite;
    transform: scale(1);
    transition: 2s;
    position: fixed;
    bottom: 60px;
    left: 25px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center
}

@keyframes pulseWatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(15, 83, 40, .5);
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}


input:not([type="submit"]),
textarea {
    background: transparent;
    width: 100%;
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 3.8;
    opacity: 1;
    border-bottom: 1px solid #4F5A63;
    color: #353535;
    outline: none;
    border-radius: 0;
    letter-spacing: 2px
}

.callback textarea,
.contacts-content textarea {
    margin: 1rem 0;
    line-height: 1.5;
    text-transform: none
}




.submit-btn,
.submit-btn.form__input-send {
    border: 1px solid #989898
}

.vacancies-page .submit-btn {
    width: 400px
}

label[for="file"] .title {
    padding-left: 35px;
    position: relative
}

label[for="file"] .title::before {
    content: '';
    display: block;
    width: 20px;
    height: 22px;
    background-image: var(--wpr-bg-fa4f4954-6baa-4551-9849-96f6fed3686a);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

input.check-check {
    width: 1px;
    height: 1px;
    opacity: 0;
    margin: 0
}

.select__input::after {
    content: '+';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: calc(100% - 1px);
    position: absolute;
    top: -1px;
    right: 0;
    border-top: 1px solid #4F5A63;
    border-bottom: 1px solid #4F5A63;
    transform: unset
}

.select__input input {
    width: calc(100% - 30px)
}

@media (max-width:1200px) {

    .callback-bg__left,
    .callback-bg__right {
        display: none
    }

    .contacts-content h1 {
        font-size: 35px
    }

    .contacts-wrap {
        background-image: none
    }

    .know-item {
        height: 40vw
    }

    .know-item .inner {
        width: 100%;
        height: 100%
    }

    .know-item img {
        height: 100%;
        object-fit: cover
    }

    .know-item-title {
        font-size: 20px;
        color: #fff
    }

    .callback .cont-info {
        padding: 30px;
    }

    .callback .cont-item,
    .callback .cont-item:nth-child(1),
    .callback .cont-item:nth-child(3) {
        width: 48%
    
}
}

@media (max-width:959px) {
    .mobile-phones {
        display: block
    }

    .know-item-title {
        font-size: 16px
    }

    .contacts-content .cont-info {
        display: block
    }

    .callback .cont-info {
        display: block
    }

    .mobile-phones,
    .b-header:not(.b-header_theme_transparent) .mobile-phones {
        top: 47px;
        right: 80px
    }

    .callback {
        padding: 80px 25px
    }

    .callback .cont-location {
        text-align: center;
        justify-content: center
    }

    .callback .cont-item,
    .callback .cont-item:nth-child(1),
    .callback .cont-item:nth-child(3) {
        width: 100%;
        text-align: center
    }
}

@media (max-width:900px) {
    .callback-bg__right {
        display: none
    }

    .contacts-left {
        width: 100%
    }

    .contacts-right {
        padding-left: 30px
    }

    .know {
        height: auto
    }

    .know-row {
        display: block
    }

    .know-item {
        max-width: 360px;
        width: 100%;
        height: 240px;
        margin: 0 auto 30px
    
}
}
.iti {
    display: block;
}

.iti-mobile .iti--container {
    z-index: 99999999999
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease
}

.preloader.hide {
    opacity: 0;
    pointer-events: none
}

.preloader svg {
    width: 100px;
    height: 100px;
    animation: pulse 1.5s infinite linear
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: rotate(0)
    }

    100% {
        opacity: 1;
        transform: rotate(180deg)
    }
}
/* media */
.media {
    width: 90%;
    margin: 160px auto 0 auto;

}

.media .section_title {
    opacity: 1;
    transform: translate(0);
    font-size: 36px;
    line-height: 62px;
    font-weight: 300;
    letter-spacing: .105em;
    text-transform: uppercase;
    margin-bottom: 80px;
    color: #4F5A63;
}

.media .media_description {
    margin-top: 0;
}

.media_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.media_item {
    width: calc(33.33% - 63px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    font-size: 20px;
    border: 1px solid #4F5A63;
    transition: all 0.5s ease;

}

@media (max-width:1024px) {
    .media_item {
        width: calc(50% - 62px);
    }
}

@media (max-width:768px) {
    .media_item {
        width: 100%;
    }
}

.media_item img {
    max-height: 120px;
    object-fit: contain;
    max-width: 80%;
}

.media_item .media_item_title {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
}

@media (max-width:768px) {
    .media {
        width: 91%;

    }
}

.media_item .media_item_date {
    margin-top: auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    margin-top: auto;
    width: 100%;
    text-align: right;
}
.about {
    padding-top: 250px;

}

.about .about_top {
    border-bottom: 1px solid #4F5A63;
}

.about_top_content {
    display: flex;
    max-width: 90%;
    margin: 0 auto;
}

.about .section_title {
    opacity: 1;
    transform: translate(0);
}

.about .about_top_left {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.about .about_top_left .about_left_description p {
    max-width: 545px;
}

.about .about_left_description {
    width: 100%;
    font-size: 25px;
    line-height: 32px;
    font-weight: 300;
    color: #4F5A63;
    opacity: 0;
    animation-name: up;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

@keyframes up {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.about .about_top_right {
    width: 50%;
    height: 470px;
    display: flex;
    align-items: flex-end;
}

.about .about_top_right .right__inner {
    width: 100%;
    height: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    opacity: 0;
    animation-name: growth;
    animation-duration: 2s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

@keyframes growth {
    0% {
        height: 0;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}

.about .about_top_right .animate_item {
    width: 11%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.about .animate_item__inner {
    width: 1px;
    height: 100%;
    position: relative;
}

.about .animate_item__inner::before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-color: #4F5A63;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about .animate_item__inner::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #4F5A63;
    border-radius: 150%;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.animate_item__ellipse {
    width: 30px;
    height: 115px;
    border: 1px solid #4F5A63;
    border-radius: 71px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.about .animate_item .leaf {
    width: 50px;
    height: 50px;
    background-image: url('https://isto.ae/wp-content/themes/isto/static/img/leaf.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.about .animate_item:nth-child(even) {
    height: 90%;
}

.animate_item:nth-child(even) .leaf {
    bottom: 45%;
}

.about .about_desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 21px;
    max-width: 740px;
    margin-left: 30px;

}

.about .about_title {
    max-width: 500px;
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.about .about_second {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 200px;
    color: #4F5A63;
    max-width: 90%;
    margin: 0 auto;
}

.about .about_end {
    padding-top: 200px;
    color: #4F5A63;
    max-width: 90%;
    margin: 0 auto;
}

.about .about_end_items {
    display: flex;
    gap: 15px;
    justify-content: end;
    margin-top: 80px;
}

.about .about_end_item {
    max-width: 344px;
}

.about_end .about_end_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.about_end .about_end_text {
    font-size: 20px;
    line-height: 21px;
    font-weight: 300;
}

.about .about_end_title {
    font-size: 20px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: .105em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.team {
    max-width: 90%;
    margin: 0 auto;
}

.team .team_top {
    display: flex;
    justify-content: space-between;
    color: #4F5A63;
}

.team .about_description {
    margin-top: 15px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
}

.team .team_nav button {
    width: 47px;
    height: 47px;
    border: 1px solid #4F5A63;
    border-radius: 150%;
    background: #fff;
    background-image: url(https://isto.ae/wp-content/themes/isto/static/icons/about_nav_arrow.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.team .team_nav {
    display: flex;
    gap: 30px;
}

.team .team_nav button:last-child {
    transform: rotate(-180deg);
}

.team .team_content {
    margin-top: 80px;
}

.team .team_slider img {
    width: 100%;
}

.team .team_slider_item {
    transform: translateX(-50%);
}

.team_slider_item_card {
    position: relative;
    padding-right: 30px;
}

.team .team_slider_item img {
    max-height: 630px;
}

.team .team_slider_item_title {
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all .2s linear;
    width: 100%;
    color: #fff;
    padding: 0 20px 20px;
    opacity: 0;
}

.team .team_slider_item:hover .team_slider_item_title {
    bottom: 0;
    opacity: 1;
    z-index: 22;
}

.team .team_slider_name {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.team .team_slider_position {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media (max-width:768px) {
    .about .about_title {
        font-size: 25px;
        line-height: normal;
    }

    .team_slider_item_card {
        padding-right: 0;
    }

    .about .about_top .about_top_content {
        flex-direction: column;
    }

    .about .about_top_left {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 0px;
    }

    .about .about_top_right {
        margin-top: 50px;
        width: 95%;
        height: 320px;
    }

    .about .about_second {
        padding: 80px 0 0;
        gap: 40px;
        flex-direction: column;
    }

    .animate_item__ellipse {
        width: 21px;
        height: 78px;
    }

    .about .animate_item .leaf {
        width: 35px;
        height: 35px;
    }

    .about .about_title {
        max-width: 100%;
    }

    .about .about_desc {
        margin-left: 0;
    }

    .tem {
        overflow: hidden;
    }

    .team>.team_content {
        padding-top: 150px;
        position: relative;
        padding-bottom: 150px;
        margin-top: 0;
    }

    .team .team_slider_item {
        transform: translateX(0%);
    }

    .team .team_nav {
        position: absolute;
        bottom: 35px;
        width: 100%;
        justify-content: end;
    }

    .team .team_slider_item_title {
        bottom: 0%;
        left: 0;
        opacity: 1;
        padding: 10px;
    }


    .about .about_end {
        padding-top: 80px;
    }

    .about .about_end_items {
        flex-direction: column;
        margin-top: 40px;
    }

    .about_end .about_end_icon {
        margin-bottom: 20px;
    }
}
.contacts {
    background: url(https://isto.ae/wp-content/themes/isto/static/img/cont_map_bg.png) no-repeat center;
    background-size: cover;
}

.contacts .callback_description {
    display: block;
    color: #3E464E;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: .105em;
    font-weight: 400;
}

.contacts .callback {
    margin-top: 160px;
    padding: 0 20px;
}

.callback .cont-info {
    background: transparent;
}
.vacancy_content {
    width: 90%;
    margin: 0 auto;
    padding-top: 250px;
    display: flex;
    justify-content: space-between;
    color: #4F5A63;

}

.vacancy .vacancy_title {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: .105em;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}

.vacancy .vacancy_subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;

}

.vacancy_left {
    width: 48%;
}

.vacancy_right {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.vacancy_right .vacancy_cat_title {
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: .105em;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.vacancy_right .vacancy_cat_title::after {
    content: '+';
    display: block;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.vacancy_right .vacancy_item {
    margin-top: 40px;
}

.vacancy_right .vacancy_item_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.vacancy_right .title_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.title_city {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #989898;
}

.vacancy_right .vacancy_item_content .item_title {
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
}

.vacancy_item_content {
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 25px;
    overflow: hidden;
    height: 77px;
    position: relative;
}

.vacancy_item_content li {
    font-weight: 400;
}

.vacancy_more_btn {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #989898;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.vacancy_more_btn::after {
    content: '+';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.vacancy_item.open .vacancy_more_btn::after {
    transform: translateY(-50%) rotate(45deg);
}

.vacancy_item.open .vacancy_more_btn .btn_close {
    display: none;
}

.vacancy_item.open .vacancy_more_btn .btn_open {
    display: block;
}

.vacancy_item.open .vacancy_item_content {
    height: auto;
}

.vacancy_cat {
    padding: 20px 0;
    border-bottom: 1px solid #989898;
}

.vacancy_cat .vacancy_cat_content {
    display: none;
}

.vacancy_cat.active .vacancy_cat_content {
    display: block;
}

.vc {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #3E464E;
    margin-top: 120px;

}

@media (max-width:1024px) {

    .vacancy .vacancy_content {
        padding-top: 150px;
        flex-direction: column;
        gap: 20px;
    }

    .vacancy .vacancy_right {
        width: 100%;
    }

    .vacancy .vacancy_left {
        width: 100%;
    }

    .vacancy_item_row {
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
        align-items: flex-start !important;
    }

    .vacancy .button {
        width: 180px;
        padding: 14px;
        text-align: center;
        justify-content: center;
    }

    .vacancy .vacancy_title {
        font-size: 30px;
    }

    .footer {
        margin-top: 30px;
    }

    .vc {
        margin-top: 20px;
    }

}

.modal {
    position: fixed;
    inset: 0;
    z-index: 1999999999;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.modal .modal_content {
    background: #fff;
    box-shadow: 0 0 0 0 rgba(2, 2, 2, 1);
    background-color: rgba(255, 255, 255, 1);
    min-width: 0%;
    max-width: 100%;
    top: 100px;
    left: 1055.07px;
    opacity: 1;
    display: block;
    width: 40%;
    padding: 18px;
    position: relative;

}


.modal .modal_title {
    text-align: left;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 300;
}

.modal label[for="file"] {
    display: flex;
    position: relative;
    font-weight: 100;
    cursor: pointer;
}

.modal label[for="file"] .title::before {
    content: '';
    display: block;
    width: 20px;
    height: 22px;
    background-image: url(https://isto.ae/wp-content/themes/isto/static/icons/attach.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.modal input[type="file"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;

}

.modal .modal_content {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.modal .button {
    display: block;
    width: 100%;
    margin: 35px auto 0 auto;
    max-width: 400px;

}

.modal .modal_desc {
    font-weight: 100;
    margin-top: 24px;
    text-align: center;
}

.modal .modal_close {
    background-color: #fff;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
}

@media (max-width:1024px) {
    .modal .modal_content {
        width: 70%;
    }

    .modal .modal_title {
        font-size: 17px;
    }
}

@media (max-width:556px) {
    .modal .modal_content {
        width: 90%;
    }

    .modal .modal_title {
        font-size: 14px;
    }
}

.modal_close {
    cursor: pointer;
}

.modal.join .flex {
    display: flex;
    gap: 20px;
}

.modal.join .check_input {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-weight: 100;
    gap: 10px;
}

.modal.join .check_input input {
    width: fit-content;

}

.modal.join .flex input {
    width: 100%;
}

.modal.join .modal_title {
    text-align: center;
}
.hero_meredian {
    position: absolute;
    bottom: 100px;
    left: 0;

}

.hero_meredian .slider_title {
    letter-spacing: 10px;
    font-weight: 200;
    margin: 0 0 10px 0;
    padding-left: 70px;
}

.hero_meredian_items {
    display: flex;
    padding: 30px 150px 30px 70px;
    border-top: 1px solid #fff;
    font-size: 14px;
    position: relative;
    gap: 25px;
    color: #fff;
}

.hero_meredian_title {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.fig {
    position: absolute;
    top: -25px;
    right: 0;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;

}

.gallery img {
    width: calc(50% - 5px);
    max-height: 590px;
    overflow: hidden;
}

.hero_link {
    position: absolute;
    top: 150px;
    display: flex;
    left: 0;
    right: 0;
    gap: 15px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 auto;
    width: 90%;
}

.meredians .content_block_picture {
    order: 2;
}

.meredians .content_block_inner {
    max-width: 598px;
}

@media (max-width:960px) {
    .fig {
        display: none !important;
    }

    .gallery img {
        width: 100%;
    }

    .hero_meredian_items {
        flex-direction: column;
        padding: 20px;
    }

    .hero_meredian {
        bottom: 35px;
    }
}