.section-catalog-section .section-height-view,
.section-catalog-inner-section-for-phone .section-height-view,
.section-catalog-inner-section .section-height-view {
    height: 100%;
}


.section-catalog-section .section-height-view_inner,
.section-catalog-inner-section .section-height-view_inner {
    height: 100%;
}
.section-catalog-section.section-0 .section-height-view,
.section-catalog-inner-section.section-0 .section-height-view {
    /*height: 85vh;*/
}
.section-catalog-section .h1-title,
.section-catalog-inner-section .h1-title {
    text-align: left;
    clear: both;
}
.section-catalog-section .h1-title a {
    color: black;
}
.section-catalog-section .rubin-breadcrumb + .h1-title {
    margin-top: 70px;
    margin-top: 20px;
}

.section-catalog-section.section-0 .rubin-breadcrumb + .h1-title {
    margin-bottom: 20px;
}

.section-catalog-inner-section .rubin-breadcrumb + .h1-title {
    margin-top: 70px;
    margin-bottom: 20px;
}

.background-img-inner {
    /*background: black;*/
}
.images-products-inner {
    height: 100%;
}
.images-products-inner .images-flex {
    height: 100%;
}

.section-catalog-inner-section.section-0 .images-products-inner {
    padding-top: 0;
}

.block-images-products {
    height: 100%;
}
.block-images-products {
    display: flex;
    align-items: center;
    padding: 0 300px 0 230px;
}
.block-images-products.middle {
    padding: 0 180px 0 350px;
}
.block-images-products .images-products-inner {
    width: 100%;
    height: 100%;
    height: 70%;
    max-height: 556px;
    cursor: pointer;
}
.block-images-products .images-flex.images-type-0 .first-column {
    flex-basis: 37%;
    max-width: 240px;
}
.block-images-products .images-flex.images-type-0 .first-column-img {
    width: 100%;
    height: 43%;
    height: 240px;
}
.block-images-products .images-flex.images-type-0 .second-column-img-1 {
    height: 53%;
    width: 100%;
    height: 295px;
}
.block-images-products .images-flex.images-type-0 .second-column-img-2 {
    height: 43%;
    width: 73%;
    height: 240px;
}

.block-images-products .images-flex.images-type-1 .first-column {
    flex-basis: 18%;
    max-width: 326px;
}
.block-images-products .images-flex.images-type-1 .first-column-img {
    width: 100%;
    height: 41%;
    height: 228px;
    margin-top: 0;
}
.block-images-products .images-flex.images-type-1 .second-column-img-1 {
    height: 43%;
    width: 75%;
    height: 240px;
}
.block-images-products .images-flex.images-type-1 .second-column-img-2 {
    height: 53%;
    width: 100%;
    height: 295px;
}


.block-images-products .images-flex.images-type-2 .first-column {
    flex-basis: 4%;
    max-width: 436px;
}
.block-images-products .images-flex.images-type-2 .first-column-img {
    width: 100%;
    height: 44%;
    height: 245px;
    margin-top: -105px;
}
.block-images-products .images-flex.images-type-2 .second-column-img-1 {
    height: 36%;
    width: 80%;
    height: 200px;
}
.block-images-products .images-flex.images-type-2 .second-column-img-2 {
    height: 36%;
    width: 66%;
    height: 200px;
}

.section-catalog-inner-section.section-0 .block-images-products {
    align-items: flex-start;
}

.block-images-products .background-img-inner {
    position: relative;
}
.block-images-products .background-img-inner::after {
    content: attr(title);
    font-size: 20px;
    line-height: 20px;
    /*background: yellow;*/
    max-width: 225px;
    width: 100%;
    position: absolute;
    height: 60px;
    overflow: hidden;
}


.block-images-products .images-flex.images-type-0 .first-column-img.background-img-inner::after {
    bottom: -100px;
}
.block-images-products .images-flex.images-type-0 .second-column-img-1.background-img-inner::after {
    left: -220px;
    text-align: right;
    max-width: 200px;
}
.block-images-products .images-flex.images-type-0 .second-column-img-1.background-img-inner::after,
.block-images-products .images-flex.images-type-0 .second-column-img-2.background-img-inner::after,
.block-images-products .images-flex.images-type-0 .first-column-img.background-img-inner::after,
.block-images-products .images-flex.images-type-1 .second-column-img-1.background-img-inner::after,
.block-images-products .images-flex.images-type-1 .second-column-img-2.background-img-inner::after,
.block-images-products .images-flex.images-type-2 .second-column-img-1.background-img-inner::after,
.block-images-products .images-flex.images-type-3 .first-column-img-1.background-img-inner::after,
.block-images-products .images-flex.images-type-3 .second-column-img-1.background-img-inner::after,
.block-images-products .images-flex.images-type-3 .first-column-img-2.background-img-inner::after
{
    height: 80px;
}

.block-images-products .images-flex.images-type-2 .first-column-img.background-img-inner::after,
.block-images-products .images-flex.images-type-1 .second-column-img-2.background-img-inner::after,
.block-images-products .images-flex.images-type-2 .first-column-img.background-img-inner::after,
.block-images-products .images-flex.images-type-2 .second-column-img-2.background-img-inner::after,
.block-images-products .images-flex.images-type-1 .first-column-img.background-img-inner::after
{
    display: grid;
    align-items: end;
}

.block-images-products .images-flex.images-type-0 .second-column-img-2.background-img-inner::after {
    right: -250px;
}

.block-images-products .images-flex.images-type-1 .first-column-img.background-img-inner::after {
    top: -80px;
}
.block-images-products .images-flex.images-type-1 .second-column-img-1.background-img-inner::after {
    right: -220px;
    max-width: 200px;
}
.block-images-products .images-flex.images-type-1 .second-column-img-2.background-img-inner::after {
    left: -245px;
    bottom: 0;
    text-align: right;
}
.block-images-products .images-flex.images-type-2 .first-column-img.background-img-inner::after {
    top: -80px;
}
.block-images-products .images-flex.images-type-2 .second-column-img-1.background-img-inner::after {
    right: -220px;
    max-width: 200px;
}
.block-images-products .images-flex.images-type-2 .second-column-img-2.background-img-inner::after {
    left: -245px;
    bottom: 0;
    text-align: right;
}



.block-images-products .images-flex.images-type-3 .first-column {
    display: flex;
    flex-direction: column;
    flex-basis: 3%;
    align-items: flex-end;
}
.block-images-products .images-flex.images-type-3 .first-column-img {
    width: 100%;
    height: 44%;
    height: 245px;
}
.block-images-products .images-flex.images-type-3 .first-column .first-column-img + .first-column-img {
    margin-top: 22px;
}
.block-images-products .images-flex.images-type-3 .second-column-img-1 {
    height: 36%;
    width: 65%;
    height: 200px;
    margin-top: -110px;
}
.block-images-products .images-flex.images-type-3 .first-column-img-2 {
    width: 73%;
    height: 36%;
    height: 200px;
}

.block-images-products .images-flex.images-type-3 .first-column-img-1.background-img-inner::after {
    right: -245px;
}
.block-images-products .images-flex.images-type-3 .first-column-img-2.background-img-inner::after {
    left: -245px;
}
.block-images-products .images-flex.images-type-3 .second-column-img-1.background-img-inner::after {
    bottom: -100px;
}

.block-images-products .images-flex.images-type-3 .second-column {
    flex-direction: row;
    align-items: center;
}
.block-images-products .images-flex.images-type-3 .first-column-img-2.background-img-inner::after {
    left: -160px;
    max-width: 150px;
}
.section-catalog-inner-section-for-phone {
    display: none;
}

/*.section-catalog-section:last-child .arrow-bottom-to,
.section-catalog-inner-section-for-phone:last-child .arrow-bottom-to {
    display: none;
}*/
.section:last-child .section-catalog-section .arrow-bottom-to,
.section:last-child .section-catalog-inner-section-for-phone .arrow-bottom-to {
    display: none;
}

.rubin-dots li {
    width: 11px !important;
    height: 11px !important;
}

.catalog-sections-slider {
    opacity: 0;
}
.catalog-sections-slider.slick-slider {
    opacity: 1;
    height: 100%;
}

.catalog-sections-slider .slick-list,
.catalog-sections-slider .slick-track
{
    height: 100%;
}
.catalog-sections-slider .rubin-dots {
    margin-top: -180px;
}


.block-images-products.slick-slide {
    opacity: 0;
    transition: all 1s;
}
.block-images-products.slick-slide.slick-active {
    opacity: 1;
}


/* animation */

.background-img-inner_image {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.background-img-inner_image .img {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all 2s cubic-bezier(0.23, 1, 0.38, 1) 0s;
    transition-delay: 0.1s;
    overflow: hidden;
    z-index: 1;
}

.background-img-inner:hover .background-img-inner_image .img {
    transform: translateX(-10%);
}

.section-descr {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
    /*.background-img-inner .background-img-inner_image .ov {
        transform: translateX(0%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f5f5f5;
        z-index: 2;
        transition: all 2s cubic-bezier(0.23, 1, 0.38, 1) 0.4s;
    }
    .section.fp-section.show .background-img-inner .background-img-inner_image .ov {
        transform: translate3d(100%, 0, 0);
    }*/
    .background-img-inner_image .img {
        transform: translateX(-101%);
    }
    .show .background-img-inner_image .img {
        transform: translateX(0%);
    }
}



@media screen and (max-width: 1430px) {
    .block-images-products {
        padding: 0 150px 0 100px;
    }
    .block-images-products.middle {
        padding: 0 0 0 100px;
    }
    .catalog-sections-slider.slick-slider {
        height: 80%;
    }
    .catalog-sections-slider .rubin-dots {
        margin-top: -45px;
    }
}

@media screen and (max-width: 960px) {
    .section-catalog-section .rubin-breadcrumb + .h1-title {
        /*margin-top: 60px;*/
    }
    .block-images-products, .block-images-products.middle {
        padding: 0;
    }
    .block-images-products .background-img-inner::after {
        font-size: 12px;
        line-height: 14px;
        max-width: 98px;
    }
    .block-images-products .images-flex.images-type-0 .second-column-img-2.background-img-inner::after {
        right: -110px;
    }
    .block-images-products .images-flex.images-type-0 .second-column-img-1.background-img-inner::after {
        left: -110px;
        max-width: 100px;
    }
    .block-images-products .images-flex.images-type-0 .first-column-img.background-img-inner::after {
        bottom: -90px;
    }
    .block-images-products .images-flex.images-type-1 .second-column-img-2.background-img-inner::after {
        left: -115px;
    }
    .block-images-products .images-flex.images-type-1 .second-column-img-1.background-img-inner::after {
        right: -95px;
        max-width: 80px;
    }
    .block-images-products .images-flex.images-type-1 .first-column-img.background-img-inner::after {
        top: -75px;
    }
    .block-images-products .images-flex.images-type-2 .second-column-img-1.background-img-inner::after {
        right: -115px;
        max-width: 100px;
    }
    .block-images-products .images-flex.images-type-2 .second-column-img-2.background-img-inner::after {
        left: -115px;
    }
    .block-images-products .images-flex.images-type-3 .first-column-img-1.background-img-inner::after {
        right: -115px;
    }
    .block-images-products .images-flex.images-type-3 .first-column-img-2.background-img-inner::after {
        left: -95px;
    }
    .block-images-products .images-flex.images-type-2 .first-column {
        flex-basis: 40%;
    }
    .block-images-products .images-flex.images-type-3 .first-column {
        flex-basis: 40%;
    }
    .block-images-products .images-flex.images-type-3 .second-column {
        flex-basis: 20%;
    }
    .block-images-products .images-flex.images-type-3 .second-column-img-1 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .section-catalog-inner-section {
        display: none;
    }

    .section-catalog-inner-section-for-phone {
        position: relative;
        display: block;
    }
    .section-catalog-inner-section-for-phone .product-image {
        background: black;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 50%;
        height: 70%;
        width: 100%;
        /*max-height: 325px;*/
        position: relative;
    }
    .section-catalog-inner-section-for-phone.section-0 .product-image {
        height: 60%;
    }
    .section-catalog-inner-section-for-phone .section-height-view_inner {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .section-catalog-inner-section-for-phone.section-0 .section-height-view_inner {
        /*align-items: flex-start;*/
        flex-direction: column;
    }

    .section-catalog-inner-section-for-phone.section-0 .section-height-view {
        /*height: 85vh;*/
    }

    .section-catalog-inner-section-for-phone .h1-title {
        margin-bottom: 40px;
        text-align: left;
        padding-top: 20px;
    }

    .section-catalog-inner-section-for-phone .product-image-title {
        color: white;
        position: absolute;
        top: 15px;
        right: 15px;
        max-width: 100px;
        text-align: right;
    }

    .arrow-bottom-to {
        width: 100%;
        min-height: 20px;
        position: absolute;
        display: block;
        margin-top: -30px;
        background: url(/bitrix/templates/rubin/images/arrow-to-bottom-catalog.png);
        background-repeat: no-repeat;
        background-position-x: center;
        cursor: pointer;
        top: 0;

        animation: arrow_animate_top 2s infinite ease-in-out;
    }

    .catalog-sections-slider {
        display: none !important;
    }

    .catalog-sections-slider-small {
        height: 60%;
    }
    .catalog-sections-slider-small .section-catalog-inner-section-for-phone,
    .catalog-sections-slider-small .slick-list,
    .catalog-sections-slider-small .slick-track {
        height: 100%;
    }
    .catalog-sections-slider-small .section-catalog-inner-section-for-phone .product-image {
        height: 100%;
    }

    .catalog-sections-slider-small .rubin-dots {
        /*margin-top: -25px;*/
    }
    .section-catalog-section.section-0 .catalog-sections-slider-small .rubin-dots {
        margin-top: 35px;
    }
    .section-catalog-section .rubin-breadcrumb + .h1-title {
        margin-bottom: 35px;
        /*margin-top: 100px;*/
    }
    .section-catalog-section.section-0 .rubin-breadcrumb + .h1-title {
        margin-bottom: 20px;
        margin-top: 35px;
    }
    .catalog-sections-slider-small {
        opacity: 0;
    }
    .catalog-sections-slider-small.slick-slider {
        opacity: 1;
    }

    .section-descr {
        font-size: 12px;
    }

}

@media screen and (max-width: 855px) and (max-height: 480px) {
    .header-for-catalog.active .logo-img-small {
        display: block;
        position: relative;
        height: 96%;
    }
    .header-for-catalog.active .logo-img-small img {
        position: absolute;
        margin: auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .header-for-catalog.active {
        height: 10vh;
    }
    .section-catalog-section.section-0 .section-height-view,
    .section-catalog-inner-section.section-0 .section-height-view {
        height: auto !important;
    }
    .block-images-products {
        padding-bottom: 40px;
    }
}


.block-images-products .background-img-inner {
    max-width: 450px;
}
.block-images-products .images-flex.images-type-0 .second-column-img-2 {
    max-width: 255px;
}
.block-images-products .images-flex.images-type-1 .second-column-img-1 {
    max-width: 260px;
}
.block-images-products .images-flex.images-type-1 .second-column-img-2 {
    max-width: 330px;
}
.block-images-products .images-flex.images-type-1 .first-column-img {
    max-width: 270px;
}
.block-images-products .images-flex.images-type-1 .first-column {
    justify-content: flex-end;
}
.block-images-products .images-flex.images-type-0 .first-column {
    max-width: 315px;
}

.block-images-products .images-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}



.catalog-sections-slider .block-images-products .background-img-inner::after {
    display: none !important;
}


.section-catalog-inner-section.section-0 .rubin-breadcrumb + .h1-title {
    margin-top: 20px;
}
.section-catalog-section .rubin-breadcrumb + .h1-title,
.section-catalog-inner-section .rubin-breadcrumb + .h1-title {
    text-align: center;
}


@media screen and (max-width: 1430px) and (min-width: 991px) {

    .section-catalog-section {
        padding: 0 10% 0 15%;
    }

    /*.block-images-products.middle {
        padding: 0 10% 0 20%;
    }*/

    .section-catalog-section .block-images-products .images-products-inner {
        height: 90%;
    }

    .section-catalog-section .rubin-breadcrumb + .h1-title {
        margin-bottom: 20px;
    }
    .block-images-products .background-img-inner {
        max-width: 345px;
    }
    .section-all-header.tab-header + .section-all-content {
        flex-basis: 100%;
    }
    .images-flex .first-column {
        justify-content: flex-end;
    }
    .section-catalog-inner-section .block-images-products {
        padding: 0 20% 0;
    }
    .block-images-products .images-flex.images-type-0 .second-column-img-1 {
        max-width: 305px;
    }
    .block-images-products .images-flex.images-type-0 .second-column-img-2 {
        max-width: 220px;
    }
    .block-images-products .images-flex.images-type-1 .second-column-img-2 {
        max-width: 215px;
    }
    .block-images-products .images-flex.images-type-0 .first-column-img {
        max-width: 255px;
    }
    .block-images-products .images-flex.images-type-2 .second-column-img-2 {
        max-width: 255px;
    }
    .block-images-products .images-flex.images-type-3 .first-column-img.first-column-img-2 {
        max-width: 255px;
    }
    .block-images-products .images-flex.images-type-3 .second-column-img-1 {
        max-width: 255px;
    }
    .block-images-products .images-flex.images-type-3 .first-column-img {
        max-width: 325px;
    }

    .section-catalog-section .block-images-products {
        padding: 0;
    }
    .section-catalog-section .block-images-products.middle {
        padding: 0;
    }

    .block-images-products .background-img-inner::after {
        font-size: 18px;
        line-height: 18px;
    }


    .catalog-sections-slider.slick-slider {
        padding-left: 6%;
    }


}

@media screen and (max-width: 1430px) {

    .section-catalog-inner-section .images-flex .second-column,
    .section-catalog-section .images-flex .second-column {
        height: 100%;
    }
    .section-catalog-inner-section .block-images-products .second-column .background-img-inner,
    .section-catalog-section .block-images-products .second-column .background-img-inner {
        flex: 1;
        flex-basis: 50%;
        height: auto !important;
    }
    .block-images-products .images-flex.images-type-3 .second-column-img-1 {
        height: 200px !important;
    }






}

@media screen and (max-width: 991px) {
    .block-images-products .background-img-inner {
        max-width: 340px;
    }
}