.wa-captcha-field .wa-captcha-section,
.wa-captcha-field .c-captcha-decorator,
.wa-captcha-field .c-form-field__content-container,
.wa-captcha-field .wa-value {
  display: flex !important;
  flex-direction: column !important;
}
.wa-captcha-field .c-form-field__error-container,
.wa-captcha-field .wa-error-msg,
.wa-captcha-section .c-form-field__error-container,
.wa-captcha-section .wa-error-msg {
  order: 10 !important;
  width: 100% !important;
  flex-basis: 100% !important;
  display: block !important;
  margin-top: 0.5em !important;
  flex-shrink: 0 !important;
}

.wa-captcha-input.c-input-text,
.wa-captcha-input,
.c-captcha-decorator .wa-captcha-input,
.c-captcha-decorator .wa-captcha-section .wa-captcha-input {
  width: 180px !important;
  max-width: 100% !important;
  min-width: 180px !important;
}


.custom-dots-pagination {
    bottom: 25px !important;
}

.c-product-thumb__gallery-pagination {
    z-index: 1 !important;
}

@media (max-width: 768px) {
    .custom-dots-pagination {
        bottom: 20px !important;
    }

    .c-product-thumb__image-box_gallery-container .c-product-thumb__gallery-pagination {
        bottom: 0 !important;
    }
}
.c-product-mini__name {
    font-weight: 400;
}

.c-category-page__subcategories-wrapper .c-category-thumb__image-box {
    /*width: 195px;*/
    height: 195px;
}
.c-category-page__subcategories-wrapper .c-category-thumb img {
    height: 200px;
    object-fit: contain;
    transition: 0.4s;
}
.c-category-page__subcategories-wrapper .c-category-thumb {
    padding-bottom: 50px !important;
}
.c-category-page__subcategories-wrapper .c-category-thumb__name {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    display: inline-block;
    height: auto !important;
    padding: 5px 0;
    color: rgba(0, 0, 0, 1);
    background: rgba(190, 214, 2, 0.75);
    border-radius: 5px;
    transition: 0.4s;
}
.c-category-page__subcategories-wrapper .c-category-thumb:hover,
.c-product-compact:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.03);
}
.c-category-page__subcategories-wrapper .c-category-thumb:hover .c-category-thumb__name {
    color: rgba(0, 0, 0, 1);
    background: rgba(190, 214, 2, 1);
}
.c-category-page__subcategories-wrapper .l-image-box_fill .c-picture img,
.c-category-page__subcategories-wrapper .l-image-box_fill noscript img {
    position: static;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.c-order-cart-decorator .wa-products .wa-column-price {
    width: 90px;
}
.c-order-cart-decorator .wa-products .wa-column-image {
    width: 80px;
}
.c-order-cart-decorator .wa-products .wa-image-section img {
    max-width: 80px;
    max-height: 80px;
}
.c-header-dropdown-bar {
    -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
}

.c-catalog-extend__columns-container {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.c-product-thumb__image-container {
    padding-bottom: 12px;
}

.c-product-thumb__main {
    padding: 0px 12px 12px 12px;
}

.c-product-thumb__sku, .c-product-thumb__prices, .c-product-thumb__available, .c-product-thumb__buttons {
    margin-top: 8px;
}

.c-product-compact, .c-product-extend {
    padding: 12px;
}

.l-products-compact__item, .l-products-extend__item {
    margin-bottom: 20px;
}

.c-product-available_in-stock {
    color: #70a856;
}

.c-product-thumb__name {
    font-size: 13px;
}

.c-product-thumb__sku {
    font-size: 12px;
}

.c-product-extend__name {
    font-size: 14px;
}

.filters label.disabled {
    color: #ccc;
}

.filters .c-filter__content .ui-slider-horizontal .ui-slider-handle, .filters .c-filter__content .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
    margin-left: 0;
}

.filters .c-filter__content .ui-slider-horizontal .ui-slider-handle, .filters .c-filter__content .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
    width: 8px;
}

.c-catalog-extend__columns-container {
    min-height: unset;
}

.c-catalog-extend__columns-container::before {
    content: '';
    position: absolute;
    display: block;
    height: 75vh;
    background: transparent;
    width: 100%;
    z-index: -1;
}

/*Фильтрация с поиском*/
.c-filter__search {
    position:relative;
    margin-bottom: 10px;
}

.c-filter__search-input {
    display: block;
    padding: 10px;
    height: 100%;
    width: 100%;
    border: 2px solid #ededed;
    border-radius: 3px;
    cursor: pointer;
}

.c-filter__search-input:focus {
    border-color: #889900;
    outline: none;
}

.c-filter__search-close {
    display: none;
    position:absolute;
    top: 50%;
    right:10px;
    transform: translateY(-50%);
    font-size: 25px;
    padding:0 5px;
    cursor: pointer;
}

.c-filter__search-input:not(:placeholder-shown) + .c-filter__search-close {
    display: inline;
}

.c-catalog-extend__columns-container::before {
    content: none !important;
}
.c-catalog-extend_open .c-catalog-extend__columns-container {
    animation: megashop_fadein_up 0.5s ease-in-out !important;
}
.c-product-compact__stock-warning {
    color: #ff3131;
    font-style: italic;
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.2;
}

.c-product-compact__stock-warning--tb,
.c-product-skus-stocks__sku-stock--v2 {
    margin-bottom: 10px;
}

.main-row {
    display: flex;
    flex-direction: column;
    gap: 25px
}
.main-row .c-header_h1 {
    font-size: 16px;
    font-weight: 500;
}
.c-home-block .c-header_h1 {
    font-size: 16px;
    font-weight: 500;
}
.c-home-block > :nth-child(3) .c-block__header {
    margin-bottom: 10px;
    margin-top: 25px;
}
.main-row .c-button_icon {
    width: 45px;
    height: 22px;
}
.main-row .c-product-thumb__image-container {
    padding: 0;
    background: white;
    border-radius: 10px;
}
.main-row .c-product-thumb {
    padding: 5px;
    background-color: #F5F5F5;
    border-radius: 10px;
}
.main-row .c-product-thumb__name {
    font-size: 10px;
    height: unset;
}
.main-row .c-product-thumb__price {
    font-size: 12px;
    color: black;
}
.main-row .c-product-thumb__main {
    padding: 0;
}

.main-row .c-product-thumb__badges {
    top: 10px;
    left: 10px;
}

.c-product-badge {
    font-size: 10px;
    border-radius: 7px !important;
}

.c-brand-thumb {
    padding: 0;
}
.c-brands-thumbs-slider__item {
    overflow: hidden;
    border: 1.25px solid #f5f5f5;
    border-radius: 12px;
}

.main-row .c-products-thumbs-slider,
.main-row .c-products-thumbs-slider_alt,
.main-row .c-brands-thumbs-slider {
    padding: 0 !important;
    margin: 0 !important;
    margin-left: -7px !important;
}
.main-search {
    display: none;
}

.l-blocks__item-video {
    display: none;
}

.clickvideo {
    border-radius: 15px;
    object-fit: fill;
}

@media (min-width: 1024px) {
    .main-row {
        display: grid;
        grid-template-columns: calc(50% - 12.5px) calc(50% - 12.5px);
        gap: 25px;
    }
    .main-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 25px;
    }

    .main-search {
        display: flex;
    }

    .c-home-block > :nth-child(2) .c-block__header {
        margin-top: 65px;
    }

    .main-row .c-block__header {
        margin-bottom: 10px;
    }

    .main-row .c-products-thumbs-slider__item .c-product-thumb__sku,
    .main-row .c-products-thumbs-slider__item .c-product-thumb__available,
    .main-row .c-products-thumbs-slider__item .c-product-thumb__buttons,
    .main-row .c-products-thumbs-slider__item .c-product-thumb__compare-price {
        display: none !important;
    }

    .clickvideo {
        height: 310px;

    }
    .clickvideo  {
        margin-bottom: 18px !important;
    }
    .c-slider {
        height: 85px;
        border-radius: 15px;
    }
    .c-product-thumb__prices {
        margin-top: 3px;
    }

    .c-header-middle-bar__container-main_home {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 1070px;
        margin-left: auto;
    }
}

.c-products-thumbs-slider.swiper-container {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: visibility 0s linear 0.3s, height 0.3s ease;
}
.c-products-thumbs-slider.swiper-container.initialized {
    visibility: visible;
    height: auto;
    transition-delay: 0s;
}

.c-slide_home {
    height: 85px !important;
}

@media (max-width: 1485px) {
    .c-slide__background-image {
        left: 0 !important;
    }
}

.c-slide__background-image {
    width: 100% !important;
}

.c-slide__background-image {
    height: 85px !important;
    object-fit: contain;
}

.c-page_searchpro .searchpro__field-container, .c-header-middle-bar-shop-catalog-button {
    border-radius: 12px;
}

.c-product-thumb {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.c-product-thumb__content {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

.c-product-thumb__name,
.c-product-thumb__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.3 !important;
    height: 2.6em !important;
    max-height: 2.6em !important;
    min-height: 1.3em !important;
    word-wrap: break-word !important;
    margin-bottom: 8px !important;
}

.c-product-thumb__price {
    flex-shrink: 0 !important;
    text-align: center !important;
    margin-top: auto !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.c-products-thumbs-slider .swiper-slide {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    display: flex !important;
    align-items: stretch !important;
}

.c-products-thumbs-slider .c-product-thumb {
    width: 100% !important;
    height: 100% !important;
}

.l-categories-thumbs_s .l-categories-thumbs__item {
    width: 20%;
    padding-right: 15px;
}


.c-slider__next-arrow, .c-slider__prev-arrow {
    position: static !important;
}


.r-footer .l-footer-content {
    display: block !important;
    width: 100%;
}
.r-footer .l-footer-content > * {
    display: block !important;
    width: 100%;
    box-sizing: border-box;
}

.c-footer:not(.r-footer) .c-footer__content {
    padding: 20px 0;
}
.c-footer:not(.r-footer) .l-footer-content {
    display: flex;
    flex-wrap: wrap;
}
.c-footer:not(.r-footer) .l-footer-content__copyright-container {
    flex: 0 0 384px;
}
.c-footer:not(.r-footer) .l-footer-content__columns-container {
    flex: 1 1 auto;
    min-width: 0;
}
.c-footer:not(.r-footer) .l-footer-content__contacts-container {
    flex: 0 0 214px;
}
.c-footer:not(.r-footer) .c-footer__content .l-footer-app-download-row,
.c-footer:not(.r-footer) .l-footer-app-download-row {
    width: 100%;
    padding-bottom: 12px;
    text-align: right;
    box-sizing: border-box;
}
.l-footer-content__app-download {
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-align: left;
    box-sizing: border-box;
}
.l-footer-app-download-wrap {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.l-footer-content__app-download .l-footer-app-download-block {
    box-sizing: border-box;
    min-height: 102px;
    background: transparent;
    border: 0.5px solid #AAAAAA;
    border-radius: 12px;
    padding: 14px 24px;
}
.l-footer-app-download-block__title {
    margin: 0 0 6px 0;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.l-footer-app-download-block__buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}
.r-footer__app-download .l-footer-app-download-block {
    margin: 16px 0;
    height: auto;
    max-width: 100%;
}
.r-footer__app-download .l-footer-app-download-block__buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.r-footer__app-download .l-footer-download-btn {
    width: 150px;
    min-width: 120px;
    max-width: none;
}

.l-footer-download-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    margin: 0;
}
.l-footer-download-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 150px;
    height: 86px;
    padding: 0 10px;
    background: #FFFFFF;
    border-radius: 15px;
    border: none;
    color: #000;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.l-footer-download-btn:hover {
    background-color: #f5f5f5;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    color: #000;
}
.l-footer-download-btn__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-footer-download-btn__icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.l-footer-download-btn__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    min-width: 0;
}
.l-footer-download-btn__label1 {
    font-size: 10px;
    line-height: 1.1;
    opacity: 0.75;
}
.l-footer-download-btn__label2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
}
.r-footer__download-buttons .l-footer-download-buttons {
    margin-top: 8px;
    margin-bottom: 8px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.r-footer__download-buttons .l-footer-download-btn {
    width: 117px;
    height: 86px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.r-footer .l-footer-content {
    display: block !important;
    width: 100%;
}
.r-footer .l-footer-content > * {
    display: block !important;
    width: 100%;
    box-sizing: border-box;
}

.c-footer:not(.r-footer) .c-footer__content {
    padding: 20px 0;
}
.c-footer:not(.r-footer) .l-footer-content {
    display: flex;
    flex-wrap: wrap;
}
.c-footer:not(.r-footer) .l-footer-content__copyright-container {
    flex: 0 0 384px;
}
.c-footer:not(.r-footer) .l-footer-content__columns-container {
    flex: 1 1 auto;
    min-width: 0;
}
.c-footer:not(.r-footer) .l-footer-content__contacts-container {
    flex: 0 0 214px;
}
.c-footer:not(.r-footer) .c-footer__content .l-footer-app-download-row,
.c-footer:not(.r-footer) .l-footer-app-download-row {
    width: 100%;
    padding-bottom: 12px;
    text-align: right;
    box-sizing: border-box;
}
.l-footer-content__app-download {
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-align: left;
    box-sizing: border-box;
}
.l-footer-app-download-wrap {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.l-footer-content__app-download .l-footer-app-download-block {
    box-sizing: border-box;
    min-height: 102px;
    background: transparent;
    border: 0.5px solid #AAAAAA;
    border-radius: 12px;
    padding: 14px 24px;
}
.l-footer-app-download-block__title {
    margin: 0 0 6px 0;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.l-footer-app-download-block__buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}
.r-footer__app-download .l-footer-app-download-block {
    margin: 16px 0;
    height: auto;
    max-width: 100%;
}
.r-footer__app-download .l-footer-app-download-block__buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.r-footer__app-download .l-footer-download-btn {
    width: 150px;
    min-width: 120px;
    max-width: none;
}

.l-footer-download-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    margin: 0;
}
.l-footer-download-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 150px;
    height: 86px;
    padding: 0 10px;
    background: #FFFFFF;
    border-radius: 15px;
    border: none;
    color: #000;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.l-footer-download-btn:hover {
    background-color: #f5f5f5;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    color: #000;
}
.l-footer-download-btn__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-footer-download-btn__icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.l-footer-download-btn__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    min-width: 0;
}
.l-footer-download-btn__label1 {
    font-size: 10px;
    line-height: 1.1;
    opacity: 0.75;
}
.l-footer-download-btn__label2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
}
.r-footer__download-buttons .l-footer-download-buttons {
    margin-top: 8px;
    margin-bottom: 8px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.r-footer__download-buttons .l-footer-download-btn {
    width: 117px;
    height: 86px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-row .c-product-thumb .c-product-thumb__image-buttons{
    margin: auto -30px;
    left: 50%;
    bottom: 50%;
}


.main-row .c-product-thumb:hover .c-product-thumb__image-buttons{
    transform: scale(1) translate(-20%, 20%);
}

.c-catalog-list__item[data-category_id="970"] {
    display: none !important;
}
.c-product-cart-form__top-value_product-code {
    display: block;
    clear: both;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.c-product-code-copy {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    cursor: pointer;
}

.c-product-code-copy__icon {
    display: inline-flex;
    flex-shrink: 0;
    position: relative;
    top: 3px;
    color: currentColor;
    opacity: 0.55;
    line-height: 1;
}

.c-product-code-copy:hover .c-product-code-copy__icon {
    opacity: 1;
}

.c-product-code-copy__icon-svg {
    display: block;
}

.c-product-code-copy__tooltip {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.2;
    color: #828282;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
}
