* {
    box-sizing: border-box;
}

/* *,
*:before,
*:after {
    border: 1px solid red;
    } */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}


body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #1f1f1f;
    font-size: 16px;
    width: 100%;
    background: #ffffff;
    padding-right: 0 !important;
    padding-top: 133px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f1f1f;
}

.seo_txt h1 {
    font-size: 40px;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
    max-width: 1070px;
}

#common-home .seo_txt h2 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
}

a:hover {
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: transparent;
}

a:focus {
    outline: none;
}

a:focus-visible {
    outline: 2px solid var(--main-color);
    outline-offset: 2px;
}

button {
    outline: none;
    cursor: pointer;
}

.d-flex {
    display: flex;
}

.flex-c {
    justify-content: center;
    align-items: center;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

:root {
    --main-color: #EABC3D;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
}






.burger-menu {
    align-items: center;
    gap: 15px;
    cursor: pointer;
    display: none;
}

.burger-menu_button {
    width: 30px;
    height: 30px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
}


.burger-menu_lines {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: relative;
}

.burger-menu_lines::before {
    content: '';
    top: -12px;
}

.burger-menu_lines::after {
    content: '';
    top: 12px;
    width: 74%;
}

.burger-menu_active .burger-menu_lines {
    background-color: transparent;
    scale: 0.8;
}

.burger-menu_active .burger-menu_lines::before {
    top: 0;
    transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
    top: 0;
    transform: rotate(-45deg);
    width: 100%;
}

.header_top {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    transition: 0.4s;
    max-height: 50px;
    position: relative;
    z-index: 500;
}

.header.sticky .header_top {
    padding: 0;
    max-height: 0;
    overflow: hidden;
}



.header_top_wrapper {
    background: var(--main-color);
}

.header_top_l a {
    font-weight: 500;
    font-size: 13px;
    color: #111;
    transition: 0.3s;
}

.header_top_l a:hover {
    color: #fff;
}

.header_top_l {
    align-items: center;
    gap: 15px;
}

.header_contacts_soc a path,
.header_wishlist a path,
.account_block a path {
    transition: 0.3s;
}

.header_contacts_soc a:hover path {
    fill: var(--main-color);
}

.header_wishlist a:hover path,
.account_block a:hover path {
    stroke: var(--main-color);
}

.header_serv {
    align-items: center;
    gap: 6px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.header_serv_popup {
    position: absolute;
    top: 37px;
    left: 50%;
    translate: -50% -10px;
    background: white;
    border-radius: 5px;
    padding: 20px;
    z-index: 100;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.header_serv:hover .header_serv_popup {
    opacity: 1;
    visibility: visible;
    translate: -50% 0;
}

.header_serv_popup_item {
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
}

.header_serv_popup_item svg {
    min-width: 22px;
}

.header_serv_popup_item span {
    font-weight: 300;
    font-size: 12px;
    color: #1f1f1f;
}

.header_serv_popup_item_i a {
    font-weight: 500;
    font-size: 14px;
    color: #1f1f1f;
}



.header_serv_popup_item_i {
    display: flex;
    flex-direction: column;
}

.header_serv_popup_mail {
    align-items: center;
    gap: 7px;
    font-weight: 500;
    font-size: 14px;
    color: #1f1f1f;
}

.header_serv_popup_item_i a:hover,
.header_serv_popup_mail:hover {
    color: var(--main-color);
}

.header_serv_popup_mail svg {
    min-width: 22px;
}

.header_serv_popup_top {
    position: absolute;
    top: -10px;
    left: 50%;
    translate: -50% 0;
}


.header_serv a,
.header_serv span {
    font-weight: 600;
    font-size: 14px;
    color: #111;
    cursor: pointer;
}

.language_block {
    align-items: center;
}

.language_block ul {
    padding-left: 0;
    display: flex;
    flex-direction: column-reverse;
    list-style: none;
}

.language_block ul a,
.language_block ul button {
    padding: 5px 4px;
    font-weight: 600;
    font-size: 14px;
    color: #111;
    position: absolute;
    top: 30px;
    background: var(--main-color);
    border-radius: 4px;
    transition: 0.3s;
    z-index: 500;
}

.language_block ul a:hover,
.language_block ul button:hover {
    text-decoration: none;
    color: #111;
    background: var(--main-color);
}

.language_block ul a.current-lang,
.language_block ul button.current-lang {
    position: relative;
    top: 5px;
}

.language_block ul li:not(:has(.current-lang)) a,
.language_block ul li:not(:has(.current-lang)) button {
    opacity: 0;
    visibility: hidden;
}

.header_top_r {
    gap: 35px;
    align-items: center;
}

.language_block:hover a,
.language_block:hover button {
    opacity: 1 !important;
    visibility: visible !important;
}

.language_block svg {
    transition: 0.3s;
}

.language_block:hover svg {
    rotate: 90deg;
}

.header_bottom {
    background: #1F1F1F;
    padding: 10px 0;
    position: relative;
    transition: 0.3s;
}

.header.sticky .header_bottom {
    padding: 8px 0;
}

.header_logo img {
    transition: 0.4s;
}

.header.sticky .header_logo img {
    max-width: 85%;
}

.shoping-cart-container {
    /* display: none; */
}

.header_wrapper {
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header_menu_btn {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    gap: 15px;
    border-radius: 5px;
    padding: 0 25px;
    cursor: pointer;
    transition: 0.4s;
    white-space: nowrap;
}

.header_menu_btn.active {
    background: white;
}

.header_menu_items {
    position: absolute;
    top: 100%;
    width: 100%;
    /* background: white; */
    z-index: 100;
    padding: 20px 0;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.header_menu_items .first_cat {
    background: white;
    isolation: isolate;
}

.header_menu_items .first_cat:before {
    content: '';
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: 0;
    left: 0;
    background: white;
    z-index: -1;
}

.header_menu_items .first_cat .dropdown-menu .list-unstyled li:before {
    left: 0;
}

.header_menu_items .first_cat .dropdown-menu .list-unstyled li:first-child:before,
.header_menu_items .first_cat .dropdown-menu .list-unstyled li:nth-child(10):before,
.header_menu_items .first_cat .dropdown-menu .list-unstyled li:nth-child(28):before,
.header_menu_items .first_cat .dropdown-menu .list-unstyled li:nth-child(19):before {
    top: -43px;
}

.header_menu {
    padding-bottom: 40px;
    margin-bottom: -40px;
}

.header_menu_items.active {
    opacity: 1;
    visibility: visible;
}

.header_menu_items .first_cat {
    width: 24%;
    padding-left: 0;
    margin-bottom: 0;
}

/* .header_menu_items .first_cat li.dropdown:first-child .dropdown-menu {
    opacity: 1;
    visibility: visible;
    } */

.header_menu_items .first_cat .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
}



.item_search_block_wrapper input {
    height: 52px;
    background: #fff;
    border-radius: 25px;
    padding: 0 25px;
    border: unset;
}

.header_contacts {
    align-items: center;
    gap: 30px;
}

.header_contacts_soc {
    align-items: center;
    gap: 10px;
}

.header_contacts_nums {
    flex-direction: column;
    gap: 1px;
}

.header_contacts_nums a {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.header_contacts_nums a svg {
    width: 18px;
    height: 18px;
}

.header_contacts_nums a:nth-child(1) {
    letter-spacing: 0.5px;
}

.header_contacts_nums a:nth-child(2) {
    letter-spacing: 0.9px;
}

.header_contacts_nums a:hover {
    color: var(--main-color);
}

.header_contacts_nums a path {
    transition: 0.3s;
}

.header_contacts_nums a:hover path {
    fill: var(--main-color);
}

.header_phone_tel_svg {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-right: 1px; */
}

.header_phone_tel_svg svg {
    width: 100%;
    height: 100%;
}

.account_wrapper {
    align-items: center;
    gap: 12px;

}

.header_acc_line {
    height: 100%;
    border-right: 1px solid white;
    opacity: 0.3;
    display: block;
    height: 40px;
}

.header_wishlist a {
    display: flex;
    align-items: center;
}

.header_compare a,
.header_wishlist a {
    display: flex;
    position: relative;
}

.header_compare a path,
.header_wishlist a path {
    transition: 0.3s;
}

.header_compare a:hover path {
    fill: var(--main-color);
}

.btn-show-cart {
    border-radius: 50%;
    border: unset;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 58px;
    height: 58px;
}

.shoping-cart {
    transition: 0.5s;
    translate: 180% 0;
    position: fixed;
    top: 134px;
    right: calc((100vw - 1600px) / 2 + 0px);
    background: white;
    z-index: 50;
    padding: 20px 18px;
    transition: 0.4s;
    border-radius: 5px;
    opacity: 0;
    /* height: 590px; */
    height: auto;
    overflow: auto;
}

.shoping-cart-products-loop {
    max-height: 560px;
    overflow: auto;
}

.shoping-cart-container {
    height: 100%;
}

.shoping-cart-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.header.sticky .shoping-cart {
    top: 76px;
}

#cart.open .shoping-cart,
.shoping-cart.open {
    translate: 0 0;
    opacity: 1;
}

.overlay-cart {
    position: fixed;
    inset: 0;
    z-index: 49;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.overlay-cart.open {
    opacity: 0.5;
    visibility: visible;
}

.sum-prod {
    display: none;
}

.count-product {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    right: -2px;
    z-index: 50;
    font-weight: 600;
    font-size: 11px;
    color: #111;
}

.item_search_block {
    flex-basis: 33%;
}

.item_search_block input {
    width: 100%;
}

.item_search_block #search {
    width: 100%;
}

.section_hero {
    margin-top: 20px;
    overflow: hidden;
}

.section_hero_wrapper ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.first_cat li a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #111;
    /* border-radius: 5px 5px 0 0; */
    height: 49.4px;
    padding-left: 20px;
    width: 100%;
}

.first_cat li a .cat_img_wrapper {
    /*flex-basis: 8%;*/
    display: flex;
    justify-content: center;
}

.cat_img_wrapper img {
    width: auto;
}

.first_cat li {
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid#e0e0e0;
    border-top: 1px solid transparent;
    position: unset;
}

.dropdown:has(.active) {
    border: 1px solid var(--main-color) !important;
    background: #fcf8ee;
}

.dropdown:has(.active)>a.dropdown-toggle {
    color: var(--main-color);
}

.dropdown:has(.active) path {
    stroke: var(--main-color);
}

.first_cat li.dropdown:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #e0e0e0;
}

.first_cat li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.first_cat {
    border-radius: 5px;
    /* overflow: hidden; */
    /* border: 1px solid #e0e0e0; */
    flex-basis: 24%;
    position: relative;
}

.first_cat .dropdown-menu {
    display: block;
    left: 100%;
    top: 23px;
    padding-top: 0;
    margin-top: 0;
    box-shadow: unset;
    border: unset;
    /* padding: 25px 0; */
    isolation: isolate;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.section_hero_wrapper .first_cat .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.section_hero_wrapper .first_cat li.dropdown:hover {
    border: 1px solid var(--main-color);
    background: #fcf8ee;
}

.section_hero_wrapper .first_cat li.dropdown:hover>a {
    color: var(--main-color);
}

.section_hero_wrapper .first_cat li.dropdown:hover path {
    stroke: var(--main-color);
}

.first_cat .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: white;
    z-index: -1;
    height: 410px;
    opacity: 0;
    visibility: hidden;
}

.home-slider img {
    display: inline !important;
}



.first_cat .dropdown-menu .list-unstyled {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 400px;
    background: white;
    /* width: 100vw; */

}

.first_cat .dropdown-menu .list-unstyled li {
    padding-right: 0;
    border: unset;
    display: block;
    /*padding-bottom: 20px;*/
    width: 300px;
    /*height: 43px;*/
    padding-left: 50px;
    background: white;
    position: relative;
    isolation: isolate;
}

.first_cat .dropdown-menu .list-unstyled li:before {
    content: '';
    position: absolute;
    width: 115%;
    height: 100vh;
    background: white;
    top: -22px;
    left: 18px;
    bottom: 0;
    z-index: -1;
}

.first_cat .dropdown-menu .list-unstyled li a {
    height: 59px;
    width: auto;
    padding-left: 0;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    /*white-space: nowrap;*/
    transition: 0.3s;
    position: relative;
    z-index: 10;
    align-items: self-start;
}

.first_cat .dropdown-menu .list-unstyled li a:hover {
    color: var(--main-color);
}

.menu_overlay {
    position: fixed;
    inset: 0;
    background: black;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 100;
}

.menu_overlay.active {
    opacity: 0.5;
    visibility: visible;
}



.section_hero_wrapper {
    display: flex;
    gap: 20px;
}

.home_slider_wrapper_in {
    flex-basis: 76%;
    width: 76%;
    position: relative;
    top: 2px;
}

.home_slider_wrapper_in #column-right {
    padding: 0;
    width: 100%;
}

.home_slider_wrapper_in #column-right img {
    width: 100% !important;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home_slider_wrapper_in #column-right .slider_image p {
    height: 409px;
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

.slider_content {
    position: absolute;
    top: 22px;
    left: 32px;
    z-index: 10;
    max-width: 850px;
    display: none;
}

.item-slide {
    position: relative;
}

.item-slide:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 23px;
    z-index: 10;
    display: block;
    width: 77px;
    height: 77px;
    background-image: url(/image/catalog/home/slider-logo.png);
    background-size: 100%;
    display: none;
}

.title-on-slider {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #1f1f1f;
    margin-bottom: 7px;
}

.subtitle_on_slider {
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #1f1f1f;
}

.home_slider_wrapper .slick-arrow {
    position: absolute;
    bottom: 35px;
    right: 52px;
    background: transparent;
    width: 48px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    color: transparent;
    transition: .3s;
}

.home_slider_wrapper .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.35);
}

.home_slider_wrapper .slick-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-image: url(/image/catalog/home/slider-arrow.svg);
    background-size: 100%;
    width: 10px;
    height: 15px;
}

.home_slider_wrapper .slick-prev {
    right: 120px;
    z-index: 10;
    rotate: 180deg;
}

.logo_slider_wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 22px 15px;
    margin-top: 20px;
}

.logo_slider_item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}

.logo_slider_wrapper {
    position: relative;
}

.logo_slider_wrapper:before,
.logo_slider_wrapper:after,
.dop-image-block:before,
.dop-image-block:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 105px;
    display: block;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 68%);
}

.logo_slider_wrapper:after,
.dop-image-block:after {
    right: -1px;
    rotate: 180deg;
}

.logo_slider_wrapper:before,
.dop-image-block:before {
    left: 0;
}

.logo_slider_wrapper .slick-slide {
    height: auto;
}

.logo_slider_wrapper .slick-slide img {
    display: block;
    width: 100%;
    /* aspect-ratio: 1 / 1; */
    height: 45px;
    object-fit: contain;
}


.bestseller_tabs ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

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

.bestseller_content-tab {
    display: none;
}

.bestseller_content-tab.active_content_tab {
    display: block;
}

.products_tab-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    /* margin-bottom: 100px; */
}



.tab_item {
    border-radius: 3px;
    border: 1px solid var(--main-color);
    margin-left: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #111;
    padding: 15px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    background: #fff;
}

.tab_item.active_tab {
    /* color: white; */
    background: #fff8e4;
    border: 1px solid var(--main-color);
}

.tab_item:hover {
    border: 1px solid var(--main-color);
    background: #fff8e4;

}

h2.products__heading {
    color: #0B0B0B;
    font-size: 3.2rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}


.products__heading {
    margin: 0 !important;
}

.products_hit {
    margin-top: 20px;
}

.products__item-images img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: 0.3s;
}

.products__item-images {
    height: auto;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    isolation: isolate;
}

.products__item {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    position: relative;
}

.products__item-desc {
    padding: 20px 17px;
}

.prod_wish_compare {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s;
}

.prod_wish_compare button,
.prod_wish_compare a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    border: none!important;
    background: transparent;
    transition: 0.3s;
    width: 40px;
    height: 40px;
}

@media (hover: hover) and (pointer: fine) {
    .products__item:hover img.prod_image {
        scale: 1.05;
    }

    .products__item:hover {
        border: 1px solid var(--main-color);
    }

    .prod_wish_compare button:hover,
    .prod_wish_compare a:hover {
        /*background: var(--main-color);*/
        /*border: 1px solid var(--main-color);*/
    }

    .prod_wish_compare button:hover img,
    .prod_wish_compare a:hover img {
        filter: invert(1);
    }

    .products__item:hover .prod_wish_compare {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .products__item:hover .hover_image {
        opacity: 1;
        scale: 1.05;
    }

    .products__item:has(.hover_image):hover .prod_image {
        opacity: 0;
        scale: 1.05;
    }
}

@media (hover: none) and (pointer: coarse) {
    .products__item .prod_wish_compare {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

.live-search {
    margin-top: 11px !important;
}

.live-search .list-categories,
.live-search .search_product_wrapper_title {
    display: none;
}

.search_product_wrapper ul li {
    height: auto !important;
    min-height: unset !important;
}

.prod_stock {
    font-weight: 400;
    font-size: 13px;
    color: #3bb53f;
    display: block;
    margin-bottom: 8px;
}

.products__item-title {
    font-weight: 600;
    font-size: 14px;
    color: #111;
    height: 60px;
    display: block;
    margin-bottom: 23px;
}

.products__item-price {
    font-weight: 600;
    font-size: 20px;
    color: #111;
    color: #ca1722;
    white-space: nowrap;
}

.products__item-action-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
}

.btn--cart {
    background: #d6a92c;
    background: #00a046;
    border-radius: 6px;
    height: 40px;
    width: 125px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* pointer-events: none; */
    padding: 0;
    border: unset;
    cursor: pointer;
    transition: 0.3s;
}

.btn--cart svg {
    display: none;
}

.btn--cart:focus {
    outline: none;
    border: unset;
    color: white;
}

.header_logo {
    width: 120px;
}

.error-1 {
    border: 1px solid red;
}

.dropdown-address li a {
    font-size: 14px !important;
}

.btn--cart:hover {
    color: #fff;
    background: #eabd40;
    background: #08d360;
}

.product_slider_wrapper .products__item {
    margin: 0 10px;
}

.products__item-in > .product_tags,
.products__item-in > .product_tags--card,
.product_slider_wrapper .products__item-in > .product_tags,
.products_tab-row .products__item-in > .product_tags,
.products_tab-row-looked .products__item-in > .product_tags {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 15;
    pointer-events: none;
}

.product_slider_wrapper {
    margin: 20px -10px 0;
}

.latest-section {
    margin-top: 20px;
}

#common-home h2 {
    font-weight: 600;
    font-size: 32px;
    color: #111;
    margin-top: 0;
}

.product_slider_wrapper .slick-arrow,
.review_wrapper .slick-arrow,
.similar_products .slick-arrow {
    position: absolute;
    top: -61px;
    right: 10px;
    width: 57px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background: transparent;
    font-size: 0;
    color: transparent;
    z-index: 5;
    padding: 0;
}

.similar_products .slick-arrow {
    top: -43px;
    width: 41px;
    height: 32px;
}


.product_slider_wrapper .slick-arrow:before,
.review_wrapper .slick-arrow:before,
.similar_products .slick-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-image: url(/image/catalog/home/slider-arrow.svg);
    background-size: 100%;
    width: 10px;
    height: 15px;
    filter: invert(1);
}

.product_slider_wrapper .slick-prev,
.review_wrapper .slick-prev,
.similar_products .slick-prev {
    right: 83px;
    rotate: 180deg;
}

.similar_products .slick-prev {
    right: 61px;
}

.similar_products {
    margin: 0 0 30px;
}

.contacts_banner_title {
    font-size: 21px;
}

.contacts_banner_subtitle {
    font-size: 14px;
}

.contacts_banner_cont {
    gap: 18px;
}

.footer_item {
    width: 100%;
}

.auth_blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.auth_block {
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.auth_block_img {
    overflow: hidden;
}

.auth_block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}

.auth_block:hover img {
    scale: 1.05;
}

.auth_block_txt {
    position: absolute;
    left: 35px;
    bottom: 30px;
    z-index: 5;
}

.auth_block_img_logo {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
    display: none;
}

.auth_block_title {
    font-weight: 600;
    font-size: 23px;
    line-height: 135%;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    max-width: 400px;
}

.auth_block_subtitle {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    max-width: 470px;
}

.auth_block_link {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 0 30px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #111;
    transition: 0.4s;
}

.auth_block_link:hover {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.auth_block_img {
    height: 100%;
}

.review_wrapper {
    margin: 20px -10px 0;
}

.reviews_item {
    margin: 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 25px 28px;
    transition: 0.3s;
}

.reviews_item:hover {
    border: 1px solid var(--main-color);
}

.reviews_head {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 18px;
}

.reviews_logo {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    font-weight: 500;
    font-size: 29px;
    color: #111;

}

.reviews_name {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #111;
}

.reviews_body {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #111;
    min-height: 97px;
}

.reviews_product {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 23px;
}


.reviews_product_img {
    min-width: 97px;
    height: 97px;
    border-radius: 5px;
    overflow: hidden;
}

.reviews_product_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.reviews_product_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reviews_product_title {
    font-weight: 600;
    font-size: 16px;
    color: #111;
    transition: 0.4s;
}



.reviews_product_title:hover {
    color: var(--main-color);
}

.reviews_product_link {
    font-weight: 400;
    font-size: 14px;
    color: #111;
    transition: 0.3s;
}

.reviews_product_link:hover {
    /* color: var(--main-color); */
    text-decoration: underline;
    color: #111;
}

.benefits {
    margin: 20px 0;
}

.benefits_title {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.benefits_wrapper {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.benefits_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.benefits_txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #111;
}

.benefits_icon {
    width: 50px;
    height: 50px;
}

.benefits_icon svg {
    width: 100%;
    height: 100%;
}

.blog_section h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
}

.blog_section_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog_section_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog_section_img {
    overflow: hidden;
    border-radius: 5px;
    height: 290px;
    margin-bottom: 25px;
    position: relative;
    isolation: isolate;
}

.blog_section_img:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(224, 179, 51, 0.8);
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.blog_section_item:hover .blog_section_img:after {
    opacity: 1;
    visibility: visible;
}

.blog_section_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #111;
    display: block;
    transition: 0.3s;
}

.blog_section_item:hover .blog_section_title {
    text-decoration: underline;
}

.blog_section_date {
    display: none;
}

.read_article {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #111;
    width: 224px;
    height: 224px;
    z-index: 10;
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
    scale: 0.2;
}

.blog_section_item:hover .read_article {
    opacity: 1;
    visibility: visible;
    scale: 1;
}

.blog_section_btn {
    margin-top: 20px;
    position: relative;
    left: 50%;
    translate: -50% 0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 0 35px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    font-weight: 500;
    font-size: 16px;
    color: #111;
    /* pointer-events: none; */
}

.blog_section_btn:hover {
    background: rgba(252, 248, 238, 0.97);
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.blog_section {
    margin-bottom: 20px;
}

.seo_txt h2 {
    text-align: center;
    margin-top: 0;
    max-width: 1070px;
    margin: 0 auto 35px;
}

.seo_txt_item {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 20px;
}

.seo_txt_item:last-child {
    margin-bottom: 0;
}

.seo_txt_side {
    flex-basis: 50%;
}

.seo_txt_side img {
    width: 100%;
}

.seo_txt_item h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    color: #111;
    margin-bottom: 25px;
    display: block;
}

.seo_txt_item p,
.seo_txt_item li {
    font-weight: 300;
    font-size: 14px;
    line-height: 155%;
    color: #111;
}

.seo_txt_item li {
    margin-bottom: 10px;
}



.contacts_banner {
    margin: 20px 0 0;
    background-image: url(/image/catalog/home/contacts-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 15px;
    padding-top: 45px;
}

.seo_txt {
    margin-bottom: 20px;
}

#common-home h2.contacts_banner_title,
#product-product+.contacts_banner h2.contacts_banner_title {
    /* #common-home h2.contacts_banner_title { */
    text-align: center;
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
}

#information-information h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #111;
}

.right-side-img img {
    width: 100%;
}

.row-flex-block {
    display: flex;
    align-items: center;
    gap: 80px;
}

.row-flex-block .left-side,
.row-flex-block .right-side,
.row-flex-block .benefits-picture-block {
    /* flex-basis: calc(50% - 80px); */
    flex-basis: 50%;
}



.formContact .req-page.error {
    border: 1px solid red;
}

.contacts_banner_subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 30px;
}

.contacts_banner_cont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    translate: -50% 0;
    gap: 40px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    border-radius: 5px;
    padding: 15px 32px;
}

.contacts_banner_cont a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    transition: 0.3s;
}

.contacts_banner_cont .header_phone_tel_svg {
    width: 33px;
    height: 33px;
}

.contacts_banner_cont a:hover {
    color: var(--main-color);
}


.faq_answ {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.4s;
    translate: 0 -15px;
    margin-top: 0;

    color: #777;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.faq_ques {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;

}

.faq_ques.active {
    /* margin-bottom: 20px;
    padding-bottom: 20px; */
    /* border-bottom: 1px solid #EBEAFA; */
}


.faq_ques.active+.faq_answ {
    opacity: 1;
    visibility: visible;
    translate: 0;
    margin-top: 10px;
}

.faq_ques svg {
    transition: 0.4s;
}

.faq_ques.active svg {
    rotate: 180deg;
}

/* .faq_wrapper {
  padding: 1px 25px 25px 25px;
  border-radius: 20px;
  background-color: #F7F6FB;
  } */

.faq_cat_item {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px 38px;
    transition: 0.6s ease-in-out;
    margin-bottom: 15px;
}

.faq_cat_item:last-child {
    margin-bottom: 0;
}

.faq_cat_item.active {
    border: 1px solid #d6a92c;
}

.faq_wrapper {
    max-width: 1250px;
    margin: 15px auto 0;
}

.faq_section {
    margin-bottom: 20px;
}

.cat_descr .faq_section {
    margin-bottom: 0px;
}

.cat_descr iframe {
    width: 100%;
    height: 535px;
    border-radius: 12px;
}

.cat_descr .faq_section .container {
    padding: 0px;
}

h2.faq_section_title {
    text-align: center;
}

.cat_descr h2.faq_section_title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.faq_answ p:last-child {
    margin-bottom: 0;
}

footer {
    background: #1f1f1f;
    padding: 100px 0 50px;
}

.footer_logo {
    margin-bottom: 22px;
}

.footer_payments_txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    display: block;
    margin-bottom: 11px;
}

.footer_payments_imgs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.footer_social {
    gap: 10px;
}

.tiktok_icon svg {
    width: 36px;
    height: 36px;
}

.footer_social a path {
    transition: 0.3s;
}

.footer_social a:hover path {
    fill: var(--main-color);
}

.footer_social a.tiktok_icon:hover path {
    fill: unset;
}

.footer_social a.tiktok_icon:hover .path_orange {
    fill: var(--main-color);
}

.footer_social a.tiktok_icon:hover .tiktok_white {
    fill: white !important;
}

.footer_social a.youtube_icon:hover g path:nth-child(1) {
    fill: var(--main-color);
}

.footer_social a.youtube_icon:hover g path:nth-child(2) {
    fill: white;
}

.footer_wrapper {
    justify-content: space-between;
    gap: 20px;
}

.footer_item_title {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
    display: block;
}

.footer_item_menu_links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_item_menu_links a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.footer_item_menu_links a:hover {
    color: var(--main-color);
}

.footer_item_contacts_column_wrapper {
    gap: 35px;
}

.footer_item_contacts_column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer_item_contacts_column a {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.footer_item_contacts_column a:nth-child(1) {
    letter-spacing: 0.5px;
}

.footer_item_contacts_column a:nth-child(2) {
    letter-spacing: 0.9px;
}

.footer_item_contacts_column a:hover {
    color: var(--main-color);
}

.footer_item_contacts_column a.footer_addr {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    transition: 0.3s;
    text-decoration: underline;
}

.footer_item_contacts_column a.footer_addr:hover {
    color: var(--main-color);
}

.footer_addr svg {
    min-width: 22px;
}

.footer_dop_num {
    align-items: center;
    gap: 14px;
}

.footer_dop_num_txt {
    display: flex;
    flex-direction: column;
}

.footer_dop_num_txt span {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.footer_dop_num_txt a {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.footer_graf {
    align-items: center;
    gap: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 14px 22px 14px 20px;
    width: 232px;
}

.footer_graf_info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer_graf_info span {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.footer_powered {
    margin-top: 125px;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.footer_powered span,
.footer_powered a {
    font-weight: 400;
    font-size: 12px;
    color: #999;
}

.footer_powered a:hover {
    text-decoration: underline;
}

.product_tags {
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 10;
}



.product_sticker {
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 600;
		font-size: 10px;
		text-align: center;
		color: #fff;
		height: 17px;
		padding: 0 5px;
		z-index: 10;
		border-radius: 0 5px 5px 0;
}

.product_gift_sticker {
    padding: 0px 5px!important;
    min-height: 18px!important;
    font-size: 10px!important;
}

.sticker_sale {
    background: #e45454;
}

.product_new {
    background: #4ed779;
}

.products__item-in {
    position: relative;
}

/* gift sticker stacks inside .product_tags via flex column (see .product_tags) */

.product-image-card {
    position: relative;
}

.product_gift_sticker {
    background: #F8B4C4;
    color: #111;
}

.product-thumb {
    position: relative;
}

.main-thumb-block > .product_tags--card,
.product-thumb > .product_tags--card {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 15;
    pointer-events: none;
}


.products__item-price {
    display: flex;
    flex-direction: column;
}

.old_price {
    font-weight: 600;
    font-size: 16px;
    text-decoration: line-through;
    color: #b8b8b8;
}

.new_price {
    font-weight: 600;
    font-size: 23px;
    color: #e45454;
    display: block;
    line-height: 100%;
}

.breadcrumb_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 25px 0 20px;
}

.breadcrumb_list li a,
.breadcrumb_list li span {
    font-size: 15px;
    color: #111;
}

.breadcrumb_list li a span {
    font-weight: 500;
    color: #111;
}

.breadcrumb_list li span {
    color: var(--main-color);
}

.flex-row-thumb {
    display: flex;
    gap: 30px;
    margin-top: 0;
    /* align-items: center; */
}

.desc-flex {
    flex-basis: 63.3%;
}

.thumb-flex {
    /* flex-basis: 50%; */
    width: 36.7%;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 696px;
    /* align-items: center; */
    overflow: hidden;
    gap: 24px;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: flex-end;
}

.dop-image-block {
    /* flex-basis: 124px; */
    overflow-x: auto;
    padding-right: 0;
    height: auto;
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: center;
    /* direction: rtl; */
    gap: 10px;
    /* max-width: 825px; */
}

.dop-image-block::-webkit-scrollbar {
    display: none;
    /* Ховаємо бігунок */
}


.thumbnails .image-additional {
    /* float: none; */
    margin-left: 0px;
    margin-right: 15px;
    /* max-width: 78px; */
}

.dop-image-block .thumbnail {
    width: 100px;
    padding: 0px !important;
    margin-bottom: 0 !important;
    aspect-ratio: 1/1;
    border: unset;
}

.thumbnail a>img,
.thumbnail>img {
    margin-left: unset !important;
    height: 100px;
    object-fit: contain;
}

.thumbnail>img {
    min-width: 100px;
    border: 1px solid #ddd;
}

li.main-thumb-block {
    width: 100%;
    margin-left: 0;
    padding-left: 0px;
    overflow: hidden;
    position: relative;
}

.slider-mob.owl-carousel.owl-theme {
    display: block;
    height: 100%;
}

li.main-thumb-block a.thumbnail {
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid transparent;
}

li.main-thumb-block a.thumbnail:hover {
    border: 1px solid transparent;
}

.main-thumb-block video {
    margin-bottom: 0;
}

.product_video_main {
    display: none;
}

.main-thumb-block .thumbnail img {
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
    object-fit: contain;
    border: 1px solid #eaeaea !important;
}

.prod_border {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 30px 35px;
}

.prod_border_bottom {
    padding: 20px 15px;
}

.flex-stock-sku {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.prod_info_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stock-item.stock-item-enabled {
    font-weight: 500;
    font-size: 13px;
    color: #3bb53f;
}

.stock-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sku-item {
    font-weight: 500;
    font-size: 15px;
    color: #111;
}

.product-title {
    font-weight: 600;
    font-size: 32px;
    color: #111;
    margin: 15px 0;
}

.reviews_show {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.reviews_show_text {
    font-weight: 400;
    font-size: 14px;
    color: #111;
}

.selled_count {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    padding: 8px 15px;
    background: #fdfbf6;
    /* margin-bottom: 25px; */
}

.list-price {
    width: 100%;
    max-width: 285px;
}

.selled_count_txt {
    font-weight: 500;
    font-size: 16px;
    color: #111;
}

.selled_count_num {
    font-weight: 600;
    font-size: 18px;
    color: #d6a92c;
    display: inline-block;
    margin-left: 10px;
}

.selled_count_txt-mob {
    display: none;
}

.item-price {
    display: flex;
    flex-direction: column-reverse;
}

.price-text-old {
    font-weight: 500;
    font-size: 20px;
    text-decoration: line-through;
    color: #9f9f9f;
}

.product_right_banner_inner .price-text-old {
    color: #9f9f9f;
    font-size: 18px;
}


.special-text,
.special-text+span {
    font-weight: 600;
    font-size: 36px;
    color: #e45454;
}

.count_wrapper .input-group-btn {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: inline-block;
    /* background: #f2f2f2; */
    border: 0.87px solid #e0e0e0;
}

.input-group-btn-max {
    border-radius: 0 3px 3px 0;
    border-left: unset !important;
}

.input-group-btn-min {
    border-radius: 3px 0 0 3px;
    border-right: unset !important;
}

.input-group-btn button {
    background: transparent;
    border: unset;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    color: #111;
    padding: 0;
}

.count_wrapper {
    margin: 25px 0 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.count_wrapper #input-quantity {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border: unset;
    border-radius: 0;
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #111;
    border: 0.87px solid #e0e0e0;
}

.compare_block {
    display: flex;
    align-items: center;
    gap: 25px;
}

.compare_block button {
    padding: 0;
    background: transparent;
    border: unset;
}

.product_btns #button-cart,
.product_right_banner #button-cart-fixed {
    background: #d6a92c;
    background: #00a046;
    border-radius: 5px;
    height: 67px;
    max-width: 285px;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 1px solid #d6a92c;
    border: 1px solid #00a046;
    transition: 0.4s;
}

.product_right_banner_bottom_btn,
.product_right_banner #button-cart-fixed {
    width: 100%;
    max-width: 100%;
}

.product_right_banner_bottom {
    display: flex;
    align-items: center;
    gap: 25px;
}

.product_btns #button-cart:hover,
#button-cart-fixed:hover {
    background: #08d360;
}

.product_btns {
    display: flex;
    align-items: center;
    gap: 25px;
}

.fast_consultation {
    border-radius: 5px;
    height: 67px;
    border: 1px solid #d6a92c;
    border: 1px solid #00a046;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    color: #d6a92c;
    color: #00a046;
    max-width: 285px;
    width: 100%;
    transition: 0.4s;
}

.fast_consultation:hover {
    background: #fcf8ee;
    background: #eefcf2;
}

.product_bottom_info {
    display: flex;
    gap: 15px;
}

.product_bottom_info_block {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #111;
}

.price-product {
    font-weight: 600;
    font-size: 36px;
    color: #ca1722;
}

.price-product+.grn-text {
    font-weight: 600;
    font-size: 36px;
    color: #ca1722;
    text-decoration: unset;
}

.grn-text {
    font-weight: 500;
    font-size: 20px;
    text-decoration: line-through;
    color: #9f9f9f;
}

.product_tag_link svg {
    position: relative;
    top: 3px;
}

.product_det_info {
    margin-top: 30px;
    width: 100%;
    /* max-width: 950px; */
    margin-bottom: 30px;
    display: flex;
    gap: 70px;
    justify-content: space-between;
}

#product-product .product_det_info {
    margin-bottom: 0;
}

.product_det_info_left {
    flex-basis: 62%;
}

.product_right_banner {
    flex-basis: 38%;
}

.product_right_banner_inner {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 25px;
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product_right_banner_img {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 3px;
    overflow: hidden;
}

.product_right_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info_tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.info_tabs a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #111;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 0 25px;
    height: 47px;
    transition: 0.3s;
}

.info_tabs a:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background: #fcf8ee;
}

.title-attr-wrapper {
    font-weight: 600;
    font-size: 27px;
    color: #111;
    margin-bottom: 15px;
    display: block;
}

.flex-row-attribute {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.flex-row-attribute:last-child {
    margin-bottom: 0;
}

.flex-row-attribute:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 6px;
    border-bottom: 1px solid #d4d4d4;
}

/* .attr_wrapper {
    width: 100%;
    max-width: 800px;
    } */

.dop-image-block .slick-track {
    display: flex !important;
    justify-content: center;
}

.value-attr {
    max-width: 260px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 155%;
    color: #111;
    background: white;
    position: relative;
    z-index: 5;
    padding-left: 12px;
}

.name-attr {
    font-weight: 300;
    font-size: 16px;
    line-height: 155%;
    color: #111;
    background: white;
    position: relative;
    z-index: 5;
    padding-right: 12px;
}

.attribute-wrapper {
    margin-bottom: 20px;
}

.inside-description p,
.inside-description li {
    font-weight: 300;
    font-size: 14px;
    line-height: 155%;
    color: #111;
}

.description_side {
    margin-bottom: 15px;
}

.more_photo_wrapper,
.result_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.more_photo_wrapper img,
.result_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.thumbnails .slick-arrow {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 0;
    z-index: 15;
    font-size: 0;
    color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: transparent;
    border: unset;
}

.thumbnails .slick-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-image: url(/image/catalog/home/slider-arrow.svg);
    background-size: 100%;
    width: 10px;
    height: 15px;
    filter: invert(1);
}

.thumbnails .slick-arrow.slick-prev {
    right: unset;
    left: 0;
}

.thumbnails .slick-arrow.slick-prev:before {
    rotate: 180deg;
}

.photo_popup {
    aspect-ratio: 1/1;
}

.result_item_img {
    width: 100%;
}

.more_photo_wrapper {
    margin-bottom: 30px;
}

.user_rating_left {
    display: flex;
    gap: 15px;
    align-items: center;
}

.user_rating_title {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.user_rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0 0 42px;
}

.user_rating_num {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

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

.rev_btn {
    border-radius: 5px;
    padding: 0 88px;
    height: 55px;
    background: #191919;
    border: 1px solid #191919;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.rev_btn:hover {
    color: #191919;
    border: 1px solid #191919;
    background: #fff;
}

.item-review-block {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 30px 35px;
    margin-bottom: 10px;
}

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

.autor_txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #111;
    display: block;
    margin-bottom: 10px;
}

.author-review-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 29px;
    line-height: 100%;
    color: #111;
    text-transform: uppercase;
}

.author-review {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.data-review {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #b6b6b6;
}

.description-block-review {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #111;
}

.text-rating {
    display: none;
}

.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1) path,
.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2) path,
.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3) path,
.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4) path,
.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5) path {
    stroke: var(--main-color);
    fill: var(--main-color);
}

.stars-rating .wrap span path:hover {
    stroke: var(--main-color);
    fill: var(--main-color);
}

.review_right {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: white;
    border-radius: 10px;
    padding: 30px 35px 35px 35px;
    max-width: 609px;
    width: 90%;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    scale: 0.5;
}

.review_right.open {
    opacity: 1;
    visibility: visible;
    scale: 1;
}

.review_right_title {
    font-weight: 600;
    font-size: 27px;
    line-height: 95%;
    color: #111;
    display: block;
    margin-bottom: 35px;
    padding-right: 35px;
}

.review_right_t_p {
    display: block;
}

.close_rev_popup {
    position: absolute;
    top: 35px;
    right: 35px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rev_form_popup_over {
    position: fixed;
    inset: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: black;
    transition: 0.4s;
}

.rev_form_popup_over.open {
    opacity: 0.5;
    visibility: visible;
}

.review_right input,
.review_right textarea {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 0 25px;
    width: 100%;
    height: 55px;
}

.review_right textarea {
    height: 190px;
    resize: none;
    padding-top: 20px;
}

.review_right input::placeholder,
.review_right textarea::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #c0c0c0;
}

.rating-group {
    /* flex-direction: column; */
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.rating-group label {
    padding-top: 0 !important;
}

.rating_group_title {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.stars_wrapper span {
    cursor: pointer;
}

#button-review {
    border-radius: 5px;
    padding: 0 88px;
    height: 55px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #191919;
    margin-top: 35px;
}

/* .sticky-review {
    margin-bottom: 100px;
    } */

.product_right_banner_top {
    display: flex;
    gap: 20px;
}

.item-price-banner .special-text {
    font-size: 28px;
}

.item-price-banner .price-text-old {
    font-size: 18px;
}

.product_right_banner .reviews_show {
    margin-bottom: 10px;
}

.product_right_banner_title {
    font-weight: 600;
    font-size: 19px;
    color: #111;
    display: block;
    margin-bottom: 13px;
}

.similar_prod_title {
    font-weight: 600;
    font-size: 30px;
    color: #111;
    margin-bottom: 20px;
    margin-top: 0;
}

.product_item_slider {
    margin: 0 10px;
}

.similar_products_wrapper {
    margin: 0 -10px;
}

.similar_products {
    margin: 0 0 50px;
}

.review_empty {
    height: 325px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review_empty span {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #000;
    display: block;
    margin-top: 30px;
}

#product-product+.contacts_banner {
    margin: 0;
}

.attribute-groupe {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 30px 35px;
}

.products__item-title:hover {
    color: #111;
}

.result_item {
    aspect-ratio: 1/1;
}

.similar_products .price-product {
    font-weight: 600;
    font-size: 20px;
    color: #ca1722;
}

.item-price-banner .price-product,
.item-price-banner .grn-text {
    font-weight: 600;
    font-size: 28px;
    color: #ca1722;
}

.item-price-banner .grn-text-old {
    font-size: 18px;
    color: #9f9f9f;
}

.similar_products .new-price-wrapper {
    display: flex;
}

.similar_products .prices-block {
    display: flex;
    flex-direction: column-reverse;
}

.mfp-content img {
    padding: 0 !important;
    border-radius: 12px;
    display: block;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: -33px !important;
}

.similar_products .prices-block {
    display: flex;
    flex-direction: column-reverse;
}

.quick-buyer-block {
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -70%;
    z-index: 100;
    background: #fff;
    border-radius: 10px;
    padding: 30px 35px 35px 35px;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    scale: 0.5;
}

.quick-buyer-block.open {
    opacity: 1;
    visibility: visible;
    translate: -50% -50%;
    scale: 1;
}

.quick_buyer_title {
    font-weight: 600;
    font-size: 27px;
    line-height: 95%;
    color: #111;
    margin-bottom: 10px;
}

.quick_buyer_subtitle {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    max-width: 287px;
    width: 100%;
    margin-bottom: 35px;
}

.quick-buyer-close {
    position: absolute;
    top: 35px;
    right: 35px;
    cursor: pointer;
    transition: 0.4s;
}

.quick-buyer-close:hover {
    /* rotate: 180deg; */
    opacity: 1.02;
}

#quick-buy-form {
    display: flex;
    flex-direction: column;
}

#quick-buy-form input {
    width: 340px;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    padding: 0 25px;
    margin-bottom: 15px;
}

#quick-buy-form input.req-page.error {
    border: 1px solid red;
}

.quick-buy {
    border-radius: 5px;
    height: 55px;
    width: 100%;
    background: #00a046;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    transition: 0.3s;
    border: 1px solid #00a046;
}

.quick-buy:hover {
    background: #08d360;
}

.quick-buyer-block-overlay {
    position: fixed;
    inset: 0;
    z-index: 99;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    background: #000;
}

.quick-buyer-block-overlay.open {
    opacity: 0.5;
    visibility: visible;
}

.disabled-button {
    background: #BDBDBD !important;
    border: 1px solid #BDBDBD !important;
}

.fast_consultation_none {
    display: none !important;
}

.price-product-none {
    color: gray !important;
}

.price-product-none+span {
    color: gray !important;
}

.number-spinner-none button {
    pointer-events: none;
    background-color: #F2F2F2;
}

.benefits-img {
    width: 100%;
}

.about-us__content .text-block {
    font-weight: 300;
    font-size: 16px;
    line-height: 155%;
    color: #111;
}

.text_w {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    color: #111;
}

.row-flex-block p:not(:last-child) {
    margin-bottom: 25px;
}

.first-section {
    margin-bottom: 50px;
}

.whywe_about {
    margin: 80px 0 100px;
}

.whywe_about_title {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    color: #111;
    margin-top: 0;
    margin-bottom: 20px;
}

.whywe_about_text {
    font-weight: 300;
    font-size: 14px;
    line-height: 155%;
    text-align: center;
    color: #111;
}

.whywe_about_wrapper {
    margin: 40px 0;
    display: flex;
    gap: 35px;
}

.whywe_about_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whywe_about_item_img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    margin-bottom: 25px;
}

.whywe_about_item_txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #111;
}

.contacts_banner_title {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #fff;
}

.info_cont+.contacts_banner {
    margin-bottom: 0;
}

.mob_menu {
    display: none;
}

.product_right_banner_mob_btn {
    display: none;
}

.title-popup-cart {
    display: none;
}

.close-cart {
    display: none;
}

.shoping-cart-products-item {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e0e0e0;
}

.shoping-cart-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.shoping-cart-products-item-title {
    font-weight: 600;
    font-size: 14px;
    color: #111;
    display: block;
    max-width: 208px;
}

.shoping-cart-products-item-image {
    border-radius: 5px;
    overflow: hidden;
}

.shoping-cart-products-item-quantity .quantity-block {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    border: 0.87px solid #e0e0e0;
    border-right: none;
    border-left: none;
}

.shoping-cart-products-item-quantity span {
    display: flex;
    align-items: center;
}

.shoping-cart-products-item-quantity i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.87px solid #e0e0e0;
    cursor: pointer;
}

.shoping-cart-products-item-quantity i svg {
    width: 8px;
}

.cart_price_wrapper {
    align-items: center;
    gap: 22px;
}

.cart__price-block {
    display: flex;
    flex-direction: column-reverse;
}

.shoping-cart-products-item-price {
    font-weight: 600;
    font-size: 21px;
    color: #111;
}

.shoping-cart-info .old-price {
    font-weight: 600;
    font-size: 14px;
    color: #b8b8b8;
}

#cart_remove_product {
    cursor: pointer;
}

.shoping-cart-totals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.btn-checkout-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00a046;
    border: 1px solid #00a046;
    border-radius: 6px;
    padding: 0 20px;
    height: 54px;
    transition: 0.3s;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.btn-checkout-cart:hover {
    color: #fff;
    background: #08d360;
}

.shoping-cart-totals-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.shoping-cart-totals-item-title {
    font-weight: 400;
    font-size: 14px;
    color: #111;
}

.shoping-cart-totals-item-value {
    font-weight: 600;
    font-size: 21px;
    color: #111;
}

.shoping-cart-products-item-title-mob {
    display: none;
}

.account-title {
    display: none;
}

.well-login {
    max-width: 527px;
    width: 100%;
    padding: 0;
    margin: 35px auto 160px;
    background: transparent;
    border: unset;
    border-radius: 0;
    box-shadow: unset;
}

#column-left #column-left {
    display: none;
}

.login-form-title {
    margin-top: 0;
    margin-bottom: 33px;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    color: #111;
}

#account-login .control-label,
#account-forgotten .control-label,
#account-register .control-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #111;
    margin-bottom: 6px;
    padding: 0;
    text-align: left;
}

.form-control-enter {
    border: 1px solid #e0e0e0;
    border-radius: 28px;
    width: 526px;
    height: 60px;
    background-color: transparent;
    width: 100%;
}

#account-login .form-group,
#account-register .form-group {
    margin-bottom: 15px;
}

.remember-checkbox-wrapper {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.remember-title {
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 0;
}

.forgot-password {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    color: #c29518;
}

.forgot-password:hover {
    text-decoration: underline;
    color: #c29518;
}

.check_remb {
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    position: relative;
}

.check_remb:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: var(--main-color);
    inset: 5px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.remember-checkbox {
    display: flex;
    align-items: center;
    gap: 11px;
    position: relative;
}

.remember-checkbox-input {
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 21px;
    opacity: 0;
    z-index: 5;
}

.remember-checkbox-input:checked+.check_remb:before {
    opacity: 1;
    visibility: visible;
}

.remember-checkbox-input:checked+.check_remb {
    border: 1px solid var(--main-color);
}

.login_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.login-button {
    border-radius: 9px;
    padding: 0 16px;
    height: 61px;
    width: 100%;
    background: #d6a92c;
    border: unset;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-button:hover {
    background: #eabd40;
    color: #fff;
}

.register-link {
    background: transparent !important;
    padding: 0;
    border: unset;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #c29518;
}

.register-link:active,
.register-link:focus {
    color: #c29518 !important;
    background: transparent !important;
    box-shadow: unset !important;
}

.register-link:hover {
    color: #c29518;
    text-decoration: underline;
}

#account-login+.contacts_banner,
#account-forgotten+.contacts_banner,
#account-register+.contacts_banner {
    margin: 0;
}

.instruction-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #111;
    margin-top: 20px;
}

.button-wrappepr-reg {
    margin: 15px 0 0;
}

.link-to-login {
    font-weight: 500;
    font-size: 16px;
    line-height: 131%;
    color: #7e7e7e;
    text-align: center;
    margin-top: 25px;
}

.link-to-login a {
    color: var(--main-color);
}

.success_reg_wrapper {
    margin: 140px auto;
    max-width: 527px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-success-page {
    margin: 20px 0 35px;
    font-weight: 600;
    font-size: 32px;
    line-height: 115%;
    text-align: center;
    color: #111;
    max-width: 300px;
}

.shoping-cart.open:has(.cart-popup-empty) {
    width: 521px;
}

.empty_title {
    font-weight: 600;
    font-size: 27px;
    line-height: 95%;
    color: #111;
    margin-bottom: 60px;
    display: block;
    text-align: center;
}

.icons-cart-block {
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    color: #111;
}

.emp_cont {
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #111;
    cursor: pointer;
    margin-top: 60px;
}

.category-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #111;
    margin-bottom: 20px;
    margin-top: 0;
}

.subcats_wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 10px;
    row-gap: 25px;
}

.item_sub_category {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.item_sub_category img {
    width: 100%;
    display: block;
    border-radius: 5px;
    transition: 0.3s;
    /* border: 1px solid transparent; */
}

.item_sub_category:hover img {
    /* border: 1px solid var(--main-color); */
}

.subcat_wrapper_block {
    margin-bottom: 30px;
}

.name_category {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #111;
    transition: 0.3s;
}

.item_sub_category:hover .name_category {
    color: var(--main-color);
    text-decoration: underline;
}

.sub_cat_img {
    position: relative;
    isolation: isolate;
}

.subcat_image_place {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1 / 0.56;
    max-width: 220px;
    margin: 0 auto;
}

.sub_cat_img:has(.subcat_image_place) {
    width: 100%;
}

.sub_cat_img:before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--main-color);
    z-index: 1;
    pointer-events: none;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}


.item_sub_category:hover .sub_cat_img:before {
    opacity: 0.3;
    visibility: visible;
}

/* #product-product .container:has(.products_tab-row-looked) {
    padding: 0;
} */

#product-category-page,
#product-category {
    margin-bottom: 20px;
}

body:has(#product-category-page) .contacts_banner,
body:has(#product-category) .contacts_banner {
    margin-bottom: 0;
}

body:has(#product-category-page) .faq_section,
body:has(#product-category) .faq_section {
    margin-top: 0px;
}

.name-sort svg {
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 15px;
    width: 15px;
}

.input_group_title {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    background: white;
    border: unset;
    padding: 5px;
    position: relative;
    z-index: 10;
    font-size: 14px;
    color: black;
}

.top_info_wrapper_cat {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.category-title {
    font-weight: 600;
    font-size: 32px;
    color: #111;
}

.select-sort {
    position: relative;
}

.name-sort {
    height: 50px;
    padding: 0 55px 0 15px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgb(224 224 224);
    border-radius: 5px;
    color: black;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    cursor: pointer;
}


.dropdown-select {
    position: absolute;
    top: 106%;
    left: 0;
    z-index: 999;
    display: none;
    min-width: 100%;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.item-select {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}

.form-input-group-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_wrapper_cat {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}





.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background: #000;
}

.name-sort svg {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 9px;
    width: 15px;
}

.form-input-group-block {
    display: flex;
    align-items: center;
    gap: 25px;
}

.noUi-origin.noUi-connect.noUi-draggable {
    background: black !important;
    box-shadow: none !important;
    border: none !important;
    height: 3px !important;
    top: 3px !important;
}

div#scale-price {
    box-shadow: none !important;
    border: none;
    background: transparent;
    height: 7px;
}

.noUi-pips.noUi-pips-horizontal {
    display: none;
}

.noUi-horizontal .noUi-handle {
    width: 17px !important;
    height: 17px !important;
    left: -17px !important;
    top: -7px !important;
    background: black;
    border: 1px solid black !important;
    border-radius: 50%;
    box-shadow: none;
    border: none;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    left: -1px !important;
    top: -4px !important;
}

.noUi-background {
    background: white !important;
    box-shadow: unset !important;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none !important;
}

.flex-price-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.flex-price-block .item-price-block {
    flex-basis: calc(50% - 20px);
    margin: 10px;
}

.flex-price-block .item-price-block input {
    width: 100%;
    min-width: auto;
    background: transparent;
    border-radius: 7px;
    height: 38px;
    box-shadow: none;
    border: none;
    text-align: center;
    color: #2E3230;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #e0e0e0;
}

.list-group-item {
    border: unset !important;
}

.custom-check {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid lightgrey;
    position: relative;
}

.custom-check:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 10px;
    height: 7px;
    background-image: url(/image/catalog/filter-check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}



.ocf-selected:has(input[type="checkbox"]:checked) .custom-check:before {
    opacity: 1;
    visibility: visible;
}

.ocf-selected:has(input[type="checkbox"]:checked) .custom-check {
    background-color: black;
}

.ocf-option-values label {
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.ocf-option-values label input {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: 0 !important;
    cursor: pointer;
    pointer-events: none;
}

.ocfilter-option label.ocf-selected {
    color: black !important;
}

.ocfilter-option label small {
    background-color: transparent !important;
    font-weight: 400;
    font-size: 14px !important;
    color: #111 !important;
    padding: 0 !important;
}

.selected-options .ocfilter-option {
    background: transparent !important;
    padding: 0 !important;
    margin-top: 3px;
    margin: 5px 0;
}

.del-block {
    margin-left: 5px;
    display: inline-block;
    rotate: 45deg;
}

.selected-options .btn-danger {
    padding: 8px;
    border: 1px solid lightgrey !important;
    color: #000;
    font-size: 14px;
    border-radius: unset;
    background: transparent !important;
    line-height: 140%;
}

.selected-options .btn-block.btn-danger {
    margin: 3px 0;
}

.name-option {
    font-weight: 400;
    font-size: 14px;
    color: #111;
}

.ocfilter-option .ocf-option-name {
    font-size: 17px !important;
    font-weight: 600;
    color: #111;
}

.relative-name-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}



.noimage {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#information-information:has(.dogovor-oferta-wrapper) h1 {
    margin-bottom: 30px;
}



.dogovor-oferta-wrapper p {
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;
    color: #111;
}

.dogovor-oferta-wrapper h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    color: #111;
    margin: 30px 0 25px;
}

.term_block_title {
    font-weight: 500;
    font-size: 15px;
    line-height: 155%;
    color: #111;
    margin-bottom: 10px;
    display: block;
}

.term_block {
    margin-bottom: 25px;
}

#product-compare+.contacts_banner {
    margin-bottom: 0;
}
.btn-transparent-compare {
	display: none!important;
}
.btn-transparent-compare.added,
.btn-transparent-wish.added {
    background: var(--main-color);
}

.btn-transparent-compare.added img,
.btn-transparent-wish.added img {
    filter: invert(1);
}


.flex-row-compare {
    display: flex;
    overflow: auto;
    border-right: 1px solid #E4E6E9;
}

.attribute-group-column {
    border-bottom: 1px solid #E4E6E9;
}

.flex-row-compare>div {
    flex-basis: 25%;
}

.item-compare img.img-thumbnail {
    border: none;
    margin: 0px;
    padding: 0px;
    /* border: 1px solid #E4E6E9; */
}

.item-compare .product-image-card {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
}

.product-item-compare {
    border-left: 1px solid #E4E6E9;
}

.item-compare:nth-child(2) .product-item-compare {
    border-left: 0px;
}

.item-compare {
    min-width: 273.5px;
}

.item-compare:nth-child(2) {
    /* border-radius: 20px 0px 0px 0px; */
    overflow: hidden;
}

.item-compare:nth-child(2) .product-image-card {
    border-left: 1px solid #E4E6E9;
}

.item-compare:last-child {
    /* border-radius: 0px 20px 0px 0px; */
    overflow: hidden;
}

.item-compare .product-title-block {
    padding: 0px 20px;
    background: #fff;
    min-height: 50px;
    margin-bottom: 20px;
}

.price-product-compare {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    background: #fff;
}

.price-product-compare .price {
    font-size: 18px;
    color: #ca1722;
}

.product-item-compare {
    min-height: 320px;
    background: #fff;
}

button.add-to-cart-button {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    border-radius: 10px;
    border: none;
}

.compare_product_added path {
    fill: var(--main-color);
}

.wish_product.compare_product_added path {
    stroke: var(--main-color);
}

.category-compare-list {
    min-height: 419px;
    max-height: 419px;
}

.item-name-attribute {
    font-weight: 500;
    font-size: 14px;
    /* line-height: 24px; */
    color: #2E3230;
    padding: 0 12px;
    background: #fff;
    min-height: 42px;
    display: flex;
    border-left: 1px solid #E4E6E9;
    align-items: center;
}

.category-compare-block .item-name-attribute {
    font-size: 12px;
    font-weight: 700;
}

.attribute-group-column .item-name-attribute:nth-child(even) {
    background: #f6f6f6;
}

/* .category-compare-block .attribute-group-column {
    border-left: 2px solid #E4E6E9;
    border-top: 2px solid #E4E6E9;
    } */

.category-compare-block .item-name-attribute {
    border-left: 0px;
}

.item-compare:last-child .attribute-group-column .item-name-attribute:last-child {
    border-bottom-right-radius: 6px;
}

.category-compare-block .item-name-attribute:last-child {
    border-bottom-left-radius: 6px;
}

.category-compare-block .item-name-attribute:first-child {
    border-top-left-radius: 6px;
}

.product-item-compare {
    border-left: 1px solid #E4E6E9;
    border-bottom: 1px solid #E4E6E9;
    padding-bottom: 0;
}

#product-compare h1 {
    font-weight: 600;
    font-size: 32px;
    color: #111;
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 35px;
}

.item-category-compare {
    max-width: calc(100% - 20px);
}

.item-category-compare a {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #2E3230;
    padding: 16px 19px;
    display: block;
}

.item-category-compare.active-menu {
    background: #f6f6f6;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.item-category-compare.active-menu a {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}


.wishlist-remove-item,
.wishlist-remove-item:hover {
    position: absolute;
    top: 11px;
    right: 15px;
    border: unset;
    outline: unset;
    background: #fff;
    box-shadow: unset;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    border: 1px solid #e0e0e0;
}

.compare_image_wrapper {
    display: flex;
    justify-content: center;
    height: 273px;
    aspect-ratio: 1 / 1;
    margin-bottom: 0;
    /* border: 1px solid #E4E6E9; */
}

.compare_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-title-block-comp a {
    font-weight: 600;
    font-size: 16px;
    color: #111;
    display: block;
    height: 65px;
}

.price-product-compare p {
    font-weight: 600;
    font-size: 23px;
    color: #111;
    margin-bottom: 0;
}

.compare_wish {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    border: 1px solid #e0e0e0;
    background: transparent;
}

.flex-wish-compare {
    display: flex;
    align-items: center;
    gap: 15px;
}

button.add-to-cart-button-compare {
    padding: 0;
    width: 53px;
    height: 38px;
    border-radius: 6px;
    background: #d6a92c;
}

.product-item-compare-bottom {
    padding: 17px 0 20px;
}

.item-compare:nth-child(2) .product-item-compare-bottom {
    border-left: 1px solid #E4E6E9;
}

.item-compare:nth-child(5) .product-item-compare-bottom {
    border-right: 1px solid #E4E6E9;
}

.item-compare:nth-child(5) .attribute-group-column {
    border-right: 1px solid #E4E6E9;
}


.wishlist-remove-item:active {
    background: white !important;
    background-color: white !important;
}


.white-box-block p {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    margin-top: 45px;
}

.white-box-block a {
    margin: 0;
    margin-top: 28px;
    padding: 0 76px;
    height: 61px;
    background: #d6a92c;
    border-radius: 9px;
    outline: none;
    border: none;
    transition: 0.3s;
    line-height: 35px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-img {
    margin-top: -50px;
}

.error-img img {
    width: 100%;
}

.error-block {
    position: relative;
}

.error-text {
    font-weight: 600;
    font-size: 21px;
    line-height: 130%;
    text-align: center;
    color: #1f1f1f;
    margin-bottom: 30px;
    white-space: nowrap;
}

.error-btn-home {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d6a92c;
    border-radius: 9px;
    padding: 0 76px;
    height: 61px;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.error-btn-home:hover {
    color: #fff;
    background: #98781f;
}

.error_info_wrapper {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 76%;
    translate: -50% -50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.white-box-block a:hover {
    background: #ad8824;
    color: #FFFFFF;
}

a.not-empty-compare:before,
a.not-empty-wishlist:before {
    content: attr(data-num-compare);
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    color: #111;
    margin-bottom: 4px;
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--main-color);
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    /* border: 0.5px solid var(--main-color); */
}

a.not-empty-wishlist:before {
    content: attr(data-num-wishlist);
}


/* .item-compare:nth-child(n+6) {
    display: none;
    } */


.contacts_page_wrapper {
    display: flex;
    gap: 40px;
}

.contacts_page_left {
    flex-basis: 43%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 47px 0 47px 75px;
    display: flex;
    flex-direction: column;
}

.contacts_page_right {
    flex-basis: 57%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 48px 80px;
    position: relative;
}

.cont_success_msg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    visibility: hidden;
    position: absolute;
    inset: 0;
    background: rgba(234, 188, 61, 0.7);
    backdrop-filter: blur(7.5px);
    opacity: 0;
    transition: 0.3s;
    padding: 0 80px;
}

.show_msg.cont_success_msg {
    opacity: 1;
    visibility: visible;
}

.contacts_page_left_title {
    font-weight: 600;
    font-size: 26px;
    color: #111;
    margin-bottom: 30px;
}

.contact_page_item_c {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.contact_page_item_c .header_phone_tel_svg {
    width: 43px;
    height: 43px;
}

.contact_page_item_c span {
    font-weight: 500;
    font-size: 22px;
    color: #111;
}

.contact_page_item_c_t {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact_page_item_c span.contact_page_item_c_t_txt {
    font-weight: 300;
    font-size: 17px;
    color: #111;
}


.contac_page_graf {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contac_page_graf span {
    font-weight: 500;
    font-size: 18px;
    color: #111;
}


.contact_page_social {
    margin-top: 35px;
}

.contact_page_form_title {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #111;
    display: block;
    margin-bottom: 10px;
}

.contact_page_form_subtitle {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000;
    display: block;
}

.inputs_wrapper {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 20px;
}


.form_input_title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #111;
    margin-bottom: 11px;
    padding-left: 25px;
}


.form_input_wrapper input {
    border: 1px solid #e0e0e0;
    border-radius: 28px;
    padding: 18px 28px;
    height: 53px;
    width: 100%;

    font-weight: 500;
    font-size: 17px;
    line-height: 141%;
    color: #000;
}

.form_input_wrapper input::placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 141%;
    color: #b2b2b2;
}

.form_input_wrapper textarea {
    border: 1px solid #e0e0e0;
    border-radius: 28px;
    padding: 18px 28px;
    height: 148px;
    width: 100%;
    resize: none;
}

.form_input_wrapper:last-child {
    grid-column: 1 / 3;
}

.contact_page_send {
    margin-top: 32px;
    background: #d6a92c;
    border-radius: 9px;
    border: 1px solid #d6a92c;
    height: 61px;
    transition: 0.3s;

    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;
}

.contact_page_send:hover {
    background: #93741e;
    border: 1px solid #93741e;
}

.contacts_page_map {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    width: 100%;
    margin-top: 40px;
}

.contacts_page_map iframe {
    width: 100%;
    height: 500px;
}

.contacts_page_map_txt {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 32px 45px;
    font-weight: 500;
    font-size: 19px;
    line-height: 140%;
    color: #111;
}

.contacts_page_map_txt a {
    color: #000;
    text-decoration: underline;
    transition: 0.3s;
}

.contacts_page_map_txt a:hover {
    color: var(--main-color);
}

.product_bank_info_wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}

.product_bank_info_btn {
    border: 1px solid #d6a92c;
    border-radius: 5px;
    padding: 0 20px;
    width: 100%;
    max-width: 50%;
    height: 67px;
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    color: #d6a92c;
    transition: 0.3s;
}

.product_bank_info_btn:hover {
    background: #fcf8ee;
}

.product_bank_info_logos {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-evenly;
    width: 50%;
}

.product_bank_info_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.product_bank_info_logo span {
    font-weight: 600;
    font-size: 7px;
    color: #191919;
}

.product_bank_info_logo svg {
    height: 25px;
}

.part_pay_modal {
    border-radius: 10px;
    padding: 30px 35px 35px 35px;
    background: white;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    scale: 0.5;
    transition: 0.5s;
}

.part_pay_modal.open {
    opacity: 1;
    visibility: visible;
    scale: 1;
}

.part_pay_modal_title {
    font-weight: 600;
    font-size: 27px;
    line-height: 95%;
    color: #111;
    margin-bottom: 24px;
    display: block;
}

.part_pay_modal_choose_blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.part_pay_modal_close {
    position: absolute;
    right: 33px;
    top: 35px;
    cursor: pointer;
}

.part_pay_modal_descr p {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    margin-bottom: 13px;
}

.part_pay_modal_descr ul li {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}


.part_pay_modal_choose_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 12px;
    display: block;
}

.part_pay_modal_choose {
    margin-top: 22px;
}

.part_pay_modal_choose_block {
    display: flex;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding: 11px 23px;
    gap: 17px;
    min-width: 342px;
    width: 100%;
}

.part_pay_modal_choose_block p {
    margin: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 120%;
    color: #424242;
}

.part_pay_modal_choose_block span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #191919;
    margin-bottom: 4px;
}

.part_pay_modal_choose_block svg {
    width: 27px;
    min-width: 27px;
    height: 27px;
}

.part_pay_modal_choose_bottom {
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    color: #000;
    margin-bottom: 0;
    margin-top: 20px;
}

.part_pay_modal_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 0 88px;
    height: 55px;
    background: #00a046;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin: 35px auto 0;
    transition: 0.3s;
    border: 1px solid #00a046;
}

.part_pay_modal_btn:hover {
    background: #08d360;
}

.part_pay_modal_overlay {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.part_pay_modal_overlay.open {
    opacity: 0.7;
    visibility: visible;
}

.article-title {
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 32px;
    color: #111;
}

.blog_content_wrapper {
    display: flex;
    gap: 50px;
    margin-bottom: 110px;
}

.blog_content_left {
    flex-basis: 66%;
}

.blog_content_right {
    flex-basis: 34%;
}

.article_info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.date_title,
.num-views {
    display: flex;
    align-items: center;
    gap: 12px;

    font-weight: 500;
    font-size: 14px;
    color: #111;
}

.thumbnails_blog img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.blog_content_left_content {
    margin-top: 35px;
}

.blog_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;
    color: #111;
}


.blog_flex_block {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.blog_flex_block:nth-child(odd) {
    flex-direction: row-reverse;
}

.blog_flex_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    color: #111;
    display: block;
    margin-bottom: 15px;
}

.blog_bottom_txt {
    margin-top: 35px;
}


.blog_order_wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 35px 40px;
    position: sticky;
    top: 95px;
}

.blog_order_title {
    display: block;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #111;
}

.blog_order_links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog_order_links a {
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    color: #111;
    transition: 0.3s;
}

.blog_order_links a:hover {
    color: var(--main-color);
}

.blog_flex_side img {
    width: 100%;
    display: block;
    border-radius: 5px;
}


.blog_flex_side {
    flex-basis: 50%;
}

.other_articles+.blog_section h2 {
    display: none;
}

.other_articles {
    font-weight: 600;
    font-size: 32px;
    color: #111;
    width: 100%;
    margin-bottom: 36px;
}

.blog-categoey-title {
    margin-top: 0;
    margin-bottom: 40px;
}

.bootom_contacts .contacts_banner {
    margin-bottom: 0;
}

.oplata_page h2 {
    font-size: 24px;
}

.oplata_page h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.oplata_page .term_block_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.oplata_page p {
    margin-bottom: 0;
}

#information-information:has(.oplata_page) h1 {
    margin-bottom: 10px;
}

.title-page-checkout {
    margin-top: 0;
    margin-bottom: 50px;
    display: none;
}

.checkout-profile-title {
    font-weight: 600;
    font-size: 20px;
    color: #111;
    margin-bottom: 10px;
}

.checkout-profile-user-fields {
    margin-bottom: 20px;
}


/* .item-shipping-method */
.inside-ship-item {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 15px;
}

.item-shipping-method input:focus,
.item-shipping-method input:focus-visible,
.item-shipping-method textarea:focus-visible,
.checkout-profile-user-fields input:focus-visible {
    border: 1px solid #222 !important;
    outline: unset !important;
}

.item-shipping-method input,
.checkout-profile-user-fields input,
.item-shipping-method textarea {
    transition: 0.3s;
}

.item-shipping-method input:hover,
.checkout-profile-user-fields input:hover,
.item-shipping-method textarea:hover {
    border: 1px solid #e8dab2;
}

.inside-into-shipping {
    display: flex;
    align-items: center;
    gap: 15px;
}

.title-ship-item {
    font-weight: 500;
    font-size: 17px;
    line-height: 141%;
    color: #111;
}

.title-ship-item .price-method-shipp {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #757575;
    display: block;
    max-width: 640px;
}

.custom_check {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    transition: 0.4s;
    position: relative;
}

.custom_check:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    background: var(--main-color);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.inside-ship-item label {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.inside-ship-item label input:checked+.custom_check {
    border: 1px solid var(--main-color);
}

.inside-ship-item label input:checked+.custom_check:before {
    opacity: 1;
    visibility: visible;
}

.inside-ship-item label input {
    opacity: 0;
}

/* .item-shipping-method:has(input:checked) { */
.inside-ship-item:has(input:checked) {
    border: 1px solid var(--main-color);
}

.empty_select {
    height: 0;
    display: none;
}

.pickup_show_block {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;

}

.error-input,
.checkout-profile-user-fields input.error-input:focus-visible {
    border: 1px solid #e45454 !important;
    color: #e45454;
}

.name_error_txt,
.lastname_error_txt {
    /* display: none; */
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #e45454;
    margin-top: 11px;
    transition: 0.7s;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding-left: 30px;
}

.name_error_txt.show,
.lastname_error_txt.show {
    max-height: 20px;
    opacity: 1;
    visibility: visible;
}

.show_map {
    border: 1px solid #d6a92c;
    border-radius: 5px;
    padding: 0 20px;
    height: 61px;
    width: 100%;
    max-width: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #d6a92c;
    transition: 0.3s;
}

.show_map:focus {
    color: #d6a92c !important;
    border: 1px solid #a17f20 !important;
    text-decoration: none !important;
}

.show_map:hover {
    color: #d6a92c;
    background: #fcf8ee;
}

.pickup_show_block span {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #111;
}

.cur_show_block input,
.comp_show_block input {
    opacity: 1 !important;
}

.cur_show_block {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
}

.cur_show_block_item:first-child {
    width: 300px;
}

.cur_show_block_item:last-child {
    width: 100%;
}

.cur_show_block_item:nth-child(2) {
    flex: 1;
}

.cur_show_block_item textarea,
.comp_show_block_item textarea {
    height: 100px;
}

.cur_show_block_item textarea::placeholder,
.comp_show_block_item textarea::placeholder {
    font-weight: 500;
    font-size: 17px;
    line-height: 141%;
    color: #b2b2b2;
}

.cur_show_block_item .form_input_title,
.comp_show_block .form_input_title {
    margin-bottom: 6px;
}

.comp_show_block .form_input_wrapper select {
    border: 1px solid #e0e0e0;
    border-radius: 28px;
    padding: 10px 28px;
    height: 53px;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    line-height: 141%;
    color: #000;
}

.comp_show_block {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
}

.comp_show_block_item {
    flex: 1;
}

.comp_show_block_item:last-child {
    width: 100%;
    flex-basis: 100%;
}





.hidden_style {
    transition: 0.6s;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
}

.inside-ship-item:has(input:checked) .hidden_style {
    opacity: 1;
    max-height: 65px;
}

.inside-ship-item:has(input:checked) .hidden_style.cur_show_block {
    max-height: 275px;
}


.inside-ship-item:has(input:checked) .comp_show_block.hidden_style {
    max-height: 295px;
}

.checkout-profile-subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #111;
    margin-bottom: 10px;
}

.checkout-profile-title-s {
    margin-bottom: 6px;
}

.checkout-profile-user {
    margin-bottom: 60px;
}

.inside-comment-block {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.inside-comment-block__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 0 25px;
    margin: 0 0 11px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: default;
}

.inside-comment-block__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #111;
}

.inside-comment-block__arrow {
    display: none;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin-right: 25px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.inside-comment-block textarea {
    border: 1px solid #e0e0e0;
    border-radius: 28px;
    padding: 18px 25px;
    height: 148px;
    resize: none;
    width: 100%;
}

@media (max-width: 992px) {
    .inside-comment-block__toggle {
        padding-left: 0;
        margin-bottom: 0;
        cursor: pointer;
    }

    .inside-comment-block__arrow {
        display: block;
        margin-right: 5px;
    }

    .inside-comment-block__body {
        display: none;
        margin-top: 11px;
    }

    .inside-comment-block.is-open .inside-comment-block__body {
        display: block;
    }

    .inside-comment-block.is-open .inside-comment-block__arrow {
        transform: rotate(-135deg);
    }

    .inside-comment-block.is-open .inside-comment-block__toggle {
        margin-bottom: 11px;
    }
}

.submit-checkout-form {
    margin-top: 52px;
    height: 60px;
    background: #00a046;
    border: 1px solid #00a046;
    border-radius: 9px;
    max-width: 100%;
    width: 100%;
    border: unset;
    transition: 0.4s;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;
}

.submit-checkout-form:hover {
    background: #08d360;
}

.checkout-form-wrapper {
    display: flex;
    gap: 40px;
}

.wrapper-cart-checkout {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 25px;
    position: sticky;
    top: 90px;
}

.wrapper-cart-checkout-title {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #111;
    display: block;
    margin-bottom: 40px;
}

.checkout-cart-product-item {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.checkout-cart-product-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
}

.checkout-cart-product-item-image img {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 3px;
    object-fit: contain;
}

.checkout-cart-product-item-name-text {
    font-weight: 500;
    font-size: 16px;
    color: #111;
    margin-bottom: 12px;
}

.shoping-cart-products-item-quantity i {
    font-style: normal;
}

.checkout-cart-product-item-price {
    font-weight: 600;
    font-size: 22px;
    color: #111;
    margin-top: 12px;
}

.checkout__old-price+.checkout-cart-product-item-price {
    margin-top: 0px;
    color: #e45454;
}

.checkout__old-price {
    font-weight: 600;
    font-size: 17px;
    color: #b8b8b8;
    margin-top: 12px;
}

.row-subsums {
    display: none;
}

.totals_order {
    padding: 16px 25px;
    background: #fdfbf6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.inside_order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.checkout-form-wrapper.row::before,
.checkout-form-wrapper.row::after {
    display: none;
}

.text_order {
    font-weight: 500;
    font-size: 18px;
    color: #111;
}

.value_order {
    font-weight: 600;
    font-size: 26px;
    color: #111;
}

.checkout-section+.contacts_banner {
    margin-bottom: 0;
}


.acc_wrapper {
    display: flex;
    gap: 40px;
}

.account-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 20px;
    margin-bottom: 27px;
}

.account-content__left-side .account-title {
    display: block;
}



.account-content__right-side {
    background: #FFFFFF;
    border-radius: 15px;
    min-height: 283px !important;
    padding: 23px 30px;
}

.account-forms-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.products__item-images-empty img {
    filter: grayscale(1);
}

.product_bank_info_dn {
    display: none;
}

.btn--cart-gray {
    pointer-events: none;
    background-color: gray;
}

.similar_products {
    margin-top: 30px;
}

#product-product .similar_products {
    margin-top: 20px;
}

.account-form-row {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    gap: 45px;
}

.account-form-wrapper {
    flex-basis: 33%;
}


.account-form-name {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 6px !important;
}

.account-input-wrapper .form-control-item {
    height: 51px;
    border-radius: 0;
    border: 1px solid #F4F5F6;
    box-shadow: unset;
    cursor: default !important;
}

.account-form-row:not(:last-child) {
    margin-bottom: 26px;
}

.header-form-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
}

.button-save-form {
    margin: 0;
}

.style-data-button {
    padding: 0;
    border: unset;
    outline: unset;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #7B91A2;
}

.style-data-button img {
    margin-left: 3px;
}

.edit-data-button {
    position: relative;
    padding-right: 15px;
}

.edit-data-button:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 13px;
    background: url(/image/catalog/edit-form.png);
    background-position: center;
    background-size: contain;
    right: 0;
    top: 3px;
}

.save-data-button {
    color: var(--main-color);
    box-shadow: unset;
}

.save-data-button:hover {
    color: var(--main-color);
    background: transparent;
}

.edit-input-data {
    display: flex;
    align-items: center;
}

.button-save-form {
    display: none;
}

.cancel-edit-form {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #595959;
    cursor: pointer;
    margin-right: 25px;
    display: none;
}

.subscribe-block {
    height: 51px;
    border-radius: 0;
    background: #EEEEEE;
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-checkbox-input+label {
    margin-right: 0;
    margin-bottom: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.subscribe-checkbox-input+label::before {
    margin-left: 115px;
    margin-right: 0;
}

.subscribeto-title {
    font-weight: 500;
    font-size: 14px;
    color: var(--main-color);
}


.wish-list-block {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px 40px;
    border: unset;
    padding-top: 11px;
}

.wish-list-block h2 {
    margin-top: 0;
    margin-bottom: 29px;
}

.product-items {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 305px;
    min-height: 390px;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 15px;
    margin-right: 39px;
    margin-bottom: 38px;
    flex-basis: 33%;
    position: relative;
}

.product-item:nth-child(3n+3) {
    margin-right: 0;
}

.product-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.image-content-wish {
    height: 100%;
}

.text-left {
    margin-bottom: 8px;
}

.wishlist-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ca1722;
}

#account-wishlist .text-center a {
    height: 100%;
    display: block;
}

.wishlist-product-img {
    height: 300px;
    width: 70%;
    position: relative;
    /* top: 50%; */
    /* transform: translate(0px, -50%); */
    /* height: auto; */
}

.alert-success .close {
    position: absolute;
    top: 50%;
    right: 10px;
    color: inherit;
    translate: 0 -50%;
}

.alert-success {
    position: relative;
}

a:has(.wishlist-product-img) {
    display: flex !important;
    justify-content: center;
}

.wishlist-remove-item,
.wishlist-remove-item:hover {
    position: absolute;
    top: 5px;
    right: 5px;
    border: unset;
    outline: unset;
    background: transparent;
    box-shadow: unset;
    color: grey;
}

.wishlist-product-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
}

.wishlist-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-group-on-wishlist {
    padding: 0;
    margin: 0;
}

.account-right-content {
    padding-left: 0;
}

.form-change-password {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    margin-top: 60px;
}

.acc_wrapper .form-change-password {
    margin-top: 0;
}

.password-form-block {
    padding-left: 0;
}

.password-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.password-form-group:not(:last-child) {
    margin-right: 37px !important;
    margin-left: 0 !important;

}

.password-form-group {
    width: 100%;
    max-width: 318px;
    margin-bottom: 0;
}


.form-account-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 19px;
    margin-top: 0;
}

#input-password,
#input-confirm {
    cursor: text !important;
}

.form-account-title-pass {
    margin-bottom: 30px;
}

.account-input-wrapper-pass {
    max-width: 318px;
}

.account-input-wrapper-pass input {
    width: 100%;
}

.password-btn-submit {
    height: 51px;
    margin-bottom: 0;
}

.account-input-wrapper-pass {
    position: relative;
}

.password-form-subtitle {
    font-size: 12px;
    line-height: 15px;
    max-width: 660px;
    margin-top: 10px;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: unset;
}

.table-bordered {
    border: unset;
}

.adress-add-item {
    display: flex;
    justify-content: center;
}

.adress-row-item {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 8px rgba(0, 77, 132, 0.04);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 22px;
}

.adress-input-wrapper {
    margin-right: 25px;
    width: 100%;
}

.adress-input {
    height: 51px;
    border-radius: 6px;
    border: 1px solid #F4F5F6;
    box-shadow: unset;
    background: #F4F5F6;
}

.adress-input-wrapper-city {
    max-width: 158px;
}

.adress-input-wrapper-street {
    max-width: 379px;
}

.adress-input-wrapper-house {
    max-width: 85px;
}

.adress-input-wrapper-postcode {
    max-width: 105px;
}

.adress-input {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
    padding-left: 15px;
}

.adress-buttons {
    display: flex;
    flex-direction: column;
    align-items: self-end;
    margin-left: auto;
    height: 72px;
    justify-content: space-between;
}


.adress-buttons-added {
    justify-content: center;
}

.new-buttons-flex {
    justify-content: space-between;
}

.adress-buttons button,
.adress-delete-button {
    background: transparent;
    border: unset;
    outline: unset;
    padding: 0;
    color: #7B91A1;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}

.adress-buttons .adress-save-button {
    font-size: 16px;
    line-height: 19px;
    color: var(--main-color);
}

.adress-buttons button img,
.adress-buttons a img {
    object-fit: contain;
    margin: 0 0 4px 4px;
    width: 13px;
    height: 13px;
}

.adress-buttons .adress-cancel-button {
    font-size: 16px;
    margin-top: 15px;
}

.adress-button-list {
    display: none;
}

.clearfix-add {
    margin-bottom: 0;
}

.adress-add-btn {
    background: unset;
    border: unset;
    box-shadow: unset;
    outline: unset;
    color: #7B91A1;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}

.adress-add-btn:hover,
.adress-add-btn:focus,
.adress-add-btn:active {
    background: unset;
    border: unset;
    box-shadow: unset;
    color: #7B91A1;
}

.adress-plus-icon {
    display: block;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #7B91A1;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto 3px;
    padding-top: 1px;
}

.button-list-open {
    display: none;
}

.adress-buttons-wrapper {
    margin-left: auto;
    min-width: 133px;
}

.new-input-button {
    display: none;
}

.dropdown-account-menu {
    display: none;
}

.order-title-mobile {
    display: none;
}

.order-product-image-top {
    display: none;
}

.order-product-image-top-desktop {
    display: block;
    margin-bottom: 5px;
    opacity: 0;
    transition: 0.3s;
}

.product-info-top {
    flex: 1;
    display: flex;
    align-items: center;
}

.mobile-edits-order,
.mobile-edits {
    min-height: 300px !important;

}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: unset;
}

.table-bordered {
    border: unset;
}

.order-table-titles {
    font-size: 13px;
    line-height: 19px;
    color: #626262;
}

.order-column-titles {
    display: flex;
    /* justify-content: space-between; */
}

.order-all-info {
    background: #F4F5F6 !important;
    border-radius: 0;
    margin-bottom: 12px;
    width: 100%;
    padding: 5px;
    display: block;
    max-height: 57px;
    overflow: hidden;
    transition: 0.4s;
}

.order-all-info:last-child {
    margin-bottom: 0;
}

.order-form-wrapper {
    padding: 30px 23px 40px 40px;
}

.table-columns-block {
    margin-bottom: 10px;
}

.order-column-data {
    display: flex;
    align-items: center;
    position: relative;
}

.order-all-info-hide {
    max-height: 1000px;
    overflow: unset;
}


.order-all-info-hide .order-column-data:after {
    content: '';
    display: block;
    position: absolute;
    left: 131px;
    bottom: 0;
    width: 463px;
    border-top: 1px solid #D3D8DC;
}

.order-table-status {
    width: 98px;
    height: 47px;
    background: rgb(255, 214, 137);
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: rgb(212, 138, 0);
    text-align: center;
    padding-top: 13px;
    margin-right: 33px;
    position: relative;
    top: 4px;
}

.order-table-numbers {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    /* margin-right: 125px; */
    flex-basis: 17%;
    text-align: start;
    margin-bottom: 0;
}

.order-table-date {
    /* margin-right: 53px; */
    flex-basis: 15%;
}

.order-table-total {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.order-product-row {
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding-left: 15px;
    position: relative;
    width: 100%;
}

.order-product-row:not(:last-child) {
    margin-bottom: 17px;
}

.order-product-row:after .order-all-info-hide {
    content: '';
    position: absolute;
    display: block;
    bottom: -12px;
    left: 21px;
    width: 575px;
    border-top: 1px solid #D3D8DC;

}

.order-product-image {
    width: 47px;
    height: 47px;
    /* margin-right: 12px; */
    background: white;
    border-radius: 6px;
    flex-basis: unset;
}

.order-product-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2E3230;
    /* margin-right: 70px; */
    flex-basis: 59%;
    padding-left: 12px;
}

.order-product-quantity {
    margin-right: 60px;
    text-align: start;
    flex-basis: 15%;
}

.order-row-title {
    font-size: 13px;
    line-height: 19px;
    color: #626262;

}

.order-row-number {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2E3230;
}

.order-product-total {
    text-align: start;
    flex-basis: 15%;
}

.order-more-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 16px;
}

.order-more-info-wrapper {
    width: 70%;
}

.order-payment-shipping {
    padding-top: 4px;
    position: relative;
}

.order-payment-shipping:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -19px;
    height: 107px;
    border-left: 1px solid #D3D8DC;
}

.order-payment {
    margin-bottom: 14px;
}

.img-thumbnail-order {
    width: 47px;
    height: 47px;
    border-radius: 0;
}

#account-password .login-button {
    margin-top: 30px;
}

.order-short-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    height: 47px
}

.order-short-info-icon {
    background-image: url(/image/catalog/Arrowdownorder.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 45px;
    height: 45px;
}

.order-all-info-hide .order-short-info-icon {
    transform: rotate(180deg);
    transition: 0.3s;
}

.order-all-info-hide .order-product-image-top,
.order-all-info-hide .order-product-image-top-desktop {
    opacity: 0;
    visibility: hidden;
}

.order-product-image-top-desktop:nth-child(1) {
    opacity: 1;
    transition: 0.3s;
}

.order-table-title-status {
    margin-right: 70px;
}

.order-table-title-orderid {
    margin-right: 30px;
}

.order-table-title-date {
    margin-right: 70px;
}

.table-responsive-order {
    overflow: hidden;
}

.dropdown-account-menu {
    display: none;
}

.success-page p {
    text-align: center;
}

.desc-success-page {
    text-align: center;
}

.col-md-6:has(.desc-success-page) {
    width: 100%;
}

.title-success-form {
    display: none;
}

.success_button_logout {
    max-width: 300px;
    margin: 50px auto;
}

.dost_op_wrapper {
    display: flex;
    gap: 20px;
}

.dost_op_side {
    flex-basis: 50%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 30px 45px 35px 45px;
}

.dost_op_side h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 155%;
    color: #111;
}

.dost_op_side p {
    font-weight: 300;
    font-size: 15px;
    line-height: 155%;
    color: #111;
}

.dost_op_side .term_block_title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    color: #111;
    margin-bottom: 7px;
    margin-top: 0;
}

/* .dost_op_side .term_block_title svg {
    margin-bottom: 9px;
    } */

.pov_obm_txt {
    width: 100%;
    max-width: 900px;
}

.pov_obm_txt p {
    font-weight: 300;
    font-size: 15px;
    line-height: 155%;
    color: #111;
}

.pov_obm_txt h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 155%;
    color: #111;
    margin: 35px 0 25px;
}

.pov_obm_txt h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    color: #111;
    margin-top: 0;
    margin-bottom: 10px;
}

.pov_obm_txt li {
    font-weight: 300;
    font-size: 15px;
    line-height: 155%;
    color: #111;
}

.proc_block {
    margin: 35px 0;
}

.proc_block h2 {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
}

.proc_wrapper {
    display: flex;
    gap: 10px;
    position: relative;
    isolation: isolate;
}

.proc_wrapper:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 33px;
    left: 50%;
    translate: -50% 0;
    width: 78%;
    border-top: 1px solid #d6a92c;
}

.proc_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proc_item_num {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #d6a92c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.proc_item_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    color: #111;
    text-align: center;
    margin-bottom: 10px;
}

.proc_item_descr {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #111;
    text-align: center;
}

.bold_list li {
    font-weight: 600;
    font-size: 18px;
    line-height: 155%;
    color: #111;
}

.pov_obm_txt_btn {
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d6a92c;
    border-radius: 9px;
    padding: 0 16px;
    height: 61px;
    width: 100%;
    max-width: 335px;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    margin: 25px 0;
}

.pov_obm_txt_btn:hover {
    color: #fff;
    background: #a38021;
}

.pov_obm_txt p.pov_obm_txt_b {
    font-weight: 500;
    font-size: 15px;
    line-height: 155%;
    color: #111;
}

.link_alph_top {
    color: #222;
    transition: 0.3s;
}

.link_alph_top:hover {
    color: var(--main-color);
}

.manuf_wrapper {
    margin-bottom: 50px;
}

.product_wrapper_man {
    margin-bottom: 50px;
    grid-template-columns: repeat(5, 1fr);
}

.man_descr {
    margin: 50px 0;
}

.search_input_page {
    height: 40px;
    border-radius: 40px;
    padding: 0 15px;
}

.search_input_wrapper_page {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.search_btn_page {
    height: 40px;
    border-radius: 40px;
    border: 2px solid var(--main-color);
    background: var(--main-color);
    padding: 0 30px;
    transition: 0.3s;
}

.search_btn_page:hover {
    border: 2px solid #000;
    background: transparent;
}

.search_btn {
    opacity: 0;
    visibility: hidden;
}

#product-category:has(.empty_text)+.faq_section {
    display: none;
}

.success-message {
    display: none;
}

.success-message {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.success-message img {
    width: 100%;
    max-width: 140px;
}

.first-suc-msg {
    font-weight: 600;
    font-size: 27px;
    line-height: 95%;
    color: #111;
}

.no_product_search {
    margin-bottom: 25px;
}

.btn-load-pagination {
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    transform: unset !important;
    margin-right: 0 !important;
    height: 57px;
    background: #fff;
    border: 1px solid #e0e0e0 !important;
    border-radius: 3px !important;
    padding: 0 25px !important;
    width: 100%;
    max-width: 320px;
    transition: 0.3s;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #111 !important;
}

.btn-load-pagination:hover {
    border: 1px solid var(--main-color) !important;
    background: var(--main-color) !important;
    color: white !important;
}

.row-pagination-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    /*gap: 30px;*/
    gap: 20px;
    margin-top: 0px;
}

.pagin_nums ul,
.pagination {
    margin: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
    gap: 8px;
}

.pagination {
    justify-content: center;
    margin-bottom: 50px;
}

#product-search .col-sm-6.text-left:has(.pagination) {
    width: 100%;
}

.manuf_pagin {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.pagin_nums ul li,
.pagination li,
.manuf_pagin ul li {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #e0e0e0;
    transition: 0.4s;
}

.pagin_nums ul li.active,
.manuf_pagin ul li.active,
.pagination li.active {
    background: #111;
    border: 1px solid #111;
}

.pagin_nums ul li.active span,
.manuf_pagin ul li.active span,
.pagination li.active span,
.pagin_nums ul li.active a,
.pagination li.active a,
.manuf_pagin ul li.active a {
    font-weight: 600;
    font-size: 16px;
    color: #fff !important;
    border-radius: 0 !important;
    background-color: unset !important;
    padding: 0 !important;
    border: unset !important;
}

.pagination>li>a {
    background: unset !important;
    border: unset;
}

.pagin_nums ul li span,
.manuf_pagin ul li span {
    border-radius: 0 !important;
    background-color: unset !important;
    padding: 0 !important;
    border: unset !important;
    color: #111;
}

.pagin_nums ul li a,
.pagination li a,
.manuf_pagin ul li a {
    border-radius: 0 !important;
    background-color: unset !important;
    padding: 0 !important;
    border: unset !important;
    color: #111 !important;
    transition: 0.4s;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagin_nums ul li:hover,
.pagination li:hover,
.manuf_pagin ul li:hover {
    border: 1px solid #111;
}

.pagination .text-pagination,
.pagin_nums .text-pagination,
.manuf_pagin .text-pagination {
    font-size: 0;
    color: transparent;
    background-image: url(/image/pagin-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
}

.pagination .wrapper-btn-pagination-prev,
.pagin_nums .wrapper-btn-pagination-prev,
.manuf_pagin .wrapper-btn-pagination-prev {
    rotate: 180deg;
}

.product_wrapper_cat_more {
    margin-top: 20px;
}

.faq_section_subtitle {
    text-align: center;
    display: block;
}

.home-slider .slider_image {
    border-radius: 5px;
    overflow: hidden;
}

.home-slider .slider_image p {
    margin: 0 !important;
}


.sub_cat_wrapper {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sub_cat_wrapper a {
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    /*background: var(--main-color);*/
    background: #ff8f4b;
    /*border: 1px solid var(--main-color);*/
    border: 1px solid #ff8f4b;
    color: #fff;
    transition: 0.3s;
}

.sub_cat_wrapper a:hover {
    /*border: 1px solid var(--main-color);*/
    border: 1px solid #ff8f4b;
    background: #fff;
    /*color: var(--main-color);*/
    color: #ff8f4b;
}

.prod_image_wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.prod_image_wrapper img {
    transition: 0.5s;
}

.hover_image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.more_info_block {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #fcf8ed;
    border-radius: 5px;
    padding: 21px;
}

.inside-description p:last-child {
    margin-bottom: 0;
}

.more_info_block span {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #1f1f1f;
    display: flex;
    align-items: center;
    gap: 15px;
}

.more_info_block span svg {
    min-width: 30px;
}

.more_info_block a {
    color: var(--main-color);
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}

.more_info_block_link {
    border: 1px solid #d6a92c;
    border-radius: 8px;
    padding: 0 22px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.more_info_block_link:hover {
    border: 1px solid #d6a92c;
    background: #d6a92c;
    color: white;
}

.video_wrapper {
    margin-bottom: 40px;
}

.video_wrapper iframe {
    /* width: 100%; */
    border-radius: 10px;
}


.product_tag_link {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent;
    color: white !important;
    transition: 0.3s;
    z-index: 10;
    padding: 3px 15px;
    background: red;
    text-decoration: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    /* border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; */
    border-radius: 20px;
    padding-left: 7px;
    font-size: 14px;
}

.product_tag_link:hover {
    color: white;
    background: rgb(188, 0, 0);
}

.product_tag_link img {
    width: 30px;
    height: 30px;
}

.video_tag {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fa0000;
    width: 35px;
    height: 35px;
    transition: 0.3s;
}

.video_tag:hover {
    scale: 1.15;
}

.video_tag img {
    width: 100%;
}

#product-category #column-left {
    width: 22%;
}

#product-category #content {
    width: 78%;
}

.pagin_ajax {
    display: none;
}

.row-pagination-container:has(.btn-pag-next) .pagin_ajax {
    display: block;
}


.row-pagination-container:has(li:nth-last-child(2).active) .pagin_ajax,
.row-pagination-container:has(li:nth-last-child(2).active) .wrapper-btn-pagination-next {
    display: none;
}

.keep_shopping {
    height: 54px;
    border: 1px solid #00a046;
    transition: 0.3s;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00a046;
    cursor: pointer;
}

.keep_shopping:hover {
    background: #eefcf2;
}

.shoping_cart_btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.subscribe-block {
    display: none;
}

.cat_descr {
    margin-top: 0px;
}

#product-category .cat_descr {
    margin-top: 20px;
}

.burger-menu-page {
    display: none;
}

.contact_block_mob {
    display: none;
}

.product_price_wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}

#product-category .alert-success .close {
    margin-top: 2px;
}


.checkout-profile:has(input[value="novaposhta.poshtomat"]:checked) .item-shipping-method:has(input[value="cod"]) {
    display: none;
}

/* .checkout-profile:has(input[value="pickup.pickup"]:checked) .checkout-profile-payment {
    display: none;
} */

/* .checkout-form-wrapper:has(.error-input) .submit-checkout-form {
    pointer-events: none;
} */

.popover-content button,
#ocfilter-button .btn-apply-filter {
    background: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
}

#reviews:has(.succsess_review) .review_right {
    opacity: 0;
    visibility: hidden;
    scale: 0.5;
}

#reviews:has(.succsess_review) .rev_form_popup_over {
    opacity: 0;
    visibility: hidden;
}

.swiper-slide-video {
    border-radius: 5px;
    overflow: hidden;
}

.swiper-slide-video video {
    display: block;
}




























@media (max-width: 1580px) {

    .checkout-form-wrapper {
        gap: 10px;
    }

    .thumb-flex {
        width: 44%;
    }

    .desc-flex {
        width: 56%;
    }

    .thumbnails {
        height: auto;
    }

    .logo_slider_wrapper .slick-slide img {
        width: 100%;
    }

    .products__item-images {
        height: 266px;
    }

    .new_price {
        font-size: 20px;
    }

    .blog_section_wrapper {
        gap: 15px;
    }

    .container {
        max-width: 1400px;
    }

    .home_slider_wrapper_in #column-right .slider_image p {
        height: 344px;
    }

    .first_cat li a {
        font-size: 12px;
        height: 56px;
        height: 48.5px;
        padding-left: 18px;
    }

    .shoping-cart {
        right: calc((100vw - 1400px) / 2 + 0px);
    }

    .well-login {
        margin: 15px auto 65px;
    }

    .login-form-title {
        margin-bottom: 20px;
    }

    .remember-checkbox-wrapper {
        margin-top: 22px;
    }

    .form-control-enter {
        height: 50px;
    }

    .first_cat .dropdown-menu .list-unstyled li a {
        font-size: 12px;
    }
}

@media (max-width: 1440px) {
    .products__item-images {
        height: 238px;
    }
}

@media (max-width: 1380px) {

    .product_wrapper_cat {
        gap: 15px;
    }

    .sub_cat_wrapper {
        gap: 15px;
    }

    .sub_cat_wrapper a {
        font-size: 14px;
        padding: 5px 11px;
    }

    .checkout-cart-product-item-name-text {
        font-size: 16px;
    }

    .contacts_page_left {
        padding-left: 65px;
    }

    .contacts_page_right {
        padding: 60px;
    }

    .shoping-cart {
        right: 15px;
    }

    .header_menu_btn {
        font-size: 15px;
        padding: 0 18px;
    }

    .container {
        max-width: 1340px;
    }
}

@media (max-width: 1280px) {

    .header_top_l a {
        font-size: 12px;
    }

    .products__item-images {
        height: 208px;
    }

    .products__item-desc {
        padding: 20px 12px;
    }

    .products__item-price {
        font-size: 18px;
    }

    .btn--cart {
        font-size: 13px;
    }

    .footer_graf svg {
        display: none;
    }

    .footer_graf {
        width: auto;
    }

    .thumbnails {
        height: 648px;
    }

    .footer_item_menu_links a {
        font-size: 13px;
    }

    .footer_graf_info span {
        font-size: 12px;
    }

    .rev_btn {
        padding: 0 35px;
    }

    .btn--cart {
        width: 100px;
    }

    body {
        padding-top: 134px;
    }

    .header_menu_btn {
        font-size: 14px;
        white-space: nowrap;
    }

    .container {
        max-width: 1240px;
    }

    .first_cat li {
        padding-right: 12px;
    }

    .first_cat {
        flex-basis: 19%;
    }

    .home_slider_wrapper_in {
        flex-basis: 80%;
        width: 80%;
    }

    .first_cat li a {
        padding-left: 14px;
        font-size: 11px;
        height: 48px;
    }

    .home_slider_wrapper_in #column-right .slider_image p {
        height: 325px;
    }

    #common-home h2 {
        font-size: 22px !important;
    }


    .product_bottom_info_block {
        font-size: 12px;
    }

    .breadcrumb_list {
        overflow: auto;
    }

    .category-breadcrumb li a,
    .category-breadcrumb li span {
        white-space: nowrap;
    }

    .flex-row-thumb {
        gap: 10px;
    }


}

@media (max-width: 1080px) {}

@media (max-width: 1024px) {

    .header_serv a,
    .header_serv span {
        font-size: 12px;
    }

    .header_top_l a {
        font-size: 10px;
    }

    .price-product {
        font-size: 32px;
    }

    /* .product_wrapper_cat {
        grid-template-columns: repeat(2, 1fr);
        } */

    .products__item-title {
        font-size: 12px;
        height: 65px;
        margin-bottom: 6px;
        overflow: hidden;
    }

    .btn-load-pagination .title-button {
        font-size: 14px;
    }

    .products__item-images {
        height: 167px;
    }

    .products__item-action-custom {
        flex-direction: column;
    }

    .btn--cart {
        padding: 0 15px;
    }

    .btn--cart svg {
        display: none;
    }

    .first_cat .dropdown-menu .list-unstyled li a {
        font-size: 10px;
    }

    .first_cat .dropdown-menu .list-unstyled {
        height: 225px;
    }

    .first_cat .dropdown-menu {
        padding: 13px 0;
    }

    .first_cat .dropdown-menu .list-unstyled li {
        margin-bottom: 9px;
    }

    .first_cat li a {
        padding-left: 8px;
        font-size: 10px;
        gap: 5px;
        height: 34px;
    }

    .header_top_r {
        gap: 15px;
    }

    .home-slider .slider_image img {
        width: 100% !important;
    }

    .first_cat {
        flex-basis: 24%;
    }

    .home_slider_wrapper_in {
        flex-basis: 74%;
        width: 74%;
    }

    .first_cat li {
        padding-right: 7px;
    }

    .first_cat li {
        gap: 5px;
    }

    .cat_img_wrapper img {
        width: 18px;
        height: 18px;
    }

    .col-sm-4:has(.wrapper-cart-checkout) {
        width: 100%;
    }

    .checkout-form-wrapper .col-sm-8 {
        width: 100%;
    }

    .submit-checkout-form {
        position: relative;
        left: 50%;
        translate: -50% 0;
    }

    .checkout-form-wrapper {
        flex-direction: column;
    }

    .error_info_wrapper {
        top: 80%;
    }

    .blog_flex_block {
        gap: 20px;
    }



    .blog_content_wrapper {
        gap: 35px;
        margin-bottom: 60px;
    }



    .blog_order_wrapper {
        padding: 20px 24px;
    }

    .contacts_page_left {
        padding-left: 30px;
    }

    .contacts_page_right {
        padding: 34px;
    }

    .contacts_page_wrapper {
        gap: 28px;
    }

    .product_right_banner {
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 99;
        width: 51px;
        height: 50px;
    }

    .product_right_banner:has(.open) {
        width: auto;
        height: auto;
    }

    .product_right_banner_mob_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 10px; */
        border: 1px solid #e0e0e0;
        width: 45px;
        height: 45px;
        background: white;
        position: absolute;
        left: -45px;
        top: -1px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border-right: unset;
    }

    .product_right_banner_inner {
        translate: 102% 0;
        transition: 0.3s;
        background: white;
        border-top-left-radius: 0;
    }

    .product_right_banner_inner.open {
        translate: 0 0;
    }

    .product_right_banner_inner.open .product_right_banner_mob_btn svg {
        rotate: 180deg;
    }

    .product_det_info_left {
        flex-basis: 100%;
    }

    .flex-row-thumb {
        gap: 16px;
    }

    .thumb-flex {
        width: 47%;
    }

    .thumbnails {
        height: auto;
    }

    .products__item-price {
        font-size: 16px;
    }

    .new_price {
        font-size: 16px;
    }

    .old_price {
        font-size: 14px;
    }

    .grn-text {
    	font-size: 11px;
    }

    .similar_products .new_price {
        font-size: 21px;
    }

    .latest-section {
        margin-top: 15px;
    }

    .header_top_l {
        gap: 11px;
    }


    .products_tab-row {
        grid-template-columns: repeat(4, 1fr);
    }

    .flex-title_tabs {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .swiper-slide-video video {
        height: 245px;
    }

    .bestseller_tabs ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .header_contacts {
        gap: 15px;
    }

    .header_wrapper {
        gap: 22px;
    }

    .btn-show-cart {
        width: 52px;
        height: 52px;
    }

}

@media (max-width: 992px) {

    .cat_descr iframe {
        height: 295px;
    }

    .swiper-slide-video video {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    #product-product #content {
        padding: 0 15px;
    }

    .show-filter-block {
        width: 20px;
        height: 20px;
        padding: 0;
        font-size: 0;
    }

    .show-filter-block img {
        width: 100%;
        height: 100%;
    }

    .product_wrapper_cat {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .products__item-images {
        height: 285px;
    }

    .category-title {
        font-size: 27px;
        margin-bottom: 0;
    }

    .products__item-desc .btn--cart {
        width: auto;
        padding: 0 15px;
    }

    .top_info_wrapper_cat {
        /*margin-bottom: 20px;*/
        margin-bottom: 10px;
        gap: 10px;
    }

    .flex-price-block .item-price-block input {
        font-size: 12px;
    }

    .ocfilter-option .ocf-option-name {
        font-size: 14px !important;
    }

    .name-option {
        font-size: 12px;
    }

    .proc_item_descr {
        font-size: 12px;
    }

    .proc_item_title {
        font-size: 16px;
        line-height: 130%;
    }

    .dost_op_wrapper {
        flex-direction: column;
    }

    .proc_item_num {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .checkout-section+.contacts_banner {
        margin-top: 50px;
    }

    .proc_wrapper:before {
        top: 25px;
    }



    .error-img {
        margin-top: -20px;
    }

    .error_info_wrapper {
        top: 85%;
    }

    .error-container {
        margin-bottom: 70px;
    }

    .blog_order_title {
        margin-bottom: 18px;
        font-size: 22px;
    }

    .blog_order_links a {
        font-size: 14px;
    }

    .contacts_page_wrapper {
        flex-direction: column;
    }

    .blog_content_wrapper {
        gap: 24px;
    }

    .blog_order_links {
        gap: 13px;
    }

    .blog_text {
        font-size: 13px;
    }

    .blog_flex_title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .article-title {
        font-size: 28px;
    }


    .contacts_page_left {
        padding: 30px;
    }

    .contact_page_item_c {
        margin-bottom: 23px;
    }

    .contact_page_item_c span {
        font-size: 20px;
    }

    .header_logo {
        width: 105px;
    }

    .contacts_page_map iframe {
        height: 380px;
    }

    .inside-category-list {
        display: flex;
        width: 100%;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .wrapper-compare {
        position: relative;
        padding-top: 75px;
    }

    .inside-category-list>div.active-menu {
        order: 1;
        position: relative;
        max-width: 100%;
    }

    .product-title-block-comp a {
        font-size: 12px;
    }

    .price-product-compare {
        gap: 40px;
    }

    .item-compare {
        min-width: 60vw;
    }

    .category-compare-list {
        min-height: 448px;
        max-height: 448px;
    }

    .category-compare-block .item-name-attribute {
        font-size: 11px;
    }

    .item-name-attribute {
        font-size: 12px;
    }

    .compare_wish {
        width: 28px;
        height: 28px;
    }

    .compare_wish svg {
        width: 50%;
    }

    .flex-wish-compare {
        gap: 10px;
    }

    #product-compare h1 {
        font-size: 18px;
    }

    .price-product-compare .price {
        font-size: 15px;
    }

    .inside-wrapper-compare {
        overflow-x: scroll;
    }

    .item-compare:nth-child(2),
    .item-compare:last-child {
        overflow: unset;
    }

    .product_slider_title {
        padding-right: 155px;
        font-size: 24px;
    }

    #product-category-page .product_slider_wrapper .slick-arrow {
        top: -80px;
    }

    #product-category-page,
    #product-category {
        margin-bottom: 40px;
    }

    .product_slider .slick-list {
        padding: 1px;
    }

    .products_tab-row {
        margin-bottom: 0;
    }

    .subcats_wrapper {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 37px;
    }

    .desc-flex {
        width: 100%;
        flex-basis: 100%;
    }

    .shoping-cart {
        top: 83px;
    }


    .breadcrumb_list {
        overflow: auto;
    }

    .product_det_info {
        margin-top: 70px;
    }



    .flex-row-thumb {
        flex-direction: column;
    }

    .thumb-flex {
        flex-basis: 100%;
        width: 100%;
    }

    .burger-menu {
        display: flex;
    }

    .footer_wrapper {
        flex-wrap: wrap;
    }

    .benefits_wrapper {
        flex-wrap: wrap;
    }

    .benefits_item {
        flex-basis: calc(33% - 25px);
        gap: 5px;
    }

    .benefits_item:last-child {
        display: none;
    }

    .benefits_txt {
        max-width: 200px;
        font-size: 10px;
    }

    .products_tab-row {
        grid-template-columns: repeat(3, 1fr);
    }

    #product-category #column-left {
        width: 32%;
    }

    #product-category #content {
        width: 68%;
    }

    .products__item-images img {
        object-fit: contain;
    }

    .products__item-action-custom {
        flex-direction: row;
    }

    .new_price,
    .products__item-price {
        font-size: 19px;
    }

    .faq_section_title {
        font-size: 25px;
    }

    .footer_item_menu {
        width: calc(50% - 5px);
    }

    .footer_item_logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
    }

    .footer_payments {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_item_contacts_column {
        gap: 12px;
    }

    footer {
        padding-top: 75px;
    }

    .footer_item_contacts {
        width: 100%;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .auth_blocks {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog_section_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog_section_img {
        height: auto;
        margin-bottom: 13px;
    }

    #common-home h2,
    h2.products__heading {
        font-size: 24px !important;
    }

    .auth_blocks {
        /*margin: 50px 0;*/
        margin: 25px 0;
    }

    .seo_txt_item h3 {
        font-size: 20px;
    }

    .seo_txt_item {
        flex-direction: column;
        gap: 15px;
    }

    .seo_txt_item:nth-child(2) {
        flex-direction: column-reverse;
    }

    .blog_section_wrapper {
        gap: 15px;
    }

    .blog_section_img {
        height: 120px;
        margin-bottom: 8px;
    }

    .blog_section_title {
        font-size: 12px;
        line-height: 130%;
    }

    body {
        padding-top: 84px;
    }

    .header_top_wrapper,
    .header_menu,
    .account_wrapper {
        display: none;
    }

    .mob_menu {
        position: fixed;
        top: 78px;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        z-index: 2000;
        padding: 15px;
        display: block;
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
        translate: 0 -105%;
        overflow-x: hidden;
    }



    .header.sticky .header_bottom {
        padding: 5px 0;
    }

    .header.sticky .header_logo img {
        max-width: 100%;
        height: 30px;
    }

    .item_search_block_wrapper input {
    	height: 30px;
    }

    .btn-show-cart {
    	width: 32px;
    	height: 32px;
    }

    .btn-show-cart svg {
    	height: 18px;
    }

    .mob_menu.active {
        opacity: 1;
        visibility: visible;
        translate: 0 0;
    }

    .mob_menu .account_wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 20px;
        gap: 20px;
    }

    .account_wrapper svg {
        filter: invert(1);
        width: 25px;
    }

    .header_acc_line {
        display: none;
    }

    .account_wrapper a {
        display: flex;
        align-items: center;
        gap: 15px;
        font-weight: 500;
        font-size: 14px;
        color: #111;
    }

    .mob_lang .row-menu {
        display: flex;
        align-items: center;
        gap: 30px;
        list-style: none;
        padding: 0;
        margin-bottom: 0;
        position: relative;
    }

    .mob_lang .row-menu:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        height: 80%;
        border-right: 1px solid #111;
    }

    .mob_lang .row-menu a,
    .mob_lang .row-menu button {
        padding: 0;
        font-weight: 500;
        font-size: 14px;
        color: #111;
    }

    .mob_lang {
        padding: 22px 0;
        margin: 22px 0;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }

    .mob_lang .pull-left {
        float: unset !important;
    }

    .mob_contacts a {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 10px;
        font-weight: 500;
        font-size: 16px;
        color: #111;
        margin-bottom: 15px;
    }

    .mob_contacts a svg {
        /* filter: invert(1); */
        width: 25px;
        height: 25px;
    }

    .header_serv a {
        margin-bottom: 0;
        width: auto;
    }

    .header_serv svg.header_serv_icon {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .mob_menu .header_serv_popup {
        left: 0;
        translate: 0 0;
    }

    .header_serv:hover .header_serv_popup {
        translate: 0 0 !important;
    }

    .header_top_l_mob {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 22px;
        margin-top: 22px;
        border-top: 1px solid #efefef;
        gap: 20px;
    }

    .header_top_l a {
        font-size: 14px;
    }

    .mob_menu .header_contacts_soc {
        justify-content: flex-start;
        margin-top: 50px;
    }

    .contacts_banner_cont {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .first_cat {
        display: none;
    }

    .home_slider_wrapper_in {
        flex-basis: 100%;
        width: 100%;
    }

    .home-slider img {
        width: 100% !important;
    }

    .products_hit {
        margin-top: 40px;
    }

    .first_cat_mobile {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        background: white;
        z-index: 100;
        height: 100%;
        right: 47px;
        left: 15px;
        top: 90px;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        overflow: hidden;
    }

    .dropdown-menu-mob {
        position: fixed;
        background: white;
        left: 15px;
        top: 85px;
        z-index: 3000;
        width: 110%;
        transition: 0.3s;
        translate: 100% 0;
        opacity: 0;
        visibility: hidden;
        height: 100%;
    }

    .dropdown-menu-mob.open {
        translate: 0 0;
        opacity: 1;
        visibility: visible;
    }

    .first_cat_mobile.open {
        opacity: 1;
        visibility: visible;
    }

    .dropdown-inner ul {
        overflow: auto;
    }

    .dropdown-inner ul li {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .first_cat_mobile li {
        display: flex;
        align-items: center;
        margin-bottom: 14px;
        padding-bottom: 14px;
        justify-content: space-between;
        border-bottom: 1px solid lightgray;
    }

    .first_cat_mobile li a {
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: -0.01em;
        color: #1f1f1f;
    }

    .header_menu_btn_mob.open {
        background: transparent;
        justify-content: flex-start;
    }

    .header_menu_btn_mob {
        position: relative;
    }

    .close_btn_icon {
        position: absolute;
        top: 50%;
        translate: 0 -50%;
        right: 30px;
        display: flex;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .header_menu_btn_mob.open .close_btn_icon {
        opacity: 1;
        visibility: visible;
    }

    .mobile_drop_sub {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25px;
        height: 25px;
        position: relative;
        z-index: 2500;
    }

    .mobile_drop_sub.open {
        z-index: 3000;
        rotate: 180deg;
        position: fixed;
        top: 66px;
        right: 43px;
        scale: 1.7;
    }

    .burger-menu-page {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        padding: 0 10px;
        background: var(--main-color);
        border-radius: 5px;
        gap: 10px;
        font-size: 19px;
        margin-top: 20px;
    }

    .header_menu_btn {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .cat_descr h2 {
        font-size: 26px;
    }

    body:has(#product-category-page) .faq_section,
    body:has(#product-category) .faq_section {
        margin-top: 0px;
    }


    h2.faq_section_title {
        font-size: 26px;
    }

    .faq_wrapper {
        margin-top: 15px;
    }

    .faq_cat_item {
        padding: 14px 22px;
    }

    .faq_section {
        margin-bottom: 30px;
    }

    .faq_section h3 {
        font-size: 22px;
    }

    .account-title {
        line-height: 32px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .account-form-row {
        gap: 0px;
    }

    .account-content__right-side {
        padding-top: 0px;
    }

    .wish-list-block {
        padding-top: 0px;
    }

    .wish-list-block h2 {
        margin-bottom: 20px;
    }

    .success-page.height-page h1.enter-form-title {
        margin-top: 0px;
    }

    #common-success .success_button_logout {
        margin: 30px auto;
    }

}

@media (max-width: 500px) {

    .cat_descr iframe {
        height: 205px;
    }

    .swiper-slide-video video {
        height: auto;
    }

    .product_price_wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 20px;
    }

    .product_price_wrapper .list-price {
        width: auto;
        max-width: none;
        flex: 0 1 auto;
        min-width: 0;
    }

    .product_price_wrapper .price-product,
    .product_price_wrapper .price-product + .grn-text {
        font-size: 24px;
    }

    .product_price_wrapper .special-text,
    .product_price_wrapper .special-text + span {
        font-size: 24px;
    }

    .product_price_wrapper .price-text-old {
        font-size: 11px;
        line-height: 1.2;
    }

    .count_wrapper {
        margin: 0;
        gap: 8px;
        flex-shrink: 0;
    }

    .product_price_wrapper .compare_block {
        gap: 8px;
    }

    .product_price_wrapper .compare_block button svg {
        width: 22px;
        height: auto;
    }

    .contact_block_mob {
        display: block;
    }

    .products.products_hit {
        display: none;
    }

    #product-category #content {
        width: 100%;
    }

    .sub_cat_wrapper {
        gap: 10px;
        margin-top: 10px;
    }

    .more_info_block {
        flex-direction: column;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .more_info_block span {
        font-size: 12px;
    }

    .subcat_wrapper_block {
        margin-bottom: 65px;
    }

    .top_info_wrapper_cat {
        flex-direction: column;
        margin-top: 20px;
    }

    .close-filter-mobile {
        width: 20px;
        height: 20px;
        padding: 0;
        background: transparent !important;
        border: unset !important;
    }

    .flex-btn-ocfilter .visible-xs {
        flex-basis: 50%;
    }

    .form-input-group-block {
        flex-basis: 50%;
    }

    .close-filter-mobile img {
        width: 70%;
    }

    .ocfilter-mobile-handle .heading-ocfilter {
        height: auto;
    }

    .list-group-item.selected-options {
        margin-left: 15px;
    }

    .row-pagination-container {
        margin-top: 0px;
    }

    .flex-btn-ocfilter {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: space-between;
    }

    .select-sort,
    .name-sort {
        width: 100%;
    }

    .select-sort .item-select {
        font-size: 12px;
    }

    .products__item-action-custom {
        flex-direction: column;
        gap: 5px;
    }

    .products__item-desc .btn--cart {
        width: 100%;
    }

    .new_price,
    .products__item-price {
        font-size: 18px;
    }

    .form-input-group-block {
        gap: 5px;
    }

    .products__item-images {
        height: auto;
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .sort_title {
        display: none;
    }

    .visible-xs {
        height: 42px;
    }

    .show-filter-block {
        width: auto;
        height: 42px;
        background: var(--main-color);
        border: unset;
        border-radius: 7px;
        font-size: 14px;
        color: white;
        padding: 0 20px;
        width: 100%;
    }

    .ocf-offcanvas .ocf-offcanvas-body {
        overflow: auto;
        height: calc(100% - 42px);
    }

    .name_category {
        font-size: 12px;
    }

    .name-sort {
        font-size: 12px;
        padding-right: 35px;
        height: 42px;
    }

    .show-filter-block img {
        height: auto;
        width: 60%;
        filter: invert(1);
        display: none;
    }

    .sort_wrapper {
        width: 100%;
    }

    .pagin_nums ul li a,
    .pagin_nums ul li {
        width: 35px;
        height: 35px;
    }

    .product_wrapper_man {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 10px;
    }

    .man_descr_wrapper {
        margin-top: 20px;
    }

    .proc_wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .proc_item_num {
        margin-bottom: 10px;
    }

    .proc_item_descr {
        font-size: 14px;
    }

    .proc_wrapper:before {
        display: none;
    }

    .pov_obm_txt h2 {
        font-size: 21px;
    }

    .dost_op_side {
        padding: 20px;
        padding-top: 0px;
    }

    .dost_op_side h2 {
        font-size: 19px;
    }

    .title-page-checkout {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .checkout-profile-title {
        margin-bottom: 15px;
    }

    .inputs_wrapper {
        margin-top: 10px;
    }

    .name_error_txt,
    .lastname_error_txt {
        margin-top: 0;
    }

    .checkout-profile-user {
        margin-bottom: 35px;
    }

    .name_error_txt.show,
    .lastname_error_txt.show {
        margin-top: 10px;
    }

    .checkout-profile-user-fields {
        margin-bottom: 20px;
    }

    .inside-ship-item label {
        row-gap: 0;
    }

    .inside-ship-item {
        padding: 10px 15px;
    }

    .inside-ship-item:has(input:checked) .hidden_style.cur_show_block {
        margin-top: 15px;
    }

    .checkout-profile-subtitle {
        margin-bottom: 15px;
    }

    .cur_show_block_item:first-child {
        width: 100%;
    }

    .inside-comment-block {
        margin-top: 30px;
    }

    .inputs_wrapper {
        row-gap: 15px;
    }

    .btn--cart {
        width: auto;
        padding: 0 15px;
    }

    .show_map {
        font-size: 13px;
        height: 46px;
        padding: 0;
        max-width: 150px;
    }

    #product-search h1 {
        line-height: 120% !important;
        margin-bottom: 15px !important;
        margin-top: 0px;
    }

    .pickup_show_block span {
        font-size: 11px;
    }

    .pickup_show_block {
        gap: 12px;
    }

    .form_input_title {
        font-size: 14px;
    }

    .form_input_wrapper input {
        height: 48px;
    }

    .comp_show_block .form_input_wrapper select {
        font-size: 13px;
        padding: 10px 22px;
    }

    .wrapper-cart-checkout-title {
        font-size: 23px;
        margin-bottom: 18px;
    }

    .checkout-cart-product-item-image img {
        width: 125px;
        height: 125px;
    }

    .wrapper-cart-checkout {
        padding: 25px 15px;
        margin-top: 25px;
    }

    .totals_order {
        margin-top: 20px;
    }

    .checkout-cart-product-item-name-text {
        font-size: 14px;
    }

    .form_input_wrapper input::placeholder,
    .form_input_wrapper textarea::placeholder {
        font-size: 13px;
    }

    .subscribe-block {
        min-height: 51px;
    }

    .clearfix-add {
        display: flex;
        justify-content: center;
    }

    .checkout-cart-product-item-price {
        font-size: 20px;
    }

    .adress-row-item {
        flex-direction: column;
    }

    .wish-list-block {
        padding: 30px 15px;
        padding-top: 0px;
    }

    .account-right-content {
        padding-right: 0;
    }

    .adress-input-wrapper-city,
    .adress-input-wrapper-house,
    .adress-input-wrapper-postcode,
    .adress-input-wrapper-street {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .password-form-wrapper {
        flex-direction: column;
    }

    .form-change-password {
        padding: 15px;
        padding-top: 0px;
    }

    #account-password .login-button {
        margin-top: 0;
    }

    .pull-right:has(.password-btn-submit) {
        width: 100%;
    }

    .title-success-page {
        margin: 10px 0 15px;
    }

    .success_reg_wrapper {
        margin: 65px auto;
    }


    .adress-row-item {
        padding: 0;
    }

    .password-form-group:not(:last-child) {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .submit-checkout-form {
        margin-top: 20px;
    }

    .comp_show_block {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .inside-ship-item:has(input:checked) .comp_show_block.hidden_style {
        max-height: 420px;
    }

    .inside-ship-item:has(input:checked) .hidden_style.cur_show_block {
        max-height: 333px;
    }




    .title-ship-item .price-method-shipp {
        font-size: 12px;
    }

    .title-ship-item {
        font-size: 15px;
    }

    .checkout-profile-title {
        font-size: 18px;
    }

    .custom_check:before {
        width: 20px;
        height: 20px;
    }

    .custom_check {
        width: 30px;
        height: 30px;
    }

    .error-container {
        margin-bottom: 0;
    }

    .title-image-shipping {
        display: none;
    }

    .inside-into-shipping {
        flex-basis: 84%;
    }

    .error-text {
        white-space: unset;
    }

    .blog_flex_block,
    .blog_flex_block:nth-child(odd) {
        flex-direction: column;
        margin-top: 40px;
    }

    .error-text {
        margin-bottom: 20px;
    }

    .other_articles {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .article-title {
        font-size: 24px;
    }

    .breadcrumb_list {
        overflow: auto;
    }

    .breadcrumb_list li {
        white-space: nowrap;
    }

    .blog_flex_block {
        gap: 10px;
    }

    .blog_content_right {
        display: none;
    }

    .blog_content_left {
        flex-basis: 100%;
        width: 100%;
    }

    .product_bank_info_wrapper {
        flex-direction: column;
    }

    .blog_content_left_content {
        margin-top: 17px;
    }

    .part_pay_modal_choose_blocks {
        grid-template-columns: repeat(1, 1fr);
        gap: 9px;
    }

    .part_pay_modal {
        width: 90%;
        padding: 15px;

        overflow: auto;
        height: 600px;
    }

    .part_pay_modal_descr p {
        font-size: 12px;
    }

    .product_bank_info_btn {
        height: 53px;
        max-width: 100%;
    }

    .part_pay_modal_choose_block {
        width: auto;
        padding: 11px;
    }

    .part_pay_modal_btn {
        font-size: 14px;
        padding: 0 22px;
    }



    .part_pay_modal_choose_title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .part_pay_modal_choose_block span {
        font-size: 14px;
    }

    .part_pay_modal_descr ul li {
        font-size: 11px;
    }

    .part_pay_modal_choose_bottom {
        font-size: 11px;
        margin-top: 14px;
    }

    .contacts_page_left_title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .contact_page_item_c {
        gap: 15px;
    }

    .contacts_page_wrapper {
        gap: 18px;
    }

    .contact_page_form_title {
        font-size: 23px;
    }

    .contact_page_form_subtitle {
        font-size: 16px;
    }

    .contact_page_item_c svg,
    .contac_page_graf svg {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .inputs_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .form_input_wrapper:last-child {
        grid-column: 1 / 1;
    }

    .contact_page_item_c span {
        font-size: 18px;
    }

    .contacts_page_right {
        padding: 20px;
    }

    .contacts_page_left {
        padding: 20px;
    }

    .contact_page_send {
        margin-top: 14px;
    }

    .contacts_page_map_txt {
        gap: 14px;
        padding: 19px 18px;
        font-size: 16px;
    }

    .form_input_title {
        margin-bottom: 7px;
    }

    .error-block {
        height: 40vh;
    }

    .error-img {
        margin-top: 0;
    }

    .error_info_wrapper {
        top: 63%;
    }

    .error-text {
        font-size: 16px;
    }

    .error-btn-home {
        font-size: 14px;
        padding: 0 30px;
        width: 280px;
        height: 48px;
    }

    .subcats_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-title {
        font-size: 24px;
    }

    .product_slider_title {
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 70px;
    }

    #product-category-page .product_slider_wrapper .slick-arrow {
        top: -66px;
    }

    #product-category-page {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 22px;
    }

    body:has(#product-category-page) .similar_prod_title.widget-title {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .review_empty span {
        text-align: center;
        font-size: 18px;
    }

    .well-login {
        /*margin: 35px auto 25px;*/
        margin: 0px auto 25px;
    }

    .login-form-title {
        font-size: 26px;
    }

    .contacts_banner_title {
        font-size: 20px;
        margin-top: 0;
    }

    .contacts_banner_subtitle {
    	font-size: 14px;
    }

    .contacts_banner_cont {
        gap: 10px;
    }

    .contacts_banner_cont a {
    	font-size: 14px;
    }

    .contacts_banner {
    	padding: 15px!important;
    }

    .shoping-cart-products-item-price {
        font-size: 16px;
    }

    .shoping-cart-products-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .header.sticky .shoping-cart {
        top: 80px;
    }

    .shoping-cart {
        top: 80px;
    }

    .shoping-cart {
        right: 0;
        left: 0;
        overflow: auto;
        max-height: 531px;
    }

    .shoping-cart-products-item-title {
        display: none;
    }

    .shoping-cart-products-item-title-mob {
        display: block;
    }

    .shoping-cart-products-item-image {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .shoping-cart-products-item-image img {
        border-radius: 5px;
    }

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

    .shoping-cart-info {
        width: 100%;
    }

    .quick-buyer-block {
        width: 90%;
        padding: 20px;
    }

    .quick-buyer-close {
        top: 16px;
        right: 13px;
    }

    .product_det_info {
        margin-top: 15px;
    }

    .title-attr-wrapper {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .inside-description p,
    .inside-description li {
        font-size: 13px;
    }

    .description_side {
        margin-bottom: 15px;
    }

    .attribute-wrapper {
        margin-bottom: 15px;
    }

    .attribute-groupe {
        padding: 20px;
    }

    .name-attr,
    .value-attr {
        font-size: 13px;
        padding: 0;
    }

    .user_rating_title {
        font-size: 13px;
    }

    .user_rating_stars svg {
        width: 80px;
    }

    .user_rating_num {
        font-size: 16px;
    }

    .rev_btn {
        height: 45px;
        font-size: 13px;
    }

    .value-attr {
        max-width: unset;
        flex-basis: 45%;
    }

    .data-review {
        font-size: 14px;
    }

    .similar_prod_title {
        font-size: 22px;
    }

    .latest-section .similar_prod_title {
        padding: 0 15px;
    }

    .latest-section .slick-arrow,
    .similar_products .slick-arrow {
        display: none !important;
    }

    .flex-row-attribute:before {
        display: none;
    }

    .name-attr {
        flex-basis: 55%;
    }

    #quick-buy-form input {
        width: 100%;
    }

    .product_right_banner_img {
        width: 140px;
        min-width: 140px;
        height: 140px;
    }

    .product_right_banner_title {
        font-size: 16px;
    }

    .item-price-banner .price-text-old {
        font-size: 16px;
    }

    .item-price-banner .special-text {
        font-size: 20px;
    }

    .product_right_banner_inner {
        padding: 18px;
    }

    .product_right_banner #button-cart-fixed {
        height: 50px;
    }

    .product_right_banner_inner.open {
        translate: 11% 0;
    }

    .product_right_banner_inner {
        width: 90%;
    }

    .product_right_banner_inner .reviews_show_text {
        font-size: 10px;
    }

    .product_right_banner_top {
        gap: 15px;
    }

    .product_bottom_info {
        flex-wrap: wrap;
        gap: 8px 10px;
    }

    .breadcrumb_list {
        padding: 15px 0;
    }

    .breadcrumb_list li a,
    .breadcrumb_list li span {
        font-size: 13px;
    }

    .prod_border {
        padding: 10px;
    }

    .reviews_show {
        display: none;
    }

    .product-title {
        font-size: 19px;
    }

    .sku-item {
        font-size: 13px;
    }

    .product_bottom_info_block {
        flex-basis: calc(50% - 5px);
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start;
        gap: 6px;
        font-size: 10px;
        line-height: 1.25;
    }

    .product_bottom_info_block svg {
        width: 20px;
        height: auto;
        flex-shrink: 0;
    }

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

    .info_tabs a {
        height: 35px;
        padding: 0 21px;
        font-size: 13px;
    }

    .selled_count {
    	padding: 5px;
    	gap: 5px;
    }

    .selled_count_txt-full {
        display: none;
    }

    .selled_count_txt-mob {
        display: inline-flex;
        align-items: center;
        padding: 0;
        border: unset;
        background: transparent;
        font-weight: 500;
        font-size: 10px;
        color: #111;
        line-height: 1.2;
    }

    .selled_count_txt-mob .selled_count_num {
        margin-left: 4px;
        font-size: 10px;
    }

    .selled_count_txt,
    .selled_count_num {
        font-size: 10px;
    }

    .special-text,
    .special-text+span {
        font-size: 30px;
    }

    .more_photo_wrapper,
    .result_wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-bottom: 0;
    }

    .similar_products {
        margin-top: 0;
    }

    .product_det_info {
        margin-bottom: 0;
    }

    .similar_products {
        margin: 0 0 38px;
    }

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

    .item-review-block {
        padding: 20px;
    }

    .description-block-review {
        font-size: 14px;
    }

    .header_bottom .header_contacts {
        display: none;
    }

    .price-text-old {
        font-size: 17px;
    }

    .count_wrapper .input-group-btn,
    .count_wrapper #input-quantity {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .compare_block button {
        display: flex;
        align-items: center;
    }

    .product_btns {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 10px;
        width: 100%;
    }

    .product_btns #button-cart,
    .product_btns .fast_consultation {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        width: auto;
        height: 55px;
        font-size: 15px;
        padding: 0 10px;
        white-space: nowrap;
    }

    .product_btns #button-cart.btn-block {
        display: flex;
        width: auto;
    }

    .product_right_banner #button-cart-fixed,
    .fast_consultation {
        max-width: 100%;
        height: 55px;
    }

    #product .form-group {
        margin-bottom: 0;
    }

    .header_wrapper {
        gap: 20px;
    }

    .bestseller_tabs ul {
        flex-wrap: wrap;
        gap: 5px;
    }

    .tab_item {
        margin-bottom: 10px;
        margin: 0;
    }

    .author-review-icon {
        width: 45px;
        height: 45px;
    }

    .tab_item {
        padding: 5px 10px;
        font-size: 10px;
    }

    .products_hit {
        /* margin-top: 15px;*/
        margin-top: 10px;
    }

    .logo_slider_wrapper .slick-slide img {
        height: 25px;
    }

    .flex-title_tabs {
        margin-bottom: 20px;
        /*gap: 13px;*/
        gap: 8px;
    }

    .latest-section {
        margin-top: 16px;
    }

    .dropdown-menu-mob {
        height: 130%;
    }

    .home-slider {
        overflow: hidden;
    }

    .review_right {
        padding: 20px;
        overflow: hidden;
    }

    .close_rev_popup {
        top: 20px;
        right: 14px;
    }

    .part_pay_modal_title {
        font-size: 20px;
    }

    .review_right_title {
        font-size: 18px;
        line-height: 120%;
    }

    .part_pay_modal_choose_block {
        max-width: 100%;
        min-width: unset;
    }

    .logo_slider_wrapper {
        padding: 15px;
    }

    .faq_section {
        margin-bottom: 30px;
    }


    #product-manufacturer h1 {
        margin-top: 0px;
    }

    #product-manufacturer .products__item-title {
        margin-bottom: 0px;
    }

    .product_slider_wrapper .slick-arrow,
    .review_wrapper .slick-arrow,
    .similar_products .slick-arrow {
        /*top: -70px;*/
        top: -43px;
    }

    .product_slider_wrapper {
        margin-top: 16px;
    }

    .product_slider_wrapper .slick-arrow,
    .review_wrapper .slick-arrow,
    .similar_products .slick-arrow {
        height: 28px;
    }

    .home_slider_wrapper .slick-arrow {
        bottom: 24px;
        right: 26px;
        width: 37px;
        height: 31px;
    }


    .review_wrapper {
        margin-top: 15px;
    }

    .reviews_item {
        padding: 14px 10px;
    }

    .reviews_head {
        margin-bottom: 10px;
        gap: 8px;
    }

    .reviews_logo {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .reviews_name {
        font-size: 13px;
        gap: 4px;
    }

    .reviews_body {
        font-size: 11px;
        line-height: 140%;
        min-height: auto;
    }

    .reviews_product {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
        gap: 6px;
    }

    .reviews_product_img {
        min-width: 100%;
        height: 64px;
    }

    .reviews_product_title {
        font-size: 11px;
        line-height: 130%;
    }

    .reviews_product_link {
        font-size: 11px;
    }


    #product-category-page .product_slider_title {
        margin-bottom: 40px;
    }

    #product-category-page .product_slider_wrapper .slick-arrow {
        top: -40px;
    }

    #product-category-page .subcat_wrapper_block {
        margin-bottom: 40px;
    }

    #product-category-page .subcats_wrapper {
        row-gap: 20px;
    }


    .quick_buyer_subtitle {
        margin-bottom: 15px;
    }

    #quick-buy-form .input-tel.req-page {
        margin-bottom: 7px;
    }

    .part_pay_modal .part_pay_modal_btn {
        margin-top: 15px;
    }




    .home_slider_wrapper .slick-prev {
        right: 76px !important;
    }

    #information-information h1 {
        font-size: 23px;
    }

    .row-flex-block {
        flex-direction: column;
        gap: 50px;
    }

    .text_w {
        font-size: 20px;
    }

    .aboutus-section-1 .row-flex-block {
        flex-direction: column-reverse;
    }

    .whywe_about_title {
        font-size: 22px;
    }

    .whywe_about_wrapper {
        flex-wrap: wrap;
    }

    .whywe_about_item {
        flex-basis: 100%;

        width: 100%;
    }

    .faq_section_title {
        font-size: 22px;
    }

    .faq_wrapper {
        margin-top: 35px;
    }

    .products_tab-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .product_bank_info_logos {
        width: 100%;
        gap: 8px;
        justify-content: space-between;
    }

    .footer_item_contacts {
        align-items: flex-start;
    }

    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 10px !important;
    }

    .products__item-title {
        height: 52px;
        font-size: 12px;
        margin-bottom: 14px;
    }

    .btn-load-pagination {
        font-size: 14px !important;
    }

    .pagin_nums ul li a,
    .pagin_nums ul li.active span,
    .pagin_nums ul li.active a {
        font-size: 13px;
    }

    body:has(#product-category) .faq_section {
        margin-top: 0;
    }

    #product-category-page,
    #product-category {
        margin-bottom: 40px;
    }

    .auth_block {
        height: 318px;
    }

    .products__item-desc {
        padding: 15px;
    }

    footer {
        padding: 10px 0;
    }

    .footer_item_contacts_column_wrapper {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .footer_item_contacts_column {
        flex: 1 1 0;
        min-width: 0;
        gap: 10px;
    }

    .footer_item_contacts_column a {
        gap: 8px;
        font-size: 11px;
        line-height: 1.3;
    }

    .footer_item_contacts_column a svg {
        width: 18px;
        height: auto;
        flex-shrink: 0;
    }

    .footer_item_contacts_column a.footer_addr {
        font-size: 10px;
        align-items: flex-start;
    }

    .footer_dop_num {
        gap: 8px;
    }

    .footer_dop_num svg {
        width: 18px;
        height: auto;
        flex-shrink: 0;
    }

    .footer_dop_num_txt span {
        font-size: 10px;
    }

    .footer_dop_num_txt a {
        font-size: 11px;
    }

    .footer_graf {
        width: 100%;
        padding: 10px 12px;
        gap: 10px;
    }

    .footer_graf svg {
        width: 22px;
        height: auto;
        flex-shrink: 0;
    }

    .footer_graf_info {
        font-size: 11px;
        line-height: 1.3;
    }

    .footer_item_title {
        margin-bottom: 20px;
    }

    .footer_item_menu_links {
    	gap: 5px;
    }

    .footer_wrapper {
        gap: 5px;
    }

    .footer_powered {
        margin-top: 50px;
        flex-direction: column;
    }

    .faq_cat_item {
        padding: 14px 22px;
    }

    .faq_ques {
        font-size: 18px;
    }

    .faq_ques h3 {
        font-size: 18px;
    }

    .faq_answ {
        font-size: 16px;
    }

    .contacts_banner {
        margin: 0;
        padding: 30px 15px;
    }

    .auth_block_img {
        position: relative;
        z-index: -1;
    }

    .auth_block_img:before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        background: #000;
        opacity: 0.5;
    }

    #common-home h2,
    h2.products__heading {
        font-size: 19px !important;
    }

    .contacts_banner {
        overflow: hidden;
    }

    .header_logo {
        width: 90px;
    }

    .item_search_block {
        flex-basis: 52%;
    }

    .mob_menu {
        top: 71px;
    }

    .first_cat_mobile {
        right: 30px;
    }

    .close_btn_icon {
        right: 18px;
    }

    .mobile_drop_sub.open {
        top: 73px;
        right: 31px;
    }

    .shoping-cart.open:has(.cart-popup-empty) {
        width: 100%;
    }

    .shoping-cart-products-item-title {
        font-size: 12px;
    }

    .section_hero {
        margin-top: 0;
    }

    .section_hero .container,
    .logo_slider .container {
        padding: 0;
    }

    .home-slider .slider_image {
        border-radius: 0;
    }

    .logo_slider_wrapper {
        margin-top: 10px;
    }

    .wishlist-remove-item,
    .wishlist-remove-item:hover {
        right: 28px;
    }

    .wishlist-remove-item {
        background: #fff;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .account-form-row,
    .acc_wrapper {
        flex-direction: column;
    }

    .account-content__right-side {
        padding: 20px 0;
        padding-top: 0px;
    }

    .account-form-wrapper {
        flex-basis: 100%;
        width: 100%;
    }

    .acc_wrapper {
        gap: 0;
    }

    .header-form-block {
        flex-direction: column;
        gap: 8px;
    }

    #account-wishlist .product-item {
        margin-right: 0;
    }

    #account-wishlist .wish-list-block {
        padding: 0;
    }

    #account-wishlist .table-responsive {
        border: unset;
    }

    #account-wishlist .product-item {
        max-width: 100%;
        flex-basis: 100%;
        width: 100%;
    }

    .video_wrapper iframe {
        width: 100%;
        height: 200px;
    }

    .keep_shopping {
        width: 100%;
        height: 48px;
    }

    .btn-checkout-cart {
        height: 48px;
        width: 100%;
    }

    .shoping_cart_btns {
        flex-direction: column;
        width: 100%;
    }

    .product_right_banner_bottom {
        overflow: hidden;
    }

    .product_right_banner_inner {
        translate: 115% 0;
    }

    .products_tab-row .products__item:nth-child(n+5) {
        display: none;
    }

    body {
        padding-top: 76px;
    }

    .stars_wrapper {
        display: flex;
    }



    .benefits {
        margin: 0px;
        margin-bottom: 30px;
    }


    .benefits_wrapper {
        row-gap: 20px;
    }


    .benefits_title {
        margin-bottom: 30px;
    }






    .blog_section_wrapper {
        gap: 20px;
    }


    .blog_section {
        margin-bottom: 30px;
    }

    .blog_section_btn {
        margin-top: 15px;
        height: 30px;
        font-size: 13px;
    }


    #common-home .seo_txt h2 {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .seo_txt_item {
        gap: 0px;
        margin-bottom: 0px;
    }






    .seo_txt_item {
        flex-direction: column;
    }



    .seo_txt_item.block-3 .seo_txt_side ul {
        margin-top: 15px;
    }

    .seo_txt_item.block-4 {
        display: flex;
        flex-direction: column-reverse;
    }

    .seo_txt_item.block-5 {
        display: flex;
        flex-direction: column;
    }

    .seo_txt_item.block-6 {
        display: flex;
        flex-direction: column-reverse;
    }


    .seo_txt {
        margin-bottom: 30px;
    }

    .faq_wrapper {
        margin-top: 15px;
    }

    .seo_txt h1 {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .blog_section h2 {
        margin-bottom: 20px;
    }



    .reviews {
        margin-bottom: -15px;
    }

    #common-home .reviews {
        margin-bottom: 20px;
    }

    .reviews_product_title {
        font-size: 14px;
    }


    #information-information .first-section {
        margin-bottom: 20px;
    }

    #information-information h1 {
        margin-bottom: 15px;
    }

    #information-information .row-flex-block {
        gap: 0px;
    }


    #information-information .row-flex-block p {
        margin-bottom: 15px;
    }

    #information-information .whywe_about {
        margin-top: 30px;
    }

    #information-information .whywe_about_title {
        margin-bottom: 15px;
    }



    #information-informatio .whywe_about_wrapper {
        margin: 40px 0;
        display: flex;
        gap: 30px;
    }

    .products__item-title {
        margin-bottom: 0px;
    }


    .blog-categoey-title {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .blog_section_wrapper {
        gap: 15px;
    }

    .blog_section_img {
        height: 120px;
        margin-bottom: 8px;
    }

    .blog_section_title {
        font-size: 12px;
        line-height: 130%;
    }




    .article-title {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .article_info {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 10px;
    }



    .blog_flex_block,
    .blog_flex_block:nth-child(odd) {
        flex-direction: column;
        margin-top: 15px;
    }

    .blog_flex_block {
        gap: 0px;
    }

    span.blog_flex_title {
        margin-top: 15px;
    }

    .blog_bottom_txt {
        margin-top: 25px;
    }

    .pov_obm_txt h2 {
        margin: 20px 0 15px;
    }


    .proc_block {
        margin-top: 25px;
    }


    #information-information .faq_wrapper {
        margin-top: 0px;
    }


    #information-information:has(.dogovor-oferta-wrapper) h1 {
        margin-bottom: 20px;
    }

    .dogovor-oferta-wrapper h2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #product .image-additional {
        width: 100% !important;
    }

    .cont_success_msg {
        font-size: 22px;
        padding: 0 20px;
    }

    .reviews_body {
        min-height: auto;
    }

    .inside-ship-item:has(#transport-company) .comp_show_block {
        margin-top: 10px;
    }

    .shoping-cart-totals {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .shoping-cart-totals-item-title,
    .shoping-cart-totals-item-value {
        text-align: center;
    }

}


@media (max-width: 321px) {}






.seo_txt_desc_cat h2 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 25px;
}

.seo_txt_desc_cat img {
    margin-bottom: 20px;
}

.seo_txt_desc_cat:last-child {
    margin-bottom: 0;
}

.seo_txt_desc_cat p,
.seo_txt_desc_cat li {
    font-weight: 300;
    font-size: 14px;
    line-height: 155%;
    color: #111;
}

.seo_txt_desc_cat li {
    margin-bottom: 10px;
}



@media (max-width: 500px) {

    .seo_txt_desc_cat {
        margin-bottom: 0px;
    }

    .seo_txt_desc_cat h2 {
        margin-bottom: 15px;
        margin-top: 20px;
    }

}











#product-category {
    margin-bottom: 30px;
}

#product-category+.contacts_banner {
    margin-top: 30px;
}

#product-category+.contacts_banner+.container .widget-title.similar_prod_title {
    margin-top: 20px;
}

#product-category+.contacts_banner+.container .products_tab-row.products_tab-row-looked {
    margin-bottom: 30px;
}





.container.checkout-container .checkout-profile-address.checkout-profile-user {
    margin-top: -20px;
    margin-bottom: 25px;
}


.container.checkout-container .checkout-profile-payment {
    margin-top: -30px;
}


.container.checkout-container .inside-comment-block {
    margin-top: 25px;
}


#product-category .pagination {
    margin-bottom: 0px;
}

.checkout-section+.contacts_banner {
    margin-top: 60px;
}



@media (max-width: 768px) {

    #product-category {
        margin-bottom: 40px;
    }

    #product-category+.contacts_banner {
        margin-top: 40px;
    }

    #product-category+.contacts_banner+.container .widget-title.similar_prod_title {
        margin-top: 40px;
    }

    #product-category+.contacts_banner+.container .products_tab-row.products_tab-row-looked {
        margin-bottom: 40px;
    }


}


.pagination-block #pagination-wrapper-block {
    margin-bottom: 0px !important;
}

.product_bank_info_btn {
    height: auto;
    padding: 15px;
}

@media (max-width: 992px) {
    .wrapper-cart-checkout {
        position: static;
    }

    .checkout-section {
        padding-bottom: calc(140px + env(safe-area-inset-bottom, 0px));
    }

    .checkout-submit {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        background: #fff;
        padding: 12px 15px calc(12px + env(safe-area-inset-bottom, 0px));
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #e0e0e0;
    }

    .checkout-submit .totals_order {
        margin-top: 0;
        padding: 0;
        background: transparent;
    }

    .checkout-submit .text_order {
        font-size: 16px;
    }

    .checkout-submit .value_order {
        font-size: 18px;
    }

    .checkout-submit .submit-checkout-form {
        margin-top: 10px;
        position: static;
        left: auto;
        translate: none;
        width: 100%;
        height: 54px;
        font-size: 16px;
    }
}