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

.bx_catalog-compare-list {
    display: none;
}

.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: 99.99%;
    border: 1px solid #CFCFCF;
    background: #f7f7f7;
}

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

.tabsBlock__item {
    font-family: 'Exo 2';
    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: 25px 28px;
    width: 100%;
    border: 1px solid #CFCFCF;
    -webkit-appearance: none;
}

.tabsBlock__item div.active {
    background: #2C4E9E;
    color: #fff;
    border: 1px solid #2C4E9E;
}

.tabsBlock__item:hover div,
.tabsBlock__item:hover div.active {
    background: #f74b4b;
    color: #fff;
    border: 1px solid #f74b4b;
}

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

.tab__header {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #000000;
    margin: 50px 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: #2c4e9e;
}

.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: #2c4e9e;
    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: 100px;
    height: 40px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background-color: #fff;

}

.productQuantity__data {
    height: 40px;
    text-align: center;
    outline: none;
    border: none;
    max-width: 40px;
    color: #8ba5bf;
}

.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: block;
    width: 30px;
    flex: none;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    color: #8ba5bf;
}

.productQuantity__minus:hover,
.productQuantity__plus:hover {
    cursor: pointer;
    color: #f74b4b;
}

.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 table {
    width: 100%;

}

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

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

.productWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.productWrap:last-child {
    margin-bottom: 50px;
}

.productWrap .colOne {
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.productImages__slider {
    position: relative;
}

.productMainSlider__image {
    border: 1px solid #CFCFCF;
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.productMainSlider__image:hover {
    cursor: pointer;
}

.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-family: 'Exo 2';
    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;
}

.productMainSlider__image img {
    max-width: 100%;
    height: auto;
    max-height: 542px;
}

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

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

.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% - 120px);
}

.productMainSlider__slide {

}

.shareBlock {
    display: flex;
    margin-bottom: 10px;
}

.shareBlock .shareBlock__text {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-right: 10px;
}

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

.productWrap .colThree {
    width: 27%;
    display: flex;
    flex-direction: column;
}

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

.product__stock {
    display: inline-block;
    padding: 10px 10px 10px 35px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    margin-right: 20px;
}

.product__stock_red.product__stock_red {
    background: #F74C4C;
}

.product__stock_red.product__stock_red::before {
    content: '';
    background: url(/local/templates/shablon/components/bitrix/catalog.element/2022/images/svg/cross.svg) no-repeat center center;
    position: absolute;
    left: 8px;
    width: 20px;
    height: 20px;
}

.product__stock.product__stock_blue {
    background: #2E4F9E;
}

.product__stock.product__stock_blue::before {
    content: '';
    background: url(/local/templates/shablon/components/bitrix/catalog.element/2022/images/svg/checked.svg) no-repeat center center;
    position: absolute;
    left: 8px;
    width: 20px;
    height: 20px;
}

.product__sku {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.productPurchaseBlock {
    background: #2C4E9E;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

.productPurchaseBlock .productPurchaseBlock__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.productPurchaseBlock .productPurchaseBlock__price {
    min-height: 60px;
}

.productPurchaseBlock .productPurchaseBlock__priceValue {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: start;
    color: #FFFFFF;
}

.productPurchaseBlock .productPurchaseBlock__priceValue.productPurchaseBlock__priceValue_old {
    font-size: 22px;
    line-height: 26px;
    text-decoration: line-through;
}


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

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

.likeIcons .likeIcons__wish label,
.likeIcons .likeIcons__compare label {
    opacity: 0.5;
}

.likeIcons .likeIcons__wish label:hover,
.likeIcons .likeIcons__wish label.checked,
.likeIcons .likeIcons__compare label:hover,
.likeIcons .likeIcons__compare label.checked {
    opacity: 1;
}

.likeIcons .likeIcons__wish input,
.likeIcons .likeIcons__compare input {
    display: none;
}


.productPurchaseBlock .productPurchaseBlock__body {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.productPurchaseBlock__quantity {
    margin-right: 25px;
}

.productPurchaseBlock__button {
    width: 100%;
}

.productPurchaseBlock__button a {
    justify-content: center;
    background: #F74B4B;
    border: #F74B4B 1px solid;
    padding: 10px;
    display: flex;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.productPurchaseBlock__button a:hover {
    transition: 200ms;
    background: #fff;
    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-family: 'Exo 2';
    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-family: 'Exo 2';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}

.productPurchaseBlock__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;

}

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

.bestPriceButton {
    display: block;
    font-family: 'Exo 2';
    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 {
    background: #fff;
    padding: 15px 20px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    color: #000000;
    margin-bottom: 30px;
    border: 1px solid #CFCFCF;
}

.serviceBlock .serviceBlock__header {
    margin-bottom: 15px;
    line-height: 17px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.serviceBlock .serviceBlock__items .serviceBlock__item {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    justify-content: start;
}

.serviceBlock .serviceBlock__items .serviceBlock__item:last-child {
    margin-bottom: 0;
}

.serviceBlock .serviceBlock__items .serviceBlock__item img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.serviceBlock .serviceBlock__items .serviceBlock__item .serviceBlock__itemName {
    display: flex;
}

.serviceBlock .serviceBlock__items .serviceBlock__item span {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: start;
    color: #000000;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 5px;
}

.serviceBlock .serviceBlock__items .serviceBlock__item .serviceBlock__itemPrice {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #757575;
}

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

.mainButtonsBlock .mainButtonsBlock__button {
    background: #2C4E9E;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 100%;
    padding: 17px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #2C4E9E;
}

.mainButtonsBlock .mainButtonsBlock__button:hover {
    background: #f74b4b;
    border: 1px solid #f74b4b;
}

.mainButtonsBlock .mainButtonsBlock__button.mainButtonsBlock__button_white {
    background: #fff;
    color: #2C4E9E;
    border: 1px solid #2C4E9E;
}

.mainButtonsBlock .mainButtonsBlock__button_white:hover {
    border: 1px solid #f74b4b;
    color: #f74b4b;
}

.shortPropsBlock .shortPropsBlock__header {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.shortPropsBlock .shortPropsBlock__items {
    font-family: 'Exo 2';
    font-style: normal;
    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-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2C4E9E;
    cursor: pointer;
}

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

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

.colThree .colThree__header a {
    font-family: 'Exo 2';
    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: 20px;
}

.productAction {
    border: 1px solid #CFCFCF;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    cursor: pointer;
    height: 54px;
}

.productAction:hover {
    color: #f74b4b;

}

.productAction img {
    width: 30px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    object-fit: contain;
}

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

.productWishes .productWishes__item {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: start;
    color: #757575;
    text-decoration: underline;
    margin-bottom: 10px;
}

.productWishes .productWishes__item img {
    margin-right: 10px;
}

.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-family: 'Exo 2';
    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;
}

.testimonial_form .testimonial_formHeader {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 25px;
}

.testimonial_form .form_input input {
    padding: 3px 6px 3px 6px;
}

.testimonial_form .form_textarea textarea {
    padding: 3px 6px 3px 6px;
}

.testimonial_form .form_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

.testimonial_form .form_rating {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.testimonial_form .form_title {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-right: 15px;
}

.testimonial_form .form_rating input {
    position: absolute;
    left: -9999px;
}

.testimonial_form .form_rating label {
    margin: 0;
    cursor: pointer;
}

.testimonial_form .form_rating label svg {
    margin: 2px;
    fill: #6F87BC;
    transition: fill 0.3s;
}

.testimonial_form .form_rating input:checked ~ label svg {
    fill: #E2E2E2;
}

.testimonial_form .form_rating .form_stars:hover label svg {
    fill: #6F87BC;
}

.testimonial_form .form_rating .form_stars input:hover ~ label svg {
    fill: #E2E2E2;
}

.testimonial_form .form_input input {
    width: 210px;
    height: 44px;
    background: #E2E2E2;
    border: none;
    margin-right: 25px;
}

.testimonial_form .form_button {
    background: #2E4F9E;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 17px 79px;
    border: unset;
}

.testimonial_form .form_textarea label {
    margin-bottom: 20px;
}

.testimonial_form .form_textarea textarea {
    width: 100%;
    background: #E2E2E2;
    margin-bottom: 30px;
}

.testimonial_form .testimonialFile {

}

.testimonial_form .formFile .formFile__label {
    font-family: 'Exo 2';
    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;
    margin-bottom: 30px;
}

.delivery__subHeader {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 30px;
}

.delivery__description {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.delivery__description li {
    width: 47%;
}

.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 {
    margin-bottom: 30px;
}

.delivery__option {
    background-color: #FFFFFF;
    padding: 20px 20px 25px 25px;
    height: 100%;
}

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

.deliveryOption__headerText {
    padding: 0 0 0 20px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #232A32;
}

.deliveryMapImage {
    padding-bottom: 65px;
}

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

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

.payment__subHeader {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 25px;
}

.payment__description {
    text-align: center;
    background-color: #FFFFFF;
    margin-bottom: 45px;
    padding: 20px 0 5px;
}

.payment__description-subHeader {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #232A32;
    margin-bottom: 15px;
}

.payment__description-content {
    display: flex;
    justify-content: center;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.payment__description-text {
    width: 800px;
}

.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: #FFF;
}

.table-props tr td {
    width: 50%;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

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

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

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

.review__block a {
    text-decoration: none;
}

.review__blockItem {
    /*margin-left: 55px;*/
}

.reviewBlock__date {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 137.2%;
    color: #7A7A7A;
    margin: 30px 0 20px 0;
}

.reviewBlock__name {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.reviewBlock__text {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    max-width: 855px;
}

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

.reviewFurther p {
    width: 65px;
    text-align: center;
    font-family: 'Exo 2';
    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__item {
    text-align: center;
    background-color: #FFF;
    padding: 15px;
    height: 100%;
}

.advantagesBlock__item img {
    margin-bottom: 17px;

}

.advantagesBlock__item-header {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
    height: 44px;
}

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

.subscribeBlock {
    background-color: #FFF;
    padding: 45px 30px 45px 40px;
    margin-bottom: 50px;
}

.subscribeBlock__header {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #232A32;
    margin-bottom: 30px;
}

.subscribeBlock__content form {
    display: flex;
    margin-bottom: 40px;
}

.subscribeBlock__contentText {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    max-width: 600px;
}

.subscribeBlock__contentForm {
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
    align-items: center;
}

.subscribeBlock__contentForm div {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.subscribeBlock__contentForm input {
    width: 240px;
    height: 45px;
    background: #E2E2E2;
    border: 0;
}

.subscribeBlock__contentForm button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 45px;
    background: #30509E;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    text-decoration: none;
    outline: 0;
}

.subscribeBlock__subContent {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
}

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

/* RESPONSIVE */
@media (max-width: 1399px) {
    .productImages__navigation .productMainSlider__image {
        height: 100px;
        width: 100px;
    }

    .subscribeBlock {
        text-align: center;
    }

    .subscribeBlock__content form {
        flex-wrap: wrap;
        justify-content: center;
    }

    .subscribeBlock__contentForm {
        justify-content: center;
    }

    .subscribeBlock__contentForm > * {
        margin-right: 15px;
    }

    .subscribeBlock__contentForm > *:last-child {
        margin-right: 0;
    }

    .subscribeBlock__contentText {
        margin-bottom: 20px;
    }

    .testimonial_form .form_row {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .testimonial_form .form_row > * {
        margin-bottom: 15px;
    }

    .productWishes {
        flex-direction: column;
    }

    .productWishes .productWishes__item {
        margin-bottom: 5px;
    }

    .review__block {
        align-items: center;
    }

    .colThree .colThree__header a:first-child {
        text-align: start;
    }

    .catalog-top .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .catalog-top .slick-arrow.slick-prev {
        left: -35px;
    }

    .catalog-top .slick-arrow.slick-next {
        right: -35px;
    }

    .catalog-top.ltoProjects .slick-arrow.slick-prev {
        left: -25px;
    }

    .catalog-top.ltoProjects .slick-arrow.slick-next {
        right: -25px;
    }
}

@media (max-width: 1199px) {
    .productImages__navigation .productMainSlider__image {
        height: 80px;
        width: 80px;
    }
}

@media (max-width: 991px) {
    .productImages__navigationWrapper {
        display: none;
    }

    .productWrap .colOne {
        width: 49%;
    }

    .productWrap .colTwo {
        width: 49%;
    }

    .productWrap .colThree {
        width: 100%;
    }

    .productWishes {
        flex-direction: row;
        justify-content: space-around;
    }

    .review__block {
        padding: 0;
    }

    .advantagesBlock .col-12 {
        margin-bottom: 15px;
    }

    .advantagesBlock {
        margin-bottom: 20px;
    }

    .subscribeBlock {
        background-color: #FFF;
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .tab__header {
        margin: 30px 0;
    }

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

    .reviewBlock__name {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .subscribeBlock__content form {
        margin-bottom: 20px;
    }

    .subscribeBlock__header {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .subscribeBlock__contentText {
        font-size: 14px;
        line-height: 17px;
    }

    .productWrap .colOne {
        width: 100%;
    }

    .subscribeBlock__contentForm div {
        font-size: 14px;
        line-height: 17px;
    }

    .subscribeBlock__subContent {
        font-size: 12px;
        line-height: 116.5%;
    }

    .productWrap .colTwo {
        width: 100%;
    }

    .table-equip {
        padding: 10px 25px 25px 25px;
    }

    .table-equip tr td {
        padding: 15px 10px 15px 10%;
    }

    .advantagesBlock__item-header {
        height: 20px;
    }

    .subscribeBlock__contentForm {
        flex-wrap: wrap;
    }

    .subscribeBlock__contentForm > * {
        margin-bottom: 15px;
    }

    .subscribeBlock__contentForm > *:last-child {
        margin-bottom: 0;
    }

    .subscribeBlock__contentForm input {
        margin-right: 0;
    }

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

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

    .deliveryMapImage {
        padding-bottom: 35px;
    }

    .deliveryButton {
        margin-bottom: 35px;
    }

    .review__block {
        padding-top: 15px;
    }

    .review__block a {
        display: flex;
        justify-content: center;
    }

    .reviewBlock__date {
        text-align: center;
    }

    .testimonial_form .form_title {
        width: 100px;
    }

    .tabsBlock__item {
        width: 33%;
    }

    .tabsBlock__item div {
        padding: 5px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .productImages__navigationWrapper .swiper-slide {
        display: none;
    }

    .productMainSlider__slide .productMainSlider__image {
        height: unset;
        padding: 0;
    }

    .slick-arrow.productImages-prev {
        position: unset;
    }

    .slick-arrow.productImages-next {
        position: unset;
    }

    .productImages__navigation {
        display: none;
    }

    .productImages__navigationWrapper {
        justify-content: center;
        margin-bottom: 0;
    }

    .shareBlock {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .shareBlock .shareBlock__text {
        margin: 0 0 10px 0;
    }

    .colTwo .colTwo__header {
        text-align: center;
    }

    .delivery__description {
        flex-direction: column;
        margin-bottom: 10px;
    }

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

    .advantagesBlock__item-header {
        height: unset;
    }

    .advantagesBlock__item {
        width: 250px;
        margin: auto;
    }

    .testimonialBlock {
        padding: 22px 15px;
    }

    .table-equip {
        padding: 10px 8px;
    }

    .productAction {
        font-size: 14px;
        line-height: 17px;
    }

    .table-props tr td {
        font-size: 14px;
        line-height: 17px;
    }

    .table-equip tr td {
        width: 80%;
        font-size: 14px;
        line-height: 17px;
        padding: 10px 10px;
    }

    .testimonial_form .form_row {
        display: flex;
        flex-direction: column;
    }

    .testimonial_form .form_row > *:not(:first-child) {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .testimonial_form .form_rating {
        justify-content: space-between;
    }

    .testimonial_form .form_input input {
        width: 100%;
    }

    .testimonial_form .form_title {
        margin-bottom: 10px;
    }

    .testimonial_form > form > button {
        text-align: center;
    }

    .testimonial_form .form_button {
        display: block;
        margin: auto;
    }
}

@media (max-width: 480px) {
    .productWrap {
        margin-bottom: 40px;
    }

    .productInfo .productInfo__items .productInfo__item {
        margin-bottom: 15px;
    }

    .productInfo {
        padding: 10px;
    }

    .tabsBlock__item {
        font-size: 12px;
    }

    .testimonialBlock .testimonialBlock_info {
        flex-direction: column;
    }

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