.header .header__menu .header__item .cat-title {
    text-transform: uppercase;
}
.pdp-page .slider-wrapper .main-slider .img {
    width: 100%;
}
.added-to-cart {
    max-width: 700px;
    width: 100%;
}
.delivery .delivery-points ul {
    width: 100%;
}
.added-to-cart__title {
    display: block; 
    font-size: 28px; 
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 30px; 
    text-align: center;
} 
.short-info__item-body {
    align-items: center;
    align-self: stretch;
    background: #FFF;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB; 
    border-top: 1px solid #EBEBEB;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 15px 15px;
} 
.modal-img {
    height: 80px;
    object-fit: cover;
    width: 80px;
} 
.modal-name {
    display: block;  
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
}
.close-item {
    cursor: pointer;
    display: block;
    margin-left: auto;
} 



.short-info__price {
  align-items: flex-end;
  display: flex;
  gap: 15px;
  height: 45px;
  position: relative; 
}

.short-info__price .profit {
  align-items: center;
  background: #F7001B;
  border-radius: 500px;
  color: #FFF;
  display: flex;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  gap: 3px;
  height: 18px;
  left: 0;
  line-height: normal;
  padding: 1px 5px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.short-info__price .profit span {
  font-size: 11px;
}

.short-info__price .old-price {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  text-decoration-line: line-through;
}

.short-info__price .price {
  color: #F7001B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}



.added-to-cart__buttons {
    display: flex;
    gap: 10px;
} 

@media (max-width: 700px) {
    .added-to-cart__buttons {
        flex-direction: column;
        gap: 10px;
    }
    .added-to-cart { 
        padding: 30px 15px;
    }
    .short-info__item-body {
        gap: 10px;
        padding: 10px;
    }
    .modal-name {
        font-size: 14px;
    }
    .close-item {
        min-width: 24px;
    }
}

.one-click {
  background: #fff;
    
}


.modal-form form {
    margin: 0 auto;
    max-width: 410px;
    width: 100%;
}
.modal-form form input[type="text"] {
    align-items: center;
    border: 0;
    border-bottom: 1px solid #999;
    border-radius: 0;
    color: #1F1F1F;
    display: flex;
    font-family: "Dyson Futura"; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    gap: 12px;
    justify-content: center;
    line-height: 26px;
    margin: 0 0 15px; 
    padding: 14px 12px;
    width: 100%;
}
.modal-form form input::placeholder {
    font-family: "Dyson Futura";
}
.modal-form .agreement  {
    margin: 30px 0;
    max-width: 368px;
}

.fancybox__content>.f-button.is-close-btn {
    display: none;
}

.modal-close {
    cursor: pointer;
    display: block;
    margin-left: auto;
}
.modal {
    background: #FFF;
    box-shadow: 0px 523px 146px 0px rgba(0, 0, 0, 0.00), 0px 335px 134px 0px rgba(0, 0, 0, 0.01), 0px 188px 113px 0px rgba(0, 0, 0, 0.05), 0px 84px 84px 0px rgba(0, 0, 0, 0.09), 0px 21px 46px 0px rgba(0, 0, 0, 0.10);
    max-width: 400px;
    padding: 30px;
    width: 100%;
}
.modal .modal-img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.modal-title {
    color: #000; 
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin: 15px 0;
    text-align: center;
}
.modal-desc {
    color: #000; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;    
    margin: 0 0 15px;
    text-align: center;
}
.icon-cart .icon {
    align-items: center;
    display: flex;
    position: relative;
}
.icon-cart .icon .ms2_total_count {
    align-items: center;
    background-color: #79B928;
    border-radius: 25px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    height: 14px;
    justify-content: center;
    min-width: 14px;
    padding: 4px 3px;
    position: absolute;
    right: -5px;
    top: -5px;
}
.cart .h3 { 
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; 
    margin-bottom: 30px;
}
.subtitle { 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px; 
    margin-top: -15px;
}



@media (max-width: 700px) {
    .modal {
        margin: 30px 15px;
    } 
}


.cart__body {
    border-bottom: 1px solid #EBEBEB;
    margin: 0 0 100px;
}

.cart__body .cart__item {
    align-items: center;
    align-self: stretch; 
    background: #FFF; 
    border-bottom: 1px solid #EBEBEB; 
    border-left: 1px solid #EBEBEB; 
    border-right: 1px solid #EBEBEB;
    display: flex;
    gap: 30px;
    padding: 15px 30px 15px 10px;
}
.cart__body .cart__item:first-child {
    border-top: 1px solid #EBEBEB; 
}
.cart__body .img {
    height: 160px;
    width: 160px;
}
.cart__body .img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.cart__body .product-text {
    max-width: 403px;
    width: 40%;
    
}
 

.cart__body .title {
    color: #000;
    display: block; 
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 15px 0 0;
}
.cart__body .title:hover {
    color: #79B928;
}
.cart__body .price {
    flex: 1 0 0;
}
 
.count .counter-btn {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    height: 24px;
    justify-content: center;
    padding: 1px;
    width: 24px;
}
.count .counter-wrapper {
    align-items: center;
    border: 2px solid #EBEBEB;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    height: 60px;
    justify-content: center;
    padding: 0px 15px;
}
.count .counter-value {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #000;
    display: flex;
    font-family: "Dyson Futura";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 26px;
    padding: 0;
    text-align: center;
    width: 60px;
}
 
.cart__body .btn-rem {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    padding: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}



.cart .product-card-price {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 15px 0;
}

.cart .product-card-price .price {
    color: #000;
    font-size: 34px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
}

.cart .product-card-old-price {
    align-items: flex-end;
    display: flex;
    gap: 15px;
    height: 52px;
    margin: 15px 0;
    position: relative;
}

.cart .product-card-old-price .profit {
    align-items: center;
    background: #F7001B;
    border-radius: 500px;
    color: #FFF;
    display: flex;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    gap: 3px;
    height: 18px;
    left: 0;
    line-height: normal;
    padding: 1px 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

.cart .product-card-old-price .profit span {
    font-size: 11px;
}

.cart .product-card-old-price .old-price {
    color: #999;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    text-decoration-line: line-through;
}

.cart .product-card-old-price .price {
    color: #F7001B;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}
.cart .copy-btn {
    align-items: center;
    border: 1px solid #79B928;
    border-radius: 500px;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    padding: 5px 10px; 
}


.cart__bottom {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 55px 0 0;
    margin-left: auto;
    max-width: 653px;
    padding-bottom: 30px;
    width: 100%;
}
.cart__bottom .cart__total { 
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}
.cart__bottom .total__txt {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; 
} 
.cart__bottom .btn-1 {
    max-width: 270px; 
}


@media (max-width: 1260px) { 
    .cart__body .img {
        height: 100px;
        width: 100px;
    }
    .cart__body .product-text {
        max-width: 203px;
        width: 40%;
    }
    .cart__bottom {
        max-width: 100%;
    }
    
    
}

@media (max-width: 990px) {
    .cart__body .cart__item {
        gap: 10px;
    } 
    
}

@media (max-width: 890px) {
    .cart__body .cart__item {
        flex-wrap: wrap;
        gap: 10px;
        padding: 15px;
        position: relative;
    }
    .cart__body .img {
        height: 160px;
        margin: 0 auto;
        width: 160px;
    } 
    .cart__body .product-text {
        max-width: 100%;
        width: 100%;
    }
     
    
}

@media (max-width: 690px) {
    .count {
        width: 100%;
    }
    .count .counter-wrapper { 
        justify-content: space-between;
    }
    .cart__body .btn-rem {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    
    .cart__bottom { 
        flex-direction: column;
        margin: 30px 0 0;
        text-align: center;
    }
    .cart__bottom .total__txt {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }
    .cart__bottom .cart__total {
        font-size: 30px; 
        line-height: 45px;
    }
    .cart__body {
        margin: 0 0 60px; 
    }
}



.order-form {
    background: #FFF;
    border-top: 1px solid #999;
    margin: 0 0 100px;
    padding: 30px 0px 1px;
    position: relative;
    z-index: 0;
}

.order-form .bg-logo {
    left: 0;
    max-height: calc(100% - 60px);
    max-width: 20%;
    position: absolute;
    width: auto;
    z-index: -1;
}
.order-form form {
    margin: 0 auto;
    max-width: 410px;
}
.ordering__icon {
    align-items: center;
    background: #000;
    border-radius: 500px;
    color: #FFF;
    display: flex;
    flex-direction: column; 
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    gap: 10px;
    height: 60px;
    justify-content: center;
    line-height: 38px;
    margin: 0 auto;
    width: 60px;
}
.ordering__title {
    color: #000; 
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin: 15px 0 30px;
    text-align: center;
}

.ordering__user-info .i-input input {
    align-items: center;
    border: 0;
    border-bottom: 1px solid #999;
    color: #1F1F1F;
    display: flex; 
    font-family: "Dyson Futura";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    gap: 12px;
    justify-content: center;
    line-height: 26px;
    margin: 0 0 15px; 
    padding: 14px 12px; 
    width: 100%;
}

.i-input__inner input {
    align-items: center;
    border: 0;
    border-bottom: 1px solid #999;
    color: #1F1F1F;
    display: flex; 
    font-family: "Dyson Futura";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    gap: 12px;
    justify-content: center;
    line-height: 26px; 
    padding: 14px 12px; 
    width: 100%;
    
}
.ordering__wrapper {
    margin-bottom: 30px;
}

.order-cart__body {
    border-bottom: 0;
    margin-bottom: 50px;
    padding-bottom: 0;
}
.cart-order__bottom {
    padding: 15px 0 0;
    position: relative;
}
.cart-order__bottom .close-btn {
    align-items: center;
    cursor: pointer;
    display: flex;
    left: 50%;
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
}
.cart-order__bottom .cart__total {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: right;
}


.order-cart__body.hidden {
    height: 160px;
    overflow: hidden; 
    position: relative;
}
.order-cart__body.hidden:before {
    background: linear-gradient(180deg, rgba(251, 251, 251, 0.00) 28.46%, #FBFBFB 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.show-btn {
    display: none;
}
.order-cart__body.hidden .show-btn { 
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 5; 
    
} 

.cart-mob-header {
    display: none;
}


.i-radio {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 5px 16px;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s;
}

.i-radio__fake-radio {
    background-color: #fff;
    border: 1px solid #A7A7A7;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 24px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    transition: 0.3s;
    width: 24px;
}
.i-radio__fake-radio::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='3' d='m2 5 4.5 4L14 1.5'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    height: 13px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -42%);
    transition: 0.3s;
    width: 14px;
}
.i-radio__field:checked + .i-radio__fake-radio {
    background-color: #79B927;
    border-color: #79B927;
}
.i-radio__field:checked + .i-radio__fake-radio::after {
    opacity: 1;
}
.i-radio__content svg {
    min-width: 40px;
}
.i-radio__content {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    gap: 16px;
    justify-content: flex-start;
    line-height: 26px;
    max-width: calc(100% - 40px);
    width: 100%;
}
.i-radio__notation {
    color: #696969;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    padding-left: 40px;
    width: 100%;
}

.ordering__payment-children,
.ordering__delivery-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px; 
}

.i-checkbox__field, .i-radio__field {
    border-width: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0;
    padding: 0 !important;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


.ordering__payment,
.ordering__delivery,
.ordering__summary {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.i-input,
.i-textarea {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.i-input.i-error .i-input__field {
    border-color: red;
}
.i-input.i-error .i-input__error {
    display: block;
}

.i-input__error {
    color: red;
    color: red;
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}
.i-input__error:empty {
    display: none;
}


.i-input__inner {
    margin: 0 !important;
    padding: 0 !important;
} 
.i-textarea__field {
    background-color: #F8F8F8;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    color: #020B0A;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 1.2;
    margin: 0 !important;
    padding: 0;
    padding: 16px 13px;
    resize: none;
    transition: 0.3s;
    width: 100%;
}
.i-input__field:hover,
.i-input__field:focus,
.i-input__field:active,
.i-textarea__field:hover,
.i-textarea__field:focus,
.i-textarea__field:active {
    border-color: #020B0A;
}

.i-input__field:placeholder,
.i-textarea__field:placeholder {
    color: #020B0A;
    font-weight: 300;
}
.i-textarea__field {
    height: 118px;
}

.i-checkbox,
.i-radio {
    align-items: center !important;
    display: flex !important;
    gap: 16px;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s;
    width: 100%;
}
.i-checkbox:hover,
.i-radio:hover {
    opacity: 0.7;
}

.i-checkbox__field,
.i-radio__field {
    border-width: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0;
    padding: 0 !important;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.i-checkbox__fake-checkbox {
    background-color: #fff;
    border: 1px solid #A7A7A7;
    display: block;
    flex-shrink: 0;
    height: 24px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    transition: 0.3s;
    width: 24px;
}
.i-checkbox__fake-checkbox::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='3' d='m2 5 4.5 4L14 1.5'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    height: 13px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    width: 18px;
}
.i-checkbox__field:checked + .i-checkbox__fake-checkbox {
    background-color: #79B927;
    border-color: #79B927;
}
.i-checkbox__field:checked + .i-checkbox__fake-checkbox::after {
    opacity: 1;
}
.i-checkbox__content {
    color: #020B0A;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}


@media (max-width: 890px) {
    .cart .h3 {
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
    }
    .cart__body.order-cart__body {
        height: auto;
    }
    .order-cart__body.hidden:before, .order-cart__body.hidden .show-btn, .cart-order__bottom .close-btn, .order-cart__body.hidden {
        display: none;
    }
    
    .cart-mob-header {
        align-items: center;
        border: 2px solid #000;
        border-radius: 8px;
        display: flex;
        flex-shrink: 0;
        gap: 15px;
        height: 56px;
        justify-content: center;
        margin: 0 0 30px;
        padding: 0px 15px;
        width: 100%;  
    }
    .cart-mob-header .txt {
        color: #000; 
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
    }
    .cart-mob-header .ico {
        align-items: center;
        display: flex;
    }
    .cart-mob-header .ico-close {
        display: none;
    }
    .cart-mob-header.active { 
        border: 2px solid #79B928;
    }
    .cart-mob-header.active .txt{
        color: #79B928;
    }
    .cart-mob-header.active .ico-cart {
        display: none;
    }
    .cart-mob-header.active .ico-close {
        display: flex;
    }
    .cart-order__bottom .cart__total {
        text-align: center;
    }
    .order-form {
        background: transparent; 
        margin: 0 0 60px;
    }
}

.pdp_one-click {
    background: transparent;
}
.comparison.added .comparison-add {
    display: none !important;
}
.comparison .comparison-remove, .comparison .comparison-total {
    display: none !important;
}
.comparison.added .comparison-remove {
    display: flex !important;
}
.pdp-page .comparison.added.can_compare .comparison-go {
    display: none !important;
}

header .comparison.added.can_compare .comparison-go {
    align-items: center;
    display: flex !important;
    position: relative;
}
header .comparison.added.can_compare .comparison-total {
    align-items: center;
    background-color: #79B928;
    border-radius: 25px;
    -webkit-box-align: center; 
    -webkit-box-pack: center;
    color: #ffffff;
    display: flex !important;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    height: 14px;
    justify-content: center;
        min-width: 14px;
    padding: 4px 3px;
    position: absolute;
    right: -5px;
    top: -5px;
}
header .comparison .comparison-go {
    display: flex !important;
}

.news {
    border-top: 1px solid #d2d2d2;
    padding: 30px 0 70px;
}
.news .comparison {
    display: grid;
    grid-row-gap: 10px;
    padding-top: 22px;
    text-align: center;
}
.comparison-table .comparison-remove {
    background: #ffffff;
    border: none;
    color: #333;
    display: inline-block;
    font-size: 0.9em !important;
    font-weight: normal;
    left: 10px;
    margin-top: 0em !important; 
    padding: 0 .2em;
    position: absolute;
    top: -20px;
}
.slick-initialized .slick-slide {
    align-items: center;
    display: flex !important;
}
.comparison-table .comparison-remove:hover{
    border: none;
    color: #79b927;
}
.comparison-table .comparison-head {
    display: inline-block;
    min-width: 330px;
    padding-bottom: 1em;
    position: relative;
    width: 330px;
}
.comparison-table .comparison-corner {
    min-width: 290px; 
    padding-bottom: 1em;
    width: 290px;
}
.con-tbl{
    overflow: auto;
}
.con-tbl .products__item .title {
    font-size: 14px; 
    height: 48px; 
    line-height: 24px;
    margin: 20px;
    overflow: hidden;
} 
.con-tbl .products__bottom .price ,.con-tbl .products__bottom .to-cart{ 
    font-size: 14px;
}
.products__item .ks-widget{
	display: block;
	margin-bottom:5px;
	text-align: center;
}
.comparison-param { 
  color: #000;
    font-size: 18px;
  font-weight:500;
  line-height: 1.333;
}
.comparison-table tbody .comparison-row td { 
    border-bottom: 1px solid #00000026;
}
.con-tbl .products__item {
    margin:0;
}
.con-tbl .products__bottom .to-cart:before {
    background-image: url(../img/korzina-small.svg);
    background-size: 100%;
    content: '';
    display: block;
    height: 18px;
    margin-right: 5px;
    width: 20px;
} 
.comparison-table .comparison-corner {
    opacity: 0;
    pointer-events: none;
}
.comparison-cell {
    color: #828282;
    font-size:14px;
}
.comparison-table td {
    padding: 10px !important;
}
.news .btn-1.bl {
    align-items: center;
    background-color: #eaeaea;
    color: #000;
    display: flex;
    font-size: 14px;
    margin: 20px 0 20px;
    padding: 5px;
    position: relative;
    width: 210px;
    z-index: 1;
}
.news .btn-1.bl:hover{
    color: #000;
}
.news .btn-1.bl:before{
    display:none;
}
.news .btn-1.bl svg{
    height: 25px;
    margin-right:7px;
    transform: rotate( 180deg );
    width: 26px;
}
 
 
.addds{
    text-align: center;
}
.addds a{
    color: #79b927 !important;
}
.addds a:hover {
    color: #002bff !important;
}

.comparison-head .products__item {
    align-items: center;
    background: var(--Theme-white, #FFF);
    border: 1px solid var(--Theme-stroke, #EBEBEB);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 10px;
    padding: 0px 15px 15px 15px;
    width: 100%;
}

.comparison-head .products__item .title {
    color: #000;  
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 10px 0 15px;
}
.comparison-head .products__item .price {
    color: #000;
    font-family: "Dyson Futura";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; 
    margin: 0 0 20px;
    text-align: center;
}
.comparison-head .products__item img {
    margin-top: 10px;
    width: 100%;
}
.comparison-head .products__bottom {
    width: 100%;
}

.characteristics .desc, .characteristics .titl {
    font-size: 16px;
}
.characteristics .titl {
    margin-right: 20px;
}
.characteristics .desc {
    max-width: 400px; 
}
 

.footer .container { 
    flex-wrap: wrap;
}
.of-menu {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.of-menu:hover {
    color: #79b928;
}

.pdp-page .sidebar .product-card-price {
    justify-content: flex-start;
}

.contacts__header .contacts__phones { 
    justify-content: space-between;
    width: 100%;
}

.one-click-b {
    align-items: center;
    border: 2px solid #000;
    border-radius: 8px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    height: 56px;
    justify-content: center;
    line-height: 26px;
    margin-top: 10px;
    width: 100%;
}

.techno-block {
    background: #000;
    padding: 50px 0;
}
.techno-block .title, .techno-block .desc, .techno-block h2 {color: #ffffff}
.techno-block h2 { font-size: 28px; line-height: 38px;margin-bottom: 30px;}

.item-4 .h3{
	text-align: left;
}
.item-4__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.item-4__item {
	margin: 0 10px 20px;
	width: calc(100% / 4 - 20px);
}
.item-4__item img {
    width: 100%;
}
@media(max-width: 900px) { 
    .item-4__item {
    	margin: 0 10px 20px;
    	width: calc(100% / 2 - 20px);
    }
}
@media(max-width: 600px) { 
    .item-4__item {
    	margin: 0 10px 20px;
    	width: calc(100% - 20px);
    }
}
.item-4__item .title { 
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 20px;
	min-height: 50px;
	text-align: left;
}
.item-4__item .desc {  
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	text-align: left;
}

@media(max-width: 600px) { 
    .item-4__item .title {
	    min-height: 0;
    }
}
.home-top{
	position: relative;
}
.pr-block {
    position: relative;
}
.ab-block {
    left: 3%;
    max-width: 450px;
    padding: 10px;
    position: absolute;
    top: 5%;
}

.home-top-slider__slide {
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important
;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 0 70px;
}

.home-top-slider__slide .desc, .acs-top .desc {
    color: #1c1c1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 33px;
    margin-bottom: 30px;
    max-width: 400px;
    text-align: left;
}

.home-top-slider__slide .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 20px;
    max-width: 500px;
}
.home-top-slider__slide .buttons {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
}
.home-top-slider__slide .btn-1 {
    align-items: center;
    background-color: #79b927;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    padding: 0 40px;
}
.top-logo img {
    max-width: 100%;
}
@media (max-width: 900px) {
    .home-top-slider__slide {
        padding: 50px 0 50px;
    }
}

.h-670 {
    min-height: 670px;
}

@media (max-width: 750px) {
    .home-top-slider__slide {
        background-size: cover;
    }
    .h-670 {
        min-height: 370px !important;
    }
    .home-top-slider__slide {
        padding: 40px 0 20px;
    }
    .home-top-slider__slide .title {
        font-size: 22px;
        line-height: normal;
    }
    .ab-block {
        position: static;
    }
    .home-top-slider__slide .buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.home-top-slider__slide {
    position: relative;
    z-1ndex: 1;
}

.content {
      color: #333;
      line-height: 1.7;  
      padding: 20px;
    }
    
    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {
      color: #111;
      font-weight: 700;
      line-height: 1.3;
      margin: 1.5em 0 0.5em;
    }
    
    .content p {
      margin: 1em 0;
    }
    
    .content a {
      color: #007acc;
      text-decoration: underline;
    }
    
    .content ul,
    .content ol {
      margin: 1em 0;
      padding-left: 1.5em;
    }
    
    .content li {
      margin-bottom: 0.5em;
    }
    
    .content blockquote {
      border-left: 4px solid #ccc;
      color: #666;
      font-style: italic;
      margin: 1.5em 0;
      padding-left: 1em;
    }
    
    .content img {
      border-radius: 6px;
      height: auto;
      max-width: 100%;
    }
    
    .content figure {
      margin: 1.5em 0;
      text-align: center;
    }
    
    .content figcaption {
      color: #666;
      font-size: 0.9em;
      margin-top: 0.5em;
    }
    
    .content table {
      border-collapse: collapse;
      margin: 1.5em 0;
      width: 100%;
    }
    
    .content th,
    .content td {
      border: 1px solid #ddd;
      padding: 0.5em 0.8em;
      text-align: left;
    }
    
    .content th {
      background: #f5f5f5;
    }
    
    .content pre {
      background: #f0f0f0;
      border-radius: 6px;
      overflow-x: auto;
      padding: 1em;
    }
    .content strong {
        font-weight: 500;
    }
    .content code {
      background: #eee;
      border-radius: 4px;
      padding: 0.2em 0.4em;
    }



/* Homepage - promo block */

.k-home-promo__wrapper {
    height: 500px;
    position: relative;
}
@media (min-width: 768px) {
    .k-home-promo__wrapper {
        height: calc(100svh - 130px);
    }
}

@media (max-height: 650px) and (min-width: 1024px) {
    .k-home-promo__wrapper {
        height: 650px;
    }
}
.k-home-promo__bg {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: top center;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    user-select: none;
    width: 100%;
}
@media (min-width: 768px) {
    .k-home-promo__bg {
        object-position: center;
    }
}

.k-home-promo__inner {
    position: relative;
}
@media (min-width: 768px) {
    .k-home-promo__inner {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
}
.k-home-promo__inner .container {
    height: 100%;
}

.k-home-promo__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    max-width: 610px;
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: left;
}
@media (min-width: 768px) {
    .k-home-promo__content {
        justify-content: center;
    }
}

.k-home-promo__title {
    color: #1c1c1c;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
}
@media (min-width: 1024px) {
    .k-home-promo__title {
        font-size: 36px;
        margin-bottom: 24px;
    }
}

.k-home-promo__descr {
    color: #1c1c1c;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
}
@media (min-width: 1024px) {
    .k-home-promo__descr {
        margin-bottom: 32px;
    }
}

.k-home-promo__descr p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 8px;
}
.k-home-promo__descr p:last-child {
    margin-bottom: 0;
}
.k-home-promo__button {
    align-items: center;
    background-color: #79b927;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    min-width: 190px;
    outline: none;
    padding: 0 16px;
}
.k-home-promo__button:hover {
    background-color: #65a01b;
    color: #fff;
}
/* // Homepage - promo block */


/* 25.09.2025 */
.product-card {
	position: relative;
}

.product-card__banks,
.product-banks {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: flex-end;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
@media (min-width: 1024px) {
	.product-card__banks {
		right: 15px;
		top: 15px;
	}
	.product-banks {
		right: 20px;
		top: 10px;
	}
}
.product-card__banks img {
	height: auto;
	width: 24px;
}

.product-banks img {
	height: auto;
	width: 32px;
}
@media (min-width: 1024px) {
	.product-card__banks img,
	.product-banks img {
		width: 50px;
	}
}

/* Rating */
:root {
    --gl-star-empty: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23999' d='m8 0 1.796 5.528h5.813l-4.703 3.416 1.796 5.528L8 11.056l-4.702 3.416 1.796-5.528L.392 5.528h5.812L8 0Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    --gl-star-full: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23ffb900' d='m8 0 1.796 5.528h5.813l-4.703 3.416 1.796 5.528L8 11.056l-4.702 3.416 1.796-5.528L.392 5.528h5.812L8 0Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.product-card {
	--gl-star-size: 12px;
}

@media (min-width: 1024px) {
	.product-card {
		--gl-star-size: 16px;
	}
}

.s-rating {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.star-rating {
	opacity: 0;
}
.s-rating__text {
	color: #999;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
}

.product-rating {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: flex-start;
	margin-bottom: 15px;
	--gl-star-size: 16px;
}
@media (min-width: 1024px) {
	.product-rating {
		margin-bottom: 30px;
	}
}
.product-rating__text {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}

.k-home-promo.k-home-promo--inner .k-home-promo__wrapper {
	height: 500px;
}

.reviews {
	margin-bottom: 60px;
}
@media (min-width: 1024px) {
	.reviews {
		margin-bottom: 100px;
	}
}

.reviews__wrapper {
	border-top: 1px solid #999;
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}

.reviews__head {
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.reviews__title,
.add-review-success__title {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
}
@media (min-width: 1024px) {
	.reviews__title,
	.add-review-success__title {
		font-size: 28px;
		line-height: 38px;
	}
}

.reviews__rating-disabled {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: flex-start;
	--gl-star-size: 16px;
}

.add-review {
	background-color: #fbfbfb;
	display: flex;
	flex-direction: column;
	padding: 15px;
}
@media (min-width: 1024px) {
	.add-review {
		padding: 30px;
	}
}

.add-review-success {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.add-review-success__icon {
	flex-shrink: 0;
	height: 128px;
	margin-bottom: 16px;
	width: 128px;
}
.add-review-success__title {
	margin-bottom: 4px;
}

.add-review__title {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	margin-bottom: 15px;
	text-align: left;
}
@media (min-width: 1024px) {
	.add-review__title {
		font-size: 22px;
		font-weight: 400;
		line-height: 26px;
	}
}

.add-review__rating {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: flex-start;
	margin-bottom: 15px;
	--gl-star-size: 48px;
}
@media (min-width: 1024px) {
	.add-review__rating {
		align-items: center;
		flex-direction: row;
		gap: 6px;
	}
}

.add-review__subtitle {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
}
@media (min-width: 1024px) {
	.add-review__subtitle {
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
	}
}

.add-review__form {
	display: grid;
	gap: 15px;
	grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1024px) {
	.add-review__form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.i-input--comment,
	.add-review__form-bottom {
		grid-column-end: 3;
		grid-column-start: 1;
	}
}
.add-review__form .i-input__field {
	background-color: transparent;
}
.add-review__form .i-input__field::placeholder,
.add-review__form .i-textarea__field::placeholder {
	color: #1f1f1f;
	font-family: "Futura PT" !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.i-input--comment textarea.i-textarea__field {
	background-color: transparent;
	border: unset;
	border-bottom: 1px solid #999;
	border-radius: 0;
	height: 55px;
	max-height: calc(4lh + 16px);
	overflow-y: auto;
	padding: 14px 12px;
}
.i-input--comment textarea.i-textarea__field:hover,
.i-input--comment textarea.i-textarea__field:active {
	border-color: #020b0a;
}

.add-review__form-bottom {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
@media (min-width: 1024px) {
	.add-review__form-bottom {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
}

.add-review__form .visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	height: 1px;
	margin: -1px;
	outline: 0;
	outline-offset: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;

	white-space: nowrap;
	width: 1px;
}

.add-review .i-checkbox {
	--checkbox-wrapper-y-gap: 6px;
	--checkbox-size: 24px;
	--checkbox-to-content-gap: 15px;
	--checkbox-bg: #fff;
	--checkbox-border-width: 2px;
	--checkbox-border-color: #999;
	--checkbox-border-radius: 4px;
	--checkbox-hover-outline-width: 4px;
	--checkbox-hover-outline-style: solid;
	--checkbox-hover-outline-color: #e8f7d0;
	--checkbox-hover-outline-offset: 0px;
	--checkbox-hover-border-color: #79b928;
	--checkbox-checked-bg: #79b928;
	--checkbox-checked-border-color: #79b928;
	--checkbox-checked-icon-width: 14px;
	--checkbox-checked-icon-height: 11px;
	--checkbox-checked-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 9'%3E%3Cpath fill='%237E8695' fill-rule='evenodd' d='M4.5 8.125.75 4.405l1.192-1.178L4.5 5.764 10.057.25l1.193 1.185-6.75 6.69Z' clip-rule='evenodd'/%3E%3C/svg%3E");
	--checkbox-error-outline-color: oklch(97.1% 0.013 17.38);
	--checkbox-error-border-color: oklch(63.7% 0.237 25.331);
	--checkbox-error-text-font-size: 16px;
	--checkbox-error-text-font-weight: 500;
	--checkbox-error-text-color: oklch(63.7% 0.237 25.331);
	--checkbox-disabled-bg: oklch(92.3% 0.003 48.717);
	--checkbox-content-font-size: 16px;
	--checkbox-content-font-weight: 400;
	--checkbox-content-color: #000;
	--checkbox-notice-font-size: 16px;
	--checkbox-notice-font-weight: 400;
	--checkbox-notice-text-color: oklch(86.9% 0.005 56.366);
}

.add-review .i-checkbox {
	align-items: flex-start !important;
	display: flex;
	flex-direction: column;
	gap: var(--checkbox-wrapper-y-gap);
}

.add-review .i-checkbox a {
	color: #000;
	text-decoration: underline;
}
.add-review .i-checkbox a:hover {
	text-decoration: none;
}

.add-review .i-checkbox__inner {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	gap: var(--checkbox-to-content-gap);
	outline: none;
	transition: 0.3s;
}

.add-review .i-checkbox__inner:hover .i-checkbox__fake {
	border-color: var(--checkbox-hover-border-color);
	outline-color: var(--checkbox-hover-outline-color);
	outline-offset: var(--checkbox-hover-outline-offset);
	outline-style: var(--checkbox-hover-outline-style);
	outline-width: var(--checkbox-hover-outline-width);
}

.add-review .i-checkbox__fake {
	background-color: var(--checkbox-bg);
	border: var(--checkbox-border-width) solid var(--checkbox-border-color);
	border-radius: var(--checkbox-border-radius);
	display: block;
	flex-shrink: 0;
	height: var(--checkbox-size);
	position: relative;
	width: var(--checkbox-size);
}

.add-review .i-checkbox__inner input:checked+.i-checkbox__fake {
	background-color: var(--checkbox-checked-bg);
	border-color: var(--checkbox-checked-border-color);
}

.add-review .i-checkbox__inner input:checked+.i-checkbox__fake::before {
	background-image: var(--checkbox-checked-icon);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	filter: invert(1) brightness(4);
	height: var(--checkbox-checked-icon-height);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: var(--checkbox-checked-icon-width);
}

.add-review .i-checkbox__content {
	color: var(--checkbox-content-color);
	font-size: var(--checkbox-content-font-size);
	font-weight: var(--checkbox-content-font-weight);
	line-height: 1.25;
	margin-top: 2px;
}

.add-review .i-checkbox .i-input-error,
.add-review .i-checkbox .i-input-notice {
	padding-left: calc(var(--checkbox-size) + var(--checkbox-to-content-gap));
}

.add-review .i-checkbox .i-input-error:empty,
.add-review .i-checkbox .i-input-notice:empty {
	display: none;
}

.add-review .i-checkbox .i-input-error {
	display: none;
}

.add-review .i-checkbox.i-error .i-input-error {
	display: block;
}

.add-review .i-checkbox.i-error .i-input-notice {
	display: none;
}

.add-review .i-checkbox.i-error .i-checkbox__fake {
	border-color: var(--checkbox-error-border-color) !important;
	outline-color: var(--checkbox-error-outline-color);
}

.add-review .i-checkbox .i-input-error {
	color: var(--checkbox-error-text-color);
	font-size: var(--checkbox-error-text-font-size);
	font-weight: var(--checkbox-error-text-font-weight);
	line-height: 1.2;
	margin: 0;
}

.add-review .i-checkbox .i-input-notice {
	color: var(--checkbox-notice-text-color);
	font-size: var(--checkbox-notice-font-size);
	font-weight: var(--checkbox-notice-font-weight);
	line-height: 1.2;
	margin: 0;
}

.add-review .i-checkbox.disabled {
	cursor: default !important;
	filter: grayscale(1) !important;
	opacity: 0.6 !important;
	outline: none !important;
	pointer-events: none !important;
	user-select: none !important;
}

.add-review .i-checkbox.disabled .i-checkbox__fake {
	background-color: var(--checkbox-disabled-bg) !important;
}

.add-review .i-checkbox.disabled label,
.add-review .i-checkbox.disabled input {
	outline: none !important;
}

.add-review .i-checkbox.disabled label:hover,
.add-review .i-checkbox.disabled label:focus,
.add-review .i-checkbox.disabled label:active,
.add-review .i-checkbox.disabled label:read-only:focus,
.add-review .i-checkbox.disabled input:hover,
.add-review .i-checkbox.disabled input:focus,
.add-review .i-checkbox.disabled input:active,
.add-review .i-checkbox.disabled input:read-only:focus {
	outline: none !important;
}

@media (min-width: 1024px) {
	.add-review__form-bottom .btn-1 {
		max-width: 410px;
	}
}

.reviews-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 30px;
}

.user-review {
	align-items: flex-start;
	background-color: #fbfbfb;
	display: flex;
	gap: 15px;
	padding: 15px;
}

.user-review__icon {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 32px;
	justify-content: center;
	width: 32px;
}
@media (min-width: 1024px) {
	.user-review__icon {
		height: 48px;
		width: 48px;
	}
}
.user-review__icon svg {
	flex-shrink: 0;
	height: 16px;
	width: 16px;
}
@media (min-width: 1024px) {
	.user-review__icon svg {
		height: 24px;
		width: 24px;
	}
}
.user-review__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.user-review__head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
}

.user-review__name {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
}
@media (min-width: 1024px) {
	.user-review__name {
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
	}
}

.user-review__date {
	color: #999;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-align: right;
}
@media (min-width: 1024px) {
	.user-review__date {
		font-size: 15px;
		line-height: 22px;
	}
}

.user-review__text .prose {
	color: #000;
	max-width: 100%
}



.on-sale {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 30px;
	text-align: left;
}
.on-sale__title {
	color: #f7001b;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.on-sale__title {
		font-size: 30px;
	}
}
.on-sale__descr {
	color: #f7001b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
@media (min-width: 1024px) {
	.on-sale__descr {
		font-size: 16px;
	}
}

.video-thumb {
	position: relative;
}
.video-thumb::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2379B928' d='m6 27 19-11.945L6 3v24Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-opacity='.7' stroke-width='2' d='m6.532 27.847 19-11.946 1.341-.842-1.337-.849-19-12.055L5 1.182V28.81l1.532-.963Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 30px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
}
/* // 25.09.2025 */

@media (max-width: 950px) {
    .pdp-page .slider-wrapper .main-slider .img {
        padding-top: 100%;
    }
}