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: 'Noto Sans';
  src: url('../fonts/NotoSans.eot');
  src: url('../fonts/NotoSans.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans.woff2') format('woff2'), url('../fonts/NotoSans.woff') format('woff'), url('../fonts/NotoSans.ttf') format('truetype'), url('../fonts/NotoSans.svg#NotoSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI.eot');
  src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-SemiBold.eot');
  src: url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-SemiBold.woff2') format('woff2'), url('../fonts/SegoeUI-SemiBold.woff') format('woff'), url('../fonts/SegoeUI-SemiBold.ttf') format('truetype'), url('../fonts/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Ossem';
  src: url('../fonts/Ossem-Rounded.eot');
  src: url('../fonts/Ossem-Rounded.eot?#iefix') format('embedded-opentype'), url('../fonts/Ossem-Rounded.woff2') format('woff2'), url('../fonts/Ossem-Rounded.woff') format('woff'), url('../fonts/Ossem-Rounded.ttf') format('truetype'), url('../fonts/Ossem-Rounded.svg#Ossem-Rounded') format('svg');
  font-weight: normal;
  font-style: normal;
}
input {
  border-radius: 0;
}
body {
  width: 100%;
  float: left;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  line-height: 1.25;
}
input,
textarea {
  width: 100%;
  float: left;
  border: none;
  font-family: Segoe UI;
  background: none;
  border-bottom: 1px solid #862C84;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.6);
  height: 30px;
}
textarea {
  resize: none;
  height: 100px;
}
.wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
.container {
  width: 100%;
  float: left;
  max-width: 1275px;
  padding-left: 15px;
  padding-right: 15px;
}
header {
  width: 100%;
  float: left;
}
.h_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: rgba(176, 34, 123, 0.75);
  padding-top: 5px;
  padding-bottom: 5px;
}
.h_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  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: 23px;
}
.h_nav_list li span,
.h_nav_list li a {
  width: auto;
  float: left;
  transition: .3s;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
.h_nav_list li span:after,
.h_nav_list li a:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  content: "";
  transition: .3s;
  width: 0;
  background: #FFF;
}
.h_nav_list li span:after,
.h_nav_list li a:hover:after {
  width: 100%;
}
.h_deliv_point {
  width: auto;
  float: left;
}
.selectric {
  width: auto;
  float: left;
  background: none;
  border: none;
  min-width: 170px;
  margin-left: -10px;
}
.selectric .label {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
  height: 20px;
  margin-right: 30px;
}
.selectric-items {
  margin-left: -10px;
}
.selectric .button {
  width: 16px;
  height: 100%;
  right: 10px;
  background: url("../img/select.svg") center no-repeat;
}
.selectric .button:after {
  display: none;
}
.selectric-wrapper {
  width: auto;
  float: left;
}
.selectric-items li {
  font-size: 15px;
  line-height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.h_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.h_bottom_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
}
.h_bottom_left {
  width: 100%;
  float: left;
  max-width: calc(50% - 122px);
}
.h_logo {
  width: 100%;
  float: left;
  max-width: 244px;
  padding-left: 10px;
  padding-right: 10px;
}
.h_logo span,
.h_logo a {
  width: auto;
  float: left;
}
.h_logo span img,
.h_logo a img {
  width: auto;
  float: left;
  max-width: 100%;
  height: auto;
}
.h_bottom_right {
  width: 100%;
  float: left;
  max-width: calc(50% - 122px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.h_search {
  width: 100%;
  float: left;
  max-width: 295px;
}
.h_search_form {
  width: 100%;
  float: left;
  margin-bottom: 17px;
  position: relative;
}
.h_search_form input {
  width: 100%;
  float: left;
  border: none;
  background: none;
  border-bottom: 1px solid #862C84;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.6);
  height: 30px;
  padding-right: 30px;
}
.h_search_form button {
  width: 30px;
  padding: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.h_search_form button svg path {
  transition: .3s;
}
.h_search_form button:hover {
  background: #862C84;
}
.h_search_form button:hover svg path {
  fill: #fff;
}
.h_catalog_menu {
  width: 100%;
  float: left;
}
.h_catalog_menu > li {
  width: auto;
  float: left;
}
.h_catalog_menu > li:hover > a {
  color: #FFF;
  background: #862C84;
}
.h_catalog_menu > li > a {
  width: auto;
  float: left;
  font-family: Ossem;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding-top: 3px;
  padding-bottom: 2px;
  text-decoration: none;
  color: #000000;
  transition: .3s;
  padding-left: 20px;
  padding-right: 20px;
}
.h_bottom_right_top {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.h_lang {
  width: auto;
  float: left;
}
.h_lang li {
  width: auto;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
.h_lang li a {
  width: auto;
  float: left;
  transition: .3s;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: #000;
}
.h_lang li a:hover {
  color: #862C84;
}
.h_lang li a.h_lang--active {
  color: #862C84;
  text-decoration: underline;
}
.h_accounts {
  width: auto;
  float: left;
}
.h_accounts a {
  width: auto;
  float: left;
  margin-left: 35px;
  position: relative;
  max-width: 25px;
  transition: .3s;
}
.h_accounts a span {
  height: 14px;
  min-width: 14px;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  background: #862C84;
  position: absolute;
  bottom: 0;
  right: -3px;
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.h_accounts a svg {
  width: 100%;
  max-height: 23px;
}
.h_accounts a svg path {
  transition: .3s;
}
.h_accounts a:hover {
  transform: translateY(-2px);
}
.h_accounts a:hover svg path {
  fill: #862C84;
}
.h_accounts .h_user svg path {
  fill: #862C84;
}
.h_bottom_right_calls {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_bottom_right_calls a {
  width: auto;
  float: left;
  transition: .3s;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.h_bottom_right_calls a:hover {
  color: #862C84;
}
.h_bottom_right_calls a:not(:first-child) {
  margin-left: 20px;
}
.h_bottom_right_calls a svg {
  margin-right: 5px;
}
.viber_link--mob {
  display: none!important;
}
main {
  width: 100%;
  float: left;
}
.m_slider {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_slider_wrap {
  width: 100%;
  float: left;
}
.m_slider_list {
  width: 100%;
  float: left;
  padding-right: 42px;
}
.m_slider_list li.slick-slide {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 0px 50px;
  overflow: hidden;
  min-height: 500px;
  display: flex!important;
  align-items: center;
  padding: 130px 45px;
}
.m_slider_list li.slick-slide img {
  width: 100%;
  float: left;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  object-fit: cover;
}
.m_slider_list li.slick-slide a {
  width: auto;
  float: left;
  position: absolute;
  left: 50%;
  min-width: 340px;
  padding: 15px 20px;
  bottom: 50px;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  background: rgba(176, 34, 123, 0.25);
  border: 1px solid #FFFFFF;
  text-decoration: none;
  text-align: center;
  transition: .3s;
}
.m_slider_list li.slick-slide a:hover {
  background: rgba(176, 34, 123, 0.75);
}
.m_slider_list .slick-dots {
  max-width: 42px;
  right: 0;
  top: 0;
  left: initial;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.m_slider_list .slick-dots li {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.m_slider_list .slick-arrow {
  bottom: 0;
  transform: rotate(90deg);
  top: initial;
  right: 0;
  width: 85px;
  height: 85px;
}
.m_slider_list .slick-prev_arrow {
  bottom: 85px;
}
.m_slider_list .slick-prev_arrow {
  right: 0;
}
.m_slider_list_info {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.m_slider_list_info > div {
  width: auto;
  float: left;
}
.m_slider_list_info > div p {
  width: auto;
  float: left;
  font-family: Ossem;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 1.25;
  color: #FFFFFF;
}
.slick-dots {
  width: 100%;
  float: left;
  bottom: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.slick-dots li {
  width: auto;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.slick-dots li button {
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: none;
  border-radius: 100%;
  background: rgba(186, 62, 139, 0.25);
  transition: .3s;
  padding: 0;
  text-indent: -99999px;
}
.slick-dots li button:hover {
  background: rgba(186, 62, 139, 0.55);
}
.slick-dots .slick-active button {
  background: rgba(186, 62, 139, 0.75) !important;
}
.slick-arrow {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -100px;
  right: 15px;
  background: rgba(176, 34, 123, 0.25);
  cursor: pointer;
  transition: .3s;
  border: none;
  z-index: 5;
}
.slick-arrow svg {
  width: 38px;
}
.slick-arrow:hover {
  background: rgba(176, 34, 123, 0.75);
}
.front_catalog--top .slick-arrow {
  background: rgba(255, 188, 66, 0.25);
}
.front_catalog--top .slick-arrow:hover {
  background: rgba(255, 188, 66, 0.5);
}
.slick-prev_arrow {
  right: 80px;
}
.block {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.block_header {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.front_catalog .block_header {
  padding-right: 140px;
}
.block_title {
  width: 100%;
  float: left;
  font-family: Ossem;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 54px;
  /* identical to box height */
  color: #862C84;
}
.front_catalog_wrap {
  width: 100%;
  float: left;
}
.catalog_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.catalog_list li {
  position: relative;
  transition: .3s;
  background: #FFF;
  width: calc(33.333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.catalog_list li:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.catalog_list--slider {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.catalog_list--slider .slick-list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 6px;
}
.catalog_list--slider li.slick-slide {
  margin-bottom: 0;
}
.catalog_list_status {
  width: 100%;
  float: left;
  position: absolute;
  top: 13px;
  left: 13px;
  padding-right: 50px;
}
.catalog_list_status span {
  width: auto;
  float: left;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  font-family: Ossem;
  padding: 5px;
  min-width: 75px;
  background: #FFBC42;
}
.catalog_list_status .new {
  background: #2EC4B6;
}
.catalog_list_status .action {
  background: #FF6666;
}
.catalog_list_like {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 6;
}
.catalog_list_like svg {
  width: 100%;
  float: left;
  height: auto;
}
.catalog_list_like:hover .active_path {
  visibility: visible;
  opacity: 1;
}
.active_path {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.catalog_list_like--active .active_path {
  visibility: visible;
  opacity: 1;
}
.catalog_list_img {
  width: 100%;
  float: left;
  height: 430px;
}
.catalog_list_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.h_accounts_links:hover .active_path {
  visibility: visible;
  opacity: 1;
}
.catalog_list_bottom {
  width: 100%;
  float: left;
  padding: 10px 5px;
  display: flex;
  align-items: flex-end;
}
.catalog_list_cart {
  width: 100%;
  float: left;
  max-width: 43px;
  height: 43px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(181, 48, 131, 0.25);
  transition: .3s;
  position: relative;
  z-index: 6;
}
.catalog_list_cart svg path {
  transition: .3s;
}
.catalog_list_cart:hover {
  background: #862C84;
}
.catalog_list_cart:hover svg path {
  fill: #fff;
}
.catalog_list_bottom_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 43px);
  padding-right: 10px;
}
.catalog_list_name {
  width: 100%;
  float: left;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 12px;
}
.catalog_list_name:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 5;
}
.catalog_list_price {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
}
.catalog_list_price_old {
  width: auto;
  float: left;
  margin-right: 20px;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  text-decoration-line: line-through;
  color: rgba(0, 0, 0, 0.5);
}
.catalog_list_price_actual {
  width: auto;
  float: left;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.front_catalog--new .slick-arrow {
  background: rgba(46, 196, 182, 0.25);
}
.front_catalog--new .slick-arrow:hover {
  background: rgba(46, 196, 182, 0.5);
}
.front_catalog--action .slick-arrow {
  background: rgba(255, 102, 102, 0.25);
}
.front_catalog--action .slick-arrow:hover {
  background: rgba(255, 102, 102, 0.5);
}
.m_deliv {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_deliv_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.m_deliv_wrap img {
  width: 100%;
  float: left;
  height: auto;
}
.m_deliv_info {
  width: 100%;
  float: left;
  max-width: 630px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m_deliv_info > span {
  width: 100%;
  float: left;
  padding-left: 85px;
  font-family: Ossem;
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 78px;
  /* identical to box height */
  text-decoration-line: underline;
  color: #FFFFFF;
}
.m_deliv_info_text {
  width: 100%;
  float: left;
  background: rgba(176, 34, 123, 0.75);
  border-radius: 50px 0px;
  padding: 23px 85px;
}
.m_deliv_info_text p {
  width: 100%;
  float: left;
  font-size: 40px;
  line-height: 53px;
  color: #FFFFFF;
}
.m_deliv_info_text p:not(:last-child) {
  margin-bottom: 15px;
}
.m_sale_program {
  width: 100%;
  float: left;
}
.m_sale_program_wrap {
  width: 100%;
  float: left;
}
.m_sale_program_wrap img{
  width: 100%;
}
.m_sale_program_inside {
  width: 100%;
  float: left;
  background: url("../img/program_bg.png") left bottom no-repeat;
  background-position: -20px 20px;
  background-color: #B0227B;
  border-radius: 50px 0px;
  padding: 100px 90px;
  padding-bottom: 80px;
}
.m_sale_program_inside > p {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Ossem;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  /* identical to box height */
  color: #FFFFFF;
  margin-bottom: 60px;
}
.m_sale_program_inside_list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m_sale_program_inside_list li {
  width: 100%;
  float: left;
  max-width: 220px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
.m_sale_program_inside_list li span {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  color: #FFFFFF;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.m_sale_program_inside_list li span:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 167px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1px;
  background-color: #FFF;
}
.m_sale_program_inside_list li p {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  color: #FFFFFF;
}
.m_about_wrap {
  width: 100%;
  float: left;
  display: flex;
}
.m_about_wrap_img {
  width: 50%;
  float: left;
  border-radius: 0 50px 0 50px ;
  overflow: hidden;
  position: relative;
}
.m_about_wrap_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.m_about_wrap_info {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-left: 20px;
}
.m_about_wrap_info .block_header {
  margin-bottom: 20px;
}
.m_about_wrap_info_text {
  width: 100%;
  float: left;
  height: auto;
  max-height: 505px;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: rgba(134, 44, 132, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: rgba(134, 44, 132, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #862C84;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 6px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 6px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}
footer {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 15px;
  background: #B0227B;
  margin-top: 60px;
}
.f_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.f_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.f_logo {
  width: 100%;
  float: left;
  max-width: 190px;
}
.f_logo span,
.f_logo a {
  width: auto;
  float: left;
}
.f_logo span img,
.f_logo a img {
  width: auto;
  float: left;
  max-width: 100%;
}
.f_top_item {
  width: 100%;
  max-width: 180px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.f_top_item_list {
  width: 100%;
  float: left;
}
.f_top_item_list li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.f_top_item_list li:last-child {
  margin-bottom: 10px;
}
.f_top_item_list li span,
.f_top_item_list li a {
  width: auto;
  float: left;
  transition: .3s;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}
.f_top_item_list li span,
.f_top_item_list li a:hover {
  opacity: 0.7;
}
.f_top_item_list_mod {
  width: 100%;
  float: left;
}
.f_top_item_list_mod li {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.f_top_item_list_mod li a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  color: #FFF;
  transition: .3s;
  text-decoration: none;
}
.f_top_item_list_mod li a svg {
  margin-right: 7px;
}
.f_top_item_list_mod li a:hover {
  opacity: 0.7;
}
.f_nav_list {
  width: 100%;
  float: left;
}
.f_nav_list li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.f_nav_list li:last-child {
  margin-bottom: 10px;
}
.f_nav_list li span,
.f_nav_list li a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  color: #FFF;
  transition: .3s;
  text-decoration: none;
}
.f_nav_list li span,
.f_nav_list li a:hover {
  opacity: 0.7;
}
.f_payment {
  width: 100%;
  float: left;
  max-width: 255px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
.f_payment span {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.f_payment p {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 15px;
  color: #FFF;
}
.f_payment p a {
  color: #FFF;
}
.f_payment p a:hover {
  text-decoration: none;
}
.f_payment_img {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.f_payment_img img {
  width: auto;
  float: left;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 8px;
}
.f_top_right {
  width: 100%;
  float: left;
  max-width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.f_top_call {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.f_top_call a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-decoration: none;
  transition: .3s;
  /* identical to box height */
  color: #FFFFFF;
}
.f_top_call a:hover {
  opacity: 0.7;
}
.f_top_call a:not(:first-child) {
  margin-top: 25px;
}
.f_top_call a img {
  margin-right: 8px;
  max-width: 30px;
  height: auto;
  vertical-align: middle;
}
.f_top_soc {
  width: 100%;
  float: left;
}
.f_top_soc span {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  /* identical to box height */
  color: #FFFFFF;
  margin-bottom: 12px;
}
.f_soc_list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.f_soc_list li {
  width: 100%;
  float: left;
  max-width: 35px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.f_soc_list li a {
  width: 100%;
  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;
}
.f_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.f_bottom_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_bottom_left {
  width: 100%;
  float: left;
  max-width: 200px;
}
.copywright {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 128%;
  font-weight: 300;
  color: #FFF;
  /* or 15px */
  display: flex;
  align-items: center;
}
.f_bottom_right {
  width: 100%;
  float: left;
  max-width: 200px;
  display: flex;
  justify-content: flex-end;
}
.f_bottom_right p {
  width: auto;
  float: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #FFFFFF;
  text-align: right;
}
.f_bottom_right p a {
  width: auto;
  font-size: 12px;
  text-decoration: underline;
  margin-left: 5px;
  font-weight: 300;
  color: #FFF;
}
.f_bottom_right p a:hover {
  text-decoration: none;
}
.f_bottom_center {
  width: auto;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.f_bottom_center_list {
  width: auto;
  float: left;
}
.f_bottom_center_list li {
  width: auto;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
.f_bottom_center_list li a {
  width: auto;
  float: left;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: underline;
  color: #FFFFFF;
}
.f_bottom_center_list li a:hover {
  text-decoration: none;
}
.m_categories {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_categories_wrap {
  width: calc(100% + 12px);
  margin-left: -6px;
  margin-right: -6px;
  float: left;
  display: flex;
  align-items: stretch;
  border-radius: 0px 55px 0px 55px;
  overflow: hidden;
  flex-wrap: wrap;
}
.m_categories_left {
  width: calc(40% - 12px);
  margin-left: 6px;
  margin-right: 6px;
  float: left;
  margin-bottom: 6px;
  margin-top: 6px;
}
.m_categories_left .m_categories_item:first-child {
  height: 670px;
  margin-bottom: 12px;
}
.m_categories_left .m_categories_item:last-child {
  height: 515px;
}
.m_categories_item {
  width: 100%;
  float: left;
  position: relative;
}
.m_categories_item a:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/cat_bg.png) left bottom no-repeat;
  background-size: 90% auto;
  background-position: -20px 130%;
  background-color: rgba(176, 34, 123, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.m_categories_item a:hover:after {
  opacity: 0.5;
  visibility: visible;
}
.m_categories_item img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.m_categories_item span {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  font-family: Ossem;
  font-style: normal;
  font-weight: normal;
  z-index: 2;
  font-size: 45px;
  line-height: 54px;
  color: #000000;
}
.m_categories_right {
  width: calc(60% - 12px);
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.m_categories_right_top {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
}
.m_categories_right_top .m_categories_item:first-child {
  width: calc(60% - 6px);
  height: 520px;
}
.m_categories_right_top .m_categories_item:last-child {
  width: calc(40% - 6px);
  height: 520px;
}
.m_categories_right_bottom {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  height: 665px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_categories_right_bottom .m_categories_item {
  width: calc(40% - 6px);
  height: calc(50% - 6px);
}
.m_categories_right_bottom .m_categories_item:last-child {
  width: calc(60% - 6px);
  height: 100%;
  margin-left: 12px;
}
.breadcrumbs {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.breadcrumbs_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs_list li {
  width: auto;
  float: left;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.breadcrumbs_list li a {
  width: auto;
  float: left;
  transition: .3s;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  color: #BABABA;
}
.breadcrumbs_list li a:hover {
  color: #000;
}
.breadcrumbs_list li:not(:last-child):after {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
  content: "";
  display: flex;
  margin-top: 3px;
  margin-left: 7px;
  margin-right: 7px;
}
.page_title_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.page_title {
  width: 100%;
  float: left;
  font-family: Ossem;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 45px;
  /* identical to box height */
  text-align: center;
  color: #862C84;
}
.contacts_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
.contacts_page_wrap {
  width: 100%;
  float: left;
  display: flex;
}
.contacts_page_map {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-right: 125px;
}
.map {
  width: 100%;
  float: left;
  height: 510px;
  display: none;
}
.map--active {
  display: block;
}
.contacts_page_info {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-top: 40px;
}
.contacts_call {
  color: #000;
  margin-bottom: 25px;
}
.contacts_page_address {
  width: 100%;
  float: left;
}
.contacts_page_address_title {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #000000;
}
.contacts_page_address_title img {
  margin-right: 10px;
}
.contacts_page_address_list {
  width: 100%;
  float: left;
  max-height: 340px;
}
.contacts_page_address_list li {
  width: 100%;
  float: left;
  padding: 5px 30px;
  color: #000;
  cursor: pointer;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(134, 44, 132, 0.75);
}
.contacts_page_address_list li:hover {
  color: #fff;
  background: rgba(134, 44, 132, 0.75);
}
.contacts_page_address_list .contacts_page_address_list--active {
  color: #fff;
  background: rgba(134, 44, 132, 0.75);
}
.contacts_page_address_list_left {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-right: 10px;
}
.contacts_page_address_list_right {
  width: 100%;
  float: left;
  max-width: 50%;
  font-size: 14px;
}
.contacts_call {
  width: 100%;
  float: left;
  max-width: 100%;
  color: #000;
  align-items: flex-start;
}
.contacts_call a {
  color: #000;
  font-weight: normal;
}
.m_about--inside .m_about_wrap_info {
  max-width: 100%;
  width: 100%;
}
.m_about--inside .m_about_wrap_info_text {
  max-height: 250px;
}
.catalog_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.catalog_page_wrap {
  width: 100%;
  float: left;
  display: flex;
}
.catalog_page_left {
  width: 100%;
  float: left;
  max-width: 300px;
}
.catalog_page_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 300px);
  padding-left: 20px;
}
.catalog_page_right.catalog_page_full{
  padding-left: 0px;
  max-width: 100%;
}
.catalog_page_right.catalog_page_full .catalog_list li{
  width: calc(25% - 20px);
}
.catalog_page_left_hidden{
  display: none;
}
.catalog_goods_kilk {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #C4C4C4;
}
.catalog_page_sort {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.catalog_page_sort_list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
}
.catalog_page_sort_list li {
  width: auto;
  float: left;
  position: relative;
}
.catalog_page_sort_list li:not(:first-child) {
  margin-left: 35px;
}
.catalog_page_sort_list li input {
  position: absolute;
  display: none;
}
.catalog_page_sort_list li label {
  width: auto;
  float: left;
  transition: .3s;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  position: relative;
}
.catalog_page_sort_list li label:hover {
  color: #862C84;
}
.catalog_page_sort_list li label:after {
  top: 0px;
  width: 100%;
  left: 0;
  position: absolute;
  height: 1px;
  display: flex;
  content: "";
  background: #862C84;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.catalog_page_sort_list li input:checked + label {
  color: #862C84;
}
.catalog_page_sort_list li input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.catalog_page_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
.main_but {
  width: auto;
  float: left;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  padding: 8px 60px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  background: #B53083;
  border: none;
  cursor: pointer;
}
.main_but:hover {
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
}
.pagin {
  width: auto;
  float: left;
}
.m_pagin {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_pagin li {
  width: auto;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.m_pagin li a {
  width: auto;
  float: left;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  transition: .3s;
  padding-left: 3px;
  text-decoration: none;
  padding-right: 3px;
}
.m_pagin li a svg {
  transition: .3s;
}
.m_pagin li a:hover {
  color: #B53083;
}
.m_pagin li a:hover svg {
  opacity: 0.5;
}
.m_pagin li .m_pagin--active {
  font-weight: bold;
  text-decoration: underline;
}
.m_filter {
  width: 100%;
  float: left;
}
.m_filter_item {
  width: 100%;
  float: left;
}
.m_filter_item_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 12px;
  background: rgba(181, 48, 131, 0.75);
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  color: #FFFFFF;
}
.m_filter_item_head:after {
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  width: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 24px;
  content: "–";
  color: #FFFFFF;
}
.m_filter_item_body {
  width: 100%;
  float: left;
  padding: 13px 5px;
  padding-bottom: 0;
}
.m_filter_item {
  margin-bottom: 20px;
}
.m_filter_check_list {
  width: 100%;
  float: left;
}
.m_filter_check_list li {
  width: 50%;
  padding-right: 10px;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.m_filter_check_list li{
  width: auto;
}
.m_filter_item_body_inside .m_filter_check_list li{
  width: 50%;
}
.m_filter_check_list.m_filter_check_list_full li{
  width: 100%;
  padding-right: 0px;
}
.m_filter_check_list li input {
  position: absolute;
  display: none;
}
.m_filter_check_list li label {
  width: auto;
  float: left;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  /* identical to box height */
  color: #000000;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.m_filter_check_list li label:hover {
  color: #862C84;
}
.m_filter_check_list li label span {
  border: 1px solid rgba(196, 89, 156, 0.5);
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: flex;
  margin-right: 15px;
  position: relative;
}
.m_filter_check_list li label span:after {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0;
  position: absolute;
  background: #862C84;
  transform: translate(-50%, -50%);
}
.m_filter_check_list li input:checked + label span:after {
  opacity: 1;
}
.m_filter_item_body_inside {
  width: 100%;
  float: left;
}
.m_filter_item_body_inside.scrollbar-rail {
  max-height: 210px;
}
.m_filter_item_head--active:after {
  content: "+";
}
.m_filter_item_body--active {
  display: block;
}
.ui-widget-content,
.ui-widget-header {
  background: rgba(134, 44, 132, 0.5);
}
.ui-slider-horizontal .ui-slider-range {
  background: #862c84;
}
.ui-slider-horizontal {
  height: 2px;
  margin-bottom: 10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 10px;
  height: 10px;
  border: none;
  margin-top: 1px;
  border-radius: 100%;
  background: #862C84;
  cursor: pointer;
}
.ui-widget.ui-widget-content {
  margin-top: 15px;
  width: 100%;
  float: left;
  border: none;
  border-radius: 0;
}
.m_catalog_filter_item_range {
  position: relative;
}
.m_catalog_filter_item_range > p > input {
  width: 80px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  height: 25px;
  border: none;
  border: 1px solid rgba(196, 89, 156, 0.5);
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.m_catalog_filter_item_range span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.m_catalog_filter_item_range > p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  align-items: center;
}
.scroll-wrapper > .m_filter_item_body_inside {
  width: 100%!important;
}
.m_catalog_filter_item_range {
  width: 100%;
  float: left;
}
.m_filter_color_list {
  width: calc(100% + 14px);
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
  flex-wrap: wrap;
}
.m_filter_color_list li {
  width: auto;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 10px;
  border: 1px solid rgba(196, 196, 196, 0.5);
  position: relative;
}
.m_filter_color_list li input {
  position: absolute;
  display: none;
}
.m_filter_color_list li span {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}
.m_filter_color_list li span:after {
  width: 100%;
  float: left;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: url(../img/check.svg) center no-repeat;
  opacity: 0;
  transition: .3s;
}
.m_filter_color_list li .white_color:after {
  background: url(../img/check_mod.svg) center no-repeat;
}
.m_filter_color_list li label {
  float: left;
  cursor: pointer;
  height: 19px;
  width: 19px;
  transition: .3s;
}
.m_filter_color_list li label:hover {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.m_filter_color_list li input:checked + label {
  transform: scale(1.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.m_filter_color_list li input:checked + label span:after {
  opacity: 1;
}
.close_filter {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 20px;
  height: auto;
  background: none;
  border: none;
  display: none;
  padding: 0;
}
.close_filter svg {
  width: 100%;
  float: left;
  height: auto;
}
.open_filter {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  display: none;
  border: none;
}
.open_filter svg {
  width: 20px;
  height: auto;
  float: left;
  margin-right: 10px;
}
.open_filter svg path {
  fill: #fff;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.goods_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.goods_page_top {
  width: 100%;
  float: left;
}
.goods_page_bottom {
  width: 100%;
  float: left;
}
.goods_page_tabs {
  width: 100%;
  float: left;
  background: rgba(176, 34, 123, 0.75);
  padding: 12px 20px;
  margin-bottom: 40px;
}
.goods_page_tabs li {
  width: auto;
  float: left;
}
.goods_page_tabs li:not(:last-child) {
  margin-right: 45px;
}
.goods_page_tabs li a {
  width: auto;
  float: left;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  color: #FFFFFF;
}
.goods_page_tabs li a:hover {
  text-decoration: underline;
}
.goods_page_tabs li .goods_page_tabs--active {
  font-weight: 600;
  text-decoration: underline;
}
.goods_page_tabs_cont {
  width: 100%;
  float: left;
  display: none;
}
.goods_page_tabs_cont p {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.goods_page_tabs_cont--active {
  display: block;
}
.main_table table{
  width: 100%!important;
  float: left;
  border: 1px solid rgba(45, 58, 58, 0.5);
}
.main_table thead {
  border-bottom: 1px solid rgba(45, 58, 58, 0.5);
  background: rgba(134, 44, 132, 0.25);
  font-weight: bold;
}
.main_table td,
.main_table th {
  text-align: center;
  padding: 5px;
  min-width: 50px;
}
.main_table td:not(:last-child),
.main_table th:not(:last-child) {
  border-right: 1px solid rgba(45, 58, 58, 0.5);
}
.main_table tr:not(:last-child) {
  border-bottom: 1px solid rgba(45, 58, 58, 0.5);
}
.main_table tr:nth-child(even) {
  background: rgba(134, 44, 132, 0.25);
}
.review_star_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.review_star_list li {
  width: 100%;
  float: left;
  max-width: 20px;
  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: #FFC42B;
}
.review_star--active_btn svg path {
  fill: #FFC42B!important;
}
.review_star_list_dinamic--active svg path {
  fill: #FFC42B!important;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.front_catalog--recommend .slick-arrow {
  background: rgba(134, 44, 132, 0.25);
}
.front_catalog--recommend .slick-arrow:hover {
  background: rgba(134, 44, 132, 0.5);
}
.reviews_wrap_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.reviews_wrap_body .pagin {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  padding-top: 25px;
  padding-bottom: 10px;
}
.m_pagin li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_pagin li:last-child {
  margin-right: 0;
}
.reviews_wrap_head_left {
  width: auto;
  float: left;
  display: flex;
  align-items: flex-end;
}
.reviews_wrap_head_left .review_star_list {
  margin-left: 25px;
  margin-right: 7px;
  margin-bottom: 2px;
}
.reviews_wrap_head_left span {
  width: auto;
  float: left;
  font-size: 18px;
  color: #000000;
}
.reviews_wrap_head_left p {
  width: auto;
  float: left;
  font-size: 18px;
  color: #8A8A8A;
  margin-bottom: 0;
}
.reviews_wrap_head_left p span {
  margin-right: 3px;
}
.reviews_wrap_head_right {
  width: auto;
  float: left;
}
.add_review {
  width: auto;
  float: left;
  background: rgba(134, 44, 132, 0.75);
  padding: 10px 25px;
  min-width: 315px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.add_review:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.37);
}
.add_review svg {
  margin-right: 13px;
}
.fancybox-image {
  width: auto!important;
  max-width: 100%!important;
  height: auto;
}
.fancybox-image-wrap {
  max-width: 100%!important;
}
.modal {
  display: none;
  width: 100%;
  max-width: 350px;
  padding: 20px!important;
}
.modal_wrap {
  width: 100%;
  float: left;
}
.modal_title {
  width: 100%;
  float: left;
  padding-left: 30px;
  justify-content: center;
  padding-right: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 117.4%;
  margin-bottom: 20px;
  /* or 42px */
  display: flex;
  align-items: center;
  text-align: center;
  color: #2D3A3A;
}
.fancybox-close-small {
  outline: none!important;
  border: none!important;
  background: url("../img/close.svg") center no-repeat;
  background-size: 20px auto;
}
.fancybox-close-small:after {
  font-size: 24px;
  display: none;
}
.reviews_list {
  width: 100%;
  float: left;
}
.reviews_list > li {
  width: 100%;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(134, 44, 132, 0.5);
}
.reviews_list > li:first-child {
  border-top: 1px solid rgba(134, 44, 132, 0.5);
}
.reviews_list > li .review_star_list {
  margin-bottom: 12px;
}
.reviews_list_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.review_name {
  width: auto;
  float: left;
  padding-right: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.review_data {
  width: auto;
  float: left;
  font-size: 15px;
  line-height: 20px;
  color: #8A8A8A;
}
.reviews_list_body {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.reviews_list_body p {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.reviews_list_body p:last-child {
  margin-bottom: 0;
}
.reviews_list_body_change {
  width: auto;
  float: left;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.reviews_list_body_change a {
  width: 24px;
  height: auto;
  float: left;
}
.reviews_list_body_change a:not(:last-child) {
  margin-right: 35px;
}
.reviews_list_body_change a svg {
  width: 100%;
  float: left;
  height: auto;
}
.reviews_list_body_change a svg path {
  transition: .3s;
}
.reviews_list_body_change a:hover svg path {
  fill: #FFBC42;
}
.reviews_list_body_change--active svg path {
  fill: #FFBC42;
}
.main_input_wrap {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main_input_wrap span {
  width: auto;
  float: left;
  margin-right: 10px;
}
.review_form_item {
  width: 100%;
  float: left;
}
.review_form_item button {
  width: 100%;
  float: left;
}
.h_catalog_menu > li:hover > .h_catalog_menu_inside {
  opacity: 1;
  visibility: visible;
}
.h_catalog_menu > li:hover > .h_catalog_menu_tabs {
  opacity: 1;
  visibility: visible;
}
.h_catalog_menu > li > .h_catalog_menu_inside{
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 15px;
  transform: translateY(100%);
  background: #FFFFFF;
  border: 2px solid #862C84;
  z-index: 10;
  padding: 25px;
  display: flex;
  box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.25);
  transition: .1s;
  opacity: 0;
  visibility: hidden;
  max-height: 500px;
  overflow: auto;
}
.h_catalog_menu > li > .h_catalog_menu_inside > li{
  width: auto;
  float: left;
  display: flex;
  flex-direction: column;
  max-width: 24%;
  min-width: 130px;
  padding-right: 5px;
}
.m_slider_list img {
  max-width: 100%;
  height: auto;
}
.old_price_b{
  text-decoration: line-through;
}
.pay_block{
  background: #c5549c;
  padding: 5px 10px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 45px!important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrows_d{

}
.pay_block:after{
  content: "↓";
  display: block;
  margin: 5px auto;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -5px;
  color: #862c83;
  font-size: 40px;
}
.pay_block.pay_double:after{
  content: "↓";
  display: block;
  margin: 5px auto;
  position: absolute;
  bottom: -35px;
  left: 25%;
  margin-left: -5px;
  color: #862c83;
  font-size: 40px;
}
.pay_block.pay_double:before{
  content: "↓";
  display: block;
  margin: 5px auto;
  position: absolute;
  bottom: -35px;
  left: 75%;
  margin-left: -5px;
  color: #862c83;
  font-size: 40px;
}
.pay_block.pay_double.pay_double_title h2{
  margin-bottom: 0px!important;
}
.pay_block.pay_no_arrow:after{
  display: none;
}
header .viber_link img{
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
.m_catalog_filter_item_range span:first-child,
.ui-slider-horizontal .ui-slider-handle:nth-child(2){
  margin-left: 0px!important;
}
.main_table{
  max-width: 100%;
  overflow-x: auto;
}
.questions{
  display: flex;
  flex-direction:column;
}
.tpl_questions{
  display: flex;
  flex-direction:column;
  width: 100%;
}
.tpl_questions .tpl_questions_content{
  padding: 10px;
  width: 100%;
  max-width: 100%;
  display: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.tpl_questions.active .tpl_questions_content{
  padding: 10px;
  width: 100%;
  max-width: 100%;
  display: block;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.tpl_questions .tpl_questions_title{
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 12px;
  background: rgba(181, 48, 131, 0.75);
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
}
.tpl_questions .tpl_questions_title:after {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    width: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 24px;
    content: "+";
    color: #FFFFFF;
}
.tpl_questions.active .tpl_questions_title:after {
    content: "–";
}
.city_container{
  display: none;
  float: left;
  width: 100%;
  position: absolute;
  top: 76px;
  border: 1px solid #ddd;
  padding: 3px 5px;
  background: #fff;
  z-index: 2;
}
.city_container ul{
  display: flex;
  flex-direction: column;
  align-items: start;
}
.city_container ul li{
  width: 100%;
}
.city_container ul li a{
  color: rgba(176, 34, 123, 0.75);
  background: #fff;
  padding: 3px 0px;
  line-height: 22px;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
}
.city_container ul li a:hover{
  color: #fff;
  background: rgba(176, 34, 123, 0.75);
}
.m_card_tovar_color_list {
  display: flex;
  flex-direction: row;
  align-items: self-end;
  float: left;
  width: 100%;
  justify-content: start;
}
.m_card_tovar_color_list  li{
  margin: 5px;
  max-width: 100px;
  border: 1px solid #ddd;
  transition:0.5s;
}
.m_card_tovar_color_list  li a{
  width: 100%;
  text-align: center;
  transition:0.5s;
  color: #000;
  text-decoration: none;
}
.m_card_tovar_color_list  li:hover{
  border: 1px solid #B53083;
}
.m_card_tovar_color_list  li p{
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  color: #000;
}
.m_card_tovar_color_list  li img{
  display: block;
  width: 100%;
}
.no_discount_price{
  text-decoration: line-through;
}
@media (min-width: 1199px) {
  .h_catalog_menu > li > .h_catalog_menu_inside {
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .h_catalog_menu > li > .h_catalog_menu_inside::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    border-radius: 4px;
  }
  .h_catalog_menu > li > .h_catalog_menu_inside::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .h_catalog_menu > li > .h_catalog_menu_inside::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #862C84;
  }
  .h_catalog_menu > li > .h_catalog_menu_inside::-webkit-scrollbar-thumb:hover {
    background: #862C84;
  }
}

.h_catalog_menu > li > .h_catalog_menu_inside > li > span,
.h_catalog_menu > li > .h_catalog_menu_inside > li > a,
.h_catalog_menu_inside_span {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #862C84;
  margin-bottom: 7px;
}
.h_bottom_wrap {
  position: relative;
}
.h_catalog_menu > li > .h_catalog_menu_inside > li > .h_catalog_menu_inside,
.h_catalog_menu_inside_list {
  width: 100%;
  float: left;
}
.h_catalog_menu > li > .h_catalog_menu_inside > li > .h_catalog_menu_inside li,
.h_catalog_menu_inside_list li {
  width: 100%;
  float: left;
  margin-bottom: 7px;
}
.h_catalog_menu > li > .h_catalog_menu_inside > li > .h_catalog_menu_inside li a,
.h_catalog_menu_inside_list li a {
  width: auto;
  float: left;
  transition: .3s;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.h_catalog_menu > li > .h_catalog_menu_inside > li > .h_catalog_menu_inside li a:hover,
.h_catalog_menu_inside_list li a:hover {
  color: #862C84;
}
.h_catalog_menu_tabs {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 15px;
  transform: translateY(100%);
  background: #F4F2F2;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  z-index: 50;
}
.h_catalog_menu_tabs .h_catalog_menu > li > .h_catalog_menu_inside{
  bottom: 0;
}
.h_catalog_menu_tabs > li {
  flex: 1 1 auto;
  float: left;
}
.h_catalog_menu_tabs > li:hover {
  background-color: #FFF;
}
.h_catalog_menu_tabs > li:hover > a {
  border-color: #862C84;
}
.h_catalog_menu_tabs > li:hover > a:after {
  opacity: 1!important;
  visibility: visible!important;
}
.h_catalog_menu_tabs > li:hover > .h_catalog_menu_inside {
  opacity: 1;
  visibility: visible;
}
.h_catalog_menu_tabs > li > a {
  width: 100%;
  float: left;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  text-align: center;
  border: 2px solid transparent;
  border-bottom: none;
  position: relative;
}
.h_catalog_menu_tabs > li > a:after {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  height: 3px;
  background-color: #FFF;
  content: "";
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}
.goods_page_top {
  width: 100%;
  float: left;
  display: flex;
  padding-top: 20px;
  padding-bottom: 70px;
}
.goods_page_gallery {
  width: 100%;
  float: left;
  max-width: 500px;
}
.m_card_nav_slider {
  width: 100%;
  float: left;
  max-width: 100px;
  padding-right: 20px;
}
.m_card_nav_slider li {
  width: 100%;
  float: left;
  display: flex!important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 120px!important;
}
.m_card_nav_slider li img {
  width: 100%;
  float: left;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.m_card_nav_slider li.slick-current {
  position: relative;
}
.m_card_nav_slider li.slick-current:after {
  width: 100%;
  float: left;
  left: 0;
  height: 100%;
  top: 0;
  content: "";
  position: absolute;
  z-index: 5;
  background: rgba(0, 0, 0, 0.15);
}
.m_card_nav_slider li.slick-current:before {
  width: 3px;
  height: 100%;
  right: 0;
  top: 0;
  background: #862C84;
  content: "";
  z-index: 6;
  position: absolute;
}
.m_card_main_slider {
  width: 100%;
  float: left;
  max-width: calc(100% - 100px);
}
.m_card_main_slider .slick-track {
  display: flex;
}
.m_card_main_slider li {
  width: 100%;
  float: left;
  display: flex!important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 600px!important;
}
.m_card_main_slider li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.m_card_main_slider .slick-arrow {
  top: 50%;
  width: 63px;
  height: 63px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: -32px;
  position: absolute;
  transition: .3s;
}
.m_card_main_slider .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.9);
}
.m_card_main_slider .slick-next_arrow {
  right: 0;
}
.m_card_main_slider .slick-prev_arrow {
  left: 0;
}
.goods_page_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 500px);
  padding-left: 105px;
}
.goods_page_article {
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 20px;
  /* identical to box height */
  color: #8A8A8A;
  margin-bottom: 12px;
}
.goods_page_rev {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.go_to_rev {
  width: auto;
  float: left;
  margin-left: 8px;
  font-size: 15px;
  line-height: 20px;
  /* identical to box height */
  text-decoration-line: underline;
  color: #8A8A8A;
}
.go_to_rev:hover {
  text-decoration: none;
}
.goods_page_name {
  width: 100%;
  float: left;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 12px;
  color: #000000;
}
.goods_page_price {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
}
.goods_page_price span {
  width: auto;
  float: left;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height */
  color: #000000;
}
.goods_page_price .goods_page_price_currency {
  width: auto;
  float: left;
  font-weight: 350;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-left: 5px;
}
.goods_page_form {
  width: 100%;
  float: left;
}
.goods_page_color {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.goods_page_color > span {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 12px;
}
.goods_page_buy {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.add_basket {
  display: flex;
  align-items: center;
}
.one_click {
  width: auto;
  float: left;
  margin-left: 20px;
  font-weight: 350;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height */
  text-decoration-line: underline;
  color: #000000;
}
.one_click:hover {
  text-decoration: none;
}
.goods_page_char {
  width: 100%;
  float: left;
}
.goods_page_char li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
}
.goods_page_char li > span {
  width: auto;
  float: left;
  font-weight: 350;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin-right: 5px;
}
.goods_page_char li p {
  width: auto;
  float: left;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.main_but svg {
  margin-right: 20px;
}
.goods_page_size {
  width: 100%;
  float: left;
  max-width: 310px;
  margin-bottom: 25px;
}
.goods_page_size_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.goods_page_size_head span {
  width: auto;
  float: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}
.goods_page_size_head a {
  width: auto;
  float: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  text-decoration-line: underline;
  color: #8A8A8A;
}
.goods_page_size_head a:hover {
  text-decoration: none;
  color: #B53083;
}
.goods_page_size_body {
  width: 100%;
  float: left;
  position: relative;
}
.goods_page_size_select {
  width: 100%;
  float: left;
}
.goods_page_size_select span {
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 20px;
  color: #8A8A8A;
  position: relative;
  cursor: pointer;
  padding: 7px 10px;
  padding-right: 40px;
  border: 1px solid rgba(181, 48, 131, 0.25);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.goods_page_size_select span:after {
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  top: 0;
  content: "";
  z-index: 2;
  background-color: #FFF;
  background: url("../img/select_arrow_mod.svg") center no-repeat;
}
.goods_page_size_dropdown {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFF;
  z-index: 10;
  padding: 15px;
  border: 1px solid rgba(181, 48, 131, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.goods_page_size_dropdown_inside {
  width: 100%;
  float: left;
  max-height: 115px;
}
.goods_page_size_dropdown--active {
  opacity: 1;
  visibility: visible;
}
.open_menu {
  width: 25px;
  min-width: 25px;
  float: left;
  display: none;
  background: none;
  border: none;
  padding: 0;
}
.h_top_wrap_head_mob {
  width: 100%;
  float: left;
  display: none;
  padding-top: 7px;
  background-color: #FFF;
  padding-bottom: 7px;
}
.h_top_wrap_head_mob:after {
  width: 100%;
  float: left;
  z-index: -1;
  top: -10px;
  height: calc(100% + 15px);
  left: 0;
  position: absolute;
  content: "";
  background-color: #FFF;
}
.close_menu {
  width: 22px;
  height: auto;
  float: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.close_menu svg {
  width: 100%;
  float: left;
  height: auto;
}
.h_top_wrap_head_mob_second {
  display: none;
  width: 100%;
  float: left;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
}
.h_top_wrap_head_mob_second:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(134, 44, 132, 0.25);
  content: "";
}
.h_top_wrap_head_mob_second span {
  width: 100%;
  float: left;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Ossem;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #862C84;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_top_wrap_head_mob_second a {
  position: absolute;
  left: 0;
  top: 0;
  top: 11px;
}
.h_top_wrap_head_mob_first {
  width: 100%;
  float: left;
}
.back_next_lvl {
  display: none;
}
.catalog_list--slider .slick-list,
.catalog_list--slider .slick-slider .slick-track{
  min-width: 100%;
}
@media (max-width: 1199px) {
  .h_search_form button:hover {
    background: none;
  }
  .h_search_form button:hover svg path {
    fill: #862C84;
  }
  .f_top_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_logo {
    margin-bottom: 20px;
  }
  .f_top_item {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .f_top_item_list,
  .f_top_item_list_mod {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .f_top_item_list li,
  .f_top_item_list_mod li {
    width: auto;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .f_nav_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .f_nav_list li {
    width: auto;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .f_payment {
    margin-bottom: 25px;
  }
  .f_top_call {
    margin-bottom: 20px;
  }
  .f_bottom_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_bottom_left {
    max-width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .f_bottom_left p {
    justify-content: center;
  }
  .f_bottom_center {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .f_bottom_right {
    justify-content: center;
  }
  .f_top_call a:not(:first-child) {
    margin-top: 10px;
  }
  .f_bottom_center_list {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
  }
  .f_top {
    margin-bottom: 35px;
  }
  .block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer {
    padding-top: 30px;
  }
  .block_title {
    font-size: 36px;
  }
  .m_sale_program_inside {
    padding: 50px;
  }
  .m_sale_program_inside > p {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 30px;
  }
  .m_sale_program_inside_list li span {
    font-size: 48px;
  }
  .m_slider_list_info > div p {
    font-size: 28px;
  }
  .m_deliv_info > span {
    font-size: 44px;
    line-height: 1.25;
  }
  .m_deliv_info_text p {
    font-size: 28px;
    line-height: 1.1;
  }
  .m_deliv_info {
    max-width: 550px;
  }
  .m_deliv_info_text {
    padding: 15px 30px;
  }
  .m_deliv_info_text p:not(:last-child) {
    margin-bottom: 10px;
  }
  .m_deliv_info > span {
    padding-left: 30px;
  }
  .m_categories_left .m_categories_item:first-child {
    height: 340px;
  }
  .m_categories_item span {
    font-size: 24px;
    line-height: 1.2;
    padding: 15px;
  }
  .m_categories_left .m_categories_item:last-child {
    height: 280px;
  }
  .m_categories_right_top .m_categories_item:first-child {
    height: 280px;
  }
  .m_categories_right_top .m_categories_item:last-child {
    height: 280px;
  }
  .m_categories_right_bottom {
    height: 340px;
  }
  .page_title {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .contacts_page_map {
    padding-right: 25px;
  }
  .f_top_call {
    align-items: center;
  }
  .contacts_call {
    align-items: flex-start;
  }
  .f_bottom_center_list li {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .catalog_list_img {
    height: 360px;
  }
  .catalog_list li {
    min-width: auto;
    width: calc(50% - 20px);
  }
  .goods_page_info {
    padding-left: 25px;
  }
  .goods_page_rev {
    margin-bottom: 25px;
  }
  .goods_page_price {
    margin-bottom: 25px;
  }
  .h_top {
    width: 100%;
    float: left;
    height: 100vh;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFF;
    display: block;
    bottom: 0;
    z-index: 101;
    transform: translateX(-110%);
    transition: .3s;
  }
  .h_top--active {
    transform: none;
  }
  .h_top_wrap {
    display: block;
  }
  .h_nav_list {
    width: 100%;
    float: left;
    order: 1;
  }
  .h_nav_list li {
    width: 100%;
    float: left;
  }
  .h_nav_list li span,
  .h_nav_list li a {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 15px;
    font-family: Ossem;
    line-height: 18px;
    color: #000;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(134, 44, 132, 0.25);
  }
  .h_deliv_point {
    width: 100%;
    float: left;
    order: 2;
    border-bottom: 1px solid rgba(134, 44, 132, 0.25);
  }
  .h_deliv_point .selectric-wrapper {
    width: 100%;
  }
  .h_deliv_point .selectric {
    margin-left: 0;
    width: 100%;
  }
  .h_deliv_point .selectric .label {
    color: #000;
    height: 34px;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    font-size: 15px;
    line-height: 34px;
  }
  .h_deliv_point .selectric-items {
    margin-left: 0;
    width: 100%;
  }
  .h_deliv_point .button {
    width: 34px;
    height: 34px;
    right: 0;
    background: url("../img/menu_arrow.svg") center no-repeat;
    transform: rotate(90deg);
  }
  .h_deliv_point .selectric-items {
    border-color: rgba(134, 44, 132, 0.25);
  }
  .h_deliv_point .selectric-items li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .h_nav {
    width: 100%;
  }
  .h_bottom_right_calls {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
  }
  .h_bottom_right_calls a {
    font-size: 16px;
  }
  .h_bottom_right_calls a:not(:first-child) {
    margin-left: 0;
    margin-top: 8px;
  }
  .h_bottom_left {
    width: 100%;
    max-width: 100%;
  }
  .h_search {
    max-width: 100%;
  }
  .h_catalog_menu {
    display: flex;
    flex-direction: column;
  }
  .h_catalog_menu > li {
    border-bottom: 1px solid rgba(134, 44, 132, 0.25);
  }
  .h_catalog_menu > li:hover > a {
    background: none;
  }
  .h_catalog_menu > li > a {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-right: 40px;
  }
  .h_catalog_menu > li > a:after {
    content: "";
    width: 34px;
    height: 34px;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/menu_arrow.svg") center no-repeat;
  }
  .h_search_form {
    margin-bottom: 12px;
  }
  .h_nav_list li:not(:last-child) {
    margin-right: 0;
  }
  .open_menu {
    display: block;
  }
  .h_top_wrap_head_mob {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .h_top_wrap_head_mob_first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .h_top_wrap_head_mob_first > span {
    width: auto;
    float: left;
    font-family: Ossem;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #862C84;
  }
  .h_top_wrap_head_mob_left {
    width: 100%;
    float: left;
    max-width: 100px;
  }
  .h_top_wrap_head_mob_right {
    width: 100%;
    float: left;
    max-width: 100px;
    display: flex;
    justify-content: flex-end;
  }
  .h_catalog_menu > li > .h_catalog_menu_inside,
  .h_catalog_menu_tabs {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: auto;
    max-height: 100vh;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding: 15px;
    display: flex;
    flex-direction: column;
    transform: translateX(-110%);
    transition: .3s;
    justify-content: flex-start;
    background-color: #FFF;
    padding-top: 55px;
  }
  .h_top_wrap_head_mob {
    position: relative;
    z-index: 999999;
  }
  .h_catalog_menu_tabs > li {
    flex: initial;
    border-bottom: 1px solid rgba(134, 44, 132, 0.25);
  }
  .h_catalog_menu_tabs > li > a {
    padding: 0;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    font-family: Ossem;
    line-height: 18px;
    color: #000;
  }
  .h_catalog_menu_tabs > li > a:after {
    display: none;
  }
  .h_catalog_menu_tabs > li > a:before {
    content: "";
    width: 34px;
    height: 34px;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/menu_arrow.svg") center no-repeat;
  }
  .h_catalog_menu_tabs > li:hover {
    background: none;
  }
  .h_catalog_menu_tabs > li:hover a {
    border-color: transparent;
  }
  .visible_inside {
    transform: none!important;
  }
  .h_catalog_menu > li > .h_catalog_menu_inside {
    border: none;
  }
  .h_catalog_menu > li > .h_catalog_menu_inside > li {
    border-bottom: 1px solid rgba(134, 44, 132, 0.25);
  }
  .h_catalog_menu > li > .h_catalog_menu_inside > li > a,
  .h_catalog_menu > li > .h_catalog_menu_inside > li > span {
    width: 100%;
    float: left;
    min-height: 34px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0!important;
    font-family: Ossem;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    color: #000000;
  }
  .h_catalog_menu > li > .h_catalog_menu_inside > li > a:after,
  .h_catalog_menu > li > .h_catalog_menu_inside > li > span:after {
    content: "";
    width: 34px;
    height: 34px;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/menu_arrow.svg") center no-repeat;
  }
  .h_catalog_menu_inside_span--active:after {
    transform: rotate(90deg);
  }
  .h_catalog_menu > li > .h_catalog_menu_inside > li > .h_catalog_menu_inside,
  .h_catalog_menu_inside_list {
    display: none;
  }
  .h_catalog_menu > li > .h_catalog_menu_inside > li.active > .h_catalog_menu_inside{
    display: block;
  }
  .h_bottom_wrap {
    display: flex;
    align-items: center;
  }
  .h_logo {
    max-width: 185px;
  }
  .h_bottom_right {
    max-width: none;
  }
  .open_menu {
    margin-right: 20px;
  }
  .h_top {
    padding-bottom: 20px;
  }
  .h_bottom_wrap {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 102;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    opacity: 0;
  }
  .header--visible {
    opacity: 1;
  }
  .h_bottom_right_top {
    margin-bottom: 0;
  }
  .h_accounts a {
    margin-left: 20px;
    max-width: 20px;
  }
  .h_accounts a svg {
    width: 100%;
  }
  .h_accounts a:first-child {
    margin-left: 0;
  }
  main {
    padding-top: 70px;
  }
  .h_bottom_right {
    width: auto;
  }
  .h_top_wrap_head_mob--toggle .h_top_wrap_head_mob_first {
    display: none;
  }
  .h_top_wrap_head_mob--toggle .h_top_wrap_head_mob_second {
    display: flex;
  }
  .m_slider {
    padding-top: 10px;
  }
  .h_catalog_menu > li > .h_catalog_menu_inside > li {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .m_about_wrap_img {
    display: none;
  }
  .m_about_wrap_info {
    max-width: 100%;
    padding-left: 0;
  }
  .block_title {
    font-size: 30px;
    line-height: 1.25;
  }
  .m_sale_program_inside_list {
    justify-content: center;
  }
  .contacts_page_wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .contacts_page_map {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
  }
  .contacts_page {
    padding-bottom: 15px;
  }
  .contacts_page_info {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .catalog_page_wrap {
    flex-direction: column;
    align-items: center;
  }
  .catalog_page_left {
    max-width: 100%;
  }
  .catalog_page_right {
    max-width: 100%;
    padding-left: 0;
  }
  .m_filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 99999;
    background-color: #FFF;
    padding: 45px 15px 15px 15px;
    transition: .3s;
    transform: translateX(-110%);
  }
  .m_filter--active {
    transform: none;
  }
  .close_filter {
    display: flex;
  }
  .open_filter {
    display: flex;
  }
  .catalog_page_left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .open_filter {
    padding: 10px 25px;
  }
  .catalog_goods_kilk {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .catalog_page_sort_list li:not(:first-child) {
    margin-left: 10px;
  }
  .catalog_page_sort_list {
    justify-content: center;
  }
  .catalog_page_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .load_more {
    margin-bottom: 25px;
  }
  .main_but {
    padding-left: 25px;
    padding-right: 25px;
	float: unset;
	margin-bottom: 70px;
  }
  .goods_page_tabs li a {
    font-size: 18px;
  }
  .goods_page_tabs li:not(:last-child) {
    margin-right: 20px;
  }
  .goods_page_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .goods_page_gallery {
    display: flex;
    margin-bottom: 25px;
  }
  .goods_page_info {
    max-width: 100%;
    max-width: 500px;
  }
  .goods_page_info {
    padding-left: 0;
  }
  .slick-arrow {
    top: -92px;
  }
  .pay_block.pay_double.pay_double_title:before,
  .pay_block.pay_double.pay_double_title:after{
    display: none;
  }
  .pay_block.pay_double.pay_double_title{
    background: none;
    color: #000;
    margin-bottom: 0px!important;
  }
}
@media (max-width: 767px) {
  .viber_link--mob {
    display: block!important;
  }
  .goods_page_gallery {
    flex-direction: column-reverse;
  }
  .m_card_main_slider .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .m_card_main_slider {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .goods_page_buy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .one_click {
    margin-left: 0;
    margin-top: 20px;
  }
  .goods_page_top {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .m_card_nav_slider {
    max-width: 100%;
    padding-right: 0;
  }
  .m_card_nav_slider .slick-track {
    display: flex;
  }
  .m_card_nav_slider li {
    margin-left: 3px;
    margin-right: 3px;
  }
  .m_deliv_info > span {
    font-size: 24px;
    line-height: 1.25;
  }
  .m_deliv_info_text p {
    font-size: 14px;
    line-height: 1.1;
  }
  .m_deliv_info > span {
    padding-left: 20px;
  }
  .m_deliv_info {
    max-width: 200px;
  }
  .m_deliv_info_text {
    border-radius: 15px 0px;
    padding: 5px 20px;
  }
  .m_deliv_info_text p:not(:last-child) {
    margin-bottom: 0;
  }
  .m_slider_list li.slick-slide {
    min-height: 140px;
    padding: 50px 15px;
  }
  .m_slider_list li.slick-slide a {
    min-width: 110px;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 15px;
  }
  .m_slider_list_info > div p {
    font-size: 14px;
  }
  .m_slider_list {
    padding-right: 12px;
  }
  .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .m_slider_list .slick-arrow {
    width: 24px;
    height: 24px;
  }
  .m_slider_list .slick-dots {
    padding-bottom: 50px;
    justify-content: flex-start;
    padding-top: 20px;
  }
  .m_slider_list .slick-dots li {
    height: 7px;
  }
  .m_slider_list .slick-prev_arrow {
    bottom: 24px;
  }
  .m_slider_list .slick-dots {
    max-width: 7px;
  }
  .m_slider_list .slick-dots li {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .m_sale_program_inside {
    padding: 25px;
  }
  .m_sale_program_inside > p {
    font-size: 18px;
  }
  .block_header {
    margin-bottom: 20px;
  }
  .slick-arrow {
    width: 24px;
    height: 24px;
    top: -49px;
  }
  .slick-arrow svg {
    width: 14px;
    height: 14px;
  }
  .slick-arrow svg path {
    stroke-width: 8!important;
  }
  .catalog_list_img {
    height: 240px;
  }
  .slick-prev_arrow {
    right: 39px;
  }
  .catalog_list_name {
    font-size: 12px;
    margin-bottom: 0;
  }
  .catalog_list_price_old {
    font-size: 12px;
  }
  .catalog_list_price_actual {
    font-size: 14px;
  }
  .catalog_list_cart {
    height: 30px;
    max-width: 30px;
  }
  .catalog_list_cart svg {
    max-width: 20px;
  }
  .catalog_list_price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog_list_bottom_left {
    max-width: calc(100% - 30px);
  }
  .block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .block_header {
    margin-bottom: 15px;
  }
  .slick-arrow {
    top: -35px;
  }
  .front_catalog .block_header {
    margin-bottom: 5px;
  }
  .m_sale_program_inside_list li span {
    font-size: 30px;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .m_sale_program_inside_list li p {
    font-size: 16px;
  }
  footer {
    margin-top: 15px;
  }
  .m_categories_wrap {
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-right: -2px;
  }
  .m_categories_left {
    width: calc(40% - 4px);
    margin-left: 2px;
    margin-right: 2px;
  }
  .m_categories_right {
    width: calc(60% - 4px);
    margin-left: 2px;
    margin-right: 2px;
  }
  .m_categories_left .m_categories_item:first-child {
    margin-bottom: 4px;
  }
  .m_categories_right_top {
    margin-bottom: 4px;
  }
  .m_categories_right_bottom .m_categories_item:last-child {
    width: calc(60% - 2px);
    margin-left: 4px;
  }
  .m_categories_right_bottom .m_categories_item {
    height: calc(50% - 2px);
    width: calc(40% - 2px);
  }
  .m_categories_item span {
    font-size: 14px;
    padding: 10px;
  }
  .m_categories_left .m_categories_item:first-child {
    height: 185px;
  }
  .m_categories_left .m_categories_item:last-child {
    height: 140px;
  }
  .m_categories_right_top .m_categories_item:first-child {
    height: 140px;
  }
  .m_categories_right_top .m_categories_item:last-child {
    height: 140px;
  }
  .m_categories_right_bottom {
    height: 184px;
  }
  .m_categories_right_top .m_categories_item:first-child {
    width: calc(60% - 2px);
  }
  .m_categories_right_top .m_categories_item:last-child {
    width: calc(40% - 2px);
  }
  .map {
    height: 300px;
  }
  .contacts_page_address_list li {
    padding: 10px;
  }
  .contacts_page_address_list li p {
    font-size: 12px;
  }
  .f_top_call a {
    font-size: 16px;
  }
  .f_top_call a img {
    max-width: 24px;
    vertical-align: middle;
  }
  .contacts_page_address_title {
    font-size: 16px;
  }
  .contacts_page_address_title img {
    max-width: 24px;
  }
  .f_logo {
    max-width: 120px;
  }
  .m_filter_check_list li label {
    font-size: 12px;
  }
  .catalog_page_sort_list {
    flex-direction: column;
    align-items: center;
  }
  .catalog_page_sort_list li {
    margin-bottom: 7px;
  }
  .catalog_page_sort_list li:not(:first-child) {
    margin-left: 0;
  }
  .page_title {
    font-size: 24px;
  }
  .reviews_list_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews_list > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .reviews_list_body_change {
    padding-left: 0;
    margin-top: 10px;
  }
  .reviews_wrap_head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reviews_wrap_head {
    margin-bottom: 25px;
  }
  .reviews_wrap_head_left {
    margin-bottom: 15px;
  }
  .add_review {
    min-width: auto;
  }
  .reviews_wrap_head_left span {
    font-size: 14px;
  }
  .reviews_wrap_head_left .review_star_list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .reviews_wrap_head_left p {
    font-size: 14px;
  }
  .reviews_wrap_head_left .review_star_list {
    margin-bottom: 0;
  }
  .reviews_wrap_head_left {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .reviews_wrap_body .pagin {
    justify-content: center;
  }
  .goods_page_tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .goods_page_tabs li:not(:last-child) {
    margin-right: 0;
  }
  .goods_page_tabs {
    padding: 5px 10px;
    margin-bottom: 25px;
  }
  .goods_page_tabs li {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .goods_page_tabs li a {
    font-size: 18px;
    line-height: 1.2;
  }
  .m_card_nav_slider li {
    height: auto!important;
  }
  .m_card_main_slider li {
    height: auto!important;
  }
  .add_basket {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .goods_page_size {
    max-width: 100%;
  }
  .catalog_list_status {
    left: 5px;
    top: 5px;
  }
  .catalog_list_like {
    right: 5px;
    top: 5px;
  }
  .front_catalog .block_header {
    padding-right: 55px;
  }
  .h_logo {
    max-width: 135px;
  }
  .open_menu {
    margin-right: 5px;
  }
  main {
    padding-top: 60px;
  }
  .m_slider_list li.slick-slide {
    border-radius: 0 15px;
  }
  .h_accounts a svg {
    max-height: 19px;
  }
}
@media (max-width: 374px) {
  .block_title {
    font-size: 20px;
  }
  .catalog_list_img {
    height: 320px;
  }
  .slick-arrow {
    top: -30px;
  }
  .m_deliv_info > span {
    font-size: 18px;
  }
  .m_categories_item span {
    font-size: 12px;
    padding: 5px;
    padding-right: 20px;
  }
  .catalog_list li {
    width: calc(100% - 20px);
  }
  .m_card_main_slider li {
    height: 430px!important;
  }
  .h_top_wrap_head_mob_second span {
    font-size: 20px;
  }
}
