.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 {
    min-width: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    content: "3";
}

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

.GalleryPhotoLenta 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 {
    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 {
    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 {
        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 {
        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 {

        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 {
        content: "2";
    }


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

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


    .GalleryPhotoLenta p, .GalleryPhotoLenta 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 {
        content: "2";
    }


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

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


    .GalleryPhotoLenta p, .GalleryPhotoLenta 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 {
        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 {
        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 {

        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 {

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