@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin,cyrillic);
@font-face {
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  src: url('../font/icons.eot');
  src: url('../font/icons.eot#iefix') format('embedded-opentype'), url('../font/icons.woff2') format('woff2'), url('../font/icons.woff') format('woff'), url('../font/icons.ttf') format('truetype'), url('../font/icons.svg#icons') format('svg');
}

@font-face {
  font-family: 'lg';
  font-style: normal;
  font-weight: normal;
  src: url('../font/lg.eot?n1z373');
  src: url('../font/lg.eot?#iefixn1z373') format('embedded-opentype'), url('../font/lg.woff?n1z373') format('woff'), url('../font/lg.ttf?n1z373') format('truetype'), url('../font/lg.svg?n1z373#lg') format('svg');
}

body {
  background-color: #f3f5f9;
  color: #2d3035;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
}

.content {
  overflow: hidden;
  padding-bottom: 30px;
}

.content_white {
  background-color: #fff;
}

.box {
  margin: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.background-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image {
  display: block;
  height: auto;
  max-width: 100%;
}

.logo {
  display: inline-block;
  max-width: 100%;
  transition: all .3s ease;
}

.logo:hover {
  opacity: .7;
}

.no-scroll {
  overflow: hidden;
}

.advantage {
  margin-bottom: 50px;
  position: relative;
}

.advantage__image {
  margin: auto;
}

.advantage__image-wrap {
  float: left;
  left: 0;
  top: 0;
  width: 110px;
}

.advantage__content {
  padding-left: 125px;
}

.advantage__title {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.advantage__text {
  font-size: 13px;
}

.advantage:before,
.advantage:after {
  content: ' ';
  display: table;
}

.advantage:after {
  clear: both;
}

.advantages__title {
  margin-bottom: 30px !important;
}

.advantages__content {
  margin-bottom: -30px;
}

.auth {
  max-width: 400px;
}

.auth__switchers {
  font-size: 0;
}

.auth__switcher {
  align-items: center;
  background-color: #4679c6;
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  height: 60px;
  justify-content: center;
  line-height: 1;
  padding: 10px;
  text-align: center;
  transition: all .3s ease;
  vertical-align: middle;
  width: 50%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.auth__switcher:hover:not(.js--active-switcher) {
  background-color: #f3393e;
  color: #fff;
}

.auth__switcher.js--active-switcher {
  background-color: #fff;
  color: #2d3035;
}

.auth__content {
  padding: 20px 50px;
}

.auth__item {
  margin-bottom: 10px;
}

.auth__item:last-child {
  margin-bottom: 0;
}

.auth__item_center {
  text-align: center;
}

.auth__link {
  font-size: 16px;
}

.auth__tail {
  border-top: 1px solid #d9dde2;
  padding: 15px;
  text-align: center;
}

.auth__caption {
  color: #b4bbc3;
  font-size: 12px;
}

.autocomplete {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.autocomplete__input {
  width: 100%;
}

.autocomplete__list {
  background-color: #fff;
  box-shadow: 0 0 21px rgba(64, 68, 73, .18);
  display: none;
  left: 0;
  max-height: 200px;
  overflow-y: auto;
  padding: 1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 20;
}

.autocomplete_active>.autocomplete__list {
  display: block;
}

.badge {
  align-items: center;
  border-radius: 20px;
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  margin: 3px;
  overflow: hidden;
  vertical-align: middle;
  width: 40px;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.badge__icon {
  display: inline-block;
  flex-shrink: 0;
  font-size: 25px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
}

.badge__icon:before {
  margin: 0 !important;
}

.badge__icon.icon_percent {
  font-size: 20px;
  line-height: 38px;
}

.badge__caption {
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px 5px 5px;
  white-space: nowrap;
}

.badge_red {
  background-color: #f3393e;
}

.badge_yellow {
  background-color: #ffcc80;
}

.badge_violet {
  background-color: #ba4e6b;
}

.banner {
  transition: opacity .3s ease;
}

.banner:hover {
  opacity: .9;
}

.basket-item {
  position: relative;
}

.basket-item>.grid__cell {
  font-size: 18px;
}

.basket-item__image {
  left: 50%;
  max-height: 95%;
  max-width: 95%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.basket-item__image-wrap {
  border: 1px solid #d9dde2;
  display: block;
  height: 64px;
  position: relative;
  width: 64px;
}

.basket-item__image-wrap_no-border {
  border: none;
}

.basket-item__title {
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
}

.basket-item__delete {
  color: #033eca;
  cursor: pointer;
  font-size: 17px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.basket-item__delete:hover {
  color: #f3393e;
}

.basket {
  position: relative;
  z-index: 30;
}

.basket:hover .basket__button {
  background-color: #4679c6;
}

.basket:hover .basket__button:after {
  content: '\e801';
}

.basket:hover>.basket__dropdown {
  display: block;
}

.basket__button {
  align-items: center;
  background-color: #f3393e;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-weight: 300;
  height: 60px;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
  transition: all .3s ease;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.basket__button:before {
  content: '\e80d';
  font-family: 'icons';
  font-size: 30px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.basket__button:after {
  content: '\e800';
  font-family: 'icons';
  font-size: 5px;
  margin-left: 10px;
}

.basket__dropdown {
  background-color: #fff;
  box-shadow: 0 0 21px rgba(64, 68, 73, .28);
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: -1;
}

.basket__list {
  max-height: 200px;
  overflow-y: auto;
}

.basket__tail {
  border-top: 1px solid #d9dde2;
  padding: 10px 20px;
}

.basket__total {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.basket__link {
  margin-bottom: 5px;
  width: 100%;
}

.basket__title {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.basket__caption {
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.basket__count {
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
}

.brand {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  display: block;
  margin-bottom: 10px;
  position: relative;
  transition: all .3s ease;
}

.brand:hover {
  box-shadow: 0 0 21px rgba(64, 68, 73, .18);
  z-index: 2;
}

.brand:hover .brand__title {
  color: #4679c6;
}

.brand__body {
  background-color: #fff;
  height: 170px;
  margin-bottom: 2px;
  padding: 15px;
  position: relative;
}

.brand__image {
  left: 50%;
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.brand__footer {
  background-color: #fff;
  padding: 15px;
}

.brand__title {
  font-size: 20px;
  margin-bottom: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s ease;
  white-space: nowrap;
}

.brand__caption {
  font-size: 12px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
  .brand__body {
    height: 150px;
  }
  .brand__footer {
    height: auto;
  }
  .brand__caption {
    white-space: normal;
  }
  .brand__title {
    font-size: 18px;
    white-space: normal;
  }
}

.brands {
  margin-left: -1px;
  margin-right: -1px;
}

.brands__column {
  padding-left: 1px;
  padding-right: 1px;
}

@media screen and (max-width: 500px) {
  .brands__column {
    width: 100%;
  }
}

.breadcrumbs {
  margin-bottom: -15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.breadcrumbs__item {
  display: inline-block;
  font-size: 13px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.breadcrumbs__item:after {
  color: #f3393e;
  content: '/';
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumbs__item:last-child {
  color: #a1aab4;
  display: inline;
}

.breadcrumbs__item:last-child:after {
  content: none;
}

.breadcrumbs_overlap {
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 5;
}

.button {
  align-items: center;
  background-color: #fff;
  border: 2px solid #f3393e;
  color: #f3393e;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1.1;
  min-height: 40px;
  padding: 5px 10px;
  text-align: center;
  transition: all .3s ease;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.button:before {
  transition: all .3s ease;
}

.button:hover,
.button:focus {
  background-color: #f3393e;
  color: #fff;
}

.button:hover:before,
.button:focus:before {
  color: #fff;
}

.button:active {
  background-color: #eb0e14;
  border-color: #eb0e14;
}

.button_white {
  border: 1px solid #b4bbc3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  color: #2d3035;
}

.button_white:hover,
.button_white:focus {
  background-color: #4679c6;
  border-color: #4679c6;
}

.button_white:active {
  background-color: #3361a6;
  border-color: #3361a6;
}

.button_red {
  background-color: #f3393e;
  border: none;
  color: #fff;
}

.button_red:hover,
.button_red:focus {
  background-color: #4679c6;
  border-color: #4679c6;
}

.button_red:active {
  background-color: #3361a6;
  border-color: #3361a6;
}

.button_big {
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}

.button_indent {
  margin-bottom: 20px;
}

.button_wide {
  padding-left: 40px;
  padding-right: 40px;
}

.button_capital {
  text-transform: uppercase;
}

button.button {
  display: inline-block;
}

.callback {
  max-width: 650px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.callback__image {
  bottom: 0;
  left: -50px;
  position: absolute;
  z-index: -1;
}

.callback__content {
  padding: 30px 30px 55px 300px;
}

.callback__title {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.callback__text {
  margin-bottom: 20px;
}

.callback__caption {
  color: #b4bbc3;
  font-size: 12px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.card {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  padding: 20px;
}

.carousel {
  position: relative;
}

.carousel__arrow {
  color: #dde0e8;
  cursor: pointer;
  font-size: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.carousel__arrow:hover {
  color: #f3393e;
}

.carousel__arrow_prev {
  left: -35px;
}

.carousel__arrow_next {
  right: -35px;
}

.carousel .slick-list {
  padding-bottom: 1px;
}

.catalog {
  transition: all .3s ease;
}

.catalog:hover {
  box-shadow: 0 0 21px rgba(64, 68, 73, .18);
}

.catalog__head {
  background-color: #fff;
  border-bottom: 1px solid #f3f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  cursor: pointer;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  padding: 15px 25px 15px 55px;
  position: relative;
  text-overflow: ellipsis;
  transition: all .3s ease;
}

.catalog__head:hover {
  border-bottom-color: #f3393e;
}

.catalog__head:hover:after {
  color: #4679c6;
}

.catalog__head:after {
  color: #f3393e;
  content: '\e801';
  font-family: 'icons';
  font-size: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.catalog__icon {
  left: 5px;
  max-height: 95%;
  max-width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.catalog__body {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  padding: 10px 20px;
  position: relative;
  z-index: 3;
}

.catalog__item {
  margin-bottom: 3px;
  max-width: 100%;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
  text-overflow: ellipsis;
}

.catalog__item:before {
  background-color: #f3393e;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 8px;
  vertical-align: middle;
  width: 3px;
}

.catalog+.catalog {
  margin-top: 10px;
}

.catalog_inactive .catalog__head:after {
  content: '\e800';
}

.catalog_inactive .catalog__body {
  display: none;
}

.category {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  display: block;
  height: 370px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: all .3s ease;
}

.category:hover {
  box-shadow: 0 0 21px rgba(64, 68, 73, .18);
  z-index: 3;
}

.category:hover .category__title {
  color: #4679c6;
}

.category__wrap {
  height: 250px;
  margin-bottom: 20px;
  position: relative;
}

.category__image {
  left: 50%;
  margin: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.category__title {
  font-size: 20px;
  height: 50px;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s ease;
}

.categories {
  font-size: 0;
  margin-left: -1px;
  margin-right: -1px;
}

.categories__column {
  display: inline-block;
  margin-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  vertical-align: top;
  width: 33.33333%;
}

.checkbox {
  display: inline-block;
  line-height: 1.2;
  max-width: 100%;
  min-height: 20px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

.checkbox__input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -100;
}

.checkbox__input:checked+.checkbox__rectangle {
  background-color: #4679c6;
  border-color: #4679c6;
  box-shadow: none;
}

.checkbox__input:checked+.checkbox__rectangle:before {
  opacity: 1;
}

.checkbox__rectangle {
  align-items: center;
  border: 1px solid #b3bbc5;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, .13);
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 9px;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  vertical-align: middle;
  width: 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.checkbox__rectangle:before {
  content: '\e809';
  font-family: 'icons';
  opacity: 0;
}

.checkbox__caption {
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
  max-width: 100%;
  overflow: hidden;
  padding-left: 20px;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.checkbox:hover .checkbox__rectangle {
  border-color: #a7c0e4;
}

.checkbox:hover .checkbox__input:checked+.checkbox__rectangle {
  background-color: #5987cc;
  border-color: #5987cc;
}

.checkbox_big .checkbox__rectangle {
  font-size: 15px;
  height: 35px;
  position: static;
  width: 35px;
}

.checkbox_big .checkbox__caption {
  display: none;
}

.color-box {
  background-color: #4679c6;
  background-image: linear-gradient(to right, #1e88e5 0%, #ff3535 100%);
  padding: 2px;
}

.color-box__content {
  background-color: #fff;
  padding: 20px;
}

.color {
  display: inline-block;
  vertical-align: middle;
}

.color__input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -100;
}

.color__input:checked+.color__box {
  border-color: #f3393e;
}

.color__box {
  border: 1px solid #b4bbc3;
  cursor: pointer;
  height: 25px;
  margin: 3px;
  transition: all .3s ease;
  width: 25px;
}

.color__box:hover {
  border-color: #4679c6;
}

.colors {
  margin-left: -3px;
  margin-right: -3px;
}

.contacts {
  margin-left: -10px;
  margin-right: -10px;
}

.contacts__item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.contacts__phone {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.contacts__phones {
  margin-bottom: 5px;
  margin-top: 5px;
  white-space: nowrap;
}

.contacts__time {
  font-size: 13px;
  padding-left: 25px;
  position: relative;
}

.contacts__time:before {
  left: 0;
  position: absolute;
  top: 3px;
}

.contacts__address {
  padding-left: 20px;
  position: relative;
}

.contacts__address:before {
  left: 0;
  position: absolute;
  top: 3px;
}

.counter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 150px;
}

.counter__button {
  cursor: pointer;
  height: 35px;
  min-height: 0;
  min-width: 35px;
  padding: 3px;
}

.counter__button:before {
  transition: none;
}

.counter__input {
  border-left: none !important;
  border-right: none !important;
  flex-grow: 1;
  font-size: 16px;
  height: 35px !important;
  max-width: calc(100% - 70px) !important;
  text-align: center;
  width: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.counter__input:hover,
.counter__input:focus {
  border-color: #b4bbc3 !important;
}

.ie .counter__input {
  max-width: 100px;
}

.extra-items {
  padding: 0;
  position: relative;
}

.extra-items__carousel {
  overflow: hidden;
  position: static;
}

.extra-items__carousel .slick-list {
  margin-left: -20px;
  margin-right: -20px;
  padding: 1px;
}

.extra-items__carousel .carousel__arrows {
  margin-bottom: -1px;
}

.extra-items__title {
  box-shadow: 1px 0 0 #d9dde2;
  margin-bottom: 0 !important;
  padding: 20px 20px 0;
  width: 75%;
}

.extra-items__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.extra-items__body {
  box-shadow: 1px 0 0 #d9dde2;
  padding: 20px;
  width: 75%;
}

.extra-items__aside {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  width: 25%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.extra-items__item {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.extra-items__item+.extra-items__item:before {
  color: #f3393e;
  content: '\e806';
  font-family: 'icons';
  font-size: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.extra-items__total {
  line-height: 1.2;
  max-width: 100%;
  padding-left: 45px;
  position: relative;
}

.extra-items__total:before {
  color: #f3393e;
  content: '\e808';
  font-family: 'icons';
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.extra-items__caption {
  margin-bottom: 10px;
  margin-top: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.extra-items__warning {
  color: #f3393e;
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.extra-items__price {
  margin: 3px 0 !important;
}

.feature {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.feature__icon {
  margin: auto;
}

.feature__icon-wrap {
  flex-shrink: 0;
  max-width: 60px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
}

.feature__caption {
  font-size: 13px;
  margin-left: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.features {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}

.features__content {
  flex-grow: 1;
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.features__caption {
  font-size: 16px;
  margin-right: 15px;
  min-width: 150px;
}

.features__item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  width: 20%;
}

.ie10 .features {
  display: block;
}

.ie10 .features__caption {
  margin-bottom: 15px;
  text-align: center;
}

.ie10 .feature__caption {
  max-width: calc(100% - 60px);
}

.filter__item {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  margin-bottom: 1px;
  padding: 10px 20px;
  position: relative;
  transition: all .3s ease;
}

.filter__head {
  border-bottom: 1px solid #f3f5f9;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 15px 25px 15px 20px;
  position: relative;
}

.filter__head:hover {
  border-bottom-color: #f3393e;
}

.filter__head:hover:after {
  color: #4679c6;
}

.filter__head:after {
  color: #f3393e;
  content: '\e801';
  font-family: 'icons';
  font-size: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.filter__tail {
  padding-bottom: 15px;
  padding-top: 15px;
}

.filter__title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 7px;
}

.filter__button {
  background-color: transparent;
  border: none;
  font-size: 13px;
}

.filter__control+.filter__control {
  margin-top: 5px;
}

.filter_inactive .filter__head:after {
  content: '\e800';
}

.filter_inactive .filter__body {
  display: none;
}

.footer {
  background-color: #fff;
  position: relative;
}

.footer__footline {
  background-color: #4679c6;
  background-image: linear-gradient(to right, #1e88e5 0%, #ff3535 100%);
  height: 4px;
}

.footer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__column {
  margin-bottom: 20px;
  margin-top: 20px;
  min-width: 20%;
  order: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
}

.footer__column_fill {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.footer__column_last {
  order: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
}

.footer__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer__item {
  margin-bottom: 20px;
}

.footer__item:last-child {
  margin-bottom: 0;
}

.footer__menu .link {
  display: inline-block;
  margin-bottom: 5px;
}

.footer__copyright {
  font-size: 12px;
  line-height: 1.6;
}

.footer__contacts {
  text-align: right;
}

.footer__market {
  display: inline-block;
}

.ie10 .footer__column {
  width: 25%;
}

.form__control+.form__control {
  margin-top: 15px;
}

.form__control_right {
  text-align: right;
}

.form__text {
  margin-bottom: 15px;
}

.form__caption {
  color: #b4bbc3;
  font-size: 12px;
  margin-top: 5px;
  text-align: left;
}

.form_order {
  margin: auto;
  max-width: 860px;
  padding-bottom: 20px;
  padding-right: 215px;
  padding-top: 30px;
}

.form_order .form__control {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}

.form_order .form__control-wrap {
  flex-grow: 1;
  margin-left: 10px;
  max-width: 430px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.form_order .form__label-top {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
}

.form_order .form__button {
  margin-left: auto;
  max-width: 430px;
}

.form_order .label {
  margin-bottom: 0;
}

.form_review {
  background-color: #f9fafc;
  box-shadow: inset 0 1px 0 #d9dde2;
  margin: 0 -20px -20px;
  padding: 20px;
}

.form_review .button {
  text-transform: uppercase;
}

.form_review .form__control {
  margin-bottom: 15px;
  margin-top: 0 !important;
}

.form_review .form__control_right {
  margin-bottom: 0;
}

.form_one-click {
  max-width: 650px;
  padding: 30px;
}

.form_one-click .form__body {
  margin: auto;
  max-width: 400px;
}

#lg-counter {
  color: #4679c6;
}

.lg .lg-icon {
  color: #4679c6;
  transition: all .3s ease;
}

.lg-backdrop {
  z-index: 90;
}

.lg-backdrop.in {
  opacity: .84;
}

.lg-outer {
  z-index: 100;
}

.lg-actions .lg-icon {
  align-items: center;
  background: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  width: calc(50% + 40px);
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.lg-actions .lg-prev {
  justify-content: flex-start;
  left: -40px;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
}

.lg-actions .lg-prev:after {
  content: '\e804' !important;
  font-family: 'icons';
}

.lg-actions .lg-next {
  justify-content: flex-end;
  right: -40px;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
}

.lg-actions .lg-next:before {
  content: '\e805' !important;
  font-family: 'icons';
}

.lg-image {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
}

.lg-outer .lg-img-wrap {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 65px 55px 30px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.lg-outer .lg-img-wrap:before {
  content: none;
}

.lg-wrapper {
  max-width: 100%;
  position: relative;
  z-index: 10;
}

.lg-close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, -100%);
  transition: all .3s ease;
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
}

.lg-close:after {
  content: '\e070';
}

.lg-close:hover {
  color: #fff;
}

.grid {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid__title {
  font-size: 18px;
}

.grid__row {
  align-items: center;
  box-shadow: inset 0 -1px 0 #d9dde2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  padding-right: 30px;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.grid__cell {
  padding: 15px 10px;
  text-align: center;
}

.grid__cell:first-child {
  text-align: left;
}

.grid__foot {
  font-size: 30px;
  margin-top: 15px;
  text-align: right;
}

.header {
  background-color: #fff;
}

.header__headline {
  background-color: #4679c6;
  background-image: linear-gradient(to right, #1e88e5 0%, #ff3535 100%);
  height: 2px;
}

.header__top {
  border-bottom: 1px solid rgba(179, 187, 197, .5);
  padding-bottom: 5px;
  padding-top: 5px;
}

.header__tools {
  text-align: right;
}

.header__tool {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

.header__middle {
  padding-bottom: 10px;
  padding-top: 10px;
}

.header__contacts {
  order: 3;
  text-align: right;
  -ms-flex-order: 3;
  -webkit-order: 3;
}

.header__content {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.header__search {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.header__bottom {
  background-color: #4679c6;
  background-image: linear-gradient(to right, #1e88e5 0%, #ff3535 100%);
}

.header__menu {
  padding: 0;
  position: static;
}

.header__basket {
  padding: 0;
}

.header__tail {
  margin: 0;
  position: relative;
  z-index: 10;
}

.header__logo {
  max-width: 30%;
}

.header_small .header__contacts,
.header_small .header__logo {
  max-width: none;
  width: 50%;
}

.icon_red:before {
  color: #f3393e;
}

.icon_angle-down:before {
  content: '\e800';
}

.icon_angle-up:before {
  content: '\e801';
}

.icon_down:before {
  content: '\e802';
}

.icon_up:before {
  content: '\e803';
}

.icon_left:before {
  content: '\e804';
}

.icon_right:before {
  content: '\e805';
}

.icon_plus:before {
  content: '\e806';
}

.icon_minus:before {
  content: '\e807';
}

.icon_equal:before {
  content: '\e808';
}

.icon_check:before {
  content: '\e809';
}

.icon_play:before {
  content: '\e80a';
}

.icon_blocks:before {
  content: '\e80b';
}

.icon_lines:before {
  content: '\e80c';
}

.icon_basket:before {
  content: '\e80d';
}

.icon_comparison:before {
  content: '\e80e';
}

.icon_user:before {
  content: '\e80f';
}

.icon_location:before {
  content: '\e810';
}

.icon_lock:before {
  content: '\e811';
}

.icon_phone:before {
  content: '\e812';
}

.icon_heart:before {
  content: '\e813';
}

.icon_reply:before {
  content: '\e814';
}

.icon_clock:before {
  content: '\e815';
}

.icon_search:before {
  content: '\e816';
}

.icon_trash:before {
  content: '\e817';
}

.icon_fb:before {
  content: '\e818';
}

.icon_twttr:before {
  content: '\e819';
}

.icon_vk:before {
  content: '\e81a';
}

.icon_gpls:before {
  content: '\e81b';
}

.icon_menu:before {
  content: '\e81c';
}

.icon_goods:before {
  content: '\e81d';
}

.icon_signal:before {
  content: '\e81e';
}

.icon_telephony:before {
  content: '\e81f';
}

.icon_watch:before {
  content: '\e820';
}

.icon_like:before {
  content: '\e821';
}

.icon_percent:before {
  content: '\e822';
}

.icon_top:before {
  content: '\e823';
}

.icon_volume:before {
  content: '\e824';
}

.icon_cog:before {
  content: '\e825';
}

.icon_connect:before {
  content: '\e826';
}

.icon_connect-bad:before {
  content: '\e827';
}

.icon_coins:before {
  content: '\e828';
}

.icon_smile-sad:before {
  content: '\e829';
}

[class^='icon_']:before,
[class*=' icon_']:before,
[class^='icon_']:after,
[class*=' icon_']:after {
  display: inline-block;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='icon_']:before:hover,
[class*=' icon_']:before:hover,
[class^='icon_']:after:hover,
[class*=' icon_']:after:hover {
  text-decoration: none;
}

.input {
  border: 1px solid #b4bbc3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .13);
  height: 40px;
  max-width: 100%;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  text-overflow: ellipsis;
  transition: all .3s ease;
  vertical-align: middle;
}

.input:hover {
  border-color: #a7c0e4;
}

.input:focus {
  border-color: #4679c6;
}

.input_tall {
  height: 50px;
}

.input_full {
  width: 100%;
}

.input_invalid {
  border-color: #f3393e;
}

.input-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.input-wrap:before {
  font-size: 20px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.input-wrap>.input {
  padding-left: 40px;
}

.textarea {
  height: 145px;
  max-height: 145px;
  max-width: 100%;
  min-height: 145px;
  min-width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  resize: none;
  width: 100%;
}

@charset 'UTF-8';
.item {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all .3s ease;
}

.item:hover {
  box-shadow: 0 0 21px rgba(64, 68, 73, .18);
  z-index: 5;
}

.item__header {
  left: 0;
  padding: 7px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 3;
}

.item__body {
  height: 455px;
  padding: 30px 10px 10px;
}

.item__image {
  max-height: 100%;
}

.item__wrap {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  justify-content: center;
  margin-bottom: 20px;
  max-width: 100%;
  min-height: 75px;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.item__timer {
  bottom: -15px;
  left: 0;
  position: absolute;
}

.item__title {
  display: inline-block;
  font-size: 16px;
  height: 57px;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item__price {
  height: 40px;
  margin-bottom: 20px;
}

.item__purchase {
  min-width: 80%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  text-transform: uppercase;
}

.item__purchase:before {
  color: transparent;
  font-size: 20px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.item__purchase:hover:before {
  color: #fff;
}

.item__footer {
  border-top: 1px solid #d9dde2;
  font-size: 0;
}

.item__button {
  background-color: #fff;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  display: inline-block;
  font-size: 13px;
  height: 50px;
  transition: all .3s ease;
  vertical-align: middle;
  width: 50%;
}

.item__button:hover {
  background-color: #f8f9fc;
}

.item__button:before {
  color: #e5e8ef;
}

.item__button_active {
  color: #b4bbc3;
}

.item__button_active:before {
  color: #f3393e;
}

.item__tools {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.item__tool {
  display: inline-block;
  font-size: 0;
  margin: 5px;
  vertical-align: middle;
}

.item_unavailable {
  filter: url('data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale');
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.item_unavailable .button {
  background-color: #fff;
  border-color: #e5e8ef;
  color: #e5e8ef;
  pointer-events: none;
}

.item_unavailable:after {
  background-color: #2d3035;
  content: '';
  height: 100%;
  left: 0;
  opacity: .05;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.item_unavailable .item__title {
  position: relative;
  z-index: 5;
}

.item_preview .item__wrap:before {
  align-items: center;
  background-color: #4679c6;
  border-radius: 20px;
  color: #fff;
  content: 'быстрый просмотр';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  justify-content: center;
  left: 50%;
  line-height: 1.2;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%) scale(.1);
  transition: all .3s ease;
  z-index: 5;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-transform: translate(-50%, -50%) scale(.1);
  -ms-transform: translate(-50%, -50%) scale(.1);
}

.item_preview .item__wrap:hover:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
}

.item_small .item__wrap {
  height: 100px;
}

.item_small .item__timer {
  bottom: 0;
}

.item_small .item__body {
  height: 330px;
}

.items {
  font-size: 0;
  margin-left: -1px;
  margin-right: -1px;
}

.items__column {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 1px;
  padding-right: 1px;
  vertical-align: top;
  width: 25%;
}

.items_narrow .items__column {
  width: 33.33333%;
}

.items_line .items__column {
  width: 100% !important;
}

.item_line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.item_line .item__body {
  height: auto;
  padding-right: 15px;
  padding-top: 15px;
}

.item_line .item__wrap {
  flex-direction: column;
  height: auto;
  margin-bottom: 0;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.item_line .item__image {
  margin: auto;
  position: static;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.item_line .item__title {
  font-size: 19px;
  height: auto;
  margin-bottom: 15px;
}

.item_line .item__description {
  font-size: 13px;
  margin-bottom: 15px;
}

.item_line .item__price {
  height: auto;
  margin-bottom: 10px;
}

.item_line .item__aside {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: relative;
  width: 33.33333%;
}

.item_line .item__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 66.66667%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.item_line .item__purchase {
  min-width: 0;
}

.item_line .item__footer {
  border-top: none;
  font-size: 0;
  margin-top: auto;
  padding: 10px 15px 20px 10px;
}

.item_line .item__column {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}

.item_line .item__column_right {
  text-align: right;
}

.item_line .item__button {
  background-color: transparent;
  box-shadow: none;
  height: auto;
  margin: 5px;
  padding: 0;
  width: auto;
}

.item_line .item__button:hover {
  color: #4679c6;
}

.item_line .item__timer {
  bottom: 0;
}

.item_extra {
  box-shadow: none;
  box-shadow: inset 0 0 0 1px #d9dde2;
}

.item_extra:hover {
  box-shadow: inset 0 0 1px 1px #bbceea;
}

.item_extra .item__wrap {
  height: 170px;
}

.item_extra .item__body {
  height: 410px;
}

.ie .item__wrap {
  display: block;
  padding-bottom: 30px;
  padding-top: 30px;
}

.ie .item__image {
  left: 50%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.label {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  vertical-align: middle;
}

.label_required:after {
  color: #f3393e;
  content: '*';
  margin-left: 3px;
  vertical-align: super;
}

.link {
  transition: all .3s ease;
}

.link:hover {
  color: #f3393e;
}

.link_dotted-border {
  transition: none;
}

.link_dotted-border .link__text {
  border-bottom: 1px dotted #f3393e;
  transition: all .3s ease;
}

.link_dotted-border:hover .link__text {
  border-bottom-color: transparent;
}

.link_solid-border {
  border-bottom: 1px solid #f3393e;
}

.link_solid-border:hover {
  border-bottom-color: transparent;
}

.link_red {
  color: #f3393e;
}

.link_red:hover {
  color: #4679c6;
}

.link_blue:hover {
  color: #4679c6;
}

.active-link {
  box-shadow: inset 0 -2px 0 0 #f3393e !important;
}

.menu-icon {
  cursor: pointer;
  display: inline-block;
  transition: all .3s ease;
  vertical-align: middle;
  width: 25px;
}

.menu-icon__line {
  background-color: #f3393e;
  display: block;
  height: 3px;
  margin-bottom: 3px;
  position: relative;
  transition: all .3s ease;
  width: 100%;
}

.menu-icon:hover .menu-icon__line {
  background-color: #4679c6;
}

.menu-icon:hover .menu-icon__line:before,
.menu-icon:hover .menu-icon__line:after {
  background-color: #4679c6;
  transition: all .3s ease;
}

.menu-icon_active .menu-icon__line:first-child {
  transform: rotate(-45deg) translateY(8px);
  -webkit-transform: rotate(-45deg) translateY(8px);
  -ms-transform: rotate(-45deg) translateY(8px);
}

.menu-icon_active .menu-icon__line:nth-child(2) {
  opacity: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
}

.menu-icon_active .menu-icon__line:last-child {
  transform: rotate(45deg) translateY(-8px);
  -webkit-transform: rotate(45deg) translateY(-8px);
  -ms-transform: rotate(45deg) translateY(-8px);
}

.menu-opener {
  background-color: #e5e8ef;
  cursor: pointer;
  display: none;
  font-weight: 700;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s ease;
}

.menu-opener__icon {
  margin-right: 10px;
}

.menu-opener__icon:hover .menu-icon__line {
  background-color: #fff;
}

.menu-opener:hover {
  background-color: #80a3d8;
  color: #fff;
}

.menu-opener:hover .menu-icon__line {
  background-color: #fff;
}

.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu__item {
  border-right: 1px solid rgba(255, 255, 255, .3);
  display: inline-block;
  flex-grow: 1;
  vertical-align: middle;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.menu__item:last-child {
  border-right: none;
}

.menu__item.js--active-item .menu__link {
  background-color: #fff;
  box-shadow: inset 0 3px 0 0 #f3393e;
  color: #2d3035;
}

.menu__item.js--active-item .menu__link:before {
  color: #4679c6;
}

.menu__item.js--active-item .menu__link:after {
  color: #f3393e;
  content: '\e801';
}

.menu__link {
  align-items: center;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 300;
  height: 60px;
  justify-content: center;
  padding: 5px 20px 5px 15px;
  position: relative;
  text-align: center;
  transition: background-color .3s ease;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.menu__link:before {
  font-size: 30px;
  margin: 0 10px 0 0 !important;
  transition: all .3s ease;
}

.menu__link:after {
  content: '\e800';
  font-family: 'icons';
  font-size: 5px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.menu__submenu {
  background-color: #fff;
  box-shadow: 0 0 21px rgba(64, 68, 73, .28);
  display: none;
  left: 0;
  margin-bottom: -30px;
  padding: 20px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: -1;
}

.menu__submenu>.line {
  margin-bottom: -30px;
}

.menu__product {
  margin-bottom: 30px;
}

.menu-button {
  align-items: center;
  cursor: pointer;
  display: none;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .3s ease;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
}

.menu-button__caption {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.1;
  margin-left: 10px;
  vertical-align: middle;
}

.menu-button__icon .menu-icon__line {
  background-color: #fff;
}

.menu-button:hover {
  background-color: #f3393e;
}

.ie .menu__item {
  width: 20%;
}

.ie10 .menu__link {
  display: block;
}

.nav__link {
  display: inline-block;
  margin: 5px 10px;
  position: relative;
  vertical-align: middle;
}

.nav__link:after {
  background-color: #f3393e;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all .3s ease;
  width: 100%;
}

.nav__link:hover:after {
  opacity: 1;
}

.nav-button {
  display: none;
}

@charset 'UTF-8';
.outlay {
  color: #2d3035;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.outlay__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.outlay__column:last-child .outlay__section_red:after {
  content: none;
}

.outlay__section {
  background-color: #fff;
  border: 1px solid #d9dde2;
  flex-grow: 1;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 15px 20px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.outlay__section_fixed {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  height: 50px;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
}

.outlay__section_red {
  background-color: #f3393e;
  border-color: #f3393e;
  color: #fff;
  position: relative;
}

.outlay__section_red:after {
  background-color: #d9dde2;
  content: '';
  height: 100%;
  opacity: .5;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  z-index: 2;
}

.outlay__section_red .outlay__title:before {
  color: inherit;
}

.outlay__title {
  font-weight: 700;
  line-height: 1.2;
}

.outlay__title:before {
  color: #4679c6;
  margin-left: 0 !important;
}

.outlay__total {
  font-size: 16px;
}

.outlay__item {
  margin-bottom: 5px !important;
  padding-left: 15px !important;
}

.outlay__item:before {
  content: '•';
  font-size: 20px;
  left: 0;
  position: absolute;
  top: -5px;
}

.pager {
  font-size: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.pager__link {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #d9dde2;
  box-shadow: 1px 0 0 #d9dde2, inset 1px 0 0 #d9dde2;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  transition: all .3s ease;
  vertical-align: middle;
  width: 50px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.pager__link:hover {
  background-color: #f3393e;
  border-color: #f3393e;
  box-shadow: 1px 0 0 #f3393e, inset 1px 0 0 #f3393e;
  color: #fff;
}

.pager__link_active {
  background-color: #4679c6;
  border-color: #4679c6;
  box-shadow: 1px 0 0 #4679c6, inset 1px 0 0 #4679c6;
  color: #fff;
}

.pager__link_active:hover {
  background-color: #5987cc;
  border-color: #5987cc;
  box-shadow: 1px 0 0 #5987cc, inset 1px 0 0 #5987cc;
}

.popup {
  align-items: center;
  background-color: rgba(255, 255, 255, .9);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.popup__content {
  background-color: #fff;
  box-shadow: 0 0 21px rgba(64, 68, 73, .18);
  position: relative;
  transform: translateY(-100%);
  transition: all .3s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}

.popup__close {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
}

.popup__close:before,
.popup__close:after {
  background-color: #f3393e;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all .3s ease;
  width: 20px;
}

.popup__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__close:hover:before,
.popup__close:hover:after {
  background-color: #4679c6;
}

.popup__iframe {
  height: 100%;
  width: 100%;
}

.popup_active .popup__content {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.popup_preview {
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
}

.popup_preview .popup__content {
  max-width: 1170px;
  transform: none;
  width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
}

.popup_video {
  font-size: 0;
}

.popup_video .popup__content {
  height: 80%;
  width: 80%;
}

.price {
  font-weight: 700;
  white-space: nowrap;
}

.price__old {
  color: #b4bbc3;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  margin: 5px;
  position: relative;
  vertical-align: middle;
}

.price__old:before {
  background-color: #f3393e;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.price__new {
  color: #2d3035;
  display: inline-block;
  font-size: 26px;
  line-height: 1.2;
  margin: 5px;
  vertical-align: middle;
}

.price__caption {
  color: #f3393e;
  font-weight: 400;
}

.price__caption-value {
  display: inline-block;
  vertical-align: middle;
}

.product__gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 30px;
}

.product__carousel {
  margin-right: 20px;
  max-width: 71px;
  min-width: 71px;
}

.product__carousel .carousel__item {
  min-width: 100%;
}

.product__carousel .carousel__arrow {
  font-size: 15px;
  left: 50%;
  right: auto;
  top: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.product__carousel .carousel__arrow_prev {
  top: -30px;
}

.product__carousel .carousel__arrow_next {
  bottom: -30px;
}

.product__image {
  left: 50%;
  max-height: 95%;
  max-width: 95%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.product__image-wrap {
  border: 1px solid #d9dde2;
  cursor: pointer;
  display: block;
  height: 70px;
  margin-bottom: 3px;
  margin-top: 3px;
  position: relative;
  transition: all .3s ease;
  width: 70px;
}

.product__image-wrap:hover {
  border-color: #f3393e;
}

.product__image-wrap_active {
  border-color: #4679c6 !important;
}

.product__photo-wrap {
  align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: calc(100% - 71px);
  order: 2;
  position: relative;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-order: 2;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-order: 2;
}

.product__badges {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.product__info {
  font-size: 13px;
}

.product__tools {
  margin: 5px -10px;
}

.product__tool {
  background-color: transparent;
  border: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  transition: all .3s ease;
  vertical-align: middle;
}

.product__tool:hover {
  color: #4679c6;
}

.product__tool:before {
  color: #b4bbc3;
  margin-left: 0 !important;
}

.product__tool_active {
  color: #b4bbc3;
}

.product__tool_active:before {
  color: #f3393e;
}

.product__item+.product__item {
  margin-top: 20px;
}

.product__timer {
  display: inline-block;
  width: auto !important;
}

.product__button {
  margin-bottom: 5px;
  width: 100%;
}

.product__button:before {
  margin-right: 10px !important;
}

.product__footer {
  border-top: 1px solid #d9dde2;
}

.product__footer .text {
  font-size: 13px;
}

.product__price {
  text-align: center;
}

.product__forward {
  text-align: center;
}

.product__counter {
  margin-bottom: 10px;
  margin-top: 10px;
}

.product .price {
  white-space: normal;
}

.ie .product__photo {
  left: 50%;
  margin: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ie .product__photo-wrap {
  display: block;
  padding-bottom: 30px;
  padding-top: 30px;
}

.property {
  color: #595d64;
  font-size: 0;
}

.property__item {
  display: inline-block;
  font-size: 15px;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 50%;
}

.property__key {
  font-weight: 700;
}

.property:nth-child(odd) {
  background-color: #f3f5f9;
}

.radiobutton {
  display: inline-block;
  line-height: 1.2;
  max-width: 100%;
  min-height: 20px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

.radiobutton__input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -100;
}

.radiobutton__input:checked+.radiobutton__circle {
  background-color: #4679c6;
  border-color: #4679c6;
}

.radiobutton__input:checked+.radiobutton__circle:before {
  opacity: 1;
}

.radiobutton__circle {
  border: 1px solid #b3bbc5;
  border-radius: 50%;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, .13);
  display: inline-block;
  height: 20px;
  left: 0;
  position: relative;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  vertical-align: middle;
  width: 20px;
}

.radiobutton__circle:before {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  width: 8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.radiobutton__caption {
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
  max-width: 100%;
  overflow: hidden;
  padding-left: 20px;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.radiobutton:hover .radiobutton__circle {
  border-color: #a7c0e4;
}

.radiobutton:hover .radiobutton__input:checked+.radiobutton__circle {
  background-color: #5987cc;
  border-color: #5987cc;
}

@charset 'UTF-8';
.range__inputs {
  margin-bottom: 10px;
  position: relative;
}

.range__inputs:before {
  content: '—';
  font-size: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.range__input {
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.range__input-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.range__control {
  padding-bottom: 10px;
  padding-top: 10px;
}

.range__slider {
  background-color: #d9dde2;
  cursor: pointer;
  height: 4px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}

.range .noUi-background {
  background-color: #d9dde2;
  box-shadow: none;
}

.range .noUi-connect {
  background: #f3393e;
  box-shadow: none;
}

.range .noUi-target {
  border: none;
  border-radius: 0;
}

.range .noUi-origin {
  border-radius: 0;
}

.range .noUi-handle {
  background-color: #fff;
  border: 1px solid #b3bbc5;
  border-radius: 50%;
  box-shadow: none;
  display: block;
  height: 24px;
  left: -12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.range .noUi-handle:before {
  background-color: #f3393e;
  border-radius: 50%;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.range .noUi-handle:after {
  content: none;
}

.review {
  box-shadow: inset 0 1px 0 #d9dde2;
  padding: 15px 10px;
}

.review__date {
  color: #a1aab4;
  display: inline-block;
  font-size: 12px;
}

.review__date:before {
  margin-left: 0 !important;
}

.review__name {
  font-size: 17px;
  margin-bottom: 10px;
}

.review__text {
  margin-bottom: 15px;
}

.review__reply {
  font-size: 13px;
}

.scheme {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.scheme__image-wrap {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
  vertical-align: middle;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
}

.scheme__number {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #4679c6;
  color: #4679c6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-30%, -30%);
  width: 30px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
}

.scheme__caption {
  font-size: 16px;
}

.ie10 .scheme__caption {
  max-width: 50%;
}

.scrollup {
  align-items: center;
  background-color: #f3393e;
  bottom: 50px;
  color: #fff;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  height: 50px;
  justify-content: center;
  position: fixed;
  right: 0;
  transform: translateX(100%);
  transition: all .3s ease;
  width: 50px;
  z-index: 70;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
}

.scrollup:hover {
  background-color: #4679c6;
}

.scrollup_active {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search__input {
  flex-grow: 1;
  width: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.search__select {
  max-width: 120px;
}

.search__select>.select__control {
  border-left: none;
  border-right: none;
}

.search__button {
  box-shadow: none;
  font-size: 18px;
  min-width: 40px;
}

.search__button:before {
  margin: 0 !important;
}

.ie10 .search__input {
  width: auto;
}

.section {
  padding-bottom: 20px;
  padding-top: 20px;
}

.sector {
  display: inline-block;
}

.sector__image {
  left: 50%;
  max-height: 120%;
  max-width: 120%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.sector__image-wrap {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  height: 170px;
  margin: auto auto 15px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
  width: 170px;
}

.sector__caption {
  color: #2d3035;
  font-size: 18px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.sector:hover .sector__image-wrap {
  box-shadow: 0 0 21px rgba(64, 68, 73, .18);
}

.sector:hover .sector__caption {
  color: #4679c6;
}

.sectors {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.sectors__item {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  width: 20%;
}

.select {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.select__control {
  appearance: none;
  background-color: #fff;
  border: 1px solid #b3bbc5;
  border-radius: 0;
  display: inline-block;
  height: 100%;
  padding-left: 10px;
  padding-right: 25px;
  transition: all .3s ease;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select__control:hover {
  border-color: #a7c0e4;
}

.select__control:focus {
  border-color: #4679c6;
}

.select:after {
  align-items: center;
  background-color: #fff;
  bottom: 1px;
  color: #f3393e;
  content: '\e800';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'icons';
  font-size: 7px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.select_full {
  width: 100%;
}

.ie .select__control {
  padding-right: 0;
}

.service-form {
  overflow: hidden;
}

.service-form__content {
  padding-left: 130px;
}

.service-form .color-box__content {
  position: relative;
  z-index: 1;
}

.service-form__image {
  bottom: 0;
  left: 0;
  max-height: 180px;
  max-width: 335px;
  position: absolute;
  z-index: -1;
}

.service-form__caption {
  font-size: 12px;
  margin-bottom: 15px;
}

.service-form .form__control {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.service-form .form__control+.form__control {
  margin-top: 10px;
}

.service-form .form__control-wrap {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.service-form .input {
  height: 35px;
}

.service-form__label {
  font-size: 14px;
  width: 200px;
}

.service-form__title {
  margin-bottom: 10px;
}

.service-form__button {
  font-size: 16px !important;
  margin-left: 200px;
  min-height: 0;
}

.service {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15), inset 0 -2px 0 #f3393e;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  height: 200px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 42%;
  position: relative;
  text-align: left;
  z-index: 1;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.service__image {
  bottom: 2px;
  left: 0;
  position: absolute;
  z-index: -1;
}

.service__image_top {
  bottom: auto;
  top: 0;
}

.service__content {
  padding: 10px 15px;
}

.service__title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.service__caption {
  font-size: 16px;
  line-height: 1.3;
}

.services {
  margin-bottom: -30px;
}

.ie10 .service {
  display: block;
}

.setting__caption {
  margin-bottom: 2px;
  margin-right: 5px;
  margin-top: 2px;
}

.setting__control {
  height: 35px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.setting_center {
  text-align: center;
}

.setting_right {
  text-align: right;
}

.sidebar__button {
  margin-bottom: 5px;
}

.sidebar__item+.sidebar__item {
  margin-top: 20px;
}

.sidenav__link {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  display: block;
  font-weight: 700;
  margin-bottom: 1px;
  max-width: 100%;
  overflow: hidden;
  padding: 10px 15px;
  text-overflow: ellipsis;
  transition: all .3s ease;
}

.sidenav__link:hover {
  background-color: #f3393e;
  color: #fff;
}

.sidenav__link_active {
  background-color: #4679c6;
  color: #fff;
}

.sidenav__link_active:hover {
  background-color: #3361a6;
}

.sitemap {
  font-size: 0;
}

.sitemap__item+.sitemap__item {
  margin-top: 20px;
}

.sitemap__link {
  color: #4679c6;
  display: inline-block;
  font-size: 14px;
  transition: all .3s ease;
}

.sitemap__link:hover {
  color: #f3393e;
}

.sitemap__link_large {
  color: #ba4e6b;
  font-size: 18px;
  margin-bottom: 5px;
}

.sitemap__sublist {
  padding-left: 20px;
}

.sitemap__sublist>.sitemap__item {
  margin-bottom: 3px;
  margin-top: 0;
}

.sitemap__sublist>.sitemap__item:before {
  border: 2px solid #2d3035;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}

.slider__pager {
  bottom: 15px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.slider__pager>li {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

.slider__switcher {
  background-color: #fff;
  border: 2px solid #f3393e;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 20px;
  transition: all .3s ease;
  width: 20px;
}

.slider__switcher:hover {
  background-color: #f3393e;
}

.slider .slick-active>.slider__switcher {
  background-color: #4679c6;
  border: 2px solid #fff;
}

.small-item {
  align-items: center;
  border-bottom: 1px solid #d9dde2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  text-align: left;
  transition: all .3s ease;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.small-item:last-child {
  border-bottom: none;
}

.small-item:hover {
  box-shadow: 0 0 1px 1px #4679c6;
}

.small-item__image-wrap {
  flex-shrink: 0;
  margin-right: 15px;
  max-width: 30px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
}

.small-item__caption {
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.small-item_card {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  position: relative;
}

.small-item_card:hover {
  box-shadow: 0 0 21px rgba(64, 68, 73, .18);
  z-index: 3;
}

.small-item_card .small-item__caption+.price {
  margin-top: 5px;
}

.small-item_card .small-item__image-wrap {
  max-width: 50px;
}

.small-item_card .price__old,
.small-item_card .price__new {
  font-size: 16px;
}

.ie10 .small-item__content {
  max-width: calc(100% - 50px);
}

.ie10 .small-item_card .small-item__content {
  max-width: calc(100% - 70px);
}

.soc {
  margin-left: -7px;
  margin-right: -7px;
  text-align: center;
}

.soc__link {
  display: inline-block;
  font-size: 30px;
  margin: 5px 7px;
  transition: all .3s ease;
  vertical-align: middle;
}

.soc__link:hover {
  opacity: .8;
}

.soc__link:before {
  margin: 0 !important;
}

.soc__link.icon_fb {
  color: #3949ab;
}

.soc__link.icon_twttr {
  color: #42a5f5;
}

.soc__link.icon_vk {
  color: #1976d2;
}

.soc__link.icon_gpls {
  color: #e64a19;
  font-size: 35px;
}

.soc__caption {
  color: #595d64;
  font-size: 13px;
  margin-bottom: -7px;
}

.soc_right {
  text-align: right;
}

.special {
  background-color: #fff;
  color: #2d3035 !important;
  padding-bottom: 130px;
  padding-top: 130px;
  position: relative;
}

.special .box {
  z-index: 1;
}

.special__content {
  max-width: 650px;
}

.special__content_right {
  margin-left: auto;
  max-width: 750px;
}

.special [class^='column'] {
  margin-bottom: 10px;
  margin-top: 10px;
}

.special h2 {
  color: #2d3035 !important;
}

.special br {
  line-height: 50px;
}

.special__no-indent {
  margin-bottom: 0 !important;
}

.special__title {
  background-color: rgba(70, 121, 198, .8);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px;
  vertical-align: middle;
}

.special__title-wrap {
  text-align: center;
}

.special__signal:after {
  content: '\e826';
  font-family: 'icons';
  font-size: 80%;
  margin-left: 10px;
}

.special__girl {
  left: -70px;
  margin-top: 20px;
  max-width: 600px;
  opacity: .5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.special__girl-right {
  position: absolute;
  right: 0;
  top: 0;
}

.special__list li {
  padding-left: 40px !important;
}

.special__list li:before {
  font-size: 25px;
  left: 0;
  position: absolute;
}

.special__warning {
  background-color: #fff;
  color: #4679c6;
  font-style: italic;
  padding: 15px 20px;
}

.special__video-button:after {
  content: '\e80a';
  font-family: 'icons';
  font-size: 12px;
  margin-left: 10px;
  margin-right: 5px;
}

.special_blue {
  background-color: #4679c6;
  color: #fff !important;
}

.special_blue h2 {
  color: #fff !important;
}

.special_blue a:not(.button),
.special_blue .link_blue {
  color: #ffcc80 !important;
}

.special_blue a:not(.button):hover,
.special_blue .link_blue:hover {
  color: #f3393e !important;
}

.special_blue .button_red:hover,
.special_blue .button_red:focus {
  outline: 1px solid #fff;
}

.special_grey {
  background-color: #e5e8ef;
}

.special_bevel {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.special_bevel:before,
.special_bevel:after {
  background-color: inherit;
  content: '';
  height: 150px;
  left: -1%;
  position: absolute;
  width: 105%;
  z-index: -1;
}

.special_bevel:before {
  top: 0;
  transform: rotate(2deg) translateY(-40%);
  -webkit-transform: rotate(2deg) translateY(-40%);
  -ms-transform: rotate(2deg) translateY(-40%);
}

.special_bevel:after {
  bottom: 0;
  transform: rotate(-2deg) translateY(40%);
  -webkit-transform: rotate(-2deg) translateY(40%);
  -ms-transform: rotate(-2deg) translateY(40%);
}

.special_bevel-invert:before {
  transform: rotate(-2deg) translateY(-40%);
  -webkit-transform: rotate(-2deg) translateY(-40%);
  -ms-transform: rotate(-2deg) translateY(-40%);
}

.special_bevel-invert:after {
  transform: rotate(2deg) translateY(40%);
  -webkit-transform: rotate(2deg) translateY(40%);
  -ms-transform: rotate(2deg) translateY(40%);
}

.special_bevel-big-top {
  padding-top: 150px;
}

.special_small {
  padding-bottom: 30px;
  padding-top: 30px;
}

.special_small-top {
  padding-top: 30px;
}

.special_small-bot {
  padding-bottom: 30px;
}

.special_last {
  background-color: transparent;
  padding-bottom: 10px;
  padding-top: 50px;
}

.special_medium {
  padding-bottom: 70px;
  padding-top: 70px;
}

.special_overlap {
  z-index: 2;
}

.special_overlap+.special {
  padding-top: 150px;
}

.special_transit:before,
.special_transit:after {
  box-shadow: 0 0 200px 150px #fff;
  content: '';
  height: 0;
  position: absolute;
  width: 100%;
}

.special_transit:before {
  top: 0;
}

.special_transit:after {
  bottom: 0;
}

.special-steps {
  background-color: #fff;
}

.special-steps__title {
  padding: 0 !important;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.special-steps__title h2 {
  margin-bottom: 0 !important;
}

.special-steps__title:before,
.special-steps__title:after {
  height: 75px;
  left: -1%;
  width: 105%;
}

.special-steps__title:before {
  transform: rotate(-1deg) translateY(-70%);
  -webkit-transform: rotate(-1deg) translateY(-70%);
  -ms-transform: rotate(-1deg) translateY(-70%);
}

.special-steps__title:after {
  transform: rotate(1deg) translateY(70%);
  -webkit-transform: rotate(1deg) translateY(70%);
  -ms-transform: rotate(1deg) translateY(70%);
}

.special-steps__content {
  margin-top: 120px;
  padding-bottom: 100px;
}

.submenu {
  margin-bottom: 30px;
}

.submenu__icon {
  display: none;
}

.submenu__title {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.submenu__link {
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 2px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s ease;
}

.switcher {
  font-size: 0;
  text-align: center;
}

.switcher__link {
  background-color: #fff;
  border: 1px solid #cbd1d8;
  display: inline-block;
  font-size: 17px;
  min-height: 0;
  padding: 2px 20px;
  transition: all .3s ease;
  vertical-align: middle;
}

.switcher__link:hover {
  background-color: #f3393e;
  border-color: #f3393e;
  color: #fff;
}

.switcher__link.js--active-switcher {
  background-color: #4679c6;
  border-color: #4679c6;
  color: #fff;
}

.switcher__link.js--active-switcher:hover {
  background-color: #5987cc;
  border-color: #5987cc;
}

.switcher_tall {
  padding-bottom: 10px;
  padding-top: 10px;
}

.tabs__tab {
  display: none;
  padding-top: 20px;
}

.text {
  color: #595d64;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text h1 {
  font-size: 36px;
  line-height: 1.1;
}

.text h2 {
  color: #f3393e;
  font-size: 30px;
  line-height: 1.2;
}

.text h3 {
  font-size: 26px;
  line-height: 1.2;
}

.text h4 {
  font-size: 24px;
  line-height: 1.2;
}

.text h5 {
  font-size: 18px;
  line-height: 1.3;
}

.text strong,
.text b {
  font-weight: 700;
}

.text em,
.text i {
  font-style: italic;
  font-weight: 300;
}

.text a:not([class]) {
  color: #f3393e;
  transition: all .3s ease;
}

.text a:not([class]):hover {
  color: #4679c6;
}

.text img:not([class]) {
  display: block;
  height: auto;
  margin: 10px auto;
  max-width: 100%;
}

.text ul>li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.text ul>li:last-child {
  margin-bottom: 0;
}

.text ul>li:not([class]):before {
  color: #f3393e;
  content: '\e809';
  font-family: 'icons';
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 3px;
  vertical-align: middle;
}

.text ol>li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.text ol>li:last-child {
  margin-bottom: 0;
}

.text ol>li:not([class]):before {
  align-items: center;
  background-color: #fff;
  border: 1px solid #f3393e;
  border-radius: 50%;
  color: #f3393e;
  content: counter(step-counter);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.text .table-wrap {
  overflow: auto;
}

.text table {
  width: 100%;
}

.text table thead {
  font-weight: 700;
}

.text table th,
.text table td {
  border: 1px solid #e6e6e6;
  padding: 5px 10px;
}

.text blockquote {
  border-left: 5px solid;
  padding-left: 20px;
}

.text .border {
  border: 1px solid;
  padding: 20px;
}

.timer {
  background-color: rgba(255, 255, 255, .5);
  font-size: 26px;
  font-weight: 300;
  padding: 5px;
  text-align: center;
  width: 100%;
}

.timer__counter {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.timer__caption {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

.timer__digit {
  background-color: #222;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-left: 1px;
  margin-right: 1px;
  vertical-align: middle;
  width: 26px;
}

.timer__separator {
  color: #4679c6;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
}

.title {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title_small {
  font-size: 26px;
  line-height: 1.2;
}

.token {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  text-align: left;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.token:before {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

.token__icon {
  width: 100%;
}

.token__wrap {
  margin-right: 15px;
  position: relative;
  width: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.token__wrap img {
  max-height: 30px;
}

.token+.token {
  margin-top: 10px;
}

.tool_empty .tool__number {
  color: #b4bbc3;
}

.video {
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  text-align: center;
}

.video__iframe {
  max-width: 100%;
}

.view-toggle {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.view-toggle__button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #cbd1d8;
  color: #f3393e;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  height: 35px;
  justify-content: center;
  transition: all .3s ease;
  width: 35px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.view-toggle__button:before {
  margin: 0 !important;
}

.view-toggle__button:hover {
  background-color: #f3393e;
  border-color: #f3393e;
  color: #fff;
}

.view-toggle__button:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.view-toggle__button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.view-toggle__button_active {
  background-color: #4679c6;
  border-color: #4679c6;
  color: #fff;
}

.view-toggle__button_active:hover {
  background-color: #5987cc;
  border-color: #5987cc;
}

@media screen and (max-width: 1400px) {
  .scrollup {
    bottom: auto;
    height: 40px;
    position: absolute;
    top: -90px;
    transform: none;
    width: 40px;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

@media screen and (max-width: 1300px) {
  .scrollup {
    display: none;
  }
}

@media screen and (max-width: 1260px) {
  .carousel__arrows:not(.product__arrows) {
    height: 30px;
    overflow: hidden;
    position: relative;
  }
  .carousel__arrows:not(.product__arrows):before {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .carousel__arrow:not(.product__arrow) {
    background-color: #e5e8ef;
    color: #4679c6;
    font-size: 17px;
    left: auto;
    padding-bottom: 3px;
    padding-top: 3px;
    right: auto;
    text-align: center;
    top: 0;
    transform: none;
    width: 50%;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .carousel__arrow:not(.product__arrow):hover {
    background-color: #4679c6;
    color: #fff;
  }
  .carousel__arrow_prev:not(.product__arrow) {
    left: 0 !important;
  }
  .carousel__arrow_next:not(.product__arrow) {
    right: 0 !important;
  }
}

@media screen and (max-width: 1200px) {
  .header__contacts {
    min-width: 370px;
  }
  .basket__button {
    font-size: 15px;
  }
  .basket__dropdown {
    width: 300px;
  }
  .title,
  .text h1 {
    font-size: 32px;
  }
  .title_small {
    font-size: 26px;
  }
  .service {
    height: 150px;
    padding-left: 0;
  }
  .service__image {
    display: none;
  }
  .service__title {
    font-size: 20px;
  }
  .service__caption {
    font-size: 15px;
  }
  .setting__caption {
    display: block;
  }
  .setting_long .setting__caption {
    display: inline-block;
  }
  .button_big {
    font-size: 22px;
  }
  .ie .header__content {
    display: block;
  }
  .ie .header__search {
    margin-top: 15px;
    width: 100%;
  }
  .ie .header__logo,
  .ie .header__contacts {
    max-width: none;
    width: 50%;
  }
  .ie .basket__caption {
    display: none;
  }
  .special__content_right {
    max-width: none;
  }
  .special__girl {
    left: auto;
    margin-top: 0;
    opacity: .2;
    right: -50px;
  }
  .special__girl-right {
    opacity: .3;
  }
}

@media screen and (max-width: 1100px) {
  .nav__link {
    margin-left: 7px;
    margin-right: 7px;
  }
  .categories__column {
    width: 50%;
  }
  .contacts__phone {
    font-size: 18px;
  }
  .features {
    display: block;
  }
  .features__caption {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .items__column {
    width: 33.33333%;
  }
  .items_narrow .items__column {
    width: 50%;
  }
  .sectors__item {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 33.33333%;
  }
}

@media screen and (max-width: 991px) {
  .header__top,
  .header__tools {
    text-align: center;
  }
  .header__nav-wrap {
    margin-bottom: 10px;
  }
  .header__content {
    display: block;
  }
  .header__search {
    margin-top: 15px;
    width: 100%;
  }
  .header__logo,
  .header__contacts {
    max-width: none;
    width: 50%;
  }
  .header__contacts {
    min-width: 0;
  }
  .basket__text {
    display: none;
  }
  .basket__count {
    align-items: center;
    background-color: #f3393e;
    border: 2px solid;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 9px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
  }
  .basket__button {
    padding-left: 10px;
    padding-right: 10px;
  }
  .basket__button:before {
    margin: 0;
    width: 100%;
  }
  .basket__button:after {
    display: none;
  }
  .basket__title {
    font-size: 0;
  }
  .footer__content {
    display: block;
  }
  .footer__column {
    min-width: 0;
    width: 33.33333%;
  }
  .footer__column_last {
    text-align: center;
    width: 100%;
  }
  .footer__column_center {
    text-align: center;
  }
  .footer__menu>li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
  }
  .title,
  .text h1 {
    font-size: 28px;
  }
  .title_small {
    font-size: 22px;
  }
  .text h2 {
    font-size: 26px;
  }
  .text h3 {
    font-size: 25px;
  }
  .text h4 {
    font-size: 23px;
  }
  .sidenav {
    display: none;
  }
  .menu-opener {
    display: block;
  }
  .sidebar__menu {
    display: none;
  }
  .sidebar__item+.sidebar__item {
    margin-top: 10px;
  }
  .category {
    height: 250px;
  }
  .category__wrap {
    height: 145px;
    margin-bottom: 30px;
  }
  .category__title {
    font-size: 18px;
    height: 42px;
  }
  .items_narrow .items__column {
    width: 33.33333%;
  }
  .grid {
    box-shadow: inset 0 1px 0 #d9dde2;
  }
  .grid__row {
    display: block;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .grid__head {
    display: none;
  }
  .grid__cell {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .grid__cell:first-child {
    text-align: center;
  }
  .grid__cell:empty {
    display: none;
  }
  .grid__caption:before {
    content: attr(data-caption);
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
  .grid__foot {
    font-size: 25px;
    text-align: center;
  }
  .basket-item__image {
    margin: auto;
    max-height: 150px;
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .basket-item__image-wrap {
    border: none;
    display: inline-block;
    height: auto;
    width: auto;
  }
  .basket-item__title {
    text-align: center;
  }
  .basket-item__delete {
    font-size: 16px;
    top: 10px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .form_order {
    max-width: 650px;
    padding-right: 0;
  }
  .extra-items__title,
  .extra-items__body {
    width: 66.66667%;
  }
  .extra-items__aside {
    width: 33.33333%;
  }
  .product__button {
    max-width: 300px;
  }
  .product__price {
    margin-top: 20px;
  }
  .product__forward {
    margin-top: 20px;
  }
  .service {
    height: 200px;
  }
  .ie10 .footer__column {
    width: 50%;
  }
  .ie10 .footer__contacts,
  .ie10 .footer__soc {
    text-align: center;
  }
  .special_bevel:not(.special_medium) {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .special_bevel:not(.special_medium):before,
  .special_bevel:not(.special_medium):after {
    height: 50px;
  }
  .special_overlap+.special {
    padding-top: 90px;
  }
  .special_medium {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .outlay__column_first {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .features__item {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .items__column {
    width: 50% !important;
  }
}

@media screen and (min-width: 992px) {
  .sidenav {
    display: block !important;
  }
  .sidebar__menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .header__content {
    display: block;
    text-align: center;
  }
  .header__logo {
    width: 100%;
  }
  .header__contacts {
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
  .header__bottom>.box {
    padding: 0;
  }
  .header__basket {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header_small .header__logo,
  .header_small .header__contacts {
    width: 100%;
  }
  .contacts__phone {
    font-size: 18px;
  }
  .menu {
    background-color: #fff;
    display: none;
  }
  .menu__item {
    border-right: none;
    display: block;
  }
  .menu__item:hover .menu__link,
  .menu__item.js--active-item .menu__link {
    background-color: #4679c6;
    box-shadow: none;
    color: #fff;
  }
  .menu__item.js--active-item:hover .menu__link {
    background-color: #3361a6;
  }
  .menu__link {
    color: #2d3035;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    transition: all .3s ease;
  }
  .menu__link:before {
    font-size: 23px;
  }
  .menu__link:before,
  .menu__link:after {
    color: inherit !important;
    transition: none;
  }
  .menu__link:after {
    margin: 0 !important;
    right: 10px;
  }
  .menu-button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .menu__submenu {
    box-shadow: none;
    display: none;
    margin: 0;
    padding: 0;
    position: static;
  }
  .menu__submenu .line {
    margin: 0;
  }
  .menu__submenu [class^='column'] {
    display: block;
    padding: 0;
    position: static;
    width: auto;
  }
  .menu__product {
    display: none;
  }
  .submenu {
    margin-bottom: 0;
  }
  .submenu__title {
    display: block;
    margin-bottom: 0;
    padding: 10px 20px 10px 50px;
    position: relative;
  }
  .submenu__title:after {
    color: #f3393e;
    content: '\e800';
    font-family: 'icons';
    font-size: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .submenu__title:hover {
    box-shadow: inset 2px 0 0 0 #f3393e;
  }
  .submenu__icon {
    display: inline-block;
    left: 10px;
    max-height: 30px;
    max-width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .submenu__list {
    display: none;
  }
  .submenu__list>li {
    position: relative;
  }
  .submenu__list>li:before {
    background-color: #4679c6;
    border-radius: 50%;
    content: '';
    height: 5px;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 5px;
  }
  .submenu__link {
    display: block;
    margin-bottom: 0;
    padding: 5px 15px 5px 35px;
  }
  .submenu__link:hover {
    background-color: #f3f3f3;
  }
  .basket {
    display: inline-block;
  }
  .basket__button {
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .basket__count {
    right: 17px;
    top: 5px;
  }
  .footer__column {
    text-align: center;
    width: 50%;
  }
  .footer__menu>li {
    display: block;
    padding: 0;
  }
  .footer__contacts,
  .footer__soc {
    text-align: center;
  }
  .auth__switcher {
    font-size: 16px;
    height: 50px;
  }
  .button_big {
    font-size: 20px;
  }
  .title,
  .text h1 {
    font-size: 26px;
  }
  .title_small {
    font-size: 20px;
  }
  .text h2 {
    font-size: 25px;
  }
  .text h3 {
    font-size: 24px;
  }
  .text h4 {
    font-size: 23px;
  }
  .text h5 {
    font-size: 18px;
  }
  .item_line {
    display: block;
  }
  .item_line .item__aside {
    display: block;
    width: auto;
  }
  .item_line .item__wrap {
    display: block;
  }
  .item_line .item__image {
    max-height: 200px;
  }
  .item_line .item__content {
    display: block;
    width: auto;
  }
  .item_line .item__title {
    display: block;
    font-size: 17px;
    text-align: center;
  }
  .item_line .item__description {
    margin-bottom: 10px;
  }
  .item_line .item__price {
    text-align: center;
  }
  .item_line .item__button {
    margin-left: 4px;
    margin-right: 4px;
  }
  .form_order {
    max-width: 500px;
  }
  .form_order .form__control {
    display: block;
  }
  .form_order .form__control-wrap {
    margin-left: 0;
    max-width: none;
  }
  .form_order .form__label {
    margin-bottom: 3px;
  }
  .extra-items__title {
    box-shadow: none;
    width: 100%;
  }
  .extra-items__body {
    box-shadow: none;
    width: 58.33333%;
  }
  .extra-items__aside {
    width: 41.66667%;
  }
  .button_big {
    font-size: 20px;
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .product__info {
    margin-top: 20px;
    text-align: center;
  }
  .service {
    padding-left: 180px;
  }
  .service__image {
    display: block;
    max-width: 165px;
  }
  .ie .menu__item {
    width: auto;
  }
  .ie .header__logo,
  .ie .header__contacts {
    width: 100%;
  }
  .outlay {
    display: block;
  }
  .outlay__column {
    margin-bottom: 15px;
  }
  .outlay__section {
    padding: 15px;
  }
  .outlay__section_fixed {
    display: block;
    height: auto;
  }
  .outlay__caption:before {
    color: inherit;
    content: attr(data-caption);
    display: inline-block;
    margin-right: 5px;
  }
  .outlay__caption_full:before {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .sitemap__link_large {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .callback__content {
    padding: 30px;
  }
  .callback__image {
    display: none;
  }
  .callback__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .settings {
    text-align: center;
  }
  .settings__column {
    width: 100%;
  }
  .setting {
    margin-bottom: 5px;
    text-align: center;
  }
  .setting__caption {
    display: inline-block;
  }
  .sectors__item {
    width: 50%;
  }
  .service-form__content {
    padding-left: 160px;
  }
  .service-form__image {
    max-height: 230px;
  }
  .service-form .form__control {
    display: block;
  }
  .service-form__label {
    width: auto;
  }
  .service-form__button {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .menu {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .submenu__list {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .extra-items__content {
    display: block;
  }
  .extra-items__body,
  .extra-items__aside {
    width: 100%;
  }
  .extra-items__total {
    padding-left: 0;
    text-align: center;
  }
  .extra-items__total:before {
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media screen and (max-width: 550px) {
  .items__column {
    width: 100% !important;
  }
  .item__body {
    height: 400px;
  }
  .item__wrap {
    height: 185px;
  }
  .item__price {
    margin-bottom: 10px;
  }
  .categories__column {
    width: 100%;
  }
  .category {
    height: auto;
    padding: 15px;
  }
  .category__wrap {
    height: auto;
    margin-bottom: 20px;
  }
  .category__image {
    max-height: 150px;
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .category__title {
    height: auto;
  }
  .item_line .item__column {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%;
  }
  .item_line .item__column_right {
    border-top: 1px solid #d9dde2;
    margin-top: 20px;
    padding: 0;
  }
  .item_line .item__footer {
    padding: 0;
  }
  .item_line .item__button {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    display: inline-block;
    height: 50px;
    margin: 0;
    width: 50%;
  }
  .item_line .item__button:hover {
    background-color: #f8f9fc;
    color: #2d3035;
  }
  .item_line .item__button_active:hover {
    color: #b4bbc3;
  }
  .pager__link {
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 500px) {
  .nav {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 40;
  }
  .nav__link {
    display: block;
    margin: 0;
    padding: 5px;
  }
  .nav__link:after {
    content: none;
  }
  .nav__link:hover {
    background-color: #4679c6;
    color: #fff;
  }
  .nav-button {
    display: inline-block;
  }
  .contacts__phone {
    font-size: 16px;
  }
  .basket__dropdown {
    width: 80vw;
  }
  .footer__column {
    width: 100%;
  }
  .callback__content {
    padding: 20px;
  }
  .auth__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title,
  .text h1 {
    font-size: 22px;
    line-height: 1.2;
  }
  .title_small {
    font-size: 18px;
  }
  .text h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  .text h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .text h4 {
    font-size: 17px;
    line-height: 1.4;
  }
  .text h5 {
    font-size: 16px;
  }
  .slider__pager {
    bottom: 5px;
  }
  .slider__switcher {
    height: 15px;
    width: 15px;
  }
  .service {
    height: auto;
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
  }
  .service__image {
    display: none;
  }
  .service__content {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .grid__row {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .grid__cell {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .grid__foot {
    font-size: 18px;
  }
  .basket-item>.grid__cell {
    font-size: 15px;
  }
  .basket-item__image-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form_order {
    padding-bottom: 0;
    padding-top: 0;
  }
  .property {
    padding: 7px 10px;
  }
  .property__item {
    display: block;
    padding: 0;
    width: 100%;
  }
  .product__gallery {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  .product__photo {
    max-height: 100%;
  }
  .product__photo-wrap {
    height: 200px;
    max-width: none;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .product__carousel {
    margin-right: 0;
    max-width: none;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product__carousel .carousel__item {
    min-width: 0;
  }
  .product__image {
    max-width: 90%;
  }
  .product__image-wrap {
    margin: auto 5px;
    width: auto;
  }
  .product .carousel__arrow {
    bottom: auto;
    font-size: 25px;
    left: auto;
    right: auto;
    top: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .product .carousel__arrow_prev {
    left: 0;
  }
  .product .carousel__arrow_prev:before {
    content: '\e804';
  }
  .product .carousel__arrow_next {
    right: 0;
  }
  .product .carousel__arrow_next:before {
    content: '\e805';
  }
  .product__price [class^='column-'] {
    width: 100%;
  }
  .features__item {
    width: 100%;
  }
  .feature {
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
  }
  .ie10 .footer__column {
    width: 100%;
  }
  .scheme {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .scheme__image {
    margin: auto auto 10px;
  }
  .scheme__caption {
    font-size: 14px;
  }
  .special br {
    line-height: 30px;
  }
  .sector__caption {
    font-size: 16px;
  }
  .ie10 .scheme__caption {
    max-width: none;
  }
  .service-form__image {
    display: none;
  }
  .service-form__content {
    padding-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .advantage {
    text-align: center;
  }
  .advantage__image-wrap {
    float: none;
    margin-bottom: 20px;
    width: auto;
  }
  .advantage__content {
    padding-left: 0;
  }
  .advantage__title {
    font-size: 18px;
  }
  .title,
  .text h1 {
    font-size: 20px;
  }
  .title_small {
    font-size: 17px;
  }
  .sectors__item {
    width: 100%;
  }
}

@media screen and (min-width: 501px) {
  .nav {
    display: block !important;
  }
}


/*Xiaomi_Mi_band*/

.miband2_block {
  text-align: center width: 100%;
  line-height: normal;
  font-family: "Verdana";
  position: relative;
  font-size: 9px;
}

.miband2_block .miband2_block_background {
  width: 100%;
}

.miband2_block .miband2_block_inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.miband2_block p {
  margin: 0px;
  margin-bottom: 3%;
}

.miband2_block .miband2_block1 {}

.miband2_block .miband2_block1 .miband2_block1_header {
  font-size: 198%;
  color: #5f5f5f;
  position: absolute;
  left: 13%;
  top: 0.75%;
}

.miband2_block .miband2_block1 .miband2_block1_underheader {
  font-size: 132%;
  color: #5f5f5f;
  position: absolute;
  left: 0%;
  top: 1.3%;
  width: 100%;
  text-align: center;
}

.miband2_block .miband2_block1 .miband2_block1_miniblock1 {
  font-size: 88%;
  color: #5f5f5f;
  position: absolute;
  left: 17.2%;
  top: 2.1%;
}

.miband2_block .miband2_block1 .miband2_block1_miniblock2 {
  font-size: 88%;
  color: #5f5f5f;
  position: absolute;
  left: 34.2%;
  top: 2.0%;
  width: 10.5%;
  text-align: center;
}

.miband2_block .miband2_block1 .miband2_block1_miniblock3 {
  font-size: 88%;
  color: #5f5f5f;
  position: absolute;
  left: 48.9%;
  top: 2.0%;
  width: 15.3%;
  text-align: center;
}

.miband2_block .miband2_block1 .miband2_block1_miniblock4 {
  font-size: 88%;
  color: #5f5f5f;
  position: absolute;
  left: 67.9%;
  top: 2.0%;
  width: 15.3%;
  text-align: center;
}

.miband2_block .miband2_block2 {}

.miband2_block .miband2_block2 .miband2_block2_header_1 {
  font-size: 132%;
  color: #00bea2;
  position: absolute;
  left: 50.0%;
  top: 8.6%;
  width: 42.3%;
}

.miband2_block .miband2_block2 .miband2_block2_description_1 {
  font-size: 88%;
  color: #cbcbcb;
  position: absolute;
  left: 50.0%;
  top: 9.65%;
  width: 42.3%;
}

.miband2_block .miband2_block2 .miband2_block2_miniblock1 {
  font-size: 132%;
  color: #ffffff;
  position: absolute;
  left: 86.2%;
  top: 13.04%;
}

.miband2_block .miband2_block2 .miband2_block2_miniblock2 {
  font-size: 77%;
  color: #cbcbcb;
  position: absolute;
  left: 50.0%;
  top: 13.9%;
}

.miband2_block .miband2_block2 .miband2_block2_header_2 {
  font-size: 132%;
  color: #00bea2;
  position: absolute;
  left: 7.4%;
  top: 14.7%;
  width: 31.7%;
}

.miband2_block .miband2_block2 .miband2_block2_underheader_2 {
  font-size: 88%;
  color: #00bea2;
  position: absolute;
  left: 7.4%;
  top: 15.4%;
}

.miband2_block .miband2_block2 .miband2_block2_description_2 {
  font-size: 88%;
  color: #cbcbcb;
  position: absolute;
  left: 7.4%;
  top: 16.06%;
  width: 44.1%;
}

.miband2_block .miband2_block2 .miband2_block2_header_3 {
  font-size: 132%;
  color: #00bea2;
  position: absolute;
  left: 7.4%;
  top: 17.8%;
  width: 44.0%;
}

.miband2_block .miband2_block2 .miband2_block2_underheader_3 {
  font-size: 88%;
  color: #00bea2;
  position: absolute;
  left: 7.4%;
  top: 18.5%;
}

.miband2_block .miband2_block2 .miband2_block2_description_3 {
  font-size: 88%;
  color: #cbcbcb;
  position: absolute;
  left: 7.4%;
  top: 19.2%;
  width: 43.06%;
}

.miband2_block .miband2_block3 {}

.miband2_block .miband2_block3 .miband2_block3_header {
  font-size: 132%;
  color: #3c3c3c;
  position: absolute;
  left: 7.5%;
  top: 23.8%;
}

.miband2_block .miband2_block3 .miband2_block3_description {
  font-size: 88%;
  color: #7b7b7b;
  position: absolute;
  left: 7.5%;
  top: 24.8%;
  width: 65.7%;
}

.miband2_block .miband2_block4 {}

.miband2_block .miband2_block4 .miband2_block4_header {
  font-size: 132%;
  color: #000000;
  position: absolute;
  left: 7.5%;
  top: 31.5%;
}

.miband2_block .miband2_block4 .miband2_block4_description {
  font-size: 88%;
  color: #302d2d;
  position: absolute;
  left: 7.5%;
  top: 32.8%;
  width: 43.0%;
}

.miband2_block .miband2_block5 {}

.miband2_block .miband2_block5 .miband2_block5_header {
  font-size: 132%;
  color: #ffffff;
  position: absolute;
  left: 50.0%;
  top: 37.9%;
}

.miband2_block .miband2_block5 .miband2_block5_description {
  font-size: 88%;
  color: #ffffff;
  position: absolute;
  left: 50.0%;
  top: 38.97%;
  width: 41.8%;
}

.miband2_block .miband2_block6 {}

.miband2_block .miband2_block6 .miband2_block6_header {
  font-size: 132%;
  color: #ffffff;
  position: absolute;
  left: 7.2%;
  top: 42.5%;
}

.miband2_block .miband2_block6 .miband2_block6_underheader {
  font-size: 99%;
  color: #ffffff;
  position: absolute;
  left: 7.2%;
  top: 42.9%;
}

.miband2_block .miband2_block6 .miband2_block6_description {
  font-size: 88%;
  color: #ffffff;
  position: absolute;
  left: 7.2%;
  top: 43.8%;
  width: 41.0%;
}

.miband2_block .miband2_block7 {}

.miband2_block .miband2_block7 .miband2_block7_header {
  font-size: 132%;
  color: #ffffff;
  position: absolute;
  left: 7.2%;
  top: 47.0%;
}

.miband2_block .miband2_block7 .miband2_block7_underheader {
  font-size: 99%;
  color: #ffffff;
  position: absolute;
  left: 7.2%;
  top: 47.73%;
}

.miband2_block .miband2_block7 .miband2_block7_description {
  font-size: 88%;
  color: #ffffff;
  position: absolute;
  left: 7.2%;
  top: 48.4%;
  width: 60.8%;
}

.miband2_block .miband2_block8 {}

.miband2_block .miband2_block8 .miband2_block8_header {
  font-size: 132%;
  color: #515151;
  position: absolute;
  left: 7.2%;
  top: 53.7%;
}

.miband2_block .miband2_block8 .miband2_block8_description {
  font-size: 88%;
  color: #515151;
  position: absolute;
  left: 7.2%;
  top: 54.7%;
  width: 44.6%;
}

.miband2_block .miband2_block8 .miband2_block8_miniblock1 {
  font-size: 77%;
  color: #515151;
  position: absolute;
  left: 7.2%;
  top: 57.3%;
  width: 11.7%;
  text-align: center;
}

.miband2_block .miband2_block8 .miband2_block8_miniblock2 {
  font-size: 77%;
  color: #515151;
  position: absolute;
  left: 25.4%;
  top: 57.3%;
  width: 11.7%;
  text-align: center;
}

.miband2_block .miband2_block8 .miband2_block8_miniblock3 {
  font-size: 77%;
  color: #515151;
  position: absolute;
  left: 43.8%;
  top: 57.3%;
  width: 11.7%;
  text-align: center;
}

.miband2_block .miband2_block9 {}

.miband2_block .miband2_block9 .miband2_block9_header_1 {
  font-size: 132%;
  color: #fafafa;
  position: absolute;
  left: 0%;
  top: 58.9%;
  width: 100%;
  text-align: center;
}

.miband2_block .miband2_block9 .miband2_block9_description_1 {
  font-size: 88%;
  color: #ababab;
  position: absolute;
  left: 9.5%;
  top: 59.6%;
  width: 81.4%;
  text-align: center;
}

.miband2_block .miband2_block9 .miband2_block9_header_2 {
  font-size: 132%;
  color: #fafafa;
  position: absolute;
  left: 0%;
  top: 61.6%;
  width: 100%;
  text-align: center;
}

.miband2_block .miband2_block9 .miband2_block9_description_2 {
  font-size: 88%;
  color: #ababab;
  position: absolute;
  left: 9.5%;
  top: 62.3%;
  width: 81.4%;
  text-align: center;
}

.miband2_block .miband2_block9 .miband2_block9_header_3 {
  font-size: 132%;
  color: #fafafa;
  position: absolute;
  left: 0%;
  top: 64.45%;
  width: 100%;
  text-align: center;
}

.miband2_block .miband2_block9 .miband2_block9_description_3 {
  font-size: 88%;
  color: #ababab;
  position: absolute;
  left: 9.5%;
  top: 65.2%;
  width: 81.4%;
  text-align: center;
}

.miband2_block .miband2_block9 .miband2_block9_header_4 {
  font-size: 132%;
  color: #fafafa;
  position: absolute;
  left: 0%;
  top: 67.5%;
  width: 100%;
  text-align: center;
}

.miband2_block .miband2_block9 .miband2_block9_description_4 {
  font-size: 88%;
  color: #ababab;
  position: absolute;
  left: 9.5%;
  top: 68.2%;
  width: 81.4%;
  text-align: center;
}

.miband2_block .miband2_block9 .miband2_block9_header_5 {
  font-size: 132%;
  color: #fafafa;
  position: absolute;
  left: 0%;
  top: 70.2%;
  width: 100%;
  text-align: center;
}

.miband2_block .miband2_block9 .miband2_block9_description_5 {
  font-size: 88%;
  color: #ababab;
  position: absolute;
  left: 9.5%;
  top: 70.9%;
  width: 81.4%;
  text-align: center;
}

.miband2_block .miband2_block10 {}

.miband2_block .miband2_block10 .miband2_block10_header_1 {
  font-size: 132%;
  color: #515151;
  position: absolute;
  left: 7.1%;
  top: 74.4%;
}

.miband2_block .miband2_block10 .miband2_block10_description_1 {
  font-size: 88%;
  color: #515151;
  position: absolute;
  left: 7.1%;
  top: 75.1%;
  width: 37.6%;
}

.miband2_block .miband2_block10 .miband2_block10_header_2 {
  font-size: 132%;
  color: #515151;
  position: absolute;
  left: 50.0%;
  top: 74.7%;
}

.miband2_block .miband2_block10 .miband2_block10_description_2 {
  font-size: 88%;
  color: #515151;
  position: absolute;
  left: 50.0%;
  top: 75.7%;
  width: 38.8%;
}

.miband2_block .miband2_block11 {}

.miband2_block .miband2_block11 .miband2_block11_header {
  font-size: 132%;
  color: #515151;
  position: absolute;
  left: 0%;
  top: 81.25%;
  width: 100%;
  text-align: center;
}

.miband2_block .miband2_block11 .miband2_block11_description {
  font-size: 88%;
  color: #515151;
  position: absolute;
  left: 19.4%;
  top: 82.0%;
  width: 61.5%;
  text-align: center;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock1 {
  font-size: 77%;
  color: #fff;
  position: absolute;
  left: 9.6%;
  top: 84.55%;
  width: 13.1%;
  text-align: center;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock1 span {
  font-size: 225%;
  display: block;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock2 {
  font-size: 77%;
  color: #fff;
  position: absolute;
  left: 31.0%;
  top: 84.55%;
  width: 13.8%;
  text-align: center;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock2 span {
  font-size: 225%;
  display: block;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock3 {
  font-size: 77%;
  color: #fff;
  position: absolute;
  left: 52.4%;
  top: 84.55%;
  width: 17.8%;
  text-align: center;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock3 span {
  font-size: 225%;
  display: block;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock4 {
  font-size: 77%;
  color: #fff;
  position: absolute;
  left: 77.5%;
  top: 84.55%;
  width: 13.1%;
  text-align: center;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock4 span {
  font-size: 225%;
  display: block;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock5 {
  font-size: 77%;
  color: #525252;
  position: absolute;
  left: 8.1%;
  top: 86.1%;
  width: 16.3%;
  text-align: center;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock6 {
  font-size: 77%;
  color: #525252;
  position: absolute;
  left: 30.0%;
  top: 86.1%;
  width: 16.8%;
  text-align: center;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock7 {
  font-size: 77%;
  color: #525252;
  position: absolute;
  left: 52.0%;
  top: 86.1%;
  width: 19.0%;
  text-align: center;
}

.miband2_block .miband2_block11 .miband2_block11_miniblock8 {
  font-size: 77%;
  color: #525252;
  position: absolute;
  left: 75.5%;
  top: 86.1%;
  width: 16.8%;
  text-align: center;
}

.miband2_block .miband2_block12 {}

.miband2_block .miband2_block12 .miband2_block12_header {
  font-size: 132%;
  color: #515151;
  position: absolute;
  left: 19.8%;
  top: 87.8%;
  text-align: center;
}

.miband2_block .miband2_block12 .miband2_block12_description {
  font-size: 88%;
  color: #515151;
  position: absolute;
  left: 18.0%;
  top: 89.1%;
  width: 64.4%;
  text-align: center;
}

.miband2_block .miband2_block13 {}

.miband2_block .miband2_block13 .miband2_block13_header {
  font-size: 132%;
  color: #515151;
  position: absolute;
  left: 0%;
  top: 96.95%;
  width: 100%;
  text-align: center;
}

.miband2_block .miband2_block13 .miband2_block13_description {
  font-size: 88%;
  color: #515151;
  position: absolute;
  left: 18.7%;
  top: 97.9%;
  width: 61.8%;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .xiaomi_adapt {
    width: 100%;
    font-size: 100%;
  }
}

@media only screen and (max-width: 999px),
only screen and (max-device-width: 999px) {
  .xiaomi_adapt {
    width: 100%;
    font-size: 9px;
  }
}

@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
  .xiaomi_adapt {
    width: 100%;
    font-size: 7px;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
  .xiaomi_adapt {
    width: 100%;
    font-size: 5px;
  }
}

button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

input {
  cursor: text;
}

.select-city {
  position: relative;
}

.city-btn {
  padding: 6px 10px;
  padding-left: 30px;
  background: #4679c6;
  color: #fff;
  font-size: 14px;
  position: relative;
  border-bottom: 1px dashed transparent;
}

.city-btn:before {
  content: '';
  width: 11px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_1.png) no-repeat center center;
}

.city-btn:hover {
  background: #3e6bae;
}

.city-btn--selected {
  padding: 0;
  margin-left: 20px;
  background: none;
  color: #2d3035;
  border-bottom: 1px dashed #f3393e;
}

.city-btn--selected:hover {
  background: none;
  border-bottom-color: transparent;
}

.city-btn--selected:before {
  left: -17px;
  background: url(../img/icon_2.png) no-repeat center center;
}

.city-btn--selected:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 4px;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_3.png) no-repeat center center;
}

.select-city-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 125%;
  padding-top: 25px;
  padding-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 18px 0 rgba(64, 68, 73, .18);
  -moz-box-shadow: 0 0 18px 0 rgba(64, 68, 73, .18);
  box-shadow: 0 0 18px 0 rgba(64, 68, 73, .18);
  max-width: 225px;
  z-index: 50;
}

.select-city-menu__location {
  font-size: 16px;
  color: #2d3035;
  display: block;
  text-align: center;
  font-weight: bold;
}

.select-city-menu__title {
  font-size: 14px;
  color: #595d64;
  display: block;
  text-align: center;
  margin-top: 6px;
}

.select-city-menu-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  border-top: 1px solid #d9dde2;
  padding-top: 20px;
}

.select-city-menu-buttons__item {
  width: 80px;
  height: 40px;
  background: #f3393e;
  margin: 2px;
  font-size: 16px;
  color: #fff;
}

.select-city-menu-buttons__item:hover {
  background: #db3439;
}

.remodal-city {
  text-align: left;
}

.remodal-header {
  padding: 20px;
}

.remodal-city__title {
  font-size: 22px;
  color: #2d3035;
  display: block;
}

.remodal-header p {
  margin: 0;
  font-size: 16px;
  color: #2d3035;
  line-height: 1;
  margin-top: 7px;
}

.remodal-search {
  padding: 8px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 7px 0 rgba(64, 68, 73, .18);
  -moz-box-shadow: 0 2px 7px 0 rgba(64, 68, 73, .18);
  box-shadow: 0 2px 7px 0 rgba(64, 68, 73, .18);
  background: -webkit-gradient(linear, left top, right top, from(#1e88e5), to(#ff3535));
  background: -webkit-linear-gradient(left, #1e88e5, #ff3535);
  background: -moz-linear-gradient(left, #1e88e5, #ff3535);
  background: -o-linear-gradient(left, #1e88e5, #ff3535);
  background: linear-gradient(to right, #1e88e5, #ff3535);
}

.remodal-search input {
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #b3bbc5;
  padding-left: 20px;
  font-size: 15px;
  color: #b4bbc3;
}

.remodal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.remodal-content>div {
  width: 60%;
}

.remodal-content>div:first-child {
  width: 40%;
}

.city-list.scroll-content {
  padding: 15px 0;
  padding-top: 30px;
}

.region-list.scroll-wrapper {
  -webkit-box-shadow: 2px 0 10px 0 rgba(64, 68, 73, .18);
  -moz-box-shadow: 2px 0 10px 0 rgba(64, 68, 73, .18);
  box-shadow: 2px 0 10px 0 rgba(64, 68, 73, .18);
}

.region-list.scroll-content {
  padding-right: 35px;
}

.region-list__item {
  padding: 15px 20px;
  border-bottom: 1px solid #d9dde2;
  font-size: 14px;
  color: #2d3035;
  text-align: left;
  cursor: pointer;
}

.region-list__item:hover {
  background: #4679c6;
  color: #fff;
  border-bottom-color: transparent;
}

.region-list__item.active {
  background: #4679c6;
  cursor: default;
  color: #fff;
  border-bottom-color: transparent;
}

.region-list__item:last-child {
  border-bottom: none;
}

.remodal-content__item {
  max-height: 400px;
}

.city-list.scroll-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.city-list__left,
.city-list__right {
  width: 48%;
  padding-bottom: 60px;
  height: 100%;
}

.city-list__item {
  padding: 0;
  margin: 0;
  list-style: none;
}

.city-list__item>li {
  padding: 10px 7px;
  cursor: pointer;
}

.city-list__item>li:hover {
  text-decoration: underline;
}

.city-list__item>li:first-child {
  background: #f8f9fc;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b4bbc3;
  cursor: default;
}

.city-list__item>li:first-child:hover {
  text-decoration: none;
}

.scroll-element.scroll-x.scroll-scrollx_visible {
  display: none;
}

.scroll-element,
.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 15px;
  width: 100%;
}

.scroll-element.scroll-y {
  height: 100%;
  right: 8px;
  top: 15px;
  width: 4px;
}


/*.scroll-element .scroll-element_outer {
    overflow-y: hidden;
    overflow-x: visible;
}*/

.scroll-element .scroll-element_outer,
.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.scroll-element .scroll-element_track,
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scroll-element .scroll-element_track {
  background-color: #d9dde2;
}

.scroll-element .scroll-bar {
  background-color: #f3393e;
  height: 45px !important;
  margin: 0 -1px;
  width: 6px;
}

.scroll-element:hover .scroll-bar {
  background-color: #f3393e;
}

.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}


/* update scrollbar offset if both scrolls are visible */

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.question-btn {
  margin-left: 50px;
}

.remodal-question {
  padding: 25px 30px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#1e88e5), to(#ff3535)) 1 1;
  -webkit-border-image: -webkit-linear-gradient(left, #1e88e5, #ff3535) 1 1;
  -moz-border-image: -moz-linear-gradient(left, #1e88e5, #ff3535) 1 1;
  -o-border-image: -o-linear-gradient(left, #1e88e5, #ff3535) 1 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#1e88e5), to(#ff3535)) 1 1;
  border-image: linear-gradient(to right, #1e88e5, #ff3535) 1 1;
}

.remodal-question-content {
  text-align: left;
}

.remodal-question-content h3 {
  font-size: 26px;
  color: #2d3035;
  margin: 0;
  margin-bottom: 10px;
}

.remodal-question-content p {
  font-size: 13px;
  color: #595d64;
  margin: 0;
  margin-bottom: 30px;
}

.remodal-question-content h4 {
  font-size: 20px;
  color: #f3393e;
  margin: 0;
  margin-bottom: 10px;
}

.remodal-question-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.remodal-question-content ul li {
  font-size: 13px;
  color: #f3393e;
  margin-bottom: 4px;
  padding-left: 12px;
  position: relative;
}

.remodal-question-content ul li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #f3393e;
  left: 0;
  top: 8px;
}

.remodal-question-content ul li:last-child {
  font-size: 13px;
  color: #f3393e;
  margin-bottom: 0;
}


/* 10.11.2017 */

.b-product-info-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.b-product-number {
  display: flex;
  justify-content: center;
  width: 33.3%;
  position: relative;
}

.b-product-number::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: #bababa;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.b-product-info-top .mods___area {
  display: flex;
  justify-content: center;
  width: 33.3%;
  position: relative;
}

.b-product-info-top .mods___area::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: #bababa;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.b-product-number p {
  font-size: 18px;
  color: #212121;
  font-weight: bold;
}

.mods_block {
  text-align: center;
  margin: 0 !important;
}

.b-product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.b-product-price .price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.b-product-price .price .price__new {
  margin: 0;
}

.b-product-price .price .price__old {
  margin: 0;
}

.b-product-price .product__item {
  margin: 0;
}

.b-product-price .product__button {
  margin: 0;
}

.b-product-icons {
  display: flex;
  flex-wrap: wrap;
}

.b-product-icons>.token {
  width: 33.3%;
  margin-top: 0 !important;
  padding-right: 10px;
}


/* .product__item>.token {
  width: 33.3%;
  margin-top: 0 !important;
  padding-right: 10px;
} */

.b-product-icons>.statuses___block .token+.token {
  margin-top: 0 !important;
}

.b-product-info {
  display: flex;
  align-items: center;
}

.b-product-icons .statuses___block {
  display: flex;
  flex: 1;
  margin-top: 0 !important;
}


/* .statuses___block {
  display: flex;
  flex: 1;
  margin-top: 0 !important;
} */

.b-product-icons .statuses___block .token {
  width: 50%;
}


/* .statuses___block .token {
  width: 33.3%;
} */

.b-product-info {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
}

.b-product-info .nal__link {
  font-size: 12px;
  padding: 5px 10px;
  background: #e5e5e5;
  color: #333;
}

.b-product-info .nal__link:hover {
  text-decoration: underline;
}

.b-product-icons>.token .token__caption {
  font-size: 12px;
  color: #333;
}

.b-product-delivery-icons {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.b-product-delivery-icon {
  display: flex;
  align-items: center;
  width: 33.3%;
}

.b-product-delivery-icon__name {
  font-size: 12px;
  text-align: left;
  color: #333;
  max-width: 130px;
}

.b-product-delivery-icon__img {
  margin-right: 10px;
  max-height: 30px;
  flex-shrink: 0;
}

.b-product-delivery-link {
  width: 100%;
  margin-top: 10px;
}

.b-product-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3%;
}

.b-product-social__link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.b-product-social__link:not(:last-child) {
  margin-right: 10px;
}

.b-product-social__link.fb {
  background: url(../img/fb-icon.png) no-repeat center center;
}

.b-product-social__link.vk {
  background: url(../img/vk-icon.png) no-repeat center center;
}

.b-product-social__link.tw {
  background: url(../img/tw-icon.png) no-repeat center center;
}

.b-product-social__link.go {
  background: url(../img/go-icon.png) no-repeat center center;
}

@media screen and (max-width: 991px) {
  .b-product-price {
    flex-direction: column;
  }
  .b-product-price .product__counter {
    margin: 10px 0;
  }
  .b-product-info {
    flex-direction: column;
  }
  .b-product-info .nal__link {
    width: 100%;
    margin-bottom: 1px;
  }
  .b-product-icons>.token {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .b-product-icons .statuses___block {
    flex-direction: column;
  }
  .b-product-icons .statuses___block .token {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .b-product-delivery-icons {
    flex-direction: column;
    margin-top: 0;
  }
  .b-product-delivery-icon {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .b-product-delivery-icon:last-child {
    margin-bottom: 0;
  }
  .b-product-info-top {
    flex-direction: column;
    margin: 0;
  }
  .b-product-info-top .mods___area {
    width: 100%;
  }
  .b-product-info-top .mods___area::after {
    content: none;
  }
  .b-product-number {
    width: 100%;
    margin: 15px 0;
  }
  .b-product-number::after {
    content: none;
  }
  .b-product-social {
    width: 100%;
  }
}

/* new styles 15.07.2019 */
.contacts__phones p:last-child{
display: none;
}
@media screen and (max-width: 767px){
.contacts__phones p:last-child{
display: block;
	}
	.contacts__phones{
margin-top: -5px;
}
}
.popup__close{
z-index: 10;
}

.badge{
  transition: width .3s ease;
}

#free-delivery-staff .title{
  font-size: 25px;
  background: #fff;
  margin: 0;
  padding: 20px 15px;
}