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

    .SimplestBannersLenta {
        display: inherit;
        background-color: #e5f784;
        content: "1";
        min-width: 100px;
        width: max-content;
        flex-wrap: inherit;
    }


    .SimplestBannersBlock{
        max-width: 2000px;
    }



    .SimplestBannerBox {
        margin-left: 4vw;
        margin-right: 4vw;
        margin-top: 0.9vw;
    }

    .SimplestBannerContent {
    }

    .SimplestBanner a {
        text-decoration: none;
    }

    .SimplestBanner {
        box-sizing: content-box;
    }

    .SimplestBannerContent_Descript p {

        color: #48495a;
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 600, "wdth" 0;
        font-weight: normal;

        font-size: 4.5vw;
        /*font-size: 5.5vw;*/
        line-height: calc(1.7vw + 12px);
        letter-spacing: 0.4px;

        margin-top: 1em;


    }

    .SimplestBannerContent_NameLink {
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 600, "wdth" 0;
        font-weight: normal;

        font-size: 4.5vw;
        line-height: calc(1.7vw + 12px);
        letter-spacing: 0.4px;

        color: #0062af;

    }

    .SimplestBanner {
        display: block;
        position: relative;
        height: 39vw;
        height: calc(260px - 8vw);
        width: 60vw;
        background-color: #ecedf2;
        margin-right: 6vw;
        box-sizing: content-box;
    }


    .ScrollBannersBlock {
        display: block;
        height: max-content;
        min-height: 130px;
        width: 60vw;
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .ArrowLeftScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 39vw;
        height: calc(260px - 8vw);
        width: 8vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-l.svg);
        background-position: right;
        background-size: 88%;
        background-repeat: no-repeat;
        background-position-x: 0.1vw;
        opacity: 0.4;
        cursor: pointer;
        margin-left: 18px;
    }

    .ArrowRightScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 39vw;
        height: calc(260px - 8vw);
        width: 8vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-r.svg);
        background-position: left;
        background-size: 88%;
        background-repeat: no-repeat;
        background-position-x: 0.1vw;
        opacity: 0.4;
        cursor: pointer;
        margin-right: 18px;
    }

    .SimplestBannersBlock {
        display: flex;
        margin: 0 auto 0 auto;
    }










}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .SimplestBannersLenta {
        display: inherit;
        background-color: #fff;
        content: "1";
        min-width: 150px;
        width: max-content;
        flex-wrap: inherit;
    }





    .SimplestBannerBox {
        margin-left: 5.5vw;
        margin-right: 6vw;
        margin-top: 0.9vw;
    }

    .SimplestBannerContent {
    }

    .SimplestBanner a {
        text-decoration: none;
    }

    .SimplestBannerContent_Descript p {
        color: #48495a;

        font-size: 15.1px;
        line-height: calc(1.7vw + 12px);
        letter-spacing: 0.4px;

        font-family: 'GolosTextWebVF';
        font-variation-settings: "wght" 600, "wdth" 0;
        font-weight: normal;
        margin-top: 1em;


    }

    .SimplestBannerContent_NameLink {
        font-family: 'GolosTextWebVF';
        font-variation-settings: "wght" 600, "wdth" 0;
        font-weight: normal;

        font-size: 15px;
        line-height: calc(1.7vw + 12px);
        letter-spacing: 0.4px;

        color: #0062af;

    }

    .SimplestBanner {
        display: block;
        position: relative;
        height: 39vw;
        height: calc(210px - 13.05vw);
        width: 72vw;
        background-color: #ecedf2;
        margin-right: 6vw;
        box-sizing: content-box;
    }


    .ScrollBannersBlock {
        display: block;
        height: max-content;
        min-height: 130px;
        width: 72vw;
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .ArrowLeftScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 39vw;
        height: calc(210px - 13.05vw);
        width: 6vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-l.svg);
        background-position: right;
        background-size: 88%;
        background-repeat: no-repeat;
        background-position-x: 0.1vw;
        opacity: 0.4;
        cursor: pointer;
        margin-left: 18px;
    }

    .ArrowRightScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 39vw;
        height: calc(210px - 13.05vw);
        width: 6vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-r.svg);
        background-position: left;
        background-size: 88%;
        background-repeat: no-repeat;
        background-position-x: 0.1vw;
        opacity: 0.4;
        cursor: pointer;
        margin-right: 18px;
    }

    .SimplestBannersBlock {
        display: flex;
        margin: 0 auto 0 auto;
    }







}

@media screen and (min-width: 481px) and (max-width: 575px) {

    .SimplestBannersLenta {
        display: inherit;
        background-color: #fff;
        content: "2";
        min-width: 300px;
        width: max-content;
        flex-wrap: inherit;
    }





    .SimplestBannerBox {
        margin-left: 3.5vw;
        margin-right: 3.1vw;
        margin-top: 0.8vw;
    }

    .SimplestBannerContent {
    }

    .SimplestBanner a {
        text-decoration: none;
    }

    .SimplestBannerContent_Descript p {
        font-family: 'GolosTextWebVF';
        font-variation-settings: "wght" 600, "wdth" 0;
        font-weight: normal;
        color: #414553;

        font-size: 15px;
        line-height: calc(1.7vw + 11px);
        letter-spacing: 0.4px;
        margin-top: 1em;


    }

    .SimplestBannerContent_NameLink {
        font-family: 'GolosTextWebVF';
        font-variation-settings: "wght" 600, "wdth" 0;
        font-weight: normal;

        font-size: 15px;
        line-height: calc(1.7vw + 11px);
        letter-spacing: 0.4px;

        color: #0062af;

    }

    .SimplestBanner {
        display: block;
        position: relative;
        height: 30vw;
        width: 38.5vw;
        background-color: #ecedf2;
        margin-right: 3vw;
        min-height: max-content;
        padding-bottom: 2em;
        box-sizing: content-box;
    }


    .ScrollBannersBlock {
        display: block;
        height: max-content;
        min-height: 130px;
        width: 79.8vw;
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .ArrowLeftScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 27vw;
        width: 5vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-l.svg);
        background-position: right;
        background-size: 78%;
        background-repeat: no-repeat;
        background-position-x: 1vw;
        opacity: 0.4;
        cursor: pointer;
        margin-left: 10px;
    }

    .ArrowRightScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 27vw;
        width: 5vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-r.svg);
        background-position: left;
        background-size: 78%;
        background-repeat: no-repeat;
        background-position-x: 0.1vw;
        opacity: 0.4;
        cursor: pointer;
        margin-right: 10px;
    }

    .SimplestBannersBlock {
        display: flex;
        margin: 0 auto 0 auto;
    }








}




@media screen and (min-width: 576px) and (max-width: 767px) {
    .SimplestBannersLenta {
        display: inherit;
        background-color: #fff;
        content: "2";
        min-width: 300px;
        width: max-content;
        flex-wrap: inherit;
    }


    .SimplestBannerBox {
        margin-left: 2.5vw;
        margin-right: 3.1vw;
        margin-top: 0.8vw;
    }

    .SimplestBannerContent {
    }

    .SimplestBanner a {
        text-decoration: none;
    }

    .SimplestBannerContent_Descript p {
        font-family: 'GolosTextWebVF';
        font-variation-settings: "wght" 500, "wdth" 0;
        font-weight: normal;
        color: #48495a;
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0.8px;
        margin-top: 1em;



    }

    .SimplestBannerContent_NameLink {
        font-family: 'GolosTextWebVF';
        font-variation-settings: "wght" 500, "wdth" 0;
        font-weight: normal;

        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0.8px;

        color: #0062af;

    }

    .SimplestBanner {
        display: block;
        position: relative;
        height: 25vw;
        width: 41vw;
        background-color: #ecedf2;
        margin-right: 1.1vw;
        box-sizing: content-box;
    }


    .ScrollBannersBlock {
        display: block;
        height: max-content;
        min-height: 130px;
        width: 83.2vw;
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .ArrowLeftScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 23vw;
        width: 5vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-l.svg);
        background-position: right;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position-x: 1vw;
        opacity: 0.3;
        cursor: pointer;
        margin-left: 5px;
    }

    .ArrowRightScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 23vw;
        width: 5vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-r.svg);
        background-position: left;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position-x: 0.1vw;
        opacity: 0.3;
        cursor: pointer;
        margin-right: 5px;
    }

    .SimplestBannersBlock {
        display: flex;
        margin: 0 auto 0 auto;
    }




}





@media screen and (min-width: 768px) and (max-width: 1007px) {
    .SimplestBannersLenta {
        display: inherit;
        background-color: #fff;
        content: "2";
        min-width: 300px;
        width: max-content;
        flex-wrap: inherit;
    }



    .SimplestBannerBox {
        margin-left: 2.5vw;
        margin-right: 2.5vw;
        margin-top: 0.8vw;
    }

    .SimplestBannerContent {
    }

    .SimplestBanner a {
        text-decoration: none;
    }

    .SimplestBannerContent_Descript p {

        color: #48495a;

        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 500, "wdth" 0;
        font-weight: normal;

        font-size: 19px;

        line-height: calc(1.8vw + 8px);
        margin-top: 1em;
        /*line-height: 23px;*/

    }

    .SimplestBannerContent_NameLink {
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 500, "wdth" 0;
        font-weight: normal;

        font-size: 19px;

        line-height: calc(1.8vw + 8px);
        /*line-height: 23px;*/

        color: #0062af;

    }

    .SimplestBanner {
        display: block;
        position: relative;
        height: 22vw;
        width: 41vw;
        background-color: #f4f5f9;
        margin-right: 1.1vw;
        box-sizing: content-box;
    }


    .ScrollBannersBlock {
        display: block;
        height: max-content;
        min-height: 130px;
        width: 83.1vw;
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .ArrowLeftScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 22vw;
        width: 5vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-l.svg);
        background-position: right;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position-x: 1vw;
        opacity: 0.3;
        cursor: pointer;
        margin-left: 7px;
    }

    .ArrowRightScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 22vw;
        width: 5vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-r.svg);
        background-position: left;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position-x: 1vw;
        opacity: 0.3;
        cursor: pointer;
        margin-right: 7px;
    }

    .SimplestBannersBlock {
        display: flex;
        margin: 0 auto 0 auto;
    }



}








@media screen and (min-width: 1008px) and (max-width: 1600px) {


    .SimplestBannersLenta {
        display: inherit;
        background-color: #fff;
        content: "3";
        min-width: 300px;
        width: max-content;
        flex-wrap: inherit;
    }




    .SimplestBannerBox {
        margin-left: 1.5vw;
        margin-right: 1vw;
        margin-top: 1.5vw;
    }

    .SimplestBannerContent {
    }

    .SimplestBanner a {
        text-decoration: none;
    }

    .SimplestBannerContent_Descript p {
        font-family: 'Open Sans Semibold', 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 1.2vw;
        line-height: calc(1.2vw + 7px);
        color: #3e4559;
        margin-top: 1em;
    }

    .SimplestBannerContent_NameLink {
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 500, "wdth" 0;
        font-weight: 500;
        font-size: 1.3vw;
        line-height: calc(1.3vw + 8px);
        color: #0062af;
    }

    .SimplestBanner {
        display: block;
        position: relative;
        height: 14vw;
        width: 25vw;
        background-color: #f6f7fb;
        margin-right: 5vw;
        box-sizing: content-box;
    }



    .ScrollBannersBlock {
        display: block;
        height: max-content;
        min-height: 130px;
        width: 85.1vw;
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .ArrowLeftScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 14vw;
        width: 5vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-l.svg);
        background-position: right;
        background-size: 34%;
        background-repeat: no-repeat;
        background-position-x: 2.4vw;
        cursor: pointer;
    }

    .ArrowRightScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 14vw;
        width: 5vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-r.svg);
        background-position: left;
        background-size: 34%;
        background-repeat: no-repeat;
        background-position-x: 1.2vw;
        cursor: pointer;
    }

    .SimplestBannersBlock {
        display: flex;
        margin: 0 auto 0 auto;
    }


}


@media screen and (min-width: 1008px) and (max-width: 1199px) {

    .SimplestBannerBox {
        margin-left: 2vw;
        margin-right: 2vw;
        margin-top: 1.5vw;
    }

    .SimplestBannerContent_Descript p {
        font-family: 'Open Sans Semibold', 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 1.3vw;
        line-height: calc(1.2vw + 7px);
        color: #3e4559;
        margin-top: 1em;
    }

    .SimplestBannerContent_NameLink {
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 500, "wdth" 0;
        font-weight: 500;
        font-size: 1.4vw;
        line-height: calc(1.3vw + 8px);
        color: #0062af;
    }

    .SimplestBanner {
        display: block;
        position: relative;
        height: 14vw;
        width: 26.4vw;
        background-color: #f6f7fb;
        margin-right: 3vw;
        box-sizing: content-box;
    }


}

@media screen and (min-width: 1200px) and (max-width: 1299px) {

    .SimplestBannerContent_Descript p {
        font-family: 'Open Sans Semibold', 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 1.25vw;
        line-height: calc(1.2vw + 7px);
        color: #3e4559;
        margin-top: 1em;
    }

    .SimplestBannerContent_NameLink {
        font-family: 'GolosTextWebVF';
        font-variation-settings: "wght" 500, "wdth" 0;
        font-weight: 500;
        font-size: 1.35vw;
        line-height: calc(1.3vw + 8px);
        color: #0062af;
    }

}

@media screen and (min-width: 1500px) and (max-width: 1600px) {

}


@media screen and (min-width: 1601px) and (max-width: 1920px) {

    .SimplestBannersLenta {
        display: inherit;
        background-color: #fff;
        content: "4";
        min-width: 300px;
        width: max-content;
        flex-wrap: inherit;
    }


    .SimplestBannerBox {
        margin-left: 1.5vw;
        margin-right: 1vw;
        margin-top: 1.5vw;
    }

    .SimplestBannerContent {
    }

    .SimplestBanner a {
        text-decoration: none;
    }

    .SimplestBannerContent_Descript p {
        font-family: 'Open Sans Semibold', 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 1.1vw;
        line-height: calc(1.2vw + 7px);
        color: #3e4559;
        margin-top: 1em;
    }

    .SimplestBannerContent_NameLink {
        font-family: 'GolosTextWebVF';
        font-variation-settings: "wght" 500, "wdth" 0;
        font-weight: 500;
        font-size: 1.2vw;
        line-height: calc(1.3vw + 8px);
        color: #0062af;
    }

    .SimplestBanner {
        display: block;
        position: relative;
        height: 12.94vw;
        width: 20.24vw;
        background-color: #f1f2f6;
        margin-right: 1.7vw;
        box-sizing: content-box;
    }



    .ScrollBannersBlock {
        display: block;
        height: max-content;
        min-height: 130px;
        width: 86vw;
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .ArrowLeftScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 12.94vw;
        width: 5vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-l.svg);
        background-position: right;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position-x: 2vw;
        cursor: pointer;
        margin-right: 10px;
        opacity: 0.7;
    }

    .ArrowRightScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 12.94vw;
        width: 5vw;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-r.svg);
        background-position: left;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position-x: 1.5vw;
        cursor: pointer;
        margin-right: 10px;
        opacity: 0.7;
    }

    .SimplestBannersBlock {
        display: flex;
        margin: 0 auto 0 auto;
    }






}


@media screen and (min-width: 1921px) and (max-width: 2560px) {

    .SimplestBannersLenta {
        display: inherit;
        background-color: #fff;
        content: "4";
        min-width: 300px;
        width: max-content;
        flex-wrap: inherit;
    }


    .SimplestBannerBox {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 30px;
    }

    .SimplestBannerContent {
    }

    .SimplestBanner a {
        text-decoration: none;
    }

    .SimplestBannerContent_Descript p {
        font-family: 'Open Sans Semibold', 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 31px;
        color: #3e4559;
        margin-top: 1em;
    }

    .SimplestBannerContent_NameLink {
        font-family: 'GolosTextWebVF';
        font-variation-settings: "wght" 500, "wdth" 0;
        font-weight: 500;
        font-size: 22px;
        line-height: 31px;
        color: #0062af;
    }

    .SimplestBanner {
        display: block;
        position: relative;
        height: 250px;
        width: 19.8vw;
        background-color: #f1f2f6;
        margin-right: 35px;
        box-sizing: content-box;
    }



    .ScrollBannersBlock {
        display: block;
        height: max-content;
        min-height: 130px;
        width: 83.1vw;
        overflow-x: hidden;
        margin-left: 30px;
        margin-right: 30px;
    }

    .ArrowLeftScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 250px;
        width: 100px;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-l.svg);
        background-position: center;
        background-size: 30%;
        background-repeat: no-repeat;
        /*background-position-x: 2vw;*/
        cursor: pointer;
        margin-left: auto;
        opacity: 0.7;
    }

    .ArrowRightScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 250px;
        width: 100px;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-r.svg);
        background-position: center;
        background-size: 30%;
        background-repeat: no-repeat;
        /*background-position-x: 1vw;*/
        cursor: pointer;
        margin-right: auto;
        opacity: 0.7;
    }

    .SimplestBannersBlock {
        display: flex;
        margin: 0 auto 0 auto;
    }



}

@media screen and (min-width: 2561px) {

    .SimplestBannersLenta {
        display: inherit;
        background-color: #fff;
        content: "4";
        min-width: 300px;
        width: max-content;
        flex-wrap: inherit;
    }




    .SimplestBannerBox {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 30px;
    }

    .SimplestBannerContent {
    }

    .SimplestBanner a {
        text-decoration: none;
    }

    .SimplestBannerContent_Descript p {
        font-family: 'Open Sans Semibold', 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 31px;
        color: #3e4559;
        margin-top: 1em;
    }

    .SimplestBannerContent_NameLink {
        font-family: 'GolosTextWebVF';
        font-variation-settings: "wght" 500, "wdth" 0;
        font-weight: 500;
        font-size: 22px;
        line-height: 31px;
        color: #0062af;
    }

    .SimplestBanner {
        display: block;
        position: relative;
        height: 250px;
        width: 507px;
        background-color: #f1f2f6;
        margin-right: 35px;
        box-sizing: content-box;
    }



    .ScrollBannersBlock {
        display: block;
        height: max-content;
        min-height: 130px;
        width: 2127px;
        overflow-x: hidden;
        margin-left: 30px;
        margin-right: 30px;
    }

    .ArrowLeftScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 250px;
        width: 100px;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-l.svg);
        background-position: center;
        background-size: 30%;
        background-repeat: no-repeat;
        /*background-position-x: 2vw;*/
        cursor: pointer;
        margin-left: auto;
        opacity: 0.7;
    }

    .ArrowRightScrollBannersBlock {
        /*background-color: #f784e8;*/
        display: block;
        height: 250px;
        width: 100px;
        z-index: 8;
        background-image: url(/system/modules/ru.isu.siteabsorption/resources/img/svg/simplest-banners-arrow-r.svg);
        background-position: center;
        background-size: 30%;
        background-repeat: no-repeat;
        /*background-position-x: 1vw;*/
        cursor: pointer;
        margin-right: auto;
        opacity: 0.7;
    }

    .SimplestBannersBlock {
        display: flex;
        margin: 0 auto 0 auto;
    }





}



