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;
}
body{
  font-family: "PT Sans", sans-serif;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
.wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
.container {
  width: 100%;
  float: left;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
header {
  width: 100%;
  float: left;
}
.h_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
}
.h_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_top__nav {
  width: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.h_top__nav li {
  width: auto;
  float: left;
}
.h_top__nav li:not(:last-child) {
  margin-right: 74px;
}
.h_top__nav li span,
.h_top__nav li a {
  width: auto;
  float: left;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #FFFFFF;
  text-decoration: none;
  transition: .3s;
  border-bottom: 1px solid transparent;
}
.h_top__nav li span,
.h_top__nav li a:hover {
  border-color: #fff;
}
.h_top_right {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_top_right_login {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.h_top_right_login img {
  width: 100%;
  float: left;
  height: auto;
  max-width: 19px;
  margin-right: 15px;
}
.h_top_login_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_top_login_list li {
  width: auto;
  float: left;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: right;
  color: #FFFFFF;
}
.h_top_login_list li:not(:last-child) {
  margin-right: 15px;
}
.h_top_login_list li a {
  width: auto;
  float: left;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #C4C4C4;
  text-decoration: none;
  transition: .3s;
}
.h_top_login_list li a:hover {
  color: #FFF;
}
.h_top_soc {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_top_soc li {
  width: auto;
  float: left;
}
.h_top_soc li:not(:last-child) {
  margin-right: 28px;
}
.h_top_soc li a {
  width: auto;
  float: left;
  transition: .3s;
}
.h_top_soc li a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 17px;
  max-height: 17px;
}
.h_top_soc li a:hover {
  transform: translateY(-3px);
}
.h_call {
  width: 100%;
  float: left;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h_call > a {
  width: auto;
  float: left;
  transition: .3s;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-decoration-line: underline;
  color: #C4C4C4;
}
.h_call > a:hover {
  text-decoration: none;
}
.h_call_top {
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
  position: relative;
}
.h_call_top > a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: .3s;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
.h_call_top > a:hover {
  opacity: 0.7;
}
.h_call_top button {
  width: auto;
  float: left;
  height: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_call_top button img {
  width: auto;
  float: left;
  height: auto;
  max-width: 12px;
  margin-left: 5px;
  margin-top: -2px;
  transition: .3s;
}
.h_call_inside {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  background: #000;
  opacity: 0;
  transition: .3s;
  z-index: 2;
  visibility: hidden;
}
.h_call_inside li {
  width: 100%;
  float: left;
}
.h_call_inside li a {
  width: auto;
  float: left;
  transition: .3s;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-decoration: none;
}
.h_call_inside li a:hover {
  opacity: 0.7;
}
.h_call_inside--active {
  opacity: 1;
  visibility: visible;
}
.h_call--active img {
  transform: rotate(180deg);
  margin-top: 1px!important;
}
.h_middle {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #000000;
  padding-top: 25px;
  padding-bottom: 21px;
}
.h_medium_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}
.h_middle_left {
  width: 100%;
  float: left;
  max-width: 370px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.h_logo {
  width: 100%;
  float: left;
  max-width: 182px;
}
.h_logo span,
.h_logo a {
  width: 100%;
  float: left;
}
.h_logo span img,
.h_logo a img {
  width: 100%;
  float: left;
  height: auto;
}
.h_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 182px);
  padding-left: 14px;
  padding-bottom: 5px;
}
.h_info p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #C4C4C4;
}
.h_search {
  width: 100%;
  float: left;
  max-width: 311px;
  padding-left: 10px;
  padding-right: 10px;
}
.h_search form {
  width: 100%;
  float: left;
  position: relative;
}
.h_search form button {
  width: 100%;
  float: left;
  max-width: 52px;
  height: 44px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: .3s;
}
.h_search form button svg {
  width: 100%;
  float: left;
  height: 100%;
}
.h_search form button svg path {
  transition: .3s;
}
.h_search form button img {
  width: auto;
  float: left;
  height: auto;
  max-width: 19px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
}
.h_search form button:hover svg path {
  fill: #F10FB1;
  stroke: #fff;
}
.h_search_wrap {
  width: 100%;
  float: left;
}
.h_search_wrap input {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #C4C4C4;
  height: 38px;
  background: #322734;
  padding-left: 17px;
  padding-right: 60px;
  border: none;
  transition: .3s;
}
.h_search_wrap input:focus {
  background-color: #FFF;
}
.h_middle_right {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_like {
  width: auto;
  float: left;
  margin-right: 44px;
}
.h_like a {
  width: auto;
  float: left;
  position: relative;
}
.h_like a svg {
  width: 100%;
  float: left;
  height: auto;
  max-width: 31px;
}
.h_like a svg path {
  transition: .3s;
  fill: #fff;
  stroke: #fff;
}
.h_like a span {
  width: auto;
  float: left;
  white-space: nowrap;
  height: 17px;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  bottom: -3px;
  right: 0;
  transform: translateX(65%);
  line-height: 17px;
  /* identical to box height */
  color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
  background: #F10FB1;
}
.h_like a:hover svg path {
  fill: #e0e0e0;
  stroke: #e0e0e0;
}
.h_like .h_like--active svg path {
  fill: #e0e0e0;
  stroke: #e0e0e0;
}
.h_basket {
  width: auto;
  float: left;
}
.h_basket a {
  width: auto;
  float: left;
  position: relative;
}
.h_basket a svg {
  width: 100%;
  float: left;
  height: auto;
  max-width: 31px;
}
.h_basket a svg path {
  transition: .3s;
  fill: #322734;
  stroke: #322734;
}
.h_basket a svg .mod_path {
  fill: #000;
}
.h_basket a span {
  width: auto;
  float: left;
  white-space: nowrap;
  height: 17px;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  bottom: -3px;
  right: 0;
  transform: translateX(65%);
  line-height: 17px;
  /* identical to box height */
  color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
  background: #F10FB1;
}
.h_basket a:hover svg path {
  fill: #FFFFFF;
  stroke: #fff;
}
.h_basket a:hover svg .mod_path {
  fill: #000;
}
.h_basket .h_basket--active svg path {
  fill: #FFFFFF;
  stroke: #fff;
}
.h_basket .h_basket--active svg .mod_path {
  fill: #000;
}
.h_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.h_bottom_wrap {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  float: left;
  display: flex;
  align-items: center;
}
.h_catalog {
  width: 100%;
  float: left;
}
.h_catalog_b_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.h_catalog > ul > li > a {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;

  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
  transition: .3s;
  white-space: nowrap;
}
.h_catalog > ul > li > a svg {
  width: auto;
  float: left;
  height: auto;
  max-width: 12px;
  margin-left: 11px;
  transition: .3s;
}
.h_catalog > ul > li > a svg path {
  fill: #000000;
  transition: .3s;
}
.h_catalog .h_catalog_b_holder > li:hover .h_catalog_inside {
  visibility: visible!important;
  opacity: 1!important;
}
.h_catalog .h_catalog_b_holder > li:hover > a {
  background: #F10FB1;
  color: #FFF;
}
.h_catalog .h_catalog_b_holder > li:hover > a svg{
  transform: rotate(180deg);
}
.h_catalog .h_catalog_b_holder > li:hover > a svg path{
  fill: #fff;
}
.h_bottom_list {
  width: 100%;
  float: left;
  max-width: calc(100% - 130px);
  display: flex;
  align-items: center;
}
.h_bottom_list li {
  width: auto;
  float: left;
}
.h_bottom_list li span,
.h_bottom_list li a {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  font-size: 18px;
  line-height: 48px;
  /* identical to box height */
  color: #000000;
  transition: .3s;
  padding-left: 28px;
  padding-right: 28px;
}
.h_bottom_list li span,
.h_bottom_list li a:hover {
  background: #860662;
  color: #FFF;
}
.h_bottom_list li .action_link {
  color: #F10FB1;
}
.h_bottom_list li .sertif_link {
  color: #860662;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
main {
  width: 100%;
  float: left;
}
.m_banner {
  width: 100%;
  float: left;
}
.m_banner_slider {
  width: 100%;
  float: left;
}
.m_banner_slider li {
  width: 100%;
  float: left;
}
.m_banner_slider li a {
  width: 100%;
  float: left;
  height: 478px;
  overflow: hidden;
}
.m_banner_slider li a img {
  width: 100%;
  float: left;
  transition: .3s;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}
.m_banner_slider li a:hover img {
  transform: scale(1.02);
}
.m_banner_slider .slick-dots {
  width: 100%;
  max-width: 72px;
  display: flex;
  flex-direction: column;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m_banner_slider .slick-dots li {
  width: 100%;
  float: left;
  max-width: 72px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
}
.m_banner_slider .slick-dots li button {
  width: 100%;
  float: left;
  max-width: 43px;
  background-color: #FFF;
  height: 2px;
  border: none;
  text-indent: -99999px;
  padding: 0;
  cursor: pointer;
  transition: .3s;
}
.m_banner_slider .slick-dots li.slick-active button {
  max-width: 100%;
}
.main_content {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.main_content_wrap {
  width: 100%;
  float: left;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-30px);
}
.m_adv_slider {
  width: 100%;
  float: left;
  margin-bottom: 65px;
}
.m_adv_slider li {
  width: 100%;
  float: left;
  position: relative;
}
.m_adv_slider li > img {
  width: 100%;
  float: left;
  height: 157px;
  object-fit: cover;
}
.m_adv_slider .slick_arrow {
  width: 34px;
  float: left;
  height: 34px;
  display: flex;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 10px;
  z-index: 4;
  cursor: pointer;
  align-items:center;
  transition: .3s;
}
.m_adv_slider .slick_arrow:hover {
  background: #860662;
}
.m_adv_slider .slick_arrow img {
  width: auto;
  float: left;
  height: auto;
  max-width: 7px;
}
.m_adv_slider .slick-prev_arrow {
  right: 44px;
  border: 1px solid #FFFFFF;
}
.m_adv_slider .slick-next_arrow {
  right: 10px;
  border: 1px solid #FFFFFF;
  border-left: none;
}
.m_adv_slider .slick-next_arrow img {
  transform: rotate(180deg);
}
.m_adv_slider_info {
  width: 100%;
  float: left;
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-50%);
}
.m_adv_slider_info img {
  width: 100%;
  float: left;
  height: auto;
  max-width: 45px;
  margin-bottom: 11px;
}
.m_adv_slider_info p {
  width: 100%;
  float: left;
  max-width: 150px;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}
.m_action_sliders {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.padding_in_conent {
  padding-left: 58px;
  padding-right: 58px;
}
.m_action_sliders_column {
  width: 100%;
  float: left;
  max-width: 50%;
}
.m_action_sliders_new {
  padding-right: 30px;
  border-right: 1px solid #E5E5E5;
}
.m_action_sliders_best {
  padding-left: 30px;
}
.title {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #000000;
  margin-bottom: 35px;
}
.title_slider {
  padding-right: 97px;
}
.m_tovar_cards {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  float: left;
}
.m_tovar_cards li {
  width: 100%;
  float: left;
  max-width: calc(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  margin-bottom: 15px;
}
.m_tovar_cards_wrapper {
  width: 100%;
  float: left;
  transition: .3s;
  padding: 0 10px 7px 10px;
  position: relative;
}
.m_tovar_cards_wrapper:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.m_tovar_cards_wrapper > a {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.m_tovar_cards_mini {
  float: left;
}
.m_tovar_cards_mini li {
  width: 100%;
  float: left;
  max-width: calc(50% - 40px);
}
.m_tovar_cards_head {
  width: 100%;
  height: 18px;
  float: left;
  position: relative;
  z-index: 1;
}
.m_tovar_cards_head span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  height: 18px;
  padding-left: 3px;
  padding-right: 3px;
}
.m_tovar_cards_head .new_span {
  background: #00D615;
}
.m_tovar_cards_head .top_span {
  background: #F10FB1;
}
.m_tovar_cards_head .sale_span {
  background: #E80000;
}
.m_tovar_cards_head .percent_sale_span{
  background: #E80000;
  float: right;
}
.color_span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  height: 18px;
  padding-left: 3px;
  padding-right: 3px;
}
.new_span {
  background: #00D615;
}
.top_span {
  background: #F10FB1;
}
.sale_span {
  background: #E80000;
}
.m_tovar_cards_img {
  width: 100%;
  float: left;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.m_tovar_cards_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_tovar_cards_info {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}
.m_tovar_cards_info p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  height: 32px;
  overflow: hidden;
  line-height: 16px;
  text-align: center;
  color: #000000;
  margin-bottom: 17px;
}
.m_tovar_cards_info span {
  width: 100%;
  float: left;
  text-align: center;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: center;
  line-height: 18px;
  /* identical to box height */
  color: #860662;
}
.m_tovar_cards_info span i {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height */
  text-align: right;
  text-decoration-line: line-through;
  color: #919191;
}
.m_tovar_cards_info .new_price_span {
  justify-content: space-between;
}
.m_tovar_cards_info_bottom {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_tovar_cards_info_bottom span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  color: #919191;
}
.m_tovar_cards_info_bottom_left {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.m_tovar_cards_info_bottom_left a {
  width: auto;
  float: left;
}
.m_tovar_cards_info_bottom_left a svg {
  width: 100%;
  float: left;
  height: auto;
  max-width: 20px;
  max-height: 20px;
}
.m_tovar_cards_info_bottom_left a svg path {
  fill: #C4C4C4;
  transition: .3s;
}
.m_tovar_cards_info_bottom_left a svg .card_basket_path {
  fill: #fff;
}
.m_tovar_cards_info_bottom_left a:not(:last-child) {
  margin-right: 20px;
}
.like_tovar--active svg path {
  fill: #E80000!important;
}
.add_tovar.active svg path,
.add_tovar:hover svg path {
  fill: #860662!important;
  stroke: #860662;
}
.add_tovar.active .card_basket_path,
.add_tovar:hover .card_basket_path {
  fill: #fff!important;
}
.add_tovar--active svg path {
  fill: #860662!important;
  stroke: #860662;
}
.add_tovar--active .card_basket_path {
  fill: #fff!important;
}
.like_tovar.active svg path,
.like_tovar:hover svg path {
  fill: #E80000!important;
}
.m_tovar_cards_slider .slick_arrow {
  width: 34px;
  float: left;
  height: 34px;
  display: flex;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: -63px;
  z-index: 4;
  cursor: pointer;
  transition: .3s;
  align-items: center;
}
.m_tovar_cards_slider .slick_arrow:hover {
  background: #860662;
}
.m_tovar_cards_slider .slick_arrow img {
  width: auto;
  float: left;
  height: auto;
  max-width: 7px;
}
.m_tovar_cards_slider .slick-prev_arrow {
  right: 44px;
  border: 1px solid #C4C4C4;
}
.m_tovar_cards_slider .slick-next_arrow {
  right: 10px;
  border: 1px solid #C4C4C4;
  border-left: none;
}
.m_tovar_cards_slider .slick-next_arrow img {
  transform: rotate(180deg);
}
.m_sale_slider {
  margin-bottom: 70px;
  width: 100%;
  float: left;
}
.title_link {
  display: flex;
  justify-content: space-between;
}
.title_link a {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #919191;
  transition: .3s;
}
.title_link a:hover {
  color: #860662;
}
.m_part {
  width: 100%;
  float: left;
  margin-bottom: 45px;
}
.m_part_slider_l{
  display: flex;
  flex-direction:row;
  width: 100%;
  float:left;
  flex-wrap:wrap;
  gap:5px;
  margin-bottom:30px;
}
.m_part_slider {
  width: 100%;
  float: left;
}
.m_part_slider li {
  width: 100%;
  display: flex!important;
  height: auto;
  align-items: center;
  justify-content: center;
}
.m_part_slider_l li{
  width: calc(100% / 5 - 10px);
  float: left;
  display: flex!important;
  height: auto;
  align-items: center;
  justify-content: center;
}
.m_part_slider_l li img,
.m_part_slider li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.m_part_slider .slick-track {
  display: flex;
  align-items: stretch;
}
.m_part_slider .slick_arrow {
  width: 34px;
  float: left;
  height: 34px;
  display: flex;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: -63px;
  z-index: 4;
  cursor: pointer;
  transition: .3s;
  align-items: center;

}
.m_part_slider .slick_arrow:hover {
  background: #860662;
}
.m_part_slider .slick_arrow img {
  width: auto;
  float: left;
  height: auto;
  max-width: 7px;
}
.m_part_slider .slick-prev_arrow {
  right: 44px;
  border: 1px solid #C4C4C4;
}
.m_part_slider .slick-next_arrow {
  right: 10px;
  border: 1px solid #C4C4C4;
  border-left: none;
}
.m_part_slider .slick-next_arrow img {
  transform: rotate(180deg);
}
.m_news {
  width: 100%;
  float: left;
}
.m_news_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.m_news_list li {
  width: 100%;
  float: left;
  max-width: 25%;
}
.m_news_list li a {
  width: 100%;
  float: left;
  padding: 10px;
  padding-bottom: 15px;
  border: 1px solid #E5E5E5;
  transition: .3s;
}
.m_news_list li a:hover {
  border: 1px solid #860662;
}
.m_news_list li a:hover .m_news_list_overlay {
  opacity: 1;
  visibility: visible;
}
.m_news_list_img {
  width: 100%;
  float: left;
  height: 181px;
  position: relative;
  margin-bottom: 14px;
}
.m_news_list_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.m_news_list_overlay {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(0deg, rgba(134, 6, 98, 0.5), rgba(134, 6, 98, 0.5));
}
.m_news_list_overlay span {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
}
.m_news_list_overlay span img {
  width: auto;
  float: left;
  height: auto;
  max-width: 6px;
  margin-left: 10px;
}
.m_news_list_info {
  width: 100%;
  float: left;
}
.m_news_list_info span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  min-height: 35px;
  margin-bottom: 10px;
  color: #000000;
}
.m_news_list_info p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}
.m_news_list_info i {
  width: 100%;
  float: left;
  text-align: center;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  color: #919191;
}
.m_news_mod_list {
  width: 100%;
  float: left;
  display: flex;
}
.m_news_mod_list li {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  max-width: calc(100% / 3);
}
.m_news_mod_list li:nth-child(even) .m_news_mod_list_info {
  order: 1;
}
.m_news_mod_list li:nth-child(even) .m_news_mod_list_img {
  order: 2;
}
.m_news_mod_list_img {
  width: 100%;
  float: left;
  height: 283px;
}
.m_news_mod_list_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.m_news_mod_list_info {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  padding: 20px 25px 25px 30px;
}
.m_news_mod_list_info_right {
  width: 100%;
  float: left;
  max-width: 34px;
}
.m_news_mod_list_info_right a {
  width: 100%;
  float: left;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  border: 1px solid #C4C4C4;
}
.m_news_mod_list_info_right a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 6px;
  transform: rotate(180deg);
}
.m_news_mod_list_info_right a:hover {
  background: #860662;
}
.m_news_mod_list_info_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 34px);
  padding-right: 20px;
}
.m_news_mod_list_info_left span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #000000;
  margin-bottom: 11px;
}
.m_news_mod_list_info_left p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.m_text {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #F3F3F6;
  padding-top: 110px;
  padding-bottom: 80px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.m_text_wrap {
  width: 100%;
  float: left;
}
.m_text_wrap_columns {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.m_text_wrap_column {
  width: 100%;
  float: left;
  max-width: 100%;
}
.m_text_wrap_column p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.m_text_wrap_column p:not(:last-child) {
  margin-bottom: 20px;
}
.m_text_wrap_column_left {
  padding-right: 35px;
}
.m_text_wrap_column_right {
  padding-left: 35px;
}
.m_text_wrap_all_text {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_text_wrap_all_text a {
  width: auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  text-decoration: none;
}
.m_text_wrap_all_text a:hover span {
  text-decoration: none;
}
.m_text_wrap_all_text a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 9px;
  margin-left: 10px;
}
.m_text_wrap_all_text a span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-decoration-line: underline;
  color: #919191;
}
.hide_text {
  display: none;
}
footer {
  width: 100%;
  float: left;
  background: #19111B;
}
.f_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  border-top: 1px solid #F10FB1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.f_bottom_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_bottom_wrap p {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.f_bottom_wrap p:first-child {
  padding-right: 15px;
}
.f_bottom_wrap p a {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration-line: underline;
  margin-left: 5px;
}
.f_bottom_wrap p a:hover {
  text-decoration: none;
}
.f_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.f_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.f_top_left {
  width: 100%;
  float: left;
  max-width: 182px;
}
.f_logo {
  width: 100%;
  float: left;
  margin-bottom: 14px;
}
.f_logo a {
  width: 100%;
  float: left;
}
.f_logo a img {
  width: 100%;
  float: left;
  height: auto;
}
.f_top_info {
  width: 100%;
  float: left;
  margin-bottom: 24px;
}
.f_top_info p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #C4C4C4;
}
.f_data {
  width: 100%;
  float: left;
}
.f_data p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.f_top_nav {
  width: 100%;
  float: left;
  max-width: 400px;
  padding-left: 10px;
  padding-right: 10px;
}
.f_top_nav_left,
.f_top_nav_right {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-right: 14px;
}
.f_top_nav_left > span,
.f_top_nav_right > span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.f_top_nav_right {
  padding-right: 0;
  padding-left: 14px;
}
.f_top_list {
  width: 100%;
  float: left;
}
.f_top_list li {
  width: 100%;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}
.f_top_list li span,
.f_top_list li a {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  text-decoration: none;
  color: #FFFFFF;
  transition: .3s;
}
.f_top_list li span:hover,
.f_top_list li a:hover {
  color: #F10FB1;
  text-decoration: underline;
}
.f_top_adress {
  width: 100%;
  float: left;
  max-width: 170px;
  padding-left: 10px;
  padding-right: 10px;
}
.f_top_adress > span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.f_top_adress_text {
  width: 100%;
  float: left;
  margin-bottom: 4px;
}
.f_top_adress_text p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.f_top_time_work {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.f_top_time_work span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.f_top_time_work p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.f_top_right {
  width: 100%;
  float: left;
  max-width: 200px;
  padding-left: 10px;
}
.f_top_right_soc {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 28px;
}
.f_top_right_soc li {
  width: auto;
  float: left;
}
.f_top_right_soc li:not(:last-child) {
  margin-right: 38px;
}
.f_top_right_soc li a {
  width: auto;
  float: left;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f_top_right_soc li a:hover {
  transform: translateY(-3px);
}
.f_top_right_soc li a img {
  width: 100%;
  float: left;
  height: auto;
  max-width: 23px;
  max-height: 23px;
}
.f_top_right_call {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.f_nubmer_link {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  /* identical to box height */
  text-align: right;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 4px;
  transition: .3s;
}
.f_nubmer_link:hover {
  opacity: 0.7;
}
.f_call_me {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: right;
  text-decoration-line: underline;
  color: #C4C4C4;
  transition: .3s;
}
.f_call_me:hover {
  color: #F10FB1;
}
.m_overlay {
  width: 100%;
  float: left;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.m_overlay--active {
  visibility: visible;
  opacity: 1;
}
header {
  z-index: 100;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.wrapper {
  position: relative;
}
.h_catalog_inside {
  width: 100%;
  float: left;
  height: 470px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFF;
  transform: translateY(100%);
  padding-top: 5px;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
}
.h_bottom_wrap {
  position: relative;
}
.h_catalog_inside_left {
  width: 100%;
  float: left;
  max-width: 314px;
  height: 100%;
  overflow: auto;
  border-right: 1px solid #E5E5E5;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.h_catalog_inside_left::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 4px;
}
.h_catalog_inside_left::-webkit-scrollbar-track {
  background: #fff;
}
.h_catalog_inside_left::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 8px;
}
.h_catalog_inside_left::-webkit-scrollbar-thumb:hover {
  background: #7f7c7c;
}
.h_catalog_inside_list {
  width: 100%;
  float: left;
}
.h_catalog_inside_list li {
  width: 100%;
  float: left;
}
.h_catalog_inside_list li a {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 33px;
  text-decoration: none;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  transition: .3s;
}
.h_catalog_inside_list li .h_catalog_inside_list--active {
  background: #F10FB1;
  color: #FFF;
}
.h_catalog_inside_right {
  width: 100%;
  float: left;
  height: 100%;
  overflow: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: calc(100% - 314px);
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.h_catalog_inside_right::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 4px;
}
.h_catalog_inside_right::-webkit-scrollbar-track {
  background: #fff;
}
.h_catalog_inside_right::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 8px;
}
.h_catalog_inside_right::-webkit-scrollbar-thumb:hover {
  background: #7f7c7c;
}
.h_catalog_inside_right_list {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.h_catalog_inside_right_list > li {
  width: 100%;
  float: left;
  max-width: calc(100% / 3 - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.h_catalog_inside_right_list > li > a,
.h_catalog_inside_right_list > li > span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #000000;
  margin-bottom: 16px;
}

.h_catalog_inside_right_list > li.active > a,
.h_catalog_inside_right_list > li > a:hover{
  color: #F10FB1;
}
.h_catalog_inside_right_list--active {
  display: flex;
}
.show_all_catalog_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  transition: .3s;
  text-decoration: none;
}
.show_all_catalog_list i {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-decoration-line: underline;
  color: #860662;
}
.show_all_catalog_list span {
  width: 14px;
  height: 14px;
  display: flex;
  margin-left: 10px;
  background: #860662;
  justify-content: center;
  align-items: center;
  border-radius: 100%;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #FFFFFF;
}
.show_all_catalog_list:hover i {
  text-decoration: none;
}
.h_catalog_inside_right_list--active {
  display: flex;
}
.all_catalog_list {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.all_catalog_list li {
  width: 100%;
  float: left;
  margin-bottom: 7px;
}
.all_catalog_list li a {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  text-decoration: none;
  transition: .3s;
}
.all_catalog_list li.active > a,
.all_catalog_list li a:hover {
  text-decoration-line: underline;
  color: #860662;
}
.all_catalog_list li .noactive_link {
  color: #919191!important;
  text-decoration: none!important;
}
.hide_inside_catalog {
  display: none;
}
.close_catalog,
.close_search,
.close_menu,
.close_filter {
  display: none;
}
.m_mob_catalog {
  display: none;
  border-bottom: 1px solid #E5E5E5;
}
.back_link {
  width: auto;
  float: left;
  display: flex;
  align-items: center;

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 10px;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
}
.back_link svg {
  width: 100%;
  float: left;
  margin-top: 2px;
  max-width: 10px;
  margin-right: 10px;
}
.back_link svg path {
  fill: #000;
}
.mob_search {
  display: none;
  width: 100%;
  float: left;
  max-width: 24px;
  height: auto;
}
.mob_search svg {
  width: 100%;
  float: left;
  height: auto;
}
.h_mob_menu {
  display: none;
}
.open_menu {
  width: 24px;
  min-width: 24px;
  float: left;
  height: auto;
  background: none;
  border: none;
  padding: 0;
  display: none;
}
.open_menu svg {
  width: 100%;
  float: left;
  height: auto;
}
.open_menu svg path {
  fill: #fff;
}
.back_link {
  display: none;
}
.m_mini_nav {
  width: 100%;
  float: left;
}
.m_mini_nav_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m_mini_nav_list li {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #919191;
  margin-bottom: 10px;
}
.m_mini_nav_list li a {
  width: auto;
  float: left;
  text-decoration: none;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #919191;
  transition: .3s;
}
.m_mini_nav_list li a:hover {
  color: #000;
}
.m_mini_nav_list li:not(:last-child) {
  margin-right: 60px;
  position: relative;
}
.m_mini_nav_list li:not(:last-child):after {
  position: absolute;
  right: -35px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 8px;
  background: url("../img/mini_nav_arrow.svg") center no-repeat;
  background-size: 100% 100%;
}
.m_mini_nav {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 15px;
}
.m_page {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_contacts {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_contacts_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_contacts_top_wrap {
  width: 100%;
  float: left;
  max-width: 100%;
  display: flex;
  align-items: stretch;
}
.m_contacts_top_wrap_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 440px);
}
.m_contacts_top_wrap_left > p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 55px;
  max-width: 495px;
  padding-right: 35px;
}
.m_contacts_top_wrap_left_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.m_contacts_top_wrap_left_list li {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-right: 35px;
  display: flex;
  margin-bottom: 60px;
}
.m_contacts_top_wrap_right {
  width: 100%;
  float: left;
  max-width: 440px;
  padding-left: 50px;
  border-left: 1px solid #E5E5E5;
  padding-bottom: 30px;
}
.m_contacts_top_wrap_left_list_left {
  width: 100%;
  float: left;
  max-width: 41px;
}
.m_contacts_top_wrap_left_list_left img {
  width: 100%;
  float: left;
  height: auto;
}
.contacts_mail {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  /* identical to box height */
  color: #000000;
  text-decoration: none;
  transition: .3s;
  margin-top: 8px;
}
.contacts_mail:hover {
  opacity: 0.7;
}
.m_contacts_top_wrap_left_list_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 41px);
  padding-left: 25px;
  display: flex;
  flex-direction: column;
}
.m_contacts_top_wrap_left_list_right a{
  color: #860662;
  text-decoration: none;
  margin-top: 5px;
}
.m_contacts_top_wrap_left_list_right a:hover{
  color: #e900ad;
  text-decoration: none;
}
.m_contacts_top_wrap_left_list_right span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.m_contacts_top_wrap_left_list_right p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.m_contacts_top_wrap_left_list_right p i {
  margin-left: 30px;
}
.contacts_big_tel {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  color: #000000;
  transition: .3s;
  text-decoration: none;
  margin-bottom: 4px;
}
.contacts_big_tel:hover {
  opacity: 0.7;
}
.contacts_mod_tel {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-decoration-line: underline;
  color: #919191;
  transition: .3s;
}
.contacts_mod_tel:hover {
  text-decoration: none;
}
.main_form {
  width: 100%;
  float: left;
}
.main_form > span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  justify-content: center;
  margin-bottom: 11px;
}
.contacts_form_list {
  width: 100%;
  float: left;
  margin-bottom: 4px;
}
.contacts_form_list li {
  width: 100%;
  float: left;
  margin-bottom: 13px;
}
.contacts_form_list li span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #000000;
  margin-bottom: 8px;
}
.contacts_form_list li input {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #555;
  padding-left: 14px;
  padding-right: 14px;
  height: 34px;
  border: 1px solid #C4C4C4;
}
.contacts_form_list li textarea {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #555;
  padding: 10px 14px;
  height: 91px;
  resize: none;
  border: 1px solid #C4C4C4;
}
.main_but {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 39px;
  border: 2px solid #860662;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: #860662;
  cursor: pointer;
  transition: .3s;
}
.main_but:hover {
  background: none;
  color: #860662;
}
.m_contacts_bottom {
  width: 100%;
  float: left;
}
.m_contacts_bottom #map {
  width: 100%;
  float: left;
  height: 410px;
}
.m_catalog {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_catalog_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
}
.m_catalog_filter {
  width: 100%;
  float: left;
  max-width: 265px;
}
.m_catalog_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 265px);
  padding-left: 30px;
  border-left: 1px solid #E5E5E5;
}
.m_brand_slider {
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
  float: left;
  margin-bottom: 80px;
}
.m_brand_slider li {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  margin-left: 3px;
  margin-right: 3px;
}
.m_brand_slider .slick_arrow {
  width: 34px;
  float: left;
  height: 34px;
  display: flex;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: -50px;
  z-index: 4;
  cursor: pointer;
  transition: .3s;
  align-items:center;
}
.m_brand_slider .slick_arrow:hover {
  background: #860662;
}
.m_brand_slider .slick_arrow img {
  width: auto;
  float: left;
  height: auto;
  max-width: 7px;
}
.m_brand_slider .slick-prev_arrow {
  right: 37px;
  border: 1px solid #C4C4C4;
}
.m_brand_slider .slick-next_arrow {
  right: 3px;
  border: 1px solid #C4C4C4;
  border-left: none;
}
.m_brand_slider .slick-next_arrow img {
  transform: rotate(180deg);
}
.m_brand_slider_item {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}
.m_brand_slider_item a {
  width: 100%;
  float: left;
  text-decoration: none;
  padding: 8px 15px 7px 15px;
  transition: .3s;
  border: 1px solid #E5E5E5;
}
.m_brand_slider_item a:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.m_brand_slider_item a span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  min-height: 41px;
}
.m_brand_slider_item a span i {
  width: 100%;
  float: left;
}
.m_brand_slider_img {
  width: 100%;
  float: left;
  height: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_brand_slider_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.hide_catalog_cards {
  display: none;
}
.m_main_catalog {
  width: 100%;
  float: left;
  margin-bottom: 85px;
}
.m_main_catalog_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.m_main_catalog_head_sort {
  width: 100%;
  float: left;
  max-width: 400px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.m_main_catalog_head_sort > span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  text-align: center;
  color: #000000;
  margin-right: 25px;
}
.m_main_catalog_head_sort .selectric .label {
  line-height: 32px;
  height: 32px;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #000000;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 13px;
  padding-right: 35px;
}
.m_main_catalog_head_sort .selectric {
  background: none;
  border: 1px solid #C4C4C4;
}
.m_main_catalog_head_sort .selectric-items li {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  color: #000000;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.m_main_catalog_head_sort .selectric .button {
  width: 35px;
  float: left;
  height: 32px;
  background: none;
}
.m_main_catalog_head_sort .selectric .button:after {
  border: none;
  width: 8px;
  height: 11px;
  transition: .3s;
  background: url("../img/arrow_text.svg") center no-repeat;
  background-size: 100% 100%;
}
.m_main_catalog_head_sort .selectric-open .button:after {
  transform: rotate(180deg);
}
.title_catalog {
  width: 100%;
  float: left;
  margin-bottom: 0;
  max-width: calc(100% - 400px);
  display: flex;
  align-items: center;
}
.m_main_catalog_head_body {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.m_main_catalog_head_body .m_tovar_cards li {
  margin-bottom: 30px;
}
.m_main_catalog_head_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all_catalog_tovars,
.all_reviews_tovars {
  width: auto;
  float: left;
  display: flex;
  align-items: center;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-decoration: none;
  color: #919191;
}
.all_catalog_tovars i,
.all_reviews_tovars i {
  text-decoration-line: underline;
}
.all_catalog_tovars img,
.all_reviews_tovars img {
  width: auto;
  float: left;
  height: auto;
  max-width: 8px;
  margin-left: 14px;
}
.all_catalog_tovars:hover i,
.all_reviews_tovars:hover i {
  text-decoration: none;
}
.m_pagination {
  margin: 20px auto;
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_pagination li {
  width: auto;
  float: left;
}
.m_pagination li span,
.m_pagination li a {
  width: auto;
  float: left;
  height: 34px;
  min-width: 34px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;

  font-style: normal;
  font-weight: 500;
  border-bottom: 1px solid #C4C4C4;
  border-top: 1px solid #C4C4C4;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  color: #919191;
  transition: .3s;
  position: relative;
}
.m_pagination li span:after,
.m_pagination li a:after {
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  content: "";
  background-color: #C4C4C4;
  z-index: 2;
  transition: .3s;
}
.m_pagination li span:before,
.m_pagination li a:before {
  position: absolute;
  right: -1px;
  height: 100%;
  width: 1px;
  content: "";
  z-index: 2;
  background-color: #C4C4C4;
  transition: .3s;
}
.m_pagination li span svg,
.m_pagination li a svg {
  width: auto;
  float: left;
  height: auto;
  max-width: 15px;
}
.m_pagination li span svg path,
.m_pagination li a svg path {
  fill: #C4C4C4;
  transition: .3s;
}
.m_pagination li span:hover,
.m_pagination li a:hover {
  color: #860662;
  border-color: #860662;
}
.m_pagination li span:hover svg path,
.m_pagination li a:hover svg path {
  fill: #860662;
}
.m_pagination li span:hover:after,
.m_pagination li a:hover:after {
  background-color: #860662;
  z-index: 3;
}
.m_pagination li span:hover:before,
.m_pagination li a:hover:before {
  background-color: #860662;
  z-index: 3;
}
.m_pagination li .active_pagination {
  color: #860662;
  border-color: #860662;
}
.m_pagination li .active_pagination svg path {
  fill: #860662;
}
.m_pagination li .active_pagination:after {
  background-color: #860662;
  z-index: 3;
}
.m_pagination li .active_pagination:before {
  background-color: #860662;
  z-index: 3;
}
.m_pagination li.active{
  background: #860662;
}
.m_pagination li.active span, 
.m_pagination li.active a{
  color: #fff;
}

.full_prev_pagin svg,
.prev_pagin svg {
  transform: rotate(180deg);
}
.noactive_pagin {
  display: none!important;
}
.hide_filter_item {
  display: none;
}
.m_catalog_filter {
  padding-top: 25px;
}
.m_catalog_filter_head {
  width: 100%;
  float: left;
  padding-right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.m_catalog_filter_head .title {
  margin-bottom: 0;
}
.clear_filter {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  text-decoration-line: underline;
  color: #919191;
}
.clear_filter:hover {
  text-decoration: none;
}
.m_catalog_filter_body {
  width: 100%;
  float: left;
}
.m_catalog_filter_body_item {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.m_catalog_filter_body_item > span {
  width: 100%;
  float: left;
  align-items: center;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  color: #000000;
  display: flex;
  justify-content: space-between;
  padding-right: 24px;
  cursor: pointer;
  margin-bottom: 17px;
}
.m_catalog_filter_body_item > span img {
  width: auto;
  float: left;
  height: auto;
  transition: .3s;
  max-width: 10px;
  margin-left: 10px;
}
.m_catalog_filter_body_item_inside {
  width: 100%;
  float: left;
  padding-bottom: 60px;
}
.m_filter_list {
  width: 100%;
  float: left;
}
.m_filter_list li {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.m_filter_list li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.m_filter_list li label {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.m_filter_list li label span {
  width: 100%;
  float: left;
  max-width: 15px;
  height: 15px;
  border: 1px solid #919191;
  transition: .3s;
}
.m_filter_list li label p {
  width: 100%;
  float: left;
  max-width: calc(100% - 15px);
  padding-left: 14px;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #000000;
}
.m_filter_list li input:checked + label span {
  background-color: #F10FB1;
  border-color: #F10FB1;
}
.filter_item_title--active img {
  transform: rotate(180deg);
}
.all_filter_item {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #E5E5E5;
  line-height: 30px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  transition: .3s;
}
.all_filter_item span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration-line: underline;
  color: #000000;
  line-height: 30px;
  transition: .3s;
}
.all_filter_item:hover {
  opacity: 0.7;
}
.all_filter_item:hover span {
  text-decoration: none;
}
.main_filter_form {
  width: 100%;
  float: left;
}
.m_filter_color_list {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  padding-right: 24px;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.m_filter_color_list li {
  width: 25px;
  float: left;
  max-width: calc(100% / 7 - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  position: relative;
}
.m_filter_color_list li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.m_filter_color_list li label {
  width: 100%;
  float: left;
  cursor: pointer;
}
.m_filter_color_list li label span {
  width: 100%;
  float: left;
  height: 25px;
  transition: .5s;
}
.m_filter_color_list li label .white_label {
  border: 1px solid #E5E5E5;
}
.m_filter_color_list li label:hover span {
  border-radius: 100%;
}
.m_filter_color_list li input:checked + label span {
  border-radius: 100%;
}
.ui-widget-content,
.ui-widget-header {
  background: #919191;
}
.ui-slider-horizontal {
  height: 3px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 16px;
  height: 19px;
  margin-top: -4px;
  background: url("../img/range_span_bg.svg") center no-repeat;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
}
.ui-widget.ui-widget-content {
  margin-top: 14px;
  width: 100%;
  float: left;
}
.m_range_price {
  width: 100%;
  float: left;
  padding-right: 24px;
}
.m_range_price > p > input {
  width: 50%;

  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height */
  color: #919191;
  background: none;
  border: none;
}
.m_range_price > p > input:last-child {
  text-align: right;
}
.m_range_price > p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  align-items: center;
}
.m_mob_filter {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  display: none;
  margin-bottom: 15px;
}
.m_mob_filter a {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  min-width: 135px;
  color: #FFFFFF;
  text-align: center;
  line-height: 38px;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  background: #F10FB1;
  text-decoration: none;
}
.m_mini_nav_mod {
  padding-right: 75px;
}
.m_mob_catalog_index {
  margin-bottom: 0!important;
}
.m_card_tovar_slider {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.lSSlideOuter.vertical .lSGallery {
  left: 0;
  right: initial;
}
.lSSlideOuter.vertical {
  padding-right: 0!important;
  padding-left: 100px;
}
.lSSlideWrapper .lSSlide {
  width: 100%;
  float: left;
}
.lSSlideWrapper .lSSlide li {
  width: 100%;
  float: left;
}
.lSSlideWrapper .lSSlide li img {
  max-width: 100%;
  float: left;
  height: auto;
}
.imageGallery {
  width: 100%;
  float: left;
}
.lSSlideWrapper {
  overflow: visible;
  overflow-y: hidden!important;
  border: 1px solid #E5E5E5;
  overflow-x: visible!important;
}
.lSSlideWrapper .lSSlide li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lSSlideWrapper .lSSlide li img {
  max-height: 100%;
}
.lSSlideOuter.vertical .lSGallery {
  width: 100%;
  float: left;
  max-width: 100px;
  padding-right: 15px;
  margin-left: 0!important;
}
.lSSlideOuter.vertical .lSGallery .active {
  border: 1px solid #860662;
  border-radius: 0!important;
}
.lSSlideOuter.vertical .lSGallery li {
  width: 100%;
  float: left;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: #FFF;
  border: 1px solid #e2e2e2;
  transition: .3s;
}
.lSSlideOuter.vertical .lSGallery li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.lSSlideOuter.vertical .lSGallery li:hover {
  border-radius: 0!important;
  border: 1px solid #860662;
}
.m_card_tovar {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.m_card_tovar_top {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 30px;
}
.m_card_tovar_top_left {
  width: 100%;
  float: left;
  max-width: 522px;
  position: relative;
}
.m_card_tovar_top_left .color_span {
  position: absolute;
  left: 100px;
  top: 0;
  z-index: 20;
}
.m_card_tovar_top_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 522px);
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.m_card_tovar_top_right > p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #919191;
  margin-bottom: 18px;
}
.m_card_tovar_top_right_head {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 14px;
}
.m_card_tovar_top_right_head i {
  width: 100%;
  float: left;
  max-width: 90px;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #919191;
  padding-top: 10px;
}
.m_card_tovar_price {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.m_card_tovar_price span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  /* identical to box height */
  color: #860662;
  margin-right: 30px;
}
.m_card_tovar_price i {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  display: flex;
  align-items: flex-end;
  text-decoration-line: line-through;
  color: #919191;
}
.m_card_tovar_buy {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.m_card_tovar_kilk {
  width: 100%;
  float: left;
  max-width: 100px;
  margin-right: 30px;
}
.m_card_tovar_kilk {
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #C4C4C4;
}
.minus,
.plus {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  cursor: pointer;
  user-select: none;
}
.plus img {
  transform: rotate(180deg);
}
.kilk_input_wrap {
  width: 100%;
  float: left;
  max-width: 36px;
}
.kilk_input_wrap input {
  width: 100%;
  float: left;
  height: 32px;
  text-align: center;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #C4C4C4;
  border: none;
  border-left: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
}
.buy_link {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 34px;
  background: #860662;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 71px;
  padding-right: 71px;
  transition: .3s;
}
.buy_link:hover {
  background: #F10FB1;
}
.card_tovar_name {
  width: 100%;
  float: left;
  max-width: calc(100% - 90px);
  padding-right: 10px;

  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  /* identical to box height */
  color: #000000;
}
.m_card_tovar_like {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.m_card_tovar_like a {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #919191;
  text-decoration: none;
  transition: .3s;
}
.m_card_tovar_like a svg {
  width: auto;
  float: left;
  height: auto;
  max-width: 30px;
  margin-right: 15px;
}
.m_card_tovar_like a svg path {
  transition: .3s;
  fill: #CBCBCB;
  stroke: #CBCBCB;
}
.m_card_tovar_like a:hover {
  color: #000;
}
.m_card_tovar_like a.active svg path,
.m_card_tovar_like a:hover svg path {
  fill: #E80000;
  stroke: #E80000;
}
.m_card_tovar_bottom_form {
  width: 100%;
  float: left;
}
.m_card_tovar_bottom_form > p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 25px;
}
.m_card_tovar_bottom_form {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.m_card_tovar_bottom_form p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.m_card_tovar_bottom_form_body {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.m_card_tovar_bottom_form_body input {
  width: 100%;
  float: left;
  max-width: 100%;
  border: 1px solid #C4C4C4;
  max-width: 293px;
  padding-left: 19px;
  padding-right: 19px;
  height: 34px;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #C4C4C4;
  margin-right: 30px;
}
.card_form_but {
  width: auto;
  float: left;
  border: none;
  padding: 0;
  padding-left: 35px;
  padding-right: 35px;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .3s;
  text-align: center;
  color: #FFFFFF;
  background: #919191;
  line-height: 34px;
}
.card_form_but:hover {
  background: #F10FB1;
}
.review_star--active_btn svg path {
  fill: #F10FB1!important;
}
.review_star_list_dinamic--active svg path {
  fill: #F10FB1!important;
}
.m_card_tovar_bottom {
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
}
.m_card_tovar_bottom_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 555px);
}
.m_card_tovar_bottom_right {
  width: 100%;
  float: left;
  max-width: 555px;
  padding-left: 70px;
  border-left: 1px solid #E5E5E5;
}
.m_card_tabs {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.m_card_tabs li {
  width: auto;
  float: left;
}
.m_card_tabs li a {
  width: auto;
  float: left;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  transition: .3s;
  position: relative;
}
.m_card_tabs li a:after {
  position: absolute;
  left: 0;
  top: -1px;
  height: calc(100% + 2px);
  content: "";
  width: 1px;
  background-color: #E5E5E5;
}
.m_card_tabs li a:before {
  position: absolute;
  right: -1px;
  top: -1px;
  height: calc(100% + 2px);
  content: "";
  width: 1px;
  background-color: #E5E5E5;
}
.m_card_tabs li a:hover {
  background: #860662;
  border-color: #860662;
  color: #FFF;
}
.m_card_tabs li a:hover:after {
  background: #860662;
}
.m_card_tabs li a:hover:before {
  background: #860662;
}
.m_card_tabs li .m_card_review_tabs--active {
  background: #F10FB1!important;
  border-color: #F10FB1!important;
  color: #fff;
}
.m_card_tabs li .m_card_review_tabs--active:after {
  background: #F10FB1!important;
}
.m_card_tabs li .m_card_review_tabs--active:before {
  background: #F10FB1!important;
}
.m_card_review_wrap {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}
.m_card_review_cont {
  width: 100%;
  float: left;
  display: none;
}
.m_card_review_cont--active {
  display: block;
}
.m_stars {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.m_stars span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #000000;
  margin-right: 20px;
}
.review_star_list {
  width: auto;
  float: left;
}
.review_star_list li {
  width: 100%;
  float: left;
  max-width: 16px;
  cursor: pointer;
  margin-left: 1px;
  margin-right: 1px;
}
.review_star_list li svg {
  width: 100%;
  float: left;
  height: auto;
}
.review_star_list li svg path {
  fill: #C4C4C4;
  transition: .3s;
}
.main_but_review {
  max-width: 390px;
}
.m_reviews {
  width: 100%;
  float: left;
}
.m_reviews_list {
  width: 100%;
  float: left;
}
.m_reviews_list > li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.m_reviews_list_body {
  width: 100%;
  float: left;
}
.m_reviews_list_body p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 5px;
}
.answer_admin {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.answer_admin span {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #000000;
  margin-bottom: 10px;
}
.answer_admin p {
  width: 100%;
  float: left;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 5px;
}
.m_reviews_list_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.m_reviews_list_head i {
  width: 100%;
  float: left;
  max-width: 80px;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #919191;
  text-align: right;
}
.hide_review {
  display: none;
}
.m_reviews_list_head_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 80px);
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.m_reviews_list_head_left span {
  width: auto;
  float: left;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #000000;
  margin-right: 13px;
}
.m_reviews_list_head_left .review_star_list {
  width: auto;
  float: left;
}
.review_star_list--active svg path {
  fill: #F10FB1!important;
}
.m_card_info_tabs {
  display: flex;
}
.m_card_info_tabs li a {
  padding-left: 14px;
  padding-right: 14px;
  white-space: nowrap;
}
.m_card_info_wrap {
  width: 100%;
  float: left;
}
.m_card_info_cont {
  width: 100%;
  float: left;
  padding-top: 10px;
  display: none;
}
.m_card_info_cont--active {
  display: block;
}
.m_card_info_charact {
  width: 100%;
  float: left;
}
.m_card_info_charact > li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.m_card_info_charact > li > span {
  width: 100%;
  float: left;
  max-width: 195px;
  padding-right: 10px;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #000000;
}
.m_card_info_charact > li p {
  width: 100%;
  float: left;
  max-width: calc(100% - 195px);

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #000000;
}
.m_filter_color_list_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 195px);
}
.m_filter_color_list_info span {
  width: 100%;
  float: left;
  height: 25px;
}
.white_label {
  border: 1px solid #E5E5E5;
}
.m_card_tovar_top_right_head i {
  text-align: right;
}
.m_filter_color_list_info {
  flex-wrap: wrap;
}
.m_filter_color_list_info li {
  max-width: 25px;
}

.content h1{

  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: normal;
  color: #000000;
  margin-bottom: 18px;
}
.content h2{

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  margin-bottom: 12px;
}
.content h3{

  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  margin-bottom: 6px;
}
.content h4{

  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  margin-bottom: 6px;
}


.content p{

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  margin-bottom: 6px;
}
.content ul{
  list-style: disc;
  margin-left: 20px;
}
.content ul li{

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  margin-bottom: 6px;

}

.personal_cabinet{

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  color: #000000;
}
































.cabinet_menu .cabinet_menu_link{
  font-size: 14px;
  color: #000000;
  vertical-align: top;
  width: 100%;
  height: 75px;
  padding: 25px 10px;
  display: block;
  position: relative;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
}
.cabinet_menu .cabinet_menu_link::before{
  content: " ";
  display: inline-block;
  width: 3px;
  height: 75px;
  background:#eaeaea;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cabinet_menu .cabinet_menu_link:focus,
.cabinet_menu .cabinet_menu_link:active,
.cabinet_menu .cabinet_menu_link:hover,
.cabinet_menu .cabinet_menu_link.active{
  text-decoration: none;
  background: #f10fb1;
  color: #fff;
}
.cabinet_menu .cabinet_menu_link:focus::before,
.cabinet_menu .cabinet_menu_link:active::before,
.cabinet_menu .cabinet_menu_link:hover::before,
.cabinet_menu .cabinet_menu_link.active::before{
  background:#f10fb1;
}

.cabinet_tab{
  display: none;
  overflow: hidden;
  padding: 5px 10px;
}
.cabinet_tab.active{
  display: block;
}

.pk_logout{
  display: block;
  float: left;
  background: url(../../img/icons/pk_logout.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 2px;
}
.pk_history{
  display: block;
  float: left;
  background: url(../../img/icons/pk_history.png);
  background-repeat: no-repeat;
  background-size: 16px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 3px;
}
.pk_favorite{
  display: block;
  float: left;
  background: url(../../img/icons/pk_favorite.png);
  background-repeat: no-repeat;
  background-size: 15px 14px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 4px;
}
.pk_compare{
  display: block;
  float: left;
  background: url(../../img/icons/pk_compare.png);
  background-repeat: no-repeat;
  background-size: 15px 14px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 4px;
}
.pk_person{
  display: block;
  float: left;
  background: url(../../img/icons/pk_person.png);
  background-repeat: no-repeat;
  background-size: 13px 15px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 1px 2px;
}

.cabinet_menu_link:focus i,
.cabinet_menu_link:hover i,
.cabinet_menu_link.active i,
.cabinet_menu a:focus i,
.cabinet_menu a:hover i,
.cabinet_menu a.active i{
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.cabinet_tabs .c_title, 
.c_tab_title{
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 16px;
  color: #000000;
}


.user_info_form input{
    margin: 5px 0px 15px 0px;
    width: 100%;
    float: left;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    color: #444;
    height: 32px;
    border: 1px solid #CBCBCB;
    padding-left: 10px;
    padding-right: 10px;
}
.user_info_form input[type="text"]:focus{
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  border: 1px solid #001878;
  color: #000;
}

.user_info_form .input label{
    font-size: 14px;
    margin: 0px 0px 0px 3px;
    color: #181818;
    display: block;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: none!important;
}
.user_info_block{
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.user_info_block p small{
  clear: both;
  display: block;
  color: #000;
}


.orders_history{
  width: 100%;
  background: #fcfcfc;
  font-style: normal;
  line-height: 14px;
  font-size: 12px;
}
.orders_history thead tr td{
  text-align: center;
  border-top: 2px solid #f10fb1;
  border-bottom: 2px solid #f10fb1;
  color:#515151;
  background: #fff;
  padding: 10px 10px;
}
.orders_history a{
  font-weight: bold;
  color: #181818;
}
.orders_history a:hover{
  color: #001878;
}
.orders_history tr:hover{
    background: #f0f0f0;
}
.orders_history tbody tr td{
  text-align: center;
  padding: 10px 10px;
}
.status_delivered{
  color: #089a05;
}
.status_cancel{
  color: #bd0f0f;
}
.status_wait{
  color: #474b4c;
}
.status_new{
  color: #3a6796;
}
.cabinet_mobile_menu{
  display: none;
}

.order_confirm{
  width: 100%;
}

.order_confirm tbody tr:nth-child(odd){
  background:#f5f5f5;
  color: #515151;
}
.order_confirm tbody tr:nth-child(even){
  background:#fcfcfc;
  color: #000000;
}
.order_confirm tbody tr:hover{
  background: #e8e8e8;
}
.order_confirm tbody tr td{
  padding: 12px 8px;
}

.pwd_thanks_text,
.profile_thanks_text,
.thanks_text{
  text-align: center;
  font-size: 20px;
  display: none;
  color: #ffffff;
  background: #001878;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px;
  margin: 20px auto;
  width: 100%;
  clear: both;
}








.inner_tab_content .button_green,
.user_info_form .button_green{
    background: #870662;
    color: #fff;
    transition:0.5s;
    max-width: 400px;
    clear: both;
    display: block;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
}


.inner_tab_content .button_green:hover,
.user_info_form .button_green:hover{
    background: #870662;
    color: #fff;
    opacity: 0.8;
}




.m_category_main_wrap {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none!important;
}
.m_category_main_wrap > li {
  width: calc(25% - 30px);
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
  position: relative;
  transition: .3s;
}
.m_category_main_wrap > li:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
}
.m_category_main_wrap > li > a {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: .3s;
}
.m_category_main_wrap_info {
  width: 100%;
  float: left;
  padding: 15px;
}
.m_category_main_wrap_img {
  width: 100%;
  float: left;
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_category_main_wrap_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.card_category_name {
  width: 100%;
  float: left;
  min-height: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  color: #192739;
}
.m_category_main_wrap_inside {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  list-style: none!important;
}
.m_category_main_wrap_inside li {
  width: 100%;
  float: left;
  margin-bottom: 4px;
}
.m_category_main_wrap_inside li a {
  width: auto;
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #192739;
  transition: .3s;
  text-decoration: none;
}
.m_category_main_wrap_inside li a:before{
  content: "";
  display: inline-block;
  background: url(../img/icons/step_icon.png);
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: 5px 7px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  transition: 1s;
}
.m_category_main_wrap_inside li a:hover {
  color: #860662;
}

.m_catalog_right .m_brand_slider{
  margin-bottom: 50px;
}


.available_true_span{
  background: #860662;
  float: right!important;
}

.available_false_span{
  background: #6a6a6a;
  float: right!important;
}
.m_card_tovar .available_true_span,
.m_card_tovar .available_false_span{
  color: #fff;
  padding: 5px;
  float: left!important;
  margin-bottom: 10px;
}
.m_review_admin{
  position: relative;
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.m_brand_sliders{
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.m_brand_sliders li{
  width: calc(20% - 10px);
  margin: 5px;
}



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

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

.status_amount_0{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #252525;
}
.status_amount_0 span{
  width: 10px;
  height: 10px;
  background: #f40202;
  border-radius: 50%;
  display: block;
  margin-right: 7px;
}
.status_amount_1{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #252525;
}
.status_amount_1 span{
  width: 10px;
  height: 10px;
  background: #f48b02;
  border-radius: 50%;
  display: block;
  margin-right: 7px;
}
.status_amount_2{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #252525;
}
.status_amount_2 span{
  width: 10px;
  height: 10px;
  background: #0dc730;
  border-radius: 50%;
  display: block;
  margin-right: 7px;
}
.table_holder tbody tr:hover .status_amount_0,
.table_holder tbody tr:hover .status_amount_1,
.table_holder tbody tr:hover .status_amount_2{
  color: #fff;
}


.m_card_tovar_top_left .new_span,
.m_card_tovar_top_left .top_span,
.m_card_tovar_top_left .sale_span,
.m_card_tovar_top_left .percent_sale_span{
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px;
  z-index: 2;
}

.lang_holder{
  display: flex;
  position: relative;
  width: 50px;
  align-items: center;
  justify-content: center;
  z-index: 5;
  margin-right: 20px;
}
.h_lang_list{
  display: none;
  position: absolute;
  top: 18px;
  right: 0px;
  z-index: 2;
  background: #fff;
  flex-direction: column;
  width: 50px;
  text-align: center;
}
.lang_active{
  font-size: 16px;
  color: #fff;
}
.lang_holder:hover .h_lang_list{
  display: flex;
}
.h_lang_list li a{
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
  display: block;
}
.h_lang_list li a:hover{
  color: #fff;
  background: #f10fb1;
}

@media (max-width: 1199px) {
  .h_catalog_b_holder{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 45px;
  }
  .h_catalog_b_holder > li{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .m_banner_slider li a {
    height: 375px;
  }
  .f_bottom_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_bottom_wrap p:first-child {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .m_category_main_wrap>li{
    width: calc(50% - 10px);
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
  .m_category_main_wrap{
    margin-left: 0px!important;
  }
  .h_catalog {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFF;
    height: auto;
    min-height: 100%;
    height: 100%;
    z-index: 101;
    width: 100%;
    max-width: 100%;
    transition: .3s;
    transform: translateX(-110%);
    overflow-y:auto;
  }
  .h_catalog--active {
    transform: translateX(0%);
  }
  .h_catalog_inside {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    height: auto;
    min-height: auto;
    display: flex;
    align-items: stretch;
    visibility: visible;
    padding-left: 10px;
    display: none;
  }
  .h_catalog_b_holder li.active_l > .h_catalog_inside{
    display: block;
  }
  .h_catalog .h_catalog_b_holder > li:hover > a{
    color: #000000;
    background: #fff;
  }
  .h_catalog .h_catalog_b_holder > li:hover > a svg{
    transform:none;
  }
  .h_catalog .h_catalog_b_holder > li:hover > a svg path {
    fill: #fff;
  }
  .h_catalog .h_catalog_b_holder li.active_l > a{
    background: #F10FB1;
    color: #FFF;
  }
  .h_catalog .h_catalog_b_holder li.active_l > a svg{
    transform: rotate(180deg);
  }
  .h_catalog .h_catalog_b_holder > li.active_l > a svg path {
    fill: #fff;
  }
  .h_catalog_inside_left {
    height: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
    overflow: auto;
    padding-top: 5px;
  }
  .h_catalog_inside_right {
    height: 100%;
  }
  .h_catalog_inside_right {
    width: 100%;
    float: left;
    max-width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    background-color: #fff;
    min-height: 100%;
    height: 100%;
    transition: .3s;
    overflow-y: auto;
    transform: translateX(-110%);
  }
  .h_catalog_inside_right--active {
    transform: translateX(0%);
  }
  .h_catalog_inside_left {
    width: 100%;
    float: left;
    max-width: 100%;
    border: none;
  }
  .h_catalog_inside_list li .h_catalog_inside_list--active {
    background: none;
    color: #000;
  }
  .close_catalog {
    display: block;
    right: 15px;
    top: 10px;
    position: absolute;
    width: 20px;
    padding: 0;
    background: none;
    border: none;
    z-index: 102;
  }
  .close_catalog svg {
    width: 100%;
    float: left;
    height: auto;
  }
  .close_catalog svg path {
    fill: #000;
  }
  .m_overlay {
    display: none;
  }
  .h_logo {
    max-width: 135px;
  }
  .h_middle_left {
    max-width: 320px;
  }
  .h_info {
    max-width: calc(100% - 135px);
  }
  .h_call_top > a {
    font-size: 16px;
  }
  .h_info p {
    font-size: 12px;
  }
  .h_call {
    max-width: 150px;
  }
  .h_call_inside li a {
    font-size: 16px;
  }
  .h_search {
    max-width: 275px;
  }
  .h_search_wrap input {
    font-size: 12px;
  }
  .h_bottom_list {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .m_mob_catalog {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .m_mob_catalog a {
    width: auto;
    float: left;
  
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    min-width: 135px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    background: #F10FB1;
    text-decoration: none;
  }
  .h_catalog_inside_right {
    padding-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .h_catalog_inside_right_list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .h_catalog_inside_right_list > li {
    width: 100%;
    max-width: calc(100% / 3 - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .back_link {
    display: flex;
  }
  .contacts_big_tel {
    font-size: 18px;
    line-height: 20px;
  }
  .contacts_mail {
    font-size: 18px;
  }
  .m_contacts_top_wrap_left_list_right p {
    font-size: 14px;
  }
  .m_contacts_top_wrap_left_list_right span {
    font-size: 14px;
  }
  .m_contacts_top_wrap_left_list_right p i {
    margin-left: 20px;
  }
  .m_contacts_top_wrap_left_list_right {
    padding-left: 15px;
  }
  .m_catalog_filter {
    max-width: 220px;
  }
  .m_filter_color_list li label span {
    height: 19px;
  }
  .m_catalog_right {
    max-width: calc(100% - 220px);
    padding-left: 15px;
  }
  .card_tovar_name {
    font-size: 22px;
  }
  .m_card_tovar_bottom_form_body {
    display: flex;
    flex-direction: column;
  }
  .m_card_tovar_bottom_form_body input {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .m_card_tovar_bottom_form p {
    text-align: center;
    justify-content: center;
  }
  .m_card_tovar_bottom_right {
    padding-left: 15px;
  }
  .m_card_tabs li a {
    font-size: 14px;
  }
  .m_card_tovar_bottom_right {
    max-width: 100%;
    padding-left: 0;
    border: none;
    padding-top: 25px;
    border-top: 1px solid #E5E5E5;
  }
  .m_card_tovar_bottom_left {
    max-width: 100%;
  }
  .m_card_info_tabs {
    flex-wrap: wrap;
  }
  .m_card_tovar_bottom {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {

  .m_part_slider li {
    width: calc(100% / 3 - 10px);
  }
  .inner_tab_content .button_green, .user_info_form .button_green{
    margin: 5px auto;
    float: none;
  }
  .cabinet_tab .cabinet_menu_link{
    font-size: 16px;
    color: #000000;
    background: #f5f5f5;
    vertical-align: top;
    width: 100%;
    height: 75px;
    padding: 25px 10px;
    display: block;
    position: relative;
  }
  .cabinet_tab .cabinet_menu_link::before{
    content: " ";
    display: inline-block;
    width: 3px;
    height: 75px;
    background:#eaeaea;
    position: absolute;
    top: 0px;
    left: 0px;
    transition:0.5s;
  }
  .cabinet_tab .cabinet_menu_link:focus,
  .cabinet_tab .cabinet_menu_link:active,
  .cabinet_tab .cabinet_menu_link:hover,
  .cabinet_tab .cabinet_menu_link.active{
    text-decoration: none;
    background: #f10fb1;
    color: #fff;
  }
  .cabinet_tab .cabinet_menu_link:focus::before,
  .cabinet_tab .cabinet_menu_link:active::before,
  .cabinet_tab .cabinet_menu_link:hover::before,
  .cabinet_tab .cabinet_menu_link.active::before{
    background:#f10fb1;
  }


  .cabinet_tab{
    display: block!important;
  }
  .cabinet_tab .inner_tab_content{
    display: none;
  }
  .cabinet_tab.active .inner_tab_content{
    display: block;
  }
  .cabinet_mobile_menu{
    display: block;
  }

  .f_top_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_top_info p {
    text-align: center;
  }
  .f_data p {
    text-align: center;
    justify-content: center;
  }
  .f_top_left {
    margin-bottom: 20px;
  }
  .f_top_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .f_top_nav_left,
  .f_top_nav_right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .f_top_adress {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .f_top_right {
    width: 100%;
    float: left;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
  .f_top_right_soc {
    justify-content: center;
  }
  .f_top_right_call {
    align-items: center;
  }
  .f_bottom_wrap p {
    text-align: center;
  }
  .f_bottom_wrap p:first-child {
    padding-right: 0;
  }
  .f_top_adress > span {
    justify-content: center;
  }
  .f_top_adress_text p {
    text-align: center;
  }
  .f_top_time_work span,
  .f_top_time_work p {
    text-align: center;
    justify-content: center;
  }
  .f_top_nav_left > span,
  .f_top_nav_right > span {
    text-align: center;
    justify-content: center;
  }
  .f_top_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .f_top_list li {
    width: auto;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .h_top__nav li:not(:last-child) {
    margin-right: 20px;
  }
  .h_call {
    display: none;
  }
  .h_bottom_list li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .h_bottom_list li a {
    font-size: 14px;
    line-height: 34px;
  }
  .m_contacts_top_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_contacts_top_wrap_left {
    max-width: 100%;
    padding-right: 0;
  }
  .m_contacts_top_wrap_right {
    border: none;
    padding-left: 0;
  }
  .m_contacts_top_wrap_left > p {
    padding-right: 0;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .m_contacts_top_wrap_left_list li {
    padding-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_contacts_top_wrap_left_list_left {
    margin-bottom: 15px;
  }
  .m_contacts_top_wrap_left_list_right {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_contacts_top_wrap_left_list_right span {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .m_contacts_top_wrap_left_list_right p {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .m_mini_nav {
    padding-top: 10px;
  }
  .m_tovar_cards_catalog li {
    width: 100%;
    max-width: calc(100% / 3 - 40px);
  }
  .m_card_tovar_top_left {
    max-width: 450px;
  }
  .m_card_tovar_top_right {
    width: 100%;
    float: left;
    max-width: calc(100% - 450px);
  }
  .m_card_tovar_like {
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
  .m_action_sliders {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
  }
  .m_action_sliders_column {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .m_action_sliders_new {
    margin-bottom: 35px;
  }
  .padding_in_conent {
    padding-left: 30px;
    padding-right: 30px;
  }
  .m_news_list li {
    max-width: 50%;
  }
  .m_text_wrap_column_left {
    padding-right: 10px;
  }
  .m_text_wrap_column_right {
    padding-left: 10px;
  }
  .m_text {
    padding-bottom: 35px;
    padding-top: 65px;
  }
  .m_banner_slider li a {
    height: 275px;
  }
  .m_news_mod_list li {
    max-width: 100%;
    display: flex;
    flex-direction: row;
  }
  .m_news_mod_list_img {
    max-width: 50%;
  }
  .m_news_mod_list_info {
    max-width: 50%;
  }
  .m_news_mod_list {
    flex-wrap: wrap;
  }
  .slick-arrow {
    display: none!important;
  }
  .title_slider {
    padding-right: 0;
  }
  .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    float: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
  .slick-dots li {
    width: 12px;
    height: 12px;
    border: 2px solid #192739;
    box-sizing: border-box;
    border-radius: 100%;
    float: left;
    margin-left: 7px;
    margin-right: 7px;
    background: none;
    transition: .3s;
    padding: 0;
  }
  .slick-dots li button {
    width: 100%;
    float: left;
    height: 100%;
    border-radius: 100%;
    background: none;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    padding: 0;
  }
  .slick-dots li.slick-active {
    background-color: #192739;
  }
  .m_action_sliders_new {
    margin-bottom: 50px;
  }
  .m_action_sliders {
    margin-bottom: 50px;
  }
  .m_part_slider .slick-dots {
    bottom: -10px;
  }
  .m_banner .slick-dots {
    width: 100%;
    max-width: 72px;
    display: flex;
    flex-direction: column;
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .m_banner .slick-dots li {
    width: 100%;
    float: left;
    max-width: 42px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 2px;
    border: none;
    padding-bottom: 2px;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
  }
  .m_banner .slick-dots li button {
    width: 100%;
    float: left;
    max-width: 23px;
    background-color: #FFF;
    height: 2px;
    border: none;
    text-indent: -99999px;
    padding: 0;
    cursor: pointer;
    transition: .3s;
  }
  .m_banner .slick-dots li.slick-active {
    background: none;
  }
  .m_banner .slick-dots li.slick-active button {
    max-width: 100%;
  }
  .m_tovar_cards_catalog li {
    width: 100%;
    max-width: calc(100% / 2 - 40px);
  }
  .m_brand_slider .slick-arrow {
    display: flex!important;
  }
  .m_adv_slider .slick-arrow {
    display: flex!important;
  }
  .m_card_tovar_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_card_tovar_top_right {
    max-width: 500px;
    padding-left: 0;
  }
  .m_card_tovar_top_left {
    max-width: 500px;
    margin-bottom: 35px;
  }
  .m_card_tovar_like {
    display: flex;
    justify-content: center;
  }
  .m_card_tovar_buy {
    display: flex;
    justify-content: center;
  }
  .m_card_tovar_price {
    display: flex;
    justify-content: center;
  }
  .m_card_tovar_top_right > p {
    text-align: center;
  }
  .m_card_tabs {
    display: flex;
    justify-content: center;
  }
  .m_card_tovar_price span {
    font-size: 22px;
  }
  .m_card_tovar_price i {
    font-size: 16px;
  }
  .m_card_review_wrap {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .m_part_slider li {
    width: calc(100% / 2 - 10px);
  }
  .lang_holder{
    margin-right: 0px;
  }

  .h_catalog_inside_list > li:last-child{
    display: block;
  }

  .h_catalog_inside_list > li:last-child a{
    color: #F10FB1;
  }
  .m_brand_sliders li {
    width: calc(50% - 10px);
  }
  .h_search {
    width: 100%;
    float: left;
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    z-index: 101;
    height: auto;
    min-height: 100vh;
    transition: .3s;
    transform: translateX(-110%);
  }
  .h_search--active {
    transform: translateX(0%);
  }
  .h_search_wrap input {
    border: 2px solid #322734;
  }
  .close_search {
    display: block;
    right: 15px;
    top: 10px;
    position: absolute;
    width: 20px;
    padding: 0;
    background: none;
    border: none;
    z-index: 102;
  }
  .close_search svg {
    width: 100%;
    float: left;
    height: auto;
  }
  .close_search svg path {
    fill: #000;
  }
  .mob_search {
    display: flex;
    margin-right: 30px;
  }
  .h_like a svg {
    max-width: 24px;
  }
  .h_basket a svg {
    max-width: 24px;
  }
  .h_like a span {
    font-size: 11px;
    bottom: -5px;
    height: 14px;
    line-height: 14px;
  }
  .h_basket a span {
    font-size: 11px;
    height: 14px;
    line-height: 14px;
  }
  .h_mob_menu {
    width: 100%;
    float: left;
    display: flex;
    left: 0;
    position: fixed;
    z-index: 102;
    bottom: 0;
    overflow: auto;
    top: 0;
    max-width: 100%;
    background-color: #fff;
    height: auto;
    min-height: 100vh;
    padding: 15px;
    padding-top: 35px;
    transform: translateX(-110%);
    transition: .3s;
    flex-direction: column;
  }
  .h_mob_menu .h_top__nav,
  .h_mob_menu .h_bottom_list {
    display: flex;
  }
  .h_mob_menu--active {
    transform: translateX(0%);
  }
  .close_menu {
    display: block;
    right: 15px;
    top: 10px;
    position: absolute;
    width: 20px;
    padding: 0;
    background: none;
    border: none;
    z-index: 102;
  }
  .close_menu svg {
    width: 100%;
    float: left;
    height: auto;
  }
  .close_menu svg path {
    fill: #000;
  }
  .h_top__nav {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .h_top__nav li {
    width: 100%;
    float: left;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .h_top__nav li a {
    width: auto;
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 18px;
  }
  .h_bottom_list {
    width: 100%;
    float: left;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .h_bottom_list li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .h_bottom_list li a {
    width: auto;
    float: left;
    line-height: 18px;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    background: none!important;
  }
  .h_top__nav li:not(:last-child) {
    margin-right: 0;
  }
  .open_menu {
    display: flex;
    margin-right: 15px;
  }
  .h_top__nav,
  .h_bottom_list {
    display: none;
  }
  .h_top_right {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .h_top_right_login {
    order: 2;
    margin-right: 0;
  }
  .h_top_soc {
    order: 1;
  }
  .h_middle_left {
    max-width: 350px;
  }
  .h_middle {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .h_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    transition: .3s;
  }
  .header--active {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }
  main {
    padding-top: 89px;
  }
  .m_mob_catalog {
    margin-bottom: 15px;
  }
  .m_mob_filter {
    display: flex;
  }
  .m_catalog_filter {
    width: 100%;
    float: left;
    max-width: 100%;
    padding-top: 50px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    transition: .3s;
    background-color: #FFF;
    z-index: 102;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateX(-110%);
  }
  .m_catalog_filter--active {
    transform: translateX(0%);
  }
  .m_filter_color_list li label span {
    height: 25px;
  }
  .m_catalog_filter_body_item_inside {
    padding-bottom: 10px;
  }
  .close_filter {
    display: block;
    right: 15px;
    top: 10px;
    position: absolute;
    width: 20px;
    padding: 0;
    background: none;
    border: none;
    z-index: 102;
  }
  .close_filter svg {
    width: 100%;
    float: left;
    height: auto;
  }
  .close_filter svg path {
    fill: #000;
  }
  .m_catalog_filter_head {
    padding-right: 0;
  }
  .m_catalog_filter_body_item > span {
    padding-right: 0;
  }
  .m_filter_color_list {
    padding-right: 0;
  }
  .m_catalog_right {
    max-width: 100%;
    padding-left: 0;
    border: none;
  }
  .m_brand_slider {
    margin-bottom: 45px;
  }
  .m_main_catalog_head_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .all_catalog_tovars_wrap {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .m_main_catalog_head_body {
    margin-bottom: 0px;
  }
  .m_main_catalog {
    margin-bottom: 30px;
  }
  .m_tovar_cards_catalog li {
    width: 100%;
    max-width: calc(100% / 3 - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .m_tovar_cards_catalog {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .h_catalog_inside_right_list > li {
    max-width: calc(50% - 30px);
  }
  .m_tovar_cards_catalog li {
    width: 100%;
    max-width: calc(100% / 2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .m_main_catalog_head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title_catalog {
    width: 100%;
    float: left;
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
    justify-content: center;
  }
  .m_main_catalog_head_sort {
    max-width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .m_main_catalog_head_sort > span {
    margin-right: 15px;
  }
  .m_main_catalog_head_sort .selectric .label {
    font-size: 12px;
  }
  .m_main_catalog_head_sort .selectric-items li {
    font-size: 12px;
  }
  .m_card_info_tabs {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 5px;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .m_card_info_tabs::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 4px;
  }
  .m_card_info_tabs::-webkit-scrollbar-track {
    background: #fff;
  }
  .m_card_info_tabs::-webkit-scrollbar-thumb {
    background: #F10FB1;
    border-radius: 8px;
  }
  .m_card_info_tabs::-webkit-scrollbar-thumb:hover {
    background: #7f7c7c;
  }
  .m_card_info_tabs li {
    width: auto;
    float: left;
  }
  .m_card_info_tabs li a {
    width: 100%;
    float: left;
  }
  .m_card_tovar_top_left {
    margin-bottom: 20px;
  }
  .m_card_tovar_top {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .m_news_list li {
    max-width: 100%;
  }
  .m_news_mod_list li {
    flex-direction: column;
  }
  .m_news_mod_list_img {
    max-width: 100%;
  }
  .m_news_mod_list_info {
    max-width: 100%;
  }
  .m_news_mod_list li:nth-child(even) .m_news_mod_list_img {
    order: 1;
  }
  .m_news_mod_list li:nth-child(even) .m_news_mod_list_info {
    order: 2;
  }
  .m_text_wrap_columns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_text_wrap_column {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .m_text_wrap_column_left .hide_text {
    display: none!important;
  }
  .title {
    margin-bottom: 20px;
  }
  .m_news_mod_list_info {
    padding: 15px;
  }
  .padding_in_conent {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m_adv_slider {
    margin-bottom: 30px;
  }
  .m_banner_slider li a {
    height: 200px;
  }
  .m_part_slider .slick-track li {
    padding: 15px;
  }
  .title_link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title_link a {
    margin-top: 10px;
  }
  .h_info {
    display: none;
  }
  .h_middle_left {
    max-width: 155px;
  }
  .h_logo {
    max-width: 115px;
  }
  .h_basket a span {
    right: initial;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
  }
  .h_like a span {
    right: initial;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
  }
  .mob_search {
    margin-right: 20px;
  }
  .h_middle_left {
    padding-right: 0;
  }
  .h_medium_wrap {
    padding-right: 0;
  }
  .h_like {
    margin-right: 30px;
  }
  main {
    padding-top: 100px;
  }
  .main_content_wrap {
    overflow: hidden;
  }
  .m_contacts_top_wrap_left_list {
    display: flex;
    flex-direction: column;
  }
  .m_contacts_top_wrap_left_list li {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .m_brand_slider .slick-arrow {
    display: none!important;
  }
  .m_brand_slider .slick-dots {
    bottom: -20px;
  }
  .m_card_tovar_buy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_card_tovar_kilk {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .m_card_tovar_top_right_head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .card_tovar_name {
    width: 100%;
    float: left;
    text-align: center;
    padding-right: 0;
  }
  .m_card_tovar_top_right_head i {
    text-align: center;
    padding-top: 2px;
  }
  .m_card_tovar_price {
    margin-bottom: 13px;
  }
  .m_reviews_list_head_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .m_reviews_list_head_left .review_star_list {
    margin-top: 5px;
  }
  .m_reviews_list_head {
    align-items: flex-start;
  }
  .m_card_info_charact > li > span {
    font-size: 12px;
  }
  .m_card_info_charact > li p {
    font-size: 12px;
  }
  .m_card_info_charact > li > span {
    max-width: 130px;
  }
  .m_card_info_charact > li p,
  .m_filter_color_list_info {
    max-width: calc(100% - 130px);
  }
}
@media (max-width: 425px) {
  .m_part_slider li {
    width: 100%;
  }
  .m_banner_slider li a {
    height: 150px;
  }
  .main_content_wrap {
    transform: translateY(-10px);
  }
  .h_catalog_inside_right_list > li {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .h_catalog_inside_right_list > li > span {
    margin-bottom: 8px;
  }
  .m_tovar_cards_catalog li {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .m_tovar_cards_catalog {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 350px) {
  .m_banner_slider li a {
    height: 140px;
  }
  .main_content_wrap {
    transform: translateY(-10px);
  }
}
