@import url("/local/templates/main/css/colors.css?v=1.24");

.no-line-breaks {
    white-space: nowrap;
}

a.js-open-signin-modal,
a.js-open-register-modal {
    cursor: pointer;
}

.header-btn--mini {
    max-width: 110px;
}

.wrapper--trade .mobile-menu__header {
    height: auto;
}

.search-panel__icon {
    background: transparent;
    cursor: pointer;
}

.personal-block-topbanner {
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
}

.personal-block-topbanner img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    .personal-block-topbanner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.personal-catalogbanner {
    margin-top: 60px;
    width: 100%;
    padding: 20px 40px;
    background: #C3C77F;
    border-radius: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .personal-catalogbanner {
        min-height: 150px;
        margin-top: 30px;
    }
}

.personal-catalogbanner__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000000;
}

.personal-catalogbanner__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.personal-catalogbanner__content {
    max-width: 500px;
    width: 100%;
    padding-right: 30px;
    position: relative;
    z-index: 3;
}

.personal-catalogbanner__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1024px) {
    .personal-catalogbanner__title {
        font-size: 18px;
        line-height: 26px;
    }
}

.personal-catalogbanner__text {
    margin-top: 5px;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1024px) {
    .personal-catalogbanner__text {
        font-size: 16px;
        line-height: 22px;
    }
}

.personal-catalogbanner__button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #F4F5F6;
    position: relative;
    z-index: 3;
}

.personal-catalogbanner svg {
    fill: #F4F5F6;
}

.contact-info-block__section.hidden-section {
    display: none !important;
}

.contact-info-block__element.hidden-element,
.contact-info-block__status.hidden-element {
    display: none !important;
}

.contact-info-block__status.status-error {
    color: #813F4B;
}

.section-grid__col-empty-list {
    margin: 20px 0px;
    padding: 20px;
}

.detail-info-page__title {
    font-size: 32px;
    line-height: 42px;
}

.detail-section-page__name {
    text-decoration: none;
}

.detail-section-page:hover .detail-section-page__name {
    color: #404656;
}

.detail-section-page__name a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #404656;
    text-decoration-color: #404656;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.detail-section-page__name a:hover {
    color: inherit;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.info-page-mobile__link a,
.info-page-mobile__link a:hover {
    color: inherit;
    display: inline-block;
    margin-left: 8px;
}

.delivery-block .h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: var(--site-main-title-color);
}

@media screen and (max-width: 1024px) {
    .delivery-block .h2 {
        font-size: 24px;
        line-height: 34px;
    }
}


.info-page-block h2 {
    margin-top: 40px;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--site-main-title-color);
}

@media screen and (max-width: 1024px) {
    .info-page-block h2 {
        margin-top: 40px;
        font-size: 24px;
        line-height: 34px;
    }
}

.info-page-block h3 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--site-main-title-color);
}

@media screen and (max-width: 1024px) {
    .info-page-block h3 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 28px;
    }
}

.info-page-block.info-page-block-section-bottom .info-page-block__desc {
    line-height: 1.5;
}

.info-page-block.info-page-block-section-bottom .info-page-block__desc p + p {
    margin-top: 15px;
}

/*
.product-block__desc {
    position: relative;
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
*/

/*
.product-block__desc::before {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
}
.product-block__desc::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
    background: #fff;
}

.bx-firefox .product-block__desc::before,
.bx-firefox .product-block__desc::after,
.bx-chrome .product-block__desc::before,
.bx-chrome .product-block__desc::after,
.bx-safari .product-block__desc::before,
.bx-safari .product-block__desc::after {
    display: none;
}
*/

@media screen and (max-width: 1024px) {
    /*.product-block__desc {
         max-height: 44px;
    }*/
}

.instructions-block__cart + .instructions-block__cart {
    margin-top: 40px;
}

.instructions-block__name {
    word-break: break-word;
    word-wrap: break-word;
}

.info-page-block__desc ul {
    margin: 20px 0px;
    text-align: left;
}

.info-page-block__desc ul:first-child {
    margin-top: 0px;
}

.info-page-block__desc ul:last-child {
    margin-bottom: 0px;
}

.info-page-block__desc ul li {
    font-size: 18px;
    line-height: 26px;
    color: #777E90;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .info-page-block__desc ul li {
        font-size: 16px;
        line-height: 22px;
    }
}

.info-page-block__desc ul li:last-child {
    margin-bottom: 0px;
}

.info-page-block__desc ul li:before {
    content: '';
    min-width: 10px;
    max-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3F8167;
    margin-right: 10px;
    margin-top: 5px;
}

.price-block__buy--trade-account {
    max-width: none;
    background: #FBC233;
    color: #404656;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.price-block__buy--trade-account:hover {
    background: #FFFFFF;
}

.price-block__buy--trade-account span {
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #404656;
}

.popular-filters__element {
    height: 90px;
    padding: 8px 15px;
    margin-right: 10px;
}

.popular-filters__icon {
    width: 50px;
    height: 50px;
}

.popular-filters__name {
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    .popular-filters__element {
        height: 50px;
    }

    .popular-filters__icon {
        width: 50px;
        height: auto;
    }
}


.section-block.active {
    background: #E8EAEC;
    border: 1px solid #777E90;
}

.section-block.active:hover .section-block__name {
    color: #404656;
}

.section-block__name {
    min-height: 52px;
}

.tabs-detail__block-old-description {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 80%;
    line-height: 1.25;
}

.tabs-detail__block-old-description .content_text {
    width: 55.5%;
    margin-top: 18px;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .1px;
}

@media screen and (max-width: 767px) {
    .tabs-detail__block-old-description {
        width: 100%;
    }

    .tabs-detail__block-old-description > div > div > div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tabs-detail__block-old-description .content_text {
        width: 100%;
    }
}

.main-slider-block__link {
    margin-top: 60px;
    position: relative;
    z-index: 2;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FBC233;
    border-radius: 20px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #404656;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 568px) {
    .main-slider-block__link {
        margin: 10px;
        font-size: 16px;
        line-height: 16px;
    }
}

.main-slider-block__link:hover {
    background: #FFFFFF;
}

.material-block__content {
    padding: 30px;
}

.material-block__title {
    color: #404656;
}

.material-block__text {
    color: #404656;
}

.material-block__image img {
    top: 0;
}

.material-block__button {
    position: absolute;
    margin: 0;
    top: 130px;
}

.landing-page__button {
    max-width: 390px;
}

.landing-page__button.landing-page__button-quote {
    margin-bottom: 40px;
}

.carousel__button svg {
    fill: #000;
}

.carousel__button.is-close svg,
.carousel__button.is-next svg,
.carousel__button.is-prev svg {
    fill: #fff;
}

.carousel__button.fancybox__button--close svg {
    stroke: #fff;
    width: 22px;
    height: 22px;
}

.breadcrumbs__link.last-item:after {
    display: none;
}

.element-display-none {
    display: none !important;
}

.price-block__not-in-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;

    max-width: 284px;
    width: 100%;
    height: 60px;
    padding: 0px 40px;
    /* 	background-color: transparent; */
    background: #346E57;
    /* 	color: #404656; */
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.price-block--trade .price-block__not-in-stock {
    /* 	color: #c9ceda; */
    color: #FFFFFF;
}

@media screen and (max-width: 1275px) {
    .price-block__not-in-stock {
        height: 50px;
        font-size: 16px;
        line-height: 16px;
        border-radius: 8px;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 767px) {
    .price-block__not-in-stock {
        padding: 0px 10px;
    }
}

.product-block__stickers {
    z-index: 7;
}

.product-block__stickers span:not([class]) {
    display: block;
    max-width: 130px;
    width: 116px;
    height: 33px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 500;
    color: #3b3b3b;
    background-color: rgba(247, 186, 233, 0.9);
    text-align: center;
}

.product-block__image img.slider-on {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.product-block__slider-box {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

@media (max-width: 767px) {
    .product-block__slider-box {
        padding: 6px 0;
    }
}

.product-block__slider-box img {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.product-block__slider-box img.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.detail-cart-page__stickers span {
    display: block;
    max-width: 120px;
    width: 116px;
    height: 33px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 500;
    color: #3b3b3b;
    background-color: rgba(247, 186, 233, 0.75);
    text-align: center;
}

@media (max-width: 767px) {
    .main-section-block__trustpilot {
        display: none;
        height: 0px !important;
        margin: 0;
        overflow: hidden;
    }
}

.wrapper.header-info-active {
    padding-top: 58px;
}

.header-info.active {
    position: fixed;
    top: 0;
    z-index: 100;
}

.header-info {
    background: #000; /* #a80a0c #b4f9ff */
    color: #fff; /* #000 */
}

.header-info__text {
    color: inherit;
}

.header-info__text a {
    color: inherit;
    text-decoration: underline;
}

.header-info__text a:hover,
.header-info__text a:active {
    text-decoration: none;
}

.header-info__text img {
    display: inline-block;
    vertical-align: middle;
}

.header-info__close svg {
    fill: inherit;
}

.header-info__close:hover svg,
.header-info__close:active svg {
    fill: inherit;
}

@media (max-width: 767px) {
    .header-info__wrapper {
        padding: 0 20px 0 10px;
    }

    .header-info__text {
        line-height: 1.1;
    }
}

.trade-element__button {
    max-width: 200px;
}

.trade-account-after-auth-modal .fancybox__content {
    padding: 0;
}

.price-block__text {
    font-size: 14px;
}

.item-price__old_value {
    font-size: 22px;
    line-height: 22px;
}

.item-price__old_value s {
    -webkit-text-decoration-color: var(--site-section-product-old-price-decoration-color);
    text-decoration-color: var(--site-section-product-old-price-decoration-color);
}

@media screen and (max-width: 1024px) {
    .item-price__old_value {
        font-size: 18px;
        line-height: 24px;
    }
}

.item-block__sale_price s,
.price-block__value s {
    -webkit-text-decoration-color: var(--site-offer-old-price-decoration-color);
    text-decoration-color: var(--site-offer-old-price-decoration-color);
}

/* // detail v3
.cart-element__title {
  font-size: 32px;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .cart-element__title {
    font-size: 24px;
    line-height: 34px;
  }
}

.cart-element__title.cart-element__title-unique-features {
}

.cart-element {
	padding-bottom: 0;
	border-bottom: none;
}
*/

.datail-info-block__title {
    display: none;
}

.price-block__pays {
    margin-left: 0;
}

.items-slider__link_empty {
    order: 4;
    display: flex;
    align-items: center;
    width: 160px;
    height: 50px;
    box-sizing: border-box;
}

.banner-catalog-container {
    height: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.banner-catalog-container.loaded {
    height: auto;
    margin-top: 40px;
    max-height: 768px;
    overflow: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.banner-catalog-container a,
.banner-catalog-container a:hover,
.banner-catalog-container a:active,
.banner-catalog-container a:focus {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.banner-catalog-container img {
    display: inline-block;
    max-width: 100%;
}

.modal-banner-modal {
    max-width: 1280px;
    width: auto;
    padding: 0;
    background: #FFFFFF;
}

.modal-banner-modal__content {

}

.modal-banner-modal__content a,
.modal-banner-modal__content a:hover,
.modal-banner-modal__content a:active,
.modal-banner-modal__content a:focus {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.modal-banner-modal__content img {
    display: inline-block;
    max-width: 100%;
}

.cart-element__content-banner-detail {
    flex-basis: 100%;
    text-align: center;
}

.cart-element__content-banner-detail a,
.cart-element__content-banner-detail a:hover,
.cart-element__content-banner-detail a:active,
.cart-element__content-banner-detail a:focus {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.cart-element__content-banner-detail img {
    display: inline-block;
    max-width: 100%;
}

.tabs-detail__block-banner-detail-description {
    margin: -40px 0 40px;
    text-align: left;
}

@media (max-width: 767px) {
    .tabs-detail__block-banner-detail-description {
        margin: -20px 0 20px;
    }
}

.tabs-detail__block-banner-detail-description a,
.tabs-detail__block-banner-detail-description a:hover,
.tabs-detail__block-banner-detail-description a:active,
.tabs-detail__block-banner-detail-description a:focus {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.tabs-detail__block-banner-detail-description img {
    display: inline-block;
    max-width: 100%;
}

.tabs-items__nav {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.tabs-items__element {
    height: auto;
    line-height: 32px;
    padding: 12px 30px;
}

.landing-page__title-link {
    font: inherit;
    color: inherit;
    text-decoration: underline;
}

.landing-page__title-link:hover,
.landing-page__title-link:active {
    font: inherit;
    color: inherit;
    text-decoration: none;
}

.setting-choose__content {
    height: 52px;
}

.setting-choose--small {
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
}

@media screen and (max-width: 1275px) {
    .setting-choose--small {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
}

@media screen and (max-width: 1024px) {
    .setting-choose--small {
        max-width: 52px;
        min-width: 52px;
    }
}

.setting-choose input.disabled ~ .setting-choose__content::after {
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg);
}

.setting-choose__content span {
    border: none;
}

.setting-choose__content span.product-color-white {
    width: 30px;
    border: 1px solid rgb(201, 206, 218);
}

.setting-choose input:checked ~ .setting-choose__content span.product-color-white {
    width: 26px;
}

.setting-choose input.disabled ~ .setting-choose__content span.product-color-white {
    border: 1px solid rgba(201, 206, 218, 0.3);
}

@media screen and (max-width: 1024px) {
    .setting-choose__content span.product-color-white {
        width: 100%;
        height: 26px;
    }

    .setting-choose input:checked ~ .setting-choose__content span.product-color-white {
        height: 22px;
    }
}

.main-content {
    padding-top: 15px;
}

@media screen and (max-width: 1199px) {
    .main-content {
        padding-top: 10px;
    }
}

.search-page {
    margin-bottom: 40px;
}

.section-grid__empty-search {
    padding: 20px 0;
}

.search-modal-back {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(244, 245, 246, 1);
}

.search-modal-back.active {
    display: block;
    z-index: 100;
}

.search-modal-close {
    position: absolute;
    top: 12px;
    right: calc((100vw - 1370px) / 2 + 14px);
    display: none;
    width: 18px;
    height: 18px;
}

.search-modal-back.active .search-modal-close {
    display: block;
    z-index: 12;
}

@media screen and (max-width: 1440px) {
    .search-modal-close {
        right: 14px;
    }
}

.search-modal-close svg {
    width: 18px;
    height: 18px;
    fill: #000;
}

.search-modal {
    position: relative;
    display: none;
    margin: 0 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
    overflow-y: scroll;
}

.search-modal-back.active .search-modal {
    display: block;
}

.search-modal-back.active .wrapper-block {
    background: inherit;
}

.search-modal-back.active .wrapper-block__content {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgb(244, 245, 246);
}

.search-modal .section-grid__block {
    align-items: baseline;
}

.search-modal .section-filter__row {
    margin-bottom: 0;
}

body.noscroll-search {
    overflow: hidden !important;
}

.section-grid__title.search-result__title {
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 1024px) {
    .section-grid__title.search-result__title {
        font-size: 18px;
        line-height: 25px;
    }
}

.section-grid__count.search-result__count {
    font-size: 26px;
    line-height: 33px;
}

@media (max-width: 1024px) {
    .section-grid__count.search-result__count {
        font-size: 20px;
        line-height: 28px;
    }
}

.main-slider__content {
    border-radius: 12px;
}

.tabs-category__nav.tabs-category__nav-styles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs-category__nav.tabs-category__nav-styles .tabs-category__element {
    margin-right: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .tabs-category__nav.tabs-category__nav-styles .tabs-category__element {
        order: 1;
    }

    .tabs-category__nav.tabs-category__nav-styles .tabs-category__element.active {
        order: 0;
    }
}

.tabs-category__name.tabs-category__name-styles {
    font-size: 20px;
    line-height: 24px;
    background: var(--site-tab-background-color);
    border-radius: 16px;
    padding: 10px 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .tabs-category__name.tabs-category__name-styles {
        font-size: 18px;
        line-height: 22px;
        padding: 9px 20px;
    }
}

@media screen and (max-width: 568px) {
    .tabs-category__name.tabs-category__name-styles {
        font-size: 18px;
        line-height: 22px;
    }
}

.tabs-category__container.tabs-category__container-styles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs-category__items {
    min-width: calc(100% + 30px);
    margin: 10px -15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: start;
    align-items: stretch;
}

.tabs-category__items .item-block,
.tabs-category__items .offer-block {
    margin: 0 15px 30px;
    flex-basis: calc(25% - 30px);
}

@media screen and (max-width: 1279px) {
    .tabs-category__items {
        margin: 30px 0 0;
    }

    .tabs-category__items .item-block,
    .tabs-category__items .offer-block {
        flex-basis: calc(33.3333% - 30px);
    }
}

@media screen and (max-width: 1023px) {
    .tabs-category__items .item-block,
    .tabs-category__items .offer-block {
        flex-basis: calc(50% - 30px);
    }
}

@media screen and (max-width: 568px) {
    .tabs-category__items .item-block,
    .tabs-category__items .offer-block {
        flex-basis: calc(100% - 30px);
    }

    .tabs-category__items.tabs-category__items--xs-6 .item-block,
    .tabs-category__items.tabs-category__items--xs-6 .offer-block {
        flex-basis: calc(50% - 30px);
    }
}

.tabs-category__link_btn.tabs-category__link_btn-styles {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-block__offers-sizes {

}

.item-offers-sizes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}

.item-offers-sizes__element {
    margin-top: 15px;
    margin-right: 10px;
    padding: 12px 15px;
    border-radius: 12px;
    border: 1px solid var(--site-section-product-sizes-color);

    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--site-section-product-sizes-color);
}

.product-block__offers {
    /*     margin-top: 15px; */
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .product-block__offers {
        margin: 0 0 20px;
    }

    .item-offers-sizes__element {
        font-size: 14px;
        padding: 8px 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 360px) {
    .item-offers-sizes__element {
        font-size: 13px;
        padding: 6px 8px;
        letter-spacing: -1px;
    }
}

.product-block__rating-widget {
    pointer-events: none !important;
    margin-top: 10px;
}

.product-block__rating-widget .ruk-rating-snippet-count {
    display: none !important;
}

/*
.product-block__rating-widget .ruk-rating-snippet-count:first-of-type {
	display: none !important;
}
.product-block__rating-widget .ruk-rating-snippet-count:nth-of-type(2) {
	color: transparent !important;
}
.product-block__rating-widget .ruk-rating-snippet-count:nth-of-type(2) b {
	color: #404656;
}
*/

/* // detail v3
.detail-cart-page__left {
  width: calc(100% - 480px);
  min-width: 500px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .detail-cart-page__left {
    min-width: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 40px;
    border-bottom: 1px solid #C9CEDA;
  }
  .detail-cart-page__left.sticky {
    position: relative;
    top: inherit;
  }
}

@media screen and (max-width: 568px) {
  .detail-cart-page__left {
    padding-bottom: 0px;
    border-bottom: 0px;
  }
}

.detail-cart-page__right {
  max-width: 480px;
  width: 100%;
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .detail-cart-page__right {
    margin-top: 40px;
    margin-left: 0px;
    max-width: 100%;
  }
}
*/

.breadcrumbs {

}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        margin-top: 0px;
    }
}

.detail-cart-page {
    margin-top: 0;
}

.detail-info-page {

}

.detail-info-page.detail-info-page-v4 {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .detail-info-page {
        margin-top: 30px;
    }

    .detail-info-page.detail-info-page-v4 {
        margin: 0;
    }
}

.cart-image-slider {

}

@media screen and (max-width: 767px) {
    .cart-image-slider {
        margin-bottom: 0;
    }
}

.detail-cart-page__right {

}

.detail-cart-page__right .detail-cart-page__delivery-info {
    background: var(--site-detail-note-yellow-background-color);
    color: var(--site-main-text-color);
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding: 10px 10px 10px 20px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .detail-cart-page__right {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        margin-top: 0;
    }
}

.mobile-flex-order1 {

}

.mobile-flex-order2 {

}

.mobile-flex-order3 {

}

.mobile-flex-order-default {

}

@media screen and (max-width: 767px) {
    .mobile-flex-order1 {
        order: 0;
    }

    .mobile-flex-order2 {
        order: 1;
    }

    .mobile-flex-order3 {
        order: 2;
    }

    .mobile-flex-order-default {
        order: 999;
    }
}

.detail-cart-page__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.02em;
    color: var(--site-detail-product-title-color);
    margin-bottom: 10px;
}

.detail-cart-page__title.detail-cart-page__title-desktop {

}

.detail-cart-page__title.detail-cart-page__title-mobile {
    display: none;
}

.detail-info-page-v4 .detail-cart-page__title {
    font-size: 20px;
    line-height: 26px;
}

@media screen and (max-width: 1024px) {
    .detail-cart-page__title {
        font-size: 22px;
        line-height: 30px;
    }

    .detail-info-page-v4 .detail-cart-page__title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .detail-cart-page__title {
        font-size: 16px;
        line-height: 20px;
    }

    .detail-cart-page__title.detail-cart-page__title-desktop {
        display: none;
    }

    .detail-cart-page__title.detail-cart-page__title-mobile {
        display: block;
        margin-top: 0;
    }

    .detail-info-page-v4 .detail-cart-page__title {
        font-size: 16px;
        line-height: 22px;
    }
}

.detail-cart-page__element.detail-cart-page__title-switch-desktop {

}

.detail-cart-page__element.detail-cart-page__title-switch-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .detail-cart-page__element.detail-cart-page__title-switch-desktop {
        display: none;
    }

    .detail-cart-page__element.detail-cart-page__title-switch-mobile {
        display: block;
    }
}

.detail-cart-page__element.detail-cart-page__sticker-item-discount-desktop,
.detail-cart-page__element.detail-cart-page__sticker-item-discount-mobile {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #404656;
}

.detail-cart-page__element.detail-cart-page__sticker-item-discount-desktop img,
.detail-cart-page__element.detail-cart-page__sticker-item-discount-mobile img {
    display: inline-block;
    height: 32px;
    margin-right: 8px;
    vertical-align: middle;
}

.detail-cart-page__element.detail-cart-page__sticker-item-discount-desktop {

}

.detail-cart-page__element.detail-cart-page__sticker-item-discount-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .detail-cart-page__element.detail-cart-page__sticker-item-discount-desktop {
        display: none;
    }

    .detail-cart-page__element.detail-cart-page__sticker-item-discount-mobile {
        display: block;
        font-size: 16px;
        line-height: 30px;
    }
}

.detail-cart-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .prices-block .detail-cart-page__row.detail-cart-page__row--xs-gap {
        gap: 15px;
        justify-content: space-between;
        padding: 15px 15px 0;
    }
}

.detail-cart-page__row.flex-align-items-center {
    align-items: center;
}

.detail-cart-page__row.add-to-basket-text {
    margin: 0 -5px;
}

.detail-cart-page__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 15px 30px;
}

@media (max-width: 767px) {
    .prices-block .detail-cart-page__col.detail-cart-page__col--no-x-padding {
        flex: 0 0 45%;
        padding: 0 0 30px;
    }
}

.detail-cart-page__col.detail-cart-page__col-add-to-basket-text {
    flex-basis: 60%;
}

.detail-cart-page__col.detail-cart-page__col-trustpilot-widget {
    flex-basis: 40%;
    padding-bottom: 0;
}

.detail-cart-page__col.add-to-basket-text {
    padding: 0px 5px 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000;
}

.select-custom.color-controls,
.select-custom.size-controls {

}

.detail-info-page-v4 .select-custom.color-controls,
.detail-info-page-v4 .select-custom.size-controls {
    margin-top: 7px;
}

@media screen and (max-width: 767px) {
    .select-custom.color-controls,
    .select-custom.size-controls {
        margin-top: 0;
    }

    .detail-info-page-v4 .select-custom.color-controls {
        margin-top: 0;
    }

    .detail-info-page-v4 .select-custom.size-controls {
        margin-top: 7px;
    }
}

@media screen and (max-width: 568px) {
    .detail-info-page-v4 .select-custom.color-controls,
    .detail-info-page-v4 .select-custom.size-controls {
        margin-top: 0;
    }

    .detail-info-page-v4 .detail-cart-page__element.color-size-controls .detail-cart-page__col {
        padding: 0px 15px 20px;
    }
}

.price-block {
    margin-top: 10px;
}

.detail-cart-page__price {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: var(--site-detail-product-price-color);
}

.detail-cart-page__price s {
    font-size: 24px;
    line-height: 24px;
    color: var(--site-detail-product-old-price-color);
    -webkit-text-decoration-color: var(--site-detail-product-old-price-decoration-color);
    text-decoration-color: var(--site-detail-product-old-price-decoration-color);
}

.detail-info-page-v4 .detail-cart-page__element.prices-block .detail-cart-page__name {
    font-size: 18px;
    line-height: 18px;
}

.detail-info-page-v4 .detail-cart-page__price {
    margin-top: 7px;
    font-size: 24px;
    line-height: 24px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
}

@media (max-width: 568px) {
    .detail-info-page-v4 .prices-block .detail-cart-page__price {
        font-size: 20px;
        line-height: 20px;
    }

    .detail-info-page-v4 .prices-block .detail-cart-page__price s {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 420px) {
    .detail-info-page-v4 .prices-block .detail-cart-page__price {
        font-size: 20px;
        line-height: 20px;
    }

    .detail-info-page-v4 .prices-block .detail-cart-page__price s {
        font-size: 16px;
        line-height: 16px;
    }
}

.detail-info-page-v4 .detail-cart-page__price s {
    margin-left: 10px;
    font-size: 18px;
    line-height: 18px;
}

.detail-cart-page__price-discount-diff .detail-cart-page__name {
    margin-top: -12px;
}

.detail-cart-page__price-discount-diff .detail-cart-page__name span {
    display: inline-block;
    padding: 6px 10px;
    color: var(--site-detail-product-price-diff-color);
    background-color: var(--site-detail-product-price-diff-background-color);
    border-radius: 5px;
}

.detail-cart-page__price-discount-diff .detail-cart-page__price {
    color: var(--site-detail-product-price-diff-background-color);
}

.detail-cart-page__data {
    margin-top: 15px;
}

@media screen and (max-width: 1275px) {
    .detail-cart-page__data {
        margin-top: 10px;
    }
}

.detail-cart-page__data .detail-cart-page__info {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #23262F;
}

@media screen and (max-width: 1275px) {
    .detail-cart-page__data .detail-cart-page__info {
        font-size: 16px;
        line-height: 16px;
    }
}

.detail-cart-page__data .detail-cart-page__info span {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #3F8167;
    text-transform: none;
    margin-left: 5px;
}

.detail-cart-page__info.store-warehouse-info {
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .detail-cart-page__info.store-warehouse-info {
        /*display: inline-block;
        text-align: left;*/
        flex-direction: column;
    }

    .detail-cart-page__data .detail-cart-page__info.store-warehouse-info span {
        margin-left: 0px;
    }
}

.detail-cart-page__info.store-warehouse-alert {
    justify-content: flex-start;
    margin-top: 5px;
    margin-left: 15px;
    text-align: center;
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -.02em;
    color: #813f4b;
}

@media screen and (max-width: 1275px) {
    .detail-cart-page__info.store-warehouse-alert {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 568px) {
    .detail-cart-page__info.store-warehouse-alert {
        margin-left: 0;
    }
}

.detail-cart-page__data .detail-cart-page__text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #404656;
}

.detail-cart-page__footer .text-block-2 {
    margin-top: 15px;
}

.detail-cart-page__footer .text-block-2.text-block-2-links {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .detail-cart-page__footer .text-block-2 {
        text-align: center;
    }
}

.detail-cart-page__footer .text-block-2.text-block-2-links a {
    margin-left: 30px;
}

.detail-cart-page__footer .text-block-2.text-block-2-links a:first-child {
    margin-left: 0;
}

.detail-cart-page__footer .text-block-2-btns {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

@media (max-width: 768px) {
    .detail-cart-page__footer .text-block-2-btns {
        flex-direction: column;
        gap: 5px;
    }
}

.detail-cart-page__footer .text-block-2-btns a {
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
}

@media screen and (max-width: 413px) {
    .detail-cart-page__row.color-size-controls {
        flex-direction: column;
    }
}

.detail-cart-page__note-block {
    padding-top: 10px;
    padding-bottom: 7px;
    position: relative;
}

.detail-cart-page__note.detail-cart-page__note-yellow {
    background: var(--site-detail-note-yellow-background-color);
    color: var(--site-main-text-color);
}

.detail-cart-page__note.detail-cart-page__note-yellow::before {
    display: none;
}

.detail-cart-page__note.detail-cart-page__note-gray {
    background: #A8B9A4;
}

.detail-cart-page__note.detail-cart-page__note-gray::before {
    display: none;
}


.price-block__buy--added {
    background: var(--site-accent-button-background-color);
}

.cart-element__title.cart-element__title-slider-gallery {
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 568px) {
    .cart-element__title.cart-element__title-slider-gallery {
        font-size: 18px;
        line-height: 26px;
    }
}

.detail-info-page-v4 .detail-cart-page__note-block {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 568px) {
    .detail-info-page-v4 .detail-cart-page__element.prices-block {
        margin-bottom: 10px;
    }

    .detail-info-page-v4 .detail-cart-page__element.article-store-block .detail-cart-page__row {
        flex-wrap: nowrap;
    }

    .detail-info-page-v4 .detail-cart-page__element.article-store-block .detail-cart-page__col {
        padding: 0px 15px 0;
        flex-shrink: 1;
        flex-grow: 1;
    }
}

.select-custom.color-controls {
    z-index: 10;
}

.color-gray * {
    color: #C9CEDA;
}

.price-block__interaction {
    margin-top: 0;
    margin-bottom: 0;
}

.price-block__interaction.price-block__interaction-sale {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 22px;
    margin-bottom: 4px;
}

.price-block__sale-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;

    width: 42px;
    height: auto;

    margin-right: 8px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    background-color: rgb(255, 57, 57);
    text-align: center;
}

.price-block__sale-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 1;
}

.price-block__sale-text-date {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.price-block__sale-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #404656;
}

.price-block__sale-date {
    margin-left: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: rgb(255, 57, 57);
}

.price-block__sale-qty {
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: #777E90;
}

.price-block__interaction.price-block__interaction-additional {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.price-block__interaction.price-block__interaction-additional .btn:not([style*='display:none']) {
    margin-top: 20px;
}

.price-block__bought-together {
    max-width: 284px;
    width: 100%;
    height: 60px;
    padding: 0 5px;
    background: #ffffff;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -1px;
    color: #404656;
    border: 2px solid #3F8167;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.price-block__bought-together:hover {
    background: #f4f5f6;
}

@media screen and (max-width: 1275px) {
    .price-block__bought-together {
        height: 50px;
        font-size: 16px;
        line-height: 16px;
        border-radius: 8px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 413px) {
    .price-block__interaction {
        flex-direction: column;
        align-items: center;
    }

    .price-block__count {
        margin-right: 0;
    }

    .price-block__buy {
        margin-top: 20px;
    }

    .price-block__sale-content {
        flex-basis: auto;
    }
}

.detail-cart-page__info.detail-cart-page__info-control-name {

}

@media screen and (max-width: 767px) {
    .detail-cart-page__info.detail-cart-page__info-control-name {
        display: none;
    }
}

.detail-cart-page__element.color-size-controls {

}

@media screen and (max-width: 767px) {
    .detail-cart-page__element.color-size-controls {
        margin-bottom: 0;
    }
}

.detail-cart-page__element-same-shape-mobile {
    display: none;
}

.detail-cart-page__element-planter-size-guide-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .detail-cart-page__element-same-shape-mobile {
        /*display: block;*/
    }

    .detail-cart-page__element.detail-cart-page__element-same-shape-mobile {
        margin-bottom: 20px;
    }

    .detail-cart-page__element-planter-size-guide-mobile {
        /*display: block;*/
    }

    .detail-cart-page__element.detail-cart-page__element-planter-size-guide-mobile {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 568px) {
    .detail-info-page-v4 .detail-cart-page__element.detail-cart-page__element-same-shape-mobile {
        margin-bottom: 15px;
    }
}

.detail-cart-page__stickers-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 25px;
}

.detail-cart-page__stickers-right a {
    display: inline-block;
    margin-right: 5px;
}

.detail-cart-page__stickers-right a:active,
.detail-cart-page__stickers-right a:focus {
    outline: none;
}

.detail-cart-page__stickers-right img,
.detail-cart-page__stickers-right a img {
    display: inline-block;
    width: auto;
    max-height: 34px;
    height: 34px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.detail-cart-page__stickers-right a img {
    margin-right: 0px;
}

.detail-cart-page__stickers-right a > span {
    text-decoration: underline;
}

.detail-cart-page__stickers-right a:hover > span {
    text-decoration: none;
}

.detail-cart-page__stickers-right span:not([class]) {
    display: inline-block;
    max-width: 120px;
    width: 116px;
    height: 34px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 500;
    color: #3b3b3b;
    background-color: rgba(247, 186, 233, 0.75);
    text-align: center;
}

.detail-cart-page__stickers-right span.product-optional-sticker {
    display: inline-block;
    max-width: none;
    width: auto;
    height: 34px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 4px 16px;
    border-radius: 5px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.detail-cart-page__stickers-right a > span.product-optional-sticker {
    margin-right: 0;
}

.setting-choose input.discount-sticker ~ .setting-choose__content {
    position: relative;
}

.setting-choose input.discount-sticker ~ .setting-choose__content::before {
    content: '%';
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    width: 24px;
    height: 24px;
    display: block;
    line-height: 24px;
    color: #6b6b6b;
    background: rgba(255, 212, 0, 0.75);
    overflow: hidden;
    border-radius: 50%;
    top: -12px;
    right: -12px;
}

.setting-choose input:checked ~ .setting-choose__content::before {
    background: rgba(255, 212, 0, 1);
}

.setting-choose input.discount-sticker.disabled ~ .setting-choose__content::before {
    display: none;
}

@media (max-width: 1024px) {
    .detail-cart-page__content {
        padding-top: 12px;
    }

    .setting-choose {
        padding-right: 12px;
        margin-right: 0px;
    }

    .setting-choose--small {
        max-width: 60px;
    }
}

.detail-cart-page__register-trade-account {

}

.detail-cart-page__register-trade-account a {
    color: #3F8167;
    text-decoration: underline;
}

.detail-cart-page__register-trade-account a:hover,
.detail-cart-page__register-trade-account a:active {
    text-decoration: none;
}

.text-content {
    font-size: 18px;
    line-height: 26px;
    color: #777e90;
}

.detail-cart-page__optional-detail-text {

}

.detail-cart-page__cross-detail-text {

}

@media (max-width: 768px) {
    .insta-widget__data {
        max-width: 400px;
        max-height: none;
        height: auto;
    }

    .insta-widget__content {
        flex-direction: column;
    }

    .insta-widget__info,
    .insta-widget__image {
        width: 100%;
    }

    .insta-widget__image {
        height: 300px;
    }
}

@media (max-width: 568px) {
    .insta-widget__info {
        padding: 15px;
    }
}

.trade-button .header-btn__text {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.trade-button .header-btn__text::before,
.trade-button .header-btn__text::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}

.trade-button .header-btn__text::after {
    content: attr(data-alternate);
    top: 0;
    background: #eaeaeb;
    transform-origin: 100% 50%;
    transform: translate3d(200%, 0, 0);
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    -webkit-animation: animationAlternate 6s linear infinite;
    animation: animationAlternate 6s linear infinite;
}

.trade-button:hover .header-btn__text::after,
.trade-button:focus .header-btn__text::after {
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

@-webkit-keyframes animationAlternate {
    0% {
        transform: translate3d(200%, 0, 0);
    }
    49% {
        transform: translate3d(200%, 0, 0);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
    99% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(200%, 0, 0);
    }
}

@keyframes animationAlternate {
    0% {
        transform: translate3d(200%, 0, 0);
    }
    49% {
        transform: translate3d(200%, 0, 0);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
    99% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(200%, 0, 0);
    }
}

.header-btn--yellow {
    color: var(--header-text-color);
    background: #C5A880;
}

.header-btn--big.header-btn--yellow svg {
    fill: var(--header-text-color);
    transition: fill 0.2s ease-in-out;
}

.trade-button.header-btn--yellow .header-btn__text {
    color: #eaeaeb;
}

.trade-button.header-btn--yellow .header-btn__text::after {
    background: #C5A880;
}

.header-btn--big.header-btn--yellow:hover {
    color: #FFFFFF;
}

.header-btn--big.header-btn--yellow:hover svg {
    fill: #ffffff;
    transition: fill 0.2s ease-in-out;
}

.trade-button.header-btn--yellow:hover .header-btn__text {
    color: #FFFFFF;
}

.trade-button.header-btn--yellow:hover .header-btn__text::after {
    color: #FFFFFF;
    background: #8C9B87;
}

.section-grid__col .product-block__stickers .section-product-sticker-discount .discount-sticker-sign,
.choise-items-slider__container .product-block__stickers .section-product-sticker-discount .discount-sticker-sign {
    display: none;
}

@media screen and (max-width: 767px) {
    .section-grid__col .product-block__stickers sticker.section-product-sticker,
    .section-grid__col .product-block__stickers .discount-sticker-text {
        display: none;
    }

    .choise-items-slider__container .product-block__stickers sticker.section-product-sticker,
    .choise-items-slider__container .product-block__stickers .discount-sticker-text {
        display: none;
    }

    .section-grid__col .product-block__stickers .section-product-sticker-discount span:not([class]),
    .choise-items-slider__container .product-block__stickers .section-product-sticker-discount span:not([class]) {
        width: 36px;
        border-radius: 50%;
        background-color: #ffd400;
        color: #6b6b6b;
        font-size: 13px;
    }

    .section-grid__col .product-block__stickers .section-product-sticker-discount .discount-sticker-sign,
    .choise-items-slider__container .product-block__stickers .section-product-sticker-discount .discount-sticker-sign {
        display: inline-block;
    }
}

/* // detail v3
.cart-images-slider__container {
  width: 100%;
  height: 430px;
}

@media screen and (max-width: 1024px) {
  .cart-images-slider__container {
    width: 310px;
    height: 70px;
    margin: 0;
  }
}
*/

.cart-image-slider__container {
    height: 700px;
}

@media screen and (max-width: 1024px) {
    .cart-image-slider__container {
        height: 524px;
    }
}

@media screen and (max-width: 568px) {
    .cart-image-slider__container {
        height: 345px;
    }
}

.detail-cart-page__image_nav {
    margin: 15px auto 0;
}

.detail-cart-page__element-promo-product-features-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.detail-cart-page__element-promo-product-features-item + .detail-cart-page__element-promo-product-features-item {
    margin-top: 5px;
}

.detail-cart-page__element-promo-product-features-item-img {
    height: 20px;
    margin-right: 10px;
    max-width: 25px;
    flex-grow: 0;
}

.detail-cart-page__element-promo-product-features-item-img img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.detail-cart-page__element-promo-product-features-item-text {
    text-align: left;
}

.detail-cart-page__row.prices-block {
    margin: 0 -10px;
}

.detail-cart-page__row.warehouse-block,
.detail-cart-page__row.trustpilot-block {
    margin-top: 15px;
}

.detail-info-page-v4 .article-store-block .detail-cart-page__row {
    margin: 0 -5px;
}

.detail-info-page-v4 .detail-cart-page__col.detail-cart-page__col-article {
    flex-basis: fit-content;
    padding: 0 5px 5px;
}

.detail-info-page-v4 .detail-cart-page__col.detail-cart-page__col-wharehouse {
    flex-basis: fit-content;
    flex-grow: 1;
    flex-shrink: 1;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 5px 5px;
}

.detail-cart-page__wharehouse-element {

}

.detail-cart-page__wharehouse-element + .detail-cart-page__wharehouse-element {
    margin-top: 15px;
}

.detail-info-page-v4 .detail-cart-page__wharehouse-element + .detail-cart-page__wharehouse-element {
    margin-top: 0;
}

.detail-info-page-v4 .detail-cart-page__wharehouse-element .detail-cart-page__name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

.detail-info-page-v4 .detail-cart-page__wharehouse-element .detail-cart-page__data {
    margin-top: 0;
}

.detail-info-page-v4 .detail-cart-page__wharehouse-element .detail-cart-page__info.store-warehouse-info {
    font-size: 16px;
    line-height: 16px;
}

.detail-info-page-v4 .detail-cart-page__wharehouse-element .detail-cart-page__info.store-warehouse-info span {
    font-size: 16px;
    line-height: 16px;
}

.detail-info-page-v4 .detail-cart-page__wharehouse-element .detail-cart-page__info.store-warehouse-info span.store-warehouse-info-green {
    color: #346E57;
    text-transform: uppercase;
    margin-left: auto;
}

.detail-info-page-v4 .detail-cart-page__wharehouse-element .detail-cart-page__info.store-warehouse-alert {
    margin-top: 0;
    margin-left: 0;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
}

@media (max-width: 568px) {
    .detail-info-page-v4 .detail-cart-page__row.trustpilot-block {
        flex-direction: column;
    }

    .detail-info-page-v4 .detail-cart-page__row.trustpilot-block .detail-cart-page__row.add-to-basket-text {
        flex-direction: row;
    }

    .detail-info-page-v4 .detail-cart-page__row.trustpilot-block .add-to-basket-text img {
        max-width: 100%;
        min-width: 80px;
        width: 100%;
    }

    .detail-info-page-v4 .detail-cart-page__row.trustpilot-block .detail-cart-page__row {
        flex-direction: row;
    }

    .detail-info-page-v4 .detail-cart-page__col.detail-cart-page__col-add-to-basket-text {
        flex-basis: 100%;
        padding-bottom: 5px;
    }

    .detail-info-page-v4 .detail-cart-page__col.detail-cart-page__col-trustpilot-widget {
        flex-basis: 100%;
    }

    .detail-info-page-v4 .detail-cart-page__row.add-to-basket-text {
        flex-direction: column;
    }

    .detail-info-page-v4 .detail-cart-page__row.add-to-basket-text .detail-cart-page__col {
        text-align: center;
    }
}

.detail-cart-page__element {
    margin-bottom: 15px;
}

.detail-cart-page__col {
    padding: 0 15px 5px;
}

.detail-cart-page__col-2 {
    padding: 0 10px 15px;
}

.detail-cart-page__col-10 {
    padding: 0px 10px 5px;
}

@media screen and (max-width: 568px) {
    .detail-cart-page__col {
        padding: 0px 15px 30px;
    }

    .detail-cart-page__col-2 {
        padding: 0px 15px 30px;
    }

    .detail-cart-page__col-10 {
        padding: 0px 15px 30px;
    }

    .detail-cart-page__col-10 .detail-cart-page__col {
        padding-left: 0;
        padding-bottom: 0;
    }
}

.detail-cart-page__footer .cart-element {
    padding-bottom: 30px;
}

.prices__text {
    letter-spacing: -1px;
}

.drop-menu {
    overflow: hidden;
}

@media screen and (max-width: 1275px) {
    .main-filter {
        z-index: 9999999999;
    }
}

@media screen and (max-width: 1024px) {
    .choise-items-slider__container .swiper-container {
        height: 512px;
    }
}

#detail-stripe-messaging .UnifiedMessage {
    margin-top: 0px !important;
}

.reviews-detail-block__content {
    max-width: 100%;
}

.detail-info-page__rating {
    margin: 0px 20px;
}

.detail-info-page-v4 .detail-info-page__rating {
    margin: 0;
}

.detail-info-page__code.detail-info-page__code-desktop {

}

.detail-info-page__code.detail-info-page__code-mobile {
    display: none;
}

.detail-info-page-v4 .stars__line {
    background: #C5A880;
}

@media screen and (max-width: 767px) {
    .detail-info-page__rating {
        display: none;
        margin: 10px 0;
    }

    .detail-info-page-v4 .detail-info-page__rating {
        display: flex;
        margin: 0;
    }

    .detail-info-page__code.detail-info-page__code-desktop {
        display: none;
    }

    .detail-info-page__code.detail-info-page__code-mobile {
        display: block;
        margin-bottom: 15px;
    }
}

.detail-info-page-v4 .detail-info-page__code {
    color: #777E90;
}

.detail-info-page-v4 .detail-info-page__code span {
    color: #404656;
}

.detail-info-page-v4 .detail-photo-slider__element img {
    max-height: 400px;
    object-fit: contain;
}

.detail-info-page__rating-count {
    display: none;
    margin-left: 5px;
    font-size: 18px;
    line-height: 26px;
    color: #404656;
}

.detail-info-page__rating-count.show {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .detail-info-page__rating-count {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .detail-info-page__rating-count {
        margin: 10px 0;
    }
}

.cart-element__promo-products-common {
    margin-top: 20px;
}

.cart-element__promo-products-common-box {
    padding: 0 40px;
}

.promo-products-common-slider {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #777E90;
    border-bottom: 1px solid #777E90;
}

.promo-products-common-slider__content {
    position: relative;
}

.promo-products-common-slider__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    flex-basis: content;

    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: var(--site-main-text-color);
    white-space: nowrap;
}

.promo-products-common-slider__item:after {
    content: '\2022';
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 30px;
    line-height: 1;
    color: var(--site-main-text-color);
}

@media screen and (max-width: 767px) {
    .promo-products-common-slider__prev {
        position: absolute;
        max-width: 40px;
        min-width: 40px;
        height: 40px;
        background: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: -40px;
        margin: auto;
        top: 0;
        bottom: 0;
        transition: .3s ease-in-out;
    }

    .promo-products-common-slider__next {
        position: absolute;
        max-width: 40px;
        min-width: 40px;
        height: 40px;
        background: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        right: -40px;
        margin: auto;
        top: 0;
        bottom: 0;
        transition: .3s ease-in-out;
    }

    .promo-products-common-slider__item {
        flex-basis: 100%;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .promo-products-common-slider__item:after {
        display: none;
    }
}

@media screen and (max-width: 1275px) {
    .mini-filter-button {
        position: relative;
    }

    .mini-sort-button {
        position: relative;
    }

    .mini-filter-button .mini-filter__name,
    .mini-sort-button .mini-filter__name {
        left: 7px;
    }
}

.mini-filter-button.active .mini-filter__name,
.mini-sort-button.active .mini-filter__name {
    color: #3F8167;
}

.mini-filter__link span {
    display: inline-block;
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    margin-right: 21px;
    border: 1px solid #404656;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: middle;
}

.mobile-menu__name {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% - 72px);
}

.mobile-menu__name span {
    text-decoration: underline;
}

@media screen and (max-width: 568px) {
    .cart-image-slider__nav {
        justify-content: center;
    }
}

.social-block__item--tiktok img {
    max-width: 51px;
}

.trade-form__title {
    margin-top: 0;
}

.header__col {
    z-index: 50;
}

.header-auth__content {
    z-index: 51;
}

.header-auth__greeting {
    z-index: 52;
}

.top-panel {
    max-width: 1200px;
}

.main-menu__list:nth-child(2) .main-menu__link {
    padding-left: 15px;
}

@media screen and (max-width: 1275px) {
    .main-menu__list:nth-child(2) .main-menu__link {
        padding-left: 12px;
    }
}

.main-menu__link {
    padding: 18px 10px;
}

@media screen and (max-width: 1275px) {
    .main-menu__link {
        padding: 10px;
    }
}

.top-contacts__link-control {
    position: relative;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #404656;
    background: transparent;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    border: none;
    outline: none;
}

.top-contacts__link-control:hover,
.top-contacts__link-control:focus,
.top-contacts__link-control:active {
    text-decoration: none;
}

.header-contacts__icon {

}

.header-contacts__icon svg {
    fill: var(--header-icon-color);
}

.wrapper--trade .header-contacts__icon svg {
    fill: #777e90;
}

.top-contacts__link-popup {
    z-index: 51;
    position: absolute;
    top: 30%;
    right: 7px;
    width: 260px;
    height: 0;
    padding: 0;
    overflow: hidden;
    transition-delay: 0.3s;
    display: inline-block;
}

.top-contacts__link-control:not(:hover) .top-contacts__link-popup,
.top-contacts__link-control:focus:not(:hover) .top-contacts__link-popup,
.top-contacts__link-control:active:not(:hover) .top-contacts__link-popup {
    height: 0;
    padding: 0;
}

.top-contacts__link-control:focus .top-contacts__link-popup,
.top-contacts__link-control:active .top-contacts__link-popup {
    height: 120px;
    padding: 10px;
    overflow: hidden;
}

.top-contacts__link-popup-content {
    padding: 18px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;

    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.wrapper--trade .header .top-contacts__link {
    color: #404656;
}

.drop-menu__block-full {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 100%;
    margin-right: 70px;
    white-space: nowrap;
}

/* CATALOG SECTION */

/* wheelio2.css override */
.filter-slider__line .noUi-connect {
    transform-origin: left center 0 !important;
}

/* NOTE GP2-636 */
.section-grid__title {
    margin: 0px;
    letter-spacing: -0.02em;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: var(--site-main-title-color);
}

.section-grid__count {
    margin-left: 20px;
    letter-spacing: -0.02em;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: var(--site-section-products-count-color);
}

@media screen and (max-width: 1024px) {
    .section-grid__title {
        font-size: 32px;
        line-height: 48px;
    }

    .section-grid__count {
        font-size: 32px;
        line-height: 48px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .section-grid__title {
        font-size: 24px;
        line-height: 32px;
    }

    .section-grid__count {
        font-size: 24px;
        line-height: 32px;
    }
}

.banners-block__element {
    height: 285px;
}

.banners-block__element img {
    object-fit: fill;
}

.top-section-block {
    margin-top: 40px;
}

.section-links-block {
    margin-top: 0;
    margin-bottom: 5px;
}

.section-links-block__filters {
    margin-bottom: 25px;
}

.section-links-links-block__row {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -15px;
}

.section-filter__row.section-filter__row-fast-links-filter {
    background: #F4F5F6;
    border-radius: 12px;
    margin-bottom: 0px;
}

.section-links-block.section-links-block__fast-links,
.section-mini-filter-block,
.section-filter__group.section-filter__group-sort {
    flex-basis: 100%;
    flex-shrink: 1;
}

.section-links-block.section-links-block__fast-links {
    margin: 15px 5px;
}

.section-links-block.section-links-block__fast-links .section-links-block__filters {
    margin-bottom: 0;
}

.section-mini-filter-block {
    display: flex;
    justify-content: flex-end;
}

.section-mini-filter-block .mini-filter {
    min-width: fit-content;
    padding: 15px;
}

.section-mini-filter-block .mini-filter__header {
    max-width: fit-content;
    z-index: 7;
}

.section-mini-filter-block .mini-filter__content {
    min-width: fit-content;
    left: auto;
    right: 0px;
    top: 15px;
    z-index: 6;
    background: #F4F5F6;
}

.section-filter__group.section-filter__group-sort {
    max-width: fit-content;
    margin-left: 0px;
    margin-right: 15px;
}

.section-filter__group.section-filter__group-sort .mini-filter__name {
    background: #F4F5F6;
}

.section-filter__group.section-filter__group-sort .mini-filter__content {
    background: #F4F5F6;
}

/* NOTE GP2-636 */
.section-filter__group.section-filter__group-title {
    margin-left: 0px;
}

@media screen and (max-width: 1275px) {

    .section-filter__group.section-filter__group-title {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 0;
        flex-direction: row;

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1275px) {
    .section-links-links-block__row {
        margin: 0px;
    }

    .section-filter__row-title-filter {
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .section-mini-filter-block {
        display: none;
    }

    .section-links-block.section-links-block__fast-links {
        flex-basis: 50%;
        margin-left: 0;
        margin-right: 0;
        flex-shrink: 1;
    }

    .section-links-block.section-links-block__fast-links .section-links-block__title {
        display: none;
    }

    .section-filter__group.section-filter__group-sort {
        flex-basis: 50%;
        flex-shrink: 1;
        width: auto;
        max-width: none;
        margin: 15px 0 15px;
        justify-content: flex-end;
    }

    .section-filter__group.section-filter__group-sort .mini-sort-button {
        margin-right: 15px;
    }

    .section-filter__mobile_content.section-filter__mobile_content-sort {
        flex-basis: 100%;
        flex-shrink: 0;
        display: flex;
        justify-content: flex-end;
    }

    .section-filter__mobile_content.section-filter__mobile_content-sort .mobile-sort {
        max-width: fit-content;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1023px) {
    .section-links-block.section-links-block__fast-links {
        flex-basis: 45%;
    }

    .section-filter__group.section-filter__group-sort {
        flex-basis: 45%;
    }
}

@media screen and (max-width: 767px) {
    .section-links-block.section-links-block__fast-links {
        flex-basis: 100%;
        flex-shrink: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .section-links-block.section-links-block__fast-links .section-links-block__filters {
        margin-bottom: -10px;
    }

    .section-links-block.section-links-block__fast-links .popular-filters {
        width: auto;
        border-radius: 0;
        background: none;
    }

    .section-links-block.section-links-block__fast-links .popular-filters__header {
        display: none;
    }

    .section-links-block.section-links-block__fast-links .popular-filters__container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
    }

    .section-links-block.section-links-block__fast-links .popular-filters__element {
        flex-direction: column;
        justify-content: center;
        width: 75px;
        height: 90px;
        margin: 0 10px 5px;
        background: #fff;
    }

    .section-links-block.section-links-block__fast-links .popular-filters__icon {
        margin-right: 0;
    }

    .section-filter__group.section-filter__group-sort {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 413px) {
    .section-links-block.section-links-block__fast-links {
        margin-bottom: 5px;
    }

    .section-links-block.section-links-block__fast-links .popular-filters__element {
        width: 70px;
        height: 90px;
        margin: 0 5px 15px;
    }

    .section-filter__group.section-filter__group-sort {
        margin: 10px 0 10px;
    }

    .section-filter__group.section-filter__group-sort .mini-sort-button {
        margin-right: 10px;
    }

    .section-filter__mobile_content.section-filter__mobile_content-sort {
        margin-bottom: 10px;
    }

    .section-filter__mobile_content.section-filter__mobile_content-sort .mobile-sort {
        width: calc(100% - 30px);
        padding: 20px 20px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 359px) {
    .section-links-block.section-links-block__fast-links .popular-filters {
        width: 240px;
    }

    .section-links-block.section-links-block__fast-links .popular-filters__element {
        width: 90px;
        margin: 0 15px 15px;
    }
}

.section-links-link-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px 22px;
    cursor: pointer;
    text-align: center;
    letter-spacing: -0.075em;

    font-weight: bold;

    font-size: 20px;
    line-height: 24px;
    background: var(--site-tab-background-color);
    color: var(--site-tab-text-color);
    border-radius: 16px;
}

.section-links-link-item:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1275px) {
    .section-links-block {
        margin-bottom: 5px;
    }

    .section-links-block__filters {
        margin-bottom: 20px;
    }
}

/* SECTIONS LINK ADAPTIVE SLIDER */

.section-links-slider {
    width: 100%;
}

.section-links-slider__content {
    width: 100%;
    display: flex;
    align-items: center;
}

.section-links-slider__content .swiper-container {
    width: 100%;
}

.section-links-slider__prev,
.section-links-slider__next {
    display: none;
}

.swiper-slide.section-links-link-item {
    width: unset;
    height: unset;
}

@media screen and (max-width: 767px) {
    .section-links-slider {
        margin-bottom: 20px;
    }

    .section-links-slider__content .swiper-container {
        max-width: 767px;
        width: 100%;
    }

    .swiper-wrapper.section-links-links-block__row {
        flex-wrap: nowrap;
        justify-content: unset;
    }

    .section-links-slider__prev,
    .section-links-slider__next {
        display: flex;
    }

    .section-links-link-item {
        margin: 0;
    }
}

/* SECTION BIG OFFER TILES */
.section-grid__col-big-offer-tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 0;

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;

    height: fit-content;
    padding: 0;
    margin-bottom: -20px;
}

.big-offer-tiles__item {
    flex: 0 1 33.33%;

    padding: 0px 5px 20px;
    box-sizing: border-box;
}

.big-offer-tiles__item-content {
    display: flex;
    flex-direction: column;

    justify-content: space-between;
    align-items: center;

    height: 100%;
    padding: 0 20px 20px;
    border-radius: 12px;
}

.big-offer-tiles__item-img {
    max-width: calc(100% + 40px);
    border-radius: 12px;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
}

.big-offer-tiles__item-img img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.big-offer-tiles__item-text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
    color: #404656;
}

.big-offer-tiles__item-link {
    margin-top: 15px;
    padding: 8px 12px;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 10px;
    text-align: center;
    color: #404656;
    background: #F4F5F6;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.big-offer-tiles__item-link:hover {
    color: #ffffff;
    background: #404656;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

@media (max-width: 1024px) {
    .big-offer-tiles__item-text {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (max-width: 568px) {
    .big-offer-tiles__item {
        flex: 1 1 50%;
    }
}


.item-offers__buy {
    max-width: 284px;
    width: 100%;
    height: 48px;
    background: var(--site-main-button-background-color);
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--site-main-button-text-color);
    margin-top: 15px;
}

.item-offers__buy:hover {
    background: var(--site-additional-button-background-color);
}

.item-offers__buy svg {
    fill: var(--site-main-button-text-color);
    margin-right: 10px;
}

.item-offers__buy--added {
    /* 	background: #FBC233; */
    background: #fce156;
    color: #404656;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1;
}

.item-offers__buy--added:hover {
    background: #FFFFFF;
}

.item-offers__buy--added span {
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #404656;
}

.item-offers__buy--trade-account {
    /* 	background: #FBC233; */
    background: var(--site-accent-button-background-color);
    color: var(--site-accent-button-text-color);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.1;
    padding-left: 5px;
    padding-right: 5px;
}

.item-offers__buy--trade-account:hover {
    background: var(--site-accent-button-hover-background-color);
}

@media screen and (max-width: 1275px) {
    .item-offers__buy--added {
        font-size: 14px;
    }

    .item-offers__buy--added span {
        margin-top: 3px;
        font-size: 13px;
    }

    .item-offers__buy--trade-account {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .section-grid-v2 .product-block__button {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .item-offers__buy {
        font-size: 16px;
    }

    .item-offers__buy svg {
        height: 24px;
        width: 26px;
    }

    .item-offers__buy--trade-account {
        padding: 2px 4px;
        min-height: fit-content;
        height: auto;
    }
}

@media (max-width: 768px) {
    .section-grid-v2 .product-block__button {
        margin-top: auto;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .item-offers__buy {
        height: 36px;
    }

    .item-offers__buy--trade-account {
        min-height: fit-content;
        height: auto;
    }
}

@media (max-width: 568px) {
    .section-grid-v2 .product-block__button {
        padding: 4px;
        font-size: 14px;
    }

    .item-offers__buy {
        height: 44px;
        font-size: 14px;
    }

    .item-offers__buy--added {
        height: 52px;
        padding: 2px 4px;
    }

    .item-offers__buy--trade-account {
        min-height: fit-content;
        height: auto;
    }
}

@media screen and (max-width: 430px) {
    .item-offers__buy--added {
        height: 62px;
    }
}

/* MODAL FLOATING PRODUCTS SLIDER */

.modal-floating-products-slider {
    position: fixed;
    left: 0;
    bottom: 0;

    background: #fff; /* #F4F5F6 */
    border-radius: 10px;
    z-index: 99999;
}

@media screen and (max-width: 767px) {
    .modal-floating-products-slider {
        display: none !important;
    }
}

.modal-floating-products-slider-close {
    position: absolute;
    top: -3px;
    right: -1px;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    width: 22px;
    height: 22px;
    text-decoration: none;
    text-align: center;
    color: #404656;
}

.modal-floating-products-slider-close:hover,
.modal-floating-products-slider-close:active,
.modal-floating-products-slider-close:focus {
    color: #404656;
    text-decoration: none;
}

.modal-floating-products-slider-content {
    display: flex;
    flex-direction: column;

}

.modal-floating-products-slider-active-title {
    margin: 10px 0 5px;
    height: auto;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #404656;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.modal-floating-products-slider-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    overflow-y: visible;
    overflow-x: scroll;
    scrollbar-width: thin;

    width: 220px;
    height: 320px;
    padding: 0 5px;
}

.modal-floating-products-slider-box::-webkit-scrollbar {
    appearance: none;
    width: 2px;
    height: 20px;
    /*   border-radius: 2px; */
    background-color: #F4F5F6;
}

.modal-floating-products-slider-box::-webkit-scrollbar:horizontal {
    display: none;
}

.modal-floating-products-slider-box::-webkit-scrollbar-track {
    background-color: #F4F5F6;
}

.modal-floating-products-slider-box::-webkit-scrollbar-thumb {
    /* 	border-radius: 2px; */
    background: #777E90;
}

.modal-floating-products-slider-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-basis: calc(50% - 5px);
    margin: 0 5px 5px;
}

.modal-floating-products-slider-item:nth-child(odd) {
    margin-left: 0;
}

.modal-floating-products-slider-item:nth-child(even) {
    margin-right: 0;
}

.modal-floating-products-slider-item-img {
    width: 100%;
    height: 100px;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* 	background: url(../img/loading.gif) no-repeat; */
    background-position: center;
}

.modal-floating-products-slider-item-img img {
    max-width: 100%;
    max-height: 100%;
}

.modal-floating-products-slider-item-title {
    margin: 0 0 0;
    height: 48px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #404656;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
}

.modal-floating-products-slider-item-price {
    /* 	background: #f4f5f6; */
    padding: 0 0 5px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.modal-floating-products-slider-item-price s {
    margin-top: 3px;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #404656;
}

@media screen and (max-width: 1275px) {
    .modal-floating-products-slider-item-price s {
        font-size: 8px;
        line-height: 10px;
    }
}

.modal-floating-products-slider-item-price s {
    -webkit-text-decoration-color: #813F4B;
    text-decoration-color: #813F4B;
}

.modal-floating-products-slider-item-price span {
    display: block;
    margin-top: 1px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #3f8167;
}

.item-block__button.item-block__button-text,
.item-block__button.item-block__button-text:hover,
.item-block__button.item-block__button-text:focus {
    width: auto;
    height: auto;
    border-radius: 18px;
    /*   background: transparent; */
}

.item-block__button .item-block__button-label {
    background: transparent;
    padding: 2px 10px;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
}

/*.item-block__button:hover .item-block__button-label {
	color: #b62f4f;
}*/

.item-block__button .item-block__button-label.item-block__button-text-to-basket {
    display: inline-block;
}

.item-block__button.item-block__button--buy .item-block__button-label.item-block__button-text-to-basket {
    display: none;
}

.item-block__button .item-block__button-label.item-block__button-text-in-basket {
    display: none;
}

.item-block__button.item-block__button--buy .item-block__button-label.item-block__button-text-in-basket {
    display: inline-block;
}

/* MAIN PAGE */

.tabs-category__items.tabs-category__items-slim {
    min-width: calc(100% + 14px);
    margin: 10px -7px 0px;
}

.item-block.item-block-slim {
    margin: 0 7px 15px;
    flex-basis: calc(33% - 14px);
}

.item-block__image.item-block__image-slim {
    height: 128px; /* 205px */
    margin-bottom: 14px;
}

.item-block__name.item-block__name-slim {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.content-block__main_viewed_basket-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;

    margin: 10px -7px 0px;
}

@media screen and (max-width: 1024px) {
    .content-block__main_viewed_basket-row {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.content-block__main_viewed_basket-item {
    flex-basis: calc(50% - 7px);
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 7px 15px;
    padding: 10px 14px 10px;
    background: var(--site-additional-background-color);
    border-radius: 12px;
}

.content-block__main_viewed_basket-item.content-block__main_viewed_basket-item-single {
    flex-basis: 100%;
}

.content-block__main_viewed_basket-item.content-block__main_viewed_basket-item-single .tabs-category__items.tabs-category__items-slim {
    justify-content: center;
}

.content-block__main_viewed_basket-item .item-block {
    flex-basis: calc(33% - 14px);
}

.content-block__main_viewed_basket-item.content-block__main_viewed_basket-item-single .item-block {
    flex-basis: calc(16.5% - 14px);
}

.content-block__main_viewed_basket-title {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 44px;

    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.02em;
    color: #404656;
}

.content-block__main_viewed_basket-title-link {
    display: inline-block;
    color: #404656;
    text-decoration: underline;
    transition: 0.2s ease-in-out;
}

.content-block__main_viewed_basket-title-link:hover {
    color: #404656;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .content-block__main_viewed_basket-item {
        flex-basis: 100%;
    }

    .content-block__main_viewed_basket-item + .content-block__main_viewed_basket-item {
        margin-top: 24px;
    }

    .content-block__main_viewed_basket-item.content-block__main_viewed_basket-item-single .item-block {
        flex-basis: calc(33% - 14px);
    }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {
    .content-block__main_viewed_basket-item .item-block,
    .content-block__main_viewed_basket-item.content-block__main_viewed_basket-item-single .item-block {
        flex-basis: calc(50% - 14px);
    }
}

@media screen and (max-width: 1199px) {
    .slider-prev.main_banners_tiles__slider__prev,
    .slider-next.main_banners_tiles__slider__next {
        background: #F4F5F6 !important;
        border-radius: 5px;
    }

    .slider-prev.main_banners_tiles__slider__prev {
        left: 14px;
    }

    .slider-next.main_banners_tiles__slider__next {
        right: 14px;
    }
}

.wrapper-block.wrapper-block__main_banners_tiles + .wrapper-block.wrapper-block__top_categories .category,
.wrapper-block.wrapper-block__main_iwocapay_banner + .wrapper-block.wrapper-block__top_categories .category,
.wrapper-block.wrapper-block__main_banner_wide + .wrapper-block.wrapper-block__top_categories .category,
.wrapper-block.wrapper-block__main_viewed_basket + .wrapper-block.wrapper-block__top_categories .category,
.wrapper-block.wrapper-block__main_viewed_basket + .wrapper-block.wrapper-block__top_categories .category {
    padding-top: 15px;
}

.wrapper-block.wrapper-block__top_categories .category__row {
    margin-top: 30px;
}

.main-trustpilot {
    width: 100%;
    margin: 0px auto;
    padding: 15px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-trustpilot__content {

}

@media screen and (max-width: 1199px) {
    .wrapper-block.wrapper-block__main_banners_tiles + .wrapper-block.wrapper-block__top_categories .category,
    .wrapper-block.wrapper-block__main_iwocapay_banner + .wrapper-block.wrapper-block__top_categories .category,
    .wrapper-block.wrapper-block__main_banner_wide + .wrapper-block.wrapper-block__top_categories .category,
    .wrapper-block.wrapper-block__main_viewed_basket + .wrapper-block.wrapper-block__top_categories .category {
        padding: 0px 0px 15px;
    }

    .category__title {
        margin-top: 0px;
        font-size: 32px;
        line-height: 44px;
    }

    .category__row {
        margin: 0px -15px 0px;
    }

    .wrapper-block.wrapper-block__top_categories .category__row {
        margin-top: 0px;
    }

    .main-trustpilot {
        padding: 10px 0px 15px;
    }
}

@media screen and (max-width: 576px) {
    .category__row {
        padding-top: 0;
        margin: 20px -15px 0px;
    }

    .main-trustpilot__content .category__desc {
        margin-bottom: 20px;
    }
}

.basket-block-order__left {
    width: calc(100% - 470px);
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #C9CEDA;
}

.basket-block-order__right {
    max-width: 470px;
}

.comment-block__poly {
    height: 60px;
}

.basket-block-order__value--black {
    margin-bottom: -8px;
}

.basket-block-order__block .checkbox-2__textlink,
.basket-block-order__block .checkbox-2__textlink a {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 1199px) {
    .basket-block-order__left {
        width: 100%;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
    }

    .basket-block-order__right {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .basket-item__summ--mobile {
        display: flex;
        flex-direction: column;
        text-align: right;
    }

    .basket-item__summ s {
        font-size: 14px;
        line-height: 14px;
    }

    .basket-block-order__row--accessories {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .basket-page__title {
        display: none;
    }

    .basket-block-items__header {
        display: none;
    }

    .basket-block-order__value--black {
        margin-bottom: 0;
    }

    .basket-block-order__info:last-child {
        flex-grow: 0;
    }

    .comment-block__poly {
        height: 40px;
        padding: 10px;
    }

    .basket-block-order__block .checkbox-2__textlink,
    .basket-block-order__block .checkbox-2__textlink a {
        font-size: 14px;
        line-height: 20px;
    }

    .basket-block-order__rating {
        display: none;
    }
}


/* GRECAPTCHA BADGE */
.grecaptcha-badge {
    visibility: hidden !important;
}

@media screen and (max-width: 568px) {
    #whatsapp-chat-widget > #wa-widget-send-button {
        margin-bottom: 20px !important;
    }

    .fc-widget-small.fc-mobile-view {
        bottom: 45px !important;
    }
}

/* GETREVIEW WIDGET */
.getreview-widget > div {
    height: auto !important;
}

@media (max-width: 767px) {
    html .gpcoukprp-plantsrelax-popup-control.show {
        display: none !important;
    }
}

/* FANCYBOX */
.fancybox__container {
    z-index: 16000162;
}

@media (max-width: 568px) {
    .fancybox__container {
        z-index: 2147483633;
    }
}

/* reviews.io under smart.filter */
@media (min-width: 1276px) and (max-width: 1365px) {
    body .CarouselWidget-prefix .R-MD .CarouselWidget__header {
        padding-left: 0;
        padding-right: 0;
    }

    body .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container {
        padding-left: 0;
        padding-right: 0;
    }

    body .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--left {
        left: -11px;
    }

    body .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--right {
        right: -11px;
    }

    body .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item {
        padding-left: 0;
        padding-right: 0;
    }
}

body #wa-widget-send-button {
    background-color: var(--footer-icon-color-whatsapp);
}

html body .basket-block-order__info_green {
    background-color: var(--site-main-button-background-color);
}

html body .basket-block-order__galochka__item:before {
    color: var(--site-main-button-background-color);
}

.wrapper-block.wrapper-block--pt-custom {
    padding-top: 60px;
}

@media (min-width: 1200px) {
    .header .widget {
        max-width: 225px;
    }
}
