@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-ExtraBold.ttf");
    font-weight: 800;
}

* {
    box-sizing: border-box;
}


body {
    font-family: 'Gilroy';
    font-weight: 400;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    background: #ffffff;
    padding-right: 0 !important;
}

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

a:hover {
    text-decoration: none;
}

button {
    outline: none;
    cursor: pointer;
}

.d-flex {
    display: flex;
}

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

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

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

.header_wrapper {
    padding: 30px 0;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: 0.4s;
    isolation: isolate;
}

.header_logo img {
    transition: 0.4s;
}

.header_logo {
    display: flex;
    justify-content: center;
}

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

.header.sticky {
    border-bottom: 1px solid #e5e5e5;
}


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

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

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: #171717;
    -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;
}

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

.menu_txt {
    font-weight: 600;
    font-size: 15px;
    color: #171717;
}

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

.row-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.row-menu li {
    order: 1;
}

.row-menu li:has(.current-lang) {
    order: 0;
}

.row-menu li a {
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    text-transform: uppercase;
    color: #171717;
    padding: 0;
    transition: 0.4s;
    height: 20px;
}

.row-menu li a:hover {
    color: #171717;
}

.language_block {
    border: 1px solid transparent;
    border-radius: 31px;
    padding: 6px 8px 6px 6px;
    gap: 10px;
    transition: 0.8s;
    overflow: hidden;
    align-items: center;
    max-width: 72px;
}

@media (min-width: 510px) {
    .language_block:hover {
        max-width: 150px;
        border: 1px solid #171717;
    }
}

.language_block svg {
    min-width: 23px;
}

.header_wrapper_block_logo {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}

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

.item_search_block,
.account_block,
.cart_block {
    display: flex;
    align-items: center;
}

.header_top {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    transition: 0.3s;
    overflow: hidden;
    background: white;
}

.header.sticky .header_top {
    height: 0;
    padding: 0;
}

.header.sticky .header_wrapper {
    padding: 15px 0;
}

.header_top_txt {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 118%;
    color: #333;
}

.header_top_txt a {
    color: #333;
}

.home-slider {
    height: 535px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: white;
}

body {
    padding-top: 103px;
}

#common-home h2 {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #171717;
    margin-bottom: 40px;
    margin-top: 0;
}

#common-home .banner_section_wrapper h2 {
    margin-bottom: 0;
}

.home-slider .owl-stage-outer,
.home-slider .owl-stage,
.home-slider .owl-item,
.home-slider .item-slide {
    height: 100%;
}

.item-slide {
    background-position: right;
    background-position: 64% 0%;
    position: relative;
}

.slider_content {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.title-on-slider {
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    color: #fff;
    max-width: 710px;
}

.white_btn,
.black_btn {
    height: 52px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #171717;
    transition: 0.5s;
    border: 1px solid transparent;
}

.white_btn:hover {
    /* background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
    border: 1px solid white;
    color: white; */
    background: #171717;
    color: white;
}

.black_btn {
    background: #171717;
    color: white;
}

.black_btn:hover {
    background: #353535;
    color: white;
}

.owl-nav {
    display: none;
}

.owl-dots {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.owl-dots button {
    width: 48px;
    height: 4px;
    border-radius: 2px;
    background: white !important;
    transition: 0.4s;
}

.owl-dots button.active {
    background: #171717 !important;
}

.product_section {
    padding: 100px 0;
}

.heading-title-module {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #171717;
    margin-bottom: 40px;
}

.product_wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.product_item {
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 20px;
    overflow: hidden;
    /* height: 432px; */
    position: relative;
    transition-delay: 0.8s;
}

.product_item:nth-child(1) {
    border-left: 1px solid #eaeaea;
}

.product_item.show_content {
    overflow: unset;
}



.product_bottom {
    margin-top: 25px;
    position: relative;
    /* translate: 0 -123%; */
    transition: 0.7s;
}

.product_item:hover .product_bottom {
    translate: 0 -123%;
    margin-top: 15px;
}

/* .product_item:hover {
    overflow: unset;
} */


.product-title-block a {
    font-weight: 600;
    font-size: 17px;
    color: #171717;
    height: 42px;
    display: block;
}

.button-group-on-card {
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    transition: 0.6s;
}

/* .product_item:hover .button-group-on-card {
    margin-top: 10px;
} */

.price {
    margin-bottom: 0;
}

.model_block {
    font-weight: 400;
    font-size: 15px;
    color: #999;
}

.price-product {
    font-weight: 600;
    font-size: 20px;
    text-align: right;
    color: #171717;
}

.home_form+p {
    display: none;
}

.show_product {
    width: 100%;
    padding: 0 20px;
    height: 40px;
    background: #171717;
    border: 1px solid #171717;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    transition: 0.3s;
}

.block_hidden {
    margin-top: 25px;
    position: absolute;
    left: 0;
    right: 0;
}

/* .block_hidden_under {
    position: absolute;
    width: 100%;
    height: 90px;
    border: 1px solid red;
    background: white;
    left: 0;
    bottom: -91px;
} */

.show_product:hover {
    border: 1px solid #171717;
    background: white;
    color: #171717;
}





.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-dropdown-button {
    cursor: pointer;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding: 0 18px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    background: white;
    text-align: left;
}

.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
}

/* .custom-dropdown-content .custom-dropdown-group {
    padding: 10px;
} */

.custom-dropdown-header {
    font-weight: bold;
    padding-bottom: 5px;
}

.custom-dropdown-item {
    padding: 8px 18px;
    cursor: pointer;
    border-bottom: 1px solid #cfcfcf;
    display: block;
    color: #171717;
}

.custom-dropdown-item:hover {
    background: #f4f4f4;
}

.product-image-card img {
    width: 100%;
    transition: 0.7s;
}

.product_item:hover .product-image-card img {
    scale: 0.65;
    translate: 0 -15%;
}

/* .product_item:hover .custom-dropdown-content {
    z-index: 100;
} */


.more_prod {
    flex-direction: column;
    gap: 13px;
    transition: 0.7s;
}

.more_prod svg {
    transition: 0.7s;
}

.more_prod:hover {
    background: #f3f3f3;
}

.more_prod:hover svg {
    transform: scaleX(1.3);
}

.more_prod span {
    font-weight: 600;
    font-size: 17px;
    color: #171717;
}

.banner_section {
    height: 400px;
    background-image: url(/image/catalog/home/home-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: relative;
}

.banner_section_2 {
    background-image: url(/image/catalog/home/home-banner-2.jpg);
    background-position: right;
}

.banner_section_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: 0 -50%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    max-width: 695px;
    gap: 30px;
}

.banner_section_2 .banner_section_wrapper {
    left: unset;
    right: 53%;
}

.banner_section_wrapper h2 {
    font-weight: 500;
    font-size: 52px;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    margin-top: 0;
}

.banner_section_2 .banner_section_wrapper h2 {
    color: #171717;
}

.about_section_wrapper {
    align-items: center;
}

.about_section {
    padding: 100px 0 120px;
    background: #fbfbfb;
}

.info_blocks {
    background: #fbfbfb;
    padding-bottom: 100px;
}

.about_section_side {
    flex-basis: 50%;
}

.about_section_side img {
    width: 100%;
    display: block;
}

#common-home h2.about_section_title {
    text-align: left;
    margin-bottom: 35px;
}

.about_section_side p {
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #1e1e1e;
    max-width: 545px;
}

.about_section_side_txt {
    padding-left: 6%;
}

.about_section_side a {
    border-bottom: 1px solid #171717;
    font-weight: 500;
    font-size: 17px;
    line-height: 124%;
    color: #171717;
    display: inline-block;
    margin-top: 25px;
}

.info_blocks_wrapper {
    flex-wrap: wrap;
}

.info_blocks_item {
    flex-basis: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 54px 10px 85px;
}

.info_blocks_item:nth-last-child(-n+2) {
    flex-basis: 50%;
    border-top: 1px solid #e0e0e0;
}

.info_blocks_item:nth-child(2) {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.info_blocks_item:nth-child(4) {
    border-right: 1px solid #e0e0e0;
}

.info_blocks_item_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #1e1e1e;
    display: block;
    margin: 30px 0 16px;
}

.info_blocks_item_descr {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #1e1e1e;
    max-width: 462px;
}

.info_blocks_item:nth-last-child(-n+2) .info_blocks_item_descr {
    max-width: 654px;
}

.review_section {
    padding: 100px 0;
}

.review_section h2 {
    margin-bottom: 50px;
}

.review_section .owl-item .item_wrapper {
    display: flex;
    align-items: center;
    padding: 50px 70px;
    border-left: 1px solid #eaeaea;
}

.desc_review img {
    width: 120px !important;
    display: block;
    margin-bottom: 24px;
}

.review_section .owl-stage-outer {
    border: 1px solid #eaeaea;
    /* border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; */
}

.img_review {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.desc_review {
    flex-basis: 70%;
    padding-left: 11%;
}

.img_review a {
    font-weight: 400;
    font-size: 17px;
    line-height: 124%;
    color: #171717;
    border-bottom: 1px solid #171717;
}

.review_title {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1e1e1e;
    margin-bottom: 24px;
}

.text_review {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #1e1e1e;
}

.autor_review {
    display: block;
    font-weight: 600;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1e1e1e;
    margin-top: 24px;
}

.blog_section {
    background: #fbfbfb;
    padding: 50px 0 100px;
}

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

.blog_section_img {
    overflow: hidden;
}

.blog_section_img img {
    width: 100%;
    display: block;
    transition: 0.9s;
}

.blog_section_img:hover img {
    scale: 1.1;
}

.blog_section_img {
    margin-bottom: 30px;
}

.blog_section_title {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #090914;
    margin-bottom: 8px;
}

.blog_section_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #0f0f0f;
    display: block;
}

.blog_section_btn {
    margin-top: 60px;
    display: inline-flex;
    position: relative;
    left: 50%;
    translate: -50% 0;
}

h2:has(+.faq_section) {
    display: none;
}

#common-home h2:has(+.blog_section) {
    margin-bottom: 0;
    padding-top: 100px;
    background: #fbfbfb;
}

.faq_section {
    padding: 100px 0;
}

.faq_section_side {
    flex-basis: 50%;
}

#common-home h2.faq_section_title {
    text-align: left;
    max-width: 370px;
    margin-bottom: 30px;
}

.faq_section_subtitle {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #1e1e1e;
    max-width: 370px;
    display: block;
}

.faq_section_btn {
    margin-top: 60px;
    display: inline-flex;
}

.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;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: #090914;

}

.faq_ques.active {
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
}

.faq_cat_item {
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
}

.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: -90deg;
}

.faq_cat_item:nth-child(1) {
    padding-top: 0;
}

.home_form_side {
    flex-basis: 50%;
}

.home_form_side_img {
    width: 100%;
}

.home_form_side_l {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home_form_side_in {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.home_form_title {
    max-width: 540px;
    text-align: left !important;
    margin-bottom: 40px !important;
}

.home_form {
    background: #FBFBFB;
}

.inside-input-block input {
    width: 100%;
    /* max-width: 420px; */
    height: 50px;
    padding: 0;
    margin: 0;
    border: 1px solid #e0e0e0;
    padding-left: 22px;
    background: transparent;
    border-right: unset;
}

.home_form_side_in form,
.inside-input-block {
    width: 92%;
}

.home_form_side_in form button {
    margin: 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    background: transparent;
    height: 50px;
    width: 88px;
    transition: 0.5s;
}

.home_form_side_in form button:hover {
    border: 1px solid #171717;
}

footer {
    background: #000;
    padding: 96px 0 50px;
}

.footer_wrapper {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr); */
    gap: 20px;
    justify-content: space-between;
}

.footer_logo {
    margin-bottom: 40px;
}

.footer_phone,
.footer_mail {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    line-height: 95%;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.footer_phone:hover,
.footer_mail:hover {
    color: #fff;
    border-bottom: 1px solid white;
}

.footer_mail {
    font-size: 17px;
    margin-top: 12px;
}

.footer_text_info {
    font-weight: 300;
    font-size: 14px;
    line-height: 129%;
    color: #fff;
    margin: 16px 0 40px;
}

.footer_social {
    gap: 12px;
}

.footer_social svg {
    transition: 0.4s;
}

.footer_social a:hover svg {
    filter: drop-shadow(0px 0px 7px white);
}

.footer_item_menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.footer_item_menu_l {
    gap: 30px;
}

.footer_menu_item {
    font-weight: 400;
    font-size: 17px;
    line-height: 118%;
    color: #fff;
    transition: 0.4s;
    border-bottom: 1px solid transparent;
    display: inline;
}

.footer_menu_item:hover {
    color: #fff;
    border-bottom: 1px solid white;
}

/* .footer_item {
    flex-basis: 24%;
} */

.footer_contacts {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_text_info {
    max-width: 275px;
}

.footer_powered {
    margin-top: 85px;
    align-items: center;
    justify-content: space-between;
}

.footer_powered span {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: #989898;
}

.footer_powered a {
    font-weight: 600;
    color: #989898;
}

.menu_dropdown {
    position: absolute;
    z-index: 500;
    height: auto;
    isolation: isolate;
    /* padding-top: 70px; */
    top: 100px;
    /* opacity: 0; */
    visibility: hidden;
    width: 100%;
    transition: 0.6s;
    max-height: 0;
}

.menu_dropdown_wrapper {
    overflow: hidden;
    transition: 0.6s;
    max-height: 0;
    /* visibility: hidden; */
    padding-top: 70px;
    /* background: white; */
}

.menu_dropdown.active .menu_dropdown_wrapper {
    visibility: visible;
    max-height: 800px;
}

.menu_dropdown.active {
    visibility: visible;
    max-height: 800px;
    transition: 0.6s;
}

.menu_dropdown:before {
    content: '';
    position: absolute;
    background: white;
    z-index: -1;
    left: -100%;
    right: -100%;
    bottom: 0;
    top: 0;
    visibility: hidden;
    transition: 0.6s;
    max-height: 0;
}

.menu_dropdown.active:before {
    visibility: visible;
    max-height: 800px;
}

.menu_dropdown .menu_dropdown_top a {
    color: #171717;
}

.menu_dropdown .menu_dropdown_top a:hover {
    color: #171717;
    border-bottom: 1px solid #171717;
}

.header_wrapper:before {
    content: '';
    position: absolute;
    left: -50%;
    right: -50%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background: #f3f3f3;
    transition: 0.4s;
}

.header_wrapper:has(.menu_dropdown.active):before {
    opacity: 1;
    visibility: visible;
}

.header.sticky .menu_dropdown {
    top: 70px;
}

.menu_dropdown_top_l_column,
.menu_dropdown_top_r {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.menu_dropdown_top_l_column_1 {
    gap: 35px;
}

.menu_dropdown_top {
    justify-content: space-between;
}

.menu_dropdown_top_l {
    gap: 80px;
}

.menu_dropdown_bottom {
    padding: 37px 0;
    margin-top: 70px;
    border-top: 1px solid #eaeaea;
    justify-content: space-between;
    align-items: center;
}

.menu_dropdown_bottom a {
    color: #171717;
}

.menu_dropdown_bottom a:hover {
    color: #171717;
    border-bottom: 1px solid #171717;
}

.menu_dropdown_bottom .footer_text_info {
    color: #171717;
    max-width: 347px;
    margin: 0;
}

.menu_dropdown_bottom_l {
    gap: 50px;
}

.menu_dropdown_bottom_r a {
    transition: 0.3s;
}

.menu_dropdown_bottom_r a:hover {
    border: unset;
}

.menu_dropdown_bottom_r a:hover svg {
    filter: drop-shadow(0px 0px 1px black);
}

.overlay {
    position: fixed;
    inset: 0;
    top: 155px;
    z-index: 99;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

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

.search_btn {
    background: transparent;
    border: unset;
    width: 45px;
    height: 45px;
    padding: 0;
}

.search_input {
    border: unset;
    width: 100%;
    transition: 0.6s;
    scale: 0.4;
    translate: 50% 0;
    opacity: 0;
    visibility: hidden;
}

.input-group.active .search_input {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
    scale: 1;
}

.search_input:focus-visible {
    outline: unset;
    border: unset;
}

.input-group {
    border-radius: 31px;
    padding: 10px 6px 10px 15px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* overflow: hidden; */
    position: relative;
    isolation: isolate;
    border: 1px solid transparent;
    translate: 16px 0;
}

.input-group:before {
    content: '';
    position: absolute;
    border: 1px solid #171717;
    transition: 0.6s;
    border-radius: 31px;
    inset: 0;
    z-index: -1;
    scale: 0.4;
    translate: 25% 0;
    opacity: 0;
    visibility: hidden;
}

.input-group.active:before {
    opacity: 1;
    scale: 1;
    visibility: visible;
    translate: 0 0;
}

.live-search {
    top: 43px;
    margin-top: 0 !important;
    display: none !important;
}

.item_search_bloc {
    justify-content: flex-end;
}

.input-group-btn {
    width: 45px;
    height: 45px;
    display: block;
}

.sum-prod {
    display: none;
}

.btn-show-cart {
    border: unset;
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
}

.shoping-cart {
    transition: 0.5s;
    translate: 100% 0;
    position: fixed;
    top: 144px;
    right: 0;
    background: white;
    z-index: 50;
    padding: 30px;
}

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

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

.shoping-cart-top {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.count-product {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    font-size: 10px;
    background: #D75755;
    position: absolute;
    top: -3px;
    right: -4px;
}

.close-cart {
    background: transparent;
    border: unset;
    padding: 0;
    width: 18px;
    height: 18px;
}

.shoping-cart-products-item {
    gap: 15px;
    width: 440px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}

.shoping-cart-products-item-title {
    font-weight: 600;
    font-size: 16px;
    color: #171717;
    max-width: 220px;
}

.product_name_wrapper {
    justify-content: space-between;
}

.shoping-cart-info {
    width: 100%;
}

.options-text {
    font-weight: 400;
    font-size: 14px;
    color: #999;
    margin: 8px 0;
}

.cart_price_wrapper {
    justify-content: space-between;
    align-items: center;
}

.quantity-block {
    background: transparent;
    text-align: center;
    border: unset;
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 17px;
    color: #171717;
}

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

.shoping-cart-products-item-quantity i {
    cursor: pointer;
}

.shoping-cart-products-item-price {
    font-weight: 600;
    font-size: 20px;
    text-align: right;
    color: #171717;
}

.new-price-wrapper {
    font-size: 20px;
    font-weight: 500;
    color: red;
}

.product-layout .price-old {
    font-size: 14px;
    text-decoration: line-through;
}

.title-popup-cart span {
    font-weight: 600;
    font-size: 21px;
    line-height: 95%;
    color: #171717;
}

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

.shoping-cart-totals-item-title {
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    color: #171717;
}

.shoping-cart-totals-item-value {
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    color: #171717;
}

.shoping-cart-buttons .btn-checkout {
    display: flex;
    margin: 30px 0 20px;
    width: 100%;
    height: 54px;
    justify-content: center;
    align-items: center;
    background: #171717;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
}

.shoping-cart-buttons .btn-checkout:hover {
    color: white;
    background: #353535;
}

.link-continue {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #171717;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
    position: relative;
    left: 50%;
    translate: -50% 0;
}

.link-continue:hover {
    border-bottom: 1px solid #171717;
    color: #171717;
}

#cart_remove_product {
    cursor: pointer;
}

.icon-cart {
    width: 22px;
    height: 23px;
}

.shoping-cart-products-loop {
    height: 424px;
    overflow: auto;
    padding-right: 7px;
}

.shoping-cart-products-loop::-webkit-scrollbar-track {
    background-color: rgb(233, 233, 233);
}

.shoping-cart-products-loop::-webkit-scrollbar-thumb {
    background-color: rgb(179, 179, 179);
}

.shoping-cart-products-loop::-webkit-scrollbar {
    width: 7px;
}

.overlay-cart {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

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

.icons-cart-block {
    width: 440px;
    height: 430px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.icons-cart-block span {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #171717;
    margin-top: 25px;
}

.emp_cont {
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #171717;
}

.option-wrapper .form-control {
    border-radius: 0;
}

.faq_section_title_mobile {
    display: none;
}

.mobile_search {
    display: none;
}

.mobile_icon {
    display: none;
}


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

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

.breadcrumb_list li a span {
    font-weight: 400;
}

.breadcrumb_list li span {
    font-weight: 600;
}

.blog-categoey-title {
    margin: 20px 0 50px;
    text-align: center;
}

.category-article-items {
    margin-bottom: 100px;
}

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

.image {
    margin-bottom: 30px;
}

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

.thumbnails_blog {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 970px;
    width: 100%;
    height: 425px;
}

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

.image-reviews-section {
    margin-top: 30px;
    gap: 20px;
}

.vews-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.vews-reviews-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
}

.article-title {
    font-weight: 500;
    font-size: 33px;
    line-height: 110%;
    color: #2e3230;
    margin-bottom: 20px;
    margin-top: 0;
}

.date_title {
    margin: 26px 0 20px;
    display: block;
    padding-left: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 133%;
    color: #171717;
}

.content_article p,
.content_article span {
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #2e3230;
}

.num-views {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border: 1px solid #eaeaea;
}

.share-items {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid lightgray;
    margin-top: 8px;
}

.share-items a img {
    width: 100%;
}

.share-block {
    margin-top: 20px;
}

.title-views,
.reviews-wrapper {
    font-size: 14px;
}

.date-title {
    display: block;
    margin-top: 8px;
    padding: 0;
}

.article-content-block span {
    font-size: 16px !important;
    font-family: "Gilroy" !important;
}

.blog_article #content {
    margin-bottom: 60px;
}

.thanks-text {
    margin-top: 10px;
}

.tab-pane-reviews {
    margin-top: 60px;
}

.reviews-title {
    /* font-weight: bold; */
    font-size: 32px;
    line-height: 27px;
    color: #2E3230;
    margin-bottom: 30px;
    display: block;
}

.review-block-title {
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
}

.top-info-text {
    font-weight: bold;
    font-size: 22px;
    line-height: 21px;
    color: #E0E7EC;
    text-align: center;
}

.top-info img {
    display: block;
    margin: 0 auto;
}

.bottom-blocks {
    margin-top: 35px;
}

#input-review {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    font-size: 13px;
    padding: 15px;
    border-radius: 0;
    resize: none;
}

.input-name-blog {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    padding: 15px;
    border-radius: 0;
    height: 50px;
}

.review-button {
    margin: 0;
    float: right;
    padding-right: 0;
    width: 100%;
}

button#button-review {
    background: #171717;
    border-radius: 0;
    height: 50px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 15px 30px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    left: 50%;
    translate: -50% 0;
    transition: 0.3s;
}

button#button-review:hover {
    background: #353535;
}

.nameinput-button-block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.blog_name_input,
.review-button {
    flex-basis: 50%;
    margin: 0;
}

.form-horizontal-review {
    padding: 0 !important;
    margin: 0 !important;
}

.form-horizontal-review .form-group.required {
    margin: 0 !important;
}

.blog_article {
    margin-bottom: 100px;
}

.bottom-blocks img {
    width: 100%;
}

.review-block {
    padding-left: 15px;
}

.category-product-stiker {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 0 14px;
    height: 31px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    z-index: 40;
    transition: 0.4s;
}

.category-product-stiker:hover {
    color: #fff;
}

.category-product-stiker.bestseller {
    background: #171717;
}

.category-product-stiker.bestseller:hover {
    background: #383838;
}

.category-product-stiker.newest {
    background: #47b752;
}

.category-product-stiker.newest:hover {
    background: #408d48;
}

.footer_menu_item:focus {
    color: white;
}

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

.breadcrumb_list {
    margin-top: 20px;
}

.category-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 40px;
    color: #171717;
}

.flex-row-category {
    margin: 20px 0 40px;
}

.sort_title {
    font-weight: 500;
    font-size: 16px;
    color: #171717;
}

.select-sort {
    position: relative;
    width: 100%;
}

.name-sort {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

.arrow-down {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.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;
}

.item-select:hover {
    background-color: #f0f0f0;
}

.show {
    display: block;
}

.name-sort {
    height: 40px;
    padding: 0 32px 0 11px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgb(224 224 224);
    border-radius: 0;
    color: black;
    font-size: 16px;
    /* font-weight: 600; */
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.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;
}

.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: 300;
    font-size: 12px !important;
    color: #8f8f8f !important;
    padding: 0 !important;
    margin-left: 3px !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: 500;
    font-size: 16px;
    color: #000;
}

.ocfilter-option .ocf-option-name {
    font-size: 14px !important;
}

.popover-content button {
    background: black !important;
    border: unset !important;
}

.product_wrapper_cat {
    grid-template-columns: repeat(3, 1fr);
    /* border-top: 1px solid #eaeaea; */
    border-left: 1px solid #eaeaea;
}

.product_wrapper_cat .product_item:nth-child(1),
.product_wrapper_cat .product_item:nth-child(2),
.product_wrapper_cat .product_item:nth-child(3) {
    border-top: 1px solid #eaeaea;
}

.product_wrapper_cat .product_item:nth-child(1) {
    border-left: unset;
}

.product_wrapper_cat .product_item {
    border-top: unset;
}

.product-image-card a {
    display: flex;
    justify-content: center;
}

.product-image-card img {
    height: 265px;
    width: 100%;
    display: block;
    object-fit: contain;
}

.footer_menu_item_main {
    position: relative;
}

.footer_menu_item_drop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    background: white;
    position: absolute;
    right: -145px;
    padding-left: 45px;
    top: 0;
    z-index: 10;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    translate: -15px 0;
}

.footer_menu_item_main:hover .footer_menu_item_drop {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
}

.footer_menu_item_main a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer_menu_item_main a svg {
    transition: 0.3s;
}

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

.footer_menu_item_main:hover a.footer_menu_item_b {
    font-weight: 500;
}

.row-pagination-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pagination {
    margin: 0;
}

.pagination-block {
    margin: 0 0 100px;
}

.btn-load-pagination {
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    transform: translate(0, 0) !important;
}

.pagination li a,
.pagination li span {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 143% !important;
    text-align: center;
    color: #171717;
    border: unset;
    transition: 0.3s;
    border: 1px solid transparent;
}

.pagination li.active span {
    border: 1px solid #eaeaea;
    background: transparent;
    border-radius: 0;
    color: #171717;
}

.pagination li.active span:hover {
    background: transparent;
    color: #171717;
    border: 1px solid #eaeaea;
}

.pagination li a:hover {
    background: transparent;
    border: 1px solid #eaeaea;
}

.pagin_nums {
    margin: 40px 0 35px;
}

.btn-pag-nav {
    color: transparent;
    font-size: 0;
    width: 20px;
    height: 20px;
    position: relative;
    background-image: url(/image/catalog/category/pag-icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border-radius: 0 !important;
}

.btn-pag-nav:hover {
    background-image: url(/image/catalog/category/pag-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-size: auto;
    background-position: center !important;
}

.btn-pag-nav span {
    display: none !important;
}

.pagination li a.btn-pag-next {
    margin-left: 30px !important;
}

.pagin_ajax .btn-load-pagination {
    border: 1px solid #000;
    padding: 0 70px;
    height: 65px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.pagin_ajax .btn-load-pagination:hover {
    border: 1px solid #000;
    background: #000;
    color: white;
}

.pagination>.active>a {
    background: transparent !important;
    color: #171717 !important;
    border: 1px solid #eaeaea !important;
}

.pagination-block .product_wrapper_cat .product_item:nth-child(1),
.pagination-block .product_wrapper_cat .product_item:nth-child(2),
.pagination-block .product_wrapper_cat .product_item:nth-child(3) {
    border-top: unset;
}

.pagination li a.btn-pag-prev {
    rotate: 180deg;
    margin-right: 30px !important;
}

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

.flex-row-thumb {
    display: flex;
    gap: 33px;
    margin-top: 20px;
    align-items: center;
}

.dop-image-block {
    flex-basis: 124px;
    overflow-y: auto;
    padding-right: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    direction: rtl;
}

.desc-flex {
    padding-left: 50px;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: auto;
    align-items: center;
}

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

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

.dop-image-block .thumbnail {
    width: 80px;
    border: 1px solid #eaeaea !important;
    padding: 6px !important;
}

.btn-images-change-active {
    border: 2px solid black !important;
    border-radius: 4px !important;
}

.thumbnail a>img,
.thumbnail>img {
    margin-left: unset !important;
}

.btn-images-change {
    border: 2px solid transparent !important;
}

.thumbnail {
    padding: 0 !important;
    border-radius: 0 !important;
    width: 100%;
    border: unset !important;
    margin-bottom: 8px;
}

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

li.main-thumb-block a.thumbnail {
    padding: 0;
    overflow: hidden;
    border: 1px solid #eaeaea !important;
}

.main-thumb-block .thumbnail img {
    height: 525px;
    max-width: 525px;
    object-fit: contain;
}

.thumb-flex,
.desc-flex {
    flex-basis: 50%;
}

.flex-stock-sku {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.stock-item {
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #171717;
}

.sku-item {
    font-weight: 400;
    font-size: 16px;
    color: #999;
}

.product-title {
    font-weight: 600;
    font-size: 33px;
    color: #171717;
    margin-top: 0;
}

.product_price_wrapper {
    align-items: center;
    margin-top: 40px;
}

.product_price_wrapper .price-product,
.product_price_wrapper .grn-text {
    font-weight: 600;
    font-size: 33px;
    text-align: right;
    color: #171717;
}

.short_description {
    font-weight: 400;
    font-size: 18px;
    color: #171717;
    margin-top: 25px;
}

.number-spinner button {
    width: 48px;
    height: 48px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    border: 1px solid transparent;
}

.number-spinner button:hover {
    border: 1px solid #eaeaea;
    background: transparent;
}

.number-spinner button:active,
.number-spinner button:focus {
    background: transparent !important;
    box-shadow: unset;
    border: 1px solid #171717;
    border-radius: 0 !important;
    outline: unset;
}

.number-spinner input {
    background: transparent;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    color: #171717;
    box-shadow: unset !important;
}

.list-price {
    flex-basis: 40%;
}

.number-spinner {
    flex-basis: 60%;
}

.product_btns {
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 40px;
}

.product_btns button {
    flex-basis: 50%;
    border-radius: 0;
    border: 1px solid transparent;
    height: 54px;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
}

.product_btns button#button-cart {
    color: white;
    background: #171717;
}

.product_btns button#button-cart:hover {
    background: #353535;
}

.product_btns button.fast_consultation {
    color: #171717;
    border: 1px solid #171717;
    background: transparent;
}

.product_btns button.fast_consultation:hover {
    background: #f6f6f6;
}

.prod_description_wrapper {
    margin: 100px 0;
    gap: 33px;
}

.description_side,
.result_side {
    flex-basis: 50%;
}

.result_side {
    padding-left: 50px;
}

.desc_block_title {
    font-weight: 600;
    font-size: 24px;
    color: #171717;
    display: block;
    margin-bottom: 25px;
}

.inside-description p {
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #1e1e1e;
}

.description-wrapper:not(:last-child) {
    margin-bottom: 60px;
}

.result_wrapper {
    flex-direction: column;
    gap: 30px;
}

.result_block {
    padding: 30px 40px;
    border: 1px solid #efefef;
    position: sticky;
    top: 102px;
}

.result_item img {
    width: 53px;
    display: block;
}

.result_item {
    gap: 25px;
    align-items: center;
}

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

.review_left {
    flex-basis: 70%;
}

.review_right {
    flex-basis: 30%;
    padding-left: 40px;
}

.succsess_review {
    margin-top: 20px;
}

.item-review-block {
    padding: 30px 40px;
    margin-bottom: 25px;
    border: 1px solid #efefef;
}

.item-review-block:last-child {
    margin-bottom: 0;
}

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

.author-review {
    font-weight: 600;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1e1e1e;
}

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

.autor_wrapper_left {
    align-items: center;
    gap: 25px;
}

.data-review {
    margin-top: 3px;
    font-weight: 400;
    font-size: 15px;
    color: #999;
}

.description-block-review {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #1e1e1e;
}

.review_right_title {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 35px;
}

.review_right_t {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #171717;
}

.review_right_t_p {
    font-weight: 300;
    font-size: 21px;
    text-align: center;
    color: #171717;
    max-width: 345px;
    display: block;
}

.review_right #input-name {
    border: 1px solid #eaeaea !important;
    padding: 0 20px;
    height: 50px;
    border-radius: 0 !important;
}

.review_right #input-name:focus,
.review_right #input-review:focus {
    box-shadow: unset !important;
}

.review_right #input-review {
    border: 1px solid #eaeaea !important;
    padding: 20px;
}

.rating-group {
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0 35px;
}

.rating_group_title {
    padding-top: 0 !important;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1e1e1e;
    text-align: left !important;
    margin-right: 23px;
}

.stars_wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.stars_wrapper span {
    cursor: pointer;
}

.stars_wrapper span svg path {
    transition: 0.3s;
}

.stars_wrapper span:hover path {
    fill: #171717;
}


.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 {
    fill: #171717;
}

.review_empty {
    height: 100%;
    background: #fbfbfb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.review_empty span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    color: #898989;
    display: block;
    max-width: 400px;
}

.product_video_main {
    display: none;
}

.image-additional .bnt_video_change {
    padding: 0 !important;
    margin: 0;
    position: relative;
}

.image-additional .bnt_video_change video {
    display: block;
}

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

.bnt_video_change svg {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 10;
}

.bnt_video_change_bg {
    position: absolute;
    inset: 0;
    z-index: 5;
    background: black;
    opacity: 0.3;
}

.similar_products .slick-arrow {
    position: absolute;
    top: -67px;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    background: transparent;
    color: transparent;
    font-size: 0;
    background-image: url(/image/catalog/icons/similar-slider-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27%;
}

.similar_products .slick-prev {
    right: 40px;
    rotate: 180deg;
}

.slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.3;
}

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

.similar_products {
    margin-bottom: 100px;
}

.quick-buyer-block {
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 210;
    background: white;
    padding: 55px 70px;
    width: 100%;
    max-width: 540px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    scale: 0.6;
}

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

.quick-buyer-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.quick_buyer_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #333;
    margin-bottom: 25px;
}

.quickSend {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quickSend input {
    height: 50px;
    width: 100%;
    max-width: 385px;
    border: 1px solid #eaeaea;
    padding: 0 20px;
}

.success-message {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.success-message img {
    filter: contrast(0.8);
}

.quick-buyer-block-overlay {
    position: fixed;
    z-index: 200;
    inset: 0;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

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

.quick-buy {
    max-width: 252px;
    margin: 10px auto 0;
}

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

.item-select {
    font-size: 14px;
}

.well-login {
    border: none;
    box-shadow: none;
    max-width: 320px;
    margin: 0 auto 100px;
    padding: 0;
    position: relative;
    background: transparent;
}

.forgot-password {
    text-align: end;
}

.control-label-enter {
    font-size: 13px;
    line-height: 19px;
    color: #626262;
}

.form-control-enter {
    height: 51px;
    width: 318px;
    background-color: #FFFFFF !important;
    border: 1px solid #171717 !important;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
}

.show-password-log {
    top: 60% !important;
    /* right: 33px !important; */
}

.form-group-password {
    margin-top: 15px;
}

.remember-checkbox-wrapper {
    margin-top: 20px;
}

.remember-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #545454;
}

.remember-checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.remember-checkbox-input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.remember-checkbox-input+label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
    margin-right: 0.5em;
    background-color: #757575;
    border-radius: 0;
}

.remember-checkbox-input:checked+label::before {
    background-image: url(/image/catalog/checkmarkss-login.png);
    background-repeat: no-repeat;
    background-position: center;
}

.login-button {
    background: #171717;
    border-radius: 0;
    outline: none;
    border: none;
    height: 51px;
    margin: 19px 0 14px;
    transition: 0.3s;
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    color: #FFFFFF;
    width: 100%;
    border: 1px solid #171717;
}

.login-button:active,
.login-button:focus {
    background: #474747;
    color: #FFFFFF;
}

.login-button:hover {
    background: white;
    color: #171717;
    border: 1px solid #171717;
}

.register-link,
.register-link:hover {
    padding: 0 0 3px 0;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 11px;
    color: #171717;
    box-shadow: none;
    position: relative;
    /* max-width: 145px; */
    display: inline-block;
    margin: 20px auto 20px;
    left: 50%;
    translate: -50% 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}

.register-link:hover {
    border-bottom: 1px solid #171717;
}

.forgot-password {
    font-size: 14px;
    line-height: 19px;
    color: #B5B5B5;
    position: relative;
}

.forgot-password:hover {
    color: black;
}





.forms-items-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 662px;
}

.close-register {
    margin-right: 15px;
    margin-top: 8px;
}

div.required .control-label:before {
    display: none;
}

.control-label-register {
    font-size: 13px;
    line-height: 19px;
    color: #626262;
    margin-bottom: 6px !important;
    padding-top: 0 !important;
}

.register-form-title {
    position: relative;
    z-index: 50;
    width: 340px;
    margin: 23px auto 30px;
    background: #F4F5F6;
}

.form-control-wrapper {
    width: 100%;
    max-width: 318px;
}

.form-control-register {
    background: #FFFFFF;
    border-radius: 0;
    border: 1px solid #171717 !important;
    height: 51px;
    border: unset;
    box-shadow: unset;
    margin-bottom: 15px;
}

.password-info-text {
    font-size: 12px;
    line-height: 15px;
    color: #626262;
    margin-left: -15px;
    margin-top: 44px;
}

.form-control-wrapper-pass {
    position: relative;
}

.eye-button-reg {
    position: absolute;
    top: 39%;
    right: 10px;
    display: block;
    width: 17px;
    height: 11px;
    cursor: pointer;
}

.eye-button-reg-page {
    top: 42% !important;
}

.button-wrappepr-reg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.button-register {
    width: 318px;
    margin: 0 0 12px 0;
}

.link-to-login a {
    font-weight: 600;
    font-size: 16px;
    line-height: 11px;
    color: #171717;
    position: relative;
    border-bottom: 1px solid #171717;
}

.enter-form-title-reg {
    text-align: center;
    margin-bottom: 30px;
}

.agree-text-checkbox {
    display: none;
}

#account-register .pull-right {
    float: unset !important;
}

.form-horizontal-reg {
    margin-bottom: 100px;
}

.success_reg_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin: 50px 0 100px;
    text-align: center;
}

.title-success-form a {
    color: black;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.register-link:active {
    background: transparent !important;
    color: #171717;
}



.recover-pass {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}

.form-group-recover {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
}

.recovery-input {
    width: 318px;
    margin: 0 auto;
}

.control-label-recover {
    width: 100%;
    text-align: start !important;
    font-size: 13px;
    line-height: 19px;
    color: #626262;
    margin-bottom: 6px !important;
    display: block;
    padding-left: 0 !important;
}

.instruction-text {
    font-size: 12px;
    line-height: 15px;
    color: #626262;
    width: 318px;
    display: block;
    margin: 0 auto;
}

.form-control-recovery {
    margin-bottom: 10px !important;
}

.buttons-recovery-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.button-recovery {
    width: 100%;
    width: 318px;
    margin: 12px 0 14px;
}

.link-rec-to-login {
    padding: 0;
    background: transparent;
    border: unset;
    outline: unset;
    box-shadow: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    color: #171717;
    position: relative;
    border-bottom: 1px solid #171717;
}

.link-rec-to-login:hover {
    background: transparent;
    padding: 0;
}

.agree-text-checkbox {
    opacity: 0;
    visibility: hidden;
}

.pull-right {
    float: none !important;
}

.recover-pass h1 {
    text-align: center;
}

.recover-pass {
    margin: 65px auto 100px;
}

.black_btn_empty {
    display: inline-flex;
}

.content__text-adress {
    /* width: 100%; */
    max-width: 636px;
    background: #f5f5f5;
    border-radius: 0;
    padding: 23px 20px;
    margin-bottom: 20px;
}


.adress-warehouse {
    position: relative;
}

.adress-title {
    position: relative;
    padding-left: 26px;
    color: #2E3230;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 11px;
    display: block;
}

.adress-body span {
    color: #2E3230;
    font-size: 16px;
    line-height: 19px;
    display: block;
    padding-left: 4px;
}

.adress-second-adress {
    margin-top: 8px;
    display: block;
}

.adress-title:before {
    content: '';
    position: absolute;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(/image/catalog/adresspic.png);
}

.content__text-phone {
    margin-bottom: 40px;
}

.phone-block-second {
    padding-left: 12px;
}

.phone-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
}

.phone-icon,
.contact-icon-text {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #616661;
    position: relative;
    padding-left: 28px;
    margin: 10px 0;
}

.phone-icon:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(/image/catalog/Calling.svg);
    background-repeat: no-repeat;
}

.phone-numbers .phone-number {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
    margin-bottom: 6px;
}

.phone-numbers-email {
    margin-top: 20px;
}

.contact-icon-text:before {
    content: '';
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(/image/catalog/Message.svg);
    background-repeat: no-repeat;
}

.content__text-email {
    padding: 0;
}

.text-email-adress {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #2E3230;
}

.contacts-content__map {
    overflow: hidden;
    border-radius: 0;
    max-width: 100%;
    height: 385px;
}



.contacts-content__map iframe {
    height: 100%;
    width: 100%;
}

.contacts-content {
    margin-bottom: 100px;
}


.first-section {
    margin-top: 20px;
    margin-bottom: 55px;
}

.right-side-img {
    max-width: 700px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-side-img img {
    width: 83%;
    padding: 0;
}

.text-block {
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #2e3230;
}

.advantages-block {
    background: #FFFFFF;
    border-radius: 13px;
    padding: 50px 45px;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.advantage-item {
    text-align: center;
    padding: 0 20px;
}

.advantage-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.advantage-text {
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
    font-weight: 500;
    height: 39px;
    display: block;
}

.row-top {
    margin-bottom: 50px;
}

.row-bottom {
    margin-top: 50px;
}

/* .right-side-text {
    padding-top: 50px;
} */

.advantage-item-rightline {
    position: relative;
}

.advantage-item-rightline:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 117px;
    border-right: 1px solid #EFEFEF;
}

.advantage-item-gorline {
    position: relative;
}

.advantage-item-gorline:after {
    content: '';
    display: block;
    position: absolute;
    top: 165%;
    right: 50%;
    transform: translate(50%, 50%);
    width: 200px;
    border-top: 1px solid #EFEFEF;
}

.advantage-item-leftline {
    position: relative;
}

.advantage-item-leftline:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 117px;
    border-right: 1px solid #EFEFEF;
}

.advantage-item-topline {
    position: relative;
}

.advantage-item-topline:before {
    content: '';
    display: block;
    position: absolute;
    top: -36%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 200px;
    border-top: 1px solid #EFEFEF;
}

.text-block-benefits {
    margin-bottom: 25px;
}

.benefits-title {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #2E3230;
}

.benefits-list {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 25px;
}

.benefits-item {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #2E3230;
    margin-bottom: 15px;
    font-weight: 500;

}

.benefits-item:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #007662;
}

.benefits-img {
    width: 100%;
}

.numbers-section {
    margin: 50px 0;
    background: #FFFFFF;
    border-radius: 13px;
    padding: 40px 10px 30px 28px;
}

.aboutus-section .row,
.second-section .row {
    display: flex;
    align-items: center;
}

.aboutus-section {
    margin-bottom: 60px;
}

.number-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 20px;
    color: #007662;
    margin-bottom: 7px;
    display: block;
}

.numbers-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
    margin-top: 10px;
}

.numbers-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
}

.numbers-item-line {
    position: relative;
}

.numbers-item-line:after {
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    right: 10px;
    height: 117px;
    border-right: 1px solid #EFEFEF;
}

.viz {
    opacity: 1;
    transition: 1s;
}

#information-information .row #content div .other-categories .container {
    padding: 0;
}

.text-block-benefits-b {
    font-style: italic;
}

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

.second-section {
    margin-bottom: 100px;
}

.faq_section_side_page {
    flex-basis: 100%;
    width: 100%;
}

.dogovor-oferta-wrapper,
.returns_exchanges {
    margin-bottom: 100px;
}


.section_img_wrapper {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.section_img_wrapper p {
    width: 100%;
    height: 100%;
}

.section_img_wrapper img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}


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

.account-links {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2E3230 !important;
    padding: 15px 19px 16px 19px !important;
    display: block;
    margin-bottom: 0 !important;
    border-radius: 0;
    border: unset !important;
    background: #F4F5F7;
}

.list-group-item:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.account-links-active {
    color: var(--main-color);
    background: #DBE3E8;
}

.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;
}

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

.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;
}

.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: var(--main-color);
}

#account-wishlist .text-center a {
    height: 100%;
    display: block;
}

.wishlist-product-img {
    /* height: 160px; */
    width: 70%;
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
    height: auto;
}

.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 {
    margin-top: 60px;
    padding-left: 0;
}

.form-change-password {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    margin-top: 60px;
}

.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;
}


.account-links:nth-child(4) {
    display: none;
}

.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;
}



h1.title-page-checkout {
    font-weight: bold;
    font-size: 32px;
    line-height: 25px;
    /* identical to box height, or 62% */
    color: #2E3230;
    margin-top: 0px;
    margin-bottom: 0px;
}

.flex-row-checkout {
    display: flex;
    align-items: flex-end;
    margin-top: 35px;
    margin-bottom: 40px;
}

.soc-flex-block {
    margin-left: 20px;
    display: none;
}

button.new-customer-btn {
    font-weight: 600;
    font-size: 14px;
    color: black;
    background: transparent;
    padding: 0px;
    height: auto !important;
    border: none;
    border-bottom: 1px dashed black;
}

button.login-form {
    font-weight: 600;
    font-size: 14px;
    color: #505050;
    margin-left: 15px;
    background: transparent;
    border: none;
}

.checkout-profile {
    background: #f7f7f7;
    border-radius: 0;
    max-width: 100%;
}

#checkout-form {
    margin-bottom: 100px;
}

span.check-validate {
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    right: -16px;
    background: #F4F5F6;
    padding: 4px;
}

span.inside-check-validate {
    border: 2px solid #DBDBDB;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 100%;
}

span.inside-check-validate:before {
    content: "...";
    font-weight: bold;
    font-size: 10px;
    line-height: 19px;
    color: #B3B3B3;
    position: relative;
    left: 6px;
    top: -4px;
}

.checkout-profile-user {
    position: relative;
}

.checkout-profile-address {
    position: relative;
}

.checkout-profile-payment {
    position: relative;
}

.checkout-profile-user {
    padding: 28px;
    border-bottom: 2px solid white;
}

.checkout-profile-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height, or 150% */
    color: #2E3230;
    margin-bottom: 10px;
}

.checkout-profile-user-fields input {
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 0;
    height: 43px;
    padding-left: 15px;
    width: 100%;
}

.checkout-profile-user-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.checkout-profile-user-fields label {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    width: 100%;
}

.checkout-profile-user-fields span {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
}

.checkout-profile-address {
    padding: 28px;
    border-bottom: 2px solid white;
}

.cab-inputs {
    margin-top: 10px;
}

.cab-inputs label {
    width: 100%;
}

.checkout-profile-address-inputs input,
.cab-inputs input {
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 0;
    height: 43px;
    padding-left: 15px;
    width: 100%;
}

.checkout-profile-address-inputs {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.checkout-profile-address-inputs label {
    flex-basis: calc(50% - 20px);
    margin: 10px;
}

.checkout-profile-address-inputs span,
.cab-inputs span {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
    display: block;
}

.checkout-profile-payment {
    padding: 28px;
    border-bottom: 2px solid white;
}

.comment-block {
    padding: 28px;
}

.comment-block textarea {
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    display: block;
    height: 80px;
    resize: none;
}

.inside-comment-block label {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
}

.checkout-cart-products-loop {
    background: #f7f7f7;
    border-radius: 0;
}

.checkout-cart-product-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px;
    border-bottom: 2px solid white;
    position: relative;
}

.checkout-cart-product-item-image img {
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    border-radius: 0;
}

.checkout-cart-product-item-name {
    flex-basis: calc(70% - 114px);
    margin-left: 10px;
}

.checkout-cart-product-item-name-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    /* or 100% */
    color: #2E3230;
}

.checkout-cart-product-item-image {
    flex-basis: 73px;
}

.checkout-cart-product-item-name small {
    font-size: 12px;
    line-height: 14px;
    color: #8E9591;
}

.quantity-checkout-cart {
    flex-basis: 12%;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #2E3230;
}

.checkout-cart-product-item-price {
    flex-basis: 13%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2E3230;
    margin-left: -5px;
}

.checkout-submit-title-summ {
    padding: 28px;
    border-bottom: 2px solid #F4F5F6;
}

.checkout-submit-title {
    background: #f7f7f7;
    border-radius: 0;
    margin-top: 23px;
}

button.submit-checkout-form {
    background: black;
    border-radius: 0;
    height: 54px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 100%;
    border: none;
    margin-top: 17px;
    transition: 0.3s;
    border: 1px solid black;
}

button.submit-checkout-form:hover {
    color: black;
    border: 1px solid black;
    background: white;
}

.totals_order {
    padding: 23px;
    text-align: center;
}

span.text_order {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #747C82;
}

span.value_order {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: black;
}

span.title-for-sub {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #747C82;
}

span.sum-for-sub {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    color: #2B2B2B;
}

.row-subsums {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    display: none;
}

.row-subsums:nth-child(1) {
    display: flex;
}

.row-subsums>span {
    position: relative;
    padding: 0px 2px;
}

.wrapper-shipping-method {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.item-shipping-method {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    display: flex;
}

.item-shipping-method:first-child {
    gap: 20px;
    flex-basis: 100%;
}

.inside-ship-item {
    width: 100%;
}


.item-shipping-method label {
    padding: 0px;
    position: relative;
    border-radius: 12px;
    width: 100%;
}

.item-shipping-method label input {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin-left: 0px !important;
}

span.title-ship-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    /* identical to box height, or 136% */
    color: #2E3230;
    display: block;
}

.title-ship-item {
    /* white-space: nowrap; */
}

span.price-method-shipp {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    /* or 100% */
    color: #7A7A7A;
    display: block;
    margin-top: 4px;
}

span.title-image-shipping {
    background: white;
    border-radius: 0;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
}

.item-shipping-method input:checked~.title-image-shipping {
    background: #fff;
}

.item-shipping-method input:checked~.inside-into-shipping {
    background: #d9d9d9;
}

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

.inside-into-shipping {
    border-radius: 0;
    padding: 7px;
    padding-bottom: 8px;
    border: 1px solid white;
}

.item-shipping-method input:checked~.inside-into-shipping .title-image-shipping {
    background: #fff;
}

.radio.item-shipping-method {
    margin-top: 10px !important;
}

input.error-input {
    border: 1px solid #FF6B6B;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 13px rgb(255 52 50 / 15%);
}

.error-check span {
    border: 2px solid #FF6B6B;
}

.error-check span:before {
    color: #FF6B6B;
    content: "!";
    font-size: 15px;
    top: 0px;
    left: 8px;
}

.valid-check span {
    border: 2px solid #76B76C;
}

.valid-check span:before {
    content: "";
    width: 7px;
    height: 11px;
    border: 2px solid #76B76C;
    display: block;
    transform: rotate(45deg);
    top: 3px;
    border-left: 0px !important;
    border-top: 0px;
}

.del_info_txt {
    margin-top: 20px;
    font-size: 14px;
}

.shipping_pay_text {
    font-size: 12px;
    line-height: 121%;
    display: block;
    margin-top: 5px;
    display: none;
}

.title-image-shipping img {
    /* filter: grayscale(111); */
    display: block;
    max-width: 45px;
}

.search_input_page {
    border-radius: 0;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid black;
}

.search_input_wrapper_page {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.search_btn_page {
    background: black;
    color: white;
    height: 40px;
    padding: 0 20px;
    border: 1px solid black;
    transition: 0.3s;
}

.search_btn_page:hover {
    background: white;
    color: black;
    border: 1px solid black;
}

#product-search .product_wrapper {
    margin-bottom: 50px;
}

.no_product_search {
    margin-top: 50px;
    text-align: center;
    font-size: 26px;
}

.empty_page {
    margin-bottom: 50px;
}

.doptxt_style {
    display: none;
    flex-direction: column;
    gap: 0;
    margin: 0;
    width: 100%;
}

.bank-details-block {
    display: none;
    font-size: 13px;
}

.doptxt_style label {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
}

.doptxt_style textarea {
    resize: none;
    width: 100%;
    border: unset;
    height: 80px;
}


.option-wrapper .control-label {
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
}

.option-wrapper .flex-row-option {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 35px;
}

.option-wrapper .flex-row-option .radio {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid lightgrey;
    position: relative;
    height: 44px;
    transition: 0.4s;
}

.option-wrapper .flex-row-option .radio:has(.active) {
    border: 2px solid black;
}

.option-wrapper .flex-row-option .radio input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.option-wrapper .flex-row-option .radio label {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.option-wrapper .flex-row-option .radio:has(input[type="radio"]:checked) {
    border: 1px solid black;
}

.stock-item-enabled {
    color: #007662;
}

.stock-item-enabled svg {
    width: 15px;
    height: 15px;
}

.special-text {
    font-size: 33px;
    font-weight: 600;
    color: red;
}

.price-text-old {
    display: inline-block;
    margin-left: 8px;
    font-size: 22px;
}

.grn-text-old {
    font-size: 22px !important;
    font-weight: 400 !important;
}

.checkout-profile-address-inputs span.text-for-delivery-addr {
    display: none;
}

.footer_powered span.powered_info,
.footer_powered span.powered_info a {
    color: #000;
}

.item-shipping-method:has(.payment-method-item-none) {
    display: none;
}









































@media (max-width: 1580px) {

    .menu_dropdown_top_l_column,
    .menu_dropdown_top_r {
        gap: 15px;
    }

    .menu_dropdown_top_l_column_1 {
        gap: 20px;
    }

    .menu_dropdown_bottom {
        margin-top: 33px;
    }

    .menu_dropdown_wrapper {
        padding-top: 33px;
    }

    .slider_content {
        left: 3%;
    }

    .item-slide {
        background-position: 48% 0%;
    }

    .product-title-block a {
        font-size: 15px;
    }

    .show_product {
        height: 35px;
    }

    .product_item:hover .product_bottom {
        translate: 0 -99%;
        margin-top: 10px;
    }

    .shoping-cart-products-loop {
        height: 330px;
    }
}

@media (max-width: 1280px) {

    .desc-flex,
    .result_side {
        padding-left: 20px;
    }

    .review_right {
        padding-left: 10px;
    }

    .banner_section_2 .banner_section_wrapper {
        right: 58%;
    }

    .blog_section_wrapper {
        gap: 15px;
    }

    .home_form_side_in {
        padding-left: 15px;
    }
}


@media (max-width: 1080px) {
    .item-shipping-method:first-child {
        flex-wrap: wrap;
    }
}


@media (max-width: 1024px) {

    .slider_content {
        left: 3%;
    }

    .text-email-adress {
        font-size: 16px;
    }

    .title-on-slider {
        font-size: 36px;
    }

    .banner_section {
        background-position: 28% 0;
    }

    .banner_section_2 {
        background-position: 73% 0;
    }

    .review_section .owl-item .item_wrapper {
        padding: 34px 30px;
    }

    #common-home h2.home_form_title {
        font-size: 32px;
    }
}

@media (max-width: 992px) {

    .item-shipping-method {
        flex-basis: calc(100% - 20px);
    }

    .option-wrapper .flex-row-option {
        grid-template-columns: repeat(3, 1fr);
    }

    .account-form-row {
        flex-direction: column;
    }

    .header-form-block {
        margin-bottom: 20px;
    }

    .account-form-row:not(:last-child) {
        margin-bottom: 0;
    }

    .account-menu {
        height: 47px;
        overflow: hidden;
        transition: 0.3s;
        display: flex !important;
        flex-direction: column;
        position: relative;
    }

    #column-right {
        display: block !important;
    }

    .dropdown-account-menu {
        display: block;
        position: absolute;
        top: 2px;
        right: 4px;
        width: 40px;
        height: 40px;
        z-index: 100;
    }

    .account-menu-active {
        height: auto;
        overflow: auto;
    }

    .subscribe-block {
        justify-content: flex-start;
        background: transparent;
    }

    .adress-row-item {
        flex-wrap: wrap;
        justify-content: space-between;
    }

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

    .adress-input-wrapper-city,
    .adress-input-wrapper-street {
        max-width: 820px;
    }

    .password-form-wrapper {
        flex-direction: column;
    }

    .password-form-group:not(:last-child) {
        margin-right: 0 !important;
    }

    .dropdown-account-menu {
        display: block;
        position: absolute;
        top: 2px;
        right: 4px;
        width: 40px;
        height: 40px;
        z-index: 100;
    }

    .password-form-group {
        margin-bottom: 15px;
    }

    .password-form-group,
    .account-input-wrapper-pass {
        max-width: 100%;
    }

    .contacts-content {
        flex-direction: column;
        display: flex;
    }

    .contacts-content__text,
    .map-side {
        width: 100%;
    }

    .content__text-adress {
        max-width: 100%;
    }

    .breadcrumb_list li span {
        white-space: nowrap;
    }

    .breadcrumb_list {
        overflow: auto;
        padding-bottom: 3px;
    }

    .product-title {
        font-size: 27px;
    }

    .product_price_wrapper .price-product,
    .product_price_wrapper .grn-text {
        font-size: 25px;
    }


    .flex-row-thumb {
        gap: 10px;
    }

    .result_item_txt {
        font-size: 14px;
    }

    .prod_description_wrapper {
        gap: 16px;
    }

    .form_rev {
        flex-direction: column;
    }

    .item-review-block {
        padding: 24px;
    }

    .description-block-review {
        font-size: 15px;
    }

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

    .similar_products .product-title-block a {
        height: 73px;
    }


    .prod_description_wrapper {
        gap: 16px;
    }

    .inside-description p {
        font-size: 15px;
    }

    .pagination-block {
        margin-bottom: 50px;
    }

    .selected-options .btn-danger {
        font-size: 12px;
    }

    .form-input-group-block {
        gap: 15px;
    }

    .list-group-item {
        padding: 10px 0;
    }

    .product_wrapper_cat .product_item {
        flex-basis: 33%;
    }

    .product_wrapper_cat .product-image-card img {
        height: 190px;
    }

    .product_wrapper_cat .product-title-block a {
        font-size: 13px;
        height: 50px;
    }

    .category-title {
        font-size: 33px;
    }

    .name-option {
        font-size: 13px;
    }

    .ocfilter-option .ocf-option-name {
        font-size: 12px !important;
    }

    .pagin_ajax .btn-load-pagination {
        height: 50px;
    }

    .footer_menu_item_main a svg,
    .footer_menu_item_drop {
        display: none;
    }

    .home_form_side_in {
        padding-left: 0;
    }

    .review-block {
        margin-top: 20px;
    }

    .product_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product_item {
        flex-basis: 25%;
        padding: 14px;
    }

    .more_prod {
        border: 1px solid #eaeaea;
        margin-top: 20px;
    }

    .button-group-on-card {
        margin-top: 18px;
    }

    .product_section {
        padding: 50px 0;
    }

    .about_section {
        padding: 44px 0 67px;
    }

    .about_section_side_txt {
        padding-left: 4%;
    }

    .info_blocks {
        padding-bottom: 15px;
    }

    .review_section {
        padding: 57px 0;
    }

    .info_blocks_wrapper {
        justify-content: center;
    }

    .info_blocks_item {
        flex-basis: 50%;
    }

    .info_blocks_item:nth-child(2) {
        border-right: unset;
        border-left: 1px solid #e0e0e0;
    }

    .info_blocks_item:nth-child(4) {
        border-right: unset;
        border-left: 1px solid #e0e0e0;
    }

    .info_blocks_item:nth-child(3) {
        border-top: 1px solid #e0e0e0;
    }

    .info_blocks_item {
        padding: 47px 23px 54px;
    }

    .text_review {
        font-size: 14px;
    }

    .review_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .desc_review img {
        margin-bottom: 14px;
    }

    #common-home h2:has(+.blog_section) {
        padding-top: 44px;
    }

    .blog_section {
        padding: 30px 0 60px;
    }

    .img_review a {
        font-size: 14px;
    }

    .blog_section_btn {
        margin-top: 40px;
    }

    .faq_section {
        padding: 52px 0;
    }

    .faq_section_wrapper {
        flex-direction: column-reverse;
        gap: 45px;
    }

    #common-home h2.faq_section_title {
        max-width: 100%;
    }

    .faq_section_subtitle {
        max-width: 100%;
        text-align: center;
    }

    #common-home h2 {
        font-size: 33px;
    }

    .faq_section_btn {
        margin-top: 25px;
        position: relative;
        left: 50%;
        translate: -50% 0;
    }

    .faq_section_title {
        display: none;
    }

    .faq_section_title_mobile {
        display: block;
    }

    .home_form_wrapper {
        flex-direction: column-reverse;
    }

    .home_form_side_l {
        padding: 50px 0;
        display: flex;
        align-items: center;
    }

    #common-home h2.home_form_title {
        text-align: center !important;
    }

    .home_form_side_in {
        align-items: center;
    }

    .home_form_title {
        margin-bottom: 28px !important;
        text-align: center !important;
    }

    footer {
        padding: 53px 0 50px;
    }

    .footer_menu_item {
        font-size: 14px;
    }

    .footer_mail {
        font-size: 13px;
    }

    .footer_text_info {
        max-width: 220px;
    }

    .footer_item_menu_l {
        gap: 20px;
    }
}

@media (max-width: 768px) {

    .item-shipping-method:first-child {
        flex-direction: column;
    }

    .flex-row-checkout {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .inside-ship-item {
        width: 100%;
    }

    h1.title-page-checkout {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .soc-flex-block {
        margin-left: 0px;
    }

    .checkout-profile-user {
        padding: 10px;
    }

    .checkout-profile-address {
        padding: 10px;
    }

    .item-shipping-method {
        flex-basis: calc(100% - 20px);
        margin: 10px;
    }

    .checkout-cart-product-item-image img {
        width: 100%;
    }

    .checkout-cart-product-item-price {
        flex-basis: 20%;
    }

    .wrapper-cart-checkout {
        margin-top: 20px;
    }

    .item-shipping-method label {
        width: 100%;
    }

    .comment-block {
        padding: 10px;
    }

    .checkout-cart-product-item-image {
        flex-basis: 40px;
    }

    .checkout-profile-payment {
        padding: 10px;
    }

    #checkout-form {
        margin-bottom: 55px;
    }
}

@media (max-width: 500px) {

    .checkout-profile-address-inputs {
        flex-direction: column;
    }

    .new-price-wrapper {
        font-size: 14px;
    }

    .special-text {
        font-size: 24px;
    }

    .product-layout .price-old {
        font-size: 11px;
    }

    .price-text-old,
    .grn-text-old {
        font-size: 18px !important;
    }

    #product .thumbnails {
        flex-direction: column-reverse;
    }

    .dop-image-block {
        overflow: unset;
        flex-direction: row;
    }

    #product-product .owl-stage {
        width: 100% !important;
    }

    #product-product .owl-item {
        width: 100% !important;
    }

    .product-title-block a {
        height: 60px;
    }

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

    .aboutus-section {
        margin-bottom: 28px;
    }

    .aboutus-section-2 {
        margin-bottom: 6px;
    }

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

    .second-section {
        margin-bottom: 40px;
    }

    .advantage-item-rightline:after,
    .advantage-item-topline:before,
    .advantage-item-gorline:after,
    .advantage-item-leftline:before {
        display: none;
    }

    .second-section .row {
        justify-content: space-between;
    }

    .advantage-item {
        flex-basis: 50%;
    }

    .aboutus-section-1>.row {
        flex-direction: column-reverse;
    }

    .aboutus-section-2>.row {
        flex-direction: column;
    }

    .second-section>.row {
        flex-direction: column;
    }

    #account-register .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .password-info-text {
        margin-left: 0;
        margin-top: 15px;
    }

    #account-register .form-control-wrapper {
        max-width: 100%;
    }

    #account-register .button-register,
    #account-login .form-control-enter {
        width: 100%;
    }

    .remember-checkbox-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .remember-checkbox-wrapper:before,
    .remember-checkbox-wrapper:after {
        display: none;
    }

    .form-horizontal-reg {
        margin-bottom: 40px;
    }

    .thumbnails_blog {
        height: 185px;
    }

    .vews-reviews-block {
        padding: 0;
        flex-direction: row;
    }

    .share-block {
        margin-top: 0;
    }

    .first-two-blocks {
        display: flex;
        gap: 20px;
    }

    .article-title {
        font-size: 24px;
    }

    .vews-block {
        margin-bottom: 0;
    }

    .flex-row-thumb {
        flex-direction: column;
    }

    .product-title {
        font-size: 24px;
    }

    .well-login {
        margin-bottom: 33px;
        max-width: 100%;
    }

    .prod_description_wrapper {
        flex-direction: column;
    }

    .desc-flex,
    .result_side {
        padding-left: 0;
    }

    .quick-buyer-block {
        width: 92%;
        padding: 43px 33px;
    }

    .prod_description_wrapper {
        margin: 66px 0;
    }

    .desc_block_title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .description-wrapper:not(:last-child) {
        margin-bottom: 40px;
    }

    .product_wrapper.product_wrapper_cat {
        justify-content: flex-start;
    }

    .result_block {
        padding: 20px;
    }

    .similar_prod_title {
        font-size: 23px;
    }

    .category-title {
        font-size: 28px;
        text-align: left;
    }

    .similar_products .price-product {
        font-size: 20px;
    }

    .item-review-block {
        padding: 15px;
    }

    .autor_wrapper {
        flex-direction: column;
        gap: 7px;
        align-items: flex-start;
    }

    .name-sort {
        font-size: 13px;
    }

    .product_wrapper_cat .product-image-card img {
        height: 161px;
    }

    body:has(#product-product) {
        padding-top: 109px;
    }

    .item-select {
        font-size: 13px;
    }

    .top_info_wrapper {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .product_wrapper_cat .product-title-block a {
        font-size: 12px;
    }

    .close-filter-mobile img {
        width: 13px;
        height: 13px;
    }

    .close-filter-mobile {
        background-color: white !important;
        border: unset !important;
        padding: 0 !important;
    }

    .list-group-widget {
        padding: 0 15px;
    }

    .product_wrapper_cat .product_item {
        flex-basis: 50%;
    }

    .show_product {
        font-size: 14px;
    }

    .show-filter-block {
        font-size: 0;
        color: transparent;
        background: transparent;
        border: unset;
        padding: 0;
    }

    .sort_wrapper .flex-btn-ocfilter {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sort_wrapper {
        width: 100%;
    }

    .show-filter-block img {
        width: 25px;
    }

    .image-reviews-section {
        flex-direction: column;
    }

    .sort_title {
        font-size: 13px;
    }

    .review-block {
        padding-left: 0;
    }

    .image {
        margin-bottom: 15px;
    }

    .mobile_search {
        display: block;
    }

    .mobile_icon {
        display: block;
    }

    .home_form_title {
        padding: 0 15px;
    }

    .header_wrapper_block_r .item_search_block {
        display: none;
    }

    .mobile_search #search {
        padding: 0;
        border-radius: 0;
        translate: 0 0;
        border-bottom: 1px solid black;
        margin-bottom: 40px;
        gap: 20px;
    }

    .mobile_search .input-group-btn {
        display: none;
    }

    .live-search {
        display: none !important;
    }


    .input-group:before {
        display: none;
    }

    .mobile_search .search_input {
        opacity: 1;
        translate: 0 0;
        visibility: visible;
        scale: 1;
    }

    .header_logo img {
        width: 125px;
    }

    .menu_txt {
        display: none;
    }

    .header_wrapper_block_l {
        gap: 15px;
    }

    .language_block {
        position: relative;
        overflow: unset;
        padding: 0;
    }

    .language_block .pull-left {
        position: absolute;
        top: 40px;
        background: white;
        padding: 0 5px;
        border-radius: 8px;
        left: 50%;
        translate: -50% 0;
        max-height: 0;
        overflow: hidden;
        transition: 0.4s;
    }

    .language_block .pull-left.open {
        max-height: 100px;
        padding: 5px;
    }

    .language_block .row-menu {
        flex-direction: column;
    }

    .search_btn {
        display: none;
    }

    .shoping-cart {
        left: 0;
        bottom: 0;
        top: 125px;
    }

    .shoping-cart-products-item {
        width: 100%;
    }

    .footer_wrapper {
        flex-direction: column;
        gap: 0;
    }

    /* .item.item-slide {
        background-image: url(/image/catalog/home/top-slider-mob.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
    } */

    .section_img_wrapper img {
        object-fit: cover;
        object-position: 73% 0;
    }

    .section_img_wrapper {
        isolation: isolate;
    }

    .section_img_wrapper:before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0.4;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, transparent 75%);
    }

    .home-slider {
        height: calc(100vh - 127px);
    }



    .header_wrapper {
        padding: 15px 0;
    }

    body {
        padding-top: 75px;
    }

    .slider_content {
        left: 50%;
        top: 50px;
        translate: -50% 0;
        width: 94%;
    }

    .title-on-slider {
        font-size: 40px;
    }

    .title-on-slider+a {
        border: 1px solid white;
        /* background: transparent;
        color: white; */
    }

    .banner_section_wrapper {
        top: unset;
        bottom: 40px;
        translate: -50% 0;
        width: 100%;
    }

    .banner_section {
        height: 620px;
        background-image: url(/image/catalog/home/home-banner-mob-1.jpg);
    }

    .banner_section_2 {
        background-image: url(/image/catalog/home/home-banner-mob-2.jpg);
    }

    .banner_section_wrapper h2 {
        color: white !important;
    }

    .banner_section_2 .banner_section_wrapper {
        right: unset;
        left: 50%;
        translate: -50% 0;
    }

    .banner_section_2 .banner_section_wrapper h2 {
        color: #171717 !important;
    }

    .header_top_txt {
        font-size: 14px;
    }

    .header_wrapper_block_r {
        gap: 18px;
    }

    .product_item {
        flex-basis: 50%;
    }

    .product_item:nth-child(1) {
        border-left: unset;
    }

    .product_item:nth-child(2),
    .product_item:nth-child(4) {
        border-right: unset;
    }

    .product_item:nth-child(4),
    .product_item:nth-child(3) {
        border-top: unset;
    }

    .latest-section .container {
        padding: 0;
    }

    .product-title-block a {
        font-size: 14px;
    }

    .price-product {
        font-size: 14px;
    }

    .model_block {
        font-size: 14px;
    }

    .heading-title-module {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .burger-menu_button {
        scale: 0.75;
    }

    #common-home h2.about_section_title {
        font-size: 21px;
        margin-bottom: 20px;
        text-align: center;
    }

    .about_section_wrapper {
        flex-direction: column-reverse;
        gap: 60px;
    }

    .about_section_side p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
    }

    .about_section_side_txt {
        padding: 0 15px;
    }

    .about_section .container {
        padding: 0;
    }

    .about_section_link {
        margin-top: 20px;
        font-size: 17px;
        position: relative;
        left: 50%;
        translate: -50% 0;
    }

    .info_blocks_wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .info_blocks_item {
        border: unset !important;
        padding: 0;
    }

    .info_blocks_item_title {
        font-size: 18px;
        margin: 25px 0 10px;
    }

    .info_blocks_item_descr {
        font-size: 14px;
    }

    #common-home h2 {
        font-size: 21px;
    }

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

    .blog_section_title {
        font-size: 18px;
    }

    .blog_section_img {
        margin-bottom: 20px;
    }

    .faq_ques {
        font-size: 17px;
    }

    .faq_answ {
        font-size: 14px;
    }

    .faq_cat_item {
        padding: 15px 0;
    }

    #common-home h2.home_form_title {
        font-size: 19px;
        max-width: 345px;
    }

    .icons-cart-block {
        width: auto;
    }

    .footer_logo img {
        width: 175px;
    }

    .footer_item_logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer_item_logo a {
        text-align: center;
    }

    .footer_mail {
        font-size: 17px;
    }

    .footer_contacts {
        align-items: center;
    }

    .footer_text_info {
        margin-bottom: 30px;
    }

    .footer_item {
        align-items: center;
    }

    .footer_item_menu_l {
        margin-top: 30px;
    }

    .footer_item_menu_l,
    .footer_item_menu_c {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .footer_powered {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .info_blocks {
        padding-bottom: 55px;
    }

    .menu_dropdown {
        top: 73px;
    }

    .menu_dropdown_top_l {
        gap: 0;
        flex-direction: column;
    }

    .menu_dropdown_top {
        flex-direction: column;
    }

    .menu_dropdown_wrapper .footer_menu_item {
        font-size: 19px;
    }

    .menu_dropdown.active .menu_dropdown_wrapper {
        overflow: auto;
    }

    .menu_dropdown_top_l_column {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        gap: 14px;
    }

    .menu_dropdown_top_r {
        gap: 14px;
    }

    .menu_dropdown_bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

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

    .menu_dropdown_wrapper .footer_contacts {
        align-items: flex-start;
    }

    .product_btns {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 20px;
    }

    .product_btns button {
        flex-basis: unset;
        width: 100%;
    }

    .product_price_wrapper .price-product,
    .product_price_wrapper .grn-text {
        font-size: 21px;
    }

    .product_price_wrapper {
        margin-top: 15px;
    }

    .short_description {
        font-size: 15px;
    }

    .main-thumb-block .thumbnail img {
        height: 375px;
    }
}

@media (max-width: 321px) {

    .main-thumb-block .thumbnail img {
        height: 335px;
    }

    .product-title {
        font-size: 22px;
    }

    .product_wrapper_cat .product_item {
        flex-basis: 100%;
    }

    .title-on-slider {
        font-size: 32px;
    }

    .home-slider {
        height: calc(100vh - 127px);
    }

    .header_logo img {
        width: 90px;
    }

    .header_wrapper_block_l {
        gap: 7px;
    }

    .header_wrapper_block_r {
        gap: 12px;
    }
}