@media all and (min-width: 992px) {
    body {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        font-family: 'degular-text';
    }

    h1 {
        font-size: 84px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    h2 {
        font-size: 74px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    h3 {
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    h4 {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;

    }

    h5 {
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }

    h6 {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }

    .button {
        text-align: center;
        font-family: 'degular-text';
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 110% */
        letter-spacing: 0.2px;
        text-transform: uppercase;
    }

    .breadcrumbs {
        display: block;
        position: absolute;
        z-index: 3;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: #262626;
        width: 100%;
    }

    .breadcrumbs .inner {
        padding: 20px 80px;
    }

    .breadcrumbs .inner span span {
        margin: 0 2px;
    }

    .breadcrumbs .inner span span:first-child {
        margin: 0 2px 0 0;
    }

    .breadcrumbs a {
        color: #363636;
        text-decoration: none;
        transition: font-size 0.3s ease-in-out;
    }

    .breadcrumbs a:hover {
        font-size: 17px;
    }

    .promo_top.mobile {
        display: none;
    }

    .promo_top {
        display: block;
        padding: 12px 0;
        transition: height 0.5s ease-in-out;
        position: sticky;
        top: 0;
        z-index: 10;
        height: 60px;
    }

    .promo_top .row {
        align-items: center;
        padding: 0 80px;
    }

    .promo_top p {
        margin: 0;
    }

    .promo_top .pre {
        font-family: 'degular-text';
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 4px;
        transition: height 0.5s ease-in, opacity 0.1s ease-in;
    }

    .promo_top .title {
        font-family: 'ivypresto-display';
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        /*transition: font-size 0.5s ease-in-out, line-height 0.5s ease-in-out;*/
    }

    .promo_top .descr {
        font-family: 'degular-text';
        font-size: 16px;
        height: 0;
        opacity: 0;
        transition: height 0.5s ease-in, opacity 0.3s ease-in;
    }

    .promo_top a {
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 17.6px; /* 103.529% */
        text-transform: uppercase;
        font-family: 'degular-text';
    }


    .top-slider-block .top-slider > .item {
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: auto;
        display: flex;
        align-items: stretch;
        padding-bottom: 0;
    }

    .top-slider-block .badge {
        max-width: 160px;
        top: 36%;
        transform: translate(50%, -50%);
        right: 42%;
    }

    .top-slider-block .top-slider .item .row {
        align-items: stretch;
        height: 100%;
    }

    .top-slider-block .top-slider .item .row {
        padding-top: 0;
    }

    .top-slider-block .top-slider .owl-item .item {
        background-size: cover;
        display: flex;
    }

    .top-slider-block .top-slider .owl-item .item .row {
        height: 100%;
        align-items: center;
    }

    .top-slider-block .slide-description-holder {
        background-image: none;
        background-color: transparent;
        padding-top: 0px !important;
        margin-top: 0px;
        position: relative;
        align-items: center;
        display: flex;
        min-height: 730px;
    }

    .top-slider-block .slide-description-holder .slide-description {
        padding: 0 120px 0 68px;
    }

    .top-slider-block .slide-description .title,
    .top-slider-block .slide-description .title {
        font-size: 84px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
        text-align: left;
    }

    .top-slider-block .slide-description p.pre_title {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 40px;
    }

    .top-slider-block .slide-description p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .top-slider-block .slide-description a {
        display: inline-block;
        width: auto;
        padding: 10px 28px;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 110% */
        letter-spacing: 0.2px;
        text-transform: uppercase;
        background-color: #fff;
    }

    .top-slider-block .slide-description a.button.black {
        margin-right: 8px;
        background-color: var(--grey-1D);
    }

    .top-slider-block .image-container-holder .badge {
        max-width: 160px;
        height: auto;
        top: 35%;
        transform: translate(-50%, -50%);
        left: 0;
    }

    .top-slider.owl-carousel .owl-dots {
        position: absolute;
        width: 100%;
        max-width: 350px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 28px;
        padding: 0;
        height: 24px;
    }

    .top-slider.owl-carousel .owl-nav {
        position: absolute;
        width: 100%;
        max-width: 398px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 31px;
        height: 24px;
        padding: 0;
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 0;
        left: 0;
    }

    .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 0;
    }

    .top-slider-block .top-slider .owl-item {
        padding: 0;
    }


    /* Block 1-2 */
    .block-1-2 {

    }

    .block-1-2 .first {
        background: transparent;
        background-color: #cfcfcf;
        padding-bottom: 0;
        box-shadow: none;
    }

    .block-1-2 .second {
        background: transparent;
        background-color: #cfcfcf;
        padding: 0 66px 80px 80px !important;
        aspect-ratio: 1 / 1;
        align-items: center;
        display: flex;
    }
    .block-1-2 .second iframe {
        aspect-ratio: 16 / 9;
    }
    .block-1-2 .third {
        background: transparent;
        background-color: #cfcfcf;
        padding: 0px 80px 0px 66px !important;
        display: flex;
        align-items: center;
    }
    .block-1-2 .second .play {
        transform: translate(-50%, calc(-50% - 40px));
    }
    .block-1-2.simple .third {
        padding: 0px 80px 0px 66px !important;
        max-width: initial;
    }

    .block-1-2 .first .title {
        font-size: 74px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .block-1-2 .first .title p {
        margin-bottom: 0;
    }

    .block-1-2 .first .title em {
        display: inline-block;
        text-align: right;
    }

    .block-1-2 .third .description {
        padding: 24px 40px 60px 0;
    }


    .block-1-2 .third .description a {
        display: inline-block;
        width: auto;
        padding: 11px 28px;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        background-color: #fff;
    }


    /* Services */
    .services-block .first .text {
        padding: 120px 24px 120px 80px;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .services-block .first .text h2 {
        font-size: 74px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
        margin-bottom: 56px
    }

    .services-block .second {
        background: none;
        padding: 0;
    }

    .services-block .second .container-fluid {
        background: radial-gradient(121.28% 134.67% at 105.07% -13.13%, rgba(255, 255, 255, 0.50) 14.7%, rgba(209, 209, 209, 0.50) 46.02%, rgba(255, 255, 255, 0.50) 64.45%), radial-gradient(91.02% 121.28% at 25.33% 100%, rgba(209, 209, 209, 0.60) 20%, rgba(255, 255, 255, 0.60) 54%), linear-gradient(331deg, #D1D1D1 37.05%, #FFF 100%);
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .services-block .second .container-fluid .row:first-child {
        position: absolute;;
        width: 100%;
        top: -56px;
    }

    .services-block .second .col {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        padding: 6px 0;
    }

    .services-block .second .label {
        padding: 0 80px;
        text-align: center;
    }

    .services-block .second .container-fluid .row:first-child .title {
        font-family: 'degular-text';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .services-block .second .title {
        margin: 0;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: 48.4px;
    }

    .services-block .second img {
        width: auto;
        height: auto;
        max-width: 124px;
        margin: 0 24px;
    }


    /* HER/HIM */
    .her-him-block .container-fluid {
        position: relative;
    }
    .her-him-block .container-fluid .row .col-12.col-lg-6.p-0{
        max-height: 850px;
        overflow: hidden;
    }

    .her-him-block .label {
        background-color: transparent;
        background: white;
        width: 100%;
        z-index: 9;
        padding: 80px;
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }

    .her-him-block .label > div {
        max-width: 856px;
        margin: 0 auto;
    }

    .her-him-block .label p {
        margin: 0;
    }

    .her-him-block .her .title,
    .her-him-block .him .title {
        font-size: 88px;
        font-style: normal;
        font-weight: 300;
        line-height: 96.8px;
        max-width: 500px;
        margin-bottom: 120px;
    }

    .her-him-block .her, .her-him-block .him {
        aspect-ratio: initial;
        display: flex;
        align-items: start;
        padding: 25% 24px 40px 80px;
        transition: background-size 0.3s ease-in-out, background-position 0.3s ease-in-out;
        background-position: top center;
        background-size: 125%;
        min-width: 100%;
        min-height: calc(100vh - 62px - 80px);
        flex-direction: column;
    }

    .her-him-block .her:hover, .her-him-block .him:hover {
        background-size: 130%;
        background-position: top center;
    }

    .her-him-block .him .title {
        text-align: left;
    }

    /*.her-him-block .him {
        background-position: top right;
    }*/
    .her-him-block .her a, .her-him-block .him a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 110% */
        letter-spacing: 0.2px;
        text-transform: uppercase;
        padding: 11px 28px;
        right: initial;
        bottom: 25%;
        width: auto;
        position: relative;
    }


    /* SLIDER */
    .slider-content-block {

    }

    .slider-content-block > .container-fluid > .row > .col {
        position: relative;
    }

    .slider-content-block .slider-overflow {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 35.2px;
        width: 100%;
        text-align: center;
        backdrop-filter: blur(8px);
        padding: 80px;
        top: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.10) 3%, rgba(255, 255, 255, 0.0) 100%);
        mask: linear-gradient(black, black, transparent);

    }

    .slider-content-block .slider-content .owl-item .slide-item .slide-text-custom {
        margin: 0;
    }

    .slider-content-block .slider-content .item {

    }

    .slider-content-block .slider-content .item .slide-item {
        min-height: auto;
        height: auto;
        padding: 0;
        max-height: 800px;
        width: 100%;
        height: 100vh;
        display: block;
        background-position: top center;
    }

    .slider-content-block .slider-content .item .slide-item .container-fluid {
        display: block;
        height: 100%;
    }

    .slider-content-block .slider-content .item .slide-item .container-fluid .row {
        display: block;
        height: 100%;
    }

    .slider-content-block .slider-content .owl-item .slide-item .full-blur-bar-left,
    .slider-content-block .slider-content .owl-item .slide-item .full-blur-bar-right {
        padding: 40px 80px;
    }

    .slider-content-block .slider-content .item .slide-item .wrap {
        display: flex;
        height: 100%;
        align-items: center;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    }

    .slider-content-block .slider-content .owl-item .slide-item.right {
        justify-content: end;
    }

    .slider-content-block .slider-content .item .slide-item.right .wrap {
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    }

    .slider-content-block .slider-content .item .slide-item .wrap .inner {
        background: none;
        padding: 0 80px;
    }

    .slider-content-block .slider-content .item .slide-item span {
        font-size: 124px;
        font-style: normal;
        font-weight: 300;
        line-height: 88px;
        vertical-align: top;
    }

    .slider-content-block .slider-content .item .slide-text-custom .slide-title-text {
        font-size: 64px;
        font-style: normal;
        font-weight: 300;
        line-height: 88px;
        display: inline-block;
        margin: 0 0 0 21px;
        text-align: left;
        max-width: 85%;
    }

    .slider-content-block .slider-content .item .slide-text-custom .slide-title-text * {
        font-size: 64px;
        font-style: normal;
        font-weight: 300;
        line-height: 88px;
        text-align: left;
    }

    .slider-content-block .slider-content .item .slide-text-custom .slide-title-text em {
        font-size: 84px;
        font-style: italic;
        font-weight: 300;
        line-height: 88px;
        margin: 0;
    }

    .slider-content-block .slider-content .item .slide-text-custom .slide-title-text strong {
        font-size: 84px;
        font-style: normal;
        font-weight: 400;
        line-height: 88px;
        margin: 0;
    }

    .slider-content-block .slider-content .item .slide-item .title p {
        font-size: 64px;
        font-style: normal;
        font-weight: 300;
        line-height: 88px;
        display: inline-block;

    }


    .slider-content-block .slider-content .item .slide-item h5 span {
        font-size: 84px;
        font-style: italic;
        font-weight: 300;
        line-height: 88px;
    }

    /*.slider-content-block .slider-content .owl-item:nth-child(even) .slide-item {
        padding-top: 16%;
    }*/
    .slider-content-block .slider-content .owl-item:nth-child(even) .slide-item > span {
        /*display: block;*/
    }

    .slider-content-block .owl-carousel .owl-dots {
        position: absolute;
        width: 100%;
        max-width: 350px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 28px;
        padding: 0;
        height: 24px;
    }

    .slider-content-block .owl-carousel .owl-nav {
        position: absolute;
        width: 100%;
        max-width: 398px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 31px;
        height: 24px;
        padding: 0;
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
    }

    .slider-content-block .owl-carousel .owl-nav button.owl-next,
    .slider-content-block .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 0;
        left: 0;
    }

    .slider-content-block .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 0;
    }

    .slider-content-block .top-slider-block .top-slider .owl-item {
        padding: 0;
    }

    .slider-content-block .owl-carousel .owl-dots .owl-dot:not(.active) {
        background-color: #fff;
    }


    /* 1-2 simple */
    .block-1-2.simple {

    }

    .block-1-2.simple .container-fluid {
        padding: 88px 80px;
    }

    .block-1-2.simple .container .row {
        justify-content: space-between;
    }

    .block-1-2.simple .second {
        aspect-ratio: initial;
        max-width: initial;
        padding: 0 !important;
    }

    .block-1-2.simple .container .row .col-12:first-child {
        margin-right: 0;
    }

    .block-1-2.simple .third .description {
        padding: 0;
    }

    .block-1-2.simple .third .description div h4,
    .block-1-2.simple .third .description div h5,
    .block-1-2.simple .third .description div h6 {
        margin-bottom: 24px;
        font-weight: 600;
    }

    .block-1-2.simple .third .description .title {
        font-size: 74px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
        margin-bottom: 24px;
    }


    .block-1-2.simple .third .description p, .block-1-2.simple .third .description .content {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 24px;
    }


    /* CONSULTATION */
    .consultation {

    }

    .consultation > .container-fluid {
        padding: 80px;
        background: linear-gradient(180deg, #262626 0%, #4F4F4F 100%);

        /*var(--gradiente_black, linear-gradient(180deg, #262626 0%, #4F4F4F 100%));*/
    }

    .consultation > .container-fluid > .row {
        align-items: center;
    }

    .consultation > .container-fluid > .row > div:last-child {
        padding: 0 15px !important;
    }

    .consultation .first {
        background: none;
        padding: 0 56px 0 0;
    }


    .consultation .first .left {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 48px;
    }

    .consultation .first .right {
        font-size: 64px;
        font-style: normal;
        font-weight: 300;
        line-height: 73.6px;
        font-family: 'ivypresto-display';
        text-align: left;
    }

    .consultation .form {
        background-color: #fff;
        padding: 64px 40px;
    }

    .consultation .form .title {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        text-align: center;
        margin-bottom: 24px;
        font-family: 'degular-text';
    }

    .consultation .form .title em {
        font-family: 'ivypresto-display';
        font-size: 28px;
        font-style: italic;
        font-weight: 300;
        line-height: 33.6px;
    }



    .consultation .form .frm_fields_container input[type=text], .consultation .form .frm_fields_container input[type=email] {
        padding: 6px 4px;
    }

    .consultation .form .title span {
        font-weight: 300;
    }

    .frm_fields_container .frm_button_submit {
        width: auto;
        display: inline-block;
        margin: 0 auto;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 110% */
        letter-spacing: 0.2px;
        text-transform: uppercase;
        padding: 11px 28px;
    }

    .frm_forms .form-field.vertical_radio {
        margin-bottom: 24px;
    }


    /* APF */
    .apf-block {
        padding: 0;
    }

    .apf-block .owl-carousel .owl-stage-outer {
        overflow: hidden;
        margin-bottom: 0;
    }

    .apf-block .container-fluid {
        background: #F6F6F6;
        padding: 88px 0 88px 80px;
    }

    .apf-block .first .title {
        font-size: 74px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
        margin-bottom: 64px;
    }

    .apf-block .second {
        padding-right: 40px;
        width: calc(33.333333333% - 30px);
    }

    .apf-block .second + div {
        width: calc(66.6666666% + 30px);
    }

    .apf-block .second p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .apf-block .second a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 110% */
        letter-spacing: 0.2px;
        text-transform: uppercase;
        width: auto;
        padding: 11px 30px;
        margin: 8px 0;
    }

    .apf-block .apf-slider {

    }

    .apf-block .apf-slider .slide-item {

    }

    .apf-block .apf-slider .slide-item .image {

    }

    .apf-block .apf-slider .slide-item .description {
        padding: 24px 24px 72px;
    }

    .apf-block .apf-slider .slide-item .title {
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        font-family: 'degular-text';
    }

    .apf-block .apf-slider .slide-item p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
    }

    .apf-block .apf-slider .slide-item a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 110% */
        text-transform: uppercase;
        margin-left: 0;
        left: 24px;
        transform: none;
        bottom: 32px;
    }

    .apf-block .owl-carousel .owl-dots {
        width: 40%;
        left: calc(-47%);
        position: absolute;
        bottom: 17px;
    }

    .apf-block .owl-carousel .owl-nav {
        width: 40%;
        left: calc(-47%);
        bottom: 10px;
    }

    .apf-block .owl-carousel .owl-nav button.owl-next,
    .apf-block .owl-carousel .owl-nav button.owl-prev {
        top: auto;
        bottom: 0;
    }


    /* WORK WITH US */
    .work-with-us-block {
        background-color: transparent;
    }

    .work-with-us-block .container-fluid {
        background-color: #363636;
    }

    .block-1-2.simple.work-with-us-block .second {
        aspect-ratio: 1/1;
    }

    .block-1-2.simple.work-with-us-block .third {
        padding: 0 56px 0 0 !important;
    }

    .block-1-2.simple.work-with-us-block .third .description {
        padding-right: 0;
    }

    /* newsletter-block */
    .newsletter-block {
        background-color: transparent;
        padding: 0;
    }

    .newsletter-block > .container-fluid {
        background-color: #282726;
        padding: 80px;
    }

    .newsletter-block .title {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 16px;
    }

    .newsletter-block p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 32px;
    }

    .newsletter-block .newsletter-form {

    }

    .newsletter-block .social {

    }

    .newsletter-block .social .social-icons a,
    .footer .social .social-icons a {
        width: 36px;
        height: 36px;
        margin-left: 40px;
    }

    .newsletter-block .social .social-icons a i,
    .footer .social .social-icons a i {
        font-size: 36px;
    }

    .newsletter-form .button.submit button,
    .footer .button.submit button {
        padding: 0;
    }


    /* FOOTER */
    .footer {
        text-align: left;
        background-color: #fff;
        padding: 0;
    }

    .footer > .container-fluid {
        padding: 80px 80px 40px;
        background-color: #282726;
    }

    .footer .footer-menu-wrap {
        margin-bottom: 88px;
    }

    .footer .navbar-nav {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer .footer-menu-wrap .dropdown-menu {
        display: block;
        text-align: left;
        min-width: auto;
    }

    .footer .footer-menu-wrap ul li a {
        text-align: left;
        position: relative;
        margin-bottom: 16px;
    }

    .footer .footer-menu-wrap .dropdown-toggle::after {
        right: inherit;
        top: 50%;
        transform: none;
        margin-left: 10px;
        content: none;
    }

    .footer .footer-menu-wrap .dropdown-menu li a {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 8px;
    }

    .footer .footer-logo-wrap {
        max-width: 250px;
    }

    .footer .footer-logo-wrap .logo-link img {
        max-width: 160px;
    }

    .footer .footer-logo-wrap p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .footer .footer-logo-wrap .logo-link {
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 103.529% */
        text-transform: uppercase;
        padding: 6px 32px;
        width: auto;
        padding: 0;
    }

    .footer .footer-privacy {
        max-width: 460px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .footer .footer-lang-switcher {
        display: flex;
        justify-content: end;
    }

    .footer .footer-lang-switcher a {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .footer .footer-lang-switcher a.active {
        font-weight: bold;
    }

    .footer .footer-lang-switcher .languages {
        margin: 0 40px;
        padding: 0 40px;
        border-right: 2px solid #fff;
        height: 26px;
    }

    .footer .footer-lang-switcher .footer-policy {

    }

    .frm_forms .form-field.frm_half {
        padding-right: 8px;
        width: 50%;
        float: left;
    }

    .frm_forms .form-field.frm_half + .form-field.frm_half {
        padding-right: 0;
        padding-left: 8px;
    }


    .chess {

    }

    .chess .inner {
        padding: 88px 80px;
        background-image: url(../images/donna_bg_desktop.png);
    }

    .chess .inner .title {
        font-size: 64px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
        max-width: 960px;
        margin: 0 auto 40px;
    }

    .chess .inner .items {

    }

    .chess .inner .items .item {
        display: flex;
        min-height: 350px;
        margin-bottom: 48px;
    }

    .chess .inner .items .item:last-child {

    }

    .chess .inner .items .item .image {
        width: 50%;
        aspect-ratio: initial;
    }

    .chess .inner .items .item:nth-child(even) .image {
        order: 2;
    }

    .chess .inner .items .item .content {
        width: 50%;
        padding: 80px;
    }

    .chess .inner .items .item .title {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        font-family: 'degular-text';
        margin-bottom: 24px;
    }

    .chess .inner .items .item .description {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 24px;
    }

    .chess .inner .items .item a {
        width: auto;
    }


    .full-blur-bar-left::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 100%);
    }

    .full-blur-bar-right::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
        background: linear-gradient(to left, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 100%);
    }

    .scroll-slider {
        top: 84px;
        height: calc(100vh - 80px);
    }

    .scroll-slider .slide {
        padding: 0;
        height: calc(100vh - 80px);
        min-height: initial;
    }

    .scroll-slider-wrapper .slide-heading {
        font-family: "ivypresto-display", sans-serif;
        font-size: 84px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
        color: #1d1d1d;
    }

    .scroll-slider-wrapper .slide-subtitle,
    .scroll-slider-wrapper .slide-subtitle p {
        font-family: 'ivypresto-display';
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
        text-align: left;
    }

    .scroll-slider .slide .full-blur-bar-left {
        padding: 80px 0 80px 80px;
    }

    .scroll-slider .slide .full-blur-bar-right {
        padding: 80px 80px 0px 80px
    }

    .scroll-top-text p {
        margin: 0;
    }

    .simple-text-block {
        padding-bottom: 80px;
    }

    .simple-text-block .heading {
        padding: 0 80px;
        text-align: center;
        margin: 40px 0 24px;
    }

    .simple-text-block .content {
        padding: 0 80px;
    }

}

@media all and (min-width: 992px) and (max-width: 1440px) {
    .her-him-block .label {
        padding: 48px 0;
    }

    .slider-content-block .slider-overflow {
        padding: 60px 80px;
    }

    .breadcrumbs .inner {
        padding: 20px 24px;
    }

    .her-him-block .her .title, .her-him-block .him .title {
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 80px;
    }

    .her-him-block .her, .her-him-block .him {

        padding: 33% 24px 40px 80px;

    }
}


@media all and (min-width: 992px) and (max-width: 1200px) {
    .promo_top .row {
        align-items: center;
        padding: 0 24px;
    }

}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}