button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex-grow: 1;
}
.container {
  width: 100%;
  max-width: 1390px;
  padding: 0 15px;
  margin: 0 auto;
}
a {
  transition: .3s;
  color: initial;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}
.h_top_wrap {
  display: flex;
}
.h_top_logo {
  max-width: 257px;
  padding: 25px 40px 25px 0;
  border-right: 2px solid #F2F2F2;
  position: relative;
}
.h_top_logo:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: calc(-50vw + 680px);
  height: 2px;
  content: "";
  background: #F2F2F2;
}
.h_top_info_first {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 10px 0;
}
.h_top_info_first:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: calc(-50vw + 680px);
  height: 2px;
  content: "";
  background: #F2F2F2;
}
.h_top_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.h_top_info:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: calc(-50vw + 680px);
  height: 2px;
  content: "";
  background: #F2F2F2;
}
.h_call {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.h_call span {
  margin-right: 10px;
  color: #f59a1a;
  display: inline-flex;
  align-items: center;
}
.h_call span:before {
  width: 16px;
  height: 16px;
  content: "";
  margin-right: 10px;
  background: url("../img/phone.svg") center no-repeat;
  background-size: contain;
}
.h_call a {
  text-decoration: none;
}
.h_nav {
  flex: 1;
  display: flex;
}
.h_nav_list {
  display: flex;
  flex-grow: 1;
}
.h_nav_list li {
  flex: 1 1 auto;
  display: flex;
  border-right: 2px solid #F2F2F2;
}
.h_nav_list li span,
.h_nav_list li a {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
  text-align: center;
}
.h_nav_list li span,
.h_nav_list li a:hover {
  color: #f59a1a;
}
.h_top_info_second {
  display: flex;
  flex-grow: 1;
}
.h_user {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}
.h_user a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
}
.h_user a span {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 40px;
  margin-right: 10px;
  background: #F2F4F1;
}
.h_user a:hover {
  color: #f59a1a;
}
.h_user a:hover span {
  background: #f59a1a;
  opacity: 0.5;
}
.h_bottom_catalog {
  max-width: 257px;
  width: 100%;
  display: flex;
  position: relative;
}
.h_bottom_catalog:hover .main_catalog_list--absolute {
  opacity: 1;
  visibility: visible;
}
.h_catalog {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  padding: 15px;
  flex-grow: 1;
}
.h_catalog:before {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/catalog.svg") center no-repeat;
  background-size: contain;
  transform: translateY(-2px);
}
.h_catalog:hover {
  color: #f59a1a;
}
.h_catalog:hover:before {
  background: url(../img/catalog_active.svg) center no-repeat;
  background-size: contain;
}
.h_bottom {
  border-bottom: 2px solid #F2F2F2;
}
.h_bottom_wrap {
  display: flex;
}
.h_bottom_right {
  display: flex;
  flex: 1;
}
.h_search {
  width: 100%;
  max-width: 39.3%;
}
.h_search_form {
  position: relative;
}
.h_search_form input {
  height: 63px;
  background: #F2F2F2;
  padding: 0 103px 0 33px;
  border: none;
  width: 100%;
}
.h_search_form button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  right: 30px;
  border: none;
  border-radius: 5px;
  background: #f59a1a;
}
.h_search_form button:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../img/search.svg") center no-repeat;
}
.h_like_wrap {
  width: 23.85%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  border-right: 2px solid #F2F2F2;
}
.h_like {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.h_like:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "";
  background: url("../img/like.svg") center no-repeat;
  background-color: #f59a1a;
  margin-right: 10px;
  transition: .3s;
}
.h_like:after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../img/right.svg") center no-repeat;
  background-size: contain;
  margin-left: auto;
  transition: .3s;
}
.h_like:hover {
  color: #f59a1a;
}
.h_like:hover:before {
  opacity: 0.5;
}
.h_like:hover:after {
  background: url("../img/right_active.svg") center no-repeat;
  background-size: contain;
}
.h_basket {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.h_basket:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "";
  background: url("../img/cart.svg") center no-repeat;
  background-color: #f59a1a;
  margin-right: 10px;
}
.h_basket:after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../img/right.svg") center no-repeat;
  background-size: contain;
  margin-left: auto;
}
.h_basket:hover {
  color: #f59a1a;
}
.h_basket:hover:before {
  opacity: 0.5;
}
.h_basket:hover:after {
  background: url("../img/right_active.svg") center no-repeat;
  background-size: contain;
}
.h_basket_wrap {
  flex: 1;
  padding: 10px 0 10px 30px;
}
.block {
  padding: 50px 0;
}
.block_title_wrap {
  padding-right: 100px;
  margin-bottom: 30px;
}
.block_title {
  font-size: 30px;
}
strong {
  font-weight: 900;
}
.catalog_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px -15px;
}
.catalog_list > li,
.catalog_list li.slick-slide {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px 15px;
  position: relative;
  border: 2px solid #F2F2F2;
  transition: .3s;
}
.catalog_list > li:hover,
.catalog_list li.slick-slide:hover {
  box-shadow: 4px 4px 6px -3px rgba(0, 0, 0, 0.25);
}
.catalog_slider > li,
.catalog_slider li.slick-slide {
  width: calc(25% - 30px);
}
.catalog_list_img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #F2F2F2;
}
.catalog_list_info {
  padding: 10px 15px 15px 15px;
}
.catalog_list_link {
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}
.catalog_list_link:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.catalog_list_article {
  display: flex;
  font-size: 10px;
  margin-bottom: 5px;
  color: #A8A8A8;
}
.catalog_list_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog_list_price {
  display: flex;
  align-items: center;
}
.catalog_list_price_actual {
  font-size: 18px;
  font-weight: 800;
}
.catalog_list_buy {
  margin-left: 5px;
}
.catalog_list_price_old {
  margin-left: 10px;
  text-decoration-line: line-through;
  color: #A8A8A8;
}
.main_link {
  padding: 10px 15px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #f59a1a;
  position: relative;
  font-size: 18px;
  z-index: 3;
  border: none;
  cursor: pointer;
  transition: .3s;
}
.main_link:hover {
  background: #000;
}
.catalog_list_like {
  width: 40px;
  height: 40px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  right: 15px;
  top: 15px;
  z-index: 3;
}
.catalog_list_like:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../img/like_prod.svg") center no-repeat;
  transition: .3s;
}
.catalog_list_like:hover {
  background: #f59a1a;
  border-color: #f59a1a;
}
.catalog_list_like:hover:after {
  background: url("../img/like_prod_active.svg") center no-repeat;
}
.catalog_list_status {
  position: absolute;
  left: -1px;
  top: 15px;
  display: flex;
  flex-direction: column;
}

.catalog_list_status div,
.catalog_list_status span {
  padding: 11px;
  min-width: 81px;
  border-radius: 0 10px 10px 0;
  color: #FFF;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.catalog_list_status .top{
  background: #2c8dda;
}
.catalog_list_status .sale {
  background: #DA2C38;
}
.catalog_list_status .new {
  background: #7FB800;
}
.front_banners_list {
  margin: 0 -15px -30px -15px;
  display: flex;
  flex-wrap: wrap;
}
.front_banners_list li {
  width: calc(50% - 30px);
  margin: 0 15px 30px 15px;
}
.front_banners_list li a {
  display: flex;
  overflow: hidden;
}
.front_banners_list li a img {
  width: 100%;
  height: auto;
  transition: .3s;
}
.front_banners_list li a:hover img {
  transform: scale(1.05);
}
.styling_scroll::-webkit-scrollbar,
.main_catalog_list_inside::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.styling_scroll::-webkit-scrollbar-track,
.main_catalog_list_inside::-webkit-scrollbar-track {
  background-color: #f59a1a;
}
.styling_scroll::-webkit-scrollbar-track-piece,
.main_catalog_list_inside::-webkit-scrollbar-track-piece {
  background-color: #f2f2f2;
}
.styling_scroll::-webkit-scrollbar-thumb,
.main_catalog_list_inside::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #f59a1a;
}
.styling_scroll::-webkit-scrollbar-corner,
.main_catalog_list_inside::-webkit-scrollbar-corner {
  background-color: #f59a1a;
}
.front_parts_list {
  display: flex;
  border: 2px solid #F2F2F2;
  border-right: none;
  overflow: auto;
}
.front_parts_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #F2F2F2;
  flex: 1 1 auto;
  min-width: 200px;
  padding: 15px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 2px solid #F2F2F2;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.slick-arrow svg {
  display: flex;
}
.slick-arrow svg path {
  transition: .3s;
}
.slick-arrow:hover svg path {
  stroke: #f59a1a;
}
.slick-prev_arrow {
  border-radius: 10px 0 0 10px;
}
.slick-next_arrow {
  border-radius: 0 10px 10px 0;
}
.catalog_slider .slick-arrow,
.front_news_list .slick-arrow {
  top: -47px;
}
.catalog_slider .slick-next_arrow,
.front_news_list .slick-next_arrow {
  right: 15px;
}
.catalog_slider .slick-prev_arrow,
.front_news_list .slick-prev_arrow {
  right: 59px;
}
.front_news_list {
  margin: 0 -15px -30px -15px;
  display: flex;
  flex-wrap: wrap;
}
.front_news_list > li,
.front_news_list li.slick-slide {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px 15px;
  position: relative;
  transition: .3s;
}
.front_news_list > li:hover,
.front_news_list li.slick-slide:hover {
  box-shadow: 4px 4px 6px -3px rgba(0, 0, 0, 0.25);
}
.front_news_list_img {
  border: 2px solid #F2F2F2;
}
.front_news_list_img img {
  width: 100%;
}
.front_news_list_info {
  padding: 15px;
}
.front_news_list_link {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
}
.front_news_list_link:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
}
.front_news_list_date {
  display: flex;
  margin-bottom: 5px;
  color: #5A5A5A;
}
.front_news_list_text {
  color: #A8A8A8;
  font-weight: normal;
}
.front_about_info {
  display: flex;
  border: 2px solid #F2F2F2;
}
.front_about_img {
  width: 100%;
  max-width: 40%;
  max-height: 415px;
}
.front_about_img img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}
.front_about_text {
  flex: 1;
  overflow: auto;
  padding: 35px 50px 35px 30px;
  font-weight: 300;
  max-height: 415px;
}
.front_about_text p:not(:last-child) {
  margin-bottom: 20px;
}
footer {
  background: #181818;
  color: #FFF;
  margin-top: 50px;
}
.f_top {
  padding: 30px 0;
  border-bottom: 2px solid #FFFFFF;
}
.f_top_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_top_wrap > * {
  padding-top: 40px;
}
.f_logo {
  width: 100%;
  max-width: 217px;
  padding-top: 0;
}
.f_nav {
  max-width: 170px;
}
.f_title {
  display: flex;
  font-weight: 800;
  margin-bottom: 16px;
  color: #f59a1a;
  letter-spacing: 0.03em;
}
.f_nav_list {
  margin-bottom: -10px;
  display: flex;
  flex-wrap: wrap;
}
.f_nav_list li {
  margin-bottom: 10px;
}
.f_nav_list li span,
.f_nav_list li a {
  text-decoration: none;
  color: #FFF;
}
.f_nav_list li span,
.f_nav_list li a:hover {
  color: #f59a1a;
}
.f_nav--mod {
  max-width: 400px;
}
.f_nav--mod .f_nav_list li {
  width: 50%;
  padding-right: 5px;
}
.f_contacts {
  width: 100%;
  max-width: 385px;
  display: flex;
}
.f_contacts_right {
  width: 100%;
  max-width: 220px;
  padding-left: 10px;
}
.f_contacts_left {
  flex: 1;
}
.f_call {
  display: flex;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 15px;
}
.soc_list {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.soc_list li {
  margin-left: 5px;
  margin-right: 5px;
}
.soc_list li a {
  display: flex;
}
.soc_list li a:hover {
  transform: translateY(-3px);
}
.f_title__call {
  display: inline-flex;
  align-items: center;
}
.f_title__call:before {
  content: "";
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url("../img/phone.svg") center no-repeat;
  background-size: contain;
}
.f_contacts_address {
  margin-bottom: 15px;
}
.f_contacts_payment {
  font-weight: 300;
}
.f_contacts_payment p {
  margin-bottom: 15px;
}
.f_bottom {
  padding: 15px 0;
}
.f_bottom_wrap {
  display: flex;
  justify-content: space-between;
}
.f_bottom_left {
  width: 100%;
  max-width: calc(50% - 100px);
}
.f_bottom_right {
  width: 100%;
  max-width: calc(50% - 100px);
  justify-content: flex-end;
  display: flex;
}
.f_copywright {
  width: 100%;
  max-width: 200px;
  padding: 0 10px;
  text-align: center;
}
.f_bottom_nav_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -6px -12px;
}
.f_bottom_nav_list li {
  margin: 0 12px 6px 12px;
}
.f_bottom_nav_list li a {
  color: #FFF;
}
.f_bottom_nav_list li a:hover {
  color: #f59a1a;
}
.author a {
  color: #FFF;
}
.author a:hover {
  color: #f59a1a;
}
.front_top_wrap {
  display: flex;
}
.front_top {
  border-bottom: 2px solid #F2F2F2;
}
.front_main_catalog {
  width: 100%;
  max-width: 360px;
}
.front_main_catalog .main_catalog_list {
  height: 100%;
}
.main_catalog_list {
  position: relative;
  padding: 20px 0;
  z-index: 10;
}
.main_catalog_list:after {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  background: #F2F2F2;
  pointer-events: none;
}
.main_catalog_list > li:not(:last-child) {
  margin-bottom: 15px;
}
.main_catalog_list > li > a {
  font-weight: 800;
  text-decoration: none;
  font-size: 16px;
  padding-right: 30px;
}
.main_catalog_list > li > a:hover {
  color: #f59a1a;
}
.main_catalog_list > li.main_catalog_list--hasChild > span,
.main_catalog_list > li.main_catalog_list--hasChild > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.main_catalog_list > li.main_catalog_list--hasChild > span:after,
.main_catalog_list > li.main_catalog_list--hasChild > a:after {
  width: 10px;
  height: 10px;
  content: "";
  background: url("../img/mini_right.svg") center no-repeat;
  background-size: contain;
  transition: .1s;
  display: flex;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.main_catalog_list > li.main_catalog_list--hasChild:hover .main_catalog_list_inside {
  opacity: 1;
  visibility: visible;
}
.main_catalog_list > li.main_catalog_list--hasChild:hover > a:after {
  transform: rotate(180deg);
  background: url("../img/mini_right_active.svg") center no-repeat;
}
.main_catalog_list_inside {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 1000px;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 40px;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin-bottom: -10px;
  border-right: 2px solid #F2F2F2;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
}
.main_catalog_list_inside:before {
  height: 2px;
  content: "";
  background: #F2F2F2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: calc(-50vw + 680px);
}
.main_catalog_list_inside a:hover {
  color: #f59a1a;
}
.main_catalog_list_inside > li {
  width: 25%;
  margin-bottom: 10px;
  padding-right: 10px;
}
.main_catalog_list_inside > li > span,
.main_catalog_list_inside > li > a {
  font-weight: 800;
  text-decoration: none;
}
.front_top .main_catalog_list_inside:before {
  display: none;
}

.main_catalog_list_inside > li li   {
  margin-top: 5px;
}
.main_catalog_list_inside > li li span,
.main_catalog_list_inside > li li a {
  text-decoration: none;
}
.front_slider {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.front_slider > li {
  flex-shrink: 0;
  width: 100%;
}
.front_slider > li,
.front_slider li.slick-slide {
  position: relative;
  padding: 50px 100px;
  min-height: 450px;
  display: flex;
  align-items: center;
  height: 100%;
}
.front_slider > li img,
.front_slider li.slick-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.front_slider .slick-track {
  height: 100%;
}
.front_slider .slick-arrow {
  background: #000;
  width: 39px;
  height: 49px;
  border-color: #000;
}
.front_slider .slick-next_arrow {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.front_slider .slick-prev_arrow {
  left: 0;
  border-radius: 0 10px 10px 0;
}
.front_slider_info {
  width: 100%;
  max-width: 530px;
  background: rgb(255 255 255 / 50%);
  padding: 15px 10px;

}
.front_slider_info span {
  font-size: 36px;
  margin-bottom: 15px;
  display: flex;
}
.front_slider_info p {
  margin-bottom: 45px;
  font-size: 72px;
  font-weight: 900;
  line-height: 0.9;
}
.main_link--mod {
  min-height: 63px;
  padding: 10px 45px;
  background: #000;
}
.main_link--mod:hover {
  background: #f59a1a;
}
.slick-list,
.slick-track {
  min-width: 100%;
}
.main_catalog_list--absolute {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  background: #FFF;
  width: 360px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  border-top: 2px solid #F2F2F2;
}
.main_catalog_list--absolute:before {
  height: 2px;
  content: "";
  background: #F2F2F2;
  position: absolute;
  bottom: 0;
  right: 0;
  left: calc(-50vw + 680px);
}
.front_wrapper .main_catalog_list--absolute {
  display: none;
}
.breadcrumbs {
  padding: 30px 0;
}
.breadcrumbs_list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs_list li {
  color: #A8A8A8;
}
.breadcrumbs_list li span,
.breadcrumbs_list li a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #000;
}
.breadcrumbs_list li a svg {
  margin-right: 10px;
}
.breadcrumbs_list li a svg path {
  transition: .3s;
}
.breadcrumbs_list li a:hover {
  color: #f59a1a;
}
.breadcrumbs_list li a:hover svg path {
  fill: #f59a1a;
}
.breadcrumbs_list li:not(:last-child) {
  display: flex;
  align-items: center;
}
.breadcrumbs_list li:not(:last-child):after {
  width: 7px;
  height: 7px;
  margin: 0 10px;
  content: "";
  background: url("../img/right_breadcrumbs.svg") center no-repeat;
  background-size: contain;
  display: flex;
}
.page_title_wrap {
  margin-bottom: 30px;
}
.page_title {
  font-size: 30px;
  font-weight: 900;
}
.contacts_page_wrap {
  display: flex;
}
.contacts_page_wrap_left {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-wrap: wrap;
}
.contacts_page_wrap_right {
  flex: 1;
}
.contacts_page_wrap_left_item {
  width: 50%;
  padding-right: 10px;
}
.contacts_page_wrap_left_item > div:not(:last-child) {
  margin-bottom: 30px;
}
.contacts_page_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #f59a1a;
  font-size: 16px;
  font-weight: 800;
}
.contacts_page_title:before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  content: "";
}
.contacts_page_title--call:before {
  background: url(../img/phone.svg) center no-repeat;
  background-size: contain;
}
.contacts_page_title--mail:before {
  background: url(../img/mail.svg) center no-repeat;
  background-size: contain;
}
.contacts_page_title--address:before {
  background: url(../img/marker.svg) center no-repeat;
  background-size: contain;
}
.contacts_page_title--time:before {
  background: url(../img/time.svg) center no-repeat;
  background-size: contain;
}
.contacts_page_mail a,
.contacts_page_call a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
}
.contacts_page_mail .soc_list,
.contacts_page_call .soc_list {
  margin-top: 15px;
  margin-bottom: 0;
}
.map {
  width: 100%;
  height: 300px;
}
.ui-widget-content,
.ui-widget-header {
  background: #A8A8A8;
}
.ui-slider-horizontal .ui-slider-range {
  background: #f59a1a;
}
.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: 16px;
  height: 16px;
  border: none;
  margin-top: 0px;
  background: #f59a1a;
  cursor: pointer;
  border-radius: 100%;
  margin-right: -4px;
  transform: translateX(1px);
  margin-top: -3px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.ui-widget.ui-widget-content {
  margin-top: 15px;
  border: none;
  border-radius: 0;
}
.m_catalog_filter_item_range {
  position: relative;
}
.m_catalog_filter_item_range > p > input {
  width: 50%;
  border: none;
  font-style: normal;
  font-weight: normal;
  background: none;
  height: 30px;
  padding-left: 5px;
  background: #F2F2F2;
  padding-right: 5px;
  box-sizing: border-box;
  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 .after {
  margin: 0 20px;
}
.m_catalog_filter_item_range .cur {
  margin-left: 20px;
  color: #A8A8A8;
}
.m_catalog_filter_item_range > p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  align-items: center;
}
.m_filter_item {
  margin-bottom: 15px;
}
.m_filter_item_head {
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  font-weight: 800;
}
.m_filter {
  padding: 15px 10px 15px 10px;
  border: 2px solid #F2F2F2;
}
.m_filter_head {
  display: none;
}
.clean_filter {
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  color: #A8A8A8;
  text-decoration: none;
  transition: .3s;
}
.clean_filter svg {
  margin-right: 10px;
}
.clean_filter svg path {
  transition: .3s;
}
.clean_filter:hover {
  color: #f59a1a;
}
.clean_filter:hover svg path {
  fill: #f59a1a;
}
.m_filter_checkboxes {
  max-height: 200px;
  overflow: auto;
}
.m_filter_checkboxes::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.m_filter_checkboxes::-webkit-scrollbar-track {
  background-color: #f59a1a;
}
.m_filter_checkboxes::-webkit-scrollbar-track-piece {
  background-color: #f2f2f2;
}
.m_filter_checkboxes::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #f59a1a;
}
.m_filter_checkboxes::-webkit-scrollbar-corner {
  background-color: #f59a1a;
}
.m_filter_checkboxes li {
  position: relative;
  margin-bottom: 10px;
}
.m_filter_checkboxes li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.m_filter_checkboxes li label {
  padding-left: 26px;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.m_filter_checkboxes li label:hover {
  color: #f59a1a;
}
.m_filter_checkboxes li label:before {
  width: 16px;
  height: 16px;
  background: #F2F2F2;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  position: absolute;
  content: "";
  transition: .3s;
}
.m_filter_checkboxes li input:checked + label:before {
  background: #f59a1a;
}
.filter_close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  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%;
  height: auto;
}
.open_filter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: none;
}
.open_filter svg {
  margin-right: 5px;
  width: 15px;
}
.catalog_page_wrap {
  display: flex;
}
.catalog_page_left {
  width: 100%;
  max-width: 320px;
  margin-right: 25px;
}
.catalog_page_right {
  flex: 1;
}
.catalog_page_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 15px;
}
.catalog_page_sort {
  display: flex;
  align-items: center;
}
.catalog_page_sort span {
  font-weight: 800;
}
.catalog_page_sort_form {
  display: flex;
  flex-wrap: wrap;
}
.catalog_page_sort_form .form_item {
  margin-left: 30px;
}
.catalog_page_sort_form .form_item input {
  display: none;
}
.catalog_page_sort_form .form_item label {
  cursor: pointer;
  color: #A8A8A8;
  transition: .3s;
}
.catalog_page_sort_form .form_item label:hover {
  color: #f59a1a;
}
.catalog_page_sort_form .form_item input:checked + label {
  color: #000;
}
.catalog_page_count {
  font-weight: 800;
}
.page {
  padding-bottom: 50px;
}
.pager {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pager_left,
.pager_right {
  width: 100%;
  max-width: 300px;
}
.load_more {
  padding-left: 30px;
  padding-right: 30px;
}
.pager_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager_list li {
  margin: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager_list li:not(.pager-arrow) a {
  height: 19px;
  min-width: 19px;
  padding: 1px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #A8A8A8;
}
.pager_list li:not(.pager-arrow) a:hover {
  color: #FFF;
}
.pager_list li.pager_list--active a {
  background: #000;
  color: #FFF;
}
.pager_list li.pager-arrow svg path {
  transition: .3s;
}
.pager_list li.pager-arrow a:hover svg path {
  stroke: #f59a1a;
}
.pager_list li.pager_list--prev {
  margin-right: 10px;
}
.pager_list li.pager_list--next {
  margin-left: 10px;
}
.filter_open {
  display: none;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.h_call_mob {
  display: none;
}
.menu_toggle {
  display: none;
}
.hidden {
  height: 100vh;
  overflow: hidden;
}
.review_star_list {
  width: auto;
  display: flex;
  align-items: center;
}
.review_star_list li {
  max-width: 23px;
  margin-right: 2px;
}
.review_star_list li svg {
  height: auto;
}
.review_star_list li svg path {
  fill: #C4C4C4;
  transition: .3s;
}
.review_star_list .review_star_list_active svg path {
  fill: #F7C102;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.review_star--active_btn svg path {
  fill: #F7C102!important;
}
.review_star_list_dinamic--active svg path {
  fill: #F7C102!important;
}
.review_form {
  background: #F2F2F2;
  padding: 20px 12px 15px 12px;
}
.review_form span {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 20px;
}
.review_form input {
  height: 50px;
  width: 100%;
  border: 2px solid #F2F2F2;
  padding: 0 15px;
}
.review_form .main_input {
  margin-bottom: 10px;
}
.review_form .main_link {
  border-radius: 0;
  margin-top: 15px;
}
textarea {
  width: 100%;
  height: 110px;
  border: 2px solid #F2F2F2;
  padding: 10px 15px;
  resize: none;
}
.m_card_all_reviews_left {
  max-width: calc(100% - 510px);
  padding-right: 20px;
}
.m_card_all_reviews_left .m_catalog_pag {
  padding-left: 0;
}
.m_card_all_reviews_right {
  width: 100%;
  max-width: 510px;
  padding-left: 30px;
}
.m_card_all_reviews_left_head {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.m_card_all_reviews_left_head > span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  /* identical to box height, or 93% */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-right: 10px;
}
.m_card_all_reviews_left_head .m_card_top_right_review span {
  margin-right: 0;
}
.main_reviews_list > li {
  padding: 24px;
  padding-bottom: 14px;
  background: #F2F2F2;
  margin-bottom: 15px;
  page-break-inside: avoid;
  break-inside: avoid;
}
.main_reviews_list .review_star_list {
  margin-bottom: 10px;
}
.main_reviews_list_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
.m_card_top {
  display: flex;
  align-items: flex-start;
}
.m_card_top_gallery {
  width: 100%;
  max-width: 720px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.m_card_nav_slider {
  max-width: 97px;
  margin-right: 30px;
}
.m_card_nav_slider .slick-list {
  margin: -5px 0;
}
.m_card_nav_slider li {
  height: 91px!important;
  display: flex!important;
  justify-content: center;
  align-items: center;
  border: 2px solid #F2F2F2!important;
  margin: 5px 0;
  cursor: pointer;
}
.m_card_nav_slider li img {
  max-width: 100%;
  max-height: 100%;
}
.m_card_nav_slider li.slick-current {
  border-color: #f59a1a !important;
}
.m_card_main_slider {
  width: 100%;
  max-width: calc(100% - 127px);
  border: 2px solid #F2F2F2;
  display: flex;
  overflow: hidden;
}
.m_card_main_slider li {
  width: 100%;
  height: 591px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.m_card_main_slider li img {
  max-width: 100%;
  max-height: 100%;
}
.m_card_top_info {
  flex: 1;
  padding-left: 100px;
}
.m_card_top_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.m_card_title {
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
}
.m_card_avail {
  font-weight: 600;
  font-size: 14px;
  color: #7FB800;
  white-space: nowrap;
  margin-left: 30px;
}
.m_card_noavail{
  font-weight: 600;
  font-size: 14px;
  color: #b80000;
  white-space: nowrap;
  margin-left: 30px;
}
.m_card_top_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.m_card_article span {
  color: #A8A8A8;
  font-weight: 600;
}
.m_card__review {
  display: inline-flex;
  align-items: center;
}
.m_card__review span {
  margin-right: 10px;
}
.m_card_price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.m_card_price_main {
  font-weight: 800;
  font-size: 30px;
  color: #f59a1a;
  line-height: 1;
}
.m_card_price_old {
  margin-left: 15px;
  text-decoration-line: line-through;
  font-weight: 600;
  font-size: 18px;
  color: #A8A8A8;
}
.m_card_buy {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.m_card_buy form {
  display: flex;
  align-items: center;
}
.m_kilk_wrap {
  width: 100%;
  max-width: 152px;
  border: 2px solid #F2F2F2;
  display: flex;
}
.minus,
.plus {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  background: #F2F2F2;
  transition: .3s;
  cursor: pointer;
}
.minus:hover,
.plus:hover {
  color: #f59a1a;
}
.counter {
  flex: 1;
}
.counter input {
  border: none;
  text-align: center;
  background: none;
  font-weight: 800;
  font-size: 18px;
  width: 100%;
  height: 50px;
}
.buy_but {
  margin-left: 30px;
  min-height: 50px;
}
.m_card_like {
  margin-left: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #D2D2D2;
  border-radius: 50px;
}
.m_card_like.add_to_fav--active,
.m_card_like:hover {
  border-color: #f59a1a;
}
.m_card_one_click {
  margin-bottom: 60px;
}
.m_card_one_click_form {
  width: 100%;
  max-width: 367px;
}
.m_card_one_click_form input {
  width: 100%;
  height: 50px;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  color: #A8A8A8;
  border: 2px solid #F2F2F2;
  border-bottom: none;
}
.m_card_one_click_form input::placeholder {
  color: #A8A8A8;
}
.m_card_one_click_form .main_link {
  width: 100%;
  border-radius: 0;
  font-weight: 800;
  font-size: 18px;
}
.m_card_desc > span {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
}
.m_card_desc_list li {
  width: 100%;
  display: flex;
}
.m_card_desc_list li span {
  margin-right: 10px;
  font-weight: 400;
}
.m_card_desc_list li span:after {
  content: ":";
}
.m_card_desc_list li:not(:last-child) {
  margin-bottom: 10px;
}
.m_card_bottom {
  margin-top: 100px;
}
.m_card_bottom_tabs_list {
  display: flex;
  position: relative;
}
.m_card_bottom_tabs_list:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 100vw;
  margin-left: -50vw;
  background: #F2F2F2;
  content: "";
}
.m_card_bottom_tabs_list:before {
  position: absolute;
  left: 50%;
  top: 0;
  height: 2px;
  width: 100vw;
  margin-left: -50vw;
  background: #F2F2F2;
  content: "";
}
.m_card_bottom_tabs_list li {
  flex: 1 1 auto;
}
.m_card_bottom_tabs_list li:not(:last-child) {
  border-right: 2px solid #F2F2F2;
}
.m_card_bottom_tabs_list li a {
  width: 100%;
  min-height: 82px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 24px;
  height: 100%;
  text-decoration: none;
}
.m_card_bottom_tabs_list li a:hover {
  color: #f59a1a;
}
.m_card_bottom_tabs_list li a.m_card_bottom_tabs_list--active {
  color: #f59a1a;
}
.m_card_bottom_tabs_cont {
  display: none;
  padding: 30px 0 0 0;
}
.m_card_bottom_tabs_cont > p:not(:last-child) {
  margin-bottom: 15px;
}
.m_card_bottom_tabs_cont--active {
  display: block;
}
.m_card_all_reviews_inside {
  display: flex;
  justify-content: space-between;
}

.modal {
  display: none;
  width: 100%;
  max-width: 555px;
  background: #FFF;
  padding: 35px 30px!important;
}
.one_click_thanks{
  display: none;
}
.catalog_page_tags{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.catalog_page_tags li{
    width: calc(100% / 4 - 10px);
    margin: 5px;
}
.catalog_page_tags li a{
  display: flex;
  text-decoration: none;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  text-align: center;
}
.catalog_page_tags li a:hover{
  color: #f59a19;
}
.catalog_page_tags li a img{
  transition:0.5s;
  border: 1px solid #ededed;
  margin-bottom: 10px;
}
.catalog_page_tags li a:hover img{
  transform:scale(1.05);
}
@media screen and (max-width: 1380px) {
  .h_top_logo:after {
    left: -15px;
  }
  .h_top_info:after {
    right: -15px;
  }
  .h_top_info_first:after {
    right: -15px;
  }
  .h_search {
    max-width: 38.9%;
  }
  .f_logo {
    max-width: 175px;
  }
  .m_card_top_info {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .h_mob {
    position: fixed;
    left: 0;
    top: 67px;
    bottom: 0;
    width: 100%;
    background: #FFF;
    z-index: 109;
    overflow: auto;
    padding-bottom: 65px;
    transform: translateY(-200%);
    transition: .1s;
  }
  .h_mob.is-active {
    transform: none;
  }
  .f_top_wrap > * {
    padding-top: 20px;
  }
  .f_top_wrap > *.f_logo {
    padding-top: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .f_nav {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_title {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .f_top_wrap {
    flex-direction: column;
    align-items: center;
  }
  .f_nav_list {
    justify-content: center;
  }
  .f_nav_list li {
    margin: 0 10px 10px 10px;
  }
  .f_nav_list li:last-child {
    margin-bottom: 10px;
  }
  .f_nav--mod .f_nav_list li {
    width: auto;
  }
  .f_contacts {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .f_contacts_left {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_contacts_right {
    max-width: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_bottom_wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .f_bottom_wrap > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .f_bottom_left {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .f_bottom_right {
    max-width: 100%;
    justify-content: center;
  }
  .f_bottom_nav_list {
    justify-content: center;
  }
  footer {
    margin-top: 25px;
  }
  .contacts_page_wrap_left {
    max-width: 500px;
  }
  .catalog_page_wrap {
    flex-direction: column;
    align-items: center;
  }
  .catalog_page_left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }
  .m_filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 111;
    transition: .3s;
    transform: translateX(-110%);
    background: #FFF;
  }
  .m_filter::-webkit-scrollbar {
    width: 16px;
    height: 16px;
  }
  .m_filter::-webkit-scrollbar-track {
    background-color: #f59a1a;
  }
  .m_filter::-webkit-scrollbar-track-piece {
    background-color: #f2f2f2;
  }
  .m_filter::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #f59a1a;
  }
  .m_filter::-webkit-scrollbar-corner {
    background-color: #f59a1a;
  }
  .m_filter.is-active {
    transform: none;
  }
  .filter_close {
    display: block;
  }
  .m_filter_head {
    display: block;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .filter_open {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px 25px;
    min-height: 35px;
    justify-content: center;
    border: 2px solid #F2F2F2;
    text-decoration: none;
  }
  .filter_open svg {
    margin-right: 10px;
  }
  .page_title {
    text-align: center;
    justify-content: center;
  }
  .front_about_text {
    max-height: 330px;
  }
  .front_about_img {
    max-width: 330px;
    max-height: 330px;
  }
  .front_about_text {
    padding: 15px;
  }
  .front_parts_list li {
    min-width: 150px;
  }
  .front_main_catalog {
    display: none;
  }
  .h_call {
    font-size: 16px;
  }
  .h_nav_list {
    flex-direction: column;
  }
  .h_nav_list li {
    width: 100%;
    border: none;
    text-align: left;
    justify-content: flex-start;
  }
  .h_nav_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .h_nav_list li span,
  .h_nav_list li a {
    width: auto;
    padding: 0;
    font-size: 16px;
    flex-grow: initial;
  }
  .h_mob_wrap > div,
  .h_mob_wrap > nav,
  .h_mob_wrap > ul {
    padding: 0 15px;
    margin: 0 -15px;
  }
  .h_mob_wrap > div:not(:last-child),
  .h_mob_wrap > nav:not(:last-child),
  .h_mob_wrap > ul:not(:last-child) {
    border-bottom: 2px solid #F2F2F2;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .h_mob_wrap > div.h_search,
  .h_mob_wrap > nav.h_search,
  .h_mob_wrap > ul.h_search {
    margin-bottom: 10px;
    padding: 0;
  }
  .h_mob_wrap > div.h_user,
  .h_mob_wrap > nav.h_user,
  .h_mob_wrap > ul.h_user {
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .h_mob_wrap .main_catalog_list--absolute {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    width: initial;
  }
  .h_mob_wrap .main_catalog_list_inside {
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: 100%;
    overflow: initial;
    border: none;
    padding: 10px 0 5px 0;
    display: none;
    transition: none;
  }
  .h_mob_wrap .main_catalog_list_inside:after {
    content: "";
    clear: both;
    display: block;
  }
  .h_mob_wrap .main_catalog_list_inside > li {
    width: 50%;
    float: left;
  }
  .h_mob_wrap .main_catalog_list > li > a:hover {
    color: initial;
  }
  .h_mob_wrap .main_catalog_list > li.main_catalog_list--hasChild.is-active > span,
  .h_mob_wrap .main_catalog_list > li.main_catalog_list--hasChild.is-active > a {
    color: #f59a1a;
  }
  .h_mob_wrap .main_catalog_list > li.main_catalog_list--hasChild > span:after,
  .h_mob_wrap .main_catalog_list > li.main_catalog_list--hasChild > a:after {
    background: url(../img/mini_right.svg) center no-repeat !important;
  }
  .h_mob_wrap .main_catalog_list > li.main_catalog_list--hasChild.is-active > a:after {
    transform: rotate(90deg) !important;
  }
  .h_mob_wrap .main_catalog_list > li.main_catalog_list--hasChild:hover > a:after {
    transform: none;
  }
  .h_mob_wrap .main_catalog_list > li.main_catalog_list--hasChild > span:after,
  .h_mob_wrap .main_catalog_list > li.main_catalog_list--hasChild > a:after {
    right: 0;
  }
  .h_mob_wrap .main_catalog_list > li > a {
    padding-right: 15px;
  }
  .front_slider {
    margin: 0 -15px;
    width: initial;
  }
  .front_slider_info p {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .main_link--mod {
    min-height: 45px;
    padding: 10px 25px;
  }
  .front_slider_info {
    max-width: 55%;
  }
  .front_slider > li,
  .front_slider li.slick-slide {
    min-height: 400px;
    padding: 50px 75px;
  }
  .front_slider_info span {
    font-size: 24px;
  }
  .h_top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 110;
    background: #FFF;
  }
  .h_top_logo {
    max-width: 130px;
    padding: 5px 20px 5px 15px;
    min-height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h_top_info_first {
    display: none;
  }
  .h_search {
    max-width: initial;
    width: initial;
  }
  .h_search_form input {
    height: 60px;
    padding: 0 70px 0 15px;
  }
  .front_wrapper .main_catalog_list--absolute {
    display: block;
  }
  .h_search_form button {
    right: 15px;
  }
  .menu_toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    order: 10;
    border: none;
    padding: 0;
    background: none;
  }
  .menu_toggle span {
    height: 2px;
    width: 16px;
    display: inline-flex;
    margin: 2px 0;
    background: #f59a1a;
    border-radius: 2px;
    transition: .1s;
    position: relative;
  }
  .menu_toggle.is-active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .menu_toggle.is-active span:first-child {
    top: 6px;
    transform: rotate(45deg);
  }
  .menu_toggle.is-active span:last-child {
    top: -6px;
    transform: rotate(-45deg);
  }
  .h_top_info_second > * {
    min-height: 67px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h_top_info_second > *:not(:last-child) {
    border-right: 2px solid #F2F2F2;
  }
  .h_top_wrap {
    margin: 0 -15px;
  }
  .h_call_mob {
    font-size: 0;
  }
  .h_call_mob:before {
    width: 100%;
    height: 100%;
    background: url("../img/phone_mod.svg") center no-repeat;
    content: "";
    left: 0;
    top: 0;
  }
  .h_like {
    font-size: 0;
  }
  .h_like:before {
    margin: 0;
    background: url(../img/like_mod.svg) center no-repeat;
    background-size: 16px 16px;
  }
  .h_like:after {
    display: none;
  }
  .h_basket {
    font-size: 0;
  }
  .h_basket:before {
    margin: 0;
    background: url(../img/cart_mod.svg) center no-repeat;
    background-size: 16px 16px;
  }
  .h_basket:after {
    display: none;
  }
  header {
    padding-top: 67px;
  }
  .h_bottom_right {
    display: none;
  }
  .h_bottom_catalog {
    max-width: 100%;
  }
  .h_bottom_wrap {
    margin: 0 -15px;
  }
  .h_catalog {
    display: flex;
    justify-content: center;
    color: #FFF;
    min-height: 60px;
    background: #f59a1a;
  }
  .h_catalog:before {
    background: url(../img/catalog_mod.svg) center no-repeat;
  }
  .m_card_top_gallery {
    max-width: 450px;
  }
  .m_card_nav_slider {
    max-width: 60px;
    margin-right: 25px;
  }
  .m_card_main_slider {
    max-width: calc(100% - 85px);
  }
  .m_card_main_slider li {
    height: 390px;
  }
  .m_card_title {
    font-size: 24px;
  }
  .m_card_top_head {
    margin-bottom: 15px;
  }
  .m_card_top_line {
    margin-bottom: 15px;
  }
  .m_card_price {
    margin-bottom: 15px;
  }
  .m_card_buy {
    margin-bottom: 15px;
  }
  .m_card_one_click {
    margin-bottom: 25px;
  }
  .m_card_bottom {
    margin-top: 30px;
  }
  .m_card_bottom_tabs_list li a {
    font-size: 16px;
    min-height: 36px;
  }
  .h_top .h_nav,
  .h_top .h_user {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .catalog_list > li,
  .catalog_list li.slick-slide {
    width: calc(50% - 30px);
  }
  .catalog_page_sort_form .form_item {
    margin-left: 10px;
  }
  .contacts_page_wrap {
    flex-direction: column;
    align-items: center;
  }
  .contacts_page_wrap_left {
    max-width: 100%;
  }
  .contacts_page_wrap_right {
    width: 100%;
  }
  .pager {
    flex-direction: column;
    align-items: center;
  }
  .pager_left {
    margin-bottom: 25px;
  }
  .pager_left,
  .pager_right {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .block {
    padding: 25px 0;
  }
  .front_banners_list li {
    width: calc(50% - 14px);
    margin: 0 7px 14px 7px;
  }
  .front_banners_list {
    margin: 0 -7px -14px -7px;
  }
  .m_card_top {
    flex-direction: column;
    align-items: center;
  }
  .m_card_top_gallery {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 25px;
  }
  .m_card_nav_slider {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0 0;
    display: flex;
    overflow: hidden;
  }
  .m_card_nav_slider li {
    margin: 0 7px;
    flex-shrink: 0;
  }
  .m_card_nav_slider .slick-list {
    margin: 0 -7px;
  }
  .m_card_main_slider {
    max-width: 100%;
  }
  .m_card_top_info {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  .m_card_bottom_tabs_cont {
    padding-top: 15px;
  }
  .m_card_all_reviews_inside {
    flex-direction: column;
  }
  .m_card_all_reviews_left {
    padding: 0;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .m_card_all_reviews_right {
    padding: 0;
    max-width: 100%;
  }
  .m_card_all_reviews_left_head {
    margin-bottom: 10px;
  }
  .m_card_all_reviews_left_head > span {
    font-size: 14px;
  }
  .main_reviews_list > li {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .catalog_page_tags li{
    width: calc(100% / 2 - 10px);
  }
  .m_card_top_head {
    flex-direction: column;
    align-content: flex-start;
  }
  .m_card_avail {
    margin: 10px 0 0 0;
  }
  .m_card_top_line {
    flex-direction: column;
    align-items: flex-start;
  }
  .m_card__review {
    margin-top: 10px;
  }
  .buy_but {
    margin-left: 15px;
  }
  .m_card_like {
    margin-left: 15px;
  }
  .m_card_buy {
    width: 100%;
    justify-content: space-between;
  }
  .m_card_one_click_form {
    max-width: 100%;
  }
  .m_card_bottom_tabs_list {
    flex-direction: column;
    margin: 0 -15px;
  }
  .m_card_bottom_tabs_list li {
    width: 100%;
    text-align: center;
  }
  .m_card_bottom_tabs_list li a {
    justify-content: flex-start;
  }
  .m_card_main_slider li {
    height: initial;
    max-height: 350px;
  }
  .m_card_main_slider li img {
    max-height: 350px;
  }
  .m_card_bottom_tabs_list li:not(:last-child) {
    border: none;
    border-bottom: 1px solid #F2F2F2;
  }
  .catalog_list_info {
    padding: 10px;
  }
  .catalog_list_link {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .catalog_list_article {
    margin-bottom: 10px;
  }
  .catalog_list_footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog_list_price_actual {
    font-size: 14px;
  }
  .catalog_list_price {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }
  .main_link {
    min-height: 35px;
    border-radius: 5px;
    padding: 5px 15px;
  }
  .catalog_list_like {
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
  }
  .catalog_list_like:after {
    background-size: 15px auto;
  }
  .block_title {
    font-size: 20px;
  }
  .block_title_wrap {
    margin-bottom: 20px;
  }
  .catalog_list_status span {
    min-width: 59px;
    padding: 3px 10px;
    min-height: 25px;
  }
  .catalog_list_buy {
    width: 100%;
    margin-left: 0;
  }
  .catalog_list_price_old {
    font-size: 12px;
  }
  .catalog_page_sort {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
  .catalog_page_sort span {
    margin-bottom: 10px;
  }
  .catalog_page_sort_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .catalog_page_head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form_item {
    margin: 0 10px 10px 10px;
  }
  .contacts_page_wrap_left_item {
    width: 100%;
    padding-right: 0;
  }
  .contacts_page_wrap_left_item {
    margin-bottom: 30px;
  }
  .page {
    padding-bottom: 25px;
  }
  .catalog_list > li,
  .catalog_list li.slick-slide {
    width: calc(50% - 14px);
    margin: 0 7px 14px 7px;
  }
  .catalog_list {
    margin: 0 -7px -14px -7px;
  }
  .catalog_list > li,
  .catalog_list li.slick-slide {
    width: calc(50% - 14px);
  }
  .catalog_slider .slick-next_arrow,
  .front_news_list .slick-next_arrow {
    right: 7px;
  }
  .catalog_slider .slick-prev_arrow,
  .front_news_list .slick-prev_arrow {
    right: 37px;
  }
  .page_title {
    font-size: 24px;
  }
  .front_about_info {
    flex-direction: column;
    align-items: center;
  }
  .front_about_img {
    max-width: 100%;
    max-height: initial;
  }
  .slick-arrow {
    width: 25px;
    height: 25px;
  }
  .slick-arrow svg {
    width: 5px;
  }
  .catalog_slider .slick-arrow,
  .front_news_list .slick-arrow {
    top: -35px;
  }
  .block_title_wrap {
    padding-right: 70px;
  }
  .front_slider .slick-arrow {
    width: 20px;
    height: 25px;
    padding: 5px;
  }
  .front_slider > li,
  .front_slider li.slick-slide {
    min-height: 170px;
    padding: 30px 40px;
  }
  .front_slider_info span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .front_slider_info p {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .front_slider .slick-prev_arrow {
    border-radius: 0 5px 5px 0;
  }
  .front_slider .slick-next_arrow {
    border-radius: 5px 0 0 5px;
  }
  .main_link--mod {
    padding: 5px 15px;
    min-height: 30px;
    font-size: 12px;
  }
  .front_top {
    margin-bottom: 25px;
  }
}
