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;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.eot');
  src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBold.eot');
  src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('../fonts/OpenSans-ExtraBold.woff') format('woff'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
body {
  width: 100%;
  float: left;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
}
.container {
  width: 100%;
  float: left;
  max-width: 1390px;
  padding-left: 15px;
  padding-right: 15px;
}
header {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #222222;
}
.h_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_logo {
  width: auto;
  float: left;
  max-width: 150px;
}
.h_logo span,
.h_logo a {
  width: auto;
  float: left;
}
.h_logo span img,
.h_logo a img {
  width: auto;
  float: left;
  max-width: 100%;
}
.h_catalog,
.h_search,
.h_deliv {
  width: auto;
  float: left;
  margin-left: 60px;
}
.h_catalog {
  margin-left: 45px;
}
.h_catalog:hover .h_catalog_link {
  color: #ff6464;
}
.h_catalog:hover .h_catalog_link svg path {
  fill: #ff6464;
}
.h_catalog:hover .h_catalog_inside {
  opacity: 1;
  visibility: visible;
}
.h_wrap {
  position: relative;
}
.h_catalog_inside {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  background: #FFF;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  z-index: 90;
  -webkit-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  align-items: stretch;
}
.h_catalog_inside::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.h_catalog_inside::-webkit-scrollbar-button {
  background-color: #666;
}
.h_catalog_inside::-webkit-scrollbar-track {
  background-color: #999;
}
.h_catalog_inside::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.h_catalog_inside::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #666;
  border-radius: 3px;
}
.h_catalog_inside::-webkit-scrollbar-corner {
  background-color: #999;
}
.h_catalog_inside::-webkit-resizer {
  background-color: #666;
}
.h_catalog_inside_right {
  width: 100%;
  float: left;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.h_catalog_inside_right_actions,
.h_catalog_inside_right_links {
  height: 100%;
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.h_catalog_inside_right_links a {
  width: 100%;
  float: left;
  padding: 20px 30px;
  display: flex;
  height: 100%;
  align-items: flex-end;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  transition: .3s;
  color: #FFF;
  text-decoration: none;
}
.h_catalog_inside_right_links a img {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.h_catalog_inside_right_links a:hover {
  color: #ff6464;
}
.h_catalog_inside_right_actions li {
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #222222;
  height: 100%;
  position: relative;
}
.h_catalog_inside_right_actions li:hover a {
  color: #ff6464;
}
.h_catalog_inside_right_actions li:hover a svg path {
  fill: #ff6464;
}
.h_catalog_inside_right_actions li span {
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  color: #fff;
  transition: .3s;
}
.h_catalog_inside_right_actions li p {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 13px;
  color: #FFF;
  margin-bottom: 25px;
}
.h_catalog_inside_right_actions li a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  font-weight: bold;
}
.h_catalog_inside_right_actions li a svg {
  margin-left: 10px;
}
.h_catalog_inside_right_actions li a svg path {
  transition: .3s;
}
.h_catalog_inside_right_actions li a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}
.h_catalog_inside_left {
  width: 100%;
  float: left;
  max-width: calc(100%);
  padding: 25px 30px;
  display: flex;
  flex-wrap: wrap;
}
.h_catalog_inside_item {
  width: calc(100% / 5 - 0px);
  padding-right: 20px;
}
.h_catalog_inside_item_list {
  width: 100%;
  float: left;
}
.h_catalog_inside_item_list li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.h_catalog_inside_item_list li span,
.h_catalog_inside_item_list li a {
  width: auto;
  float: left;
  transition: .3s;
  text-decoration: none;
  color: #222222;
  font-size: 13px;
}
.h_catalog_inside_item_list li.active span,
.h_catalog_inside_item_list li a:hover {
  color: #ff6464;
}
.h_catalog_inside_item_head {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.h_catalog_inside_item_head span,
.h_catalog_inside_item_head a {
  font-weight: bold;
  font-size: 16px;
  width: auto;
  float: left;
  transition: .3s;
  text-decoration: none;
  color: #222222;
}
.h_catalog_inside_item_head.active span,
.h_catalog_inside_item_head a:hover {
  color: #ff6464;
}
.h_catalog_link,
.search_link,
.h_deliv span,
.h_deliv a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: .3s;
  color: #FFF;
  text-decoration: none;
}
.h_shops_title svg,
.h_catalog_link svg,
.h_deliv span svg,
.h_deliv a svg {
  margin-right: 15px;
}
.h_catalog_link svg path,
.search_link svg path,
.h_deliv span svg path,
.h_deliv a svg path {
  transition: .3s;
}
.h_shops{
  cursor: pointer;
}
.h_shops .h_shops_title svg path{
  transition:0.5s;
}
.h_shops:hover .h_shops_title svg path{
  fill: #ff6464;
}
.h_catalog_link {
  min-height: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
.h_catalog_link:hover {
  color: #ff6464;
}
.h_catalog_link:hover svg path {
  fill: #ff6464;
}
.h_deliv span,
.search_link:hover,
.h_deliv a:hover {
  color: #ff6464;
}
.h_deliv span svg path,
.search_link:hover svg path,
.h_deliv a:hover svg path {
  fill: #ff6464;
}
.h_lang {
  width: auto;
  float: left;
  margin-left: auto;
  position: relative;
  min-width: 42px;
}
.h_lang_list {
  width: auto;
  float: left;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  transform: translateY(100%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.h_lang_list li {
  float: left;
  width: 100%;
}
.h_lang_list li a {
  width: 100%;
  font-weight: 600;
  float: left;
  text-align: center;
  padding: 5px;
  color: #222222;
  text-decoration: none;
  transition: .3s;
}
.h_lang_list li a:hover {
  color: #ff6464;
}
.h_lang_list--active {
  opacity: 1;
  visibility: visible;
}
.h_lang_list--active_item {
  display: none;
}
.h_lang_active {
  width: auto;
  float: left;
  position: relative;
  font-weight: 600;
  color: #FFF;
  min-width: 42px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  cursor: pointer;
}
.h_lang_active{
  display: none;
}
.h_lang_list{
  position: relative;
  opacity: 1;
  visibility: visible;
  left: auto;
  bottom: auto;
  transform: none;
  display: flex;
  flex-direction: row;
  background: none;
  box-shadow: none;
}
.h_lang_list--active_item{
  display: block;
}
.h_lang_list li a{
  color: #fff;
}
.h_lang_list li.h_lang_list--active_item a{
  color: #ff6464;
}
.h_call,
.h_shops {
  width: auto;
  float: left;
  margin-left: 45px;
  position: relative;
}
.h_call span,
.h_shops span,
.h_call a,
.h_shops a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  transition: .3s;
}

.h_shops .h_shops_info{
  position: absolute;
  top: 90px;
  display: none;
  width: 220px;
  background: #fff;
  color: #222222;
  left: 0px;
  padding: 10px 20px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
  z-index: 10;
}
.h_shops:hover .h_shops_info{
  display: block;
}
.h_shops_info_list li span,
.h_shops_info_list li a{
  color: #222222;
  padding: 5px 5px;
}
.h_shops_info_list li.active span,
.h_shops_info_list li a:hover{
  color: #ff6464;
}
.h_call a svg,
.h_shops a svg {
  margin-right: 10px;
}
.h_call a svg path,
.h_shops a svg path {
  transition: .3s;
}
.h_call a:hover,
.h_shops a:hover {
  color: #ff6464;
}
.h_call a:hover svg path,
.h_shops a:hover svg path {
  stroke: #ff6464;
}
.h_shops > span,
.h_shops > a {
  font-weight: 600;
  padding: 34px 15px;
}
.h_shops:hover > span,
.h_shops:hover > a{
  color: #ff6464;
}
.h_shops span.active{
  color: #ff6464;
}
.h_set_link {
  width: auto;
  float: left;
  margin-left: 45px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  transition: .3s;
  position: relative;
}
.h_set_link span {
  margin-left: 10px;
  color: #FFF;
  font-weight: 600;
  transition: .3s;
  text-decoration: none;
  background: #ff6464;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  position: absolute;
  top: -15px;
  right: -15px;
}
.h_set_link svg path {
  transition: .3s;
}
.h_set_link:hover {
  color: #ff6464;
}
.h_set_link:hover span {
  color: #ff6464;
}
.h_set_link:hover svg path {
  fill: #ff6464;
}


.h_set_link:hover .basket_counter,
.h_set_link:hover .favorite_counter{
  color: #fff;
}
.front_block {
  width: 100%;
  float: left;
  position: relative;
}
.catalog_banner_list {
  width: 100%;
  float: left;
  max-width: 200px;
  position: absolute;
  top: 120px;
  z-index: 2;
  left: calc(50vw - 695px + 125px);
}
.catalog_banner_list li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.catalog_banner_list li a {
  width: auto;
  float: left;
  transition: .3s;
  
  font-size: 25px;
  text-decoration: none;
  position: relative;
  color: #fff;
}
.catalog_banner_list li a:after {
  width: calc(100% + 10px);
  position: absolute;
  left: -5px;
  top: 50%;
  height:3px;
  background: #FFF;
  content: "";
  opacity: 0.3;
  transition: .3s;
}
.catalog_banner_list li a:hover:after {
  top: 100%;
  opacity: 0.8;
}
.soc_list {
  display: flex;
  align-items: center;
  width: auto;
  float: left;
  clear: both;
  justify-content: space-evenly;
}
.soc_list li {
  width: auto;
  float: left;
}
.soc_list li:not(:last-child) {
  margin-right: 60px;
}
.soc_list li a {
  width: auto;
  float: left;
}
.soc_list li a svg path {
  transition: .3s;
}
.soc_list li a:hover svg path {
  fill: #ff6464;
}
.soc_list--banner {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.soc_list--banner li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 40px;
}
.front_block_list {
  width: 100%;
  float: left;
}
.front_block_list li {
  width: 100%;
  float: left;
  position: relative;
}
.front_block_list li a{
  transition:0.5s;
}
.front_block_list li a:hover{
  opacity: 0.75;
}
.front_block_list li img {
  width: 100%;
  float: left;
}
.front_block__text {
  position: absolute;
  bottom: 110px;
  width: 100%;
  left: calc(50vw - 695px + 95px);
  max-width: 570px;
  border-radius: 2px;
  background: rgba(29, 29, 27, 0.2);
  padding: 30px;
  color: #fff;
}
.front_block__text > span {
  width: 100%;
  float: left;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.front_block__text p {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.front_block__text_link {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.confirm_order {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  padding: 10px 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background: #222222;
  position: relative;
  cursor: pointer;
}
.confirm_order:hover{
  background: #ff6464;
}
.main_but {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-weight: 600;
  font-size: 12px;
  color: #FFF;
  padding: 5px 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background: #222222;
  position: relative;
  cursor: pointer;
}
.main_but:hover {
  background: #ff6464;
  text-decoration: none;
}
.slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  transition: .3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-arrow svg {
  width: 8px;
}
.slick-arrow svg path {
  fill: #fff;
}
.slick-arrow:hover {
  background: #ff6464;
}
.front_block_list .slick-arrow {
  display: none;
}
.front_block__text_link_slider_but {
  display: flex;
  align-items: center;
}
.front_block__text_link_slider_but .slick-arrow {
  display: flex;
}
.front_block__text_link_slider_but .slick-arrow:first-child {
  margin-right: 10px;
}
.front_catalog {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.front_catalog_wrap {
  width: 100%;
  float: left;
}
.block_head {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  position: relative;
}
.block_title {
  width: 100%;
  float: left;
  color: #222222;
  font-size: 36px;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.front_catalog_list {
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
  flex-wrap: wrap;
}
.front_catalog_list > li,
.front_catalog_list li.slick-slide {
  width: calc(20% - 80px);
  margin-left: 40px;
  margin-right: 40px;
  float: left;
  margin-bottom: 40px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.front_catalog_list > li:hover .front_catalog_list_info,
.front_catalog_list li.slick-slide:hover .front_catalog_list_info {
  transform: none;
}
.front_catalog_list > li > a,
.front_catalog_list li.slick-slide > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.front_catalog_list_img {
  width: 100%;
  float: left;
  height: 340px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
.front_catalog_list_img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition:0.5s;
}
.front_catalog_list_img img.first_photo{
  transform: translate(0,0);

}
.front_catalog_list_img img.second_photo{
  transform: translate(0,50%);
}
li:hover .front_catalog_list_img img.first_photo{
  transform: translate(0,-100%);

}
li:hover .front_catalog_list_img img.second_photo{
  transform: translate(0,-100%);
}


.front_catalog_list_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(27, 29, 29, 0.35);
  transition: .3s;
  transform: translateY(calc(100% - 42px));
}
.front_catalog_list_price {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  padding: 10px;
}
.front_catalog_list_price i {
  font-size: 10px;
}
.actual_price {
  
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #FFF;
}
.sale_price {
  
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #ff6464;
}
.old_price {
  
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-decoration-line: line-through;
  /* grey price */
  color: #C7C7C7;
  margin-left: 18px;
}
.front_catalog_list_hide {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ff6464;
  position: relative;
  z-index: 3;
  color: #fff;
}
.add_to_basket {
  width: 100%;
  text-align: center;
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  transition: .3s;
  text-decoration: none;
  position: relative;
  z-index: 3;
}
.add_to_basket:hover {
  opacity: 0.75;
}
.front_catalog_list_sizes {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 7px;
  padding-top: 5px;
}
.front_catalog_list_sizes li {
  margin-left: 7px;
  margin-right: 7px;
  float: left;
}
.front_catalog_list_sizes li span,
.front_catalog_list_sizes li a {
  padding: 2px;
  min-width: 30px;
  height: 24px;
  border: 2px solid transparent;
  border-radius: 0px;
  background: #f1f1f1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
}
.front_catalog_list_sizes li span{
  text-decoration: line-through;
}
.front_catalog_list_sizes li .front_catalog_list_sizes--active {
  border-color: #fff;
}
.front_catalog_list_last {
  height: 100%;
  background: #fafafa;
  display: flex;
  align-items: flex-end;
}
.front_catalog_list_last a {
  padding: 20px;
  color: #C7C7C7;
  font-size: 28px;
  transition: .3s;
  
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  display: inline;
  width: 100%;
}
.front_catalog_list_last a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
}
.front_catalog_list_last a svg {
  display: inline;
}
.front_catalog_list_last a svg path {
  transition: .3s;
}
.front_catalog_list_last a:hover {
  color: #ff6464;
}
.front_catalog_list_last a:hover svg path {
  fill: #ff6464;
}
.front_catalog_list_last a:hover svg path:first-child {
  stroke: #ff6464;
}
.subcribe_block{
  background-size: cover!important;
  background-position: center!important;
  width: 100%;
  float: left;
  min-height: 350px;
  flex-direction: column;
  align-items: center;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.subcribe_block_wrap{
  display: flex;
  width: 100%;
  float: left;
  flex-direction: column;
  max-width: 780px;
}
.subcribe_block_title{
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  line-height: 46px;
  text-align: left;
  width: 100%;
}
.subcribe_block_title b{
  background: #fff;
  padding: 5px 10px;
}
.subcribe_block_content{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
  width: 100%;
}
#subscribe{
    display: block;
    width: 100%;
    max-width: 400px;
}
#subscribe input[type="text"]{
    padding-left: 32px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #222222;
    margin-bottom: 20px;
    color: #222222;
    width: 100%;
    position: relative;
}

#subscribe input[type="text"]::placeholder {
  color: #222222;
}
#subscribe input[type="text"].error_input{
  background: transparent!important;
  border: none!important;
  border-bottom: 1px solid #cc0707!important; 
}
#subscribe .subcribe_phone{
  position: relative;
  display: block;
  width: 100%;
}
#subscribe .subcribe_phone i{
  pointer-events:none;
  position: absolute;
  top: 10px;
  display: block;
  background: #222222;
  color: #e3b800;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}
.subcribe_success{
  display: none;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  line-height: 40px;
}
#subscribe input[type="submit"]{
  background: #222222;
  color: #fff;
  max-width: 135px;
  border: 1px solid #222222;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 0px;
  font-weight: 600;
  transition: 0.5s;
  cursor: pointer;
}
#subscribe input[type="submit"]:hover{
  background: transparent;
  color: #222222;
  border: 1px solid #222222;
}
.about_block {
  width: 100%;
  float: left;
}
.about_block_list {
  width: 100%;
  float: left;
}
.about_block_list > li {
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
}
.about_block_list > li:nth-child(even) {
  flex-direction: row-reverse;
}
.about_block_list > li:nth-child(even) .about_block_info {
  padding-right: 40px;
  padding-left: calc(50vw - 690px);
}
.about_block_img {
  width: 50%;
}
.about_block_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.about_block_info {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: calc(50vw - 690px);
}
.about_block_info span {
  font-weight: bold;
  color: #222222;
}
.about_block_info p:not(:last-child) {
  margin-bottom: 10px;
}
footer {
  width: 100%;
  float: left;
  background: #222;
}
.f_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.f_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.f_logo {
  width: 100%;
  float: left;
  max-width: 320px;
}
.f_logo > span > img,
.f_logo > a > img{
  max-width: 200px;
  margin-bottom: 15px;
}
.f_logo span,
.f_logo a {
  width: auto;
  float: left;
}
.f_logo span img,
.f_logo a img {
  width: auto;
  float: left;
  max-width: 100%;
  height: auto;
}
.f_top_item {
  width: 100%;
  float: left;
  max-width: 180px;
  padding-left: 10px;
  padding-right: 10px;
}
.f_top_list {
  width: 100%;
  float: left;
}
.f_top_list li {
  width: 100%;
  float: left;
}
.f_top_list li:not(:last-child) {
  margin-bottom: 10px;
}
.f_top_list li span,
.f_top_list li a {
  width: auto;
  float: left;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: .3s;
}
.f_top_list li.active span,
.f_top_list li a:hover {
  color: #ff6464;
}
.f_top_info {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.f_call_link {
  width: auto;
  float: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #FFF;
  transition: .3s;
  text-decoration: none;
  margin-bottom: 10px;
}
.f_call_link:hover {
  color: #ff6464;
}
.mail_link {
  width: auto;
  float: left;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  transition: .3s;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.mail_link:hover {
  color: #ff6464;
}
footer .soc_list svg {
  height: 24px;
  width: auto;
}
.f_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.f_bottom_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author p a {
  color: #fff;
  transition: .3s;
}
.author p a:hover {
  text-decoration: none;
  color: #ff6464;
}
.copyright {
  width: 100%;
  float: left;
  max-width: 300px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}
.payment img:not(:first-child) {
  margin-left: 25px;
}
.front_best_tabs_cont {
  display: none;
}
.front_best_tabs_cont--active {
  display: block;
}
.front_best {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 310px;
  background-color: #222222;
}
.front_best_head {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.front_best_head_title {
  
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  margin-left: 25px;
  margin-right: 25px;
  letter-spacing: 0.01em;
  /* white 1 */
  color: #FFFFFF;
}
.front_best_wrap {
  width: 100%;
  float: left;
}
.front_best_tabs {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.front_best_tabs li {
  width: auto;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
}
.front_best_tabs li a {
  width: auto;
  float: left;
  transition: .3s;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
}
.front_best_tabs li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.front_best_tabs li .front_best_tabs--active {
  background: #ff6464!important;
}
.front_best_tabs_wrap {
  width: 100%;
  float: left;
}
.front_best_list {
  display: block;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.front_best_list li {
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.front_best_list li img {
  width: 100%;
  float: left;
  height: auto;
  max-height: 550px;
  object-fit: cover;
}
.front_best_list li a {
  width: 100%;
  float: left;
}
.front_best_list li a:after {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: '';
  z-index: 2;
}
.front_best_list li:hover .front_best_list_info_name {
  color: #ff6464;
}
.front_best_list_info {
  position: absolute;
  left: 0px;
  margin-bottom: 5px;
  width: 100%;
  bottom: 15px;
  float: left;
}
.front_best_list_info .front_best_list_info_price {
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #ff6464;
  padding-left: 10px;
  margin-bottom: 5px;
}
.front_best_list_info .front_best_list_info_name {
  
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  display: flex;
  color: #fff;
  background: rgba(29, 29, 27, 0.2);
  border-radius: 2px 0px 0px 2px;
  padding: 5px 10px;
  transition: .3s;
}

.front_best .container {
  max-width: 1200px;
}
.breadcrumb {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.breadcrumb_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
  padding-top: 15px;
}
.breadcrumb_list li {
  width: auto;
  float: left;
  font-size: 13px;
  color: #222222;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.breadcrumb_list li a {
  width: auto;
  float: left;
  transition: .3s;
  font-size: 13px;
  color: #222222;
  text-decoration: none;
}
.breadcrumb_list li a:hover {
  color: #ff6464;
}
.breadcrumb_list li:not(:last-child):after {
  display: flex;
  content: "●";
  margin-left: 15px;
  margin-right: 15px;
  background-size: contain;
}
.contacts_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.contacts_page_wrap {
  width: 100%;
  float: left;
}
.contacts_page_cont {
  width: 100%;
  float: left;
}
.contacts_page_item {
  width: 100%;
  float: left;
  display: flex;
  padding-top: 50px;
}
.contacts_page_item_left {
  width: 100%;
  float: left;
  max-width: 400px;
  padding-right: 20px;
  font-size: 13px;
  color: #222222;
}
.contacts_page_item_left p {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #222222;
}
.contacts_page_item_right {
  width: 100%;
  float: left;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.contacts_page_item_right_info {
  width: 50%;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
.contacts_page_item_right_info p {
  width: 100%;
  float: left;
  font-weight: 600;
  color: #222222;
  font-size: 16px;
}
.contacts_page_item_right_work_time {
  width: 50%;
  float: left;
  font-size: 14px;
}
.contacts_page_item_right_item {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}
.contacts_page_item_right_item:not(:last-child) {
  border-bottom: 1px solid #C7C7C7;
}
.contacts_page_item_right_item:first-child {
  padding-top: 0;
}
.contacts_page_call_link {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #222222;
}
.contacts_page_call_link:hover {
  color: #ff6464;
}
.contacts_page_mail_link {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #222222;
}
.contacts_page_mail_link:hover {
  color: #ff6464;
}
.contacts_page_cont_head {
  width: 100%;
  float: left;
  padding-top: 50px;
  font-weight: 600;
  font-size: 26px;
  max-width: 400px;
}
.map_holder {
  width: 100%;
  float: left;
  height: 550px;
}
.contacts_form {
  width: 100%;
  float: left;
  max-width: 640px;
  display: flex;
  flex-wrap: wrap;
}
.contacts_form_item {
  width: 100%;
  max-width: calc(50% - 40px);
  margin-bottom: 30px;
}
.contacts_form_item span {
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
}
input {
  width: 100%;
  float: left;
  border: 1px solid #C7C7C7;
  box-sizing: border-box;
  border-radius: 0px;
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
}
input[type="checkbox"]{
  width: auto;
  float: none;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  height: auto;
}
.contacts_form_item_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.contacts_form_item_wrap > span {
  font-size: 14px;
}
textarea {
  width: 100%;
  float: left;
  border: 1px solid #C7C7C7;
  box-sizing: border-box;
  border-radius: 2px;
  height: 124px;
  padding: 10px;
  resize: none;
}
.contacts_form_item--full {
  width: 100%;
  max-width: 100%;
}
.contacts_form {
  margin-bottom: 100px;
}
.submit_wrap {
  width: 100%;
  float: left;
}
.sum_but {
  color: #fff;
  background: #222222;
  border-radius: 2px;
  padding: 5px 30px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  font-weight: 600;
}
.sum_but:hover {
  background: #ff6464;
}
.catalog_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.catalog_page_wrap {
  width: 100%;
  float: left;
  padding-bottom: 45px;
}
.catalog_page_left {
  width: 100%;
  float: left;
  max-width: 280px;
}
.catalog_page_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 280px);
  padding-left: 20px;
}
.m_filter {
  width: 100%;
  float: left;
}
.m_filter form{
  width: 100%;
  float: left;
  padding-top: 5px;
}
.m_filter_list_nav{    
  padding-left: 5px;
}
.m_filter_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  display: none;
}
.m_filter_head span {
  
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
}
.m_filter_head a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  /* grey price */
  color: #C7C7C7;
  transition: .3s;
}
.m_filter_head a:hover {
  text-decoration: none;
  color: #ff6464;
}
.m_filter_item {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.m_filter_item_head {
  width: 100%;
  float: left;
  padding: 5px 20px;
  background: #222222;
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  cursor: pointer;
}
.m_filter_item_head span {
  font-weight: 500;
  font-size: 16px;
}
.m_filter_item_head:after {
  width: 8px;
  height: 8px;
  content: "";
  background: url("../img/filter_arrow_white.svg") center no-repeat;
  background-size: contain;
  transition: .3s;
  position: relative;
}
.m_filter_item_head--active:after {
  transform: rotate(180deg);
}
.m_filter_item_body {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.m_filter_list {
  width: 100%;
  float: left;
  position: relative;
}
.m_filter_list li {
  width: 100%;
  float: left;
  position: relative;
}
.m_filter_list li > ul{
  display: none;
}
.m_filter_list li.active > ul{
  display: block;
  margin-top: 10px;
  position: relative;
  clear: both;
  float: left;
}
.m_filter_list li a{
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
  user-select: none;
  line-height: 1.2;
  text-decoration: none;
  color: #222222;
}
.m_filter_list li a:hover{
  text-decoration: none;
  padding-left: 10px;
}

.m_filter_list li:not(:last-child) {
  margin-bottom: 15px;
}
.m_filter_list_nav > li > ul{
  display: none;
}
.m_filter_list_nav > li > ul > li > ul{
  margin-left: 20px;
}
.m_filter_list li.active > a{
  font-weight: bold;
}
.m_filter_list_nav > li.active > ul{
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
}
.m_filter_list input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.m_filter_list label {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
  line-height: 22px;
  min-height: 22px;
}
.m_filter_list label:hover > span {
  border-color: #222222;
}
.m_filter_list label span {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  top: 4px;
  border: 1px solid #C7C7C7;
  box-sizing: border-box;
  border-radius: 1px;
  content: "";
  transition: .3s;
}
.m_filter_list label:after {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 7px;
  left: 7px;
  content: "";
  border-radius: 1px;
  background: #222222;
  opacity: 0;
  transition: .3s;
}
.m_filter_list input:checked + label:after {
  opacity: 1;
}
.m_filter_item_list--color input:checked + label:after {
  opacity: 0;
}
.m_filter_item_list--color input:checked + label > span {
  transform: scale(1.3) rotate(45deg);
  border-color: #ff6464;
}
.ui-widget-content,
.ui-widget-header {
  background: #C4C4C4;
}
.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: 8px;
  height: 8px;
  border: none;
  margin-top: 2px;
  background: #222222;
  cursor: pointer;
  border-radius: 0;
  margin-right: -4px;
  transform: translateX(4px);
}
.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: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #222222;
  height: 19px;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
  border: 1px solid #C7C7C7;
  box-sizing: border-box;
  border-radius: 1px;
  background: none;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.m_catalog_filter_item_range > p > input:first-child {
  margin-right: 6px;
}
.m_catalog_filter_item_range > p > input:last-child {
  margin-left: 6px;
}
.m_catalog_filter_item_range span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.m_catalog_filter_item_range > p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  margin-bottom: 0px;
  align-items: center;
}
.catalog_page_right_head {
  width: 100%;
  float: left;
}
.page_title {
  width: 100%;
  float: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 15px;
}
.catalog_page_right_sort {
  float: left;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.catalog_page_right_sort > span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  min-width: 115px;
}
.sort_catalog_form {
  width: auto;
  float: left;
  display: flex;
}
.sort_catalog_form_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.sort_catalog_form_list li {
  width: auto;
  float: left;
  margin-left: 20px;
  position: relative;
}
.sort_catalog_form_list li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.sort_catalog_form_list li a,
.sort_catalog_form_list li label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  transition: .3s;
  border-bottom: 1px solid transparent;
  color: #222222;
  text-decoration: none;
}
.sort_catalog_form_list li a:hover,
.sort_catalog_form_list li label:hover,
.sort_catalog_form_list li a.active_sort,
.sort_catalog_form_list li input:checked + label {
  border-color: #222222;
  text-decoration: none;
}
.catalog_list {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.catalog_list > li {
  width: calc(100% / 3 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #ddd;
}
.catalog_list_img {
  width: 100%;
  float: left;
  overflow: hidden;
  display: block;
  position: relative;
}
.catalog_list_img img {
  width: 100%;
  float: left;
  transition:0.5s;
}
.catalog_list li:hover img,
.catalog_list > li:hover img{
  opacity: 0.8;
}


.catalog_list_status {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 0;
}
.catalog_list_status span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  border-radius: 2px;
  padding: 0px 5px;
}
.catalog_list_status .sale {
  background: #d80000;
}
.catalog_list_status .sale {
  background: #d80000;
}
.catalog_list_status .new {
    background: #0094d8;
}
.catalog_list_status .top {
  background: #00d86b; 
}
.add_to_basker {
  position: relative;
  width: 100%;
  text-align: center;
  transition: .3s;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  background: #222222;
  border-radius: 2px;
  padding: 5px 10px;
  z-index: 6;
  margin-bottom: 10px;
}
.add_to_basker:hover {
  background: #ff6464;
}
.catalog_list_body {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  padding-bottom: 0;
}
.catalog_list_body .front_catalog_list_sizes li span{
  color: #C7C7C7;
  position: relative;
  z-index: 6;
  transition: .3s;
}
.catalog_list_body .front_catalog_list_sizes li a {
  color: #222222;
  position: relative;
  z-index: 6;
  transition: .3s;
  margin-bottom: 3px;
}
.catalog_list_body .front_catalog_list_sizes li a:hover {
  transform: scale(1.2);
}
.catalog_list_body .front_catalog_list_sizes li .front_catalog_list_sizes--active {
  background: #222222;
  color: #FFF;
}
.catalog_list_body .front_catalog_list_sizes li .front_catalog_list_sizes--active:hover {
  color: #fff;
}
.catalog_list_name {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #222222;
  margin-bottom: 10px;
  text-decoration: none;
}
.catalog_list_name:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  content: "";
}
.catalog_list_price {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.catalog_list_price--actual {
  color: #474747;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
.catalog_list_price--sale {
  color: #ff6464;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
.catalog_list_price--old {
  margin-left: 20px;
  text-decoration-line: line-through;
  color: #8A8A8A;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}
.load_more_catalog {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: #222222;
  transition: .3s;
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 7px 15px;
  text-decoration: none;
}
.load_more_catalog:hover {
  background: #ff6464;
  color: #fff;
}
.catalog_page {
  margin-bottom: 40px;
}
.about_mod {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 230px;
  position: relative;
}
.about_mod_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.about_mod_info {
  width: 50%;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about_mod_info p {
  width: 100%;
  float: left;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
}
.about_mod_img {
  width: 50%;
  float: left;
  padding-left: 50px;
}
.about_mod_img img {
  width: 100%;
  float: left;
  height: auto;
}
.about_mod_info_title {
  width: 100%;
  float: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 35px;
}
.about_mod_info_read_more {
  display: flex;
  margin-top: 25px;
  align-items: center;
  transition: .3s;
  font-size: 16px;
  color: #222222;
  text-decoration: none;
}
.about_mod_info_read_more svg {
  margin-right: 20px;
}
.about_mod_info_read_more svg path,
.about_mod_info_read_more svg circle {
  transition: .3s;
}
.about_mod_info_read_more:hover {
  color: #ff6464;
}
.about_mod_info_read_more:hover svg path,
.about_mod_info_read_more:hover svg circle {
  stroke: #ff6464;
}
.map {
  width: 100%;
  float: left;
}
.close_filter {
  display: none;
}
.open_filter {
  display: none;
}
.front_catalog_list_last {
  min-height: 340px;
}
.slick-dots {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #222222;
  transition: .3s;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.slick-dots li button {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 100%;
  padding: 0;
  text-indent: -9999px;
}
.slick-dots li.slick-active {
  background: #ff6464;
}
.h_catalog_inside_head_top {
  order: -10;
  display: none;
  padding: 20px;
}
.close_menu {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  background: none;
  border: none;
}
.close_menu svg {
  width: 100%;
  float: left;
  height: auto;
}
.h_catalog_inside_head_top_title {
  display: flex;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  align-items: center;
}
.h_catalog_inside_head_top_title svg {
  margin-right: 15px;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.product_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 120px;
}
.product_page_top {
  width: 100%;
  float: left;
  display: flex;
}
.product_page_top_gallery {
  width: 100%;
  float: left;
  max-width: 640px;
  position: relative;
}
.product_page_top_gallery_list {
  width: 100%;
  float: left;
  position: relative;
}
.product_page_top_gallery_list > li,
.product_page_top_gallery_list li.slick-slide {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product_page_top_gallery_list > li img,
.product_page_top_gallery_list li.slick-slide img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.product_page_top_gallery_list .slick-dots {
  bottom: 20px;
  position: absolute;
  z-index: 2;
}
.product_page_top_gallery_list .slick-dots li {
  background: #e2e2e2;
  margin-left: 10px;
  margin-right: 10px;
}
.product_page_top_gallery_list .slick-dots li.slick-active {
  background: #ff6464;
}
.product_page_top_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 640px);
  padding-left: 50px;
}
.product_page_top_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  align-items: flex-end;
}
.product_page_top_title {
  width: auto;
  float: left;
  padding-right: 10px;
  
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 31px;
}
.product_page_top_avail {
  width: auto;
  float: left;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  background: #fafafa;
  padding: 5px 15px;
}
.product_page_top_vendor {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 40px;
}
.product_variant {
  width: 100%;
  float: left;
}
.product_variant_item {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 30px;
  justify-content: start;
}
.product_page_top_vendor{
  font-weight: bold;
}
.product_page_top_vendor span{
  width: auto;
  float: left;
  font-weight: 600;
  font-size: 14px;
  min-width: 100px;
  padding-right: 10px;
}
.product_variant_item > span {
  width: auto;
  float: left;
  font-weight: 600;
  font-size: 14px;
  min-width: 90px;
  padding-right: 10px;
}
.product_variant_item_wrap {
  width: auto;
  float: left;
}
.product_variant_color {
  width: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.product_variant_color li {
  width: auto;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-bottom: 15px;
}
.product_variant_color li a{
  width: 50px;
  display: block;
  border: 1px solid #C7C7C7;
}
.product_variant_color li a:hover{
  border: 1px solid #ff6464;
}
.product_variant_color li a img{
  display: block;
  width: 100%;
}
.product_variant_color li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.product_variant_color li label {
  font-size: 0;
  cursor: pointer;
  user-select: none;
}
.product_variant_color li label span {
  width: 18px;
  height: 18px;
  border-radius: 1px;
  display: flex;
  border: 1px solid #C7C7C7;
}
.product_variant_color li label span:hover{
  border: 1px solid #ff6464;

}
.product_variant_color li label span:after {
  width: 22px;
  height: 22px;
  position: absolute;
  left: -2px;
  top: -2px;
  border: 1px solid #C7C7C7;
  box-sizing: border-box;
  border-radius: 1px;
  content: "";
  transition: .3s;
  opacity: 0;
}
.product_variant_color li input:checked + label span {
  transform: none;
}
.product_variant_color li input:checked + label span:after {
  opacity: 1;
  visibility: visible;
}
.product_variant_size {
  width: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.product_variant_size li {
  width: auto;
  float: left;
  margin-left: 10px;
  margin-bottom: 15px;
}
.product_variant_size li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.product_variant_size li label {
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  background: #f1f1f1;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  min-width: 30px;
  color: #222222;
  height: 24px;
  transition: .3s;
}
.product_variant_size li.size_disabled label{
  position: relative;
  overflow: hidden;
}
.product_variant_size li.size_disabled label:before{
    transform: rotate(45deg);
    background: #ff6464;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
}
.product_variant_size li label:hover {
  transform:scale(1.2);
}
.product_variant_size li input:checked + label {
  color: #FFF;
  background: #222222;
}
.product_page_top_help {
  width: auto;
  float: left;
  max-width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.product_page_top_help a {
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  transition: .3s;
  color: #222222;
  font-size: 14px;
}
.product_page_top_help a:hover {
  opacity: 0.75;
}
.product_page_top_help a:hover + .product_page_top_help_hide {
  opacity: 1;
  visibility: visible;
}
.product_page_top_help a svg {
  margin-right: 10px;
}
.product_page_top_help_hide {
  position: absolute;
  right: -15px;
  top: 0;
  transform: translateX(100%);
  background: #FFFFFF;
  /* red */
  padding: 20px;
  border: 2px solid #ff6464;
  box-sizing: border-box;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  width: 535px;
}
.product_page_top_help_hide img{
  width: 100%!important;
  height: auto!important;
}

.product_page_top_help_hide span {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.product_page_top_help_hide p {
  width: 100%;
  float: left;
  font-size: 13px;
}
.product_page_top_desc {
  width: 100%;
  float: left;
  display: flex;
  padding-bottom: 10px;
}
.product_page_top_desc_title {
  width: 100%;
  float: left;
  max-width: 100px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 14px;
}
.product_page_top_desc_body {
  width: 100%;
  float: left;
  max-width: calc(100% - 100px);
  font-weight: 300;
  font-size: 14px;
}
.product_page_top_desc_body b,
.product_page_top_desc_body strong{
  font-weight: bold;
}
.product_page_top_desc_body i,
.product_page_top_desc_body em{
  font-style: italic;
}
.product_page_top_footer {
  width: 100%;
  float: left;
  padding-top: 25px;
}
.product_page_top_price {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}
.product_page_top_price span {
  width: auto;
  float: left;
}
.product_page_top_price--sale {
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  width: auto;
  float: left;
}
.product_page_top_price--actual {
  font-weight: bold;
  font-size: 32px;
  color: #C7C7C7;
  width: auto;
  float: left;
}
.product_page_top_price--old {
  width: auto;
  float: left;
  margin-left: 30px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  text-decoration-line: line-through;
  color: #C7C7C7;
}
.product_page_top_last {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product_page_add_basket {
  width: auto;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: .3s;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 25px;
  min-height: 50px;
  min-width: 300px;
  background: #222222;
}
.product_page_add_basket:hover {
  background: #ff6464;
}
.add_to_fav {
  width: 34px;
  height: auto;
  float: left;
  margin-left: 60px;
}
.add_to_fav svg {
  width: 100%;
  float: left;
  height: auto;
}
.add_to_fav svg path {
  transition: .3s;
}
.add_to_fav:hover path {
  fill: #ff6464;
}
.add_to_fav--active svg path {
  fill: #ff6464;
}
.similar_prod {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 90px;
}
.block_title--center {
  text-align: center;
  text-decoration: none;
}
.catalog_list--slider > li,
.catalog_list--slider li.slick-slide {
  width: calc(20% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.catalog_list--slider .slick-dots {
  margin-top: 20px;
}
.h_search_form {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #FFF;
  z-index: 20;
  left: 50%;
  transform: translate(-50%, 100%) scale(0);
  display: flex;
  border: 1px solid #222222;
  border-top: none;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
}
.h_search_form button {
  border: none;
  background: none;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  background: #222222;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.h_search_form button:hover {
  background: #ff6464;
}
.h_search_form input {
  border: none;
  border-radius: 0;
  height: 48px;
}
.h_search_form--active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 100%) scale(1);
}
.hide_svg {
  display: none;
}
.search_link--active svg {
  display: none;
}
.search_link--active .hide_svg {
  display: block;
}
.product_page_bottom {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.product_page_bottom_head {
  width: 100%;
  float: left;
  background: #fafafa;
  margin-bottom: 30px;
}
.product_page_bottom_tabs_list {
  width: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.product_page_bottom_tabs_list li {
  width: auto;
  float: left;
}
.product_page_bottom_tabs_list li a {
  width: auto;
  float: left;
  transition: .3s;
  min-height: 58px;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #222222;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}
.product_page_bottom_tabs_list li a:hover {
  color: #222222;
  background: #ddd;
}
.product_page_bottom_tabs_list li .product_page_bottom_tabs_list--active {
  background: #222222;
  color: #fff;
}
.product_page_bottom_tabs_list li .product_page_bottom_tabs_list--active:hover {
  color: #222222;
  background: #ddd;
}
.go_to_similar {
  width: auto;
  float: left;
  transition: .3s;
  min-height: 58px;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #222222;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}
.go_to_similar:hover {
  color: #ff6464;
}
.product_page_bottom_tabs_wrap {
  width: 100%;
  float: left;
}
.product_page_bottom_tabs_cont {
  width: 100%;
  float: left;
  display: none;
}
.product_page_bottom_tabs_cont--active {
  display: block;
}
.product_page_bottom_tabs_cont_full {
  width: 100%;
  float: left;
  flex-direction: column;
  display: flex;
}
.product_page_bottom_tabs_cont_full_left {
  width: 100%;
  float: left;
}
.product_page_bottom_tabs_cont_full_left .product_page_bottom_tabs_gallery li {
  width: calc(50% - 30px);
}
.product_page_bottom_tabs_gallery {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.product_page_bottom_tabs_gallery li {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.product_page_bottom_tabs_gallery li img {
  width: 100%;
  float: left;
  height: auto;
}
.product_page_bottom_tabs_video {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.product_page_bottom_tabs_video iframe {
  min-height: 350px;
}
.tabs_title {
  width: 100%;
  float: left;
  
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 20px;
}
.product_page_bottom_tabs_cont_full_right {
  width: 100%;
  float: left;
  max-width: calc(100%);
}
.product_page_bottom_tabs_char {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.product_page_bottom_tabs_char_list {
  width: 100%;
  float: left;
}
.product_page_bottom_tabs_char_list li {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.product_page_bottom_tabs_char_list li:nth-child(odd) {
  background: #fafafa;
}
.product_page_bottom_tabs_char_list_left {
  width: auto;
  float: left;
  max-width: 50%;
  padding-right: 10px;
}
.product_page_bottom_tabs_char_list_right {
  text-align: right;
  width: auto;
  float: left;
  max-width: 50%;
  padding-left: 10px;
}
.review_star_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.review_star_list li {
  width: 100%;
  float: left;
  max-width: 15px;
  margin-right: 4px;
}
.review_star_list li svg {
  width: 100%;
  float: left;
  height: auto;
}
.review_star_list li svg path {
  fill: #C4C4C4;
  transition: .3s;
}
.review_star_list .review_star_list_active svg path {
  fill: #FFC42B;
}
.review_star--active_btn svg path {
  fill: #FFC42B!important;
}
.review_star_list_dinamic--active svg path {
  fill: #FFC42B!important;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.product_reviews {
  width: 100%;
  float: left;
}
.product_reviews_head {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product_reviews_head .tabs_title {
  margin-bottom: 0;
  width: auto;
}
.add_review {
  width: auto;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: .3s;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 25px;
  min-height: 50px;
  min-width: 300px;
  background: #222222;
}
.add_review:hover{
  background: #ff6464;
  color: #fff;
  text-decoration: none;
}
.product_reviews_list {
  width: 100%;
  float: left;
}
.product_reviews_list > li {
  width: 100%;
  float: left;
  padding: 20px;
  background: #fafafa;
  margin-bottom: 20px;
}
.product_reviews_list_head {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 3px;
  justify-content: space-between;
}
.review_name {
  width: auto;
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #222222;
  padding-right: 10px;
}
.review_data {
  width: auto;
  float: left;
  font-size: 13px;
  color: #222222;
}
.review_star_list {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}
.product_reviews_list_body {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
}
.pagin {
  width: 100%;
  float: left;
  padding-top: 10px;
}
.catalog_pagin{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.pagin_list {
  float: left;
  display: flex;
}
.pagin_list li {
  width: auto;
  float: left;
  margin-right: 8px;
}
.pagin_list li:last-child {
  margin-right: 0;
}
.pagin_list li span,
.pagin_list li a {
  width: auto;
  float: left;
  height: 40px;
  min-width: 40px;
  padding: 3px 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  transition: .3s;
  font-size: 16px;
  color: #222222;
  border: 1px solid #ddd;
  background: #fafafa;
}
.pagin_list li.active a,
.pagin_list li.active span{
  background: #222222;
  color: #fff;
}
.pagin_list li a:hover {
  background: #222222;
  color: #fff;
}
.pagin_list li .pagin_list--active {
  border-color: #222222;
  background: #FFF;
}
.modal {
  width: 100%;
  max-width: 720px;
  padding: 20px!important;
  display: none;
}
.modal .contacts_form_item {
  max-width: calc(50% - 20px);
  margin-bottom: 20px;
}
.modal .contacts_form_item--full {
  width: 100%;
  max-width: 100%;
}
.modal textarea {
  height: 58px;
}
.contacts_form_item--rev {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.contacts_form_item--rev span {
  margin-bottom: 0;
  margin-right: 30px;
  width: auto;
}
.contacts_form_item--rev .review_star_list_dinamic {
  width: auto;
  margin-bottom: 0;
}
.contacts_form_item--rev .review_star_list_dinamic li {
  max-width: 20px;
}
.modal_wrap {
  width: 100%;
  float: left;
}
.rev_form {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.modal_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
}
.fancybox-close-small {
  background: url(../img/close.svg) center no-repeat;
  outline: none!important;
}
.fancybox-close-small:after {
  display: none;
}
.catalog_page_wrap {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
}
.catalog_page_full {
    width: 100%;
    float: left;
    max-width: 100%;
    padding-top: 18px;
}
.categories_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.categories_holder .tpl_categories {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(25% - 10px);
    margin: 5px 5px 5px 5px;
    text-decoration: none;
    position: relative;
}
.tpl_categories .tpl_categories_img {
    width: 100%;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.tpl_categories .tpl_categories_cnt {
    font-weight: 500;
    background: #f85c63;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}
.tpl_categories .tpl_categories_img img {
    width: 100%;
    display: block;
    transition: 0.5s;
}
.categories_holder .tpl_categories:hover img {
    transform: scale(1.05);
}
.tpl_categories .tpl_categories_name {
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    display: block;
    background: rgb(0 0 0 / 70%);
    position: absolute;
    top: calc(50% - 22px);
    left: 0px;
    width: 100%;
    font-weight: 500;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m_team_holder{
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
.m_team_holder li{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: calc(25% - 80px);
  margin: 40px;
}
.m_team_holder li .m_team{

}
.m_team_holder li .m_team span{
  display: block;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.m_team_holder li .m_team span img{
  display: block;
  width: 100%;
  transition:0.5s;
}
.m_team_holder li:hover .m_team span img{
  transform:scale(1.05);
}
.m_team_holder li .m_team_info{
  display: flex;
  flex-direction: column;
  align-items: start;
}
.m_team_holder li .m_team_info span{
  width: 100%;
  float: left;
  color: #222222;
  font-size: 26px;
  
  letter-spacing: 0.01em;
  line-height: 36px;
}
.m_team_holder li .m_team_info p{
  width: auto;
  float: left;
  display: flex;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.m_team_holder li .m_team_info div{
  width: auto;
  float: left;
  display: flex;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  flex-direction: column;
}
.m_team_holder li .m_team_info div a{
    color: #ff6464;
}
.m_team_holder li .m_team_info div a:hover{
    color: #ff6464;
    text-decoration: none;
}


.m_journal {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.m_journal_wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 57px;
  padding-right: 57px;
}

.m_journal_list {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.m_journal_list li {
  width: calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  transition:0.5s;
  overflow: hidden;
}
.m_journal_list li:hover{
  opacity: 0.7;
}
.m_journal_list_img {
  width: 100%;
  float: left;
}

.m_journal_list_img img {
  width: 100%;
  float: left;
  height: 260px;
  object-fit: cover;
}

.m_journal_list_info {
  width: 100%;
  float: left;
  max-width: 100%;
  padding-bottom: 0;
  padding: 10px;
}

.m_journal_list_info span {
  width: 100%;
  float: left;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

.m_journal_list_info a{
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-weight: 600;
  font-size: 12px;
  color: #FFF;
  padding: 5px 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #ff6464;
  position: relative;
  cursor: pointer;
}
.m_journal_list_info a:hover{
  background: rgba(230, 0, 0, 0.8);
}

.m_journal_list_info p {
  width: 100%;
  float: left;
  color: #222222;
  font-weight: 400;
  text-align: left;
  min-height: 40px;
  font-size: 16px;
  display: flex;
  align-items: start;
  padding: 5px 0px;
  justify-content: start;
}
.m_journal_list_info p.blog_headt{
  font-weight: bold;
}

.m_journal_list_img a {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m_journal_list_img a:after {
  position: absolute;
  left: 0;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.m_journal_list_img span {
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: .3s;
  padding: 13px 25px;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0px;
  z-index: 1;
  bottom: 0px;
  width: 100%;
  max-height: 50px;
    transform: translate(0px, 50px);
}
.m_journal_list_img:hover span {
    transform: translate(0px, 0px);
}

.all_journal svg,
.more_catalog_goods svg {
  margin-right: 10px;
  margin-top: 2px;
}

.all_journal:hover svg path,
.more_catalog_goods:hover svg path {
  fill: #fff;
}

.m_journal_list--hide {
  display: none;
}

.m_media_wrap_right--right {
  max-width: 100%;
  padding-left: 0;
}

.m_media_wrap_right_body {
  padding-right: 20px;
}
.tpl_top_row{
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #222222;
  transition:0.5s;
}
.tpl_top_row_pusher{
  display: none;
}
.tpl_top_row a{
  text-align: center;
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.tpl_top_row:hover{
  opacity: 0.9;
}
.content table{
  width:100%!important;
  margin:0px;
  max-width: 100%;
}
.content table tr th{
  border: none;
  padding: 8px 10px;
}
.content table tr td{
  border:none;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
}


.content table tr{
  background: #ECECEC;
}
.content table tr:nth-child(even){
  background: #fff;
}
.content table tr th:nth-child(1),
.content table tr td:nth-child(1){
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
}

.content table tr th:nth-child(2),
.content table tr td:nth-child(2){
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
}

.content img{
  max-width: 100%!important;
  height: auto;
}
.content h1{
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 10px;
}
.content ul{
  list-style: disc;
  margin-left: 20px;
}
.content ol{
  list-style: auto;
  margin-left: 20px;
}

.content ul li,
.content ol li{
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}
.content h2{
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 10px;
}
.content h3{
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 10px;
}
.content h4{
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}
.content p {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}
.content strong,
.content b{
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  font-weight: bold;
}
.content i{
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}
#lang_first{
  position: fixed;
  top: 250px;
  z-index: 100;
  background: rgba(29, 29, 27, 0.4);
  color: #fff;
  width: 300px;
  height: auto;
  padding: 10px 15px;
  left: 50%;
  margin-left: -150px;
  display: block;
}
.pop_close_lang_first{
  position: absolute;
  top: -45px;
  right: -45px;
  background: #fff;
  font-size: 22px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 36px;
  cursor: pointer;
  color: #333;
  transition: 0.5s;
}
.pop_close_lang_first:hover{
  color: #ff6464;
}
.lang_first_head{
  align-items: center;
  font-weight: 600;
  transition: .3s;
  color: #FFF;
  font-size: 20px;
  text-align: center;
}
#lang_first .h_lang_list{
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: none;
}
.banner_block{
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
}
.banner_block_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  float: left;
  width: 100%;
}
.banner_block_holder a{
  width: calc(50% - 20px);
  margin: 10px;
  overflow: hidden;
}
.banner_block_holder a img{
  width: 100%;
  display: block;
  transition:0.5s;
}
.banner_block_holder a:hover img{
  transform:scale(1.05);
}
.pp_page_top{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_page_gallery {
  display: flex;
  position: relative;
}

.m_card_nav_slider {
  width: 100%;
  max-width: 100px;
  margin-right: 35px;
  padding: 30px 0;
}
.m_card_nav_slider .slick_arrow {
  left: 50%;
  width: 30px;
  height: 15px;
  transform: translateX(-50%);
}
.m_card_nav_slider .slick_arrow:hover{
  background: #222222;
}
.m_card_nav_slider .slick_arrow:hover svg path {
  stroke: #fff;
  fill: none;
}
.m_card_nav_slider .slick-prev_arrow {
  top: 0;
  background: #949494;
  width: 100%;
  height: 25px;
  position: absolute;
}
.m_card_nav_slider .slick-next_arrow {
  bottom: 0;
  top: initial;
  background: #949494;
  width: 100%;
  height: 25px;
  position: absolute;
}
.m_card_nav_slider  img{
  width: 100%;
}
.m_card_nav_slider .slick-list {
  height: 100%;
}
.m_card_nav_slider li.slick-slide {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  margin: 3px 0;
}
.m_card_nav_slider li.slick-slide.slick-current {
  border-color: #f85c63;
}
.m_card_main_slider {
  width: 100%;
  max-width: calc(100% - 135px);
}
.m_card_main_slider li.slick-slide,
.m_card_main_slider > li {
  cursor: pointer;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
.m_card_main_slider li.slick-slide img,
.m_card_main_slider > li img {
  max-width: 100%;
  max-height: 100%;
}
.slick-track,.slick-list{
  min-width: 100%;
}
.catalog_list--slider li{
  position: relative;
}
.front_block_banner_holder{
  display: flex;
  justify-content: center;
}
.help_manager{
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  justify-content: space-between;
  margin: 10px 0px;
}
.help_manager .buttons{
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  justify-content: space-between;
}
.help_manager .buttons > div{
  width: calc(100% / 3 - 10px);
  margin-right: 10px;
  background: #f1f1f1;
  padding: 10px 15px;
}

.help_manager .buttons > div:hover{
  background:#d9d9d9;
}
.help_manager .buttons > div a{
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none!important;
}
.help_manager .buttons > div svg{
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.help_manager .buttons > div .text {
  margin: 0;
  font-size: 14px;
  color: #777;
  text-decoration: none;
}
.help_manager .buttons > div .text b {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.catalog_page_hidden{
  display: none;
}
.order_page .personal_discount{
  background: #000;
  color: #fff;
  width: 100%;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  font-weight: bold;
}
.order_page .personal_discount span{
  background: #ff6464;
  padding: 5px 10px;
  margin: 0px 10px;
}
@media (max-width: 1440px) {
  .soc_list--banner {
    left: calc(50vw - 695px + 125px);
    bottom: 20px;
    flex-direction: row;
    top: initial;
    transform: none;
  }
  .soc_list--banner li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .front_catalog_list > li {
    width: calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .front_catalog_list_last a {
    font-size: 24px;
  }
  .front_catalog_list_last a svg {
    max-width: 30px;
    transform: translateY(2px);
  }
  .about_block_info {
    padding-right: 15px;
  }
  .about_block_list > li:nth-child(even) .about_block_info {
    padding-left: 15px;
  }
  .h_catalog,
  .h_search,
  .h_deliv {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {

  .m_card_nav_slider{
    max-width: 80px;
    margin-right: 25px;
    padding: 25px 0;
  }
  .h_like{
    display: none;
  }
  .h_shops > span, .h_shops > a,
  .h_shops_title{
    display: none;
  }
  .h_shops:hover .h_shops_info{
    display: flex;
  }
  .h_shops .h_shops_info{z-index: 0;
    position: relative;
    box-shadow: none;
    top: auto;
    left: auto;
    clear: both;
    width: 100%;
    display: flex;
    background: none;
    padding: 0px;
  }
  .h_catalog_inside {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 110;
    background: #FFF;
    opacity: 1;
    visibility: visible;
    transform: none;
    bottom: 0;
    max-height: 100vh;
    display: flex;
    transition: .3s;
    flex-direction: column;
    transform: translateX(-110%);
  }
  .h_catalog_inside--active {
    transform: none;
  }
  .h_catalog_inside_left {
    max-width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .h_catalog_inside_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .h_catalog_inside_item_head a {
    width: 100%;
    background: #222222;
    border-radius: 0px;
    padding: 7px 20px;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
  }
  .h_catalog_inside_item_head a:hover {
    color: #fff;
  }
  .h_catalog_inside_item_list {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(110%, 100%);
    background-color: #FFF;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    z-index: 5;
    display: none;
  }
  .h_catalog_inside_item_list li {
    padding-left: 20px;
  }
  .h_catalog_inside {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .h_catalog_inside_item_list--active {
    transform: translate(0%, 100%);
    display: block;
  }
  .h_catalog_inside_item {
    position: relative;
  }
  .h_catalog_inside_item_list--haschild a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .h_catalog_inside_item_list--haschild a:after {
    width: 8px;
    position: relative;
    height: 8px;
    content: '';
    display: flex;
    background: url("../img/arrow_menu.svg") center no-repeat;
  }
  .h_catalog_inside_item_head {
    position: relative;
  }
  .h_catalog_inside_item_list--haschild--active {
    padding-left: 45px!important;
  }
  .h_catalog_inside_item_list--haschild--active:after {
    position: absolute!important;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
  .h_catalog_inside_item_list li:first-child {
    margin-bottom: 15px;
  }
  .contacts_page_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts_page_item_left {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .contacts_page_item_right_item {
    padding-bottom: 25px;
  }
  .contacts_page_cont_head {
    padding-top: 25px;
  }
  .contacts_page_cont_head {
    font-size: 18px;
    max-width: 100%;
  }
  .contacts_page_item_right_item {
    padding-top: 25px;
  }
  .contacts_page_item {
    padding-top: 25px;
  }
  .contacts_page_item_right {
    max-width: 100%;
  }
  .f_top_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_top_wrap > div {
    margin-bottom: 20px;
  }
  .block_head {
    margin-bottom: 30px;
  }
  .f_top_item {
    max-width: 100%;
  }
  .f_top_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .f_top_list li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto;
  }
  .f_top_info {
    flex-direction: column;
    align-items: center;
  }
  .f_bottom_wrap {
    flex-direction: column;
    align-items: center;
  }
  .f_bottom_wrap > div,
  .f_bottom_wrap > p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .f_top {
    padding-bottom: 30px;
  }
  .f_call_link {
    font-size: 20px;
  }
  .author {
    order: 10;
  }
  .catalog_list > li {
    width: calc(33.333% - 30px);
  }
  .catalog_banner_list {
    left: 20px;
  }
  .front_block__text {
    left: 15px;
    width: calc(100% - 30px);
  }
  .soc_list--banner {
    left: 15px;
  }
  .front_catalog {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .front_catalog_list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .front_catalog_list > li {
    width: calc(25% - 30px);
  }
  .front_catalog_list_info {
    transform: none;
  }
  .front_best_list_info .front_best_list_info_name {
    font-size: 24px;
  }
  .front_best_tabs_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .h_catalog_inside_left {
    padding-bottom: 0;
  }
  .h_catalog_inside_right {
    max-width: 100%;
  }
  .h_catalog_inside_right_links a {
    min-height: 156px;
  }
  .h_catalog_inside_right_actions li {
    min-height: 156px;
  }
  .h_catalog_inside_right_links a {
    width: 50%;
  }
  .h_catalog_inside_right_links {
    display: flex;
    align-items: stretch;
    flex-direction: row;
  }
  .h_catalog_inside_item {
    padding-right: 0;
    margin-bottom: 0;
  }
  .h_catalog_inside_left {
    padding-bottom: 10px;
    padding-top: 25px;
  }
  .h_catalog_inside_head {
    background: #fafafa;
    padding: 20px;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    color: #222222;
  }
  .h_catalog_inside_head > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .h_catalog_inside_head .h_call a,
  .h_catalog_inside_head .h_shops a {
    margin-left: 0;
    color: #222222;
  }
  .h_catalog_inside_head .h_call a svg path,
  .h_catalog_inside_head .h_shops a svg path {
    stroke: #222222;
  }
  .h_catalog_inside_head .h_catalog,
  .h_catalog_inside_head .h_search,
  .h_catalog_inside_head .h_deliv {
    margin-left: 0;
    color: #222222;
  }
  .h_catalog_inside_head .h_catalog svg path,
  .h_catalog_inside_head .h_search svg path,
  .h_catalog_inside_head .h_deliv svg path {
    stroke: #222222;
  }
  .h_catalog_inside_head .h_catalog_link,
  .h_catalog_inside_head .search_link,
  .h_catalog_inside_head .h_deliv a {
    color: #222222;
  }
  .h_catalog_inside_head .h_lang_list li a {
    color: #222222;
  }
  .h_catalog_inside_head .h_lang {
    margin-left: 0;
  }
  .h_catalog_inside_head .h_call,
  .h_catalog_inside_head .h_shops {
    margin-left: 0;
  }
  .h_catalog_inside_item_head--order {
    order: -10;
  }
  .novisible {
    height: 0;
    overflow: hidden;
  }
  .h_catalog_inside_head_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
  }
  .h_catalog_inside {
    display: block;
  }
  .h_catalog:hover .h_catalog_link {
    background: none;
    color: #fff;
  }
  .h_catalog:hover .h_catalog_link svg path {
    fill: #ff6464;
  }
  .product_page_top_info {
    padding-left: 25px;
  }
  .product_page_top_head {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_page_top_title {
    margin-bottom: 10px;
  }
  .product_page_top_gallery {
    max-width: 500px;
  }
  .product_page_top_info {
    max-width: calc(100% - 500px);
  }
  .search_link:hover svg path {
    stroke: #fff;
  }
  .h_call,
  .h_shops,
  .h_deliv{
    display: none;
  }
  .h_like .h_set_link{
    color: #222222;
    margin-left: 0px;
  }
  .h_like .h_set_link span{
    color: #fff;
  }
  .h_like .h_set_link svg path{
      stroke: #222222;
  }
  .h_catalog_inside_head .h_call,
  .h_catalog_inside_head .h_shops,
  .h_catalog_inside_head .h_deliv,
  .h_catalog_inside_head .h_lang {
    display: block;
  }
  .h_catalog_inside_right_links a {
    height: auto;
  }
  .h_catalog_inside_right_actions,
  .h_catalog_inside_right_links {
    height: auto;
  }
  .h_catalog_inside_right_actions li {
    height: auto;
  }
  .h_catalog_inside_left {
    flex-wrap: nowrap;
  }
  .h_catalog_inside {
    align-items: flex-start;
  }
  .h_catalog{
    order:1;
  }
  .h_search{
    order:2;
  }
  .h_user{
    order:3;
  }
  .h_lang{
    order:4;
  }
  .h_cart{
    order:5;
  }
  /*
  .h_lang_active {
    display: none;
  }
  .h_lang_list {
    opacity: 1;
    visibility: visible;
    position: relative;
    background: none;
    bottom: 0;
    transform: none;
    display: flex;
    flex-wrap: wrap;
  }
  .h_lang_list li {
    width: auto;
    margin-right: 10px;
  }
  .h_lang_list li a {
    padding: 0;
  }
  .h_lang_list--active_item {
    display: block;
    color: #ff6464 !important;
  }
  */
  .h_catalog_inside.h_catalog_inside--active .h_catalog_inside_head_top_title{
    display: none;
  }
}
@media (max-width: 991px) {
  .help_manager .buttons > div .text{
    display: none;
  }
  .help_manager .buttons > div a{
    justify-content: center;
  }
  .help_manager .buttons > div{
    padding: 10px 5px 5px 5px;
    margin: 10px 5px;
  }
  .one_click{
    width: calc(100% - 10px);
  }
  .help_manager .buttons > div svg{
    margin-right: 0px;
  }
  .product_page_top_desc_body {
    display: none;
  }
  .product_page_top_title{
    font-size: 20px;
    line-height: 28px;
  }
  .m_card_main_slider{
    max-width: 100%;
    margin-bottom: 15px;
  }
  .product_page_top_gallery{
    max-width: 100%;
  }
  .product_page_gallery {
    max-width: 100%!important;
    flex-direction: column-reverse;
    align-items: center;
  }
  .m_card_nav_slider {
    max-width: 100%;
    padding: 0 40px;
    margin-right: 0px;
  }
  .m_card_nav_slider li.slick-slide {
    margin: 0 7px;
  }
  .m_card_nav_slider .slick_arrow {
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .m_card_nav_slider .slick-prev_arrow {
    left: 0;
    height: 30px;
    width: 30px;
  }
  .m_card_nav_slider .slick-next_arrow {
    right: 0;
    left: initial;
    height: 30px;
    width: 30px;
  }

  .banner_block_holder{
    flex-direction: column;
  }
  .banner_block_holder div{
    width: calc(100% - 20px);
  }
  .product_page_top_last{
    flex-direction: column;
  }
  .m_journal_list li {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
  .categories_holder .tpl_categories {
    width: calc(33% - 10px);
  }
  .front_catalog_list > li {
    width: calc(33.333% - 30px);
  }
  .catalog_page_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .catalog_page_left {
    max-width: 100%;
  }
  .catalog_page_right {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  .about_mod_img {
    display: none;
  }
  .about_mod_info {
    width: 100%;
    padding-right: 0;
  }
  .about_mod {
    padding-bottom: 120px;
  }
  .m_filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    bottom: 0;
    overflow: auto;
    z-index: 120;
    background: #FFF;
    padding: 20px 10px 40px 10px;
    padding-top: 50px;
    transition: .3s;
    transform: translateX(-110%);
  }
  .m_filter--active {
    transform: none;
  }
  .close_filter {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 16px;
    height: 16px;
    padding: 0;
    background: none;
    border: none;
  }
  .close_filter svg {
    width: 100%;
    float: left;
    height: auto;
  }
  .open_filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: none;
    padding: 15px 25px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
  }
  .front_block__text {
    padding: 20px;
    bottom: 75px;
  }
  .front_best_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .front_best {
    padding-bottom: 75px;
  }
  .product_page_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product_page_top_gallery {
    margin-bottom: 25px;
  }
  .product_page_top_info {
    max-width: 100%;
    padding-left: 0;
  }
  .product_page_top_footer {
    padding-top: 20px;
  }
  .product_page {
    padding-bottom: 75px;
  }
  .product_page_bottom_tabs_cont_full {
    flex-direction: column;
    align-items: center;
  }
  .product_page_bottom_tabs_cont_full_left {
    max-width: 100%;
    padding-bottom: 25px;
  }
  .product_page_bottom_tabs_cont_full_right {
    max-width: 100%;
    padding-left: 0;
  }
  .product_page_bottom_tabs_list li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .go_to_similar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_page_bottom_tabs_gallery li {
    width: calc(50% - 30px);
  }
  .categories_holder .tpl_categories{
    width: calc(50% - 10px);
  }
  .tpl_categories .tpl_categories_name{
    font-size: 14px;
      line-height: 20px;
  }
}
@media (max-width: 767px) {
  .f_top_list li span,
  .f_top_list li a {
    font-size: 14px;
  }
  .h_logo{
    max-width: 80px;
  }
  .pop_close_lang_first{
    right: 0px;
  }
  .tpl_top_row{
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
  }
  .tpl_top_row_pusher{
    content: "";
    display: block;
    height: 32px;
    clear: both;
    width: 100%;
    float: left;
  }
  .product_page_top_help a:hover + .product_page_top_help_hide{
    opacity: 0;
    visibility: hidden;
  }
  .product_page_top_help_hide.active{
    opacity: 1!important;
    visibility: visible!important;
  }
  .product_page_top_help_hide {
    width: 345px;
    left: 0px;
    top:35px;
    right: auto;
    transform: translate(0px, 0px);
  }
  .m_journal_wrap{
    padding-left: 15px;
    padding-right: 15px;
  }
  .m_team_holder li .m_team_info span{
    font-size: 22px;
    line-height: 30px;
  }
  .m_team_holder li .m_team_info p{
    font-size: 12px;
  }
  .m_team_holder li .m_team_info div{
    font-size: 12px;
  }
  .m_team_holder li{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: calc(50% - 20px);
    margin: 10px;
  }
  .contacts_page_item_right_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts_page_item_right_info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .front_best_head_title {
    display: none;
  }
  .front_best_head_title:first-child {
    display: block;
    text-align: center;
  }
  .front_best {
    margin-bottom: 0px;
    padding-top: 50px;
  }
  .front_best_head {
    display: flex;
    justify-content: center;
  }
  .front_best_head_title {
    font-size: 30px;
  }
  .front_best_tabs li a {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contacts_page_item_right_work_time {
    width: 100%;
  }
  .front_best_list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .front_catalog .block_head:after {
    height: 30px;
    background-size: contain;
  }
  .contacts_form {
    margin-bottom: 50px;
  }
  .contacts_form_item {
    max-width: 100%;
  }
  .contacts_form_item_wrap {
    flex-direction: column;
    align-items: center;
  }
  .contacts_form_item_wrap .contacts_form_item:first-child {
    margin-bottom: 10px;
  }
  .catalog_list > li {
    width: calc(50% - 30px);
  }
  .catalog_page_right_sort {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .catalog_page_right_sort span {
    margin-bottom: 15px;
  }
  .page_title {
    text-align: center;
  }
  .sort_catalog_form_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sort_catalog_form_list li {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .load_more_catalog {
    padding: 20px;
  }
  .load_more_catalog svg {
    margin-right: 20px;
  }
  .catalog_page {
    margin-bottom: 10px;
  }
  .about_mod:after {
    bottom: -3px;
  }
  .open_filter {
    margin-left: auto;
    margin-right: auto;
  }
  .catalog_page_right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .front_catalog_list_sizes li {
    margin-left: 3px;
    margin-right: 3px;
  }
  .catalog_banner_list li {
    margin-bottom: 5px;
  }
  .front_block__text > span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .front_block__text p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .soc_list--banner li:not(:last-child) {
    margin-right: 35px;
  }
  .front_block__text {
    bottom: 110px;
  }
  .front_catalog_list > li {
    width: calc(50% - 30px);
  }
  .about_block_list > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
  .about_block_img {
    width: 100%;
  }
  .block_title {
    font-size: 24px;
  }
  .block_head {
    margin-bottom: 15px;
  }
  .front_block__text {
    background: rgba(29, 29, 27, 0.3);
  }
  .about_block_info {
    width: 100%;
    padding: 15px;
  }
  .about_block_list > li:nth-child(even) {
    flex-direction: column;
  }
  .h_catalog_inside_right_links a {
    width: 100%;
  }
  .h_catalog_inside_right_links {
    flex-direction: column;
  }
  .h_catalog_link,
  .search_link {
    font-size: 0;
  }
  .h_catalog_link,
  .search_link {
    padding-left: 0;
    padding-right: 0;
  }
  .h_catalog,
  .h_search,
  .h_deliv {
    margin-left: 0;
  }
  .h_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .h_set_link{
    margin-left: 15px;
  }
  /*
  .h_set_link {
    margin-left: 20px;
  }
  .h_user {
    margin-right: auto;
  }
  */
  .h_user_link {
    margin-left: 0;
  }
  .h_catalog_link svg{
    margin-right: 0;
  }
  .h_search {
    margin-left: 25px;
    margin-right: 25px;
  }
  .h_deliv a svg {
    margin-right: 10px;
  }
  header {
    position: fixed!important;
    transition: .3s;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    z-index: 120;
  }
  .h_catalog_link {
    min-height: initial;
  }
  .header--active {
    background: #222222!important;
  }
  .wrapper main {
    width: 100%;
    float: left;
    padding-top: 80px;
  }
  .similar_prod {
    padding-bottom: 45px;
  }
  .h_wrap {
    position: initial;
  }
  .product_reviews_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_reviews_head a {
    margin-top: 10px;
  }
  .product_page_bottom_tabs_video iframe {
    min-height: 250px;
  }
  .product_page_bottom_tabs_list li a {
    width: 100%;
    text-align: center;
  }
  .product_page_bottom_tabs_list {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .product_page_bottom_tabs_list li {
    width: 100%;
  }
  .product_page_bottom_tabs_list li a {
    border-color: #FFF;
  }
  .product_page_bottom_tabs_list li a:hover {
    color: #222222;
  }
  .product_page_bottom_head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .go_to_similar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .go_to_similar:hover {
    color: #222222;
  }
  .product_page_bottom_tabs_char_list li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .modal .contacts_form_item {
    max-width: 100%;
  }
  .model .contacts_form_item_wrap .contacts_form_item:first-child {
    margin-bottom: 20px;
  }
  .rev_form {
    margin-bottom: 0;
  }
  .modal textarea {
    height: 100px;
  }
}
@media (max-width: 425px) {
  .front_catalog_list {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .front_catalog_list > li,
  .front_catalog_list li.slick-slide {
    margin-left: 5px;
    margin-right: 5px;
  }
  .product_page_add_basket {
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
    min-width: initial;
  }
}
@media (max-width: 400px) {
  .catalog_list > li {
    width: calc(100% - 30px);
  }
  .catalog_list_img {
    height: 400px;
  }
  .front_catalog_list > li {
    width: calc(100% - 30px);
  }
  .front_catalog_list_img {
    height: 400px;
  }
}
@media (max-width: 374px) {

  .product_page_top_help_hide {
    width: 300px;
    left: 0px;
    right: auto;
    transform: translate(0px, 0px);
  }
  .catalog_list_img {
    height: 340px;
  }
  .front_catalog_list_img {
    height: 340px;
  }
  .h_search {
    margin-left: 15px;
    margin-right: 15px;
  }
}
