/* Start:/bitrix/js/landing/css/landing_public.css?1635710250456*/
/* xl
   Large devices more than 992px
 */
 @media (min-width: 992px) {
    .block-wrapper .l-d-lg-none {
        display: none !important;
    }
}

/* md
   Medium devices less than 1200px and more than 576px
*/
@media (max-width: 991px) and (min-width: 576px) {
    .block-wrapper .l-d-md-none {
        display: none !important;
    }
}

/* xs
   Extra small devices less than 576px
 */
@media (max-width: 575px) {
    .block-wrapper .l-d-xs-none {
        display: none !important;
    }
}

/* End */


@media (max-width: 1400px) {
    .landing-banner p {
        font-size: 32px;
    }

    .landing-banner .bottomleft,
    .landing-banner h1 {
        padding-bottom: 0;
        font-size: 32px;
        font-weight: 700;
        line-height: 43px;
        letter-spacing: 0em;
        text-align: left;
    }

    .banner_subtext {
        font-size: 27px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;

    }

    .topleft img {
        max-width: 380px;
        max-height: 100%;
    }

    .partners-block .d-lg-flex h2 {
        font-size: 19px;
    }
}



@media (max-width: 1200px) {
    /* .banner_leftblock {
        max-width: 60%;
    } */

    .landing-banner p {
        font-size: 26px;
    }

    .landing-banner .bottomleft,
    .landing-banner h1 {
        font-size: 30px;
    }

    .banner_subtext {
        font-size: 20px;
    }

    .partners-block .d-lg-flex h2 {
        font-size: 16px;
    }
}