.GalleriesMainTitle {
    font-family: 'GolosTextWebVF';
    letter-spacing: 0.4px;
    color: #3e4559;
    font-variation-settings: "wght" 500, "wdth" 0;
    margin-bottom: 5px;
    width: max-content;
    text-decoration: none;
}


.GalleriesMainTitle a {
    text-decoration: none;
    color: #3e4559;
}

.GalleriesMainTitle a:hover {
    text-decoration: none;
    /*color: #960A19;*/
}

.HideLentaTitle {
    box-sizing: border-box;
    letter-spacing: -0.4px;
    line-height: normal;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(62, 69, 89);
    direction: ltr;
    font-family: "GolosTextWebVF", sans-serif;
    /*font-size: 62.3967px;
    font-variation-settings: "wght" 500, "wdth" 0;
    font-weight: 500;*/
    text-decoration: rgb(62, 69, 89);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    padding: 0 0.17em 0 0;
    margin-left: 0.1em;
    margin-right: 0.15em;
}

.VisibleLentaTitle {
    box-sizing: border-box;
    letter-spacing: -0.4px;
    line-height: normal;
    direction: ltr;
    font-family: "GolosTextWebVF", sans-serif;
    font-size: 62.3967px;
    font-variation-settings: "wght" 600, "wdth" 0;
    /*font-weight: 500;*/
    text-decoration: rgb(62, 69, 89);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
   /* color: #fff;
    background: #0062af;*/
    padding: 0 0.17em 0 0;
    /*font-family: 'Open Sans Semibold';*/
}

.VisibleLentaTitle > span {
    border-bottom: 2px solid #4b5673;
    padding-left: 0.1em;
    padding-right: 0.15em;
}

.VisibleLentaTitle a, .HideLentaTitle a {
    box-sizing: border-box;
   /* color: #fff;*/
}

.VisibleLentaTitle a:hover, .HideLentaTitle a:hover {
    box-sizing: border-box;
    /*color: #ffb405;
    color: #fff;*/
    text-decoration: none;
}

.space01 {
    width: 0.25em;
}

 .GalleryPhotoLenta, .GalleryLenta {
    min-width: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    content: "3";
}

.GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {
    font-family: 'GolosTextWebVF', 'Open Sans', sans-serif;
}

.GalleryPhotoLenta a, .GalleryLenta a {
    color: #960A19;
    letter-spacing: normal;
    text-decoration-color: #960A19;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto
}

.GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {
    box-sizing: border-box;
    display: block;
    font-weight: normal;
    font-variation-settings: "wght" 400, "wdth" 0;
    line-height: 1.3em;
    margin-block-end: 16px;
    margin-block-start: 0;
    margin-bottom: 0.6em;
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-top: 0;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #353739;
}


.GalleriesMainBlock {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
    /*height: 42vw;*/
}


.ArrowLeftScrollGalleriesBlock_m {
    display: block;
    width: 4vw;
    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;
    height: 90%;
    position: absolute;
    left: 0;

}

.ArrowRightScrollGalleriesBlock_m {
    display: block;
    width: 4vw;
    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;
    height: 90%;
    position: absolute;
    right: 0;
}








.Arrows {
    display: none;
}

.GalleriesPhLentaWrapp, .GalleriesLentaWrapp {
    height: max-content;
    width: 100%;
    position: relative;
    margin-bottom: 2em;
}

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

    .GalleriesMainBlock {
        width: 60vw;
        margin-right: auto;
        margin-left: auto;
        /*height: 90vw;*/


    }

    .GalleriesMainTitle {
        font-size: 25px;
        letter-spacing: 0.4px;
        color: #3e4559;
        font-variation-settings: "wght" 500, "wdth" 0;
        margin-bottom: 7px;
        width: max-content;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "1";
    }

    .ArrowLeftScrollGalleriesBlock_m {
        width: 8vw;
        z-index: 8;
        background-size: 88%;
        background-position-x: 0.1vw;
        opacity: 0.4;
        margin-left: 18px;
    }

    .ArrowRightScrollGalleriesBlock_m {
        width: 8vw;
        z-index: 8;
        background-size: 88%;
        background-position-x: 0.1vw;
        opacity: 0.4;
        margin-right: 18px;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 25px;
        font-family: 'GolosTextWebVF', sans-serif;
        letter-spacing: 0.4px;
        color: #3b4255;
        font-variation-settings: "wght" 500, "wdth" 0;

    }


}

@media screen and (min-width: 320px)  and (max-width: 480px) {
    .GalleriesMainBlock {
        width: 72vw;
        font-size: 15px;
        margin: 0 auto 1em;
        /*height: 80vw;*/
    }

    .GalleriesMainTitle {
        font-size: 25px;
        letter-spacing: 0.4px;
        color: #3e4559;
        font-variation-settings: "wght" 500, "wdth" 0;
        margin-bottom: 7px;
        width: max-content;
    }


    .VisibleLentaTitle, .HideLentaTitle {
        padding: 0.05em 0.27em 0.1em 0;
    }

    .space01 {
        width: 0.35em;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "1";
    }


    .ArrowLeftScrollGalleriesBlock_m {
        width: 6vw;
        opacity: 0.4;
        background-size: 88%;
        margin-left: 18px;
    }

    .ArrowRightScrollGalleriesBlock_m {
        width: 6vw;
        opacity: 0.4;
        background-size: 88%;
        margin-right: 18px;
    }


    .GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {

        margin-bottom: 0;
    }


    .ArrowLeftScrollGalleriesBlock_m, .ArrowRightScrollGalleriesBlock_m {
        height: 80%;
    }

    div#app_galleries {
        margin-top: 45px;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 25px;
        font-family: 'GolosTextWebVF', sans-serif;
        letter-spacing: 0.4px;
        color: #3b4255;
        font-variation-settings: "wght" 500, "wdth" 0;

    }


}

@media screen and (min-width: 481px) and (max-width: 575px) {
    .GalleriesMainBlock {
        justify-content: space-between;
        width: 80vw;
        font-size: 17px;
        margin: 0 auto 1em;
        /*height: 55vw;*/
    }

    .GalleriesMainTitle {
        font-size: 30px;
        color: #3e4559;
        font-variation-settings: "wght" 500, "wdth" 0;
        margin-bottom: 0.3em;
        letter-spacing: 0.4px;
        width: max-content;
    }

    .space01 {
        width: 0.35em;
    }

    .VisibleLentaTitle, .HideLentaTitle {
        padding: 0.1em 0.27em 0.1em 0;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "2";
    }


    .ArrowLeftScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.4;
        background-size: 70%;
        margin-left: 10px;
    }

    .ArrowRightScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.4;
        background-size: 70%;
        margin-right: 10px;
    }


    .GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {

        margin-bottom: 0;
    }

    .ArrowLeftScrollGalleriesBlock_m, .ArrowRightScrollGalleriesBlock_m {
        height: 77%;
    }


    div#app_galleries {
        margin-top: 45px;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 25px;
        font-family: 'GolosTextWebVF', sans-serif;
        letter-spacing: 0.4px;
        color: #3b4255;
        font-variation-settings: "wght" 500, "wdth" 0;

    }

}


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


    .GalleriesMainBlock {
        justify-content: space-between;
        width: 83.2vw;
        font-size: 17px;
        margin: 0 auto 1em;
        /*height: 50vw;*/
    }

    .GalleriesMainTitle {
        font-size: 35px;
        margin-bottom: 0.37em;
        letter-spacing: 0.4px;
        color: #3e4559;
        font-variation-settings: "wght" 500, "wdth" 0;
        width: max-content;
    }

    .VisibleLentaTitle, .HideLentaTitle {
        padding: 0.05em 0.27em 0.05em 0;
    }

    .space01 {
        width: 0.35em;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "2";
    }


    .ArrowLeftScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.4;
        background-size: 70%;
        margin-left: 10px;
    }

    .ArrowRightScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.4;
        background-size: 70%;
        margin-right: 10px;
    }


    .GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {

        margin-bottom: 0;
    }

    div#app_galleries {
        margin-top: 50px;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 35px;
        font-family: 'GolosTextWebVF', sans-serif;
        letter-spacing: 0.4px;
        color: #3b4255;
        font-variation-settings: "wght" 500, "wdth" 0;

    }

}

@media screen and (min-width: 576px) and (max-width: 640px) {
    .VisibleLentaTitle, .HideLentaTitle {
        font-size: 25px;
    }
    .VisibleLentaTitle > span {
        border-bottom: 2px solid #3e4559;
        padding-left: 0.1em;
        padding-right: 0.15em;
    }
}


@media screen and (min-width: 768px) and (max-width: 1007px) {

.VisibleLentaTitle > span {
    border-bottom: 3px solid #4b5673;
    padding-left: 0.1em;
    padding-right: 0.15em;
}

    .GalleriesMainBlock {
        justify-content: space-between;
        color: #3e4559;
        width: calc(99.51vw - 92.135px);
        width: 83.2vw;
        font-size: 17px;
        margin: 0 auto 1em;
        /*height: 42vw;*/
    }

    .GalleriesMainTitle {
        font-size: 40px;
        color: #3e4559;
        font-variation-settings: "wght" 500, "wdth" 0;
        margin-bottom: 0.27em;
        letter-spacing: 0.6px;
        width: max-content;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "2";
    }


    .ArrowLeftScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.3;
        background-size: 70%;
        background-position-x: 1vw;
        margin-left: 7px;
    }

    .ArrowRightScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.3;
        background-size: 70%;
        background-position-x: 1vw;
        margin-right: 7px;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-family: 'GolosTextWebVF', sans-serif;
        font-size: 40px;
        color: #3b4255;
        font-variation-settings: "wght" 500, "wdth" 0;
        letter-spacing: 0.6px;

    }

}

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


    .VisibleLentaTitle > span {
        border-bottom: 3px solid #4b5673;
        padding-left: 0.1em;
        padding-right: 0.15em;
    }

    .GalleriesMainBlock {
        margin: 0 auto 0 0;
        margin-left: calc(9.5vw - 70px);
        margin-right: calc(9.5vw - 70px);
        font-size: 15px;
        margin-bottom: 2em;
        /*height: 29vw;*/
    }

    .GalleriesMainTitle {
        font-size: calc(2.66vw + 11.33px);
        color: #353739;
        font-weight: 500;
        margin-bottom: 16px;
        letter-spacing: -0.4px;
        width: max-content;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "3";
    }

    .ArrowRightScrollGalleriesBlock_m, .ArrowLeftScrollGalleriesBlock_m {
        display: none;
    }

    .Arrows {
        display: flex;
        flex-direction: row;
    }

    .ArrowLeftScrollGalleriesBlock {
        display: block;
        width: 4.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.7vw;
        cursor: pointer;
        opacity: 1;
    }

    .ArrowRightScrollGalleriesBlock {
        display: block;
        width: 4.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: 2vw;
        cursor: pointer;
        opacity: 1;
    }


    .GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {

        margin-bottom: 0;
    }


    .VisibleLentaTitle, .HideLentaTitle {

        font-size: calc(2.66vw + 11.33px);
        color: #3b4255;
        letter-spacing: -0.4px;
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 600, "wdth" 0;
        font-weight: normal;

    }

    .VisibleLentaTitle a, .HideLentaTitle a {

        color: #3b4255;


    }


}

@media screen and (min-width: 1200px) {
    .GalleriesMainBlock {
        font-size: 18px;
        /*height: 29vw;*/
    }


    .VisibleLentaTitle > span {
        border-bottom: 3px solid #4b5673;
        padding-left: 0.1em;
        padding-right: 0.15em;
    }
}

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

    .VisibleLentaTitle > span {
        border-bottom: 3px solid #4b5673;
        padding-left: 0.1em;
        padding-right: 0.15em;
    }

    .GalleriesMainBlock {
        margin: 0 auto 0 0;
        margin-left: calc(20.3175vw - 292px);
        margin-right: calc(20.3175vw - 292px);
        font-size: 21px;
        margin-bottom: 3em;
        /*height: 27vw;*/
    }

    .ArrowLeftScrollGalleriesBlock {
        display: block;
        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;
    }

    .ArrowRightScrollGalleriesBlock {
        display: block;
        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;
    }


    .GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {

        margin-bottom: 0;
    }



    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 54px;
        color: #3b4255;
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 600, "wdth" 0;
        letter-spacing: -0.8px;
        font-weight: normal;

    }

}

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

    .VisibleLentaTitle > span {
        border-bottom: 4px solid #4b5673;
        padding-left: 0.1em;
        padding-right: 0.15em;
    }

    .GalleriesMainBlock {
        font-size: 22px;
        margin-bottom: 2em;
        /*height: 27vw;*/
    }

    .GalleriesMainTitle {
        font-size: 54px;
        line-height: 50px;
        color: #353739;
        font-variation-settings: "wght" 600, "wdth" 0;
        margin-bottom: 22px;
        letter-spacing: -0.8px;
        width: max-content;
    }

    .ArrowLeftScrollGalleriesBlock {
        display: block;
        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;
        cursor: pointer;
        margin-left: auto;
        opacity: 0.7;
    }

    .ArrowRightScrollGalleriesBlock {
        display: block;
        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;
        cursor: pointer;
        margin-right: auto;
        opacity: 0.7;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 54px;
        color: #3b4255;
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 600, "wdth" 0;
        letter-spacing: -0.8px;
        font-weight: normal;

    }

}

@media screen and (min-width: 2561px) {
    .GalleriesMainBlock {
        margin-bottom: 2em;
        width: 2054px;
        /*height: 400px;*/
        margin-left: auto;
        margin-right: auto;
    }

    .ArrowLeftScrollGalleriesBlock {
        display: block;
        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;
        cursor: pointer;
        margin-left: auto;
        opacity: 0.7;
    }

    .ArrowRightScrollGalleriesBlock {
        display: block;
        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;
        cursor: pointer;
        margin-right: auto;
        opacity: 0.7;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 54px;
        color: #2E3033;
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 600, "wdth" 0;
        letter-spacing: -0.8px;
        font-weight: normal;

    }

}


body div.q-loading-bar.q-loading-bar--top {
    background: transparent;
}


/*GalleryUnits*/



.GalleriesMainTitle {
    font-family: 'GolosTextWebVF';
    letter-spacing: 0.4px;
    color: #3e4559;
    font-variation-settings: "wght" 500, "wdth" 0;
    margin-bottom: 5px;
    width: max-content;
    text-decoration: none;
}


.GalleriesMainTitle a {
    text-decoration: none;
    color: #3e4559;
}

.GalleriesMainTitle a:hover {
    text-decoration: none;
    /*color: #960A19;*/
}

.HideLentaTitle {
    box-sizing: border-box;
    letter-spacing: -0.4px;
    line-height: normal;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(62, 69, 89);
    direction: ltr;
    font-family: "GolosTextWebVF", sans-serif;
    /*font-size: 62.3967px;
    font-variation-settings: "wght" 500, "wdth" 0;
    font-weight: 500;*/
    text-decoration: rgb(62, 69, 89);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    padding: 0 0.17em 0 0;
    margin-left: 0.1em;
    margin-right: 0.15em;
}

.VisibleLentaTitle {
    box-sizing: border-box;
    letter-spacing: -0.4px;
    line-height: normal;
    direction: ltr;
    font-family: "GolosTextWebVF", sans-serif;
    font-size: 62.3967px;
    font-variation-settings: "wght" 600, "wdth" 0;
    /*font-weight: 500;*/
    text-decoration: rgb(62, 69, 89);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    /* color: #fff;
     background: #0062af;*/
    padding: 0 0.17em 0 0;
    /*font-family: 'Open Sans Semibold';*/
}

.VisibleLentaTitle > span {
    border-bottom: 2px solid #4b5673;
    padding-left: 0.1em;
    padding-right: 0.15em;
}

.VisibleLentaTitle a, .HideLentaTitle a {
    box-sizing: border-box;
    /* color: #fff;*/
}

.VisibleLentaTitle a:hover, .HideLentaTitle a:hover {
    box-sizing: border-box;
    /*color: #ffb405;
    color: #fff;*/
    text-decoration: none;
}

.space01 {
    width: 0.25em;
}

.GalleryPhotoLenta, .GalleryLenta {
    min-width: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    content: "3";
}

.GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {
    font-family: 'GolosTextWebVF', 'Open Sans', sans-serif;
}

.GalleryPhotoLenta a, .GalleryLenta a {
    color: #960A19;
    letter-spacing: normal;
    text-decoration-color: #960A19;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto
}

.GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {
    box-sizing: border-box;
    display: block;
    font-weight: normal;
    font-variation-settings: "wght" 400, "wdth" 0;
    line-height: 1.3em;
    margin-block-end: 16px;
    margin-block-start: 0;
    margin-bottom: 0.6em;
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-top: 0;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #353739;
}


.GalleriesMainBlock {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
    /*height: 42vw;*/
}


.ArrowLeftScrollGalleriesBlock_m {
    display: block;
    width: 4vw;
    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;
    height: 90%;
    position: absolute;
    left: 0;

}

.ArrowRightScrollGalleriesBlock_m {
    display: block;
    width: 4vw;
    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;
    height: 90%;
    position: absolute;
    right: 0;
}








.Arrows {
    display: none;
}

.GalleriesPhLentaWrapp, .GalleriesLentaWrapp {
    height: max-content;
    width: 100%;
    position: relative;
    margin-bottom: 2em;
}

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

    .GalleriesMainBlock {
        width: 60vw;
        margin-right: auto;
        margin-left: auto;
        /*height: 90vw;*/


    }

    .GalleriesMainTitle {
        font-size: 25px;
        letter-spacing: 0.4px;
        color: #3e4559;
        font-variation-settings: "wght" 500, "wdth" 0;
        margin-bottom: 7px;
        width: max-content;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "1";
    }

    .ArrowLeftScrollGalleriesBlock_m {
        width: 8vw;
        z-index: 8;
        background-size: 88%;
        background-position-x: 0.1vw;
        opacity: 0.4;
        margin-left: 18px;
    }

    .ArrowRightScrollGalleriesBlock_m {
        width: 8vw;
        z-index: 8;
        background-size: 88%;
        background-position-x: 0.1vw;
        opacity: 0.4;
        margin-right: 18px;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 25px;
        font-family: 'GolosTextWebVF', sans-serif;
        letter-spacing: 0.4px;
        color: #3b4255;
        font-variation-settings: "wght" 500, "wdth" 0;

    }


}

@media screen and (min-width: 320px)  and (max-width: 480px) {
    .GalleriesMainBlock {
        width: 72vw;
        font-size: 15px;
        margin: 0 auto 1em;
        /*height: 80vw;*/
    }

    .GalleriesMainTitle {
        font-size: 25px;
        letter-spacing: 0.4px;
        color: #3e4559;
        font-variation-settings: "wght" 500, "wdth" 0;
        margin-bottom: 7px;
        width: max-content;
    }


    .VisibleLentaTitle, .HideLentaTitle {
        padding: 0.05em 0.27em 0.1em 0;
    }

    .space01 {
        width: 0.35em;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "1";
    }


    .ArrowLeftScrollGalleriesBlock_m {
        width: 6vw;
        opacity: 0.4;
        background-size: 88%;
        margin-left: 18px;
    }

    .ArrowRightScrollGalleriesBlock_m {
        width: 6vw;
        opacity: 0.4;
        background-size: 88%;
        margin-right: 18px;
    }


    .GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {

        margin-bottom: 0;
    }


    .ArrowLeftScrollGalleriesBlock_m, .ArrowRightScrollGalleriesBlock_m {
        height: 80%;
    }

    div#app_galleries {
        margin-top: 45px;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 25px;
        font-family: 'GolosTextWebVF', sans-serif;
        letter-spacing: 0.4px;
        color: #3b4255;
        font-variation-settings: "wght" 500, "wdth" 0;

    }


}

@media screen and (min-width: 481px) and (max-width: 575px) {
    .GalleriesMainBlock {
        justify-content: space-between;
        width: 80vw;
        font-size: 17px;
        margin: 0 auto 1em;
        /*height: 55vw;*/
    }

    .GalleriesMainTitle {
        font-size: 30px;
        color: #3e4559;
        font-variation-settings: "wght" 500, "wdth" 0;
        margin-bottom: 0.3em;
        letter-spacing: 0.4px;
        width: max-content;
    }

    .space01 {
        width: 0.35em;
    }

    .VisibleLentaTitle, .HideLentaTitle {
        padding: 0.1em 0.27em 0.1em 0;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "2";
    }


    .ArrowLeftScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.4;
        background-size: 70%;
        margin-left: 10px;
    }

    .ArrowRightScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.4;
        background-size: 70%;
        margin-right: 10px;
    }


    .GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {

        margin-bottom: 0;
    }

    .ArrowLeftScrollGalleriesBlock_m, .ArrowRightScrollGalleriesBlock_m {
        height: 77%;
    }


    div#app_galleries {
        margin-top: 45px;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 25px;
        font-family: 'GolosTextWebVF', sans-serif;
        letter-spacing: 0.4px;
        color: #3b4255;
        font-variation-settings: "wght" 500, "wdth" 0;

    }

}


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


    .GalleriesMainBlock {
        justify-content: space-between;
        width: 83.2vw;
        font-size: 17px;
        margin: 0 auto 1em;
        /*height: 50vw;*/
    }

    .GalleriesMainTitle {
        font-size: 35px;
        margin-bottom: 0.37em;
        letter-spacing: 0.4px;
        color: #3e4559;
        font-variation-settings: "wght" 500, "wdth" 0;
        width: max-content;
    }

    .VisibleLentaTitle, .HideLentaTitle {
        padding: 0.05em 0.27em 0.05em 0;
    }

    .space01 {
        width: 0.35em;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "2";
    }


    .ArrowLeftScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.4;
        background-size: 70%;
        margin-left: 10px;
    }

    .ArrowRightScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.4;
        background-size: 70%;
        margin-right: 10px;
    }


    .GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {

        margin-bottom: 0;
    }

    div#app_galleries {
        margin-top: 50px;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 35px;
        font-family: 'GolosTextWebVF', sans-serif;
        letter-spacing: 0.4px;
        color: #3b4255;
        font-variation-settings: "wght" 500, "wdth" 0;

    }

}

@media screen and (min-width: 576px) and (max-width: 640px) {
    .VisibleLentaTitle, .HideLentaTitle {
        font-size: 25px;
    }
    .VisibleLentaTitle > span {
        border-bottom: 2px solid #3e4559;
        padding-left: 0.1em;
        padding-right: 0.15em;
    }
}


@media screen and (min-width: 768px) and (max-width: 1007px) {

    .VisibleLentaTitle > span {
        border-bottom: 3px solid #4b5673;
        padding-left: 0.1em;
        padding-right: 0.15em;
    }

    .GalleriesMainBlock {
        justify-content: space-between;
        color: #3e4559;
        width: calc(99.51vw - 92.135px);
        width: 83.2vw;
        font-size: 17px;
        margin: 0 auto 1em;
        /*height: 42vw;*/
    }

    .GalleriesMainTitle {
        font-size: 40px;
        color: #3e4559;
        font-variation-settings: "wght" 500, "wdth" 0;
        margin-bottom: 0.27em;
        letter-spacing: 0.6px;
        width: max-content;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "2";
    }


    .ArrowLeftScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.3;
        background-size: 70%;
        background-position-x: 1vw;
        margin-left: 7px;
    }

    .ArrowRightScrollGalleriesBlock_m {
        width: 5vw;
        opacity: 0.3;
        background-size: 70%;
        background-position-x: 1vw;
        margin-right: 7px;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-family: 'GolosTextWebVF', sans-serif;
        font-size: 40px;
        color: #3b4255;
        font-variation-settings: "wght" 500, "wdth" 0;
        letter-spacing: 0.6px;

    }

}

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


    .VisibleLentaTitle > span {
        border-bottom: 3px solid #4b5673;
        padding-left: 0.1em;
        padding-right: 0.15em;
    }

    .GalleriesMainBlock {
        margin: 0 auto 0 0;
        margin-left: calc(9.5vw - 70px);
        margin-right: calc(9.5vw - 70px);
        font-size: 15px;
        margin-bottom: 2em;
        /*height: 29vw;*/
    }

    .GalleriesMainTitle {
        font-size: calc(2.66vw + 11.33px);
        color: #353739;
        font-weight: 500;
        margin-bottom: 16px;
        letter-spacing: -0.4px;
        width: max-content;
    }

    .GalleryPhotoLenta, .GalleryLenta {
        content: "3";
    }

    .ArrowRightScrollGalleriesBlock_m, .ArrowLeftScrollGalleriesBlock_m {
        display: none;
    }

    .Arrows {
        display: flex;
        flex-direction: row;
    }

    .ArrowLeftScrollGalleriesBlock {
        display: block;
        width: 4.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.7vw;
        cursor: pointer;
        opacity: 1;
    }

    .ArrowRightScrollGalleriesBlock {
        display: block;
        width: 4.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: 2vw;
        cursor: pointer;
        opacity: 1;
    }


    .GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {

        margin-bottom: 0;
    }


    .VisibleLentaTitle, .HideLentaTitle {

        font-size: calc(2.66vw + 11.33px);
        color: #3b4255;
        letter-spacing: -0.4px;
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 600, "wdth" 0;
        font-weight: normal;

    }

    .VisibleLentaTitle a, .HideLentaTitle a {

        color: #3b4255;


    }


}

@media screen and (min-width: 1200px) {
    .GalleriesMainBlock {
        font-size: 18px;
        /*height: 29vw;*/
    }


    .VisibleLentaTitle > span {
        border-bottom: 3px solid #4b5673;
        padding-left: 0.1em;
        padding-right: 0.15em;
    }
}

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

    .VisibleLentaTitle > span {
        border-bottom: 3px solid #4b5673;
        padding-left: 0.1em;
        padding-right: 0.15em;
    }

    .GalleriesMainBlock {
        margin: 0 auto 0 0;
        margin-left: calc(20.3175vw - 292px);
        margin-right: calc(20.3175vw - 292px);
        font-size: 21px;
        margin-bottom: 3em;
        /*height: 27vw;*/
    }

    .ArrowLeftScrollGalleriesBlock {
        display: block;
        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;
    }

    .ArrowRightScrollGalleriesBlock {
        display: block;
        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;
    }


    .GalleryPhotoLenta p, .GalleryPhotoLenta div, .GalleryLenta p, .GalleryLenta div {

        margin-bottom: 0;
    }



    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 54px;
        color: #3b4255;
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 600, "wdth" 0;
        letter-spacing: -0.8px;
        font-weight: normal;

    }

}

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

    .VisibleLentaTitle > span {
        border-bottom: 4px solid #4b5673;
        padding-left: 0.1em;
        padding-right: 0.15em;
    }

    .GalleriesMainBlock {
        font-size: 22px;
        margin-bottom: 2em;
        /*height: 27vw;*/
    }

    .GalleriesMainTitle {
        font-size: 54px;
        line-height: 50px;
        color: #353739;
        font-variation-settings: "wght" 600, "wdth" 0;
        margin-bottom: 22px;
        letter-spacing: -0.8px;
        width: max-content;
    }

    .ArrowLeftScrollGalleriesBlock {
        display: block;
        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;
        cursor: pointer;
        margin-left: auto;
        opacity: 0.7;
    }

    .ArrowRightScrollGalleriesBlock {
        display: block;
        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;
        cursor: pointer;
        margin-right: auto;
        opacity: 0.7;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 54px;
        color: #3b4255;
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 600, "wdth" 0;
        letter-spacing: -0.8px;
        font-weight: normal;

    }

}

@media screen and (min-width: 2561px) {
    .GalleriesMainBlock {
        margin-bottom: 2em;
        width: 2054px;
        /*height: 400px;*/
        margin-left: auto;
        margin-right: auto;
    }

    .ArrowLeftScrollGalleriesBlock {
        display: block;
        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;
        cursor: pointer;
        margin-left: auto;
        opacity: 0.7;
    }

    .ArrowRightScrollGalleriesBlock {
        display: block;
        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;
        cursor: pointer;
        margin-right: auto;
        opacity: 0.7;
    }

    .VisibleLentaTitle, .HideLentaTitle {

        font-size: 54px;
        color: #2E3033;
        font-family: 'GolosTextWebVF', sans-serif;
        font-variation-settings: "wght" 600, "wdth" 0;
        letter-spacing: -0.8px;
        font-weight: normal;

    }

}


body div.q-loading-bar.q-loading-bar--top {
    background: transparent;
}




div.GalleryUnit, div.GalleryVUnit {
    text-decoration: none;
    color: #3e4559;
    margin-bottom: 0;
}

div.GalleryUnit a:hover, div.GalleryVUnit a:hover {
    text-decoration: none;
    color: #960A19;
}

div.GalleryUnit a, div.GalleryVUnit a {
    text-decoration: none;
    color: #3e4559;
}

div.GalleryDate, div.GalleryTitle, div.Underline, div.Underline p {
    font-family: 'GolosTextWebVF', Open Sans Semibold, Open Sans, sans-serif;
}

div.GalleryTitle:hover {
    /*color: #960A19;*/
}

div.galleryUnit_Text {
    margin-bottom: 0;
}

@media screen and (max-width: 319px) {
    div.Main_GalleryImage {
        margin-bottom: 9px;
        position: relative;
        height: max-content;
        /*width: calc(78.125vw + 22px);*/
    }

    div.Main_GalleryImage img {
        width: 100%;
        position: relative;
    }

    div.GalleryUnit, div.GalleryVUnit {
        width: 48.5%;
        width: 60vw;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        margin-right: 3vw;
    }

    div.GalleryUnit a, div.GalleryVUnit a {
        text-decoration: none;
    }

    div.GalleryTitle {
        font-weight: normal;
        font-variation-settings: "wght" 600, "wdth" 0;
        /*width: calc(78.125vw + 22px);*/
        font-size: 1em;
        margin-bottom: 12px;
        margin-bottom: 0;
        letter-spacing: 0.9px;
        line-height: 1.2em;
    }

    div.GalleryDate {
        font-size: 1em;
        color: #3e4559;
        margin-bottom: 8px;
    }

    div.Underline, div.Underline p {
        color: #3e4559;
        line-height: 1.2em;
        font-size: 1em;
        letter-spacing: 0.6px;
        font-variation-settings: "wght" 400, "wdth" 0;
    }
}

@media screen and (min-width: 320px)  and (max-width: 480px) {
    div.Main_GalleryImage {
        margin-bottom: 9px;
        position: relative;
        height: max-content;
        /*width: calc(78.125vw + 22px);*/
    }

    div.Main_GalleryImage img {
        width: 100%;
        position: relative;
    }

    div.GalleryUnit, div.GalleryVUnit {
        width: 48.5%;
        width: 72vw;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        margin-right: 3vw;
        /*min-width: 98%;*/

    }

    div.GalleryUnit a, div.GalleryVUnit a {
        text-decoration: none;
    }

    div.GalleryTitle {
        font-weight: normal;
        font-variation-settings: "wght" 600, "wdth" 0;
        /*width: calc(78.125vw + 22px);*/
        color: #3e4559;
        font-size: 1em;
        margin-bottom: 12px;
        margin-bottom: 0;
        letter-spacing: 0.9px;
        line-height: 1.2em;
    }

    div.GalleryDate {
        font-size: 1em;
        color: #3e4559;
        margin-bottom: 8px;
    }

    div.Underline, div.Underline p {
        color: #3e4559;
        line-height: 1.2em;
        font-size: 1em;
        letter-spacing: 0.6px;
        font-variation-settings: "wght" 400, "wdth" 0;
    }
}

@media screen and (min-width: 481px)  and (max-width: 575px) {
    div.Main_GalleryImage {
        margin-bottom: 12px;
        position: relative;
        height: max-content;
        /*width: calc(41.25vw + 9px);*/
        /*width: calc(45.5vw);*/
    }

    div.Main_GalleryImage img {
        position: relative;
        width: 100%;
    }

    div.GalleryUnit, div.GalleryVUnit {
        width: 48.5%;
        width: 38.5vw;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        margin-right: 3vw;
        /*min-width: 48%;*/

    }

    div.GalleryUnit a, div.GalleryVUnit a {
        text-decoration: none;
    }

    div.GalleryTitle {
        font-weight: normal;
        font-variation-settings: "wght" 600, "wdth" 0;
        /*width: calc(41.25vw + 9px);*/
        color: #3e4559;
        font-size: 0.9em;
        margin-bottom: 14px;
        margin-bottom: 0;
        letter-spacing: 0.4px;
        line-height: 1.2em;
    }

    div.Underline, div.Underline p {
        font-variation-settings: "wght" 400, "wdth" 0;
        font-size: 0.9em;
        color: #3e4559;
        letter-spacing: 0.5px;
        line-height: 1.2em;
    }
}

@media screen and (min-width: 576px)  and (max-width: 767px) {
    div.Main_GalleryImage {
        margin-bottom: 8px;
        position: relative;
        height: max-content;
        /*width: calc(50.625vw - 70px);*/
    }

    div.Main_GalleryImage img {
        position: relative;
        width: 100%;
    }

    div.GalleryUnit, div.GalleryVUnit {
        width: 48.5%;
        width: 41vw;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        margin-right: 1.1vw;
        /*min-width: 48%;*/

    }

    div.GalleryUnit a, div.GalleryVUnit a {
        text-decoration: none;
    }

    div.GalleryTitle {
        color: #3e4559;
        margin-bottom: 11px;
        margin-bottom: 0;
        letter-spacing: 0.6px;
        /*width: calc(50.625vw - 70px);*/
        font-size: 0.9em;
        font-weight: normal;
        font-variation-settings: "wght" 600, "wdth" 0;
        line-height: 1.2em;
    }

    div.Underline, div.Underline p {
        font-size: 0.9em;
        color: #3e4559;
        letter-spacing: 0.7px;
        line-height: 1.2em;
    }
}

@media screen and (min-width: 768px)  and (max-width: 1007px) {
    div.Main_GalleryImage {
        margin-bottom: 8px;
        position: relative;
        height: max-content;

    }

    div.Main_GalleryImage img {
        position: relative;
        width: 100%;
    }

    div.GalleryUnit, div.GalleryVUnit {
        width: 48.5%;
        width: 41vw;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        margin-right: 1.1vw;
        /*min-width: 48%;*/
    }

    div.GalleryUnit a, div.GalleryVUnit a {
        text-decoration: none;
    }

    div.GalleryTitle {
        margin-bottom: 11px;
        margin-bottom: 0;
        /*width: calc(46vw - 24px);*/
        color: #3e4559;
        font-size: 1em;
        font-weight: normal;
        font-variation-settings: "wght" 600, "wdth" 0;
        letter-spacing: 1px;
        line-height: 1.2em;;
    }

    div.Underline, div.Underline p {
        font-size: 1em;
        line-height: 1.2em;
        color: #3e4559;
        letter-spacing: 0.9px;
    }
}

@media screen and (min-width: 1008px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 31%;
        width: 29.6vw;
        display: flex;
        /*margin-bottom: 5em;*/
        flex-direction: column;
        text-decoration: none;
        margin-right: 3vw;
        /*min-width: 31%;*/
    }
}

@media screen and (min-width: 1008px)  and (max-width: 1600px) {
    div.GalleryTitle {
        letter-spacing: 0.3px;
        line-height: 1.2em;
        font-size: 1em;
    }

    div.GalleryUnit, div.GalleryVUnit {
        /*margin-bottom: 1em;*/
    }

    @supports (font-variation-settings: "wght" 1) {
        div.GalleryTitle {
            letter-spacing: 0.6px;
        }
    }
    div.GalleryDate {
        line-height: 1.2em;
        font-size: 1em;
        margin-bottom: 13px;
    }

    div.Underline, div.Underline p {
        letter-spacing: 0.1px;
        line-height: 1.2em;
        font-size: 1em;
    }


    div.Main_GalleryImage {
        margin-bottom: calc(0.5067vw + 6px);
        position: relative;
        height: max-content;
        /*width: calc(15.5vw + 41px);*/
    }

    div.Main_GalleryImage img {
        width: 100%;
        position: relative;
    }

    div.GalleryTitle {
        color: #2E3033;
        /*font-size: calc(1vw + 3px);*/
        font-size: 1em;
        line-height: 1.2em;

        font-weight: normal;
        font-variation-settings: "wght" 600, "wdth" 0;
        margin-bottom: calc(0.66vw + 4.33px);
        margin-bottom: 0;
        /*width: calc(16.16vw + 34.33px);*/
        letter-spacing: 0.3px;
    }

    div.Underline, div.Underline p {
        font-size: 1em;
        color: #2E3033;
        letter-spacing: calc(0.2vw - 2px);
        line-height: 1.2em;
        font-weight: normal;
    }

    @supports (font-variation-settings: normal) {
        div.GalleryTitle {
            font-family: 'GolosTextWebVF', sans-serif;
            font-weight: normal;
            font-variation-settings: "wght" 600, "wdth" 0;
        }
    }
    @supports (font-variation-settings: "wght" 1) {
        div.GalleryTitle {
            font-family: 'GolosTextWebVF', sans-serif;
            font-weight: normal;
            font-variation-settings: "wght" 600, "wdth" 0;
        }
    }
}

@media screen and (min-width: 1601px)  and (max-width: 1920px) {
    div.Main_GalleryImage {
        margin-bottom: 18px;
        position: relative;
        height: max-content;
        /*width: calc(18.125vw + 32px);*/
    }

    div.Main_GalleryImage img {
        width: 100%;
        position: relative;
    }


    div.GalleryTitle {
        color: #3b4255;
        font-size: 1em;
        line-height: 1.3em;
        font-weight: normal;
        font-variation-settings: "wght" 600, "wdth" 0;
        margin-bottom: 21px;
        margin-bottom: 0;
        letter-spacing: 0.5px;
        /*width: calc(18.125vw + 32px);*/
    }

    div.GalleryDate {
        font-size: 1em;
        color: #3b4255;
        margin-bottom: 18px;
        letter-spacing: 1px;
    }

    div.Underline, div.Underline p {
        font-size: 1em;
        color: #3b4255;
        letter-spacing: 0.5px;
        line-height: 1.3em;
    }

    div.GalleryUnit, div.GalleryVUnit {
        /*min-width: 455px;
        max-width: 523px;*/
    }

    @supports (font-variation-settings: normal) {
        div.GalleryTitle {
            font-variation-settings: "wght" 600, "wdth" 0;
            font-weight: normal;
        }
    }
}

@media screen and (min-width: 1921px)  and (max-width: 2560px) {
    div.Main_GalleryImage {
        margin-bottom: 23px;
        /*width: calc(18.125vw + 32px);*/
        height: max-content;
        position: relative;
    }

    div.Main_GalleryImage img {
        width: 100%;
        position: relative;
    }


    div.GalleryTitle {
        color: #2E3033;
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 25px;
        margin-bottom: 0;
        letter-spacing: 0.5px;
        /*width: calc(18.125vw + 32px);*/
        font-weight: normal;
        font-variation-settings: "wght" 600, "wdth" 0;
    }

    div.GalleryDate {
        font-size: 1em;
        color: #2E3033;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }

    div.Underline, div.Underline p {
        font-size: 1em;
        color: #2E3033;
        letter-spacing: 0.5px;
        line-height: 1.5em;
    }

    @supports (font-variation-settings: "wght" 1) {
        div.GalleryTitle {
            font-weight: normal;
            font-variation-settings: "wght" 600, "wdth" 0;
        }
    }
}

@media screen and  (min-width: 2561px) {
    div.Main_GalleryImage {
        margin-bottom: 23px;
        /*width: 496px;*/
        height: max-content;
        position: relative;
    }

    div.Main_GalleryImage img {
        width: 100%;
        position: relative;
    }


    div.GalleryTitle {
        color: #2E3033;
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 25px;
        margin-bottom: 0;
        letter-spacing: 0.9px;
        font-weight: normal;
        font-variation-settings: "wght" 600, "wdth" 0;
    }

    div.GalleryDate {
        font-size: 1em;
        color: #2E3033;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }

    div.Underline, div.Underline p {
        font-size: 1em;
        color: #2E3033;
        letter-spacing: 0.9px;
        line-height: 1.5em;
    }

    @supports (font-variation-settings: "wght" 1) {
        div.GalleryTitle {
            font-weight: normal;
            font-size: 1.1em;
            letter-spacing: 0.5px;
        }

        div.Underline, div.Underline p {
            letter-spacing: 0.5px;
        }

        div.GalleryDate {
            font-size: 1em;
        }
    }
}

@media screen and (min-width: 1008px)  and (max-width: 1100px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 29.3vw;
    }
}

@media screen and (min-width: 1101px)  and (max-width: 1200px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 28.9vw;
    }
}

@media screen and (min-width: 1201px)  and (max-width: 1300px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 28.5vw;
    }
}

@media screen and (min-width: 1301px)  and (max-width: 1400px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 28.3vw;
    }
}

@media screen and (min-width: 1401px)  and (max-width: 1500px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 28.15vw;
    }
}

@media screen and (min-width: 1501px)  and (max-width: 1600px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 27.6vw;
    }
}

@media screen and (min-width: 1601px)  and (max-width: 1700px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 29.3vw;
    }
}

@media screen and (min-width: 1701px)  and (max-width: 1800px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 28.6vw;
    }
}

@media screen and (min-width: 1801px)  and (max-width: 1850px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 28.3vw;
    }
}

@media screen and (min-width: 1851px)  and (max-width: 1920px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 27.6vw;
    }
}

@media screen and (min-width: 1921px)  and (max-width: 1970px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 27.7vw;
    }
}

@media screen and (min-width: 1971px)  and (max-width: 2050px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 27.35vw;
    }
}

@media screen and (min-width: 2051px)  and (max-width: 2150px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 26.9vw;
    }
}

@media screen and (min-width: 2151px)  and (max-width: 2250px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 26.4vw;
    }
}

@media screen and (min-width: 2251px)  and (max-width: 2350px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 26.1vw;
    }
}

@media screen and (min-width: 2351px)  and (max-width: 2450px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 25.8vw;
    }
}

@media screen and (min-width: 2451px)  and (max-width: 2560px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 25.4vw;
    }
}

@media screen and (min-width: 2561px) {
    div.GalleryUnit, div.GalleryVUnit {
        width: 630px;
    }
}



/*SimlestBanner.css*/

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

    .SimplestBannersLenta {
        display: inherit;
		
        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;
		border-radius: 4px;
    }


    .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;
		
        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;
		border-radius: 4px;
    }


    .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;
		
        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;
		border-radius: 4px;
    }


    .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;
		
        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;
		border-radius: 4px;
    }


    .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;
		
        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;
		border-radius: 4px;
    }


    .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;
        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;
		border-radius: 4px;
    }



    .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;
		border-radius: 4px;
    }


}

@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;
		
        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;
		border-radius: 4px;
    }



    .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;
		
        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;
		border-radius: 4px;
    }



    .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;
		
        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;
		border-radius: 4px;
    }



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



}








