@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}
html,body {
    margin: 0;
    padding: 0;
    font-family: 'Rubik';
    color:#373F4A;
    font-size: 10px;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Rubik';
    color:#373F4A;
}
a {
    outline: none;
}
a:focus {
    outline: none
}
input {
    outline: none;
}
input:focus {
    outline: none
}
textarea {
    outline: none
}
textarea:focus {
    outline: none;
}
.wrapper {
    width: 1440px;
    margin: 0 auto;
}
#top_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top_header_right {
    display: flex;
    align-items: center;
    width: 81%;
    border-left: 1px solid #EFE9E9;
    padding-left: 2%;
}
.block_top_first {
      display: flex;
    align-items: center;
    width: 51%;
    border-right: 1px solid #EFE9E9;
    padding-right: 3%;
    margin-right: 3%;
}
.block_top_second {
  display: flex;
    align-items: center;
    width: 49%;
}
header {
        padding-top: 10px;
}
#logo {
    width: 15%;
}
.container p {
    font-size: 1.4rem;
}
.active_lang {
  font-size: 1.5rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.active_lang:after {
      content: " ";
    background: url(img/arrow_lang.svg) no-repeat;
    width: 7px;
    height: 4px;
    display: block;
    margin-left: 6px;
    position: relative;
    top: 1px;
    transition: 0.5s;
}
.active_lang.active:after {
    transform: rotate(180deg);
}
.lang {
        margin-right: 30px;
        position: relative;
}
#search_block input[type="text"] {
        height: 45px;
    width: calc(343px - 42px);
    padding-left: 42px;
    border: 1px solid #E2E8F2;
    border-radius: 4px;
    outline: none;
    font-size: 1.3rem;
    transition: 0.5s;
}
#search_block input[type="text"]:focus {
border: 1px solid #156EF6;
}
#search_block .search_push {
   background: url(img/search_submit.svg) no-repeat;
    border: none;
    position: absolute;
    left: 16px;
    width: 15px;
    height: 15px;
    top: 15px;
}
#search_block {
        position: relative;
        margin-right: 23px;
}
.time_work {
font-size: 1.3rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
        margin-bottom: 6px;
}
.time_work:before {
    content: " ";
    background: url(img/time.svg) no-repeat;
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.email_top {
font-size: 1.3rem;
    white-space: nowrap;
        display: flex;
    align-items: center;
}
.email_top:before {
       content: " ";
    background: url(img/mail.svg) no-repeat;
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.email_top a {
    text-decoration: none;
       color: #373F4A;
}
.phone_top:before {
      content: " ";
    background: url(img/phone_top.svg) no-repeat;
    width: 17px;
    height: 26px;
    display: block;
    margin-right: 10px;
}
.phone_top a {
        font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
        white-space: nowrap;
            color: #373F4A;
            transition: 0.5s;
}
.phone_top a:hover {
color: #156EF6
}
.phone_top {
        display: flex;
    align-items: center;
    margin-right: 20px;
}
.social_top a {
    text-decoration: none;
    margin-right: 10px;
    transition: 0.5s;
}
.social_top a:last-child {
    margin-right: 0;
}
.social_top a:hover {
    opacity: 0.7;
}
.button_top button {
        padding: 14px 19px;
    background: #fff;
    border: 1px solid #156EF6;
    border-radius: 4px;
    margin-left: 20px;
        font-size: 1.4rem;
        transition: 0.5s;
}
.button_top button:hover {
        background: #156EF6;
    color: #fff;
}
#bottom_header {
        padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu_main_block {
        display: flex;
    align-items: center;
    position: relative;
}
#main_menu > ul {
    display: flex;
    align-items: center;
    list-style: none;
}
#main_menu > ul > li {

}
#main_menu > ul > li > a {
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 32px;
    border-right: 1px solid #EFE9E9;
        color: #373F4A;
        transition: 0.5s;
}
#main_menu > ul > li > a:hover {
    color: #156EF6;
}
#main_menu > ul > li:last-child > a {
    border-right: none;
}
#buttons_wrap_head {
    display: flex;
    align-items: center;
}
#product {
    margin-bottom: 45px;
}
.catalog_button {
        padding: 17px 26px;
    background: #156EF6;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.catalog_button:before {
      content: " ";
    background: url(img/burger.svg) no-repeat;
    width: 18px;
    height: 16px;
    margin-right: 11px;
    display: block;
}
.cart_head {
        display: flex;
    align-items: center;
        text-decoration: none;
}
.cart_right {
  font-size: 1.8rem;
    text-decoration: none;
    font-weight: 500;
    min-width: 87px;
    margin-right: 22px;
    margin-left: 16px;
}
.cart_left {
        background: #156EF6;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    position: relative;
}
.cart_left .count {
        position: absolute;
    width: 15px;
    height: 15px;
    background: #EDF2F4;
    border-radius: 100px;
    font-size: 1rem;
    color: #566172;
    font-weight: 500;
    top: 26px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account_head {
        height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
      padding: 0 17px;
    position: relative;
    border-left: 1px solid #EFE9E9;
}
.account_head .count {
           position: absolute;
    width: 15px;
    height: 15px;
    background: #EDF2F4;
    border-radius: 100px;
    font-size: 1rem;
    color: #566172;
    font-weight: 500;
    top: 26px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.wishlist_head {
        height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
      padding: 0 17px;
    position: relative;
    border-left: 1px solid #EFE9E9;
}
.wishlist_head .count {
           position: absolute;
    width: 15px;
    height: 15px;
    background: #EDF2F4;
    border-radius: 100px;
    font-size: 1rem;
    color: #566172;
    font-weight: 500;
    top: 26px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.compare_head {
        height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
      padding: 0 17px;
    position: relative;
    border-left: 1px solid #EFE9E9;
}
.compare_head .count {
               position: absolute;
    width: 15px;
    height: 15px;
    background: #EDF2F4;
    border-radius: 100px;
    font-size: 1rem;
    color: #566172;
    font-weight: 500;
    top: 26px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.simple_title {
    font-weight: 700;
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #1E1E1E;
    margin-bottom: 25px;
}
.lang_menu {
    position: absolute;
    top: 26px;
    background: #fff;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    left: -19px;
    min-width: 100px;
}
.lang_menu.active {
    opacity: 1;
    visibility: visible;
}
.lang_menu > li {
        margin-bottom: 6px;
}
.lang_menu > li:last-child {
    margin-bottom: 0;
}
.lang_menu > li > div {
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
}
.list_cat {
  display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.categ_block_home a {
    text-decoration: none;
}
.categ_title {
    font-size: 1.5rem;
    color: #1E1E1E;
    text-decoration: none;
    font-weight: 500;
        text-align: center;
        transition: 0.5s;
}
.categ_block_home a:hover .categ_title  {
color: #156EF6
}
.categ_img {
    width: 160px;
    height: 160px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.categ_img img {
      object-fit: contain;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
#hero_slider {
      height: 600px;
    position: relative;
    margin-top: -4px;
            overflow: hidden;
}
.main_block_benefits {
position: absolute;
    right: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.block_benefits {
        display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    height: fit-content;
}
.block_benefits > .benefits:first-child {
        background: url(img/bg_benefits.jpg) no-repeat;
    background-size: cover;
    padding: 32px;
     padding-right: 15px;
    display: flex;
    align-items: center;
    border-radius: 4px;
        margin-bottom: 20px;
        position: relative;
            z-index: 9;
}
.block_benefits > .benefits:last-child {
            background: #156EF6;
    background-size: cover;
    padding: 32px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    border-radius: 4px;
            position: relative;
            z-index: 9;
}
.controls_slider_hero {
        display: flex;
    position: absolute;
    bottom: 35px;
    max-width: 1440px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 99;
    align-items: center;
}
.buttons_slider_wrap {
        display: flex;
    align-items: center;
    margin-right: 27px;
}
.slider_hero_left:before {
      content: " ";
    background: url(img/arrow_slider.svg) no-repeat;
    width: 8px;
    height: 12px;
}
.slider_hero_right:after {
      content: " ";
    background: url(img/arrow_slider.svg) no-repeat;
    width: 8px;
    height: 12px;
    transform: rotate(180deg);
}
.slider_hero_left {
        width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #424242;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-right: 7px;
        transition: 0.5s;
}
.slider_hero_left:hover {
background: #156EF6;
    border: 1px solid #156EF6;
}
#hero_slider .pagination_slider .swiper-pagination-bullet {
    width: 4px;
    height: 10px;
    background: #D9D9D9;
    opacity: 1;
    border-radius: 0;
    cursor: pointer;
}
#hero_slider .pagination_slider .swiper-pagination-bullet.swiper-pagination-bullet-active  {
height: 20px;
    border-radius: 0;
    width: 5px;
    background: #156EF6;
}
.slider_hero_right {
            width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #424242;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.slider_hero_right:hover {
  background: #156EF6;
    border: 1px solid #156EF6;  
}
.benefits_left {
       margin-right: 20px;
    min-width: 160px;
}
.benefits_right img {
        max-width: 150px;
}
.benefits_title {
        color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.block_slider_wrap {
        display: flex;
    align-items: center;
    margin-top: 54px;
}
.block_slider_text_left {
         max-width: 418px;
    margin-right: 38px;
}
.title_slide {
        font-size: 3.8rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#category_list {
    margin-top: 40px;
}
.benefits_description {
        font-size: 1.6rem;
    color: #CACEE1;
    margin-top: 10px;
    line-height: 1.3;
}
.description_slider {
    font-size: 2rem;
    color: #DDE1F6;
    line-height: 1.3;
    margin-bottom: 40px;
}
.button_wrap_slider a {
        background: #156EF6;
    padding: 18px 28px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.5s;
}
.button_wrap_slider a:hover {
background: #fff;
color: #156EF6
}
#hero_slider .swiper-slide {
        background-size: cover !important;
}
#hot_product {
        margin-top: 67px;
}
.title_wrap {
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.link_title a {
font-size: 1.4rem;
    color: #949494;
    text-decoration: none;
        display: flex;
    align-items: center;
    transition: 0.5s;
}
.main_block_text_content.show {
      max-height: 100%;
}
.main_block_text_content.show:after {
    opacity: 0;
}
.link_title a:hover {
    color: #156EF6;
}
.link_title a:after {
content: " ";
    background: url(img/arrow_link.svg) no-repeat;
    width: 7px;
    height: 12px;
    display: block;
    margin-left: 12px;
}
.list_product {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}
.list_product.category_list_product {
    grid-template-columns: repeat(4, 1fr);
}
.list_product .product {
border: 1px solid #EFEFEF;
    padding: 18px 16px;
    width: auto;
        border-radius: 2px;
}
#content {
    min-height: 100vh;
}
.top_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}
.category_description {
    margin-top: 40px
}
.product_page_title_wrap h1 {
    margin-bottom: 0!important;
}
.alert-success {
position: fixed;
    left: 30px;
    background: #156EF6;
    color: #fff;
    top: auto;
    max-width: 248px;
    bottom: 30px;
    text-align: center;
    font-size: 1.4rem;
        z-index: 99;
        padding-right: 15px;
}
.alert-success a {
    color: #fff;
    font-weight: bold;
}
.alert-success i {
    display: none;
}
.alert-success button {
    display: none;
}
.table-bordered {
    font-size: 1.2rem;
}
.btn i {
    color: #fff
}
label {
      font-size: 1.4rem;
}
.panel-heading {
        font-size: 1.6rem;
    font-weight: 500;
}
#custom-cart .btn-default {
    background: #156EF6;
}

.status_product_list {
        background: #156EF6;
    padding: 5px 11px;
    border-radius: 2px;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 5px;
        position: relative;
    z-index: 2;
}
.procent_sale {
    background: #AB4B4B;
    padding: 5px 8px;
    border-radius: 2px;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 5px;
        position: relative;
    z-index: 2;
}
.search_text {
    margin: 30px 0
}
.button_product {
        display: flex;
            position: relative;
    z-index: 2;
}
.button_product div {
    text-decoration: none;
    display: flex;
    transition: 0.5s;
    cursor: pointer;
}
.button_product div:hover {
    opacity: 0.7;
}
.button_product div:first-child {
    padding-right: 14px;
    margin-right: 14px;
            border-right: 1px solid #E1DFDF;
}
.image_product {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 192px;
    margin-bottom: 20px;
    text-align: center;
}
.image_product img {
    object-fit: contain;
}
.product_bottom_wrap {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_after_title {
        font-size: 1.3rem;
    color: #8E8E8E;
    text-align: center;
    overflow-wrap: anywhere;
}
.title_product {
    margin-bottom: 5px;
}
.title_product a {
    font-weight: bold;
    color: #373F4A;
    font-size: 1.5rem;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0 10px;
    line-height: 1.3;
    transition: 0.5s;
}
.title_product a:hover {
color: #156EF6
}
.price_product {
        display: flex;
}
.main_price {
font-size: 2rem;
    color: #373F4A;
    font-weight: bold;
    margin-right: 0;
}
.old_price {
        font-size: 1.3rem;
    color: #8E8E8E;
    text-decoration: line-through;
        margin-left: 10px;
}
.rating_product {
font-size: 1.8rem;
    font-weight: bold;
    color: #373F4A;
    display: flex;
    align-items: center;
    padding-left: 12px;
    border-left: 1px solid #E1DFDF;
}
.rating_product:before {
    content: " ";
    background: url(img/star.svg) no-repeat;
    width: 15px;
    height: 14px;
    display: block;
    margin-right: 10px;
}
#promo_html {
        margin-top: 40px;
}
.promo_wrap {
        display: flex;
}
.promo_left {
 background: url(img/promo_left.jpg) no-repeat;
    padding: 74px 60px;
    max-width: calc(681px - 120px);
    background-size: cover;
    width: 100%;
}
.promo_left_title {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 24px;
}
.promo_left_description {
        color: #CACEE1;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 30px;
}
.promo_right {
width: 60%;
    margin-left: 1.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: calc(853px - 1.5%);
}
.promo_right > .promo_right_block:first-child {
    width: 66%;
    background: url(img/bg_promo_second.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.promo_right > .promo_right_block:nth-child(2) {
    background: #156EF6;
    width: 31%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.promo_right > .promo_right_block:nth-child(3) {
    width: 31%;
    background: url(img/prono_third_bg.jpg) no-repeat;
    background-size: cover;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.promo_right > .promo_right_block:last-child {
    width: 66%;
    background: url(img/promo_four_bg.jpg) no-repeat;
    background-size: cover;
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.promo_right_text {
        padding-left: 44px;
            max-width: 238px;
}
.title_promo_right {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 24px;
}
.promo_right_description {
        color: #CACEE1;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 30px;
}
.promo_right_button a {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.promo_right_button a:after {
    content: " ";
    background: url(img/arrow_link.svg) no-repeat;
    width: 7px;
    height: 12px;
    display: block;
    margin-left: 19px;
    border-left: 1px solid rgb(255 255 255 / 20%);
    min-height: 30px;
    padding-left: 20px;
    background-position: right;
}
.promo_right_button a:hover {
color: #156EF6
}
.promo_right_img {
        padding-right: 25px;
}
.promo_right > .promo_right_block:nth-child(2) .promo_right_img {
    padding-right: 0;
    margin-bottom: 30px;
}
.promo_right > .promo_right_block:nth-child(2) .promo_right_description {
    font-size: 1.4rem;
    color: #fff;
    padding: 0 15px;
    max-width: 150px;
    margin-top: -10px;
}
.title_promo_right_after {
        align-items: center;
    display: flex;
    margin-top: -22px;
    margin-bottom: 12px;
}
.title_promo_right_after span:first-child {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
}
.title_promo_right_after span:last-child {
        font-size: 7.8rem;
    color: #156EF6;
    font-weight: bold;
}
#new_product {
    margin-top: 40px
}
#social_block {
        margin: 40px 0;
}
.block_slider_image {
    min-height: 500px;
}
.social_wrap {
        background: url(img/subscribe_bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}
.social_left {
        display: flex;
    align-items: center;
}
.buttons_social a {
        width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212322;
    border-radius: 100px;
    margin-right: 25px;
    transition: 0.5s;
}
.buttons_social a:hover {
    background: #156EF6;
}
.buttons_social a:last-child {
    margin-right: 0;
}
.buttons_social {
        display: flex;
    align-items: center;
}
.text_social {
        margin-left: 40px;
}
.social_title {
        font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.description_social {
        color: #fff;
    font-size: 2.2rem;
}
.social_right {
        display: flex;
    align-items: center;
}
.subcribe_link {
    padding: 19px 63px;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #1D1D1D;
    background: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-right: 16px;
    border: 1px solid #fff;
    transition: 0.5s;
}
.subcribe_link:hover {
        background: #23527c;
    border: 1px solid #23527c;
    color: #fff;
}
.subcribe_more_link {
        padding: 19px 63px;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-right: 0;
    border: 1px solid #fff;
    transition: 0.5s;
}
.subcribe_more_link:hover {
   background: #fff;
    color: #156EF6;
}

#brands {
    margin-top: 40px
}
.list_brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.list_brand a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 117px;
    max-height: 100px;
}
.list_brand a img {
    object-fit: contain;
}
.wrap_info {
     border-top: 1px solid #ECECEC;
    margin-top: 60px;
    padding-top: 40px;
    display: flex;
    margin-bottom: 30px;
}
.left_info h2 {
    font-weight: 700;
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #1E1E1E;
    margin-bottom: 25px;
}
.left_info h3 {
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #1E1E1E;
    margin-bottom: 25px;
}
.left_info p {
font-size: 1.4rem;
    color: #5E6069;
    line-height: 1.3;
       margin-bottom: 25px;
}
.left_info {
    max-width: 800px;
    margin-right: 35px;
}
.main_block_text_content:after {
       content: " ";
    position: absolute;
    bottom: 0;
    height: 94px;
    background: #fff;
    width: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 24%) 0%, rgb(255 255 255 / 96%) 50%);
}
.button_more_info a {
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    max-height: 15px;
}
.button_more_info a:after {
       content: " ";
    background: url(img/arrow_button_bottom.svg) no-repeat;
    width: 7px;
    height: 10px;
    display: block;
    margin-left: 10px;
    border-left: 1px solid rgb(30 30 30 / 21%);
min-height: 15px;
    padding-left: 11px;
    background-position: right;
}
.main_block_text_content {
    max-height: 430px;
    overflow: hidden;
    position: relative;
}
footer {
    background: #1E1E1E;
    padding: 20px 0;
    margin-top: 45px;
}
footer > .wrapper {
        display: flex;
    align-items: center;
    justify-content: space-between;
}
#right_footer {
    display: flex;
    align-items: center;
}
.location_footer {
    font-size: 1.5rem;
    color: #A6A8B1;
    display: flex;
    max-width: 190px;
    align-items: center;
}
.location_footer:before {
    content: " ";
    background: url(img/location.svg) no-repeat;
    width: 15px;
    height: 20px;
    display: block;
    min-width: 15px;
    margin-right: 10px;
}
.info_footer {
        padding: 6px 0;
    padding-left: 38px;
    padding-right: 38px;
    border-left: 1px solid rgb(239 233 233 / 6%);
    border-right: 1px solid rgb(239 233 233 / 6%);
    margin-left: 14px;
    margin-right: 42px;
}
.info_footer .time_work {
        color: #A6A8B1;
}
.info_footer .email_top a {
    color: #A6A8B1;
}
footer .phone_top a {
    font-size: 1.8rem;
    color: #fff;
}
footer .button_top button {
background: transparent;
    color: #fff;
}
.social_top {
        display: flex;
    align-items: center;
}
.breadscroom {
        margin: 15px 0;
}
.breadscroom > ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.breadscroom > ul > li {

}
.breadscroom > ul > li > a {
    font-size: 1.3rem;
    color: #1E1E1E;
    text-decoration: none;
    opacity: 0.5;
    display: flex;
    align-items: center;
    font-weight: 300;
}
.breadscroom > ul > li > a:after {
    content: " ";
    background: url(img/arrow_bread.svg) no-repeat;
    width: 3px;
    height: 5px;
    display: block;
    margin: 0 7px;
    position: relative;
    top: 1px;
}
.breadscroom > ul > li > span {
    font-size: 1.3rem;
    font-weight: 300;
}
.product_wrap {
    display: flex;
}
.product_left {
  width: 63%;
    display: flex;
    height: 550px;
    margin-right: 2%;
}
.big_img {
        border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
    border-radius: 4px;
    margin-right: 15px;
    max-width: 578px;
    width: 100%;
}
.big_img a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.product_slider {
   width: 116px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.modal_menu_category {
        position: absolute;
    left: 0;
    top: 52px;
    background: #156EF6;
    z-index: 99;
    padding: 20px;
    min-width: 230px;
    box-shadow: 2px 10px 14px -9px rgb(0 0 0 / 50%);
    border-radius: 0 4px 4px 4px;
        display: none;
}
.modal_menu_category > ul {
    list-style: none;
        margin-bottom: 0;
}
.modal_menu_category > ul > li {

}
.product_description_content p {
        line-height: 1.4;
    margin-bottom: 10px;
}
a:hover {
    text-decoration: none;
}
.modal_menu_category > ul > li > a {
font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgb(204 204 204 / 42%);
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: 0.5s;
}
.modal_menu_category > ul > li > a:hover {
        color: #373F4A;
}
.modal_menu_category > ul > li:last-child > a {
margin-bottom: 0;
padding-bottom: 0;
border: none
}
.product_right {
  width: 62%;
}
#slider_trumbs {
    height: 500px;
    overflow: hidden;
}
.trumbs_prev {
    background: url(img/arrow_slider_product.svg) no-repeat;
    width: 12px;
    height: 7px;
    margin: 0 auto;
    cursor: pointer;
}
.trumbs_next {
        background: url(img/arrow_slider_product.svg) no-repeat;
    width: 12px;
    height: 7px;
    margin: 0 auto;
    cursor: pointer;
    transform: rotate(180deg);
}
.trumbs_wrap {
        width: 113px;
    height: 113px;
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_page_title_wrap {
        display: flex;
    justify-content: space-between;
}
.product_page_title_wrap h1 {
    font-size: 2.2rem;
    color: #1E1E1E;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 450px;
    line-height: 1.3;
}
.product_page_button_wrap {
display: flex;
    align-items: center;
}
.product_page_button_wrap div {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDF2F4;
    border-radius: 4px;
    margin-left: 6px;
    transition: 0.5s;
    cursor: pointer;
}
.product_page_button_wrap div svg path {
    transition: 0.5s;
}
.product_page_button_wrap div:hover {
   background: #156EF6;
   border: 1px solid #156EF6;
}
.product_page_button_wrap div:hover svg path {
fill: #fff
}
.articul {
        margin: 20px 0;
    color: #8C8C8C;
    font-size: 1.4rem;
}
.articul span {
    color: #8C8C8C;
    font-weight: bold;
}
.short_description {
        font-size: 1.3rem;
    color: #5E6069;
    line-height: 1.3;
    margin-bottom: 20px;
}
.list_options {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_options > div {
        width: calc(49% - 30px);
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
background: rgb(172 207 233 / 20%);
    padding: 0 15px;
    border-radius: 4px;
}
.list_options > div:nth-child(4n) {
background: #fff;
}
.list_options > div:nth-child(4n-1) {
background: #fff;
}
.options_left {
        font-size: 1.3rem;
    color: #3B3B3B;
    font-weight: 300;
}
.options_right {
        font-weight: bold;
    color: #3B3B3B;
    font-size: 1.3rem;
}
.product_buttons_main_block {
        display: flex;
    align-items: center;
    margin-top: 30px;
        justify-content: space-between;
}
.main_price_page_product {
        font-size: 3.7rem;
    color: #373F4A;
    font-weight: bold;
    margin-right: 25px;
}
.counts_products {
        display: flex;
    align-items: center;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 0 25px;
}
.count_left {
        width: 20px;
    height: 20px;
    background: #156EF6;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-size: 1.3rem;
    transition: 0.5s;
}
.count_left:hover {
    opacity: 0.7;
}
.value_count {
    margin: 0 15px;
}
.value_count input {
    border: none;
    background: none;
    outline: none;
    font-size: 2.2rem;
    color: #373F4A;
    max-width: 25px;
    text-align: center;
}
.count_right {
        width: 20px;
    height: 20px;
    background: #156EF6;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-size: 1.3rem;
    transition: 0.5s;
}
.count_right:hover {
    opacity: 0.7;
}
.buttons_wrap_product_page {
        margin-left: 30px;
    display: flex;
    align-items: center;
    position: relative;
}
.add_cart {
    background: #156EF6;
    border: 1px solid #156EF6;
    border-radius: 4px;
    padding: 14px 28px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: 10px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.add_cart:hover {
    background: #373F4A;
    border: 1px solid #373F4A;
}
.add_cart:before {
content: " ";
    background: url(img/cart_ico.svg) no-repeat;
    width: 12px;
    height: 14px;
    display: block;
    margin-right: 10px;
}
.fast_order {
        background: #fff;
    border: 1px solid #156EF6;
    border-radius: 4px;
    padding: 14px 30px;
    color: #373F4A;
    font-size: 1.4rem;
    font-weight: 500;
    transition: 0.5s;
}
.fast_order:hover {
background: #156EF6;
color: #fff
}
.products_block_benefits {
        display: flex;
    border-top: 1px solid #DDDDDD;
    margin-top: 36px;
    padding-top: 30px;
}
.benefits_product {
    display: flex;
    align-items: center;
    border-right: 1px solid #DDDDDD;
    padding-right: 38px;
    margin-right: 38px;
}
.products_block_benefits .benefits_product:last-child {
        padding-right: 0;
    margin: 0;
    border: none;
}
.ico_product_benefits {
        margin-right: 15px;
}
.title_product_benefits {
        font-size: 1.3rem;
    color: #4E4E4E;
    font-weight: bold;
    margin-bottom: 5px;
}
.description_product_benefits {
        font-size: 1.2rem;
    color: #4E4E4E;
    max-width: 155px;
}
.main_block_description_full {
    margin-top: 35px
}
.product_description_content {
    font-size: 1.3rem;
    color: #5E6069;
    line-height: 1.3;
    margin-top: -10px;
    margin-bottom: 25px;
}
.list_hara {
      margin-top: -10px;
    margin-bottom: 15px;
}
.list_hara h3 {
        font-size: 1.6rem;
    color: #1E1E1E;
    font-weight: bold;
    margin-bottom: 19px;
}
.hara_blocks {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hara_blocks > div {
    width: calc(26% - 30px);
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(172 207 233 / 20%);
    padding: 0 15px;
    border-radius: 4px;
}
.hara_blocks > div:nth-child(n+5):nth-child(-n+10){
background: #fff;
}
.complectations {
    margin-top: 15px
}
.blocks_complectations {
    display: flex;
    justify-content: space-between;
}
.blocks_complectations > div {
        border: 1px solid #E9E9E9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 24%;
    padding: 40px 0;
}
.title_complect {
font-size: 1.6rem;
    color: #1E1E1E;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
}
.count_complect {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 4px;
}
.bottom_description {
    font-size: 1.3rem;
    color: #5E6069;
    line-height: 1.3;
    margin-top: -10px;
    margin-bottom: 0;
    margin-top: 21px;
}
.related_product {
        margin-top: 36px;
    margin-bottom: 45px;
}
#information-information h1 {
margin-bottom: 10px;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #1E1E1E;
}
#information-information p {
        font-size: 1.4rem;
    color: #5E6069;
    line-height: 1.3;
    margin-bottom: 20px;
}
.about_wap {
        display: flex;
    justify-content: space-between;
}
.about_left {
        margin-right: 38px;
    max-width: 688px;
}
.about_left p {
    font-size: 1.4rem;
    color: #5E6069;
    line-height: 1.5;
    margin-bottom: 20px;
}
#information-information h3 {
     font-size: 1.8rem;
    font-weight: bold;
    color: #1E1E1E;
    margin-bottom: 20px;
}
#information-information #content ul {
    list-style: none;
}
#information-information #content ul li {
    font-size: 1.4rem;
    color: #5E6069;
    line-height: 1.3;
    margin-bottom: 20px;
    display: flex;
}
#information-information #content ul li:before {
        content: " ";
    background: url(img/content_check.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
#information-information #content ol {
    list-style: none;
    counter-reset: my-counter;
}
#information-information #content ol li {
font-size: 1.4rem;
    color: #5E6069;
    line-height: 1.3;
    margin-bottom: 20px;
     counter-increment: my-counter;
         display: flex;
}
#information-information #content ol li:before {
     content: counter(my-counter);
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #156EF6;
    border-radius: 3px;
    font-size: 1.2rem;
    color: #5E6069;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
    top: 1px;
    min-width: 18px;
}
#information-information #content {
        min-height: auto;
}
#information-information h4 {
        color: #156EF6;
    font-size: 1.6rem;
    font-weight: 500;
}
.list_pay {
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 70px 0;
}
.list_pay > div {
        width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.title_pay {
        font-size: 1.6rem;
    color: #5E6069;
    margin-top: 13px;
    max-width: 200px;
}
#information-information #content .about_left h3 {
    margin-bottom: 20px;
}
.list_dostavka {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-between;
}
.list_dostavka > div {
    width: 47%;
    display: flex;
    align-items: center;
}
.number_dostavka {
    font-size: 8.8rem;
    color: #156EF6;
}
.text_dostavka {
        margin-left: 36px;
    color: #5E6069;
    font-size: 1.4rem;
}
.list_dostavka > div:last-child {
        width: 100%;
    display: flex;
    align-items: center;
}
.title_wrap h2 {
    margin-bottom: 0px;
}
.title_wrap {
    margin-bottom: 25px;
}
.search_block_mobile {
    display: none;
}
.mobile_phone {
    display: none;
}

#oneclick {
        position: absolute;
    top: 60px;
    background: #fff;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0px 0px 8px -3px #000;
    padding: 20px;
    right: 0;
    display: none;
}
#oneclick h3 span {
        color: #fff;
    background: #156EF6;
    border-radius: 100px;
    font-size: 20px;
    padding: 10px;
    margin-right: 10px;
}
#oneclick .input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}
#oneclick .input-group-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#oneclick .input-group-btn button {
    border-radius: 5px;
}
#search-results {
    position: absolute;
    top: 50px;
    background: #fff;
    z-index: 99;
    border: 1px solid #E2E8F2;
    border-radius: 4px;
    padding: 15px;
    display: none;
}
.search-item {
        border-bottom: 1px solid #E2E8F2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.search-item > a {
        display: flex;
    align-items: center;
}
.search-item > a > img {
    margin-right: 15px;
}
.search-item > a .name {
    font-weight: 500;
    font-size: 10px;
}
.search-item > a .price {
    font-weight: 500;
    margin-top: 5px;
}
#search-results > .search-item:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.list_category_top {
        list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin: 25px 0;
}
.list_category_top li img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}
.category_name_title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    transition: 0.5s;
}
.category_name_title:hover {
    color: #156EF6
}
.video_block_link {
background: #156EF6;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
     transition: 0.5s;
}
.video_block_link:after {
       content: " ";
    background: url(img/play_video.svg) no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    transition: 0.5s;
}
.video_block_link:hover {
background: #373F4A;
}
#overlay {
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 54%);
    z-index: 9999;
    display: none;
}
#modal_call {
        width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_form_wrap {
        background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    padding: 25px;
    min-width: 300px;
    position: relative;
}
.form_title {
        font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.form_call form {
    display: flex;
    flex-direction: column;
}
.form_call form input[type="text"] {
    border: 1px solid #E2E8F2;
    height: 40px;
    border-radius: 4px;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 1.3rem;
}
.form_call form input[type="tel"] {
    border: 1px solid #E2E8F2;
    height: 40px;
    border-radius: 4px;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 1.3rem;
}
.form_call form textarea {
    border: 1px solid #E2E8F2;
    height: 80px;
    border-radius: 4px;
    padding-left: 20px;
    margin-bottom: 15px;
    padding-top: 20px;
    resize: none;
    font-size: 1.3rem;
}
.form_call form input[type="submit"] {
    background: #156EF6;
    border: 1px solid #156EF6;
    border-radius: 4px;
    padding: 8px 28px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: auto;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin-left: auto;
}
.modal_close {
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 19px;
    cursor: pointer;
}
.modal_close i {
    color: #9a9494;
    transition: 0.5s;
}
.modal_close:hover i {
    color: #156EF6
}
.hidden_block_child_menu {
    display: none;
}
#column-left a.has-children {
        display: flex;
    align-items: center;
    justify-content: space-between;
}
#column-left a.has-children span.button_click_menu {
background: url(img/arrow_categ_white.svg) no-repeat;
    width: 34px;
    height: 27px;
    display: block;
    transform: rotate(-180deg);
    background-position: 0px 9px;
    transition: 0.5s;
}
#column-left a.has-children.show_menu span {
    transform: rotate(-360deg);
    background-position: right 9px;
}

@media screen and (max-width: 1439px) {
    .wrapper {
    width: 1140px;
}
#main_menu > ul > li > a {
    font-size: 1.3rem;
    padding: 16px 12px;
}
#search_block input[type="text"] {
        width: calc(205px - 42px);
}
.phone_top a {
    font-size: 1.4rem;
}
footer .phone_top a {
    font-size: 1.4rem;
}
#logo_footer img {
    max-width: 190px;
}
.promo_left {
    max-width: calc(552px - 120px);
}
.list_product {
    grid-template-columns: repeat(4, 1fr);
}
.controls_slider_hero {
    max-width: 1140px;
}
.product_buttons_main_block {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.benefits_product {
    padding-right: 10px;
    margin-right: 10px;
}
}
@media screen and (max-width: 1150px) {
        .wrapper {
        width: auto;
        padding: 0 15px;
    }
    #main_menu > ul {
        display: none;
    }
    #menu_main_block {
        order: 2;
    }
    #buttons_wrap_head {
        order: 1;
    }
    #bottom_header {
        padding-top: 0;
    }
    .catalog_button:before {
        margin: 0;
    }
    .catalog_button {
        padding: 15px;
        font-size: 0;
        border-radius: 4px;
    }
    header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.list_cat {
    grid-template-columns: repeat(2, 1fr);
}
    .list_product {
        grid-template-columns: repeat(2, 1fr);
    }
    footer > .wrapper {
    justify-content: center;
    flex-wrap: wrap;
        flex-direction: column;
}
#right_footer {
    flex-direction: column;
}
#logo_footer {
    margin-bottom: 22px;
}
.block_top_second {
    width: 100%;
    flex-wrap: wrap;
}
.info_footer {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    margin-left: 0;
    margin-right: 0;
}
#hero_slider {
    height: auto;
    overflow: hidden;
}
.main_block_benefits {
    position: relative;
}
.main_block_benefits > .wrapper {
        width: 100%;
    padding: 0;
}
.block_benefits > .benefits:first-child {
    justify-content: center;
        width: 100%;
                margin-bottom: 0;
                border-radius: 0;
}
.block_benefits > .benefits:last-child {
  justify-content: center;
        width: 100%;
           border-radius: 0;
}
    .controls_slider_hero {
        max-width: 1140px;
        position: relative;
        padding: 0 15px;
        margin-top: -47px;
        position: relative;
        top: -11px;
    }
    .block_slider_text_left {
    padding-bottom: 90px;
}
.promo_right {
    display: none;
}
    .promo_left {
        max-width: calc(100% - 0px);
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .social_left {
    flex-wrap: wrap;
} 
.text_social {
    margin-left: 0;
    order: 1;
    text-align: center;
    width: 100%;
}
.social_right {
          flex-wrap: wrap;
        width: 100%;
        justify-content: center;
}
.social_wrap {
    flex-wrap: wrap;
}
    .buttons_social {
        order: 2;
        width: 100%;
        justify-content: center;
        margin: 27px 0;
    }
    .list_brand {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.cart_right {
    display: none;
}
.account_head {
    display: none;
}
#wishlist-total {
    display: none;
}
#compare-total {
    display: none;
}
#bottom_header {
    justify-content: flex-end;
}
.cart_left {
        background: #fff;
    border: 1px solid #E2E8F2;
    border-radius: 4px;
    margin-right: 5px;
    height: 46px;
}
.ico_button_head svg path {
    fill: #156EF6;
}
.cart_left .count {
top: 24px;
    right: 18px;
}
.modal_menu_category {
    left: auto;
    right: 0;
}
#logo {
    width: auto;
}
header > .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_phone {
        display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    position: relative;
    background: #fff;
    border: 1px solid #E2E8F2;
    border-radius: 4px;
    margin-right: 5px;
    height: 46px;
}
.search_block_mobile {
            display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    position: relative;
    background: #fff;
    border: 1px solid #E2E8F2;
    border-radius: 4px;
    margin-right: 5px;
    height: 46px;
}
.block_top_second {
    display: none;
}
.lang {
    display: none;
}
.info_block {
    display: none;
}
.block_top_first {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
#top_header_right {
    border: none;
    width: 100%;
    padding: 0;
}
#search_block {
    position: relative;
    margin-right: 0;
    position: absolute;
    right: 58px;
    top: 62px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
#search_block.show {
    opacity: 1;
    visibility: visible;
}
.list_product.category_list_product {
    grid-template-columns: repeat(2, 1fr);
}
.hara_blocks > div {
    width: calc(35% - 30px);
}
.product_left {
    flex-wrap: wrap;
}
.product_slider {
    width: 100%;
    flex-direction: row;
    margin-top: 15px;
    align-items: center;
}
#slider_trumbs {
    height: auto;
    overflow: hidden;
}
.trumbs_prev {
    width: 30px;
    height: 15px;
    margin-right: 15px;
    transform: rotate(-90deg);
}
.trumbs_next {
    width: 16px;
    height: 15px;
    margin-right: 15px;
    transform: rotate(90deg);
}
.big_img {
    max-width: 100%;
}
.product_page_title_wrap {
    flex-wrap: wrap;
}
.product_page_button_wrap {
    margin-top: 9px;
}
.list_options > div {
        width: calc(49% - 1px);
}
.products_block_benefits {
    border-top: 1px solid #DDDDDD;
    margin-top: 20px;
    padding-top: 20px;
    flex-wrap: wrap;
}
.benefits_product {
        padding-right: 0;
        margin-right: 0;
        width: 100%;
        border: none;
        margin-bottom: 20px;
}
.description_product_benefits {
    max-width: 100%;
}
.description_product_benefits br {
    display: none;
}
.product_left {
    width: 52%;
}
.trumbs_wrap {
    width: 73px;
    height: 73px;
}
.product_page_title_wrap h1 {
    font-size: 18px;
}
}
@media screen and (max-width: 767px) {
        .wrapper {
        width: auto;
        padding: 0 10px;
    }
        .block_slider_text_left {
        margin-right: 0;
        max-width: 100%;
                text-align: center;
                padding-bottom: 0;
    }
    .block_slider_wrap {
    flex-wrap: wrap;
        margin-top: 22px;
}
.title_slide {
    font-size: 22px;
    margin-bottom: 11px;
}
.description_slider {
    font-size: 16px;
    margin-bottom: 30px;
}
.block_slider_image {
        margin-top: -44px;
    position: relative;
    z-index: 0;
        padding-bottom: 140px;
}
.button_wrap_slider a {
        position: relative;
    z-index: 2;
}
    .controls_slider_hero {
        max-width: 1140px;
        position: relative;
        padding: 0 15px;
        margin-top: -89px;
        position: relative;
        top: -32px;
        display: flex;
        justify-content: center;
    }
    .pagination_slider.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: fit-content;
    }
    .simple_title {
        font-size: 18px;
    }
    .list_product {
    gap: 11px;
}
.list_product .product {
    padding: 8px 8px;
    border-radius: 4px;
}
.button_product div:first-child {
          padding-right: 7px;
        margin-right: 7px;
}
.status_product_list {
    font-size: 1rem;
    margin-right: 1px;
}
.procent_sale {
    font-size: 1rem;
    margin-right: 0;
}
.button_product div {
        min-width: 15px;
    width: 15px;
}
.button_product div:first-child {
          min-width: 22px;
}
.promo_left {
padding: 34px 37px;
}
.promo_left_description {
    font-size: 13px;
    text-align: left;
}
.promo_left_title {
    font-size: 16px;
    text-align: left;
}
    .social_right {
        gap: 15px;
    }
    .subcribe_link {
        margin-right: 0;
    }
    .social_title {
    font-size: 22px;
}
.description_social {
    font-size: 14px;
}
    .social_wrap {
        padding: 28px;
    }
    #brands .link_title {
        display: none;
    }
        .list_brand {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px;
    }
    .wrap_info {
    border-top: 1px solid #ECECEC;
    margin-top: 45px;
    padding-top: 33px;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.left_info {
    max-width: 800px;
    margin-right: 0;
}
.button_more_info a {
        margin-top: -25px;
    position: relative;
    z-index: 9;
}
.button_more_info a.active {
    margin-top: -10px
}
.right_info {
        margin-top: 30px;
}
#logo img {
    transform: scale(1.5);
    position: relative;
    top: -1px;
    left: 23px;
}
footer .block_top_second {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
}
    #right_footer {
        flex-direction: column;
        max-width: 175px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    footer .social_top {
    margin: 20px 0;
}
footer .button_top button {
    margin-left: 0;
}
.product_wrap {
    flex-wrap: wrap;
}
.product_left {
        width: 100%;
        margin-right: 0;
    }
        .big_img {
        max-width: 100%;
        min-height: 360px;
        height: 360px;
                margin-right: 0;
    }
        .trumbs_wrap {
        width: 75px;
        height: 75px;
    }
    .product_right {
    width: 100%;
    margin-top: 20px;
}
    .product_left {
        height: auto;
    }
        .hara_blocks > div {
        width: calc(100% - 0px);
    }
    .blocks_complectations {
    flex-wrap: wrap;
}
.blocks_complectations > div {
    width: 49%;
    padding: 27px 0;
}
    .list_options > div {
        width: calc(100% - 0px);
    }
    .counts_products {
    border-right: none;
    padding: 0;
    width: 46%;
    justify-content: center;
}
.main_price_page_product {
    margin-right: 0;
    width: 46%;
}
.buttons_wrap_product_page {
    width: 100%;
            margin: 0;
}

.add_cart {
    width: 49%;
    justify-content: center;
}
.fast_order {
    width: 49%
}
.trumbs_prev {
    margin-right: 0;
}
    .trumbs_next {
        margin-right: 6px;
    }
    .breadscroom > ul {
    flex-wrap: wrap;
}
.category_description .col-sm-10 {
    margin-top: 20px
}
.search-item > a > img {
    margin-right: 15px;
    display: none;
}
.list_category_top {
    grid-template-columns: repeat(2, 1fr);
}


}