@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;
}
.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%;
}
.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;
}
#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;
}
.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;
}
.phone_top {
        display: flex;
    align-items: center;
    margin-right: 20px;
}
.social_top a {
    text-decoration: none;
    margin-right: 10px;
}
.social_top a:last-child {
    margin-right: 0;
}
.button_top button {
        padding: 14px 19px;
    background: #fff;
    border: 1px solid #156EF6;
    border-radius: 4px;
    margin-left: 20px;
        font-size: 1.4rem;
}
#bottom_header {
        padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu_main_block {
        display: flex;
    align-items: center;
}
#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 34px;
    border-right: 1px solid #EFE9E9;
}
#main_menu > ul > li:last-child > a {
    border-right: none;
}
#buttons_wrap_head {
    display: flex;
    align-items: center;
}
.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;
}
.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: -1px;
            overflow: hidden;
}
.main_block_benefits {
position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    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;
}
.block_benefits > .benefits:last-child {
            background: #156EF6;
    background-size: cover;
    padding: 32px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}
.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;
}
#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;
}
.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;
}
#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;
}
.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 .product {
border: 1px solid #EFEFEF;
    padding: 18px 16px;
    width: auto;
        border-radius: 2px;
}
.top_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}
.status_product_list {
        background: #156EF6;
    padding: 5px 11px;
    border-radius: 2px;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 5px;
}
.procent_sale {
    background: #AB4B4B;
    padding: 5px 8px;
    border-radius: 2px;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 5px;
}
.button_product {
        display: flex;
}
.button_product div {
    text-decoration: none;
    display: flex;
}
.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;
}
.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;
}
.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(561px - 120px);
    background-size: cover;
}
.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;
}
.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;
}
.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_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;
}
.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;
}
.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;
}
.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;
}
#brands {
    margin-top: 40px
}
.list_brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.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;
}
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: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.product_slider {
   width: 116px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.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 a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDF2F4;
    border-radius: 4px;
    margin-left: 6px;
}
.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;
}
.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;
}
.buttons_wrap_product_page {
        margin-left: 30px;
    display: flex;
    align-items: center;
}
.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;
}
.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;
}
.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(24% - 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;
}
.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;
}