/* Локальный Rubik вместо @import с Google Fonts.
   Файлы лежат в папке fonts/ рядом с css/ (путь ../fonts/ как было у Open Sans).
   Покрытие: латиница + кириллица (укр. і ї є ґ) + ₴ № . */
@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a{
  color: #f29814;
}
a:active,
a:focus {
  outline: none;
}
a:hover{
  color: #CF1215;
}
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;
}
body {
  width: 100%;
  float: left;
  font-family: Rubik;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  background: #E5E5E5;
}
.wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
.container {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1275px;
}
header {
  width: 100%;
  float: left;
  position: relative;
}
header:after {
  position: absolute;
  z-index: -1;
  width: 100%;
  background-color: #FFF;
  display: block;
  left: 0;
  content: "";
  top: 0;
  height: calc(100% - 28px);
}
.h_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 20px;
}
.h_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_left {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_logo {
  width: 100%;
  float: left;
  max-width: 105px;
  margin-right: 20px;
}
.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_slogan {
  width: 100%;
  float: left;
  max-width: 300px;
}
.h_slogan p {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #333333;
}
.h_search {
  width: 100%;
  float: left;
  max-width: 360px;
  padding-left: 15px;
  padding-right: 15px;
}
.h_search form {
  width: 100%;
  float: left;
  position: relative;
}
.h_search form input {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #333333;
  padding-left: 27px;
  padding-right: 55px;
  height: 43px;
  background: none;
  border: 1px solid #A9A9A9;
  box-sizing: border-box;
  border-radius: 48px;
}
.h_search 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 form button svg {
  width: auto;
  float: left;
  height: auto;
  max-width: 40px;
}
.h_search form button svg path {
  transition: .3s;
}
.h_search form button:hover svg path {
  stroke: #F29814;
}
.h_lang {
  width: auto;
  float: left;
}
.h_lang_list {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.h_lang_list li {
  width: auto;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
.h_lang_list li a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #A9A9A9;
}
.h_lang_list li a.h_lang--active {
  color: #2E3033;
}
.h_right {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_user {
  width: 100%;
  float: left;
  max-width: 22px;
  margin-right: 44px;
}
.h_user a {
  width: 100%;
  float: left;
}
.h_user a svg {
  width: 100%;
  float: left;
  height: auto;
}
.h_user a svg path {
  transition: .3s;
}
.h_user a:hover svg path {
  stroke: #F29814;
}
.h_like {
  width: auto;
  float: left;
  margin-right: 44px;
}
.h_like a {
  width: auto;
  float: left;
  position: relative;
}
.h_like a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
  justify-content: center;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  padding-right: 1px;
  line-height: 18px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.h_like a svg {
  width: auto;
  float: left;
  min-width: 26px;
}
.h_like a svg path {
  transition: .3s;
}
.h_like a:hover svg path {
  stroke: #F29814;
}
.h_like .h_like--active svg path {
  fill: #F29814;
  stroke: #F29814;
}
.h_cart {
  width: auto;
  float: left;
}
.h_cart a {
  width: auto;
  float: left;
  display: flex;
  text-decoration: none;
  align-items: center;
}
.h_cart a:hover svg path {
  stroke: #F29814;
}
.h_cart .h_cart--active svg path {
  stroke: #F29814;
  fill: #F29814;
}
.h_cart_img {
  width: 100%;
  float: left;
  max-width: 28px;
}
.h_cart_img svg {
  width: 100%;
  float: left;
  height: auto;
}
.h_cart_img svg path {
  transition: .3s;
}
.h_cart_info {
  width: 100%;
  float: left;
  max-width: 90px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.h_cart_info span {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #2E3033;
}
.h_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  position: relative;
}
.h_bottom_wrap {
  width: 100%;
  float: left;
  background: #2E3033;
  border-radius: 4px;
}
.h_catalog {
  width: 100%;
  float: left;
  max-width: 296px;
}
.h_catalog a {
  width: 100%;
  float: left;
  justify-content: center;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: .3s;
  color: #FFFFFF;
  padding-left: 32px;
  padding-right: 32px;
  background: #1D1E1F;
  border-radius: 4px 0px 0px 4px;
  padding-top: 18px;
  padding-bottom: 17px;
}
.h_catalog a svg {
  width: auto;
  float: left;
  height: auto;
  max-width: 18px;
  margin-right: 22px;
}
.h_catalog a svg path {
  transition: .3s;
}
.h_catalog a:hover {
  color: #F29814;
}
.h_catalog a:hover svg path {
  stroke: #F29814;
}
.h_bottom_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 296px);
  display: flex;
  align-items: center;
  border-left: 2px solid #2E3033;
}
.h_bottom_right_call {
  width: 100%;
  float: left;
  max-width: 226px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.h_bottom_right_call_head {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  min-height: 57px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.h_bottom_right_call_head a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: right;
  text-decoration: none;
  color: #FFFFFF;
}
.h_bottom_right_call_head a:hover {
  opacity: 0.7;
}
.call_toggle {
  width: auto;
  float: left;
  margin-left: 15px;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: -5px;
  transition: .3s;
}
.call_toggle img {
  width: auto;
  float: left;
  transition: .3s;
}
.call_toggle--active {
  transform: rotate(180deg);
  margin-top: 3px;
}
.h_bottom_right_call_body {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: .3s;
  background: #2E3033;
  border-radius: 4px;
  padding-bottom: 9px;
  padding-top: 9px;
  padding-left: 11px;
  padding-right: 5px;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
}
.h_bottom_right_call_body li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  margin-top: 1px;
}
.h_bottom_right_call_body li a {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: right;
  transition: .3s;
  color: #FFFFFF;
}
.h_bottom_right_call_body li a:hover {
  opacity: 0.7;
}
.h_bottom_right_call_body li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 14px;
  margin-left: 10px;
}
.h_bottom_right_call_body li:last-child a {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}
.h_bottom_right_call_body--active {
  opacity: 1;
  visibility: visible;
}
.h_nav {
  width: 100%;
  float: left;
  max-width: calc(100% - 226px);
}
.h_nav_list {
  width: 100%;
  float: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex: 1;
  margin-bottom: 0px;
}
.h_nav_list li {
  width: auto;
  float: left;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
}
.h_nav_list li span,
.h_nav_list li a {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  min-height: 57px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  justify-content: center;
  text-decoration: none;
  transition: .3s;
}
.h_nav_list li.active span,
.h_nav_list li a:hover {
  background: #1D1E1F;
}
main {
  width: 100%;
  float: left;
}
.m_banner {
  width: 100%;
  float: left;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}
.m_banner_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
}
.m_banner_wrap_menu {
  width: 100%;
  float: left;
  max-width: 296px;
  position: relative;
}
.m_banner_wrap_tovar {
  width: 100%;
  float: left;
  max-width: 296px;
}
.m_banner_wrap_tovar > .tovar_teaser{
  background: #fff;
  border-radius: 5px;
}
.m_banner_wrap_slider {
  width: 100%;
  float: left;
  max-width: calc(100% - 592px);
  padding-left: 13px;
  padding-right: 13px;
}
.m_banner_wrap_slider_list {
  width: 100%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
.m_banner_wrap_slider_list li {
  width: 100%;
  float: left;
  min-height: 414px;
  display: flex!important;
  align-items: center;
  position: relative;
  padding: 40px;
  padding-bottom: 70px;
  flex-shrink: 0;
}
.m_banner_wrap_slider_list li img {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  object-fit: cover;
  top: 0;
}
.m_banner_wrap_slider_list .slick-dots {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  bottom: 45px;
  left: 40px;
  position: absolute;
}
.m_banner_wrap_slider_list .slick-dots li {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  background: none;
  padding: 0;
  min-height: 11px;
  transition: .3s;
}
.m_banner_wrap_slider_list .slick-dots li:not(:last-child) {
  margin-right: 16px;
}
.m_banner_wrap_slider_list .slick-dots li button {
  background: none;
  border: none;
  padding: 0;
  border-radius: 100%;
  text-indent: -9999px;
}
.m_banner_wrap_slider_list .slick-dots li.slick-active {
  background-color: #FFF;
}
.m_banner_wrap_slider_list .slick_arrow {
  position: absolute;
  bottom: 40px;
  width: 14px;
  float: left;
  height: auto;
  background: none;
  border: none;
  z-index: 2;
  padding: 0;
  cursor: pointer;
  transition: .3s;
}
.m_banner_wrap_slider_list .slick_arrow:hover {
  opacity: 0.7;
}
.m_banner_wrap_slider_list .slick_arrow svg {
  width: 100%;
  float: left;
  height: auto;
}
.m_banner_wrap_slider_list .slick-next_arrow {
  right: 40px;
}
.m_banner_wrap_slider_list .slick-prev_arrow {
  right: 76px;
}
.m_banner_wrap_slider_info {
  position: relative;
  z-index: 2;
  width: 100%;
  float: left;
  max-width: 270px;
}
.m_banner_wrap_slider_info span {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 34px;
}
.m_banner_wrap_slider_info span strong {
  font-weight: bold;
}
.m_banner_wrap_slider_info p {
  width: 100%;
  float: left;
  max-width: 165px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 118.18%;
  /* or 19px */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.m_banner_wrap_slider_info_sub a,
.white_but {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #F19213;
  background: #FFFFFF;
  border-radius: 54px;
  transition: .3s;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 40px;
}
.m_banner_wrap_slider_info_sub a:hover,
.white_but:hover {
  background: #CF1215;
  color: #FFF;
}
.m_banner_wrap_menu {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 12px 0 11px 0;
}
.m_banner_wrap_menu_list {
  width: 100%;
  float: left;
}
.m_banner_wrap_menu_list > li {
  width: 100%;
  float: left;
}
.m_banner_wrap_menu_list > li > span,
.m_banner_wrap_menu_list > li > a {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  text-decoration: none;
  align-items: center;
  color: #333333;
  min-height: 42px;
  padding-left: 61px;
  padding-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url("img/star.svg") left center no-repeat;
  background-position: left center!important;
  background-repeat: no-repeat!important;
  background-position-x: 23px!important;
  background-size: 24px 24px!important;
}
.m_banner_wrap_menu_list > li > span svg,
.m_banner_wrap_menu_list > li > a svg {
  width: auto;
  float: left;
  height: auto;
  margin-left: 15px;
  margin-top: -2px;
  transition: .3s;
}
.m_banner_wrap_menu_list > li.active,
.m_banner_wrap_menu_list > li:hover {
  background-color: #F2F2F2;
}
.m_banner_wrap_menu_list > li:hover > a svg {
  transform: rotate(-90deg);
  margin-top: 3px;
}
.m_banner_wrap_menu_list > li:hover .m_banner_wrap_menu_list_wrap {
  opacity: 1;
  visibility: visible;
}
.m_banner_wrap_menu_list > li .sale_menu_link {
  color: #CF1215;
  font-weight: 600;
}
.m_banner_wrap_menu_list > li:not(:last-child) {
  margin-bottom: 8px;
}
.m_banner_wrap_menu_list > li:last-child a {
  background: url("img/settings.svg") left center no-repeat;
  background-position-x: 23px;
}
.m_banner_wrap_menu_list > li:last-child a:hover {
  background-color: #F2F2F2;
}
.m_banner_wrap_menu_list > li:last-child a:hover svg {
  transform: rotate(-90deg);
}
.m_banner_wrap_menu_list_wrap {
  position: absolute;
  width: auto;
  float: left;
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 5px;
  background: #E5E5E5;
  top: 0;
  right: 0;
  z-index: 5;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: .1s;
}
.m_banner_wrap_menu_list_inside {
  background: #FFFFFF;
  border: 1px solid #D6D8E3;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 11px 0;
  padding-left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  align-content: start;
}
.m_banner_wrap_menu_list_inside:before {
  position: absolute;
  left: 33%;
  width: 1px;
  height: calc(100% - 44px);
  top: 22px;
  background-color: #A9A9A9;
  content: "";
}
.m_banner_wrap_menu_list_inside:after {
  position: absolute;
  left: 66%;
  width: 1px;
  height: calc(100% - 44px);
  top: 22px;
  background-color: #A9A9A9;
  content: "";
}
.m_banner_wrap_menu_list_inside li {
  width: 33%;
  float: left;
  padding-right: 5px;
  padding-left: 22px;
  padding-right: 22px;
}
.m_banner_wrap_menu_list_inside li span,
.m_banner_wrap_menu_list_inside li a {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 280%;
  /* or 39px */
  text-decoration: none;
  color: #333333;
  transition: .3s;
}
.m_banner_wrap_menu_list_inside li.active span,
.m_banner_wrap_menu_list_inside li a:hover {
  color: #CF1215;
}
.tovar_teaser {
  width: 100%;
  float: left;
  position: relative;
  transition: .3s;
}
.tovar_teaser:hover {
  -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.25);
}
.tovar_teaser > a {
  width: 100%;
  float: left;
  padding: 15px 15px 15px 15px;
  display: flex;
  flex-direction: column;
}
.tovar_teaser_best {
  background: #FFFFFF;
  border: 2px solid #F29814;
  box-sizing: border-box;
  border-radius: 4px;
}
.tovar_teaser_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.sale_span {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  display: flex;
  align-items: center;
  background: #CF1215;
  border-radius: 4px;
  color: #FFFFFF;
  padding-left: 7px;
  padding-right: 7px;
  min-height: 21px;
  justify-content: center;
}
.dext_tovar_span {
  background: #F29814;
}
.tovar_teaser_bottom {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 13px;
  z-index: 3;
}
.tovar_teaser_bottom_cont {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.tovar_teaser_bottom_price {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.tovar_teaser_bottom_price span {
  width: 100%;
  float: left;
}
.tovar_teaser_info {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  color: #A9A9A9;
}
.tovar_teaser_info:hover {
  color: #F29814;
}
.tovar_teaser_old_rpice {
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #A9A9A9;
}
.tovar_teaser_new_rpice {
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 29px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #CF1215;
}
.tovar_teaser_bottom_links {
  width: 50%;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tovar_teaser_bottom_links a {
  width: 100%;
  float: left;
  max-width: 28px;
}
.tovar_teaser_bottom_links a:not(:last-child) {
  margin-right: 22px;
}
.tovar_teaser_bottom_links a svg {
  width: 100%;
  float: left;
  height: auto;
}
.tovar_teaser_bottom_links a svg path {
  transition: .3s;
  stroke: #A9A9A9;
}
.tovar_teaser_bottom_links a:hover svg path {
  stroke: #F29814;
}
.tovar_teaser_bottom_links .tovar_teaser_like--active svg path {
  stroke: #CF1215!important;
}
.tovar_teaser_tovar_name {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  justify-content: center;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  word-break: break-word;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 45px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tovar_teaser_tovar {
  width: 100%;
  float: left;
  height: 190px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.tovar_teaser_tovar img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.tovar_teaser .tovar_teaser_info_wrap,
.tovar_teaser_info_wrap ul{
  position: relative;
  width: 100%;
  padding: 0px 10px;
  transition: .3s;
  word-break: break-word;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  min-height: 72px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 72px;
}
.tovar_teaser .tovar_teaser_info_wrap ul{
  list-style: disc;
}
.content ul{
  list-style: disc;
  padding-left: 20px;
}
.content ol{
  list-style: decimal;
  padding-left: 20px;
}
.product_characteristics table tr,
.tovar_teaser .tovar_teaser_info_wrap table tr {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  display: flex;
}
.product_characteristics table tr td:nth-child(1),
.tovar_teaser .tovar_teaser_info_wrap table tr td:nth-child(1){
  width: 50%;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #A9A9A9;
  padding-right: 10px;
}
.product_characteristics table tr td:nth-child(2),
.tovar_teaser .tovar_teaser_info_wrap table tr td:nth-child(2){
  width: 50%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
}
.tovar_teaser_info_wrap ul li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  display: flex;
}
.tovar_teaser_info_wrap ul li span {
  width: 50%;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #A9A9A9;
  padding-right: 10px;
}
.tovar_teaser_info_wrap ul li p {
  width: 50%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
}
.tovar_teaser_info_big_desc {
  display: flex;
  flex-direction: column;
}
.tovar_teaser_info_big_desc span {
  margin-bottom: 10px;
}
.tovar_teaser_info_big_desc p,
.tovar_teaser_info_big_desc span {
  width: 100%!important;
}

.tovar_teaser .tovar_teaser_info_wrap.tovar_teaser_info_wrap--active,
.tovar_teaser_info_wrap--active ul {
  opacity: 1;
  visibility: visible;
}
.m_adv {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}
.m_adv_wrap {
  width: 100%;
  float: left;
  background-color: #FFF;
  display: flex;
  border-radius: 4px;
  padding: 17px 0;
}
.m_adv_wrap li {
  width: 25%;
  float: left;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.m_adv_wrap li:not(:last-child) {
  border-right: 1px solid #A9A9A9;
}
.m_adv_wrap li:nth-child(even) .m_adv_wrap_img svg path {
  stroke: #F29814;
}
.m_adv_wrap_img {
  width: 100%;
  float: left;
  max-width: 50px;
}
.m_adv_wrap_img svg {
  width: 100%;
  float: left;
}
.m_adv_wrap_img svg path {
  stroke: #CF1215;
}
.m_adv_wrap_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 50px);
  padding-left: 25px;
}
.m_adv_wrap_info span {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #282828;
  margin-bottom: 7px;
}
.m_adv_wrap_info p {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #282828;
}
.m_popular {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
  z-index: 2;
  position: relative;
}
.m_popular_wrap {
  width: 100%;
  float: left;
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
}
.m_popular_lists li{
  width: 25%;
  position: relative;
  float: left;
  padding: 10px;
  margin-bottom: 10px;
}
.m_popular_lists li:after{
  position: absolute;
  height: 88%;
  top: 10%;
  width: 1px;
  content: "";
  background-color: #D6D8E3;
  right: 0px;
}
.m_popular_list {
  width: 100%;
  float: left;
}
.m_popular_list .slick-track {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_popular_list .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.m_popular_list .slick-slide:after {
  position: absolute;
  height: 88%;
  top: 10%;
  width: 1px;
  content: "";
  background-color: #D6D8E3;
  right: -10px;
}
.m_popular_list .slick_arrow {
  position: absolute;
  top: -52px;
  width: 14px;
  float: left;
  height: auto;
  background: none;
  border: none;
  z-index: 2;
  padding: 0;
  cursor: pointer;
  transition: .3s;
}
.m_popular_list .slick_arrow:hover {
  opacity: 0.7;
}
.m_popular_list .slick_arrow svg {
  width: 100%;
  float: left;
  height: auto;
}
.m_popular_list .slick_arrow svg path {
  stroke: #A9A9A9;
}
.m_popular_list .slick-next_arrow {
  right: 25px;
}
.m_popular_list .slick-prev_arrow {
  right: 56px;
}
.tovar_teaser_rating {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.tovar_teaser_rating i {
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  color: #A9A9A9;
  margin-right: 5px;
}
.tovar_teaser_rating img {
  width: auto;
  float: left;
  height: auto;
}
.m_popular_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  padding: 40px 25px 30px 25px;
  position: relative;
}
.go_to_catalog {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #A9A9A9;
  transition: .3s;
  position: absolute;
  left: 25px;
  top: 49px;
}
.go_to_catalog svg {
  margin-left: 10px;
}
.go_to_catalog svg path {
  stroke: #A9A9A9;
  transition: .3s;
}
.go_to_catalog:hover {
  color: #F29814;
}
.go_to_catalog:hover svg {
  width: auto;
  float: left;
}
.go_to_catalog:hover svg path {
  stroke: #F29814;
}
.title {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  display: flex;
  align-items: center;
  padding-left: 200px;
  padding-right: 200px;
  color: #F29814;
  text-align: center;
  justify-content: center;
}
.m_sale_banner {
  width: 100%;
  float: left;
  background: url("img/sale_banner-bg-min.jpg") center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 200px;
  margin-top: -150px;
  margin-bottom: -150px;
  z-index: 1;
}
.m_sale_banner_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_sale_banner_wrap_parcent {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_sale_banner_wrap_parcent i {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  color: #F3A81B;
  position: relative;
  padding: 12px 15px 13px 5px;
  background: url("img/tr_bg.png") center no-repeat;
  background-size: 100% 100%;
}
.m_sale_banner_wrap_parcent span {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 95px;
  line-height: 129px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-left: 15px;
}
.m_sale_banner_wrap_info {
  width: 100%;
  float: left;
  max-width: 600px;
  margin-left: 65px;
  margin-right: 65px;
}
.m_sale_banner_wrap_info span {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 118.18%;
  /* or 30px */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.m_sale_banner_wrap_info p {
  width: 100%;
  float: left;
  max-width: 425px;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  position: relative;
  /* or 17px */
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.m_sale_banner_wrap_info ul li{
  position: relative
}
.m_sale_banner_wrap_info ul li p:before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -25px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.m_sale_banner_wrap_link {
  width: auto;
  float: left;
  padding-top: 10px;
}
.border_link {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  justify-content: center;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 23px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 54px;
  line-height: 36px;
}
.border_link:hover {
  background-color: #FFF;
  color: #F29814;
}
.m_products_front .title {
  padding-left: 320px;
  padding-right: 320px;
}
.m_products_front_info {
  position: absolute;
  width: 25%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  transition: .3s;
  padding: 30px 25px;
}
.m_products_front_info p {
  width: 100%;
  float: left;
  flex-direction: column;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
  color: #FFFFFF;
}
.m_products_front_info p span {
  font-weight: bold;
  font-size: 45px;
  line-height: 61px;
}
.m_products_front_info_scanners {
  background: url("img/cat1.jpg") center no-repeat;
  background-size: cover;
}
.m_products_front_info_printers {
  background: url("img/cat2.jpg") center no-repeat;
  background-size: cover;
}
.m_products_front_info--active {
  opacity: 0;
  visibility: hidden;
}
.m_products_front_info_top ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  max-width: 250px;
  flex-direction: column;
}
.m_products_front_info_top ul li {
  width: 100%;
  float: left;
  padding-left: 25px;
  background: url("img/white_arrow.svg") center left no-repeat;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  color: #FFFFFF;
}
.m_products_front .m_popular_wrap {
  position: relative;
}
.m_products_front_info_top {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_part {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 126px;
  padding-bottom: 126px;
  margin-top: -110px;
  margin-bottom: -110px;
  background: url("img/sale_banner-bg-min.jpg") center no-repeat;
  background-size: cover;
}
.m_part_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
}
.m_part_title {
  width: 100%;
  float: left;
  max-width: 390px;
  padding-right: 20px;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 48px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.m_part_wrap_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_part_wrap_list li {
  width: 100%;
  float: left;
  max-width: 160px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 20px;
  margin-right: 20px;
}
.m_part_wrap_list.brandlist li{
  text-align: center;
}
.m_part_wrap_list.brandlist li img{
  float: none;
}
.m_part_wrap_list li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.m_prof {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.m_prof_wrap {
  width: 100%;
  float: left;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px 0px;
}
.m_prof_list {
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
}
.m_prof_list li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 23px;
  padding-right: 23px;
}
.m_prof_list li:not(:last-child) {
  border-right: 1px solid #A9A9A9;
}

.m_prof_list li a{
  text-align: center;
}
.m_prof_list li img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.m_prof_list li span {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  /* or 116% */
  text-align: center;
  color: #282828;
  margin-bottom: 25px;
}
.m_prof_list li p {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #282828;
}
.m_news_list li a {
  width: 100%;
  float: left;
  transition: .3s;
}
.m_news_list li a:hover {
  -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.25);
}
.m_news_list li a:hover i {
  color: #F29814;
}
.m_news_list_img {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.m_news_list_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.m_news_list_info {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  padding-top: 0;
  max-height: 148px;
  min-height: 148px;
  overflow: hidden;
}
.m_news_list_info > span {
  width: 100%;
  float: left;
  min-height: 50px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
  margin-bottom: 10px;
}
.m_news_list_info p {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  /* or 121% */
  text-align: center;
  color: #333333;
  margin-bottom: 15px;
}
.m_news_list_info_i {
  width: auto;
  float: left;
  transition: .3s;
  color: #A9A9A9;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
}
.m_news {
  display: flex;
  width: 100%;
  float: left;
  justify-content: center;
  margin-bottom: 10px;
}
.m_about_company {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
}
.m_about_company.breadcrumbs_holder{
  margin-bottom: 0px;
}
.m_about_company_wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 105px;
  padding-top: 80px;
}
.m_about_company_wrap.content{
  padding: 50px;
  align-items: normal;
}
.m_about_company_wrap img {
  float: left;
  margin-bottom: 40px;
}
.m_about_company_wrap.content img{
  margin-bottom: 5px;
  max-width: 100%;
  float: none;
}
.content img{
}
.m_about_company_wrap p {

}
.m_about_company_wrap ul{
  list-style-type: disc;
  margin-left: 20px;
}
.m_about_company_wrap.content .no_discount_price{

    text-decoration: line-through;
}
footer {
  width: 100%;
  float: left;
  background: #2E3033;
}
.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;
  border-top: 1px solid #A9A9A9;
  padding-top: 18px;
  padding-bottom: 18px;
}
.f_bottom_wrap > div > a,
.f_bottom_wrap > a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
}
.f_bottom_wrap > div > a:hover,
.f_bottom_wrap > a:hover {
  opacity: 0.7;
}
.f_bottom_wrap > div > a:nth-child(1){
  margin-right: 20px;
}
.f_bottom_wrap p {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: right;
  color: #A9A9A9;
}
.f_bottom_wrap p a {
  transition: .3s;
  color: #A9A9A9;
  text-decoration: none;
  margin-left: 5px;
}
.f_bottom_wrap p a:hover {
  color: #FFF;
}
.f_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 105px;
  padding-bottom: 35px;
}
.f_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.f_top_right {
  width: 100%;
  float: left;
  max-width: 230px;
}
.f_soc {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.f_soc li {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.f_soc li a {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FFFFFF;
  padding: 5px;
  transition: .3s;
}
.f_soc li a:hover {
  transform: translateY(-3px);
}
.f_soc li a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.border_link_big {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.f_part {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_part li {
  width: auto;
  float: left;
  margin-top: 15px;
}
.f_part li img {
  width: auto;
  float: left;
  height: auto;
}
.f_top_contacts {
  width: 100%;
  float: left;
  max-width: 251px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.f_top_contacts span {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #FFFFFF;
  margin-bottom: 7px;
}
.f_top_contacts p {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
  display: block;
  color: #FFFFFF;
}
.footer_mail {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  margin-bottom: 30px;
  transition: .3s;
}
.footer_mail:hover {
  opacity: 0.7;
}
footer .call_toggle {
  margin-left: 5px;
}
footer .h_bottom_right_call_head {
  justify-content: center;
  display: flex;
  min-height: 40px;
}
footer .h_bottom_right_call_body {
  border: 1px solid #fff;
  width: 110%;
  margin-left: -5%;
  padding-left: 10px;
  padding-right: 10px;
}
footer .h_bottom_right_call_body li {
  justify-content: center;
}
.f_top_nav {
  width: 100%;
  float: left;
  max-width: 172px;
  padding-left: 10px;
  padding-right: 10px;
}
.f_top_list {
  width: 100%;
  float: left;
}
.f_top_list li {
  width: 100%;
  float: left;
}
.f_top_list li:not(:last-child) {
  margin-bottom: 14px;
}
.f_top_list li span,
.f_top_list li a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
}
.f_top_list li.active span,
.f_top_list li a:hover {
  opacity: 0.7;
}
.f_top_left {
  width: 100%;
  float: left;
  max-width: 220px;
  padding-right: 10px;
  position: relative;
}
.m_banner_wrap_menu_list--footer {
  position: relative;
}
.m_banner_wrap_menu_list--footer > li:not(:last-child) {
  margin-bottom: 14px;
  background: none;
}
.m_banner_wrap_menu_list--footer > li:not(:last-child) a {
  background: none;
}
.m_banner_wrap_menu_list--footer > li span,
.m_banner_wrap_menu_list--footer > li a {
  background: none;
  padding-left: 0;
  color: #FFFFFF;
  min-height: auto;
  padding-top: 0;
  transition: .3s;
  padding-bottom: 0;
}
.m_banner_wrap_menu_list--footer li span,
.m_banner_wrap_menu_list--footer li a{
  background:  none!important;
}
.m_banner_wrap_menu_list--footer > li.active > a,
.m_banner_wrap_menu_list--footer > li.active > span,
.m_banner_wrap_menu_list--footer > li:hover > span,
.m_banner_wrap_menu_list--footer > li:hover > a {
  opacity: 0.7;
}
.m_banner_wrap_menu_list--footer > li > a svg path {
  fill: #fff;
}
.m_banner_wrap_menu_list--footer > li:last-child:hover > a {
  background: none;
  opacity: 0.7;
}
.m_banner_wrap_menu_list--footer > li:last-child:hover {
  background: none;
}
.m_banner_wrap_menu_list--footer > li:last-child a {
  background: none;
}
.m_banner_wrap_menu_list--footer .m_banner_wrap_menu_list_wrap {
  padding-left: 0;
  background: #2E3033;
  border: 1px solid #D6D8E3;
  box-sizing: border-box;
  border-radius: 4px;
  height: calc(100% + 26px);
  top: -13px;
}
.m_banner_wrap_menu_list--footer .m_banner_wrap_menu_list_wrap ul {
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_banner_wrap_menu_list--footer .m_banner_wrap_menu_list_wrap ul li {
  margin-bottom: 15px;
}
.m_banner_wrap_menu_list--footer .m_banner_wrap_menu_list_wrap ul li span,
.m_banner_wrap_menu_list--footer .m_banner_wrap_menu_list_wrap ul li a {
  line-height: 1.5;
}
.m_banner_wrap_menu_list--footer .m_banner_wrap_menu_list_wrap ul li.active span,
.m_banner_wrap_menu_list--footer .m_banner_wrap_menu_list_wrap ul li a:hover {
  color: #fff;
  opacity: 0.7;
}
.m_banner_wrap_menu_list--footer .m_banner_wrap_menu_list_wrap .m_banner_wrap_menu_list_inside:after {
  height: calc(100% - 30px);
  top: 15px;
}
.m_license {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.m_license_wrap {
  width: 100%;
  float: left;
  background: #FFFFFF;
  border-radius: 4px;
}
.m_license_head {
  width: 100%;
  float: left;
}
.m_license_head .title {
  padding-left: 300px;
  padding-right: 300px;
}
.order_cons {
  right: 22px;
  left: initial;
}
.m_license_list {
  width: 100%;
  float: left;
}
.m_license_list > li {
  width: 100%;
  float: left;
  max-width: 33.333%;
}
.m_license_list > li:not(:last-child) .m_license_list_body {
  border-right: 1px solid #D6D8E3;
}
.m_license_list > li:not(:last-child) .m_license_list_head {
  position: relative;
}
.m_license_list > li:not(:last-child) .m_license_list_head:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 65%;
  width: 1px;
  content: "";
  background-color: #FFF;
}
.m_license_list_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("img/head_bg-min.jpg") center no-repeat;
  background-size: cover;
  padding: 15px 35px;
  margin-bottom: 15px;
  position: relative;
}
.m_license_list_head span {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: right;
  color: #FFFFFF;
}
.m_license_list_head span svg {
  width: auto;
  float: left;
  height: auto;
  margin-left: 5px;
}
.m_license_list_head span svg path {
  fill: #fff;
}
.m_license_list_head p {
  width: auto;
  float: left;
  flex: 1;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  min-height: 48px;
}
.m_license_list_body {
  width: 100%;
  float: left;
  padding: 15px 35px 20px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.m_license_list_info ul{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.m_license_list_info li {
  width: 100%;
  float: left;
}
.m_license_list_info li:not(:last-child) {
  margin-bottom: 28px;
}
.m_license_list_info li span {
  width: 35%;
  padding-right: 10px;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #A9A9A9;
}
.m_license_list_info li p {
  width: 65%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #000000;
}
.quest_link {
  margin-left: 9px;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 1px solid #A9A9A9;
  color: #A9A9A9;
  text-decoration: none;
  transition: .3s;
}
.quest_link:hover {
  color: #F29814;
  border-color: #F29814;
}
.m_license_list_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.m_license_list_bottom span {
  width: 50%;
  padding-right: 10px;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 29px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #CF1215;
}
.m_license_list_bottom_links {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.m_license_order {
  text-decoration: none;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: right;
  transition: .3s;
  color: #A9A9A9;
}
.m_license_order:hover {
  color: #F29814;
}
.license_all_info {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #A9A9A9;
  transition: .3s;
}
.license_all_info:hover {
  color: #F29814;
}
.tovar_teaser_like {
  width: 100%;
  float: left;
  max-width: 28px;
}
.tovar_teaser_like:not(:last-child) {
  margin-right: 22px;
}
.tovar_teaser_like svg {
  width: 100%;
  float: left;
  height: auto;
}
.tovar_teaser_like svg path {
  transition: .3s;
  stroke: #A9A9A9;
}
.tovar_teaser_like:hover svg path {
  stroke: #F29814;
}
.tovar_teaser_like.active svg path{
  stroke: #F29814;
  fill: #F29814;
}
.m_banner_wrap_menu_list_wrap--active {
  opacity: 1;
  visibility: visible;
}
.close_catalog_menu,
.filter_close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 15px;
  padding: 0;
  border: none;
  background: none;
  display: none;
}
.close_catalog_menu svg,
.filter_close svg {
  width: 100%;
  float: left;
  height: auto;
}
.close_catalog_menu svg path,
.filter_close svg path {
  stroke: #2E3033;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.h_mod_right {
  width: auto;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  display: none;
}
.h_menu_but {
  width: auto;
  float: left;
  background: none;
  border: none;
  padding: 0;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #2E3033;
  transition: .3s;
  position: relative;
  margin-bottom: 20px;
}
.h_menu_but span {
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 2px;
  margin-top: 4px;
  background-color: #333333;
  border-radius: 2px;
}
.h_menu_but span:nth-child(2) {
  top: 5px;
}
.h_menu_but span:nth-child(3) {
  top: 11px;
}
.search_open {
  width: auto;
  float: left;
  height: auto;
}
.search_open svg {
  width: auto;
  float: left;
}
.search_open svg path {
  transition: .3s;
}
.close_search {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 15px;
  padding: 0;
  border: none;
  background: none;
  display: none;
}
.close_search svg {
  width: 100%;
  float: left;
  height: auto;
}
.close_search svg path {
  stroke: #fff;
}
.logo_white {
  display: none;
}
.m_banner--inside_page {
  margin: 0;
  position: absolute;
  z-index: 2222;
  display: flex;
  padding-top: 10px;
}
.m_banner.m_banner--inside_page .m_banner_wrap_menu{
  display: none;
}
.m_banner.m_banner--inside_page .m_banner_wrap_menu.m_banner_wrap_menu--active{
  display: block;
}
.m_catalog {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.m_catalog_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.m_catalog_left {
  width: 100%;
  float: left;
  max-width: 296px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_catalog_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 310px);
  overflow: hidden;
}
.m_banner_wrap_slider_big {
  max-width: 100%;
  padding: 0;
}
.m_catalog_list {
  width: calc(100% + 20px);
  float: left;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}
.m_catalog_list > li {
  width: calc(33.333% - 20px);
  float: left;
  background-color: #FFF;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  position: relative;
  flex-direction:colunm;
  display:flex;
}
.m_catalog_list > li:after {
  position: absolute;
  height: 88%;
  top: 6%;
  width: 1px;
  content: "";
  background-color: #D6D8E3;
  right: -10px;
}
.m_catalog_list li:nth-child(3n):after {
  display: none;
}
.m_catalog_main_wrap {
  width: 100%;
  float: left;
}
.m_catalog_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_catalog_head_mini_nav {
  width: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 370px);
  padding-right: 10px;
  margin-bottom: 0px;
}
.m_catalog_head_mini_nav li {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #A9A9A9;
}
.m_catalog_head_mini_nav li a {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #A9A9A9;
}
.m_catalog_head_mini_nav li a:hover {
  color: #000;
}
.m_catalog_head_mini_nav li:not(:last-child) {
  margin-right: 12px;
}
.m_catalog_head_mini_nav li:not(:last-child):after {
  content: ">";
  margin-left: 12px;
}
.m_catalog_head_mini_nav li.active span,
.m_catalog_head_mini_nav li.active a{
  color: #f29814;
}
.m_catalog_head_right {
  width: 100%;
  float: left;
  max-width: 370px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_catalog_head_sort {
  width: 100%;
  max-width: 260px;
  float: left;
  display: flex;
}
.m_catalog_head_sort > span {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #A9A9A9;
  margin-right: 9px;
}
.m_catalog_head_sort_select {
  width: 100%;
  float: left;
  width: 155px;
}
.m_catalog_head_right_type_list {
  width: auto;
  float: left;
  display: flex;
}
.m_catalog_head_right_type_list li {
  width: 17px;
  float: left;
  margin-left: 14px;
}
.m_catalog_head_right_type_list li a {
  width: 100%;
  float: left;
}
.m_catalog_head_right_type_list li a svg {
  width: 100%;
  float: left;
}
.m_catalog_head_right_type_list li a svg rect {
  fill: #D6D8E3;
}
.m_catalog_head_right_type_list li .active_catalog_list_type svg rect {
  fill: #B3B3B3;
}
.chosen-container {
  width: 100%!important;
  float: left;
}
.chosen-container-single .chosen-single {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  height: 25px;
  line-height: 23px;
  background: none;
  box-shadow: none;
  color: #2E3033;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 25px;
}
.chosen-container-active .chosen-single {
  background: #F2F2F2!important;
}
.chosen-container .chosen-results {
  background: #F2F2F2;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0!important;
  padding: 0!important;
}
.chosen-results li {
  padding-left: 25px!important;
}
.chosen-results li:nth-child(odd) {
  background: url(img/select_top.svg) center left no-repeat !important;
  background-position: 10px 14px!important;
}
.chosen-results li:nth-child(even) {
  background: url(img/select_bot.svg) center left no-repeat !important;
  background-position: 10px 9px!important;
}
.chosen-results li:hover {
  background-color: #E5E5E5!important;
  color: #2E3033!important;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #E5E5E5!important;
  color: #2E3033!important;
}
.chosen-container-single .chosen-single {
  background: url(img/select_top.svg) center left no-repeat !important;
  background-position: 10px 10px!important;
}
.chosen-container-single .ar_top {
  background: url(img/select_top.svg) center left no-repeat !important;
  background-position: 10px 10px!important;
}
.chosen-container-single .ar_bot {
  background: url(img/select_bot.svg) center left no-repeat !important;
  background-position: 10px 5px!important;
}
.chosen-container-single .chosen-single div {
  display: none;
}
.chosen-container .chosen-results li {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}
.m_catalog_left_banner {
  width: 100%;
  float: left;
  padding: 28px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("img/bg_banner.jpg") center no-repeat;
  background-size: cover;
  border-radius: 0px 0px 4px 4px;
}
.m_catalog_left_banner i {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.m_catalog_left_banner span {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.m_catalog_left_banner p {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  padding-right: 20px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.m_catalog_left_banner a {
  float: left;
  margin: 0 auto;
  width: auto;
  display: flex;
  margin-top: 25px;
}
.m_catalog_pag {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
  padding-left: 20px;
  padding-bottom: 35px;
}
.m_catalog_pag_reload {
  max-width: 180px;
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #A9A9A9;
  transition: .3s;
}
.m_catalog_pag_reload svg {
  width: 100%;
  float: left;
  max-width: 50px;
  margin-right: 20px;
}
.m_catalog_pag_reload svg path {
  transition: .3s;
}
.m_catalog_pag_reload:hover {
  color: #F29814;
}
.m_catalog_pag_reload:hover svg path {
  stroke: #F29814;
}
.m_pagin {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_pagin li {
  width: auto;
  float: left;
  margin-left: 7px;
}
.m_pagin li span,
.m_pagin li a {
  width: auto;
  float: left;
  min-width: 26px;
  padding-left: 2px;
  padding-right: 2px;
  min-height: 23px;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2E3033;
  transition: .3s;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 4px;
  background: none;
  text-align: center;
  justify-content: center;
}
.m_pagin li.active a,
.m_pagin li.active span,
.m_pagin li .m_pagin--active {
  color: #FFF;
  background: #F29814;
  border-color: #F29814;
}
.m_pagin li a:hover {
  border-color: #F29814;
}
.m_pagin li span.separator {
  min-width: 26px;
  width: auto;
  float: left;
  height: 23px;
  text-align: center;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 4px;
}
.m_catalog_filter {
  width: 100%;
  float: left;
  background-color: #FFF;
  padding: 13px 0;
  border-radius: 4px;
  margin-bottom: 10px;
}
.m_catalog_filter_list {
  width: 100%;
  float: left;
}
.m_catalog_filter_list li {
  width: 100%;
  float: left;
}
.m_catalog_filter_list li:not(:last-child) {
  margin-bottom: 13px;
}
.filter_item_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 5px;
  background: #F2F2F2;
  position: relative;
  padding-bottom: 5px;
  min-height: 42px;
  cursor: pointer;
}
.filter_item_head span {
  width: auto;
  float: left;
  padding-right: 10px;
}
.filter_item_head > img {
  margin-top: -3px;
  transition: .3s;
}
.remove_filter {
  position: absolute;
  width: 9px;
  height: 9px;
  float: left;
  top: 50%;
  display: flex;
  right: 50px;
  transform: translateY(-40%);
}
.remove_filter img {
  width: 100%;
  float: left;
  height: auto;
}
.filter_item_body {
  width: 100%;
  float: left;
  padding: 15px 20px;
  background: #F2F2F2;
}
.filter_check_list {
  width: 100%;
  float: left;
}
.filter_check_list li {
  width: 100%;
  float: left;
  position: relative;
}
.filter_check_list li:not(:last-child) {
  margin-bottom: 11px;
}
.filter_check_list li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.filter_check_list li label {
  width: 100%;
  float: left;
  display: flex;
  cursor: pointer;
}
.filter_check_list li label span {
  width: 15px;
  height: 15px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 4px;
  transition: .3s;
  margin-top: 2px;
}
.filter_check_list li label p {
  width: 100%;
  float: left;
  padding-left: 10px;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #2E3033;
  max-width: calc(100% - 15px);
}
.filter_check_list li input:checked + label span {
  background-color: #F29814;
  border-color: #F29814;
}
.ui-widget-content,
.ui-widget-header {
  background: #A9A9A9;
}
.ui-slider-horizontal {
  height: 1px;
  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;
  margin-top: -1px;
  border-radius: 100%;
  background: #F29814;
  border: none;
  cursor: pointer;
}
.ui-widget.ui-widget-content {
  margin-top: 14px;
  width: 100%;
  float: left;
}
.m_catalog_filter_item_togle_range {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.end_desc,
.start_desc{
  display: none!important;
}
.m_catalog_filter_item_togle_range > div > span,
.m_catalog_filter_item_togle_range > p > input {
  width: 100%;
  float: left;
  max-width: 75px;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  background: none;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 4px;
  color: #2E3033;
  padding-left: 5px;
  padding-right: 5px;
}
.m_catalog_filter_item_togle_range > div > span:last-child,
.m_catalog_filter_item_togle_range > p > input:last-child {
  text-align: right;
}

.m_catalog_filter_item_togle_range > div,
.m_catalog_filter_item_togle_range > p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  align-items: center;
}
.filter_item_body {
  display: none;
}
.ui-widget.ui-widget-content {
  width: 95%;
}
.filter_item_head--active {
  background: #DFDFDF;
}
.filter_item_head--active span {
  font-weight: 600;
}
.filter_item_head--active > img {
  transform: rotate(180deg);
  margin-top: 5px;
}
.filter_item_body--active {
  display: block;
}
.m_catalog_categor {
  width: 100%;
  float: left;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
  padding-bottom: 0;
}
.m_catalog_categor_list {
  float: left;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.m_catalog_categor_list li {
  width: 100%;
  float: left;
  max-width: calc(100% / 6 - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  min-height: 175px;
}
.m_catalog_categor_list li a {
  width: 100%;
  float: left;
  height: 100%;
  border: 1px solid #CF1215;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px 12px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.m_catalog_categor_list li a span {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  justify-content: center;
  line-height: 64px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #A9A9A9;
}
.m_catalog_categor_list li a i {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #A9A9A9;
  margin-bottom: 30px;
}
.m_catalog_categor_list li a p {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
}
.m_catalog_categor_list li a,
.m_catalog_categor_list li label {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
  border: 1px solid #D6D8E3;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px 12px;
  padding-bottom: 10px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}
.m_catalog_categor_list li a > span,
.m_catalog_categor_list li label > span {
  width: 15px;
  height: 15px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 4px;
  transition: .3s;
  position: absolute;
  right: 7px;
  top: 7px;
}
.m_catalog_categor_list li a p,
.m_catalog_categor_list li label p {
  width: 100%;
  float: left;
  text-align: center;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
.m_catalog_categor_list li a:hover,
.m_catalog_categor_list li label:hover {
  border-color: #F29814;
}
.m_catalog_categor_list li input {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.m_catalog_categor_list li input:checked + label > span {
  background-color: #F29814;
  border-color: #F29814;
}
.m_catalog_categor_list_img {
  width: 100%;
  float: left;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_catalog_categor_list_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.open_filter {
  width: auto;
  float: left;
  line-height: 36px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 4px;
  color: #FFF;
  font-weight: 600;
  font-family: Rubik;
  text-transform: uppercase;
  background-color: #B3B3B3;
  text-decoration: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.open_filter svg {
  width: 100%;
  float: left;
  height: auto;
  max-width: 13px;
  margin-right: 10px;
}
.open_filter svg path {
  fill: #fff;
}
.m_mini_nav {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_prof_mod {
  position: relative;
  z-index: 3;
}
.m_recomend {
  padding-top: 120px;
  margin-top: -135px;
  position: relative;
}
.m_recomend .m_popular_wrap {
  background: none;
}
.m_recomend:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  z-index: -1;
  height: 360px;
  background: url("img/sale_banner-bg-min.jpg") center no-repeat;
  background-size: cover;
}
.m_recomend .m_popular_list {
  background-color: #FFF;
}
.m_recomend .title {
  color: #FFF;
}
.m_recomend .m_popular_list .slick_arrow svg path {
  stroke: #fff;
}
.m_tovar_main_card_bot {
  width: 100%;
  float: left;
}
.m_tovar_tabs {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
}
.m_tovar_tabs li {
  width: auto;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.m_tovar_tabs li a {
  width: auto;
  float: left;
  transition: .3s;
  min-height: 47px;
  padding: 28px;
  padding-right: 28px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 137.68%;
  /* or 19px */
  text-align: center;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
  border-top: 3px solid transparent;
}
.m_tovar_tabs li a:hover {
  background-color: #FFF;
}
.m_tovar_tabs li .m_tovar_tabs--active {
  background-color: #FFF;
  border-color: #F29814;
}
.m_tovar_tabs_wrap {
  width: 100%;
  float: left;
  background-color: #FFF;
  border-radius: 4px;
}
.m_tovar_tabs_cont {
  width: 100%;
  float: left;
  display: none;
  padding: 45px 55px;
}
.m_tovar_tabs_cont > p {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 15px;
}
.m_tovar_tabs_cont--active {
  display: block;
}
.m_tovar_main_card_wrap {
  width: 100%;
  float: left;
}
.m_tovar_main_card {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.m_tovar_char_list {
  width: 100%;
  float: left;
  max-width: 620px;
}
.m_tovar_char_list li {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_tovar_char_list li:not(:last-child) {
  margin-bottom: 15px;
}
.m_tovar_char_list li:after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
  z-index: 1;
  content: "";
  height: 1px;
  border-bottom: 1px dotted #A9A9A9;
}
.m_tovar_char_list_left {
  width: 100%;
  float: left;
  max-width: 160px;
  padding-right: 10px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
.m_tovar_char_list_left span {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 137.68%;
  /* or 19px */
  display: flex;
  align-items: center;
  color: #A9A9A9;
}
.m_tovar_char_list_right {
  width: 100%;
  float: left;
  max-width: 210px;
  padding-left: 50px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
.m_tovar_char_list_right p {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 137.68%;
  /* or 19px */
  display: flex;
  align-items: center;
  color: #333333;
}
.tovar_video_list {
  width: calc(100% + 76px);
  margin-left: -38px;
  margin-right: -38px;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.tovar_video_list li {
  width: 100%;
  float: left;
  max-width: calc(100% / 3 - 76px);
  margin-left: 38px;
  margin-right: 38px;
}
.tovar_video_list li:nth-child(n+4) {
  margin-top: 30px;
}
.tovar_video_list li span {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 137.68%;
  /* or 19px */
  display: flex;
  align-items: center;
  text-align: center;
  color: #2E3033;
  justify-content: center;
}
.tovar_video_list_video {
  width: 100%;
  float: left;
  height: 217px;
  margin-bottom: 15px;
}
.tovar_video_list_video iframe {
  width: 100%;
  float: left;
  height: 100%;
}
.review_star_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.review_star_list li {
  width: 100%;
  float: left;
  max-width: 21px;
  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: #F29814;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.review_star--active_btn svg path {
  fill: #F29814!important;
}
.review_star_list_dinamic--active svg path {
  fill: #F29814!important;
}
.m_reviews {
  width: 100%;
  float: left;
}
.m_reviews .m_catalog_pag {
  padding-left: 0;
}
.m_reviews_left {
  width: 100%;
  float: left;
  max-width: 50%;
  padding-right: 40px;
}
.m_reviews_right {
  width: 50%;
  float: left;
  padding-left: 40px;
}
.m_reviews_list {
  width: 100%;
  float: left;
}
.m_reviews_list > li {
  width: 100%;
  float: left;
}
.m_reviews_list > li:not(:last-child) {
  margin-bottom: 35px;
}
.m_reviews_list_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.m_reviews_list_head span {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 137.68%;
  /* or 19px */
  display: flex;
  align-items: center;
  color: #333333;
  padding-right: 10px;
}
.m_reviews_list_head_right {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_reviews_list_head_right i {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 137.68%;
  /* or 19px */
  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
  margin-right: 25px;
}
.m_reviews_list_body {
  width: 100%;
  float: left;
}
.m_reviews_list_body p {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 137.68%;
  /* or 19px */
  color: #000000;
}
.main_reviews_form {
  width: 100%;
  float: left;
}
.main_reviews_form > span {
  width: 100%;
  float: left;
  justify-content: center;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 137.68%;
  /* or 19px */
  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.main_reviews_form_columns {
  width: 100%;
  float: left;
  display: flex;
}
.main_reviews_form_left {
  width: 50%;
  padding-right: 12px;
}
.review_form_item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.review_form_item span {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  color: #333333;
  padding-left: 18px;
}
.review_star_list_dinamic li {
  width: 20px;
}
.main_input {
  width: 100%;
  float: left;
  height: 40px;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #B3B3B3;
  border: 1px solid #A9A9A9;
  box-sizing: border-box;
  border-radius: 54px;
}
.main_textarea {
  height: 116px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-radius: 22px;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  resize: none;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #B3B3B3;
  border: 1px solid #A9A9A9;
  padding-top: 10px;
  padding-bottom: 10px;
}
.review_form_item_mod {
  display: flex;
  align-items: center;
  padding-top: 12px;
}
.review_form_item_mod span {
  width: auto;
  margin-right: 20px;
  margin-bottom: 0;
}
.main_reviews_form_right {
  width: 50%;
  padding-left: 12px;
}
.main_form_but {
  width: 100%;
  float: left;
  cursor: pointer;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  transition: .3s;
  color: #FFFFFF;
  border: none;
  background: #F29814;
  border-radius: 54px;
  justify-content: center;
}
.main_form_but:hover {
  background: #CF1215;
  color: #fff;
}
.m_kilk_wrap {
  width: 100%;
  float: left;
  max-width: 100px;
  background: #F0B731;
  border-radius: 20px;
  display: flex;
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px solid #B3B3B3;
  box-sizing: border-box;
  background: none;
  overflow: hidden;
  margin-right: 35px;
}
.plus {
  width: 32px;
  float: left;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  background: none;
}
.plus:hover {
  background: none;
}
.plus span {
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 24px;
  text-align: center;
  color: #B3B3B3;
  width: 100%;
  float: left;
  transition: .3s;
  user-select: none;
  margin-top: 2px;
  margin-right: 3px;
}
.plus span:hover {
  color: #F29814;
}
.minus {
  width: 32px;
  float: left;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: .3s;
  background: none;
  margin-left: 3px;
}
.minus:hover {
  background: #none;
}
.minus span {
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 26px;
  user-select: none;
  text-align: center;
  color: #B3B3B3;
  width: 100%;
  float: left;
  transition: .3s;
  margin-top: -2px;
}
.minus span:hover {
  color: #F29814;
}
.counter {
  width: calc(100% - 64px);
  float: left;
}
.counter input {
  width: 100%;
  height: 36px;
  border: none;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
.m_tovar_main_card_top {
  width: 100%;
  float: left;
  display: flex;
  background-color: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  padding-right: 30px;
}
.m_tovar_main_card_top_gallery {
  width: 100%;
  float: left;
  max-width: 392px;
}
.m_tovar_gllery_main {
  width: 100%;
  float: left;
  background: #FFFFFF;
  border: 1px solid #A9A9A9;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
}
.m_tovar_gllery_main li {
  width: 100%;
  float: left;
  height: 440px;
  display: flex!important;
}
.m_tovar_gllery_main li a {
  width: 100%;
  float: left;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.m_tovar_gllery_main li a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_tovar_gllery_bottom {
  width: 100%;
  float: left;
  display: flex;
}
.m_tovar_bideo_link {
  width: 100%;
  float: left;
  max-width: 64px;
  height: 73px;
  flex-direction: column;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #2E3033;
  text-decoration: none;
  border: 1px solid #A9A9A9;
  box-sizing: border-box;
  border-radius: 4px;
}
.m_tovar_bideo_link img {
  width: auto;
  float: left;
  height: auto;
}
.m_tovar_gllery_nav {
  width: 100%;
  float: left;
  max-width: calc(100% - 74px);
  padding-left: 20px;
  padding-right: 15px;
  position: relative;
  margin-left: 10px;
}
.m_tovar_gllery_nav:after {
  position: absolute;
  left: 0;
  top: 5%;
  height: 90%;
  width: 1px;
  content: "";
  background-color: #A9A9A9;
}
.m_tovar_gllery_nav li {
  width: 100%;
  float: left;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #A9A9A9;
  box-sizing: border-box;
  border-radius: 4px;
  margin-left: 5px;
  background-color: #FFF;
  margin-right: 5px;
  height: 73px;
}
.m_tovar_gllery_nav li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_tovar_gllery_nav .slick_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  padding: 0;
  background: none;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.m_tovar_gllery_nav .slick_arrow svg {
  width: 100%;
  float: left;
  height: auto;
}
.m_tovar_gllery_nav .slick_arrow svg path {
  fill: #A9A9A9;
  transition: .3s;
}
.m_tovar_gllery_nav .slick_arrow:hover svg path {
  fill: #F29814;
}
.m_tovar_gllery_nav .slick-next_arrow {
  right: 5px;
}
.m_tovar_gllery_nav .slick-prev_arrow {
  left: 10px;
}
.m_tovar_main_card_top_info {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-top: 15px;
}
.m_tovar_main_card_top_info_head {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}
.m_tovar_info_head_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 280px);
  padding-right: 15px;
}
.m_tovar_info_head_left h1,
.m_tovar_info_head_left span {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 31px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 10px;
}
.m_tovar_info_head_left p {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: right;
  color: #A9A9A9;
}
.m_tovar_info_head_left p i {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: right;
  color: #333333;
  margin-left: 5px;
}
.m_tovar_info_head_right {
  width: 100%;
  float: left;
  max-width: 280px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.m_tovar_info_head_right_price {
  width: 100%;
  float: left;
  max-width: 175px;
  padding-left: 20px;
}
.full_card_new_price {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  display: flex;
  align-items: center;
  text-align: right;
  margin-bottom: 3px;
  color: #CF1215;
  justify-content: flex-end;
}
.full_card_old_price {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  color: #A9A9A9;
}
.m_tovar_info_head_right_rating {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  padding-top: 7px;
}
.m_tovar_info_head_right_rating span {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  color: #A9A9A9;
  margin-right: 4px;
}
.m_tovar_info_head_right_rating svg {
  width: auto;
  float: left;
  height: auto;
  max-width: 18px;
}
.tovar_teaser_info_wrap_full ul{
  position: relative;
  opacity: 1;
  visibility: visible;
  margin-bottom: 40px;
  padding: 0;
  padding-top: 15px;
}
.tovar_teaser_info_wrap_full ul li span {
  max-width: 150px;
  right: 10px;
  font-size: 14px;
}
.tovar_teaser_info_wrap_full li p {
  font-size: 14px;
  max-width: calc(100% - 150px);
}
.tovar_teaser_info_wrap_full .tovar_teaser_info_big_desc {
  flex-direction: row;
}
.m_tovar_main_card_top_info_body {
  width: 100%;
  float: left;
}
.m_tovar_info_body_right {
  width: 100%;
  float: left;
  max-width: 280px;
}
.one_clikc_form {
  width: 100%;
  float: left;
  border: 1px solid #A9A9A9;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px 30px;
  margin-bottom: 25px;
}
.one_clikc_form > p {
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 125%;
  /* or 17px */
  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
  margin-bottom: 15px;
}
.one_clikc_form .review_form_item {
  margin-bottom: 20px;
}
.one_clikc_form .review_form_item span {
  color: #A9A9A9;
}
.m_tovar_info_body_right_info p {
  width: 100%;
  float: left;
  text-align: right;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  margin-top: 15px;
}
.m_tovar_info_body_right_info p a {
  color: #333;
}
.m_tovar_info_body_right_info p a:hover {
  text-decoration: none;
}
.m_tovar_info_body_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 280px);
  padding-right: 60px;
}
.m_tovar_info_body_basket {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.main_form_but {
  text-decoration: none;
}
.main_form_but_mini {
  width: 100%;
  max-width: 222px;
}
.m_tovar_info_body_like {
  width: 100%;
  float: left;
}
.m_tovar_info_body_like a {
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: right;
  text-decoration: none;
  color: #333333;
}
.m_tovar_info_body_like a svg {
  width: 100%;
  float: left;
  height: auto;
  max-width: 26px;
  margin-right: 15px;
}
.m_tovar_info_body_like a svg path {
  transition: .3s;
  stroke: #B3B3B3;
}
.m_tovar_info_body_like a:hover svg path {
  stroke: #F29814;
}
.m_tovar_info_body_like a.active svg path{
  stroke:#F29814;
  fill:#F29814;
}
.modal_video {
  padding: 0!important;
  display: none;
  max-width: 950px;
  height: 500px;
  width: 100%;
}
.modal_video iframe {
  width: 100%;
  float: left;
  height: 500px;
}
.fancybox-image {
  width: auto!important;
  max-width: 100%!important;
  height: auto;
}
.fancybox-image-wrap {
  max-width: 100%!important;
}
.m_catalog_head_sort .chosen-container-single .chosen-single{
  line-height: 28px;
  height: 28px;
}
.m_catalog_head_sort .chosen-container .chosen-results li{
  line-height: 22px;
}
.m_pagetitle{
  width: 100%;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
  margin-left: 10px;
}
.cookie_pop{
  background: #ddd;
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 99999;
  text-align: left;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cookie_pop p{
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

.cookie_pop .cookie_apply{
  display: inline-block;
  float: right;
  background: #d30000;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
}

.cookie_pop .cookie_apply:hover{
  background-color: #e90000;
}
.no_products_find{
  display: block;
  font-size: 18px;
  text-align: center;
  margin: 10px auto;
}
#feedback .form-group{
  margin-bottom: 5px;
}
#feedback .submit_feedback{
      background: #f29814;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px 10px;
    display: inline-block;
    text-decoration: none;
    margin: 5px auto;
    border:none;
    width: 100%;
}
#feedback .submit_feedback:hover{
  background: #CF1215;
  color: #fff;
  text-decoration: none;
}
.contact_info_s{
      position: relative;
    min-height: 100px;
}
.contact_icon_holder{
    background: #f29814;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 10px;
    margin-right: 5px;
}
.contact_icon_holder i{
color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 22px;
}
.social_follow_holder a{
    background: #f29814;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 10px;
    margin-right: 5px;
}
.social_follow_holder a:hover{
  background: #CF1215;
}
.social_follow_holder a i{
color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 22px;
}
.phone_contact_block a,
.phone_contact_block span{
    display: block;
    padding: 5px 0;
}
.contact_info_s .contact_info_value{
    position: absolute;
    padding: 10px 0 0 0;
}
.h_currency .chosen-container-single .chosen-single:hover{
  box-shadow: none!important;
}
.h_currency .chosen-search{
  display: none!important;
}
.h_currency .chosen-results li{
  padding: 0px!important;
  margin: 0px;
  text-align: center;
  width: 100%;
}
.h_currency .chosen-container .chosen-results li.highlighted{
  background: #f19815!important;
  color: #fff!important;
  border-radius: 0px!important;
}
.h_currency .chosen-container .chosen-results li{
  line-height: 20px;
}
.h_currency .chosen-container-single .chosen-single{
  background: url(img/select_bot.svg)!important;
  background-position: center left!important;
  background-repeat: no-repeat!important;
  background-position: 7px 10px!important;
}
.h_currency .chosen-results li:nth-child(even),
.h_currency .chosen-results li:nth-child(odd){
  background: none!important;
}
.h_currency .chosen-container-single.chosen-container-single-nosearch .chosen-search{
  position: relative;
  left: auto;
}


.order_page .chosen-container .chosen-results li{
  line-height: 20px;
}
.order_page .chosen-container-single .chosen-single{
  background: url(img/select_bot.svg)!important;
  background-position: center left!important;
  background-repeat: no-repeat!important;
  background-position: 7px 10px!important;
}
.order_page .chosen-results li:nth-child(even),
.order_page .chosen-results li:nth-child(odd){
  background: none!important;
}
.order_page .chosen-container-single.chosen-container-single-nosearch .chosen-search{
  position: relative;
  left: auto;
}
.order_page .page_title{
  width: 100%;
  display: block;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.one_click_thanks{
  display: none;
  width: 100%;
  float: left;
  font-weight: 500;
  line-height: normal;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 15px;
  background: #f29814;
  padding: 10px;
  text-align: center;
  margin: 5px 0px;
}


.rating_input{
    position: relative;
    border: none;
    overflow: hidden;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
    margin: 0px auto;
    line-height: 44px;
}
.rating_input label{
    display: block;
    float: left;
    max-width: 100%;
    font-weight: normal;
    margin: 0px;
    color: #181818;
    font-weight: bold;
}
.rating_recall {
    position: relative;
    float: left;
    height: 15px;
}
.rating_recall span {
  display: block;
    width: 15px;
    height: 15px;
    background: url(img/stars.png) no-repeat -15px 0;
    margin: 0px;
    overflow: hidden;
}
.rating_recall span.yellow {
  background: url('img/stars.png') no-repeat  2px 0px;  
}

.vote_recall.hov_recall, .vote_recall.hov_recall_click{
  background: url('img/stars.png') no-repeat  2px 0px;
  cursor: pointer;
}

.vote_title{
  color: #363636;
  font-size: 18px;
  text-align: left;
  margin: 15px 0px;
  display: block;
}

.vote.hov{
  background: url('img/stars.png') no-repeat;
  cursor: pointer;
}


.rating_recall_stars{
    position: relative;
    display: inline-block;
    height: 15px;
    margin-top: 2px;
    margin-left: 30px;
    width: 100%;
}
.rating_recall_stars span {
  display: block;
  width: 15px;
  height: 15px;
  background: url('img/stars.png') no-repeat -15px 0;
  float: left;
  margin: 0 3px 0 0;
}

.rating_recall_stars span.yellow {
  background: url('img/stars.png') no-repeat;  
}
#feedback .form-control{
  border-radius: 25px;
}
.tpl_advantage_content{
  display: none;
}
.order_page .chosen-container{

  border-radius: 25px;
  background: #fff;
  outline: none;
  box-shadow: none;
}
.order_page .chosen-container-single .chosen-single{
  box-shadow: none;
  border-radius: 25px;
  border: 1px solid #CBCBCB;
}
.order_page .chosen-container-single .chosen-single:hover,
.order_page .chosen-container-active.chosen-with-drop .chosen-single{
  border-top-left-radius: 25px;
  border-radius: 25px;
  border: 1px solid #f29814;
  box-shadow: none;
  margin-bottom: 1px;
}
.m_license_list_info .chosen-results li:not(:last-child){
  margin-bottom: 0px;
}
.m_license_list_info .chosen-container{
    width: 65%!important;
}
.m_license_list_info .chosen-container-single .chosen-single{
  line-height: 28px;
  min-height: 28px!important;
  height:auto!important;
}
.m_license_list_info .chosen-container-single .chosen-single span{
  text-overflow: inherit;
  white-space: pre-wrap!important;
  font-size: 10.5px;
  width: 100%;
  color: #333;
}
.m_license_list_info .chosen-results li:nth-child(even),
.m_license_list_info .chosen-results li:nth-child(odd){
  background: none!important;
  padding-left: 8px!important;
  line-height: 20px;
}

.selector_order_type{
    width: 100%;
    background: #f1f1f1;
    margin: 20px auto;
    text-align: center;
    border-radius: 5px;
}
.selector_order_type a{
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    min-width: 200px;
    padding: 0px 10px;
    display: inline-block;
}
.selector_order_type a:hover{
    text-decoration: none;
    color: #CF1215;
}
.selector_order_type a.active{
    background: #f29814;
    color: #fff;
    text-decoration: none;
}
.order_type_holder{

}
.order_type{
  display: none;
}
.order_type.active{
  display: block;
}
.tab_delivery_block,
.tab_pay_block{
  display: none;
}
.tab_delivery_block.active,
.tab_pay_block.active{
  display: block;
}
.pay_selector,
.delivery_selector{
      position: relative;
    display: block;
    height: 65px;
}
.ua_country_only{
  background: #cf1215;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 8px 5px;
  border-radius: 20px;
}
.slick-track,.slick-list{
  min-width: 100%;
}
.status_s{
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  display: flex;
  align-items: center;
  background: #cf1215;
  border-radius: 4px;
  color: #fff;
  padding-left: 7px;
  padding-right: 7px;
  min-height: 21px;
  justify-content: center;
}
.status_sa{
  background: #0cad00;
}
.status_sp{
  background: #f29814;
}
.status_s_p{
  width: auto;
  float: left;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  background: #cf1215;
  border-radius: 4px;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 28px;
  justify-content: center;
}
.notify_btn{
  background: #ababab;
}
.notify_btn:hover{
  background: #2e3033;
  text-decoration: none;
}
.status_product{
  background: #ddd;
  display: inline-block;
  padding: 6px 18px;
  font-size: 18px;
}
.status_product.status_yellow{
  background: #f29814;
  color: #fff;
}
.status_product.status_red{
  background: #ce2114;
  color: #fff;
}
.status_product.status_green{
  background: #0cad00;
  color: #fff;
}


.sitemap{

}
.sitemap ul{
  list-style: none!important;
}
.sitemap ul > li{
  margin-left: 20px;
  position: relative;
}
.sitemap li:before{
  display: block;
  content: "";
  width: 6px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: -12px;
  background: url('img/li_marker.png');
  background-size: 100%;
  transition:0.5s;
}
.sitemap li a{
  background: none!important;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  text-align: right;
  color: #d32104;
}
.sitemap li:hover:before{
  left: -18px;
}

.lightyellowblockbr {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px)!important;
  background: #fac739;
  border: 1px solid #feac00;
  padding: 10px 20px;
  margin: 10px 0px;
  clear: both;
}
.lightyellowblock {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px)!important;
  background: #fac739;
  padding: 10px 20px;
  margin: 10px 0px;
  clear: both;
}

.lightblueblockbr {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px)!important;
  background: #d1dfff;
  border: 1px solid #98b7ff;
  padding: 10px 20px;
  margin: 10px 0px;
  clear: both;
}
.lightblueblock {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px)!important;
  background: #d1dfff;
  padding: 10px 20px;
  margin: 10px 0px;
  clear: both;
}
.brandredblock{
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px)!important;
  background: #d30000;
  padding: 10px 20px;
  margin: 10px 0px;
  color: #fff!important;
  clear: both;
}

.lightgrayblock{
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px)!important;
  background: #ebebeb;
  padding: 10px 20px;
  margin: 10px 0px;
  clear: both;
}
.lightredblock{
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px)!important;
  background: #ffd1d1;
  padding: 10px 20px;
  margin: 10px 0px;
  clear: both;
}

.lightgrayblockbr{
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px)!important;
  background: #ebebeb;
  border: 1px solid #ddd;
  padding: 10px 20px;
  margin: 10px 0px;
  clear: both;
}
.lightredblockbr{
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px)!important;
  background: #ffd1d1;
  border: 1px solid #ff8e8e;
  padding: 10px 20px;
  margin: 10px 0px; 
  clear: both;
}
.halfholder{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.halfholder .half_10{
  width: calc(10% - 10px);
  margin: 5px;
  padding: 5px 5px;
}
.halfholder .half_20{
  width: calc(20% - 10px);
  margin: 5px;
  padding: 5px 5px;
}
.halfholder .half_30{
  width: calc(30% - 10px);
  margin: 5px;
  padding: 5px 5px;
}
.halfholder .half_40{
  width: calc(40% - 10px);
  margin: 5px;
  padding: 5px 5px;
}
.halfholder .half_50{
  width: calc(50% - 10px);
  margin: 5px;
  padding: 5px 5px;
}
.halfholder .half_60{
  width: calc(60% - 10px);
  margin: 5px;
  padding: 5px 5px;
}
.halfholder .half_70{
  width: calc(70% - 10px);
  margin: 5px;
  padding: 5px 5px;
}
.halfholder .half_80{
  width: calc(80% - 10px);
  margin: 5px;
  padding: 5px 5px;
}
.halfholder .half_90{
  width: calc(90% - 10px);
  margin: 5px;
  padding: 5px 5px;
}
.no_pub{
  width: 100%!important;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  padding: 15px 10px;
  align-items: center;
  height: fit-content;
  font-size: 20px;
  font-weight: 300;
  color: #000;
}
.h_text_info{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.h_text_info_wrap{
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_text_info_block{
  background: #D43911;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}
.text_free_delivery{
  background: #cf1215;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  margin: 10px 0px;
  font-weight: 600;
  display: block;
  max-width: 358px;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.m_banner_wrap .tovar_teaser .tovar_teaser_info_wrap{
  display:none!important;
}
.m_license_list_info ul:nth-child(2){
  min-height:60px;
}
.m_license_list_info ul:nth-child(2) li p{
  font-size: 10.5px;
  font-weight: 600;
}
.faq_block {
  max-width: 100%;
  margin: 0px;
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 4px;
  clear: both;
  padding-top: 20px;
  padding-bottom: 80px;
}
.faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
.faq .faq_question {
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
  transition: .5s;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  float: left;
  padding-left: 35px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-radius: 25px;
  border: 2px solid #f2f2f2;
  background-color: #f8f8f8;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0px;
}
.faq .faq_question:hover{
  background:#efefef;
}
.faq .faq_question button {
  transition: 0.5s;
  border: none;
  background: none;
}
.faq .faq_question button .faq_open_i{
  color: #484848;
  font-family: "Rubik";
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13px;
}
.faq .faq_question button .faq_close_i{
  display:none;
}
.faq.active .faq_question button .faq_open_i{
  display:none;
}
.faq.active .faq_question button .faq_close_i{
  color: #484848;
  font-family: "Rubik";
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13px;
}
.collapse img {
  transition-duration: .3s;
}
.faq .faq_answer {
    display: none;
    padding: 10px;
}
.faq.active .faq_answer {
    display: block;
}
@media (max-width: 1350px) {
  .h_nav_list li span,
  .h_nav_list li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .review_form_item span {
    padding-left: 10px;
  }
  .review_star_list_dinamic li {
    width: 16px;
  }

.rating_recall span.yellow {
  background: url('img/stars.png') no-repeat  0px 0px;  
}

.vote_recall.hov_recall, .vote_recall.hov_recall_click{
  background: url('img/stars.png') no-repeat  0px 0px;
  cursor: pointer;
}
}
@media (max-width: 1199px) {
  .h_text_info{
    display: none;
  }
  .h_nav .h_currency{
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .m_banner_wrap_slider {
    max-width: calc(100% - 296px);
    padding-left: 0;
  }
  .m_sale_banner_wrap_parcent span {
    font-size: 60px;
    line-height: 70px;
  }
  .m_sale_banner_wrap_info span {
    font-size: 21px;
    line-height: 24px;
  }
  .m_part_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .m_part_title {
    max-width: 250px;
    font-size: 28px;
    line-height: 32px;
  }
  .m_about_company_wrap {
    padding: 35px 20px;
  }
  .m_products_front_info {
    width: 33.333%;
  }
  .m_banner_wrap_menu_list_wrap {
    transition: none;
  }
  .m_banner_wrap_menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #FFF;
    max-width: 100%;
    z-index: 150;
    padding-top: 30px;
    bottom: 0;
    overflow: auto;
    transform: translateX(-110%);
    transition: .3s;
  }
  .m_banner_wrap_menu .close_catalog_menu {
    display: block;
  }
  .m_banner_wrap_menu .m_banner_wrap_menu_list_wrap {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    transform: none;
    background: none;
    width: 100%;
    display: none;
  }
  .m_banner_wrap_menu .m_banner_wrap_menu_list_inside {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 10px;
  }
  .m_banner_wrap_menu .m_banner_wrap_menu_list_inside li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .m_banner_wrap_menu .m_banner_wrap_menu_list > li:last-child a {
    background-position-x: 13px!important;
  }
  .m_banner_wrap_menu .m_banner_wrap_menu_list_inside:after {
    display: none;
  }
  .m_banner_wrap_menu .m_banner_wrap_menu_list > li > span,
  .m_banner_wrap_menu .m_banner_wrap_menu_list > li > a {
    min-height: 30px;
    padding-left: 45px;
    background-position-x: 13px!important;
  }
  .m_banner_wrap_menu .m_banner_wrap_menu_list_inside li span,
  .m_banner_wrap_menu .m_banner_wrap_menu_list_inside li a {
    line-height: 20px;
  }
  .m_banner_wrap_menu--active {
    transform: none;
  }
  .m_banner_wrap_menu_list > li.active,
  .m_banner_wrap_menu_list > li:hover {
    background: none;
  }
  .m_banner_wrap_menu .m_banner_wrap_menu_list_inside {
    display: block;
    padding-top: 8px;
  }
  .m_banner_wrap_menu .m_banner_wrap_menu_list > li:hover > a svg {
    transform: none;
    margin-top: -2px;
  }
  .active_banner_catalog_menu svg {
    transform: rotate(-90deg) !important;
    margin-top: 3px!important;
  }
  .m_banner_wrap_menu .m_banner_wrap_menu_list > li > span,
  .m_banner_wrap_menu .m_banner_wrap_menu_list > li > a {
    width: auto;
  }
  .h_bottom_right {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #2E3033;
    max-width: 100%;
    z-index: 100;
    padding-top: 30px;
    bottom: 0;
    overflow: auto;
    align-items: flex-start;
    transform: translateX(-110%);
    transition: .3s;
    padding-top: 97px;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 90px;
  }
  .h_bottom_right .call_toggle {
    display: none;
  }
  .h_bottom_right .h_bottom_right_call_body {
    display: block;
    transform: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    float: left;
    padding-top: 0;
    padding-left: 0;
  }
  .h_bottom_right .h_bottom_right_call_head {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .h_bottom_right .h_bottom_right_call {
    max-width: 100%;
  }
  .h_bottom_right .h_bottom_right_call {
    padding: 0;
  }
  .h_bottom_right .h_lang_list li a.h_lang--active {
    color: #FFF;
  }
  .h_bottom_right .h_lang {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .h_mod_right {
    display: flex;
  }
  .h_bottom_right--active {
    transform: none;
  }
  .h_logo--active img {
    display: none;
  }
  .h_logo--active .logo_white {
    display: block!important;
  }
  .h_nav {
    max-width: 100%;
  }
  .h_nav_list {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .h_nav_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .h_nav_list li span,
  .h_nav_list li a {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 23px;
    padding: 0;
  }
  .h_top {
    position: relative;
    z-index: 110;
  }
  .h_mod_right--active .h_menu_but {
    color: #FFF;
  }
  .h_mod_right--active .h_menu_but span {
    background-color: #FFF;
  }
  .h_mod_right--active .h_menu_but span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .h_mod_right--active .h_menu_but span:first-child {
    transform: rotate(45deg);
    top: 5px;
  }
  .h_mod_right--active .h_menu_but span:last-child {
    transform: rotate(-45deg);
    top: 5px;
  }
  .h_mod_right--active .search_open svg path {
    stroke: #fff;
  }
  .h_search {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 120;
    height: auto;
    min-height: 100vh;
    background-color: #2E3033;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 50px;
    transition: .3s;
    transform: translateX(-110%);
  }
  .h_search--active {
    transform: translateX(0);
  }
  .h_search form input {
    color: #FFF;
  }
  .close_search {
    display: block;
  }
  .h_currency,
  .h_lang,
  .h_right {
    display: none;
  }
  .h_bottom_wrap {
    display: flex;
    justify-content: center;
    background: none;
  }
  .h_catalog a {
    border-radius: 4px;
  }
  .h_top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 140;
    padding-top: 15px;
    background-color: #FFF;
    padding-bottom: 15px;
    margin-bottom: 0;
    transition: .3s;
  }
  .header--active .h_top {
    -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.25);
  }
  .h_top--active {
    background: #2E3033;
    box-shadow: none!important;
  }
  header {
    padding-top: 94px;
  }
  .h_right {
    flex-direction: column;
    position: absolute;
    right: 0;
    align-items: flex-end;
    padding-right: 15px;
    top: 100px;
    padding-top: 10px;
  }
  .h_user {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .h_user a svg path,
  .h_like a svg path,
  .h_cart_img svg path {
    stroke: #fff;
  }
  .h_like {
    margin-right: -4px;
    margin-bottom: 40px;
  }
  .h_cart a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: -1px;
  }
  .h_cart_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-top: 5px;
  }
  .h_cart_info span {
    color: #FFF;
    justify-content: flex-end;
  }
  .m_banner--inside_page {
    display: block;
  }
  .m_banner_wrap_slider_big {
    max-width: 100%;
  }
  .m_catalog_categor_list li {
    max-width: calc(25% - 10px);
  }
  .m_catalog_list li {
    width: calc(50% - 20px);
  }
  .m_banner_wrap_slider_big li {
    min-height: 350px;
  }
  .m_catalog_list li:after {
    display: none;
  }
  .m_catalog_list li:nth-child(odd):after {
    display: block;
  }
  .main_reviews_form_columns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_reviews_form_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .main_reviews_form_right {
    width: 100%;
    padding-left: 0;
  }
  .m_reviews_right {
    width: 100%;
    max-width: 300px;
    padding-left: 0;
  }
  .m_reviews_left {
    width: 100%;
    float: left;
    max-width: calc(100% - 300px);
  }
  .tovar_video_list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .tovar_video_list li {
    width: 100%;
    max-width: calc(100% / 3 - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .m_tovar_main_card_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
  }
  .m_tovar_main_card_top_gallery {
    max-width: 550px;
  }
  .m_tovar_main_card_top_info {
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .m_banner_wrap_menu_list_inside:before{
    display:none!important;
  }
  .m_popular_lists li{
    width: 50%;
  }
  .cookie_pop p{
    width: 100%;
    text-align: center;
  }
  .cookie_pop{
    display: none!important;
    padding: 15px 10px;
    width: 100%;
  }
  .cookie_pop .cookie_apply{
    float: none;
    margin: 10px auto;
    display: block;
    max-width: 140px;
    text-align: center;
  }
  .m_pagetitle{
    font-size: 26px;
  }
  .f_top_left {
    display: none;
  }
  .m_popular_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_products_front_info {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding: 20px 15px;
  }
  .m_products_front_info_top {
    margin-bottom: 15px;
  }
  .m_products_front_info--active {
    opacity: 1;
    visibility: visible;
  }
  .m_products_front_info p {
    margin-bottom: 20px;
  }
  .m_adv_wrap li {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  .m_adv_wrap li:nth-child(even) {
    border: none!important;
  }
  .m_banner_wrap_slider_list li {
    padding: 15px;
  }
  .m_banner_wrap_slider_info span {
    font-size: 18px;
    line-height: 20px;
  }
  .m_adv_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .go_to_catalog {
    position: relative;
    left: 0;
    top: initial;
    margin-top: 20px;
    order: 2;
  }
  .go_to_catalog svg {
    display: none;
  }
  .m_popular_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .m_popular_head .title {
    order: 1;
  }
  .m_popular_list {
    padding-bottom: 45px;
  }
  .m_popular_list .slick-dots {
    width: auto;
    float: left;
    display: flex;
    align-items: center;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .m_popular_list .slick-dots li {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    background: none;
    padding: 0;
    min-height: 11px;
    border: 1px solid #F29814;
    transition: .3s;
  }
  .m_popular_list .slick-dots li:not(:last-child) {
    margin-right: 16px;
  }
  .m_popular_list .slick-dots li button {
    background: none;
    border: none;
    padding: 0;
    border-radius: 100%;
    text-indent: -9999px;
  }
  .m_popular_list .slick-dots li.slick-active {
    background-color: #F29814;
  }
  .title {
    padding-left: 0;
    padding-right: 0;
  }
  .m_license_list > li {
    width: 100%;
    max-width: 450px;
    border: 1px solid #F29814;
    margin-bottom: 30px;
  }
  .m_license_list > li:not(:last-child) .m_license_list_body {
    border: none;
  }
  .m_license_list > li:not(:last-child) .m_license_list_head:after {
    display: none;
  }
  .m_license_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .m_part_title {
    font-size: 22px;
    line-height: 26px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 15px;
    justify-content: center;
  }
  .m_prof_list li {
    width: 33.333%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .m_prof_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .m_part_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_sale_banner_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_sale_banner_wrap_parcent {
    margin-bottom: 10px;
  }
  .m_sale_banner_wrap_info {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_sale_banner_wrap_info span,
  .m_sale_banner_wrap_info p {
    text-align: center;
  }
  .m_banner_wrap_slider_list .slick-dots {
    left: 20px;
  }
  .m_prof_list li:nth-child(3n) {
    border: none;
  }
  .m_catalog_wrap {
    display: flex;
    flex-direction: column;
  }
  .m_catalog_left {
    max-width: 100%;
  }
  .m_catalog_right {
    max-width: 100%;
  }
  .m_catalog_filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    bottom: 0;
    overflow: auto;
    z-index: 160;
    padding-top: 50px;
    transition: .3s;
    transform: translateX(-110%);
  }
  .filter_close {
    display: block;
  }
  .m_catalog_filter--active {
    transform: none;
  }
  .open_filter {
    display: flex;
    margin-top: 10px;
  }
  .m_catalog_left {
    margin-bottom: 10px;
  }
  .m_tovar_tabs_cont {
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tovar_video_list li {
    max-width: calc(100% / 2 - 30px);
  }
  .tovar_video_list li:nth-child(n+4) {
    margin-top: 0;
  }
  .tovar_video_list li:nth-child(n+3) {
    margin-top: 30px;
  }
  .m_reviews .m_catalog_pag {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m_reviews .m_catalog_pag .m_catalog_pag_reload {
    margin-bottom: 20px;
  }
  .tovar_teaser_info_wrap_full .tovar_teaser_info_big_desc {
    flex-direction: column;
  }
  .tovar_teaser_info_wrap_full .tovar_teaser_info_big_desc span,
  .tovar_teaser_info_wrap_full .tovar_teaser_info_big_desc p {
    max-width: 100%;
  }
  .m_tovar_gllery_main li {
    height: 330px;
  }
  .m_about_company_wrap.content{
    padding: 20px;
  }
}
@media (max-width: 767px) {

  .f_bottom_wrap > div > a:nth-child(1){
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .halfholder{
    flex-direction: column;
  }
  .halfholder .half_10,
  .halfholder .half_20,
  .halfholder .half_30,
  .halfholder .half_40,
  .halfholder .half_50,
  .halfholder .half_60,
  .halfholder .half_70,
  .halfholder .half_80,
  .halfholder .half_90{
    width: calc(100% - 10px);
    margin: 5px;
  }
  .lightblueblockbr,
  .lightblueblock,
  .brandredblock,
  .lightyellowblockbr,
  .lightyellowblock,
  .lightgrayblockbr,
  .lightredblockbr,
  .lightgrayblock,
  .lightredblock{
    padding: 10px;
  }
  .m_catalog_left_banner{
    display: none;
  }
  .content iframe{
    width: 100%!important;
    height: auto;
    min-height: 320px;
  }
  .m_popular_lists li{
    width: 100%;
  }
  .m_pagetitle{
    font-size: 18px;
  }
  .m_banner_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_banner_wrap_slider {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .m_banner_wrap_slider .slick-arrow {
    display: none!important;
  }
  .m_banner_wrap_slider_list .slick-dots {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }
  .m_banner_wrap_slider_list li {
    align-items: flex-start;
    padding: 15px;
    padding-top: 25px;
  }
  .m_banner_wrap_slider_info span {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .m_banner_wrap_slider_info p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .m_banner_wrap_slider_info_sub a,
  .white_but {
    font-size: 10px;
    line-height: 30px;
  }
  .m_banner_wrap_slider_list li {
    min-height: 240px;
  }
  .m_banner_wrap_tovar {
    max-width: 425px;
  }
  .f_top_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_top_nav {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .f_top_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
  .f_top_list li {
    width: auto;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .f_bottom_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_bottom_wrap p {
    margin-top: 10px;
  }
  .h_slogan {
    display: none;
  }
  .m_catalog_categor_list li {
    max-width: calc(33.333% - 10px);
  }
  .m_catalog_head_mini_nav {
    display: none;
  }
  .m_catalog_head_right {
    max-width: 100%;
  }
  .m_tovar_tabs li a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 30px;
  }
  .m_tovar_char_list_left span {
    font-size: 12px;
  }
  .m_tovar_char_list_left {
    max-width: 130px;
    padding-right: 10px;
  }
  .m_tovar_char_list_right {
    padding-left: 20px;
  }
  .m_tovar_char_list_right p {
    font-size: 12px;
  }
  .m_tovar_char_list_right {
    max-width: 140px;
  }
  .m_tovar_tabs_cont > p {
    font-size: 12px;
  }
  .m_reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_reviews_left {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .m_reviews_right {
    max-width: 375px;
  }
  .m_reviews_list_body p {
    font-size: 12px;
  }
  .m_tovar_main_card_top_info_body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_tovar_info_body_left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .one_clikc_form {
    max-width: 350px;
    margin-bottom: 0;
  }
  .m_tovar_info_body_right_info p {
    text-align: center;
  }
  .m_tovar_info_body_left {
    padding-right: 0;
  }
  .tovar_teaser_info_wrap_full {
    margin-bottom: 20px;
  }
  .m_tovar_info_body_basket {
    justify-content: center;
    margin-bottom: 20px;
  }
  .m_tovar_info_body_like {
    display: flex;
    justify-content: center;
  }
  .m_tovar_info_body_right {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m_tovar_main_card_top_info_head {
    display: flex;
    flex-direction: column;
  }
  .m_tovar_info_head_left {
    max-width: 100%;
  }
  .m_tovar_info_head_right {
    max-width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .m_tovar_info_head_right_price {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .m_tovar_info_head_right_price span {
    text-align: left;
    justify-content: flex-start;
  }
  .m_tovar_main_card_top_info_head {
    margin-bottom: 20px;
  }
  .m_kilk_wrap {
    margin-right: 20px;
  }
  .modal_video iframe {
    height: 300px;
  }
  .modal_video {
    height: 300px;
    max-width: 500px;
  }
  .m_tovar_main_card_top_info {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 649px) {
  .m_popular_list .slick-slide:after {
    display: none;
  }
  .m_prof_list li {
    width: 50%;
    border: none!important;
  }
  .m_prof_list li:nth-child(2n + 2) {
    border-left: 1px solid #A9A9A9!important;
  }
  .tovar_video_list li {
    max-width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .tovar_video_list li:nth-child(n+3) {
    margin-top: 0;
  }
  .tovar_video_list li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .m_license_list_body {
    padding: 15px;
  }
  .m_license_list_info li:not(:last-child) {
    margin-bottom: 15px;
  }
  .m_license_list_head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m_license_list_head p {
    font-size: 16px;
    line-height: 18px;
    min-height: 36px;
  }
  .m_license_list_info li p {
    font-size: 12px;
  }
  .m_license_list_info li span {
    font-size: 12px;
  }
  .m_license_list_bottom span {
    font-size: 18px;
  }
  .m_license_list_bottom {
    margin-bottom: 15px;
  }
  .m_license_list_body {
    margin-bottom: 0;
  }
  .m_license_order {
    font-size: 14px;
  }
  .m_part_wrap_list li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .m_part_wrap_list {
    justify-content: center;
  }
  .m_prof_list li {
    width: 100%;
    border: none!important;
  }
  .m_prof_list li:nth-child(2n + 2) {
    border-left: none!important;
  }
  .m_prof_list li p {
    text-align: center;
  }
  .title {
    font-size: 20px;
    line-height: 24px;
  }
  .m_about_company_wrap img {
    margin-bottom: 20px;
  }
  .m_about_company_wrap {
    padding-bottom: 20px;
  }
  .m_prof_list li img {
    max-width: 40px;
    margin-bottom: 10px;
  }
  .m_prof_list li span {
    margin-bottom: 10px;
  }
  .m_about_company_wrap p {
    font-size: 14px;
  }
  .m_adv_wrap li {
    width: 100%;
  }
  .m_adv_wrap li:not(:last-child) {
    border: none;
  }
  .m_catalog_list li {
    width: calc(100% - 10px);
  }
  .m_catalog_list li:after {
    display: none!important;
  }
  .m_banner_wrap_slider_big li {
    min-height: 220px;
  }
  .m_catalog_categor_list li {
    max-width: calc(50% - 10px);
  }
  .m_catalog_categor_list li a span {
    font-size: 42px;
  }
  .m_catalog_head_sort > span {
    display: none;
  }
  .m_catalog_pag {
    padding-left: 0;
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 25px;
  }
  .m_catalog_pag_reload {
    margin-bottom: 30px;
  }
  .m_reviews_list_head {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .m_reviews_list_head span {
    margin-bottom: 5px;
  }
  .m_tovar_tabs li {
    width: 100%;
    float: left;
    padding: 0;
  }
  .m_tovar_tabs li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
  }
  .m_tovar_tabs li a {
    width: 100%;
    border: none!important;
    border-radius: 0;
  }
  .m_tovar_tabs li .m_tovar_tabs--active {
    color: #FFF;
    background-color: #F29814!important;
  }
  .m_tovar_tabs {
    padding-left: 0;
    padding-right: 0;
    background-color: #FFF;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .m_tovar_gllery_main li {
    height: 245px;
  }
}
#login input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  
  font-style: normal;
  font-weight: 500;
}
#login input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  
  font-style: normal;
  font-weight: 500;
}
#login input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  
  font-style: normal;
  font-weight: 500;
}
#login input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  
  font-style: normal;
  font-weight: 500;
}

#consultation,
#login{
  position: fixed;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px;
  z-index: 9999;
  text-align: center;
}
#consultation .success_text{
  color: #ffd4b8;
  font-weight: bold;
}
#preorder input,
#notify input,
#callback input,
#consultation input,
#login input{
  max-width: 400px;
  display: block;
  color: #444;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 15px 0px 15px;
  border-radius: 25px;
  line-height: 32px;
  width: 100%;
  margin: 5px auto;
  background-color: #fff;
  outline: none;
}
#preorder input:focus,
#notify input:focus,
#callback input:focus,
#consultation input:focus,
#login input:focus{
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    outline: none;
}
#consultation .popup_title,
#login .popup_title{
  color: #fff;
  font-size: 22px;
  margin: 5px auto;
}
#consultation .login_title,
#login .login_title{
color: #fff;
    font-size: 22px;
    margin: 5px auto;
    
    font-style: normal;
    font-weight: 600;
}
.to_login, .to_registration, .to_forget_pass {
    font-size: 14px;
    background: none;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0px;
    padding: 10px;
    transition: 0.5s;
    
    font-style: normal;
    font-weight: 300;
}
.to_login:hover, .to_registration:hover, .to_forget_pass:hover {
    color: #fff;
    text-decoration: underline;
}
.registration_vk_form .login_title,
.registration_fb_form .login_title,
.registration_ok_form .login_title{
  font-size: 18px;
}
.thanks_text_registration_ok,
.thanks_text_registration_fb,
.thanks_text_registration_vk{
  display: none;
  text-align: center;
  width: 100%;
  color: #a5c716;
  font-size: 18px;
}
.thanks_text_registration_ok p,
.thanks_text_registration_fb p,
.thanks_text_registration_vk p{
  text-align: center;
  color: #a5c716;
  font-size: 18px;
}
.success_text,
.thanks_text_registration,
.thanks_text_forget{
  display: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: #f29814;
  line-height: 20px;
  margin: 0px;
  padding: 10px;
  
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
.success_text p,
.thanks_text_registration p,
.thanks_text_forget p{
  margin: 0px;
}
.registration_form{display:none}
.forget_form{display:none}

#product_view{
	display: none;
}




#sizetable,
#order_info {
  background: #fff;
  display: none;
  padding: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -350px;
  width: 700px;
  z-index: 2002;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #444;
}
#sizetable .sizetable,
#order_info .order_products{
  max-height: 400px;
  overflow-y: auto;
  overflow-x: auto;
  
  font-style: normal;
  line-height: 14px;
  font-size: 12px;
}
#order_info .order_products thead tr:first-child{
  border-bottom: 2px solid #444;
}
#order_info .order_products tbody tr{
  border-bottom: 1px solid #444;
}
#order_info .order_products tbody tr:last-child{
  border-bottom: 2px solid #444;
}
#order_info .order_products .td_1{
  width: 75px;
  height: 75px;
}
#order_info .order_products .td_1 a{
  width: 75px;
  height: 75px;
}
#order_info .order_products .td_2{
  width: 300px;
}
#order_info .order_products .td_2 a{
    font-size: 15px;
    color: #444;
}
#order_info .price_op{
    text-align: center;
    color: #444;
    font-size: 15px;
    padding: 0px 0px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}
#order_info thead tr td{
    font-size: 15px;
    color: #444;
}
#order_info tr td{
  text-align: center;
  padding: 5px 10px;
  vertical-align: middle;
}
#order_info tr .tfoot_1{
  text-align: left;
    font-size: 24px;
    color: #444;
}
#order_info .quantity{
    font-size: 17px;
    color: #444;
}
#order_info .sum_price{
    text-align: center;
    color: #444;
    font-size: 17px;
}
#order_info .td_5{
  width: 220px;
}
#order_info tfoot p{
  font-weight: bold;
  font-size: 20px;
}
.disnone{
  display: none;
}
#success_adding_compare,
#success_adding_wish,
#success_adding{
  background: #fff;
  display: none;
  padding: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -250px;
  width: 500px;
  z-index: 252;
  text-align: center;
}

#success_adding_compare p,
#success_adding_wish p,
#success_adding p{
  font-size: 16px;
  color: #444;
  
  font-style: normal;
  font-weight: 600;
  margin: 10px auto;
}

#alert{
  background: #fff;
  display: none;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -150px;
  width: 300px;
  z-index: 252;
  text-align: center;
  border: 1px solid #444;
}
#alert p{
  font-size: 22px;
  
  font-style: normal;
  font-weight: 600;
  color: #f04d4d;
}

#information{
  position: fixed;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px;
  z-index: 252;
  text-align: center;
}
#information .popup_content{
  color: #fff;
}
#preorder,
#notify,
#callback{
  position: fixed;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px;
  z-index: 252;
  text-align: center;
}
#preorder .popup_title,
#notify .popup_title,
#callback .popup_title{
  color: #fff;
  font-size: 22px;
  margin: 5px auto;
  
  font-style: normal;
  font-weight: 600;
}


#preload{
  display: none;
  background: rgba(0,0,0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#preload #loaderImage,
#preload img{
  top: 50%;
  position: fixed;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
}
.error_input{
  background: #ffcece!important;
  border: 1px solid #cc0707!important;
}

#success_adding .light_button,
#success_adding_wish .light_button,
#success_adding_compare .light_button,
#success_adding_wish .login_button,
#success_adding_compare .login_button,
#preorder .light_button,
#notify .light_button,
#callback .light_button,
#consultation .light_button,
#login .light_button{
  background: #f29814;
  border-radius: 25px;
  cursor: pointer;
  transition: .3s;
  
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #FFFFFF;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  margin: 5px auto;
}
#success_adding .light_button:hover,
#success_adding_wish .light_button:hover,
#success_adding_compare .light_button:hover,
#success_adding_wish .login_button:hover,
#success_adding_compare .login_button:hover,
#preorder .light_button:hover,
#notify .light_button:hover,
#callback .light_button:hover,
#consultation .light_button:hover,
#login .light_button:hover{
    background-color: #CF1215;
    color: #fff;
    text-decoration: none;
}
.pwd_thanks_text,
.profile_thanks_text,
.thanks_text{
  text-align: center;
  font-size: 20px;
  display: none;
  color: #ffffff;
  background: #f29814;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px;
  margin: 20px auto;
}

#promo_percent{
  margin: 15px;
  font-size: 18px;
  display: inline-block;
}
#promo_percent span{
  background: #a5c716;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

.opt_user_prove_success{
  font-size: 22px;
  background: #47ab5c;
  padding: 5px 10px;
  color: #fff;
  margin: 10px 0px;
  line-height: 34px;
}
.opt_user_prove_failure{
  font-size: 22px;
  background: #f29814;
  padding: 5px 10px;
  color: #fff;
  margin: 10px 0px;
}




.match_container {
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fff;
  border: 1px solid #000;
  overflow: hidden;
  width: 100%;
  z-index: 99999;
  display: none;
}
.search_container ul{
  padding: 5px 10px 5px 10px;
}
.search_container ul li{
  display: block;
  width: 100%;
  text-align: left;
}
.search_container ul li a{
  line-height: 14px;
  display: flex;
  padding: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.search_container ul .match_product_img{
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  left: auto;
  padding-left: 5px;
  text-align: left;
  margin-right: 10px;
}
.search_container ul .match_product_name{
  position: relative;
  display: inline-block;
  color: #333;
  right: auto;
  left: auto;
  top: auto;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  vertical-align: top;
}


.search_container ul li a:hover{
  background: #f29814;
}
.search_container ul :hover .match_product_name{
  color: #fff;
}
#overflow_1 {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.social_auth{
  text-align: center;
}
.social_auth li{
  display: inline-block;
}
.social_auth li span,
.social_auth li a{
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
}

.login_fb{
  background: url(img/login/login_fb.png);
  background-size: 32px 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.login_vk{
  background: url(img/login/login_vk.png);
  background-size: 32px 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.login_ok{
  background: url(img/login/login_ok.png);
  background-size: 32px 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
}


.pop_close{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  font-size: 25px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 36px;
  cursor: pointer;
  border: 1px solid #181818;
  transition:0.5s;
}
.pop_close a:hover {
    color: #f29814;
}
.pop_close:hover{
  color: #f29814; 
}
#overflow{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: 250;
  overflow: auto;
  overflow-y: none;
  background: rgba(0, 0, 0, 0.55);
}
.oh{
  overflow: hidden;
}
.hidden{
  display: none;
}


















.cabinet_menu .cabinet_menu_link{
  font-size: 14px;
  color: #000000;
  background: #f5f5f5;
  vertical-align: top;
  width: 100%;
  height: 75px;
  padding: 25px 10px;
  display: block;
  position: relative;
  
  font-style: normal;
  line-height: normal;
  text-decoration: none;
}
.cabinet_menu .cabinet_menu_link::before{
  content: " ";
  display: inline-block;
  width: 3px;
  height: 75px;
  background:#eaeaea;
  position: absolute;
  top: 0px;
  left: 0px;
  transition:0.5s;
}
.cabinet_menu .cabinet_menu_link:focus,
.cabinet_menu .cabinet_menu_link:active,
.cabinet_menu .cabinet_menu_link:hover,
.cabinet_menu .cabinet_menu_link.active{
  text-decoration: none;
  background: #f29814;
  color: #fff;
}
.cabinet_menu .cabinet_menu_link:focus::before,
.cabinet_menu .cabinet_menu_link:active::before,
.cabinet_menu .cabinet_menu_link:hover::before,
.cabinet_menu .cabinet_menu_link.active::before{
  background:#f29814;
}

.cabinet_tab{
  display: none;
  overflow: hidden;
  background: #f5f5f5;
  padding: 5px 10px;
}
.cabinet_tab.active{
  display: block;
}

.pk_logout{
  display: block;
  float: left;
  background: url(img/icons/pk_logout.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 2px;
}
.pk_history{
  display: block;
  float: left;
  background: url(img/icons/pk_history.png);
  background-repeat: no-repeat;
  background-size: 16px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 3px;
}
.pk_favorite{
  display: block;
  float: left;
  background: url(img/icons/pk_favorite.png);
  background-repeat: no-repeat;
  background-size: 15px 14px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 4px;
}
.pk_compare{
  display: block;
  float: left;
  background: url(img/icons/pk_compare.png);
  background-repeat: no-repeat;
  background-size: 15px 14px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 4px;
}
.pk_person{
  display: block;
  float: left;
  background: url(img/icons/pk_person.png);
  background-repeat: no-repeat;
  background-size: 13px 15px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 1px 2px;
}

.cabinet_menu a:focus i,
.cabinet_menu a:hover i,
.cabinet_menu a.active i{
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.cabinet_tabs .c_title,
.c_tab_title{
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  color: #000000;
}
.opt_user{
  display: none;
}
.opt_user.active{
  display: block;
}
.user_info_form textarea,
.user_info_form input{
    margin: 5px 0px 15px 0px;
    width: 100%;
    float: left;
    
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    color: #7A7A7A;
    height: 42px;
    border: 1px solid #CBCBCB;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.user_info_form textarea:focus,
.user_info_form input[type="text"]:focus{
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  border: 1px solid #f29814;
  color: #000;
}

.user_info_form .input label{
    font-size: 14px;
    margin: 0px 0px 0px 3px;
    color: #181818;
    display: block;
    
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: none!important;
}
.user_info_block{
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.user_info_block p small{
  color: #f29814;
}


.order_page .login_button{
  float: left;
  background: #f29814;
  color: #fff;
  text-align: center;
  width: 200px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
}
.order_page .login_button:hover{
  background: #CF1215;
  text-decoration: none;
}
.favorite_btns,
.personal_btns{
  text-align: center;
}
.confirm_order,
.favorite_btns .button_green,
.personal_btns .button_green{
    width: auto;
    clear: both;
    float: left;
    text-align: center;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    justify-content: center;
    line-height: 42px;
    transition: .3s;
    
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
    background: #f29814;
    border-radius: 25px;
    border: none;
    margin: 20px auto;
}
.confirm_order:hover,
.favorite_btns .button_green:hover,
.personal_btns .button_green:hover{
    background: #CF1215;
    color: #fff;
    text-decoration: none;
}
.confirm_order{
  float: none;
}
.personal_cabinet{
  margin-top: 30px;
  margin-bottom: 20px;
}


.remove_favorite{
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  cursor: pointer;
  background: url(img/icons/remove_favorite.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 0px;
  z-index: 2;
}
.catalog_favorite .tpl_product_colors{
  bottom: 0px;
  top: auto;
}
.favorite_btns{
  text-align: center;
}

.orders_history{
  width: 100%;
  background: #fcfcfc;
  
  font-style: normal;
  line-height: 14px;
  font-size: 12px;
}
.orders_history thead tr td{
  text-align: center;
  border-top: 2px solid #bfccc6;
  border-bottom: 2px solid #bfccc6;
  color:#515151;
  background: #fff;
  padding: 10px 10px;
}
.orders_history a{
  font-weight: bold;
  color: #181818;
}
.orders_history a:hover{
  color: #f29814;
}
.orders_history tr:hover{
    background: #f0f0f0;
}
.orders_history tbody tr td{
  text-align: center;
  padding: 10px 10px;
}
.status_delivered{
  color: #089a05;
}
.status_cancel{
  color: #bd0f0f;
}
.status_wait{
  color: #474b4c;
}
.status_new{
  color: #3a6796;
}
.cabinet_mobile_menu{
  display: none;
}
.confirm_img{
  width: 100%;
  display: block;
}
.c_confirm_title{
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  margin: 20px 15px;
}
.confirm_page{
  margin: 30px auto;
}
.order_confirm{
  width: 100%;
}

.order_confirm tbody tr:nth-child(odd){
  background:#f5f5f5;
  color: #515151;
}
.order_confirm tbody tr:nth-child(even){
  background:#fcfcfc;
  color: #000000;
}
.order_confirm tbody tr:hover{
  background: #e8e8e8;
}
.order_confirm tbody tr td{
  padding: 12px 8px;
}
.confirm_delivery b,
.confirm_pay b{
  min-width: 80px;
  display: inline-block;
  margin-bottom: 5px;
  color: #1d1e1f;
}
.confirm_delivery,
.confirm_pay{
  color: #1d1e1f;
}
.confirm_info{
  margin-top: 25px;
}
.confirm_info_left{
  float: left;
  display: block;
}
.confirm_info_right{
  float: right;
  display: block;
  font-size: 18px;
}
.confirm_info_right b{
  margin-left: 5px;
}

.order_block{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px;
  background: #f1f1f1;
  border-radius: 5px;
  float: left;
  width: 100%;
}
.order_block.active{
  box-shadow: 0px 0px 10px 1px #cecece;
}
.order_step{
  text-transform: uppercase;
  font-size: 16px;
  color: #CF1215;

}
.order_delivery_info p{
  color: #fff;
  font-size: 15px;
}
.order_block .input label{
  font-size: 14px;
  font-weight: normal;
  color: #181818;
  margin: 10px 5px 10px 15px;
  display: block;
}
.step_icon{
  display: inline-block;
  background: url(img/icons/step_icon.png);
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: 5px 5px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  transition: 1s;
}
.order_user_info{
  margin-top: 20px;
}
.next_step{
  float: right;
}

.tab_delivery_courier,
.tab_delivery_shop,
.tab_delivery_newpost_courier,
.tab_delivery_newpost,
.tab_cash_pay,
.tab_card_pay,
.tab_regular_user,
.tab_new_user{
  display: none;
}

.tab_delivery_newpost_courier.active,
.tab_delivery_courier.active,
.tab_delivery_shop.active,
.tab_delivery_newpost.active,
.tab_cash_pay.active,
.tab_card_pay.active,
.tab_regular_user.active,
.tab_new_user.active{
  display: block;
}
.order_block_nav{
  border-bottom: 1px solid #efefef;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.to_tab_delivery_newpost_courier,
.to_tab_delivery_courier,
.to_tab_delivery_shop,
.to_tab_delivery_newpost,
.to_tab_cash_pay,
.to_tab_sms_pay, 
.to_tab_card_pay,
.to_tab_regular_user,
.to_tab_new_user{
  display: block;
  width: 50%;
  font-size: 16px;
  float: left;
  padding: 11px 5px;
  text-align: center;
  border: 3px solid transparent;    
  color: #f29814;
  text-decoration: none;
}
.clr{
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
}



.to_tab_delivery_newpost_courier:active,
.to_tab_delivery_newpost_courier:focus,
.to_tab_delivery_newpost_courier.active,
.to_tab_delivery_newpost_courier:hover,
.to_tab_delivery_courier:active,
.to_tab_delivery_courier:focus,
.to_tab_delivery_courier.active,
.to_tab_delivery_courier:hover,
.to_tab_delivery_shop:active,
.to_tab_delivery_shop:focus,
.to_tab_delivery_shop:hover,
.to_tab_delivery_shop.active,
.to_tab_delivery_newpost:active,
.to_tab_delivery_newpost:focus,
.to_tab_delivery_newpost:hover,
.to_tab_delivery_newpost.active,
.to_tab_sms_pay:active,
.to_tab_sms_pay.active,
.to_tab_sms_pay:focus,
.to_tab_sms_pay:hover,
.to_tab_cash_pay:active,
.to_tab_cash_pay:focus,
.to_tab_cash_pay:hover,
.to_tab_cash_pay.active,
.to_tab_card_pay:active,
.to_tab_card_pay:focus,
.to_tab_card_pay:hover,
.to_tab_card_pay.active,
.to_tab_regular_user:active,
.to_tab_regular_user:focus,
.to_tab_regular_user:hover,
.to_tab_regular_user.active,
.to_tab_new_user:active,
.to_tab_new_user:focus,
.to_tab_new_user:hover,
.to_tab_new_user.active{
  color: #f29814;
  background: none;
  border-bottom: 3px solid #f29814;
  text-decoration: none;
}
.order_delivery_info .input{
  margin-bottom: 12px;
}
.order_delivery_info .input label{
  margin-bottom: 3px;
}
.order_page{
  margin-top: 20px;
  margin-bottom: 50px;
  
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}







.order_block textarea,
.order_block input{
    width: 100%;
    
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 13px;
    color: #333;
    height: 36px;
    border: 1px solid #CBCBCB;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.order_block textarea:focus,
.order_block input[type="text"]:focus{
  border: 1px solid #f29814;
  outline: none;
}
.order_block textarea{
  max-width: 100%;
  min-width: 100%;
  min-height: 65px;
  max-height: 400px;
}




.basket_holder{
  color: #181818;
  border-radius: 5px;
  background: #f1f1f1;
  padding: 10px;
  margin: 20px auto;
}
.basket_case{
  width: 100%;
  background: none;
  margin-top: 42px;
  color: #181818;
}
.basket_case tr{

}
.basket_case tr td{
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}
.basket_product_name{
  display: block;
  text-align: left;
  color: #181818;
  font-size: 14px;
  text-transform: uppercase;
}
.basket_product_name:hover{
  color: #f29814;
}
.basket_product_info{
  display: block;
  text-align: left;
  color:#f29814;
  font-size: 11px;
}

.basket_product_info span{
  color: #f29814;
  font-size: 11px;
}

.amount_few{
  text-align: center;
  display: block;
  font-size: 14px;
  margin-bottom: 0px;
}
.price .amount_1{
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.basket_remove{
  color: #CF1215;
  background: transparent;
  border-radius: 5px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  text-align: center;
  display: block;
  transition:0.3s;
  margin: 0px auto;
}
.basket_remove:hover{
  color: #fff;
  background: #CF1215;
}


.cart_btn{
  position: relative;
  width: 50%;
  float: right;
  background: #ccc;
  color: #333;
  font-size: 12px;
  font-weight: normal;  
}
.quantity{
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0px;
  line-height: 40px;
  height: 84px;
  width: 55px;
  margin: 0px auto;
}
.quantity .cart_quantity{
  display: block;
  text-align: center;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: none;
  padding: 0px;
  border: 0px;
  margin: 0px;
  color: #181818;
}
.btn_plus{
  display: block;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  height: 28px;
  background: transparent;
  border-radius: 5px;
  color: #f29814;
  font-weight: bold;
  transition:0.5s;
}

.btn_minus{
  display: block;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  height: 28px;
  background: transparent;
  border-radius: 5px;
  color: #f29814;
  font-weight: bold;
  transition:0.5s;
}
.plus-minus:hover{
  color: #fff;
  background: #f29814;
}
.total_p_sum{
  font-weight: bold;
  font-size: 18px;
}
.basket_case td:nth-child(1){
  width: 160px;
}
.basket_case tr{
}
.basket_case tr:last-child{
  border-bottom: 1px solid #e7e7e7;
}
.basket_result .tabs_holder{
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 15px;
}
.basket_input{
  margin: 10px auto;
}
.basket_input_title{
  color: #181818;
  font-size: 14px;
  float: left;
  width: 50%;

}
.confirm_page_content{
  display:block!important;
  
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.order_pay_info p{
  color: #181818;
  font-size: 14px;
}
.cart_total_discount,
.cart_total_no_discount,
.cart_total_cur,
.cart_total_all,
.cart_total_delivery,
.cart_total{
  color: #181818;
  font-weight: bold;
}
.basket_title{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}
.basket_input input{
  width: 50%;
  height: 30px;
  color: #444;
  padding: 0px 10px;
  font-size: 16px;
  line-height: 30px;
}

.basket_case .cart-images{
  border: 1px solid #e6e6e6;
  display: block;
  width: 130px;
  margin: 0px auto;
  border-radius: 5px;
  overflow: hidden;
}
.basket_case .cart-images img{
  width: 100%;
}
.total_cart_sum{
  float: right;
  color: #f29814;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 10px auto;
}
.total_cart_sum_cur{
  float: right;
  color: #f29814;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 5px auto;
}
.cart_btns{
  float: right;
}
.shopping_continue{
  display: inline-block;
  margin-right: 20px;
  color: #7a9313;
  font-weight: bold;
  font-size: 14px;
}
.b_title{
  display: none;
}
.p_h_title{
  display: none;
  float: left;
}







.chosen-container{
  width: 100%!important;
  outline: none;
  background: transparent;
  border: none;
  border-radius: 5px;
}
.chosen-container-single .chosen-single{
  line-height: 36px;
  height: 36px;
  outline: none;
  background: #fff;
  box-shadow: none;
  font-weight: bold;
  color: #181818;
  border-radius: 4px;
  border: 1px solid #fff;
}
.chosen-container-single .chosen-single:hover{
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);

}
.chosen-container-single .chosen-search input[type=text]{
  color: #181818;
}
.order_block .chosen-container-single input[type="text"]:focus{
  color: #181818;
}

.chosen-container-active.chosen-with-drop .chosen-single{
    background: #ffffff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.chosen-container-single .chosen-single div{ 
  width: 36px;
  height: 36px;
}
.chosen-container-single .chosen-single span{
  margin-right: 0px;
}

.chosen-container-single .chosen-single div b{
  background-image: url('img/icons/drop_down.png?u=1')!important;
  background-size: 100%!important;
  background-position: 0px 0px!important;
  transition:transform 0.5s;
}
.chosen-container.chosen-with-drop .chosen-drop{
    border: 0px;
    background: #fff;
    color: #181818;
    font-weight: bold;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
}
.chosen-container-single .chosen-drop,
.chosen-container .chosen-drop{
  border: 1px solid #f29814;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div{
  background: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
  background-position: 0px 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chosen-container .chosen-results li.highlighted{
  background: #f29814;
  color: #fff;
}
.chosen-container .chosen-results{
  margin: 0px 0px 0px 0;
  padding: 0 0 0 0px;
  clear: both;
}
.chosen-container .chosen-results li{
  line-height: 28px;
}

.order_f_l{
  display: none;
}

.m_head_btns{
  display: none;
  text-align: center;
}
.main_head_btns{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}
.main_head_btns .head_btn_action,
.m_head_btns .head_btn_action{
  color: #b30e00;
  
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  display: inline-block;    
  text-decoration: none;
  margin: 5px 15px;
}
.main_head_btns .head_btn_new,
.m_head_btns .head_btn_new{
  color :#f29814;
  
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  display: inline-block; 
  text-decoration: none;
  margin: 5px 15px;
}
.desktop_btns{
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
.main_head_btns .head_btn_action,
.main_head_btns .head_btn_new{
    display: inline-block;
    text-align: center;
    width: 49%;
    margin: 10px 0%;
}
.desktop_btns.m_head_btns .head_btn_new,
.desktop_btns.m_head_btns .head_btn_action {
  margin: 5px 0px;
  display: block;
}
.m_catalog_sort_list_select .chosen-container{
  width: 80px!important;
  margin: 0px 8px;
}
.m_catalog_sort_list_select .chosen-container-single .chosen-single span{
  line-height: 36px;
}
.paginate li{
  list-style: none;
  display: inline-block;
  padding: 5px;
}
.ui-widget-header {
    border: 1px solid #6b4a4a;
    background: #6b4a4a;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #6b4a4a;
    background: #e6e7e9;
    font-weight: bold;
    color: #6b4a4a;
}
.ntf_back{
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0px auto;
    text-align: center;
}
@media (max-width: 1600px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {



  .cabinet_tab .cabinet_menu_link{
    font-size: 16px;
    color: #000000;
    background: #f5f5f5;
    vertical-align: top;
    width: 100%;
    height: 75px;
    padding: 25px 10px;
    display: block;
    position: relative;
  }
  .cabinet_tab .cabinet_menu_link::before{
    content: " ";
    display: inline-block;
    width: 3px;
    height: 75px;
    background:#eaeaea;
    position: absolute;
    top: 0px;
    left: 0px;
    transition:0.5s;
  }
  .cabinet_tab .cabinet_menu_link:focus,
  .cabinet_tab .cabinet_menu_link:active,
  .cabinet_tab .cabinet_menu_link:hover,
  .cabinet_tab .cabinet_menu_link.active{
    text-decoration: none;
    background: #f29814;
    color: #fff;
  }
  .cabinet_tab .cabinet_menu_link:focus::before,
  .cabinet_tab .cabinet_menu_link:active::before,
  .cabinet_tab .cabinet_menu_link:hover::before,
  .cabinet_tab .cabinet_menu_link.active::before{
    background:#f29814;
  }


  .cabinet_tab{
    display: block!important;
  }
  .cabinet_tab .inner_tab_content{
    display: none;
  }
  .cabinet_tab.active .inner_tab_content{
    display: block;
  }
  .cabinet_mobile_menu{
    display: block;
  }
  .filter_maintitle{
    display: none;
  }
  
  .fs_search .filter_row{
    width: 48%;
  }
}
@media (max-width: 850px){

}
@media (max-width: 768px) {
  .site-footer{
    padding-top: 5px;
    padding-bottom:5px;
  }
  .pt-5, .py-5{
    padding-top: 5px!important;
    margin-top: 5px!important;
  }
  .hidden-xs{
    display: none;
  }
  .desktop_btns{
    display: none!important;
  }

  .opt_user_prove_success{
    font-size: 16px;
  }
  .order_page .basket_case{

  }
  .order_page .basket_case tr td{
    padding: 10px 10px;
  }
  .basket_case tr{
    border-bottom: 1px solid #d7d7d7;
  }
  .basket_case tr td{
    padding: 3px;
  }
  .match_container{
    width: 100%;
  }
  .fs_search .filter_row{
    width: 100%;
  }
}
@media (max-width: 580px){
    .basket_product_name_holder,
  .wrapper_amount,
  .basket_count{
    max-width: 180px;
    display: inline-block;
  }
  .b_title{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
    text-align: left;
  }
  .p_h_title{
    display: inline-block;
  }
  .orders_history tbody tr{
    border-bottom: 2px solid #f29814;
  }
  .orders_history tbody tr:last-child{
    border: none;
  }
  .orders_history thead{
    display: none;
  }
  .basket_case .cart-images{
    width: 130px;
    border: none;
  }
  .basket_product_name_holder{
    display: inline-block;
    width: 50%;
  }
  .basket_case tr{
  }
  .basket_case tr:last-child{
    border: none;
  }
  .order_count{
    display: inline-block;
  }
  .order_history_btnns{
    text-align: center;
  }
  .orders_history tr td{
    width: 100%!important;
    display: block;
    border-bottom: 1px solid #eee;    
    text-align: right!important;
  }
  .basket_case thead{
    display: none;
  }
  .basket_product_info,
  .basket_product_name{
    text-align: left;
  }
  .basket_case tr td{
    padding: 10px 0px;
    width: 100%!important;
    display: block;
    text-align: left;
    overflow: hidden;
  }
  .basket_remove{
    display: inline-block;
  }
  .order_f_l{
    display: block;
    float: left;
    width: 50%;
  }
  .order_f_r{
    display: block;
    float: left;
    width: 50%;
  }
  .c_confirm_title{
    background: #fafafa;
    margin: 0px 15px;
    padding: 10px;
  }
  .order_confirm tbody tr:nth-child(2){
    border-top:1px solid #f29814;    
  }
  .order_confirm tbody tr:nth-child(even){
    border-bottom:1px solid #f29814;
  }
  .order_confirm tbody tr:nth-child(even) td{
    text-align: left;
    display: block;
    width: 100%!important;  
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 15px;
  }
  .order_confirm tbody tr:nth-child(odd){
    display: none;
  }
  .m_head_btns{
    display: block;
  }
  .main_head_btns{
    display: none;
  }
}
@media (max-width: 500px){

}
@media (max-width: 400px){
	#order_info{
	  padding: 5px;
	      margin: -200px 0 0 -150px;
	    width: 300px;
	}
}