:root {
    --font: #1F2123;
    --red: #ED1C24;
    --grey: rgba(87, 92, 98, 1);
    --bgrey: #EFF3F6;
    --fontgrey: #A4A8B5;
}

h1 {
    margin-bottom: 1.5em;
    font-weight: 800;
    line-height: 120%;
}
.attachment-full,
.product-top_slider img {
    width: 100% !important;
    height: auto !important;
}

.product-content {
    display: flex;
}

.product-aside .btn-wrap{
    width: 100%;
}

.product-aside-content>.btn-wrap{
    margin-bottom: 0.81em;
}

.btn-wrap + .product-aside-content_wrap{
    margin-top: 2.3em;
}

.product-tabs-caption {
    display: flex;
    justify-content: space-between;
}

.product-tabs-caption-block {
    width: 49.5%;
}

.promoblock-btn>.btn-wrap span,
.product-aside-content>.btn-wrap span {
    padding-left: 0em;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.promoblock-btn>.btn-wrap svg,
.product-aside-content>.btn-wrap svg {
    margin-right: 1em;
}

.btn-wrap {
    padding: 0;
    width: 16em;
    background: var(--red);
    border-radius: 0.25em;
}

.btn-wrap>a {
    padding: .856em 1.5em;
    align-items: center;
    display: flex;
    width: 100%;
    color: white;
    justify-content: center;
    transition: all 0.3s ease-out;
    font-size: .875em
}

.btn-wrap span {
    padding-left: 1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
    line-height: 130%;
}

.btn-wrap path {
    fill: white;
}

.product .product-aside_mob {
    display: none;
}

.goback>a {
    color: var(--font);
    font-weight: 600;
}

.goback{
    display: flex;
    align-items: center;
    margin-bottom: 2.05em;
}

.goback h2{
    font-size: 1em;
    margin: 0;
    font-weight: 600;
}

.product-description h1 {
    font-size: 1.85em;
    margin-top: 0.9em;
    margin-bottom: 1.22em;
}

.goback svg {
    margin-right: .65em;
    margin-left: .65em;
}

.js--tabs__caption__block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65em;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    flex-wrap: wrap;
    border-radius: 4px;
    margin-bottom: 0.2em;
}

.js--tabs__caption__block.active {
    color: var(--red);
    border: 1px solid var(--red);
    margin-bottom: 2px;
}

.js--tabs__caption__block.active svg{
    fill: var(--red);
}

.js--poductSliders.active path[stroke-width="2"]{
    stroke: var(--red);
}

.js--tabs__caption__block.active path{
    fill: var(--red);
}

.js--tabs__caption__block path{
    fill: var(--font);
}

.product-tabs-caption_wrap {
    margin-bottom: 0.8em;
    margin-top: 0;
}

.js--tabs__caption__block:hover {
    background: var(--bgrey);
}

.js--tabs__caption__block svg {
    margin-right: .75em;
}

.product-tabs {
    width: 69%;
}

.product-aside {
    width: 31%;
    padding-left: 2.5em;
}

.product-aside .tit {
    color: var(--grey);
    font-weight: 700;
    font-size: 0.75em;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 0.7em;
    opacity: 0.4;
}

.product-aside .text {
    color: var(--font);
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 1.5em;
}

.product-aside hr {
    margin-bottom: 1em;
    background-color: #1F2123;
    opacity: 0.08;
    border: 0;
    margin-top: 0em;
    height: 1px;
}

.product-aside-content_wrap {
    display: flex;
    flex-direction: column;
}

.promoblock {
    padding: 1.25em;
    background: var(--bgrey);
    margin-top: 1.5em;
}

.promoblock-tit {
    font-size: 1.25em;
    margin-bottom: .5em;
    color: var(--font);
    font-weight: 700;
    line-height: 135%;
}

.promoblock-text {
    font-size: 1em;
    margin-bottom: 1.5em;
    color: var(--font);
    font-weight: 400;
    line-height: 135%;
}

.linkreview {
    margin-bottom: 1.18em;
}

.linkreview a>span {
    font-weight: 700;
    color: var(--red);
    line-height: 130%;
    border-bottom: 1px solid rgba(237.0, 28.0, 36.0, 0.2);
    margin-left: 0.5em;
}

.linkreview a {
    display: flex;
    align-items: center;
}

.similarproducts>.main-items {
    margin-bottom: 5em;
}

.slick-prev {
    position: absolute;
    top: 0;
    left: -0.5rem;
    transform: translateX(-100%);
    background-image: url(../images/single-left.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
    font-size: 0%;
    cursor: pointer;
    width: 4.5rem;
    height: 3rem;
    padding: 0;
    background-color: white;
}

.slick-next {
    position: absolute;
    top: 0;
    right: -0.5rem;
    transform: translateX(100%);
    background-image: url(../images/single-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
    font-size: 0%;
    cursor: pointer;
    width: 4.5rem;
    height: 3rem;
    padding: 0;
    background-color: white;
}

.product .product-preview_slider .item .item-img {
    height: 3em;
    width: 4em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 0em;
}

.product-preview_slider {
    display: flex;
}

.slick-dots {
    display: flex;
    padding: 0;
}

.product-tabs-content {
    display: none;
}

.active {
    display: block;
}

.js--tabs__caption__block.product-tabs-caption-block.active {
    display: flex;
}

.product-preview_slider_wrap {
    margin-top: 0.95em;
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
    margin-bottom: 1.893em;
}

.product-preview_slider_wrap .slick-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product-preview_slider_wrap .item {
    width: 1.5em;
    margin-left: 0.5em;
}

.product-top_slider:not(.slick-initialized) .item:not(:first-child) {
    opacity: 0;
}

.new-section {
    margin-top: 3.75em;
}

.product-preview_slider .slick-track {
    margin-left: auto;
    margin-right: auto;
}

.product-preview_slider .slick-current>.item-img {
    border: 1px solid var(--red);
    margin-left: 0;
}

.product-description.global-plr16_mob {
    font-size: 1.125em;
    font-weight: 400;
    line-height: 170%;
}

.related {
    display: flex;
    box-shadow: 0px 8px 30px -8px rgb(60 61 74 / 15%);
}

.rel_decsr>.number {
    font-weight: 600;
    line-height: 150%;
    color: var(--fontgrey);
}

.rel_decsr {
    width: 50%;
    padding-left: 3.73em;
    padding-right: 3.73em;
    padding-top: 5.51em;
    padding-bottom: 5.51em;
    cursor: pointer;
    height: 21.5em;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.rel_decsr>.name {
    font-weight: 700;
    line-height: 135%;
    font-size: 1.35em;
    margin-bottom: 1em;
}

.tit.rev {
    margin-bottom: 1.39em;
}

@media(min-width: 993px) {
    h1 {
        width: 95%;
    }
}

@media(min-width: 651px) and (max-width: 992px) {
    .product-tabs {
        width: 63.7%;
    }

    .product-aside {
        width: 36.3%
    }
}

@media(max-width: 651px){
    .single-paint h1{
        padding-left: 7.3%;
        padding-right: 7.3%;
    }
}