.related-product {
    position: relative;
}
.related-product ul {
    /*max-width: 45%;*/
}

.related-product-list {
    max-width: 275px;
    font-size: clamp(14px, 0.885vw, 17px);
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #232323;
}
.related-product-list--ww {
    max-width: 370px;

    @media (max-width: 567px) {
        max-width: 66%;
    }
}

.related-product-list>li {
    margin-bottom: 13px;
}

.related-product-list>li:before {
    font-size: 0.5rem;
    padding: 0;
}

.related-product-img {
    position: absolute;
    height: 80%;
    width: 50%;
    min-height: 80px;
    right: 0;
    aspect-ratio: 1.5;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    bottom: -20px;

    @media (max-width: 1080px) {
        width: 40%;
        bottom: 0;
    }

    @media (max-width: 576px) {
        height: 100%;
        width: 100%;
        transform: translateX(50%);
        justify-content: flex-start;
    }
}

.related-product-img img {
    width: max-content;
    max-height: 100%;

    @media (max-width: 576px) {
        height: 100%;
        width: auto;
    }
}
.product-about-column-pic{
    position: relative;
    top: 46px;
}
.product-about-column-img{
    height: 100%;
}
.label-ms-spc-2000-prof--green{
    background: rgba(60, 161, 1, 1);
}
.related-products--jcc{
    justify-content: center;
}
.related-advantages-item--mw49{
    width: auto;
}
.related-advantages-item--mw32{
    width: auto;

    @media (max-width: 567px) {
        width: 48% !important;
    }
}
.related-products-advantges{
    display: flex;
    flex-direction: column;
    padding-top: 44px;
}
.related-products-advantges-item{
    display: flex;
    align-items: center;
    gap: 15px;
}
.related-products-advantges-text{
    font-weight: bold;
    font-size: 14px;
}
.label-ms-wood-4000-prof--red{
    background: rgba(220, 37, 43, 1) !important;
}
.label-ms-wood-4000-prof--yellow{
    background: rgba(172, 181, 36, 1)
}
.related-advantages-item--maw49{
    width: 100%;
    max-width: 49%;
}
.related-product--dflex{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.related-product-title--mb.related-product-title--mb{
    margin-bottom: 25px !important;
    font-size: clamp(16px, 1.25vw, 24px);
    text-align: center;
}

@media (max-width: 768px) {
    .c-slider.c-slider-template-1 [data-dots-view="1"] .widget-slider-dots {
        bottom: 3px !important;
    }

    .c-slider.c-slider-template-1 [data-dots-view="1"] .widget-slider-dots span {
        width: 7px !important;
        height: 7px !important;
    }
}

.related-product-img--cleaner {
    right: -20px;
    height: 80%;
}

.related-product-img--chem {
    right: -20px;
    bottom: 0;
    height: 80%;

    @media (max-width: 768px) {
        right: -20vw;
    }
}
.c-news{
    margin-top: 25px;
}
.related-product--height{
    height: 480px;
}
.related-product-img--probka{
    height: 50%;
    bottom: 0;
    justify-content: center;
    width: 100%;

    @media (max-width: 768px) {
        justify-content: flex-end;
        height: 80%;
    }

    @media (max-width: 567px) {
        height: 50%;
        transform: none;
    }
}
.related-product-img--ixpe{
    height: 50%;
    bottom: 15px;
    width: 100%;
    @media (max-width: 768px) {
        justify-content: flex-end;
        height: 80%;
    }
    @media (max-width: 567px) {
        height: 50%;
        transform: none;
    }
}
.related-product-img--polist{
    height: 50%;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    @media (max-width: 768px) {
        justify-content: flex-end;
        height: 80%;
    }
    @media (max-width: 567px) {
        height: 50%;
        transform: none;
    }
}
.related-product-advanteges-item{
    text-align: center;
}
.related-product-advanteges{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.related-advantages-item sup{
    left: -0.5rem;
}
.product-about-advantage--noborder{
    border-bottom: unset !important;
}

@media(max-width: 768px){
    .related-product--dflex{
        align-items: start;
    }
    .related-product-advanteges-item{
        text-align: left;
    }
    .refloor-tabs{
        overflow: hidden ;
    }
    .related-product-img--polist img{
        max-width: 164px;
    }
    .intec-content{
        overflow: unset !important; 
    }
    body{
        overflow-x: hidden;
    }
}
@media(max-width: 660px){
    .product-about-column-pic{
        top: 5px;
    }
    .product-about-text-item:nth-child(1){
        padding-left: 10px;
        width: max-content !important;
    }
    .product-about-text-item{
        font-size: 12px !important;
    }
    .product-about-text-item-font {
        font-size: 23px;
    } 
    .product-about-advantage:nth-child(2){
        background-color: red;
    }
}
@media(max-width: 500px){
    .product-about-container .banner{
        height: 234px ;   
    }
}
@media(max-width: 450px){
    .related-product-advanteges{
        max-width: 267px;
    }
    .related-product--dflex {
        height: 210px !important;
    }
}
.product-about-advantage:nth-child(2){
    background-color: red;
}