button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.eot');
  src: url('../fonts/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff'), url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-SemiBoldItalic.svg#Montserrat-SemiBoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Alternates';
  src: url('../fonts/MontserratAlternates-Medium.eot');
  src: url('../fonts/MontserratAlternates-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/MontserratAlternates-Medium.woff2') format('woff2'), url('../fonts/MontserratAlternates-Medium.woff') format('woff'), url('../fonts/MontserratAlternates-Medium.ttf') format('truetype'), url('../fonts/MontserratAlternates-Medium.svg#MontserratAlternates-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Alternates';
  src: url('../fonts/MontserratAlternates-SemiBold.eot');
  src: url('../fonts/MontserratAlternates-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/MontserratAlternates-SemiBold.woff2') format('woff2'), url('../fonts/MontserratAlternates-SemiBold.woff') format('woff'), url('../fonts/MontserratAlternates-SemiBold.ttf') format('truetype'), url('../fonts/MontserratAlternates-SemiBold.svg#MontserratAlternates-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Alternates';
  src: url('../fonts/MontserratAlternates-Light.eot');
  src: url('../fonts/MontserratAlternates-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/MontserratAlternates-Light.woff2') format('woff2'), url('../fonts/MontserratAlternates-Light.woff') format('woff'), url('../fonts/MontserratAlternates-Light.ttf') format('truetype'), url('../fonts/MontserratAlternates-Light.svg#MontserratAlternates-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
.container {
  width: 100%;
  float: left;
  max-width: 1235px;
  padding-left: 15px;
  padding-right: 15px;
}
body {
  font-family: Montserrat;
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
}
body a,
body p {
  color: #000;
}
header {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
header .container {
  display: flex;
}
.h_logo {
  width: 100%;
  float: left;
  max-width: 193px;
}
.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_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 193px);
  padding-left: 57px;
}
.h_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  align-items: center;
}
.h_nav {
  width: auto;
  float: left;
}
.h_nav_list {
  width: auto;
  float: left;
}
.h_nav_list li {
  width: auto;
  float: left;
}
.h_nav_list li:not(:last-child) {
  margin-right: 10px;
}
.h_nav_list li span,
.h_nav_list li a {
  width: auto;
  font-family: Montserrat Alternates;
  float: left;
  font-weight: 500;
  transition: .3s;
  font-size: 12px;
  text-decoration: none;
  line-height: 15px;
}
.h_nav_list li.active span,
.h_nav_list li a:hover {
  color: #501D7D;
}
.h_call {
  width: auto;
  float: left;
  margin-top: 1px;
}
.h_call a {
  width: auto;
  float: left;
  transition: .3s;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-family: Montserrat Alternates;
}
.h_call a:hover {
  color: #501D7D;
}
.h_call a:not(:last-child) {
  margin-right: 24px;
}
.h_lang {
  width: auto;
  float: left;
  position: relative;
}
.h_user {
  width: auto;
  float: left;
}
.h_user a {
  width: auto;
  float: left;
  transition: .3s;
}
.h_user a:hover {
  opacity: 0.7;
}
.h_user a svg {
  width: auto;
  float: left;
  transition: .3s;
}
.h_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
}
.h_bottom_left {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  position: relative;
}
.h_bottom_left a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  transition: .3s;
  text-decoration: none;
  font-family: Montserrat Alternates;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 20px;
  font-size: 18px;
}
.active_lang{
  display: block;
  width: 100%;
  max-width: 42px;
  cursor: pointer;
}
.active_lang img{
  display: block;
  width: 100%;
}
.lang_selector{
  display: none;
  position: absolute;
  top: 34px;
  left: 0px;
  width: 42px;
  background: #fff;
  z-index: 222;
}
.lang_selector.active{
  display: block;
}
.lang_selector a{
  display: block;
  width: 100%;
}
.lang_selector a.lang_hidden{
  display: none;
}
.lang_selector a img{
  display: block;
  width: 100%;
}
.lang_selector a:hover{
  opacity: 0.8;
}
.h_bottom_left a:not(:last-child) {
  margin-right: 35px;
}
.h_bottom_left a:hover {
  color: #501D7D;
}
.h_bottom_left a:hover svg {
  transform: rotate(360deg);
}
.h_bottom_left a svg {
  margin-right: 18px;
  transition: .3s;
}
.h_bottom_right {
  display: flex;
  align-items: center;
}
.h_main_link {
  width: auto;
  float: left;
}
.h_main_link:not(:last-child) {
  margin-right: 40px;
}
.h_main_link a {
  width: auto;
  float: left;
  transition: .3s;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
.h_main_link a:hover {
  opacity: 0.7;
}
.h_main_link a svg {
  width: auto;
  float: left;
  transition: .3s;
}
.h_main_link a p {
  font-family: Montserrat Alternates;
  color: #501D7D;
  font-weight: 500;
  margin-left: 15px;
}
.like_link--active svg path {
  fill: #501D7D;
}
.like_link--active span {
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  padding-top: 1px;
  text-align: center;
  font-family: Montserrat Alternates;
}
.basket_link {
  margin-right: 0!important;
}
.basket_link span {
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 14px;
  min-width: 14px;
  left: 63%;
  top: -5px;
  padding: 2px;
  transform: translateX(-50%);
  text-align: center;
  background: #501D7D;
  border-radius: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: Montserrat Alternates;
}
.basket_link_cart {
  width: auto;
  position: relative;
}
.selectric-lang_select .selectric {
  background: none;
  border: none;
}
.selectric-lang_select .selectric .button {
  width: 10px;
  height: 5px;
  height: 100%;
  background: url(../img/select_arrow.svg) center no-repeat;
}
.selectric-lang_select .selectric .button:after {
  display: none;
}
.selectric-lang_select .selectric .label {
  color: #501D7D;
  font-weight: 500;
  margin: 0;
  padding-left: 5px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  font-family: Montserrat Alternates;
}
.selectric-lang_select .selectric-items li {
  padding: 5px;
  color: #501D7D;
  font-family: Montserrat Alternates;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}
.m_banner {
  display: flex;
  width: 100%;
  float: left;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 10px;
}
.m_banner_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
}
.m_banner_small {
  width: 100%;
  float: left;
  max-width: 286px;
}
.m_banner_big {
  width: 100%;
  float: left;
  max-width: calc(100% - 286px);
  padding-right: 20px;
}
.m_banner_big_list {
  width: 100%;
  float: left;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #DBDBDB;
}
.m_banner_big_list li {
  width: 100%;
  float: left;
}
.m_banner_big_list li a {
  width: 100%;
  float: left;
  border-radius: 20px;
  overflow: hidden;
}
.m_banner_big_list li a img {
  width: 100%;
  float: left;
  height: 410px;
  object-fit: cover;
}
.m_banner_big_list .slick-dots {
  bottom: 15px;
  justify-content: flex-end;
  padding-right: 15px;
}
.m_banner_big_list .slick-dots li {
  border-color: #501D7D;
}
.m_banner_big_list .slick-dots li.slick-active {
  background-color: #501D7D;
}
.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  float: left;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  border: 2px solid #501D7D;
  box-sizing: border-box;
  border-radius: 100%;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
  background: none;
  transition: .3s;
}
.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: #501D7D;
}
.event_catalog {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  float: left;
}
.event_catalog li {
  width: 100%;
  float: left;
  max-width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
  overflow: hidden;
}
.event_catalog li > a {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.event_catalog li:hover .event_catalog_img:after,
.event_catalog li:hover .event_catalog_img:before {
  opacity: 1;
  left: 0;
}
.event_catalog .slick-track {
  padding-top: 20px;
}
.event_catalog .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  float: left;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.event_catalog .slick-dots li {
  width: 12px;
  height: 12px;
  border: 2px solid #501D7D;
  box-sizing: border-box;
  border-radius: 100%;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
  background: none;
  transition: .3s;
}
.event_catalog .slick-dots li button {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 100%;
  background: none;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
}
.event_catalog .slick-dots li.slick-active {
  background-color: #501D7D;
}
.event_catalog--banner {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.event_catalog--banner li {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.event_catalog_img {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  height: 300px;
}
.event_catalog_img:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: .3s;
  opacity: 0;
  background: linear-gradient(0deg, rgba(80, 29, 125, 0.3), rgba(80, 29, 125, 0.3));
}
.event_catalog_img:before {
  width: 100%;
  float: left;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  transition: .3s;
  opacity: 0;
  z-index: 2;
  left: -500px;
  background: url("../img/play.svg") center no-repeat;
}
.event_catalog_img img {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  object-fit: cover;
}
.event_catalog_info {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 10px 10px 10px;
}
.event_catalog_info p {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 500;
  margin-bottom: 13px;
}
.event_catalog_info .event_name {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 13px;
}
.event_catalog_info a {
  text-align: center;
  text-decoration: none;
  color: #501D7D;
  font-weight: 500;
  position: relative;
  z-index: 4;
  transition: .3s;
}
.event_catalog_info a:hover {
  text-decoration: underline;
}
.m_tags {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.m_tags_list {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_tags_list li {
  width: calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  max-width: 330px;
}
.m_tags_list li a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: 500;
  color: #501D7D;
  justify-content: space-between;
  text-decoration: none;
  margin-bottom: 20px;
}
.m_tags_list li a svg {
  margin-left: 10px;
}
.m_tags_list li a:hover {
  font-weight: 600;
}
.m_tags_list li p {
  width: 100%;
  float: left;
}
.m_about_us {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.m_about_us_wrap {
  width: 100%;
  float: left;
}
.block_head {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}
.block_head a {
  text-decoration: none;
  font-weight: 500;
  color: #501D7D;
  margin-left: 70px;
}
.block_head a:hover {
  text-decoration: underline;
}
.block_title {
  width: auto;
  float: left;
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height, or 80% */
  color: #000000;
}
.m_about_us_body {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.m_about_us_body:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  content: "";
  width: 100%;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.m_about_us_body.nogradient:after{
  display: none;
}
.m_about_us_body p {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.hide_about_text {
  display: none;
}
.read_more {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  transition: .3s;
  text-decoration: none;
  color: #501D7D;
  font-weight: 500;
}
.read_more svg {
  margin-left: 15px;
  transition: .3s;
}
.read_more:hover {
  text-decoration: underline;
}
.read_more:hover svg {
  margin-left: 20px;
}
.m_about_us_body--visible:after {
  display: none;
}
footer {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  border-top: 1px solid #501D7D;
}
.f_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
  padding-top: 22px;
}
.f_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.f_top_wrap_left {
  width: 100%;
  float: left;
  max-width: 185px;
}
.f_logo {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.f_logo span,
.f_logo a {
  width: 100%;
  float: left;
}
.f_logo span img,
.f_logo a img {
  width: 100%;
  float: left;
  height: auto;
}
.f_soc_list {
  width: 100%;
  float: left;
  display: flex;
}
.f_soc_list li {
  width: auto;
  float: left;
}
.f_soc_list li:not(:last-child) {
  margin-right: 28px;
}
.f_soc_list li a {
  width: 26px;
  float: left;
  transition: .3s;
}
.f_soc_list li a:hover {
  transform: translateY(-3px);
}
.f_soc_list li a svg {
  width: 100%;
  float: left;
  height: auto;
}
.m_contacts_top_left .f_soc_list{
  max-width: 200px;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.m_contacts_top_left .f_soc_list li{
  width: 50%;
}
.m_contacts_top_left .f_soc_list li a{
  display: block;
  height: 26px;
  float: none;
  margin: 0px auto 20px auto;
}
.m_contacts_top_left .f_soc_list li:not(:last-child){
  margin: 0px;
}
.f_top_wrap_links {
  width: 100%;
  float: left;
  max-width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}
.f_top_wrap_links a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  transition: .3s;
  text-decoration: none;
  font-family: Montserrat Alternates;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
}
.f_top_wrap_links a:hover {
  color: #501D7D;
}
.f_top_wrap_links a:hover svg {
  transform: rotate(360deg);
}
.f_top_wrap_links a svg {
  margin-right: 18px;
  transition: .3s;
}
.f_top_wrap_nav {
  width: 100%;
  float: left;
  max-width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 24px;
}
.f_top_wrap_nav_list {
  width: 100%;
  float: left;
}
.f_top_wrap_nav_list li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.f_top_wrap_nav_list li span,
.f_top_wrap_nav_list li a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
}
.f_top_wrap_nav_list li.active span,
.f_top_wrap_nav_list li a:hover {
  color: #501D7D;
  text-decoration: underline;
}
.f_top_wrap_adress {
  width: 100%;
  float: left;
  max-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 50px;
  padding-top: 24px;
  background: url("../img/map_icon.svg") top left no-repeat;
  background-position: 10px 24px;
}
.f_top_wrap_adress p {
  width: 100%;
  float: left;
  font-family: Montserrat Alternates;
}
.f_top_wrap_right {
  width: 100%;
  float: left;
  max-width: 190px;
  padding-top: 24px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.f_top_wrap_right > a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}
.f_top_wrap_right > a:hover {
  color: #501D7D;
  text-decoration: underline;
}
.footer_call {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 18px;
  background: url("../img/call_icon.svg") top left no-repeat;
}
.footer_call a {
  width: auto;
  margin-bottom: 4px;
  float: left;
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  transition: .3s;
}
.footer_call a:hover {
  color: #501D7D;
}
.f_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #501D7D;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer {
  flex-direction: column;
}
.f_bottom_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f_bottom_wrap_left {
  width: auto;
  float: left;
}
.f_bottom_wrap_left p {
  width: auto;
  float: left;
  font-family: Montserrat;
  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_left p a {
  transition: .3s;
  color: #FFF;
  margin-left: 3px;
  text-decoration: none;
}
.f_bottom_wrap_left p a:hover {
  opacity: 0.7;
}
.f_bottom_wrap_center {
  width: auto;
  float: left;
}
.f_bottom_wrap_center a {
  color: #FFF;
  text-decoration: none;
  transition: .3s;
}
.f_bottom_wrap_center a:hover {
  opacity: 0.7;
}
.f_bottom_wrap_right {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.f_bottom_wrap_right img {
  width: auto;
  float: left;
}
.f_bottom_wrap_right img:not(:last-child) {
  margin-right: 30px;
}
.m_events {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.m_events_wrap {
  width: 100%;
  float: left;
}
.slick_arrow {
  width: 7px;
  height: 14px;
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  top: -55px;
  cursor: pointer;
}
.slick_arrow svg {
  width: 100%;
  float: left;
  height: auto;
}
.slick_arrow svg path {
  fill: #501D7D;
  transition: .3s;
}
.slick-prev_arrow {
  right: 72px;
}
.slick-next_arrow {
  right: 15px;
}
.m_front_catalog {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.m_front_catalog .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  float: left;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.m_front_catalog .slick-dots li {
  width: 12px;
  height: 12px;
  border: 2px solid #501D7D;
  box-sizing: border-box;
  border-radius: 100%;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
  background: none;
  transition: .3s;
}
.m_front_catalog .slick-dots li button {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 100%;
  background: none;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
}
.m_front_catalog .slick-dots li.slick-active {
  background-color: #501D7D;
}
.m_front_catalog_wrap {
  width: 100%;
  float: left;
}
#sorting .selectric-wrapper{
  margin-left: 15px;
}
.catalog_list {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  float: left;
}
.catalog_list li {
  width: calc(100% / 4 - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
  overflow: hidden;
  transition: .3s;
}
.catalog_list li:hover {
  -webkit-box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.75);
}
.catalog_list li > a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.slick-track {
  min-width: 100%;
}
.catalog_list_img {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 220px;
}
.m_catalog_list--modific .catalog_list_img {
  min-height: 120px;
}
.catalog_list_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_tovar_special_status {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
}
.m_tovar_special_status span {
  width: auto;
  float: left;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 20px 0px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
}
.m_tovar_special_status .popular {
  background: #501D7D;
}
.m_tovar_special_status .action {
  background: #C41D1D;
}
.m_tovar_special_status .new {
  background: #1DA93E;
}
.m_tovar_rating {
  position: absolute;
  right: 10px;
  top: 6px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.m_tovar_rating span {
  font-size: 12px;
  line-height: 20px;
  margin-left: 7px;
}
.catalog_list_info {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog_list_info p {
  width: 100%;
  float: left;
  text-align: center;
  min-height: 90px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}
.catalog_list_footer {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
}
.catalog_list_footer > div {
  width: 50%;
}
.catalog_list_footer_left {
  padding-right: 10px;
}
.catalog_list_footer_left span {
  width: 100%;
  float: left;
}
.catalog_list_footer_left span.old_price{
  text-decoration: line-through;
}
.catalog_list_footer_right {
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.catalog_list_footer_right a {
  width: auto;
  float: left;
  position: relative;
  z-index: 3;
}
.catalog_list_footer_right a:not(:last-child) {
  margin-right: 30px;
}


a.product_buy svg path {
  transition: .3s;
}
a.product_buy:hover svg path {
  fill: #501D7D;
}

.catalog_list_footer_right a svg path {
  transition: .3s;
}
.catalog_list_footer_right a:hover svg path {
  fill: #501D7D;
}
.catalog_list_footer_right .card_like_tovar--active svg path {
  fill: #501D7D;
}
.catalog_list_footer_right .card_tovar_cart--active svg path {
  fill: #501D7D;
}
.catalog_list--slider .slick-arrow {
  top: -41px;
}
.catalog_list--slider .slick-track {
  padding-top: 20px;
}
.block_head--before_slider {
  margin-bottom: 15px;
}
.breadcrumbs {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #DBDBDB;
}
.breadcrumbs_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs_list li {
  width: auto;
  float: left;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.breadcrumbs_list li a {
  width: auto;
  float: left;
  transition: .3s;
  font-size: 12px;
  text-decoration: none;
  color: #9F9F9F;
}
.breadcrumbs_list li a:hover {
  color: #501D7D;
}
.breadcrumbs_list li:not(:last-child) {
  margin-right: 45px;
  position: relative;
}
.breadcrumbs_list li:not(:last-child):before {
  position: absolute;
  right: -24px;
  top: 45%;
  width: 5px;
  height: 5px;
  content: "";
  background: #9F9F9F;
  border-radius: 100%;
  transform: translateY(-50%);
}
.m_catalog {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_catalog_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
}
.m_filter {
  width: 100%;
  float: left;
  max-width: 280px;
}
.m_catalog_body {
  width: 100%;
  float: left;
  max-width: calc(100% - 280px);
  padding-left: 30px;
}
.m_catalog_body_big{
  max-width: calc(100%);
}
.m_catalog_tags {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  flex-direction: row;
}
.m_catalog_tags li {
  width: calc( 100% / 8 - 10px);
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  vertical-align@: top;
}
.m_catalog_tags li p{
  word-break: break-all;
}
.m_catalog_tags.catalog_tags_big li{
  width: calc( 100% / 6 - 10px);
}
.m_catalog_tags li a {
  width: auto;
  float: left;
  transition: .3s;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}
.m_catalog_tags a span.cat_inner_img{
  overflow: hidden;
  display: block;
  width: 100%;
}
.m_catalog_tags a img{
  display: block;
  transition:0.3s;
  width: 100%;
}
.m_catalog_tags a:hover img{
  transform:scale(1.1);
}
.m_catalog_tags li a:hover {
  color: #501D7D;
}
.m_catalog_tags li a span {
  font-weight: 600;
  color: #501D7D;
}
/*
.catalog_list--page li {
  width: calc(33.333% - 30px);
}
*/
.m_catalog_body_head {
  margin-bottom: 25px;
  display: flex;
  width: 100%;
  float: left;
  justify-content: space-between;
  align-items: center;
}
.m_catalog_body_head_left {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.catalog_tovar_kilk {
  font-size: 20px;
  line-height: 24px;
  color: #9F9F9F;
  margin-left: 18px;
}
.m_catalog_body_head_right {
  display: flex;
  align-items: center;
}
.m_catalog_body_head_right > span {
  margin-right: 20px;
  font-weight: 500;
}
.m_catalog {
  margin-bottom: 60px;
}
.ui-widget-content,
.ui-widget-header {
  background: #501D7D;
  border: none;
}
.ui-slider-horizontal {
  height: 4px;
  margin-bottom: 10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 16px;
  height: 16px;
  margin-top: -6px;
  border-radius: 100%;
  border: 4px solid #501D7D;
  background: #fff;
  cursor: pointer;
  position: absolute;
}
.ui-state-default:after,
.ui-widget-content .ui-state-default:after,
.ui-widget-header .ui-state-default:after,
.ui-button:after,
html .ui-button.ui-state-disabled:hover:after,
html .ui-button.ui-state-disabled:active:after {
  position: absolute;
}
.ui-widget.ui-widget-content {
  position: relative;
  margin-top: 30px;
  width: 100%;
  float: left;
  border-color: #fff;
}
.m_catalog_filter_item_togle_range > p > input {
  width: calc(50% - 30px);
  height: 32px;
  border: 1px solid #C0C0C0;
  box-sizing: border-box;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.m_catalog_filter_item_togle_range > p > input:last-child {
  text-align: right;
}
.m_catalog_filter_item_togle_range > p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  align-items: center;
  position: relative;
}
.m_catalog_filter_item_togle_range > p:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 1px;
  width: 24px;
  background: #C0C0C0;
  margin-left: -12px;
}
.m_filter {
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 30px 20px 0 20px;
}
.m_filter_title{
  width: auto;
  float: left;
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.m_filter_categor {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
.m_filter_categor_list {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.m_filter_categor_list li {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
}
.m_filter_categor_list li:after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  display: block;
}
.m_filter_categor_list li:first-child:after {
  background-color: #000;
}
.m_filter_categor_list li:nth-child(2):after {
  background: #501D7D;
}
.m_filter_categor_list li:nth-child(3):after {
  background: #1DA93E;
}
.m_filter_categor_list li:nth-child(4):after {
  background: #C41D1D;
}
.m_filter_categor_list li:not(:last-child) {
  margin-bottom: 15px;
}
.m_filter_categor_list li a {
  width: auto;
  float: left;
  color: #9F9F9F;
  font-weight: 500;
  transition: .3s;
  line-height: 17px;
  text-decoration: none;
}
.m_filter_categor_list li a:hover {
  color: #501D7D;
}
.m_filter_categor_list li .m_filter_categor_list--active {
  color: #000;
}
.m_filter_item {
  width: 100%;
  float: left;
  border-top: 1px solid #DBDBDB;
}
.m_filter_item_head {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: space-between;
  cursor: pointer;
}
.m_filter_item_head span {
  padding-right: 10px;
}
.m_filter_item_head svg {
  transition: .3s;
  transform: rotate(180deg);
}
.m_filter_item_head:hover span {
  color: #501D7D;
}
.m_filter_item_head--active svg {
  transform: rotate(0deg);
}
.m_filter_item_body {
  padding-bottom: 30px;
  width: 100%;
  float: left;
  display: none;
}
.m_filter_item_list {
  width: 100%;
  float: left;
}
.m_filter_item_list li {
  width: 100%;
  float: left;
  position: relative;
}
.m_filter_item_list li:not(:last-child) {
  margin-bottom: 10px;
}
.m_filter_item_list li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.m_filter_item_list li label {
  width: auto;
  float: left;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.m_filter_item_list li label:hover {
  color: #501D7D;
}
.m_filter_item_list li label:after {
  position: absolute;
  width: 13px;
  height: 13px;
  content: "";
  left: 0;
  top: 3px;
  transition: .3s;
  border: 1px solid #C0C0C0;
  box-sizing: border-box;
  border-radius: 2px;
}
.m_filter_item_list li label:before {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  background: #501D7D;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.m_filter_item_list li label span {
  width: auto;
  float: left;
  padding-left: 24px;
  font-size: 17px;
}
.m_filter_item_list li input:checked + label:before {
  opacity: 1;
  visibility: visible;
}
.m_catalog_pag {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_catalog_pag_reload {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: .3s;
}
.m_catalog_pag_reload svg {
  margin-right: 30px;
}
.m_catalog_pag_reload svg path {
  transition: .3s;
}
.m_catalog_pag_reload:hover {
  color: #501D7D;
}
.m_catalog_pag_reload:hover svg path {
  stroke: #501D7D;
}
.m_pagin {
  width: auto;
  float: left;
}
.m_pagin span {
  color: #9F9F9F;
}
.m_pagin li {
  width: auto;
  float: left;
}
.m_pagin li:not(:last-child) {
  margin-right: 10px;
}
.m_pagin li a {
  width: auto;
  float: left;
  transition: .3s;
  text-decoration: none;
  color: #9F9F9F;
}
.m_pagin li a:hover {
  color: #501D7D;
}
.m_pagin li .m_pagin--active {
  font-weight: 600;
  color: #000!important;
}

.selectric-main_select .selectric {
  min-width: 210px;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
  background: none;
}
.selectric-main_select_pp .selectric{
  min-width: 50px;
}
.selectric-main_select .selectric .button {
  background: none;
  background: url(../img/select_arrow_def.svg) center no-repeat;
}
.selectric-main_select .selectric .button:after {
  background: none;
}
.selectric-main_select .selectric .label {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 30px;
  height: 38px;
  line-height: 38px;
  background: none;
}
.selectric-main_select .selectric-items {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 7px;
  top: 0;
  box-shadow: none;
}
.selectric-main_select .selectric-items li {
  padding-top: 2px;
  padding-bottom: 2px;
  background: none;
  color: #000;
}
.selectric-main_select .selectric-items li:hover {
  color: #501D7D;
}
.selectric-main_select .selectric-items li.selected {
  color: #000;
  font-weight: 600;
  background: none;
}
.selectric-main_select.selectric-open .selectric {
  border-color: transparent;
}
.m_mob_filter {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  display: none;
}
.close_filter {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 18px;
  padding: 0;
  background: none;
  border: none;
  display: none;
  cursor: pointer;
}
.close_filter svg {
  width: 100%;
}
.close_filter svg path {
  fill: #501D7D;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.m_catalog_menu {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 0;
  transform: translateY(100%);
  background: #FFFFFF;
  border-radius: 20px;
  z-index: 50;
  padding: 11px 0;
  overflow: hidden;
  transition: 0s;
  opacity: 0;
  visibility: hidden;
}
.m_catalog_menu--active {
  opacity: 1;
  visibility: visible;
  transition: .1s;
}
header .container {
  position: relative;
}
.m_ovarlay {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.15);
}
.catalog_link {
  position: relative;
  z-index: 11;
}
.catalog_link:after {
  width: 100%;
  float: left;
  position: absolute;
  height: 50px;
  bottom: -50px;
  left: 0;
  content: "";
  z-index: 11;
}
.m_ovarlay--active {
  visibility: visible;
  opacity: 1;
  transition: .1s;
}
.m_catalog_menu_left {
  width: 100%;
  float: left;
  max-width: 280px;
}
.m_catalog_menu_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 280px);
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
.m_catalog_menu_right_item {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
}
.m_catalog_menu_right_item_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.m_catalog_menu_right_item_list > li {
  width: calc(20% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  position: relative;
}
.m_catalog_menu_right_item_list > li a {
  text-decoration: none;
  transition: .3s;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  float: left;
  display: flex;
}
.m_catalog_menu_right_item_list > li > a,
.m_catalog_menu_right_item_list > li span {
  width: 100%;
  float: left;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  position: relative;
}
.m_catalog_menu_right_item_list > li a:hover {
  color: #501D7D;
}
.m_catalog_menu_right_item_list_inside {
  width: 100%;
  float: left;
  display: none;
}
.menu_visible .m_catalog_menu_right_item_list_inside{
  display: block;
}
.m_catalog_menu_right_item_list_inside li {
  width: 100%;
  float: left;
}
.m_catalog_menu_list {
  width: 100%;
  float: left;
}
.m_catalog_menu_list li {
  width: 100%;
  float: left;
}
.m_catalog_menu_list li a {
  width: 100%;
  float: left;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #000000;
  text-decoration: none;
  transition: .3s;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.m_catalog_menu_list li .m_catalog_menu_list--active {
  color: #501D7D;
  background: #C4C4C4;
}
.m_catalog_menu_list li .m_catalog_menu_list--active:after {
  background: url("../img/c_menu_arrow_mod.svg") center no-repeat;
}
.m_catalog_menu_list > li > a:after {
  position: absolute;
  right: 10px;
  width: 5px;
  height: 10px;
  background: url("../img/c_m_arrow.svg") center no-repeat;
  content: "";
  top: 50%;
  transition: .3s;
  margin-top: -5px;
}
.m_catalog_menu_list > li > ul{
    display: none;
    position: absolute;
    top: 0px;
    left: 280px;
    background: #fff;
    width: calc( 100% - 280px );
    height: 100%;
    max-height: 100%;
    overflow: auto;
}
.m_catalog_menu_list > li:hover > ul{
  display: block;
}
.m_catalog_menu_right_item_list li .open_subm{
  position: absolute;
  right: 10px;
  top: 3px;
  width: 30px;
  height: 20px;
  background: url(../img/c_m_arrow.svg) center no-repeat;
  content: "";
  transition: .3s;
  margin-top: -5px;
  transform: rotate(90deg);
  cursor: pointer;
  z-index: 1;
}
.m_catalog_menu_right_item_list li .open_subm:hover{
  background: url(../img/c_menu_arrow_mod.svg) center no-repeat;
}
.m_catalog_menu_right_item_list li.menu_visible .open_subm{
  transform: rotate(-90deg);
  background: url(../img/c_menu_arrow_mod.svg) center no-repeat;
}



.m_catalog_menu_right_item {
  display: none;
  width: 100%;
  float: left;
}
.m_catalog_menu_right_item--active {
  display: block;
}
.h_top_right {
  display: flex;
  align-items: center;
}
.h_top_right_sett {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.h_top_right_sett .h_user {
  margin-left: 20px;
}
.menu_toggle {
  display: flex;
  align-items: center;
  width: auto;
  float: left;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: none;
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  color: #000000;
}
.menu_toggle p {
  margin-right: 18px;
  margin-top: -2px;
}
.menu_toggle p span {
  width: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
  height: 2px;
  border-radius: 2px;
  background: #501D7D;
  display: block;
}
.mob_logo {
  display: none;
  width: 100%;
  float: left;
  justify-content: center;
  align-items: center;
}
.mob_logo span,
.mob_logo a {
  width: auto;
  float: left;
  max-width: 300px;
}
.mob_logo span img,
.mob_logo a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.m_card_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_card_page_wrap {
  width: 100%;
  float: left;
}
.m_card_page_top {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.m_card_gallery {
  width: 100%;
  float: left;
  max-width: 485px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.m_card_gallery .m_tovar_special_status {
  z-index: 10;
}
.m_card_tovar_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 485px);
  padding-left: 30px;
  padding-top: 15px;
}
.m_card_tovar_info_head {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 10px;
}
.tovar_name {
  width: 100%;
  float: left;
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  /* identical to box height, or 125% */
  display: flex;
  align-items: center;
  color: #000000;
}
.m_card_page_rating {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_card_page_rating span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin-left: 7px;
  color: #000000;
}
.m_card_tovar_info_body {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 15px;
  flex-direction:column;
}
.m_card_tovar_info_body_left {
  width: 100%;
  padding-right: 0px;
}
.m_card_tovar_info_body_right {
  width: 100%;
  float: left;
}
.m_card_tovar_info_body_right p {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}
.m_card_tovar_info_body_right ul li {
  font-size: 12px;
  line-height: 20px;
}
.m_card_page_price {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.m_card_page_price span {
  font-size: 25px;
  font-weight: 600;
  color: #501D7D;
}
.m_card_page_price .m_card_page_price_old {
  margin-left: 30px;
  font-weight: 500;
  font-size: 18px;
  text-decoration-line: line-through;
  color: #C0C0C0;
}
.m_card_page_cahr_list {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.m_card_page_cahr_list li {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
}
.m_card_page_cahr_list li:not(:last-child) {
  margin-bottom: 10px;
}
.m_card_page_cahr_list_left {
  width: 50%;
  padding-right: 10px;
}
.m_card_page_cahr_list_left span {
  width: 100%;
  float: left;
  font-weight: 600;
}
.m_card_page_cahr_list_right {
  width: 50%;
}
.m_card_page_cahr_list_right p {
  width: 100%;
  float: left;
  color: #000000;
}
.m_card_page_add_like {
    width: auto;
    float: left;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: .3s;
    color: #9F9F9F;
    font-weight: 500;
    margin-bottom: 5px;
}
.m_card_page_add_like svg {
  margin-right: 18px;
}
.m_card_page_add_like svg path {
  transition: .3s;
}
.m_card_page_add_like.m_catalog_list_bottom_links--active,
.m_card_page_add_like:hover {
  color: #501D7D;
}

.m_card_page_add_like.m_catalog_list_bottom_links--active svg path,
.m_card_page_add_like:hover svg path {
  fill: #501D7D;
  stroke: #501D7D;
}
.m_card_top_kilk_buy {
  width: 100%;
  float: left;
}
.m_card_top_kilk_buy form {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.m_card_page_info_list_title{
  width: 100%;
  float: left;
  font-weight: 600;
  margin-bottom: 5px;
}
.m_card_page_info_list_wrap{
  max-height: 320px;
  display: block;
  overflow-y: scroll;
  width: 100%;
  overflow-x: hidden;
}
.m_card_page_info_list_wrap .color_card_list{
  display: flex;
  flex-wrap: wrap;
  float: left;
  flex-direction: column;
  width: 100%;
}
.m_card_page_info_list_wrap .color_card_list li{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  float: left;
  flex-direction: row;
  align-content: space-between;
  align-items: center;
  justify-content: space-between;
}
.m_card_page_info_list_wrap .color_card_list .product_color_image{

  padding: 2px;
}
.m_card_page_info_list_wrap .color_card_list .product_color_image img{
  width: 100%;
  display: block;
}
.m_card_page_info_list_wrap .color_card_list .product_name{
  font-size: 13px;
  text-decoration: none;
  padding: 5px;
  width: 280px;
  overflow: hidden;
}
.m_card_page_info_list_wrap .color_card_list .product_buy{
  margin-right: 20px;
}

.main_form_but {
  width: auto;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  background: #501D7D;
  border-radius: 20px;
  padding: 0;
  border: none;
  min-height: 40px;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  border: 2px solid #501D7D;
  transition: .3s;
}
.main_form_but:hover {
  background: none;
  color: #501D7D;
}
.m_kilk_wrap {
  width: 100%;
  max-width: 94px;
  float: left;
  display: flex;
  align-items: center;
  border: 1px solid #C0C0C0;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 30px;
}
.counter {
  width: 40px;
  float: left;
}
.counter input {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Montserrat;
  height: 38px;
  border: none;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.minus,
.plus {
  width: 27px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.minus svg path,
.plus svg path {
  transition: .3s;
}
.minus:hover svg path,
.plus:hover svg path {
  fill: #501D7D;
}
.fancybox-image {
  width: auto!important;
  max-width: 100%!important;
  height: auto;
}
.fancybox-image-wrap {
  max-width: 100%!important;
}
.m_card_main_slider {
  width: 100%;
  float: left;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.m_card_main_slider li {
  width: 100%;
  float: left;
  height: 485px;
  cursor: pointer;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
.m_card_main_slider li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_card_nav_slider {
  width: 100%;
  float: left;
  padding-left: 28px;
  padding-right: 28px;
}
.m_card_nav_slider li {
  width: 100%;
  float: left;
  height: 100px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  transition: .3s;
  cursor: pointer;
}
.m_card_nav_slider li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_card_nav_slider li:hover {
  border: 1px solid #501D7D;
}
.m_card_nav_slider li.slick-current {
  border: 1px solid #501D7D;
}
.m_card_nav_slider .slick_arrow {
  top: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
}
.m_card_nav_slider .slick_arrow svg {
  width: auto;
  float: left;
  height: auto;
}
.m_card_nav_slider .slick_arrow svg path {
  fill: #DBDBDB;
  transition: .3s;
}
.m_card_nav_slider .slick_arrow:hover svg path {
  fill: #501D7D;
}
.m_card_nav_slider .slick-next_arrow {
  right: 0;
}
.m_card_nav_slider .slick-prev_arrow {
  left: 0;
}
.m_card_tovar_info_bottom {
  width: 100%;
  margin-top: 5px;
  float: left;
  margin-bottom: 15px;
}
.m_card_tovar_info_bottom p {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
}
.one_click_buy {
  width: 100%;
  float: left;
  max-width: 420px;
  padding-right: 4px;
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.one_click_buy input {
  width: 100%;
  float: left;
  height: 44px;
  padding: 0 15px;
  border: none;
  border-radius: 20px;
}
.one_click_buy button {
  white-space: nowrap;
}
.main_form_but_mod {
  padding-left: 30px;
  padding-right: 30px;
  min-height: 38px;
}
.m_card_page_bottom_tabs_cont {
  display: none;
}
.m_card_page_bottom_tabs_cont--active {
  display: block;
}
.m_card_page_bottom {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
.m_card_page_bottom_info {
  width: 100%;
  max-width: calc(100% - 490px);
  padding-right: 20px;
}
.m_card_page_bottom_review {
  width: 100%;
  float: left;
  max-width: 410px;
}
.m_card_page_bottom_tabs {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 35px;
}
.m_card_page_bottom_tabs li {
  width: auto;
  float: left;
}
.m_card_page_bottom_tabs li:not(:last-child) {
  margin-right: 50px;
}
.m_card_page_bottom_tabs li a {
  width: auto;
  float: left;
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  /* identical to box height, or 111% */
  text-decoration: none;
  color: #9F9F9F;
  transition: .3s;
}
.m_card_page_bottom_tabs li a:hover {
  color: #000;
}
.m_card_page_bottom_tabs li a.m_card_page_bottom_tabs--active {
  color: #501D7D!important;
}
.m_card_page_bottom_tabs_wrap {
  width: 100%;
  float: left;
}
.m_card_page_bottom_tabs_cont > p {
  margin-bottom: 10px;
}
.m_tovar_all_char {
  width: 100%;
  float: left;
}
.m_tovar_all_char li {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.m_tovar_all_char li:not(:last-child) {
  margin-bottom: 15px;
}
.m_tovar_all_char li:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
  content: "";
  display: block;
}
.m_tovar_all_char_left {
  width: 100%;
  float: left;
  max-width: 150px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}
.m_tovar_all_char_left span {
  font-weight: 600;
}
.m_tovar_all_char_right {
  width: 100%;
  float: left;
  max-width: 150px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}
.review_star_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.review_star_list li {
  width: 100%;
  float: left;
  max-width: 23px;
  margin-right: 2px;
}
.review_star_list li svg {
  width: 100%;
  float: left;
  height: auto;
}
.review_star_list li svg path {
  fill: #C4C4C4;
  transition: .3s;
}
.review_star_list .review_star_list_active svg path {
  fill: #FF8A00;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.review_star--active_btn svg path {
  fill: #FF8A00!important;
}
.review_star_list_dinamic--active svg path {
  fill: #FF8A00!important;
}
.m_card_page_bottom_review_cont {
  display: none;
}
.m_card_page_bottom_review_cont .m_catalog_pag_reload svg {
  max-width: 21px;
  margin-right: 17px;
}
.m_card_page_bottom_review_cont--active {
  display: block;
}
.m_card_page_bottom_review_tabs {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.m_card_page_bottom_review_tabs li {
  width: auto;
  float: left;
}
.m_card_page_bottom_review_tabs li a {
  width: auto;
  float: left;
  transition: .3s;
}
.m_card_page_bottom_review_tabs li a:hover {
  text-decoration: none;
  color: #501D7D;
}
.m_card_page_bottom_review_tabs li a.m_card_page_bottom_review_tabs--active {
  color: #501D7D!important;
  text-decoration: none;
}
.m_card_page_bottom_review_tabs li:first-child a {
  font-family: Montserrat Alternates;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  /* identical to box height, or 111% */
  color: #000000;
}
.main_reviews_list {
  width: 100%;
  float: left;
}
.main_reviews_list > li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.main_reviews_list > li .review_star_list {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.main_reviews_list_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.main_reviews_list_head p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.review_form {
  width: 100%;
  float: left;
}
.review_form p {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.main_input {
  width: 100%;
  float: left;
  padding: 0 15px;
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
  box-sizing: border-box;
  border-radius: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  height: 46px;
  color: #000000;
  margin-bottom: 15px;
}
.main_textarea {
  padding: 15px;
  height: 160px;
  resize: none;
}
.review_form_bot {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review_form_bot_stars {
  width: auto;
  float: left;
  display: flex;
  flex-direction: column;
}
.review_form_bot_stars span {
  width: auto;
  float: left;
  margin-bottom: 5px;
  line-height: 17px;
}
.h_search_window {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  height: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: baseline;
  transition: .3s;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  transform: translateX(-110%);
  padding-top: 78px;
}
.h_search_window form {
  width: 100%;
  float: left;
  max-width: 600px;
  position: relative;
}
.h_search_window input {
  margin-bottom: 0;
  padding-right: 50px;
}
.h_search_window--active {
  transform: none;
}
.close_search {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
.h_search_window form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  border-radius: 48px;
  height: 100%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
}
.h_search_window form button svg path {
  transition: .3s;
}
.h_search_window form button:hover svg path {
  stroke: #501D7D;
}



.list_type {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.list_type li {
  width: auto;
  float: left;
  margin-left: 12px;
}
.list_type li a {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_type li a svg {
  width: 100%;
  float: left;
  height: auto;
}
.list_type li a svg path,
.list_type li a svg rect {
  transition: .3s;
  fill: #B9B9B9;
}
.list_type li a:hover path,
.list_type li a:hover rect {
  transition: .3s;
  fill: #501d7d;
}
.list_type li .list_type--active path,
.list_type li .list_type--active rect {
  transition: .3s;
  fill: #501d7d;
}


.m_catalog_list--modific li {
  width: calc(100% - 20px) !important;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.m_catalog_list--modific .catalog_list_img {
  height: 120px;
  max-width: 200px;
}
.m_catalog_list--modific .catalog_list_info {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-top: 25px;
}
.m_catalog_list--modific .catalog_list_info > span {
  text-align: left;
  justify-content: flex-start;
}
.m_catalog_list--modific .catalog_list_footer {
  padding-left: 15px;
  padding-right: 15px;
}
.m_catalog_list--modific .m_catalog_list_status {
  left: 120px;
  top: 5px;
}
.m_catalog_list--modific .catalog_list_img {
  overflow: visible;
  margin-bottom: 0;
}
.m_catalog_list--modific li:hover .catalog_list_img img {
  transform: none;
}
.tpl_color_price{
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #501D7D;
  margin: 0px 10px;
}
.tpl_color_count{
  display: flex;
  width: 50px;
  overflow: hidden;
  height: 38px;
  margin: 0px 10px;
}
.tpl_color_count input{
  width: 100%;
  text-align: center;
  height: 38px;
}
.slick-track,.slick-list{
  min-width: 100%;
}
.search_link,
.like_link,
.map_link{
  display: none;
}



.search_box_desktop{
    margin-right: 30px;
    width: 375px;
    float: left;
    position: relative;
}


.search_box_desktop input{
  margin-bottom: 0;
  padding-right: 50px;
}

.search_box_desktop button{
position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    border-radius: 48px;
    height: 100%;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
}
form.search_box_desktop button:hover svg path {
    stroke: #501D7D;
}

.alert_header{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  display: block;
  background: #00a7db;
  float: left;
  color: #fff;
  text-align: center;
}
.alert_header a{
  text-decoration: underline;
  color: #fff;
}
.alert_header a:hover{
  text-decoration: none;
}
@media (max-width: 1199px) {
  .m_catalog_menu_right_item_list > li > a, .m_catalog_menu_right_item_list > li span{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .m_catalog_tags li {
    margin-bottom: 5px;
  }
  .catalog_list--page li {
    width: calc(50% - 30px);
  }

  .menu_toggle {
    display: flex;
  }
  .basket_link {
    margin-right: 40px!important;
  }
  .h_top {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    background-color: #FFF;
  }
  .h_bottom {
    display: flex;
    flex-direction: column;
    padding-right: 0;
  }
  .h_bottom_left {
    order: 3;
  }
  .h_bottom_right {
    order: 1;
  }
  .h_logo {
    order: 2;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .h_right {
    max-width: 100%;
  }
  .h_call {
    display: flex;
    flex-direction: column;
  }
  .h_top_right {
    width: 100%;
  }
  .h_nav {
    width: 100%;
  }
  .h_nav ul {
    display: flex;
    flex-direction: column;
  }
  .h_nav ul li {
    width: 100%;
    float: left;
  }
  .h_bottom_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .h_right {
    padding-left: 0;
  }
  header {
    padding-bottom: 30px;
  }
  .h_top_right {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  .h_nav_list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .h_nav ul {
    width: 100%;
  }
  .h_top_right_sett {
    margin-left: 0;
    margin-left: -5px;
  }
  .h_call {
    align-items: flex-end;
  }
  .h_call a:not(:last-child) {
    margin-right: 0;
  }
  .h_top {
    top: 40px;
    padding-top: 20px;
    padding-bottom: 22px;
    bottom: initial;
    border-radius: 0px 0px 20px 20px;
    background-color: #FFF;
    z-index: 100;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    transition: .3s;
    -webkit-box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.25);
  }
  .h_top--active {
    visibility: visible;
    opacity: 1;
  }
  .menu_toggle p span {
    transition: .3s;
    position: relative;
  }
  .menu_toggle--active p span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .menu_toggle--active p span:first-child {
    transform: rotate(45deg);
    top: 5px;
  }
  .menu_toggle--active p span:last-child {
    transform: rotate(-45deg);
    top: -5px;
  }
  .h_logo {
    display: none;
  }
  .mob_logo {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
    order: 2;
  }
  .m_catalog_menu_left {
    max-width: 100%;
  }
  .m_catalog_menu {
    bottom: -20px;
  }
  .m_catalog_menu_list--active {
    background: #f4f4f4!important;
  }
  .m_catalog_menu_list--active + div {
    background: #f4f4f4!important;
  }
  .m_catalog_menu_right_item_list > li span {
    font-weight: 500;
    margin-bottom: 5px;
  }
  .m_catalog_menu_right_item_list > li {
    margin-bottom: 15px;
  }
  .m_catalog_menu_right_item_list_inside li a {
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0;
    font-size: 12px;
    padding-left: 0;
  }
  .m_catalog_menu_list > li > a:after {
    transform: rotate(90deg);
    right: 20px;
  }
  .m_catalog_menu_list > li > a.m_catalog_menu_list--active:after {
    transform: rotate(-90deg);
  }
  .m_catalog_menu_list > li > a {
    padding-right: 30px;
  }
  .m_catalog_menu_right_item--active {
    display: none;
  }
  .m_catalog_menu_right_item_list > li:last-child {
    margin-bottom: 5px;
  }
  .m_catalog_menu {
    height: auto;
    max-height: 500px;
    overflow: auto;
  }
  .catalog_link:after {
    display: none;
  }
  .h_bottom_right {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 100;
    order: initial;
    float: left;
    padding: 10px 15px;
  }
  .h_bottom_right {
    transition: .3s;
    border-bottom: 1px solid transparent;
  }
  .header--active .h_bottom_right {
    border-bottom: 1px solid #501D7D;
  }
  .h_bottom_right--active {
    border-bottom: 1px solid #501D7D;
  }
  .mob_logo {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .m_card_tovar_info_body {
    display: flex;
    flex-direction: column;
  }
  .m_card_tovar_info_head {
    margin-bottom: 15px;
  }
  .m_card_tovar_info_body_left {
    width: 100%;
    margin-bottom: 15px;
  }
  .m_card_tovar_info_body_right {
    width: 100%;
  }
  .m_card_page_price {
    margin-bottom: 15px;
  }
  .m_card_page_cahr_list {
    margin-bottom: 20px;
  }
  .m_card_page_add_like {
    margin-bottom: 20px;
  }
  .m_card_page_bottom_info {
    max-width: calc(100% - 410px);
  }
}
@media (max-width: 991px) {
  .alert_header{
    height: auto;
    line-height: 26px;
  }

  .m_catalog_menu_list > li:hover > ul{
    display: none;
  }
  .m_catalog_menu_list > li .m_catalog_menu_list--active + ul{
    display: block;
  }
  .m_catalog_menu_list > li > ul{
    position: relative;
    top: auto;
    left: auto;
    background: #fff;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding-left: 20px;
  }
  .search_box_desktop{
    display: none;
  }
  .search_link,
  .like_link,
  .map_link{
    display: block;
  }
  .m_catalog_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border: none;
    overflow: auto;
    border-radius: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 100;
    padding-top: 50px;
    background-color: #FFF;
    transition: .3s;
    transform: translateX(-110%);
  }
  .m_filter--active {
    transform: none;
  }
  .m_catalog_body {
    max-width: 100%;
    padding-left: 0;
  }
  .m_catalog_body_head {
    margin-bottom: 30px;
  }
  .f_top_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_soc_list {
    display: flex;
    justify-content: center;
  }
  .f_soc_list li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .f_soc_list li:not(:last-child) {
    margin-right: 10px;
  }
  .m_contacts_top_left .f_soc_list{
    
    padding-right: 0px;
  }
  .m_contacts_top_left .f_soc_list li{
    margin: 0px!important;
  }

  .f_top_wrap_links {
    align-items: center;
  }
  .f_top_wrap_adress p {
    text-align: center;
  }
  .f_top_wrap_adress {
    padding-left: 0;
    padding-top: 40px;
    margin-top: 20px;
    padding-right: 0;
    background-position: top center;
    background-position-y: 10px;
  }
  .footer_call {
    padding-left: 0;
    background-position: top center;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .f_top_wrap_right {
    padding-left: 0;
    padding-top: 0;
    align-items: center;
  }
  .f_bottom_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .f_bottom_wrap_center {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .f_top_wrap_nav {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .f_top_wrap_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .f_top_wrap_nav ul li {
    width: auto;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 7px;
  }
  .close_filter {
    display: block;
  }
  .m_mob_filter {
    display: flex;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .open_filter {
    width: auto;
    float: left;
    display: flex;
    align-items: center;
    background: #501D7D;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFF;
    line-height: 34px;
    border: 2px solid #501D7D;
    font-weight: 500;
    transition: .3s;
  }
  .open_filter svg {
    width: 20px;
    margin-right: 15px;
  }
  .open_filter svg path {
    fill: #fff;
  }
  .m_filter_item_head {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m_filter_item_body {
    padding-bottom: 10px;
  }
  .m_filter {
    padding-left: 0;
    padding-right: 0;
  }
  .m_filter_item_head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m_filter_item_body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m_filter_item:last-child {
    border-bottom: 1px solid #DBDBDB;
  }
  .m_banner_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_banner_big {
    max-width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }
  .m_banner_big_list li a img {
    height: 300px;
  }
  .m_card_page_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_card_tovar_info {
    max-width: 100%;
    padding-left: 0;
  }
  .m_card_page_bottom {
    display: flex;
    flex-direction: column;
  }
  .m_card_page_bottom_info {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .m_card_page_bottom_review_tabs {
    margin-bottom: 15px;
  }
  .m_card_page_bottom_review {
    max-width: 100%;
  }
  .m_card_page_bottom_info {
    padding-right: 0;
  }
  .m_card_gallery {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .m_card_main_slider li {
    height: 400px;
  }
  .h_search_window{
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .sorting{
    flex-direction: column;
  }
  .list_type{
    margin-top: 10px;
  }
  .m_catalog_tags li a {
    font-weight: 500;
    font-size: 12px;
  }
  .m_catalog_tags a span.cat_inner_img{
    display: none;
  }
  .m_catalog_tags li{
    width: auto;
  }
   .m_catalog_tags.catalog_tags_big li{
    margin-right: 3px;
    margin-left: 3px;
    width: calc( 100% / 2 - 6px);
  }
  .m_catalog_tags.catalog_tags_big a span.cat_inner_img{
    display: block;
    max-width: 280px;
  }
  .m_catalog_tags.catalog_tags_big li a {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
  }
  .event_catalog li{
    max-width: calc(100% - 30px);
  }
  .m_card_page_info_list_wrap .color_card_list .product_name{
    font-size: 11px;
    width: 130px;
  }
  .tpl_color_price{
    font-size: 12px;
  }
  .m_catalog_body_head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_catalog_body_head_left {
    margin-bottom: 15px;
  }
  .selectric-main_select .selectric {
    min-width: 190px;
  }
  .m_catalog_body_head_right > span {
    margin-right: 10px;
  }
  .m_tags_list li {
    width: 100%;
    max-width: 100%;
  }
  .m_tags_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .m_banner {
    margin-bottom: 35px;
  }
  .block_title {
    font-size: 20px;
  }
  .block_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .block_head a {
    margin-left: 0;
    margin-top: 10px;
  }
  .block_head {
    margin-bottom: 5px;
  }
  .m_about_us {
    margin-bottom: 30px;
  }
  .m_tags {
    margin-bottom: 35px;
  }
  .event_catalog_img {
    height: 215px;
  }
  .m_card_page_bottom_tabs li a {
    font-size: 16px;
  }
  .m_card_page_bottom_tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_card_page_bottom_tabs li {
    margin-bottom: 10px;
  }
  .m_card_page_bottom_tabs li:not(:last-child) {
    margin-right: 0;
  }
  .m_card_page_bottom_tabs {
    margin-bottom: 10px;
  }
  .m_card_tovar_info_head {
    display: flex;
    flex-direction: column;
  }
  .tovar_name {
    margin-bottom: 7px;
  }
  .m_kilk_wrap {
    margin-right: 15px;
  }
  .main_form_but {
    padding-left: 20px;
    padding-right: 20px;
  }
  .review_form p {
    margin-bottom: 10px;
  }
  .main_form_but_mod {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 550px) {
  .catalog_list--page li {
    width: calc(100% - 30px);
  }
  .catalog_list_img {
    height: 215px;
  }
  .m_catalog_pag {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_catalog_pag_reload {
    margin-bottom: 20px;
  }
  .m_catalog {
    margin-bottom: 35px;
  }
  .m_banner_big_list li a img {
    height: 155px;
  }
  .h_main_link a p {
    display: none;
  }
  .basket_link {
    margin: 0!important;
  }
  .h_main_link:not(:last-child) {
    margin-right: 0;
  }
  .h_bottom_left {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
  }
  .h_bottom_left a:not(:last-child) {
    margin-right: 10px;
  }
  .h_bottom_left a {
    font-size: 14px;
  }
  .h_bottom_right {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 100;
    order: initial;
    float: left;
    padding: 10px 15px;
  }
  .h_bottom_right {
    transition: .3s;
    border-bottom: 1px solid transparent;
  }
  .header--active .h_bottom_right {
    border-bottom: 1px solid #501D7D;
  }
  .h_bottom_right--active {
    border-bottom: 1px solid #501D7D;
  }
  .mob_logo {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .m_card_main_slider li {
    height: 300px;
  }
  .m_card_nav_slider li {
    height: 65px;
  }
}
@media (max-width: 370px) {
  .m_catalog_menu {
    max-height: 400px;
  }
}
