button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 14px;
  line-height: 1.25;
  font-family: 'Roboto';
}
.wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
header {
  width: 100%;
  float: left;
}
.container {
  width: 100%;
  float: left;
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
}
.h_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #222;
}
.h_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_top_wrap_city {
  width: 100%;
  float: left;
  max-width: 170px;
}
.h_top_wrap_city a {
  width: auto;
  float: left;
  text-decoration: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  /* identical to box height, or 138% */
  display: flex;
  align-items: center;
  letter-spacing: 0.26px;
  color: #fff;
  transition:.3s;
}
.h_top_wrap_city a:hover{
  color: #666;
}
.h_top_wrap_city a img {
  margin-right: 8px;
  margin-top: -2px;
}
.h_top_wrap_city a .select_arrow {
  margin-right: 0;
  margin-left: 15px;
  margin-top: 0;
  display: none!important;
}
.user_name {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px!important;
  line-height: 130%;
  /* or 21px */
  color: #222222;
  margin-bottom: 20px;
}
.h_user_inside_mod .h_user_inside_wrap {
  padding-bottom: 0;
}
.menu_img--active {
  display: none!important;
}
.user_nav_list {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  float: left;
}
.user_nav_list li {
  width: 100%;
  float: left;
  border-top: 1px solid #E0E0E0;
}
.user_nav_list li a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 128.91%;
  /* or 18px */
  color: #222222;
  padding-top: 12px;
  padding-bottom: 13px;
  transition: .3s;
  text-decoration: none;
}
.user_nav_list li a:hover {
  background: #ECEEF0;
}
.user-nav_list_icon {
  width: 100%;
  float: left;
  max-width: 24px;
  margin-right: 15px;
}
.user-nav_list_icon img {
  width: auto;
  float: left;
  height: auto;
}
.h_top_wrap_right {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.h_call {
  width: auto;
  float: left;
  margin-right: 47px;
}
.h_call a {
  width: auto;
  float: left;
  transition: .3s;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
  line-height: 21px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #ddd;
}
.h_call a img {
  width: auto;
  float: left;
  height: auto;
  margin-right: 6px;
}
.h_call a:hover {
  color: #666;
}
.h_help {
  width: auto;
  float: left;
}
.h_help a {
  width: auto;
  float: left;
  transition: .3s;
  line-height: 30px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  /* border-left: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4; */
  font-size: 13px;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.26px;
  padding-left: 7px;
  padding-right: 7px;
  color: #fff;
}
.h_help a:before{
  width: 9px;
  height: 9px;
  border-radius: 100%;
  margin-right: 8px;
  background: #47B212;
  content: "";
}
.h_help a:hover {
  color: #666;
}
.h_middle {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #111111;
  padding-top: 25px;
  padding-bottom: 25px;
}
.h_moddle_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_logo {
  width: 100%;
  float: left;
  max-width: 260px;
}
.h_logo a {
  width: 100%;
  float: left;
}
.h_logo a img {
  width: 100%;
  float: left;
  height: auto;
}
.h_middle_right {
  width: 100%;
  float: left;
  max-width: 140px;
  padding-left: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.h_user {
  width: auto;
  float: left;
  position: relative;
}
.h_user a {
  width: auto;
  float: left;
}
.h_user a svg {
  width: 20px;
  height: auto;
}
.h_user a svg path {
  stroke: #fff;
  transition: .3s;
}
.h_user_inside {
  width: 330px;
  position: absolute;
  right: -110px;
  bottom: 0px;
  transform: translateY(100%);
  padding-top: 20px;
  z-index: 10;
  display: flex;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
}
.h_user_inside span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  margin-bottom: 13px;
}
.h_user_inside--active {
  visibility: visible;
  opacity: 1;
}
.h_user_inside_wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  padding: 20px;
  position: relative;
  border: 1px solid #BDBDBD;
}
.h_user_inside_wrap:after {
  content: '';
  position: absolute;
  /* Абсолютное позиционирование */
  right: 110px;
  top: -17px;
  /* Положение треугольника */
  border: 9px solid transparent;
  /* Прозрачные границы */
  border-bottom: 9px solid #fff;
  /* Добавляем треугольник */
}
.balck_but {
  width: 100%;
  float: left;
  justify-content: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 34px;
  color: #FFFFFF;
  background: #222222;
  transition: .3s;
  margin-bottom: 10px;
}
.balck_but:hover {
  background: #4D4D4D;
}
.password_resave {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
  text-decoration: none;
  color: #333333;
}
.password_resave:hover {
  opacity: 0.7;
}
.h_like {
  width: auto;
  float: left;
  position: relative;
}
.h_like:hover > .h_like_inside {
  opacity: 1;
  visibility: visible;
}
.h_like a {
  width: auto;
  float: left;
  position: relative;
}
.h_like a svg {
  width: 21px;
  height: auto;
}
.h_like a svg path {
  stroke: #fff;
  transition: .3s;
}
.h_like a span {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 9px;
  height: 9px;
  background: #47B212;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}
.h_like_inside {
  width: 225px;
  float: left;
  position: absolute;
  right: -65px;
  bottom: -20px;
  border: 1px solid #BDBDBD;
  transform: translateY(100%);
  background-color: #FFF;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.h_like_inside p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  text-align: center;
  padding: 15px;
}
.h_like_inside:after {
  content: '';
  position: absolute;
  /* Абсолютное позиционирование */
  right: 66px;
  top: -17px;
  /* Положение треугольника */
  border: 9px solid transparent;
  /* Прозрачные границы */
  border-bottom: 9px solid #fff;
  /* Добавляем треугольник */
}
.h_like--active a span {
  visibility: visible;
  opacity: 1;
}
.h_basket {
  width: auto;
  float: left;
  padding-right: 15px;
  position: relative;
}
.h_basket:hover .h_basket_inside {
  opacity: 1;
  visibility: visible;
}
.h_basket > a {
  width: auto;
  float: left;
  position: relative;
  text-decoration: none;
  display: flex;
}
.h_basket > a svg {
  width: 27px;
  height: auto;
}
.h_basket > a svg path {
  transition: .3s;
}
.h_basket > a span {
  position: absolute;
  right: -3px;
  transform: translateX(50%);
  top: -7px;
  width: auto;
  height: 22px;
  min-width: 22px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  background: #47B212;
  border-radius: 100%;
}
.h_basket_inside_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #BDBDBD;
  background-color: #FFF;
}
.h_basket_inside_wrap:after {
  content: '';
  position: absolute;
  /* Абсолютное позиционирование */
  right: 16px;
  top: -17px;
  /* Положение треугольника */
  border: 9px solid transparent;
  /* Прозрачные границы */
  border-bottom: 9px solid #fff;
  /* Добавляем треугольник */
}
.h_help {
  position: relative;
}
.h_help_inside {
  width: 300px;
  float: left;
  background-color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transform: translateY(100%);
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.h_help--active {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.h_help_inside--active {
  opacity: 1;
  visibility: visible;
}
.h_help_inside_list {
  width: 100%;
  float: left;
}
.h_help_inside_list li {
  width: 100%;
  float: left;
}
.h_help_inside_list li a {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
  color: #222222;
  position: relative;
}
.h_help_inside_list li a:after {
  position: absolute;
  left: -1px;
  top: 0;
  transition: .3s;
  height: 100%;
  width: 4px;
  opacity: 0;
  visibility: hidden;
  content: "";
  background-color: #111;
}
.h_help_inside_list li a:hover {
  font-weight: bold;
  background: #ECEEF0;
  opacity: 1;
  color: #222222;
}
.h_help_inside_list li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.h_basket_inside {
  position: absolute;
  right: 0px;
  bottom: 5px;
  padding-top: 20px;
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  width: auto;
  min-width: 190px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.h_basket_inside p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  /* or 21px */
  text-align: center;
  color: #222222;
  margin-bottom: 20px;
}
.green_but {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  color: #FFFFFF;
  line-height: 34px;
  transition: .3s;
  padding-left: 10px;
  background: #47B212;
  padding-right: 10px;
}
.green_but:hover {
  background: #57CC1D;
}
.h_search {
  width: 100%;
  float: left;
  max-width: 735px;
  padding-left: 10px;
  padding-right: 10px;
}
.h_search form {
  width: 100%;
  float: left;
  position: relative;
}
.h_search form input {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  /* or 112% */
  display: flex;
  align-items: center;
  letter-spacing: 0.26px;
  padding-left: 13px;
  padding-right: 75px;
  background: #222222;
  color: #fff;
  height: 36px;
  border: none;
  transition: .3s;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
.h_search form input:hover {
  color: #FFF;
  background: #333333;
}
.h_search form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
}
.h_search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}
.h_search form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #555;
}
.h_search form input:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
}
.h_search form input:focus {
  border-bottom: 1px solid #fff;
}
.h_search form button:not(.remove_input_text) {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  transition: .3s;
  cursor: pointer;
}
.h_search form button:not(.remove_input_text) svg {
  width: auto;
  float: left;
  height: auto;
  max-width: 18px;
}
.h_search form .remove_input_text {
  right: 45px;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translateY(-50%);
}
.h_search form .remove_input_text--active {
  opacity: 1;
  visibility: visible;
}
header .selectric-wrapper {
  width: 100%;
  float: left;
  max-width: 170px;
}
header .selectric {
  border: none;
  background: none;
}
header .selectric .button {
  background: none;
  background: url("../img/select_arrow.svg") center no-repeat;
}
header .selectric .label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  /* identical to box height, or 138% */
  display: flex;
  align-items: center;
  letter-spacing: 0.26px;
  color: #333333;
  padding-left: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
  background: url("../img/ru.png") center left no-repeat;
}
header .selectric .button:after {
  display: none;
}
header .selectric-items li {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  transition: .3s;
  color: #666666;
}
.h_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #222222;
}
.h_bottom_wrap {
  width: 100%;
  float: left;
}
.h_nav {
  width: 100%;
  float: left;
}
.h_bottom {
  position: relative;
}
.h_nav_list_inside {
  width: 100%;
  float: left;
  background-color: #FFF;
  max-height: 600px;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 1px;
  transform: translateY(100%);
  justify-content: center;
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  padding-bottom: 50px;
}
#dcalc_modal .selectric-wrapper{
  margin-bottom: 0!important;
}
#dcalc_modal .help_page_form_list_input{
  width: 100%;
  max-width: 100%;
}
#prepayment_modal p{
	margin-bottom: 15px;
}
#prepayment_modal table{
	width: 100%;
	border:1px solid #333;
}
#prepayment_modal table th{
	padding: 10px;
	border-right:1px solid #333;
	text-align: center;
}
#prepayment_modal table td{
	padding: 10px;
	text-align: center;
	border-right:1px solid #333;
	border-top:1px solid #333;
}
.opt_block_wrap_bottom{
  display: flex;
  align-items: center;
}
.opt_block_wrap_bottom a{
  margin-left: 10px;
  margin-right: 10px;
}
.opt_block_wrap_bottom .set_order{
  background: #47B212;
  color: #FFF;
}
.m_lvl23_menu + .h_nav_list_inside_item{
	margin-top: 0;
}
.h_nav_list_inside_item--modific + .h_nav_list_inside_item{
	margin-top: 0;
}
@media(min-width:1200px){
  .h_nav_list_inside::-webkit-scrollbar {
      width: 4px;
      height: 2px;
      border-radius:4px;
  }

  /* Track */
  .h_nav_list_inside::-webkit-scrollbar-track {
      background: #e5e5e5;

  }

  /* Handle */
  .h_nav_list_inside::-webkit-scrollbar-thumb {
      border-radius: 3px;
    background-color: #000;
  }

  /* Handle on hover */
  .h_nav_list_inside::-webkit-scrollbar-thumb:hover {
      background: #000;
  }
}
.h_nav_list_inside_wrap {
  width: 100%;
  float: left;
  /* padding-top: 25px; */
  height: 100%;
  /* padding-bottom: 25px; */
  padding-left: 15px;
  /* align-items: baseline; */
  -moz-column-count: 4;
  -moz-column-gap: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 0;
  column-count: 4;
  column-gap: 0;
}
.h_nav_list_inside_item img{
  margin-top: 20px;
}
.h_nav_list_inside_item {
  max-height: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: table;
  margin-top: 20px;
}
.h_nav_list_inside_item span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */
  letter-spacing: 0.26px;
  color: #000000;
  margin-bottom: 10px;
}
.h_nav_list_inside_item img {
  object-fit: cover;
}
.h_nav_list_inside_list {
  width: auto;
  height: 100%;
  float: left;
  /* display: flex;
  flex-direction: column; */
  flex-wrap: wrap;
  /* margin-bottom: 40px; */
}
.h_nav_list_inside_list li {
  display: flex;
  width: 50%;
  float: left;
  margin-top: 0px;
  margin-bottom: 5px;
 /*  margin-bottom: 10px; */
  padding-right: 20px;
}
.h_nav_list_inside_list li a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  /* or 150% */
  letter-spacing: 0.26px;
  text-decoration: none;
  color: #444444;
}
.h_nav_list_inside_list li a:hover {
  color: #47B212;
}
.h_nav_list {
  width: 100%;
  float: left;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.h_nav_list > li {
  width: auto;
  float: left;
  flex: 1 1 auto;
}
.h_nav_list > li > a {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: .3s;
  line-height: 53px;
  text-decoration: none;
  position: relative;
}
.h_nav_list > li > a:after {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 7px;
  background: #FFFFFF;
  content: "";
  width: 0;
  height: 4px;
  display: block;
  transition: .3s;
}
.h_nav_list > li:hover > a:after {
  width: 90%;
}
.h_nav_list > li:hover .h_nav_list_inside {
  opacity: 1;
  visibility: visible;
}
main {
  width: 100%;
  float: left;
}
.m_banner {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.m_banner_slider {
  width: 100%;
  float: left;
}
.m_banner_slider li {
  width: 100%;
  float: left;
  position: relative;
}
.m_banner_slider li img {
  width: 100%;
  float: left;
  height: 540px;
  object-fit: cover;
}
.m_banner_slider_sale {
  display: flex;
  justify-content: center;
  width: 100%;
  float: left;
  left: 0;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #CCFF00;
  transition: .3s;
}
.m_banner_slider_sale:hover p {
  opacity: 0.5;
}
.m_banner_slider_sale p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  transition: .3s;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.m_banner_slider_wrapper {
  width: 100%;
  float: left;
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding-bottom: 55px;
}
.buy_banner_link {
  width: auto;
  float: left;
  text-decoration: none;
  min-width: 130px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  transition: .3s;
  background-color: #FFF;
  line-height: 39px;
  padding-top: 1px;
}
.buy_banner_link:hover {
  background: #111111;
  color: #FFF;
}
.slick_arrow {
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  width: 100%;
  max-width: 16px;
  cursor: pointer;
  z-index: 2;
  transition: .3s;
}
.slick_arrow:hover {
  opacity: 0.7;
}
.slick_arrow svg {
  width: 100%;
  float: left;
  height: auto;
}
.slick_arrow svg path {
  stroke: #fff;
}
.slick-next_arrow {
  right: 30px;
}
.slick-prev_arrow {
  left: 30px;
}
.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  float: left;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.slick-dots li {
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 100%;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
  background: none;
  transition: .3s;
  padding-left: 0;
  padding-right: 0;
}
.slick-dots li button {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 100%;
  background: none;
  border: none;
  border: 2px solid #fff;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
}
.slick-dots li.slick-active {
  background-color: #fff;
  border-color: #fff;
}
.m_new {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.m_new_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  float: left;
  display: flex;
  align-items: stretch;
}
.m_new_list li {
  position: relative;
  margin-bottom: 20px;
}
.m_new_list li:after {
  width: 100%;
  float: left;
  height: 5px;
  background-color: #111111;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.m_new_list li a {
  text-decoration: none;
  height: 100%;
}
.m_new_list li a span {
  z-index: 2;
}
.m_new_list li a > img {
  width: 100%;
  float: left;
  height: 400px;
  object-fit: cover;
}
.m_new_list li a:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: .3s;
  background: rgba(0, 0, 0, 0.2);
}
.m_new_list li a:hover:before {
  opacity: 1;
}
.m_new_list li:first-child {
  width: 100%;
  float: left;
  max-width: calc(100% / 3 - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.m_new_list li:first-child a {
  width: 100%;
  float: left;
  position: relative;
}
.m_new_list li:first-child a:after {
  position: absolute;
  height: 45%;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.m_new_list li:first-child a > span:not(.new_span) {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #FFFFFF;
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  left: 0;
  bottom: 0;
  padding-bottom: 38px;
}
.m_new_list li:last-child {
  width: 100%;
  float: left;
  max-width: calc(100% / 3 * 2 - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.m_new_list li:last-child a {
  width: 100%;
  float: left;
  position: relative;
}
.m_new_list li:last-child a:after {
  position: absolute;
  height: 45%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.m_new_list li:last-child a > span:not(.new_span) {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #FFFFFF;
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  left: 0;
  bottom: 0;
  padding-bottom: 38px;
}
.new_span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #CCFF00;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 9px;
  padding-bottom: 7px;
  background: rgba(0, 0, 0, 0.6);
}
.m_popular {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.m_popular_wrap {
  width: 100%;
  float: left;
}
.title {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 41px;
  /* identical to box height */
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 20px;
}
.m_popular_list_img_info_price {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.m_popular_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.m_popular_list li {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  background-color: #FFF;
  transition: .3s;
}
.m_popular_list li:hover {
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
}
.m_popular_list li:hover .m_absolute_size {
  opacity: 1;
  visibility: visible;
}
.m_popular_list li a:not(.like_tovar) {
  width: 100%;
  float: left;
}
.m_popular_list li span:not(.sale_card_mark) {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 7px;
}
.m_popular_list li span.card_tovar_old_price {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: line-through;
  margin-right: 5px;
  color: #999999;
}
.m_popular_list li span.card_tovar_new_price {
  width: auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #D10F0F;
  float: left;
}
.m_popular_list li p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  /*min-height: 60px;*/
}
.m_popular_list li .like_tovar {
  width: 100%;
  float: left;
  max-width: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}
.m_popular_list li .like_tovar:hover svg path {
  fill: #666666;
}
.m_popular_list li .like_tovar svg {
  width: 100%;
  float: left;
  height: auto;
}
.m_popular_list li .like_tovar svg path {
  transition: .3s;
}
.m_popular_list .slick-track {
  padding-bottom: 10px;
}
.m_popular_list .slick-next_arrow {
  right: -30px;
}
.m_popular_list .slick-prev_arrow {
  left: -30px;
}
.m_popular_list .slick_arrow svg path {
  stroke: #C4C4C4;
}
.m_popular_list .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  float: left;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3px!important;
  bottom: unset;
  align-items: flex-end;

}
.m_popular_list ul {
  padding-right: 3px!important;
}
.m_popular_list .slick-dots li {
  width: 100%;
  height: 4px;
  box-sizing: border-box;
  border-radius: 0%;
  float: left;
  margin-left: 3px;
  margin-right: 1px;
  background: none;
  transition: .3s;
  padding-left: 0;
  padding-right: 0;
  border: none;
  display: flex;
  align-items: flex-end;
}
.m_popular_list .slick-dots li button {
  width: 100%;
  float: left;
  height: 4px;
  border-radius: 0%;
  background: none;
  background: #e0e0e0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  transition: .3s;
}
.m_popular_list .slick-dots li.slick-active button {
  height: 4px;
  background: #999999;
}
.m_popular_list .slick-dots li:hover button {
  height: 4px;
  background: #999999;

}
.m_popular_list_img {
  width: 100%;
  float: left;
  height: auto!important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  background-color: #ECEEF0;
}


.product_list_slider {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  background-color: #ECEEF0;
  overflow: hidden;
}
.product_list_slider img {
  width: 100%;
  float: left;
  max-width: 100%;
  max-height: 100%;
}
.m_popular_list .product_list_slider .slick-track {
  padding-bottom: 0px;
}
/*.product_list_slider .slick-dots {*/
/*  display: flex;*/
/*}*/


.m_popular_list_img img {
  width: 100%;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_popular_list_img_info {
  width: 100%;
  float: left;
  padding: 0 10px 20px 10px;
}
.m_new_list_tovar {
  border: 1px solid #E0E0E0;
  padding-bottom: 15px;
  padding-bottom: 0;
}
.m_new_list_tovar:after {
  display: none;
}
.m_new_list_tovar:before {
  display: none;
}
.m_new_list_tovar a {
  transition: .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
}
.m_new_list_tovar a:after {
  display: none;
}
.m_new_list_tovar a:before {
  display: none;
}
.m_new_list_tovar a:hover {
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
}
.m_new_list_tovar_img {
  width: 100%;
  float: left;
  height: 273px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_new_list_tovar_img img {
  width: auto;
  float: left;
  height: auto;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.m_new_list li a .m_new_list_tovar_img_info {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_new_list li a .m_new_list_tovar_img_info span {
  width: 100%;
  float: left;
  text-align: center;
}
.m_new_list li a .m_new_list_tovar_img_info .tovar_name {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 10px;
  color: #222222;
  max-width: 200px;
}
.m_new_list li a .m_new_list_tovar_img_info .price {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height */
  text-align: center;
  margin-bottom: 3px;
  color: #EB5757;
}
.m_new_list li a .m_new_list_tovar_img_info .old_price {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  /* identical to box height */
  text-align: center;
  text-decoration-line: line-through;
  color: #999999;
}
.sale_span {
  background: #CCFF00;
  border-radius: 3px;
  color: #000000;
}
.news_article_span {
  color: #FFF;
}
.m_categories {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.m_categories_wrap {
  width: 100%;
  float: left;
}
.m_block_head {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.m_block_head:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #C4C4C4;
  display: none;
}
.title_line {
  width: auto;
  z-index: 2;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFF;
  margin-bottom: 0;
}
.m_categories_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  float: left;
}
.m_categories_list li {
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  float: left;
}
.m_categories_list li a {
  width: 100%;
  float: left;
  padding-bottom: 22px;
  position: relative;
}
.m_categories_list li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 5px;
  transition: .3s;
  width: 100%;
  background-color: #111111;
}
.m_categories_list li a span {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #222222;
}
.m_categories_list li a:hover .m_categories_list_img:after {
  opacity: 1;
  visibility: visible;
}
.m_categories_list li a:hover:after {
  height: 8px;
}
.m_categories_list .slick-next_arrow {
  right: -30px;
}
.m_categories_list .slick-prev_arrow {
  left: -30px;
}
.m_categories_list .slick_arrow svg path {
  stroke: #C4C4C4;
}
.m_categories_list_img {
  width: 100%;
  float: left;
  height: 200px;
  margin-bottom: 15px;
  position: relative;
}
.m_categories_list_img:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  transition: .3s;
  visibility: visible;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.m_categories_list_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.m_news_block {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}
.m_news_block_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.m_news_block_list .slick-next_arrow {
  right: -30px;
}
.m_news_block_list .slick-prev_arrow {
  left: -30px;
}
.m_news_block_list .slick_arrow svg path {
  stroke: #C4C4C4;
}
.m_news_block_list li {
  width: 100%;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.m_news_block_list li a {
  width: 100%;
  float: left;
}
.m_news_block_list li a span {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #111111;
}
.m_news_block_list li a p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.m_news_block_list_img {
  width: 100%;
  float: left;
  height: 180px;
  margin-bottom: 10px;
}
.m_news_block_list_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.m_adv {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 85px;
}
.m_adv_wrap {
  width: 100%;
  float: left;
}
.m_adv_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.m_adv_list li {
  width: 100%;
  float: left;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_adv_list li:hover svg path {
  stroke: #47B212;
}
.m_adv_list li p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.m_adv_list_img {
  width: 100%;
  float: left;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.m_adv_list_img svg path {
  transition: .3s;
}
.m_info {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.m_info_wrap_text {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  height: 70px;
  overflow: hidden;
  transition: .3s;
}
.m_info_wrap_text:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 45px;
  transition: .3s;
  content: "";
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.m_info_wrap {
  width: 100%;
  float: left;
}
.m_info_wrap a{
  /* float: left; */
  color: #333;
}
.see_all_menu{
  display: none!important;
  position: absolute;
  left: 15px;
  top: 25px;
  text-transform: uppercase;
}
.h_nav_list_inside_wrap{
  position: relative;
  padding-top: 20px;
}
.h_nav_list_inside_item:nth-child(2){
  padding-top: 0px;
  margin-top: 0!important;
}
.h_nav_list_inside_item:nth-child(1){
  margin-top: 0;
}
.m_info_wrap span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 15px;
}
.m_info_wrap p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.more_info {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.more_info:hover {
  opacity: 0.7;
}
.m_info_wrap_text--active {
  height: auto!important;
  overflow: visible;
}
.m_info_wrap_text--active:after {
  opacity: 0;
  visibility: hidden;
}
footer {
  width: 100%;
  float: left;
  background: #212121;
  padding-top: 50px;
}
.f_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  border-bottom: 1px solid  #333333;
}
.f_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.f_top_wrap_menu {
  width: 100%;
  float: left;
  max-width: 210px;
  padding-right: 10px;
}
.f_top_span {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
}
.f_top_wrap_menu_list {
  width: 100%;
  float: left;
}
.f_top_wrap_menu_list li {
  width: 100%;
  float: left;
}
.f_top_wrap_menu_list li a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #FFFFFF;
}
.f_top_wrap_menu_list li a:hover {
  opacity: 0.7;
}
.f_top_wrap_menu_list li:not(:last-child) {
  margin-bottom: 15px;
}
.f_top_wrap_contacts {
  width: 100%;
  float: left;
  max-width: 305px;
  padding-right: 10px;
}
.f_top_wrap_contacts p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.f_top_wrap_contacts p a {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  color: #FFFFFF;
  transition: .3s;
  text-decoration: none;
}
.f_top_wrap_contacts p a:hover {
  opacity: 0.7;
}
.f_top_wrap_contacts_list {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.f_top_wrap_contacts_list li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.f_top_wrap_contacts_list li a {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 10px;
  transition: .3s;
}
.f_top_wrap_contacts_list li a:hover {
  opacity: 0.7;
}
.f_top_wrap_contacts_list li span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  /* identical to box height */
  color: #FFFFFF;
}
.f_top_wrap_contacts_list li:not(:last-child) {
  margin-bottom: 15px;
}
.f_top_wrap_right {
  width: 100%;
  float: left;
  max-width: 295px;
}
.f_top_wrap_right p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.sub_form {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
.sub_form input {
  width: 100%;
  float: left;
  height: 40px;
  padding-left: 18px;
  padding-right: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /*text-transform: uppercase;*/
  border: none;
  color: #C6C6C6;
  background: #464646;
}
.sub_form button {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  border: none;
  max-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #A7A7A7;
  cursor: pointer;
}
.sub_form button img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.sub_form button:hover {
  background-color: #E0E0E0;
}
.soc_list {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 20px;
}
.soc_list li {
  width: 100%;
  float: left;
  height: 37px;
  max-width: 37px;
  border-radius: 100%;
}
.soc_list li:not(:last-child) {
  margin-right: 10px;
}
.soc_list li a {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 100%;
  background: #C4C4C4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: .3s;
}
.soc_list li a img {
  width: auto;
  float: left;
  height: auto;
}
.soc_list li a:hover {
  background: #E0E0E0;
}
.yandex_reviews {
  width: auto;
  float: left;
  display: flex;
  align-items: flex-end;
  padding-left: 30px;
  padding-right: 0px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 2px;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  /* identical to box height */
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  padding-top: 14px;
  padding-bottom: 10px;
}
.yandex_reviews:hover {
  border-color: #fff;
  background: #fff;
  color: #212121;
}
.yandex_reviews:hover svg path {
  fill: #212121;
}
.yandex_reviews svg {
  width: auto;
  float: left;
  height: auto;
  margin-top: -9px;
  padding-left: 7px;
  transform: translateY(-1px);
}
.yandex_reviews svg path {
  transition: .3s;
}
.f_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.f_bottom_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_bottom_wrap_left {
  width: 100%;
  float: left;
  max-width: 470px;
  padding-right: 20px;
}
.f_bottom_wrap_left p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  /* or 138% */
  color: #999999;
}
.f_bottom_wrap_center {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.f_bottom_wrap_center img {
  width: auto;
  float: left;
  height: auto;
  margin-right: 12px;
}
.f_bottom_wrap_center span {
  width: 100%;
  float: left;
  max-width: 85px;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}
.f_bottom_wrap_center span img {
  margin-right: 8px;
}
.f_bottom_wrap_right {
  width: 100%;
  float: left;
  max-width: 295px;
}
.f_bottom_wrap_right a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  color: #FFFFFF;
}
.f_bottom_wrap_right a img {
  width: auto;
  float: left;
  height: auto;
  margin-right: 10px;
}
.f_bottom_wrap_right a:hover {
  opacity: 0.7;
}
.m_new_list_order li:first-child {
  order: 2;
}
.m_new_list_order li:last-child {
  order: 1;
}
.m_new_list .m_new_list_SALE a {
  background-color: #FF0012;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_new_list .m_new_list_SALE a span {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 120px!important;
  line-height: 141px!important;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.m_big_news {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: -40px;
}
.m_big_news_wrap {
  width: 100%;
  float: left;
}
.m_big_news_banner {
  width: 100%;
  float: left;
}
.m_big_news_banner a {
  width: 100%;
  float: left;
  position: relative;
}
.m_big_news_banner a img {
  width: 100%;
  float: left;
  height: 400px;
  object-fit: cover;
}
.m_big_news_banner a:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: .3s;
  background: rgba(0, 0, 0, 0.2);
}
.m_big_news_banner a:hover:after {
  opacity: 1;
}
.m_big_news_banner_info {
  position: absolute;
  width: 100%;
  float: left;
  max-width: 440px;
  padding-right: 20px;
  right: 50px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.m_big_news_banner_info span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.m_big_news_banner_info p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}
.no_mb {
  margin-bottom: 0;
}
.m_big_sale_banner {
  width: 100%;
  float: left;
  padding: 20px;
  background: #CCFF00;
  margin-bottom: 20px;
  margin-top: 20px;
}
.m_big_sale_banner span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.m_big_sale_banner p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.m_new_list_SALE {
  padding-bottom: 0;
}
.f_top_wrap_contacts_wrap {
  width: 100%;
  float: left;
}
.open_seacrh {
  width: 100%;
  float: left;
  max-width: 20px;
  display: none;
}
.open_seacrh img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.open_menu {
  width: 30px;
  float: left;
  background: none;
  padding: 0;
  display: none;
  border: none;
}
.open_menu img {
  width: 100%;
  float: left;
  height: auto;
}
.h_bottom_mob {
  display: none;
}
.close_mob_menu,
.close_mob_second_menu,
.close_filter {
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #111111;
  display: none;
}
.close_mob_menu img,
.close_mob_second_menu img,
.close_filter img {
  width: auto;
  float: left;
  height: auto;
  max-width: 24px;
}
.close_filter:after {
  position: absolute;
  right: 0px;
  top: 0;
  width: calc(100vw - 270px);
  content: "";
  background-color: #222;
  opacity: 0.2;
  height: 100vh;
  z-index: -1;
}
.menu_name {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px!important;
  line-height: 18px!important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFF;
  color: #333333;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
  display: none;
}
.nav_second_mib_menu {
  display: none;
}
.h_nav_list_inside_item_wrap {
  width: 100%;
  float: left;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.h_nav_list li .sale_link {
  background-color: #FFD400;
  color: #212121;
}
.h_nav_list li .sale_link i {
  display: none;
}
.h_nav_list li .sale_link:hover {
  background: #FFDF41;
}
.h_nav_list li .sale_link:hover:after {
  width: 0;
}
.m_new_list_SALE a {
  padding-bottom: 0;
}
.error_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background-color: #111;
  height: auto;
  min-height: 100vh;
}
.error_page_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 170px;
  padding-top: 170px;
  justify-content: center;
  position: relative;
  height: 100%;
}
.error_page_wrap span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 366.867px;
  line-height: 110%;
  /* or 358px */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.error_page_wrap p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.error_page_list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
.error_page_list li {
  width: auto;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.error_page_list li a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #CCFF00;
}
.error_page_list li a:hover {
  opacity: 0.7;
}
.error_page_logo {
  width: 100%;
  float: left;
  max-width: 400px;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}
.error_page_logo a {
  width: 100%;
  float: left;
}
.error_page_logo a img {
  width: 100%;
  float: left;
  height: auto;
}
.m_mini_nav {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 15px;
}
.m_mini_nav_wrap {
  width: 100%;
  float: left;
}
.m_mini_nav_wrap .m_mini_nav_wrap_back {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  text-transform: capitalize;
  margin-bottom: 7px;
  color: #888888;
  transition: .3s;
  border-right: 1px solid #888888;
  padding-right: 10px;
  margin-right: 10px;
  text-decoration: none;
}
.m_mini_nav_wrap .m_mini_nav_wrap_back:hover {
  color: #333333;
}
.m_mini_nav_wrap .m_mini_nav_wrap_back i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #333333;
  margin-right: 10px;
}
.m_mini_nav_wrap .m_mini_nav_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.m_mini_nav_wrap .m_mini_nav_list li {
  margin-bottom: 8px;
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  text-transform: capitalize;
  text-decoration: none;
  color: #888888;
  transition: .3s;
}
.m_mini_nav_wrap .m_mini_nav_list li:not(:last-child) {
  margin-right: 30px;
  position: relative;
}
.m_mini_nav_wrap .m_mini_nav_list li:not(:last-child):after {
  position: absolute;
  right: -18px;
  top: 0;
  content: '/';
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  text-transform: capitalize;
  color: #888888;
}
.m_mini_nav_wrap .m_mini_nav_list li a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  text-transform: capitalize;
  text-decoration: none;
  color: #888888;
  transition: .3s;
}
.m_mini_nav_wrap .m_mini_nav_list li a:hover {
  color: #333333;
}
.help_page_title_inside_link {
  display: none;
}
.wrapper_bg {
  background-color: #F0F0F0;
}
.m_help_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_help_wrap_inside {
  width: 100%;
  float: left;
}
.help_page_title {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
  /* identical to box height */
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 30px;
}
.help_page_search {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 75px;
  max-width: 715px;
}
.help_page_search input {
  width: 100%;
  float: left;
  background: #FFFFFF;
  /* Gray 4 */
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  padding-left: 11px;
  padding-right: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
 /* text-transform: uppercase; */
  height: 44px;
  color: #666666;
  transition: .3s;
}
.help_page_search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.help_page_search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.help_page_search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.help_page_search input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.help_page_search input:focus {
  border-color: #333333;
  border-bottom-width: 1px;
  color: #333333;
}
.help_page_search button {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  transition: .3s;
  cursor: pointer;
}
.help_page_search button svg path,
.help_page_search button svg circle {
  stroke: #333;
}
.help_page_columns {
  width: 100%;
  float: left;
  display: flex;
  padding-bottom: 100px;
}
.help_page_columns_left {
  width: 100%;
  float: left;
  max-width: 290px;
}
.help_page_columns_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 290px);
  padding-left: 60px;
}
.help_page_columns_left_list {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.help_page_columns_left_list li {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.help_page_columns_left_list li a {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #222222;
  padding: 15px 17px 15px 23px;
  background: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.help_page_columns_left_list li a:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  width: 4px;
  display: block;
  background-color: #111111;
}
.help_page_columns_left_list li .active_help_link {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #222222;
  position: relative;
}
.help_page_columns_left_list li .active_help_link:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  width: 4px;
  display: block;
  background-color: #111111;
}
.help_page_title_inside {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 20px;
}
.help_page_make_order p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 30px;
}
.help_page_make_order img {
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 30px;
}
.help_page_columns_left_mob {
  width: 100%;
  max-width: 100%;
}
.help_toggle_list {
  width: 100%;
  float: left;
  border-top: 1px solid #C4C4C4;
}
.help_toggle_list li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #C4C4C4;
}
.help_toggle_list_head {
  width: 100%;
  float: left;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  /* or 34px */
  color: #111111;
  padding-right: 30px;
  text-decoration: none;
  padding-top: 18px;
  padding-bottom: 18px;
}
.help_toggle_list_head img {
  width: auto;
  float: left;
  height: auto;
  transition: .3s;
  right: 15px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.help_toggle_list_inside {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  display: none;
}
.help_toggle_list_inside p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 0;
}
.help_toggle_list_inside--active {
  display: block;
}
.help_toggle_list_head--active img {
  transform: rotate(180deg) translateY(50%);
}
.help_page_faq_list {
  width: 100%;
  float: left;
}
.help_page_faq_list li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.help_page_faq_list li > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  /* or 34px */
  margin-bottom: 7px;
  color: #111111;
}
.help_page_faq_list li p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.m_pagin {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.m_pagin li {
  width: auto;
  float: left;
}
.m_pagin li a {
  width: auto;
  float: left;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  transition: .3s;
  color: #333333;
  border: 1px solid #999999;
  border-right: none;
  position: relative;
}
.m_pagin li a:after {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 1px;
  height: calc(100% + 2px);
  /* opacity: 0;
  visibility: hidden; */
  transition: .3s;
  content: "";
  z-index: 2;
  background-color: #999;
}
.m_pagin li .pagin_active {
  background: #333333;
  color: #F2F2F2;
  border-color: #333333;
}
.m_pagin li .pagin_active:after {
  opacity: 1;
  visibility: visible;
}
.m_pagin li a:hover {
  background: #333333;
  color: #F2F2F2;
  border-color: #333;
}
/* .m_pagin li a:hover:after{
  background-color: #333;
} */
.m_pagin li a:hover svg path {
  stroke: #F2F2F2;
}
.m_pagin li:nth-child(n+8) a {
  border: 1px solid #999999;
}
.m_pagin .m_pagin_prev {
  margin-right: 10px;
}
.m_pagin .m_pagin_prev a {
  border: 1px solid #999999;
}
.m_pagin .m_pagin_next {
  margin-left: 10px;
}
.m_pagin .m_pagin_next a {
  border: 1px solid #999999;
}
.help_page_form form {
  width: 100%;
  float: left;
}
.help_page_form_title {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  /* or 34px */
  color: #111111;
  margin-bottom: 20px;
}
.help_page_form_list {
  width: 100%;
  float: left;
}
.help_page_form_list > li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  display: flex;
}
.help_page_form_list_label {
  width: 100%;
  float: left;
  max-width: 140px;
  padding-right: 10px;
  padding-top: 11px;
}
.help_page_form_list_label span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  color: #333333;
}
.help_page_form_list_input {
  width: 100%;
  float: left;
  max-width: calc(100% - 140px);
}
.help_page_form_list_input img {
  max-width: 100%;
}
.help_page_form_list_input input {
  width: 100%;
  float: left;
  background: #FFFFFF;
  /* Gray 4 */
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  height: 45px;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
 /* text-transform: uppercase; */
  transition: .3s;
  color: #333;
}
.help_page_form_list_input input:focus {
  border-color: #333333;
  border-bottom-width: 1px;
  color: #333333;
}
.help_page_form_list_input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.help_page_form_list_input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.help_page_form_list_input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.help_page_form_list_input input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.help_page_form_list_input textarea {
  width: 100%;
  float: left;
  background-color: #FFF;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  height: 45px;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /*text-transform: uppercase;*/
  transition: .3s;
  color: #999999;
  height: 135px;
  padding: 10px;
  resize: none;
}
.help_page_form_list_input textarea:focus {
  border-color: #333333;
  border-bottom-width: 1px;
}
. phelp_page_form_list_input {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  letter-spacing: 0.05em;
  color: #666666;
}
.cert-add {
  margin-top: 10px;
  display: inline-block;
}
.cert-add .inner{
  font-family: Roboto;
  font-style: bold;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  display:table-cell!important;
  vertical-align:middle;
}
.cert-add .icon {
  position: relative;
  top:10px;
  margin-right: 8px;
}
.cert_quest {
  position: absolute;
  margin-top: 20px;
  margin-left: 131px;
}

.help_page_form_list_input p.cert {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: bold;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height */
  padding-bottom: 10px;
  color: #333;
}
.cert_error {
  color: #E44D4E;
  font-size: 16px;
  display: none;

}
.cert_input_error {
  border: solid 1px #E44D4E!important;

}

.main_input {
  width: 100%;
  float: left;
  background: #FFFFFF;
  /* Gray 4 */
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  height: 45px;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /*text-transform: uppercase;*/
  transition: .3s;
  color: #999999;
}
.main_input:focus {
  border-bottom-color: #333333;
  border-bottom-width: 1px;
  color: #333333;
}
.main_sub_but {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  color: #FFFFFF;
  background: #111111;
  transition: .3s;
  padding-left: 83px;
  padding-right: 83px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  cursor: pointer;
}
.main_sub_but:hover {
  background: #4D4D4D;
}
.selectric-main_select {
  width: 100%;
  float: left;
  border: 1px solid #BDBDBD;
  background-color: #FFF;
}
.selectric-main_select .selectric .label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #333;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 11px;
  padding-right: 50px;
  height: 40px;
  border: none;
  line-height: 45px;
  background-color: #FFF;
  display: flex;
  align-items: center;
}
.modal_wrap #_errors{
	color: red;
	line-height: 1.25;
}
.selectric-main_select .selectric .label span {
  display: flex;
  align-items: center;
}
.selectric-main_select .selectric {
  border: none;
}
.selectric-main_select .selectric .button {
  height: 46px;
  background: none;
  background: url("../img/select_arrow_main.svg") center no-repeat;
}
.selectric-main_select .selectric .button:after {
  display: none;
}
.selectric-main_select .selectric-items {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 1px;
  border-color: #BDBDBD;
  border-top: none;
  width: calc(100% + 2px) !important;
}
.selectric-main_select .selectric-items li {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-bottom-width: 2px;
  color: #666666;
  padding-left: 11px;
  position: relative;
  padding-top: 6px;
  border: none!important;
  padding-bottom: 6px;
  padding-right: 11px;
}
.selectric-main_select .selectric-items li img {
  width: 25px;
}
.selectric-main_select .selectric-items li:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  content: "";
  display: block;
  background-color: #111;
  transition: .3s;
  opacity: 0;
}
.selectric-main_select .selectric-items li:hover {
  background-color: #f2f2f2;
  font-weight: 700;
}
.selectric-main_select .selectric-items li:hover:after {
  opacity: 1;
}
.selectric-main_select .selectric-items li.highlighted {
  background-color: #d0d0d0c2;
}
.selectric-open {
  border-color: #333333;
  border-bottom-width: 1px;
}
.selectric-data_select span,
.selectric-data_select li {
  color: #000!important;
}
.m_form_successful {
  width: 100%;
  float: left;
  max-width: 575px;
  padding: 20px;
  background: #D0F4BD;
}
.m_form_successful_left {
  width: 100%;
  float: left;
  max-width: 38px;
}
.m_form_successful_left span {
  width: 100%;
  float: left;
  height: 38px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #47B212;
}
.m_form_successful_left span img {
  width: auto;
  float: left;
  height: auto;
}
.m_form_successful_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 38px);
  padding-left: 20px;
}
.m_form_successful_right span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
  color: #111111;
}
.m_form_successful_right p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.list_wrap div {
  margin-bottom: 25px;
  width: 100%;
  float: left;
  font-family: Roboto;
}
.list_wrap div a {
  width: 30%;
  float: left;
}
.help_page_make_size_span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 15px;
}
.help_page_make_size_list {
  width: 100%;
  float: left;
  list-style-type: decimal;
  padding-left: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 25px;
}
.help_page_make_size_list li {
  width: 100%;
  float: left;
}
.help_page_make_size_list li p {
  margin-bottom: 5px;
}
.help_page_make_size_img_list {
  width: 100%;
  float: left;
  display: flex;
}
.help_page_make_size_img_list li {
  width: 100%;
  float: left;
  position: relative;
}
.help_page_make_size_img_list li img {
  width: 100%;
  float: left;
  height: 295px;
  object-fit: cover;
}
.help_page_make_size_img_list li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  padding: 5px 10px;
  color: #333333;
}
.m_size_table {
  width: 100%;
  float: left;
  display: flex;
}
.m_size_table table {
  width: 100%;
  float: left;
  display: flex;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  margin-bottom: 30px;
}
.m_size_table table thead {
  width: 100%;
  float: left;
  max-width: 98px;
  background: #EBEDEE;
  box-sizing: border-box;
  border-right: 2px solid #111111;
}
.m_size_table table thead tr {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.m_size_table table thead tr th {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  line-height: 21px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #222222;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.m_size_table table tbody {
  width: 100%;
  float: left;
  max-width: calc(100% - 98px);
  overflow-x: auto;
}
.m_deliv_banner_img img{
  max-width: 100%;
  height: auto;
}
.m_deliv_banner_img{
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.m_deliv_banner_img--mob{
  display: none;
}
.m_size_table table tbody tr {
  float: left;
  display: flex;
  width: 100%;
}
.m_size_table table tbody tr td {
  width: 98px;
  min-width: 98px;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  line-height: 21px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #222222;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  flex:1 1 auto;
}
.m_size_table_mod table thead {
  max-width: 162px;
}
.m_size_table_mod table thead tr th {
  text-transform: none;
}
.m_size_table_mod table tbody {
  max-width: calc(100% - 162px);
}
.m_new_banner {
  width: 100%;
  float: left;
}
.m_new_banner img {
  width: 100%;
  float: left;
  height: 505px;
  object-fit: cover;
}
.m_new_info {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_new_info .container {
  display: flex;
  justify-content: center;
}
.m_new_info_wrap {
  width: 100%;
  float: left;
  max-width: 950px;
  padding: 60px;
  margin-top: -90px;
  background-color: #FFF;
}
.m_new_info_wrap > i {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #666666;
}
.m_new_info_wrap h1 {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 49px;
  color: #111111;
  margin-bottom: 30px;
}
.m_new_info_wrap > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 25px;
}
.m_new_info_wrap p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.tags_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.tags_list li {
  width: auto;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.tags_list li a {
  width: auto;
  text-decoration: none;
  transition: .3s;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  padding: 0 15px;
  background: #EEEEEE;
  line-height: 25px;
  border-radius: 2px;
  color: #666666;
  text-align: center;
}
.tags_list li a:hover {
  background: #DDDDDD;
}
.m_news_gallery {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.m_news_gallery_list {
  width: 100%;
  float: left;
}
.m_news_gallery_list li {
  width: 100%;
  float: left;
}
.m_news_gallery_list li img {
  width: 100%;
  float: left;
  height: 517px;
  object-fit: cover;
}
.m_news_gallery_list .slick_arrow {
  width: 100%;
  max-width: 42px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  background: rgba(17, 17, 17, 0.4);
  top: 0;
  transform: none;
}
.m_news_gallery_list .slick_arrow svg {
  max-width: 12px;
}
.m_news_gallery_list .slick_arrow:hover {
  opacity: 1;
  background: #000000;
}
.m_news_gallery_list .slick-prev_arrow {
  left: 25%;
  transform: translateX(-100%);
}
.m_news_gallery_list .slick-next_arrow {
  left: 25%;
}


.content_gallery_list {
  width: 100%;
  float: left;
}
.content_gallery_list li {
  width: 100%;
  float: left;
}
.content_gallery_list li img {
  width: 100%;
  float: left;
  height: 517px;
  object-fit: cover;
}
.content_gallery_list .slick_arrow {
  width: 100%;
  max-width: 42px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  background: rgba(17, 17, 17, 0.4);
  top: 0;
  transform: none;
}
.content_gallery_list .slick_arrow svg {
  max-width: 12px;
}
.content_gallery_list .slick_arrow:hover {
  opacity: 1;
  background: #000000;
}
.content_gallery_list .slick-prev_arrow {
  left: 25%;
  transform: translateX(-100%);
}
.content_gallery_list .slick-next_arrow {
  left: 25%;
}

.m_news_main {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.m_news_main .container {
  display: flex;
  justify-content: center;
}
.m_news_main_wrap {
  width: 100%;
  float: left;
  max-width: 820px;
}
.m_news_main_wrap .m_popular_list_img,.m_news_main_wrap .product_list_slider  {
  height: 190px;
}
.m_news_main_wrap .slick-dots {
  display: none!important;
}
.m_news_main_wrap .m_popular_list {
  margin-bottom: 20px;
}
.m_news_main_wrap .m_popular_list li p {
  font-size: 12px;
}
.m_news_main_wrap .m_popular_list li span {
  font-size: 16px;
}
.m_news_article {
  width: 100%;
  float: left;
}
.m_news_article img {
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 10px;
}
.m_news_article i {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 30px;
  color: #999999;
}
.m_news_article p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 35px;
  color: #333333;
}
.m_news_item_list {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  margin-top: 30px;
}
.m_news_item_list li {
  width: 50%;
  float: left;
  padding-right: 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.m_news_item_list li:after {
  position: absolute;
  content: "•";
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  left: 0;
  top: 0px;
}
.m_new_list li:after {
  display: none;
}
.f_top_wrap_right_togle_inside {
  width: 100%;
  float: left;
}
.f_top_wrap_right_bottom {
  width: 100%;
  float: left;
}
.f_top_wrap_right_top {
  width: 100%;
  float: left;
}
.active_td {
  background-color: #333;
  color: #fff!important;
  transition: .3s;
}
.active_td--active {
  background-color: #333!important;
  color: #fff!important;
  transition: .3s;
}
.mob_td {
  background-color: #F2F2F2;
  transition: .3s;
}
.m_arrow_top {
  width: 41px;
  border-radius: 100%;
  border: 2px solid #BDBDBD;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  height: 41px;
  background-color: #FFF;
  transition: .3s;
}
.m_arrow_top img {
  width: auto;
  float: left;
  height: auto;
  display: flex;
  margin-top: -1px;
  margin-right: -1px;
}
.m_arrow_top:hover {
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
}
.m_arrow_top--active {
  opacity: 1;
  visibility: visible;
}
.h_search_inside {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translateY(100%);
  background: #FFFFFF;
  padding: 30px 20px 0 20px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.h_search_inside--active {
  opacity: 1;
  visibility: visible;
}
.h_search_bottom {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  float: left;
  background: rgba(236, 238, 240, 0.7);
  padding: 25px 20px;
}
.h_search_bottom span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}
.h_search_bottom p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}
.h_search_bottom p a {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}
.h_search_bottom p a:hover {
  text-decoration: none;
}
.h_search_inside_item {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.h_search_inside_item_left {
  width: 100%;
  float: left;
  max-width: 130px;
}
.h_search_inside_item_left span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  text-align: right;
  text-transform: uppercase;
  color: #AAAAAA;
  padding-right: 35px;
}
.h_search_inside_item_right_wrap {
  width: 100%;
  float: left;
  max-width: calc(100% - 130px);
}
.h_search_inside_item_right {
  width: 100%;
  float: left;
}
.h_search_inside_item_right li {
  width: 100%;
  float: left;
}
.h_search_inside_item_right li a {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 128.91%;
  /* or 21px */
  text-decoration: none;
  color: #333333;
  transition: .3s;
  padding-top: 5px;
  padding-bottom: 5px;
}
.h_search_inside_item_right li a:hover {
  background: rgba(236, 238, 240, 0.7);
  text-decoration: underline;
}
.h_search_inside_item_right_tovar a {
  width: 100%;
  float: left;
}
.h_search_inside_item_right_tovar li:not(:last-child) {
  margin-bottom: 10px;
}
.all_search_results {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  margin-left: 61px;
  color: #222222;
  margin-top: 20px;
}
.all_search_results:hover {
  text-decoration: none;
}
.h_search_inside_item_right_tovar_img {
  width: 100%;
  float: left;
  max-width: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_search_inside_item_right_tovar_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.h_search_inside_item_right_tovar_info {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - 51px);
  padding-left: 11px;
}
.h_search_inside_item_right_tovar_info p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  display: flex;
  margin-bottom: 7px;
}
.old_search_price {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-decoration-line: line-through;
  margin-right: 10px;
  color: #9E9E9E;
}
.new_search_price {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  width: auto;
  float: left;
  color: #E44D4E;
}
.m_modal {
  display: none;
  padding: 40px!important;
  width: calc(100% - 100px);
  max-width: 480px;
}
.m_modal .selectric-wrapper {
  margin-bottom: 20px;
}
.add_mess_modal {
  max-width: 610px;
}
.modal_title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  color: #111111;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.fancybox-close-small {
  width: 50px;
  height: 50px;
  right: -50px;
  top: 0;
  background: url("../img/close.svg") center no-repeat;
  background-color: #000;
  transition: .3s;
}
.fancybox-close-small:hover {
  background-color: #4d4d4d;
}
.fancybox-slide > div {
  overflow: visible;
}
.fancybox-close-small:after {
  display: none;
}
.modal_form_item {
  width: 100%;
  float: left;
  margin-bottom: 22px;
}
.m_popular_city {
  width: 100%;
  float: left;
  padding-top: 10px;
}
.m_popular_city span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
  color: #999999;
}
.m_popular_city_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.m_popular_city_list li {
  width: 50%;
  float: left;
  padding-right: 5px;
  margin-bottom: 15px;
}
.m_popular_city_list li a {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  text-decoration: none;
  transition: .3s;
}
.m_popular_city_list li a:hover {
  opacity: 0.7;
}
.m_popular_city_bot {
  display: flex;
  width: 100%;
  float: left;
  align-items: center;
  justify-content: center;
}
.m_popular_city_bot a {
  width: auto;
  float: left;
  transition: .3s;
  margin-right: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  line-height: 21px;
  /* identical to box height */
  color: #222222;
}
.m_popular_city_bot a:hover {
  opacity: 0.7;
}
.main_sub_but_small {
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 0;
}
.m_modal_wrap {
  width: 100%;
  float: left;
}
.m_modal_body {
  width: 100%;
  float: left;
}
.h_basket_items {
  width: 350px;
}
.h_basket_items .h_basket_items_wrap > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
  color: #222222;
}
.h_basket_items_cards {
  width: 100%;
  float: left;
}
.h_basket_items_cards li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.remove_tovar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  float: left;
  height: auto;
}
.remove_tovar img {
  width: auto;
  float: left;
  height: auto;
}
.h_basket_items_cards_img {
  width: 100%;
  float: left;
  max-width: 120px;
  height: 120px;
}
.h_basket_items_cards_img a {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_basket_items_cards_img a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.h_basket_items_cards_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 120px);
  padding-left: 10px;
  padding-bottom: 25px;
}
.h_basket_items_cards_info a {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #222222;
  margin-bottom: 10px;
}
.h_basket_items_cards_info p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  padding-left: 0;
  text-align: left;
  color: #333333;
  margin-bottom: 0;
}
.h_basket_items_cards_price {
  width: 100%;
  float: left;
  display: flex;
}
.h_basket_items_cards_price span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
  margin-bottom: 10px;
}
.h_basket_items_all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.h_basket_items_all p {
  width: auto;
  flex-direction: column;
  max-width: 50%;
  padding-right: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  color: #333333;
}
.h_basket_items_all span {
  width: auto;
  float: left;
  max-width: 50%;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #111111;
}
.h_basket_items_links {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 15px;
}
.h_basket_items_links a {
  width: calc(50% - 4px);
  float: left;
  text-decoration: none;
}
.h_basket_items_links .green_but {
  line-height: 14px;
}
.green_but {
  text-decoration: none;
}
.grey_but {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: auto;
  float: left;
  padding: 5px;
  color: #2D2D2D;
  background: #E0E0E0;
  min-height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: .3s;
  text-decoration: none;
}
.grey_but:hover {
  background-color: #9D9D9D;
}
.m_order {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
  padding-top: 70px;
}
.m_order_wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.m_order_wrap > p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 30px;
}
.m_order_wrap > p a {
  color: #333333;
}
.m_order_wrap > p a:hover {
  text-decoration: none;
}
.m_order_main_info {
  width: 100%;
  float: left;
  max-width: 450px;
  margin-bottom: 40px;
}
.m_order_main_info li {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}
.m_order_main_info li > span {
  width: 100%;
  float: left;
  max-width: 280px;
  padding-right: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  text-transform: uppercase;
  color: #333333;
}
.m_order_main_info li p {
  width: 100%;
  float: left;
  max-width: calc(100% - 280px);
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.m_order_deliv_info > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #222222;
  margin-bottom: 35px;
}
.m_order_deliv_info li > span {
  text-transform: none;
}
.m_order_list_wrap {
  width: 100%;
  float: left;
  max-width: 865px;
}
.m_order_list {
  width: 100%;
  float: left;
}
.m_order_list > li {
  width: 100%;
  float: left;
}
.m_order_list > li:not(:last-child) {
  border-bottom: 1px solid #BDBDBD;
}
.m_order_list_head {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.m_order_list_head img {
  width: auto;
  float: left;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.m_order_list_head p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #111111;
}
.m_order_list_head p span {
  color: #999999;
}
.m_order_table_wrap {
  padding-top: 15px;
  width: 100%;
  float: left;
  overflow: auto;
}
.m_order_table {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.m_order_table thead {
  width: 100%;
  float: left;
  display: flex;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 10px;
}
.m_order_table thead tr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.m_order_table thead tr th {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #999999;
  padding-bottom: 10px;
}
.m_order_table thead tr th.m_order_table_info {
  text-align: left;
  padding-left: 25px;
}
.m_order_table tbody {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.m_order_table tbody tr {
  width: 100%;
  float: left;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
}
.m_order_table tbody tr td.m_order_table_kilk {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #222222;
}
.m_order_table tbody tr td.m_order_table_price {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 21px;
  color: #222222;
}
.m_order_table_price {
  width: 100%;
  float: left;
  max-width: 120px;
  padding-left: 10px;
}
.m_order_table_kilk {
  width: 100%;
  float: left;
  max-width: 130px;
  padding-left: 10px;
  text-align: center;
  padding-right: 10px;
}
.m_order_table_info {
  width: 100%;
  float: left;
  max-width: 400px;
  text-align: center;
  padding-right: 10px;
}
.m_table_card {
  width: 100%;
  float: left;
  display: flex;
}
.m_table_card_img {
  width: 100%;
  float: left;
  max-width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  background-color: #ECEEF0;
  justify-content: center;
}
.m_table_card_img a {
  float: left;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_table_card_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.m_table_card_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 160px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m_table_card_info a {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #222222;
  transition: .3s;
  margin-bottom: 5px;
  text-decoration: none;
}
.m_table_card_info a:hover {
  opacity: 0.7;
}
.m_table_card_info .article {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.05em;
  text-align: left;
  color: #444444;
  margin-bottom: 5px;
}
.m_table_card_info_list {
  width: 100%;
  float: left;
}
.m_table_card_info_list li {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
  color: #444444;
}
.m_table_card_info_list li span {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  margin-right: 3px;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #444444;
  width: auto;
  float: left;
}
.no_adaptive_page {
  min-width: 1200px;
}
.m_lk {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.m_lk_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.m_lk_left {
  width: 100%;
  float: left;
  max-width: 300px;
}
.m_lk_left > p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #222222;
  margin-bottom: 34px;
}
.m_lk_left > p span {
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
  color: #222222;
  width: 100%;
  float: left;
}
.m_lk_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 317px);
  background: #FFFFFF;
  padding: 30px 40px;
  padding-bottom: 85px;
}
.m_lk_right_head {
  width: 100%;
  float: left;
  padding-bottom: 12px;
  border-bottom: 2px solid #C4C4C4;
  margin-bottom: 30px;
}
.m_lk_right_head span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111111;
}
.m_lk_right_body {
  width: 100%;
  float: left;
}
.m_lk_left_manu {
  margin-bottom: 24px;
}
.m_lk_left_manu li a {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.m_lk_left_manu li .active_help_link .m_lk_left_manu_img {
  background: #E2FA1D;
}
.m_lk_left_manu li a:hover .m_lk_left_manu_img {
  background: #E2FA1D;
}
.m_lk_left_manu_img {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 6px;
}
.m_lk_left_manu_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: 1px;
}
.m_lk_prof_info {
  width: 100%;
  float: left;
  max-width: 565px;
}
.m_lk_prof_info > p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
}
.m_lk_prof_info_head {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 23px;
  margin-top: 23px;
}
.m_lk_prof_info_head p {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  margin-right: 20px;
  color: #333333;
}
.m_lk_prof_info_head p span {
  color: #47B212;
}
.m_lk_prof_info_head a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  text-decoration-line: underline;
  color: #333333;
}
.m_lk_prof_info_head a:hover {
  text-decoration: none;
}
.help_page_form_list_input_selects {
  display: flex;
  justify-content: space-between;
}
.selectric-main_select_mini {
  max-width: 70px;
  width: 100%;
}
.selectric-main_select_mini .label {
  font-size: 16px!important;
  padding-right: 35px!important;
}
.selectric-main_select_big {
  width: 100%;
  max-width: calc(100% - 200px);
}
.selectric-main_select_big .label {
  font-size: 16px!important;
  padding-right: 35px!important;
}
.selectric-main_select_middle {
  width: 100%;
  max-width: 90px;
}
.selectric-main_select_middle .label {
  font-size: 16px!important;
  padding-right: 35px!important;
}
.help_page_form_list_input_radios {
  justify-content: flex-start;
}
.check_input {
  width: auto;
  float: left;
  position: relative;
  padding-top: 11px;
}
.check_input:not(:last-child) {
  margin-right: 50px;
}
.check_input input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.check_input label {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #333333;
}
.check_input label span {
  width: 20px;
  height: 20px;
  border: 1px solid #BDBDBD;
  border-radius: 100%;
  position: relative;
  margin-right: 12px;
  transition: .3s;
}
.check_input label span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #333333;
  content: "";
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}
.check_input input:checked + label span {
  background: #E0E0E0;
  border: 1px solid #BDBDBD;
}
.check_input input:checked + label span:after {
  opacity: 1;
  visibility: visible;
}
.m_lk_left_mob {
  max-width: 100%!important;
  display: block!important;
}
.m_lk_prof_info_body {
  width: 100%;
  float: left;
}
.m_lk_prof_info_body > p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 26px;
}
.m_privacy_wrap {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 10px;
}
.m_privacy_wrap input {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.m_privacy_wrap label {
  width: 100%;
  float: left;
  display: flex;
  cursor: pointer;
  user-select: none;
}
.m_privacy_wrap label span {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  transition: .3s;
  display: flex;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  border: 1px solid #BDBDBD;
}
.m_privacy_wrap label span img {
  width: auto;
  float: left;
  transition: .3s;
  opacity: 0;
}
.m_privacy_wrap label p {
  width: 100%;
  float: left;
  padding-top: 3px;
  max-width: calc(100% - 20px);
  padding-left: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #666;
}
.m_privacy_wrap input:checked + label span {
  background: #E0E0E0;
  border: 1px solid #BDBDBD;
}
.m_privacy_wrap input:checked + label span img {
  opacity: 1;
}
.select_country_img {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  min-width: 25px;
  align-items: center;
  margin-right: 10px;
  /* border: 2px solid #BDBDBD; */
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.select_country_img::after{
	position: absolute;
	left: -2px;
	top: -2px;
	width: 21px;
	height: 21px;
	border: 4px solid #BDBDBD;
	clip-path: circle(50%);
	z-index: 5;
	border-radius: 100%;
	content: "";
}
.select_country_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  display: none;
}
.select_country_img img:first-child {
  display: block;
}
.help_page_form_list_input--country {
  display: flex;
  align-items: center;
}
.hide_flag {
  display: none!important;
}
.show_flag {
  display: block!important;
}
.adress_text {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #999999;
}
.view_link {
  width: 22px;
  float: left;
  position: absolute;
  top: 24px;
  right: 10px;
  transform: translateY(-50%);
}
.view_link img {
  width: 100%;
  float: left;
  height: auto;
  display: none;
}
.view_link .view_link--show {
  display: block;
}
.help_page_form_list_input {
  position: relative;
}
.help_page_title_inside_link--desc {
  display: flex!important;
  justify-content: flex-start;
  padding-left: 30px;
  text-decoration: none;
  margin-bottom: 15px;
  background: url("../img/back_help.svg") center left no-repeat;
  padding-right: 30px;
}
.m_lk_right_head_inside_item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding-bottom: 20px;
}
.m_lk_right_head_inside_item a {
  width: auto;
  margin-bottom: 0;
}
.m_lk_right_head_inside_item span {
  text-transform: none;
}
.main_sub_but_mod {
  text-decoration: none;
}
.m_lk_prof_info--big {
  max-width: 100%;
}
.m_lk_messages_wrap {
  width: 100%;
  float: left;
  padding-top: 65px;
  overflow: auto;
}
.m_lk_messages_wrap table {
  width: 100%;
  float: left;
}
.m_lk_messages_wrap table thead {
  border-bottom: 1px solid #BDBDBD;
}
.m_lk_messages_wrap table thead tr th {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  padding-bottom: 3px;
  color: #999999;
  padding-left: 15px;
  padding-right: 15px;
}
.m_lk_messages_wrap table tbody tr td {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 128.91%;
  /* identical to box height, or 21px */
  padding-left: 15px;
  padding-right: 15px;
  color: #666;
  text-align: center;
  max-width: 210px;
}
.m_lk_messages_wrap table tbody tr td span {
  width: 100%;
  float: left;
  margin-top: 5px;
  text-align: center;
}
.m_lk_messages_wrap table tbody tr a {
  text-decoration: none;
  color: #333;
}
.m_lk_messages_wrap table tbody tr a:hover {
  text-decoration: underline;
}
.m_lk_messages_wrap table strong {
  color: #333;
}
strong {
  font-weight: bold;
}
.modal_mess_form {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.modal_mess_form .selectric-wrapper {
  margin-bottom: 0;
}
.modal_add_file {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}
.file_input_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.file_input_wrap label {
  cursor: pointer;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 128.91%;
  /* or 21px */
  text-decoration-line: underline;
  color: #333333;
}
.file_input_wrap label:hover {
  text-decoration: none;
}
.m_lk_mess_inside {
  width: 100%;
  float: left;
}
.m_lk_mess_inside_status {
  width: 100%;
  float: left;
  margin-bottom: 45px;
}
.m_lk_mess_inside_status p {
  font-size: 16px;
  width: 100%;
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
}
.m_lk_mess_inside_list {
  width: 100%;
  float: left;
}
.m_lk_mess_inside_list li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.m_lk_mess_inside_list_head {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.m_lk_mess_inside_list_head span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}
.m_lk_mess_inside_list_head .mess_data {
  margin-left: 10px;
}
.m_lk_mess_inside_list_body {
  width: 100%;
  float: left;
}
.m_lk_mess_inside_list_body p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.m_lk_bonus_wrap {
  padding-top: 10px;
  margin-bottom: 25px;
}
.m_lk_bonus_wrap table thead tr th {
  text-align: left;
}
.m_lk_bonus_wrap table thead tr th.bonus_order_table {
  text-align: center;
  max-width: 120px;
}
.m_lk_bonus_wrap table thead tr th.bonus_data_table {
  text-align: center;
  max-width: 100px;
}
.m_lk_bonus_wrap table tbody tr td {
  text-align: left;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_lk_bonus_wrap table tbody tr td.grey_text {
  color: #666;
}
.m_lk_bonus_wrap table tbody tr td.bonus_order_table {
  text-align: center;
  max-width: 120px;
}
.m_lk_bonus_wrap table tbody tr td.bonus_data_table {
  text-align: center;
  max-width: 100px;
}
.bonus_desc_table {
  width: auto;
}
.m_lk_bonus_wrap .bonus_date {
  max-width: 150px;
}
.m_lk_bonus_wrap .bonus_number {
  max-width: 150px;
}

.m_lk_bonus_wrap table tbody tr .green_bonus {
  color: #47B212;
  font-weight: bold;
}
.m_lk_bonus_wrap table tbody tr .red_bonus {
  color: #EB5757;
  font-weight: bold;
}
.m_lk_bonus_head {
  display: flex;
}
.m_lk_bonus_head p {
  margin-bottom: 10px;
}
.m_lk_bonus_head_right {
  width: auto;
  float: left;
  display: flex;
  flex-direction: column;
}
.m_lk_bonus_head_right span {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #EB5757;
  margin-bottom: 7px;
}
.m_lk_bonus_head_right p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  color: #666666;
}
.m_lk_bonus_all {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 55px;
}
.m_lk_bonus_all span {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  color: #333333;
}
.m_lk_bonus_all p {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  margin-left: 10px;
  color: #333333;
}
.plus_sum {
  color: #47B212!important;
}
.minus_sum {
  color: #EB5757!important;
}
.m_basket {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_basket_wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_basket_empty {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 610px;
}
.m_basket_empty img {
  width: auto;
  float: left;
  height: auto;
  margin-bottom: 28px;
}
.m_basket_empty span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  /* or 34px */
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}
.m_basket_empty p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 35px;
}
.m_basket_empty .login_but {
  text-decoration: none;
  width: 100%;
  max-width: 400px;
  margin-top: 0;
}
.m_like_page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.m_login_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.m_login_page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_login_page .main_sub_but {
  margin-top: 0;
}
.m_login_page_wrap {
  width: 100%;
  float: left;
  max-width: 610px;
}
.m_login_page_wrap_list {
  width: 100%;
  float: left;
  border-bottom: 1px solid #C4C4C4;
  display: flex;
  margin-bottom: 50px;
}
.m_login_page_wrap_list li {
  width: 50%;
}
.m_login_page_wrap_list li a {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111111;
  text-decoration: none;
  transition: .3s;
  position: relative;
}
.m_login_page_wrap_list li a:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 5px;
  background-color: #111;
  z-index: 2;
  content: "";
  opacity: 0;
  width: 100%;
  display: block;
  visibility: hidden;
}
.m_login_page_wrap_list li a:hover {
  color: #C4C4C4;
}
.m_login_page_wrap_list li .m_login_page_wrap_list--active:after {
  opacity: 1;
  visibility: visible;
}
.m_login_page_wrap_list li .m_login_page_wrap_list--active:hover {
  color: #111;
}
.m_login_page_wrap_tabs {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_login_page_wrap_tab {
  display: none;
  width: 100%;
  float: left;
  justify-content: center;
}
.m_login_page_wrap_tab--active {
  display: flex;
}
.resave_password {
  margin-top: 10px;
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.resave_password:hover {
  text-decoration: underline;
}
.login_form {
  width: 100%;
  float: left;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
.login_form .help_page_form_list_input {
  max-width: 100%;
  margin-bottom: 20px;
}
.reg_form_group {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.reg_form_group > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #222222;
  margin-bottom: 15px;
}
.reg_form_group p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.help_page_form_list_input--cap {
  margin-bottom: 0!important;
}
.main_sub_but_nomb {
  margin-top: 0;
}
.country_tel {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row!important;
}
.country_tel input {
  border-left: none;
}
.m_resave_password {
  width: 100%;
  float: left;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_resave_password > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 18px;
}
.m_resave_password p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  margin-bottom: 34px;
}
.m_resave_password form {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.m_resave_password form .help_page_form_list_input {
  max-width: 100%;
}
.m_resave_password form .main_sub_but {
  width: 100%;
  margin-top: 20px;
}
main {
  min-height: calc(100vh - 630px);
}
.order_check_wrap {
  width: 100%;
  float: left;
  max-width: 375px;
}
.order_check_wrap p a {
  color: #333;
}
.order_check_wrap p a:hover {
  text-decoration: none;
}
.order_check_form {
  width: 100%;
  float: left;
  padding-right: 30px;
}
.order_check_form .help_page_form_list_input {
  max-width: 100%;
  margin-bottom: 20px;
}
.order_check_form button {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.quest_link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #111111;
  width: 20px;
  height: 20px;
  text-decoration: none;
  background: #FFFFFF;
  border: 2px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: -30px;
  padding-top: 2px;
  transform: translateY(-50%);
}

.m_basket_page_right_toggle_head .quest_link_cont {
  position: absolute;
  margin-top: 29px;
  margin-left: 102px;
}
.m_basket_page_right_toggle_head .quest_link_cont img {
  transform: none!important;
}

.m_basket_page_right_toggle_head .active_toggle_basket_item {
  border-bottom: 0px solid #BDBDBD;
}
.m_basket_page_right_toggle_head a.quest_link {
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #111111;
  width: 23px;
  height: 23px;
  text-decoration: none;
  background: #FFFFFF;
  border: 2px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 100%;
  position: relative;
  padding: 0px;
  top: 50%;
  right: -30px;
  padding-top: 2px;
  transform: translateY(-50%);
}
.input_error {
  border-color: #EB5757!important;
}
.error_input_text {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-top: 7px;
  color: #EB5757!important;
}
.order_check_error {
  width: 100%;
  float: left;
  display: flex;
  padding: 20px;
  background: #F9CDCD;
  margin-bottom: 30px;
  max-width: calc(100% - 30px);
}
.order_check_error_left {
  max-width: 38px;
  width: 100%;
  float: left;
}
.order_check_error_left img {
  width: 100%;
  float: left;
  height: auto;
}
.order_check_error_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 38px);
  padding-left: 22px;
}
.order_check_error_right span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
  color: #111111;
}
.order_check_error_right p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.m_search_list {
  padding: 0;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
.m_search_list li {
  width: 100%;
  float: left;
  max-width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.sale_card_mark {
  top: 12px;
  position: absolute;
  left: 0;
  width: auto;
  float: left;
  padding: 5px 10px;
  background: #D10F0F;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}
.m_popular_list_img--white {
  background-color: #FFF;
}
.tovar_card_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto!important;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 11px!important;
  text-decoration: none;
  line-height: 13px!important;
  text-transform: uppercase;
  margin-bottom: 0!important;
  color: #FFFFFF!important;
  padding: 5px 10px;
  background: rgba(51, 51, 51, 0.3);
}
.m_popular_list_img, .product_list_slider {
  position: relative;
}
.border_transparent_link {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  background: #FFFFFF;
  border: 2px solid #333;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  transition: .3s;
  color: #333333;
  text-decoration: none;
}
.border_transparent_link:hover {
  border-color: #999;
}
.m_about_tovar_list_info {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.m_about_tovar_list_info p {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #999999;
  margin-bottom: 20px;
}
.m_about_tovar_list_info p strong {
  color: #333333;
}
.mini_title {
  width: 100%;
  float: left;
  margin-bottom: 28px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  color: #111111;
}
.categor_tags {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.categor_tags li {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.categor_tags li a {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  color: #333333;
  transition: .3s;
}
.categor_tags li a:hover {
  background: #EEEEEE;
}
.m_search_sort {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.m_search_sort_left {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_search_sort_left span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  margin-right: 10px;
  color: #666666;
}
.m_search_sort_left_kilk {
  width: auto;
  float: left;
}
.m_search_sort_left_kilk li {
  width: auto;
  float: left;
  margin-right: 20px;
  position: relative;
}
.m_search_sort_left_kilk li:not(:last-child):after {
  position: absolute;
  right: -10px;
  top: 50%;
  background-color: #C4C4C4;
  width: 1px;
  height: 15px;
  content: "";
  transform: translateY(-50%);
}
.m_search_sort_left_kilk li a {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: .3s;
  color: #333333;
}
.m_search_sort_left_kilk li a:hover {
  opacity: 0.7;
}
.m_search_sort_left_kilk li a.m_search_sort_left_kilk--active {
  color: #333333;
  font-weight: bold;
}
.m_search_sort_left_kilk li a.m_search_sort_left_kilk--active:hover {
  opacity: 1;
}
.all_search_tovars {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  color: #333333;
  transition: .3s;
}
.all_search_tovars:hover {
  text-decoration: none;
}
.m_search_sort_right {
  width: auto;
  float: left;
  display: flex;
}
.m_search_sort_right span {
  width: auto;
  float: left;
  margin-right: 0px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #666666;
}
.m_search_sort_right_type {
  width: auto;
  float: left;
  display: flex;
}
.m_search_sort_right_type li {
  width: auto;
  float: left;
  margin-right: 0;
  margin-left: 20px;
}
.m_search_sort_right_type li a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.m_search_sort_right_type li a img {
  width: auto;
  float: left;
  margin-left: 5px;
  opacity: 0.2;
  transition: .3s;
}
.m_search_sort_right_type li .m_search_sort_right_type--visible:hover {
  opacity: 1;
}
.m_search_sort_right_type li .m_search_sort_right_type--visible img {
  opacity: 1;
}
.m_search_sort_right_type li .m_search_sort_right_type--active img {
  transform: rotate(180deg);
}
.m_search_sort_right_type li:first-child {
  margin-left: 10px;
}
.m_search_sort_left_kilk_wrap {
  width: auto;
  float: left;
}
.lk_my_orders {
  width: 100%;
  float: left;
}
.lk_my_orders .m_pagin {
  margin-top: 10px;
}
.lk_my_orders_table_wrap {
  width: 100%;
  float: left;
}
.lk_my_orders_table_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 25px;
}
.lk_my_orders_table_head span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #999999;
}
.lk_my_orders_table_summ {
  width: 100%;
  max-width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: flex-start;
}
.lk_my_orders_table_data {
  width: 100%;
  float: left;
  max-width: 155px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: flex-start;
}
.lk_my_orders_table_status {
  width: 100%;
  float: left;
  max-width: 165px;
  padding-left: 5px;
  padding-right: 5px;
}
.lk_my_orders_info {
  max-width: 100%;
}
.lk_my_orders_table_number {
  width: 100%;
  float: left;
  max-width: calc(100% - 480px);
}
.lk_my_orders_table_body {
  width: 100%;
  float: left;
}
.lk_my_orders_table_body span {
  font-size: 16px;
}
.lk_my_orders_table_body .lk_my_orders_table_number span,
.lk_my_orders_table_body .lk_my_orders_table_summ span {
  font-weight: bold;
  color: #111111;
  font-size: 18px;
}
.lk_my_orders_table_body_item {
  width: 100%;
  float: left;
  border: 1px solid #BDBDBD;
  padding: 30px 25px;
  margin-bottom: 20px;
}
.lk_my_orders_table_body_item_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.lk_my_orders_table_body_item_bottom {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lk_my_orders_table_body_item_bottom_info {
  width: 100%;
  float: left;
  max-width: 165px;
  padding-left: 5px;
  padding-right: 5px;
}
.lk_my_orders_table_body_item_bottom_info a {
  width: 100%;
  float: left;
}
.lk_orders_info_more {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 33px;
  padding-top: 1px;
}
.lk_my_orders_table_body_item_bottom_photo {
  width: 100%;
  float: left;
  max-width: calc(100% - 165px);
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.lk_my_orders_table_body_item_bottom_photo li {
  width: 100%;
  float: left;
  max-width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F0F0F0;
  margin-right: 5px;
}
.lk_my_orders_table_body_item_bottom_photo li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.lk_my_orders_table_body_item_bottom_photo li a {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  text-decoration: none;
}
.title_left {
  text-align: left;
}
.past_view {
  width: 100%;
  float: left;
  margin-top: 120px;
  margin-bottom: 100px;
}
.m_past_view .m_popular_list_img, .m_past_view .product_list_slider {
  height: 190px;
}
.help_page_form_list_input {
  position: relative;
}
.quest_link_wrap {
  position: absolute;
  right: -50px;
  top: 0;
  transform: translate(100%, -35%);
  width: 220px;
  background: #FFFFFF;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.quest_link_wrap:after {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  /* Абсолютное позиционирование */
  left: -20px;
  top: 50%;
  /* Положение треугольника */
  border: 10px solid transparent;
  /* Прозрачные границы */
  border-right: 10px solid #fff;
  /* Добавляем треугольник */

}
.quest_link_wrap:before {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  /* Абсолютное позиционирование */
  left: -20px;
  top: 50%;
  /* Положение треугольника */
  border: 10px solid transparent;
  /* Прозрачные границы */
  border-right: 10px solid rgba(0, 0, 0, 0.2);
  /* Добавляем треугольник */
}

.quest_link_wrap span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 9px;
}
.quest_link_wrap p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.quest_link_wrap--active {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.m_modal_body_city_input {
  width: 100%;
  float: left;
  position: relative;
}
.m_modal_body_city_input_autocomp {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 22px;
  transform: translateY(100%);
  left: 0;
  z-index: 2;
  height: 314px;
  overflow: auto;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.m_modal_body_city_input_autocomp li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #E0E0E0;
}
.m_modal_body_city_input_autocomp li span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  margin-bottom: 5px;
}
.m_modal_body_city_input_autocomp li p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.m_modal_body_city_input_autocomp li a {
  width: 100%;
  float: left;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  transition: .3s;
}
.m_modal_body_city_input_autocomp li a:hover {
  background: #F2F2F2;
}
.m_modal_body_city_input_autocomp--active {
  visibility: visible;
  opacity: 1;
}
.m_basket_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 100px;
}
.m_basket_page_wrap {
  width: 100%;
  float: left;
}
.m_basket_page_right {
  width: 100%;
  float: left;
  max-width: 315px;
  padding-left: 20px;
}
.m_basket_page_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 315px);
  background-color: #FFF;
  padding: 30px;
}
.m_basket_page_right_top {
  width: 100%;
  float: left;
  background-color: #FFF;
  padding: 30px 20px;
  padding-bottom: 23px;
  margin-bottom: 27px;
}
.m_basket_page_right_top_head {
  width: 100%;
  float: left;
  padding-bottom: 3px;
  border-bottom: 1px solid #BDBDBD;
}
.m_basket_page_right_top_head span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  text-transform: uppercase;
  color: #111111;
}
.m_basket_page_right_top_body {
  width: 100%;
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #BDBDBD;
}
.m_basket_page_right_top_body_list {
  width: 100%;
  float: left;
}
.m_basket_page_right_top_body_list li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
.m_basket_page_right_top_body_list li p {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #222222;
}
.m_basket_page_right_top_body_list li span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #222222;
}
.m_basket_page_right_top_body_list .red_basket_price span,
.m_basket_page_right_top_body_list .red_basket_price p {
  color: #EB5757;
}
.m_basket_page_right_top_footer {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.m_basket_page_right_top_footer p {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #222222;
}
.m_basket_page_right_top_footer span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  text-align: right;
  color: #222222;
}
.m_basket_page_right_toggle {
  width: 100%;
  float: left;
  background-color: #FFF;
  margin-bottom: 20px;
}
.m_basket_page_right_toggle_head {
  width: 100%;
  float: left;
  border-bottom: 1px solid transparent;
  transition: .3s;
}
.m_basket_page_right_toggle_head a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #111111;
  padding: 20px;
  padding-bottom: 17px;
  text-decoration: none;
  justify-content: space-between;
}
.m_basket_page_right_toggle_head a img {
  width: auto;
  float: left;
  height: auto;
  margin-left: 10px;
  width: 13px;
  transition: .3s;
}
.active_toggle_basket_item {
  border-bottom: 1px solid #BDBDBD;
}
.active_toggle_basket_item img {
  transform: rotate(180deg);
}
.m_basket_page_right_toggle_body {
  width: 100%;
  float: left;
  padding: 20px;
  display: none;
}
.m_basket_page_right_toggle_body form span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 9px;
  /* identical to box height */
  color: #333333;
  margin-top: 15px;
}
.m_basket_page_right_toggle_body .help_page_form_list_input {
  max-width: 100%;
}
.m_basket_page_right_toggle_body .main_sub_but {
  padding-left: 10px;
  padding-right: 10px;
}
.m_basket_page_right_toggle_body form {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.m_basket_right_nav {
  width: 100%;
  float: left;
}
.m_basket_right_nav li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
}
.m_basket_right_nav li a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  color: #333333;
}
.m_basket_right_nav li a:hover {
  color: #000;
}
.m_basket_page_right {
  padding-bottom: 25px;
}
.m_basket_bonus_item {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_basket_bonus_item p {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
.m_basket_bonus_item span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #222222;
}
.m_basket_page_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.m_basket_page_head_left {
  width: auto;
  float: left;
  display: flex;
  align-items: flex-end;
  padding-right: 10px;
}
.m_basket_page_head_left span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  color: #111111;
  margin-right: 14px;
}
.m_basket_page_head_left p {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
  text-transform: uppercase;
  padding-bottom: 2px;
  color: #AAAAAA;
}
.m_basket_page_head_right {
  width: auto;
  float: left;
}
.m_basket_page_head_right a {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  text-decoration: none;
}
.m_basket_page_head_right a:hover {
  opacity: 0.7;
}
.m_basket_page_order {
  width: 100%;
  float: left;
}
.m_basket_page_order > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #111111;
}
.m_basket_page_order form {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.m_basket_page_order_info {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.m_basket_page_order_info > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 16px;
  color: #222222;
}
.m_basket_page_order_info_wrap {
  width: calc(100% + 16px);
  float: left;
  margin-left: -8px;
  margin-right: -8px;
}
.m_basket_page_order_info_wrap > li {
  width: calc(50% - 16px);
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 20px;
}
.m_basket_page_order_info_wrap .m_modal_body_city_input_autocomp {
  bottom: 0;
}
.m_basket_page_order_info_deliv_type_head {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 5px;
}
.m_basket_page_order_info_deliv_type_head label {
  width: auto;
  float: left;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: #333333;
}
.m_basket_page_order_info_deliv_type_head label > span {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  float: left;
  transition: .3s;
  position: relative;
  margin-right: 12px;
}
.m_basket_page_order_info_deliv_type_head label > span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 100%;
  content: "";
  transition: .3s;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.m_basket_page_order_info_deliv_type_head input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.m_basket_page_order_info_deliv_type_head input:checked + label > span {
  background: #E0E0E0;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
}
.m_basket_page_order_info_deliv_type_head input:checked + label > span:after {
  opacity: 1;
}
.help_page_form_list_input_full {
  width: 100%;
  max-width: 100%;
}
.m_basket_page_order_info_deliv_type_body {
  width: 100%;
  float: left;
  padding-left: 32px;
}
.m_basket_page_order_info_deliv_type_body p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #333333;
}
.m_basket_page_order_info_deliv_type {
  width: 100%;
  float: left;
  margin-bottom: 24px;
}
.m_basket_page_order_info_deliv_type .main_sub_but {
  display: none;
}
.quest_link_wrap_mod {
  transform: translate(96%, -49%);
}
.main_sub_but_mini_padd {
  text-decoration: none;
  padding-left: 10px!important;
  padding-right: 10px!important;
  margin-left: 32px;
  line-height: 31px!important;
  font-size: 14px!important;
}
.main_sub_but--green {
  background: #47B212;
  width: 100%;
  max-width: 355px;
}
.main_sub_but--green:hover {
  background: #57CC1D;
}
.m_basket_order_summ_info {
  width: 100%;
  float: left;
  max-width: 355px;
  margin-bottom: 12px;
}
.m_basket_order_summ_info li {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.m_basket_order_summ_info li p {
  width: auto;
  float: left;
  padding-right: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #222222;
}
.m_basket_order_summ_info li span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 128.91%;
  /* or 21px */
  text-align: right;
  color: #222222;
}
.m_basket_order_summ_info li .red_order_price {
  color: #D10F0F;
}
.m_kilk_wrap {
  width: 100%;
  float: left;
  max-width: 85px;
  border: 1px solid #BDBDBD;
  display: flex;
  margin-bottom: 10px;
}
.plus {
  width: 32px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.plus:hover {
  opacity: 0.7;
}
.plus span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 24px;
  text-align: center;
  color: #333;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  float: left;
  justify-content: center;
  transition: .3s;
}
.plus--noactive img {
  opacity: 0.4;
}
.minus {
  width: 32px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.minus:hover {
  opacity: 0.7;
}
.minus span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  padding-top: 3px;
  line-height: normal;
  font-size: 28px;
  text-align: center;
  color: #333;
  width: 100%;
  justify-content: center;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  transition: .3s;
}
.counter {
  width: calc(100% - 56px);
  float: left;
  padding-top: 2px;
}
.counter input {
  width: 100%;
  height: 40px;
  border: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
}
.info_message_basket {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #EB5757;
}
.m_basket_table_wrap {
  width: 100%;
  float: left;
}
.m_basket_table {
  width: 100%;
  float: left;
}
.m_basket_table_head {
  width: 100%;
  float: left;
  display: flex;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 6px;
  margin-bottom: 17px;
  justify-content: space-between;
}
.m_basket_table_head span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #999999;
}
.m_basket_table_summ {
  width: 100%;
  float: left;
  max-width: 100px;
  padding-left: 5px;
  padding-right: 5px;
}
.m_basket_table_kilk {
  width: 100%;
  float: left;
  max-width: 95px;
  padding-left: 5px;
  padding-right: 5px;
}
.m_basket_table_price {
  width: 100%;
  float: left;
  max-width: 100px;
  padding-left: 5px;
  padding-right: 5px;
}
.m_basket_table_close {
  width: 100%;
  float: left;
  max-width: 25px;
  padding-left: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.m_basket_table_order {
  float: left;
  width: calc(100% - 320px);
  padding-right: 5px;
  max-width: 410px;
}
.m_basket_table_body {
  width: 100%;
  float: left;
}
.m_basket_table_body .m_basket_table_summ,
.m_basket_table_body .m_basket_table_price {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.m_basket_table_body .m_basket_table_summ span,
.m_basket_table_body .m_basket_table_price span {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #222222;
}
.m_basket_table_body .m_basket_table_summ .m_basket_table_summ_new,
.m_basket_table_body .m_basket_table_price .m_basket_table_summ_new {
  color: #E44D4E;
  margin-bottom: 3px;
}
.m_basket_table_body .m_basket_table_summ .m_basket_table_summ_old,
.m_basket_table_body .m_basket_table_price .m_basket_table_summ_old {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 3px;
  text-decoration-line: line-through;
  color: #9E9E9E;
}
.m_basket_table_body .m_basket_table_price span {
  font-size: 18px;
}
.m_basket_table_body .m_basket_table_close {
  padding-top: 15px;
}
.basket_add_like {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 13px!important;
  line-height: 15px!important;
  letter-spacing: 0.05em;
  transition: .3s;
  color: #444444!important;
  margin-top: 20px;
  margin-bottom: 30px!important;
}
.basket_add_like:hover {
  opacity: 0.7;
}
.basket_add_like img {
  width: auto;
  float: left;
  margin-right: 8px;
}
.info_message_basket {
  width: 100%;
  float: left;
}
.m_table_card_info_list li {
  flex-wrap: wrap;
}
.basket_tovar_info_dinamic {
  width: auto;
  float: left;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  padding: 8px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-right: 30px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.basket_tovar_info_dinamic a {
  width: auto;
  float: left;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-bottom: 0;
  margin-top: 1px;
  transform: translateY(-50%);
}
.basket_tovar_info_dinamic p {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  margin-right: 15px;
  color: #333333;
}
.basket_tovar_info_dinamic span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 124.91%;
  /* or 21px */
  text-transform: uppercase;
  color: #333333;
}
.m_basket_table_body_item {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  justify-content: space-between;
}
.m_catalog {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_catalog_left {
  width: 100%;
  float: left;
  max-width: 315px;
  padding-right: 45px;
}
.m_catalog_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 315px);
  padding-top: 8px;
}
.m_info_border {
  border-top: 1px solid #C4C4C4;
  padding-top: 60px;
}
.m_catalog {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
  padding-top: 20px;
}
.m_catalog .m_mini_nav_wrap {
  margin-bottom: 30px;
}
.m_catalog_wrap {
  width: 100%;
  float: left;
  display: flex;
}
.m_catalog_wrap .m_search_sort {
  margin-bottom: 30px;
}
.m_catalog_head {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.m_catalog_head_title {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.m_catalog_head_title span {
  width: auto;
  margin-bottom: 0;
  margin-right: 15px;
}
.m_catalog_head_title p {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  /* or 34px */
  color: #999999;
}
.m_catalog_head_info {
  width: 100%;
  float: left;
}
.m_catalog_head_info p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #666666;
}
.m_deliv_banner {
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #C4C4C4;
  padding: 12px 28px;
  align-items: center;
  margin-bottom: 20px;
}
.m_deliv_banner_left {
  width: 100%;
  float: left;
  max-width: 76px;
}
.m_deliv_banner_left img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.m_deliv_banner_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 76px);
  padding-left: 30px;
}
.m_deliv_banner_right span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  color: #111111;
}
.m_deliv_banner_right p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.m_catalog_tags {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 9px;
  margin-top: -17px;
}
.m_catalog_tags > span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #666666;
  margin-right: 11px;
}
.m_catalog_tags > a {
  width: auto;
  float: left;
  transition: .3s;
  margin-left: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #333333;
}
.m_catalog_tags > a:hover {
  text-decoration: none;
}
.m_catalog_page_list li {
  max-width: calc(100% / 3 - 20px);
}
.m_catalog_tags_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  float: left;
  margin-bottom: 0;
}
.m_catalog_tags_list li {
  width: auto;
  float: left;
  position: relative;
  margin-top: 5px;
}
.m_catalog_tags_list li button {
  position: absolute;
  right: 8px;
  top: 50%;
  background: none;
  border: none;
  padding: 0;
  transition: .3s;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-50%);
}
.m_catalog_tags_list li button:hover {
  opacity: 0.7;
}
.m_catalog_tags_list li a {
  padding-right: 22px;
}
.m_catalog_left_cat {
  width: 100%;
  float: left;
}
.m_catalog_left_cat li {
  width: 100%;
  float: left;
}
.m_catalog_left_cat li span{
  color: #999;
}
.m_catalog_left_cat li > a {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #333333;
  transition: .3s;
  padding: 6px 10px;
  font-weight: bold;
}
.m_catalog_left_cat li > a:hover {
  opacity: .7;
}
.m_catalog_left_cat li > a.m_catalog_left_cat--active {
  background: #222222;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.m_catalog_left_cat li > a.m_catalog_left_cat--active span {
  font-weight: normal;
}
.m_catalog_left_cat li > a.m_catalog_left_cat--active:hover {
  opacity: 1;
}
.m_catalog_left_cat_inside {
  width: 100%;
  float: left;
  padding-bottom: 0px;
  padding-top: 0px;
  display: none;
}
.m_catalog_left_cat_inside li {
  padding-left: 10px;
}
.m_catalog_left_cat_inside--active {
  display: block;
}
.m_filter {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.m_filter > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #111111;
}
.m_filter form {
  width: 100%;
  float: left;
}
.m_filter form > p {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.m_filter form button {
  margin-top: 0;
  line-height: 50px;
}
.m_filter_but_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  display: none;
}
.plus--noactive {
  cursor: default!important;
}
.m_filter_but {
  width: auto;
  float: left;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  line-height: 36px;
  color: #333333;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
  text-decoration: none;
  max-width: 140px;
  background: #FFFFFF;
  border: 1px solid #666666;
}
.m_filter_but span {
  background: #C4C4C4;
  border-radius: 12px;
  font-family: Roboto;
  padding: 3px 5px;
  margin-left: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height, or 138% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.26px;
  min-width: 30px;
  justify-content: center;
  color: #FFFFFF;
}
.m_filter_but--noempty span {
  background: #47B212;
}
.m_filter_item {
  width: 100%;
  float: left;
  border-top: 1px solid #BBBBBB;
}
.m_filter_item_head {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.m_filter_item_head > img {
  width: auto;
  float: left;
  height: auto;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  transition: .3s;
}
.m_filter_item_head span {
  /* width: 100%; */
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-left: 34px;
  color: #111111;
  padding-right: 24px;
  text-decoration: none;
}
.m_filter_item_head--all span::after{
  display: none!important;
}
.m_filter_item_head a{
 text-decoration: none;
 color: #111;
}
.m_filter_item_head a::after{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}
.m_filter_item_head p {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  /* identical to box height */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  color: #47B212;
  margin-right: 5px;
  display: none;
}
.m_filter_item_head p:after {
  content: ",";
}
.m_filter_item_head .last_p:after {
  display: none;
}
.active_filter_arrow > img {
  transform: translateY(-50%) rotate(180deg);
}
.mob_filter_title {
  display: none;
}
.filter_item_name {
  display: none!important;
}
.m_filter_item_head--categor {
  display: none;
}
.m_filter_item_body--categor {
  display: block!important;
  padding-bottom: 0!important;
}
.m_filter_item--categor {
  border: none;
}
.all_filter_tovars {
  text-transform: uppercase;
  font-weight: normal!important;
}
.color__block {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: none;
}
.filter_item_name {
  display: none;
}
.clean_filter {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 49%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.clean_filter img {
  width: 100%;
  height: auto;
}
.m_filter_item_body {
  width: 100%;
  float: left;
  display: none;
  padding-bottom: 30px;
  padding-left: 10px;
}
.m_filter_item_body--categor {
  padding-left: 0;
}
.m_filter_item_body--mod {
  padding-bottom: 18px;
}
.m_filter_item_body_list {
  width: 100%;
  float: left;
  overflow-y: auto;
  max-height: 250px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.m_filter_item_body_list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.m_filter_item_body_list::-webkit-scrollbar-track {
  background: #E0E0E0;
}
.m_filter_item_body_list::-webkit-scrollbar-thumb {
  background-color: #333;
}
.m_filter_item_body_list::-webkit-scrollbar-thumb:hover {
  background: #7f7c7c;
}
.m_filter_item_body_list li {
  width: 100%;
  float: left;
  position: relative;
}
.m_filter_item_body_list li:not(:last-child) {
  margin-bottom: 12px;
}
.m_filter_item_body_list li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.m_filter_item_body_list li label {
  width: 100%;
  float: left;
  cursor: pointer;
}
.m_filter_item_body_list li label > span {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  float: left;
}
.m_filter_item_body_list li label > span img {
  width: auto;
  float: left;
  height: auto;
  opacity: 0;
  transition: .3s;
}
.m_filter_item_body_list li label p {
  width: 100%;
  padding-top: 2px;
  float: left;
  max-width: calc(100% - 20px);
  padding-left: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #333333;
}
.m_filter_item_body_list li label p span {
  color: #999999;
}
.m_filter_item_body_list li input:checked + label > span {
  background: #E0E0E0;
}
.m_filter_item_body_list li input:checked + label > span img {
  opacity: 1;
}
.m_filter_item_body_list_mod li {
  width: 50%;
  padding-right: 3px;
}
.m_filter_item_color_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.m_filter_item_color_list li {
  width: calc(100% / 6 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  margin-bottom: 20px;
}
.m_filter_item_color_list li input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.m_filter_item_color_list li label {
  width: 100%;
  float: left;
  cursor: pointer;
}
.m_filter_item_color_list li label span {
  width: 100%;
  float: left;
  height: 27px;
  position: relative;
  border:1px solid #bbb;
}
.m_filter_item_color_list li label span:after {
  position: absolute;
  left: 2px;
  top: 2px;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  content: "";
  display: block;
  opacity: 0;
  transition: .3s;
  border: 2px solid #FFFFFF;
}
.size_modal .help_page_columns_right{
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}
.size_modal{
  max-width: 750px;
}
.m_filter_item_color_list li input:checked + label span:after {
  opacity: 1;
}
.m_filter_item_color_list li input:checked + label span:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  content: "";
  display: block;
  transition: .3s;
  border: 2px solid #222;
}
.main_sub_but_full {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.ui-widget-content,
.ui-widget-header {
  background: #E0E0E0;
  border: none!important;
  border-radius: 0;
}
.ui-slider-horizontal {
  height: 6px;
  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: 14px;
  height: 14px;
  margin-top: 1px;
  border-radius: 100%;
  background: #F15922;
  border: none;
  cursor: pointer;
  background: #FFFFFF;
  border: 2px solid #333333;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.ui-slider .ui-slider-range {
  background: #333333;
}
.m_catalog_filter_item_togle_range {
  padding-top: 10px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.m_catalog_filter_item_togle_range > p > input {
  width: calc(50% - 10px);
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #333333;
  background: #FFFFFF;
  /* Gray 4 */
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  transition: .3s;
}
.m_catalog_filter_item_togle_range > p > input:focus {
  border-color: #333333;
}
.m_catalog_filter_item_togle_range > p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  align-items: center;
  margin-top: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
}
.m_catalog_left_wrap {
  width: 100%;
  float: left;
}
.map_modal {
  max-width: 1240px;
  padding: 0!important;
}
.map_modal .fancybox-close-small {
  right: 0;
}
#map {
  width: 100%;
  float: left;
  height: 800px;
}
.map_modal_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.map_panel_open,
.map_panel_hide {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 400px;
  top: 0;
  float: left;
  background-color: #FFF;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #111111;
  transition: .3s;
  padding: 15px 30px;
  text-decoration: none;
  z-index: 3;
  display: none;
}
.map_panel_open:hover,
.map_panel_hide:hover {
  background-color: #111;
  color: #FFF;
}
.marker_block {
  width: 50px;
  height: 50px;
  transition: .3s;
}
.marker_block:hover {
  opacity: 1;
}
.marker_block:hover img {
  opacity: 1;
}
.marker_block img {
  width: 100%;
  float: left;
}
.ymaps-2-1-74-controls__control {
  right: 10px!important;
  left: initial!important;
}
.map_panel {
  width: 100%;
  float: left;
  max-width: 400px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #FFF;
  padding-bottom: 70px;
  z-index: 2;
  transition: .3s;
  transform: translateY(-110%);
}
.map_panel .help_page_search {
  margin-bottom: 0!important;
}
.map_panel_head {
  width: 100%;
  float: left;
  padding: 30px;
  padding-left: 40px;
}
.map_panel_head > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 12px;
}
.map_panel--active {
  transform: none;
}
.map_panel_list {
  width: calc(100% - 30px);
  float: left;
  height: calc(100% - 165px);
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.map_panel_list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.map_panel_list::-webkit-scrollbar-track {
  background: #E0E0E0;
}
.map_panel_list::-webkit-scrollbar-thumb {
  background-color: #333;
}
.map_panel_list::-webkit-scrollbar-thumb:hover {
  background: #7f7c7c;
}
.map_panel_list li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #E0E0E0;
}
.map_panel_list li:last-child {
  border: none;
}
.map_panel_list li a {
  transition: .3s;
}
.map_panel_list li a,
.map_panel_list li .map_panel_list_inside_body {
  width: 100%;
  float: left;
  padding: 20px 10px 20px 40px;
}
.map_panel_list li a > span,
.map_panel_list li .map_panel_list_inside_body > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 9px;
}
.map_panel_list li a p,
.map_panel_list li .map_panel_list_inside_body p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 14px;
}
.map_panel_list li > a:hover {
  background-color: #f2f2f2;
}
.map_panel_list_bot {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.map_panel_list_bot span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.05em;
  margin-right: 12px;
  color: #333333;
  position: relative;
  padding-left: 15px;
}
.map_panel_list_bot .map_panel_list_bot--red:after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  content: "";
  border-radius: 100%;
  background: #D10F0F;
  display: none;
}
.station_color{
  width: 8px!important;
  height: 8px;
  position: absolute!important;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  content: "";
  border-radius: 100%;
  padding-left: 0!important;
}
.map_panel_list_bot .map_panel_list_bot--green:after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  content: "";
  border-radius: 100%;
  background: #219653;
  display: none;
}
.marker_block--active img {
  transform: scale(1.5);
}
.map_panel_hide {
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 400px;
  top: initial;
  border-top: 1px solid #BDBDBD;
}
.map_panel_list_inside {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 400px;
  z-index: 5;
  background-color: #FFF;
}
.map_panel_list_inside_top {
  width: calc(100% + 30px) !important;
  padding-right: 65px!important;
  margin-right: -30px;
  float: left;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold!important;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #333333;
  padding-top: 14px!important;
  min-height: 50px;
  text-decoration: none;
  padding-bottom: 14px!important;
  border-bottom: 1px solid #E0E0E0;
}
.map_panel_list_inside_top img {
  width: 16px;
  height: auto;
  margin-right: 10px;
}
.main_sub_but--map {
  padding-bottom: 0!important;
  padding-top: 0!important;
  padding-left: 10px!important;
  padding-right: 10px!important;
  text-decoration: none;
  margin-bottom: 30px;
  margin-top: 25px;
}
.map_panel_list_inside_body {
  overflow: auto;
  height: calc(100% - 50px);
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.map_panel_list_inside_body::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.map_panel_list_inside_body::-webkit-scrollbar-track {
  background: #E0E0E0;
}
.map_panel_list_inside_body::-webkit-scrollbar-thumb {
  background-color: #333;
}
.map_panel_list_inside_body::-webkit-scrollbar-thumb:hover {
  background: #7f7c7c;
}
.map_panel_list_inside_body img {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 16px;
  z-index: -1;
  position: relative;
}
.map_panel_list_inside {
  padding-bottom: 90px;
  padding-right: 30px;
  transition: .3s;
  transform: translateX(-110%);
}
.map_panel_list_inside--active {
  transform: none;
}
.modal_remove_tovars {
  max-width: 480px;
  padding: 40px!important;
  padding-bottom: 50px!important;
}
.modal_remove_tovars_wrap span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  /* or 34px */
  text-align: center;
  color: #111111;
  margin-bottom: 29px;
}
.modal_remove_tovars_wrap_links {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.slick-list,.slick-track{
  min-width: 100%;
}
.modal_remove_tovars_wrap_links a {
  width: calc(50% - 10px);
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
}
.modal_remove_tovars_wrap_links .border_transparent_link {
  line-height: 46px;
}
.after_order_text {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #333333;
  max-width: 530px;
  margin-top: 30px;
}
.after_order_text a {
  width: auto;
  color: #333;
}
.after_order_text a:hover {
  text-decoration: none;
}
.m_absolute_size {
  width: 100%;
  float: left;
  position: absolute;
  background-color: #FFF;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 5px 10px;
  padding-bottom: 16px;
  transform: translateY(70%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.m_absolute_size::after{
  position: absolute;
  top: 30%;
  content: "";
  left: 0;
  z-index: -1;
  box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 70%;
}
.m_absolute_size p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal!important;
  font-size: 13px!important;
  line-height: 18px;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  color: #999999!important;
}
.m_absolute_size p a {
  width: auto!important;
  float: none!important;
  color: #666;
  margin-right: 3px;
  margin-left: 3px;
  font-weight: normal;
  text-decoration: none;
  font-size: 13px;
}
.m_absolute_size p a:hover {
  color: #333;
  text-decoration: underline;
}
.m_catalog_left .modal_remove_tovars_wrap_links {
  display: none;
}
.big_deliv_li {
  width: calc(100% - 16px) !important;
}
.m_basket_page_order_info_form_item_post {
  width: 100%;
  float: left;
}
.m_basket_page_order_info_form_item {
  width: 100%;
  float: left;
  padding-top: 6px;
  display: none;
  padding-bottom: 30px;
}
.m_basket_page_order_info_form_item p {
  margin-top: -10px;
  width: 100%;
  float: left;
}
.m_basket_page_order_info_form_item--active {
  display: block;
}
.green_promo_text {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #47B212!important;
  margin-top: 8px;
  margin-bottom: 5px;
}
.error_input_text_mb {
  margin-bottom: 5px;
}
.main_sub_but--map {
  line-height: 40px;
  font-size: 18px!important;
}
.m_popular_list li .remove_like_tovar {
  right: 10px;
}
.like_tovar_check_size {
  width: 100%;
  float: left;
}
.like_tovar_check_size span {
  margin-bottom: 0!important;
  text-transform: none!important;
}
.like_tovar_check_size .selectric-main_select {
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
}
.like_tovar_check_size li {
  width: 100%!important;
  float: left!important;
  max-width: 100%!important;
  margin: 0!important;
}
.like_tovar_check_size .selectric-main_select .selectric-items li {
  padding-top: 6px;
  padding-bottom: 6px;
  border: none;
  border-left: 4px solid transparent;
  transition: .3s;
  border-radius: 0;
}
.like_tovar_check_size .selectric-main_select .selectric-items li:hover {
  border: none;
  border-left: 4px solid #111;
  background: #ECEEF0;
}
.like_tovar_check_size .selectric-main_select .selectric-items li.highlighted {
  background: #ECEEF0;
  color: #666;
}
.like_tovar_bot {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.main_sub_but {
  text-decoration: none;
}
.main_sub_but--addbasket {
  line-height: 40px;
  font-size: 14px;
}
.m_basket_page_right_inside {
  width: 100%;
  float: left;
}
.m_basket_page_wrap {
  display: flex;
  align-items: stretch;
}
.is_stuck {
  padding-top: 20px;
}
.m_basket_page_order_info_wrap input {
  margin-bottom: 0;
}
.m_card_page_wrap {
  width: 100%;
  float: left;
}
.m_card_page_wrap_top {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
}
.m_card_page_wrap_top_left {
  width: 100%;
  float: left;
  max-width: 820px;
  position: relative;
  display: flex;
}
.m_card_page_wrap_top_left .like_tovar {
  width: 100%;
  float: left;
  max-width: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}
.m_card_page_wrap_top_left .like_tovar:hover svg path {
  fill: #666666;
}
.m_card_page_wrap_top_left .like_tovar svg {
  width: 100%;
  float: left;
  height: auto;
}
.m_card_page_wrap_top_left .like_tovar svg path {
  transition: .3s;
}
.m_card_nav_slider {
  width: 100%;
  float: left;
  max-width: 105px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
}
.m_card_nav_slider li {
  width: 100%;
  float: left;
  cursor: pointer;
  height: 85px!important;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  background-color: #eceef0;
}
.m_card_nav_slider li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_card_nav_slider li.slick-current {
  border: 1px solid #333;
  border-bottom: 2px solid #333;
}
.m_card_nav_slider .slick_arrow {
  top: initial;
  right: initial;
  left: 50%;
  max-width: 8px;
  transform: translateY(-50%);
}
.m_card_nav_slider .slick_arrow svg path {
  stroke: rgba(51, 51, 51, 0.5);
}
.m_card_nav_slider .slick-prev_arrow {
  top: 0;
  transform: rotate(90deg) translateY(90%);
}
.m_card_nav_slider .slick-next_arrow {
  bottom: 0;
  transform: rotate(90deg) translateY(100%);
}
.fancybox-image {
  width: auto!important;
  max-width: 100%!important;
  height: auto;
}
.fancybox-image-wrap {
  max-width: 100%!important;
}
.m_card_main_slider_mob {
  cursor: pointer;
}
.m_card_main_slider {
  width: 100%;
  float: left;
  opacity: 0;
  max-width: calc(100% - 105px);
}
.m_card_main_slider li {
  background-color: #eceef0;
}
.m_card_main_slider .slick_arrow {
  z-index: 40;
  padding: 13px;
  max-width: 40px;
}
.m_card_main_slider .slick-next_arrow{
	right: 0px;
}
.m_card_main_slider .slick-prev_arrow{
	left: 0px;
}
.m_card_main_slider .slick_arrow svg path {
  stroke: rgba(51, 51, 51, 0.5);
  stroke-width:2px;
}
.m_card_main_slider .iframe {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
}
.m_card_main_slider .slick-track {
  display: flex;
}


.product_list_slider{visibility: hidden}
.slick-initialized {visibility: visible;}


.m_card_main_slider--visible {
  opacity: 1!important;
}
.like_tovar_check_size .selectric-main_select_player_name {
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
}
.like_tovar_check_size .selectric-open {
  border-color: #333;
}
.zoom_div {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 5;
}
.li__zoom {
  display: flex!important;
  justify-content: center;
  align-items: center;
  height: initial;
  min-height: initial;
  height: 715px;
  background-color: #eceef0;
}
.li__zoom img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 715px;
}
.m_card_page_wrap_top_right_mob {
  display: none;
}
.mob_back_card {
  display: none;
}
.m_card_main_slider li {
  display: flex!important;
  justify-content: center;
  align-items: center;
  height: initial;
  min-height: initial;
  height: 715px;
  background-color: #eceef0;
}
.m_card_main_slider li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 715px;
}
.zoom_div {
  cursor: url(../img/zoom.svg), auto;
}
.m_card_page_wrap_top_right {
  width: 100%;
  float: left;
  max-width: calc(100% - 820px);
  padding-left: 20px;
}
.m_card_page_wrap_top_right > span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 6px;
  color: #111111;
}
.m_card_page_wrap_top_right > h1 {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 6px;
  color: #111111;
}
.m_card_page_wrap_top_right > p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.m_card_page_wrap_top_right > p a {
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #333333;
}
.m_card_page_wrap_top_right > p a:hover {
  text-decoration: none;
}
.m_card_page_wrap_top_right > p.no_rovar_text {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 19px;
  color: #D10F0F;
}
.m_card_page_wrap_top_right > p.soon_rovar_text {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 19px;
  color: black;
}
.article_card {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height */
  color: #666666;
  margin-bottom: 13px;
}
.m_card_page_price {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.m_card_page_price span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 128.91%;
  /* or 41px */
  color: #111111;
}
.m_card_page_price .m_card_page_price_old {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  text-decoration-line: line-through;
  color: #999999;
  margin-right: 10px;
}
.m_card_page_price .m_card_page_price_new {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 128.91%;
  /* or 41px */
  color: #D10F0F;
}
.m_card_page_price_color {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.m_card_page_price_color span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  /* identical to box height, or 20px */
  color: #666666;
}
.m_card_page_price_color_list {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.m_card_page_price_color_list li {
  width: 100%;
  float: left;
  max-width: calc(100% / 7 - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  position: relative;
}
.m_card_page_price_color_list li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.m_card_page_price_color_list li label {
  width: 100%;
  float: left;
  height: 48px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #ECEEF0;
  transition: .3s;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
}
.m_card_page_price_color_list li label img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_card_page_price_color_list li input:checked + label {
  border-color: #333333;
}
.order_size {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  transition: .3s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  text-decoration-line: underline;
  margin-bottom: 14px;
  color: #333333;
}
.order_size img {
  width: auto;
  float: left;
  height: auto;
  margin-right: 10px;
}
.order_size:hover {
  text-decoration: none;
}
.add_basket_tovar {
  width: 100%;
  float: left;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 60px;
}
.m_card_page_wrap_bottom {
  width: 100%;
  float: left;
  margin-top: 55px;
}
.sale_card_page_mark {
  left: 105px;
  z-index: 10;
}
.m_card_page_wrap_bottom_right {
  width: 100%;
  float: left;
  max-width: 400px;
}
.m_card_page_wrap_bottom_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 400px);
  padding-right: 20px;
}
.m_card_page_wrap_bottom_left .m_info_wrap_text {
  height: 75px;
  margin-bottom: 7px;
}
.m_card_page_wrap_bottom_left .m_info_wrap_text p {
  font-size: 16px;
  line-height: 26px;
}
.m_card_page_wrap_bottom_left .more_info {
  margin-top: 0;
  text-decoration: underline;
}
.m_card_page_wrap_bottom_left .more_info:hover {
  text-decoration: none;
}
.m_card_page_wrap_bottom_left > p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 20px;
}
.m_card_page_wrap {
  margin-bottom: 70px;
}
.catd_char_list {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.catd_char_list li {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  align-items: flex-start;
}
.catd_char_list li .catd_char_list_left:after {
  position: absolute;
  left: 0;
  bottom: 4px;
  content: "";
  width: 100%;
  height: 1px;
  z-index: 1;
  background-color: #E0E0E0;
}
.catd_char_list_left {
  width: 50%;
  padding-right: 10px;
  float: left;
  position: relative;
}
.catd_char_list_left span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  /* or 16px */
  padding-right: 10px;
  color: #999999;
  background-color: #FFF;
  position: relative;
  z-index: 3;
}
.catd_char_list_right {
  width: 50%;
  float: left;
  padding-left: 10px;
  background-color: #FFF;
  z-index: 2;
  position: relative;
}
.catd_char_list_right p {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  /* or 16px */
  color: #222222;
  line-height: 1.4;
}
.card_bot_span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 41px;
  /* identical to box height */
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 30px;
}
.m_popular_list_card_page .m_popular_list_img, .m_popular_list_card_page .product_list_slider{
  height: 190px;
}
.m_card_subtovar {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.card_page_title {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 41px;
  /* identical to box height */
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 25px;
}
.m_popular_list_card_page {
  padding-left: 0!important;
  padding-right: 0!important;
}
.m_card_print {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.m_card_print_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}
.m_card_print_head span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-right: 10px;
  color: #111111;
  transition: .3s;
}
.m_card_print_head img {
  transition: .3s;
}
.m_card_print_head--active img {
  transform: rotate(180deg);
}
.m_card_print_head + .m_card_print_body{
	opacity: 0;
	visibility: hidden;
}
.m_card_print_body{
	transition: opacity 0.3s;
}
.m_card_print_head--active + .m_card_print_body{
	opacity: 1;
	visibility: visible;
}
.m_card_print_body {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.m_card_print_body > span {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 128.91%;
  /* identical to box height, or 21px */
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666666;
}
.m_card_print_body__form {
  width: 100%;
  float: left;
}
.m_card_print_body_price {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  /* margin-top: 20px; */
}
.basket_tovar_info_dinamic:first-child{
  margin-top: 20px;
}
.m_card_print_body__form_right {
  width: 100%;
  float: left;
  max-width: 85px;
}
.m_card_print_body__form_left {
  width: 100%;
  float: left;
  max-width: calc(100% - 85px);
  padding-right: 20px;
}
.add_basket_tovar_mod_wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}
.add_basket_tovar_mod {
  background: #222222;
  flex-direction: column;
  line-height: normal;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 0;
}
.add_basket_tovar_mod span {
  font-size: 16px;
  text-transform: none;
  margin-top: 2px;
}
.add_basket_tovar_mod:hover {
  background: #4D4D4D;
}
.plus_tovar {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #47B212;
  min-height: 60px;
  color: #FFFFFF;
  transition: .3s;
  min-width: 105px;
  padding-left: 10px;
  text-decoration: none;
  line-height: normal;
  padding-right: 10px;
}
.plus_tovar:hover {
  background: #57CB1D;
}
.m_basket_table_price p,
.m_basket_table_summ p {
  display: none;
}
.m_basket_page_order_info_deliv_type_body--select {
  margin-top: 14px;
}
.m_basket_page_order_info_deliv_type_body--select span {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.mini_title--mod {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 15px;
}
.mini_title--mod i {
  color: #999999;
  margin-left: 5px;
}
.map_mob_tab {
  display: none;
}
.mod_card_size {
  width: 100%;
  float: left;
  position: relative;
}
.mod_card_size_head {
  width: 100%;
  float: left;
  background: #FFFFFF;
  /* Gray 3 */
  border: 1px solid #828282;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  height: 50px;
}
.mod_card_size_head span {
  width: auto;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  max-width: 100%;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
}
.mod_card_size_body {
  width: 100%;
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  background: #FFFFFF;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}
.mod_card_size_body--active {
  opacity: 1!important;
  visibility: visible!important;
}
.mod_card_size_body_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 11px;
  border-bottom: 1px solid #E0E0E0;
}
.mod_card_size_body_middle {
  width: 100%;
  float: left;
}
.noactive_size_li span {
  color: #bdbdbd!important;
}
.mod_card_size_body_middle {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod_card_size_body_middle_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  max-height: 180px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.mod_card_size_body_middle_list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.mod_card_size_body_middle_list::-webkit-scrollbar-track {
  background: #E0E0E0;
}
.mod_card_size_body_middle_list::-webkit-scrollbar-thumb {
  background-color: #333;
}
.mod_card_size_body_middle_list::-webkit-scrollbar-thumb:hover {
  background: #7f7c7c;
}
.mod_card_size_body_middle_list li {
  width: 100%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: .3s;
  position: relative;
}
.mod_card_size_body_middle_list li:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  content: "";
  display: block;
  background-color: #111;
  transition: .3s;
  opacity: 0;
}
.mod_card_size_body_middle_list li:hover {
  background: #ECEEF0;
}
.mod_card_size_body_middle_list li:hover:after {
  opacity: 1;
}
.mod_card_size_body_middle_list li .mod_card_size_body_top_item {
  padding-top: 9px;
  padding-bottom: 9px;
}
.mod_card_size_body_top_item{
  flex:1 1 auto;
}
.mod_card_size_body_bot {
  width: 100%;
  float: left;
  padding: 10px;
  border-top: 1px solid  #E0E0E0;
}
.mod_card_size_body_bot p {
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  float: left;
}
.mod_card_size_body_top_item {
  width: calc((100% - 55px) / 3);
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mod_card_size_body_top_item span {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.mod_card_size_body_top_item-big {
  width: 130px;
}
.search_kilk_tovar {
  width: 100%;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #111111;
}
.search_kilk_tovar span {
  color: #999999;
}
.help_page_title--search {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.help_page_title--search p {
  color: #999999;
  margin-right: 10px;
  margin-top: 30px;
}
.m_catalog_right--mod {
  padding-top: 45px;
}
.selectric-m_search_sort_right--select {
  display: none;
}
.map_modal_wrap_balloon {
  position: absolute;
  left: 0;
  bottom: 47px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.map_modal_wrap_balloon_item {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  background-color: #FFF;
  padding: 10px;
  display: none;
  width: 100%;
  float: left;
}
.map_modal_wrap_balloon_item > span {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.map_modal_wrap_balloon_item p {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.map_modal_wrap_balloon_item a {
  font-weight: 700;
  margin-top: 10px;
  color: #000;
  float: left;
}
.map_modal_wrap_balloon--active {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 2;
}
.main_sub_but--allvisible {
  display: block!important;
}
.map_modal_wrap_balloon--active {
  display: none;
}
.noactive_size_li {
  cursor: default!important;
}
.noactive_size_li:hover {
  background: none!important;
  border: none;
}
.noactive_size_li:hover:after {
  display: none;
}
.m_basket_empty {
  padding-top: 100px;
  padding-bottom: 100px;
}
.m_catalog--like_tovars {
  padding-top: 45px;
}
.help_page_form_list_input input {
  text-overflow: ellipsis;
}
.preloader {
  width: 100%;
  float: left;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader span {
  font-size: 80px;
  color: #111;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
}
.preloader .preloader--active {
  color: #CCFF00;
}
.preloader--active {
  animation: 2s loader1 0.4s ease-in-out infinite;
}
.preloader--noactive {
  animation: 2s loader2 0.4s ease-in-out infinite;
}
.body_loader {
  height: 100vh;
  overflow: hidden;
}
@keyframes loader1 {
  from {
    color: #CCFF00;
  }
  40% {
    color: #111;
  }
  80% {
    color: #CCFF00;
  }
  to {
    color: #CCFF00;
  }
}
@keyframes loader2 {
  from {
    color: #111;
  }
  40% {
    color: #CCFF00;
  }
  80% to {
    color: #111;
  }
  to {
    color: #111;
  }
}
.map_panel_list_inside {
  z-index: 20;
}
.map_panel_list_inside_body img {
  pointer-events: none;
}
.remove_input_text_geo {
  right: 5px;
  background: none;
  border: none;
  position: absolute;
  top: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translateY(-50%);
}
.remove_input_text--active {
  opacity: 1;
  visibility: visible;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 15px 6px 15px 5px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  padding: 15px 6px 15px 5px;
}
.fancybox-navigation .fancybox-button {
  width: 85px;
}
.fancybox-button {
  height: 60px;
  width: 60px;
}
.m_video_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #E0E0E0;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.m_video_nav img {
  margin-bottom: 12px;
}
.m_video_nav span {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
}
.m_table_card_info_top_mod {
  width: 100%;
  float: left;
  min-height: 125px;
}
.mainContent img{
  display: flex;
  margin: 0 auto;
}
.m_big_news{
  margin-bottom: 55px;
}
.m_big_sale_banner{
  margin-top: 0;
}
.m_filter_item_body_list--lvl2{
  padding-top: 10px;
  padding-left: 15px;
}
.sel_count{
  padding-left: 0!important;
  color: #999!important;
  margin-left: -20px;
}
.displaynone{
  display: none!important;
}
.sel_count::after{
  display: none!important;
}
.fancybox-image{
  width: auto!important;
  max-width: 100%!important;
  height: auto;
}
.fancybox-image-wrap{
  max-width: 100%!important;
}
#selected_colors{
  display: flex;
  flex-wrap: wrap;
}
.catd_char_list a:visited {
  color: #666; /* Цвет посещенных ссылок */
 }
 .catd_char_list a {
  color: #111; /* Цвет посещенных ссылок */
 }
.mod_card_size_head > span div{
  width: auto!important;
  max-width: 80px;
}
.plus_tovar--noactive{
  background: #BDBDBD!important;
}
.home_mob_ban{
  display: none;
}
.fancybox-button svg path{
  fill:#fff;
}
.fancybox-close-small{
  right: -60px!important;
}
.h_nav_list_inside_item span{
	text-transform: uppercase;
}
.opt_banner_wrap_inside_list{
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}
.opt_banner_wrap_inside_list li{
	width: 100%;
	float: left;
	max-width: calc(33.333% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 35px;
	margin-top: 35px;
	font-weight: bold;
	font-size: 21px;
	color: #fff;
	padding-left: 48px;
	position: relative;
}
.opt_banner_wrap_inside_list li:after{
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	display: flex;
/* 	background: #CCFF00;
 */	background: url("/img/check.svg") center no-repeat;
	background-size: 100% auto;
}
@media (max-width: 1600px) {
  #map {
    height: 570px;
  }
  .map_panel {
    max-width: 300px;
  }
  .map_panel_head > span {
    font-size: 16px;
    line-height: 20px;
  }
  .map_panel_head {
    padding: 30px;
    padding-right: 20px;
  }
  .map_panel_open,
  .map_panel_hide {
    max-width: 300px;
    font-size: 12px;
  }
  .map_panel_list li a,
  .map_panel_list li .map_panel_list_inside_body {
    padding-left: 30px;
  }
  .map_panel_list {
    width: calc(100% - 20px);
  }
  .map_panel_list li a > span,
  .map_panel_list li .map_panel_list_inside_body > span {
    font-size: 12px;
    line-height: 14px;
  }
  .map_panel_list li a p,
  .map_panel_list li .map_panel_list_inside_body p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .map_panel_list_bot span {
    font-size: 12px;
    line-height: 14px;
  }
  .map_panel_list li a,
  .map_panel_list li .map_panel_list_inside_body {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .map_panel_list_inside {
    padding-right: 15px;
  }
}
@media (max-width: 1440px) {
  .error_page_logo {
    max-width: 303px;
  }
  .error_page_wrap span {
    font-size: 280px;
  }
  .error_page_wrap p,
  .error_page_list li a {
    font-size: 21px;
    line-height: 27px;
  }
  .error_page_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .m_news_gallery_list li img {
    height: 380px;
  }
  .content_gallery_list li img {
    height: 380px;
  }
}
@media (max-width: 1368px) {
  .h_nav_list_inside_list li a {
    line-height: 16px;
  }
  .h_nav_list_inside {
    height: 460px;
  }
  .h_nav_list_inside{
  	height: 510px;
  	padding-bottom: 10px;
  }
  .h_nav_list_inside_list li a{
  	line-height: 14px;
  }
  .h_nav_list_inside_list li{
    padding-right: 5px;
  }
}
@media (max-width: 1350px) {
  .m_news_block_list,
  .m_categories_list,
  .m_popular_list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .m_news_block_list .slick-prev_arrow,
  .m_categories_list .slick-prev_arrow,
  .m_popular_list .slick-prev_arrow {
    left: 5px;
  }
  .m_news_block_list .slick-next_arrow,
  .m_categories_list .slick-next_arrow,
  .m_popular_list .slick-next_arrow {
    right: 5px;
  }
  .h_nav_list > li > a {
    font-size: 12px;
  }
  .m_new_list .m_new_list_SALE a span {
    font-size: 100px!important;
  }
  .m_info_wrap p {
    float: none;
  }
  .f_top_wrap_contacts_list li a {
    font-size: 16px;
  }
  .m_catalog_list {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}

.mainContent img.mobpict {
		display: none;
	}


  #jur_inn{
    width: calc(50% - 16px);
  }
  
/* PROMO */
.promo__top {
  margin-bottom: 36px;
  width: 100%;
  max-width: 680px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.promo__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.promo__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 30.844%;
  margin: 0 20px 20px 0;
  background: rgb(201, 253, 182);
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 23.5px;
}

.promo__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 57px;
  left: 0;
  width: 261px;
  height: 10px;
  background: url("../images/promo/line.png") center center no-repeat;
}

.promo__item p {
  margin-left: auto;
  margin-right: auto;
}

.promo__item:nth-child(3n) {
  margin-right: 0;
}

.promo__item:nth-child(2) {
  background: rgb(182, 206, 253);
}

.promo__item:nth-child(3) {
  background: rgb(253, 237, 182);
}

.promo__item:nth-child(4) {
  background: rgb(182, 240, 253);
}

.promo__item:nth-child(5) {
  background: rgb(247, 182, 253);
}

.promo__date {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 47px;
  color: rgb(51, 51, 51);
}

.promo__sale {
  font-size: 21px;
  font-weight: 700;
  line-height: 164.06%;
  margin-bottom: 8px;
  color: #333333;
}

.promo__text {
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  max-width: 228px;
  margin-bottom: 22px;
  color: #333333;
}

.promo__code {
  position: relative;
  width: 100%;
  height: 53px;
  display: flex;
  align-items: center;
  margin-top: auto;
  transition: 0.5s;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 10px;
  background: rgb(255, 255, 255);
  cursor: pointer;
}
.promo__code:hover {
  opacity: 0.75;
}

.promo__code p {
  font-size: 21px;
  color: rgb(51, 51, 51);
  font-weight: 700;
  line-height: 164.06%;
}

.promo__code img {
  top: 17px;
  right: 16px;
  position: absolute;
}

.promo__sub {
  font-size: 13px;
  font-weight: 400;
  line-height: 128.91%;
  letter-spacing: 0%;
  color: rgb(68, 68, 68);
  text-align: center;
}
.card__info {
  /*display: flex;*/
  border-bottom: 1px black solid;
  display: inline-block;
  align-items: center;
  width: 100%;
  position: relative;
  top: -14px;
  margin-bottom: 1px;
}
.card__info .podeli-widget button {
  justify-content: left;
}
.card__info p {
  font-size: 13px;
  line-height: 24px;
  color: #000000;
  font-feature-settings: 'liga' off;
  margin-right: 10px;
}
.card__block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 20px;
  background: #000000;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
}
/*
.card__info span {
  font-weight: 700;
  font-size: 14px;
  transition: 0.5s;
  line-height: 18px;
  text-align: center;
  color: #111111;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  position: relative;
  border: 2px solid #BDBDBD;
  border-radius: 50%;
  padding-top: 1px;
}
.card__info span:after {
  content: "Подсказка";
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  bottom: 130%; 
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0; 
  transition: opacity 0.2s;
}
.card__info span:hover:after {
  visibility: visible;
  opacity: 1;
}
*/
.card__info img {
  height: 18px!important;
}
@media(max-width: 1200px) {
  .promo__item:before {
    width: 100%;
    background-size: 100%;
  }
}
@media(max-width: 767px) {
  .promo__item {
    width: 48%;
  }
  .promo__item:nth-child(3n) {
    margin-right: 20px;
  }
  .promo__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media(max-width: 576px) {
  .promo__item {
    width: 100%;
    margin-right: 0;
  }
  .promo__item:nth-child(3n) {
    margin-right: 0;
  }
  .promo__top {
    font-size: 16px;
    line-height: 26px;
  }
}