@charset "UTF-8";
*::-webkit-input-placeholder, *:-moz-placeholder, *::-moz-placeholder, *:-ms-input-placeholder,*::placeholder,input::placeholder {
  

	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #929292; font-family: 'Inter';
}
input::placeholder {
   font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #929292; font-family: 'Inter';
}

*, *:before, *:after {
    box-sizing: border-box;
}
.hidden {
  display: none;
}
.hide {
    display: none !important;
}
body { 
background: #fff;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 170%;
-webkit-box-sizing: border-box;
box-sizing: border-box;	
color: #1E1E1E;

}
body,html{ padding:0px; margin:0px;}

ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
}
a {
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  color: #1E1E1E;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  border: none;
  color:#EB1D36;
}

.rub {
  font-family: 'ALS Rubl';
  font-style: normal;
}

p {
  font-weight: 400;
  line-height: 1.5;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin-top: 0;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}

h1 {
 font-weight: 500;
    font-size: 30px;
    line-height: 36px;color: #000;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0;
  padding: 0;
  margin-bottom: 25px;
}

h2 {
  font-size: 30px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0;
  padding: 0;
  margin-bottom: 25px;
  font-weight: 500;
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  padding: 0;
  margin: 0;
}

input[type="email"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #eee;
  font-size: 13px;
  border-radius: 3px;
  padding: 0 15px;
  height: 27px;
  line-height: 27px;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #eee;
  font-size: 13px;
  border-radius: 3px;
  height: 80px;
  padding: 15px;
  resize: none;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus:focus, input[type="password"]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}


textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder {
  text-indent: 0px;
}

textarea:focus::-webkit-input-placeholder, textarea:focus::-moz-placeholder, textarea:focus:-moz-placeholder, textarea:focus:-ms-input-placeholder {
  text-indent: 0px;
}




.container {
    width: 1200px;
    margin: 0 auto;
}

.content ul, .tab_container ul {
    padding-left: 40px;
    list-style: disc;
    margin-bottom: 20px;
}
.content ul li, .tab_container ul li {
    font-size: 14px;
    margin-top: 0;
    color: #000;
    margin-bottom: 3px;
    line-height: 18px;
    font-weight: 400;
    list-style: disc;
}
.header {
    background: #FFF2E9;
    padding: 30px 0;
}
.top_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.left_top_header {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.address_top_header {
    line-height: 0px;
    margin-left: 8px;
}
.center_top_header ul {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 32px;
}
.phones_show_header a {
    display: block;
}
.center_top_header ul a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.phones_show_header {
    position: relative;
    overflow: hidden;
    height: 23px;
}
.tap_in_phones_show_header {
    display: flex;
    gap: 8px;
    margin: -10px;
    padding: 10px;
}
span.to_down_phones {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    margin-top: 4px;
}
.in_phones_show_header {
    position: absolute;
    top: 0px;
    left: 0px;
}
.phones_show_header:hover {
    overflow: initial;
}
.phones_show_header:hover .in_phones_show_header {
    background-color: #fff;
    top: -15px;
    width: 100%;
    left: -20px;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    box-sizing: content-box;
    z-index: 22;
}
.middle_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right_middle_header {
    display: flex;
    align-items: center;
    gap: 30px;
}
.right_m_header_with_ico {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.count_w_ico {
    position: absolute;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
    background: #EB1D36;
    border: 2px solid #FFF2E9;
    border-radius: 40px;
    padding: 0 6px;
    right: 0px;
    top: -7px;
}
.right_m_header_with_ico .image_right_m_header {
    display: block;
    text-align: center;
    line-height: 0px;
    margin-bottom: 7px;
}
.search_block_top {
    flex-grow: 2;
    max-width: 540px;
}
.main_serch {
    position: relative;
}
.main_serch input {
    background: #FFFFFF;
    border: none;
    background: none;
    position: relative;
    z-index: 2;
    height: 60px;
    padding: 0 24px;
}
form#search-title-form {
    z-index: 2;
}
#title-search:before {
    position: absolute;
    content: " ";
    width: 587px;
    height: 89px;
    left: -18px;
    top: -8px;
    display: block;
    background: url('../images/back_search.png')no-repeat;
}
.not_home_page #title-search:before{
	background: url('../images/back_search_nh.png')no-repeat;
}
.main_serch button {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    border: none; z-index:22;
    background: url('../images/search.svg')no-repeat; cursor:pointer;
}
.logo{line-height:0px;}

div#title-search {
    position: relative;
}
.serch_find_block {
    position: absolute;
    width: 100%;
    left: 0;
    display: inline-block;
    top: 46px;
    z-index: 100;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
    padding: 10px 0;
    display: none;
}
div.title-search-result {
    border: none !important;
    display: none;
    overflow: hidden;
    z-index: 205;
    box-shadow: 0px 4px 12px rgba(124, 13, 18, 0.05);
}
.serch_find_block .serch_find_item {
    padding: 10px 20px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.serch_find_block .serch_find_item img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #eee;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.serch_find_block .serch_find_item span {
    display: inline-block;
    float: left;
    width: calc(100% - 160px);
    font-size: 12px;
    color: #000;
}
.serch_find_block .serch_find_item p.price {
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    float: left;
    color: #be272e;
    text-align: right;
}
.double_banner_index {
    display: flex;
    justify-content: space-between; position:relative;
}
.banner_index_block {
    padding-bottom: 50px;
    background: #FFF2E9;margin-bottom: 100px;

}
.left_double_banner_index {
    width: 285px;    min-width: 285px;
}
.right_double_banner_index {
    width: 860px;
}
.block_with_slider_main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item_main_banner {
    width: 100%;
    min-height: 400px;
    margin: 100px 0 0;
    background-position: 100% 50% !important;
}
.title_item_main_banner {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-size: 48px;
    line-height: 58px;
    width: 515px;
    margin-bottom: 16px;
}
.text_item_main_banner {
    width: 515px;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 48px;
}
.main_banner_price {
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    position: relative;
    margin-bottom: 32px;
}
.main_banner_price span {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #929292;
    position: absolute;
    margin-left: 16px;
    top: 4px;
}
a.big_standart_buttpon {
    background: url('../images/back_big_button.svg')no-repeat;
    width: 183px;
    height: 60px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;    justify-content: center;
}
.for_small_ban_slider{
	width:666px;
}
.ban_slider.owl-carousel {
    position: static;
}
.ban_slider .owl-nav {
    position: absolute;
        bottom: 30px;
    right: 0px;
    display: flex;
    gap: 24px;
}
.ban_slider .owl-nav>div {
    line-height: 0px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(124, 13, 18, 0.05);
}
.ban_slider .owl-nav>div:hover{
	background:#FCDEE6;
}
.thumb_image_banner_in img {
    width: 50px !important;
    height: 88px !important;
    object-fit: contain;
}
.thumb_main_banner {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1.5px solid #fff;
    box-shadow: 0px 4px 12px rgba(124, 13, 18, 0.05);
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}
.owl-item.current .thumb_main_banner {
	border: 1.5px solid #EB1D36;
}
.main_banner_price span:before {
    content: " ";
    display: block;
    height: 1px;
    width: 100%;
    background: #EB1D36;
    transform: rotateZ(-12deg);
    position: absolute;
    top: 10px;
}
.footer {
    margin-top: 140px;
    margin-bottom: 45px;
}
.footer_menu_items {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 30px;
}
.footer_menu_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1E1E1E;
    margin-bottom: 24px;
}
.footer_menu a {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}
.footer_menu li {
    margin-bottom:12px;
}
.footer_copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my_prinimaem {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 0px;
}
.title_my_pr {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin-right: 8px;
}
.socs {
    display: flex;
    gap: 24px;
    line-height: 0px;
}
.socs a {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}
.socs a:hover{
	 background: #FCDEE6;
}
.advantages {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.advantages_items {
    display: flex;
    gap: 20px;
}
.advantages_item {
    background: #E8F8F0;
    border-radius: 12px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
}
.advantages_item_text {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    width: 167px;
}
.advantages_item h3{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin-bottom:8px;
}
.title_advantages {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}
.advantages_block {
    margin-bottom: 100px;
}
.double_title_filter_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left_title_filter_items {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
}
.right_title_filter_items a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #EB1D36;
}
.double_title_filter_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.top_product_item_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #686868;
}
.right_top_product_item_block {
    line-height: 0px;
}
.right_top_product_item_block .prod_butt_link {
    display: flex;
    align-items: center;
    gap: 12px;
}
.product-item-block {
    width: 285px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
}
.product-item-block .product_card {
    padding: 17px 20px 20px;
    background: #FFFFFF;
    border-radius: 24px;
    position: relative;
    z-index: 2;
}
.prod_status.vnalichie {
    background: #E3FFF4;
    color: #2FA77D;
}
.product-item-block .prod_status.predzakaz {
    background: #fff6e3;     color: #EB1D36;
}
.prod_status {
    padding: 42px 0 5px;
    text-align: center;
    margin-top: -38px;
    border-radius: 24px;
}
.new_product_sl .owl-stage-outer, .new_product_sl_new .owl-stage-outer {
    padding: 30px;
    margin: -30px;
}
.new_product_sl .owl-stage-outer:before,.new_product_sl_new .owl-stage-outer:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    width: 18px;
    height: 100%;
    top: 0px;
    background-color: #fff;
    z-index: 999;
}
.new_product_sl .owl-stage-outer:after,.new_product_sl_new .owl-stage-outer:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0px;
    width: 18px;
    height: 100%;
    top: 0px;
    background-color: #fff;
    z-index: 999;
}
.add-object-list:hover path,.add-object-list.active path {
    stroke: #EB1D36;
}
a.item_product_link_new span {
    display: block;
    height: 63px;
    overflow: hidden;
}
a.item_product_link span {
    display: block;
    height: 72px;
    overflow: hidden;
}
a.item_product_link img {
    height: 178px;
    object-fit: contain;
    margin-bottom: 17px; display:block; margin:0 auto; max-width:100%;
}
a.item_product_link span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
a.item_product_link {
    margin-bottom: 24px;
}

.item_data_in_product {
    width: 189px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.choice_boxes {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 14px;
}
.choice_boxes>div {
    display: flex;
    height: 32px;
    align-items: center;
    border: 1px solid #EB1D36;
    border-radius: 8px;
    width: 50%;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1E1E1E;
}
.choice_boxes>div.active,.choice_boxes>div:hover {
    background: #EB1D36;
    color: #fff;
}
.product_col {
    margin-bottom: 8px;
}
.jq-number.item-count {
    width: 100%;
    background: #FAFAFA;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
}
.jq-number__spin.minus {
    background: none;
    border: none;
    box-shadow: none;
    top: 0px;
    left: 16px;
}
.number-plus-minus .jq-number__field {
    width: 60px;
    margin: 0 auto;
    box-shadow: none;
    border: none;
}
body .number-plus-minus .jq-number__field input {
    background: none;
    border: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    line-height: 19px;
}
.jq-number__spin.minus {
    background: none;
    border: none;
    box-shadow: none;
    top: 0px;
    left: 16px;
}
.number-plus-minus .jq-number__spin:before {
    width: 14px;
    height: 2px;
    background: #929292;
    top: 50%;
    margin-top: -1px;
}
.jq-number__spin.plus {
    background: none;
    border: none;
    box-shadow: none;
    top: 0px;
    left: 16px;
}
.number-plus-minus .jq-number__spin:before {
    width: 14px;
    height: 2px;
    background: #929292;
    top: 50%;
    margin-top: -1px;
}
.number-plus-minus .jq-number__spin.plus {
    right: 16px;
    left: auto;
}
.number-plus-minus .jq-number__spin.plus:after {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    margin-top: -7px;
    border: none;
    background: #929292;
    margin-left: 0px;
}
.boxes_num {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #929292;
    text-align: center;
}
.right_catalog_section .product-item-block .product_card {
    display: flex;
    flex-direction: column;
}
.item_data_in_product{
	margin-top:auto;
}
.rating_price .price {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.last_pprice {
    display: table;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #929292;
    position: relative;
}
.last_pprice:before {
    content: " ";
    display: block;
    height: 1px;
    width: 100%;
    background: #EB1D36;
    transform: rotateZ(-12deg);
    position: absolute;
    top: 10px;
}
.rating_price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 19px;
}
.ratind_yelow path {
    fill: #FF6B00;
}
.prod_butt {
    display: flex;
    justify-content: space-between;
}
a.one_click.fast-buy {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #EB1D36;
    border: 2px solid #EB1D36;
    border-radius: 12px;
    height: 48px;
    display: flex;
    padding: 14px 29px;
    white-space: nowrap;
}
a.in_basket {
    background: #EB1D36;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.in_basket path {
    stroke: #fff;
}
.new_product_sl_new .owl-next,.new_product_sl .owl-next,.reviews_product_slider .owl-next{
    width: 64px;
    right: -32px;
    position: absolute;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(124, 13, 18, 0.15);
    border-radius: 50%;
    top: 50%;
    margin-top: -32px; transition:all 0.3s linear;
}
.new_product_sl_new .owl-prev,.new_product_sl .owl-prev,.reviews_product_slider .owl-prev {
    width: 64px;
    left: -32px;
    position: absolute;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(124, 13, 18, 0.15);
    border-radius: 50%;
    top: 50%;
    margin-top: -32px; transition:all 0.3s linear;
}
.owl-prev:hover svg path{
	transition:all 0.3s linear;
}
.owl-prev:hover svg path {
    stroke: #fff;
}
.owl-next:hover svg path{
	transition:all 0.3s linear;
}
.owl-next:hover svg path {
    stroke: #fff;
}
.owl-prev:hover {
    background-color: #eb1d36;
}
.owl-next:hover {
    background-color: #eb1d36;
}

.block_with_filter_items {
    margin-bottom: 100px;
}
.reviews_product_item {
    width: 100%;
    background: #E8F8F0;
    border-radius: 24px;
    padding: 21px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviews_product_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    display: block;
    width: 100%;
    max-width: 264px;
}
.reviews_product_slider .owl-item.active+.owl-item.active .reviews_product_item {
    background: #FFF2E9;
}
.product-item-block_new {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 19px 16px 12px;
}
.item_product_link_new img {
    height: 114px;
    object-fit: contain;
}
.item_product_link_new img {
    height: 114px;
    object-fit: contain;
    margin-bottom: 13px;
}
a.item_product_link_new {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1E1E1E;
    margin-bottom: 7px;
}
.product-item-block_new .prod_butt {
    align-items: center;
}
.buy_prod_price {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.product-item-block_new .prod_butt a.in_basket {
     width: 32px;
    height: 32px;
    background: #EB1D36;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.product-item-block_new .prod_butt a.in_basket svg{
	width:16px; height:16px;
}
.items_news_home {
    display: flex;
    gap: 20px;
}
.main_news_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    overflow: hidden;
    width: 33.33333%;
}
.main_news_item_data {
    padding: 8px 16px 27px;
}
.main_news_item_data>span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #686868;
    display: block;
    margin-bottom: 12px;
}
.main_news_item_data a {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #1E1E1E;
    margin-bottom: 12px;
}
.main_news_item_data .text_news {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1E1E1E;
}
.main_news_item_data .text_news {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content_main_page {
    max-height: 205px;
    overflow: hidden;
    margin-bottom: 16px;
    transition: all 0.5s linear;
}
.content_main_page.active{max-height:4000px;}
.show_more_content {
    font-size: 16px;
    line-height: 150%;
    color: #EB1D36;
    cursor: pointer;
}
.why_chose {
    margin-top: 100px;
}
.block_with_filter_items.why_block {
    margin-top: 100px;
}
.why_superpack {
    padding: 50px 100px;
    background: #EEF3FA;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
}
.why_chose_item {
    width: 33%;
}
.in_why_chose_items {
    width: 235px;
    text-align: center;
}
.in_why_ico {
    display: flex;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    margin-bottom: 24px;
}
.why_chose_text h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    width: 134px;
    margin: 0 auto 0px;
    color: #1E1E1E;
    height: 50px;
}
.why_chose_text p {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.why_chose_item:nth-child(3n+2) .in_why_chose_items {
    margin: 0 auto;
}

.why_chose_item:nth-child(3n+3) .in_why_chose_items {
   margin-left:auto;
}
div#prod_in_basket {
    width: 800px;
}
.top_popup_inform {
    background: #CDFCF2;
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
}
.basket_button a {
    display: inline-flex;
    padding: 14px 30px;
    border: 2px solid #EB1D36;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #EB1D36;
}
.basket_button .yelow {
    background: #EB1D36;
    color: #fff;
}
.basket_button {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.itog_sum {
    font-size: 20px;
    text-align: right;
    margin: 10px 0;
}
.form-fields {
    text-align: center;
}
.one_click_prod_text>* {
    display: block;
}
.form-fields>p {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
}
ul.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 32px 0 16px;
}
li.sep {
    display: block;
    line-height: 0px;
}
ul.breadcrumbs a {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1E1E1E;
}
ul.breadcrumbs li span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #929292;
}
.in_page h1 {
    margin-bottom: 40px;
}
.double_catalog_section {
    display: flex;
    justify-content: space-between;
}
.left_catalog_section {
    width: 237px;
}
.right_catalog_section {
    width: 895px;
}
.catalog_sitebar_button {
    display: none;
}
.slider-range.noUi-target {
    margin-top: 24px;
}
.slider-labels .caption {
    display: flex;
    gap: 15px;
}
.bx-filter-parameters-box-title {
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
     margin-bottom: 24px;
    display: block;
}
.bx-filter-parameters-box {
    position: relative;
}
div#modef {
    position: absolute;
    display: block;
    right: 105%;
    z-index: 99999;
    white-space: nowrap;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(124, 13, 18, 0.05);
    border-radius: 12px;
    top: 0px;
}
.bx-filter-container-modef a {
    color: #EB1D36;
}
.caption input {
    background: #FAFAFA;
    border-radius: 8px;
    padding: 9px;
    height: 35px;
    border: none;
    text-align: center;
}
.noUi-horizontal .noUi-handle {
    background-color: #EB1D36;
}
.noUi-connect {
    background-color: #EB1D36;
}
.bx-filter .catalog_sitebar_check.bx-active .bx-filter-block, .bx-filter .catalog_sitebar_select.bx-active .bx-filter-block, .bx-filter .catalog_sitebar_range.bx-active .bx-filter-block{
	border:none !important;
}
.bx-filter-block .checkbox {
    margin-bottom: 15px;
}
.bx-filter-block .jq-checkbox__div {
    background: #E2E2E2;
}
.bx-filter-block .jq-checkbox {
    border: none;
    top: 0px;
}
.catalog_category {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 80px;
}
.catalog_category_item a {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(124, 13, 18, 0.05);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 8px 14px 16px; transition:all 0.5s linear; border:1px solid transparent;
}
.catalog_category_item a:hover{border:1px solid #EB1D36;}
.catalog_category_item a img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.catalog_category_item a span {
    width: 168px;
    display: block;
}
.sort_line {
    margin-bottom: 32px;
}
.sort_line_secect {
    display: flex;
    align-items: center;
    gap: 16px;
}
.sort_line_secect>span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.sort_line_secect .jq-selectbox__select {
    height: 38px;
    background: #FAFAFA;
    border-radius: 8px;
    padding: 11px 32px 10px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1E1E1E;
    border: none;
    box-shadow: none;
}
.sort_line_secect .jq-selectbox__trigger {
    border: none;
}
.sort_line_secect .jq-selectbox__select .jq-selectbox__select-text {
    font-family: 'Inter';
}
.sort_line_secect .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    width: 16px;
    height: 16px;
    background: url('../images/todown_select.svg')no-repeat;
    border: none;
    padding: 0px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.page_category_catalog {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 20px; margin-bottom:40px;
}
.page_category_catalog .product-item-block .product_card {
    height: calc(100% - 33px);
}
.pagination {
    margin-bottom: 100px;
}
.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.pagination ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #EB1D36;
    width: 42px;
    height: 42px;
    border: 1px solid #EB1D36;
    border-radius: 12px; transition:all 0.3s linear;
}
.pagination ul a:hover{
	color:#fff;
	background:#EB1D36;
}
.category_inform img {
    max-width: 100%;
}
.catalog_inform_form_about {
    background: #FFF2E9;
    border-radius: 24px;
    padding: 41px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.with_cataloginformico {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 559px;
}
.catalog_inform_form_about_ico {
    line-height: 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    min-width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog_inform_form_about_left_text span {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1E1E1E;
    margin-bottom: 12px;
    display: block;
}
.catalog_inform_form_about_left_text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #1E1E1E;
}
.button {
    display: inline-flex;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #EB1D36;
    border: 2px solid #EB1D36;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s linear; background:transparent;
}
.button:hover{
	color:#fff;
	background:#EB1D36;
}
.parent_catalog_inform_block{margin-bottom:100px;}
span.hidden_catalog_sitebar.hidden-lg {
    display: none;
}
i.fa.fa-angle-down {
    display: none;
}
.category_inform p {
    margin-bottom: 16px;
}
.page_with_left_menu {
    display: flex;
    justify-content: space-between;     align-items: flex-start;
}
.left_menu_block {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    width: 285px;
    padding: 24px;
}
.right_menu_block {
    width: 849px;
}
.left_menu_block a {
    font-weight: 500;
    font-size: 16px;
    line-height: 300%;
}
.faq_item_name {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1E1E1E; transition:all 0.3s linear;
}
.faq_item_name_ico {
    line-height: 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center; transition:all 0.3s linear;
}
.faq_item {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #E2E2E2;
}
.faq_item_name.active{padding-bottom:32px;}
.faq_item_name.active .faq_item_name_ico {
    transform: rotate(-180deg);
}
.faq_item_text {
    font-weight: 300;
    font-size: 14px;
    line-height: 170%;
}
.right_menu_block p {
    margin-bottom: 20px;
}
.left_menu_block .selected a {
    color: #EB1D36;
}
ul.tabs_main, ul.tabs {
    display: flex;
    gap: 36px;
    margin-bottom: 32px;
    border-bottom: 1px solid #E2E2E2;
}
ul.tabs_main a, ul.tabs li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; cursor:pointer;
    padding-bottom: 10px;
}
ul.tabs_main a.active, ul.tabs li.active{
	color:#EB1D36;
}
ul.tabs_main a.active:after, ul.tabs li.active:after{
    content: " ";
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: #EB1D36;
}
#first-tab-group>div {
    height: 464px;
    overflow: hidden;
    border-radius: 12px;
}
.trans_shema {
  width: 100%;
  height: 464px;
  background-image: url(../images/trans.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.pesh_shema {
  width: 100%;
  height: 464px;
  background-image: url(../images/pesh.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#first-tab-group {
    margin-bottom: 32px;
    position: relative;
}
.double_contact_block {
    display: flex;
    justify-content: space-between;
}
.contact_inform {
    width: 769px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 24px;
}
form#feedback_contacts {
    width: 387px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 24px;
}
.title_block_contact_inform {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #929292;
    margin-bottom: 8px;
}
.text_block_contact_inform {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1E1E1E;
}
.ajax-form h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}
.ajax-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 12px;
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
}
.ajax-form textarea {
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 8px 12px;
    font-family: inherit;
    margin-bottom: 20px;
}
.ajax-form button {
    width: 100%;
    justify-content: center;
}
.block_contact_inform {
    width: 305px;
}
.block_contact_inform:nth-child(2n) {
    margin-right: 0px;
}
.block_contact_inform {
    width: 305px;
    display: inline-block;
    margin-right: 78px;
    margin-bottom: 40px;
}
#tab8 ul.tabs {
    position: absolute;
    right: 24px;
    top: 24px;
    display: flex;
    gap: 13px;
}
#tab8 ul.tabs li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 6px 37px;
    background-color: #fff; cursor:pointer;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px; border: 2px solid transparent;
}
#tab8 ul.tabs li.active{
	color: #EB1D36; border: 2px solid #EB1D36;
}
#first-tab-group a.print {
    position: absolute;
    left: 24px;
    top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #1E1E1E;
    padding: 8px 19px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}
.reviews_page {
    display: flex;
    flex-wrap: wrap; gap:40px 20px;
}
.news_page_revies_product {
    flex-grow: 2;
}
.news_page_revies_product:nth-child(2n) .reviews_product_item {
    background: #FFF2E9;
}
.reviews_detail {
    margin-bottom: 156px;
    display: flex;
    justify-content: space-between;
}
.right_review_detail{width:488px;}
.right_review_detail img {
    max-width: 100%;
}
.left_review_detail {
    width: 690px;
}
.catalog_inform_form_about {
    margin-top: 100px;
}
.alfavit_wr {
    display: flex;
    flex-wrap: wrap;
    width: 895px;
    justify-content: center;
    margin: 0 auto;     gap: 49px 20px;
}
.alfavit_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 5px 30px;
    display: flex;
    width: 285px;
    align-items: flex-end;
    justify-content: space-between;
}
.alfavit_item>span {
    font-weight: 500;
    font-size: 96px;
    line-height: 116px;
    color: #000000;
}
.alfavit_item a {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 15px;
}
.top_product_data {
    display: flex;
    margin-bottom: 37px;
    gap: 24px;
    align-items: center;
}
.articul_detail {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #929292;
}
.rating_top_detail {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rating_top_detail .rating {
    line-height: 0px;
}
.rating_top_detail .num_rate {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1E1E1E;
}
.to_reviews {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px dashed #929292;
}
.to_reviews:hover{
	border-bottom: 1px dashed;
}
.page_product .product-item-block {
    width: 100%;
    filter: initial;   margin-bottom: 80px;
}
.product_page_wr {
    display: flex;
    justify-content: space-between;
}
.product_detail_left {
    width: 488px;
}
.prod_gallery_main_img {
    border: 2px solid #EEEEEE;
    border-radius: 30px;
    overflow: hidden;
    line-height: 0px;
    margin-bottom: 24px;
}
.prod_gallery_main_img img {
    width: 488px;
    height: 377px;
    object-fit: contain;
}
.thumbs_images {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.prod_gallery_item {
    border: 2px solid #EEEEEE;
    border-radius: 12px;
    line-height: 0px;
    overflow: hidden;
}
.prod_gallery_item img {
    width: 104px;
    height: 92px;
    object-fit: contain;
}
.product_page_middle {
    width: 345px;
}
ul.product_characteristic span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1E1E1E;
}
ul.product_characteristic li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #EEEEEE; margin-bottom:12px;
}
ul.product_characteristic p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #686868;
    order: 3;
    display: table;
    max-width: 130px;
    text-align: right;
}
ul.product_characteristic li:after {
    background-image: radial-gradient(circle, currentcolor 1px, transparent 1.5px);
    background-position: bottom;
    background-size: 1ex 1.5px;
    background-repeat: space no-repeat;
    content: "";
    flex-grow: 1;
    height: 18px;
    order: 2;
}
.product_detail_nal {
    display: flex;
    justify-content: space-between;
}
.product_detail_nal .prod_status {
    margin: 0px;
    padding: 7px 16px 9px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2FA77D;
    gap: 6px;
    display: flex;
    align-items: center;
}
.prod_inf_wr {
    width: 287px;
}
.product_priced {
    margin-bottom: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(124, 13, 18, 0.05);
    border-radius: 12px;
    padding: 19px 16px 24px;
}
.choices_boxes_boxes {
    cursor: pointer;
}
.product_page_inform .choice_boxes {
    margin-bottom: 24px;
}
.product_page_inform .jq-number.item-count {
    height: 52px;
}
.product_page_inform .number-plus-minus .jq-number__field input {
    height: 52px;
}
.product_page_inform .jq-number__spin.minus {
    height: 52px;
    width: 52px;
}
.product_page_inform .jq-number__spin.plus {
    height: 52px;
}
.number-plus-minus {
    margin-bottom: 32px;
}
.product_page_inform .boxes_num {
    margin-top: -20px;
    margin-bottom: 15px;
}
.product_detail_nal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.product_detail_nal .prod_butt_link {
    display: flex;
    align-items: center;
    line-height: 0px;
    gap: 16px;
}
.prod_inf_wr .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #1E1E1E;
    position: relative;
}
.product_page_inform .last_pprice {
    position: absolute;
    left: 100%;
    white-space: nowrap;
    margin-left: 10px;
    top: 0px;
}

.product_page_wr a.in_basket {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    height: 60px;
}
.product_page_wr .prod_butt {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}
.product_page_wr .one_click.fast-buy {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #EB1D36;
}
ul.product_characteristic li:last-child {
    margin-bottom: 0px;
}
.tab_container p {
    margin-bottom: 16px;
}
.tabs_product {
    margin-bottom: 100px;
}
.info_block_bakset_data {
    padding: 27px;
    background: #E3FFF4;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #2FA77D;
    margin-bottom: 40px;
}
.ico_info_block {
    line-height: 0px;
}
.info_block_bakset_data.red_inf {
    background: #ffe3e3;
    color: #eb1d36;
}
.basket-page {
    display: flex;
    justify-content: space-between;
}
.left_basket_page {
    width: 895px;
}
.right_basket_page {
    width: 277px;
}
.in_right_basket_page {
    position: sticky;
    top: 10px;
}
.form_line input {
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    height: 50px;
    padding: 8px 12px;
}
.form_line_double {
    display: flex;
    align-items: center;
    gap: 20px;
}
.form_line_double input.js-article {
    width: 285px;
}
.itog {
    padding: 32px 24px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    margin-bottom: 21px;
}
.title_itog {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #1E1E1E;
    margin-bottom: 34px;
}
.right_basket_page .itog_sum {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #1E1E1E;
    align-items: center;
}
.right_basket_page .itog_sum span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.basket-row {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.double_basket_art .prod_status {
    margin: 0px;
    padding: 3px 8px 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2FA77D;
    gap: 6px;
    display: inline-flex;
    align-items: center;
    background: #E3FFF4;
    border-radius: 8px;
}
.basket_img {
    border: 2px solid #EEEEEE;
    border-radius: 12px;
    overflow: hidden;
    min-width: 112px;
}
.basket_img img {
    width: 108px;
    height: 108px;
    object-fit: contain;
}
.basket_row_data {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 500px;
}
.double_basket_art {
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 10px;
}
a.basket_table_name {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1E1E1E;
}
.quant_basket_num .number-plus-minus {
    margin-bottom: 0;
}
.jq-number.form_style.basket-count {
    background: #FAFAFA;
    border-radius: 8px;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 29px;
}
.jq-number.form_style.basket-count .jq-number__spin.minus {
	left: 5px;
}
.jq-number.form_style.basket-count .jq-number__spin.plus {
	right: 5px;
}
.all_price_basket {
    text-align: right;
    width: 140px;
}
.all_price_basket_title {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #1E1E1E;
    margin-bottom: 12px;
}
.basket_za_sht {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #929292;
    margin-bottom: 4px;
}
.basket_za_sht_price {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #1E1E1E;
}
.block_auth_top_order {
    padding: 43px 24px 43px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.left_block_auth_top_order {
    display: flex;
    gap: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    align-items: center;
    position: relative;
}
a.small_button {
    padding: 5px 29px 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #EB1D36;
    border: 2px solid #EB1D36;
    border-radius: 8px;
}
.left_block_auth_top_order .fsb_popup {
    position: absolute;
    white-space: nowrap;
    right: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #929292;
    top: 100%;
    margin-top: 12px;
}
.form_wrap {
    padding: 24px 24px 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    margin-bottom: 32px;
}
.top_line_form {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}
.radio_wr>label {
    display: block;
    margin-bottom: 11px;
}
.radio_wr>label:last-child{
	margin-bottom:0px;
}
.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 24px; min-width:24px;
    height: 24px;
    margin: 0 12px 0 0;
}
.radio_wr>label {
    display: block;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.jq-radio.checked .jq-radio__div {
    width: 24px;
    height: 24px;
}
.left_order_block {
    width: 761px;
}
.order-form-block {
    display: flex;
    justify-content: space-between;
}
.right_order_block {
    width: 407px;
}
.right_order.fix {
    position: sticky;
    top: 10px;
}
.ordering_inform {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 24px 24px 32px;
    margin-bottom: 24px;
}
.ordering_inform .open_basket {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
}
.ordering_inform .open_basket i.fa.fa-angle-down {
    display: block;
    order: 2;
    transition: all 0.3s linear;
}
.ordering_inform.active .open_basket i.fa.fa-angle-down {
	transform:rotateZ(180deg);
}
p.basket_inform {
    background: #ffe3e3;
    color: #eb1d36;
    padding: 17px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
p.basket_inform i{display:none;}
.bottom_line_product {
    display: none;
}
.basket_click_wr_product_item a {
    display: flex;
    gap: 12px;
    align-items: center;
}
.basket_click_wr_product_item img {
    border: 2px solid #EEEEEE;
    border-radius: 12px;
    width: 64px;
    height: 64px;
    min-width: 64px;
    object-fit: contain;
}
.basket_click_wr_product_item {
    margin-bottom: 32px;
}
.basket_click_wr_product_item:last-child{margin-bottom:0px;}
.right_part_bask p {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 4px;
}
.double_in_order_basker {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1E1E1E;
}
.double_in_order_basker .art {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #929292;
}
.total_red {
    background: #EB1D36;
    border-radius: 8px;
    padding: 24px;
    color: #fff;
}
.total_red p:last-child {
    margin-bottom: 0px;
}
.total_red p.it_dop {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    border-top: 1px dashed #FFFFFF;
    padding-top: 12px;
    margin-top: 24px;
}
.total_red p.it_dop span{
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
}
.total_red p {
    display: flex;
    justify-content: space-between;
}
.total_red p.price-point {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}
p.price-point span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
}
.jq-checkbox__div {
   background: #E2E2E2;
    border-radius: 3px;
    width: 24px;
    height: 24px;
}
.jq-checkbox input:checked+.jq-checkbox__div{
	background:url('../images/checkbox.svg')no-repeat;
	background-position:50%; 
	background-color: #EB1D36;
}
a.btn.go_to_delivery {
    display: inline-flex;
    padding: 14px 30px;
    border: 2px solid #EB1D36;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    background: #EB1D36;
    color: #fff;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
}
.top_line_form .right_block a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #EB1D36;
    border-bottom: 1px dashed #EB1D36;
}

.dost_form.form_wrap .radio_wr.item .radio_dost_inf {
    width: 314px;
    min-width: 314px;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
}
.dost_form.form_wrap .radio_wr.item label {
    width: 375px;
    display: flex;
}
.dost_form.form_wrap .radio_wr.item label span {
    order: 3;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.dost_form.form_wrap .radio_wr.item label span.right {
    order: 2;
    width: 60px;
    min-width: 60px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.dost_form.form_wrap .radio_wr.item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2; flex-wrap:wrap;
}
label.delivery-date.js-delivery-date {
    width: auto !important;
    display: block !important;
}
label.delivery-date.js-delivery-date input {
    opacity: 0;
}
.delivery-dates {
    display: grid;
    grid-template-columns: repeat(auto-fill, 79px);
    grid-template-rows: 97px;
    grid-gap: 26px;
}
.hidden_inform>h3 {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1E1E1E;
}
.dost_form.form_wrap .radio_wr.item label span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.delivery-date--checked span {
    color: #000000 !important;
}
.hidden_inform {
    width: 100%;
}
label.delivery-date.js-delivery-date {
    width: auto !important;
    display: block !important;
    border: 2px solid #929292;
    border-radius: 8px;
    box-shadow: none;
}
.order_form .dost_form .radio_wr label.delivery-date span {
    font-size: 12px;
    font-weight: normal;
    background-color: transparent !important;
    max-width: initial;
    padding: 0;
    float: none;
    width: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}
.delivery-date--checked {
    border: 2px solid #EB1D36 !important;
    background: transparent !important;
}
.order_form .dost_form .radio_wr label.delivery-date span.day {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}
.order_form .dost_form .radio_wr label.delivery-date span.daеу {
    font-weight: 400;
	font-size: 12px;
	line-height: 150%;
}
.order_form .dost_form .radio_wr label.delivery-date span.money{
	font-weight: 500;
font-size: 14px;
line-height: 17px;
/* identical to box height */

text-align: center;

color: #000000;
}
.end_form.form_wrap button.btn.submit {
    border: 2px solid #EB1D36;
    border-radius: 8px;
    height: 64px;
    background: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #EB1D36;
    cursor: pointer;
}
.end_form.form_wrap label {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 32px;
    display: block;
}
.end_form.form_wrap textarea {
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 16px;
    height: 100px;
}
.advantages_item p {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
}
.tab_content h3 {
    margin-bottom: 20px;
}
td.product-cell:last-child {
    padding-right: 0;
}
td.product-cell {
    padding-right: 20px;
}
.table_compare tr:nth-child(2n+2) td {
    background: #EEF3FA;
}
.table_compare {
    border-spacing: 0px;
}
.table_compare tr:first-child td {
    padding-bottom: 40px;
}
.table_compare tr:nth-child(n+2) td {
    padding-top: 16px;
    padding-left: 24px;
    padding-bottom: 16px;
}
.table_compare tr:nth-child(n+2) td {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #1E1E1E;
}
.title_name_prop_compare {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1E1E1E;
    margin-bottom: 12px;
}
.table_compare tr:nth-child(n+2) td span.not {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #FF6B00;
}
.table-bordered_wrap {
    overflow: auto;
    position: relative;
}
.table_compare tr:first-child td {
    padding-bottom: 40px;
    vertical-align: top;
}
.contact-form.double_contact {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.in_contact_form {
    width: 340px;
}
.right_form_contact {
    display: flex;
    width: 347px;
    align-items: center;
    justify-content: center;
    border: 2px dashed #EEEEEE;
    border-radius: 8px;
}
.right_form_contact {
    display: flex;
    width: 347px;
    align-items: center;
    justify-content: center;
    border: 2px dashed #EEEEEE;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #929292;
    text-align: center;
}
.title_form_submit_file {
    margin-bottom: 12px;
}
.subtitle_form_submit_file {
    margin-bottom: 12px;
}
.in_contact_form .input-block:last-child input {
    margin-bottom: 0px;
}
.its_form_file_submit_button {
    position: relative;
}
.its_form_file_submit_button input.form-control.selectfile {
    position: absolute;
    left: 0px;
    opacity: 0;
}
span.add_button_file_here {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1E1E1E;
    padding: 16px 33px;
    display: table;
    background: #FFFFFF;
    border: 2px solid #EB1D36;
    border-radius: 8px;
}
.fancybox-inner .basket-row {
    box-shadow: none;
    padding: 0px;
    gap: 24px;
    margin: 15px 0;
}
.fancybox-opened .fancybox-skin {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}
.fancybox-inner h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 40px;
}
.fancybox-inner .basket_sum {
    white-space: nowrap;
}
.fancybox-inner .number-plus-minus {
    margin-bottom: 0px;
}
body .one_click_prod_text .number-plus-minus .jq-number__field input {
    height: 34px;
    margin: 0px;
}
body .fancybox-close {
    background: url('../images/close.svg')no-repeat;
    width: 24px;
    height: 24px;
    right: 22px;
    top: 8px;
}
.profile_with_right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}
.right_profile {
    padding: 32px 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    min-width: 183px;
}
.double_profile {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 150%;
    color: #1E1E1E;
}
.double_profile .profile_ico {
    line-height: 0px;
}
.right_profile .selected .double_profile {
    color: #EB1D36;
}

.right_profile .selected .double_profile svg path,.right_profile .double_profile:hover svg path{stroke:#EB1D36;}
ul.right_menu {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.big_left_profile {
    width: 895px;
    padding: 44px 94px 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    max-width: 100%;
}
.title_left_profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 24px;
}
.title_left_profile a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.title_left_profile a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 4px;
}
.tripple_label_profile {
    display: flex;
    justify-content: space-between;
}
.tripple_label_item {
    max-width: 280px;
}
.tripple_label_item_label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #929292;
    margin-bottom: 8px;
}
.tripple_label_item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1E1E1E;
    margin-bottom: 63px;
}
.check_with_label input {
    position: absolute;
    left: 0px;
    width: 1px;
    height: 1px;
}
.check_with_label input+span {
    background: #E2E2E2;
    border-radius: 3px;
    width: 24px;
    height: 24px;
}
.check_with_label input:checked+span{
	background:url('../images/checkbox.svg')no-repeat;
	background-position:50%; 
	background-color: #EB1D36;
}
.check_with_label {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}
.double_subs_in {
    display: flex;
    gap: 60px;
}
.name_subs {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.double_subs_in_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #929292;
}
.double_subs_in_text a{
   font-weight: 400;
	font-size: 14px;
	line-height: 150%;

	color: #FF6B00;

}
.tabs_orders {
    margin-bottom: 32px;
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #E2E2E2;
}
.tabs_orders a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1E1E1E;
    padding-bottom: 10px;
}
.tabs_orders a.current {
    color: #EB1D36;
    position: relative;
}
.tabs_orders a.current:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #EB1D36;
    bottom: 0px;
    left: 0px;
    border-radius: 8px 8px 0 0;
}
.personal_table_orders table {
    width: 100%;
}
.personal_table_orders table thead {
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}
.personal_table_orders table thead th{
	padding:14px 24px;
}

.personal_table_orders table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    padding-left: 24px;
    padding-right: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.personal_table_orders table tbody tr:first-child td {
    padding-top: 50px;
}
.personal_table_orders table tbody tr td.product_data_td {
    max-width: 372px;
}
span.menu_item_order_choicer {
    cursor: pointer;
}
.personal_table_orders table tbody tr td.order_id_td,.personal_table_orders table tbody tr td.order_added_td {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1E1E1E;
}
.order_status_td .status {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
      display: inline-flex;
    padding: 9px 20px;border-radius: 8px;
}
span.status.green {
    color: #2FA77D; background: #E3FFF4;

}
.menu_item_order {
    position: relative;
}
.menu_item_order_show {
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(51, 51, 51, 0.2);
    border-radius: 4px;
    padding: 8px 0;
    top: 0px;
    left: 0px;
    min-width: 135px;
    z-index: 22;
}
.menu_item_order_show a {
    padding: 8px 12px;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1E1E1E;
}
.menu_item_order_show a:hover{
	color: #EB1D36;
}
.menu_item_order_show a:hover:after{
	width:2px; height:100%; background: #EB1D36; position:absolute;left:0px; top:0px; content:" ";
}
.left_profile {
    width: 387px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 24px;
}
label.input_radio input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
label.input_radio {
    display: flex;
    margin-bottom: 11px;
    gap: 12px;
}
.input_block_radio {
    background: #FFFFFF;
    border: 1.5px solid #E2E2E2;
    border-radius: 13px;
    width: 24px;
    height: 24px;
}
label.input_radio input:checked+span {
    border: 7px solid #EB1D36;
    border-radius: 50%;
    box-sizing: border-box;
}
.left_profile button.button {
    margin-top: 15px;
}
.button_catalog_header {
    width: 183px;
    height: 60px;
    margin: 0 14px;
    align-items: center;
    display: flex;
    gap: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #EB1D36;
    cursor: pointer;
    justify-content: center; background:url('../images/catalog_button.svg')no-repeat;
}
.ico_catalog_button_header {
    line-height: 16px;
}
span.ico_catalog_button_header_close {
    line-height: 0px;
}
.middle_header{position:relative;}
.menu_catalog_header_not_front {
    position: absolute;
    top: 100%;
    z-index: 9999;
    margin-top: 30px;
}
.menu_catalog_header_not_front {
    position: absolute;
    top: 100%;
    z-index: 9999;
    margin-top: 30px;
    width: 100%;
}
.search_block_top {
    flex-grow: 2;
    max-width: 540px;
    margin-right: 15px;
    margin-left: 10px;
}
form.reg_form_auth {
    width: 340px;
}
.line_form {
    margin-bottom: 12px;
}
.line_form input {
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 16px 12px;
    height: 50px;
}
.up_line_form_data {
    margin-bottom: 32px;
}
.up_line_form_data .line_form:last-child{
	margin-bottom:0px;
}
.button.full_width {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}
.agree {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #929292;
}
.profile_order h3 {
    margin-bottom: 30px;
}
.right_menu_block h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}
ul.product_characteristic {
    padding-left: 0px;
}
.fields .error {
    border: 2px solid red;
    margin-bottom: 0px;
}
span.error-message {
    color: red;
    display: block;
}
.order-thank .button {
    border: 2px solid !important;
    margin-top: 20px;
}
.mobile_show_burger{display:none;}
.show810{display:none;}
.tab_content h3 {
    margin-bottom: 20px;
    line-height: 30px;
}
ul.breadcrumbs {
    flex-wrap: wrap;
}
.show_mobile_open_left{display:none;}
.not_home_page .right_middle_header {
    gap: 20px;
}
.show_mobile_logo{display:none;}
.pagination ul a.active {
    color: #fff;
    background: #EB1D36;
}
.filter_mobile_show{display:none;}
.close_block_fixed{display:none;}
.menu_catalog_header_not_front+.search_block_top {
    flex-grow: 2;
    max-width: 380px;
}
.table_wr.personal_table_orders {
    clear: both;
}
li.parent_a_cat_me.mega-unit {
    display: inline-block; width:100%;
}
.right_catalog_section h1{
	padding-top: 12px;
}
.product_card a.in_basket {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #EB1D36;
    border: 2px solid #EB1D36;
    border-radius: 12px;
    height: 48px;
    display: flex;
    padding: 14px 29px;
    white-space: nowrap;
    background: none;
    width: 100%;
}
.product_card  .prod_butt {
    gap: 15px;
}
.product_card a.one_click.fast-buy {
    background: #EB1D36;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.new_product_sl .product-item-block .product_card {
		height: 600px;
		     display: flex;
    flex-direction: column;
}
.new_product_sl .product-item-block
{
	margin-bottom: 15px;
}
.section_pic {
	width: 280px;
}
.in_basket.remove-from-basket {
    background: #EB1D36 !important;
    color: #fff !important;
}
.deactivated {
    opacity: 0.4;
    pointer-events: none;
}
.error {
    color: red;
}
.regauthb {
    margin-bottom: 10px;
    color: #EB1D36;
    border-bottom: 1px dashed;
    line-height: 18px;
    font-size: 16px;
}
.double_reg_fancy{display:flex; flex-wrap:wrap; gap:10px;}
.SmartCaptcha-Shield.SmartCaptcha-Shield_visible.SmartCaptcha-Shield_position_bottom.SmartCaptcha-Shield_position_right {
    display: none;
}
.ordering_notice {
    border: 2px solid #BE272E;
    padding: 10px;
    border-radius: 12px;
}
