.detail{display:flex;margin-bottom:92px}@media screen and (max-width: 1300px){.detail{flex-direction:column;align-items:center}}@media screen and (max-width: 1024px){.detail{margin-bottom:64px}}.detail-gallery{width:490px;flex-shrink:0;margin-right:160px;max-width:100%}@media screen and (max-width: 1500px){.detail-gallery{width:360px;margin-right:40px}}@media screen and (max-width: 1300px){.detail-gallery{margin-right:0;margin-bottom:24px}}.detail-gallery__slider{height:457px;margin-bottom:58px}@media screen and (max-width: 1500px){.detail-gallery__slider{height:350px;margin-bottom:38px}}.detail-gallery__slide{padding:30px 0;display:flex;justify-content:center;align-items:center}.detail-gallery__slide img{display:block;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.detail-gallery__thumbs{margin-bottom:48px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:max-content;}@media screen and (max-width: 1300px){.detail-gallery__thumbs{margin-bottom:24px}}.detail-gallery__thumbs-slide{width:100px;height:100px;display:flex;justify-content:center;align-items:center;padding:10px;background-color:#c4c4c4;cursor:pointer}@media screen and (max-width: 480px){.detail-gallery__thumbs-slide{width:80px;height:80px;padding:5px}}.detail-gallery__thumbs-slide::before{content:"";font-family:"icomoon";font-weight:400;display:flex;justify-content:center;align-items:center;color:#fff;font-size:30px;position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;background-color:rgba(168,0,30,0.8);opacity:0;transition:all .4s ease-in-out}.detail-gallery__thumbs-slide:hover::before{opacity:1}.detail-gallery__thumbs-slide img{display:block;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.detail-gallery__bottom{display:flex;align-items:center;justify-content:center}.detail-gallery__arrow{font-size:39px;color:#c4c4c4;margin:0 35px;cursor:pointer;transition:all .4s ease-in-out;line-height:22px}@media screen and (max-width: 480px){.detail-gallery__arrow{margin:0 12px;font-size:30px}}.detail-gallery__arrow:hover{color:#5d646a}.detail-gallery__pagination .swiper-pagination-bullet{width:10px;height:10px;background:#c4c4c4}.detail-gallery__pagination .swiper-pagination-bullet:not(:last-child){margin-right:16px}@media screen and (max-width: 1500px){.detail-gallery__pagination .swiper-pagination-bullet:not(:last-child){margin-right:6px}}.detail-gallery__pagination .swiper-pagination-bullet-active{background:#d70026}@media screen and (max-width: 1300px){.detail-info{width:100%}}.detail-info__title{color:#d70026;margin-bottom:58px}@media screen and (max-width: 1500px){.detail-info__title{margin-bottom:24px}}.detail-info__props-title{margin-bottom:30px}@media screen and (max-width: 1500px){.detail-info__props-title{margin-bottom:10px}}.detail-info__prop-label{color:#a8001e}.detail-info__bottom{display:flex;align-items:center;margin-top:58px}@media screen and (max-width: 1024px){.detail-info__bottom{margin-top:24px}}@media screen and (max-width: 480px){.detail-info__bottom{flex-direction:column}}.detail-info__button{width:calc(50% - 11px);padding-left:0;padding-right:0}@media screen and (max-width: 480px){.detail-info__button{width:100%}}.detail-info__button:first-child{margin-right:22px}@media screen and (max-width: 480px){.detail-info__button:first-child{margin-right:0;margin-bottom:12px}}



.catalog-item-detail-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 60px;
}
.catalog-item-detail-gallery {
    width: 60%; /*100% = 1270px при 1920px*/
}
.catalog-item-detail-gallery__pagination-wrapper {
    display: none;
}
.catalog-item-detail-gallery-main-images-wrapper {
    width: 100%;
    overflow-x: hidden;
    /* height: 511px; */
    border: 1px solid #E7DED0;
    transition: all 0.5s;
}
.catalog-item-detail-gallery-main-images-wrapper:hover {
    border: 1px solid #D70026;
}
.catalog-item-detail-gallery-main-images-wrapper .swiper-wrapper {

}
.catalog-item-detail-gallery__main-image-wrapper {
    position: relative;
    padding-top: 66.91%;
}
.catalog-item-detail-gallery__main-image-wrapper > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.catalog-item-detail-gallery__main-image-wrapper img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.catalog-item-detail-gallery__subimages-wrapper {
    width: 100%;
    /* height: 140px; */
    overflow-x: hidden;
    padding: 20px 0;
    position: relative;
}
.catalog-item-detail-gallery__subimages-wrapper::after {
    content: "";
    position: absolute;
    width: 11.11%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
}
.catalog-item-detail-gallery__subimages-wrapper::before {
    content: "";
    position: absolute;
    width: 11.11%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
}
.catalog-item-detail-gallery__subimages-wrapper .swiper-wrapper {
    /* position: absolute;
    width: fit-content;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; */
}
.catalog-item-detail-gallery__subimage-wrapper {
    border: 1px solid #E7DED0;
    cursor: pointer;
    transition: 0.5s;
    padding-top: 12%;
}
.catalog-item-detail-gallery__subimage-wrapper:hover {
    opacity: 0.6;
}
.catalog-item-detail-gallery__subimage-wrapper.swiper-slide-thumb-active {
    border: 1px solid #D70026;
}
.catalog-item-detail-gallery__subimage-second-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.catalog-item-detail-gallery__subimage-wrapper img {
    max-width: 100%;
    max-height: 100%;
}
.catalog-item-detail-gallery__subimages__prev-button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catalog-item-detail-gallery__subimages__next-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catalog-item-detail-gallery__subimages__next-button.swiper-button-disabled, .catalog-item-detail-gallery__subimages__prev-button.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}
.catalog-item-detail-gallery__subimages__prev-button svg path, .catalog-item-detail-gallery__subimages__next-button svg path {
    transition: all .4s ease-in-out;
}
.catalog-item-detail-gallery__subimages__prev-button:hover svg path, .catalog-item-detail-gallery__subimages__next-button:hover svg path {
    fill: #5d646a;
}




.catalog-item-detail-side-content {
    width: 40%;
    padding-left: 60px;
}
.catalog-item__availability-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 22px;
}
.catalog-item__availability-color {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #c4c4c4;
    margin-right: 6px;
}
.catalog-item__availability-color._green {
    background: #00B83E;
}
.catalog-item__availability-color._dark-blue {
    background: #000A29;
}
.catalog-item__availability-color._red {
    background: #D70026;
}
.catalog-item__availability-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 10px;
    line-height: 200%;
    letter-spacing: 0.01em;
    color: #000A29;
    margin: 0;
    padding: 0;
}
.catalog-item__prices {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 22px;
}
.catalog-item__price-item {
    margin-right: 16px;
}
.catalog-item__price-item-content {
    margin: 0;
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 200%;
    letter-spacing: 0.04em;
}
.catalog-item__price-item._old-price {

}
.catalog-item__price-item._old-price .catalog-item__price-item-content {
    text-decoration-line: line-through;
    color: #5D646A;
}
.catalog-item__price-item._no-price .catalog-item__price-item-content {
    color: #D70026;
}
.catalog-item__price-item._current-price {
    background: #D70026;
    border-radius: 5px;
    padding: 0 5px;
    padding-top: 7px;
    padding-bottom: 1px;
    transform: translateY(-3px);
}
.catalog-item__price-item._current-price .catalog-item__price-item-content {
    color: #FFFFFF;
    line-height: 100%;
}
.catalog-item__order-button-wrapper {
    margin-bottom: 40px;
}
.catalog-item__order-button {
    background: #D70026;
    border: 1px solid #D70026;
    outline: none;
    box-shadow: none;
    text-align: center;
    width: 100%;
    max-width: 322px;
    padding: 9px;
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    cursor: pointer;
    transition: .3s;
}
.catalog-item__order-button:hover {
    background: #a8001e;
}
.catalog-item__preview-text-wrapper {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #000A29;
    padding-bottom: 8px;
}
.catalog-item__preview-text-wrapper p {
    margin-bottom: 15px;
}
.catalog-item__preview-props-wrapper {
    margin-bottom: 17px;
}
.catalog-item__props-table {
    width: 100%;
    border-collapse: collapse;
}
.catalog-item__props-table tr:not(:last-child) > * {
    border: none;
    border-bottom: 1px solid #E7E7E7;
}
.catalog-item__props-table th {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0.04em;
    color: #666666;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 13px;
    vertical-align: top;
}
.catalog-item__props-table td {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    text-align: right;
    letter-spacing: 0.04em;
    color: #000A29;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 13px;
    vertical-align: top;
}
.catalog-item__to-detail-content-link-wrapper {

}
.catalog-item__to-detail-content-link {
    position: relative;
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0.04em;
    color: #D70026;
    text-decoration: none;
    transition: all .3s;
}
.catalog-item__to-detail-content-link:hover {
    color: #a8001e;
}
.catalog-item__to-detail-content-link::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: calc(100% - 4px);
    height: 1px;
    background-color: #D70026;
    opacity: 0.6;
    transition: all .3s;
}
.catalog-item__to-detail-content-link:hover::before {
    background-color: #a8001e;
}



.detail-item-tabs {
    width: calc(1270px * 0.6);
    max-width: 100%;
    margin-bottom: 112px;
}
.tabs-and-buttons-wrapper {
    width: 100%;
}
.tab-buttons-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 10px;
}
.tab-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 9px;
    border: 1px solid #D70026;
    background-color: #FFFFFF;
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0.04em;
    color: #D70026;
    cursor: pointer;
    transition: all 0.5s;
}
.tab-button.active, .tab-button:hover {
    background-color: #D70026;
    color: #FFFFFF;
}
.tabs-wrapper {
    width: 100%;
}
.tab {
    display: none;
}
.tab.active {
    display: block;
}
.catalog-item__detail-props-wrapper {
    padding-top: 22px;
}
.catalog-item__detail-description-wrapper {
    padding-top: 22px;
}
.catalog-item__detail-paiment-adn-shipping-wrapper {
    padding-top: 22px;
}





.catalog-item-detail-video-block {
    margin-bottom: 124px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.catalog-item-detail-video-block__title-wrapper {
    width: 30%;
    padding-top: 6px;
    padding-right: 45px;
}
.catalog-item-detail-video-block__title {

}
.detail-item-h2 {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.12em;
    color: #000A29;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.detail-item-h1 {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #D70026;
    margin: 0;
    padding: 0;
    margin-bottom: 45px;
    max-width: 830px;
}
.catalog-item-detail-video-block__video-slider {
    width: 70%;
    position: static;
    overflow-y: hidden;
    /* height: 500px; */
}
.catalog-item-detail-video-block__video-slider .swiper-wrapper {
    width: 100%;
    position: static;
}
.catalog-item-detail-video-block__video-wrapper {
    padding-top: 56.26%;
}
.catalog-item-detail-video-block__video-wrapper__custom-buttom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size:cover;
    background-position:center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
}
.catalog-item-detail-video-block__video-wrapper__custom-buttom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(75,75,75, 0.7);
}
.catalog-item-detail-video-block__video-wrapper__custom-buttom svg {
    position: relative;
    z-index: 9;
}
.catalog-item-detail-video-block__video-wrapper__custom-buttom svg * {
    transition: all 0.5s;
}
.catalog-item-detail-video-block__video-wrapper__custom-buttom:hover svg * {
    fill:#d70026;
}
.catalog-item-detail-video-block__video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.catalog-item-detail-video-block__video-wrapper iframe::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background: #000;
}
.catalog-item-detail-video-block__video-wrapper iframe::after {
    
}
.catalog-item-detail-video-block__video-slider__buttons {
    position: absolute;
    width: fit-content;
    height: fit-content;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.catalog-item-detail-video-block__video-slider__button-prev {
    font-size: 39px;
    color: #c4c4c4;
    cursor: pointer;
    transition: all .4s ease-in-out;
    line-height: 22px;
    margin-right: 30px;
}
.catalog-item-detail-video-block__video-slider__button-prev::before {
    content: "\e900";
}
.catalog-item-detail-video-block__video-slider__button-next {
    font-size: 39px;
    color: #c4c4c4;
    cursor: pointer;
    transition: all .4s ease-in-out;
    line-height: 22px;
}
.catalog-item-detail-video-block__video-slider__button-next::before {
    content: "\e901";
}
.catalog-item-detail-video-block__video-slider__button-next:hover, .catalog-item-detail-video-block__video-slider__button-prev:hover {
    color: #5d646a;
}
.catalog-item-detail-video-block__video-slider__button-prev.swiper-button-disabled, .catalog-item-detail-video-block__video-slider__button-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}





.detail-item-painting-options-slider {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    margin-bottom: 102px;
}
.detail-item-painting-options-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 85px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
}
.detail-item-painting-options-slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 85px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
}
.detail-item-painting-options-slider .swiper-wrapper {

}
.detail-item-painting-options-slider__item-wrapper {
    transition: all 0.5s;
    position: relative;
}
.detail-item-painting-options-slider__item-wrapper:hover {
    opacity: 0.6;
}
.detail-item-painting-options-slider__item-wrapper a {
    
}
.detail-item-painting-options-slider__item-wrapper img {
    
}
.detail-item-painting-options-slider__prev {
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
}
.detail-item-painting-options-slider__prev svg {
    
}
.detail-item-painting-options-slider__prev svg path {
    transition: all .4s ease-in-out;
}
.detail-item-painting-options-slider__prev:hover svg path {
    fill: #5d646a;
}
.detail-item-painting-options-slider__next {
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
}
.detail-item-painting-options-slider__next svg {
    
}
.detail-item-painting-options-slider__next svg path {
    transition: all .4s ease-in-out;
}
.detail-item-painting-options-slider__next:hover svg path {
    fill: #5d646a;
}
.detail-item-painting-options-slider__next.swiper-button-disabled, .detail-item-painting-options-slider__prev.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}
.detail-item-painting-options-slider__pagination {
    position: static;
    text-align: center;
    width: 100%;
    padding-top: 40px;
    line-height: 8px;
}
.detail-item-painting-options-slider__pagination .swiper-pagination-bullet-active {
    background: #D70026;
}


.detail-item-breadcrumb-wrapper .breadcrumbs {
    margin-bottom: 30px;
}


#pre_detail-item-tabs {
    transform: translateY(-50px);
}
.catalog-item-detail-video-block__video-slider__pagination-wrapper {
    display: none;
}


.catalog_element__right-bottom-absolute-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: fit-content;
    height: 49px;
    z-index: 15;
}
.chehol-i-remen-v-komplekte-icon-star {
    position: absolute;
    left: -8px;
    top: -9px;
    z-index: 17;
}
.chehol-i-remen-v-komplekte-icon {

}

.catalog_element__right-bottom-absolute-icon, .catalog_element__right-absolute-icon, .catalog_element__left-absolute-icon {
    pointer-events: none;
}


@media all and (max-width:1365px) {
    .catalog-item-detail-gallery__subimage-wrapper {
        padding-top: 14.5%;
    }
    .tab-buttons-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 0;
        overflow-x: scroll;
        margin-right: -15px;
        margin-left: -15px;
        width: calc(100% + 30px);
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab-button {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 10px;
        white-space: nowrap;
    }
    .tab-button:last-child {
        margin-right: 0;
    }
    .detail-item-tabs {
        width: 100%;
    }
}
@media all and (max-width:767px) {
    .language-buttons {
        z-index: 23;
    }
    .detail-item-breadcrumb-wrapper .breadcrumbs {
        margin-bottom: 20px;
    }
    .detail-item-h1 {
        margin-bottom: 35px;
    }
    .catalog-item-detail-top {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .catalog-item-detail-gallery {
        width: 100%;
    }
    .catalog-item-detail-side-content {
        width: 100%;
        padding-left: 0;
        padding-top: 35px;
    }
    .catalog-item-detail-gallery__subimage-wrapper {
        padding-top: 11.5%;
    }
    .catalog-item__preview-text-wrapper {
        max-width: 445px;
    }
    .detail-item-tabs {
        margin-bottom: 62px;
    }
    .catalog-item-detail-video-block {
        margin-bottom: 74px;
    }
    .detail-item-painting-options-slider__pagination {
        padding-top: 24px;
    }
    .detail-item-painting-options-slider__next, .detail-item-painting-options-slider__prev {
        top: calc(50% - 18px);
        transform: translateY(-50%);
    }
    .detail-item-painting-options-slider {
        margin-bottom: 42px;
    }
    .catalog-item__to-detail-content-link-wrapper {
        display: none;
    }
    .catalog-item-detail-gallery-main-images-wrapper:hover {
        border: 1px solid #E7DED0;
    }
}
@media all and (max-width:599px) {
    .detail-item-h1 {
        font-size: 30px;
        margin-bottom: 27px;
    }
    .detail-item-h2 {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .catalog-item-detail-gallery__pagination-wrapper {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .catalog-item-detail-gallery__pagination-wrapper > .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 5px;
    }
    .catalog-item-detail-gallery__pagination-wrapper > .swiper-pagination-bullet-active {
        background: #a8001e;
    }
    .catalog-item-detail-gallery__subimages-wrapper {
        display: none;
    }
    .catalog-item__order-button {
        max-width: 100%;
    }
    .catalog-item-detail-side-content {
        padding-top: 0;
    }
    .catalog-item__prices {
        margin-bottom: 32px;
    }
    .catalog-item__availability-wrapper {
        margin-bottom: 33px;
    }
    .catalog-item-detail-video-block {
        display: block;
        margin-bottom: 0;
    }
    .catalog-item-detail-video-block__title-wrapper {
        padding: 0;
        width: 100%;
    }
    .catalog-item-detail-video-block__video-slider {
        width: 100%;
    }
    .catalog-item-detail-video-block__video-slider__buttons {
        display: none;
    }
    .catalog-item-detail-video-block__video-slider__pagination-wrapper {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 56px;
    }
    .catalog-item-detail-video-block__video-slider__pagination-wrapper > .swiper-pagination-bullet {
        margin: 0 5px;
        width: 6px;
        height: 6px;
    }
    .catalog-item-detail-video-block__video-slider__pagination-wrapper > .swiper-pagination-bullet-active {
        background: #a8001e;
    }
    .detail-item-painting-options-slider__item-wrapper img {
        width: 100%;
    }
    .detail-item-painting-options-slider__pagination {
        padding-top: 20px;
    }
    .detail-item-painting-options-slider__pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
}
.catalog-item-detail-gallery__subimages-wrapper._hide-psev-el-left::after {
    content: none !important;
}
.catalog-item-detail-gallery__subimages-wrapper._hide-psev-el-right::before {
    content: none !important;
}


.detail-item-painting-options-slider._hide-psev-el-left::before {
    content: none !important;
}
.detail-item-painting-options-slider._hide-psev-el-right::after {
    content: none !important;
}