
.style_home_section_with_block { margin: 0 0 3.5rem; padding: 0; overflow: initial !important; }
.style_home_section_with_block > div { margin: 0; }
.style_home_section_with_block .style_home_first_block { display: flex; }
.style_home_section_with_block .style_home_first_block > div { display: flex; width: calc(100%/3 - 4rem); margin: 0 2rem 0; background-color: #fff; border: 0.1rem var(--block-decor-color) solid; }
.style_home_section_with_block .style_home_first_block > div > div { padding: 2rem 3.5rem; }
.style_home_section_with_block .style_home_first_block > div > div .style_title { font-size: 2.6rem; font-weight: 300; color: var(--second-main-color); margin: 0 0 2.5rem; }
.style_home_section_with_block .style_home_first_block > div > div .style_days-week { display: flex; justify-content: space-between; align-items: flex-end; margin: 0; max-width: 60rem; }
.style_home_section_with_block .style_home_first_block > div > div .style_days-week .style_days { color: #616668; font-weight: 500; letter-spacing: 0.1rem; }
.style_home_section_with_block .style_home_first_block > div > div .style_days-week .style_time { color: var(--second-main-color); font-size: 1.5rem; font-weight: 500; }
.style_home_section_with_block .style_home_first_block > div > div hr.style_separator { border: none; height: 0.1rem; background-color: var(--block-decor-color); margin: 1rem 0; }
.style_home_section_with_block .style_home_first_block > div > div button.style_sign-up { background: none; border: 0.1rem solid var(--main-color); border-radius: 0.5rem; font-size: 1.2rem; font-weight: 600; letter-spacing: 0.2rem; margin: 1.5rem 4rem 0 0; color: var(--main-color); }
.style_home_section_with_block .style_home_first_block > div > div button.style_sign-up::before { font-family: 'FontAwesome'; content: "\f073"; margin: 0 0.5rem 0 0; font-size: 1.6rem; }
.style_home_section_with_block .style_home_first_block > div > div button.style_sign-up:hover { background-color: var(--main-color); color: #fff; }
.style_home_section_with_block .style_home_first_block > div > div .style_phone { text-decoration: none; font-size: 2.6rem; font-weight: 400; display: flex; line-height: 1; margin: 0 0 1.5rem; color: var(--main-color); }
.style_home_section_with_block .style_home_first_block > div > div .style_phone::before { font-family: 'FontAwesome'; content: "\f095"; margin: 0 1rem 0 0; font-size: 3rem; }

@media (min-width: 1280px) {
.style_home_section_with_block .style_home_first_block { position: relative !important; top: -6.5rem; }
}

@media (max-width: 1279px) {
.style_home_section_with_block .style_home_first_block > div > div { padding: 2rem 1.5rem; }
.style_home_section_with_block .style_home_first_block > div > div .style_days-week .style_days { letter-spacing: 0;}
.style_home_section_with_block .style_home_first_block > div > div .style_phone { font-size: 2.8rem; }
.style_home_section_with_block .style_home_first_block > div > div .style_phone::before { font-size: 3rem; }
}

@media (max-width: 1024px) {
.style_home_section_with_block .style_home_first_block { padding: 0; flex-wrap: wrap; margin: 0 0 3.5rem; }
.style_home_section_with_block .style_home_first_block > div { width: calc(100%); margin: 2rem 1.5rem 0; }
}

@media (max-width: 600px) {
.style_home_section_with_block .style_home_first_block > div > div .style_title { font-size: 2.4rem; }
}

.style_home_section_with_block .style_home_title_about { background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; }
.style_home_section_with_block .style_home_title_about h1 { text-transform: none; color: #fff; font-size: 3rem; font-weight: 400; }
.style_home_section_with_block .style_home_title_about h1 .style_description { color: #c9c9c9; font-size: 1.8rem; }
.style_home_section_with_block .style_home_title_about hr.style_separator {}
.style_home_section_with_block .style_home_title_about .style_inner_row { margin: 0 -1.5rem; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic { justify-content: center; flex-wrap: wrap; margin: 0 auto 7rem; max-width: 73rem; position: relative; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic::after { content: ''; position: absolute; background-color: var(--text-decor-color); top: calc(50% - 0.9rem); right: calc(50% - 0.9rem); width: 1.8rem; height: 1.8rem; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item { box-sizing: border-box; width: calc(100% / 2); display: flex; position: relative; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item::after { content: ''; position: absolute; background-color: #677998; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item:nth-child(1) { padding: 0 3rem 3rem 0; justify-content: flex-end; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item:nth-child(1)::after { top: 0; right: 0; bottom: 2.5rem; width: 0.1rem; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item:nth-child(2) { padding: 0 0 3rem 3rem; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item:nth-child(2)::after { right: 0; bottom: 0; left: 2.5rem; height: 0.1rem; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item:nth-child(3) { padding: 3rem 3rem 0 0; justify-content: flex-end; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item:nth-child(3)::after { top: 0; right: 2.5rem; left: 0; height: 0.1rem; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item:nth-child(4) { padding: 3rem 0 0 3rem ; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item:nth-child(4)::after { top: 2.5rem; right: 0; bottom: 0; left: 0; width: 0.1rem; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item a { background-color: rgba(82, 98, 125, 0.8); display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; padding: 3rem; text-decoration: none; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item a svg { width: 7rem; height: 7rem; margin: 0 0 1rem; fill: var(--main-color); }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item a h2.style_title { color: #fff; font-family: var(--decor-font-family); font-size: 2.6rem; letter-spacing: 0.2rem; text-align: center; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item a .style_subtitle { margin: 0; text-align: center; color: #8591a6; line-height: 1.5; font-size: 1.4rem; font-weight: 400;}

.style_home_section_with_block .style_home_title_about .style_inner_row .style_about > div { background-color: rgba(82, 98, 125, 0.8); margin: 0 0 5rem 3rem; width: calc(100% - 3rem); max-width: 73rem; padding: 3rem 5rem; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_about > div .style_about_text {}
.style_home_section_with_block .style_home_title_about .style_inner_row .style_about > div .style_about_text h2 { color: #fff; font-family: var(--decor-font-family); font-size: 5rem; line-height: 1; letter-spacing: 0.2rem; margin: 0 0 2rem; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_about > div .style_about_text p { color: #fff; line-height: 1.5; }

@media (min-width: 1280px) {

}

@media (max-width: 1279px) {
.style_home_section_with_block .style_home_title_about .style_inner_row > div { width: 100%; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_about > div { margin: 0 auto 3rem; }
}

@media (max-width: 768px) {
}

@media (max-width: 600px) {
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic::after { display: none; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item { width: 100%; padding: 1.5rem !important; justify-content: center !important; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_directions_clinic .style_directions_clinic_item::after { display: none; }
.style_home_section_with_block .style_home_title_about .style_inner_row .style_about > div { padding: 2rem; }
}

:root { 
--main-color: #e51431;
--second-main-color: #303030;
--text-p-color: #505053;
--text-p-pale-color: #606060;
--text-decor-color: #b33c03;
--block-decor-color: #e7e8ea;
--block-bg-color: #f3f3f3;
--main-font-family: 'Fira Sans', sans-serif;
--decor-font-family: 'Fira Sans Extra Condensed';
--main-width-content: 126rem;
}

.rct_shop_price_items .rct_shop_price_items_item { width: 100%; background: none; margin: 0 !important; padding: 1rem 0; border-bottom: 0.1rem var(--block-decor-color) solid; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info > div > div { padding: 0; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info > div > div > div { display: flex; justify-content: flex-start; align-items: center; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .rct_field_list.style_product_attributes { margin: 0 1.5rem 0 0; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .rct_field_list.style_product_attributes .rct_field_list_product { display: flex; flex-direction: column; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .rct_field_list.style_product_attributes .rct_field_list_product .rct_field_list_product_name { font-size: 1.2rem; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .rct_field_list.style_product_attributes .rct_field_list_product .rct_field_list_product_value { font-size: 1.6rem; font-weight: 600; }

.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .style_product_attributes__code { display: none; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .style_product_attributes__razmer { margin: 0 auto 0 0 !important; min-width: 8rem; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .style_container_price .style_product_attributes__price_s_nds { display: flex; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .style_container_price .style_product_attributes__price_s_nds .rct_field_list_product { width: 15rem; }

.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info h2.style_snippet_product_title {  font-family: var(--decor-font-family); font-size: 1.6rem; letter-spacing: 0.1rem; margin: 0 1.5rem 0 0; width: 33rem; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .style_price { min-width: 17rem; display: flex; justify-content: flex-end; align-items: center; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .style_price .style_price_value { font-size: 1.6rem; font-weight: 400; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .style_price .style_price_symbol { font-size: 1.6rem; font-weight: 400; margin: 0 0.5rem; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .style_price .style_cena_za { margin: 0 0 0 0.5rem; }

@media (max-width: 1024px) {
.rct_shop_price_items { overflow: auto; }
.rct_shop_price_items .rct_shop_price_items_item { width: fit-content; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info h2.style_snippet_product_title { min-width: 20rem; }
.rct_shop_price_items .rct_shop_price_items_item .style_snippet_product_info .style_price { min-width: 12rem; }
}

.rct_shop_productlist .rct_shop_productlist_item { width: calc(100% / 4 - 3rem); background-color: #ffffff; outline: 0.1rem #dddddd solid; display: flex; padding: 1rem 0; margin: 0 1.5rem 3rem; box-shadow: none; flex-direction: column;}
.rct_shop_productlist .rct_shop_productlist_item > div { margin: 0; }
.rct_shop_productlist .rct_shop_productlist_item:hover { background-color: #f9f9f9; z-index: 1; box-shadow: 0 0 0.2rem 0.2rem var(--main-color); }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_image { margin: 0 0 1rem; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_image a.style_product_image { width: 100% !important; height: 24rem !important; background-size: contain; background-repeat: no-repeat; background-position: center; background-color: #fff; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_info h2.style_snippet_product_title { width: 100%; line-height: 1.3; margin: 0 auto 1rem 0; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_info h2.style_snippet_product_title a { width: 100%; min-height: 5rem; font-size: 1.4rem; text-decoration: none; font-weight: 500; text-transform: none; display: block; padding: 0 0 0.5rem; box-sizing: border-box; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_info .rct_field_list.style_product_attributes { display: none; margin: 0 0 2rem; flex-direction: column; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_info .rct_field_list.style_product_attributes .rct_field_list_product { display: flex; flex-direction: row; justify-content: flex-start; align-items: baseline; margin: 0 0 0.5rem; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_info .rct_field_list.style_product_attributes .rct_field_list_product .rct_field_list_product_name { min-width: 9rem; text-align: left; font-size: 1.2rem; margin: 0 0.5rem 0 0; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_info .rct_field_list.style_product_attributes .rct_field_list_product .rct_field_list_product_value { font-size: 1.2rem; line-height: 1.5; word-break: break-word; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_buyform { margin: auto 0 0 !important; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_buyform .style_container_price_and_buyform_bottom { display: flex; flex-direction: column; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_buyform .style_container_price_and_buyform_bottom .style_price { margin: 0 0 1rem; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_buyform .style_container_price_and_buyform_bottom .style_price * { font-size: 2.6rem; font-weight: 500; margin: 0 0 1rem; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_buyform .style_container_price_and_buyform_bottom .style_buyform_bottom { display: flex; margin: 0 0 1.5rem; padding: 1rem 1.5rem; align-self: flex-start; text-transform: none; letter-spacing: 0.05rem; font-size: 1.5rem; font-weight: 400; line-height: 1.2; border: none; background-color: var(--main-color); color: #fff; }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_buyform .style_container_price_and_buyform_bottom .style_buyform_bottom:hover { background-color: var(--second-main-color); }
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_buyform .style_container_price_and_buyform_bottom .style_buyform_bottom.style_add_to_cart::after { content: 'Добавить в корзину'; }

@media (max-width: 1280px) {
.rct_shop_productlist .rct_shop_productlist_item { width: calc(100%/3 - 3rem); }
.rct_shop_productlist_item .style_product_image { height: 15rem; }
}

@media (max-width: 1024px) {
.rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_buyform .style_container_price_and_buyform_bottom .style_buyform_bottom.style_add_to_cart::after { content: 'В корзину'; }
}

@media (max-width: 768px) {
.rct_shop_productlist .rct_shop_productlist_item { width: calc(100% / 3); margin: 0 !important; }
.rct_shop_productlist .rct_shop_productlist_item h2.style_snippet_product_title a { min-height: inherit !important; }
.rct_shop_productlist .rct_shop_productlist_item .rct_field_list.style_product_attributes .rct_field_list_product .rct_field_list_product_name { min-width: 7rem; }
}

@media (max-width: 600px) {
.rct_shop_productlist .rct_shop_productlist_item { width: calc(100% / 2); }
}


.rct_postlist.style_snippet_services { justify-content: center; flex-wrap: wrap; }
.rct_postlist.style_snippet_produkciya .rct_postlist_item {  box-sizing: border-box; width: calc(100%/4 - 3rem); min-width: 28rem; margin: 0 1.5rem 3rem; background-color: var(--block-bg-color); border: 0.1rem var(--block-decor-color) solid; }
.rct_postlist.style_snippet_produkciya .rct_postlist_item > div > div > div { padding: 0; }
.rct_postlist.style_snippet_produkciya .rct_postlist_item a.style_image {  width: 100% !important; height: 20rem !important; background-size: cover; background-position: center; background-repeat: no-repeat; }
.rct_postlist.style_snippet_produkciya .rct_postlist_item h2.style_postlist_title { margin: 0; padding: 1.5rem; text-align: center; line-height: 1.2; }
.rct_postlist.style_snippet_produkciya .rct_postlist_item h2.style_postlist_title a { text-decoration: none; text-transform: uppercase; font-family: var(--decor-font-family); font-size: 1.8rem; font-weight: 400; letter-spacing: 0.1rem;  line-height: inherit; }

.rct_postlist.style_snippet_services { justify-content: center; flex-wrap: wrap; }
.rct_postlist.style_snippet_services .rct_postlist_item { box-sizing: border-box; width: calc(100%/2 - 3rem); margin: 0 1.5rem 3rem; }
.rct_postlist.style_snippet_services .rct_postlist_item > div > div > div { padding: 0; }
.rct_postlist.style_snippet_services .rct_postlist_item a { display: flex; box-sizing: border-box; text-decoration: none; position: relative; overflow: hidden; height: 25rem; background-size: cover; background-repeat: no-repeat; background-position: center; }
.rct_postlist.style_snippet_services .rct_postlist_item a::before, .rct_postlist.style_snippet_services .rct_postlist_item a::after { content: ""; bottom: 10px; left: 10px; opacity: 0; position: absolute; right: 10px; top: 10px; background: rgba(255,255,255,0.1) none repeat scroll 0 0; transition: opacity 0.35s ease 0s, transform 0.5s ease 0s; }
.rct_postlist.style_snippet_services .rct_postlist_item a:hover::before { opacity: 1; transform: scale(0, 1); }
.rct_postlist.style_snippet_services .rct_postlist_item a:hover::after { opacity: 1; transform: scale(1, 0); }
.rct_postlist.style_snippet_services .rct_postlist_item a .style_wrapper_content { width: 100%; flex-direction: column; justify-content: space-between; align-items: flex-end; padding: 4rem 3rem 2rem; background-color: rgba(0,0,0,0.2); }
.rct_postlist.style_snippet_services .rct_postlist_item a .style_wrapper_content h2 { max-width: 37rem; text-align: right; color: #fff; font-size: 2.4rem; font-weight: 600; }
.rct_postlist.style_snippet_services .rct_postlist_item a .style_wrapper_content span.style_link { font-size: 1.2rem; color: #fff; text-transform: uppercase; letter-spacing: 0.1rem; word-spacing: 0.5rem; border-bottom: 0.1rem #fff solid; opacity: 0.8; transition: all 0.3s; }
.rct_postlist.style_snippet_services .rct_postlist_item a:hover .style_wrapper_content span.style_link { opacity: 1; }

@media (max-width: 900px) {
.rct_postlist.style_snippet_services .rct_postlist_item { width: 100%; }
}


html { font-family: var(--main-font-family); }
#main > .wrapper { padding: 3rem 0; }
input, button, textarea, select, .button { font-family: var(--main-font-family); }
p, li, a, span, div { color: var(--text-p-color); font-weight: 400; font-size: 1.4rem; line-height: 1.8; }
#title .wrapper h1, h1 { font-family: var(--decor-font-family); text-transform: none; font-size: 3.2rem; font-weight: 600; line-height: 1.3; color: #3c3c3c; margin: 0 0 2rem; }
h2 { font-size: 2.4rem; font-weight: 400; margin: 0 0 1rem; }
.tippy-content { color: #fff; }

input[type="submit"], input[type="reset"], input[type="file"], input[type="button"], input.button, button, .button { padding: 0.7rem 1.5rem; background-color: #fff; color: #000; font-family: var(--decor-font-family); font-size: 1.5rem; font-weight: 600; letter-spacing: 0.2rem; border: var(--main-color) 0.3rem solid; transition: 0.3s all; }
input[type="submit"]:hover, input[type="reset"]:hover, input[type="file"]:hover, input[type="button"]:hover, input.button:hover, button:hover, .button:hover { background-color: var(--main-color); color: #fff; }
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="search"], input[type="url"], textarea { border: 0.1rem var(--block-decor-color) solid; }
input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, input[type="search"]::placeholder, input[type="url"], textarea::placeholder { color: var(--text-p-color); }
.wpb_text_column a { color: var(--text-decor-color); text-decoration: none; }
.style_form_privacy_policy, .style_form_privacy_policy * { font-size: 1.1rem; color: var(--text-p-color); }
.style_row_standart > div > div { padding: 3.5rem 1.5rem 1rem; }
.style_row_standart .style_title { margin: 0 0 3rem; text-align: center; font-family: var(--main-font-family); font-size: 3.6rem; font-weight: 500; letter-spacing: 0; line-height: 1.1; color: #000; margin: 0 0 3rem !important; }
.style_row_standart .style_title .style_accent { font-size: 2rem; font-weight: 400; color: #000; }


table { width: 100%;border-collapse: collapse; }
td { border: 0.1rem #ccc solid; padding: 1rem 2rem; font-size: 1.6rem; }

@media (min-width: 1280px) {
#main .wrapper > .vc_row, #header .wrapper > .vc_row, #breadcrumb .wrapper > .vc_row, #footer .wrapper > .vc_row { margin: 0 -1.5rem !important; }
}


.style_carousel_overflow_with_buttons { justify-content: space-between; align-items: center; }
.style_carousel_overflow_with_buttons .style_carousel_overflow_with_buttons_arrow { min-width: 5rem; height: 5rem; display: flex !important; padding: 0; justify-content: center; align-content: center; }
.style_carousel_overflow_with_buttons button.style_carousel_overflow_with_buttons_arrow { display: flex !important; justify-content: center; align-items: center; background: none; border: none; outline: none; min-width: initial; height: initial; transform: skew(-15deg,0deg); }
.style_carousel_overflow_with_buttons button.style_carousel_overflow_with_buttons_arrow svg { min-width: 4rem; height: 4rem; fill: #000; transition: all 0.3s; }
.style_carousel_overflow_with_buttons button.style_carousel_overflow_with_buttons_arrow:hover svg { fill: var(--main-color); }
.style_carousel_overflow_with_buttons .rct_carousel .rct_shop_productlist { flex-wrap: nowrap; }
.style_carousel_overflow_with_buttons .rct_carousel .rct_shop_productlist .rct_shop_productlist_item { min-width: 20rem; }
.style_carousel_overflow_with_buttons .rct_carousel .rct_shop_productlist .rct_shop_productlist_item .style_snippet_product_info h2.style_snippet_product_title a { min-height: inherit; }

@media (max-width: 768px) {
.style_carousel_overflow_with_buttons button.style_carousel_overflow_with_buttons_arrow { display: none !important; }
}

body ::-webkit-scrollbar { width: 1rem; }
body ::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 0.5rem; }
body ::-webkit-scrollbar-thumb { background-color: var(--main-color); outline: none; border-radius: 0.5rem; box-shadow: inset 0 0 2px rgb(199 34 40); }
body ::-webkit-scrollbar-thumb:hover { background-color: var(--sedond-main-color); box-shadow: inset 0 0 2px rgb(119 4 10); }
body { scrollbar-color: #ffde41 #f6f6f6; }

.style_main_header > div > div > div { display: flex; justify-content: space-between; align-items: center; padding: 2.5rem 0; }
.style_main_header .style_header_block .style_address { font-size: 1.6rem; font-weight: 400; font-family: var(--decor-font-family); letter-spacing: 0.1rem; color: var(--text-p-pale-color); }
.style_main_header .style_header_block .style_time { text-decoration: none; font-size: 1.6rem; font-weight: 400; line-height: 1.4; font-family: var(--decor-font-family); letter-spacing: 0.1rem; color: var(--text-p-pale-color); margin: 0.5rem 0 1rem; }
.style_main_header .style_header_block .style_email { text-decoration: none; align-self: flex-start; padding: 0.5rem 1rem; border: none; letter-spacing: 0.1rem; font-size: 1.3rem; font-weight: 400; text-transform: none; letter-spacing: 0.05rem; font-family: var(--main-font-family); background-color: var(--block-bg-color); color: var(--text-p-pale-color); transition: 0.3s all; }
.style_main_header .style_header_block .style_email:hover { color: #fff; background-color: var(--second-main-color); }
.style_main_header .style_logo_link { display: flex; flex-direction: column; align-items: center; text-decoration: none; flex-grow: 1; }
.style_main_header .style_logo_link img.style_logo { width: 8rem; margin: 0 0 1.5rem; }
.style_main_header .style_logo_link p.style_slogan { margin: 0; max-width: 30rem; text-align: center; line-height: 1.2; font-size: 2.4rem; font-weight: 700; text-transform: uppercase; color: var(--text-p-pale-color); }
.style_main_header .style_header_block { flex-direction: column; width: calc(100%/3); }
.style_main_header .style_header_block a.style_phone { align-self: flex-end; margin: 0 0 0.8rem; text-decoration: none; font-size: 2.4rem; font-weight: 500; line-height: 1.2; font-family: var(--decor-font-family); letter-spacing: 0.2rem; color: var(--text-p-pale-color); }
.style_main_header .style_header_block .style_block_feedback_search { flex-direction: row; justify-content: flex-end; }
.style_main_header .style_header_block .style_block_feedback_search button { padding: 0.5rem 1rem; border: none; letter-spacing: 0.1rem; font-size: 1.3rem; font-weight: 400; text-transform: none; letter-spacing: 0.05rem; font-family: var(--main-font-family); background-color: var(--block-bg-color); color: var(--text-p-pale-color); margin: 0 0 0 1.2rem; }
.style_main_header .style_header_block .style_block_feedback_search button:hover { color: #fff; background-color: var(--second-main-color); }
.style_main_header .style_header_block .style_block_feedback_search button.style_search_button::before { content: '\f002'; font-family: 'FontAwesome'; font-size: 1.8rem; line-height: 0; color: #000; }

.vc_custom_1614661700007{margin-bottom: 20px !important;}.vc_custom_1583225949355{margin-right: 0px !important;margin-left: 0px !important;}.vc_custom_1565721906303{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}
#navigation { position: sticky; top: 0; z-index: 10; background-color: var(--second-main-color);}
#navigation.rct_nav_isstick { background-color: var(--second-main-color); border-bottom: 0.1rem var(--block-decor_color) solid; }
.rct_navigation { border-top: 1px rgba(102,102,102,0.09) solid; height: 6rem; justify-content: center; align-items: center; }
.rct_navigation .rct_navigation_item { height: 100%; margin: 0 2.5rem; }
.rct_navigation .rct_navigation_element { height: 100%; }
.rct_navigation a.style_logo img { width: 16rem; }
.rct_navigation .rct_navigation_item .rct_navigation_item_link { text-decoration: none; color: #fff; margin: 0; font-size: 1.8rem; font-weight: 300; background-color: var(--second-main-color); padding: 0.2rem 1.5rem; transition: all 0.3s; display: flex; flex-direction: row; align-items: center; height: 100%; box-sizing: border-box; }
a.rct_navigation_item_link:hover, .rct_navigation_itemhover a.rct_navigation_item_link, .rct_navigation_item_active a.rct_navigation_item_link, .rct_navigation_item.rct_navigation_itemhover .rct_navigation_item_link { background-color: var(--main-color) !important; color: #fff; }

.rct_navigation_item_lazer { background-color: var(--main-color) !important; color: #fff; }

.rct_navigation .rct_navigation_item.rct_navigation_itemdropdown a.rct_navigation_item_link::after { content: '\f0d7'; font-family: 'FontAwesome'; font-size: 1.8rem; color: #fff; line-height: 0; margin: 0 0 0 0.8rem; }
.rct_navigation .rct_navigation_item.rct_navigation_itemhover.rct_navigation_itemdropdown:hover a.rct_navigation_item_link::after { display: none; }

#navigation .style_search_button { margin: 0 0 0 auto; padding: 0; background: none; }
#navigation .style_search_button::before { content: '\f002'; font-family: 'FontAwesome'; font-size: 1.8rem; line-height: 0; color: #000; }
#navigation .style_search_button:hover::before { color: var(--main-color); }

.rct_navigation .rct_navigation_element.style_link_icon a.rct_navigation_item_link { font-size: 1.2rem; flex-direction: column; font-weight: 500; }
.rct_navigation .rct_navigation_element.style_link_icon a.rct_navigation_item_link::before { font-size: 1.8rem; color: var(--main-color); }
.rct_navigation .rct_navigation_element.style_link_icon .style_element_about::before { content: '\f024'; font-family: 'FontAwesome'; }
.rct_navigation .rct_navigation_element.style_link_icon .style_element_sale::before { content: '\f02c'; font-family: 'FontAwesome'; }
.rct_navigation .rct_navigation_element.style_link_icon .style_element_wholesalers::before { content: '\f007'; font-family: 'FontAwesome'; }
.rct_navigation .rct_navigation_element.style_link_icon .style_element_contacts::before { content: '\f041'; font-family: 'FontAwesome'; }
.rct_navigation .rct_navigation_element.style_link_icon .style_element_delivery::before { content: '\f0d1'; font-family: 'FontAwesome'; }
.rct_navigation .rct_navigation_element.style_link_icon .style_element_guarantee::before { content: '\f132'; font-family: 'FontAwesome'; }
.rct_navigation .rct_navigation_element.style_link_icon a.rct_navigation_item_cart { flex-direction: row; font-size: 1.6rem; }
.rct_navigation .rct_navigation_element.style_link_icon a.rct_navigation_item_cart::before { margin: 0 0.6rem 0 0; font-size: 1.8rem; }

.rct_navigation .rct_navigation_item.rct_navigation_itemhover .rct_navigation_item_content_dropdown { display: flex; flex-direction: column; background: var(--main-color); box-sizing: border-box; width: 26rem; padding: 2rem 2rem; }
.rct_navigation .rct_navigation_item.rct_navigation_itemhover .rct_navigation_item_content_dropdown .style_dropdown_link { position: relative; text-decoration: none; text-transform: uppercase; color: #fff; font-size: 1.2rem; font-weight: 300; }
.rct_navigation .rct_navigation_item.rct_navigation_itemhover .rct_navigation_item_content_dropdown .style_dropdown_link::before { content: ''; margin: 0 0.5rem 0 0; width: 0; height: 0.1rem; position: absolute; bottom: -0.5rem; background-color: rgba(255, 255, 255, 0.5); transition: all 0.3s; }
.rct_navigation .rct_navigation_item.rct_navigation_itemhover .rct_navigation_item_content_dropdown .style_dropdown_link:hover::before { width: 85%; }
.rct_navigation .rct_navigation_item.rct_navigation_itemhover .rct_navigation_item_content_dropdown .style_dropdown_separator { margin: 1rem 0; width: 100%; height: 0rem; border: none; background-color: rgba(255, 255, 255, 0.5); }

#navigation .style_mobile_navigation { height: 5rem; justify-content:space-between; align-items: center; height: 5rem; padding: 0 1rem 0;justify-content: space-between; align-items: center; background-color: #FFF;}
#navigation .style_mobile_navigation a { text-decoration: none; }
#navigation .style_mobile_navigation .style_hamburger_menu { color: var(--main-color); border: none; background: none; }
padding: 0 0.5rem 0 1rem; background: none; color: var(--main-color); }
#navigation .style_mobile_navigation > a { text-decoration: none; }
#navigation .style_mobile_navigation .style_logo { max-width: 12rem; max-width: 12rem; display: flex; justify-content: center; align-items: center; }
#navigation .style_mobile_navigation .style_call::before { content: '\f095'; font-family: 'FontAwesome'; display: flex; align-items: center; height: 100%; font-size: 2.2rem; color: var(--main-color); }
#navigation .style_mobile_navigation .style_search::before { content: '\f002'; font-family: 'FontAwesome'; display: flex; align-items: center; height: 100%; font-size: 2.2rem; color: var(--main-color); }
#navigation .style_mobile_navigation .style_hamburger_menu::before { content: '\f0c9'; font-family: 'FontAwesome'; font-size: 2.6rem; }
#navigation .style_mobile_navigation .rct_cart_cart_mobile_navigation .rct_cart_link { margin: 0 1rem 0 0.5rem; color: var(--main-color); font-size: 1.4rem; text-decoration: none; }
#navigation .style_mobile_navigation .rct_cart_cart_mobile_navigation .rct_cart_link::before { margin: 0 0.5rem 0 0; font-size: 2.2rem; }
.rct_lightbox__mobile_menu { justify-content: flex-start; }
.rct_lightbox__mobile_menu .rct_lightbox-content { max-width: 90%; min-width: 90%; height: 100%; padding: 2rem 3rem 2rem 2rem; }
.rct_lightbox__mobile_menu .rct_lightbox-close-icon { font-size: 2rem; top: 2rem; right: 1rem; }
.rct_lightbox__mobile_menu .rct_lightbox-content .style_title { border-bottom: 0.1rem var(--block-decor-color) solid; margin: 0 0 2rem; padding: 0 0 0.5rem; text-transform: uppercase; letter-spacing: 0.1rem; font-size: 1.8rem; font-weight: 500; color: #484848; }
.rct_lightbox__mobile_menu .rct_lightbox-content .rct_postlist_mobile_navigation .rct_postlist_item { width: 100%; }
.rct_lightbox__mobile_menu .rct_lightbox-content .rct_postlist_mobile_navigation .rct_postlist_item > div > div > div { padding: 0; }
.rct_lightbox__mobile_menu .rct_lightbox-content .rct_postlist_mobile_navigation .rct_postlist_item .style_postlist_title { border-bottom: 0.1rem var(--block-decor-color) solid; margin: 0; padding: 1rem 0; }
.rct_lightbox__mobile_menu .rct_lightbox-content .rct_postlist_mobile_navigation .rct_postlist_item .style_postlist_title a { text-decoration: none; font-size: 1.6rem; font-weight: 400; }


@media (min-width: 1025px) {
#navigation .style_mobile_navigation { display: none; }
}

@media (max-width: 1024px) {
.rct_lightbox__search .rct_lightbox-content .rct_search_container .rct_search_container_panel .rct_search_container_panel_input { font-size: 1.8rem; }
}


#title .wrapper { box-sizing: border-box; padding: 3rem 0; display: flex; flex-direction: column; justify-content: flex-end; }
#title .wrapper h1 { text-align: center; font-family: var(--decor-font-family); font-size: 4.6rem; color: rgba(0,0,0,0.63); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5rem; margin: 0 0 2rem; }
#title .rct_breadcrumb { justify-content: center; }
#title .rct_breadcrumb a span { font-size: 1.4rem; color: rgba(0,0,0,0.4); font-weight: 400; letter-spacing: 0.1rem; }
#title .rct_breadcrumb a:hover span { color: var(--main-color) }
#title .rct_breadcrumb .rct_breadcrumb_separator { font-size: 1.4rem; color: rgba(0,0,0,0.4); font-weight: 500; }

@media (max-width: 1024px) {
#title .wrapper h1 { margin: 0 0 1rem; }
}

@media (max-width: 768px) {
#title .wrapper h1 { font-size: 3rem; letter-spacing: 0.3rem; }
#title .rct_breadcrumb a span { font-size: 1.2rem; }
}

.vc_custom_1598880304910{margin-bottom: 20px !important;}
.rct_gallery.rct_gallery-product .rct_gallery_preview .rct_gallery_preview_link  {max-height: 60rem;}


.style_product_main { margin: 0 0 4rem !important; }


.style_product_main .style_product_info .style_tabs_product_card { flex-direction: column; }
.style_product_main .style_product_info .style_tabs_product_card > div { width: 100%; }
.style_product_main .style_product_info .style_tabs_product_card .rct_carousel_tabs_buttons { padding: 0.5rem 0 1rem; margin: 0 0 2rem; position: sticky; top: 5rem; background-color: #fff; z-index: 1; }
.style_product_main .style_product_info .style_tabs_product_card .rct_carousel_tabs_buttons button.style_tab { background: none; margin: 0 3rem 0 0; padding: 0.5rem 0; border: none; border-radius: 0; border-top: 0.4rem #fff0 solid; font-size: 1.6rem; font-weight: 600; color: #333; text-align: left; text-transform: uppercase; white-space: nowrap; transition: all 0.2s; }
.style_product_main .style_product_info .style_tabs_product_card .rct_carousel_tabs_buttons button.style_tab:hover { color: var(--main-color); }
.style_product_main .style_product_info .style_tabs_product_card .rct_carousel_tabs_buttons button.style_tab.active { color: var(--main-color); border-top: 0.4rem var(--main-color) solid; }
.style_tabs_product_card .style_tab_content > div > div { margin: 0 -1.5rem; }
.style_tabs_product_card #rct_tab_container_02, .style_tabs_product_card #rct_tab_container_03, .style_tabs_product_card #rct_tab_container_04 { display: none; }
.style_tabs_product_card .style_tab_content * { font-size: 1.4rem; font-weight: 500; line-height: 1.7;}

.rct_field_list.style_product_attributes .rct_field_list_product { display: flex; align-items: baseline; margin: 0 0 0.5rem; border-bottom: 0.1rem var(--block-decor-color) solid; max-width: 41rem; padding: 0.2rem 0 0; }
.rct_field_list.style_product_attributes .rct_field_list_product .rct_field_list_product_name { font-size: 1.5rem; font-weight: 500; min-width: 18rem; }
.rct_field_list.style_product_attributes .rct_field_list_product .rct_field_list_product_value {}

.style_product_main .style_product_price_add_info { position: sticky; top: 10rem; margin: 0 -1.5rem !important; }
.style_product_main .style_product_price_add_info h1.style_page_name { text-transform: none; font-size: 3.2rem; font-weight: 600; line-height: 1.3; color: #3c3c3c; margin: 0 0 2rem; }
.style_product_main .style_product_price_add_info .style_accent_stock_container { flex-wrap: wrap; margin: 0 0 1rem; }
.style_product_main .style_product_price_add_info .style_accent_stock_container .style_unit_accent_stock { margin: 0 2rem 0.8rem 0; padding: 0.3rem 1.5rem; min-height: 2.6rem; box-sizing: border-box; border-radius: 1.5rem; display: flex; align-items: center; background-color: var(--main-color); color: #fff; text-decoration: none; font-size: 1.4rem; font-weight: 400; line-height: 1.2; }
.style_product_main .style_product_price_add_info .style_accent_stock_container .style_unit_accent_stock.style_free_shipping { background-color: #108629; }
.style_product_main .style_product_price_add_info .style_accent_stock_container .style_unit_accent_stock.style_hit_season { background-color: #a51eb5; }
.style_product_main .style_product_price_add_info .style_accent_stock_container .style_unit_accent_stock.style_popular_model { background-color: #de9932; }
.style_product_main .style_product_price_add_info .style_accent_stock_container .style_unit_accent_stock .rct_tooltip { display: flex; align-items: center; border: none; font-size: inherit; font-weight: inherit; color: inherit }
.style_product_main .style_product_price_add_info .style_accent_stock_container .style_unit_accent_stock .rct_tooltip::after { content: "\f29c"; margin: 0 0 0 0.5rem; font-family: FontAwesome; }
.style_product_main .style_product_price_add_info .style_price_regular { font-size: 1.8rem; color: #626262; font-weight: 400; position: relative; align-self: flex-start; }
.style_product_main .style_product_price_add_info .style_price_regular::before { width: 100%; height: 0.1rem; background-color: #626262; content: ""; position: absolute; top: 50%; transform: rotate(-9deg); }
.style_product_main .style_product_price_add_info .style_price { margin: 0 0 1.5rem; }
.style_product_main .style_product_price_add_info .style_price * { font-size: 4rem; line-height: 1.1; font-weight: 700; margin: 0 0 1rem; }
.style_product_main .style_product_price_add_info .style_price .style_price_symbol { margin: 0 0 0 0.8rem; font-size: 3rem; font-weight: 500; }
.style_product_main .style_product_price_add_info .style_price_feedback { flex-wrap: wrap; margin: 0 0 1rem; }
.style_product_main .style_product_price_add_info .style_price_feedback button { margin: 0 5.5rem 0.5rem 0; background: none; border: none; outline: none; padding: 0; text-transform: none; letter-spacing: initial; text-align: left; color: rgba(0,0,0,.6); font-size: 1.5rem; font-weight: 400; font-family: 'Fira Sans'; border-bottom: 0.1rem rgba(0,0,0,.3) solid; transition: all 0.3s; }
.style_product_main .style_product_price_add_info .style_price_feedback button:hover { color: var(--main-color); border-bottom: 0.1rem var(--main-color) solid; }

.style_product_main .style_product_price_add_info .style_block_info { display: flex; margin: 0 0 1.5rem; }
.style_product_main .style_product_price_add_info .style_block_info.style_line_info { flex-direction: row; align-items: baseline; }
.style_product_main .style_product_price_add_info .style_block_info .style_title { color: rgba(0,0,0,.6); font-size: 1.5rem; font-weight: 400; margin: 0 0.5rem 1rem 0; }
.style_product_main .style_product_price_add_info .style_line_info .style_value { font-size: 1.5rem; font-weight: 500; color: #000; }

.style_product_main .style_product_price_add_info .style_buyform_submit { background-color: var(--main-color); color: #fff; font-size: 1.2rem; font-weight: 400; padding: 1rem 2rem; border: none; outline: none; }
.style_product_main .style_product_price_add_info .style_stock_delivery { flex-direction: column; margin: 0 0 1.5rem; }
.style_product_main .style_product_price_add_info .style_stock_delivery .style_line_info { margin: 0 0 0.2rem; }
.style_product_main .style_product_price_add_info .style_variation_size { flex-direction: column; }
.style_product_main .style_product_price_add_info .rct_woocommerce_variation_button .rct_woocommerce_variation_link { margin: 0 1rem 1rem 0; display: flex; justify-content: center; align-items: center; background: none; border: 1px #d2d2d2 solid; transition: all 0.3s; }
.style_product_main .style_product_price_add_info .rct_woocommerce_variation_button .rct_woocommerce_variation_link:hover { border-color: var(--main-color); }
.style_product_main .style_product_price_add_info .rct_woocommerce_variation_button .rct_woocommerce_variation_link .rct_woocommerce_variation_link_text { color: #000; font-size: 1.4rem; font-weight: 400; }
.style_product_main .style_product_price_add_info .rct_woocommerce_variation_button .rct_woocommerce_variation_link.rct_woocommerce_variation_current { background: var(--main-color); border-color: var(--main-color); }
.style_product_main .style_product_price_add_info .rct_woocommerce_variation_button .rct_woocommerce_variation_link.rct_woocommerce_variation_current:hover { background: var(--main-color); }
.style_product_main .style_product_price_add_info .rct_woocommerce_variation_button .rct_woocommerce_variation_current .rct_woocommerce_variation_link_text { color: #fff !important; }

.style_product_row_additionally h2.style_title { font-family: 'Fira Sans Extra Condensed'; font-size: 2.8rem; font-weight: 400; border-bottom: 0.3rem var(--main-color) solid; display: inline-block; line-height: 1.2; margin: 0 0 2rem 2rem; }
.style_product_row_additionally .style_carousel_overflow_with_buttons { align-items: center; }
.style_carousel_overflow_with_buttons button.style_carousel_overflow_with_buttons_arrow { display: flex !important; justify-content: center; align-items: center; background: none; border: none; outline: none; min-width: initial; height: initial; transform: skew(-15deg,0deg); }
.style_carousel_overflow_with_buttons button.style_carousel_overflow_with_buttons_arrow:hover { display: flex !important; justify-content: center; align-items: center; background: none; outline: none; border: none; }
.style_carousel_overflow_with_buttons button.style_carousel_overflow_with_buttons_arrow::before { display: none; }
.style_carousel_overflow_with_buttons button.style_carousel_overflow_with_buttons_arrow svg { min-width: 4rem; height: 4rem; fill: #000; transition: all 0.3s; }
.style_carousel_overflow_with_buttons button.style_carousel_overflow_with_buttons_arrow:hover svg { fill: var(--main-color);}
.style_product_row_additionally .style_carousel_overflow_with_buttons .rct_carousel { margin: 0 1rem; }
.style_product_row_additionally .style_carousel_overflow_with_buttons .rct_carousel .rct_shop_productlist { flex-wrap: nowrap; padding: 0.3rem; }

.rct_lightbox.style_lightbox_product_card .rct_lightbox-content { padding: 6rem 7rem; max-width: 57rem; }
.rct_lightbox.style_lightbox_product_card .rct_lightbox-content .rct_lightbox-close-icon { font-size: 2rem; top: 2rem; right: 2rem; color: rgba(0,0,0,0.6); transition: all 0.3s; }
.rct_lightbox.style_lightbox_product_card .rct_lightbox-content .rct_lightbox-close-icon:hover { color: rgba(0,0,0,1); }
.rct_lightbox.style_lightbox_product_card .rct_lightbox-content .style_lightbox_title { font-size: 2.2rem; font-weight: 600; margin: 0 0 3rem; }
.rct_lightbox.style_lightbox_product_card .rct_lightbox-content .style_lightbox_text { margin: 0 0 2rem; font-size: 1.4rem; font-weight: 400; line-height: 1.5; }
.rct_lightbox.style_lightbox_product_card .rct_lightbox-content .style_form_callback_vertical input, .rct_lightbox.style_lightbox_product_card .rct_lightbox-content .style_form_callback_vertical textarea { background-color: #f2f2f2; border: 0.1rem #f2f2f2 solid; }
.rct_lightbox.style_lightbox_product_card .rct_lightbox-content .style_form_callback_vertical input[type=submit] { background-color: var(--main-color) !important; color: #fff; transition: all 0.3s; }
.rct_lightbox.style_lightbox_product_card .rct_lightbox-content .style_form_callback_vertical input[type=submit]:hover { background-color: #000; }
.rct_lightbox.style_lightbox_product_card.style_lightbox_price_change .rct_lightbox-content .style_form_callback_vertical textarea { display: none; }

.rct_shop_modification_group_label { color: rgba(0,0,0,.6); font-size: 1.5rem; font-weight: 400; margin: 0 0.5rem 1rem 0; }
.rct_shop_modification_group_content_name { outline: none; width: 11rem; box-sizing: border-box; margin: 0 1rem 1rem 0; display: flex; flex-direction: column-reverse; justify-content: flex-start; align-items: center; background: none; border: 1px #d2d2d2 solid; padding: 0; transition: all 0.3s; }
.rct_shop_modification_group_content_name:hover { border-color: var(--main-color); }
.rct_shop_modification_group_content_name p.rct_shop_modification_group_content_name_label { font-size: 1.3rem; font-weight: 400; line-height: 1.3; padding: 0.5rem; margin: 0;}
.rct_shop_modification_group_content_name .rct_shop_modification_group_content_name_content { width: 100%; }
.rct_shop_modification_group_content_name .rct_shop_modification_group_content_name_content .rct_shop_modification_group_content_name_content_image { background-size: contain;     background-repeat: no-repeat; background-position: center; height: 5.6rem; }
.rct_shop_modification_group_content_name-selected { background: var(--main-color); border-color: var(--main-color); }
.rct_shop_modification_group_content_name-selected p.rct_shop_modification_group_content_name_label { color: #fff; }

@media (min-width: 1024px) {
.style_product_main .style_product_price_add_info .style_buyform_submit { margin: 0 0 3rem; }
}

@media (max-width: 1024px) {
.style_product_main .style_product_info { min-width: 100%; }
.style_product_main .style_col_left { display: none; }
.style_product_main .style_product_price_add_info .style_buyform_submit { max-width: 100%; width: 100%; z-index: 10; position: fixed; right: 0; bottom: 0; left: 0; box-shadow: 0 -15px 20px 0px #fff; }
.style_carousel_overflow_with_buttons button.style_carousel_overflow_with_buttons_arrow { display: none !important; }
.style_product_row_additionally .style_carousel_overflow_with_buttons .rct_carousel .rct_shop_productlist .rct_shop_productlist_item { min-width: 20rem; }
}

@media (max-width: 1023px) {

}

@media (max-width: 599px) {
.style_product_main .style_product_info .style_tabs_product_card .rct_carousel_tabs_buttons button.style_tab { font-size: 1.4rem; margin: 0 2rem 0 0; }
.rct_lightbox.style_lightbox_product_card .rct_lightbox-content { padding: 3rem; width: 100%; height: 100%; }
}


.style_product_main .style_product_price_add_info .style_block_info .style_image_plan { width: 15.5rem; }

.vc_custom_1614661700007{margin-bottom: 20px !important;}.vc_custom_1614661700007{margin-bottom: 20px !important;}.vc_custom_1579265766129{margin-bottom: 15px !important;}.vc_custom_1643810380894{margin-bottom: 0px !important;}.vc_custom_1706074644715{margin-bottom: 0px !important;}
#footer { background-color: #f7f9fc; }
#footer p, #footer a, #footer span, #footer div { font-size: 1.6rem !important; font-weight: 400; line-height: 1.5; }
#footer .style_footer_main-info { display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 0.2rem var(--block-decor_color) solid; padding: 6rem 0 3rem; }
#footer .style_footer_main-info > div { margin: 0 0 1rem; }
#footer .style_footer_main-info > div:nth-child(2) { margin: 0 auto 0 3rem; }
#footer .style_footer_main-info .style_contacts_block { margin: 0 0 1.5rem; }
#footer .style_footer_main-info .style_title { font-size: 1.8rem !important; font-weight: 600; margin: 0 0 1.5rem; }
#footer .style_footer_main-info .style_contacts_block { font-size: 1.4rem; font-weight: 600; }
#footer .style_footer_main-info .style_contacts_block a { text-decoration: none; transition: 0.3s all;}
#footer .style_footer_main-info .style_contacts_block a:hover { color: #ffffff; }
#footer .style_footer_main-info .style_contacts_block .style_address, #footer .style_footer_main-info .style_contacts_block .style_phone, #footer .style_footer_main-info .style_contacts_block .style_email { display: block; margin: 0 0 0.5rem;}
#footer .style_footer_main-info .style_form_name, #footer .style_footer_main-info .style_form_message { display: none; }
#footer .style_footer_other-info > div > div > div { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 1rem 0; }
#footer .style_footer_other-info > div > div > div * { text-decoration: none; }
#footer .style_footer_other-info > div > div > div .style_col-1, #footer .style_footer_other-info > div > div > div .style_col-2 { width: calc(100%/2 - 3rem); min-width: 32rem; }
#footer .style_footer_other-info > div > div > div .style_col-1 { flex-direction: column; align-items: flex-start; }
#footer .style_footer_other-info > div > div > div .style_col-2 { flex-direction: column; align-items: flex-end; }
#footer .style_form_privacy_policy, #footer .style_form_privacy_policy * { font-size: 1.2rem !important; }
#footer .wpb_text_column a:hover { color: var(--text-p_color) !important; }
#footer .style_contacts_address { display: flex; align-items: baseline; }
#footer .style_contacts_address::before { content: "\f041"; font-family: 'FontAwesome'; font-size: 2.2rem; margin: 0 1rem 0 0; }
#footer .style_contacts_phone { display: flex; align-items: baseline; }
#footer .style_contacts_phone::before { content: "\f095"; font-family: 'FontAwesome'; font-size: 2.2rem; margin: 0 1rem 0 0; }
#footer .style_contacts_phone .style_phone { text-decoration: none; }
#footer .style_contacts_email::before { content: "\f0e0"; font-family: 'FontAwesome'; font-size: 2.2rem; margin: 0 1rem 0 0; }
#footer .style_contacts_email { display: flex; align-items: baseline; }

#footer .rct_postlist.style_psevdomenu .rct_postlist_item { width: 100%; margin: 0 0 1rem; }
#footer .rct_postlist.style_psevdomenu .rct_postlist_item > div > div > div { padding: 0; }
#footer .rct_postlist.style_psevdomenu .rct_postlist_item .style_postlist_title { margin: 0; }
#footer .rct_postlist.style_psevdomenu .rct_postlist_item .style_postlist_title a { text-decoration: none; font-size: 1.6rem; font-weight: 400; }

@media (max-width: 767px) {
#footer .style_footer_main-info > div:nth-child(2) { margin: 0; }
}
.vc_custom_1614661700007{margin-bottom: 20px !important;}