button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;.product_article
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
body {
  font-family: "Raleway", sans-serif;
  font-variant-numeric: lining-nums;
  font-style: normal;
  font-size: 14px;
  line-height: 1.25;
}
.container {
  width: 100%;
  max-width: 1390px;
  padding: 0 15px;
  margin: 0 auto;
}
.review_star_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.review_star_list li {
  width: 100%;
  float: left;
  max-width: 15px;
  margin-right: 4px;
}
.review_star_list li svg {
  width: 100%;
  float: left;
  height: auto;
}
.review_star_list li svg path {
  fill: #C4C4C4;
  transition: .3s;
}
.review_star_list .review_star_list_active svg path {
  fill: #c52e27;
}
.review_star--active_btn svg path {
  fill: #c52e27!important;
}
.review_star_list_dinamic--active svg path {
  fill: #c52e27!important;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.top_line {
  display: flex;
  width: 100%;
}
.top_banner {
  position: relative;
  flex: 1;
}
.top_banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: inherit;
  z-index: -1;
}
.top_banner a {
  padding: 0px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
  transition: .3s;
  min-height: 70px;
}


.htholder{
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  min-width: 155px;
  justify-content: space-between;
}
.navigation_block{
  display:flex;
  flex-direction:column;
  transition:0.5s;
  opacity:0;
  visibility:hidden;
  position: fixed;
  width: 360px;
  z-index:9;
  max-width:100%;
  height: 100%;
  left:-150%;
  background: #fff;
  box-shadow: -2px 0px 15px 0px rgb(0 0 0 / 50%);
  color: #343536;
  top: 0px;
}
.navigation_block.active{
  left: 0px;
  opacity:1;
  visibility:visible;
}
.navigation_top{
  background: #c52e27;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
}
.navigation_top_h{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header {
  background: #c52e27;
  z-index: 101;
  position: relative;
}
.h_top_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position:relative;
  gap: 30px;
}
.h_logo {
  padding: 5px 0px;
}
.f_logo img{
  width: auto;
  height: auto;
  max-width: 100%;
}
.h_logo img {
  display: flex;
  width: auto;
  height: auto;
  max-width:100px;
  width:100%;
}
.h_search {
  width: 100%;
  max-width: 540px;
  margin-right: auto;
}
.search_form {
  width: 100%;
  position: relative;
}
.search_form input {
  padding-right: 70px;
}
.search_form button {
  width: 30px;
  height: 30px;
  display: flex;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
.search_form button svg path {
  transition: .3s;
}
.search_form button:hover svg path {
  stroke: #F48B01;
}
.h_search input[type="text"],
.h_search input[type="email"],
.h_search input[type="phone"] {
  background: #FFFFFF;
  border-radius: 5px;
  height: 50px;
  padding: 0 20px;
  border: none;
  width: 100%;
  box-shadow: none;
  padding-right: 70px;
}
.h_search input[type="text"]::placeholder,
.h_search input[type="email"]::placeholder,
.h_search input[type="phone"]::placeholder {
  color: #C4C4C4;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
textarea {
  background: #FFFFFF;
  border-radius: 5px;
  height: 40px;
  padding: 0 15px;
  border: none;
  font-size: 16px;
  /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.23);*/
  border: 1px solid #d5d5d5;
  width: 100%;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="phone"]::placeholder,
textarea::placeholder {
  color: #C4C4C4;
}
textarea {
  resize: none;
  height: 140px;
}
.h_contacts {
  position: relative;
}
.h_contacts a {
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  position: relative;
  transition: .3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.h_contacts > a:hover {
  color: #ffdd4e;
}
.h_contacts > a:hover svg path{
  fill: #ffdd4e;
}

.h_contacts_inside {
  position: absolute;
  right: 0;
  width: 185px;
  z-index: 2;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translateY(100%);
  background: #FFFFFF;
  box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.21);
}
.h_contacts_inside:before {
  height: 20px;
  top: -20px;
  left: 0;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
}
.h_contacts_inside_list li:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.h_contacts_inside_list li a {
  padding: 10px 15px;
  color: #c52e27;
  display: flex;
  text-decoration: none;
  transition: .3s;
}
.h_contacts_inside_list li a:hover {
  color: #F48B01;
}

.h_contacts:hover .h_contacts_inside {
  opacity: 1;
  visibility: visible;
}




.h_account_inside {
  position: absolute;
  right: 0;
  width: 230px;
  z-index: 2;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translateY(100%);
  background: #FFFFFF;
  box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.21);
}
.h_account_inside:before {
  height: 20px;
  top: -20px;
  left: 0;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
}
.h_account_inside_top {
  padding: 15px;
  background: #F8F7F7;
}
.h_account_inside_top .main_link {
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
}
.h_account_inside_top p a {
  color: #c52e27;
  text-decoration: none;
  margin-left: 5px;
}
.h_account_inside_top p a:hover {
  text-decoration: underline;
}
.h_account_inside_list li:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.h_account_inside_list li a {
  padding: 10px 15px;
  color: #c52e27;
  display: flex;
  text-decoration: none;
  transition: .3s;
}
.h_account_inside_list li a:hover {
  color: #F48B01;
}
.h_account {
  display: flex;
  flex-direction: column;
  position: relative;
}
.h_account_hover > a {
  font-weight: 500;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  position: relative;
  transition: .3s;
  align-items: center;
  display: flex;
  gap: 10px;
}
.h_account_hover > a:hover {
  color: #F4E76E;
}
.h_account_hover > a:hover svg circle,
.h_account_hover > a:hover svg path{
  stroke:#F4E76E;
}
.h_account_hover:hover .h_account_inside {
  opacity: 1;
  visibility: visible;
}
.h_basket {

}
.h_basket a {
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  position: relative;
  transition: .3s;
  display: inline-flex;
  align-items: center;
}
.h_basket a svg,
.h_basket a img {
}
.h_basket a:hover {
  color: #ffdd4e;
}
.h_basket a svg path{
  transition:0.5s;
}
.h_basket a:hover svg path{
  stroke: #ffdd4e;
}
.h_basket .count{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: #fff;
  color: #343536;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: bold;
  line-height: normal;
  position: absolute;
  top: -6px;
  right: -8px;
}
.h_catalog_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.h_nav {
  margin-right: auto;
}
.h_nav_list_inside {
  position: relative;
  max-width: 240px;
  width: 100%;
  z-index: 2;
  height: 100%;
  min-height: 400px;
  background: #F8F7F7;
}
.h_nav_list_inside > li {
  width: 100%;
  background: #F8F7F7;
}
.h_nav_list_inside > li > span,
.h_nav_list_inside > li > a {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  display: flex;
  width: 100%;
  padding: 10px 35px 10px 15px;
  transition: .3s;
  text-decoration: none;
}

.categories_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.categories_holder .tpl_categories {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(25% - 10px);
    margin: 5px 5px 25px 5px;
    text-decoration: none;
}
.tpl_categories .tpl_categories_img {
    width: 100%;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.tpl_categories .tpl_categories_cnt {
    font-weight: 500;
}
.tpl_categories .tpl_categories_img img {
    width: 100%;
    display: block;
    transition: 0.5s;
}
.categories_holder .tpl_categories:hover img {
    transform: scale(1.05);
}
.tpl_categories .tpl_categories_name {
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #343536;
    display: block;
}
#sorting{
  display: flex;
  width: 100%;
}
#sorting form{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.product_page_bottom_tabs_char_list {
  width: 100%;
  float: left;
}
.product_page_bottom_tabs_char_list li {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.product_page_bottom_tabs_char_list li:nth-child(odd) {
  background: #f8f7f7;
}
.product_page_bottom_tabs_char_list_left {
  width: auto;
  max-width: 50%;
  padding-right: 10px;
}
.product_page_bottom_tabs_char_list_right {
  text-align: right;
  width: auto;
  max-width: 50%;
  padding-left: 10px;
}
.fd_tab_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.fd_tab{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.fd_tab .fd_title{
  color: #c52e27;
  font-weight: 600;
  font-size: 20px;
  display: inline-flex;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  padding: 10px 10px;
  background: #f8f7f7;
}
.fd_tab .fd_tab_i{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
}
.catalog_categories_m_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.catalog_categories_m{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.catalog_categories_m_title_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px;
  background: #f8f7f7;
  margin-bottom: 10px;
  border-radius: 5px;
}
.catalog_categories_m_title{
  font-weight: 600;
  font-size: 22px;
  color: #c52e27;
  text-decoration: none;
  line-height: 36px;
  display: block;
}
.catalog_categories_m_title:hover{
  text-decoration:underline;
}
.catalog_categories_m_full{
  text-decoration: underline;
  font-weight: 600;
  font-size: 15px;
  color: #c52e27;
  line-height: 36px;
  display: block;
}
.catalog_categories_m_full:hover{
  opacity:0.7;
}
.hidden_l li:nth-child(n+4){
  display: none;
}
.h_nav_list_inside_second > li a.show_all_l{
  font-size: 12px;
  text-decoration: none;
  border: none;
  font-weight: 400;
}
.h_nav_list_inside_second > li a.show_all_l:hover{
  text-decoration: underline;
}
.product_pay #count_product{
  border: 1px solid rgba(51, 51, 51, 0.2);
  background: #FFF;
  border-radius: 5px;
  height: 30px;
  width: 100%;
  line-height: 30px;
  color: #343536;
  font-size: 14px;
  padding: 0px 5px;
}

.product_table_amount{
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  color: #252525;
}           
.table_holder{
  width: 100%;
  display: block;
  overflow: auto;
  margin-top: 10px;
}
.table_holder table{
  width:100%;
  border-spacing:0;
  background: #f8f7f6;
}
.table_holder tr{
  border-bottom: 1px solid #ddd;
}
.table_holder tr:last-child{
  border-bottom: none;
}
.table_holder th{
  padding: 10px 10px;
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  color: #252525;
}
.table_holder td{
  padding: 10px 10px;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  color: #252525;
}
.open_stock{
  border-bottom: none!important;
  font-size: 16px;
  background: #ffd35f;
  padding: 5px 10px;
  display: block;
  max-width: 140px;
  text-align: center;
  margin-top: 5px;
  border-radius: 5px;
}
.open_stock:hover{
  background: #c52e27;
  color: #fff;
}
.table_holder thead tr{background:#f4f4f4;}
.table_holder tbody tr:nth-child(1){background:#fff;}
.table_holder tbody tr:nth-child(2n+1){background:#fff;}

.table_holder tbody tr:hover{background:#c52e27;}
.table_holder tbody tr:hover td{color:#fff;}

.status_amount_0{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #252525;
}
.status_amount_0 span{
  width: 10px;
  height: 10px;
  background: #f40202;
  border-radius: 50%;
  display: block;
  margin-right: 7px;
}
.status_amount_1{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #252525;
}
.status_amount_1 span{
  width: 10px;
  height: 10px;
  background: #f48b02;
  border-radius: 50%;
  display: block;
  margin-right: 7px;
}
.status_amount_2{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #252525;
}
.status_amount_2 span{
  width: 10px;
  height: 10px;
  background: #0dc730;
  border-radius: 50%;
  display: block;
  margin-right: 7px;
}
.table_holder tbody tr:hover .status_amount_0,
.table_holder tbody tr:hover .status_amount_1,
.table_holder tbody tr:hover .status_amount_2{
  color: #fff;
}
.product_manufacturer_max_discount{
  font-size: 14px;
  color: #343536;
  margin-top: 5px;
  line-height: 20px;
  margin-bottom: 5px;
}
.product_manufacturer_max_discount span{
  color: #343536;
  font-weight: bold;
  background: #f5c600;
  padding: 2px 5px;
}
.product_manufacturer_no_max_discount{
  color: #343536;
  font-weight: 500;
  background: #f5c600;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 3px 10px;
  margin: 0px;
  line-height: normal;
  font-size: 12px;
}
.catalog_list_status_item.spec{
  background: #f5c600;
  color: #343536;
}
.contacts_form_item_wrap{
  width: 100%;
}
.review_star_text{
  float:left;
  margin-right:10px;
}
.add_review{
  color: #FFFFFF;
  padding: 10px 15px;
  background: #c52e27;
  border-radius: 5px;
  text-decoration: none;
  transition: .3s;
  display: block;
  width: 280px;
  text-align: center;
  margin: 5px 0px 20px 0px;
  clear: both;
}
.add_review:hover{
  text-decoration: none;
  color: #fff;
  background: #c52e27;
}
#rev_modal textarea{
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}
.review_content_info{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.review_view_info,
.review_pub_date{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
}
.review_view_info svg,
.review_pub_date svg{
  margin-right: 5px;
}
#delivery_info.modal{
  max-width: 740px;
}
.product_tabs_cont .content img{
  width: 100%;
}
.c_filter_item_cat_name{
  font-size: 15px;
  display: flex;
  color: #1d1d1b;
  font-weight: bold;
}
.c_filter_item_cat_block{
  margin: 10px 0px 15px 15px;
}
.label_ava_0{
  text-decoration: none;
  color: #068b2f;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 10px auto;
}
.label_ava_0 svg{
  width: 16px;
  margin-left: 5px;
}
.label_ava_0 svg path{
  fill: #068b2f;
}
.label_ava_1{
  text-decoration: none;
  color: #ffb95e;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 10px auto;
}
.label_ava_1 svg{
  width: 16px;
  margin-left: 5px;
}
.label_ava_1 svg path:nth-child(2){
  fill: #ffb95e;
}
.label_ava_1 svg path:nth-child(3),
.label_ava_1 svg path:nth-child(1){
  stroke: #ffb95e;
}
.label_ava_2 svg{
  width: 16px;
  margin-left: 5px;
}
.label_ava_2{
  text-decoration: none;
  color: #222;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 10px auto;
  z-index: 3;
  position: relative;
}
.label_ava_2 svg path{
  fill: #222;
}
.label_ava_2:hover{
  opacity: 0.7;
}
.label_ava_3{
  text-decoration: none;
  color: #ef767a;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 10px auto;
  z-index: 3;
  position: relative;
}

.rating_full{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0px;
  margin: 10px 0px;
  width: 100%;
  float: left;
  max-width: 1000px;
}
.rating_full_first{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.rating_full_first_title{
  color: #343536;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.rating_full_first_block{
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
}
.rating_full_first_block > .rating_block{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 15px;
  color: #c52e27;
  margin: 5px auto;
}
.rating_block_1{
  width: 70px;
}
.rating_block_2{
  width: 32px;
}
.progress_bar{
  height: 20px;
  background: #e7e7e7;
  width: 100%;
  max-width: 220px;
  border-radius: 5px;
  position: relative;
}
.progress_bar > span.in_bar{
  height: 20px;
  background: #c52e27;
  width: 100%;
  max-width: 220px;
  border-radius: 5px;
  top: 0px;
  position: absolute;
}

.rating_full_second{
  display: flex;
  flex-direction: row;
  float: left;
  width: 100%;
  max-width: 400px;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.rating_full_second_title{
  color: #343536;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.rating_full_second_block{
  display: flex;
  width: 100%;
  float: left;
  margin-right: 10px;
}
.rating_full_second_block_2{
  display: flex;
  width: 100%;
  float: left;
  flex-direction: column;
}

.progress-circle {
  font-size: 20px;
  margin: 5px 0px;
  position: relative;
  padding: 0;
  width: 140px;
  height: 140px;
  background-color: #e7e7e7;
  border-radius: 50%;
  line-height: 140px;
}
.progress-circle:after {
  border: none;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-color: white;
  content: " ";
}
.progress-circle span.percent_text {
  position: absolute;
  line-height: 128px;
  width: 128px;
  text-align: center;
  display: block;
  color: #343536;
  padding-left: 10px;
  z-index: 2;
  font-size: 18px;
}
.progress-circle span.percent_text span{
  font-size: 44px;
  margin-left: 5px;
}
.percent_text_2{
  position: absolute;
  top: 20px;
  z-index: 2;
  font-size: 12px;
  width: 140px;
  text-align: center;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating_full_second_block_2 .add_review{
  max-width: 100%;
}
.left-half-clipper {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  clip: rect(0, 140px, 140px, 70px);
}
.progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.value-bar {
  position: absolute;
  clip: rect(0, 80px, 140px, 0);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 15px solid #c52e27;
  box-sizing: border-box;
}
.progress-circle.over50 .first50-bar {
  position: absolute;
  clip: rect(0, 140px, 140px, 70px);
  background-color: #c52e27;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}
.progress-circle:not(.over50) .first50-bar {
  display: none;
}
.progress-circle.p0 .value-bar {
  display: none;
}
.rating_full_pre{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rating_full_pre .product_reviews{
  margin-right: 15px;
}
.rating_full_pre_text{
  font-size: 13px;
}
.product_reviews .stp9,
.product_reviews .stp3{
  text-decoration: none;
}
.product_reviews .stp9:hover,
.product_reviews .stp3:hover{
  text-decoration: underline;
}
.c_filter_btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 10px auto;
}
.c_filter_btns .c_filter_submit{
  background: #c52e27;
  padding: 10px 20px;
  font-size:14px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.c_filter_btns .c_filter_clear{
  background: #f8f7f6;
  padding: 10px 20px;
  color: #343536;
  text-decoration: none;
  border-radius: 5px;
}

.c_filter_btns .c_filter_submit:hover,
.c_filter_btns .c_filter_clear:hover{
  background: #f48b02;
  color: #fff;
  text-decoration: none;
}
.cat_sizes{
  display: flex;
  flex-direction:row;
  align-items:flex-start;
  justify-content:flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.cat_sizes a{
  padding: 5px 5px;
  background: #e7e7e7;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: .3s;
  text-decoration: none;
  text-align: center;
  color: #343536;
  margin: 0px 2px 2px 0px;
  font-size: 12px;
  font-weight: 500;
}
.cat_sizes a:hover{
  background:#c52e27;
  color:#fff;
}
.cat_sizes a.active{
  background: #ffd426;
  color: #343536;
  border-color: #ffd426;
}
.cat_sizes a.disabled{
  opacity: .45;
}


.catalog_available{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
}
.catalog_available label{
  font-size: 14px;
  margin-left: 10px;
}
input.mops-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 44px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #fff;
}

input.mops-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input.mops-switch:checked {
  box-shadow: inset 20px 0 0 0 #c52e27;
  border-color: #c52e27;
}

input.mops-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}
.h_nav_list_inside .h_nav_list_inside--hasChild > span,
.h_nav_list_inside .h_nav_list_inside--hasChild > a {
  position: relative;
}
.h_nav_list_inside .h_nav_list_inside--hasChild > span:after,
.h_nav_list_inside .h_nav_list_inside--hasChild > a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/right_gray.svg") center no-repeat;
  background-size: contain;
}
.h_nav_list_inside_second {
  position: absolute;
  top: 0;
  display: none;
  right: 0;
  transform: translateX(100%);
  width: calc(1360px - 240px);
  z-index: -1;
  padding: 5px 10px 0 10px;
  flex-wrap: wrap;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  height: 100%;
}
.h_nav_list_inside_second::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.h_nav_list_inside_second::-webkit-scrollbar-track {
  background-color: rgba(51, 51, 51, 0.1);
}
.h_nav_list_inside_second::-webkit-scrollbar-track-piece {
  background-color: #D6D6D6;
}
.h_nav_list_inside_second::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(51, 51, 51, 0.35);
  border-radius: 5px;
}
.h_nav_list_inside_second::-webkit-scrollbar-corner {
  background-color: #999;
}
.h_nav_list_inside_second::-webkit-resizer {
  background-color: #666;
}
.h_nav_list_inside_second > li {
  width: calc(100% / 6 - 15px);
  margin-bottom: 10px;
}
.h_nav_list_inside_second > li:not(:nth-child(6n)) {
  margin-right: 15px;
}
.h_nav_list_inside_second > li > span,
.h_nav_list_inside_second > li > a {
  padding-bottom: 4px;
  color: #c52e27;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  margin-bottom: 5px;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.h_nav_list_inside_second > li > span:hover,
.h_nav_list_inside_second > li > a:hover{
  text-decoration:underline;
}
.h_nav_list_inside_second:after {
  position: absolute;
  left: -240px;
  max-width: 240px;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #F8F7F7;
  z-index: -1;
}
.h_nav_list_inside_third li:not(:last-child) {
  margin-bottom: 5px;
}
.h_nav_list_inside_third li span,
.h_nav_list_inside_third li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: .3s;
}
.h_nav_list_inside_third li.active > span, 
.h_nav_list_inside_third li a:hover {
  color: #c52e27;
}

.h_catalog{
  display: flex;
  padding: 10px 0px;
}
.h_catalog > a {
  padding: 10px 10px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 5px;
  color: #343536;
  text-decoration: none;
  transition: .3s;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: #ffdd4e;
  min-width:160px;
}
.h_catalog:hover > a {
  color: #fff;
  background:#F48B01;
}
.h_catalog > a svg path{
  transition:0.3s;
}
.h_catalog:hover > a svg path{
  stroke: #fff;
}
.h_catalog > a .close_catalog{
  opacity:0;
  visibility:hidden;
}
.h_catalog.active > a .close_catalog{
  opacity:1;
  visibility:visible;
}
.h_catalog.active .h_catalog_wrap,
.h_catalog:hover .h_catalog_wrap {
  opacity: 1;
  visibility: visible;
}
.h_lang {
  display: flex;
}
.h_lang li {
  padding: 5px 10px;
}
.h_lang li:not(:last-child) {
  border-right: 1px solid #fff;
}
.h_lang li a {
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
}
.h_lang li a.h_lang--active {
  color: #ffdd4e;
}
.h_lang li a:hover {
  text-decoration: underline;
}
.h_info {
  padding-top: 10px;
}
.h_info a {
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #ffdd4e;
  text-decoration: none;
  transition: .3s;
  border-radius: 5px;
  margin-left: 10px;
}
.h_info a:hover {
  color: #fff;
}
.bottom_line {
  background: #D6F2FF;
  position: relative;
  overflow: hidden;
}
.bottom_line_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.bottom_line_wrap img {
  margin: 0 -10px -10px 0;
  z-index: 2;
  position: relative;
}
.bottom_line_wrap span {
  font-weight: 600;
  font-size: 18px;
  color: #FFF;
  padding: 5px 20px;
  background: #FEB95F;
  border-radius: 5px;
  margin-right: 15px;
}
.bottom_line_wrap p {
  font-weight: 600;
  font-size: 18px;
  color: #c52e27;
}
.bottom_line_wrap a {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.bottom_line_wrap a:hover:before {
  transform: translateX(25px);
}
.bottom_line_wrap a:before {
  width: 100%;
  height: 100%;
  transition: .3s;
  content: "";
  display: flex;
  background: url("../img/arrow_right.svg") center no-repeat;
  background-size: contain;
}
.bottom_line_wrap a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  bottom: 0;
}
.slick_arrow {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0;
}
.slick_arrow svg path {
  transition: .3s;
}
.slick_arrow:hover svg path {
  stroke: #c52e27;
}
.slick-next_arrow {
  right: -55px;
}
.slick-prev_arrow {
  left: -55px;
}
.main_slider {
  margin-bottom: 35px;
}
.main_slider_list {
  display: flex;
  padding-bottom: 40px;
}
.main_slider_list div {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
.main_slider_list div img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.main_slider_list .main_slider_info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50vw - 680px);
  max-width: 370px;
}
.main_slider_list .main_slider_info .main_link {
  min-width: 360px;
  margin-bottom: 25px;
  min-height: 70px;
}
.main_slider_list .main_slider_info p {
  font-weight: 600;
  font-size: 24px;
}
.main_slider_list .slick_arrow {
  width: 35px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
}
.main_slider_list .slick-next_arrow {
  right: 41px;
}
.main_slider_list .slick-prev_arrow {
  left: 41px;
}
.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #c52e27;
  transition: .3s;
  cursor: pointer;
  font-size: 0;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background: #c52e27;
}
.main_link {
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  padding: 5px 25px;
  color: #333;
  cursor: pointer;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  background: #ffd426;
  border-radius: 5px;
  border: none;
}
.main_link:hover {
  background: #fac01e;
}
.block {
  padding: 35px 0;
}
.block_head {
  width: 100%;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block_head--slider {
  padding-right: 125px;
}
.block_title {
  font-size: 26px;
}
.catalog_list {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.catalog_list > li,
.catalog_list li.slick-slide {
  width: calc(25% - 10px);
  margin: 0 5px 10px 5px;
  padding: 15px 15px 10px 15px;
  border-radius: 5px;
  position: relative;
  background: #FFF;
  transition: .3s;
}
.catalog_list > li:hover,
.catalog_list li.slick-slide:hover {
  background: #f8f7f7;
}
.catalog_list > li p,
.catalog_list li.slick-slide p {
  margin-bottom: 10px;
  font-size: 10px;
}
.catalog_list--slider > li,
.best_category_list > li,
.catalog_list--slider li.slick-slide,
.best_category_list li.slick-slide {
  margin-bottom: 0;
}
.catalog_list--slider .slick-track,
.best_category_list .slick-track {
  padding: 10px;
  margin: -10px;
}
.catalog_list--slider .slick_arrow,
.best_category_list .slick_arrow {
  top: -50px;
}
.catalog_list--slider .slick-prev_arrow,
.best_category_list .slick-prev_arrow {
  right: 70px;
  left: initial;
}
.catalog_list--slider .slick-next_arrow,
.best_category_list .slick-next_arrow {
  right: 15px;
}
.slick-track,
.slick-list {
  min-width: 100%;
}
.catalog_list_img {
  margin-bottom: 10px;
  position: relative;
}
.catalog_list_name {
  text-decoration: none;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  color: #333;
}
.catalog_list_name:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
}
.catalog_list_price {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-direction: column;
  width: 100%;
}
.catalog_list_price_actual {
  color: #c52e27;
  font-size: 18px;
}
.catalog_list_price_actual span{
  font-weight: 800;
}
.catalog_list_price_o,
.catalog_list_price_r{
  font-size: 14px;
  color: #343536;
}
.catalog_list_price_o span,
.catalog_list_price_r span{
  font-weight:bold;
}
.catalog_list_price_old {
  color: rgba(51, 51, 51, 0.6);
  display: inline-flex;
  margin-left: 15px;
  text-decoration: line-through;
}
.catalog_list_rating {
  display: flex;
  align-items: center;
}
.catalog_list_rating span {
  color: rgba(51, 51, 51, 0.6);
  margin-left: 5px;
}
.product_status .sale,
.catalog_list_status .sale{
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  min-width: 64px;
  padding: 3px 15px 2px 15px;
  min-height: 18px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #feb95f;
}
.catalog_list_status {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 2;
}
.catalog_list_status_item {
  font-weight: 600;
  font-size: 10px;
  min-width: 64px;
  color: #FFF;
  padding: 3px 15px 2px 15px;
  min-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.catalog_list_status_item--sale {
  background: #EF767A;
}
.catalog_list_status_item--new {
  background: #91D12E;
}
.catalog_list_status_item--top {
  background: #FEB95F;
}
.best_category_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.best_category_list li {
  width: calc(100% / 6);
  padding: 5px 15px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.best_category_list li img {
  margin-bottom: 20px;
  width: auto;
  height: auto;
}
.best_category_list li a {
  color: #c52e27;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  transition: .3s;
}
.best_category_list li a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
}
.best_category_list li a:hover {
  color: #F48B01;
}
.content p {
  margin-bottom: 20px;
}
.content p.hide {
  display: none;
}
.read_more {
  display: inline-flex;
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.6);
}
.read_more:hover {
  text-decoration: none;
}
.front_about_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block_head--mod {
  justify-content: flex-start;
}
.go_link {
  margin-left: 30px;
  text-decoration: none;
  transition: .3s;
  color: #c52e27;
}
.go_link:hover {
  opacity: 0.7;
}
.brands_block_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}
.brands_block_list li {
  width: calc(100% / 6);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
.brands_block_list li a {
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #343536;
}
.brands_block_list li a:hover{
  text-decoration: underline;
}
.brands_block_list li a img{
  width: auto;
  height: auto;
  max-width: 100%;
}
.banners_block_list {
  width: calc(100% + 30px);
  margin: 0 -15px -30px -15px;
  display: flex;
  flex-wrap: wrap;
}
.banners_block_list li {
  width: calc(50% - 30px);
  margin: 0 15px 30px 15px;
}
.banners_block_list li a{
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.banners_block_list li a img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.more_link {
  min-width: 360px;
}
.more_link:after {
  width: 40px;
  height: 20px;
  content: "";
  margin-left: 10px;
  background: url("../img/arrow_right_white.svg") center no-repeat;
  background-size: contain;
}
.front_article_list {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.front_article_list li {
  width: calc(50% - 30px);
  margin: 0px 15px 20px 15px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.front_article_list li img {
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
}
.front_article_list li:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 34.25%, rgba(0, 0, 0, 0.71) 100%);
  z-index: 1;
}
.front_article_list_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.front_article_list_info span {
  display: flex;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.front_article_list_info a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  transition: .3s;
}
.front_article_list_info a:hover {
  color: #F48B01;
}
.front_article_list_info a:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}
.front_article_list_info a:after {
  width: 40px;
  height: 20px;
  content: "";
  margin-left: 10px;
  background: url("../img/arrow_right_white.svg") center no-repeat;
  background-size: contain;
}
footer {
  background: #c52e27;
  color: #FFF;
  margin-top: 35px;
}
.f_top {
  padding: 35px 0;
}
.f_top_wrap {
  display: flex;
  justify-content: space-between;
}
.f_contacts {
  width: 100%;
  max-width: 245px;
}
.f_logo {
  max-width: 180px;
  margin-bottom: 35px;
}
.f_contacts_item {
  display: flex;
  flex-direction: column;
}
.f_contacts_item:not(:last-child) {
  margin-bottom: 35px;
}
.f_contacts_item a {
  font-weight: 800;
  display: inline-flex;
  font-size: 18px;
  text-decoration: none;
  color: #FFF;
  margin-bottom: 10px;
  transition: .3s;
}
.f_contacts_item a:hover {
  color: #F4E76E;
}
.f_contacts_item--adres a {
  font-size: 14px;
  font-weight: normal;
}
.f_minititle {
  margin-bottom: 10px;
  display: flex;
}
strong {
  font-weight: 600;
}
.f_title {
  font-weight: 800;
  font-size: 16px;
  display: flex;
  margin-bottom: 10px;
}
.f_nav_list li {
  margin-bottom: 10px;
}
.f_nav_list li span,
.f_nav_list li a {
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
  transition: .3s;
}
.f_nav_list li span,
.f_nav_list li a:hover {
  text-decoration: underline;
}
.f_brands {
  width: 100%;
  max-width: 305px;
}
.f_brands_list {
  display: flex;
  flex-wrap: wrap;
}
.f_brands_list li {
  margin-bottom: 10px;
  width: 50%;
  padding-right: 10px;
}
.f_brands_list li span,
.f_brands_list li a {
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
  transition: .3s;
}
.f_brands_list li span,
.f_brands_list li a:hover {
  text-decoration: underline;
}
.f_nav_inside {
  width: 50%;
}
.f_right {
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.f_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 0;
  font-size: 12px;
}
.f_bottom_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author a {
  color: #FFF;
  font-weight: 600;
}
.author a:hover {
  text-decoration: none;
}
.f_social {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.f_social li:not(:last-child) {
  margin-right: 60px;
}
.f_social a {
  display: flex;
  transition: .3s;
}
.f_social a img {
  max-width: 24px;
  max-height: 24px;
}
.f_social a:hover {
  transform: translateY(-5px);
}
.mob_banner {
  display: none!important;
}
.top_banner {
  display: flex;
  align-items: center;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.bradcrumbs {
  margin-bottom: 10px;
}
.bradcrumbs_list {
  display: flex;
  padding: 8px 0;

  align-items: center;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.bradcrumbs_list li {
  color: #c52e27;
  display: flex;
  align-items: center;
}
.bradcrumbs_list li.active a{
  color: #c52e27;
  text-decoration: none;
}
.bradcrumbs_list li:not(:last-child):after {
  width: 5px;
  margin: 0 5px;
  height: 5px;
  content: "";
  background: #c52e27;
  background-size: contain;
  display: flex;
  border-radius: 50%;
}
.bradcrumbs_list li a {
  color: #343536;
  text-decoration: none;
  font-size:13px;
  white-space: nowrap;
}
.bradcrumbs_list li span {
  white-space: nowrap;
}
.bradcrumbs_list li a:hover {
  color: #c52e27;
}
.page_title {
  font-weight: 600;
  font-size: 30px;
}
.page_title_wrap {
  margin-bottom: 35px;
}
.contents_page,
.contacts_page,
.basket_page,
.catalog_page {
  padding-bottom: 35px;
}
.contacts_page_top {
  display: flex;
  flex-wrap: wrap;
}
.contacts_page_top_item {
  width: 50%;
  margin-bottom: 70px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
.contacts_page_top_item a {
  font-weight: 600;
  font-size: 25px;
  color: #c52e27;
  text-decoration: none;
}
.contacts_page_top_item a:not(:last-child) {
  margin-bottom: 20px;
}
.contacts_page_top_item p {
  display: flex;
  font-size: 18px;
  min-height: 32px;
  align-items: center;
}
.contacts_page_top_item p span {
  width: 100%;
  max-width: 130px;
  padding-right: 5px;
  display: inline-flex;
}
.contacts_page_top_item p:not(:last-child) {
  margin-bottom: 20px;
}
.contacts_title {
  display: flex;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
}
.contacts_page_map_wrap {
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  overflow: hidden;
  display: flex;
}
.contacts_page_map {
  flex: 1;
}
.map {
  height: 100%;
  min-height: 450px;
  display: none;
}
.active_map {
  display: flex;
}
.contacts_page_map_info {
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
}
.contacts_page_map_info li {
  width: 100%;
  padding: 20px 30px;
  transition: .3s;
  cursor: pointer;
  font-size: 20px;
  position: relative;
}
.contacts_page_map_info li:not(:last-child):after {
  position: absolute;
  left: 30px;
  right: 30px;
  content: "";
  bottom: 0;
  height: 1px;
  background: rgba(51, 51, 51, 0.2);
}
.contacts_page_map_info li p {
  width: 100%;
}
.contacts_page_map_info li p.map_time{
  font-size: 14px;
}
.contacts_page_map_info li a {
  color: #c52e27;
  text-decoration: none;
}
.contacts_page_map_info li.active_map_link {
  background: rgba(214, 242, 255, 0.4);
}
.basket_page_wrap {
  display: flex;
}
.basket_page_sidebar {
  width: 100%;
  max-width: 325px;
  margin-left: 35px;
}
.basket_page_main {
  flex: 1;
}
.basket_page_list > li {
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.basket_page_list_img {
  max-width: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
}
.basket_page_list_right {
  width: 100%;
  max-width: 130px;
  display: flex;
  margin-left: 35px;
  min-width: 130px;
  flex-direction: column;
  align-items: center;
}
.avail {
  margin-bottom: 15px;
  color: #81BF21;
}
.basket_page_list_right_count {
  width: 100%;
}
.basket_page_list_right_count > span {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
  margin-bottom: 5px;
  display: flex;
}
.basket_page_list_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
}
.basket_page_list_info:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.2);
  content: "";
}
.basket_page_list_info a {
  margin-bottom: 10px;
  display: inline-flex;
  text-decoration: none;
  color: #333;
}
.basket_page_list_info .basket_product_info,
.basket_page_list_info .basket_weight {
  margin-bottom: 23px;
  color: rgba(51, 51, 51, 0.6);
}
.basket_page_list_info_price {
  display: inline-flex;
  align-items: start;
  position: relative;
  z-index: 2;
  padding-right: 35px;
  background: #fff;
  flex-direction: column;
}
.basket_page_list_info_price_actual {
  font-weight: 800;
  font-size: 18px;
  color: #c52e27;
}
.basket_page_list_info_price_old {
  color: rgba(51, 51, 51, 0.6);
  text-decoration-line: line-through;
}
.selectric {
  border: 1px solid rgba(51, 51, 51, 0.2);
  background: #FFF;
  border-radius: 5px;
}
.selectric .label {
  height: 25px;
  line-height: 25px;
}
.selectric .button {
  width: 25px;
  height: 25px;
  background: none;
}
.selectric-items {
  border-radius: 5px;
  overflow: hidden;
}
.selectric-items li {
  padding: 2px 10px;
}
.basket_page_sidebar_top {
  text-align: center;
  padding: 35px 15px 15px 15px;
  background: #F8F7F7;
  border: 1px solid rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 15px;
}
.basket_page_sidebar_top p {
  margin-bottom: 20px;
  font-size: 12px;
}
.basket_page_sidebar_top input[type="text"] {
  width: calc(100% - 30px);
  margin-bottom: 15px;
}
.order_link {
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding: 5px 25px;
  cursor: pointer;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  transition: .3s;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  stroke: #343536;
}
.order_link:hover{
  color: #fff;
  background: #F48B01;
}
.order_link svg{
  width: 26px;
  height: 26px;
}
.order_link svg path{
  transition: .3s;
  stroke: #343536;
}
.order_link:hover svg path{
  stroke: #fff;
}
.product_buy_link{
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  padding: 5px 25px;
  cursor: pointer;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  transition: .3s;
  background: #fff;
  border-radius: 5px;
  display: flex;
  gap: 10px;
  border: 1px solid #ffd426;
  color: #343536;
  background: #ffd426;
}
.product_buy_link:hover{
  border: 1px solid #c52e27;
  background: #c52e27;
  color: #fff;
}
.product_buy_link svg{
  width: 26px;
  height: 26px;
  transition: .3s;
}
.product_buy_link svg path{
  transition: .3s;
  stroke: #343536;
}
.product_buy_link:hover svg path{
  stroke: #fff;
}
.promo_sale {
  margin-bottom: 30px;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(51, 51, 51, 0.6);
}
.promo_sale span {
  color: #81BF21;
  font-size: 16px;
  font-weight: 800;
  margin-left: 10px;
}
.basket_page_summ {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.basket_page_summ p {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(51, 51, 51, 0.6);
  margin-bottom: 3px;
}
.basket_page_summ span {
  color: #c52e27;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}
.basket_page_sidebar_big {
  font-size: 14px;
}
.deliv_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding-bottom: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.deliv_title span {
  text-transform: uppercase;
  font-weight: 800;
  margin-left: 5px;
  color: #c52e27;
  margin-bottom: 0px!important;
}
.deliv_title img {
  margin-left: 5px;
}
.order_page_sidebar {
  max-width: 500px;
  text-align: left;
}
.basket_page_sidebar_head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.basket_page_sidebar_head > div {
  font-weight: 400;
  font-size: 22px;
}
.basket_page_sidebar_head a {
  color: #c52e27;
}
.basket_page_sidebar_list li {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
}
.basket_page_sidebar_list li .basket_remove{
  top: 2px;
  right: 10px;
}
.basket_page_sidebar_list_img {
  width: 100%;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
}
.basket_page_sidebar_list_img img{
  max-height:120px;
}
.basket_page_sidebar_list_sum {
  white-space: nowrap;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
.basket_page_sidebar_list_info {
  flex: 1;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.basket_page_sidebar_list_info a {
  margin-bottom: 10px;
  color: #333333;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
}
.basket_page_sidebar_list_weight {
  display: flex;
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.6);
}
.basket_page_price_info {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.basket_page_price_info li {
  display: flex;
  justify-content: space-between;
}
.basket_page_price_info li p {
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  margin-bottom: 0;
}
.basket_page_price_info li span {
  font-weight: 600;
  font-size: 18px;
  color: rgba(51, 51, 51, 0.8);
}
.basket_page_price_info li span.deliv_span {
  color: #81BF21;
}
.basket_page_price_info li:not(:last-child) {
  margin-bottom: 10px;
}
.order_form_wrap {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
.order_form_wrap:not(:last-child) {
  margin-bottom: 10px;
}
.form_item > span {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  margin-bottom: 5px;
}
.order_form_top_item {
  margin: 0 -15px -20px -15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order_form_top_item:not(:last-child) {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.order_form_top_item:not(:last-child):after {
  position: absolute;
  left: 15px;
  bottom: 0;
  right: 15px;
  height: 1px;
  background: rgba(51, 51, 51, 0.2);
  content: "";
  display: flex;
}
.order_form_top_item .form_item {
  width: 50%;
  padding: 0 15px;
  max-width: 100%;
  margin-bottom: 10px;
}
.order_form_top_item .form_item.form_full{
  width: 100%;
  max-width: 100%;
}
.order_form_top_item .form_item.form_item_4{
  width: 25%;
}
.order_form_top_item .form_item--hasChild {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  max-width: 360px;
  width: calc(50% + 30px);
}
.order_form_top_item .form_item--bottom {
  padding-top: 5px;
}
.order_form_top_item .form_item--full {
  width: 100%;
  max-width: 100%;
}
.order_form_top_item .form_item--full:not(:last-child) {
    margin-top: 5px;
    margin-bottom: 5px;
}
.order_form_top_item .form_title {
  width: 100%;
  display: flex;
  padding: 0 15px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}
.form_item--radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.form_item--radio label {
  padding-left: 41px;
  font-weight: 500;
  min-height: 25px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.form_item--radio label:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #EDEBEC;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
}
.form_item--radio label:after {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c52e27;
  content: "";
  opacity: 0;
  transition: .3s;
}
.form_item--radio p {
  padding-left: 41px;
  padding-top: 10px;
}
.form_item--radio input:checked + label:after {
  opacity: 1;
}
.order_form_top_deliv {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order_form_top_deliv.active{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order_form_top_deliv .form_item > span {
  display: none;
}
.ui-widget-content,
.ui-widget-header {
  background: rgba(51, 51, 51, 0.1);
  border-radius: 5px;
}
.ui-slider-horizontal .ui-slider-range {
  background: #c52e27;
}
.ui-slider-horizontal {
  height: 5px;
  margin-bottom: 5px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 16px;
  height: 16px;
  border: none;
  margin-top: 0px;
  background: #F48B01;
  border-radius: 50%;
  cursor: pointer;
  margin-right: -4px;
  transform: translateX(4px);
}
.ui-widget.ui-widget-content {
  margin-top: 20px;
  border: none;
  border-radius: 0;
}
.m_catalog_filter_item_range {
  position: relative;
}
.m_catalog_filter_item_range > p > input {
  background: #F8F7F7;
  border: 1px solid rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  height: 24px;
  width: 88px;
  text-align: center;
}
.m_catalog_filter_item_range > p {
  position: relative;
}
.m_catalog_filter_item_range span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1B;
}
.m_catalog_filter_item_range > p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  align-items: center;
}
.c_filter_toggle {
  display: none;
  border: none;
}
.catalog_page_head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  padding-left: 275px;
}
.catalog_page_head .page_title {
  margin-bottom: -4px;
}
.catalog_page_body {
  display: flex;
}
.catalog_page_body.brand_page{
  flex-direction: column;
}
.catalog_sort {
  display: flex;
  align-items: center;
}
.catalog_sort > span {
  font-size: 14px;
  margin-right: 15px;
}
.catalog_count {
  margin-left: 20px;
  color: rgba(51, 51, 51, 0.45);
  font-size: 16px;
}
.catalog_page_left {
  width: 100%;
  max-width: 240px;
  margin-right: 35px;
}
.catalog_page_right {
  width: 100%;
  max-width: calc(100% - 275px);
}
.catalog_page_full{
  width: 100%;
  max-width: 100%;
}
.c_filter_item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.c_filter_item > span {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  color: #c52e27;
  padding: 10px 10px;
  background: #f8f7f7;
  margin-bottom: 10px;
  border-radius: 5px;
}
.c_filter_item_list {
  max-height: 360px;
  overflow: auto;
  gap:10px;
  display:flex;
  flex-direction:column;
  padding-right: 15px;
}
.c_filter_item_list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.c_filter_item_list::-webkit-scrollbar-track {
  background-color: rgba(51, 51, 51, 0.1);
}
.c_filter_item_list::-webkit-scrollbar-track-piece {
  background-color: #D6D6D6;
}
.c_filter_item_list::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(51, 51, 51, 0.35);
  border-radius: 5px;
}
.c_filter_item_list::-webkit-scrollbar-corner {
  background-color: #999;
}
.c_filter_item_list::-webkit-resizer {
  background-color: #666;
}
.c_filter_item_list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  position:relative;
}
.c_filter_item_list li a {
  text-decoration: none;
  color: #c52e27;
}
.c_filter_item_list li a:hover {
  text-decoration: underline;
}
.c_filter_item_list li input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.c_filter_item_list li label {
  padding-left: 35px;
  position: relative;
  min-height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c_filter_item_list li.row_checked:after{
  content: "";
  background: #fff;
  width: 2px;
  height: 5px;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 7px;
}
.c_filter_item_list li label:hover{
  color:#c52e27;
}
.c_filter_item_list li label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: #fff;
  border: 2px solid #343536;
  box-sizing: border-box;
  border-radius: 5px;
  display: block
}
.c_filter_item_list li label:after {
  width: 22px;
  height: 22px;
  content: "";
  position: absolute;
  left: 3px;
  top: -2px;
  z-index: 2;
  opacity: 0;
  transition: .3s;
  background: url(../img/checker.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.c_filter_item_list li input:checked + label:after {
  opacity: 1;
}
.c_filter_item_list li label:hover:before,
.c_filter_item_list li input:checked + label:before{
  border: 2px solid #c52e27;
}
.catalog_filter_count {
  background: #e7e7e7;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 11px;
  font-weight: bold;
}
.catalog_banner {
  position: relative;
  margin-bottom: 35px;
}
.catalog_banner p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  max-width: 430px;
  font-size: 50px;
  font-weight: 800;
  color: #FFF;
}
.catalog_banner p span {
  color: #C77000;
}
.catalog_categories {
  display: flex;
  width: 100%;
  margin-bottom: 35px;
}
.catalog_categories li {
  width: calc(100% / 6);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.catalog_categories li img {
  margin: 0 auto 5px auto;
  max-height: 150px;
}
.catalog_categories li a {
  font-size: 13px;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #c52e27;
}
.catalog_categories li a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-weight: 600;
  content: "";
}
.catalog_categories li a:hover {
  text-decoration: underline;
}
.catalog_categories .slick-next_arrow {
  right: -10px;
}
.catalog_categories .slick-prev_arrow {
  left: -10px;
}
.catalog_pager_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
.load_more {
  font-size: 16px;
  min-width: 260px;
  background: #f8f7f7;
  color: #343536;
  font-weight: 500;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:0.5s;
}
.load_more svg path{
  transition:0.5s;
}
.load_more:hover{
  background: #c52e27;
  color: #fff;
}
.load_more:hover svg path{
  fill: #fff;
}
.catalog_pager_list {
  display: flex;
}
.catalog_pager_list li:not(:last-child) {
  margin-right: 10px;
}
.catalog_pager_list li span {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog_pager_list li span,
.catalog_pager_list li a {
  height: 45px;
  width: auto;
  min-width: 45px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  text-decoration: none;
  background: #F8F7F7;
  border-radius: 7px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  position: relative;
}
.catalog_pager_list li a:hover {
  background: #F48B01;
}
.catalog_pager_list li.pager_active span, 
.catalog_pager_list li.pager_active a,
.catalog_pager_list li.pagin_list--active span,
.catalog_pager_list li a.pager_active {
  background: #c52e27;
  color: #fff;
}
.catalog_pager_list li a.pager_next:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../img/pager_next.svg") center no-repeat;
}
.catalog_pager_list li a.pager_prev:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  bottom: 0;
  content: "";
  background: url("../img/pager_next.svg") center no-repeat;
}
.catalog_pager_list li a.pager_first:after {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  right: 0;
  bottom: 0;
  content: "";
  background: url("../img/pager_last.svg") center no-repeat;
}
.catalog_pager_list li a.pager_last:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../img/pager_last.svg") center no-repeat;
}
.catalog_mark_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.catalog_mark_list_item {
  margin-bottom: 5px;
  background: #ffffff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 2px 30px 2px 10px;
}
.catalog_mark_list_item:not(:last-child) {
  margin-right: 5px;
}
.catalog_mark_list_item span {
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
  bottom: -1px;
  z-index: 2;
  background: url("../img/close.svg") center no-repeat;
  background-size: 12px 12px;
  background-color: #c52e27;
  border: 1px solid #c52e27;
  box-sizing: border-box;
  border-radius: 5px;
  width: 24px;
}
.catalog_mark_list_item span:hover {
  opacity:0.7;
}
.product_tabs_cont {
  display: none;
  padding-top: 20px;
}
.product_tabs_cont > p:not(:last-child) {
  margin-bottom: 20px;
}
.product_tabs_cont--active {
  display: block;
}
.product_tabs {
  display: flex;
  position: relative;
  padding-top: 8px;
  gap: 10px;
}
.product_tabs:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  content: "";
  z-index: -1;
  background: #ddd;
}
.product_tabs li a {
  padding: 10px 10px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: .3s;
  color: #343536;
  cursor: pointer;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1px;
  position:relative;
}
.product_tabs li a:hover {
  color: #c52e27;
}
.product_tabs li a:after{
  content:"";
  display: none;
  background:#c52e27;
  width:100%;
  position:absolute;
  bottom:0px;
  left:0px;
  height:2px;
}
.product_tabs li a.product_tabs--active:after{
  display:block;
}
.product_tabs_cont_video_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.product_tabs_cont_video_list li {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.product_tabs_cont_video_list li iframe {
  width: 100%;
  height: 300px;
}
.product_page_review_list {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.product_page_review_list > li {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  background: #f8f7f6;
  padding: 15px 20px;
}
.recall_answer{
  margin: 20px 0px 0px 25px;
  display: flex;
  flex-direction: column;
}
.product_page_review_list > li:last-child {
  border: none;
}
.product_page_review_list_head {
  width: 100%;
  float: left;
  display: flex;
  font-weight: 600;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.product_page_review_list_head .review_star_list{
  margin-left: 10px;
}
.product_page_review_list_head span {
  width: auto;
  float: left;
  padding-right: 10px;
  color: #343536;
  font-weight: 600;
  font-size: 14px;
}
.product_page_review_list_date {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #8D8D8D;
  margin-bottom: 15px;
}
.product_page_review_list_body {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.product_page_review_list_body p {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}
.product_page_review_form_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  margin-top: 10px;
}
.review_form {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.review_form .main_link {
  width: 100%;
  font-size: 18px;
  border: none;
}
.review_form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
.review_form .form_item > span {
  margin-bottom: 5px;
}
.review_form .form_item--stars {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.review_form .form_item--stars span {
  width: auto;
  margin-bottom: 0;
  margin-right: 20px;
}
.product_top {
  display: flex;
  margin-bottom: 15px;
}
.product_left {
  width: 100%;
  max-width: 650px;
  margin-right: 30px;
}
.product_page_gallery {
  display: flex;
  position: relative;
}
.product_status {
  position: absolute;
  right: 0;
  top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
}
.product_status_item {
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  padding: 7px 25px;
}
.product_status_item.sale {
  background: #EF767A;
}
.gallery_info {
  display: flex;
  align-items: center;
  padding-left: 100px;
  padding-top: 5px;
  color: rgba(51, 51, 51, 0.6);
}
.gallery_info svg {
  margin-right: 12px;
}
.m_card_nav_slider {
  width: 100%;
  max-width: 100px;
  margin-right: 35px;
  padding: 30px 0;
}
.m_card_nav_slider .slick_arrow {
  left: 50%;
  width: 30px;
  height: 15px;
  transform: rotate(-270deg);
  margin-left: -15px;
}
.m_card_nav_slider .slick_arrow:hover svg path {
  stroke: #FEB95F;
  fill: none;
}
.m_card_nav_slider .slick-prev_arrow {
  top: 10px;
}
.m_card_nav_slider .slick-next_arrow {
  bottom: 0;
  top: initial;
}
.m_card_nav_slider .slick-list {
  height: 100%;
}
.m_card_nav_slider li.slick-slide {
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin: 7px 0;
}
.m_card_nav_slider li.slick-slide.slick-current {
  border-color: #FEB95F;
}
.m_card_main_slider {
  width: 100%;
  max-width: calc(100% - 135px);
}
.m_card_main_slider li.slick-slide,
.m_card_main_slider > li {
  height: 505px;
  cursor: pointer;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
.m_card_main_slider li.slick-slide img,
.m_card_main_slider > li img {
  max-width: 100%;
  max-height: 100%;
}
.product_right {
  flex: 1;
  width: 100%;
  padding: 20px 10px;
}
.product_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
}
.product_title {
  font-weight: 600;
  font-size: 24px;
}
.product_article {
  display: flex;
  font-size: 14px;
  margin: 5px 0px;
  font-weight: 500;
  gap: 5px;
}
.product_brand {
  display: flex;
  font-size: 14px;
  margin: 5px 0px;
  font-weight: 500;
  gap: 5px;
}
.product_brand span,
.product_brand a {
  color: #c52e27;
  text-decoration: none;
}
.product_brand a:hover{
  text-decoration:underline;
}
.product_reviews {
  display: flex;
  align-items: center;
}
.product_reviews a,
.product_reviews span {
  margin-left: 10px;
  font-size: 12px;
  line-height:14px;
  color: #c52e27;
}
.product_reviews a:hover{
  text-decoration: underline;
}
.product_pay_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.product_price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding: 10px 0px;

}
.product_price_actual {
  font-weight: 500;
  font-size: 24px;
  color: #c52e27;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product_price_actual span{
  font-weight:bold;
}
.product_price_r {
  color: #343536;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product_price_r span{
  font-weight: bold;
}
.product_price_o {
  color: #343536;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product_price_o span{
  font-weight: bold;
}
.product_price_old {
  margin-left: 25px;
  color: #8d8787;
  text-decoration-line: line-through;
  font-size: 20px;
}
.product_deliv {
  width: 100%;
  max-width: 250px;
  margin-left: 15px;
}
.product_deliv p {
  margin-bottom: 5px;
  font-size: 13px;
}
.product_deliv a {
  font-size: 12px;
  color: #c52e27;
  text-decoration: none;
}
.product_deliv a:hover {
  text-decoration: underline;
}
.product_short_info {
  font-size: 13px;
  margin-bottom: 10px;
}
.product_avail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-direction: column;
  gap: 5px;
}
.product_avail_status {
  font-weight: 600;
}
.product_avail_status.on {
  color: #068b2f;
}
.product_avail_status.off {
  color: #ef767a;
}
.product_avail_check {
  color: #FFFFFF;
  padding: 3px 10px;
  background: #c52e27;
  border-radius: 5px;
  text-decoration: none;
  transition: .3s;
  font-size: 11px;
}
.product_avail_check:hover {
  background: #c52e27;
}
.product_color,
.product_weight {
  display: flex;
  margin-bottom: 5px;
}
.product_color span,
.product_weight span {
  margin-left: 10px;
  font-weight: 600;
}
.product_color_radio,
.product_weight_radio {
  display: flex;
  flex-wrap: wrap;
}
.product_color_radio_item,
.product_weight_radio_item {
  margin-bottom: 5px;
  position: relative;
  display: inline-flex;
}
.product_pay_d{
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items:center;
}
.product_color_radio_item input,
.product_weight_radio_item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.product_color_radio_item:not(:last-child),
.product_weight_radio_item:not(:last-child) {
  margin-right: 5px;
}
.product_color_radio_item label,
.product_weight_radio_item label {
  min-width: 80px;
  padding: 5px 10px;
  text-align: center;
  background: #E7E7E7;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #E7E7E7;
  transition: .3s;
  font-size: 12px;
}
.product_color_radio_item.color_disabled label,
.product_weight_radio_item.size_disabled label {
    opacity: 0.45;
}
.preorder_to_card{
  display: none;
  margin-bottom: 10px;
  max-width: 320px;
  font-size: 20px;
  line-height: 36px;
}
.preorder_to_card.active{
  display: block;
}
.product_color_radio_item label:hover,
.product_weight_radio_item label:hover {
  background: #c52e27;
  color:#fff;
}
.product_color_radio_item input:checked + label,
.product_weight_radio_item input:checked + label {
  background: #ffd426;
  color: #343536;
  border-color: #ffd426;
}
.product_pay {
  display: none;
  align-items: center;
  margin-bottom: 10px;
}
.product_pay.active{
  display: flex;
}
.product_pay_count {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
}
.product_pay_count .selectric-wrapper {
  min-width: 130px;
}
.product_pay_count > span {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
  margin-bottom: 5px;
}
.product_buy_link {
  min-width: 240px;
}
.product_fav {
  gap: 5px;
  color: #c52e27;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product_fav:hover{
  opacity:0.7;
}
.product_fav.add_to_fav--active svg path{
  fill:#F48B01;
}
.price_blocked{
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #343536;
  text-decoration: none;
  align-items: center;
  justify-content: flex-start;
  background: #f8f7f7;
  border-radius: 5px;
  padding: 5px 10px;
}
.catalog_page .price_blocked{
  font-size: 13px;
}
.catalog_page .price_blocked svg{
  width:24px;
  height:24px;
}
.catalog_page .price_blocked span{
  width: calc(100% - 34px);
}
.product_buttons {
  display: flex;
  align-items: center;
}
.product_buttons .main_link{
  display: none;
} 
.product_buttons.active .main_link{
  display: flex;
} 
.main_link--blue {
  font-size: 18px;
  text-transform: uppercase;
  background: #c52e27;
}
.main_link--blue:hover {
  background: #c52e27;
}
.product_callback {
  margin-left: 25px;
  color: #c52e27;
  text-decoration: none;
}
.product_callback:hover {
  text-decoration: underline;
}
.modal {
  max-width: 340px;
  width: 100%;
  border-radius: 5px;
  display: none;
}
.modal .form_item {
  margin-bottom: 10px;
}
.modal_title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.submit_wrap {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.submit_wrap button {
  border: none;
  font-size: 18px;
}
.pay_logos{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: auto;
  min-width: auto;
  gap: 15px;
}
.top_banner_mobile{
  display: none;
}
.product_variant_color{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.product_variant_color li{

}
.product_variant_color li a{

}
.product_variant_color li a img{
  display: block;
  width: 100%;
}
.cabinet_tabs .main_link{
  font-size: 18px;
}
.b_by_letter_holder{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px auto;
}
.b_by_letter_holder .page_title {
  margin-bottom: 20px;
}
.b_by_letter_holder .brands_block_list{
  width: 100%;
}
.letters{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.letters a{
  font-size: 30px;
  color: #343536;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 5px;
}
.letters a:hover{
  color: #c52e27;
}
.letters_holder{
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.letters_holder span{
  margin-right: 15px;
  font-size: 30px;
  color: #343536;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 5px;
}
.product_reviews_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  width: 100%;
}
.product_reviews_holder .go_review{
  color: #c52e27;
  font-size: 12px;
  text-decoration: none;
}
.product_reviews_holder_in{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap:20px;
}
.product_reviews_holder .go_review:hover{
  text-decoration:underline;
}
.product_first_buy_discount{
  background: #059d2f;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  margin: 0px;
  line-height: normal;
  font-size: 12px;
  border-radius: 5px;
}
#filters .pop_close{
  display: none;
}
.filter_title{
  display: none;  
}
.basket_page_sidebar_top .personal_discount_basket{
  margin-bottom: 0px;
}
.personal_discount_basket_info{
  display: block;
  color: #c52e27;
  text-align: right;
  text-decoration: underline;
}
.personal_discount_info{
  display: block;
  color: #c52e27;
  text-decoration: underline;
}
.personal_discount_info:hover,
.personal_discount_basket_info:hover{
  text-decoration: none;
}
.gift{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 75px;
  z-index: 2;
  background: #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #e97179;
}
.gift .gift_title{
  text-align: center;
  background: #e97179;
  font-size: 12px;
  line-height: 20px;
}
.gift .gift_img{
  width: 100%;
  display: block;
  padding: 3px;
}
.gift .gift_img img{
  width: 100%;
  display: block;
}

.gift_inner{
  position: relative;
  padding: 5px 10px;
  background: #fff;
  color: #343536;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #e97179;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 10px 5px;
}
.gift_product{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
  max-width: calc(40% - 20px);
}
.gift_price_old{
  color: #c52e27;
  text-decoration: line-through;
  font-size: 16px;
}
.gift_price{
  color: #059d2f;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.gift_inner .gift_text{
  font-size: 20px;
  text-align: center;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  align-items: inherit;
}
.gift_inner_title{
  background: #e97179;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  padding: 2px 5px;
  font-size: 20px;
  border-radius: 5px;
}
.gift_inner_big_t{

}
.gift_inner_small_t{
  font-size: 8px;
}
.gift_product_info{
  display: flex;
  flex-direction:column;
  flex-wrap:wrap;
}
.gift_product .gift_img{
  max-width: 100px;
  display: block;
  transition:0.5s;
}
.gift_img:hover{
  opacity: 0.7;
}
.gift_product .gift_img img{
  width: 100%;
  display: block;  
}
.gift_name{
  text-decoration: none;
  font-size: 14px;
  transition:0.5s;
  color: #343536;
}
.gift_name:hover{
  opacity: 0.7;
  text-decoration: underline;
}
.basket_page_sidebar_list li.basket_gift,
.basket_page_list > li.basket_gift{
  background: rgb(38 162 228 / 10%);
}
.basket_page_list > li.basket_gift .basket_page_list_info_price{
  background: transparent;
}
.product_manufacturer_max_discount{
  display: none!important;
}
.fav_callback{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fav_callback .product_fav{
  margin-bottom: 5px;
}
.delivery_pay_blocks{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  background: #f8f7f7;
  padding: 10px 10px;
}
.delivery_pay_blocks .delivery_blocks{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.delivery_pay_blocks .delivery_blocks .one_delivery_block{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3 - 5px);
  margin-right: 5px;
  min-height: 145px;
  justify-content: space-between;
}
.one_delivery_icon{
  max-width: 40px;
  display: block;
  margin: 5px auto;
}
.one_delivery_icon img{
  display: block;
  width: 100%;
}
.one_delivery_block_name{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.delivery_time{
  color: #2f9e3b;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}
.free_delivery_text{
  font-size: 13px;
  margin-bottom: 5px;
}
.delivery_text{
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}
.notax_delivery{
  color: #c52e27;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}

.delivery_pay_blocks .pay_blocks{  
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.one_pay_block{
  display: flex;
  flex-direction: column;
}
.one_pay_block p{
  display: flex;
  flex-direction: row;
  align-items:center;
}
.one_pay_block p svg{
  margin-right: 5px;
}
.view_available_block{
  text-decoration: none;
  font-size: 12px;
  color: #c52e27;
  text-align: center;
}
.view_available_block:hover{
  text-decoration: underline;
  color: #c52e27;
}
.view_map_block{
  text-decoration: none;
  font-size: 12px;
  color: #c52e27;
  text-align: center;
  margin: 5px 0px;
}
.view_map_block:hover{
  text-decoration: underline;
  color: #c52e27;
}
.basket_page_sidebar_top .deliv_title{
  font-size: 15px;
}
.basket_page_sidebar_top .deliv_title span{
  font-size: 15px;
}
.form_delivery_type{
  display: none;
}
.form_delivery_type.active{
  display: block;
}
#order_newpost_city_chosen.error_select > a.chosen-single,
#order_newpost_departmant_chosen.error_select > a.chosen-single{
  background: #ffcece!important;
  border: 1px solid #cc0707!important;
}
.form_delivery_types{
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.form_delivery_types.error_types{
    background: #fccdce!important;
    border: 1px solid #cc0707!important;
    border-radius: 5px!important;
}
.expire_product{
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  gap: 5px;
  background: #f8f7f7;
  margin: 10px 0px;
  padding: 10px 10px;
  border-radius: 5px;
}
.expire_product_title{
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.expire_product_subtitle{
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.expire_products{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%; 
}
.ex_product_price_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.ex_product{
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items:flex-start;
  gap: 10px;
  width: 100%;
  border-radius: 5px;
  padding: 10px 10px;
  background: #fff;
}
.ex_product_l{
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: calc(50% - 5px);
}
.ex_product_r{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(50% - 5px);
}
.ex_product_price{
  color: #c52e27;
  font-weight: 600;
  font-size: 20px;
}
.ex_product_size{
  font-size: 16px;
  font-weight: 500;
}
.ex_product_date{
  font-size: 16px;
  color: #c52e27;
}
.ex_product_buy{
  display: flex;
  width: 100%;
  background: #fdd23e;
  text-decoration: none;
  font-size: 18px;
  color: #343536;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 5px 10px;
  max-width: 200px;
}
.ex_product_buy:hover{
  background: #fac01e;
  text-decoration: none;
  color: #343536;
}
.basket_expire{
  background: #c52e27;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  margin: 10px 0px;
}
.ex_discount{
  background: #c52e27;
  color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  max-width: 70px;
  font-weight: bold;
}
.ex_product_price_old{
  color: rgba(51, 51, 51, 0.6);
  text-decoration-line: line-through;
  font-size: 16px;
}
.article_page .container{
  max-width: 1000px;
}

.article_page .container .content{
    text-align: justify!important;
}
.article_page .container .review_pub_date,
.article_page .container .review_view_info{
  color: #6e6e6e;
  font-size: 15px;
}
.article_page .container .product_reviews{
  color: #6e6e6e;
  font-size: 15px;
}
.article_page .container .review_pub_date span,
.article_page .container .review_view_info span,
.article_page .container .product_reviews span{
  color: #343536;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0px;
  padding: 0px 10px;
}
.f_label{
  color: #ef767a;
  padding: 2px 5px 2px 5px;
  margin: 0px 3px;
  min-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
}


.ac_city{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.ac_depart{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;

}
.ac_depart.ac_filed:after,
.ac_city.ac_filed:after{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f0f0f0;
  border-radius: 50%;
  background-image: url(../img/checkbox_tick_w2.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.ac_depart_result,
.ac_city_result{
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  background: #fff;
  z-index: 2;
}
.ac_depart_result ul,
.ac_city_result ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5px 0px;
  border-radius:5px;
  border: 1px solid #C1C1C1;
  max-height: 285px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ac_depart_result ul li,
.ac_city_result ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ac_depart_result ul li a,
.ac_city_result ul li a{
  display: flex;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  color: #343536;
  text-decoration: none;
}
.ac_depart_result ul li a:hover,
.ac_city_result ul li a:hover{
  color: #fff;
  background-color: #c52e27;
}
.analog{
  max-width: 100%;
  position: relative;
  width: 100%;
}
.analog_right{
  display: flex;
  flex-direction: column;
}
.analog .analog_title{
  background: #62c6f7;
  position: relative;
  z-index: 10;
  width: 100%;
  left: 0px;
  color: #fff;
  padding: 15px 35px;
  font-weight: 800;
  font-size: 15px;
  display: inline-flex;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}
.analog .catalog_list > li{
    width: 100%!important;
    border-radius: 0px 0px 5px 5px;
    display: flex;
    flex-direction: row;
}
.catalog_list_img_desktop{
  display: block!important;
  width: auto;
  height: auto;
}
.catalog_list_img_mobile{
  display: none!important;
  width: auto;
  height: auto;
}
.preload_h{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.catalog_list--slider li{
  list-style: none!important;
}
.tpl_hide_a_text{
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
  gap: 5px;
  line-height: 20px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  background: #f24f5f;
  color: #fff;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.tpl_hide_a_text .hide_a_discount{
  display: flex;
  flex-direction: column;
  width: auto;
  font-weight: bold;
  font-size: 20px;
}
.tpl_hide_a_text .hide_a_economy{
  display: flex;
  flex-direction: column;
  width: auto;
  font-weight: bold;
  font-size: 20px;
}
.attach_zone{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  margin: 10px 0px;
}
#attach_files{
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 5px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: #343536;
}
.files_container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
}
.files_container li{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.files_container li .link_name{
  font-size: 14px;
  font-weight: 300;
}
.remove_link{
  font-size: 20px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25px;
  height: 25px;
  color: #343536;
  text-decoration: none;
}
.remove_link:hover{
  background: #222;
  color: #fff;
  text-decoration: none;
  text-decoration: none;
}
#attach_files:hover{
  color: #747474;
}
#attach_files:hover svg path{
  stroke: #747474;
}

.review_img_holder{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.review_img_title{
  font-size: 14px;
  font-weight: 300;
  color: #747474;
  line-height: 18px;
}
.review_img{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
.review_img li{
  max-width: 120px;
  flex-direction: column;
  display: flex;
}
.review_img li img{
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.confirm_info{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.delivery_text_confirm{
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  background: #059d2f;
  color: #fff;
  font-size: 17px;
  line-height: normal;
}
.buy_catalog_holder{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.buy_catalog{
  border-radius: 5px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 42px;
  min-width: 42px;
  min-height: 30px;
  position: relative;
  z-index: 3;
  border: 1px solid #ffd426;
  color: #343536;
  background: #ffd426;
}
.cat_sizes{
  width: calc(100% - 52px);
}
.buy_catalog:hover{
  background: #c52e27;
}
.buy_catalog:hover svg path{
  stroke: #fff;
}
.after_pay_check_phone{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-start;
}
.after_pay_check_phone .form_item{
  margin-bottom: 0px;
  width: auto;
  min-width: 300px;
}
.after_pay_check_phone .main_link.check_after_pay{
  min-height: 40px;
  font-size: 18px;
}
.after_pay_check_code_holder{
  display: flex;
  flex-direction: column;
  gap:10px;
  width: 100%;
  justify-content: flex-start;
}
.after_pay_check_code_holder > p{
  padding: 5px 15px;
  display: block;
  margin-bottom: 10px;
}
.after_pay_check_code{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-start;
}
.after_pay_check_code .form_item{
  margin-bottom: 0px;
  width: auto;
  min-width: 300px;
}
.after_pay_check_code .main_link.check_after_pay_confirm{
  min-height: 40px;
  font-size: 18px;
}
.after_pay_check_phone_code{

  display: flex;
  flex-direction: column;
  gap:10px;
  width: 100%;
}
.after_pay_check_code_holder{
  display:none;
}
.after_pay_check_phone_code.active .after_pay_check_code_holder{
  display:block;
}
.after_pay_check_phone_code.active .after_pay_check_phone .check_after_pay{
  display:none; 
}
.order_form_bottom.form_orders_after_pay{
  display:none;
}
.after_pay_order_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.order_p_details{
  display:none;
}
.after_pay_order.active .order_p_details{
  display:flex; 
  width: 100%;
  flex-direction: column;
}
.after_pay_order_holder > li{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px 10px;
  background: #F8F7F7;
  border-radius: 5px;
  flex-direction: column;
}
.after_pay_order_holder > li .after_pay_order{

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 10px;

}
.after_pay_order_holder > li .after_pay_order_top{

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.after_pay_nav{
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-end;
}
.after_pay_nav .pay_order_info{
  color: #FFFFFF;
  padding: 5px 10px;
  background: #c52e27;
  text-decoration: none;
  transition: .3s;
  font-size: 15px;
  border-radius: 5px;
  min-width: 200px;
  text-align: center;
}
.after_pay_nav .pay_order_info:hover{
  background: #c52e27;
}
.after_pay_nav .pay_order{
  min-width: 200px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 10px;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  background: #ffd426;
  border-radius: 5px;
  border: none;
}
.after_pay_nav .pay_order:hover{
  background: #fac01e;
}
.order_p_details .basket_page_sidebar_list li:last-child{
  border-bottom:none!important;
}
.after_pay_information{
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 400px;
}
.after_pay_information div{
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap: 10px;
}
.after_pay_information span{
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  margin-bottom: 0;
}
.after_pay_information span:last-child{
  color: rgba(51, 51, 51, 0.8);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.after_pay_information div:last-child span:last-child{
  color: #c52e27;
}
.order_big_info{
  display: flex;
  width: 100%;
  flex-direction: row;
  background: #eee;
  padding: 15px 15px;
  align-items: center;
  justify-content: space-between;
  border-radius:7px;
}
.order_big_info_num{
  color: #c52e27;
  font-size: 24px;
  font-weight: bold;
}
.order_big_info_date{
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 16px;
}
.form_orders_after_search .order_form_top_item .form_title{
  font-size: 16px;
  font-weight: 500;
}
.basket_count_basket{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.basket_count_basket .quantity_basket{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 120px;
  gap:5px;
  position:relative;
}
.basket_page_sidebar_top .basket_count_basket .quantity_basket input[type="text"]{
  width: 60px;
  text-align: center;
  margin: 0px;
}
.basket_count_basket .quantity_basket .btn_minus_expire, 
.basket_count_basket .quantity_basket .btn_minus,
.basket_count_basket .quantity_basket .btn_plus_expire, 
.basket_count_basket .quantity_basket .btn_plus{
  line-height: 40px;
  height: 40px;
  width: 30px;
}
.stp_separator{
  height: 16px;
  width: 1px;
  display: block;
  background: #dedede;
}
.cat_colors{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 5px;
  margin-top:5px;
  position: relative;
  z-index: 2;
}
.cat_colors a{
  display: block;
  width: 15px;
  height: 15px;
  border:2px solid #E7E7E7;
  border-radius:50%;
  overflow: hidden;
}
.cat_colors a:hover{
  border: 2px solid #c52e27;
}
.cat_colors a span{
  width:100%;
  height:100%;
  display:block;
}
.cat_colors_empty{
  display: none;
}
.product_page_review_list_body a{
  color: #c52e27;
  text-decoration: none;
}
.product_page_review_list_body a:hover{
  text-decoration: underline!important;
  color: #c52e27;
}
.req_text{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 10px auto;
  font-size: 14px;
  gap: 5px;
}
.req_field{
  font-size: 22px;
  color: #cf2500;
  margin: 0px 5px;
  line-height: 16px;
}
.basket_discount_li{
  display:none!important;
}
.percent_discount{
  color: #343536;
  background: #ffd426;
  border-radius: 20px;
  margin: 5px;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 12px;
}
::-webkit-scrollbar-track-piece {
    background-color: #343536;
}
::-webkit-scrollbar-track {
    background-color: #ffd426;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #ffd426;
    border-radius: 5px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}
.mobile_catalog{
  display:none;
}
.h_nav_list_inside > li:hover .h_nav_list_inside_second {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.h_nav_list_inside > li.active > span,
.h_nav_list_inside > li:hover > a {
  color: #c52e27;
  background: #fff;
}
.navigation_top_b{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.navigation_h_account{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.navigation_h_account a{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 5px 5px;
}
.navigation_h_account a svg{
  width:25px;
  height:25px;
}
.navigation_h_account a:hover{
  color: #ffdd4e;
}
.navigation_h_account a:hover svg circle,
.navigation_h_account a:hover svg path{
  stroke:#ffdd4e;
}
.navigation_middle{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.navigation_middle_list{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.navigation_middle_list ul{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.navigation_middle_list ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.navigation_middle_list ul li a{
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #343536;
  gap: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 10px;
  position:relative;
  border-bottom: 1px solid #ddd;
}
.navigation_middle_list ul li a:hover{
  opacity:0.7;
}
.navigation_basket .basket_counter{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  background: #c52e27;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: bold;
  line-height: normal;
  position: absolute;
  top: auto;
  right: 10px;
}
.h_nav{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.h_nav .h_nav_list{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.h_nav_list > li > span,
.h_nav_list > li > a {
  border: 1px solid #ddd;
  padding: 10px 10px;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  color: #343536;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}
.h_nav_list > li.active > span,
.h_nav_list > li:hover > a {
  color: #c52e27;
}
.navigation_block .h_lang{
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px 10px; 
}
.navigation_block .h_lang li a{
  color: #343536;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  background: #f8f7f7;
  padding: 5px 15px;
  border-radius: 5px;
}
.navigation_block .h_lang li a:hover,
.navigation_block .h_lang li a.h_lang--active{
  color:#c52e27;
}
.navigation_block .h_lang li:not(:last-child){
  border:none;
}
.close_catalog,
.menu_toggle,
.close_navigation{
  display:flex;
  position: relative;
  transition: 0.5s;
}
.close_catalog:hover,
.menu_toggle:hover,
.close_navigation:hover{
  opacity:0.7;
}
.navigation_bottom{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #f8f7f7;
  margin-top: auto;
  padding: 10px 10px;
}
.navigation_mail{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.navigation_mail p{
  font-size: 14px;
  color: #343536;
}
.navigation_mail a{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #343536;
  text-decoration:none;
}
.navigation_mail a:hover{
  color:#c52e27;
  text-decoration:none;
}
.navigation_mail a:hover svg path{
  stroke:#c52e27;
}
.product_price_discount{
  background: #c52e27;
  color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.product_price_discount span{
  font-weight:bold;
} 
.catalog_list .product_price_discount{
  padding: 3px 5px;
  font-size: 14px;
}
@media (max-width: 1440px) {
  .main_slider_list .main_slider_info {
    right: 105px;
  }
  .product_tabs li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_left {
    margin-right: 25px;
  }
}
@media (max-width: 1390px) {
  .one_delivery_block_name{
    font-size: 13px;
  }
  .loginB2B a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_slider_list .main_slider_info {
    right: 55px;
  }
  .main_slider_list .slick_arrow {
    width: 25px;
    height: 40px;
  }
  .main_slider_list .slick-next_arrow {
    right: 15px;
  }
  .main_slider_list .slick-prev_arrow {
    left: 15px;
  }
  .h_search {
    max-width: 400px;
  }
  .h_nav_list_inside_second {
    width: calc(100vw - 270px);
  }
  .h_nav_list_inside_second > li {
    width: calc(20% - 15px);
  }
  .h_nav_list_inside_second > li:not(:nth-child(5n)) {
    margin-right: 15px;
  }
  .h_nav_list_inside_second > li:not(:nth-child(6n)) {
    margin-right: 15px;
  }
  .h_catalog {
    margin-right: 20px;
  }
  .h_nav_list > li:not(:last-child) {
    margin-right: 20px;
  }
  .h_info a {
    font-size: 14px;
  }
  .load_more {
    min-width: initial;
  }
}
@media (max-width: 1299px) {

  .h_nav_list > li > span, .h_nav_list > li > a{
    font-size:16px;
  }
  .h_nav_list > li:not(:last-child){
    margin-right: 10px;
  }
  .h_info a{
    font-size: 14px;
  }

}
@media (max-width: 1199px) {
 
  .ex_product_price_holder{
    flex-direction: column;    
    align-items: flex-start;
    gap: 0px;
  }
  .menu_toggle{
    margin-right: 0px;
  }
  .catalog_sort > span{
    display: none;
  }
  .catalog_count{
    margin-left: 10px;
    font-size: 12px;
  }
  .c_filter_item_list{
    max-height: none;
  }
  .hidden_l li:nth-child(n+4){
    display: block;
  }


  .f_nav,
  .f_brands,
  .f_nav_inside {
    display: none;
  }
  .f_top_wrap {
    flex-direction: column;
    align-items: center;
  }
  footer {
    text-align: center;
  }
  .f_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .f_contacts_item {
    align-items: center;
  }
  .f_right {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    padding-top: 20px;
  }
  .f_social {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .f_payment {
    text-align: center;
  }
  .f_payment span {
    width: 100%;
    justify-content: center;
  }
  .f_top {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .f_bottom_wrap {
    flex-direction: column;
    align-items: center;
  }
  .copyright {
    margin-bottom: 20px;
  }
  .f_bottom {
    padding: 20px 0;
  }
  header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    transition: .3s;
  }
  header.header--active {
    box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.21);
  }
  .h_nav_list > li {
    margin-bottom: 10px;
  }
  .h_nav_list>li.active>span, .h_nav_list>li:hover>a{
    color: #fff;
  }
  .h_nav_list {
    flex-direction: column;
  }
  .h_info {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .h_info a {
    padding: 0;
    color: #F48B01;
    font-size: 14px;
  }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="phone"] {
    height: 30px;
  }
  .search_form button {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  main {
    padding-top: 88px;
  }
  .htholder{
    min-width:auto;
  }
  .top_line_active ~ main{
    padding-top: 110px;
  }
  .menu_toggle {
    display: block;
    width: 25px;
    min-width: 25px;
    background: none;
    border: none;
    padding: 0;
    margin-right: 0px;
  }
  .top_banner {
    width: 100%;
  }
  .loginB2B {
    display: none;
  }
  .h_contacts {
    display: none;
  }
  .catalog_list > li,
  .catalog_list li.slick-slide {
    padding: 10px;
  }
  .catalog_list_rating span {
    margin-top: 2px;
  }
  .count {
    background: #ffdd4e;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1px;
    font-size: 10px;
    color: #333;
    position: absolute;
    right: -3px;
    top: -3px;
  }
  .contacts_page_map_info {
    max-width: 320px;
  }
  .contacts_page_top_item {
    margin-bottom: 25px;
  }
  .basket_page_wrap {
    flex-direction: column;
  }
  .basket_page_sidebar {
    max-width: 100%;
    margin-left: 0;
  }
  .order_form {
    margin-bottom: 10px;
  }
  .catalog_list > li,
  .catalog_list li.slick-slide {
    width: calc(33.333% - 30px);
  }
  .catalog_banner p {
    font-size: 32px;
  }
  .catalog_pager_wrap {
    flex-direction: column;
  }
  .catalog_pager_wrap .load_more {
    margin-bottom: 25px;
  }
  .catalog_pager_list li span,
  .catalog_pager_list li a {
    height: 30px;
    min-width: 30px;
  }
  .catalog_pager_list li a:after {
    background-size: 15px 15px!important;
  }
  .h_catalog_wrap {
    box-shadow: none;
  }
  .product_tabs li a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product_left {
    max-width: 500px;
  }
  .m_card_nav_slider {
    margin-right: 10px;
  }
  .m_card_main_slider {
    max-width: calc(100% - 110px);
  }
  .product_pay {
    flex-wrap: wrap;
  }
  .product_pay_count {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product_page_bottom_tabs_char_list{
    font-size: 11px;
  }
  .h_nav_list > li > .vugoda{
    background: #ffdd4e;
    padding: 5px 10px;
  }
}
@media (max-width: 991px) {
  .h_nav_list_inside_second > li a.show_all_l{
    display: none;
  }
  .h_top_wrap .h_catalog{
    display: none;
  }
  .h_nav_list_inside > li:hover .h_nav_list_inside_second{
    opacity:0;
    visibility:hidden;
    display:none;
  }
  .h_nav_list_inside > li.h_nav_list_inside--hasChild.active .h_nav_list_inside_second{
    opacity:1;
    visibility:visible;
    display:flex;
  }
  .search_form{
    border: 1px solid #ddd;
  }
  .h_nav_list > li:not(:last-child),
  .h_nav_list > li{
    margin:0px;
  }
  .mobile_catalog{
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 360px;
    max-width:100%;
    height: 100%;
    left: -150%;
    background: #fff;
    z-index:9;
    box-shadow: -2px 0px 15px 0px rgb(0 0 0 / 50%);
    color: #343536;
    top: 0px;
  }
  .mobile_catalog.active {
    left: 0px;
    opacity: 1;
    visibility: visible;
  }
  .h_catalog{
    margin-right:0px;
  }
  .h_catalog_mob{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .h_nav_list_inside {
    max-width: 100%;
    width: 100%;
    margin: 0px;
    min-height: 100%;
    background: #fff;
  }
  .h_nav_list_inside > li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
  .h_nav_list_inside > li > span,
  .h_nav_list_inside > li > a {
    padding-left: 15px;
    padding-right: 15px;
    background: #FFF;
    font-size: 16px;
    color: #c52e27;
    font-weight: 800;
  }
  .h_nav_list_inside_second {
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    display: flex;
    z-index: 1;
    overflow: visible;
    display: none;
  }
  .h_nav_list_inside_second {
    width: 100%;
  }
  .h_nav_list_inside_second > li {
    width: 100%;
    margin-right: 0!important;
  }
  .h_nav_list_inside .h_nav_list_inside--hasChild > span:after,
  .h_nav_list_inside .h_nav_list_inside--hasChild > a:after {
    transition: .3s;
    transform: rotate(90deg) translateX(-50%);
  }
  .h_nav_list_inside .h_nav_list_inside--hasChild.active > span:after,
  .h_nav_list_inside .h_nav_list_inside--hasChild.active > a:after {
    transform: rotate(270deg) translateX(50%);
  }
  .h_catalog > a {
    display: none;
  }
  .h_catalog_wrap {
    position: relative;
    width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .after_pay_order_holder > li .after_pay_order_top{
    flex-direction: column;
  }
  .after_pay_check_code{
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .after_pay_check_phone{
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .order_big_info{
    flex-direction: column;
    gap: 10px;
  }
  .order_big_info_date{
    font-size:14px;
  }
  .after_pay_information{
    min-width:100%;
  }
  .after_pay_information span{
    font-size:13px;
  }
  .after_pay_information span:last-child{
    font-size:14px;
  }

  .confirm_info{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .analog .catalog_list_status{
    top: 0px;
  }
  .analog .catalog_list_status .sale,
  .analog .catalog_list_status .catalog_list_status_item{
    font-size: 8px;
    min-width: 40px;
    padding: 3px 5px 2px 5px;
  }
  .analog .catalog_list_status .sale{
    margin-top: 3px;
  }
  .article_page .review_content_info{
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .delivery_pay_blocks .delivery_blocks .one_delivery_block{
    min-height: auto;
  }
  #filters .pop_close{
    display: block;
    top: 5px;
    right: 10px;
  }
  .filter_title{
    display: block; 
    color: #1d1d1b;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .c_filter_btns{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 5px 20px;
    border-top: 1px solid #ddd;
    margin: 0px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
  }
  #filters{
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding: 10px 20px 50px 20px;
    overflow: scroll;
  }
  .letters_holder{
    display: flex;
    flex-direction: column;
  }
  .letters_holder span{
    font-size: 24px;
  }
  .letters a{
    font-size: 24px;
  }
  .top_banner a{
    min-height: auto;
  }
  .top_banner img{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .categories_holder .tpl_categories {
    width: calc(33% - 10px);
  }
  .catalog_page_body {
    flex-direction: column;
    align-items: center;
  }
  .catalog_page_left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .catalog_page_right {
    max-width: 100%;
  }
  .catalog_page_head {
    padding-left: 0;
  }
  .c_filter {
    display: none;
    padding-top: 25px;
  }
  .c_filter_toggle {
    display: flex;
  }
  .product_top {
    flex-direction: column;
    align-items: center;
  }
  .product_page_gallery {
    flex-direction: column-reverse;
    align-items: center;
  }
  .m_card_nav_slider {
    max-width: 100%;
    padding: 0 40px;
  }
  .m_card_nav_slider li.slick-slide {
    margin: 0 7px;
  }
  .m_card_main_slider li.slick-slide,
  .m_card_main_slider > li {
    height: 400px;
  }
  .product_left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .m_card_nav_slider .slick_arrow {
    top: 50%;
    transform: translateX(0%);
    margin-left: 0px;
  }
  .m_card_nav_slider .slick-prev_arrow {
    left: 0;
  }
  .m_card_nav_slider .slick-next_arrow {
    right: 0;
    left: initial;
  }
  .gallery_info {
    padding-left: 0;
    display: none;
  }
  .go_link{
    font-size: 12px;
    margin-left: 15px;
  }
  .h_search{
    margin: 10px auto;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .htholder{
    gap:10px;
  }
  .htholder .h_account svg{
    width:25px;
    height:25px;
  }
  .htholder .h_basket svg{
    width:25px;
    height:25px;
  }
  .h_top_wrap .h_logo{
    max-width:75px;
  }
  .h_top_wrap .h_lang{
    display: none;
  }
  .tpl_hide_a_text{
    
    font-size: 14px;
    line-height: 18px;
  }
  .catalog_list_img_desktop{
    display: none!important;
  }
  .catalog_list_img_mobile{
    display: block!important;
  }
  .ac_depart.ac_filed:after, .ac_city.ac_filed:after{
    top:6px;
  }
  .one_pay_block{
    margin-bottom: 5px;
  }
  .delivery_pay_blocks .pay_blocks{
    flex-direction: column;
  }
  .delivery_pay_blocks .delivery_blocks .one_delivery_block{
    width: 100%;
    margin-right: 0px;
    align-items: center;
  }
  .delivery_pay_blocks .delivery_blocks{
    flex-direction: column;
  }
  .one_delivery_block_name{
    justify-content: center;
  }
  .gift_inner{
    flex-direction: column;
  }
  .gift_inner .gift_text{
    margin-top: 10px;
  }
  .gift_product{
    margin-right: 0px;
  }
  .gift_product .gift_img{
    max-width: 75px;
  }
  .gift_inner .gift_text {
    font-size: 18px;
    text-align: center;
    max-width: 100%;
  }
  .gift_product{
    max-width: 100%;
  }

  .gift{
    width: 55px;
  }
  .gift .gift_title{
    font-size: 10px;
  }
  #sorting form{
    flex-wrap: wrap;
  }
  .catalog_available{
    width: 50%;
    margin-left: 0px;
    justify-content: flex-end;
  }
  .catalog_count{
    width: 50%;
    margin-left: 0px;
  }
  .catalog_sort {
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
    justify-content: space-between;
  }
  .catalog_sort>span{
    display: block;
    font-size: 12px;
  }
  .catalog_available label{
    font-size: 12px;
    margin-left: 5px;
  }
  .rating_full_pre{
    flex-direction: column;
  }
  .rating_full_pre .product_reviews{    
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .rating_full_pre_text{
    text-align: left;
  }
  .rating_full_pre{
    align-items: flex-start;
  }
  .rating_full_second_block_2 .add_review{
    width: 100%;
    min-width: 160px;
  }
  .rating_full{
    flex-direction: column;
  }
  .rating_full_second{
    margin-top: 20px;
  }
  .label_ava_3,
  .label_ava_0,
  .label_ava_1,
  .label_ava_2{
    font-size: 12px;
  }
  .product_reviews_holder{
    flex-direction: column;
    align-items: start;
  }
  .product_video iframe{
    height: 200px!important;
  }
  .status_amount_0,
  .status_amount_1,
  .status_amount_2{
    flex-wrap: nowrap;
    min-width: 115px;
  }
  .product-info .tabs-box{
    padding: 0px!important;
  }
  .top_banner_mobile{
    display: block;
  }
  .top_banner img:not(.top_banner_mobile){
    display: none;
  }
  .categories_holder .tpl_categories{
    width: calc(50% - 10px);
  }
  .tpl_categories .tpl_categories_name{
    font-size: 14px;
      line-height: 20px;
  }
  .pay_logos{
    min-width: 100%;
  }
  .pay_logos svg,
  .pay_logos img{
    margin: 5px;
    width: calc(100% / 5 - 10px);
  }
  .catalog_list > li p, .catalog_list li.slick-slide p{
    font-size: 9px;
  }
  .product_head {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_article {
    margin-left: 0;
  }
  .product_pay_info {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_deliv {
    margin-left: 0;
    margin-top: 10px;
  }
  .product_avail {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_avail_check {
    margin-top: 10px;
  }
  .product_weight_radio {
    margin-bottom: 15px;
  }
  .product_pay {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_buy_link {
    width: 100%;
  }
  .product_fav {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto;
  }
  .product_buttons {
    flex-direction: column;
    align-items: center;
  }
  .main_link--blue {
    width: 100%;
    margin-bottom: 15px;
  }
  .product_callback {
    margin-left: 0;
  }
  .product_top {
    margin-bottom: 15px;
  }
  .product_tabs {
    flex-direction: column;
    padding: 10px 0;
  }
  .product_tabs li {
    width: 100%;
  }
  .product_tabs li a {
    width: 100%;
    padding: 5px;
    border: none;
    height: auto;
  }
  .product_tabs li a.product_tabs--active{
    border: none;
  }
  .product_tabs_cont_video_list li {
    width: 100%;
  }
  .order_form_top_item .form_item.form_full{
    width: 100%;
    max-width: 100%;
  }
  .order_form_top_item .form_item.form_item_4{
    width: 50%;
    max-width: 50%;
  }
  .order_form_top_item .form_item {
    width: 100%;
    max-width: 100%;
  }
  .order_form_top_item .form_item--bottom {
    padding-top: 0;
  }
  .order_form_top_item .form_item--hasChild {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .basket_page_sidebar_top {
    padding: 15px;
  }
  .basket_page_sidebar_list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .basket_page_sidebar_list_img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .basket_page_sidebar_list_info {
    padding-right: 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .basket_page_sidebar_list_info a {
    text-align: center;
  }
  .order_form_top_item .form_item--full:not(:last-child) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .order_form_top_item:not(:last-child) {
    padding-bottom: 10px;
  }
  .block_title {
    font-size: 18px;
  }
  .block_head {
    margin-bottom: 20px;
  }
  .block {
    padding: 10px 0;
  }
  .main_link {
    min-width: 160px;
    font-size: 16px;
    padding: 5px 20px;
    min-height: 30px;
  }
  .more_link:after {
    width: 30px;
    height: 20px;
  }
  .go_link img {
    max-width: 30px;
  }
  .front_article_list li {
    width: calc(100% - 30px);
  }
  .front_article_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .slick_arrow {
    width: 25px;
    height: 25px;
  }
  .catalog_list--slider .slick_arrow {
    top: -33px;
  }
  .catalog_list--slider .slick-prev_arrow {
    right: 45px;
  }
  .best_category_list .slick_arrow {
    top: -33px;
  }
  .best_category_list .slick-prev_arrow {
    right: 45px;
  }
  .bottom_line_wrap span {
    font-size: 14px;
  }
  .bottom_line_wrap p {
    font-size: 14px;
  }
  .bottom_line_wrap span {
    padding: 2px 5px;
  }
  .bottom_line_wrap {
    padding: 5px 0;
  }
  .bottom_line_wrap img {
    margin-right: -7px;
    width: auto;
    height: auto;
  }
  .catalog_list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .catalog_list > li,
  .catalog_list li.slick-slide {
    width: calc(50% - 4px);
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
  }
  .catalog_list--slider > li,
  .catalog_list--slider li.slick-slide {
    margin-bottom: 0;
  }
  .catalog_list_name {
    font-size: 12px;
  }
  .catalog_list_img {
    margin-bottom: 5px;
  }
  .catalog_list_price_actual {
    font-size: 14px;
  }
  .catalog_list_price_old {
    font-size: 12px;
    margin-right: 2px;
  }
  .brands_block_list li {
    width: 33.333%;
  }
  .banners_block_list li {
    width: calc(100% - 30px);
  }
  .banners_block_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .front_article_list_info {
    padding: 15px;
  }
  .front_article_list_info a {
    font-size: 14px;
  }
  .f_social li:not(:last-child) {
    margin-right: 30px;
  }
  .main_slider_list {
    padding-bottom: 15px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .main_slider {
    margin-bottom: 20px;
  }
  .main_slider_list div img {
    display: none;
  }
  .main_slider_list div .mob_banner {
    display: flex!important;
  }
  .main_slider_list .main_slider_info .main_link {
    min-width: 160px;
    margin-bottom: 15px;
    min-height: 30px;
  }
  .main_slider_list .main_slider_info {
    right: 50px;
    max-width: 150px;
  }
  .main_slider_list .slick_arrow {
    width: 15px;
    height: 30px;
  }
  .main_slider_list .main_slider_info p {
    font-size: 14px;
  }
  .bottom_line_wrap a {
    margin-left: 5px;
  }
  .bottom_line_wrap span {
    margin-right: 5px;
  }
  .best_category_list li a {
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
  }
  .top_banner img {
    object-fit: initial;
  }
  .contacts_page_top_item {
    width: 100%;
  }
  .contacts_title {
    margin-bottom: 15px;
  }
  .contacts_page_map_wrap {
    flex-direction: column;
  }
  .contacts_page_map_info {
    max-width: 100%;
  }
  .contacts_title {
    font-size: 20px;
  }
  .contacts_page_map_info li {
    font-size: 16px;
  }
  .basket_page_list > li {
    flex-direction: column;
    align-items: center;
  }
  .basket_page_list_img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .basket_page_list_right {
    margin-left: 0;
  }
  .basket_page_list_info {
    margin-bottom: 15px;
    align-items: center;
    text-align: center;
  }
  .basket_page_list_right_count {
    display: flex;
    align-items: center;
  }
  .basket_page_list_right_count > span {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .basket_page_list_info .basket_product_info,
  .basket_page_list_info .basket_weight {
    margin-bottom: 10px;
  }
  .basket_page_list_info_price {
    padding-right: 0;
  }
  .basket_page_list_info:after {
    display: none;
  }
  .form_item > span {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .form_item--radio label {
    font-size: 16px;
  }
  .order_form_top_item .form_title {
    margin-bottom: 25px;
  }
  .basket_page_sidebar_head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .h_search input[type="text"],
  .h_search input[type="email"],
  .h_search input[type="phone"] {
    padding-right: 45px;
  }
  /*
  .catalog_banner img {
    min-height: 110px;
    object-fit: cover;
  }
  */
  .catalog_banner p {
    font-size: 22px;
  }
  .catalog_pager_wrap {
    padding-top: 10px;
  }
  .catalog_banner p {
    left: 25%;
    transform: translate(0, -50%);
  }
  .catalog_page_head {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog_page_head .page_title {
    width: 100%;
    margin-bottom: 5px;
  }
  .catalog_page_head .catalog_count {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .bradcrumbs {
    margin-bottom: 10px;
  }
  .m_card_main_slider li.slick-slide,
  .m_card_main_slider > li {
    height: 300px;
  }
}
@media (max-width: 374px) {
  .catalog_list > li,
  .catalog_list li.slick-slide {
    width: calc(100% - 16px);
  }
}
