html {
    font-family: serif;
    line-height: 1.2;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
body {
    font-family: 'Acrom', sans-serif;
    color: var(--body-text);
    font-size: 16px;
    font-weight: normal;
    position: relative;
    line-height: 1.2;
    min-height: 100%;
    max-width: 100%;
    min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
}
#tinymce{padding: 20px;}
.tmce_notice_info,
.tmce_notice_success,
.tmce_notice_error{
    padding: 20px 30px;
    margin: 1rem 0 1.5rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    border-left: 8px solid rgb(188, 188, 188);
    display: block;
}
.tmce_notice_error{
    background-color: #ffcac6;
    border-left: 8px solid #ff3121;
    color: #222;
}
.tmce_notice_success{
    background-color: #d6fbcc;
    border-left: 8px solid #266f12;
    color: #222;
}
.tmce_notice_info{
    background-color: #e1f6fd;
    border-left: 8px solid #0a7ca2;
    color: #222;
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
    display: block;
    position: relative;
    color: var(--body-text);
    line-height: 1.2;
    margin: 0 0 30px;
    font-weight: 500;
}
h1,.h1{font-size: 50px; margin: 0 0 24px;color: var(--body-text);}
h2,.h2{font-size: 40px; margin-bottom:40px;}
h3,.h3{font-size: 24px; margin: 0}
h4,.h4{font-size: 22px;}
h5,.h5{font-size: 20px; color: var(--basic-company-text); font-weight: 600; margin-bottom: 0px}
h6,.h6{font-size: 18px;}
.product-page__details h1 {font-size: 36px; margin: 0 0 44px;}
/* .block__header h1{color: #276B41;} */
.block__header h2{ margin: 0;}
.block__header{margin-bottom: 50px;}
.about_us_body h1{margin-bottom: 0px;}
.about_us_body .block__header{margin-bottom: 0;}
a {
    color: var(--basic-company);
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all 0.3s ease;
}
.tooltip a:hover,
a:hover{
    color: var(--basic-company);
    outline-width: 0;
    text-decoration: none;
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus {outline: none;}
b,
strong {font-weight: 600;}
img {max-width: 100%;border-style: none;}
img:not([src]) {visibility: hidden;}
figure {margin: 15px 40px;}
mark {background-color: #ff0;color: #000;}
small {font-size: 80%;}
hr {
    height: 1px;
    background-color: #dbdbdb;
    margin: 20px 0;
    box-sizing: content-box;
    border: 0;
    overflow: visible;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
svg:not(:root) {overflow: hidden;}
[hidden] {display: none;}
p {line-height: 1.4;margin: 0 0 1.5rem;}
p:last-child { margin-bottom: 0;}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol,
ul {margin: 0 0 1.5rem 2.7rem;}
ol li,
ul li {font-weight: 500;margin: 0 0 1rem 0;}
blockquote {
    margin: 1rem 0 1.5rem;
    color: rgb(94, 94, 94);
    padding: 20px 30px;
    border-left: 8px solid rgb(194, 194, 194);
    position: relative;
    background: rgb(248, 248, 248);
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
}
blockquote p {
    font-style: italic;
    font-size: 16px;
    margin-top: 0;
}
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
blockquote cite:before {content: "\2014 \2009";}
.block{
    position: relative;
    margin-bottom: 15px;
}
.block--comment{
    margin-top: 20px;
    padding-top: 60px;
    border-top: 3px solid #ddd;
}
.block--boxed{
    position: relative;
    background-color: var(--boxed-color);
    padding: 15px;
}
.block--border{
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}
.block--shadow{box-shadow: 0 2px 5px #0000004d;}
.block__inner{ max-width: 100%;}
.block__header{
    position: relative;
    flex-direction: column;
    gap: 10px
}
.block_header_comments{
    position: relative;
    flex-direction: column;
    gap: 10px
}
.block__header--promo{ position: relative;}
.block__header--boxed {
    background-color: var(--boxed-color);
    position: relative;
    padding: 15px 15px;
    margin-bottom: 15px;
}
.block__header--border {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}
.block__main_brands{
    width: 100%;
    max-width: 100%;
}
.block__main_brands:not(:first-child) {
    margin-top: 20px;
}
.block__title{
    color: var(--boxed-text);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 35px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: center */;
    width: 100%
}
.product_page .block__title{
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
    width: max-content;
}
.details_product_rating  .block__title{
    margin: 0;
    margin-right: 40px;
}
.section_categories .block__title {
    justify-content: center;
    margin-bottom: 35px
}

.block__title_popup h2, .block_title_last_step h2 {
    color: var(--basic-company);
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
}
.block__title--user{margin: 0 0 1.5rem;}
.block__title--order{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--body-text);
    font-weight: 400;
    font-size: 16px;
    justify-content: flex-start;
}
.block__title--order span {
    padding: 0 20px;
    border-right: 1px solid #D5D5D5;
    line-height: 1.75;
}
.block__title--order span:last-child {
    border-right: none;
}
.block__title--order svg{
    color: #1DC116;
    width: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.block__title--order span{vertical-align: middle;}
.block__title--order .order_number{
    color: var(--body-text);
    padding-right: 20px;
    border-right: 1px solid #D5D5D5;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
}
.block__header--promo .block__heading,
.block__header--promo .block__title{padding-right: 180px;}

.block__header_promo{
    color: #A5A5A5;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
}
.block_more_margin {
    margin: 30px auto 0;
}
.block__header_button{
    max-width: 200px;
    white-space: nowrap;
    position: relative;
    color: var(--button-color);
    font-size: 12px;
    font-weight: 400;
    right: 0;
    top: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.block__header--boxed .block__header_promo,
.block__header--boxed .block__header_button{right: 16px;top: 15px;}

.block__heading{margin-bottom: 0;}

.boxed--stretch{height: 100%;}
.block--boxed .block__header{margin-bottom: 15px;}
.block--boxed .block__body{padding: 0;}
.block__more, .delete_all{
    font-weight: 700;
    color: var(--button-color);
    margin-left: auto;
    position: relative;
    cursor: pointer;
    width: max-content;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap;
}

.discounted_block_more {
    bottom: 100px
}
.block__more {
    margin: 0 auto;
    margin-top: 25px;
}
.features .block__more{
    margin-left: 0;
}
.block__more svg{
    width: 18px;
    height: 18px;
    margin-left: 10px;
    transform: translateX(0);
    transition: transform 0.3s;
}
.block_explanation{padding-left: 20px;}
.block_explanation__header{
    font-size: 24px;
    font-weight: 600;
    color: #222;
    line-height: 1.2;
    margin-bottom: 15px;
}
.block__abouts_us{
    border-right: 1px solid;
    border-color: var(--border-color);
    padding-right: 20px;
    width: 100%;
}

.block__description--style {
    color:var(--body-text);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}
.block-cart_details .block__description--style {
    max-width: 550px;
    width: 100%
}
.block__description iframe {
    margin-left:auto;
    margin-right:auto;
    max-width: 100%;
    max-height: 100%;
}
.block__description .table_responsive{
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1.5rem;
}

.block__description .video,
.block__description .mce-object-iframe{
    position: relative;
    padding-bottom: 36%;
    padding-top: 30px;
    height: 0;
    width: 70%;
    margin: 0px auto;
    overflow: hidden;
}
.block__description .mce-object-iframe iframe,
.block__description .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(219, 219, 219);
}
.block__description a.fn_image_gallery,
.block__description a.fn_image_zoom{display: block;line-height: 1;margin: 1.5rem auto;}
.block__description a.fn_image_zoom img{border: 1px solid #eee;padding: 1px;}
.block__description a.fn_image_gallery {padding: 3px 6px}
.block__description img {
    display: block;
    margin: 0 auto;
    height: auto
}
.block__description-bg{
    height: 100%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.block__description-bg::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 12, 5, 0.5) 1.77%, rgba(0, 12, 5, 0.9) 48.39%, rgba(0, 12, 5, 0.95) 98.44%);
    top: 0;
    left: 0;
    z-index: 1;
}
.category__description{
    z-index: 30;
    color: var(--body-text);
    position: relative;
    max-width: 900px;
}
.block__body_flex{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    gap: 80px;
}
.block__body {
    width: 100%;
}
.block_right{
    max-width: 460px;
}
.block__text {
    margin-bottom: 40px;
}
.block__image{
    width: 164px;
    height: 164px;
    background-position: center;
    background-size: contain;
    opacity: .1;
}
.block__description figure{
    margin: 0;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 10px;
}
.block__description figure p{margin: 0;}
.block__description figure img{margin: 0;}
.block__description figure figcaption{
    padding: 5px 3px;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
}
.block__description .table {
    width:100%;
    overflow:hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 0 0;
}
.block__description .table__row {
    width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow:hidden
}
.block__description .table__cell {
    width:49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow:hidden;
    margin: 0 0 2rem;
}
.block__description .table__cell--top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.block__description .table__cell img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row_f-align: center;
    align-self: center;
    height: auto;
    max-width: 100%;
}
.block__description .table__cell--col-3{
    width:31%
}
.section-bg-green, .section-bg-grey {
    background: var(--bg-second);
    padding: 60px 0;
}
.section-bg-grey {
    background: var(--bg-grey);
}
.section-block{
    padding: 100px 0;
}
.callback_wrapper{
    padding: 70px 0;
}
.section_advantages{
    padding-top: 40px;
}
.section_banner, .section_categories {
    padding: 120px 0;
}
.section_about{
    padding-bottom: 50px;
}
.block__body_products {
    display: flex;
    gap: 5px
}
.block_categories2 {
    padding: 0
}
.browsed__content {
    justify-content: space-between;
}
.page_about_block {
    margin-bottom: 50px
}
.contacts_page_block {
    gap: 50px;
}
.contact_right_block {
    width: 100%
}
.contact_left_block {
    position: sticky;
    top: 85px;
    max-width: 450px;
    width: 100%;
    background-color: var(--boxed-color);
    border-radius: 10px;
    border: 1px solid #D5D5D5;
    padding: 30px;
    height: fit-content

}
@media only screen and (max-width:991px) {
    .block__description iframe {height:48vw}
    .block__description .table__row {display:block}
    .block__description .table__cell,
    .block__description .table__cell--col-3 {width:100%}
}
.block__description ul li,
.block__description ol li {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 22px;
    color: #121212;
}
.boxed{
    clear: both;
    padding: 10px;
    margin: 10px 0;
    border-left: 4px solid rgb(188, 188, 188);
    background: rgb(247, 247, 247);
    display: block;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: rgb(74, 74, 74);
    line-height: 1.3;
    min-height: 36px;
}
.boxed--flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.boxed--big{
    padding: 15px 15px;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}
.boxed--middle{
    padding: 10px;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}
.boxed--warning{
    background-color: rgb(253, 228, 228);
    border-left: 4px solid rgb(255, 0, 0);
    color: #222;
}
.boxed--success{
    background-color: rgb(222, 249, 221);
    border-left: 4px solid #0A7C71;
    color: #222;
}
.boxed--notify{
    background-color: transparent;
    border-left: none;
    color: #A5A5A5;
    padding: 0;
    font-size: 16px;
}
.boxed_no_comments{
    display: block;
    padding: 75px 20px 75px;
    text-align: center;
}
.boxed_no_comments__icon {margin-bottom: 30px;}
.boxed_no_comments__title {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 1.34;
    text-align: center;
    margin-bottom: 15px;
}
.boxed_no_comments__text {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
.block_form1{
    padding: 100px 0;
}

.sale_products_block {
    padding-top: 0;
}
.numbers_background {
    background-image: url(../images/back.png);
    background-position: bottom;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.numbers_container {
    padding: 60px 7px;
    display:flex;
    justify-content: flex-end;
    z-index: 20;
    position: relative;
    align-items: center;
    height: 900px
}
.block_numbers_content {
    display: flex;
    flex-direction: column;
    gap: 46px;
    align-items: center;
    max-width: 830px;
    width: 100%;
}
.numbers_top_title {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    color: #fff;
}
.numbers_top_description {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.main_numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 465px;
    width: 100%;
}
.main_numbers_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.main_number_heading {
    font-size: 50px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    height: 60px
}
.main_number_description {
    font-size: 20px;
    font-weight: 400;;
    color: rgba(255, 255, 255, 1);
    line-height: 175%;
}
.numbers_background::after {
    content:'';
    position: absolute;
    background: #00000099;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.string_operator {font-size: 46px;}
.boxed_description_block, .faq_block {padding: 0 100px;}
.last_block {padding-bottom: 0;}
.delivery_payment_block {
    display: flex;
    gap: 30px;
    flex-direction: column;
    border-bottom: 1px solid #B7B7B7;
    padding: 24px 0;
}
.page_description {
    max-width: 1090px;
    font-size: 18px
}
.sticky_banner {
    position: sticky;
    top: 85px;
    height: fit-content
}
.page_block {
    padding-bottom: 120px
}
.boxed_description_block h3 {
    margin-bottom: 20px;
    font-size: 30px
}
.block__description p {
    margin: 0 0 12px
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    font-family: inherit;
    overflow: visible;
    text-transform: none;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -webkit-appearance: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}

.button {
    display: inline-block;
    font-weight: 400;
    color: rgb(33, 37, 41);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    cursor:pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration:none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;
}
.button--big{
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
.button--small{
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.button--basic{
    color: var(--button-text);
    background-color: var(--button-color);
    border-color: var(--button-color);
}
.button--basic:hover,
.button--basic:active{
    color: var(--button-text);
    text-decoration: none;
    opacity: 0.8;
}
.button--second{
    color: var(--button-color);
    background-color: var(--button-text);
    border-color:var(--button-color);
}
.button--second:hover,
.button--second:active{
    color: var(--button-text);
    text-decoration: none;
    background-color: var(--button-color);
    border-color: var(--button-color);
}
.button--blick{
    position: relative;
    overflow: hidden;
}
.button--blick:after{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
a.button--blick:hover:after,
.button--blick:hover:after {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {left: 125%;}
}
@keyframes shine {
    100% {left: 125%;}
}

.btn_order{
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    cursor:pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration:none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;
    color: var(--button-text);
    background-color: var(--button-color);
    border-color: var(--button-color);
}
.btn_order:hover,
.btn_order:active{
    color: var(--button-text);
    text-decoration: none;
    opacity: 0.8;
}

.main_banner_item_link{width: 100%; max-width: 320px; margin-left: 0;justify-content: center;margin-top: 40px;}
.user_mobile_btn {margin-left: 0;margin-bottom: 30px;}
.all_news_btn, .all_categories_btn {
    width: fit-content;
    height: 50px;
    background: var(--button-color);
    border-radius: 5px;
    color: var(--second-company-text);
    padding: 0 40px;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    margin: 35px auto 0;
}
.all_news_btn:focus, .all_categories_btn:focus {color: #fff;}

.banner_about1_link, .numbers_btn {margin-left: 0;}
.back_mobile_btn {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
    color: var(--basic-company-text)
}
.form{ position: relative;}
.form--boxed{
    position: relative;
    background-color: var(--boxed-color);
    padding: 20px;
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.form--boxed_cart{
    position: relative;
    background-color: var(--boxed-color);;
    padding: 15px;
    border-radius: 4px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    margin-left: 20px;
    width: 240px;
    max-width: 100%;
}
.form__header {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.form_header_post {
    text-align: center;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 10px
}

.form__title2::after {
    content: "";
    height: 1px;
    background: transparent;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    z-index: 1;

}
.form__title2 span {
    display: flex;
    align-items: center;
    background-color: #FDFDFD;
    z-index: 2;
    font-size: 12px;
    font-weight: 400;
    color: #6B6B6B;
    width: 80px;
    height: max-content;
    justify-content: center;
}
.form__title2 {
    position: relative;
    width: 100%;
    z-index: 1;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.auth_buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%
}
.footer_login, .footer_register {
    flex-direction: column;
}
.form_post_comments .form__header::after {
    display: none;
}
.form_comments_desc {
    color: #6B6B6B;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}
.form_post_comments {
    max-width: 680px;
    width: 100%;
}
.form__title {
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    user-select: none;
    color: var(--body-text);
    background: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    z-index: 2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.form_header_post .form__title {
    font-size: 20px;
    background-color: transparent;
    margin: 0;
    line-height: 1.2;
    padding: 0
}
.form__title svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.form__group {
    position: relative;
    margin-bottom: 20px;
}
.form__group--coupon {
    position: relative;
    margin-bottom: 0;
}
.form__group--last {margin-bottom: 0;}
input,
textarea,
.form__textarea,
.form__input{
    display: inline-block;
    color: var(--body-text);
    border: 1px solid #DCDCDC;
    background-color: #F6F6F6;
    overflow: visible;
    resize: none;
    text-transform: none;
    font-family: inherit;
    line-height: 1;
    position: relative;
    border-radius:65px;
    padding: 0 15px;
    width: auto;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.form__input{
    height: 50px;
    display: block;
    width: 100%;
}
.form__textarea{
    border-radius: 25px;
}
.form_comment_right .form__input,
.form_comment_right .form__textarea {
    border: 1px solid #DCDCDC;
    background-color: #F9F9F9;
}
.form__textarea {
    display: block;
    width: 100%;
    padding: 15px;
    resize: none;
    min-height: 100px
}
.form__input_subscribe{height: 50px;}
label, .form__label {
    color: var(--body-text);
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}
input:focus,
textarea:focus,
.form__input:focus,
.form__textarea:focus{border: 1px solid rgb(186, 186, 186);}
.form__textarea.error,
.form__input.error {
    border-color: rgb(231, 71, 71);
    font-size: 14px;
}
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder{
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(122, 122, 122);
    font-size: 13px;
    font-weight: 400;
}
.form__placeholder{
    font-family: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(122, 122, 122);
    font-size: 12px;
    font-weight: 500;
    transition: all 0.1s linear 0s;
    line-height: 1;
    pointer-events: none;
    display: table;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    cursor: text;
}
.forms_page {padding-bottom: 100px;}
.form_comment_right .form__placeholder,
.form_post_comments .form__placeholder,
.form_login_right .form__placeholder,
.form_remind_right .form__placeholder,
.form_register_right .form__placeholder, 
.form_user_data .form__placeholder,
.cart_body_forms .form__placeholder,
.form_feedback_right .form__placeholder,
.fn_validate_fast_order, .form__placeholder {
    font-family: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 5px;
    text-align: left;
}
:focus::placeholder,
:focus::-ms-input-placeholder,
:focus:-ms-input-placeholder,
:focus:-moz-placeholder,
:focus::-moz-placeholder,
:focus::-webkit-input-placeholder {opacity: 0;}
.form__placeholder.active,
.filled .form__placeholder,
.form__placeholder--focus.error ~ label ~ .form__placeholder,
.form__placeholder--focus.error + .form__placeholder,
.form__placeholder--focus:focus ~ .form__placeholder,
.form__placeholder--focus:-webkit-autofill:focus ~ .form__placeholder,
.form__placeholder--focus:-webkit-autofill ~ .form__placeholder,
.form__placeholder--focus.valid ~ .form__placeholder,
.form__placeholder--focus:not([value='']) ~ .form__placeholder,
.form__placeholder--focus:valid  ~ .form__placeholder{
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    background: #fff;
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: #939393;
}
.form__placeholder--focus:-webkit-autofill,
.form__placeholder--focus:-webkit-autofill:hover,
.form__placeholder--focus:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: inherit !important;
    filter: none!important;
}
.form__placeholder.active.error,
.filled .form__placeholder.error,
.form__placeholder--focus.error + .form__placeholder,
.form__placeholder--focus.error ~ label ~ .form__placeholder{
    color: rgb(231, 71, 71);
}
.coupon .form__placeholder {
    font-family: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 5px;
    background: transparent;
    font-style: normal;
    padding: 0
}
.form__footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form_feedback_right .form__footer{
    padding-right: 7px;
    padding-left: 7px;
}
#fn_fast_order .form__body{
    max-width: 330px;
}
#fn_fast_order .form__footer{
    max-width: 330px;
}
.captcha {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__captcha{position: relative;}
.form__input_captcha {
    width: 100%;
    max-width: 130px;
}
.secret_number {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    background: rgb(245, 248, 249);
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px rgb(56, 192, 243), -1px 1px rgb(72, 209, 204), -1px -1px rgb(72, 209, 204), 1px -1px rgb(72, 209, 204);
    color: rgb(255, 255, 255);
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
    line-height: 40px;
}
.secret_number:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    bottom: -15px;
    left: 0;
    z-index: -1;
    background: linear-gradient(-45deg,
    rgba(72, 209, 204, 0) 2px, mediumturquoise 3px, rgba(72, 209, 204, 0) 3px ) repeat;
    background-size: 4px 4px;
}
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}
.form__input::-moz-placeholder,
.form__input_captcha::-moz-placeholder,
.form__textarea::-moz-placeholder {color: #626262;opacity: 1}
.form__input:-ms-input-placeholder,
.form__input_captcha:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {color: #626262;}
.form__input::-webkit-input-placeholder,
.form__input_captcha::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {color: #626262;}
.form__button{
    width: 100%;
    height: 50px;
    background: var(--button-color);
    border-radius: 5px;
    color: #fff;
    padding: 0 50px;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
    border: none;
    justify-content: center;
}
.all_categories_btn,
.banner_about1_link, .main_banner_item_link,
.numbers_btn, .comments_btn,
.user_mobile_btn, .switch_mobile_filter, .form__button {
    width: fit-content;
    background: var(--basic-company);
    border-radius: 56px;
    height: 50px;
    color: #fff;
    padding: 13px 30px;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
    position: relative;
}
.form_btn_commnent {
    min-width: 280px;
}
.form_btn_fast{
    width: 100%;
}
.btn_mail, .btn_cart_phone {
    position: absolute;
    right: 7px;
    padding: 0 25px;
    top: 11%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.btn_cart_phone {
    top: 21%
}
.form_btn_login, .form_btn_remind, .form_btn_register, .register_last_btn {
    width: 100%;
    justify-content: center;
    
}
.form_feedback {
    max-width: 950px;
    background-color: var(--bg);
    border: 1px solid #EBE9E9;
    box-shadow: 0px 4px 34px 0px #4C5D7D2B;
    border-radius: 10px;
    padding: 40px;
}
.form_feedback_title {
    font-size: 28px;
    font-weight: 400;
    color: var(--body-text);
    margin-bottom: 30px
}
.form_feedback_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--body-text);
}
.form_feedback_right{
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
}
.form_feedback_right .form__body {
    display: flex;
    flex-wrap: wrap;
}
.btn_auth {
    border: 1px solid #A5A5A5;
    background-color: transparent;
    justify-content: flex-start;
}
.auth_name {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 25px;
    color: var(--body-text);
}
.btn_auth:hover {
    box-shadow: 0px 4px 18px 0px #4C5D7D45;
    background-color: transparent;
}
.form_button_order, .cancel_btn, .cart_continue_shopping{
    color: var(--button-color);
    background-color: transparent;
    border: 1px solid;
    border-color: var(--button-color);
    white-space: nowrap;
    border-radius: 5px;
    height: 50px;
    display: flex;
    line-height: 38px;
    font-weight: 400;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 0 40px;
    font-size: 16px;
    font-family: inherit;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.form__button:disabled {
    background: #E1E1E1 ;
    color: #6B6B6B;
    cursor: not-allowed
}
.form_button_cart, .order_btn_pay {
    background-color: var(--button-color);
    border: none;
    color: var(--second-company-text)
}
.form__button--border{
    background: transparent;
    border-color: rgb(127, 127, 127);
    color: rgb(69, 69, 69);
    height: 38px;
    line-height: 36px;
    font-weight: 500;
    padding: 0 10px;
    font-size: 12px;
    text-transform: inherit;
}
.data_password input {
    background-color: #F9F9F9;
    border-color: #DCDCDC;
}
.form__button:active,
.form__button:focus{opacity: 0.8;}
.button--coupon{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.button--comment{
    display: block;
    height: 36px;
    line-height: 36px;
}
.message_error {
    clear: both;
    padding: 10px;
    margin: 10px 0 20px;
    background-color: rgb(253, 228, 228);
    border-left: 4px solid rgb(255, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #222;
    line-height: 1.3;
    min-height: 36px;
}
.message_success{
    clear: both;
    padding: 15px;
    margin: 10px 0 20px;
    background-color: rgb(190, 225, 202);
    border-left: 4px solid rgb(11, 159, 89);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    color: rgb(34, 34, 34);
    line-height: 1.3;
    min-height: 36px;
}
.message_success svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.error {
    color: rgb(231, 71, 71);
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
}

.checkbox {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 45px;
    cursor: pointer;
    color: inherit;
    border-radius: 3px;
}
.checkbox__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.checkbox__icon {
    border: 1px solid #dbdbdb;
    display: block;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    border-radius: 3px;
}
.checkbox_deliveries, .checkbox_payment {
    height: 26px;
    width: 26px;
    border-radius: 50%
}
.checkbox_cart .checkbox__icon {
    position: relative
}
.checkbox.active .checkbox__icon {
    border-color: var(--button-color);
}
.checkbox.active .checkbox__mark,
.checkbox__input:checked + * .checkbox__mark{
    stroke: var(--basic-company);
    stroke-width: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-miterlimit: 10;
    opacity: 1;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
.checkbox__input:focus .checkbox__icon{border-color: var(--basic-company);}
.checkbox__input:disabled + * .checkbox__mark{border-color: #dbdbdb;}
.change_pass,
.password_remind, .form_footer_registr{
    position: relative;
    font-family: inherit;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    text-decoration: none;
    font-size: 16px;
    color: #6B6B6B;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
    gap: 10px;
    transition: all .3s ease 0s;
}
.form_footer_registr {
    margin-top: 80px
}
.password_remind_link, .registr_link, .remind_btn_footer, .cancel_change_mail, .delete_account_btn {
    color: var(--basic-company);
}
.password_remind_link:hover, .registr_link:hover, .remind_btn_footer:hover, .cancel_change_mail:hover {
    color: var(--button-color)
}
.cancel_change_mail, .delete_account_btn {
    font-size: 16px;
    transition: all .3s
}
.remind_btns_footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    width: 100%;
    margin-top: 40px;
    gap: 20px
}
.remind_btn_footer {
    text-align: center;
}
.change_pass{ margin-top: 0;}
 .change_pass:hover {
    color: var(--button-color)
 }
.change_pass svg,
.password_remind svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
}
.change_pass:hover svg{color: var(--basic-company);}
select{
    font-family: inherit;
    font-size: 14px;
    border: none;
    font-weight: 400;
    color: #4E0808;
    background: #fff;
    margin: 0;
    overflow: visible;
    text-transform: none;
    color: var(--basic-company);
    cursor: pointer;
}

.select2-results__options{
    margin-left: 0px!important;
}
.select2-results__option{
    margin-bottom: 0px!important;
}
.subscribe_error,
.subscribe_success {
    color: rgb(231, 71, 71);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
}
.subscribe_success {
    color:rgb(71, 231, 126);
}
.form_subscribe1 {
    width: 100%;
    height: 530px;
    background-color: var(--boxed-color);
    border-radius: 20px;
    padding: 20px;
    margin: 0 auto;
    justify-content: space-evenly;
}
.form_subscribe1_content {
    flex-direction: column;
    gap: 50px;
    max-width: 650px
}
.subscribe_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
}
.subscribe2_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.subscribe2_description span {
    text-align: center;
}
.form_flex {
    flex-direction: column;
    gap: 20px;
    max-width: 450px
}
.form_subscribe2_content {
    flex-direction: column;
    gap: 40px;
    max-width: 900px;
}
.form2_flex {
    max-width: 870px;
    margin: 0 auto;
    width: 100%;
}
.form2_input_subscribe, .form_notify_input {
    height: 64px;
}
.form2_button--subscribe {
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    font-size: 16px;
    height: 50px;
    right: 20px;
    width: fit-content;
    background: var(--button-color);
    color: var(--basic-company-text);
    transition: all .3s;
    text-decoration: none;
    display: flex;
    font-weight: 400;
    align-items: center;
    border: none;
    text-transform: none;
    justify-content: center;
    padding: 0 50px
}
.subscribe2_title {
    text-align: center;
}
.subscribe2_title h2,
.subscribe_title h2 {
    color: rgba(18, 18, 18, 1)
}
.input_mail {
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    display: flex;
    color: rgba(107, 107, 107, 1)
}
.form_subscribe1_img img {
    position: relative;
    bottom: 63px;
}
.form_subscribe2 {
    width: 100%;
    height: 100%;
    padding: 70px 0
}
.form_login, .form_remind, .form_register {
    max-width: 870px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 6px 18px 0px #4C5D7D29;
    background: #FDFDFD;
    padding: 0;
    display: flex;
    max-height: 710px;
    margin: 0 auto;
    margin-top: 40px;
    top: 10%;
    overflow: hidden;
    position: relative
}
.form_register.hidden, .form_login.hidden {
    display: none
}
.form_login_left {
    width: 44%
}
.form_remind.active {
    display: flex;
}
.form_login_left img, .form_remind_left img, .form_register_left img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.form_login_right, .form_register_right, .form_remind_right {
    width: 60%;
    padding: 40px 45px;
}
.form_remind_left,.form_register_left{width: 40%;}
.form__login, .form__register, .form__remind {
    max-width: 485px;
    width: 100%
}
.remind_description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
.form__group svg {
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
}
.show_password {
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
    background: url(../images/eye-show.svg) 0 0 no-repeat;
    display: inline-block;
	width: 20px;
	height: 20px;
}
.show_password.view {
    background: url(../images/eye-close.svg) 0 0 no-repeat;
}
.form_register_step, .form_remind_step {
    display: none;
}
.form_register_step.active, .form_remind_step.active {
    display: block;
}




.accordion__title,
.accordion__item {
    position: relative;
}
.accordion__title{
    cursor: pointer;
}
.accordion__header {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    user-select: none;
    padding: 0;
    color: var(--body-text);
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0;
}
.accordion__title.active{
    cursor: default;
}
.accordion__header.icon:before{
    font-size: 26px;
    line-height: 1;
    margin-right: 10px;
}
.accordion__arrow {
    transform: rotate(180deg);
    font-size: 14px;
}
.accordion__title.active .accordion__arrow {
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}
.accordion__content {
    display: none;
    line-height: 1.3;
    padding: 10px 0 5px 0;
    text-align: left;
}
.tabs{
    margin-bottom: 15px;
    overflow: hidden;
}
.tabs--user{
    overflow: visible;
    margin-bottom: 0
}
.tabs_navigation_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FBFBFB;
    margin-bottom: 30px;
    height: 60px;
}
.tabs__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 4px solid var(--boxed-color);
    background: var(--boxed-color);
    margin-bottom: 30px;
    border-top: 4px solid var(--boxed-color);
}
.tabs__navigation--user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    background: transparent;
    margin-bottom: 0
}
.tabs_buttons {
    overflow: auto;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
}
.tabs__link {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    height: 60px;
    padding: 0 30px;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tabs__link:not(.active){
    color: #222;
}
.tabs__link:not(.active):hover {
    text-decoration: underline;
}
.tabs__link.active{
    color: var(--basic-company);
}
.tabs__link.active span{
        border-bottom: 1px solid var(--basic-company);
}

.tabs__link .icon{
    margin-right: 8px;
    line-height: 1;
}
.tabs__link .icon:before{
    font-size: 22px;
    line-height: 1;
}
.tabs__navigation--user .tabs__link, .tabs__link_comparison {
    position: relative;
    margin: 0px;
    border-bottom: 1px solid #D5D5D5;
    text-decoration: none;
    padding: 25px 0px;
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 400;
    min-height: 40px;
    height: inherit;
    width: 100%;
}
.tabs__navigation--user .tabs__link:hover {
    color: var(--body-text)
}
.tabs__link_comparison {
    display: inline-flex;
}
.tabs__navigation--user .tabs__link svg,
.tabs__link_comparison svg{
    width: 32px;
    height: 32px;
    margin-right: 6px;
}
.tabs__navigation--user .tabs__link.selected:after {
    content: none;
}
.tabs__navigation--user .tabs__link.selected {
    color: var(--basic-company);
    font-weight: 600;
}
.tabs__content {
    overflow: hidden;
    background: #fff;
}
.tab {
    display: block;
    padding: 15px;
}
.mobile_tab_navigation{
    text-align: center;
    position: relative;
    margin: 15px 0 25px;
}
.mobile_tab_navigation:after {
    content: "";
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 45%;
    right: 0;
    display: block;
    width: 100%;
}
.mobile_tab_title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    user-select: none;
    padding: 5px 15px 5px 15px;
    color: var(--body-text);
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.mobile_tab_title svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.mobile_tab_title:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: var(--body-text);
    position: relative;
    content: " ";
    left: inherit;
    margin-left: 10px;
    transform: rotate(-135deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mobile_tab_navigation.active .mobile_tab_title:after {
    top: -2px;
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wishlist_tab {
    padding-bottom: 100px
}
.table_wrapper {
    overflow: auto;
    max-width: 100%;
    background: linear-gradient(to right,#fff 30%,#fff0),linear-gradient(to right,#fff0,#fff 70%) 0 100%,radial-gradient(farthest-side at 0% 50%,#0003,#0000),radial-gradient(farthest-side at 100% 50%,#0003,#0000) 0 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 40px 100%,40px 100%,14px 100%,14px 100%;
    background-position: 0 0,100%,0 0,100%;
    background-attachment: local,local,scroll,scroll;
    max-height: 430px;
    width: 100%;
}
.block__description--style table {
    font-size: 12px;
    min-width: 500px;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px
}
.block__description--style td,
.block__description--style th {
    padding: 10px;
    text-align: left;
    margin: 0;
    font-size: 16px
}
.block__description--style td a {
    text-decoration: none;
    color: var(--button-color);
    font-weight: 600
}
.block__description--style td a:hover {
    color: #FF8383
}
.section_adv_notmain {
    background-color: #F3F2F5;
}
.block_adv_notmain {
    padding: 50px 0 0
}
.order_tot_price {
    font-size: 20px;
    font-weight: 600;
}
.block__description--style:not(.table_not_bg) tbody tr:nth-child(2n) {
    background-color:  #e9e9e9;
}
.block__description--style th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    color: var(--body-text);
    font-weight: 600;
    font-size: 16px
}
.block__description--style tr {
    box-shadow: 0px 0px 4px #D5D5D5;
}
.block__description--style thead tr {
    box-shadow: none;
}
.fn_auto_navigation_anchor{
    opacity: 0;
    visibility: hidden;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -90px;
    padding-top: 90px;
    display: inline-block;
    background-size: 20px;
    background-position-y: bottom;
    padding-right: 25px;
    vertical-align: baseline;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjYzLjgwNyAyNjMuODA3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNjMuODA3IDI2My44MDc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8cGF0aCBkPSJNMTQ2Ljk1OSwxMDEuODY5bC0xOS44NDgsMTkuODQ2bDE3Ljg3MSwxNy44NzNjMy41MTIsMy41MTMsNS40NDcsOC4xODIsNS40NDcsMTMuMTQ2YzAuMDAxLDQuOTY0LTEuOTMzLDkuNjMtNS40NDYsMTMuMTQyICAgbC02NC40NDIsNjQuNDQ0Yy03LjI0OCw3LjI0OC0xOS4wNDIsNy4yNDktMjYuMjg5LDAuMDAxbC0xNy44NzMtMTcuODc1Yy0zLjUxLTMuNTA5LTUuNDQzLTguMTc0LTUuNDQyLTEzLjEzNyAgIGMwLTQuOTY0LDEuOTM2LTkuNjM0LDUuNDQ4LTEzLjE0Nmw1MS4xNjYtNTEuMTY2bC0xOS44NDctMTkuODQ2bC01MS4xNjYsNTEuMTY2Yy04LjgxMyw4LjgxNC0xMy42NjcsMjAuNTMtMTMuNjY3LDMyLjk5ICAgYy0wLjAwMSwxMi40NjIsNC44NTIsMjQuMTc4LDEzLjY2NCwzMi45ODZsMTcuODczLDE3Ljg3NGM5LjA5NSw5LjA5NCwyMS4wNDIsMTMuNjQxLDMyLjk4OSwxMy42NDEgICBjMTEuOTQ4LDAsMjMuODk2LTQuNTQ3LDMyLjk5MS0xMy42NDJsNjQuNDQxLTY0LjQ0MmM4LjgxNi04LjgxMiwxMy42Ny0yMC41MjgsMTMuNjY5LTMyLjk5MSAgIGMtMC4wMDEtMTIuNDYxLTQuODU0LTI0LjE3Ni0xMy42NjYtMzIuOTlMMTQ2Ljk1OSwxMDEuODY5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojQTNBM0EzIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPHBhdGggZD0iTTI0Ny4yNzMsMzEuNTM4bC0xNy44NzItMTcuODczQzIyMC41ODksNC44NTMsMjA4Ljg3MywwLDE5Ni40MSwwYy0xMi40NjIsMC0yNC4xNzgsNC44NTQtMzIuOTg3LDEzLjY2NUw5OC45NzQsNzguMTExICAgYy04LjgxMyw4LjgxMS0xMy42NjUsMjAuNTI3LTEzLjY2NSwzMi45OWMwLjAwMSwxMi40NjUsNC44NTUsMjQuMTgyLDEzLjY2OCwzMi45ODhsMTcuODczLDE3Ljg3M2wxOS44NDctMTkuODQ2bC0xNy44NzYtMTcuODc2ICAgYy0zLjUxMS0zLjUwOS01LjQ0NS04LjE3NS01LjQ0NS0xMy4xNGMwLTQuOTY1LDEuOTMzLTkuNjMyLDUuNDQzLTEzLjE0Mmw2NC40NS02NC40NDhjMy41MS0zLjUxLDguMTc3LTUuNDQzLDEzLjE0Mi01LjQ0MyAgIGM0Ljk2NSwwLDkuNjMzLDEuOTM0LDEzLjE0NCw1LjQ0NGwxNy44NzMsMTcuODc1YzMuNTEsMy41MDksNS40NDMsOC4xNzQsNS40NDIsMTMuMTM4YzAsNC45NjUtMS45MzUsOS42MzMtNS40NDUsMTMuMTQ1ICAgbC01MS4xNyw1MS4xNjdsMTkuODQ2LDE5Ljg0N2w1MS4xNzEtNTEuMTY4YzguODEyLTguODEzLDEzLjY2NS0yMC41MjksMTMuNjY2LTMyLjk4OSAgIEMyNjAuOTM4LDUyLjA2MywyNTYuMDg1LDQwLjM0NywyNDcuMjczLDMxLjUzOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0EzQTNBMyIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+);
}
.fn_auto_navigation_header:hover .fn_auto_navigation_anchor{
    opacity: 1;
    visibility: visible;
    z-index: 2222;
}
.popup {
    padding: 30px!important;
    border-radius: 4px;
    box-shadow: inset 0 0 6px #0000004d;
    max-width: 500px!important;
    width: 100%;
    text-align: center!important;
}
.popup_bg {
    color: var(--body-text);
    background: #FDFDFD;
}
.popup__heading{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    user-select: none;
    padding: 0;
    color: #222;
    background: #fff;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    margin: 20px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup__heading svg{
    width: 28px;
    height: 28px;
    color: #0b982f;
    margin-right: 15px;
}
.popup__heading .form__header{
    margin-bottom: 30px;
}
.popup__description{
    margin-bottom: 10px;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.popup__sent{
    color: #222;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup_confirm__title{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popup_confirm__title svg{
    width: 22px;
    width: 22px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.personal_data_title h2, .cart_form_title h2 {
    font-size: 20px;
    font-weight: 500;
    color: var(--body-text);
    line-height: 28px;
    margin-bottom: 0;
}
.cart_form_title h2 {
    font-weight: 600
}
.personal_data_title, .cart_form_title {
    margin-bottom: 20px
}
.personal_data_list {
    padding-bottom: 40px;
}
.contact_data_list {
    padding: 40px 0;
    border-bottom: 1px solid #D5D5D5;
}
.delete_account {
    padding: 40px 0
}
.delete_account svg {
    color: var(--second-company-text);
    transition: all .3s
}
.delete_account_flex {
    width: fit-content;
    cursor: pointer;
    gap: 15px
}
.delete_account_flex:hover svg, .delete_account_flex:hover .delete_account_btn {color: var(--basic-company-text);}
.personal_data_title, .cart_form_title {
    display: flex;
    gap: 15px;
    align-items: center;
}
.popup_animated {
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
    transform: translateY(-80px);
    transition: all .3s;
}
.popup_cart_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 890px;
    height: fit-content;
    max-height: 750px;
    margin: 0 auto;
    padding: 60px;
    position: relative;
    background-color: #FDFDFD;
    border-radius: 20px;
    top: 12%
}
.popup_cart .block__title_popup h2{font-size: 30px;line-height: 40px;    margin-bottom: 20px;}
.popup_cart .block__title_popup{margin-bottom: 8px;display: flex;}
.popup_variants_content {
    display: flex;
    width: 100%;
    max-width: 1650px;
    height: 100%;
    margin: 0 auto;
    padding: 60px;
    position: relative;
    background-color: #FDFDFD;
    border-radius: 10px;
    justify-content: space-between;
}
.popup_notify_content, .popup_change_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 540px;
    height: 100%;
    max-height: 420px;
    margin: 0 auto;
    padding: 60px 50px;
    position: relative;
    background-color: #FDFDFD;
    border-radius: 10px;
    top: 15%
}
.popup_fast_order_content {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 450px;
    height: fit-content;
    max-height: 650px;
    padding: 35px;
    position: relative;
    background-color: #FDFDFD;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* .popup_fast_order_content .form__body, .popup_fast_order_content .form__footer {
    max-width: 340px
} */
.popup_fast_order_content .h6 {
    white-space: normal;
}
.popup_comment_content {
    display: flex;
    width: 100%;
    max-width: 1100px;
    height: fit-content;
    max-height: 800px;
    margin: 0 auto;
    padding: 60px;
    position: relative;
    background-color: #FDFDFD;
    border-radius: 10px;
    top: 10%;
    gap: 50px;
    align-items: center;
}
.popup_login_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 870px;
    height: 100%;
    max-height: 720px;
    margin: 0 auto;
    position: relative;
    background-color: #FDFDFD;
    border-radius: 10px;
    top: 15%;
}
.popup_no_instock_content {
    display: flex;
    width: 100%;
    max-width: 1390px;
    height: 100%;
    max-height: 920px;
    margin: 0 auto;
    padding: 60px 35px;
    position: relative;
    background-color: #FDFDFD;
    border-radius: 10px;
    top: 3%;
    gap: 50px
}
.block__popup_notify {
    display: flex;
    gap: 20px;
    flex-direction: column;
    max-width: 340px;
}
.block__popup_no_instock {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.popup_notify_description {
    font-size: 16px;
    line-height: 28px
}
.popup_blocks {
    width: 100%
}
.popup_no_instock_description {
    font-size: 18px;
    font-weight: 500;
    color: var(--basic-company-text);
}
.popup_animated .form__header,
.popup_animated .form__footer,
.popup_animated .form__body {
    transform: translateY(-40px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .3s;
}
.fancybox-slide--current .popup_animated,
.fancybox-slide--current .popup_animated .form__footer,
.fancybox-slide--current .popup_animated .form__header,
.fancybox-slide--current .popup_animated .form__body {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .3s;
}
.fancybox-slide--current .popup_animated .form__header {
    transition-delay: .1s;
}
.fancybox-slide--current .popup_animated .form__body {
    transition-delay: .2s;
}
.fancybox-slide--current .popup_animated .form__footer{
    transition-delay: .4s;
}
.popup_cart, .popup_login {
    background: rgb(0 0 0 / 73%);
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
    backdrop-filter: saturate(180%) blur(4px);
}
.popup_variants {
    background: rgba(0, 0, 0, 0.9);
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
    backdrop-filter: saturate(180%) blur(20px);
}
.close_popup_bg {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.btn_close_popup {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
.popup_fast_order_content .btn_close_popup { 
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 10;
}
.btn_close_popup svg {
    width: 35px;
    height: 35px;
    color: var(--body-text);
    transition: all .3s
}

/* autocomplete-suggestions */

.autocomplete-suggestions {
    background: #fff; 
    color: #030303;
    display: block;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 660px;
    max-height: calc(70vh - 130px) !important;
    left: 0;
    border-radius: 5px;
    top: 60px;
    border: 1px solid #DEEADF;


  /*   background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #dbdbdb;
    display: table;
    top: 100%;
    border-left: none;
    border-bottom: none; */
}
.autocomplete-suggestion {
    width: 100%;
    padding: 10px;
    transition: background .5s;
}
.autocomplete-suggestion:nth-child(even) {
    background: rgba(0, 0, 0, 0.02);
}
.autocomplete-suggestions a {
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}
.suggestion_price {
    font-weight: 700;
    margin-left: auto;
    margin-right: 10px;
    white-space: nowrap;
}
.autocomplete-suggestion div.suggestion_img {
    width: 65px !important;
    text-align: center;
    flex-shrink: 0;
}
.autocomplete-suggestion div, .autocomplete-suggestions span {
    padding: 0;
}
.autocomplete-suggestion p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin: 0 20px 0 0;
}
.suggestion_price {
    font-weight: 700;
    margin-left: auto;
    margin-right: 10px;
    white-space: nowrap;
}

.autocomplete-suggestion {cursor: pointer;}

/* autocomplete-suggestions */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {position: relative;}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects { overflow: hidden;z-index: 0;}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
#fn_slider_price.noUi-target {
    position: relative;
    height: 4px;
    background: #e1e8ed;
    margin: 24px 10px 24px;
    border-radius: 2px;
    border: none;
    font-family: inherit;
    color: inherit;
}
#fn_slider_price.noUi-target .noUi-handle {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-left: -12px;
    top: -7px;
	border-radius: 4px;
	border: 3px solid #e1e8ed;
	background-color: #fff;
    border-color: var(--basic-company);
    cursor: pointer;
    box-shadow:none;
    transition: background-color 0.3s;
}
#fn_slider_price.noUi-target .noUi-handle::after, 
#fn_slider_price.noUi-target .noUi-handle::before {
    content: none;
}
#fn_slider_price.noUi-target .noUi-connect,
#fn_slider_price.noUi-target .noUi-handle:hover {background-color: var(--basic-company);}
#fn_slider_price.noUi-horizontal .noUi-handle {right: -10px;}

@-webkit-keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes anti-rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes anti-rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.fn_ajax_wait {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 125px;
    transform: translateX(-50%);
}
.fn_ajax_wait:before,
.fn_ajax_wait:after{
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 2;
    border: 6px solid;
    border-radius: 50%;
}
.fn_ajax_wait::before{
    width: 120px;
    height: 120px;
    margin-left: -60px;
    border-left-color: transparent;
    border-top-color: var(--basic-company);
    border-right-color: var(--basic-company);
    border-bottom: transparent;
    -webkit-animation: rotate-animation 1s linear 0s infinite;
    animation: rotate-animation 1s linear 0s infinite;
}
.fn_ajax_wait::after{
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: -40px;
    border-left-color: transparent;
    border-top-color: var(--basic-company);
    border-right-color: var(--basic-company);
    border-bottom: transparent;
    -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
    animation: anti-rotate-animation 0.85s linear 0s infinite;
}

.lazy:not(.initial) {transition: all 1s;}
.lazy.initial,
.lazy.loaded,
.lazy.error {opacity: 1;}
.lazy:not(.loaded) {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
/* .lazy.loaded {
    -o-object-fit: contain;
    object-fit: contain;
} */
.fn_readmore + [data-readmore-toggle],
.fn_readmore[data-readmore] {
    display: inline-block;
    width: auto;
    position: relative;
}
.fn_readmore[aria-expanded="false"]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4em;
    background: -moz-linear-gradient(top, #fff0 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.fn_readmore[data-readmore] {
    transition: height 500ms;
    overflow: hidden;
    max-height: 560px;
    display: block;
    width: 100%;
}
.fn_readmore + [data-readmore-toggle]{
    /* margin-top: 10px; */
    text-decoration: none;
    transition: all 0.3s;
}
.fn_readmore + [data-readmore-toggle]:hover,
.fn_readmore + [data-readmore-toggle]:focus{
    text-decoration: none;
}
/* .fn_readmore + [data-readmore-toggle] span{
    color: var(--button-color);
    background: transparent;
    border-color:  var(--button-color);
    border: 1px solid;
    border-radius: 3px;
    padding: 1px 30px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transition: all .3s;
    font-weight: 500;
} */
.fn_readmore {
    overflow: hidden;
    max-height: 560px;
}
/* .fn_readmore + [data-readmore-toggle]:hover span{
    color: var(--button-text);
    background:var(--button-color);
    border-color:  var(--button-color);
} */
.fn_social_image i:before{content: "\f0ac";}
.fn_social_image .fa-github:before{content: "\f09b";}
.fn_social_image .fa-google-plus:before{content: "\f0d5";}
.fn_social_image .fa-google:before{content: "\f1a0";}
.fn_social_image .fa-twitter:before{content: "\f099";}
.fn_social_image .fa-pinterest-p:before{content: "\f231";}
.fn_social_image .fa-odnoklassniki:before{content: "\f263";}
.fn_social_image .fa-facebook:before{content: "\f09a";}
.fn_social_image .fa-skype:before{content: "\f17e";}
.fn_social_image .fa-vk:before{content: "\f189";}
.fn_social_image .fa-whatsapp:before{content: "\f232";}
.fn_social_image .fa-youtube:before{content: "\f167";}
.fn_social_image .fa-instagram:before{content: "\f16d";}
.fn_social_image .fa-linkedin:before{content: "\f0e1";}
.categories__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-right: -7px;
    margin-left: -7px;
    padding: 0;
    margin-top: 20px;
    padding-bottom: 5px;
}
.categories__item {
    position: relative;
    width: fit-content!important;
    padding-right: 7px;
    padding-left: 7px;
}
.categories__link {
    border: 1px solid var(--second-company-text);
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: auto;
    position: relative;
    text-decoration: none;
    padding: 20px 40px;
    position: relative;
    transition: .3s;
    width: 100%;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: var(--second-company-text)
}
.categories__link.selected,
.categories__link:hover {
    background: var(--second-company-text);
    border: 1px solid var(--second-company-text);
    z-index: 3;
    color: var(--boxed-text);
}
.categ_prod_list {
    display: none;
}
.category_content {
    padding-top: 40px
}
.categories__image,
.categories__no_image {
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
}
.categories__no_image svg{
    width: 90px;
    height: 90px;
}
.categories__name {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    text-align: center; 
    align-items: center;
}
.subcategories_main_list {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 26px
}
.subcategory_link {
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: auto;
    position: relative;
    text-decoration: none;
    position: relative;
    transition: .3s;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #121212;
    overflow: hidden;
    background: #fff;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 20px 0px #00064312;
    padding: 40px;
    gap: 24px;
}
.subcategory_item {
    width: 100%;
    position: relative;
}
.subcategory_img img{
    border-radius: 5px;
    transition: all .3s!important;
    height: 90px;
}
.subcategory_img picture{
    display: block;
    max-height: 350px
}
.subcategory_name {
    width: 100%;
    transition: all .3s ease;
    text-align: center;
}
.subcategory_link:hover {
    color: #C60000;
    box-shadow: 0px 3px 22px 0px #0D004E47;
    transition: all .3s ease;
}
.subcategory_link:hover svg path{ fill: #C60000;transition: all .3s ease;}
.subcategory_link svg path{transition: all .3s ease;}
.subcategory_img {position: relative; transition: all .3s ease;}
.header_bottom_on {z-index: 9999;}
.overlay {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform .1ms ease-in-out .2s, opacity .3s ease-in-out;
    z-index: 99;
}
.overlay.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s ease-in-out;
}
.data_list.active {
    display: flex;
    flex-direction: column;
}
.data_list {
    display: none
}
.form_user_data {
    display: none;
}
.form_user_data.active{
    display: block;
}
.data_link {
    cursor: pointer;
}
.data_link svg{
    color: var(--button-color);
    transition: all .3s;
}
.data_link:hover svg{
    color: var(--second-company-text);
}
.data_form_body {
    max-width: 1050px;
    flex-wrap: wrap;
}
.data_password {
    padding: 30px 0;
    width: 100%
}
.data_password_description {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: var(--basic-company-text);
    max-width: 750px;
    padding: 0 10px;
    line-height: 25px;
    height: fit-content;
    display: flex;
}
.data_btns {
    gap: 20px;
    padding: 0 10px
}
.contact_data_list .data_form_inputs  {
    max-width: 430px
}
.input_phone_disabled {
    border-color: #A5A5A5;
    background-color: #F3F2F5;
    color: #595959;
    cursor:not-allowed
}
.input_phone_nouser {
    border-color: #DCDCDC;
    background-color: #F9F9F9;
}
.form_no_email {
    background-color: #F9F9F9;
    border-color: #DCDCDC;
}
.data_contacts_body {
    flex-direction: column;
}
.email_form_description {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 40px;
}
.user_banners_item {
    max-width: 420px;
    width: 100%;
    background: var(--bg);
    box-shadow: 0px 6px 22px 0px #4C5D7D14;
    border: 1px solid #F3F2F5;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    gap: 45px;
    overflow: hidden;
    height: 150px;
    text-decoration: none;
}
.user_banners_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 120px;
}
.user_banner_title {
    font-size: 20px;
    font-weight: 600;
    color: #6B6B6B;
    margin-bottom: 15px;
    z-index: 2;
    transition: all .5s;
    position: relative;
}
.user_banner_description {
    font-size: 14px;
    font-weight: 400;
    color: var(--body-text);
    line-height: 1.8;
    z-index: 2;
    position: relative;

}
.user_banners_item::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 145px solid #FDFDFD;
    border-right: 145px solid #FDFDFD;
    border-radius: 50%;
    box-shadow: 6px 0px 27px 0px #4C5D7D14;
    left: -16%;
    z-index: 1;
    transition: all .3s;
}
.user_banner_icon {
    z-index: 2;
    display: flex;
}
.user_banner_icon svg{
    width: 40px;
    height: 40px;
    color: var(--button-color);
    transition: all .3s
}
.user_banners_item:hover .user_banner_icon svg, 
.user_banners_item:hover .user_banner_title {
    color: var(--body-text)
}
.user_banners_item:hover::before {
    border-top: 150px solid #F3F2F5;
    border-right: 420px solid #F3F2F5;
    border-radius: 0;
    left: 0;
    box-shadow: none;
}
 
 .banner_main_text .banner_text__preview::-webkit-scrollbar,
 .block__popup_cart::-webkit-scrollbar,
 .cat_mobile::-webkit-scrollbar {
    width: 4px;
 } 
 ::-webkit-scrollbar{
    background: rgb(245, 245, 245);
    border-radius: 20px;
    width: 4px;
    height: 4px;
 }
.breadcrumbs::-webkit-scrollbar{
    height: 4px;
}
.tabs_buttons::-webkit-scrollbar,.features::-webkit-scrollbar{
    height: 0;
}
::-webkit-scrollbar-thumb {
    background-color: #A3C3B8;
    border-radius: 20px;
 }
body::-webkit-scrollbar-track {
    background: #fff;
}
body::-webkit-scrollbar{
    background: rgb(245, 245, 245);
    border-radius: 10px;
    width: 10px;
    height: 4px;
 }
body::-webkit-scrollbar-thumb {
    background-color: (--basic-company);
    border-radius: 10px;
    width: 10px;
 }
 /* .fn_search_mobile.form_search {
    background: rgba(0, 0, 0, .9);
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: saturate(180%) blur(20px);
} */
.search_close {
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: color .5s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* .form_search_content {
    display: flex
;
    flex-direction: column;
    width: 100%;
    max-width: 660px;
    height: 100%;
    padding: 0px 20px;
    position: relative;
    z-index: 20;
    margin: 0 auto;
} */
.text_search {
    color: rgba(255, 255, 255, .6);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin: 15vh 0px 0px 0px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* .form_search_mobile {
    display: block;
    width: 100%;
    height: 60px;
    margin: 20px 0px 0px 0px;
    position: relative;
}
.form_search_mobile input {
    background: var(--bg);
    border: none;
    color: var(--body-text);
    height: 50px;
    width: 100%;
} */
.search_close svg {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.order_boxeded .h3 {
    margin-bottom: 20px
}
.adult_popup {
    z-index: 10;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.popup_adult_content {
    display: flex;
    flex-direction: column;
    gap: 18px
}
.popup_adult_title {
    font-size: 16px;
    font-weight: 400;
    color: #A5A5A5;
    text-align: center;
}
.popup_adult_btns {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.adult_btn_yes, .adult_btn_no {
    width: 80px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #C60000;
    background: transparent;
    transition: all .3s;
    color: #121212;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}
.adult_btn_yes:hover, .adult_btn_no:hover {
    background: #C60000;
    color: #fff;
}
.adult_popup.show {
    display: flex
}
.banner_main_wrp {
    position: relative
}
.banner_main_wrp .categories_nav {
top: 0;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
 .password_remind_text {
    font-size: 18px;
 }

.novaposhta_type_input {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.novaposhta_type_input svg {
    top: 0;
    position: relative;
    width: 22px;
    height: 22px
}
.table_responsive{
    width: 100%;
    overflow-y: auto;
    overflow: auto;
    margin: 0 0 1.5rem
}

.image_zoom img {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform: scale(1);
}
.fn_articles_slide:not(.swiper-container-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.fn_articles_slide:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {
    display: none;
}
.block_no_product {
    margin-bottom: 60px;
    font-size: 18px;
}
.category__description_grid {
    display: grid;
    grid-template-columns: 65% 30%;
    max-width: 100%;
    gap: 5%;
}
.category__description_image img {
    position: sticky;
    top: 110px;
}
.list_stroke {
    list-style: none;
    margin: 0 0 1.5rem 0;
}
.list_stroke li {
    position: relative;
    padding-left: 40px;
}
.list_stroke li::before {
    content: url(../images/list-img.svg) !important;
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.header-top {
    background: #ff4d4d;
    color: #fff;
    padding: 7px 0px;
}