button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
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;
}
body {
  width: 100%;
  float: left;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #232323;
}
.wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
.container {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px;
}
header {
  width: 100%;
  float: left;
}
.h_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #ECECEC;
  padding-top: 6px;
  padding-bottom: 6px;
}
.h_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_top_nav {
  width: auto;
  float: left;
}
.h_top_nav_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_top_nav_list li {
  width: auto;
  float: left;
}
.h_top_nav_list li:not(:last-child) {
  margin-right: 44px;
}
.h_top_nav_list li span,
.h_top_nav_list li a {
  width: auto;
  float: left;
  position: relative;

  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  /* or 138% */
  display: flex;
  text-decoration: none;
  transition: .3s;
  align-items: center;
  color: #000000;
}
.h_top_nav_list li.active span:after,
.h_top_nav_list li a:after {
  position: absolute;
  width: 0;
  height: 3px;
  background: #ED1B24;
  border-radius: 4px;
  content: "";
  transition: .3s;
  left: 0;
  bottom: -6px;
}
.h_top_nav_list li.active span:after,
.h_top_nav_list li a:hover:after {
  width: 100%;
}
.h_top_right {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_top_call {
  width: auto;
  float: left;
  margin-right: 50px;
}
.h_top_call a {
  width: auto;
  float: left;
  transition: .3s;

  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height, or 138% */
  display: flex;
  align-items: center;
  color: #000000;
  padding-left: 24px;
  text-decoration: none;
  background: url("../img/call_icon.svg") center left no-repeat;
}
.h_top_call a:hover {
  opacity: 0.7;
}
.h_top_adress {
  width: auto;
  float: left;
}
.h_top_adress p {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height, or 138% */
  display: flex;
  align-items: center;
  color: #000000;
  padding-left: 24px;
  background: url("../img/marker.svg") center left no-repeat;
}
.h_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ECECEC;
  padding-top: 5px;
  padding-bottom: 1px;
}
.h_bottom_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_bottom_logo {
  width: 100%;
  float: left;
  max-width: 200px;
}
.h_bottom_logo span,
.h_bottom_logo a {
  width: 100%;
  float: left;
}
.h_bottom_logo span img,
.h_bottom_logo a img {
  width: 100%;
  float: left;
  height: auto;
}
.h_bottom_left {
  width: 100%;
  float: left;
  max-width: calc(100% / 2 - 100px);
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.h_bottom_right {
  width: 100%;
  float: left;
  max-width: calc(100% / 2 - 100px);
}
.h_bottom_left_catalog {
  width: auto;
  float: left;
  margin-right: 74px;
}
.h_bottom_left_sale {
  width: auto;
  float: left;
}
.h_catalog_link,
.h_sale_link {
  width: auto;
  float: left;
  transition: .3s;

  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  /* or 112% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  position: relative;
  line-height: 58px;
}
.h_catalog_link img,
.h_sale_link img {
  width: auto;
  float: left;
  height: auto;
  margin-right: 14px;
  margin-top: -1px;
}
.h_catalog_link .hide_img,
.h_sale_link .hide_img {
  display: none;
}
.h_catalog_link:after,
.h_sale_link:after {
  position: absolute;
  width: 0;
  height: 3px;
  background: #ED1B24;
  border-radius: 4px;
  content: "";
  transition: .3s;
  left: 0;
  bottom: -2px;
}
.h_catalog_link:hover:after,
.h_sale_link:hover:after {
  width: 100%;
}
.h_catalog_link img {
  width: 16px;
}
.h_catalog_link:hover {
  color: #ED1B24;
}
.h_sale_link {
  color: #ED1B24;
}
.h_bottom_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.h_bott_links {
  width: auto;
  float: left;
  margin-left: 25px;
}
.h_bott_links a {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 18px;
  min-height: 58px;
  padding-left: 21px;
  padding-right: 21px;
}
.h_bott_links a:after {
  position: absolute;
  width: 0;
  height: 3px;
  background: #ED1B24;
  border-radius: 4px;
  content: "";
  transition: .3s;
  left: 0;
  bottom: -1px;
}
.h_bott_links a:hover:after {
  width: 100%;
}
.h_basket {
  margin-left: 45px;
}
.h_basket a {
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 112% */
  display: flex;
  align-items: center;
  text-align: right;
  color: #878787;
}
.h_basket a img {
  margin-right: 30px;
}
.m_catalog {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
.m_bg {
  background: #ECECEC;
}
.m_catalog_wrap {
  width: 100%;
  float: left;
}
.m_block_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.m_block_head_left {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.m_block_head_left a {
  width: auto;
  float: left;
  transition: .3s;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-decoration-line: underline;
  color: #878787;
}
.m_block_head_left a svg {
  margin-left: 18px;
  width: auto;
}
.m_block_head_left a svg path {
  fill: #878787;
  transition: .3s;
}
.m_block_head_left a:hover {
  color: #ED1B24;
}
.m_block_head_left a:hover svg path {
  fill: #ED1B24;
}
.m_block_head_right {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_block_head_right span {
  width: auto;
  float: left;
  display: flex;
  align-items: center;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  margin-right: 37px;
  color: #232323;
}
.m_block_head_right span img {
  width: auto;
  float: left;
  margin-right: 14px;
}
.m_block_head_right a {
  width: auto;
  float: left;
  transition: .3s;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-decoration-line: underline;
  color: #878787;
}
.m_block_head_right a:not(:last-child) {
  margin-right: 23px;
}
.m_block_head_right a:hover {
  text-decoration: none;
}
.m_block_head_right a.view_type--active {
  color: #ED1B24;
}
.block_title {
  width: auto;
  float: left;

  font-size: 30px;
  line-height: 29px;
  /* identical to box height */
  text-transform: uppercase;
  font-weight: 900;
  color: #FFFFFF;
  padding: 6px 13px;
  background: #ED1B24;
  margin-right: 38px;
}
.m_catalog_mod_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.m_catalog_mod_list li {
  width: 100%;
  float: left;
  max-width: calc(25% - 20px);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.m_catalog_mod_list li a {
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
  padding: 17px;
  padding-left: 30px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  text-decoration: none;
  transition: .3s;
}
.m_catalog_mod_list li a:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.m_catalog_mod_list_right {
  width: 100%;
  float: left;
  max-width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_catalog_mod_list_right img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_catalog_mod_list_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 125px);
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m_catalog_mod_list_left > span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  color: #232323;
  margin-bottom: 10px;
}
.m_catalog_mod_list_left p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  color: #878787;
}
.m_catalog_mod_list_left p span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  background: #ED1B24;
  margin-right: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.m_special_status {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.m_special_status_wrap {
  width: 100%;
  float: left;
}
.m_main_catalog_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  float: left;
}
.m_main_catalog_list li {
  width: 100%;
  float: left;
  max-width: calc(100% / 3 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  margin-bottom: 20px;
  padding: 25px 20px 25px 20px;
  transition: .3s;
}
.m_main_catalog_list li:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.m_main_catalog_list li > a {
  width: 100%;
  float: left;
  position: relative;
  transition: .3s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  border: 1px solid #E5E5E5;
}
.m_main_catalog_list .slick-arrow {
  width: 100%;
  float: left;
  max-width: 25px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px 0;
  position: absolute;
  top: -64px;
}
.m_main_catalog_list .slick-arrow svg {
  width: 100%;
  float: left;
  height: auto;
}
.m_main_catalog_list .slick-arrow svg path {
  transition: .3s;
}
.m_main_catalog_list .slick-arrow:hover svg path {
  fill: #ED1B24;
}
.m_main_catalog_list .slick-prev_arrow {
  right: 65px;
}
.m_main_catalog_list .slick-next_arrow {
  right: 10px;
}
.m_main_catalog_list_status {
  width: auto;
  float: left;
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 15px;
  top: 15px;
}
.m_main_catalog_list_status span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  color: #FFFFFF;
  line-height: 16px;
  background: #ED1B24;
  margin-bottom: 8px;
}
.m_main_catalog_list_status p {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  color: #878787;
}
.m_main_catalog_list_img {
  width: 100%;
  float: left;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.m_main_catalog_list_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_main_catalog_list_info {
  width: 100%;
  float: left;
  min-height: 60px;
  height: 60px;
  overflow: hidden;
  padding-bottom: 10px;
}
.m_main_catalog_list_info span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 116%;
  /* or 15px */
  text-align: center;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
.m_main_catalog_list_bott {
  width: 100%;
  float: left;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_main_catalog_list_bott_price {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-right: 10px;
}
.m_main_catalog_list_bott_price p {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  color: #232323;
}
.m_main_catalog_list_bott_price p span {

  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 18px;
  /* identical to box height */
  color: #232323;
  width: auto;
  float: left;
  margin-right: 5px;
}
.m_main_catalog_list_bott_price p span.old_price{
  text-decoration: line-through;
  color: #878787;
  font-size: 16px;
  line-height: 16px;
}
.m_main_catalog_list_bott_links {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.m_main_catalog_list_bott_links a {
  position: relative;
  z-index: 2;
}
.m_main_catalog_list_bott_links a svg {
  width: 21px;
  height: auto;
}
.m_main_catalog_list_bott_links a svg path {
  fill: #878787;
  transition: .3s;
}
.m_main_catalog_list_bott_links a:hover svg path {
  fill: #ED1B24;
}
.m_main_catalog_list_bott_links a:not(:first-child) {
  margin-left: 30px;
}
.m_main_catalog_list_bott_links .m_main_catalog_list_like svg path{
  fill: #878787;
}
.m_main_catalog_list_bott_links .m_main_catalog_list_like.active svg path {
  fill: #ED1B24;
}
.m_main_catalog_tabs_slider {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.m_main_catalog_tabs_slider--active {
  visibility: visible;
  position: relative;
  opacity: 1;
}
.m_main_catalog_list_slider_tabs {
  width: 100%;
  float: left;
  position: relative;
}
.m_block_head_left_tabs {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_block_head_left_tabs li {
  width: auto;
  float: left;
}
.m_block_head_left_tabs li a {
  width: auto;
  float: left;

  font-size: 30px;
  line-height: 29px;
  /* identical to box height */
  text-transform: uppercase;
  font-weight: 900;
  color: #878787;
  text-decoration: none;
  padding: 7px 11px 7px 11px;
  border: 1px solid #878787;
  transition: .3s;
}
.m_block_head_left_tabs li:not(:last-child) {
  margin-right: 24px;
}
.m_block_head_left_tabs a.m_block_head_left_tabs--active {
  background-color: #ED1B24;
  border-color: #ED1B24;
  color: #FFF!important;
}
.m_block_head_left_tabs a:hover {
  color: #ED1B24;
  border-color: #ED1B24;
}
.m_news {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.m_news .slick-arrow {
  width: 100%;
  float: left;
  max-width: 25px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px 0;
  position: absolute;
  top: -64px;
}
.m_news .slick-arrow svg {
  width: 100%;
  float: left;
  height: auto;
}
.m_news .slick-arrow svg path {
  transition: .3s;
}
.m_news .slick-arrow:hover svg path {
  fill: #ED1B24;
}
.m_news .slick-prev_arrow {
  right: 65px;
}
.m_news .slick-next_arrow {
  right: 10px;
}
.m_news_wrap {
  width: 100%;
  float: left;
}
.m_news_list_b,
.m_news_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  float: left;
}
.m_news_list_b li{
  max-width: calc(100% / 4 - 20px);
  float: left;
}
.m_news_list_b li,
.m_news_list li {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #FFF;
}
.m_news_list_b li a,
.m_news_list li a {
  width: 100%;
  float: left;
  position: relative;
}
.m_news_list_b li a:after,
.m_news_list li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 3px;
  background: #ED1B24;
  border-radius: 4px;
  transition: .3s;
}
.m_news_list_b li a:hover:after,
.m_news_list li a:hover:after {
  width: 100%;
}
.m_news_list_img {
  width: 100%;
  float: left;
  height: 147px;
  margin-bottom: 19px;
}
.m_news_list_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.m_news_list_info {
  width: 100%;
  float: left;
  background-color: #FFF;
  padding: 25px;
  padding-top: 0;
}
.m_news_list_info p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 133%;
  /* or 19px */
  color: #232323;
}
.m_news_list_info p:not(:last-child) {
  margin-bottom: 15px;
}
.m_about_company {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 45px;
}
.m_about_company_wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_about_company_info {
  width: 100%;
  float: left;
  max-width: 1035px;
}
.m_about_company_info span {
  width: 100%;
  float: left;

  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 900;
  color: #232323;
  margin-bottom: 15px;
}
.m_about_company_info p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 151.6%;
  /* or 21px */
  color: #000000;
  margin-bottom: 20px;
}
.content h1{
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 151.6%;
  /* or 21px */
  color: #000000;
  margin-bottom: 20px;
}
.content h2{
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 151.6%;
  /* or 21px */
  color: #000000;
  margin-bottom: 20px;
}
.content h3{
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 151.6%;
  /* or 21px */
  color: #000000;
  margin-bottom: 20px;
}
.content h4{

  width: 100%;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 151.6%;
  /* or 21px */
  color: #000000;
  margin-bottom: 20px;
}
.content h5{

  width: 100%;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 151.6%;
  /* or 21px */
  color: #000000;
  margin-bottom: 20px;
}
.m_about_company_info_hide {
  display: none;
}
.m_about_company_info_all {
  width: 100%;
  float: left;
  display: flex;
  padding-bottom: 25px;
  justify-content: center;
}
.m_about_company_info_all a {
  width: auto;
  float: left;
  transition: .3s;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-decoration-line: underline;
  color: #878787;
}
.m_about_company_info_all a:hover {
  color: #ED1B24;
}
footer {
  width: 100%;
  float: left;
}
.f_bottom {
  width: 100%;
  float: left;
  display: flex;
  background: #232323;
  justify-content: center;
  padding-top: 11px;
  padding-bottom: 11px;
}
.f_bottom_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_bottom_wrap_left {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.f_bottom_wrap_left p {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */
  display: flex;
  align-items: center;
  margin-right: 75px;
  color: #FFFFFF;
}
.f_bottom_wrap_left a {
  width: auto;
  float: left;
  transition: .3s;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #FFFFFF;
}
.f_bottom_wrap_left a:not(:last-child) {
  margin-right: 50px;
}
.f_bottom_wrap_left a:hover {
  color: #ED1B24;
}
.f_bottom_wrap_right {
  width: auto;
  float: left;
}
.f_bottom_wrap_right p {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #FFFFFF;
}
.f_bottom_wrap_right p a {
  font-weight: normal;
  color: #FFF;
  transition: .3s;
  text-decoration: none;
  margin-left: 3px;
}
.f_bottom_wrap_right p a:hover {
  color: #ED1B24;
}
.f_top {
  width: 100%;
  float: left;
  padding-top: 35px;
  padding-bottom: 28px;
  display: flex;
  justify-content: center;
  background: #E5E5E5;
}
.f_top_wrap {
  width: 100%;
  float: left;
}
.f_top_wrap_head {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.f_logo {
  width: 100%;
  float: left;
  max-width: 201px;
}
.f_logo span,
.f_logo a {
  width: 100%;
  float: left;
}
.f_logo span img,
.f_logo a img {
  width: 100%;
  float: left;
  height: auto;
}
.f_soc {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.f_soc li {
  width: auto;
  float: left;
}
.f_soc li:not(:first-child) {
  margin-left: 26px;
}
.f_soc li a {
  width: auto;
  float: left;
}
.f_soc li a svg {
  width: auto;
  float: left;
  height: auto;
  max-width: 25px;
}
.f_soc li a svg path {
  transition: .3s;
}
.f_soc li a:hover svg path {
  fill: #232323;
}
.f_top_wrap_body {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.f_top_wrap_body_left {
  width: 100%;
  float: left;
  max-width: 230px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
.f_top_wrap_body_left a:after {
  display: none;
}
.f_top_wrap_body_left a {
  line-height: 1.25;
}
.f_top_wrap_body_left a:not(:last-child) {
  margin-bottom: 35px;
}
.f_top_wrap_body_left .h_catalog_link:hover {
  color: #ED1B24;
}
.f_top_wrap_body_left .h_sale_link svg {
  margin-right: 14px;
}
.f_top_wrap_body_left .h_sale_link svg path {
  transition: .3s;
}
.f_top_wrap_body_left .h_sale_link:hover {
  color: #000000;
}
.f_top_wrap_body_left .h_sale_link:hover path {
  fill: #000;
}
.f_top_wrap_body_nav {
  width: 100%;
  float: left;
  max-width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}
.f_top_wrap_body_nav_list {
  width: 100%;
  float: left;
}
.f_top_wrap_body_nav_list li {
  width: 100%;
  float: left;
  margin-bottom: 7px;
}
.f_top_wrap_body_nav_list li span,
.f_top_wrap_body_nav_list li a {
  width: auto;
  float: left;
  transition: .3s;

  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  /* or 138% */
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
}
.f_top_wrap_body_nav_list li.active span,
.f_top_wrap_body_nav_list li a:hover {
  font-weight: bold;
}
.f_top_wrap_body_contacts {
  width: 100%;
  float: left;
  max-width: 210px;
  padding-left: 10px;
  padding-right: 10px;
}
.f_top_wrap_body_contacts .h_top_call {
  margin-right: 0;
  margin-bottom: 9px;
}
.f_top_wrap_body_payment {
  width: 100%;
  float: left;
  max-width: 180px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f_top_wrap_body_payment img {
  width: auto;
  float: left;
  height: auto;
}
.breadcrumbs {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.breadcrumbs_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 20px;
}
.breadcrumbs_list li {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  margin-bottom: 10px;
  color: #232323;
}
.breadcrumbs_list li a {
  width: auto;
  float: left;
  transition: .3s;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-decoration: none;
  color: #878787;
}
.breadcrumbs_list li a:hover {
  color: #232323;
}
.breadcrumbs_list li:not(:last-child) {
  position: relative;
  margin-right: 50px;
}
.breadcrumbs_list li:not(:last-child):after {
  width: 25px;
  content: "";
  position: absolute;
  height: 7px;
  display: block;
  top: 50%;
  margin-top: -2px;
  right: -40px;
  background: url("../img/brcr_arrow.svg") center no-repeat;
}
.m_personal{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 0px;

}
.m_contacts {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
.m_contacts_wrap {
  width: 100%;
  float: left;
}
.m_contacts_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.contacts_form {
  width: 100%;
  float: left;
  max-width: 480px;
  padding-left: 20px;
}
.contacts_form_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.contacts_form_list li {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
}
.main_input {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 127%;
  /* or 18px */
  display: flex;
  align-items: center;
  color: #000000;
  height: 46px;
  padding-left: 14px;
  padding-right: 14px;
  border: 1px solid #ECECEC;
}
.main_textarea {
  height: 72px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main_form_but {
  width: 100%;
  float: left;
  text-align: center;
  background: #ED1B24;
  transition: .3s;
  border: 2px solid #ED1B24;

  font-size: 20px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 900;
  min-height: 47px;
  cursor: pointer;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.main_form_but:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.m_contacts_top_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 480px);
}
.m_contacts_top_item {
  width: 100%;
  float: left;
  max-width: 100%;
  padding-right: 10px;
  margin-top: 15px;
}
.m_contacts_top_item:not(:last-child) {
  margin-right: 65px;
}
.m_contacts_top_item p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 127%;
  /* or 19px */
  display: flex;
  align-items: center;
  color: #000000;
}
.m_contacts_top_item p span {
  min-width: 85px;
  padding-right: 10px;
}
.m_contacts_top_item a {
  width: auto;
  float: left;
  min-height: 36px;
  padding-left: 52px;

  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  /* or 106% */
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #232323;
  transition: .3s;
  margin-bottom: 15px;
}
.m_contacts_top_item a:hover {
  color: #ED1B24;
}
.m_contacts_top_item .c_call_link {
  background: url("../img/c_call.svg") center left no-repeat;
}
.m_contacts_top_item .c_mail_link {
  background: url("../img/c_mail.svg") center left no-repeat;
}
.m_contacts_bottom {
  width: 100%;
  float: left;
}
.m_contacts_bottom_left {
  width: 100%;
  float: left;
  max-width: 315px;
  padding-right: 25px;
  display: flex;
  flex-direction: column;
}
.m_contacts_bottom_left .m_contacts_top_item .c_map_link {

  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  /* or 120% */
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #878787;
  transition: .3s;
  background: url("../img/c_map.svg") center left no-repeat;
}
.m_contacts_bottom_left .m_contacts_top_item .c_map_link:hover {
  text-decoration: none;
  color: #ED1B24;
}
.m_contacts_bottom_left .m_contacts_top_item {
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 50px;
}
.m_contacts_bottom_map {
  width: 100%;
  float: left;
  max-width: calc(100% - 315px);
}
#map {
  width: 100%;
  float: left;
  height: 400px;
}
.adress_title {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  /* or 118% */
  color: #000000;
  margin-bottom: 15px;
}
main {
  width: 100%;
  float: left;
}
.ui-widget-content,
.ui-widget-header {
  background: #E0E0E0;
  border: none!important;
  border-radius: 0;
}
.ui-slider-horizontal {
  height: 2px;
  margin-bottom: 10px;
}
.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: 12px;
  height: 12px;
  margin-top: -1px;
  border-radius: 100%;
  background: #ED1B24;
  border: none;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  background: #333333;
}
.m_catalog_filter_item_togle_range {
  padding-top: 10px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.m_catalog_filter_item_togle_range > p > input {
  width: calc(50% - 10px);
  height: 16px;
  transition: .3s;

  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  /* identical to box height */
  text-align: justify;
  border: none;
  color: #232323;
}
.m_catalog_filter_item_togle_range > p > input:focus {
  border-color: #333333;
}
.m_catalog_filter_item_togle_range > p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  align-items: center;
  margin-top: 0px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
}
.m_catalog_filter_item_togle_range #amount1 {
  text-align: right!important;
}
.m_catalog_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_catalog_page_wrap {
  width: 100%;
  float: left;
  display: flex;
}
.m_catalog_filter {
  width: 100%;
  float: left;
  max-width: 315px;
  padding-right: 35px;
}
.m_catalog_filter > span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 18px;
  /* identical to box height, or 78% */
  color: #000000;
  margin-bottom: 45px;
}
.m_filter_item {
  width: 100%;
  float: left;
  border: 1px solid #ECECEC;
  margin-bottom: 20px;
}
.m_filter_item_head {
  width: 100%;
  float: left;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: #ECECEC;
}
.m_filter_item_head span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  text-align: justify;
  color: #232323;
}
.m_filter_item_head img {
  width: auto;
  float: left;
  height: auto;
  transition: .3s;
  transform: rotate(180deg);
}
.m_filter_item_body {
  width: 100%;
  float: left;
  padding: 18px 20px;
  display: none;
}
.m_filter_item_body--active {
  display: block;
}
.m_filter_item_body_list {
  width: 100%;
  float: left;
}
.m_filter_item_body_list li {
  width: 100%;
  float: left;
  position: relative;
}
.m_filter_item_body_list li:not(:last-child) {
  margin-bottom: 13px;
}
.m_filter_item_body_list li input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.m_filter_item_body_list li label {
  width: 100%;
  float: left;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
}
.m_filter_item_body_list li label > span {
  width: 17px;
  height: 17px;
  transition: .3s;
  float: left;
  background: #ECECEC;
}
.m_filter_item_body_list li label p {
  width: 100%;
  float: left;
  max-width: calc(100% - 17px);
  padding-left: 13px;
  display: flex;
  justify-content: space-between;

  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #2A2828;
}
.m_filter_item_body_list li label p span {

  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  /* or 30px */
  text-align: right;
  letter-spacing: -0.01em;
  color: #878787;
}
.m_filter_item_body_list li input:checked + label > span {
  background: #ED1B24;
}
.m_filter_item_head--active img {
  transform: rotate(0deg);
}
.m_catalog_sort {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 26px;
}

.m_catalog_sort form{
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 26px;
}
.m_catalog_sort_kilk {
  width: 100%;
  float: left;
  max-width: 150px;
  margin-right: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.m_catalog_sort_kilk p {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  text-align: right;
  margin-bottom: 4px;
  color: #232323;
}
.m_catalog_sort_kilk span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  text-align: right;
  color: #232323;
}
.m_catalog_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 315px);
}
.m_catalog_sort_select {
  width: 100%;
  float: left;
  max-width: 170px;
}
.m_catalog_sort_select > span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  color: #232323;
  margin-bottom: 4px;
}
.m_catalog_pag {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.m_main_catalog_list {
  display: flex;
  flex-wrap: wrap;
}
.m_catalog_pag_reload {
  max-width: 180px;
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 121.9%;
  /* or 17px */
  display: flex;
  align-items: center;
  color: #C4C4C4;
  text-decoration: none;
  transition: .3s;
}
.m_catalog_pag_reload svg {
  width: 100%;
  float: left;
  max-width: 50px;
  margin-right: 20px;
}
.m_catalog_pag_reload svg path {
  transition: .3s;
}
.m_catalog_pag_reload:hover {
  color: #ED1B24;
}
.m_catalog_pag_reload:hover svg path {
  stroke: #ED1B24;
}
.m_pagin {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_pagin li {
  width: auto;
  float: left;
  margin-left: 7px;
}
.m_pagin li span,
.m_pagin li a {
  width: auto;
  float: left;
  min-width: 26px;
  padding-left: 2px;
  padding-right: 2px;
  min-height: 23px;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2E3033;
  transition: .3s;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  background: none;
  text-align: center;
  justify-content: center;
}
.m_pagin li a:hover {
  border-color: #ED1B24;
}
.m_pagin li span {
  min-width: 26px;
  width: auto;
  float: left;
  height: 23px;
  text-align: center;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
}
.m_pagin li.active a,
.m_pagin li.active span,
.m_pagin li .m_pagin--active {
  color: #FFF;
  background: #ED1B24;
  border-color: #ED1B24;
}
.selectric-wrapper {
  width: 100%;
  float: left;
}
.selectric .label {
  height: 17px;
  line-height: 16px;

  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #232323;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 25px;
}
.selectric-items li {
  height: 17px;
  line-height: 16px;

  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #232323;
  padding: 0 10px;
}
.selectric {
  background: none;
  transition: .3s;
}
.selectric .button {
  width: 20px;
  height: 17px;
  background: none;
}
.m_catalog_slider {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 35px;
}
.m_catalog_slider_list_main {
  width: 100%;
  float: left;
}
.m_catalog_slider_list_main li {
  width: 100%;
  float: left;
  height: 345px;
  position: relative;
  display: flex!important;
  justify-content: center;
  padding-top: 32px;
}
.m_catalog_slider_list_main li span {
  width: auto;
  float: left;

  font-size: 30px;
  line-height: 29px;
  /* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 900;
  padding: 10px;
  background: #ED1B24;
  position: relative;
  z-index: 2;
}
.m_catalog_slider_list_main li img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.m_catalog_slider_list_nav {
  width: 100%;
  float: left;
  position: absolute;
  top: 55%;
  max-width: calc(100% - (100% - 1270px) / 2);
  right: 0;
  transform: translateY(-50%);
}
.m_catalog_slider_list_nav .slick-list {
  padding-left: 0!important;
  padding-top: 10px;
}
.m_catalog_slider_list_nav .slick-track {
  padding-top: 10px;
}
.m_catalog_slider_list_nav .slick_arrow {
  position: absolute;
  top: -76px;
  width: 71px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  height: 44px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: .3s;
}
.m_catalog_slider_list_nav .slick_arrow svg path {
  transition: .3s;
}
.m_catalog_slider_list_nav .slick_arrow:hover {
  background: #ED1B24;
}
.m_catalog_slider_list_nav .slick_arrow:hover svg path {
  fill: #fff;
}
.m_catalog_slider_list_nav .slick-prev_arrow {
  right: calc((100% - 1250px) / 2 + 71px);
}
.m_catalog_slider_list_nav .slick-next_arrow {
  right: calc((100% - 1250px) / 2);
}
.m_catalog_slider_list_nav li {
  width: 100%;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #FFF;
  transition: 0s;
}
.m_catalog_slider_list_nav li:hover {
  margin-top: -10px;
  transition:0.3s;
}
.m_catalog_slider_list_nav li a {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 12px;
  text-decoration: none;
}
.m_catalog_slider_list_nav li a p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
}
.m_catalog_slider_list_nav li a span {
  width: auto;
  float: left;
  position: absolute;
  top: 10px;
  left: 12px;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  background: #ED1B24;
  padding: 2px 7px;
}
.m_catalog_slider_list_nav_img {
  width: 100%;
  float: left;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.m_catalog_slider_list_nav_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.close_filter {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 24px;
  padding: 0;
  background: none;
  border: none;
  display: none;
}
.close_filter svg {
  width: 100%;
  float: left;
}
.close_filter svg path {
  fill: #000;
}
.filter_but {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  display: none;
  margin-bottom: 25px;
}
.filter_but svg {
  margin-right: 10px;
  width: 15px;
  height: auto;
  float: left;
}
.filter_but svg path {
  fill: #fff;
}
.filter_but:hover svg path {
  fill: #ED1B24;
}
.main_slider {
  width: 100%;
  float: left;
}
.main_slider_list {
  width: 100%;
  float: left;
}
.main_slider_list li {
  width: 100%;
  float: left;
  position: relative;
  height: 400px;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
.main_slider_list li a{
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
.main_slider_list li img {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}
.main_slider_list_info {
  width: auto;
  float: left;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  position: relative;
}
.main_slider_list_info span {
  width: auto;
  float: left;

  font-size: 60px;
  line-height: 58px;
  /* identical to box height */
  text-transform: uppercase;
  background: #ED1B24;
  color: #FFFFFF;
  font-weight: 900;
  padding: 10px;
}
.main_slider_list_info .big_red_text {
  width: auto;
  margin-top: -10px;
  padding: 10px;
  float: left;

  font-size: 40px;
  line-height: 38px;
  /* identical to box height */
  text-transform: uppercase;
  background: #ED1B24;
  color: #FFFFFF;
  font-weight: 900;
}
.main_slider_list_info p:not(.big_red_text) {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 108.8%;
  /* identical to box height, or 25px */
  margin-top: 29px;
  color: #FFFFFF;
}
.main_slider_bottom {
  width: 100%;
  float: left;
  display: none!important;
}
.main_slider_list_nav {
  width: 100%;
  float: left;
  max-width: calc(100% - 360px);
}
.main_slider_list_nav li {
  width: 100%;
  float: left;
  position: relative;
}
.main_slider_list_nav li:after {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 0;
  display: block;
  height: 4px;
  background: #ED1B24;
  border-radius: 0px 5px 5px 0px;
}
.main_slider_list_nav li img {
  width: 100%;
  float: left;
  height: 130px;
  object-fit: cover;
}
.main_slider_list_nav .slick-list {
  padding-top: 50px;
  margin-top: -50px;
}
.main_slider_list_nav .slick-list{
  opacity: 0!important;
}
.main_slider_list_nav li.active_main_li {
  margin-top: -50px;
}
.main_slider_list_nav li.active_main_li:after {
  width: 100%;
  transition: 5s linear;
}
.main_slider_list_nav li.active_main_li img {
  height: 180px;
}
.main_slider_list_text {
  width: 100%;
  float: left;
  max-width: 360px;
  background: #ECECEC;
}
.main_slider_list_text .slick_arrow {
  position: absolute;
  top: -50px;
  height: 50px;
  width: 71px;
  background: #ECECEC;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: .3s;
  cursor: pointer;
}
.main_slider_list_text .slick_arrow svg path {
  transition: .3s;
}
.main_slider_list_text .slick_arrow:hover {
  background-color: #ED1B24;
}
.main_slider_list_text .slick_arrow:hover svg path {
  fill: #fff;
}
.main_slider_list_text .slick-prev_arrow {
  left: 0;
}
.main_slider_list_text .slick-next_arrow {
  left: 71px;
}
.main_slider_list_text li {
  width: 100%;
  float: left;
  padding: 23px;
}
.main_slider_list_text span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  /* or 0% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #010101;
  margin-bottom: 17px;
}
.main_slider_list_text p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  color: #010101;
  margin-bottom: 14px;
}
.main_slider_list_text a {
  width: auto;
  float: left;
  transition: .3s;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-decoration-line: underline;
  color: #878787;
}
.main_slider_list_text a:hover {
  color: #ED1B24;
  text-decoration: none;
}
.main_slider {
  background: #ECECEC;
}
.h_bottom_left_catalog {
  position: relative;
}
.h_bottom_left_catalog_list {
  width: 100%;
  float: left;
  position: absolute;
  width: calc((100vw - 1250px) / 2 + 270px);
  bottom: -2px;
  left: calc((100vw - 1250px) / -2);
  background: #ECECEC;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 632px;
  transform: translateX(-110%) translateY(100%);
  transition: .3s;
}
.h_bottom_left_catalog_list > li {
  width: 100%;
  float: left;
  max-width: 270px;
}
.h_bottom_left_catalog_list > li > a {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  text-transform: uppercase;
  text-decoration: none;
  color: #232323;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  align-items: center;
  padding-left: 10px;
  justify-content: space-between;
}
.h_bottom_left_catalog_list > li > a svg {
  transition: .3s;
  margin-right: 12px;
  min-width: 14px;
}
.h_bottom_left_catalog_list > li:hover > a {
  background: #ED1B24;
  color: #FFF;
}
.h_bottom_left_catalog_list > li:hover > a svg {
  transform: rotate(180deg);
}
.h_bottom_left_catalog_list > li:hover > a svg path {
  fill: #fff;
}
.h_bottom_left_catalog_list > li:hover > .main_menu_inside_wrap {
  opacity: 1;
  visibility: visible;
}
.h_bottom_left_catalog_list--active {
  transform: translateX(0) translateY(100%);
}
.main_menu_inside {
  width: calc(100% + 20px);
  float: left;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #FFF;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  padding-right: calc((100vw - 1250px) / 2);
  padding-top: 17px;
}
.main_menu_inside_wrap {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  padding-left: calc((100vw - 1250px) / 2 + 280px);
}
.main_menu_inside_wrap li {
  width: 100%;
  float: left;
  max-width: calc(100% / 6 - 20px);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.main_menu_inside_wrap li a {
  width: 100%;
  float: left;
  padding: 10px;
  border: 1px solid #E5E5E5;
  transition: .3s;
  max-height: 190px;
  min-height: 190px;
  overflow: hidden;
}
.main_menu_inside_wrap li a:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.main_menu_inside_wrap li a span {
  width: 100%;
  float: left;
  text-align: center;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
}
.main_menu_inside_img {
  width: 100%;
  float: left;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_menu_inside_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.close_catalog_inside {
  display: none;
}
.close_catalog {
  display: none;
}
.main_menu_inside_wrap_span {
  display: none;
}
.open_menu {
  display: none;
}
.close_standart_menu {
  display: none;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.m_card {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_card_wrap {
  width: 100%;
  float: left;
  padding-top: 10px;
}
.m_card_top {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.m_card_top_right {
  width: 100%;
  float: left;
  max-width: 425px;
  padding-left: 20px;
}
.m_card_top_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 425px);
}
.m_card_top_gallery {
  width: 100%;
  float: left;
  max-width: 505px;
}
.m_card_top_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 505px);
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #ECECEC;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_card_nav_slider {
  width: 100%;
  float: left;
  max-width: 105px;
  padding-right: 10px;
}
.m_card_nav_slider li {
  width: 100%;
  float: left;
  cursor: pointer;
  height: 89px;
  padding: 5px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  margin-top: 10px;
  margin-bottom: 10px;
}
.m_card_nav_slider li.slick-current {
  border: 1px solid #E5E5E5;
}
.m_card_nav_slider li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_card_top_right_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.m_card_top_articel {
  width: auto;
  float: left;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.m_card_top_articel span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  color: #232323;
  margin-right: 10px;
}
.m_card_top_articel p {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  /* identical to box height */
  color: #232323;
}
.m_card_top_right_price {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 42px;
}
.m_card_top_right_price p {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.m_card_top_old_price {

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height */
  color: #878787;
}
.m_card_top_old_price span {

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  /* identical to box height */
  color: #878787;
}
.m_card_top_next_price {

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height */
  color: #ED1B24;
}
.m_card_top_next_price span {

  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  /* identical to box height */
  color: #ED1B24;
}
.m_card_top_status {
  width: auto;
  float: left;
}
.m_card_top_status span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: right;
  color: #35BD05;
}
.m_card_top_status .m_card_top_status--active {
  color: #ED1B24;
}
.m_card_top_info_top {
  width: 100%;
  float: left;
}
.m_card_top_info_char {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.m_card_top_info_char li {
  width: 100%;
  float: left;
}
.m_card_top_info_char li:not(:last-child) {
  margin-bottom: 10px;
}
.m_card_top_info_char li span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  color: #232323;
  margin-right: 10px;
}
.m_card_top_info_char li p {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height */
  color: #232323;
}
.all_tovar_char {
  width: auto;
  float: left;
  transition: .3s;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-decoration-line: underline;
  margin-bottom: 20px;
  color: #878787;
}
.all_tovar_char:hover {
  text-decoration: none;
}
.m_card_top_info_bottom {
  width: 100%;
  float: left;
  padding-left: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 2px solid #ED1B24;
}
.m_card_top_info_bottom p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #232323;
}
.m_card_top_left {
  position: relative;
  display: flex;
  align-items: stretch;
}
.m_main_catalog_list_status--card {
  left: 115px;
  top: 10px;
  z-index: 10;
}
.m_card_main_slider {
  width: 100%;
  float: left;
  max-width: calc(100% - 105px);
  height: 460px;
}
.m_card_main_slider div {
  height: 100%;
}
.m_card_main_slider li {
  width: 100%;
  float: left;
  height: 100%;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.m_card_main_slider li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_kilk_wrap {
  width: 100%;
  float: left;
  max-width: 170px;
  display: flex;
  border: 1px solid #ECECEC;
  margin-right: 20px;
}
.plus {
  width: 50px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.plus span {

  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  transition: .3s;
  color: #DFDFDF;
}
.plus:hover span {
  color: #ED1B24;
}
.minus {
  width: 50px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.minus span {

  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  transition: .3s;
  color: #DFDFDF;
}
.minus:hover span {
  color: #ED1B24;
}
.counter {
  width: calc(100% - 100px);
  float: left;
}
.counter input {
  width: 100%;
  height: 56px;

  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #232323;
  border: none;
}
.m_card_top_right_buy {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.m_card_top_right_buy form {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.m_card_top_one_click_buy {
  width: 100%;
  float: left;
}
.m_card_top_one_click_buy form {
  width: 100%;
  float: left;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  padding-right: 7px;
}
.m_card_top_one_click_buy form input {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 127%;
  /* or 20px */
  border: none;
  display: flex;
  align-items: center;
  color: #000000;
  margin-right: 16px;
  padding-left: 5px;
  padding-right: 5px;
  height: 56px;
}
.review_star_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.review_star_list li {
  width: 100%;
  float: left;
  max-width: 23px;
  margin-right: 2px;
}
.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: #F7C102;
}
.main_form_but--mod {
  background: #C4C4C4;
  text-transform: none;
  border-color: #C4C4C4;
  min-width: 220px;
}
.main_form_but--mod:hover {
  background-color: #ED1B24;
  border-color: #ED1B24;
}
.m_card_top_right_like {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
}
.like_card_link {
  width: 31px;
  float: left;
}
.like_card_link svg {
  width: 100%;
  float: left;
}
.like_card_link svg path {
  transition: .3s;
}
.like_card_link:hover svg path {
  fill: #ED1B24;
}
.like_card_link.active svg path,
.like_card_link--active svg path {
  fill: #ED1B24;
}
.m_card_top_right_review {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_card_top_right_review span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #878787;
  margin-left: 12px;
  margin-right: 12px;
}
.m_card_top_right_review a {
  width: auto;
  float: left;
  transition: .3s;

  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #878787;
}
.m_card_top_right_review a:hover {
  text-decoration: none;
  color: #ED1B24;
}
.m_card_bottom {
  width: 100%;
  float: left;
}
.m_card_bottom_tabs_list {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 35px;
}
.m_card_bottom_tabs_list li {
  width: auto;
  float: left;
}
.m_card_bottom_tabs_list li:not(:last-child) {
  margin-right: 50px;
}
.m_card_bottom_tabs_list li a {
  width: auto;
  float: left;
  transition: .3s;

  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 7px;
  color: #878787;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}
.m_card_bottom_tabs_list li a:hover {
  color: #ED1B24;
}
.m_card_bottom_tabs_list li a.m_card_bottom_tabs_list--active {
  background-color: #ED1B24;
  color: #FFF;
}
.m_card_bottom_tabs_wrap {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.m_card_bottom_tabs_cont {
  width: 100%;
  float: left;
  display: none;
}
.m_card_bottom_tabs_cont--active {
  display: flex;
}
.m_card_all_info {
  justify-content: space-between;
}
.m_card_all_info_right {
  width: 100%;
  float: left;
  max-width: 296px;
}
.m_card_all_info_left {
  width: 100%;
  float: left;
  max-width: 100%;
  padding-right: 20px;
}
.m_card_all_info_item {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.m_card_all_info_item > span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 20px;
}
.m_main_catalog_list--card li {
  width: 100%;
  max-width: 100%;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.review_star--active_btn svg path {
  fill: #F7C102!important;
}
.review_star_list_dinamic--active svg path {
  fill: #F7C102!important;
}
.m_card_all_info_item_list {
  width: 100%;
  float: left;
}
.m_card_all_info_item_list li {
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_card_all_info_item_list li:nth-child(odd) {
  background: #ECECEC;
}
.m_card_all_info_item_list_name {
  width: 50%;
  float: left;
  padding-right: 13px;
  padding-left: 13px;
}
.m_card_all_info_item_list_name span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* or 100% */
  display: flex;
  align-items: center;
  color: #000000;
}
.m_card_all_info_item_list_info {
  width: 50%;
  float: left;
  padding-right: 13px;
}
.m_card_all_info_item_list_info p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #232323;
}
.m_card_all_reviews_right {
  width: 100%;
  float: left;
  max-width: 435px;
}
.m_card_all_reviews {
  justify-content: space-between;
}
.review_form {
  width: 100%;
  float: left;
  background: #ECECEC;
  padding: 20px 12px 15px 12px;
}
.review_form span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 20px;
}
.review_form .main_input {
  margin-bottom: 10px;
}
.review_form_bot {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_form_bot .main_form_but {
  max-width: 255px;
}
.m_card_all_reviews_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 510px);
  padding-right: 20px;
}
.m_card_all_reviews_left .m_catalog_pag {
  padding-left: 0;
}
.m_card_all_reviews_left_head {
  width: 100%;
  float: left;
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.m_card_all_reviews_left_head > span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #232323;
  margin-right: 10px;
}
.m_card_all_reviews_left_head .m_card_top_right_review span {
  margin-right: 0;
}
.main_reviews_list {
  width: 100%;
  float: left;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.main_reviews_list > li {
  width: 100%;
  float: left;
  padding: 24px;
  padding-bottom: 14px;
  background: #ECECEC;
  margin-bottom: 15px;
  page-break-inside: avoid;
  break-inside: avoid;
}
.main_reviews_list .review_star_list {
  margin-bottom: 23px;
}
.card_tab_title {

  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #232323;
}
.main_reviews_list_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.main_reviews_list_head p {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 100% */
  display: flex;
  align-items: center;
  color: #232323;
  margin-right: 10px;
}
.main_reviews_list_head span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 100% */
  display: flex;
  align-items: center;
  text-align: right;
  color: #232323;
}
.main_reviews_list_body {
  width: 100%;
  float: left;
}
.main_reviews_list_body p {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.fancybox-image {
  width: auto!important;
  max-width: 100%!important;
  height: auto;
}
.fancybox-image-wrap {
  max-width: 100%!important;
}
.slick-track,.slick-list{
  min-width: 100%;
}
.content_char table{
  width: 100%;
}
.content_char table tr{
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content_char table th,
.content_char table td{

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  color: #000;
  padding: 10px 15px;
  width: 50%;
  
}
.content_char table tr:nth-child(even){
  background: #ECECEC;
}
.content_char table tr td:nth-child(2){

    padding-left: 0px;
    font-weight: 500;
    font-size: 16px;
    color: #232323;
}
.c_price{
  
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #ED1B24;
}
@media (max-width: 1280px) {
  .m_catalog_slider_list_nav .slick-next_arrow {
    right: 15px;
  }
  .m_catalog_slider_list_nav .slick-prev_arrow {
    right: 86px;
  }
  .m_catalog_slider_list_nav {
    right: 0;
  }
  .h_basket span {
    display: none;
  }
  .h_bottom_left_catalog_list,
  .main_menu_inside_wrap,
  .h_top {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: none;
    height: auto;
    min-height: 100vh;
    align-items: flex-start;
    padding: 40px 15px 20px 15px;
    opacity: 1!important;
    visibility: visible!important;
    transform: translateX(-110%);
    transition: .3s;
    bottom: 0;
    z-index: 110;
    overflow: auto;
  }
  .h_bottom_left_catalog_list .container,
  .main_menu_inside_wrap .container,
  .h_top .container {
    padding-left: 0;
    padding-right: 0;
  }
  .h_top_nav_list li span,
  .h_top_nav_list li a {
    font-size: 16px;
    font-weight: bold;
  }
  .h_top_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .h_top_nav {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .h_top_nav_list {
    display: flex;
    flex-direction: column;
  }
  .h_top_nav_list li {
    width: 100%;
    float: left;
    margin-right: 0!important;
    margin-bottom: 10px;
  }
  .h_top_nav_list li span,
  .h_top_nav_list li a {
    width: auto;
    float: left;
  }
  .h_top_right {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
  }
  .h_top_call {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .h_bottom_left_catalog_list > li > a {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.25;
  }
  .open_menu {
    display: block;
    width: 24px;
    min-width: 24px;
    background: none;
    border: none;
    padding: 0;
  }
  .open_menu svg {
    width: 100%;
    float: left;
    height: auto;
  }
  .open_menu svg path {
    fill: #000;
  }
  .main_menu_inside {
    padding-left: 0;
  }
  .h_bottom_left_sale {
    display: none;
  }
  .h_bottom_left_catalog_list > li:hover > a {
    color: #333;
    background: none;
  }
  .h_bottom_left_catalog_list > li:hover > a svg {
    transform: none;
  }
  .h_bottom_left_catalog_list > li:hover > a svg path {
    fill: #333;
  }
  .active_mob_menu {
    transform: none;
  }
  .h_catalog_link:hover:after,
  .h_sale_link:hover:after {
    display: none;
  }
  .h_catalog_link:hover {
    color: #000;
  }
  .h_bottom_left_catalog_list--active {
    transform: none;
  }
  .main_menu_inside_wrap {
    background-color: #FFF;
    z-index: 101;
  }
  .h_bottom_left_catalog_list > li {
    max-width: 450px;
  }
  .h_bottom_left_catalog_list > li:hover > .main_menu_inside_wrap {
    opacity: 0;
    visibility: hidden;
  }
  .close_catalog,
  .close_catalog_inside,
  .close_standart_menu {
    display: block;
    position: absolute;
    width: 24px!important;
    max-width: 24px!important;
    right: 10px;
    top: 5px;
    padding: 0!important;
    background: none;
    border: none;
  }
  .close_catalog button,
  .close_catalog_inside button,
  .close_standart_menu button {
    width: 100%;
    float: left;
    background: none;
    border: none;
    padding: 0;
  }
  .close_catalog button svg,
  .close_catalog_inside button svg,
  .close_standart_menu button svg {
    width: 100%;
    float: left;
  }
  .close_catalog button svg path,
  .close_catalog_inside button svg path,
  .close_standart_menu button svg path {
    fill: #000;
  }
  .main_menu_inside_wrap_span {
    display: block;
    width: auto;
  
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #232323;
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: center;
    padding-left: 10px;
    justify-content: space-between;
    padding-left: 35px;
    position: relative;
  }
  .main_menu_inside_wrap_span:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    content: "";
    width: 26px;
    height: 8px;
    background: url("../img/sl_next.svg") center no-repeat;
  }
  .h_catalog_link img:first-child {
    display: block!important;
  }
  .h_catalog_link img:last-child {
    display: none!important;
  }
  .main_menu_inside {
    height: auto;
  }
  .m_card_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_card_top_info {
    border: none;
    border-left: 1px solid #ECECEC;
  }
  .m_card_top_left {
    margin-bottom: 35px;
  }
  .m_card_top_info {
    max-width: 300px;
  }
  .m_card_top_right {
    max-width: 805px;
    padding-left: 0;
  }
  .m_card_top_left {
    max-width: 805px;
  }
  .m_card_top_right_buy .main_form_but {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  .m_card_top_right_price {
    margin-bottom: 20px;
  }
  .m_card_top_right_like {
    margin-bottom: 20px;
  }
  .h_bottom_left_catalog_list > li {
    max-width: 100%;
  }
}
@media (min-width: 1199px) {
  main {
    min-height: calc(100vh - 360px);
  }
}
@media (max-width: 1199px) {
  .m_catalog_mod_list li {
    max-width: calc(100% / 3 - 20px);
  }
  .m_contacts_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_contacts_top_left {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .m_contacts_top_item:not(:last-child) {
    margin-right: 0px;
  }
  .contacts_form {
    padding-left: 0;
    max-width: 800px;
    margin-top: 25px;
  }
  .m_contacts_top {
    margin-bottom: 20px;
  }
  .m_main_catalog_list li {
    max-width: calc(100% / 2 - 20px);
  }
  .m_catalog_slider_list_nav {
    padding-left: 5px;
  }
  .main_slider_list_info span {
    font-size: 40px;
    line-height: 44px;
  }
  .main_slider_list_info .big_red_text {
    font-size: 24px;
    line-height: 28px;
  }
  .main_slider_list_info p:not(.big_red_text) {
    font-size: 18px;
  }
  .main_slider_list li {
    height: 300px;
  }
  .main_menu_inside_wrap li {
    max-width: calc(20% - 20px);
  }
  .m_main_catalog_list--card li {
    max-width: 100%;
  }
  .m_card_all_info_left {
    max-width: calc(100% - 296px);
  }
  .m_card_all_reviews_left {
    max-width: calc(100% - 435px);
  }
}
@media (max-width: 1024px) {
  .f_top_wrap_body_left {
    display: none;
  }
}
@media (max-width: 991px) {
  .m_news_list_b li{
    max-width: calc(100% / 2 - 20px);
  }
  .m_catalog_mod_list li {
    max-width: calc(100% / 2 - 20px);
  }
  .m_block_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .m_block_head_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .m_block_head {
    margin-bottom: 15px;
  }
  .block_title {
    font-size: 24px;
  }
  .f_bottom_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_bottom_wrap_left {
    margin-bottom: 20px;
  }
  .m_block_head_left_tabs li a {
    font-size: 24px;
  }
  .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    float: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
  }
  .slick-dots li {
    width: 10px!important;
    height: 10px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 100%;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    background: none;
    transition: .3s;
    margin-bottom: 0!important;
    padding: 0!important;
    background: #C4C4C4;
  }
  .slick-dots li button {
    width: 100%;
    float: left;
    height: 100%;
    border-radius: 100%;
    background: none;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    padding: 0;
  }
  .slick-dots li.slick-active {
    background-color: #ED1B24;
    border-color: #ED1B24;
  }
  .m_news .slick-dots {
    bottom: -25px;
  }
  .m_catalog_page_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_catalog_filter {
    max-width: 100%;
    padding-right: 0;
    position: fixed;
    left: 0;
    top: 0;
    height: auto;
    min-height: 100vh;
    bottom: 0;
    overflow: auto;
    background-color: #FFF;
    z-index: 999999;
    transition: .3s;
    padding-top: 15px;
    transform: translateX(-110%);
  }
  .m_catalog_filter--active {
    transform: translateX(0%);
  }
  .m_catalog_filter > span {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .close_filter {
    display: block;
  }
  .filter_but {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
  }
  .m_catalog_right {
    max-width: 100%;
  }
  .m_catalog_sort {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_catalog_sort form{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_catalog_sort p {
    margin-bottom: 0;
  }
  .m_catalog_sort_kilk {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-right: 0;
    flex-direction: row;
    margin-bottom: 15px;
  }
  .m_catalog_sort_kilk span {
    margin-left: 10px;
  }
  .selectric .label {
    line-height: 24px;
    height: 24px;
  }
  .selectric .button {
    height: 24px;
  }
  .selectric-items li {
    height: 24px;
    line-height: 24px;
  }
  .m_catalog_sort_select {
    flex-direction: column;
    align-items: center;
  }
  .m_catalog_sort_select > span {
    text-align: center;
  }
  .m_catalog_sort_select > span {
    margin-bottom: 10px;
  }
  .m_catalog_slider_list_main li span {
    font-size: 20px;
    line-height: 24px;
  }
  .m_catalog_slider_list_nav .slick_arrow {
    top: -80px;
  }
  .m_catalog {
    padding-top: 35px;
  }
  .main_menu_inside_wrap li {
    max-width: calc(25% - 20px);
  }
  .h_bottom_right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    background: #ECECEC;
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
  }
  .h_bottom_right > div {
    margin-left: 10px;
    margin-right: 10px;
  }
  .h_bottom_right > div a {
    padding-left: 0;
    padding-right: 0;
  }
  .h_bott_links a {
    min-height: auto;
  }
  .h_bottom {
    padding-top: 43px;
  }
  .h_catalog_link {
    width: 30px;
    overflow: hidden;
    text-indent: -9999px;
    height: 30px;
  }
  .h_catalog_link img {
    width: 30px;
    height: 29px;
    margin-right: 0;
    min-width: 30px;
    object-fit: contain;
  }
  .h_bottom_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 45px;
  }
  .h_bottom {
    padding-bottom: 0;
  }
  .h_bottom_logo {
    order: 1;
  }
  .h_bottom_left {
    order: 2;
  }
  .open_menu {
    order: 3;
    position: absolute;
    top: 56px;
    right: 15px;
  }
  .h_bottom_logo {
    max-width: 170px;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #FFF;
  }
  .h_basket a img {
    margin-right: 0;
  }
  .h_bottom_left_catalog_list > li > a svg {
    margin-right: 0;
  }
  main {
    padding-top: 104px;
  }
  .open_menu {
    width: 30px;
    margin-top: -1px;
  }
  .h_bottom_left {
    max-width: 30px;
  }
  header {
    transition: .3s;
  }
  .header--active {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
  .m_card_top_gallery {
    max-width: 450px;
  }
  .m_card_bottom_tabs_list li a {
    font-size: 14px;
  }
  .m_card_bottom_tabs_list li:not(:last-child) {
    margin-right: 20px;
  }
  .m_card_bottom_tabs_cont {
    flex-direction: column;
    align-items: center;
  }
  .m_card_all_info_left {
    max-width: 100%;
    padding-right: 0;
  }
  .m_card_all_reviews_left {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .m_catalog_mod_list li a{
    flex-direction: column-reverse;
  }
  .m_catalog_mod_list_left{
    max-width: 100%;
  }
  .m_news_list_b li{
    max-width: 100%;
  }
  .m_catalog {
    padding-bottom: 30px;
  }
  .m_block_head_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .m_block_head_left a {
    margin-top: 8px;
  }
  .m_block_head_left {
    margin-bottom: 0;
  }
  .m_about_company {
    padding-bottom: 20px;
  }
  .m_catalog .m_block_head_right {
    display: none;
  }
  .m_block_head_left_tabs li a {
    font-size: 18px;
    line-height: 24px;
  }
  .m_block_head_left_tabs {
    width: 100%;
    justify-content: space-between;
  }
  .f_bottom_wrap_left {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .f_bottom_wrap_left p {
    margin-right: 0;
  }
  .f_bottom_wrap_left a {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .f_bottom_wrap_left a:not(:last-child) {
    margin-right: 0;
  }
  .f_bottom {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .f_top_wrap_head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_logo {
    margin-bottom: 25px;
  }
  .f_top_wrap_body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_top_wrap_body_nav {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .f_top_wrap_body_contacts {
    margin-bottom: 25px;
  }
  .f_top_wrap_body_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .f_top_wrap_body_nav_list li {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .f_top_wrap_body_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_contacts_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_contacts_bottom_map {
    max-width: 100%;
  }
  .m_contacts_bottom_map #map {
    height: 250px;
  }
  .m_contacts {
    padding-bottom: 25px;
  }
  .m_contacts_bottom_left {
    max-width: 100%;
    padding-right: 0;
  }
  .m_contacts_bottom_left .m_contacts_top_item {
    margin-bottom: 25px;
  }
  .main_slider_list_text {
    display: none;
  }
  .main_slider_list_nav {
    max-width: 100%;
  }
  .main_slider_list_info span {
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
  }
  .main_slider_list_info .big_red_text {
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    margin-top: 0;
  }
  .main_slider_list_info p:not(.big_red_text) {
    font-size: 12px;
    margin-top: 15px;
  }
  .main_slider_list li {
    height: 186px;
  }
  .main_slider_list_nav li img {
    height: 61px;
  }
  .main_slider_list_nav li.active_main_li img {
    height: 61px;
  }
  .main_slider_list_nav li.active_main_li {
    margin-top: 0;
  }
  .main_slider_list_nav li {
    position: static;
  }
  .main_slider_list_nav .slick-list {
    position: relative;
  }
  .main_slider_list_nav li:after {
    display: none;
  }
  .main_slider_list li {
    position: relative;
  }
  .main_slider_list li:after {
    position: absolute;
    left: 0;
    bottom: 2px;
    content: "";
    width: 0;
    display: block;
    height: 4px;
    z-index: 4;
    background: #ED1B24;
    border-radius: 0px 5px 5px 0px;
  }
  .main_slider_list--active li.slick-active:after {
    width: 100%;
    transition: 5s linear;
  }
  .m_catalog {
    padding-top: 25px;
  }
  .main_menu_inside_wrap li {
    max-width: calc(33.3333% - 20px);
  }
  .m_card_bottom_tabs_list li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m_card_bottom_tabs_list {
    display: flex;
    justify-content: center;
  }
  .card_all_info_item > span {
    font-size: 14px;
  }
  .m_card_all_info_item_list_info p {
    font-size: 12px;
    line-height: 16px;
  }
  .m_card_all_info_item_list_name span {
    font-size: 12px;
    line-height: 16px;
  }
  .block_title {
    font-size: 14px;
    line-height: 18px;
  }
  .m_card_bottom_tabs_list li:not(:last-child) {
    margin-right: 10px;
  }
  .m_block_head_left_tabs li a {
    font-size: 14px;
    line-height: 18px;
  }
  .m_card_bottom_tabs_list {
    display: flex;
    flex-direction: column;
  }
  .m_card_bottom_tabs_list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .m_card_bottom_tabs_list li a {
    width: 100%;
  }
  .m_card_top_left {
    flex-direction: column;
    align-items: center;
  }
  .m_card_top_gallery {
    max-width: 100%;
  }
  .m_card_top_info {
    max-width: 100%;
    margin-top: 15px;
    padding: 0;
    border: none;
  }
  .m_card_top_info_char {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .m_contacts_top_left {
    flex-direction: column;
    align-items: flex-start;
  }
  .m_contacts_top_item {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .contacts_form {
    margin-top: 0;
  }
  .contacts_form li {
    width: 100%;
    max-width: 100%;
  }
  .m_main_catalog_list li {
    max-width: 100%;
  }
  .m_catalog_pag {
    padding-left: 0;
    flex-direction: column;
    align-items: center;
  }
  .m_catalog_pag_reload {
    margin-bottom: 20px;
  }
  .m_catalog_slider_list_nav .slick_arrow {
    top: initial;
    bottom: -62px;
  }
  .m_catalog_slider_list_nav .slick-next_arrow {
    right: 50%;
    transform: translateX(100%);
  }
  .m_catalog_slider_list_nav .slick-prev_arrow {
    right: 50%;
  }
  .main_menu_inside_wrap li {
    max-width: calc(50% - 20px);
  }
  .main_menu_inside_img {
    height: 80px;
  }
  .main_menu_inside {
    padding-top: 0;
  }
  .main_reviews_list {
    display: flex;
    flex-direction: column;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .main_reviews_list li {
    width: 100%;
  }
  .m_card_all_reviews_left_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .m_card_all_reviews_left_head > span {
    margin-bottom: 10px;
  }
  .review_form_bot {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .review_form_bot .review_star_list {
    margin-bottom: 10px;
  }
  .main_form_but {
    font-size: 14px;
    min-height: 36px;
  }
  .m_card_top_gallery {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .m_card_nav_slider,
  .m_card_main_slider {
    width: 100%;
    float: left;
    max-width: 100%;
  }
  .m_card_nav_slider {
    order: 2;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    max-width: none;
  }
  .m_card_main_slider {
    order: 1;
  }
  .m_main_catalog_list_status--card {
    left: 0;
  }
  .m_card_main_slider {
    height: 300px;
  }
  .m_card_nav_slider li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    height: 65px;
  }
  .m_card_top_right_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .m_card_top_articel {
    margin-bottom: 7px;
  }
  .review_star_list li {
    max-width: 19px;
  }
  .m_card_top_right_head {
    margin-bottom: 15px;
  }
  .breadcrumbs_list li a {
    font-size: 12px;
  }
  .breadcrumbs_list li:not(:last-child) {
    margin-right: 30px;
  }
  .breadcrumbs_list li:not(:last-child):after {
    right: -25px;
    width: 18px;
    background-size: 100% auto;
  }
  .breadcrumbs_list li {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .counter input {
    font-size: 24px;
    height: 36px;
  }
  .m_kilk_wrap span {
    margin-top: -1px;
    font-size: 24px;
  }
  .m_card_top_one_click_buy form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: none;
  }
  .m_card_top_one_click_buy form input {
    border: 1px solid #ECECEC;
    margin-right: 0;
    height: 36px;
    margin-bottom: 10px;
  }
}
