@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-regular.woff2?v=4.7.0') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --a-hover: #FFD37C;
}

/* Custom Styles [Start]*/
    .boxed_block{
        border: 1px solid #E5E5E5;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        padding: 20px 20px 20px 20px;
    }

    .auto_split_block{
        display: grid;
        grid-template-columns: auto 1fr;
    }

    .vertical_block{
        display: grid !important;
        gap: 20px;
    }

    .small_gap{
        gap: 10px;
    }

    .medium_gap{
        gap: 50px;
    }

    .big_gap{
        gap: 110px;
    }

/* Custom Styles [End]*/

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    color: #030303;
    min-width: 320px;
}

.main {
    flex: 1 0 auto;
    position: relative;
}

.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#header_logo-svg{
    height: 70px;
    max-height: 100%;
}

#fn_callback_sent {
    width: 500px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    font-weight: bold;
    font-family: inherit;
    color: #0a0a28;
}

.h1 {
    font-size: 22px;
    border-bottom: 1px solid #e1e8ed;
    background-color: #fff;
    margin: 0;
}

.h2 {
    padding: 19px 15px;
    font-size: 18px;
    border-bottom: 1px solid #e1e8ed;
    background-color: #fff;
    margin: 0;
}

.h3 {
    font-size: 18px;
    margin: 0 0 15px;
}

.h4 {
    font-size: 16px;
    color: #606060;
    margin: 0 0 5px;
}

.h5 {
    font-size: 14px;
    color: #606060;
    margin: 0 0 5px;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
}
strong {
    font-weight: bold; /* Устанавливает жирное начертание текста */
    color: black; /* Задает цвет текста, например, красный */
    
}


a:hover,
a:active,
.container__about-company #about:hover {
    color: var(--a-hover);
}

.container__about-company #about:hover {
    cursor: pointer;
}

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

.clearfix {
    clear: both;
}

#menu {
    position: relative;
    z-index: 999999;
}

.row:after {
    clear: both;
    content: " ";
    display: block;
}

.hidden {
    display: none !important;
}

.center {
    text-align: center;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.nowrap {
    white-space: nowrap;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
}

.table th,
.table td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #e8e8e1;
}

.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6f7;
}

.fit_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label_block {
    display: block;
    margin-bottom: 5px;
}


/* Form */

.form_group {
    position: relative;
    margin-bottom: 20px;
}

.callback_form .form_group {
    margin: 0;
}

.form_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeaxnj t;
    cursor: pointer;
    margin-top: 5px;
}

.form_placeholder {
    transition: all 0.1s linear 0s;
    line-height: 1;
    display: table;
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    cursor: text;
    font-family: inherit;
    color: rgb(146, 146, 146);
    font-size: 15px;
}

.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error~label~.form_placeholder,
.placeholder_focus:focus~.form_placeholder {
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}

.placeholder_focus:-webkit-autofill,
.placeholder_focus:-webkit-autofill:hover,
.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;
}

.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error~label~.form_placeholder,
.placeholder_focus:focus~.form_placeholder,
.placeholder_focus:-webkit-autofill~.form_placeholder,
.placeholder_focus:-webkit-autofill:focus~.form_placeholder,
.placeholder_focus:focus~.form_placeholder {
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}

.form_placeholder {
    pointer-events: none;
}

.form_input,
.form_textarea {
    border: 1px solid #E5E5E5;
    box-shadow: inset 0px 0px 20px rgba(51, 51, 51, 0.09);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #5F5F5F;
    width: 100%;
}

.form_input {
    height: 50px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0 15px;
}

.form_textarea {
    min-height: 200px;
    display: block;
    border-radius: 2px;
    background-color: #fff;
    padding: 15px;
}

.captcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
}

.form_captcha {
    display: inline-block;
    position: relative;
    margin: 0 0 0 17px;
    vertical-align: top;
}

.input_captcha {
    width: 130px;
    line-height: 38px;
    vertical-align: top;
    height: 40px;
}

.secret_number {
    border: 1px solid #e8e8e1;
    padding: 9px;
    border-radius: 2px;
    background: #f5f8f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}

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

.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}

.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
}

.error {
    color: #f00;
    display: block;
    font-size: 13px;
}

#sm_logo {
    float: right;
    font-size: 0;
    margin-left: 25px;
    margin-top: -10px;
}

#sm_logo img {
    vertical-align: top;
}

.ya_map {
    width: 100%;
    min-height: 450px;
}

.ya_map iframe {
    width: 100%;
}

.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0;
}

.dropdown {
    display: none;
}

.active.cat_switch::after,
.active .angle_icon,
.sort_link.active_down span::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #5F5F5F;
}

.padding {
    padding: 20px 15px 25px;
}

header a,
.top_item,
.callback,
.search_button,
.button,
.category_link,
.arrow_right,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a,
.active.cat_switch::after,
.angle_icon,
.sort_link.active_down span::after {
    transition: all 0.2s ease;
}


/*Кнопки*/

.disable_button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px;
    font-weight: bold;
    font-family: inherit;
    font-size: 12px;
    line-height: 36px;
    color: inherit;
    border: 2px solid #f2bd0b;
    border-radius: 2px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
}

.button {
    cursor: pointer;
}

.buy {
    padding: 0px 20px;
    line-height: 30px;
    border: 2px solid #e5e5e5;
}

.buy:hover {
    border-color: #f2bd0b;
    background-color: #fff;
    color: inherit;
}

.comparison_button,
.wishlist_button {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 16px;
    height: 14px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.wishlist_button {
    top: 62px;
    background-position: 0 -15px;
}

.comparison_button.selected {
    background-position: -34px 0;
}

.wishlist_button.selected {
    background-position: -34px -15px;
}


/* Header */

header {
    background-color: #fff;
}

header a {
    text-decoration: none;
}

.top_nav {
    border-bottom: 1px solid #e8e8e1;
}

.menu_switch {
    position: relative;
    float: left;
    height: 38px;
    width: 49px;
    margin-left: -15px;
    border-right: 1px solid #e8e8e1;
    color: #b8b7b7;
    font-size: 0;
    cursor: pointer;
}

.menu_switch::before {
    content: "";
    width: 18px;
    height: 12px;
    position: absolute;
    top: 13px;
    left: 15px;
    background: url(../images/sprite.png) no-repeat -46px -304px;
}

.openmenu .menu_switch::before {
    width: 14px;
    height: 14px;
    top: 12px;
    left: 17px;
    background-position: -48px -320px;
}

.informers {
    float: right;
}

.informer {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 22px;
    font-weight: bold;
    font-size: 0;
    min-width: 49px;
    text-align: center;
    border-left: 1px solid #e8e8e1;
    text-transform: capitalize;
    color: #686666;
}

.informer_name,
.informer_counter {
    vertical-align: top;
    font-size: 12px;
}

.informer_counter {
    margin-left: 4px;
}

.cur_switch,
.lang_switch {
    cursor: pointer;
}

.informer .dropdown {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    top: 100%;
    right: -1px;
    min-width: calc(100% + 2px);
    font-size: 12px;
}

.informer .dropdown_item {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
}

.informer .dropdown_item:hover {
    background-color: #e8e8e1;
}

.account_informer {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/enter.png);
}

.wish_icon,
.compare_icon,
.angle_icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png);
}

.wish_icon {
    background-position: 0px -15px;
}

.compare_icon {
    background-position: 0px 0px;
}

.angle_icon {
    height: 10px;
    background-position: 0px -32px;
}

.logo {
    display: block;
    font-size: 0;
    text-align: center;
}

.cart_info {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    font-style: normal;
    font-size: 15px;
    color: #fff;
}

.cart_info svg {
    margin-right: 10px;
}


/* .cart_info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(../images/shopping-cart-solid.svg) no-repeat;
} */

.cart_counter {
    position: absolute;
    top: -5px;
    left: 18px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 100%;
    background-color: #f2bd0b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.cart_total {
    display: block;
    font-weight: bold;
}

.times,
.phones {
    float: left;
    line-height: 21px;
    font-weight: bold;
    margin-top: 16px;
}

.times {
    font-size: 14px;
}

.phones {
    font-size: 17px;
}

.times_inner,
.phones_inner {
    position: relative;
    display: inline-block;
    padding-left: 45px;
}

.times_text {
    color: #686666;
    font-weight: normal;
}

.times_inner::before,
.phones_inner::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 5px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -44px;
}

.phones_inner::before {
    top: 7px;
    background: url(../images/sprite.png) no-repeat 0 -77px;
}

.callback {
    display: block;
    float: left;
    padding: 11px 12px;
    border: 2px solid #929faf;
    border-radius: 2px;
    line-height: 14px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
}

.callback:hover {
    border-color: #f2bd0b;
}

.account {
    float: right;
    padding-top: 11px;
    font-size: 13px;
    margin-top: 10px;
}

.account_link {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 30px;
}

.account_link::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    top: 4px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -145px;
}

.account_name {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 97px;
    overflow: hidden;
}

.header_bottom {
    background-color: #38c0f3;
}

.search {
    position: relative;
    background-color: #FFFFFF;
}

.search_input {
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    border: none;
    background: none;
    font-size: 24px;
    color: grey;
}

.search_button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #f2bd0b;
    width: 60px;
    height: 60px;
    line-height: 31px;
    padding: 0;
    font-size: 0;
    color: #fff;
    cursor: pointer;
}

.search_button:hover {
    background: #d4a507;
}

.search_icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.categories {
    position: relative;
    max-width: 400px;
}

.categories_heading {
    float: left;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 20px;
    color: #fff;
    background-color: #38c0f3;
    font-size: 0;
    cursor: pointer;
}

.menu_icon {
    vertical-align: middle;
}

.categories_heading span {
    font-size: 14px;
    margin-left: 15px;
    vertical-align: middle;
}

.categories_nav {
    display: none;
    background-color: #38c0f3;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid #23aee2;
    position: absolute;
    z-index: 999;
    top: 60px;
    left: 0;
    min-width: 100%;
}

.category_item {
    position: relative;
}

.category_link {
    position: relative;
    display: block;
    padding: 6px 30px 6px 20px;
    border-bottom: 1px solid #23aee2;
}

.category_item .arrow_right {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    font-size: 0;
    color: #23aee2;
}

.cat_switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
}

.cat_switch::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 15px;
    width: 16px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -23px -304px;
}


/* FOOTER */

footer .fn_menu_list{
    flex-direction: column;
}

footer .fn_menu_list li span{
    font-size: 18px;
}

footer .fn_menu_list .menu_item{
    margin: 0;
}

/* Main page */

.advantages {
    background-color: #f2f6f7;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    color: #929faf;
}

.advantage {
    position: relative;
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.advantage::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    background-image: url(../images/home_sprite.png);
    background-repeat: no-repeat;
}

.advantage_1::before {
    top: 17px;
    height: 23px;
    background-position: 0 -98px;
}

.advantage_2::before {
    top: 13px;
    background-position: 0 -65px;
}

.advantage_3::before {
    top: 15px;
    height: 31px;
    background-position: 0 -33px;
}

.advantage_4::before {
    top: 13px;
    background-position: 0 0;
}

.banners {
    font-size: 0;
    margin-bottom: 40px;
}

.look_all {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #275C77;
    text-decoration: underline;
}

.main_text {
    padding-top: 12px;
    color: #606060;
    opacity: .7;
}


/* Blog */

.blog {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    height: auto;
    min-height: 350px;
 	margin-bottom: 30px;
 	
}

.blog:nth-child(0) {
    height: 350px;
    min-width: 180px;
}

.block table {
    margin: 0 0 30px;
    max-width: 100%;
}

.block table p {
    text-align: center;
}

.block tr,
.block td {
    border: 1px solid #5F5F5F;
}

.block td {
    border: 1px solid #5F5F5F;
    padding: 15px;
}

.blog .blog_img {
    all: unset;
    width: 180px;
}

.blog_left {
    max-width: 800px;
    width: 100%;
    padding-right: 20px;
}

.blog_left .blog_left_title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
}

.blog_left .blog_content .blog_content__bottom {
    display: flex;
    justify-content: space-between;
}

.blog_left .blog_content .h5 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.blog_left .btn-2 {
    margin-bottom: 100px;
    position: relative;
    margin-left: 0;
    left: calc(50% - 90px);
}

.blog_left .btn-2 span {
    color: #000000;
}

.blog_left .btn-2:hover {
    box-shadow: inset 180px 0 0 0 #FFFFFF;
}

.blog_left hr {
    display: block;
    opacity: 0.4;
    /*width: 780px;*/
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 50px 0px;
}

.blog_right {
    background: #F3F3F3;
    flex-basis: 380px;
    display: flex;
    flex-direction: column;
}

.blog_right .blog_right_title {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    margin: 5px 0 70px 0;
}

.blog_right .blog_right__item {
    width: 100%;
    max-width: 380px;
    height: 167px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_right .blog_right__item p {
    margin: 0;
}

.blog_right .blog_right__item .h5 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.blog_right .blog_right__item:nth-child(2n - 1) {
    background: #F9F9F9;
}

.news {
    position: relative;
}

.news_content,
.blog_content {
    padding: 30px 20px;
    color: #606060;
}

.blog_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.blog_content hr {
    margin: 25px 0;
}

.news_image,
.blog_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-color: #f5f6f7;
    background-image: url(../images/post_img.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.news_img,
.blog_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}

.blog_annotation,
.news_annotation {
    opacity: .7;
    max-height: 105px;
    overflow: hidden;
}
.blog-container {
    display: flex;
    flex-wrap: wrap; /* Это позволяет элементам переходить на новую строку */
    gap: 20px; /* Отступы между блоками */
}

.news_date,
.blog_date {
    margin: 12px 0 5px;
    opacity: .7;
}


/* Brands */

.all_brands {
    position: relative;
}

.brands {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.all_brands_link,
.brand_link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    padding: 30px 25px;
}

.all_brands_link {
    border-left: 1px solid #e8e8e1;
}

.slick-current .all_brands_link {
    border-left: none;
}

.brand_item {
    border: 1px solid #EEEEEE;
    width: 100%!important;
    height: 160px;
}

.brand_image,
.brand_name {
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

.brand_image {
    /* margin-bottom: 20px; */
}

.brand_img {
    vertical-align: middle;
    max-height: 100%;
}

.brand .brand_item:hover,
.all_brands_link:hover {
    box-shadow: inset 0 0 0 1px #ccccc6;
}


/*#fn_content .products_item:hover {*/


/*    border: 1px solid #E5E5E5;*/


/*    box-sizing: border-box;*/


/*    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);*/


/*}*/

.products_not_found {
    width: 150px !important;
}

.slick-track {
    width: max-content !important;
}


/* Product preview */

.main_products {
    position: relative;
}

.preview {
    position: relative;
    padding: 0 7.5px 0;
    height: 535px;
    min-width: 290px;
}

.preview_h {
    position: relative;
    margin-bottom: 20px;
}

.preview_item_h {
    padding: 20px;
    min-height: 170px;
    height: auto;
    transition: .5s;
    border-bottom: 1px solid #E5E5E5;
}

.preview_item_h .product_name {
    text-align: left;
}

.preview_item_h .preview_form {
    margin-top: 10px;
}

.preview_item_h .product-annotation {
    padding: 0 15px;
    max-height: 130px;
    height: 130px;
    overflow-y: hidden;
}

.preview_item_h:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.price-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    height: 130px;
}

.product_name {
    display: block;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    /*height: 63px;*/
    /*line-height: 21px;*/
    font-size: 17px;
    color: #333333;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.preview_image {
    display: block;
    position: relative;
    height: 180px;
    line-height: 200px;
    text-align: center;
    padding: 0 0 30px;
}

.related {
    background: transparent;
}

.preview_img {
    vertical-align: middle;
    max-height: 100%;
    width: auto;
}

.preview .price_container {
    position: relative;
    min-height: 42px;
}

.preview_form {
    align-self: center;
}

.preview .price {
    font-size: 16px;
}

.preview .hidden+.price {
    margin-top: 7px;
}

.old_price {
    position: absolute;
    right: 0;
    top: -11px;
    font-size: 13px;
    color: red;
    opacity: .7;
    text-decoration: line-through;
    font-weight: bold;
}

.remove_link {
    display: block;
    margin: -15px 0 15px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}

.remove_link .remove_icon {
    margin-top: -2px;
    color: #e62e04;
}

.remove_link span {
    text-decoration: underline;
}

.remove_link:hover span {
    text-decoration: none;
}

.sort {
    border-bottom: 1px solid #e8e8e1;
    line-height: 17px;
    background-color: #fff;
    padding-left: 3px;
}

.sort_title {
    display: block;
    padding: 14px 12px 0;
    font-weight: bold;
    font-size: 16px;
}

.sort_link {
    float: left;
    padding: 14px 5px 14px 10px;
    text-decoration: none;
    font-size: 13px;
    border: none;
    background: none;
    cursor: pointer;
}

.sort_link.active_up,
.sort_link.active_down {
    color: #f2bd0b;
    font-weight: bold;
}

.sort_link span {
    display: inline-block;
    position: relative;
    padding-right: 21px;
}

.sort_link span::after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url(../images/sprite.png) no-repeat -1px -303px;
}

.sort_link.no_after span::after {
    content: none;
}


/* Cart */

.purchase {
    width: 100%;
    margin-bottom: 0px;
}

.purchase th,
.purchase td {
    vertical-align: middle;
    text-align: center;
}

.purchase th {
    padding: 12px 8px;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    background-color: #fcfcfc;
}

.purchase td {
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
    padding: 8px;
    background-color: #fff;
}

.purchase_remove,
.purchase_image {
    font-size: 0;
}

.purchase_remove a {
    text-decoration: none;
}

.purchase_preorder,
.purchase_remove a:hover {
    color: #e62e04;
}

.remove_icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.amount {
    position: relative;
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
}

.plus,
.minus {
    position: absolute;
    font-size: 16px;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #E5E5E5;
    top: 0;
}

.minus {
    left: 5px;
}

.plus {
    right: 5px;
}

.plus:hover,
.minus:hover {
    color: #5F5F5F;
}

.input_amount {
    display: block;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    height: 35px;
    color: #5F5F5F;
    text-align: center;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    padding: 0;
    width: 100%;
}

.purchase_total td {
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}

.purchase_total {
    font-weight: bold;
    font-size: 16px;
}

.purchase_total .total_sum {
    color: #f2bd0b;
    font-size: 18px;
}

.purchase_name {
    font-weight: bold;
    font-size: 13px;
    color: #f2bd0b;
}

.purchase .coupon,
.purchase .purchase_total {
    padding: 10px;
}

.input_coupon {
    vertical-align: top;
    width: 165px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    font-size: 13px;
    font-family: inherit;
}

.coupon_button {
    height: 34px;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.coupon_button:hover {
    background: #d4a507;
}

.coupon .message_error {
    margin: 0 0 10px;
    width: 285px;
}

.delivery {
    font-size: 13px;
}

.delivery_item {
    margin-bottom: 15px;
}

.delivery_description {
    margin-left: 25px;
    display: none;
}

.active+.delivery_description {
    display: block;
}

.input_delivery {
    float: left;
    margin: 7px 0 0;
}

.delivery_item img {
    vertical-align: middle;
    margin-right: 4px;
}

.delivery_name {
    display: block;
    padding-left: 25px;
}

.delivery_label {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 500;
}

.active.delivery_label {
    font-weight: bold;
}

.order_details {
    width: 100%;
}

.order_details td {
    padding: 0 0 15px;
}

.order_notify {
    background-color: #fff;
    border: 2px solid rgb(56, 192, 243);
    margin-bottom: 25px;
    padding: 18px 20px 18px;
}

.order_heading {
    color: rgb(10, 10, 40);
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 10px;
}

.order_thank {
    color: rgb(10, 10, 40);
    font-size: 18px;
    line-height: 1.2;
    font-family: inherit;
    margin-top: 10px;
}

.order_tag {
    color: #fff;
    line-height: inherit;
    padding: 0px 8px;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    background-color: rgb(56, 192, 243);
}

.order_heading_promo {
    color: rgb(10, 10, 40);
    font-size: 16px;
    line-height: 1.3;
}

.method_name {
    font-weight: bold;
    font-size: 16px;
}

.method_form {
    margin: 15px 0;
}

.method_description {
    margin-bottom: 15px;
}

.feedback_form {
    background-color: #f5f6f7;
    border: 1px solid #e8e8e1;
}

.feedback_inner {
    padding-top: 25px;
}


/* Pagination */

.pagination {
    list-style: none;
    text-align: center;
    background: #fff;
    padding: 15px 10px 5px;
    margin: -40px 0 40px;
}

.page_item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
}

.page_link {
    display: block;
    padding: 3px 7px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e8e8e1;
    background-color: #fff;
    color: #303030;
}

.page_link:hover,
.active .page_link {
    color: #fff;
    background-color: var(--a-hover);
    border-color: var(--a-hover);
}


/* Product Page */

.product_heading {
    font-size: 22px;
    color: #0a0a28;
    font-weight: bold;
    line-height: 1.1;
    margin: 5px 0 22px;
}

.sku {
    margin-top: -10px;
    margin-bottom: 16px;
    font-size: 13px;
}

.sku_nubmer {
    color: #adaaaa;
}

.product_brand_block {
    font-size: 13px;
    float: left;
    margin-right: 25px;
}

.product_image {
    position: relative;
    text-align: center;
    margin-bottom: 23px;
}

.product_image a {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 340px;
    border: 1px solid #e8e8e1;
    -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;
}

.product_img {
    position: relative;
    max-height: 100%;
}

.images {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 23px;
}

.images_item {
    float: left;
    width: 16.666667%;
    padding-left: 6px;
    padding-right: 6px;
}

.images_link {
    display: block;
    border: 1px solid #e8e8e1;
    height: 77px;
    line-height: 75px;
    text-align: center;
    font-size: 0;
}

.images_item img {
    vertical-align: middle;
}

.product_details {
    margin-bottom: 23px;
}

.product_wish {
    margin-bottom: 12px;
}

.product_wish,
.product_compare {
    position: relative;
    display: inline-block;
    color: #686666;
    font-size: 12px;
    padding-left: 27px;
}

.product_wish::before,
.product_compare::before {
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png);
}

.product_wish::before {
    background-position: -17px -15px;
}

.product_wish.selected::before {
    background-position: -34px -15px;
}

.product_compare::before {
    background-position: -17px 0;
}

.product_compare.selected::before {
    background-position: -34px 0;
}

.product_wish::after,
.product_compare::after {
    content: attr(title);
}

.details_label {
    margin-right: 13px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #999999;
}

.product_rating {
    display: inline-block;
    margin: 0;
    font-size: 13px;
}

.available {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}

.fn_transfer {
    margin-bottom: 90px;
}

.in_stock,
.no_stock {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.in_stock {
    color: #65AD38;
}

.no_stock {
    color: red;
    padding-left: 18px;
}

.in_stock::before,
.no_stock::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -37px -33px;
}

.no_stock::before {
    height: 9px;
    background: url(../images/sprite.png) no-repeat -52px -33px;
}

.quontity_label {
    margin-top: 34px;
}

.product .amount {
    display: inline-block;
    vertical-align: top;
}

.product_btn {
    color: #fff;
    border: 2px solid #d4a507;
    background-color: #f2bd0b;
    min-width: 220px;
}

.info_delivery,
.info_payment {
    margin-top: 25px;
}

.product_btn:hover {
    background-color: #d4a507;
    border-color: #d4a507;
}

.product .variant_select,
.products_item .variant_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 5px;
}

.variant_select::-ms-expand {
    display: none;
}

.product_buttons {
    margin-top: 25px;
}

.info_delivery,
.info_payment {
    border: 1px solid #e1e8ed;
    padding: 20px 18px 14px;
    font-size: 14px;
    position: relative;
}

.info_delivery::before,
.info_payment::before {
    content: "";
    position: absolute;
    bottom: 12px;
}

.info_delivery::before {
    width: 48px;
    height: 64px;
    right: 12px;
    background: url(../images/sprite.png) no-repeat 1px -178px;
}

.info_payment::before {
    width: 64px;
    height: 58px;
    right: 10px;
    background: url(../images/sprite.png) no-repeat 0px -243px;
}

.info_delivery .h5,
.info_payment .h5 {
    color: #030303;
    margin-bottom: 15px;
}

.info_delivery p,
.info_payment p {
    margin-bottom: 7px;
    opacity: .7;
}

.product_share {
    margin: 20px 0 25px;
}

.share_text {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.product_share>div {
    display: inline-block;
    vertical-align: middle;
}

.product .pager {
    padding: 0;
}

.tab_navigation {
    overflow: hidden;
    z-index: 1;
}

.tab_navigation a {
    display: block;
    padding: 7px 10px;
    background-color: #f7f7f7;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #e1e8ed;
}

.tab_navigation a.selected {
    background-color: #fff;
    box-shadow: inset 0 2px 0 0 #38c0f3;
}

.tab_container {
    overflow: hidden;
    border-top: 1px solid #e1e8ed;
    margin: -1px 0 0;
}

.tab {
    display: none;
    padding: 15px;
}

.product_description {
    line-height: 1.65;
}

.features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.features li {
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #fff;
}

.features_name,
.features_value {
    padding-left: 20px;
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    height: auto;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.features_value {
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5F5F5F;
    background: white;
}

.features_name {
    font-size: 18px;
    color: #333333;
    background: #FFF9ED;
}

.features_name span {
    position: relative;
    z-index: 1;
}


/* Comments */

#comments h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.comment_item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(225, 232, 237);
    padding-bottom: 10px;
}

.admin_note {
    margin-top: 10px;
    margin-left: 15px;
    border-left: 3px solid rgba(56, 192, 243, 0.8);
    padding: 10px;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: rgb(248, 248, 248);
}

.comment_author {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.comment_date {
    opacity: .5;
    font-size: 14px;
    line-height: 17px;
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
}

.comment_date img {
    margin-right: 10px;
}

.comment_content {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.no_comments {
    border-left: 3px solid rgba(255, 211, 124, 1);
    padding: 10px;
    background: rgb(248, 248, 248)
}


/* Post */

.post_content table {
    overflow-x: auto;
    display: block;
 	max-height: 500px;
}

.post_content {
 	margin-bottom: 300px;
 	display: flex;
    flex-wrap: wrap; /* Это позволяет элементам переходить на новую строку */
 	max-height: 100000px;
}
/* я добавил*/
.block post {
    overflow: auto; /* Добавляет полосы прокрутки, если контент превышает размер блока */
    max-height: none; /* Удаляет ограничения по максимальной высоте, если они есть */
    height: auto; /* Устанавливает высоту блока в зависимости от его содержимого */
}
 
 
.post_date {
    opacity: .7;
    margin-bottom: 10px;
}

.post_name {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
}

.post_share {
    margin: 20px 0;
}

.pager {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
    overflow: hidden;
}

.pager li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pager li:nth-child(even) {
    text-align: right;
}

.pager a,
.pager a:hover span {
    text-decoration: none;
}

.pager a span {
    text-decoration: underline;
}

.change_pass {
    margin-bottom: 10px;
}

.change_pass span {
    cursor: pointer;
    border-bottom: 1px dotted;
}

.change_pass span:hover {
    border-color: transparent;
}

.password_remind {
    float: right;
    margin-top: 6px;
    font-size: 13px;
}


/* Filters */

.sidebar_top {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.sidebar_center {
    background-color: #fff;
    margin-bottom: 20px;
}

.sidebar .h2 {
    padding-bottom: 10px;
    padding-top: 12px;
}

.filter_group {
    padding: 20px 20px 0;
    margin-bottom: 20px;
}

.filter_group .flex_jc button {
    height: 40px;
    margin: 0;
    text-decoration: none;
}

.filter_group .ui-slider {
    height: 2px;
    border: 0;
    margin: 0;
    border-radius: 0;
}

.filter_group .ui-slider .ui-slider-range {
    background-color: var(--a-hover);
}

.filter_group .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border: 0;
    background-color: #FFFFFF;
    top: -9px;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.catalog_menu {
    padding: 20px 23px 0;
}

.selected_filter_boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.selected_filter_box {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.selected_filter_item {
    border: 1px solid var(--a-hover);
    border-radius: 3px;
    margin: 0 0px 10px 0;
    max-width: 100%;
}

.selected_filter_item button {
    min-height: 45px;
    height: auto;
}

.filter_reset {
    font-size: 13px;
    color: #00aeef;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    border: none;
    background: no-repeat;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}

.selected_filter_box .s_filter_link {
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 12px;
    padding: 2px 8px 1px;
    cursor: pointer;
    color: #575757;
}

.selected_filter_box .s_filter_link span {
    margin-right: 5px;
    cursor: pointer;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
}

.selected_filter_box .s_filter_link svg {
    width: 16px;
    height: 16px;
    color: #999;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
}

.selected_filter_box .selected_filter_item:hover .s_filter_link svg {
    color: #f25050;
}

.selected_filter_box .selected_filter_item:hover {
    background: var(--a-hover);
}

.selected_filter_box .selected_filter_item:hover .s_filter_link {
    color: #fff;
}

.filters_heading {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding: 9px 15px;
    cursor: pointer;
}

.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px;
}

.filter_item {
    line-height: 24px;
    padding: 7px 0;
    color: #5F5F5F;
}

.filter_item button {
    width: unset;
    height: unset;
    color: unset;
}

.catalog_item {
    padding: 0;
}

.catalog_item.has_child + .subcatalog{
    display: none;
    padding-left: 15px;
}

.filter_category-wrapper.has_subcategories:hover > .catalog_item + .subcatalog{
    display: grid;
}

.catalog_link.sub_cat::after{
    transition: .3s;
}

.filter_category-wrapper.has_subcategories:hover .catalog_link.sub_cat::after{
    transform: rotate(225deg);
}

.filter_link {
    display: block;
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    min-height: 24px;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    background: no-repeat;
    border: none;
    text-align: left;
}

.catalog_link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative;
    padding-left: 0px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 0px;
}

.catalog_link.sub_cat::after {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(135deg);
    border-top: 2px solid #aaa;
    border-left: 2px solid #aaa;
}


/* .catalog_link.sub_cat::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/select_arrow.png);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
} */

.filter_indicator {
    position: absolute;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    left: 0;
    border: 1px solid #e8e8e1;
    border-radius: 1px;
}

.checked .filter_indicator {
    background: url(../images/done-tick.svg) no-repeat;
    background-color: var(--a-hover);
}

.price_range {
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
}

.price_label {
    width: 100px;
}

.max_input,
.min_input {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #5F5F5F;
    max-width: 100%;
    padding: 0 10px;
    line-height: 30px;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}


/* Browsed products */

.browsed {
    padding-top: 10px;
    padding-bottom: 15px;
}

.browsed_item {
    line-height: 50px;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.browsed_item img {
    vertical-align: middle;
}


/* Product Rating */

.rating_starOff {
    display: inline-block;
    vertical-align: top;
}

.rating_starOff,
.rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.jpg) repeat-x left top;
}

.rating_starOn {
    display: block;
    background-position: left bottom;
}

.rating_text {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
}


/* BREADCRUMBS */

.breadcrumbs {
    font-family: 'Montserrat', sans-serif;
    margin: 25px 0 45px;
    list-style: none;
    font-size: 12px;
    background-color: #fff;
    padding-inline-start: 0;
}

.breadcrumbs li {
    display: inline-block;
    padding: 0;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #575757;
    margin-left: 28px;
}

.breadcrumbs li:first-child {
    margin-left: 0;
}

.breadcrumbs h1 span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
}

.breadcrumbs span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.breadcrumbs li+li:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 9px;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
}


/* Scroll to top */

.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    display: none;
    background-color: #b8b7b7;
    /* background-image: url(../images/up-arrow.png); */
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.to_top:hover {
    background-color: var(--a-hover);
}

.to_top::after {
    display: block;
    content: '';
    position: relative;
    top: 2px;
    width: 13px;
    height: 13px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
}


/* POPUP WINDOW */

.popup {
    width: 100%;
    display: flex;
}

.popup_heading {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}


/* Comparison_page */

.comparison_page {
    padding-bottom: 40px;
}

.comparison_left {
    float: left;
    width: 30%;
}

.comparison_products {
    float: right;
    width: 70%;
    position: relative;
    margin: 0;
    border-left: 1px solid #e8e8e1;
}

.comparison_item {
    border-right: 1px solid #e8e8e1;
}

.cell {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
}

.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: center;
}

.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    border-top: 1px solid #e8e8e1;
}

.cell:nth-child(odd) {
    background: #efefef;
}

.compare_controls {
    position: relative;
}

.compare_show {
    position: absolute;
    left: 0px;
    bottom: 25px;
}

.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 15px;
}

.compare_show a:hover,
.compare_show .active {
    background: #fff;
    border: 1px solid #e8e8e1;
    padding: 5px 10px;
    color: #030303;
}

.compare_show a span {
    border-bottom: 1px dashed;
}

.compare_show a:hover span,
.compare_show .active span {
    border-color: transparent;
}

.preorder_label {
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
}

.callback_form .captcha {
    display: block;
    margin: 0 0px 20px 0;
}

.callback_form .captcha .secret_number {
    width: 95px;
}

.callback_form .captcha .form_captcha {
    width: calc(100% - 117px);
}

.callback_form .button {
    display: block;
    width: 100%;
}

.order_notify_v2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    padding: 20px 0px;
}

.order_notify_v2 .o_notify_v2_head {
    vertical-align: middle;
    margin-bottom: 20px;
}

.order_notify_v2 svg {
    width: 44px;
    height: 44px;
    color: #74B636;
    margin-right: 12px;
    vertical-align: middle;
}

.order_notify_v2 .o_notify_v2_heading {
    font-size: 32px;
    font-weight: 600;
    vertical-align: middle;
}

.o_notify_v2_content {
    margin-bottom: 25px;
}

.o_notify_v2_content .o_notify_v2_content_inner {
    max-width: 660px;
    display: inline-block;
}

.o_notify_v2_order_id .o_notify_v2_order_id_box {
    display: inline-block;
    border: 2px solid #FFC007;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.2;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #414141;
}

.o_notify_v2_order_id .o_notify_v2_order_id_box .o_notify_v2_order_id_bold {
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    margin-top: 3px;
    display: block;
    color: #000;
}


/* main menu */

.menu_group_header {
    flex-basis: 1180px;
    margin: 0 50px;
}

.menu_group_header .links {
    display: flex;
    justify-content: space-evenly;
}

.menu_list_1 {
    padding-left: 0px;
    list-style: none;
}

.menu_list_2,
.menu_list_3,
.menu_list_4 {
    padding-left: 15px;
    list-style: none;
}

.menu_list {
    margin: 5px 0px 0px 0px;
    display: flex;
    margin-right: 50px;
    justify-content: space-between;
}

.menu_item {
    margin-bottom: 5px;
}

.container-one__top .menu_list_1,
.container-one__top .menu_group_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.container-one__top .menu_list_1 .menu_item_1{
    display: flex;
    align-items: center;
    height: 100%;
}


/* menu 404 */

.menu_group_404 .menu_list {
    margin: 0px;
    padding-left: 15px;
}

.menu_404 {
    margin-top: 30px;
}

.menu_404 .text_404 {
    margin: 0 0 40px;
}

.menu_404 .text_404 {
    font-weight: 500;
    font-family: inherit;
    color: rgb(89, 89, 89);
    font-size: 18px;
    line-height: 1.3;
}

.menu_group_404 .menu_list {
    padding: 0px;
    list-style: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: -20px;
    margin-left: -20px;
}

.menu_group_404 .menu_list_2 {
    display: none !important;
}

.menu_group_404 .menu_list .menu_item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.menu_group_404 .menu_list .menu_link {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #00C1F5;
    border: 1px solid rgb(0, 145, 185);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    -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;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
}

.menu_group_404 .menu_list .menu_link:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(4, 73, 92);
}

.container-one {
    position: relative;
    height: 100vh;
    padding: 0 40px 0 40px;
    overflow: hidden;
}

.container-one+.header_mobile {
    top: -60px;
    position: fixed;
    z-index: 999999;
    width: -webkit-fill-available;
}

.container-one+header {
    display: none;
}

.tb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    z-index: -1;
    background: url(../images/newban.jpg) no-repeat;
    background-size: cover;
    -webkit-animation: fadein 6s forwards;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 6s forwards;
    /* Firefox < 16 */
    -ms-animation: fadein 6s forwards;
    /* Internet Explorer */
    -o-animation: fadein 6s forwards;
    /* Opera < 12.1 */
    animation: fadein 6s forwards;
}

@keyframes fadein {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

.container-one .container-one__top {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fn_menu_switch {
    cursor: pointer;
    transition: 0.5s;
}

.fn_menu_switch:hover {
    opacity: 0.5;
}

.container-one .container-one__top .t .flex_ac .fn_menu_switch {
    display: none;
}

.container-one .container-one__top .fn_menu_switch {
    position: relative;
    z-index: 99999;
}

.container-one .container-one__top .search-box {
    height: 30px;
    min-width: 30px;
}

.container-one .container-one__top .flex_ac .search-box {
    margin-right: 20px;
}

.container-one a {
    cursor: pointer;
    transition: 0.5s;
}

.container-one .logo {
    cursor: pointer;
}

.search-box img {
    cursor: pointer;
    transition: 0.5s;
}

.search-box img:hover {
    opacity: 0.5;
}

.container-one .t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.container-one .t a:active {
    color: #FFD37C;
}

.container-one .t .toggle-nonactive ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding-inline-start: 0;
}

.container-one .t .search {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.container-one .t ul li:first-child {
    padding-left: 0;
    white-space: nowrap;
}

.container-one .t ul li:last-child {
    padding-right: 0;
}

.container-one .t ul li a {
    color: white;
    font-size: 18px;
}

.container-one .t ul li a:hover {
    color: #FFD37C;
}

.container-one .agroimpuls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.ov {
    overflow: hidden;
}

.container-one .agroimpuls .links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-one .agroimpuls .scroll {
    cursor: pointer;
}

.container-one .agroimpuls .scroll:hover {
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
    from {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 50px);
    }
    to {
        transform: translate(0, 0);
    }
}


/* Standard syntax */

@keyframes example {
    from {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 50px);
    }
    to {
        transform: translate(0, -0);
    }
}

.container-one .agroimpuls .links a {
    margin: 20px 0;
    transition: 0.5s;
}

.container-one .agroimpuls .links a:hover {
    opacity: 0.5;
}


/*.container-one .agroimpuls .links a:first-child {*/


/*    padding-top: 0;*/


/*}*/


/*.container-one .agroimpuls .links a:last-child {*/


/*    padding-bottom: 0;*/


/*}*/

.container-one .agroimpuls_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.container-one .agroimpuls_text hr {
    display: block;
    opacity: 0.4;
    width: 95%;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-block-start: 0;
    margin-block-end: 0;
}

.container-one .agroimpuls .agroimpuls_text h1 {
    font-size: 96px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 117px;
    margin-bottom: 20px;
    text-align: center;
}

.container-one .agroimpuls .agroimpuls_text h2,
h1 {
    margin: 0;
}

.container-one .agroimpuls .agroimpuls_text h2 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 56px;
    margin-top: 8px;
    text-align: center;
}

.container-one .container-one__bottom {
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.container-one .container-one__bottom .phone-number {
    font-weight: 400;
    cursor: pointer;
    margin: auto 0;
}

.container-one .container-one__bottom .phone-number:hover {
    color: var(--a-hover);
    transition: 0.5s;
}

.lang {
    font-size: 24px;
    color: white;
    font-weight: bold;
}

.lang span a:first-child {
    margin-right: 20px;
}

.lang span a:hover {
    color: var(--a-hover);
}


/*2222222222222222222222222222222222222222222*/

.container__about-company {
    position: relative;
    height: 704px;
    background: #F3F3F3;
    display: flex;
    justify-content: center;
}

.container__about-company .container {
    width: 1180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container__about-company .text {
    max-width: 48%;
    position: relative;
}

.container__about-company .text .buttons {
    display: flex;
    margin-bottom: 50px;
}

.container__about-company .text .buttons button:hover span {
    color: var(--a-hover);
}

.container__about-company img {
    width: 48%;
    object-fit: contain;
    height: 90%;
}

.container__about-company .text h2 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #333333;
}

.container__about-company .text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #5F5F5F;
}

.container__about-company .text ul p {
    margin: 0!important;
}

.container__about-company .text p:last-of-type,
.container__about-company .text p:first-of-type {
    margin: 55px 0;
}

.container__about-company .text p strong {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
}


/*best product*/

.best_product {
    position: relative;
    min-height: 900px;
    display: flex;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.best_product .fn_switch {
    height: 70px;
    border-bottom: 1px solid #E5E5E5;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.best_product .fn_switch span {
    margin-right: 15px;
    font-size: 25px;
}

.best_product__container {
    width: 100%;
    max-width: 1180px;
    margin: 0 30px;
}

.best_product .btn-1 {
    margin: 50px auto;
    /* left: calc(50% - 90px); */
}

.back {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    height: 600px;
    /* background: url(../images/group7.png); */
}

.best_product .best_product__mid {
    border: 1px solid #E5E5E5;
    width: 100%;
    max-width: 1180px;
}

.best_product .best_product__mid-top {
    width: 100%;
    max-width: 1180px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
}

.best_product .best_product__mid-top button {
    height: 69px;
    padding: 0;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #333333;
}

.best_product .best_product__mid-top button:hover {
    border-bottom: 1px solid #FFD37C;
    ;
    box-shadow: 1px 0 0 0 #E5E5E5, 0 1px 0 0 #E5E5E5, 1px 1px 0 0 #E5E5E5, 1px 0 0 0 #E5E5E5 inset, 0px -1px 2px -1px rgba(255, 211, 124, 0.8) inset;
}

.best_product .best_product__mid-top button:first-child:hover {
    border-left: 0;
}

.best_product .best_product__mid-top button:last-child:hover {
    border-right: 0;
}

.best_product .best_product__mid-top .active {
    border-bottom: 1px solid #FFD37C;
    box-shadow: 1px 0 0 0 #E5E5E5, 0 1px 0 0 #E5E5E5, 1px 1px 0 0 #E5E5E5, 1px 0 0 0 #E5E5E5 inset, 0px -1px 2px -1px rgba(255, 211, 124, 0.8) inset;
}

.best_product .best_product__mid-bottom {
    width: 100%;
    max-width: 1180px;
    display: flex;
    justify-content: space-between;
    border-top: none;
    background: #FFFFFF;
}

.slick-next,
.slick-prev {
    width: 60px;
    height: 60px;
    background: #FFD37C;
    border-radius: 50%;
    color: rgba(137, 113, 67, 0.5);
    opacity: 0.5;
    transition: 0.5s;
    margin-left: 40px;
    margin-right: 40px;
}

.slick-prev:hover,
.slick-next:hover {
    background: var(--a-hover);
    color: #897143;
    opacity: 1;
}

.best_product .best_product__mid-bottom .p_item .inside {
    width: 280px;
    height: 535px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 30px;
}

.best_product .best_product__mid-bottom .p_item .inside p {
    text-align: center;
    padding: 0 10px;
}

.best_product .best_product__mid-bottom .p_item .inside .btn-2 {
    margin: 0;
}

.best_product .best_product__mid-bottom .p_item .inside .btn-2:hover {
    box-shadow: inset 180px 0 0 0 #FFFFFF;
}

.best_product .best_product__mid-bottom .p_item .inside:hover {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.product-annotation {
    height: 44px;
    overflow: hidden;
    text-align: center;
}

.best_product__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.block_head-name {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}

.border-05-s {
    border: 0.5px solid #E5E5E5;
}

.col-sm-6 button:hover {
    border: 0.5px solid #E5E5E5;
    border-bottom: 1px solid #FFD37C;
    ;
    box-shadow: 0px 0px 2px rgba(255, 211, 124, 0.8);
}

.container-brands {
    min-height: 520px;
    display: flex;
    justify-content: center;
    background: #ffffff;
}

.fn_all_brands .fn_all_brands_item {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    width: 280px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-brands .inside .inside__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 100px;
    margin-bottom: 50px;
}

.container-brands .inside .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.container-brands .inside .block a {
    width: 280px;
    height: 160px;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E5E5;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.container-brands .inside hr {
    margin-top: 50px;
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #E5E5E5;
}


/*6*/

.container-blog {
    min-height: 1008px;
    height: auto;
    display: flex;
    justify-content: center;
    color: white;
}

.container__blog {
    width: 100%;
    margin-bottom: 50px;
    max-width: 1180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.container__blog p {
    font-size: 72px;
    font-weight: bold;
    margin-top: 45px;
}

.container__blog div {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}

.container__blog hr {
    display: block;
    width: 180px;
    height: 1px;
    border: 0;
    border-top: 3px solid #fff;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 20px 0 20px;
}

.container__blog a {
    align-self: flex-end;
    margin-top: 40px;
    color: white;
    margin-bottom: 10px;
}

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

.main-blog_item {}

.blog_items {
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog_item {
    max-width: 380px;
    height: auto;
    min-height: 520px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog_item .read_news {
    height: 66px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: start;
    line-height: 22px;
    margin-top: 20px;
}

.blog_item p {
    font-size: 18px;
    font-weight: normal;
    color: #5F5F5F;
    text-align: start;
    align-self: flex-start;
    margin-top: 20px;
    line-height: 22px;
}

.blog_item hr {
    display: block;
    width: 180px;
    height: 1px;
    border: 0;
    border-top: 1px solid #E5E5E5;
    margin-top: 0px;
    margin-bottom: 10px;
}

.blog_item a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    ;
    color: #275C77;
    margin: 0;
    align-self: flex-start;
    text-decoration: none;
}

.blog_item .item__elem {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px;
}

.blog_item .item__img {
    height: 100%;
    width: 100%;
    max-height: 250px;
    margin: 0 auto;
}
.item__img a {
    width: 100%;
    height: 100%;
    display: flex;
}
.item__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog_item .item__elem .date {
    /* position: absolute; */
    font-size: 14px;
    /* right: 20px; */
    /* bottom: 20px; */
    margin: 0;
}

.date img {
    margin-right: 10px;
}

.same_article {
    margin-bottom: 120px;
}

.seo-text {
    min-height: 550px;
    /*display: flex;*/
    /*justify-content: center;*/
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #5F5F5F;
    margin: 50px 0;
}

.seo-text h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #333;
}

.seo-text li {
    margin-bottom: 8px;
}

.seo-text .seo-container {
    width: 1180px;
    /*margin: 50px 0;*/
    padding: 0;
}
.think_text table {
 	overflow-x: auto;
    display: block;
 	max-height: 500px;
}
.think_text {
 	/*display: flex;*/
    justify-content: center;
    /* min-height: auto; Опционально, можно убрать или оставить как auto */
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #5F5F5F;
    margin: 50px 50px;
    max-width: 100%;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
    overflow: auto; /* Добавляет полосу прокрутки, если содержимое превышает высоту блока */
 	text-align: center; /* Выравнивание текста по центру */
}

think_text p{
    padding-left: 23px;
    padding-right: 23px;
}
think_text h2{
    font-size: 36px;
 	padding-left: 23px;
    padding-right: 23px;
    font-weight: 400;
 	margin: 50px 0px;
    margin-bottom: 50px;
    color: #333;
}
think_text li{
    margin-bottom: 8px;
}
.container-catalog {
    position: relative;
    height: 500px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 -100px 100px -100px #fff, inset 100px 100px -100px #333;
}

.container-catalog #parallax {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.container-catalog .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.container-catalog .text span {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    font-weight: 700;
}

.container-catalog .text div {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}

.container-catalog .text hr {
    display: block;
    width: 180px;
    height: 1px;
    border: 0;
    border-top: 3px solid #fff;
    margin: 30px 0;
}

.flex {
    display: flex;
}


/*blog comment*/

#fn_blog_comment {
    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    width: 380px;
    height: 662px;
}

#fn_blog_comment .post_rating {
    margin: 15px 0 30px;
}

#fn_blog_comment .h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    text-align: center;
}

.read_more {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    ;
    color: #3886AD;
}

.flex_jb {
    display: flex;
    justify-content: space-between;
}

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

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

.margin_30tb {
    margin: 20px 0;
}

.user img {
    margin-right: 10px;
}

.scroll-pane,
.no-scroll {
    border: 1px solid #E5E5E5;
    width: 100%;
    max-width: 780px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.scroll-pane {
    overflow: auto;
    height: 465px;
    margin-right: 20px;
}

.no-scroll {
    height: auto;
}

.comments_preview,
.comment_text {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px;
    min-height: 158px;
}

.comments_preview {
    width: 37%;
    background: #FFF9ED;
}

.comment_text {
    width: 100%;
    background: #FFFFFF;
}

.same_article .container__blog {
    margin-top: 50px;
    margin-bottom: 120px;
}

.same_article .container__blog .items {
    margin-top: 0;
}

.same {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
}

.same_article .same {
    margin-top: 100px;
    margin-bottom: 50px;
}

.post-content {
    max-width: 980px;
}

.blog_post-info {
    display: flex;
}

.blog_post-info .date {
    margin-left: 20px;
}

.blog_post-info .date:first-child {
    margin: 0;
}

.post-info {
    margin-bottom: 35px;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    padding-top: 20px;
}

.post-info .post_rating {
    margin: 10px 0 50px;
}

.post-info .post_social_link {
    text-align: center;
    margin-bottom: 20px;
}

.post-info p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #5F5F5F;
}

.post-info .fixed {
    margin: 50px 0 20px 0;
    text-align: center;
}

.post-info hr {
    margin: 20px 0;
    width: 90%;
}

.post-info img {
    margin-bottom: 10px;
}

.post-info .stars {
    margin: 10px 0 0;
}

.post-info .social_link {
    display: flex;
}

.post-info .social_link div {
    margin: 0 5px;
}

.post-info .social_link div:first-child {
    margin-left: 0;
}

.post-info .social_link div:last-child {
    margin-right: 0;
}

.post-info .social_link #facebook,
#youtube,
#instagram {
    cursor: pointer;
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

.post-info .social_link #facebook {
    background: url(../images/facebook_gray.30x30.svg) no-repeat;
}

.post-info .social_link #facebook:hover {
    background: url(../images/facebook_yellow.30x30.svg) no-repeat;
}

.post-info .social_link #youtube {
    background: url(../images/youtube_gray.30x30.svg) no-repeat;
}

.post-info .social_link #youtube:hover {
    background: url(../images/youtube_yellow.30x30.svg) no-repeat;
}

.post-info .social_link #instagram {
    background: url(../images/instagram_gray.30x30.svg) no-repeat;
}

.post-info .social_link #instagram:hover {
    background: url(../images/instagram_yellow.30x30.svg) no-repeat;
}

.reviews #comments {
    display: flex;
}

.reviews .h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    border: 0;
}

.reviews p {
    margin-top: 50px;
}

.feedback {
    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 50px 20px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    height: 662px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.feedback .h1 {
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 58px;
}

.filter_name {
    padding-left: 20px;
    display: flex;
    align-items: center;
    color: #333333;
    height: 52px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.08);
}

.catalog_nav .filter_name {
    border-top: 0;
}

.product .product_heading {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    margin: 0;
}

.product hr {
    display: block;
    opacity: 0.4;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 50px 0px;
}

#fn_products_content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

#fn_products_content .fn_product{
    padding: 0;
    min-width: unset;
}

.fn_product .preview_item{
    padding: 0;
    transition: .3s;
}

.fn_product .preview_item > :not(.preview_image){
    padding: 0px 20px;
}

.fn_product .preview_item > :first-child{
    padding-top: 20px;
}

.fn_product .preview_item > :last-child{
    padding-bottom: 20px;
    width: 100%;
}

.fn_product .preview_item > :last-child button{
    width: 100%;
}

.fn_product .preview_image{
    width: 100%;
    height: 200px;
    padding: 0;
}

.fn_product .preview_image *{
    height: 100%;
/*    width: 100%;*/
    object-fit: cover;
}

.preview_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 30px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.preview_item:hover {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.preview_item .btn-2 {
    align-self: center;
}

.fn_transfer .product_image {
    height: auto;
    width: 280px;
}

.fn_transfer .product_image a {
    display: flex;
    align-items: center;
    height: 100%;
}

.fn_transfer .product_image a img{
    height: 100%;
    object-fit: cover;
}

.characteristic {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.characteristic ul {
    padding-inline-start: 0;
}

.characteristic .h1,
.h1.p_description {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 50px;
    border-bottom: 0;
    padding-top: 0!important;
    display: flex;
    justify-content: space-between;
}

.characteristic .characteristic_item {
    flex-direction: column;
    width: 100%;
    background-color: #fff9ed;
}

.characteristic .characteristic_item:nth-child(2n-1) {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.characteristic .characteristic_item:last-child {
    border-bottom: 1px solid #E5E5E5;
}

.characteristic .product_rating {
    display: flex;
}

.product_buy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 280px;
    /* height: 330px; */
    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 20px 20px;
}

.price {
    padding: 0;
    margin: 0;
    /* float: right; */
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #2C5B00;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.price .fn_price {
    font-size: 26px;
    font-weight: 700;
    line-height: 44px;
    padding-right: 5px;
}

.price .units {
    font-size: 16px;
    margin-right: 11px;
}

.price .sign {
    align-self: flex-end;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

.product_buy .price:after {
    all: unset;
}

.product_buy .old_price {
    margin: 0;
}

.product_buy .h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    border-bottom: 0;
    padding: 0;
}

.product_buy .callback_buy {
    display: flex;
    height: 60px;
    width: 100%;
}

.product_buy .callback_buy input {
    border: 1px solid rgba(255, 211, 124, 0.5);
    box-shadow: inset 0px 0px 10px rgba(44, 44, 44, 0.07);
    height: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    padding-left: 10px;
}

.product_buy .callback_buy .center input {
    display: flex;
    justify-content: center;
    flex-basis: 60px;
    background: var(--a-hover);
    opacity: 0.5;
    width: 60px;
    background-image: url(../images/call-answer.svg);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: 50%;
}

.product_buy .callback_buy .center input:hover {
    opacity: 1;
}

.price_text {
    width: 40%;
    position: relative;
    color: #595959;
    display: flex;
    flex: 1;
    overflow: hidden;
    align-items: flex-end;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

.price_text span {
    background: #ffffff;
    z-index: 1;
}

.price_text::before {
    content: "";
    position: absolute;
    bottom: 4px;
    right: -50px;
    width: 100%;
    left: 0;
    height: 1px;
    border-bottom: 1px dotted #999999;
}


/* .container > .fn_ajax_content > .clearfix > div:nth-child(2) {
    margin-bottom: 200px;
}
.container > .fn_ajax_content > .clearfix > div:nth-child(5)  {
    margin-bottom: 100px;
} */


/* .container .slider:nth-child(3) {
    margin-bottom: 200px;
} */

.background_slider-1 {
    position: absolute;
    height: 460px;
    width: 100%;
    background: #F3F3F3;
    bottom: 832px;
    left: 0;
    z-index: -1;
    display: block;
}

.background_slider-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 510px;
    background: url(../images/group7.svg);
    background-size: cover;
    background-position: center;
}

.same_article+.background_slider-2 {
    height: 541px;
}

.h2_product-cart {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 50px;
}

.catalog_test {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.catalog_test .item {
    width: 280px;
    height: 385px;
    border: 1px solid #E5E5E5;
    margin: 0 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.catalog_test .item:first-child {
    margin-left: 0;
}

.catalog_test .item:nth-child(4n) {
    margin-right: 0;
}

.catalog_test .item:nth-child(5n) {
    margin-left: 0;
}

.catalog_test .item:hover {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.catalog_test .item .go {
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.catalog_test .item .btn-2 {
    margin: 0;
}

.catalog_test .item .btn-2:hover {
    box-shadow: inset 338px 0 0 0 #FFFFFF;
}

.catalog_test .item .img {
    height: 65%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap hr {
    margin-bottom: 30px;
}

.catalog_test .item h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
}

.head_name {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
}

.service_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service_container+.seo-text h2 {
    margin-top: 50px;
}

.service_container+.seo-text h2:first-child {
    margin-top: 0;
}

.service-item {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #5F5F5F;
    width: 380px;
    height: 265px;
    background: linear-gradient(to left, #FFF9ED 35%, #FFFFFF 30%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    overflow: hidden;
}

.service-item hr {
    margin: 20px 0;
    width: 63%;
}

.text_blue_bold {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #3886AD;
}

.text_preview {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-top: 50px;
}

.fixed {
    position: fixed !important;
    z-index: 999;
    top: 0 !important;
    left: 0;
    width: 100vw;
    max-height: 135px;
    transition: 0.5s;
}

.fixed .header-bottom {
    height: 75px;
}

.fixed .header-bottom img {
    margin-top: 5px;
}

.search_block,
.menu_block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.93);
    /*transition: 0.5s;*/
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

.menu_block .menu_container {
    height: 100%;
}

.menu_block .menu_container #menu_block2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.menu_block .menu_group_header {
    background: transparent;
}

.menu_block .menu_group_header ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    color: white;
    font-size: 18px;
}

.search_block {
    z-index: 9999999999999;
}

.search_block * {
    transition: 0.5s;
}

.search_block .search_container {
    position: relative;
    top: calc(50% - 65px);
    left: calc(50% - 400px);
    width: 800px;
    display: flex;
    flex-direction: column;
}

.search_block input {
    height: 60px;
    width: 100%;
    padding: 10px 15px;
    font-size: 24px;
}

.search_block p {
    color: #FFFFFF;
    text-align: center;
    font-size: 36px;
}

.search_block_close {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 30px;
    right: 30px;
    z-index: 99999999999;
    cursor: pointer;
}

.search_block_close:before,
.search_block_close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 46px;
    width: 2px;
    background-color: var(--a-hover);
    transition: 0.5s;
}

.search_block_close:before {
    transform: rotate(45deg);
}

.search_block_close:after {
    transform: rotate(-45deg);
}

.search_block_close:hover:before {
    transition: 0.5s;
    transform: rotate(135deg);
}

.search_block_close:hover:after {
    transition: 0.5s;
    transform: rotate(-135deg);
}

.size_ov {
    overflow: hidden;
    /* Обрезаем содержимое */
    text-overflow: ellipsis;
    /* Многоточие */
}

.category_brands-item {
    width: 265px;
    padding: 15px;
    height: 200px;
}

.category_brands {
    margin-bottom: 20px;
}

.category_brands-item a {
    padding: 0!important;
}

.category_brands-inside {
    border: 1px solid #E5E5E5;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_brands-inside button {
    all: unset;
    border: 0;
    background: transparent;
    cursor: pointer;
}

#uSocial .uscl-bar.uscl-style4 .ico_uscl,
.uSocial-Share .uscl-bar.uscl-style4 .ico_uscl {
    background: #5f5f5f!important;
}

#uSocial .uscl-bar.uscl-style4 .ico_uscl:hover,
.uSocial-Share .uscl-bar.uscl-style4 .ico_uscl:hover {
    background: #ffd37c!important;
}

.block.padding .button.btn-2.g-recaptcha {
    color: black;
}

.product-annotation * {
    width: 100%;
    word-break: break-word;
}

.menu_list_2{
    max-height: calc(100vh - 60px - 75px);
}

.menu_list_2 .menu_item a {
    position: relative;
    color: #000;
}

.menu_group_header .menu_list_2 .menu_eventer > a {
    padding-right: 40px !important;
}

.menu_list_2 .menu_item a:hover {
    color: #FFF;
}

.footer-top .container_footer {
    padding-top: 50px;
}

.container_footer {
    margin-top: 0 !important;
}

footer .contact div p {
    flex: 1;
}

.wrapper_1,
.wrapper_2 {
    display: block
}

.container>.fn_ajax_content>.block>.wrapper_1>.background_slider-1 {
    bottom: 1440px;
}

.container>.fn_ajax_content>.block>.wrapper_2>.background_slider-2 {
    height: 500px;
    bottom: 610px;
}

.container>.fn_ajax_content>.block>.wrapper_2 {
    margin-top: 200px;
    margin-bottom: 100px;
}

.blog_item>.item__elem>span {
    color: #5F5F5F;
    margin: 10px auto;
    text-align: left;
    /* max-height: 42px; */
    overflow: hidden;
    font-size: 16px;
}

.clearfix>.related.slick-slider {
    margin-bottom: 100px;
    margin-top: 100px;
}

.breadcrumbs,
.main_content,
.browsed_products>.h2_product-cart,
.browsed_products>.related,
.featured_products>.h2_product-cart,
.featured_products>.related,
.container>.inside,
.seo-text>.container,
.fn_ajax_content>.block,
.fn_ajax_content>.flex,
.fn_validate_cart,
.purchase,
.wrap_block,
.head_name {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.browsed_products,
.featured_products {
    position: relative;
    padding-top: 100px;
}

.background_slider-1 {
    left: 0;
    bottom: -100px;
}

.background_slider-2 {
    left: 0;
    bottom: 0;
}

.browsed_products {
    padding-bottom: 100px;
    padding-top: 200px;
}

.slick-prev,
.slick-next {
    margin-top: 0;
    top: calc(50% - 30px);
}

#captcha_id .row {
    display: flex;
    justify-content: space-between;
}

#captcha_id .row>div {
    width: 48%;
}

#captcha_id .row::after {
    display: none;
}

#captcha_id .button.btn-2.g-recaptcha {
    margin-left: 0;
}

.order_details td,
.order_details tr {
    border-left: none;
    border-right: none;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.order_details tr {
    height: 50px;
}

.order_details td {
    padding: 0 0 0 15px;
}

.order_details tr td:nth-child(1) {
    background-color: #FFF9ED;
}

.container__blog.container>.blog_items>.blog_item>.item__img>a>img {
    max-height: 250px;
}

h1.post_name,
#comments {
    max-width: 1180px;
    margin: auto;
}

.reviews .no-scroll {
    flex-direction: column-reverse;
    display: flex;
}

.table_wrapper {
    width: 100%;
    overflow: auto;
}


/*Cart popup*/

.popup_wrapper {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999999999;
}

.popup_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 75px;
}

.popup_inner .cross-close {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #C5C5C5;
    cursor: pointer;
    width: unset;
    height: unset;
}

.popup_inner .cross-close span {
    font-size: 40px;
    font-weight: 100;
}

.popup_inner span {
    font-weight: normal;
    margin: 0 auto;
    font-size: 26px;
    line-height: 40px;
}

.popup_inner .order-product-img {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}

.order-product-img img {
    vertical-align: middle;
    max-height: 100%;
    object-fit: contain;
    padding: 20px;
    height: 100%;
    width: 100%;
    background: #ffd37c;
}

.popup_inner .order-product-name {
    font-weight: normal;
    max-width: unset;
    color: #262b32;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}

.popup_buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.popup_buttons .btn-1 {
    text-transform: capitalize;
}

.popup_buttons .popup_back {
    background-color: #262b32;
    opacity: 1;
}

.popup_buttons .popup_cart {
    background-color: #dc3545;
}

.popup_buttons .btn-2:hover {
    box-shadow: inset 180px 0 0 0 #fff;
}

.blog_readMore{
    display: flex;
    justify-content: space-between;
    margin-top: auto !important;
}

/* .instructions-content{
    overflow: scroll;
} */
.price_clarification {
    background: red;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
}

table {
    width: 100%;
	border-collapse: collapse;
}
table td {
	padding: 15px;
}
table tbody td {
	border: 1px solid #dddfe1;
}
table tbody tr {
	background-color: transparent;
}
table tbody tr:nth-child(odd) {
    background-color: #FFF9ED;
}
table tbody tr:nth-child(odd) td {
	color: #000;
}
.cat-title{
font-size: 20px; 
}
