:root {
    --clr-accent: #C91417;
    --clr-text: #ffffff;
    /*--clr-wrapper: #3d3f49;
    --clr-wrapper2: #2b2c32;*/
    --clr-wrapper: #3F3636;
    --clr-wrapper2: #2E2828;
    --clr-gray: #E5E5E5;
    --clr-red: #C91417;
    --font: GolosText, sans-serif;
    --font2: ALSBingleyRegular, sans-serif;
    --border-radius: .6rem;
    --font-size: 16px;
    --gap: 0.938em;
    --container: 1630px;
    --hover-brightness: 0.9;
    --active-brightness: 0.8;
    --contleft: calc((100% - var(--container))/2);
}


h2 {
    font-family: var(--font2);
}
/* header */
header.full_height {
    height: 100vh;
    min-height: 500px;
}
.link_icon {
    width: 3rem;
    display: inline-block;
}
.header__line {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 0;
}
.slc, .user_panel {
    display: flex;
    gap: var(--gap);
    align-items: center;
}
.foot_slc {
    gap: 7px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.site_logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    width: 15rem;
    height: auto;
    padding: 1.4rem 2.8rem 1.6rem;
    z-index: 5;
    left: 50%;
    margin-left: -7.5rem;
    top: 0;
}
.site_logo img {
    max-width: 100%;
}
.header__menu .container .nav .nav__list {
    display: flex;
    justify-content: center;
    gap: 0 1rem;
}
.header__menu {
    padding: 2rem 0;
    padding-top: 5rem;
}
.header__wrap, .header__menu {
    z-index: 5;
    position: relative;
}
.header__menu .nav__list li a {
    padding: .7rem 1rem;
    font-weight: 400;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s;
}
.header__menu .nav__list li a:hover {
    color: var(--clr-red);
}
.nav__list li.new_link a {
    color: #fff !important;
    background: var(--clr-red);
}
.header__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    min-height: 500px;
}
.header__video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.header__top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.46;
    z-index: 1;
}
.header__video_btn {
    position: absolute;
    bottom: 18%;
    left: 50%;
    margin-left: -2.5rem;
    z-index: 2;
}
.play {
    width: 5rem;
    height: 5rem;
    background: transparent;    
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 0.3s;
    z-index: 1;
    outline: 2px solid #fff;
    cursor: pointer;
}
.play .img {
    width: 1rem;
    margin-left: 3px;
}
.arrow_play {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #333;
}
.play::before,.play::after {
    content: '';
    position: absolute;
    border: 1px solid #999;
    left: -15px;
    opacity: 0;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    animation: play 3s linear infinite;
    transition: 0.3s
}
.btn_video::before {
    content:none;
}
.play::after {
    animation-delay: 2s
}
.header__video picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#home_section2 {
    position: relative;
    overflow: hidden;
    padding-top: 15rem;
}
#home_section2 .bg_H {
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    top: 5rem;
    right: var(--contleft);
    z-index: 1;
}
#home_section2 .container {
    position: relative;
    z-index: 3;
}
.sec2_title_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: 9rem;
}
.sec2_title {
    font-weight: 400;
    font-size: 8.75rem;
    font-family: var(--font2);
    line-height: 1;
}
.sec2_title_btn {
    margin: 0 0 1.7rem 6rem;
}
.sec2_title_btn svg {
    transition: all .3s;
}
.sec2_title_btn:hover svg {
    transform: translateX(5px);
}
.about_block {
    padding-top: 12rem;
}
.about_block_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about_img {
    width: 60rem;
    max-width: 100%;
    margin-left: -11rem;
    border-radius: var(--border-radius);
}
.about_cont {
    width: calc(100% - 60rem + 11rem);
    padding: 0 1rem 0 10rem;
}
.about_cont img {
    width: 100%;
    max-width: 100%;
}
.about_line {
    width: 5rem;
    max-width: 100%;
    height: 3px;
    background: #fff;
    margin: 2rem auto;
}
.about_text {
    font-weight: 400;
    font-size: 1.1rem;
    text-align: justify;
    /*color: #fff;*/
    color: #b7b1b1;
}
#home_catalog_sec {
    background: var(--clr-wrapper2);
}
.sec_title_wrap {
    position: relative;
}
.sec_title {
    text-align: center;
    font-weight: 400;
    font-size: 5rem;
    text-align: center;
    font-family: var(--font2);    
}
.sec_title_link {
    position: absolute;
    top: 3rem;
    right: 0;
    font-size: .88rem;
    opacity: .5;
    line-height: 1;
    transition: all .3s;
}
.sec_title_link:hover {
    opacity: 1;
}
.sec_title_link svg {
    height: 10px;
    margin: 0 0 0 .5rem;
    transform: translateY(1px);
}
.home_catalog_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.3rem 0;
    margin: 5rem -.95rem 0;
}
.home_catalog_category {
    width: calc(50% - 1.9rem);
    height: 41rem;
    margin: 0 .95rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .3s;
}
.home_catalog_category:hover {
    box-shadow: 0 4px 20px 0px rgb(255 255 255 / 10%);
}
.home_catalog_category::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10rem;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.5;
}
.home_catalog_category img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_catalog_category_title {
    position: relative;
    z-index: 3;
    font-size: 1.6rem;
    padding: 2.6rem 0;
    margin: 0 2.6rem;
    border-top: solid 2px rgb(255 255 255 / 30%);
}
.prod_card {
    width: calc(25% - 1.9rem);
    margin: 0 .95rem;
    position: relative;
    transition: all .3s;
}
.prod_card_img_wrap {
    position: relative;
}
.prod_card_img {
    display: block;
    height: 30rem;
    width: 100%;
    max-width: 100%;
    border-radius: var(--border-radius);    
    position: relative;
    transition: all .3s;
}
.prod_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}
.prod_card_foot {
    margin-top: 1.5rem;
}
.prod_card_title {
    font-weight: 400;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: flex-start;
}
.prod_card_label {
    height: 1.4rem;
    margin-left: 1rem;
    flex-shrink: 0;
    transform: translateY(2px);
}
.tags_wrap {
    margin-top: 1.6rem;
    display: flex;
    gap: .7rem 1rem;
}
.prod_tag {
    font-weight: 400;
    font-size: 0.85rem;
    color: #a39c9c;
}
.prod_more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .8rem;
    margin-top: 6rem;
    position: relative;
    padding: 0 0 1.7rem;
    cursor: pointer;
}
.prod_more svg {
    width: 1rem;
}
.prod_more::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .12rem;
    background: linear-gradient(90deg, #3f3636 0%, #fff 50.5%, #3f3636 100%);
    opacity: 0.2;
    transition: all .3s;
}
.prod_more:hover::after {
    opacity: .5;
}
#home_new_sec {
    position: relative;
    padding-top: 15rem;
}
.bg_H_new_wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
#home_new_sec .bg_H {
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: calc(var(--contleft) - 17rem);
    z-index: 1;
}
#home_new_sec .container {
    position: relative;
    z-index: 5;
}
.new_decor {
    height: 21rem;
    position: absolute;
    z-index: 2;
    top: -10rem;
    right: calc(var(--contleft) - 15rem);
}
.new_prod_slider {
    margin-top: 4rem;
}
.prod_card.swiper-slide {
    margin: 0;
}
.slider_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem 0 0;
}
.nav_line_before {
    height: .12rem;
    background: linear-gradient(90deg, #3f3636 0%, #fff 100%);
    opacity: 0.2;
    width: 100%;
}
.nav_line_after {
    height: .12rem;
    background: linear-gradient(90deg, #fff 0%, #3f3636 100%);
    opacity: 0.2;
    width: 100%;
}
.nav_arr_wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 1.5rem;
    gap: 0 1.5rem;
}
.nav_arr {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: solid 2px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .35;
    transition: all .3s;
}
.nav_arr:not(.swiper-button-disabled):hover {
    opacity: 1;
}
.nav_arr svg {
    height: .8rem;
    max-width: 100%;
    max-height: 100%;          
}
.nav_prev {
    transform: rotate(180deg);
}
.nav_arr.swiper-button-prev, .nav_arr.swiper-button-next {
    position: inherit;
    color: transparent;
    margin: 0;
}
.nav_arr.swiper-button-prev:after, .nav_arr.swiper-button-next:after {
    display: none;
}
#video_rev_sec h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ytb_title_ico {
    margin-left: 1rem;
    width: 6.4rem;
}
.ytb_rev_slider_container {
    width: 100%;
    overflow: hidden;
    margin-top: 5rem;
}
.ytb_rev_slider {
    margin-top: 5rem;
    width: 1920px;
    height: 580px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .3s;
}
.ytb_rev_img {
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    height: 31rem;
}
.ytb_rev_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ytb_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.ytb_title svg {
    width: 2.2rem;
    margin-right: 1rem;
}
.ytb_rev {
    transition: all .4s !important;
    cursor: pointer;
    z-index: 3;
}
.ytb_rev:not(.swiper-slide-active) {    
    margin-top: -55px;
    transform: scale(.8) !important;
    opacity: .5;
    z-index: 1;
}
.ytb_rev.swiper-slide-active {
    transition: all .6s !important;
}
.ytb_rev.swiper-slide-prev {
    transform: translateX(3.7rem) scale(.8) !important;
}
.ytb_rev.swiper-slide-next {
    transform: translateX(-3.7rem) scale(.8) !important;
}
.big_product_slider {
    width: 1920px;
    max-width: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.big_slider {
    height: 56rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.big_slider::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    opacity: .2;
    z-index: 2;
}
.big_slider::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75%;
    background: linear-gradient(0, #000 51%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.46;
    z-index: 3;
}
.big_slider_img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.big_slider_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.big_slider_title {
    position: relative;
    z-index: 5;
    font-family: var(--font2);
    font-weight: 400;
    font-size: 4.25rem;
    color: #fff;
    text-align: left;
    padding: 0 5% 12rem;
    width: 100%;
}
.big_nav {
    position: absolute;
    margin: 0;
    bottom: 4rem;
    z-index: 4;
    left: 0;
    right: 0;
}
#news_sec {
    position: relative;
}
.news_bg_healo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 11rem;
}
#news_sec > .container {
    position: relative;
    z-index: 3;
}
.news_slider {    
    position: relative;
    width: 100%;
    margin-top: 4rem;    
}
.news_it {
    height: 40rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
    flex-wrap: wrap;
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: 3rem;
}
.news_it::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    opacity: .15;
    z-index: 2;
}
.news_it::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(0, #000 51%, rgba(0, 0, 0, 0) 100%);
    opacity: .6;
    z-index: 3;
}
.news_it_img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.news_it_date {
    position: relative;
    z-index: 5;
    background: #fff;
    padding: .8rem 1.2rem;
    border-radius: 500px;
    display: inline-block;
    align-self: flex-start;
    color: var(--clr-wrapper);
}
.news_it_title {
    font-weight: 400;
    font-size: 2.5rem;
    color: #fff;
    font-family: var(--font2);
    position: relative;
    z-index: 5;
    line-height: 1.2;
}
#prefoot_sec {
    padding-bottom: 7.5rem;
}
#prefoot_sec .container {
    position: relative;
}
.form_decor1 {
    position: absolute;
    width: 18rem;
    height: 20rem;
    top: -7.5rem;
    left: -12rem;
    z-index: 2;
}
.prefoot_form_wrap {
    background: var(--clr-wrapper2);
    border-radius: var(--border-radius);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.prefoot_form_r {
    padding: 5.5rem 8rem;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.prefoot_form_input_wrap {
    background: var(--clr-wrapper);
    border-radius: .6rem;
    margin-top: 2rem;
    padding: .5rem;
    width: 32rem;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.prefoot_form_input_wrap input {
    padding: 1rem 1.5rem;
    color: #fff;
    width: 100%;
}
.prefoot_form_input_wrap .btn {
    background: #fff;
    border-color: #fff;
    color: #333;
    height: auto;
    flex-shrink: 0;
}
.prefoot_form_l {
    position: relative;
}
.form_decor {
    height: 100%;
    width: 41rem;
    object-fit: cover;
    object-position: bottom left;
}
.prefoot_menu {
    padding-top: 7.5rem;
}
.prefoot_menu_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
    gap: 1.25rem 1.8rem;
    width: 1060px;
    max-width: 100%;
    margin: 0 auto;    
}
.prefoot_menu_it {
    background: var(--clr-wrapper2);
    border-radius: .4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 2rem;
    cursor: pointer;
    transition: all .3s;
}
.prefoot_menu_it:hover {
    filter: brightness(1.2);
}
.prefoot_menu_it svg {
    height: 2.5rem;
}
.prefoot_menu_it_title {
    margin-top: 1.2rem;
    width: 100%;
}
footer {
    padding-bottom: 8rem;
    background: var(--clr-wrapper2);
    overflow: hidden;
}
.foot_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 0;
    margin: 0 -1.5%;
}
.foot_col {
    width: 22%;
    margin: 0 1.5%;
}
.foot_logo {
    width: 15.8rem;
    max-width: 100%;
    padding: 1.2rem 2.3rem 1.8rem;
    background: var(--clr-wrapper);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 20px 20px;
    position: relative;
}
.foot_logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
    background: url('../img/ico/foot_log.svg') no-repeat;
    background-position: right top;
    height: 20px;
    width: 20px;
}
.foot_logo::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 1;
    background: url('../img/ico/foot_log.svg') no-repeat;
    background-position: right top;
    height: 20px;
    width: 20px;
    transform: rotate(-90deg);
}
.foot_logo img {
    max-width: 100%;
}
.foot_phone, .foot_email {
    font-weight: 500;
    font-size: 1.88rem;
    padding: 0 .2rem;
}
.foot_phone:hover a, .foot_email:hover a {
    color: var(--clr-accent);
}
.foot_slc a {
    display: block;
}
.foot_slc a path {
    transition: all .3s;
}
.foot_slc a:hover path {
    fill: var(--clr-accent);
}
.foot_menu {
    position: relative;
    margin-top: 6rem;
}
.foot_healo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0rem;
    opacity: .2;
}
.foot_menu_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 3;
    margin: 0 -1.5%;
    padding-top: 1.5rem;
}
.foot_menu_title {
    font-size: 1.12rem;
}
a.foot_menu_title:hover {
    color: var(--clr-accent);
}
.foot_menu_wrap ul {
    margin-top: 1.5rem;
    list-style: none;
    padding: 0;
}
.foot_menu_wrap li {
    margin: 1rem 0;
}
.foot_menu_wrap li a {
    padding: .2rem 0;
    color: #b7b1b1
}
.foot_menu_wrap li a:hover {
    color: var(--clr-accent);
}
.main_callback_btn {
    position: fixed;
    right: calc(var(--contleft) + 15px);
    bottom: 3rem;
    z-index: 105;
    cursor: pointer;
    transition: all .3s;
}
.main_callback_btn svg {
    transition: all .3s;
}
.main_callback_btn:hover svg {
    transform: scale(1.1);
    transition: all .3s;
}
.main_callback_form {
    position: absolute;
    width: 298px;
    right: 0;
    background: #fff;
    color: #3d3f49;
    border-radius: 10px;
    padding: 18px 20px;
    bottom: 85px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    cursor: default;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}
.main_callback_form.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all; /* Включаем клики */
}
.main_callback_form::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 23px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}
.main_form input, .main_form textarea, .feedback__form input, .feedback__form textarea {
    background: #e8e8e8;
    padding: 1.1rem;
    border-radius: 6px;
    width: 100%;
}
.feedback__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.main_form .input {
    display: flex;
    flex-direction: column;
}
.feedback__btn {
    margin: 12px 0 0 0;
}
.feedback__btn .btn {
    display: flex;
    justify-content: center;
    padding: 1.1rem;
}


.prod_card_add {
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 5;
    width: 5.12rem;
    height: 5.12rem;
    transform: scale(0);
    opacity: 0;
    transform-origin: bottom right;
    cursor: pointer;
    transition: all .3s;
}
.prod_card_add svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prod_card_img_wrap:hover .prod_card_add {
    transform: scale(1);
    opacity: 1;
}
#home_catalog_sec .prod_card_add svg path.pt_bg {
    fill: var(--clr-wrapper2);
}
.menu_btn {
    /*position: absolute;
    z-index: 3;
    left: -8rem;
    top: 1.9rem;*/
    cursor: pointer;
    /*display: none;*/
    margin: 0 1rem 0 0;
}
.menu_btn svg {
    height: .8rem;
    width: 3.2rem;
}
.mobile_proff {
    display: none;
}
.product_page_header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 4.5rem;    
}
header.full_height.product_page_header {
    height: auto;
    min-height: 100vh;
    position: relative;
}
.product_header_bot {
    position: relative;
    z-index: 2;
    margin-top: auto;
}
.product_page_header .header__top {
    padding-bottom: 4rem;
}
.product_page_header .header__video {
    height: 100%;
    min-height: 100vh;
}
.product_header_bot_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.product_title_wrap {
    width: 50%;
}
.product_title_wrap h1 {
    margin-bottom: 1.7rem;
    font-size: 5rem;
}
.product_title_wrap p {
    font-size: 1.2rem;
}
.product_buy_wrap {
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 2rem 3.5rem;
}
.buy_it {
    width: 19.5rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.buy_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.product_price {
    padding-right: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
}
.product_price_old {
    text-decoration: line-through;
    font-size: 1.5rem;
    color: #ffbec0;
    font-style: italic;
}
.buy_desc {
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 0 .5rem;
    margin: 0 0 6px;
}
.buy_desc img {
    width: 94px;
}
.buy_it_btn {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    justify-content: center;
    padding: 1.3rem 2rem;
    border: none !important;
}
/*.buy_wb .buy_it_btn {
    background: linear-gradient(90deg, #f23ae1 0%, #b00ce9 100%);
    color: #fff;
}*/
.buy_wb .buy_it_btn {
    background: #fff;
    color: var(--clr-wrapper2);
}
#product_param {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 3rem;
}
#product_param .news_bg_healo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 4rem;
}
#product_param .container {
    position: relative;
    z-index: 3;
}
.product_param_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3%;
}
.product_param_it {
    width: 19%;
    margin: 1.5rem 3%;
    text-align: center;
}
.product_param_ico {
    max-width: 100%;
}
.product_param_ico svg {
    height: 7.5rem;
}
.product_param_title {
    font-family: var(--font2);
    font-size: 2.5rem;
    margin-top: 1rem;
    line-height: 1;
}
.product_param_desc {
    font-size: 1rem;
    margin-top: 1rem;
    color: #b7b1b1;
}

.product_gall_wrap {
    margin-top: 3rem;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: var(--contleft);
    position: relative;
}
.product_gall {
    width: 40rem;
    flex-shrink: 0;
    margin-left: 15px;
    position: relative;
    z-index: 3;
}
.prod_gall_img {
    display: block;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    aspect-ratio: 1;
}
.prod_gall_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}
:root {
    --product_thumb_width: 28rem;
    --product_thumb_width_minus: calc(-28rem - 20px);
}
.product_thumb_gall {
    position: absolute;
    /*width: calc(100% - 40rem - 20px + var(--product_thumb_width));
    margin-left: 20px;*/
    left: calc(var(--contleft) + 15px + (40rem - var(--product_thumb_width)));
    right: 0;
    z-index: 1;
}
.prod_gall_thumb_img {
    aspect-ratio: 1;
    width: var(--product_thumb_width);
    transition: opacity .4s;
}
.prod_gall_thumb_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}
.prod_gall_thumb_img.swiper-slide-active {
    opacity: 0;
}
.product_gal_nav {
    position: absolute;
    bottom: 0;
    left: calc(var(--contleft) + 40rem + 15px);
    width: calc(90% - 50rem);
}
#product_page_content_sec {
    position: relative;
    padding: 4rem 0 0;
    overflow: hidden;
}
.sec_bg_imgs {
    position: absolute;
    z-index: 1;
    inset: 0;
}
#product_page_content_sec .container {
    position: relative;
    z-index: 3;
}
.img_content_block {
    padding: 7rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img_content_block img {
    height: 45rem;
    width: 50%;
    object-fit: cover;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.img_content_text {
    width: 40%;
    font-size: 2.25rem;
    line-height: 1.2;
}
.sec_bg_img1 {
    display: block;
    float: right;
}
.sec_bg_img1 {
    display: block;
    clear: both;
}
.img_content_block:nth-child(even) {
    flex-direction: row-reverse;
}
.faq_wrap {
    padding-top: 2rem;
}
.faq_it {
    padding: 3.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
.faq_title_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
}
.faq_title {
    font-weight: 400;
    font-size: 4rem;
    color: #fff;
    font-family: var(--font2);
    line-height: 1;
    width: 80%;    
}
.faq_title_wrap svg {
    width: 4rem;
    margin-top: .5rem;
    flex-shrink: 0;
    transition: all .3s;
}
.faq_body {
    font-size: 1.25rem;
    line-height: 1.4;
    padding-top: 2rem;
    width: 80%;
    display: none;
}
.faq_it.active .faq_title_wrap svg {
    transform: rotate(45deg);
}
#see_more_sec {
    position: relative;
    padding-top: 12rem;
    padding-bottom: 0rem;
}
#see_more_sec .container {
    position: relative;
    z-index: 3;
}
#see_more_sec #prefoot_sec {
    margin-top: 8rem;
}
.header.inner .header__top::before {
    display: none;
}
.header.inner .header__wrap {
    position: relative;
    z-index: 5;
}
.header.inner .header__menu {
    background: var(--clr-wrapper2);
    padding-top: 5rem;
    position: relative;
    z-index: 4;
    transition: background 0.3s ease;
}
.header.inner .header__menu.mn {
    background: transparent;
}
nav.nav {
    position: relative;
    z-index: 4;
}
.inner_logo {
    position: absolute;
    width: 15rem;
    height: auto;
    padding: 1.4rem 2.8rem 2.3rem;
    z-index: 5;
    left: 50%;
    margin-left: -7.5rem;
    top: 0;
    background: var(--clr-wrapper);
    border-radius: 0 0 1.25rem 1.25rem;
}
.inner_logo::before {
    content: '';
    position: absolute;
    top: 6rem;
    left: -20px;
    z-index: 1;
    background: url(../img/ico/foot_log.svg) no-repeat;
    background-position: right top;
    height: 20px;
    width: 20px;
}
.inner_logo::after {
    content: '';
    position: absolute;
    top: 6rem;
    right: -20px;
    z-index: 1;
    background: url(../img/ico/foot_log.svg) no-repeat;
    background-position: right top;
    height: 20px;
    width: 20px;
    transform: rotate(-90deg);
}
.catalog_catecory_list {
    margin: 2rem 0;
}
.catalog_catecory_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
    padding: 0;
}
.catalog_catecory_list li {
    list-style: none;
}
.catalog_catecory_list li a {
    display: block;
    padding: .6rem .8rem;
    background: var(--clr-wrapper2);
    color: #B7B1B1;
    border-radius: .4rem;
}
.catalog_catecory_list li.active a {
    background: #fff;
    color: #333;
}
.catalog_catecory_list li:not(.active) a:hover {
    filter: brightness(1.2);
}
.breadcrumbs {
    margin: 2rem 0 3rem;
}
.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: .5rem;
}
.breadcrumbs ul li {
    list-style: none;
    color: #a6a6a6;
}
.breadcrumbs ul li a {
    color: #a6a6a6;
}
.breadcrumbs ul li a:hover {
    color: #ddd;
}
.breadcrumbs .bread_sp {
    width: 1.5rem;
}
.catalog_sec {
    padding-top: 2rem;
    position: relative;
}
.catalog_sec .container {
    position: relative;
    z-index: 3;
}
.catalog_sec .bg_H_new_wrap {
    left: auto;
    right: 0;
    top: 15rem;
}
.catalog_h1_wrap {
    padding: 7rem 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.catalog_h1_wrap .news_bg_healo {
    top: 1.3rem;
    opacity: .5;
}
.catalog_h1_wrap h1 {
    position: relative;
    z-index: 3;
}
.catalog_h1 {
    font-size: 4rem;
    text-transform: uppercase;
}
.filter_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    position: relative;
    z-index: 5;
}
.filter_it {
    width: 15rem;
    max-width: 100%;    
    position: relative;
}
.filter_it_title_wrap {
    width: 100%;
    padding: 1.2rem;
    border-radius: .4rem;
    background: var(--clr-wrapper2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.filter_it .filter_it_title_wrap svg {
    width: 1rem;
    transition: all .3s;
}
.filter_it.active .filter_it_title_wrap svg {
    transform: scaleY(-1);
}
.filter_it_title {
    padding-right: 5px;
    line-height: 1;
}
.catalog_prod_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.3rem 0;
    margin: 5rem -.95rem 0;
}
.filter_it_wrap {
    position: absolute;    
    top: 3.5rem;
    left: 0;
    right: 0;
    background: #fff;
    padding: 1rem 1.2rem;
    box-shadow: 0 9px 13px 0 rgba(63, 54, 54, 0.07);
    border-radius: var(--border-radius);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: top .3s;
}
.filter_it.active .filter_it_wrap {
    top: 4.1rem;
    opacity: 1;
    z-index: 3;
    visibility: visible;
}
.filter_it_wrap::before {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    transform: rotate(45deg);
    left: 1.5rem;
    top: -.3rem;
    background: #fff;
    z-index: 1;
}
.filter_check_label {
    color: #333;
    display: flex;
    align-items: flex-start;
    padding: .2rem 0;
    margin: .8rem 0;
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.cust_check {    
    border-radius: 0.25rem;
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    background: #e8e0e0;
    z-index: 2;
    margin: -.1rem .8rem 0 0;
    transition: all .2s;
}
.cust_check::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.25rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url('../img/ico/check.svg') no-repeat;
    background-position: center 70%;
    background-size: .7rem;
    z-index: 2;
    opacity: 0;
    filter: brightness(10);
    transition: all .32s;
}
.filter_check_label input[type="checkbox"] {
    display: none;
}
.filter_check_title {
    line-height: 1;
    font-size: .95rem;    
}
.filter_check_label input:checked + .cust_check {
    background-color: var(--clr-accent);
}
.filter_check_label input:checked + .cust_check::after {
    opacity: 1;
}
.reset_filter {
    display: flex;
    align-items: center;
    font-size: 0.88rem;
    color: #fff;
    opacity: .5;
    cursor: pointer;
    transition: all .3s;
}
.reset_filter svg {
    width: .7rem;
    margin-left: .4rem;
}
.reset_filter:hover {
    opacity: 1;
}
.filter_range {
    padding: 1rem 1.5rem 1rem 1.2rem;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: var(--clr-accent);
    color: #fff;
    font-size: .8rem;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: var(--clr-accent);
}
.irs--flat .irs-bar, .irs--flat .irs-handle>i:first-child {
    background-color: var(--clr-accent);
}
.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
    background-color: var(--clr-accent);
}
#about_section2 {
    position: relative;
    overflow: hidden;
    padding-top: 15rem;
}
#about_section2 .bg_H {
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    top: -11rem;
    left: -10rem;
    z-index: 1;
}
#about_section2 .container {
    position: relative;
    z-index: 3;
}
#about_section2 .sec2_title_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: 50%;
}
#about_section2 .sec2_title {
    font-weight: 400;
    font-size: 7rem;
    font-family: var(--font2);
    line-height: 1;
}
.about_page .about_block_wrap {
    flex-direction: row-reverse;
    align-items: flex-start;
}
.about_page .about_img {
    margin-left: 0;
    margin-right: -11rem;
}
.about_page .about_cont {
    width: calc(100% - 60rem + 11rem);
    padding: 0 10rem 0 0;
}
#cert_sec {
    background: var(--clr-wrapper2);
    padding-bottom: 7rem;
    overflow: hidden;
    position: relative;
}
.cert_wrap {
    display: flex;
    flex-wrap: wrap;
}
.cert_l {
    width: 50%;
    padding-right: 4rem;
}
.cert_l h2 {
    text-align: left;
}
.title_intro {
    margin-top: 2.5rem;
    font-size: 1.2rem;
}
.cert_r {
    width: 50%;
    position: relative;
}
.cert_gall {
    width: 140%;
}
.cert_gall_img {
    border-radius: var(--border-radius);
    overflow: hidden;
}
.cert_gall_img img {
    width: 100%;
    aspect-ratio: 3.78/5.43;
    border-radius: var(--border-radius);
}
.cert_gal_nav {
    margin: 4rem -1.5rem;
}
#cert_sec_healo {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 1;
}
#gall_sec {
    position: relative;
    overflow: hidden;
}
#gall_sec .container {
    position: relative;
    z-index: 3;
}
#gall_sec .bg_H {
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    top: 4rem;
    right: 0;
    z-index: 1;
    width: 50%;
}
.about_gall {
    margin-top: 7rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 17rem);
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
}
.about_gall_it {
    position: relative;
    display: block;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: auto;
}
.about_gall_it img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}
.about_gall_it:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.about_gall_it:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.about_gall_it:nth-child(3) { grid-area: 1 / 2 / 3 / 4; }
.about_gall_it:nth-child(4) { grid-area: 1 / 4 / 3 / 5; }
.about_gall_it:nth-child(5) { grid-area: 3 / 1 / 5 / 3; }
.about_gall_it:nth-child(6) { grid-area: 3 / 3 / 5 / 4; }
.about_gall_it:nth-child(7) { grid-area: 3 / 4 / 4 / 5; }
.about_gall_it:nth-child(8) { grid-area: 4 / 4 / 5 / 5; }

.about_gall_it:nth-child(n+9) img {
    height: 23rem;
}
.inner_rev {
    padding-top: 5rem;
}
.page_sec {
    padding: 3rem 0;
}
.page_sec h1 {
    text-align: center;
    margin-bottom: 3rem;
}
.news_page h1 {
    font-size: 3.5rem;
}
.cart_block {
    margin-top: 5rem;
}
.cart_item {
    padding: 2.7rem;
    border-radius: var(--border-radius);
    background: var(--clr-wrapper2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
}
.cart_col1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-right: 2rem;
    width: 33%;
}
.cart_it_img {
    width: 10.7rem;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--border-radius);
    margin-right: 3.5rem;
    flex-shrink: 0;
}
.cart_it_name {
    font-family: var(--font2);
    font-size: 1.7rem;
    color: #fff;
}
.price_wrapper {
    margin-right: 3.5rem;
}
.cart_price {
    font-weight: 600;
    font-size: 1.5rem;
}
.cart_price_desc {
    margin-top: .5rem;
    font-size: 0.88rem;
    color: #b7b1b1;
}
.cart_count_wrap {
    margin-right: 3.5rem;
    flex-shrink: 0;
}
.cart_count_form {
    display: flex;
    background: var(--clr-wrapper);
    padding: 1rem .5rem;
    align-items: center;
    justify-content: space-between;
    width: 15rem;
    border-radius: var(--border-radius);
}
.num_minus, .num_plus {
    color: #B7B1B1;
    font-size: 3rem;
    font-weight: 300;
    font-family: var(--font2);
    line-height: 1;
    padding: 0 .5rem;
    cursor: pointer;
    user-select: none;
}
.cart_count_form input {
    width: 3rem;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
}
.cart_foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 4rem;
    gap: 1.5rem;
}
.cart_itog {
    font-weight: 600;
    font-size: 1.25rem;
}
.go_order_btn {
    padding: 1.5rem 2rem;
    width: 15rem;
    text-align: center;
    justify-content: center;
}
#prefoot_sec.cart_page {
    padding: 0 0 7.5rem;    
}
.order_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5rem;
}
.order_l {
    width: 60%;
}
.order_block {
    background: var(--clr-wrapper2);
    padding: 3.7rem;
    border-radius: var(--border-radius);
}
.order_block_title {
    font-size: 3rem;
    font-family: var(--font2);
}
.order_inputs {
    margin-top: 4rem;
}
.order_input_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem 0;
}
.order_input_row label {
    font-size: 1.25rem;
    color: #b7b1b1;
    width: 25%;
}
.order_input_row input {
    width: 70%;
    padding: 1.5rem 2rem;
    background: var(--clr-wrapper);
    border-radius: var(--border-radius);
    color: #fff;
}
.order_contact_police {
    font-size: 1rem;
    color: #b7b1b1;
    margin-top: 3rem;
}
.order_contact_police a {
    color: var(--clr-red);
}
.order_cont_foot {
    margin-top: 3rem;
}
.line_decor {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #fff 0%, #3f3636 100%);
    opacity: .2;
}
.order_sub {
    margin-top: 3rem;
    width: 20rem;
    max-width: 100%;
    padding: 1.5rem 2rem;
    justify-content: center;
    font-weight: 500;
}
.order_r {
    width: 33%;
    background: var(--clr-wrapper2);
    border-radius: var(--border-radius);
    padding: 1.5rem;
}
.order_info {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.order_cart_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 1rem 0;
    font-size: 1.2rem;
}
.order_cart_row img {
    width: 4rem;
    max-width: 100%;
    aspect-ratio: 1;
    border-radius: var(--border-radius);
    object-fit: cover;
    margin-right: 1rem;
}
.order_cart_row span {
    font-size: 1.2rem;
    color: #b7b1b1;
    padding-left: 1rem;
}
.cont_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem 0;
    margin: 4rem -.9rem 0;
}
.cont_col {
    width: calc(33.333% - 1.8rem);
    margin: 0 .9rem;
    border-radius: var(--border-radius);    
    background: var(--clr-wrapper2);
    padding: 3rem 2rem;
    text-align: center;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 14rem;
    font-weight: 500;
    font-size: 2.5rem;
}
.cont_col_label {
    font-size: 1rem;
    font-weight: 400;
    color: #b7b1b1;
}
.cont_col a {
    font-weight: 500;
    font-size: 2.5rem;
}
.cont_col a:hover {
    color: var(--clr-accent);
}
.cont_col.w100 {
    width: calc(100% - 1.8rem);
}
.map {
    width: 100%;
    height: 39rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    margin-top: 3rem;
}
[class*="ground-pane"] {
    filter: grayscale(1);
}
.main_iframe .fancybox__content {
    padding: 0;
    aspect-ratio: 16 / 9;
    width: auto !important;
}
.product_gall_wrap video {
    aspect-ratio: 1;
}
.prod_gal_play {
    position: absolute;
    left: 2rem;
    top: 2rem;
    z-index: 5;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .5;
}
.prod_gal_play svg {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin: 0 0 0 7px;
}
.link_icon.msMiniCart {
    font-size: 1rem;
    position: relative;
}
.link_icon.msMiniCart .count {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--clr-red);
    width: 20px;
    height: 20px;
    font-weight: 100;
    font-size: 11px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -8px;
}
#in_cart {
    display: none;
    width: 400px;
    height: 220px;
    border-radius: 1rem;
}
#in_cart .success__image svg {
    width: 5rem;
    height: 5rem;
}
.header_bg_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_iframe.has-html5video .fancybox__content {
    width: 1400px !important;
    height: auto !important;
    max-width: 100% !important;
}
.main_iframe.has-html5video video {
    width: 1400px;
    max-width: 100%;
}
.range_top_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.range_top_wrap label {
    width: auto;
    max-width: 48%;
    display: inline-block;
    flex-shrink: 1;
}
.range_top_wrap label input {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 6px;
}
.range_top_wrap label:last-child input {
    text-align: right;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: var(--clr-red) !important;
    border-color: var(--clr-red) !important;
}
.ui-slider-horizontal .ui-slider-range {
    background: var(--clr-wrapper2) !important;
    border-color: var(--clr-wrapper2) !important;
}
#msOrder {
    margin-top: 0 !important;
}
.making_order_completed {
    background: var(--clr-wrapper2);
    text-align: center;
    padding: 7rem 2rem 3rem;
    margin-top: 7rem;
    position: relative;
    border-radius: var(--border-radius);
}
.making_order_completed .checkmark {
    width: 8rem;
    height: 8rem;
    position: absolute;
    left: 50%;
    margin-left: -4rem;
    top: -4rem;
    border: solid 10px #3d3f49;
}
.popup__title {
    font-family: var(--font2);
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
.text-content.mtop {
    margin-top: 3rem;
}
.clear {
    clear: both;
}
.news_page_wrap img {
    max-width: 100%;
    float: left;
    margin: 0 2rem 1rem 0;
    border-radius: var(--border-radius);
}
.news_page_cont p {
    line-height: 1.5;
}
.news_page_date {
    margin: 0 0 1rem;
    opacity: .4;
}
.news_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;    
}
.news_wrap .news_it {
    width: 47%;
    margin: 1.3rem 1.5%;
    flex-shrink: 1 !important;
}
#obor_sec, #char_sec {
    background: var(--clr-wrapper2);
    position: relative;
    padding-bottom: 25rem;
}
#obor_sec .container, #char_sec .container {
    position: relative;
    z-index: 3;
}
.obor_healo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.obor_slider {
    margin-top: 4rem;
}
.mobile_menu {
    position: fixed;
    z-index: 355;
    width: 600px;
    max-width: 100%;
    background: var(--clr-wrapper2);
    top: 0;
    left: -100%;
    bottom: 0;
    overflow-y: auto;
    padding: 3rem 3rem;
    display: none;
    transition: all .3s;
}
.mobile_menu.active {
    left: 0;
}
.mobile_menu ul {
    margin-top: 5rem;
}
.mobile_menu li {
    margin: 1.5rem 0;
}
.mobile_menu li a {
    font-size: 2rem;
    text-transform: uppercase;
    font-family: var(--font2);
}
.mobile_menu li a:hover {
    color: var(--clr-red);
}
.mobile_close svg {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    cursor: pointer;
}



.logo_h_right {
    position: relative;
    overflow: hidden;
}
.logo_h_right .bg_H {
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    top: 5rem;
    right: var(--contleft);
    z-index: 1;
}



/* Характеристики */

.char_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
}
.char_wrap .char_text {
    width: 50%;
}
.char_wrap .char_param {
    width: 40%;
}
.char_param_wrap {
    border-collapse: collapse;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 3rem;
}
.char_param_wrap tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.char_param_item td:first-child {
    background: var(--clr-wrapper);
    border-radius: 10px 0 0 10px;
    padding: 20px 0 20px 34px;
    width: 100%;
    max-width: 310px;
    color: #b7b1b1;
    display: flex;
    align-items: center;
}
.char_param_item td:last-child {
    background: var(--clr-wrapper);
    border-radius: 0 10px 10px 0;
    padding: 20px 34px 20px 0;
}
.char_param_item {
    display: flex;
}
h2.char_title {
    margin-bottom: 3.8rem;
}
.char_description_show, .spoiler_btn_hidden {
    display: none;
}
.spoiler_x {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    cursor: pointer;
}
.spoiler_btn, .spoiler_btn_hidden {
    margin: 2rem 0 1rem;
    text-align: center;
    color: #fff;
}
.char_description {
    color: #b7b1b1;
}
.plus {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-position: center;
    background-size: 100% 2px, 2px 100%;
    background-repeat: no-repeat;
}
.minus {
    display: inline-block;
    width: 18px;
    height: 10px;
    background: linear-gradient(#fff, #fff);
    background-position: center;
    background-size: 100% 2px, 2px 100%;
    background-repeat: no-repeat;
}
.line_gradient {
    height: .085rem;
    opacity: 0.2;
    width: 100%;
    background: linear-gradient(90deg, rgb(71 62 62) 0%, rgba(255, 248, 238, 1) 50%, rgb(71 62 62) 100%);
}


.instruct_wrap {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.instruct_item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #b7b1b1;
    transition: 0.3s;
}
.instruct_item:hover {
    color: #fff;
}
.instruct_item:hover img {
    -webkit-filter: brightness(var(--hover-brightness));
    filter: brightness(var(--hover-brightness));
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.instruct_item img {
    width: 3rem;
    transition: 0.3s;
}

/* Форма сотрудничества */ 
.temp_form_coop {
    width: 100%;
}
.form_coop {
    background: var(--clr-wrapper2);
    padding: 7.1rem 0;
}
.form_coop__title {
    margin: 0 0 3.9rem;
}
.btn_white {
    background: #fff;
    border-color: transparent;
    color: #333;
    height: auto;
}
.temp_form_coop .feedback__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 2rem;
    flex-wrap: wrap;
}
.form_coop_item {
    flex: 1 240px;
}
.form_coop_item input, .form_coop_item textarea {
    padding: 1.5rem 1.5rem;
    color: #fff;
    width: 100%;
    background: var(--clr-wrapper);
    border-radius: .6rem;
    font-size: 16px;
}
.form_coop_btn .btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1.5rem 1.5rem;
}
.temp_form_coop .agree {
    margin: 1.9rem 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #b7b1b1;
}
.temp_form_coop .agree a {
    color: #fff;
    font-size: 15px;
}
.temp_form_coop .agree a:hover {
    color: var(--clr-accent);
}
.input.form_coop_item.w100 {
    flex: 1 100%;
    display: flex;
}

.language {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.skiptranslate {
    display: none !important;
}
.language .language__img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
    opacity: .4;
    transition: all .3s;
}
.language__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.language .language__img.language__img_active {
    opacity: 1;
}
.language__img:not(.language__img_active):hover {
    opacity: 1;
}
.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--clr-wrapper);
    height: 60px;
    z-index: 300;
    transition: transform 0.5s,box-shadow 0.5s;
    transform: translateY(-150%);
    margin: 0 auto;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    box-shadow: 0px 0px 15px 10px var(--clr-wrapper2);
}
.fixed_header.is-active {
    transform: translateY(0)
}
.fixed_header .logo .img img {
    width: auto;
    max-width: 95px;
    height: 42px;
    object-fit: contain;
}
.fixed_header .inner_logo::before, .fixed_header .inner_logo::after {
    content: none;
}
.fixed_header .site_logo, .fixed_header .site_logo.inner_logo {
    width: 10rem;
    padding: 8px 0 10px;
    left: 50%;
    margin: 0 0 0 -5rem;
    background: var(--clr-wrapper);
    border-radius: 0 0 1.25rem 1.25rem;
    position: absolute;
}
.fixed_header .santa_hat {
    right: 32px;
    bottom: 19px;
    width: 18px;
}
.fixed_header .header__line {
    padding: 10px 0;
}
.fixed_header .link_icon {
    width: 2.5rem;
}
.fixed_header .header__line {
    align-items: center;
}
.video_inner {
    cursor: pointer;
}
.video_item {
    width: 33.333%;
}


/* цены на маркетах */

.market_popup {
    max-width: 700px;
    width: 100%;
}
.market_name img {
    width: 95px;
    height: 35px;
    object-fit: contain;
}
.market_list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: 1.5rem 0 0;
}
.market_item {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted var(--clr-gray);
    padding: 0 0 1.2rem;
}
.market_item:last-child {
    border-bottom: 0;
}
.market_item_price {
    font-weight: 600;
    font-size: 1.2rem;
}
.market_item_price_old {
    text-decoration: line-through;
    font-size: 1.1rem;
    color: #878787;
}
.btn_market {
    padding: .65rem 1.6rem;
    font-size: 1rem;
}
.mobile_menu {
    display: block;
}
body.no_scrl {
    overflow-y: hidden;
}
.header_phone {
    font-weight: 400;
    font-family: var(--font);
    font-size: 1.2rem;
    margin: 0 1rem 0 0;
}
.header_phone a:hover {
    color: var(--clr-accent);
}
.menu_btn {
    position: relative;
    z-index: 3;
    left: 0;
    margin-right: 1.5rem;
    padding: 14px 0;
}
.toogle_menu {
    position: absolute;
    width: 100%;
    top: 0;
    background: var(--clr-wrapper);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
    z-index: 3;
    height: 100vh;
    padding: 15rem 0 0;
}
.toogle_menu.open {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: all;
}
.toogle_menu_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    min-width: 620px;
    max-width: 1100px;
    margin-top: 3rem;
    gap: 2rem;
}
.tmenu__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.tmenu__link {
    font-size: 1.8rem;
    font-family: var(--font2);
}
.tmenu__link:hover {
    color: var(--clr-accent);
}
.toogle_menu_right {
    width: 100%;
    max-width: 650px;
    position: relative;
}
.prod_tog_slider .prod_card_img {
    height: 17rem;
}
.tog_arr_wrap {
    display: flex;
    gap: 1.2rem;
}
.tog_nav {
    position: absolute;
    right: -130px;
    bottom: 120px;
}
.header__wrap .header_phone {
    font-family: "Golos", sans-serif;
}



