button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a{
  color:#09243E;
}
a:active,
a:focus {
  color:#09243E;
  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;
}
a,
button {
  cursor: pointer;
  text-decoration: none;
}
a,
button,
svg path {
  transition-duration: .3s;
}
* {
  box-sizing: border-box;
}
input,
textarea,
select {
  font-size: 16px!important;
}
.wrapper {
  width: 100%;
  float: left;
}
body {
  width: 100%;
  float: left;
  font-family: Proxima Nova;
  font-style: normal;
  color: #131313;
  font-size: 16px;
  line-height: 1.2;
}
input,
textarea,
select{
  font-family: Proxima Nova;
}
.container {
  width: 100%;
  float: left;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
}
header {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #09243E;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  z-index: 6;
}
.h_wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.h_top{
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  width: 100%;
  background-color: #09243E;
}
.h_top_holder{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 15px 0px;
}
.h_bottom{
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  width: 100%;
  background-color: #09243E;
}
.h_bottom_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
  width: 100%;
  padding: 15px 0px;
  position: relative;
}
.h_logo {
  width: 100%;
  float: left;
  max-width: 195px;
  margin-right: 10px;
}
.h_logo span,
.h_logo a {
  width: auto;
  float: left;
}
.h_logo span img,
.h_logo a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.h_catalog {
  width: auto;
  float: left;
}
.h_catalog:after {
  position: absolute;
  height: 40px;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.h_catalog:hover:after {
  visibility: visible;
}
.h_catalog:hover .h_catalog_dropdown {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.h_catalog_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 24px;
  gap: 15px;
  color: #09243E;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  text-decoration: none;
  min-height: 24px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition:0.3s;
}
.h_catalog:hover .h_catalog_link,
.h_links a:hover,
.h_catalog_link.active{
  background: #09243E;
  color: #fff;
  border-color: #fff;
}
.h_catalog:hover .h_catalog_link svg path,
.h_links a:hover svg path,
.h_catalog_link.active svg path {
  fill: #fff;
}
.h_catalog_dropdown {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #FFF;
  width: 100%;
  box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
  transform: translateY(100%);
  padding: 0px;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  display: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.h_catalog_dropdown .container > .h_catalog_list > li > span,
.h_catalog_dropdown .container > .h_catalog_list > li > a {
  position: relative;
}
.h_catalog_dropdown .container > .h_catalog_list > li.active > span:before,
.h_catalog_dropdown .container > .h_catalog_list > li:hover > a:before {
  opacity: 1;
  visibility: visible;
}
header {
  position: relative;
}
.h_catalog_list {
  width: 400px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: none;
}
.h_catalog_list .h_catalog_list {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.h_catalog_list span,
.h_catalog_list a {
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #09243E;
  transition: .3s;
}
.h_catalog_list li.active > span,
.h_catalog_list li:hover > a {
  color: #fff;
  background: #09243E;
}
.h_catalog_list li:hover > .h_catalog_list {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  display: flex;
}
.h_catalog_list li:hover > .h_catalog_list .h_catalog_list--lvl3{
  display: flex;
}
.h_catalog_list > li {
  width: 100%;
  float: left;
  padding-right: 10px;
}
.h_catalog_list > li span,
.h_catalog_list > li a {
  width: 100%;
  float: left;
  padding: 5px 30px 5px 10px;
}
.h_catalog_list .h_catalog_list--haschild > span,
.h_catalog_list .h_catalog_list--haschild > a {
  position: relative;
}
.h_catalog_list .h_catalog_list--haschild > span:after,
.h_catalog_list .h_catalog_list--haschild > a:after {
  width: 6px;
  height: 13px;
  content: "";
  position: absolute;
  right: 20px;
  transition: .3s;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img_n/m_h.svg") center no-repeat;
  background-size: contain;
}
.h_catalog_list .h_catalog_list--haschild.active > span:after,
.h_catalog_list .h_catalog_list--haschild > a:hover:after,
.h_catalog_list .h_catalog_list--haschild:hover a:after {
  background: url("../img_n/m_h_a.svg") center no-repeat;
  background-size: contain;
}
.h_catalog_list--first {
  opacity: 1;
  display: flex;
  visibility: visible;
}
.h_catalog_list.h_catalog_list--lvl2 .h_catalog_list--haschild > span:after, 
.h_catalog_list.h_catalog_list--lvl2 .h_catalog_list--haschild > a:after{
  display: none!important;
}
.h_catalog_list.h_catalog_list--lvl2{
  position: absolute;
  width: calc(100% - 400px);
  left: 400px;
  top: 0px;
  height: 100%;
  transform: none;
  right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px 20px;
  display: none;
  gap:70px;
  row-gap:40px;
}
.h_catalog_list.h_catalog_list--lvl2 > li{
  width: calc(100% / 4 - 70px);
}
.h_catalog_list li:last-child .h_catalog_list.h_catalog_list--lvl2 > li{
  width: calc(100% / 5 - 70px);
  padding-right: 0px;
}
.h_catalog_list.h_catalog_list--lvl2 > li > a,
.h_catalog_list.h_catalog_list--lvl2 > li > span{
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.005em;
  color: #131313;
  padding: 0px;
  margin-bottom: 10px;
}
.h_catalog_list.h_catalog_list--lvl2 > li > a:hover {
  color: #09243E !important;
}
.h_catalog_list.h_catalog_list--lvl3{
  position: relative;
  top: auto;
  right: auto;
  height: auto;
  bottom: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  transform: none;
  display: none;
  gap:1px;
}
.h_catalog_list.h_catalog_list--lvl3 > li > a,
.h_catalog_list.h_catalog_list--lvl3 > li > span{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.005em;
  padding: 0px;
  color: #6C6C6C;
}
.h_catalog_list.h_catalog_list--lvl2 li.active > span, 
.h_catalog_list.h_catalog_list--lvl2 li:hover > a{
  color: #09243E;
  background: none;
}
.h_catalog_list.h_catalog_list--lvl3 li.active > span, 
.h_catalog_list.h_catalog_list--lvl3 li:hover > a{
  color: #131313;
  background: none;
  font-weight: 600;
}
.h_nav {
  width: auto;
  float: left;
}
.h_nav_list {
  width: auto;
  float: left;
  padding: 0 7px;
  display: flex;
}
.h_nav_list li {
  width: auto;
  float: left;
}
.h_nav_list li span,
.h_nav_list li a {
  width: auto;
  float: left;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
}
.h_nav_list li.active span,
.h_nav_list li a:hover,
.h_top .phone_call:hover,
.h_logo a:hover {
  opacity: 0.7;
}
.h_search {
  width: 100%;
  float: left;
  max-width: 800px;
}
.h_search input[type="text"] {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 19px!important;
  color: #6C6C6C;
  border: none!important;
}
.h_search_form {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 13px 17px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
}
.h_search_form button {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.h_search_form button:hover {
  opacity: 0.7;
}
.h_search_form button .close_search{
  display: none;
}
.h_search_form.active{
  border: 1px solid #09243E;
}
.h_search_form.active button .btn_search{
  display: none;
}
.h_search_form.active button .close_search{
  display: block;
}
.h_search_form input {
  padding-right: 30px;
}
.action_spec{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #131313;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  max-width: 190px;
  transition:0.3s;
}
.action_spec svg{
  width: 32px!important;
  min-width: 32px!important;
}
.action_spec svg path{
  transition:0.3s;
}
.action_spec:hover{
  color: #09243E;
}
.action_spec:hover svg path{
  fill:#09243E;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  height: 24px;
  font-weight: normal;
  font-size: 12px;
  color: #45464B;
  border: 1px solid #45464B;
}
textarea {
  resize: none;
  height: 120px;
}
.h_lang {
  width: auto;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
}
.h_lang li {
  width: auto;
  float: left;
}
.h_lang li:not(:last-child):after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}
.h_lang li a {
  width: auto;
  float: left;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  color: #131313;
  transition: .3s;
}
.h_lang a:hover{
  color: #09243E;
}
.h_lang li .h_lang--active {
  font-weight: bold;
}
.h_top .phone_call{
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.h_links {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap:10px;
}
.h_links a{
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #131313;    
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 0;
}

.h_links a.h_user_link,
.h_links a.login_button{
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #131313;
  font-weight: 400;
  letter-spacing: -0.005em;
  max-width: 180px;
  transition: 0.3s;
}
.h_links a span.basket_counter,
.h_links a span.favorite_counter,
.h_links a span.compare_counter{
  position: absolute;
  top: 1px;
  right: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #09243E;
  transition-duration: .3s;
}
.h_links a:hover span.basket_counter,
.h_links a:hover span.favorite_counter,
.h_links a:hover span.compare_counter {
  color: #fff;
}
.h_links a span.basket_counter.full,
.h_links a span.favorite_counter.full,
.h_links a span.compare_counter.full{
  /*background: #09243E;
  color: #fff;
  font-weight: bold;*/
}

.h_links a.h_user_link:hover,
.h_links a.login_button:hover{
  color: #09243E;
}
.h_links a.h_user_link svg,
.h_links a.login_button svg{
  width: 25px;
  height: 25px;
}
.m_slider {
  width: 100%;
  float: left;
  margin-bottom: 0px;
}
.m_slider_list {
  width: 100%;
  float: left;
  display: flex;
  margin: 30px auto 40px auto;
}
.m_slider_list > li,
.m_slider_list li.slick-slide {
  width: 100%;
  float: left;
}
.block_banner{
  margin-top: 0px;
}
.m_slider_list img {
  width: 100%;
  display: block;
}
.m_slider_list a {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.m_slider_list a img{
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.slick-dots {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -40px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.slick-dots li {
  text-indent: -9999px;
  cursor: pointer;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #09243E;
  opacity: .7;
  transition-duration: .3s;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
  opacity: 1;
}
.block {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.block_wrap {
  width: 100%;
  float: left;
}
.brand_wrap {
  display: flex;
  align-items: center;
}
.brand_wrap .main_but {
  white-space: nowrap;
  padding-left: 35px;
  padding-right: 35px;
}
.brand_list.brand_list_all{
  margin-bottom: 20px;
  justify-content: start;
  flex-wrap: wrap;
  gap:20px;
}
.brand_list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.brand_list li {
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  width: calc(100% / 6 - 20px);
}

.brand_list li.tpl_brand_p {
  flex-direction:column;
  gap:10px;
  width: calc(100% / 5 - 16px);
  background: #fff;
  border-radius:6px;
  border: 1px solid #09243E;
  padding:20px;
  margin-bottom: 0px;
  transition-duration: .3s;
}
.brand_list li.tpl_brand_p .brand_title{
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #131313;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.brand_list li.tpl_brand_p:hover{
  box-shadow:0px 0px 15px 0px rgba(0,0,0,0.25)
}
.block_brand_main .brand_list li {
  width: auto;
  max-width: calc(100% / 7 - 20px);
}
.block_brand_main .brand_list li.brand_last {
  max-width: inherit;
}
.block_brand_main .brand_list li a{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #09243E;
  overflow: hidden;
}
.brand_list li img.brand_h{
  visibility: hidden;
  opacity: 0;
  transition:0.4s;
  display: none;
}
.brand_list li a:hover img.brand_h {
  opacity: 1;
  visibility: visible;
  display: block;
}
.brand_list li img.brand_o{
  transition:0.4s;
  opacity: 1;
  visibility: visible;
  display: block;
}
.brand_list li a:hover img.brand_o {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.light_button,
.main_but {
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  width: auto;
  float: left;
  text-decoration: none;
  background: #09243E;
  border: 1px solid #09243E;
  border-radius: 6px;
  padding: 0px 35px;
  min-height: 48px;
  display: flex;
  transition: .3s;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.light_button:hover,
.main_but:hover {
  background: #fff;
  color: #09243E;
}
.main_but--mod {
  background: #45464B;
}
.main_but--mod:hover {
  background: #45464B;
}
.categories_list_in,
.categories_list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  gap:20px;
}
.categories_list_in > li, 
.categories_list > li {
  width: calc(100% / 5 - 16px);
}
.categories_list_in > li > a, 
.categories_list > li > a {
  margin: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  gap: 10px;
  border: 1px solid #09243E;
  border-radius: 6px;
  text-decoration: none;
  color: #131313;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  overflow: hidden;
}
.categories_list_in > li > a .cat_name, 
.categories_list > li > a .cat_name{
  padding: 0px 5px 10px 5px;
  width: 100%;
  text-align: center;
}
.categories_list_in > li > a .image_wrapper, 
.categories_list > li > a .image_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.image_wrapper img {
  max-width: 100%;
  max-height: 100%;
  transition:0.5s;
}
.categories_list_in > li > a:hover .image_wrapper img,
.categories_list > li > a:hover .image_wrapper img{
  transform:scale(1.05);
}
.categories_list_in > li > a > span,
.categories_list > li > a > span{
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories_list_in li .categories_inner_list,
.categories_list li .categories_inner_list{
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 15px 15px rgb(0 0 0 / 25%);
  top: calc(100% - 4px);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
  left: 0px;
}
.categories_list_in .categories_inner_list ul,
.categories_list .categories_inner_list ul{
  padding: 15px 25px;
}
.categories_list_in > li span,
.categories_list > li span{
  transition:0.5s;
}
.categories_list_in > li a:not(.categories_m) > span,
.categories_list > li > a:not(.categories_m) > span{
  display: none;
}
.categories_list_in > li.active > a > span,
.categories_list > li.active > a > span{
  transform: rotate(180deg);
}
.categories_list_in .categories_inner_list ul li a,
.categories_list .categories_inner_list ul li a{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #6C6C6C;
  text-decoration: none;
  width: 100%;
  padding: 5px 5px;
  display: flex;
}
.categories_list_in .categories_inner_list ul li a:hover,
.categories_list .categories_inner_list ul li a:hover{
 color: #09243E;
}
.categories_list_in li.active,
.categories_list li.active{
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.categories_list_in li.active .categories_inner_list,
.categories_list li.active .categories_inner_list{
  display: block;
}

.categories_list_img {
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.categories_list_img img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 30px;
}
.block_columns {
  display: flex;
}
.block_columns > div {
  width: 33.333%;
  display: flex;
  flex-direction: column;
}
.block_columns .block_columns_item:nth-child(2) {
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
  align-items: center;
}
.block_title {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 106.8%;
  letter-spacing: 0.02em;
  color: #131313;
  margin-bottom: 20px;
}
.news_list {
  width: 100%;
  float: left;
}
.news_list li {
  width: 100%;
  float: left;
  border-radius: 10px;
  border: 1px solid #09243E;
  position: relative;
  transition-duration: .3s;
}
.news_list li .main_but:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 5;
}
.news_list li:hover .main_but {
  background: #fff;
  color: #09243E;
}
.news_list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  float: left;
  border-radius: 10px;
  padding: 20px;
}
.news_list_img img {
  max-width: 100%;
  float: left;
  max-height: 100%;
  border-radius: 10px;
}
.news_list_info {
  width: 100%;
  float: left;
  padding: 15px;
}
.news_list_info p {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 700;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
     -webkit-line-clamp: 2; 
             line-clamp: 2; 
     -webkit-box-orient: vertical;
}
.news_list_footer {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_list_footer span {
  width: auto;
  float: left;
  font-weight: 300;
  font-size: 14px;
}
.blog_pagination {
  width: 100%;
}
.news_list.news_list_all{
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}
.news_list.news_list_all li{
  width: calc(33.33% - 13.34px);;
}
.block_about_item_title {
  width: 100%;
  float: left;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
}
.block_about_item p {
  margin-bottom: 15px;
}
.block_about_item p:last-child {
  margin-bottom: 0;
}
footer {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 10px;
  color: #FFF;
  background: #09243E;
}
.f_top {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.f_top_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.f_logo {
  width: 100%;
  max-width: 280px;
  margin-bottom: 20px;
}
.f_logo span,
.f_logo a {
  width: auto;
}
.f_logo span img,
.f_logo a img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.f_nav {
  max-width: 250px;
  width: 100%;
}
.f_nav_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.f_nav_list li {
  width: 100%;
}
footer span,
footer a,
footer p {
  width: auto;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  transition: .3s;
}
footer .column_header {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
footer a:hover {
  opacity: .7;
}
.f_top ul:not(.f_soc_list) li:not(:last-child) {
  margin-bottom: 10px;
}
.f_lblock{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 280px;
}
.f_soc {
  width: auto;
}
.f_soc_list {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap:15px;
  margin-top: 10px;
}
.f_soc_list li {
  width: auto;
}
.f_soc_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  max-width: 30px;
}
.footer_catalog {
  display: flex;
  flex-direction: row;
  writing-mode: vertical-lr;
  flex-wrap: wrap;
  row-gap: 80px;
  column-gap: 10px;
  max-height: 200px;
}
.footer_catalog > li {
  margin-bottom: 0 !important;
}
.footer_catalog > * {
  writing-mode: initial;
}
.f_bottom ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p_f_nav{
  display: none!important;
}
.f_middle_soc,
.f_middle {
  display: none;
}
.f_middle_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.f_middle_contacts {
  width: 100%;
  float: left;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.f_middle_contacts a,
.f_middle_shops a {
  width: auto;
  float: left;
  text-decoration: none;
  color: #FFF;
  transition: .3s;
  font-size: 15px;
}
.f_middle_contacts a:hover {
  color: #09243E;
}
.f_middle_contacts .f_call {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.f_middle_shops {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.f_middle_shops_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.f_middle_shops_item_main{
  min-height: 60px;
}
.f_middle_shops_item span {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
.f_middle_shops_item a,
.f_middle_shops_item a.f_tel,
.f_middle_shops_item p {
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.f_middle_shops_item a,
.f_middle_shops_item a.f_tel:hover{
  text-decoration: underline;
}
.f_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.f_bottom_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
footer .copyright {
  padding-right: 21px;
}
.f_bottom_right {
  width: 100%;
  float: left;
  max-width: calc(50% - 100px);
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.f_bottom_left {
  width: 100%;
  float: left;
  max-width: calc(50% - 100px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.author {
  width: auto;
  float: left;
  color: #FFF;
  font-size: 12px;
}
.author span {
  text-decoration: underline;
}
.author a {
  color: #FFF;
  font-weight: normal;
}
.author a:hover {
  text-decoration: none;
}
.f_bottom_list {
  width: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.f_bottom_list li {
  width: auto;
  float: left;
  margin-right: 35px;
}
.f_bottom_list li a {
  width: auto;
  float: left;
  transition: .3s;
  font-size: 12px;
  color: #FFF;
}
.f_bottom_list li a:hover {
  text-decoration: none;
}
.f_bottom_payment {
  width: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.f_bottom_payment li {
  width: auto;
  float: left;
}
.f_bottom_payment li img {
  width: auto;
  float: left;
  height: auto;
}
.f_bottom_payment li:not(:last-child) {
  margin-right: 18px;
}
.review_star_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  gap:3px;
}
.product_page_head_start_holder{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.product_page_head_right .add_review{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: #fff;
  border-radius: 6px;
  color: #131313;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #E2E2E2;
}
.product_page_head_right .add_review:hover{
  background:#09243E;
  color:#fff;
}
.review_star_list li {
  width: 100%;
  float: left;
}
.review_star_list li svg {
  width: 100%;
  float: left;
  height: auto;
}
.review_star_list li svg path {
  fill: rgba(69, 70, 75, 0.5);
  transition: .3s;
}
.review_star_list .review_star_list_active svg path {
  fill: #09243E;
}
.block_reviews_holder{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.review_star_list.review_star_list--mod .review_star_list_active svg path {
  fill: #09243E;
}
.review_star--active_btn svg path,
.review_star_list .review_star_list_active svg path {
  fill: #09243E!important;
}
.review_star_list_dinamic--active svg path {
  fill: #09243E!important;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.m_kilk_wrap {
  width: 100%;
  float: left;
  max-width: 85px;
  display: flex;
  background: rgba(179, 179, 179, 0.5);
  border: 1px solid #45464B;
  align-items: center;
  position: relative;
  z-index: 3;
}
.plus {
  width: 25px;
  height: 26px;
  float: left;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: .3s;
  background: rgba(179, 179, 179, 0.25);
  border-left: 1px solid #45464B;
}
.plus svg {
  width: 20px;
}
.plus svg path {
  transition: .3s;
  fill: #45464B;
}
.plus:hover {
  background: #B3B3B3;
}
.minus {
  width: 25px;
  height: 26px;
  float: left;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: .3s;
  background: rgba(179, 179, 179, 0.25);
  border-right: 1px solid #45464B;
}
.minus svg {
  width: 20px;
}
.minus svg path {
  transition: .3s;
  fill: #45464B;
}
.minus:hover {
  background: #B3B3B3;
}
.counter {
  width: calc(100% - 50px);
  font-size: 15px!important;
  float: left;
}
.counter input {
  width: 100%;
  height: 26px;
  border: none;
  font-style: normal;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #000000;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.ui-widget-content,
.ui-widget-header {
  background: #C1C1C1;
}
.ui-slider-horizontal .ui-slider-range {
  background: rgba(0, 0, 0, 0.75);
}
.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;
  border: none;
  margin-top: 0px;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
  margin-right: -4px;
  transform: translateX(4px);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.ui-widget.ui-widget-content {
  margin-top: 15px;
  width: 100%;
  float: left;
  border: none;
  border-radius: 0;
}
.m_catalog_filter_item_range {
  position: relative;
}
.m_catalog_filter_item_range > p > input {
    width: 50%;
    font-weight: 400;
    font-size: 19px!important;
    color: #131313;
    border-radius: 6px;
    height: 34px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #09243E;
    box-sizing: border-box;
    background: none;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
.m_catalog_filter_item_range > p > input:first-child {
  border-right: none;
}
.m_catalog_filter_item_range span {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #131313;
}
.m_catalog_filter_item_range > p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  align-items: center;
  gap: 15px;
}
.catalog_tabs {
  width: auto;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  gap:90px;
}
.catalog_tabs li {
  width: auto;
  float: left;
}
.catalog_tabs li a {
  width: auto;
  text-transform: uppercase;
  transition: .3s;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  color: #6C6C6C;
  padding-bottom: 15px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
}
.catalog_tabs li a:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 3px;
  border-radius: 5px;
  content: "";
  background: #09243E;
  width: 0;
}
.catalog_tabs li a:hover {
  color: #1f1f1f;
}
.catalog_tabs li .catalog_tabs--active {
  font-weight: 900;
  color: #1f1f1f;
}
.catalog_tabs li .catalog_tabs--active:after {
  width: 100%;
}
.catalog_tabs li .catalog_tabs--active:hover {
  color: #1f1f1f;
}
.block_catalog_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog_tabs_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.catalog_tabs_cont {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog_tabs_cont--active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.catalog_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  float: left;
  gap: 20px;
}
.catalog_list > li,
.catalog_list li.slick-slide {
  width: calc(33.333% - 13.33px);
  position: relative;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #09243E;
  border-radius: 6px;
  transition-duration: .3s;
}
.catalog_list li.slick-slide {
  margin: 10px;
}
.catalog_page_full .catalog_list > li{
  width: calc(25% - 20px);
}
.catalog_list > li:hover .catalog_list_footer,
.catalog_list li.slick-slide:hover .catalog_list_footer {
  opacity: 1;
  visibility: visible;
}
.catalog_list li.slick-slide:hover,
.catalog_list > li:hover,
.categories_list_in > li > a:hover,
.categories_list > li > a:hover,
.block_brand_main .brand_list li:not(.brand_last) a:hover,
.news_list li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.m_card_main_slider .slick-arrow,
.catalog_list .slick-arrow {
  bottom: calc(50% - 20px);
  cursor: pointer;
  z-index: 2;
}
.m_card_main_slider .slick-arrow:hover svg path,
.catalog_list .slick-arrow:hover svg path {
  stroke: #09243E;
}
.m_card_main_slider .slick-arrow:hover,
.catalog_list .slick-arrow:hover {
  background-color: #fff;
}
.catalog_list .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #09243E;
  background-color: #09243E;
  bottom: calc(100% + 7px);
}
.m_card_main_slider .slick-arrow svg path,
.catalog_list .slick-arrow svg path {
  transition:0.5s;
}
.m_card_main_slider .slick-next_arrow{
  right: 0px;
  background: none;
  border: none;
  position: absolute;
}
.catalog_list .slick-next_arrow {
  right: 0px;
  position: absolute;
}
.m_card_main_slider .slick-prev_arrow{
  left: 0px;
  background: none;
  border: none;
  position: absolute;
  cursor: pointer;
}
.catalog_list .slick-prev_arrow {
  right: 50px;
  position: absolute;
  cursor: pointer;
}
.catalog_list_img {
  width: 100%;
  float: left;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog_list_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  transition: .3s;
}
.catalog_list--slider {
  margin-top: -10px;
  margin-bottom: -10px;
}
.catalog_list_name {
  width: 100%;
  color: #131313;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  transition: .3s;
  letter-spacing: -0.005em;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 61px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.catalog_list_name:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.catalog_list_name:hover{
  color: #09243E;
}
.catalog_list_price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.catalog_list_price .c_price{
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  height: 33px;
}
.catalog_list_price .c_price .ppf{
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #131313;
}
.catalog_list_price .c_price .pps{
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #131313;
}
.catalog_list_price .c_price .ppc{
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  color: #131313;
  display: flex;
  position: relative;
  height: 28px;
  align-items: flex-end;
}
.catalog_list {
  align-items: stretch;
}
.catalog_list--slider .slick-track {
  display: flex;
}
.catalog_list--slider li.slick-slide,
.catalog_list > li {
  height: inherit !important;
  display: flex;
  flex-direction: column;
}
.catalog_list--slider li.slick-slide .catalog_list_b,
.catalog_list > li .catalog_list_b {
  flex: 1;
}
.catalog_list--slider li.slick-slide .catalog_list_order,
.catalog_list > li .catalog_list_order {
  margin-top: auto;
}
.catalog_list--slider li.slick-slide .action_price + .catalog_list_buy_holder,
.catalog_list > li .action_price + .catalog_list_buy_holder {
  align-self: flex-end;
}
.catalog_list_price .c_price_a{
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  height: 33px;
}
.catalog_list_price .c_price_a .ppf{
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #09243E;
}
.catalog_list_price .c_price_a .pps{
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #09243E;
}
.catalog_list_price .c_price_a .ppc{
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #09243E;
  display: flex;
  position: relative;
  height: 33px;
  align-items: flex-end;
}
.catalog_list_price .c_price_old{
  text-decoration: line-through;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #6C6C6C;
}
.catalog_list_status {
  width: auto;
  float: left;
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index:0;
  font-weight: 700;
  color: #fff;
}
.product_page .catalog_list_status{
  left: 170px;
}
.catalog_list_status span {
  padding: 5px 10px;
  border-radius: 6px;
}
.catalog_list_status span.sale_percent{
  background: url(../img_n/discount.svg) center right no-repeat;
  background-size: contain;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  margin-top: -7px;
  z-index: -1;
}
.catalog_list_status .top {
  background-color: #09243E;
}
.catalog_list_status .new {
  background-color: #787C44;
}
.catalog_list_status .sale {
  background-color: #CC7748;
}
.catalog_list_footer {
  width: calc(100% + 2px);
  float: left;
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 16px;
  transform: translateY(100%);
  border-radius: 0px 0px 10px 10px;
  padding: 15px;
  background: #FFF;
  border: 1px solid rgba(69, 70, 75, 0.25);
  border-top: none;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  padding-right: 45%;
}
.catalog_list_like,
.catalog_list_compare {
  position: relative;
  z-index: 3;
}
.catalog_list_like svg path,
.catalog_list_compare svg path {
  transition: .3s;
}
.catalog_list_like:hover,
.catalog_list_compare:hover {
  border-color: #09243E !important;
}
.catalog_list_like:hover svg path,
.catalog_list_compare:hover svg path {
  fill: #09243E;
}
.catalog_list_like.add_to_fav--active{
  color:#09243E;
}
.catalog_list_compare.add_to_compare--active{
  color:#09243E;
}
.catalog_list_like.add_to_fav--active svg path{
  fill:#09243E;
}
.catalog_list_compare.add_to_compare--active svg path{
  fill:#09243E;
}
.catalog_list_basket {
  position: relative;
  z-index: 3;
  transition: .1s;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: 40px;
  padding: 0px;
  transition-duration: .3s;
}
.catalog_list_basket:hover{
  background: #fff;
}
.catalog_list_basket:hover svg path {
  fill: #09243E;
}
.catalog_list_order {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrumb {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.breadcrumb_list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-y: hidden;
  flex-wrap: nowrap;
  gap: 5px;
}
.breadcrumb_list li {
  display: flex;
}
.breadcrumb_list li > span,
.breadcrumb_list li > a {
  display: flex;
  white-space: nowrap;
  text-decoration: none;
  transition: .3s;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 106.8%;
  letter-spacing: -0.005em;
  color: #6C6C6C;
  padding: 25px 5px;

}
.breadcrumb_list li a:hover{
  color: #09243E;
}
.breadcrumb_list li a:hover svg path{
  fill: #09243E;
}
.page_title_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.page_title_wrap .container {
  display: flex;
  justify-content: center;
}
.page_title {
  width: auto;
  float: left;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 32px;
  color: #000000;
}
.contacts_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.contacts_page_wrap {
  width: 100%;
  float: left;
  display: flex;
  gap: 140px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.contacts_page_left {
  width: 100%;
  float: left;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts_page_call {
  font-weight: bold;
  font-size: 18px;
  color: #45464B;
  text-decoration: none;
  margin-bottom: 15px;
  transition: .3s;
}
.contacts_page_call:hover {
  color: #09243E;
}
.order_call {
  margin-top: 15px;
  background: #09243E;
  width: 100%;
  min-height: 35px;
  font-size: 18px;
}
.order_call:hover {
  background: #000;
}
.contacts_page_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 540px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:25px;
}
.contacts_page_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contacts_page_item_info {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap:10px;
}
.contacts_page_item_char {
  float: left;
  display: flex;
  width: calc(100% / 3 - 10px);
  flex-direction: column;
  gap: 10px;
}
.contacts_page_item_char span {
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
  align-items: center;
  display: flex;
  gap: 8px;
  width: 100%;
}
.contacts_page_item_char a,
.contacts_page_item_char p {
  font-weight: normal;
  color:#131313;
  font-size: 16px;
}
.contacts_page_item_char a:hover{
  color: #09243E;
}
.map {
  margin-top: 35px;
  height: 250px;
  width: 100%;
  float: left;
}
.contacts_page_item_road {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.contact_socials{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.contact_socials .f_soc_list{
  gap: 10px;
  margin: 0;
}
.contact_socials .f_soc_list li a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .3s;
  max-width: 100%;
  width: 100%;
  gap: 10px;
  color: #131313;
  padding: 0px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.contact_socials .f_soc_list li a:hover{
  color: #09243E;
}
.contact_socials .contact_socials_head{
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
  color: #131313;
}
.contacts_information{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
}
.contacts_page_mail{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.contacts_page_mail span{
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
  color: #131313;
}
.contacts_page_mail a{
  color:#131313;
  font-weight:500;
  text-decoration:none;
  font-size:17px;
}
.contacts_page_mail a:hover{
  color: #09243E;
}
.contacts_feedback{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}
.contacts_feedback_head{
  font-weight: bold;
  font-size: 18px;
  color: #131313;
}
.contacts_feedback_pretext{
  font-weight: 500;
  font-size: 16px;
  color: #131313;
}

.contacts_page_item_road .map {
  margin-top: 0px;
}
.modal {
  width: 100%;
  max-width: 550px;
  display: none;
}
.modal_title {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}
.modal_wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order_call_form {
  width: 100%;
  float: left;
  max-width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order_call_form input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
}
.order_call_form button {
  min-height: 34px;
  margin-top: 0!important;
}
input.main_but {
  cursor: pointer;
}
.cabinet_tab .page_title {
  font-size: 20px !important;
  padding-bottom: 0;
}
.block_title_mod {
  width: auto;
  float: left;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 36px;
  color: #000;
  align-self: flex-start;
}
.catalog_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.catalog_page_wrap {
  width: 100%;
  float: left;
  display: flex;
}
.catalog_page_left {
  width: 100%;
  float: left;
  max-width: 400px;
}
.catalog_page_full{
  width: 100%;
  float: left;
  max-width: calc(100%);
  margin-top: 20px;
}
.catalog_page_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 400px);
  padding-left: 20px;
}
.catalog_page_sort {
  width: 100%;
  float: left;
  display: none;
  justify-content: space-between;
  padding: 30px 15px;
  gap: 20px;
  align-items: center;
}
.sorting_pretitle{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}
.catalog_page_sort_list {
  width: auto;
  float: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.limitation_pagi_copy{
  width: 100%;
  float: left;
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;  
  padding: 0px 15px;
}
.limitation_pagi{
  width: 100%;
  float: left;
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}
.limitation{
  color: #6C6C6C;
  font-size: 19px;
  font-weight: 400;
}
.pagin {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load_more {
  width: auto;
  background: none;
  color: #09243E;
  font-weight: 400;
  font-size: 19px;
  gap: 10px;
  display: flex;
  align-items: center;
}
.load_more:hover {
  background: #09243E;
  color: #fff;
  text-decoration: none;
}
.load_more svg path{
  transition: 0.5s;
}
.load_more:hover svg path {
  stroke: #fff;
}
.pagin_list {
  gap: 10px;
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.pagin_list li {
  width: auto;
  float: left;
}
.pagin_list li span,
.pagin_list li a {
  text-decoration: none;
  transition: .3s;
  color: #6C6C6C;
  font-weight: 400;
  font-size: 16px;
  min-width: 28px;
  min-height: 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e2e2;
  background: #FBFBFB;
  border-radius: 6px;
}
.pagin_list li span,
.pagin_list li a:hover {
  color: #09243E;
}
.pagin_list li.active span,
.pagin_list li.active a{
  color: #09243E;
  font-weight: 700;
}
.pagin_list li .pagin_list_step svg path{
  transition:0.5s;
}
.pagin_list li .pagin_list_step:hover svg path{
  stroke: #09243E;
}
.pagin_list li span.separator{
  color: #6C6C6C;
}
.pagin_list li .pagin_list--active {
  font-weight: 600;
}
.m_filter {
  width: 100%;
  float: left;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.m_filter_head_holder{
  display: none;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 26px;
  margin-bottom: 20px;
}
.m_filter_head {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #131313;
  gap:10px;
}
.m_filter_head span {
    width: auto;
    float: left;
    font-size: 22px;
    font-weight: 700;
    color: #131313;
}
.m_filter_point_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.m_filter_point_list li {
  width: auto;
  float: left;
  font-weight: normal;
  font-size: 14px;
  color: #09243E;
  margin-bottom: 10px;
}
.m_filter_point_list li:not(:last-child) {
  margin-right: 15px;
}
.m_filter_point_list li button {
  margin-left: 3px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  padding: 2px;
}
.clean_filter {
  display: flex;
  text-decoration: none;
  font-size: 19px;
  font-weight: 400;
  color: #6C6C6C;
  text-align: right;
  max-width: 125px;
}
.clean_filter:hover{
  color: #131313;
  font-weight: 700;
}
.m_filter_body {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.m_filter_item {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
  padding: 20px 26px;
    list-style-type: none;
}
.m_filter_item:last-child{
  border-bottom: none;
}
.m_filter_item_head {
  width: 100%;
  float: left;
  font-size: 19px;
  font-weight: 700;
  color: #131313;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.m_filter_item_head span{
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition-duration: .3s;
}
.m_filter_item_head span:hover {
  color: #09243E;
}
.m_filter_item_head span:hover svg path {
  stroke: #09243E;
}
.m_filter_item_head span svg{
  transition:0.5s;
}
.m_filter_item_body {
  width: 100%;
  float: left;
}
.m_filter_checkboxes {
  width: 100%;
  float: left;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}
.m_filter_checkboxes li {
  width: 100%;
  float: left;
  position: relative;
}
.m_filter_checkboxes .disabled_filter{
  opacity:0.4;
  cursor:not-allowed;
  display: none;
}
.m_filter_checkboxes .disabled_filter label{
  cursor:not-allowed;
}
.m_filter_checkboxes li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.m_filter_checkboxes li label,
.catalog_page_sort_list li a {
  position: relative;
  font-size: 19px;
  color: #131313;
  font-weight: 400;
  float: left;
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction:row;
  align-items:center;
  gap:10px;
  width: 100%;
}
.catalog_page_sort_list li a {
  display: flex;
  align-items: center;
  min-height: 28px;
  text-decoration: none;
  padding-left: 38px;
}
.catalog_page_sort_list li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.m_filter_checkboxes li label > span:not(.caption) ,
.catalog_page_sort_list li a:before{
  width: 28px;
  height: 28px;
  border: 1px solid #e2e2e2;
  background: #FBFBFB;
  border-radius: 6px;
  transition-duration: .3s;
}
.m_filter_checkboxes li label:hover span:not(.caption) ,
.catalog_page_sort_list li a:hover:before {
  border-color: #09243E;
}
.m_filter_checkboxes li label span:not(.caption)  {
  position: relative;
}
.m_filter_checkboxes li label > span:after,
.catalog_page_sort_list li a:after,
.radio_section .radio_btn label:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  left: calc(50% - 6px);
  top: calc(50% - 8px);
  background-image: url(../img/check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(100%) sepia(48%) saturate(5%) hue-rotate(51deg) brightness(109%) contrast(101%);
  opacity: 0;
  transition-duration: .3s;
}
.catalog_page_sort_list li a:after {
  left: 8px;
  top: calc(50% - 7.5px);
}
.radio_section .radio_btn label:before {
  z-index: 2;
  width: 9px;
  height: 14px;
  left: 4px;
  top: 3px;
}
.m_filter_checkboxes li label p{
  width: calc(100% - 45px);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.basket_case .td_3,
.basket_case .td_5 {
  white-space: nowrap;
}
.m_filter_checkboxes li label p span:not(.caption) {
  display: flex;
  width: auto;
  height: auto;
  padding: 1px;
  height: 28px;
  min-width: 28px;
  align-items: center;
  justify-content: center;
  background: #f9f9f9 !important;
  font-size: 16px;
  flex-shrink: 0;
}
.m_filter_checkboxes li label .caption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_filter_checkboxes li input:checked + label span:not(.caption),
.catalog_page_sort_list li a.active_sort:before {
  background: #09243E;
}
.m_filter_checkboxes li input:checked + label > span:after,
.catalog_page_sort_list li a.active_sort:after,
.radio_section .radio_btn input:checked + label:before {
  opacity: 1;
}
.m_filter_item_head--active svg {
  transform: rotate(180deg);
}
.filter_close {
  position: fixed;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 15px;
  background: none;
  border: none;
  display: flex;
  z-index: 10;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  padding: 0;
  display: none;
}
.filter_close img {
  width: 100%;
  float: left;
  height: auto;
}
.mob_filter_call{
  display:none;
}
.open_filter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.brand_list li img {
  max-width: 100%;
}
.h_lang {
  display: flex;
  white-space: nowrap;
}
.h_lang li {
  display: flex;
}
.overlay {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  background: rgba(69, 70, 75, 0);
  height: 100vh;
  visibility: hidden;
  transition: .3s;
}
.overlay--active {
  visibility: visible;
  background: rgba(69, 70, 75, 0.5);
}
.close_menu {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  display: none;
  margin-left: 10px;
}
.close_menu img {
  width: 100%;
  float: left;
  height: auto;
}
.product_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.product_page_top {
  width: 100%;
  float: left;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.product_bottom {
  width: 100%;
  float: left;
}
.block_wrap_reviews {
  margin-bottom: 100px;
}
.block_wrap_reviews .block_head {
  justify-content: flex-start !important;
}
.block_wrap_reviews .add_reviews {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block_wrap_reviews .add_reviews span {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
.block_wrap_reviews .add_reviews a {
  font-weight: 300;
  font-size: 14px;
  padding: 7px 22px;
  color: #fff;
  background: #45464B;
  text-decoration: none;
  border-radius: 20px;
}
.block_wrap_reviews .add_reviews a:hover {
  text-decoration: none;
  background: #1fb2ff;
}
.product_rev_list {
  width: 100%;
  float: left;
}
.product_rev_list > li {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 10px 15px;
  background: #fbfbfb;
}
.review_star_holder{
margin-bottom:20px;
}
.add_reviews > a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: #09243E;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #09243E;
  max-width: 200px;
}
.add_reviews{
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 22px;
  font-weight: 600;
}
#add_review_link .main_but {
  width: 100%;
}
.add_reviews > a:hover{
  background: #fff;
  color: #09243E;
}
.product_rev_list > li:not(:last-child) {
  margin-bottom: 25px;
}
.product_rev_list_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.product_rev_list_head span {
  width: auto;
  font-weight: 700;
  font-size: 20px;
  float: left;
  margin-right: 10px;
}
.product_bottom_info {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.product_rev_body {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.product_rev_body p {
  margin-bottom: 15px;
  font-size: 19px;
  color: #131313;
  font-weight: 400;
}
.product_rev_list_data {
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  color: rgba(83, 75, 80, 0.5);
}
.product_bottom_item {
  width: calc(50% - 10px);
}
.product_bottom_item p:not(:last-child) {
  margin-bottom: 15px;
}
.product_bottom_info_title {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
.modal input,
.modal textarea {
  margin-bottom: 15px;
}
.contacts_form_item {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.contacts_form_item span {
  margin-right: 10px;
}
.product_page_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.product_page_head_left {
    float: left;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 20px;
}
.product_page h1 {
  font-weight: 700;
  font-size: 40px;
  color: #131313;
}
.product_page_article {
  width: auto;
  float: left;
  background: #09243E;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  border-radius: 6px;
  gap: 10px;
}
.product_page_article span{
  font-weight:700;
}
.product_page_logo {
  width: auto;
  float: left;
  height: auto;
  max-width: 75px;
  margin-right: 25px;
}
.product_page_logo img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.product_page_head_right {
  float: left;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  gap: 30px;
}
.product_page_manufacturer{
  font-weight: 400;
  color: #6C6C6C;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.product_page_manufacturer p a {
  text-decoration: none;
}
.product_page_manufacturer p a:hover{
  text-decoration:none;
  color:#09243E;
}
.go_to_rev {
  color: #131313;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
}
.go_to_rev:hover {
  text-decoration: none;
}
.product_page_main {
  width: 100%;
  float: left;
  display: flex;
}
.product_page_gallery {
  width: 100%;
  float: left;
  display: flex;
  max-width: 675px;
  height: 525px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.m_card_nav_slider {
  width: 100%;
  float: left;
  max-width: 130px;
  height: 525px;
  margin: -4px 0;
  margin-right: 20px;
}
.m_card_nav_slider li {
  width: 100%;
  float: left;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(69, 70, 75, 0.25) !important;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 125px!important;
  cursor: pointer;
  transition-duration: .3s;
}
.m_card_nav_slider li:hover,
.m_card_nav_slider li.slick-current {
  border-color: #09243E !important;
}
.m_card_nav_slider li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_card_main_slider {
  width: 100%;
  max-width: calc(100% - 150px);
  float: left;
  border: 1px solid rgba(69, 70, 75, 0.25);
  box-sizing: border-box;
  border-radius: 10px;
  height: 525px;
  cursor: pointer;
}
.m_card_main_slider .slick-arrow svg path {
  stroke: rgba(0, 0, 0, 0.75);
}
.m_card_main_slider li {
  width: 100%;
  float: left;
  height: 525px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.m_card_main_slider li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product_page_main_info {
  width: 100%;
  float: left;
  padding-left: 40px;
}
.product_page_main_info_bottom {
  width: 100%;
  float: left;
}
.product_page_bottom{
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
}
.product_page_main_title {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #131313;
  font-weight: 700;
  margin: 10px 0px;
}
.product_page_main_info_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}
.product_page_order {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  gap:10px;
}
.product_page_order_top {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.product_page_order_top_right {
  width: 100%;
  float: left;
  max-width: 120px;
  padding-left: 5px;
}
.get_border {
  width: auto;
  float: left;
  max-width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #45464B;
  text-decoration: none;
  padding: 5px 20px;
  border-top: 2px solid #45464B;
  position: relative;
  border-bottom: 2px solid #45464B;
  transition: .3s;
}
.get_border:after {
  position: absolute;
  right: 10px;
  width: 2px;
  content: "";
  display: flex;
  top: -10px;
  bottom: -10px;
  background: #45464B;
  transition: .3s;
}
.get_border:before {
  position: absolute;
  left: 10px;
  top: -10px;
  bottom: -10px;
  width: 2px;
  content: "";
  display: flex;
  background: #45464B;
  transition: .3s;
}
.get_border:hover {
  border-color: #09243E;
}
.get_border:hover:after,
.get_border:hover:before {
  background: #09243E;
}
.product_page_order_top_price {
  float: left;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  margin-right: 10px;
}
.product_page_order_top_price span {
  font-size: 18px;
  font-weight: normal;
}
.p_price_o{
  text-decoration: line-through;
  color: #45464B;
}
.product_page_order_top_price .p_price{
  display: flex;
  flex-direction: row;
  font-weight: 600;
}
.product_page_order_top_price span.measure:before {
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
}
.product_page_order_top_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
}
.product_avail {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #131313;
  border-radius: 6px;
  padding: 7px 14px 7px 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
}
.product_avail.product_avail_yes{
  color: #787C44;
}
.product_avail.product_avail_no,
.stock.out_of_stock{
  color: #CC7748;
}
.stock.out_of_stock:before {
  background-color: #CC7748;
}
.product_avail.product_avail_preorder,
.stock.preorder{
  color: #09243E;
}
.stock.preorder:before {
  background-color: #09243E;
}
.stock {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #787C44;
  padding-left: 14px;
  z-index: 0;
}
.product_page .stock {
  font-size: 16px;
}
.stock:before {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #787C44;
}

.product_page_char {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product_page_char .product_page_main_title {
  width: auto;
}
.product_page_char_list_main,
.product_page_char_list {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
}
.product_page_char_list_main li,
.product_page_char_list li {
  flex-wrap: wrap;
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.product_page_char_list li:nth-child(odd){
  background-color: #f0f0f0;
}
.product_page_char_list_main li p{
  width: auto;
  float: left;
  display: flex;
  text-align: right;
  max-width: 50%;
  padding-left: 5px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: #131313;
  font-weight: 400;
}
.product_page_char_list li p {
  width: auto;
  float: left;
  display: flex;
  text-align: right;
  max-width: 50%;
  padding-left: 5px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: #131313;
  font-weight: 400;
}
.buyer_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.product_page_char_main_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}
.product_page_char_main_holder > span{
  color: #131313;
  font-size: 19px;
  font-weight: 700;
}
.product_page_char_main_holder a{
  color: #09243E;
  font-size: 19px;
  font-weight: 400;
  text-decoration: underline;
}
.product_page_char_main_holder a:hover{
  text-decoration: none;
}
.product_page_char_list_main li > span{

  width: auto;
  float: left;
  display: flex;
  max-width: 50%;
  padding-right: 5px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 400;
  color: #6C6C6C;
}
.product_page_char_list li > span {
  width: auto;
  float: left;
  display: flex;
  max-width: 50%;
  padding-right: 5px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 400;
  color: #6C6C6C;
}
/*.product_page_char_list_main li:after,
.product_page_char_list li:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  content: "";
  background: none;
  border-bottom: 2px dotted #6C6C6C;
}*/
.product_page_order_middle {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_page_order_middle .product_page_order_basket{
  padding: 0px 14px;
}
.product_page_order_middle .product_page_order_basket:hover svg path {
  fill: #09243E;
}
.product_page_order_middle .m_kilk_wrap {
  max-width: unset;
  background:#fff;
  border-radius:6px;
  border:1px solid #E2E2E2;
  overflow:hidden;
  max-width:120px;
  margin-right: 10px;
}
.product_page_order_middle .minus,
.product_page_order_middle .plus {
  width: 40px;
  height: 48px;
  background: none;
  border: none;
}
.product_page_order_middle .minus:hover svg path,
.product_page_order_middle .plus:hover svg path{
  fill: #09243E;
}
.product_page_order_middle .counter {
  width: calc(100% - 70px);
}
.product_page_order_middle .counter input {
    height: 48px;
    background: none;
    color: #131313;
    font-size: 19px!important;
    font-weight: 400;
    min-width: 40px;
}
.one_click_buy {
  background: #09243E;
  gap: 10px;
  padding: 5px 15px;
}
.one_click_buy:hover svg path {
  fill: #09243E;
}
.product_page_order_footer {
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.product_page_order_footer a {
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  transition: .3s;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  width: 48px;
  height: 48px;
  justify-content: center;
}
.product_page_order_footer a:hover {
  color: #09243E;
}
.product_page_order_footer a svg {
  
}
.one_click_form .submit_wrap button {
  margin-top: 0;
  width:100%;
}
.one_click_form{
  width: 100%;
  max-width: 320px;
}

.m_filter_list {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.m_filter_list li {
  width: 100%;
  float: left;
  position: relative;
}
.m_filter_list li a{
  line-height: 1.2;
  text-decoration: none;
  padding-left: 0px;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  color: #45464B;
  margin-bottom: 5px;
  min-height: 20px;
  float: left;
  cursor: pointer;
  user-select: none;
}
.m_filter_list li a:hover{
  text-decoration: none;
  color: #09243E;
}
.catalog_list_bottom_compare{
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.catalog_list_bottom_compare .product_page_char_list{
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.catalog_list_compare .catalog_list_footer{
  background: #f2f2f1;
  width: 100%;
  padding: 10px;
}
.catalog_list.catalog_list_compare > li:hover .catalog_list_basket{
    transform: translateY(-2px);
}
.catalog_list.catalog_list_compare .catalog_list_like,
.catalog_list.catalog_list_compare .catalog_list_compare{
    color: #252525;
    text-decoration: none;
}
.catalog_list_compare .catalog_list_bottom{
  padding-top: 10px;
}
.catalog_list_bottom_compare .product_page_char li p,
.catalog_list_bottom_compare .product_page_char li span{
  font-size: 14px;
}

.catalog_list_compare thead tr td{
  width: 300px;
}
.compare_cart{
  min-width: 220px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.compare_cart .catalog_list_img_compare{
  display: block;
  width: 100%; 
  margin-bottom: 5px;
}
.compare_cart .catalog_list_name_compare{
  width: 100%;
  float: left;
  text-decoration: none;
  margin-bottom: 5px;
  color: #534B50;
}
.compare_cart .catalog_list_img_compare img{
  max-width: 100px;
  display: block;
  margin: 5px auto;
}
.compare_bottom{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  float: left;
  padding: 5px 22px;
}
.compare_bottom a {
  display: flex;
  padding: 5px;
}
.compare_price{
    width: auto;
    float: left;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.compare_price .catalog_list_price_old{
  text-decoration: line-through;
  font-weight: normal;
}
.catalog_compare_table{
  display: block;
  width: 100%;
  overflow-x:auto;
  overflow-y:hidden;
}
.catalog_compare_table table{
  width: 100%;
  min-width: 800px;
}
.catalog_compare_table tr:hover{
  background: #ddd;
}
.catalog_compare_table td{
  text-align: left;
  padding: 10px 8px;
  border: 1px solid #ddd;
}
.catalog_compare_table th{
  text-align: left;
  font-weight: bold;
  padding: 10px 8px;
  border: 1px solid #ddd;

}
.slick-track,.slick-list{
  min-width: 100%;
}
.brand_link{
  color: #37b5fd;
}
.brand_link:hover{
  color: #37b5fd;
  text-decoration: none;
}
.promo_holder{
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  margin-bottom: 15px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promo_holder .Cup{
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.promo_holder .promocode{
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo_holder .promocode input{
  display: inline-block;
  border-radius: 5px;
  color: #444;
  background: #fff;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  padding: 0px 15px 0px 15px;
  border-radius: 5px;
  line-height: 32px;
  margin-right: 10px;
  min-width: 250px;
}

#promo_percent{
  margin: 15px;
  font-size: 18px;
  display: inline-block;
}
#promo_percent span{
  background: #37b5fd;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}
.remove_promocode{
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
  color: #45464b;
  transition:0.3s;
  display: inline-block;
}
.remove_promocode:hover{
  transform:scale(1.2);
}
.no_discount_price{
  text-decoration: line-through;
}
.cart-images{
  position: relative;
}
.discount_label{
    background: #fd3737;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}
.block_about_main{
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 25px;
  gap:40px;
}
.block_about_main_l{
  display: flex;
  flex-direction:column;
  width: calc(100% / 2 - 40px);
}
.block_about_main_l .content:nth-child(1){
  margin-bottom: 70px;
}
.block_about_main_r{
  display: flex;
  flex-direction:column;
  width: calc(100% / 2 - 40px);   
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.main_r_gallery{
  display: block;
  width: 100%;
}
.main_r_gallery_nav{
  display: block;
  width: calc(100% - 120px);
  position: relative;
}
.main_r_gallery img,
.main_r_gallery_nav img{
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.main_r_gallery_nav li{
  margin: 5px;
  cursor: pointer;
  border: 4px solid transparent;
  border-radius: 6px;
  opacity: 0.5;
  max-width: 85px;
  max-height: 85px;
  height: 85px;
}
.main_r_gallery_nav li img{
  height: 100%;
  object-fit:cover;
}
.main_r_gallery_nav li:hover{
  opacity: 1;
}
.main_r_gallery_nav li.slick-current{
  border: 4px solid #09243E;
  opacity: 1;
}
.main_r_gallery_nav li.slick-current img{
  border-radius: 0px;
}
.main_r_gallery_nav .slick-arrow {
  top: calc(50% - 20px);
  cursor: pointer;
}
.main_r_gallery_nav .slick-next_arrow {
  right: -50px;
  background: none;
  border: none;
  position: absolute;
}
.main_r_gallery_nav .slick-prev_arrow {
  left: -50px;
  background: none;
  border: none;
  position: absolute;
}
.block_pr_2_holder{
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
}
.block_pr_2{
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  align-items: flex-start;
  justify-content: space-between;
  gap:20px;
}
.block_pr_2 li{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  width: calc(100% / 5 - 20px);
}
.block_pr_2 li img{
  max-width: 100%;
  max-height: 105px;
}
.pr_2_block{
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction:column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  min-height: 160px;
}
.pr_2_block .pr_2_title{
  font-weight: 700;
  font-size: 20px;
  color: #131313;
  text-align: left;
  width: 100%;
}
.pr_2_block .pr_2_introtext{
  font-weight: 400;
  font-size: 17px;
  color: #6C6C6C;
  text-align: left;
  width: 100%;
}

.block_pr_1_holder{
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 30px;
}
.block_pr_1{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 6px;
}
.block_pr_1 li{
  width: calc(100% / 13);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
  display: flex;
}
.block_pr_1 li:hover{
  opacity: 0.7;
}
.block_pr_1 li.block_pr_sep{
  min-height: 115px;
  background: #FBFBFB;
  border: 5px solid #09243E;
  border-radius: 6px;
}
.block_pr_1 li.block_pr_sep:last-child{
  display: none;
}
.block_pr_1 li .pr_1_block_img{
  min-height: 115px;
  width: 100%;
  background: #09243E;
  border-radius: 6px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}
.block_pr_1 li .m_sep{
  display: none;
}
.block_pr_1 li .pr_1_block_img img{
  max-width: 100%;
  display: block;
}
.block_pr_1 li .pr_1_block{
  width: 100%;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.block_pr_1 li .pr_1_block .pr_1_title{
  font-weight: 700;
  font-size: 20px;
  color: #131313;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.block_pro_holder{
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 25px;
  gap:40px;
}
.block_pro_b_1{
  display: flex;
  flex-direction:column;
  width: calc(100% / 2 - 40px);
  gap:20px;
}
.block_pro_b_1 li{
  gap:20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  align-items: center;
  justify-content: flex-start;
}
.block_pro_b_1 li:hover svg path:nth-child(1){
  fill: #09243E;
}
.block_pro_b_1 li span{
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.pro_form{
  display: flex;
  flex-direction:column;
  width: calc(100% / 2 - 40px);   
  align-items: center;
  justify-content: center;
}
.pro_form form{
  width: 100%;
  gap: 10px;
}
.form_holder{
  width: 100%;
  position: relative;
  clear: both;
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
}
.pro_form button{
  width: 100%;
}
.pro_form p{
  font-weight: 700;
  font-size: 19px;
  color: #000;
  margin-bottom: 25px;
}

.catalog_list_cw{
  width: auto;
  float: left;
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  padding: 20px 20px;
  z-index: 2;
  gap: 10px;
}
.catalog_list_b_v{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.catalog_list_manufacturer{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #6C6C6C;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.catalog_list_vendor{
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #6C6C6C;
  gap:5px;
}
.catalog_list_vendor span{
  max-width: 70%;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.catalog_list_b{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap:15px;
  width: 100%;
}
.catalog_list_aa{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.catalog_amount,
.product_page .article {
  font-weight: 400;
  font-size: 16px;
  line-height: 87.3%;
  color: #6C6C6C;
  display: flex;
  gap: 15px;
  align-items: center;
  min-width: 126px;
}
.catalog_amount span,
.product_page .article span,
.product_page_manufacturer p {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  width: 31px;
  height: 31px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.product_page .article span,
.product_page_manufacturer p a,
.product_page_manufacturer p {
  width: auto;
  padding: 0 5px;
}
.catalog_list_buy .m_kilk_wrap{
  background: none;
  border: none;
  display: flex;
  height: 34px;
  margin-right: 10px;
  align-items: center;
  justify-content: space-between;
  background: #FBFBFB;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
}
.catalog_list_buy .m_kilk_wrap .minus{
  background: none;
  border: none;
  height: 34px;
  padding-left: 0px;
}
.catalog_list_buy .m_kilk_wrap .plus{
  background: none;
  border: none;
  height: 34px;
  padding-right: 0px;
}
.catalog_list_buy .m_kilk_wrap .minus:hover svg path,
.catalog_list_buy .m_kilk_wrap .plus:hover svg path{
  fill: #09243E;
}
.catalog_list_buy .m_kilk_wrap .counter{
  background: none;
  height: 34px;
}
.catalog_list_buy .m_kilk_wrap .counter .catalog_count{
  background: none;
  height: 34px;
}
.search_box_in{
  position: relative;
  width: 100%;
}
.h_middle{
  display: none;
}
.mob_button{
  display: none;
}
.mobile_nav{
  display: none;
}
.f_top_mob_wrap{
  display: none;
}
.f_middle_shops_item_double{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.navigation_back{
  display: none;
}
.content_ad_holder{
  display: none;
}
.m_slider_list img.banner_desktop{
  display: block;
}
header.header--active .h_bottom{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
}
.h_bottom_pusher{
  display: none;
}
.catalog_list_buy_holder{
  display: flex;
}
header.header--active .h_bottom_pusher{
  display: block;
  height: 82px;
  width: 100%;
  position: relative;
}
#pop_pro_form{
  position: fixed;
  top: calc(50% - 250px);
  width: 780px;
  margin-left: -390px;
  background: #fff;
  left: 50%;
  padding: 5px;
  z-index: 333;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 0px 50px rgb(0 0 0 / 30%);
  display: none;
}
#pop_pro_form .pro_form{
  width: 100%;
  padding: 50px 50px;
}
.catalog_list_cw_mobile{
  display: none;
}

.slider-nav {
  height: 3.5px;
  background: #E2E2E2;
  border-radius: 50px;
  width: calc(100% - 120px);
  overflow: hidden;
}

.slider-handle {
  width: 100px;
  height: 3.5px;
  background: #09243E;
  border-radius: 50px;
  cursor: pointer;
}
.search_head_info{
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.005em;
  color: #6C6C6C;
  padding: 15px 15px;
}
.info_search_block{
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info_search_block span{
  font-weight: 700;
}
.search_container ul li a.catalog_list_img{
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  margin-left: 20px;
  background: #fff;
}
.search_container ul li.categories_search{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding: 0 20px;
}
.search_container ul li.categories_search .autocomplete_category{
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
}
.search_container ul li.categories_search .autocomplete_category:hover{
  color: #09243E;
  border-color: #09243E;
}
.search_container ul li.categories_search .autocomplete_category:hover svg path{
  fill: #09243E;
}
.pricelists{
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  gap: 20px;
}
.pricelists .pricelist_block{
  width: 100%;
  margin: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .3s;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
}
.pricelists .pricelist_block:hover,
.pricelists .pricelist_block.active {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
}
.pricelists .pricelist_block > a {
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #131313;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 30px 30px 30px;
}
.pricelists .pricelist_block > a > span {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.pricelists .pricelist_block.active > a > span {
    transform: rotate(180deg);
}
.pricelists .pricelist_block .pricelist{
  display: none;
  position: relative;
}
.pricelists .pricelist_block.active .pricelist{
  display: flex;
  width: 100%;
}
.pricelists .pricelist_block .pricelist iframe{
  width: 100%;
  min-height: 600px;
  max-width: 100%;
}
.pricelist_canvas{
  width: 100%;
  overflow: auto;
}
.pricelist_canvas{
  max-height: calc(100vh - 80px);
}
.pdf_navigation{
  padding: 5px 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  background: #eee;
  z-index: 2;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
.pdf_navigation .pdf_btn{
  flex-direction: row;
  align-items: center;
  gap: 5px;
  justify-content: center;
  display: flex;
}
.pdf_navigation .pdf_zoom{
  flex-direction: row;
  align-items: center;
  gap: 5px;
  justify-content: center;
  display: flex;
}
.pdf_navigation .current_page{
  width: 40px;
  background: none;
  text-align: center;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #131313;
}
.container_big{
  width: 100%;
  float: left;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
body.oh{
  overflow: hidden;
}
.block_about_main.block_about_main_prices{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  float: none;
}
.catalog_page_sort_list li a svg{
  display:none;
}
.sorting_holder{
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}
.product_page_tabs_nav{
  display:flex;
  flex-direction:row;
  gap:10px;
  margin-bottom: 20px;
}
.product_page_tabs_nav > a{
  font-size:22px;
  font-weight:600;
  color:#131313;
  text-decoration:none;
  padding: 10px 10px;
  border-radius:6px;
}
.product_page_tabs_nav > a.active,
.product_page_tabs_nav > a:hover{
  color: #fff;
  background: #09243E;
  text-decoration:none;
}
.product_page_tabs .product_page_tab{
  display: none;
  background:#fff;
  padding: 0 10px;
}

.product_page_tabs .product_page_tab.active{
  display: flex;
}
.product_page .catalog_list_aa{
  justify-content: flex-start;
  gap: 20px;
}
.product_page .product_avail{
  padding: 9px 14px 9px 14px;
}
.product_page .catalog_amount br{
  display: none;
}
.product_page_main_info_left_block{
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.info_b_holder{
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  padding: 15px 20px;
  position: relative;
}
.info_b_d_icon{
  position: absolute;
  top: 15px;
  left: -15px;
}
.info_b_d_title{
  font-size: 13px;
  font-weight: 700;
  color: #131313;
}
.info_b_d{
  gap: 10px;
  display:flex;
  flex-direction:column;
  width: 100%;
}
.info_b_d p{
  color:#6C6C6C;
  font-size:13px;
  font-weight:400;
}
.mobile_nav_search{
  display: none;
}
header .h_links .call_search_mobile{
  display:none;
}
.main_cat_link{
  display:none!important;
}
.radio_section{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  width: 100%;
  margin-bottom:20px;
}
.radio_section .radio_btn{

}
.radio_section .radio_btn label{
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  cursor: pointer;
  transition-duration: .3s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.radio_section .radio_btn label:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    left: 0;
    top: calc(50% - 8px);
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    transition-duration: .3s;
}
.radio_section .radio_btn label:hover:after {
  border-color: #09243E;
}
.radio_section .radio_btn input:checked+label {
    color: #09243E;
}
.radio_section .radio_btn input:checked+label:after {
    background-color: #09243E;
    border-color: #09243E;
}
.radio_section .radio_btn input{
  display:none;
}
.regular_user{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  margin: 5px 5px;
}
.im_regular_user {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  color: #131313;
  text-decoration: none;
}
.im_regular_user:hover{
  color: #09243E;
}

.catalog_mark_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: row;
  width: 100%;
  margin: 10px;
  margin-bottom: 20px;
}
.catalog_mark_list_item,
.catalog_mark_list .clean_filter {
  overflow: hidden;
  position: relative;
  display: flex;
  cursor: pointer;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: .3s;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  padding: 9px 10px;
  border: 1px solid #09243E;
  color: #6C6C6C;
  background: #fff;
}
.catalog_mark_list .clean_filter {
  max-width: unset;
}
.catalog_mark_list_item span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog_mark_list_item span:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalog_mark_list_item:hover,
.catalog_mark_list .clean_filter:hover{
  background: #09243E;
  color: #fff;
}
.catalog_mark_list_item:hover span svg path{
  fill:#fff;
}

.rozigrash_p,
.rozigrash_m,
.rozigrash_d{
  display:block;
  width:100%;
  max-width:100%;
  margin-bottom:20px;
}
.rozigrash_p,
.rozigrash_m{
  display:none;
}
.limitation_pagi_b{
  position: sticky;
  bottom: 0px;
  background: #fafafa;
  padding: 10px 15px;
  z-index: 3;
}
.feedback_form{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.m_filter_popular{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.m_filter_popular .popular_filter{
  text-decoration: none;
  transition: .3s;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 25px;
  border: 1px solid #E2E2E2;
  color: #6C6C6C;
  background: #fff;
}
.m_filter_popular .popular_filter.active,
.m_filter_popular .popular_filter:hover {
  font-weight: 700;
  color: #fff;
  background: #09243E;
}
.lm_t{
  display: flex;
  position: relative;
  width: 100%;
}
.pop_credit_buy{
  display: none;
  position: fixed;
  top: 138px;
  width: 800px;
  margin-left: -400px;
  background: #fff;
  left: 50%;
  padding: 5px 20px;
  z-index: 333;
  text-align: center;
  border-radius: 8px;
}
.credit_block{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px; 
  flex-wrap: wrap;
}
.catalog_list_credit{
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  transition: .3s;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  width: 48px;
  height: 48px;
  justify-content: center;
  position: relative;
}
.catalog_list_credit:hover .pop_credit_info{
  display:block;
}
.call_credit{
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  width: auto;
  float: left;
  text-decoration: none;
  background: #131313;
  border-radius: 6px;
  padding: 0px 35px;
  min-height: 48px;
  display: flex;
  transition: .3s;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.call_credit:hover{
  background: #09243E;
}
.credit_text{
  font-size:16px;
}
.credit_text span{
  font-size:18px;
  font-weight:500;
}
.credit_icon_holder{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.credit_icon{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  position: relative;
}
.credit_icon svg{
  max-width:100%;
}
.credit_icon span {
  position: absolute;
  right: -2px;
  bottom: -2px;
  font-weight: bold;
  font-size: 11px;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7c7c7;
}
.pop_credit_info {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 35;
  width: 280px;
  left: -130px;
  top: 30px;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 13px;
  color:#131313;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 35%);
}
.credit_pb_block:hover .pop_credit_info, .credit_in:hover .pop_credit_info, .credit_ot:hover .pop_credit_info, .credit_icon:hover .pop_credit_info {
  display: block;
}
.pop_credit_info .pop_close {
    display: none;
}
.pop_credit_info .credit_info_b {
  font-weight: bold;
  text-align: center;
  color: #131313;
  margin-bottom: 10px;
}
.pop_credit_info ul {
  margin-left: 18px;
}
.pop_credit_info ul li {
  list-style: numeric;
  font-size: 12px;
  color: #131313;
}
.pop_credit_info .credit_more {
  background: #000;
  color: #fff;
  text-align: center;
  width: 139px;
  display: block;
  text-decoration: none;
  padding: 5px 5px;
  font-weight: 600;
  margin: 0px auto;
  margin-top: 5px;
  border-radius: 5px;
}
.pop_credit_info .credit_more:hover {
  background: #09243E;
  color: #fff;
  text-decoration: none;
}

.product_page_info_one_click_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.product_page_info_one_click_holder .product_page_info_one_click{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.credit_pp_text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 12px;
  gap: 3px;
}
.credit_pp_text .pb_block_text{
  font-weight: 600;
}
.credit_pp_text .pb_block_text_2{
  font-weight: 500;
}
.credit_title{
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  line-height: 150%;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.product_page_info_one_click p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #fff;
  padding-right: 30px;
}
.product_page_info_one_click > img{
  width: 130px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.c_credit{
  width: calc(100% - 140px);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c_credit .c_credit_name{
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.c_credit_price{
  margin-right: 10px;
  font-weight: 800;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.c_credit_price span {
  font-size: 36px;
  font-weight: 700;
}
.credit_pp_in {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  gap: 5px;
  margin: 10px 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.credit_parts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product_page_info_one_click .credit_result_2 span, 
.product_page_info_one_click .credit_result span {
  font-weight: 700;
}
.credit_result_2, 
.credit_result {
  width: 100%;
  display: block;
}
.credit_submit{
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  width: auto;
  float: left;
  text-decoration: none;
  background: #131313;
  border-radius: 6px;
  padding: 0px 35px;
  min-height: 48px;
  display: flex;
  transition: .3s;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.credit_submit:hover{
  color: #fff;
  background: #09243E;
}
.product_page_info_one_click .one_click_form {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    max-width: 510px;
}
.credit_result table {
    width: 100%;
    margin: 10px auto;
    text-align: left;
    text-transform: capitalize;
}
.credit_result table tr {
    background: #fff;
}
.credit_result table tr td {
    border: 1px solid #ddd;
    padding: 10px 10px;
    text-transform: none;
}
.credit_result table tr th {
    border: 1px solid #ddd;
    padding: 10px 10px;
    font-weight: bold;
    text-transform: none;
}
.m_filter_buttons {
  display: none;
}
.product_page .catalog_list_price .c_price .ppf {
  font-size: 36px;
}
.product_page .catalog_list_price .c_price .pps {
  font-size: 20px;
}
.product_page .catalog_list_price .c_price .ppc {
  font-size: 24px;
}
.fancybox-close-small:hover:after {
  background: #fff!important;
}
#pop_inner .login_button:hover{
  opacity:0.7;
}
header .f_soc_list_top .f_soc_list{
  margin-top:0px;
}
@media (max-width: 1520px) {
  .h_search{
    max-width: 420px;
  }
}
@media (max-width: 1440px) {
  .product_page_gallery {
    max-width: 550px;
    height: 430px;
  }
  .m_card_nav_slider {
    max-width: 100px;
  }
  .m_card_nav_slider li.slick-slide {
    height: 99px !important;
  }
  .m_card_main_slider,
  .m_card_main_slider li.slick-slide {
    height: 430px;
  }
  .m_card_main_slider {
    max-width: calc(100% - 120px);
  }
  .product_page .catalog_list_status {
    left: 140px;
  }
  .contacts_page_wrap{
    gap:40px;
  }
  .contacts_page_right{
    max-width: calc(100% - 440px);
  }
  .h_catalog_list.h_catalog_list--lvl2 {
    gap: 40px;
    row-gap: 30px;
  }
  .h_catalog_list.h_catalog_list--lvl2 > li{
    width: calc(100% / 4 - 40px);
  }
  .h_catalog_list li:last-child .h_catalog_list.h_catalog_list--lvl2 > li{
    width: calc(100% / 4 - 40px);
  }
  .h_search{
    max-width: 600px;
  }
  .catalog_list_price .c_price_a .ppf,
  .catalog_list_price .c_price .ppf{
    font-size: 18px;
  }
  .catalog_list_name{
    font-size: 15px;
    min-height: 54px;
  }
  .catalog_list_vendor,
  .catalog_list_manufacturer{
    font-size: 13px;
  }
  .catalog_amount{
    font-size: 15px;
    gap: 5px;
  }
  .product_avail{
    font-size: 14px;
    padding: 7px 10px 7px 10px;
  }
  .catalog_list_price .c_price_a .pps,
  .catalog_list_price .c_price .pps{
    font-size: 12px;
  }
  .catalog_list_price .c_price_a .ppc,
  .catalog_list_price .c_price .ppc{
    font-size: 14px;
  }
 .catalog_list li.slick-slide{
    padding: 10px;
    width: calc(33.333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .catalog_list {
    gap: 10px;
  }
  .catalog_list > li {
    width: calc(33.33% - 6.67px);
    margin: 0;
  }
  .catalog_page_left {
    width: 350px;
    flex-shrink: 0;
  }
  .catalog_page_right {
    max-width: unset;
  }
  .catalog_page_full .catalog_list > li{
    width: calc(25% - 10px);
  }
  .f_middle_contacts .f_call{
    font-size: 17px;
  }
  .f_middle_contacts a{
    font-size: 14px;
  }
  .categories_list_in,
  .categories_list,
  .brand_list.brand_list_all {
    gap: 10px;
  }
  .categories_list_in > li,
  .categories_list > li,
  .brand_list.brand_list_all > li{
    width: calc(100% / 4 - 7.5px);
  }
  .block_pr_1 li{
    width: calc(100% / 7);
    max-width: 115px;
  }
  .block_pr_1 li.block_pr_sep{
    display: none;
  }
  .pr_2_block .pr_2_title{
    font-size: 17px;
  }
  .pr_2_block .pr_2_introtext{
    font-size: 15px;
  }
  .block_pr_1 li .pr_1_block .pr_1_title{
    font-size: 17px;  
  }
  .h_links a.h_user_link span, 
  .h_links a.login_button span{
    display: none;
  }
  .buyer_holder{
    flex-wrap: wrap;
  }
}

@media (max-width: 1260px) {
  .pr_2_block{
      min-height: 185px;
  }
  .product_page_order_top_price {
    width: 100%;
  }
  .catalog_list_buy .m_kilk_wrap {
    max-width: 75px;
    margin-right: 5px;
  }
  .catalog_list > li,
  .catalog_list li.slick-slide {
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  .footer_catalog {
    flex-direction: column;
    writing-mode: initial;
    flex-wrap: nowrap;
    gap: 10px;
    max-height: unset;
  }
  .catalog_list--slider .slick-next_arrow {
    right: 15px;
  }
  .catalog_list--slider .slick-prev_arrow {
    right: 65px;
  }
  .catalog_list--slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .brand_list li.tpl_brand_p{
    width: calc(100% / 4 - 20px);
  }
  .contacts_page_wrap{
    flex-direction: column;
    width: 100%;
  }
  .contacts_page_left{
    max-width: 100%;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
  }
  .contacts_information{
    margin-top:0px;
  }
  .contacts_page_right{
    max-width:100%;
  }
  .rozigrash_m,
  .rozigrash_d{
    display:none;
  }
  .rozigrash_p{
    display:block;
  }
  .product_page_char_main_holder > span,
  .product_page_char_main_holder a{ 
    font-size:15px;
  }
  .product_page_main_info_left_block{
    display:none;
  }
  .product_page_order{
    max-width:100%;
  }
  .product_page_char_list_main li p,
  .product_page_char_list_main li > span{
    font-size:15px;
  }
  .sorting_holder{
    flex-direction: row-reverse;
  }
  .catalog_page_sort_list li a.active_sort svg{
    display:block;
  }
  .catalog_page_sort{
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: 100%;
  }
  /*.catalog_page_sort_list li a{
    display:none;
    border:none;
  }
  .catalog_page_sort_list li a:hover{
    border: none!important;
  }
  .catalog_page_sort_list li a.active_sort{
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #fff;
    border: none;
    color: #6C6C6C;
    font-weight: 400;
    font-size: 14px;
  }*/
  /*.catalog_page_sort_list li{
    width:100%;
  }
  
  .catalog_page_sort{
    padding: 15px 15px;
  }
  .catalog_page_left{
    width: 320px;
  }
  .catalog_page_right{
    max-width: calc(100% - 320px);
    padding-left: 10px;
  }*/
  /*.catalog_page_sort_list.active a{
    display:flex;
  }
  .catalog_page_sort_list.active{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 5;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .catalog_page_sort_list.active li{
    border-radius: 0px;
    border: 1px solid #e2e2e2;
  }
  .catalog_page_sort_list.active li a.active_sort{
    color: #fff;
    background: #09243E;
    justify-content: flex-start;
    border-radius:0px;
  }
  .catalog_page_sort_list.active li:last-child{
    border-bottom-right-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
  }
  .catalog_page_sort_list.active li a.active_sort svg{
    display:none;
  }
  #sorting form{
    width:auto!important;
  }*/
  .block_about_main_l .content:nth-child(1){
    margin-bottom: 0px;
  }
  .pr_2_block {
    min-height: 155px;
  }
  .h_catalog_list.h_catalog_list--lvl2 > li{
    width: calc(100% / 3 - 30px);
  }
  .h_catalog_list li:last-child .h_catalog_list.h_catalog_list--lvl2 > li{
    width: calc(100% / 3 - 30px);
  }
  .h_catalog_list.h_catalog_list--lvl3 > li > a, .h_catalog_list.h_catalog_list--lvl3 > li > span{
    font-size: 16px;
    line-height: 19px;
  }
  .content_ad_holder{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 30px;
    position: relative;
  }
  .content_ad_holder:after{
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-right: 3px solid #09243E;
    border-bottom: 3px solid #09243E;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 6px;
  }
  .content_ad_holder:before{
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 3px solid #09243E;
    border-left: 3px solid #09243E;
    width: 30px;
    height: 30px;
    border-top-left-radius: 6px; 
  }
  .main_r_gallery_nav li{
    max-width: 115px;
    max-height: 115px;
    height: 115px;
    margin: 10px;
  }
  .main_r_gallery_nav .slick-prev_arrow svg,
  .main_r_gallery_nav .slick-next_arrow svg{
    height: 25px;
  }
  .block_about_main_l{
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  .m_slider{
    margin-bottom: 25px;
  }
  .brand_list{
    flex-wrap: wrap;
    gap: 20px;
  }
  .block_pr_2 li img{
    max-height: 90px;
  }
  .block_brand_main .brand_list li{
    width: calc(100% / 3 - 13.34px);
    max-width: inherit;
  }
  .block_brand_main .brand_list li.brand_last{
    width: 100%;
  }
  .block_adl .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pr_2_block .pr_2_title{
    font-weight: 700;
    font-size: 22px;
    line-height: 106.8%;
    letter-spacing: -0.005em;
  }
  .pr_2_block .pr_2_introtext{
    font-weight: 400;
    font-size: 19px;
    line-height: 106.8%;
    letter-spacing: -0.005em;
  }
  .block_adl .block_title{
    max-width: 560px;
  }
  .block_brand_main .brand_list li.brand_last a{
    width: auto;
  }
  .brand_list li img{
    max-width: 200px;
  }
  .h_middle{
    background: #FBFBFB;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .f_bottom {
    padding-bottom: 20px;
  }
  .f_logo{
    max-width: 250px;
  }
  .f_middle_shops li{
    max-width: 220px;
  }
  .f_middle_shops_item_main{
    min-height: 100px;
  }
  .f_middle_shops_item span{
    font-weight: 700;
    font-size: 22px;
    line-height: 106.8%;
    letter-spacing: -0.005em;
  }
  .f_middle_shops_item{
    gap:10px;
  }
  .f_middle_shops_item a,
  .f_middle_shops_item a.f_tel,
  .f_middle_shops_item p{
    font-weight: 400;
    font-size: 19px;
    line-height: 106.8%;
    letter-spacing: -0.005em;
  }
  .f_nav_list{
    margin-top: 15px;
  }
  .f_middle_contacts .f_call{
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0px;
  }
  .f_middle_contacts a{
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.005em;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .f_middle{
    width: 100%;
    float: left;
    display: flex;
    flex-direction:row;
    justify-content: center;
  }
  .f_middle_soc{
    width: 100%;
    float: left;
    display: flex;
    flex-direction:row;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
  }
  .f_middle_soc_holder{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
  }
  .f_middle_soc:before{
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    z-index: 0;
    left: 0px;
  }
  .p_f_nav{
    display: flex!important;
  }
  .p_f_nav .f_nav_list li:nth-child(-n+4){
    display: none;
  }
  .f_nav_co .f_nav_list li:nth-child(n+5){
    display: none;
  }
  .p_f_nav .f_nav_list li span, 
  .p_f_nav .f_nav_list li a{
    float: right;
    text-align: right;
  }
  .f_lblock{
    width: auto;
    align-items: center;
  }
  .f_middle_contacts {
    max-width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .f_top{
    margin-bottom: 40px;
  }
  .catalog_list > li,
  .catalog_list li.slick-slide {
    width: calc(50% - 5px);
  }
  .catalog_page_full .catalog_list > li{
    width: calc(33.3% - 20px);
  }
  .catalog_list_basket {
    transform: translateY(0px) !important;
    font-size: 0;
    width: 43px;
  }
  .catalog_list_footer {
    padding-right: 75px;
    justify-content: space-between;
    position: relative;
    width: 100%;
    border: none;
    bottom: 0;
    transform: none;
    padding: 0;
    padding-top: 15px;
    opacity: 1;
    visibility: revert;
  }
  .catalog_tabs{
    gap:69px;
  }
  .catalog_list_img img{
    padding: 0px;
  }
  .catalog_list_price .c_price_a .ppf, 
  .catalog_list_price .c_price .ppf{
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
  }
  .catalog_list_price .c_price_a .pps, 
  .catalog_list_price .c_price .pps{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.005em;
  }
  .catalog_list_price .c_price_a .ppc, 
  .catalog_list_price .c_price .ppc{
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
  }
  .product_avail{
    font-weight: 400;
    font-size: 16px;
    line-height: 106.8%;
    color: #131313;
    padding: 9px 14px 9px 14px;
    gap: 5px;
  }
  .catalog_amount{
    font-size: 16px;
    line-height: 87.3%;
  }
  .catalog_list_manufacturer{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.005em;
  }
  .catalog_list_vendor{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    letter-spacing: -0.005em;
  }
  .catalog_list_name{
    min-height: 60px;
    font-weight: 700;
    font-size: 19px;
    line-height: 106.8%;
    letter-spacing: -0.005em;
  }
  .catalog_list--slider:after{
    position: absolute;
    content: "";
    display: block;
    width: 80px;
    background: linear-gradient(to right, transparent, #fbfbfb);
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 1;
  }
  .catalog_list--slider:before{
    position: absolute;
    content: "";
    display: block;
    width: 80px;
    background: linear-gradient(to left, transparent, #fbfbfb);
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1;
  }
  .categories_list_in > li,
  .categories_list > li,
  .brand_list.brand_list_all > li {
    width: calc(100% / 3 - 6.67px);
  }
  .block_wrap.brand_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .close_menu {
    display: flex;
  }
  .h_catalog_list > li {
    margin-bottom: 3px;
  }
  .product_page_head_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_page_logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product_page h1 {
    margin-bottom: 5px;
    font-size: 36px;
  }
  .product_page_head_left {
    margin-bottom: 10px;
  }
  .product_page_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .h_lang {
    padding-left: 0;
  }
  .action_spec{
    max-width: 120px;
    font-size: 15px;
    line-height: 16px;
  }
  .h_search{
    max-width: 300px;
  }
  .block_pro_holder{    
    flex-direction: column;
  }
  .block_pro_b_1{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0px auto;
  }
  .pro_form{
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    background: #09243E;
    border-radius: 6px;
    padding: 40px 30px;
  }
  .pro_form .form_holder{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .pro_form button,
  .pro_form .form_holder .main_form_item{
    margin: 0px;
  }
  .pro_form button:hover{
    background: #6C6C6C;
  }
  .block_about_main{
    flex-direction: column;
  }
  .block_about_main_r,
  .block_about_main_l{
    width: 100%;
  }
  .block_pr_2{
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .block_pr_2 li{
    width: calc(100% / 3 - 30px);
  }

  #pop_pro_form .pro_form{
    background: #fff;
  }
  #pop_pro_form .pro_form .form_holder{
    flex-direction:column;
  }
}
@media (max-width: 1024px){
  .f_soc_list_top{
    display:none!important;
  }
  .catalog_list_price{
    gap:0px;
  }
  .f_middle_shops_item a.f_tel, .f_middle_shops_item p{
    min-height: 40px;
  }
  .block_pr_2{
    gap:30px;
  }
  .slider-handle{
    height: 4.5px;
    width: 85px;
  }
  .slider-nav{
    height: 4.5px;
    width: calc(100% - 50px);
    max-width: calc(100% - 140px);
  }
  .h_catalog_list li:hover > .h_catalog_list{
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: none;
  }
  .h_catalog_list li:hover > a{
    background: none;
    color: #131313;
  }
  .h_catalog_list .h_catalog_list--haschild > span:hover,
  .h_catalog_list .h_catalog_list--haschild > a:hover,
  .h_catalog_list .h_catalog_list--haschild.active > span,
  .h_catalog_list .h_catalog_list--haschild.active > a {
    background-color: #09243E;
    color: #fff;
  }
  .h_catalog_list .h_catalog_list--haschild > span:hover:after,
  .h_catalog_list .h_catalog_list--haschild > a:hover:after,
  .h_catalog_list .h_catalog_list--haschild.active > span:after,
  .h_catalog_list .h_catalog_list--haschild.active > a:after {
    background-image: url("../img_n/m_h_a.svg");
  }
  .h_catalog_list li.active > .h_catalog_list{
    opacity: 1;
    visibility: visible;
    overflow: visible;
    display: flex;
  }
  .h_bottom_holder{
    position: unset;
  }
  .h_catalog_list--first{
    padding-left: 45px;
  }
  .h_catalog_link{

    padding: 14px 23px 14px 23px;
  }
  .h_top_holder{
    padding: 20px 0px 10px;
  }
  .h_logo{
    max-width: 180px;
  }
  .h_lang li a{
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
  }
  .h_nav_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  .h_nav_list li{
    width: auto;
  }
  .h_nav_list li span,
  .h_nav_list li a{
    padding: 0;
  }
  .container{
    padding-left: 18px;
    padding-right: 18px;
  }
  .h_catalog:hover .h_catalog_dropdown{
    opacity: 0;
    visibility: none;
    display: none;
  }
  .h_catalog .h_catalog_dropdown.active{
    opacity: 1;
    display: flex;
    visibility: visible;
    flex-direction: column;
  }
  .h_catalog:after{
    display: none;
  }
  .h_catalog:hover .h_catalog_link{
    background: auto;
  }
  .h_catalog_link{
    pointer-events: auto;
    position: relative;
  }
  .h_catalog_link span{
    pointer-events: none;
  }
}
@media (max-width: 992px) {
  .catalog_list_price .c_price_old {
    font-size: 12px;
    line-height: 12px;
  }
  .news_list.news_list_all {
    gap: 10px;
  }
  .news_list.news_list_all li {
    width: calc(50% - 5px);
  }
  .go_to_rev {
    font-size: 18px;
    font-weight: 500;
  }
  .product_page_tabs_nav {
    margin-bottom: 10px;
    gap: 5px;
  }
  .product_page .catalog_list_aa {
    flex-wrap: wrap;
  }
  .product_page .catalog_list_status {
    left: 20px;
  }
  .m_filter_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px 20px;
    background: #fff;
  }
  .m_filter_buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    height: 40px;
    border-radius: 6px;
    border: 1px solid #09243E;
    background-color: #09243E;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
  }
  .m_filter_buttons a:hover {
    background-color: #FFFFFF;
    color: #09243E;
  }
  .m_filter_head_holder {
    display: flex;
    padding: 5px 20px;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 3;
  }
  .catalog_mark_list {
    display: none;
  }
  .h_catalog_list .h_catalog_list--haschild > span:hover,
  .h_catalog_list .h_catalog_list--haschild > a:hover,
  .h_catalog_list .h_catalog_list--haschild.active > span,
  .h_catalog_list .h_catalog_list--haschild.active > a {
    background-color: #fff;
    color: #131313;
  }
  .h_catalog_list .h_catalog_list--haschild.active > a:after,
  .h_catalog_list .h_catalog_list--haschild.active > span:after{
    transform: rotate(-90deg);
  }
  .h_catalog_list .h_catalog_list--haschild.active > span:after,
  .h_catalog_list .h_catalog_list--haschild > a:hover:after,
  .h_catalog_list .h_catalog_list--haschild:hover a:after,
  .h_catalog_list .h_catalog_list--haschild.active > a:after {
    background: url(../img_n/m_h.svg) center no-repeat;
    background-size: contain;
  }
  footer .column_header {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .catalog_list_buy {
    display: flex;
    align-items: center;
  }
  .catalog_list .slick-arrow {
    bottom: calc(100% + 3px);
  }
  .brand_list li.tpl_brand_p .brand_title{
    font-size:16px;
  }
  .brand_list li.tpl_brand_p{
    padding: 15px;
    width: calc(100% / 3 - 20px);

  }
  .limitation_pagi_b{
    bottom:0px;
  }
  .limitation_pagi_b .limitation,
  .limitation_pagi_b .load_more{
    display:none;
  }
  .limitation_pagi_b .pagin_list{
    gap:5px;
  }
  .limitation_pagi_b .pagin{
        padding-top: 5px;
        padding-bottom: 5px;
  }
  .limitation_pagi_copy{
    flex-direction: column;
  }
  .main_cat_link{
    display:flex!important;
  }
  .main_cat_link a{
    font-weight: bold!important;
    margin-top: 10px!important;
    margin-bottom:5px!important;
  }
  .match_container{
    max-width: calc(100% - 30px);
    left: 15px;
    border-radius: 6px;
    top:84px;
  }
  .mobile_nav_search .h_search{
    margin-top:35px;
  }
  .mobile_nav_search{
    display:none;
  }
  .mobile_nav_search.active{
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
    padding: 10px 0px;
    overflow-x: auto;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.55);
  }
  .h_links .h_links_item_u{
    display:none!important;
  }
  header .h_links .call_search_mobile{
    display:flex;
  }
  .sorting_holder{
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    width: auto;
  }
  .block_about_main_r{
    gap:12px;
  }
  .slider-nav{
    position: relative;
    margin-top: -5px;
  }
  .h_catalog_dropdown{
    bottom: 0;
    height: calc(100vh - 136px);
    border-radius: 0;
  }

  .block_about_main_l .content:nth-child(1){
    margin-bottom: 20px;
  }
  .header--active .h_catalog_dropdown{
    bottom: 0px;
    height: calc(100vh - 46px);
  }
  .f_middle_shops_item a.f_tel, .f_middle_shops_item p{
    min-height: auto;
  }
  .pricelist_canvas{
    height: 600px;
  }

  .pricelists .pricelist_block .pricelist iframe{
    min-height: calc(100vh - 100px);
  }
  .pricelists .pricelist_block .pricelist iframe{
    transform: scale(0.5);
  }
  .f_middle_shops li{
    max-width: 100%;
  }
  .h_middle{
    display: none;
  }

  header.header--active .h_bottom_pusher{
    height: 61px;
  }
  .block_brand_main .brand_list li.brand_last a{

    width: 100%;
    max-width: 390px;
  }
  .block_about_main_l{
    flex-direction: column;
    gap: 0px;
  }
  .content_ad_holder{
    width: calc(100% - 10px);
    padding: 20px 20px;
    margin: 5px;
  }
  .content_ad_holder:before{
    width: 45px;
    height: 45px;
  }
  .content_ad_holder:after{
    width: 45px;
    height: 45px;
  }
  .f_middle_shops_item_main{
    min-height: auto;
  }
  .h_catalog_list li > span,
  .h_catalog_list li > a{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.005em;
    color: #131313;
    background: #fff;
  }
  .h_catalog_list li.active > span{
    background: #09243E;
    border-radius: 4px;
    color: #fff;
  }
  .h_catalog_list > li{
    padding-right: 0px;
  }
  .h_catalog_dropdown .h_catalog_list{
    padding: 0px 15px;
  }


  .h_catalog_list .h_catalog_list--haschild > span:after,
  .h_catalog_list .h_catalog_list--haschild > a:after {
    width: 5px;
    height: 13px;
    content: "";
    position: absolute;
    right: 20px;
    transition: .3s;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img_n/right_n.svg") center no-repeat;
    background-size: contain;
  }

  .navigation_back{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #131313;
    text-decoration: none;
    display: flex;
    gap: 10px;
    padding: 20px 10px;
    background: #fff;
    align-items: center;
  }

  .h_catalog_list .h_catalog_list--haschild > span:after,
  .h_catalog_list .h_catalog_list--haschild > a:after {
    width: 13px;
    height: 13px;
    content: "";
    position: absolute;
    right: 20px;
    transition: .3s;
    top: calc(50% - 6.5px);
    transform: rotate(90deg);
    background: url("../img_n/m_h.svg") center no-repeat;
    background-size: contain;
  }
  .h_catalog_list li:hover > .h_catalog_list .h_catalog_list--lvl3{
    display: none;
  }
  .h_catalog_list.h_catalog_list--lvl3 > li > a, .h_catalog_list.h_catalog_list--lvl3 > li > span,
  .h_catalog_list.h_catalog_list--lvl2 > li > a, .h_catalog_list.h_catalog_list--lvl2 > li > span{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.005em;
    color: #131313;
    background: #fff;
    padding: 8px 30px 8px 10px;
    margin: 0px;
  }
  .h_catalog_list.h_catalog_list--lvl2 .h_catalog_list--haschild > span:after, 
  .h_catalog_list.h_catalog_list--lvl2 .h_catalog_list--haschild > a:after{
    display: block!important;
  }
  .h_catalog_dropdown .h_catalog_list{
    width: 100%;
  }
  .h_catalog_dropdown .h_catalog_list--first {
    padding-top: 10px;
  }
  .h_catalog_list li:hover > .h_catalog_list,
  .h_catalog_list .h_catalog_list{
    display: none;
    transform: none;
    z-index: 22222;
    visibility: visible;
    opacity: 1;
    background: #fff;
    height: 100%;
  }
  .h_catalog_list li.active > .h_catalog_list.h_catalog_list--lvl3{
    display: flex;
  }
  .h_catalog_list.h_catalog_list--lvl3{
    top: 0px;
    left: 0px;
    gap:0px;
    flex-direction:column;
    position: absolute;
    z-index: 2;
    row-gap:0px;
  }
  .h_catalog_list.h_catalog_list--lvl2{
    position: static;
    gap: 0;
  }
  .h_catalog_list .h_catalog_list {
    height: auto;
  }
  .h_catalog_list.h_catalog_list--lvl2 > li{
    width: 100%;
  }
  .h_catalog_list li:last-child .h_catalog_list.h_catalog_list--lvl2 > li{
    width: 100%;
  }
  .h_catalog_list .h_catalog_list--haschild.active > .h_catalog_list{
    display: flex;
  }
  .block_pr_1{
    flex-direction: column;
    max-width: 400px;
    margin: 0px auto;
  }
  .block_pr_1 li{
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap:5px;
  }
  
  .block_pr_1 li:nth-child(3),
  .block_pr_1 li:nth-child(7),
  .block_pr_1 li:nth-child(11),
  .block_pr_1 li:nth-child(15){
    flex-direction: row-reverse;
  }
  .block_pr_1 li > div,
  .block_pr_1 li > span{
    width: calc(100% / 3 - 10px)!important;
    max-width: 100px;
    max-height: 100px;
  }
  .block_pr_1 li .m_sep{
    display: flex;
    border: 3px solid #09243E;
    border-radius: 4px;
    min-height: 100px;
  }
  .block_pr_1 li .pr_1_block_img{
    min-height: 100px;
  }
  .catalog_list > li, .catalog_list li.slick-slide{
    position: relative;
  }
  .catalog_list_status span.sale_percent{
    margin-top: -5px;
  }
  .catalog_list_cw{
    gap: 5px;
    padding: 15px;
  }
  .h_links a.login_button svg, .h_links a.h_user_link svg{
    height: 38px!important;
  }
  .h_bottom_holder{
    padding: 10px 0px;
  }
  .f_middle_shops{
    flex-direction: column;
  }
  .f_middle_shops_item_main{
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .f_middle_shops_item_double{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
  }
  .f_middle_shops_item_double .f_middle_shops_item:nth-child(1){
    text-align: left;
    width: calc(100% / 2 - 10px);
  }
  .f_middle_shops_item_double .f_middle_shops_item:nth-child(2){
    text-align: right;
    width: calc(100% / 2 - 10px);
  }
  .f_middle_shops li{
    width: 100%;
  }
  .f_top{
    margin-bottom: 25px;
  }
  .f_middle_soc{
    margin-bottom: 15px;
  }
  .block_title {
    font-size: 24px;
  }
  .catalog_tabs li a{
    font-size: 24px;
  }
  .categories_list_in > li,
  .categories_list > li,
  .brand_list.brand_list_all > li{
    width: calc(100% / 3 - 20px);
  }
  .h_nav_list li span, .h_nav_list li a{
    font-size: 14px;
    padding: 5px 5px;
  }
  .contacts_page_wrap {
    flex-direction: column;
    align-items: center;
  }
  .contacts_page_right {
    max-width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .contacts_page {
    margin-bottom: 25px;
  }
  .catalog_page_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .catalog_page_left {
    max-width: 100%;
  }
  .catalog_page_right {
    max-width: 100%;
    padding-left: 0;
  }
  .catalog_list > li,
  .catalog_list li.slick-slide {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
  } 
  .catalog_page_full .catalog_list > li{
    width: calc(33.333% - 20px);
  }
  .catalog_list--slider li {
    margin-bottom: 0;
  }
  .pagin {
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
  }
  .catalog_page {
    margin-bottom: 25px;
  }
  .block_title_mod {
    font-size: 24px;
  }
  .block_columns {
    flex-wrap: wrap;
    align-items: center;
  }
  .block_columns > div {
    width: 100%;
    margin-bottom: 25px;
  }
  .block_columns > div:nth-child(2) {
    order: -10;
    padding: 0!important;
  }
  .m_filter {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    z-index: 100;
    height: 100vh;
    padding: 40px 15px 55px 15px;
    background-color: #FFF;
    transition: .3s;
    transform: translateX(-110%);
  }
  .m_filter--active {
    transform: none;
  }
  .m_filter_head:after {
    display: none;
  }
  .filter_close {
    display: flex;
    cursor: pointer;
    transition-duration: .3s;
  }
  .filter_close:hover {
    opacity: 0.7;
  }
  .open_filter {
    display: flex;
    gap:10px;
    font-size:18px;
    font-weight:700;
    color: #fff;
    text-decoration:none;
    min-height: 27px;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #09243E;
    border: 1px solid #09243E;
  }
  .open_filter:hover {
    background-color: #fff;
    color: #09243E;
  }
  .open_filter:hover svg path {
    fill: #09243E;
  }
  /*.catalog_page_sort_list li a{
    padding:9px 5px;
  }*/
  .open_filter_2{
    border:1px solid #E2E2E2;
    font-size: 13px;
    font-weight:400;
    color:#6C6C6C;
    text-decoration:none;
    padding: 8px 5px 8px 5px;
    background:#fff;
    border-radius: 6px;
  }
  .mob_filter_call{
    display:flex;
    flex-direction: column;
    gap: 10px;
  }
  .catalog_page_sort {
    display: flex;
    flex-direction: row;
    align-items: center;    
    margin-bottom: 20px;
    gap: 5px;
    padding: 0;
    justify-content: space-between;
  }
  .sorting_pretitle{
    font-size:18px;
  }
  .catalog_page_right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block_news .block_columns {
    justify-content: space-between;
  }
  .block_news .block_columns_item {
    width: calc(50% - 10px);
  }
  .block_news .block_head {
    width: 100%;
  }
  .catalog_tabs {
    justify-content: center;
  }
  .catalog_tabs li:not(:last-child) {
    margin-right: 10px;
  }
  .catalog_tabs li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
  }
  .block_head .main_but {
    margin-top: 20px;
  }
  .m_slider_list a {
    font-size: 24px;
    padding-bottom: 10px;
    border-width: 3px;
  }
  .m_slider_list > li,
  .m_slider_list li.slick-slide {
    height: initial;
    min-height: 300px;
  }
  .m_slider_list .slick-track {
    display: flex;
  }
  .m_slider_list .slick-arrow {
    width: 10px;
    height: 20px;
  }
  .m_slider_list > li,
  .m_slider_list li.slick-slide {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .block_catalog .slick-dots {
    bottom: 35px;
  }
  .breadcrumb_list li > span, .breadcrumb_list li > a{
    padding: 20px 3px;
    font-size:15px;
  }
  .news_list_img {
    height: 200px;
  }
  .block_columns {
    margin-bottom: 50px;
  }
  .product_page_main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product_page_main_info {
    max-width: 100%;
    padding-left: 0;
  }
  .product_page_gallery {
    height: auto;
    flex-direction: column-reverse;
    margin-bottom: 25px;
    max-width: 430px;
  }
  .product_page .catalog_list_aa{

    flex-direction: row;
  }
  .product_page_char_list li > p,
  .product_page_char_list li > span{
    font-size:14px;
  }
  .product_page_tabs_nav > a{
    font-size:16px;
  }
  .product_page_tabs .product_page_tab{
    padding: 0;
  }
  .product_page_top {
    gap: 20px;
  }
  .m_card_nav_slider {
    height: auto;
    max-width: 100%;
    margin: 0 -4px;
  }
  .m_card_nav_slider li.slick-slide {
    margin: 0;
    margin-left: 4px;
    margin-right: 4px;
    height: auto !important;
  }
  .m_card_main_slider {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .product_page_head_left {
    padding-right: 0;
  }
  .mob_button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    order: -1;
    background-color: #FFF;
    border-radius: 6px;
  }
  .mob_button .menu_ico{
    display: block;
  }
  .mob_button .close_ico{
    display: none;
  }
  .mob_button.active .menu_ico{
    display: none;
  }
  .mob_button.active .close_ico{
    display: block;
  }
  .mobile_nav{
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    height: calc(100vh - 70px);
    gap: 15px;
    left: 0px;
    z-index: 10;
    background: #FBFBFB;
    width: 100%;
    box-shadow: 0px 8px 10px rgb(0 0 0 / 10%);
  }
  .mobile_nav.preload_mnav{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .h_top_holder > .h_lang,
  .h_bottom_holder > .action_spec,
  .h_middle > .container > .h_nav,
  .h_bottom_holder > .h_search{
    display: none;
  }
  .h_top_holder .h_lang{
    display: none;
  }
  .h_bottom_holder .h_search{
    display: none;
  }
  .h_bottom_holder .action_spec{
    display: none;
  }
  .h_top .mobile_nav .h_nav{
    display: flex;
  }
  .h_search{
    max-width: calc(100% - 30px);
    margin: 0px auto;
  }
  .h_top .h_nav .h_nav_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .mobile_nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 10px;
    color: #09243E !important;
    width: 100% !important;
    font-size: 16px !important;
    text-decoration: none;
  }
  .h_nav_list li {
    width: 100%;
  }
  .h_nav_list a {
    text-align: center;
    font-size: 16px;
  }
  .action_spec{
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
  .action_spec svg path{
    fill:#09243E;
  }
  .h_search_form{
    padding: 5px 10px;
  }
  .h_search_form button{
    width: 40px;
  }
  .h_search_form button svg{
    width: 16px; 
  }
  .h_search input[type="text"]{
    font-size: 15px!important;
  }
  .h_lang{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .brand_list li img {
    max-width: 130px;
    width: auto;
  }
  .brand_wrap .main_but {
    width: 100%;
    max-width: 390px;
    padding: 0px 0px;
    min-height: 46px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }
  .categories_list_in,
  .categories_list{
    gap:10px;
  }
  .categories_list_in > li,
  .categories_list > li,
  .brand_list.brand_list_all > li{
    width: calc(100% / 2 - 5px);
  }
  .catalog_list--slider {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .container{
    padding-left: 10px;
    padding-right: 10px;
  }
  .catalog_list_b_v{
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1px;
  }
  .catalog_list_vendor{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
  .catalog_list_manufacturer{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
  }
  .catalog_list_b{
    gap: 10px;
  }
  .catalog_list_aa{
    width: 100%;
    gap: 5px;
  }
  .catalog_amount span{
    width: 29px;
    height: 25px;
  }
  .catalog_list_name{
    letter-spacing: -0.005em;
    min-height: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 106.8%;
  }
  .search_container .catalog_list_name{
    font-weight: 700;
    font-size: 14px;
    line-height: 106.8%;
    min-height: auto;
    margin-bottom: 8px;
  }
  .catalog_list_basket{
    height: 30px;
    min-height: 30px;
  }
  .catalog_list_buy .m_kilk_wrap{
    height: 30px;
  }
  .catalog_list > li, .catalog_list li.slick-slide{
    width: calc(50% - 5px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .catalog_list > li {
    margin: 0;
  }
  .catalog_page_full .catalog_list > li{
    width: calc(50% - 6px);
  }
  .block_pr_1{
    flex-wrap: wrap;
  }
  .block_pro_b_1 li{
    gap: 10px;
  }
  .block_pro_b_1 li span{
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
  }
  .block_pro_b_1 li svg{
    width: 30px;
    min-width: 30px;
  }
  .pro_form button{
    margin-top: 10px;
  }
  .pro_form .form_holder{
    flex-direction: column;
  }
  .main_r_gallery_nav .slick-arrow{
    top: calc(50% - 10px);
  }
  .main_r_gallery_nav .slick-arrow svg{
    height: 20px;
  }
  .block_pr_2 li{
    width: calc(100% - 40px);
    flex-direction: row;
    gap: 40px;
  }
  .pr_2_block{
    gap: 5px;
    min-height: auto;
    min-width: calc(100% - 70px - 20px);
  }
  .block_pr_2 li img{
    min-width: 70px;
    max-width: 70px;
    max-height: 100%;
  }
  .pr_2_block .pr_2_introtext{
    font-size: 14px;
  }
  .f_top_mob_wrap{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 5px;
  }
  .f_top_wrap .f_lblock{
    display: none;
  }
  .catalog_list--slider:before,
  .catalog_list--slider:after{
    display: none;
  }
  .catalog_list--slider{
    padding-left: 10px;
    padding-right: 10px;
  }
  .catalog_list > li, .catalog_list li.slick-slide{
    padding: 12px;
  }
  .catalog_list_cw{
    /*display: none;*/
  }
  .catalog_list_cw_mobile{
    /*display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: space-between;*/
  }
  .catalog_list_buy_holder{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .catalog_list_cw_mobile .catalog_list_like svg, 
  .catalog_list_cw_mobile .catalog_list_compare svg{
    width: 18px;
  }
  .block_pr_1 li .pr_1_block .pr_1_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 106.8%;
  }
  .product_avail{
    font-size: 14px;
    padding: 7px 14px 7px 14px;
  }
  .catalog_list_basket{
    width: 30px;
    flex-shrink: 0;
  }
  .catalog_list_basket svg{
    width: 19px;
  }
  .m_kilk_wrap{
    max-width: 72px;
  }
  .catalog_list_buy .m_kilk_wrap .counter{
    width: auto;
  }
  .catalog_list_buy .m_kilk_wrap .minus{
    width: auto;
    padding-left: 5px;
  }
  .catalog_list_buy .m_kilk_wrap .plus{
    width: auto;
    padding-right: 5px;
  }
  .catalog_amount{
    font-weight: 400;
    line-height: 106.8%;
  }
  .catalog_amount br{
    display: none;
  }
  .main_r_gallery_nav li{
    height: 70px;
    max-width: 70px;
    margin: 6px;
    max-height: 70px;
  }
  .pr_2_block .pr_2_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 106.8%;
  }
  .pr_2_block .pr_2_introtext{
    font-weight: 400;
    font-size: 14px;
    line-height: 106.8%;
  }
  .f_logo{
    max-width: 184px;
  }
  .f_middle_contacts .f_call,
  .f_middle_contacts a{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }
  .f_nav_list li span, .f_nav_list li a{
    padding: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
  .f_soc_list li a{
    max-width: 24px;
  }
  .f_middle_shops_item_main{
    gap:8px;
  }
  .f_middle_shops_item span{
    font-weight: 700;
    font-size: 16px;
    line-height: 106.8%;
  }
  .f_middle_shops_item.f_middle_shops_item_main span{
    font-size: 20px;
  }
  .f_middle_shops_item a,
  .f_middle_shops_item a.f_tel,
  .f_middle_shops_item p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 106.8%;
  }
  .pro_form{
    width: 100%;
    padding: 50px 20px;
  }
  .block_pro_b_1{
    max-width: 350px;
    margin-bottom: 10px;
  }
  .content_ad_holder:before{
    border-top-left-radius: 4px;
  }
  .content_ad_holder:after{
    border-bottom-right-radius: 4px;
  }
  .pr_2_block,
  .main_r_gallery img, .main_r_gallery_nav img,
  .main_form_item input[type="password"], .main_form_item input[type="text"], .main_form_item input[type="email"], .main_form_item textarea,
  .pro_form,
  .block_pr_1 li .m_sep,
  .block_pr_1 li .pr_1_block_img,
  .catalog_list_buy,
  .catalog_list_basket,
  .product_avail,
  .catalog_list > li, .catalog_list li.slick-slide,
  .categories_list_in > li,
  .categories_list > li,
  .main_but,
  #pop_pro_form,
  .h_catalog_link{
    border-radius: 4px;
  }
  .catalog_list_price{
    position: relative;
  }
  .pro_form button:hover{
    background: #131313;
  }
  .pro_form button:active,
  .pro_form button:focus{
    background: #fff;
    color: #6C6C6C;
  }
  #pop_pro_form .pro_form button:hover{
    background: #131313;
    color: #fff;
  }
  #pop_pro_form .pro_form button:active,
  #pop_pro_form .pro_form button:focus{
    background: #09243E;
    color: #fff;
  }
  .f_top_wrap {
    flex-wrap: wrap;
  }
  .f_top_wrap .footer_column:first-child {
    width: 100%;
  }
  .f_logo {
    margin: 0 auto;
    max-width: 230px;
  }
  footer span,
  footer a,
  footer p {
    font-size: 14px;
  }
  footer .copyright {
    padding-right: 18px;
  }
  .h_logo {
    margin-right: 0;
    margin-left: 112px;
  }
  .h_links a {
    width: 46px;
    height: 46px;
  }
  .h_catalog_link {
      padding: 13.5px 14px;
      font-size: 14px;
      gap: 10px;
    }
  .catalog_list_price .c_price_a .ppf,
  .catalog_list_price .c_price .ppf {
    font-size: 16px;
  }
  .catalog_list_price .c_price_a .ppc,
  .catalog_list_price .c_price .ppc {
    font-size: 14px;
  }
  .load_more {
    font-size: 16px;
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .news_list_img  {
    padding: 10px;
  }
  .product_page .catalog_list_price .c_price .ppf {
    font-size: 24px;
  }
  .product_page .catalog_list_price .c_price .pps {
    font-size: 14px;
  }
  .product_page .catalog_list_price .c_price .ppc {
    font-size: 18px;
  }
  .limitation_pagi {
    flex-direction: column;
  }
  .h_logo {
    max-width: 160px;
  }
  .f_bottom ul {
    flex-direction: column;
    gap: 10px;
  }
  .brand_list li.tpl_brand_p .brand_title{
    font-size:14px;
  }
  .brand_list.brand_list_all{
    gap:10px;
  }
  .brand_list li.tpl_brand_p{
    width: calc(100% / 2 - 10px);
  }
  .contacts_page_item_char{
    width:100%;
  }
  .contacts_page_item_char span{
    align-items: center;
    justify-content: center;
  }
  .contacts_page_item_info{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
  .contacts_page_item_road{
    flex-direction:column;
  }
  .contacts_page_item_road .map{
    min-height: 250px;
    max-width: 100%;
  }
  .contacts_page_item_road img{
    max-width:100%;
  }
  .contacts_feedback{
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .contacts_page_mail{
    text-align: center;
  }
  .contacts_page_left{
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .contact_socials{
    align-items:center;
  }
  .rozigrash_p,
  .rozigrash_d{
    display:none;
  }
  .rozigrash_m{
    display:block;
  }
  .product_page_main_title{
    font-size: 18px;
    margin: 5px 0px;
  }
  .product_page_tabs_nav{
    flex-wrap: wrap;
    margin-bottom:10px;
  }
  .one_click_buy{
    font-size:15px;
  }
  .catalog_tabs li{
    text-align: center;
  }
  .catalog_tabs li a{
    margin-left: 15px;
    margin-right: 15px;
  }
  .block_about_main{
    margin-top: 0px;
  }
  .m_slider_list{
    margin: 0px auto 40px auto;
  }
  .m_slider_list > li, .m_slider_list li.slick-slide {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #pop_pro_form{
    position: fixed;
    top: calc(50% - 217px);
  }
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  #pop_pro_form .pro_form{
    padding: 30px 20px;
  }
  #pop_pro_form{
    width: calc(100% - 10px);
    left: 5px;
    margin-left: 0px;
  }
  .block_brand_main .brand_list li a{
    margin: 0px auto;
  }
  .catalog_tabs{
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    min-height: 50px;
    gap:20px;
    width: 100%;
    justify-content: flex-start;
  }

  .catalog_tabs li{
    margin: 0px!important;
    display: flex;
  }
  .catalog_tabs li a{
    white-space: nowrap;
    padding-bottom: 10px;
    font-size: 30px;
  }
  .block_catalog{
    margin-bottom: 20px;
  }
  .main_r_gallery_nav .slick-prev_arrow{
    left: -45px;
  }
  .main_r_gallery_nav .slick-next_arrow{
    right: -45px;
  }
  .main_r_gallery_nav{
    width: calc(100% - 50px);
    max-width: 310px;
  }
  .promo_holder .promocode{
    flex-direction: column;
    width: 100%;
  }
  .promo_holder .promocode input{
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .promo_holder .promocode .confirm_promo{
    width: 100%;
  }
  .compare_cart {
    min-width: 175px;
    max-width: 210px;
  }
  .block_columns > div:last-child {
    margin-bottom: 0;
  }
  .contacts_page_item {
    width: 100%;
  }
  .contacts_page_item:not(:last-child) {
    margin-bottom: 35px;
  }
  .catalog_page_sort_list {
    justify-content: center;
  }
  .map {
    margin-top: 25px;
  }
  .page_title_wrap {
    margin-bottom: 25px;
  }
  .breadcrumb_list li {
    margin-bottom: 5px;
  }
  .catalog_page {
    margin-bottom: 17px;
  }
  .contacts_page {
    margin-bottom: 17px;
  }

  .categories_list_in .categories_inner_list ul,
  .categories_list .categories_inner_list ul{
    padding: 10px 18px;
  }
  .categories_list_in li,
  .categories_list li {
    justify-content: flex-start;
  }
  .categories_list_in li a,
  .categories_list li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 106.8%;
  }
  .categories_list_in .categories_inner_list ul li a,
  .categories_list .categories_inner_list ul li a{
    font-size: 14px;
    line-height: 17px;
  }
  .catalog_list_img {
    height: 170px;
  }
  .catalog_list--slider li {
    margin-bottom: 0;
  }
  .block_title_mod {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .block_news .block_columns_item {
    width: 100%;
  }
  .brand_list li {
    width: 50%;
  }
  .brand_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .m_slider {
    margin-bottom: 0px;
  }
  .m_slider_list a {
    font-size: 18px;
    padding-bottom: 10px;
    border-width: 3px;
  }
  .m_slider_list > li,
  .m_slider_list li.slick-slide {
    min-height: 300px;
    height: initial;
    min-height: 150px;
  }
  .block_wrap_reviews .add_reviews {
    margin-top: 25px;
  }
  .product_bottom_item {
    width: 100%;
    margin-bottom: 25px;
  }
  .m_card_main_slider,
  .m_card_main_slider li.slick-slide {
    height: auto;
  }
  .product_page_main_info_top {
    flex-direction: column;
  }
  .product_page_order {
    max-width: 100%;
  }
  .product_page_char {
    max-width: 100%;
  }
  .m_card_nav_slider li {
    height: 70px!important;
  }
  .product_page h1 {
    font-size: 28px;
  }
  .product_page_head_left{
    gap:5px;
  }
  .product_page_article{
    font-size: 16px;
    height: 38px;
  }
  .product_page_gallery{
    max-width:500px;
  }
  main {
    padding-top: 50px;
  }
  .breadcrumb {
    padding-top: 15px;
  }
  .header--open:after {
    opacity: 1;
    visibility: visible;
  }
  .h_top .phone_call{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.005em;
  }
  .h_links a.login_button svg, .h_links a.h_user_link svg{
    height: 35px!important;
  }
  .h_links a svg{
    height: 25px!important;
  }
  .h_links a.h_user_link, .h_links a.login_button{
    margin-right: 5px;
  }
  .h_bottom_holder{
    padding: 12px 0px;
  }
  .h_nav_list li span, .h_nav_list li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.005em;
  }
  .h_lang li:not(:last-child):after{
    font-size: 19px;
  }
  .action_spec{
    font-weight: 700;
    font-size: 16px;
    line-height: 96.8%;
    letter-spacing: -0.005em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .h_search_form button svg{
    width: 21px;
  }
  .h_lang li a{
    font-size: 16px;
  }
  .categories_list_in > li,
  .categories_list > li{
    width: calc(100% / 2 - 5px);
  }
  .h_search_form{
    padding: 10px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.005em;
    color: #6C6C6C;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
  }
  .h_search input[type="text"]{
    font-size: 16px!important;
    line-height: 19px;
    letter-spacing: -0.005em;
  }
  #pop_pro_form{
    left: 20px;
    width: calc(100% - 40px);
  }

  .pop_credit_info{
    left: auto;
    position: fixed;
    top: 30%;
    left: 50%;
    display: none;
    margin-left: -140px;
  }
  .pop_credit_info_all.active{
    display: block!important;
  }
  .call_one_click{
    font-size:13px;
  }
  .credit_block{
    margin-left: 0px;
    padding: 5px;
    width: 100%;
    gap:10px;
  }
  .credit_pp_icon{
    margin-right: 0px;  
    margin-left:0px;
  }
  .c_credit .c_credit_name{

    font-size: 14px;
  }
  .c_credit_price{
    font-size:16px;
  }
  .c_credit_price span{
    font-size:24px;
  }
  .call_credit{
    font-size: 12px;
    width: max-content;
    line-height: 20px;
    height: 40px;
        padding: 0px 10px;
  }
  .call_credit img{
    width: 28px;
    height: 28px;
    margin-right:5px;
  }
  .credit_submit{
    font-size: 12px;
    line-height: 20px;
    height: 40px;
        padding: 0px 10px;
  }
  .credit_ot{
    margin: 5px 0px;
    padding: 5px 5px;
    justify-content: center;
    font-size: 12px;
  }
  .product_page_info_one_click > img{
    width:70px;
  }
  .c_credit {
    width: calc(100% - 80px);
  }
  .product_page_info_one_click_holder .product_page_info_one_click{
    gap:10px;
  }

  .pop_credit_buy{
    width: calc(100% - 20px);
    left: 10px;
    margin-left: 0px;
    top:10px;
    max-height: calc(100% - 20px);
    overflow-y: auto;
  }
  .product_page_info_one_click .one_click_form {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .credit_submit,
  .catalog_list_buy{
    width:100%;
  }
  .catalog_list_order {
    flex-direction: column;
    align-items: stretch;
  }
  .catalog_list_buy .m_kilk_wrap {
    max-width: unset;
  }
}
@media (max-width: 540px) {
  .product_rev_list_head {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: flex-start;
  }
  .news_list.news_list_all li {
    width: 100%;
  }
  .m_filter_item {
    padding: 15px 0 20px;
    margin-bottom: 0;
  }
  .m_filter_head_holder {
    padding: 5px 15px;
  }
  .m_filter_buttons {
    padding: 10px 15px;
    gap: 10px;
  }
  .m_filter_buttons a {
    width: calc(50% - 5px);
  }
  .catalog_list_cw {
    padding: 5px;
  }
  .f_top_wrap .footer_column {
    width: 100%;
  }
  .footer_column .column_header {
    font-weight: 700;
  }
  .f_bottom_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .product_page h1{
    font-size:24px;
  }
  .limitation_pagi {
    flex-direction:column;    
  }
  .block_pro_b_1{
    max-width: calc(100% - 20px);
  }
  .catalog_list_price.action_price{
    width: 100%;
  }
  .catalog_list_price .c_price_a{
    width: 100%;
    text-align: left;
  }
  #pop_pro_form{
    position: fixed;
    top: calc(50% - 260px);
  }
  header.header--active .h_bottom_pusher{
    height: 48px;
  }
  .brand_list li img{
    max-width: 100px;
  }
  .h_links a.h_user_link, .h_links a.login_button{
    gap: 0px;
    width: 35px;
  }
  .h_top .phone_call{
    display: none;
  }
  .h_catalog .h_catalog_link svg{
    width: 16px;
  }
  .h_logo {
    margin: 0 auto;
  }
  .mob_button {
    margin-right: -40px;
  }
  .h_links a {
    width: 40px;
    height: 40px;
  }
  .h_links a span.basket_counter,
  .h_links a span.favorite_counter,
  .h_links a span.compare_counter {
    top: 0;
    right: 2px;
    font-size: 12px;
  }
  .h_catalog_link {
    padding: 10.5px 12px;
  }
  .catalog_list_status,
  .product_page .catalog_list_status {
    top: 10px;
    left: 10px;
    font-size: 10px;
  }
  .catalog_list_buy .m_kilk_wrap {
    margin-right: 5px;
  }
}
@media (max-width: 430px) {
  .mob_filter_call,
  .load_more {
    width: 100%;
  }
  .catalog_list > li, .catalog_list li.slick-slide{
    padding: 10px;
  }
}
@media (max-width: 420px) {
  .search_container .catalog_list_buy .m_kilk_wrap {
    display: none;
  }
  .search_container .catalog_list_buy {
    justify-content: flex-end;
  }
  .h_catalog_link {
    font-size: 0;
    gap: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
  }

  .catalog_tabs li{
    text-align: center;
  }
  .catalog_tabs li a{
    margin-left: 10px;
    margin-right: 10px;
  }

  .main_r_gallery_nav li {
    height: 64px;
    max-width: auto;
    margin: 5px;
    max-height: 64px;
  }
  .catalog_list_cw_mobile{
    display: none;
  }
  .catalog_list_cw{
    display: flex;
    padding: 5px;
    gap:5px;
  }
  .catalog_list_cw .catalog_list_like,
  .catalog_list_cw .catalog_list_compare,
  .search_container ul li .catalog_list_basket{
    width: 25px;
    height: 25px;
  }
  .search_container ul li .catalog_list_basket {
    width: 25px !important;
    min-height: unset;
  }
  .search_container ul li .catalog_list_basket svg {
    width: 12px;
  }
  .catalog_list_buy_holder {
    justify-content: center;
  }
  .catalog_list_buy{
    width: 100%;
    max-width: 100%;
  }
  .catalog_list_buy .m_kilk_wrap{
    max-width: calc(100% - 34px);
  }
  .catalog_list_buy .m_kilk_wrap .minus,
  .catalog_list_buy .m_kilk_wrap .plus{
    min-width: 40px;
  }
}
@media (max-width: 380px) {
  .main_r_gallery_nav li {
    height: 56px;
    max-width: auto;
    margin: 5px;
    max-height: 56px;
  }
  #pop_pro_form{
    position: fixed;
    top: calc(50% - 225px);
  }
  .container{
    padding-left: 10px;
    padding-right: 10px;
  }
  .h_catalog_list > li span, .h_catalog_list > li a{
    font-size: 15px;
  }
  .categories_list_in li a,
  .categories_list li a{
    font-size: 14px;
    align-items: center;
  }
  .categories_list_in .categories_inner_list ul li a,
  .categories_list .categories_inner_list ul li a {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 0px;
  }
  .catalog_list li.slick-slide{
    padding: 5px;
    width: calc(50% - 6px);
    margin-left: 3px;
    margin-right: 3px;
  }

  .catalog_page_full .catalog_list > li{
    width: calc(50% - 6px);
  }
  .catalog_list_vendor{
    text-align: left;
    font-size: 12px;
    line-height: 15px;
  }
  .catalog_list_manufacturer{
    text-align: left;
    font-size: 12px;
    line-height: 15px;
  }
  .catalog_list_name{
    min-height: 44px;
    font-size: 14px;
    line-height: 106.8%;
  }
  .catalog_list_price .c_price{
    height: 26px;
    margin-bottom: 5px;
  }
 
  .catalog_list_buy_holder{
    justify-content: center;
  }

  .block_pr_1 li .pr_1_block .pr_1_title{
    font-size: 14px;
  }
  .pro_form p{
    font-size: 16px;
  }
  .pro_form button{
    font-size: 17px;
  }
  .pro_form{
    padding: 30px 20px;
  }
  .pr_2_block .pr_2_title{
    font-size: 16px;
  }
  .pr_2_block .pr_2_introtext{
    font-size: 13px;
  }
  .f_middle_shops_item span{
    font-size: 16px;
  }
  .f_middle_shops_item a,
  .f_middle_shops_item a.f_tel,
  .f_middle_shops_item p{
    font-size: 13px;
  }
  .h_links a.h_user_link, .h_links a.login_button{
    width: 30px;
    margin-left: 0px;
  }
  .h_links a.login_button svg, .h_links a.h_user_link svg {
    height: 30px!important;
  }
  .catalog_list--slider {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .pagin_list {
    gap: 5px;
  }
}

@media (max-width: 350px) {
  .main_r_gallery_nav li {
    height: 52px;
    max-width: auto;
    margin: 5px;
    max-height: 52px;
  }
  .h_links{
    gap: 8px;
    margin-left: 20px;
  }
  .h_top .phone_call{
    font-size: 13px;
  }
}