h1.h1 {
    margin: 20px 10px 20px 0;
}

.tooltip.tooltip-primary {
    --bs-tooltip-bg: var(--bs-white); /* or hardcode any color */
    --bs-tooltip-color: var(--bs-black);
    --bs-tooltip-opacity: 1;
}

.tabsBlock {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#pills-tab-sticky-wrapper.is-sticky {
    padding-bottom: 71px;
}

.tabsBlock__item {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #232A32;
    background: transparent;
    flex-grow: 1;
}

.tabsBlock__item div {
    padding: 15px 0;
    width: 100%;
    color: #7F7F7F;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}

.tabsBlock__item div.active {
    color: var(--color-primary);
    text-decoration: underline;
}

.tabsBlock__item:hover div,
.tabsBlock__item:hover div.active {

}

.tab__header {
    color: #29292B;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0;
}

.product-item-detail-price-current p {
    cursor: pointer;
}

.productHead {
    margin-bottom: 120px;
}

.productSlider {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
}

.productControlSlider {
    flex: none;
    width: 101px;
    margin-right: 10px;
    height: 430px;
    overflow: hidden;
}

.productControlSlider__image {
    width: 100px;
    height: 100px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    display: block;
    background-color: #fff;
    margin-bottom: 8px;
}

.slick-current .productControlSlider__image {
    border-color: var(--color-primary);
}

.productControlSlider__image img {
    width: 95%;
    height: 95%;
    object-fit: cover;
}

.productMainSlider {
    flex: 1;
    height: 430px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

.productBuy {
    width: 100%;
    border-radius: 3px;
    background-color: var(--color-primary);
    padding: 30px;
}

.productBuy__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.productBuy__inStock {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    color: #fff;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
}

.productBuy__inStock::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: '';
    background-color: #fff;

}

.productBuy__compare input {
    display: none;
}

.productBuy__compare span {
    display: block;
    width: 20px;
    height: 20px;
    background: url('./images/compare.png') no-repeat center;
}

.productBuy__compare span:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.productBuy__price {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;

}

.productBuy__buttons {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productQuantity {
    width: 138px;
    height: 46px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background: var(--color-white);
    border-radius: 3px;
}

input[type=number].productQuantity__data {
    height: 46px;
    padding: 0;
    text-align: center;
    outline: none;
    border: none;
    max-width: 46px;
    color: #29292B;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    background: var(--color-white);
}

.productQuantity__data::-webkit-outer-spin-button,
.productQuantity__data::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.productQuantity__data[type=number] {
    -moz-appearance: textfield;
}

.productQuantity__minus,
.productQuantity__plus {
    display: flex;
    width: 46px;
    flex: none;
    font-weight: 700;
    text-align: center;
    color: #8ba5bf;
}

.productQuantity__minus:hover,
.productQuantity__plus:hover {
    cursor: pointer;
}

.productQuantity__minus:hover svg path,
.productQuantity__plus:hover svg path {
    fill: #ABB3D1;
}

.productBuy__buy {
    margin-left: 20px;
}

.productBuy__buy .button:hover {
    background-color: #fff;
    color: #f74b4b;
    text-decoration: none;
    border: 2px solid #fff;
}

.input-group {
    justify-content: center;
}

.productParams__wrapper {
    margin-top: 25px;
}

.productParam {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.productParam:nth-child(even) .productParam__name,
.productParam:nth-child(even) .productParam__value {
    border: 1px solid #fff;
    background-color: #f7f7f7;
}

.productParam__name,
.productParam__value {
    flex: 0 0 50%;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    padding: 5px 25px;
    color: #232a32;

}

.productDescription {
    padding-top: 80px;
}

.productDescription img {
    max-width: 50%;
    margin: 20px auto;
    height: auto;
}

.tab-content {
    margin-bottom: 80px;
}

.tab-content table {
    width: 100%;
}

.tab-content table tr:nth-child(odd) {
    background-color: #fff;
}

.tab-content table td {
    padding: 10px 20px;
}

.productWrap {
    display: flex;
    justify-content: start;
    margin-bottom: 35px;
    gap: 10px;
}

.productWrap .colOne {
    max-width: 525px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-user-select: none; /* Для Safari */
    -moz-user-select: none; /* Для старых версий Firefox */
    -ms-user-select: none; /* Для Internet Explorer/Edge */
    user-select: none;
}

.productImages__slider {
    position: relative;
    margin-bottom: 24px;
}

.productMainSlider__slide .productMainSlider__image {
    overflow: hidden; /* Убираем часть изображения, которая выходит за пределы блока */
    position: relative; /* Относительное позиционирование для возможного дальнейшего позиционирования изображения внутри блока */
    display: flex; /* Используем flexbox для центрирования изображения */
    justify-content: center; /* Центрируем изображение по горизонтали */
    align-items: center;
    max-height: 285px;
    height: 100%;
    border: 0.5px solid #D5D9E8;
    background: var(--color-white);
}

.productMainSlider__slide .productMainSlider__image img {
    max-width: 100%; /* Максимальная ширина изображения - не более ширины блока */
    max-height: 100%; /* Максимальная высота изображения - не более высоты блока */
    object-fit: contain;
}

.productImages__navigation .productMainSlider__image {
    border-radius: 3px;
    border: 0.5px solid #D5D9E8;
    background: var(--color-white);
    width: 104px;
    height: 120px;
    overflow: hidden; /* Убираем часть изображения, которая выходит за пределы блока */
    position: relative; /* Относительное позиционирование для возможного дальнейшего позиционирования изображения внутри блока */
    display: flex; /* Используем flexbox для центрирования изображения */
    justify-content: center; /* Центрируем изображение по горизонтали */
    align-items: center; /* Центрируем изображение по вертикали */
}

.productImages__navigation .swiper-slide-active .productMainSlider__image {
    border: 4px solid #ABB3D1;
}

.productMainSlider__image:hover {
    cursor: pointer;
}

.productImages__navigation .productMainSlider__image img {
    max-width: 100%; /* Максимальная ширина изображения - не более ширины блока */
    max-height: 100%; /* Максимальная высота изображения - не более высоты блока */
    object-fit: contain; /* Изображение будет масштабироваться, чтобы поместиться полностью внутри блока, сохраняя свои пропорции */
}

.badgeBlock {
    position: absolute !important;
    display: flex;
    margin-bottom: 13px;
    top: 7px;
    left: 15px;
    z-index: 2 !important;
    width: 100%;
}

.badgeBlock .badge {
    height: 34px;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 7px 18px !important;
    border-radius: 5px;
}

.badgeBlock .badge.badge_red {
    background: #F74C4C;
}

.badgeBlock .badge.badge_green {
    background: #198754;
}

.badgeBlock .badge.badge_blue {
    background: #2E4F9E;
}

.badgeBlock .badge img {
    margin-right: 5px;
}


.productImages__navigationWrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    align-self: baseline;
}

.productImages__navigationWrapper .sliderButton {
    margin: 0 8px;
}

.productImages__navigationWrapper .productMainSlider__image {
    height: 104px;
    width: 120px;
    display: flex;
}

.productImages__slider .swiper-slide,
.productImages__navigationWrapper .swiper-slide {
    padding: 0;
}


.slick-arrow.productImages-prev {
    left: 0;
}

.slick-arrow.productImages-next {
    right: 0;
}

.productImages__navigation {
    width: calc(100% - 130px);
}

.productMainSlider__slide {

}

.productWrap .colTwo {
    max-width: 376px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.productWrap.haveOffers .colTwo {
    max-width: 256px;
}

.productWrap .colThree {
    max-width: 237px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.productWrap.haveOffers .colThree {
    max-width: unset;
}

.colTwo .colTwo__header {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}


.productTopBar {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productTopBar__left {
    display: flex;
    align-items: center;
}

.productTopBar__right {
    display: flex;
    align-items: center;
}

.productTopBar__sku {
    color: #29292B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-right: 30px;
}

.productTopBar a {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    margin-right: 30px;
}

.productTopBar a:last-child {
    margin-right: 0;
}

.shareBlock {
    display: flex;
    align-items: center;
}

.shareBlock .shareBlock__text {
    color: #7F7F7F;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    margin-right: 8px;
}

.productPurchaseBlock {
    background: var(--color-primary);
    padding: 23px 20px;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.productPurchaseBlock.productPurchaseBlock_material {
    margin-bottom: 20px;
    padding: 34px 20px;
}

.productPurchaseBlock .productPurchaseBlock__header {
    flex: 0 0 150px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.productPurchaseBlock .productPurchaseBlock__headerTop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}

.product__stock {
    display: flex;
    padding: 9px 17px;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: var(--color-primary);
    align-self: baseline;
    position: relative;
    background: #D5D9E8;
}

.product__stock.product__stock_off {
    color: var(--color-red);
    background: var(--color-white);
}

.product__stock {
    display: flex;
    align-items: center;
    background: #e2e4ef;
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 10px 11px;
    margin-right: 10px;
    border-radius: 52px;
    gap: 4px;
}

.product__stock.product__stock_red {
    color: #F4474F;
    background: #fddadc;
}

.product__stock.product__stock_green {
    color: var(--color-primary);
    background: #c1e7d4;
    padding: 14px 11px;
}

.productPurchaseBlock .productPurchaseBlock__priceValue {
    color: var(--color-white);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.productPurchaseBlock .productPurchaseBlock__priceValue.productPurchaseBlock__priceValue_old {
    color: var(--color-white);
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-decoration: line-through;
}

.likeIcons {
    display: flex;
    flex-direction: row;
}

.likeIcons .likeIcons__wish {
    margin-right: 20px;
}

.likeIcons .likeIcons__compare {

}

.likeIcons path {
    stroke: rgba(255, 255, 255, 0.70);
}

.likeIcons .likeIcons__wish:hover path,
.likeIcons .likeIcons__compare:hover path {
    stroke: var(--color-white);
}

.likeIcons .likeIcons__wish[data-added="true"] path,
.likeIcons .likeIcons__compare[data-added="true"] path {
    stroke: var(--color-white);
    fill: var(--color-white);
}

.productPurchaseBlock .productPurchaseBlock__body {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
    -webkit-user-select: none; /* Для Safari */
    -moz-user-select: none; /* Для старых версий Firefox */
    -ms-user-select: none; /* Для Internet Explorer/Edge */
    user-select: none;
}

.productPurchaseBlock__button a {
    color: var(--color-primary);
    background: var(--color-white);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 153px;
    height: 47px;
    border-radius: 3px;
    text-transform: uppercase;
}

.productPurchaseBlock__button .after {
    display: none;
}

.productPurchaseBlock__button.bought .button:not(.after) {
    display: none;
}

.productPurchaseBlock__button.bought .after {
    display: flex;
}

.productPurchaseBlock__button a:hover {
    transition: 200ms;
    text-decoration: none;
}

.productPurchaseBlock__gifts {
    margin-bottom: 25px;
}

.productPurchaseBlock__gifts .productPurchaseBlock__giftsItem {
    border: 1px solid #6E86BC;
    width: 100%;
    text-align: start;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0.27);
}

.productPurchaseBlock__gifts .productPurchaseBlock__giftsItem img {
    margin-right: 10px;
}

.productPurchaseBlock__giftsItem .giftsItem__text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #FFFFFF;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.productPurchaseBlock__giftsItem .giftsItem__text span {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}

.productPurchaseBlock__info {
    display: flex;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}

.productPurchaseBlock__info img {
    margin-right: 10px;
}

.bestPriceButton {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #757575;
    text-decoration: underline;
    margin-bottom: 30px;
}

.bestPriceButton img {
    margin-right: 10px;
}

.serviceBlock {
    margin-bottom: 40px;
}

.serviceBlock .serviceBlock__header {
    color: #29292B;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 22px;
}

.serviceBlock__items {
    display: flex;
    width: 100%;
    gap: 44px;
    flex-wrap: wrap;
}

.serviceBlock__items.serviceBlock__enum-count-3 {
    justify-content: space-between;
}

.serviceBlock .serviceBlock__items .serviceBlock__item {
    display: flex;
    align-items: center;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}

.serviceBlock .serviceBlock__items .serviceBlock__item svg {
    margin-right: 8px;
}

.mainButtonsBlock {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.mainButtonsBlock .mainButtonsBlock__button {
    background: var(--color-primary);
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    padding: 17px;
    margin-bottom: 10px;
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    text-transform: uppercase;
}

.mainButtonsBlock .mainButtonsBlock__button:hover {
    background: #3C4D93;
    text-decoration: none;
}

.mainButtonsBlock .mainButtonsBlock__button.mainButtonsBlock__button_outline {
    background: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.mainButtonsBlock .mainButtonsBlock__button_outline:hover {
    background: var(--color-secondary);
    text-decoration: none;
}

.shortPropsBlock {
    margin-bottom: 20px;
}

.shortPropsBlock .shortPropsBlock__header {
    color: #29292B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.shortPropsBlock .shortPropsBlock__items {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    list-style-type: none;
    padding: 0;
}

.shortPropsBlock .shortPropsBlock__items .shortPropsBlock__item {
    margin-bottom: 6px;
}

.shortPropsBlock .shortPropsBlock__more {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-primary);
    cursor: pointer;
}

.shortPropsBlock .shortPropsBlock__more:hover {
    text-decoration: underline;
}

.colThree .colThree__header {
    display: flex;
    justify-content: space-between;
}

.colThree .colThree__header a {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-align: end;
    height: 55px;
}

.colThree .colThree__header a:first-child {
    margin-right: 8px;
    text-align: start;
}

.productActions {
    margin-bottom: 10px;
    background: var(--color-primary);
}

.productAction {
    padding: 13px;
    color: var(--color-white);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}

.productAction:hover {
    background: #3C4D93;
    color: var(--color-white);
    text-decoration: none;
}

.productAction__image {
    width: 25px;
    margin-right: 9px;
}

.productWishes {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.productWishes .productWishes__item {
    display: flex;
    align-items: center;
    text-align: start;
    margin-bottom: 14px;
}

.productWishes .productWishes__item a {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
}

.productWishes .productWishes__item a {
    display: block;
    margin-right: 12px;
}

.productWishes .productWishes__question {
    position: relative;
}

.productWishes .productWishes__question .productWishes__questionBlock {
    display: none;
    position: absolute;
    padding: 16px 10px;
    width: 220px;
    background: var(--color-white);
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    border: 0.5px solid rgb(234, 236, 243);
    border-radius: 3px;
    left: -100px;
    bottom: 33px;
    transition-delay: 0.2s;
}

.productWishes .productWishes__question:hover .productWishes__questionBlock {
    display: block;
}

.productWishes .productWishes__question .productWishes__questionBlock svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.productInfo {
    padding: 21px 20px;
    background: #fff;
    border: 1px solid #CFCFCF;
    margin-bottom: 30px;
}

.productInfo .productInfo__items {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.productInfo .productInfo__items .productInfo__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.productInfo .productInfo__items .productInfo__item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.productInfo .productInfo__items .productInfo__item:last-child {
    margin-bottom: 0;
}

.testimonials {
    display: flex;
    justify-content: space-between;
}

.testimonials .testimonial__form {
    flex: 630px 0 0;
    margin-right: 40px;
}

.testimonials .slider__testimonials {
    padding-bottom: 60px;
}

.testimonial__form .form__textarea {
    width: 100%;
}

.testimonial__form .form__textarea textarea {
    width: 100%;
}

.testimonial__form .form__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
}

.testimonial__form .form__rating {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.testimonial__form .form__title {
    color: #29292B;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-right: 7px;
}

.testimonial__form .form__rating .form__stars {
    display: flex;
}

.testimonial__form .form__rating input {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
}

.testimonial__form .form__rating label {
    margin: 0;
    cursor: pointer;
}

.testimonial__form .form__rating label svg path {
    fill: #2D408B;
    stroke: var(--color-primary);
    transition: fill 0.3s;
}

.testimonial__form .form__rating input:checked ~ label svg path {
    fill: none;
    stroke: #ABB3D1;
}

.testimonial__form .form__rating .form__stars:hover label svg path {
    fill: #2D408B;
    stroke: var(--color-primary);
}

.testimonial__form .form__rating .form__stars input:hover ~ label svg path {
    fill: none;
    stroke: #ABB3D1;
}

.testimonial__form .form__input input {
    width: 308px;
}

.testimonial__form .form__button {
    text-transform: uppercase;
    max-width: 180px;
    width: 100%;
}

.testimonial__form .testimonialFile {

}

.testimonial__form .formFile .formFile__label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-right: 15px;
}

.testimonial__form .formFile .formFile__label:hover {
    color: var(--color-primary);
    cursor: pointer;
}

.testimonial__form .formFile .formFile__input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.testimonial__form .formFile .formFile__label:before {
    content: "";
    position: relative;
    top: 4px;
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 8px;
    background-image: url(/images/paperclip.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.testimonial__form .formFile .formFile__label:hover:before {
    background-image: url(/images/paperclip.svg);
    background-size: auto auto;
    background-position: 100% 0;
    cursor: pointer;
}

.delivery {
    width: 1170px;
    color: #232A32;
}

.delivery__header {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
}

.delivery__subHeader {
    color: #29292B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.delivery__description {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 27px;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    color: #29292B;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
}

.delivery__description li {
    width: 47%;
    position: relative;
    padding-left: 21px;
}

.delivery__description li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(images/delivery_mark.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
}

.delivery ul {
    list-style: none;
    padding: 0;
}

.delivery ul li {
    position: relative;
    padding-left: 15px;
}

.delivery ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 5px;
    height: 5px;
    background-image: url(images/delivery_mark.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
}

.delivery__options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.delivery__option {
    width: 47%;
}

.delivery__option .button {
    width: 180px;
    height: 48px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}

.deliveryOption__header {
    display: flex;
    align-items: end;
    margin-bottom: 24px;
}

.deliveryOption__headerText {
    color: #29292B;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px;
}

.deliveryOption__content {
    margin-bottom: 25px;
}

.deliveryButton {
    display: flex;
    justify-content: center;
    width: 260px;
    height: 60px;
    background-color: #2E4F9E;
    color: #FFFFFF;
    align-items: center;
    margin: 0 auto 65px;
}

.payment {
    width: 1170px;
    color: #232A32;
    background-color: #f5c2c7;
}

.payment__subHeader {
    color: #29292B;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.payment__description {
    text-align: center;
}

.payment__description-subHeader {
    color: #29292B;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.payment__description-content {
    text-align: center;
    color: #29292B;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    max-width: 550px;
    margin: 0 auto 30px auto;
}

.payment__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
}

.payment__cards img {
    margin-right: 10px;
}

.payment__cards img:last-child {
    margin-right: 0;
}

.payment-cardText {
    width: 930px;
    margin-bottom: 40px;
}

.payment-cardTextEnd {
    margin-bottom: 100px;
}

.table-props tr:nth-of-type(odd) > * {
    background-color: #EAECF3;
}

.table-props tr td {
    width: 50%;
    color: #29292B;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.table-equip {
    padding: 30px 75px;
    background-color: #FFF;
}

.table-equip tr td {
    width: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    border-bottom: 1px solid #2E4F9E;
    padding: 24px 10px 24px 15%;
}

.equipments__items {
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}

.equipments__items .equipments__item {
    display: flex;
    align-items: center;
    color: #29292B;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 18px;
}

.equipments__items .equipments__item svg {
    margin-right: 8px;
}

.review__block {
    background-color: #FFF;
    margin-bottom: 20px;
    padding: 30px 25px;
    display: flex;
}

.review__block a {
    text-decoration: none;
}

.reviewFurther {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.reviewFurther p {
    width: 65px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    border-bottom: 1px solid #2E4F9E;
    padding-bottom: 5px;
}

.advantagesBlock {
    margin-bottom: 50px;
}

.advantagesBlock__header {
    color: #29292B;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
}

.advantagesBlock__items {
    display: flex;
    justify-content: space-between;
    max-width: 940px;
    width: 100%;
    margin: auto;
}

.advantagesBlock__item {
    width: 100%;
    max-width: 155px;
    text-align: center;
}

.advantagesBlock__item svg {
    height: 66px;
    margin-bottom: 22px;
}

.advantagesBlock__itemText {
    color: var(--color-primary);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.advantagesBlock__item-content {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 137.2%;
    text-align: center;
    color: #000000;
    margin: 0;
}

.tab-content img {
    max-width: 100%;
    height: auto;
}

.sku,
.delivery-sets {
    margin-bottom: 20px;
    position: relative;
}

.sku .sku__title,
.delivery-sets .delivery-sets__title {
    color: #000;
    font-family: "Exo 2";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.sku .sku__list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-height: 108px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.delivery-sets .delivery-sets__list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.sku .sku__list.sku__list--substrate {
    padding: 13px;
    border: 1px solid #D5D9E8;
    background: var(--color-white);
}

.sku__list.sku__list--substrate.expanded {
    max-height: none;
}

.sku_color .sku__more,
.sku_color .sku__more-angle {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.sku_color .sku__more-angle.rotated {
    transform: rotate(180deg);
    right: -6px;
    top: 97%;
}

.sku .sku__item,
.delivery-sets .delivery-sets__item {
    cursor: pointer;
    display: flex;
}

.sku__item .sku__color {
    border-radius: 40px;
    border: 0.5px solid #7F7F7F;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sku__item .sku__color svg {
    display: none;
}

.sku__item.selected .sku__color svg {
    display: block;
    position: absolute;
    z-index: 1;
}

.sku__item .sku__text,
.delivery-sets__item .delivery-sets__text {
    border-radius: 3px;
    background: #D5D9E8;
    color: #2D408B;
    font-family: "Exo 2";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 13px;
}

.sku__item.selected .sku__text,
.delivery-sets__item.delivery-sets__item--active .delivery-sets__text {
    background: var(--color-primary);
    color: var(--color-white);
}

.productDetails {
    display: flex;
    gap: 30px;
}

.productDetails.productDetails-haveOffers {
    justify-content: space-between;
}

.productDetails .productDetails__info {

}

.productDetails .productDetails__control {
    max-width: 240px;
    width: 100%;
}

/* RESPONSIVE */
@media (max-width: 1399px) {

}

@media (max-width: 1199px) {
    .productWrap .colOne {
        max-width: calc(100% - 351px - 235px - 20px);
    }

    .productImages__navigationWrapper .productMainSlider__image {
        height: 60px;
        width: 60px;
    }

    .haveOffers .productPurchaseBlock__button a {
        width: 140px;
    }

    .testimonials {
        flex-wrap: wrap;
    }

    .testimonials .slider__testimonials {
        width: 100%;
    }

    .testimonials .testimonial__form {
        margin: 0 0 20px;
    }

    .serviceBlock__items {
        gap: 15px;
    }

    .serviceBlock__items.serviceBlock__enum-count-3 {
        justify-content: start;
    }

    .serviceBlock__items .serviceBlock__item {
        margin-right: 26px;
    }
}

@media (max-width: 991px) {
    .productWrap.haveOffers .colThree {
        max-width: 360px;
    }

    .productTopBar {
        align-items: end;
    }

    .productTopBar .productTopBar__left {
        flex-direction: column;
        align-items: start;
    }

    .productTopBar .productTopBar__left .productTopBar__sku,
    .productTopBar .productTopBar__left a {
        margin-bottom: 15px;
    }

    .productTopBar .productTopBar__left a:last-child {
        margin-bottom: 0;
    }

    .productWrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .productWrap .colOne {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .productImages__navigationWrapper {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .productImages__navigationWrapper .productMainSlider__image {
        height: 80px;
        width: 80px;
    }

    .testimonials .testimonial__form {
        flex: unset;
        width: 100%;
    }

    .testimonial__form .form__row {
        justify-content: start;
        flex-wrap: wrap;
    }

    .testimonial__form .form__input {
        width: 100%;
        margin-bottom: 10px;
    }

    .testimonial__form .form__input:last-child {
        margin-bottom: 0;
    }

    .testimonial__form .form__input input {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .productWrap.haveOffers .colTwo,
    .productWrap.haveOffers .colThree {
        max-width: 100%;
    }

    .haveOffers .productPurchaseBlock__button a {
        width: 173px;
    }

    .sku .sku__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-height: unset;
    }

    .sku_color .sku__more,
    .sku_color .sku__more-angle {
        display: none;
    }

    .productDetails {
        flex-wrap: wrap;
    }

    .productDetails .productDetails__control {
        max-width: 100%;
    }

    .productDetails .productDetails__info {
        order: 1;
    }

    .tab-content {
        margin-bottom: 50px;
    }

    .productWrap .colTwo,
    .productWrap .colThree {
        max-width: 100%;
    }

    .delivery__description li {
        width: 100%;
        margin-bottom: 10px;
    }

    .delivery__options {
        flex-wrap: wrap;
    }

    .delivery__options .delivery__option {
        width: 100%;
        margin-bottom: 10px;
    }

    .payment__cards img {
        margin-bottom: 10px;
    }

    .reviewBlock .reviewBlock__info {
        width: 100%;
        order: 1;
    }

    .reviewBlock .reviewBlock__image {
        width: 100%;
        order: 0;
        margin-bottom: 10px;
    }

    .advantagesBlock__items {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .serviceBlock__items .serviceBlock__item {
        margin-right: 0;
        flex-basis: 100%;
    }
}

@media (max-width: 575px) {
    .productWrap .colTwo,
    .productWrap .colThree {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .productTopBar {
        flex-direction: column;
        align-items: start;
    }

    .productTopBar .productTopBar__left a:last-child {
        margin-bottom: 15px;
    }
}