@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #404042;
}

p {
  margin-bottom: 16px;
}

a {
  color: #3158b4;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

select:where(:not(.ignore-css-tags)),
input[type=text]:where(:not(.ignore-css-tags)),
input[type=tel]:where(:not(.ignore-css-tags)),
input[type=email]:where(:not(.ignore-css-tags)),
input[type=password]:where(:not(.ignore-css-tags)),
input[type=number]:where(:not(.ignore-css-tags)) {
  height: 28px;
}

select:where(:not(.ignore-css-tags)),
textarea:where(:not(.ignore-css-tags)),
input[type=text]:where(:not(.ignore-css-tags)),
input[type=tel]:where(:not(.ignore-css-tags)),
input[type=email]:where(:not(.ignore-css-tags)),
input[type=password]:where(:not(.ignore-css-tags)),
input[type=number]:where(:not(.ignore-css-tags)) {
  padding: 0 8px;
  border-radius: 0;
  border: 1px solid #d8dbdd;
  background: white;
  color: #3158b4;
  outline: none;
}
select:where(:not(.ignore-css-tags))::-webkit-input-placeholder, textarea:where(:not(.ignore-css-tags))::-webkit-input-placeholder, input[type=text]:where(:not(.ignore-css-tags))::-webkit-input-placeholder, input[type=tel]:where(:not(.ignore-css-tags))::-webkit-input-placeholder, input[type=email]:where(:not(.ignore-css-tags))::-webkit-input-placeholder, input[type=password]:where(:not(.ignore-css-tags))::-webkit-input-placeholder, input[type=number]:where(:not(.ignore-css-tags))::-webkit-input-placeholder {
  color: #acacaf;
}
select:where(:not(.ignore-css-tags))::-moz-placeholder, textarea:where(:not(.ignore-css-tags))::-moz-placeholder, input[type=text]:where(:not(.ignore-css-tags))::-moz-placeholder, input[type=tel]:where(:not(.ignore-css-tags))::-moz-placeholder, input[type=email]:where(:not(.ignore-css-tags))::-moz-placeholder, input[type=password]:where(:not(.ignore-css-tags))::-moz-placeholder, input[type=number]:where(:not(.ignore-css-tags))::-moz-placeholder {
  color: #acacaf;
}
select:where(:not(.ignore-css-tags)):-ms-input-placeholder, textarea:where(:not(.ignore-css-tags)):-ms-input-placeholder, input[type=text]:where(:not(.ignore-css-tags)):-ms-input-placeholder, input[type=tel]:where(:not(.ignore-css-tags)):-ms-input-placeholder, input[type=email]:where(:not(.ignore-css-tags)):-ms-input-placeholder, input[type=password]:where(:not(.ignore-css-tags)):-ms-input-placeholder, input[type=number]:where(:not(.ignore-css-tags)):-ms-input-placeholder {
  color: #acacaf;
}
select:where(:not(.ignore-css-tags))::-ms-input-placeholder, textarea:where(:not(.ignore-css-tags))::-ms-input-placeholder, input[type=text]:where(:not(.ignore-css-tags))::-ms-input-placeholder, input[type=tel]:where(:not(.ignore-css-tags))::-ms-input-placeholder, input[type=email]:where(:not(.ignore-css-tags))::-ms-input-placeholder, input[type=password]:where(:not(.ignore-css-tags))::-ms-input-placeholder, input[type=number]:where(:not(.ignore-css-tags))::-ms-input-placeholder {
  color: #acacaf;
}
select:where(:not(.ignore-css-tags))::placeholder,
textarea:where(:not(.ignore-css-tags))::placeholder,
input[type=text]:where(:not(.ignore-css-tags))::placeholder,
input[type=tel]:where(:not(.ignore-css-tags))::placeholder,
input[type=email]:where(:not(.ignore-css-tags))::placeholder,
input[type=password]:where(:not(.ignore-css-tags))::placeholder,
input[type=number]:where(:not(.ignore-css-tags))::placeholder {
  color: #acacaf;
}
select:where(:not(.ignore-css-tags)).error,
textarea:where(:not(.ignore-css-tags)).error,
input[type=text]:where(:not(.ignore-css-tags)).error,
input[type=tel]:where(:not(.ignore-css-tags)).error,
input[type=email]:where(:not(.ignore-css-tags)).error,
input[type=password]:where(:not(.ignore-css-tags)).error,
input[type=number]:where(:not(.ignore-css-tags)).error {
  border: 1px solid #ca545a;
  color: #ca545a;
}

select {
  width: 100%;
  padding-right: 0;
  padding-left: 8px;
  line-height: 1em;
  text-indent: 0.01px;
  color: #3158b4;
  background-image: url("/local/img/main/select.png");
  background-position: right center;
  background-repeat: no-repeat;
  outline: none;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
select::-ms-expand {
  display: none;
}

label.error {
  position: absolute !important;
  top: 100%;
  left: 0;
  margin: 0;
  font-size: 12px;
  color: #ca545a;
}

.wrap, .header, .nav, .footer, .cnt-section {
  min-width: 1280px;
}

.wrap {
  overflow: hidden;
  padding-top: 150px;
  min-height: 100%;
  -webkit-transition: 0.5s height;
  -o-transition: 0.5s height;
  transition: 0.5s height;
}
.wrap-detail {
  overflow: unset;
}

.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.elm-stiker {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.elm-stiker.color01 {
  background: #e85359;
}
.elm-stiker.color02 {
  background: #ffd744;
}
.elm-stiker.color03 {
  background: #ff9200;
}
.elm-stiker.color04 {
  background: #20beca;
}
.elm-stiker.color05 {
  background: #ffd744;
}
.elm-stiker.color06 {
  background: #e85359;
}
.elm-stiker.color07 {
  background: #ff9200;
}
.elm-stiker.color08 {
  background: #8f9dcc;
}
.elm-stiker.color09 {
  background: #9C25C3;
}
.elm-stiker.text-small {
  font-size: 14px;
  letter-spacing: 0.7px;
}
.elm-stiker__special {
  width: unset;
  padding: 2px 8px;
  font-size: 14px;
  letter-spacing: 1px;
}
.elm-discount {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 19px;
  border: 1px solid #ca545a;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.65px;
  text-align: center;
  text-decoration: none;
  color: #ca545a;
}
.elm-discount span {
  font-weight: normal;
}

.visibility-hidden {
  visibility: hidden;
}

.inner-wrap,
.page {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 1280px;
}

.side {
  position: relative;
  float: left;
  width: 280px;
  z-index: 10;
  min-height: 10px;
  margin-bottom: 25px;
}

.content {
  display: block;
  width: 940px;
  min-height: 10px;
  margin-bottom: 25px;
}

.page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-inner .side {
  position: unset;
  width: 280px;
  min-height: unset;
}
.page-inner .side + .content {
  margin-left: 40px;
}
.page-inner .content {
  min-height: unset;
}

.title-slider-hit {
  background-color: #ffd744;
}
.title-slider-news {
  background-color: #6ebdc8;
}
.title-slider-sale {
  background-color: #ca545a;
}
.title-section {
  position: relative;
  margin-bottom: 50px;
  padding: unset;
  border: unset;
  font-size: 30px;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  color: #3158b4;
}
.title-section::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background: #3158b4;
}

.select-list > input, .select-list > input + label + br {
  display: none;
}
.select-list > input + label {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 2px 0 2px 34px;
  width: 155px;
}
.select-list > input + label::after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #3158b4;
}
.select-list > input + label:before, .select-list > input:indeterminate + label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
}
.select-list input:checked + label:after {
  display: block;
}

.banner-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.banner-promo.plug {
  height: 240px;
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.banner-promo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-promo img {
  max-width: 100%;
}

.basket-item__price-text {
  position: relative;
  margin-bottom: 10px;
  margin-left: -5px;
  font-size: 10px;
  white-space: nowrap;
  color: #6ebdc8;
}
.basket-item__price-text.default {
  font-size: 11px;
  white-space: normal;
  margin-left: 0px;
}
.basket-item__price-text.bg-gray {
  min-height: 10px;
  margin-top: 5px;
  margin-left: unset;
  font-size: 0;
  background: #f7f8f9;
}
.basket-item__price-text.bg-gray * {
  display: none;
  font-size: 0;
}

.basket__btn-qu {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 15px;
  color: #0057b8;
  font-weight: bold;
  font-size: 11px;
  background: rgba(0, 87, 184, 0.15);
  border-radius: 50%;
  cursor: help;
  text-decoration: none;
}

.basket__btn-qu--align-top {
  vertical-align: top;
}

.cookie_politics,
.hint_ie {
  background: #004b93;
  background: rgba(0, 75, 147, 0.7490196078);
  color: #f7f9fb;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  z-index: 10;
  text-align: center;
}
.cookie_politics a,
.hint_ie a {
  color: white;
}
.cookie_politics a.cookie_politics_ok, .cookie_politics a.hint_ie_ok,
.hint_ie a.cookie_politics_ok,
.hint_ie a.hint_ie_ok {
  padding: 0px 10px;
  background: white;
  color: #004b93;
}

.password-wrapper {
  position: relative;
}
.password-wrapper input {
  padding-right: 35px;
}
.password-wrapper .frm-error {
  text-align: center;
}
.password-icon {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 25px;
  height: 25px;
  padding: 2px;
  border-radius: 50%;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.password-icon:hover {
  background: #eef1f3;
}
.password-icon svg {
  width: 100%;
  height: 100%;
  fill: #3158b4;
}

.fogot-pass-btn {
  border: none;
  margin: 10px 0 1em 0;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fogot-pass-btn:hover {
  text-decoration: underline;
  background: transparent !important;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#panel {
  z-index: 1000;
  position: absolute;
  width: 100%;
}

.modal_fav_folder .fav_folders_wrapper .btn-action-cart-spinner .circle {
  background-color: #0057b8;
}

#fav_folders li,
.fav_folders li,
.modal_fav_folder li {
  position: relative;
  margin: 4px 0;
  font-size: 14px;
}

.modal_fav_folder li.active {
  background: white;
}

#fav_folders li:hover,
.fav_folders li:hover,
.modal_fav_folder li:hover {
  background: white;
}

#fav_folders li.current {
  background: white;
  font-weight: bold;
}

#fav_folders a,
.modal_fav_folder a {
  cursor: pointer;
}

.fancy-base-close-btn .fancybox-close-small {
  min-width: auto;
}

.modal_fav_folder li a {
  width: auto;
}

.modal_fav_folder li .sidebar-dropdown__button-group {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal_fav_folder li .sidebar-dropdown__button-group .sidebar-dropdown__item-ico {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.modal_fav_folder li.active .sidebar-dropdown__button-group .sidebar-dropdown__item-ico {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal_fav_folder li .sidebar-dropdown__button-group .sidebar-dropdown__button-text {
  display: none;
  font-size: 12px;
  margin-right: 10px;
  color: #0057b8;
}

.modal_fav_folder li .btn-action-cart-spinner {
  margin-top: 0;
}

.modal_fav_folder li.sidebar__dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_fav_folder .sidebar__dropdown-href {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4px 8px;
  padding-right: 90px;
  text-decoration: none;
}

.modal_fav_folder .sidebar-dropdown__item-ico {
  min-width: 10px;
  max-width: 10px;
  height: 20px;
  margin-right: 5px;
  fill: #0057b8;
}

.slider-plug .page-title.bg-load {
  max-width: 300px;
  width: 100%;
  height: 25px;
  margin-bottom: 30px;
}

.slider-plug .cat-name.bg-load {
  height: 15px;
}

.slider-plug .cat-info.bg-load {
  height: 15px;
}

.slider-plug .cat-price-old.bg-load,
.slider-plug .cat-actions .elm-discount.bg-load {
  bottom: 110%;
  height: 15px;
  border-color: transparent;
}

.slider-plug .elm-stiker.bg-load {
  visibility: hidden;
}

.slider-plug .page-title.bg-load,
.slider-plug .cat-photo.bg-load,
.slider-plug .cat-name.bg-load,
.slider-plug .cat-info.bg-load,
.slider-plug .cat-rating.bg-load,
.slider-plug .cat-actions .note.bg-load,
.slider-plug .cat-actions .elm-discount.bg-load,
.slider-plug .cat-actions .cat-price.bg-load,
.slider-plug .cat-actions .cat-price-old.bg-load {
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
  font-size: 0;
}

.api-rating-plug {
  padding: 3px 0;
}
.api-rating-plug__inner {
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: 0px -117px;
  width: 111px;
  height: 22px;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.plug-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plug-slider__title {
  max-width: 300px;
  width: 100%;
  height: 25px;
  margin-bottom: 30px;
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.plug-slider .item-catalog {
  min-height: unset;
  padding: 15px 0;
}
.plug-slider .item-catalog:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.plug-slider .cat-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 37px auto;
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.plug-slider .cat-text {
  margin-bottom: 48px;
}
.plug-slider .cat-name {
  width: 100%;
  height: 12px;
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.plug-slider .cat-name + .cat-name {
  width: 100px;
  margin-top: 5px;
}
.plug-slider .cat-info {
  width: 80px;
  height: 12px;
  margin-top: 13px;
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.plug-slider .cat-rating {
  margin-bottom: 35px;
}
.plug-slider .cat-price {
  width: 110px;
  height: 14px;
  background: #f7f9fb;
  -webkit-animation: shimmer 3s infinite linear;
          animation: shimmer 3s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(20%, #E0E0E0), color-stop(40%, #F9F9F9), to(#F9F9F9));
  background-image: -o-linear-gradient(left, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.page-title-news {
  padding: 15px 20px;
}
.page-title-news a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #404042;
}

.side-news-box {
  border-top: 2px solid #dcdcdc;
}
.side-news-box .item-new-small {
  position: relative;
  display: block;
  padding: 20px 20px 12px 20px;
  font-size: 13px;
  text-decoration: none;
  color: #707173;
}
.side-news-box .item-new-small::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  display: block;
  width: 49px;
  height: 2px;
  background: #dcdcdc;
}
.side-news-box .item-new-small:hover .elm-time {
  color: white;
  background: #6ebdc8;
}
.side-news-box .item-new-small:hover .new-title {
  text-decoration: underline;
}
.side-news-box .item-new-small:hover .new-text {
  color: #404042;
}
.side-news-box .item-new-small .elm-time {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
  margin-bottom: 10px;
  margin-left: -6px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: "PT Sans Narrow", sans-serif;
  color: #6ebdc8;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.side-news-box .item-new-small .new-title {
  display: block;
  margin-bottom: 6px;
  color: #404042;
}
.side-news-box .item-new-small .new-text {
  display: block;
  font-style: italic;
  color: #707173;
}
.side-news-box .item-new-small p {
  margin-bottom: 0;
}
.side-news-box .all-block {
  padding: 20px;
}
.side-news-box .all-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #345bba;
  text-decoration: none;
}
.side-news-box .all-block a svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 13px;
  margin-left: 22px;
  fill: #345bba;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.side-news-box .all-block a:hover svg {
  margin-left: 10px;
}

.attention-box {
  margin-top: 10px;
}
.attention-box__title {
  display: block;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
}
.attention-box__container {
  padding: 17px 0 0 18px;
  border-top: 2px solid #dcdcdc;
}
.attention-box__container p, .attention-box__container a {
  margin: 0;
  font-size: 13px;
  font-family: "PT Sans Narrow", sans-serif;
  color: #838486;
}
.attention-box__btn {
  padding: 17px 18px;
}
.attention-box__btn a {
  position: relative;
  text-decoration: none;
  padding-right: 37px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.attention-box__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/local/img/spr_general.v-mdm-1000000001.png);
  background-position: -196px -212px;
  width: 19px;
  height: 13px;
}
.attention-box__btn a:hover {
  padding-right: 27px;
}

.main-popular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-top: 2px solid #eef1f3;
}
.main-popular__title {
  position: relative;
  margin-bottom: 50px;
  padding: unset;
  border: unset;
  font-size: 30px;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  color: #3158b4;
}
.main-popular__title::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background: #3158b4;
}
.main-popular__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.main-popular__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: #404042;
}
.main-popular__item:nth-child(1) .main-popular__item-img img {
  left: -22px;
}
.main-popular__item:nth-child(2) .main-popular__item-img img {
  left: -22px;
}
.main-popular__item:nth-child(4) .main-popular__item-img img {
  left: -16px;
}
.main-popular__item:hover .main-popular__item-more {
  text-decoration: underline;
}
.main-popular__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-popular__item-img {
  position: relative;
  height: 220px;
  margin-bottom: 30px;
}
.main-popular__item-title {
  display: block;
  min-height: 48px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.main-popular__item-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 1.333;
  overflow: hidden;
}
.main-popular__item-more {
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  color: #3158b4;
}
.main-popular__btn {
  min-width: 170px;
  height: 40px;
  margin-top: 45px;
  font-size: 18px;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 40px;
}
.about-menu {
  width: 280px;
  position: sticky;
  top: 50px;
  background-color: rgb(247, 248, 249);
  padding: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.about-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-menu__item {
  font-size: 16px;
  line-height: 1.2 !important;
}
.about-menu__item + .about-menu__item {
  padding-top: 24px;
}
.about-menu__item-text {
  text-transform: uppercase;
  color: #231f20;
  text-decoration: none;
}
.about-menu__item-text:hover {
  text-decoration: underline;
}
.about-menu__item-text--no-link:hover {
  text-decoration: none;
  cursor: default;
}
.about-menu__item--active {
  font-weight: 700;
}
.about-menu__item--active .about-menu__item-text {
  color: #0057b8;
}
.about-menu__item .about-menu__item-text {
  font-size: 16px;
}
.about-menu__sublist {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-menu__sublist-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-menu__sublist-item::before {
  content: "";
  min-width: 18px;
  height: 18px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  background-repeat: no-repeat;
  background-image: url("/local/img/arrow-right.svg");
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.about-menu__sublist-item + .about-menu__sublist-item {
  padding-top: 20px;
}
.about-menu__sublist-link {
  display: block;
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.2;
  color: #231f20;
  font-weight: 400;
  text-decoration: none;
}
.about-menu__sublist-link:hover {
  text-decoration: underline;
}
.about-menu__sublist-link.about-menu__item--active {
  color: #0057b8;
  font-weight: 700;
}
.about__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #0057b8;
}
.about__content {
  color: #231f20;
  font-size: 14px;
  line-height: 18px;
}
.about__content h1 {
  line-height: normal;
}
.about__content h1:first-child {
  margin-top: -9px;
}
.about__content h2,
.about__content h3 {
  display: block;
  line-height: 1.2;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: none;
}
.about__content h2.articles,
.about__content h3.articles {
  width: 100%;
}
.about__content h2 {
  font-size: 24px;
  color: #0057b8;
}
.about__content h3 {
  font-size: 18px;
}
.about__content *:not(h2) + h3,
.about__content * + h2 {
  padding-top: 40px !important;
}
.about__content p {
  margin-bottom: 0;
}
.about__content p + *, .about__content span + *, .about__content .about__no-padding + * {
  padding-top: 18px;
}
.about__content p + a[class], .about__content span + a[class], .about__content .about__no-padding + a[class] {
  padding-top: unset;
}
.about__content .about__no-padding *:not(li):not(ul) {
  padding-top: 0;
  margin-bottom: 0;
}
.about__content ul {
  padding: 6px 0;
  margin-left: 0;
}
.about__content ul li {
  position: relative;
  padding-left: 23px;
}
.about__content ul li::before {
  content: url("/local/img/about_redisign/check_icon.png");
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.about__content ul li:first-child::before {
  top: 0;
}
.about__content ul li + li {
  padding-top: 8px;
}
.about__content a:not([class]) {
  color: #0057b8;
  text-decoration: none;
}
.about__content a:not([class]):hover {
  text-decoration: underline;
}
.about__content .important {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__content .important::before {
  content: url("/local/img/about_redisign/important.png");
  margin-right: 14px;
}
.about__content .red {
  color: #e8535a;
}
.about__content table thead tr:first-child th {
  padding-bottom: 14px;
}
.about__content table tbody {
  position: relative;
  padding-top: 16px;
}
.about__content table tbody .border-left {
  border-left: 1px solid rgb(193, 194, 196);
}
.about__content table tbody .border-right {
  border-right: 1px solid rgb(193, 194, 196);
}
.about__content table tbody .border-bottom {
  border-bottom: 1px solid rgb(193, 194, 196);
}
.about__content table tbody .border-top {
  border-top: 1px solid rgb(193, 194, 196);
}
.about__content table tr td {
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}
.about__content table tr td:first-child {
  text-align: left;
  padding-left: 0;
  font-size: 14px;
  vertical-align: top;
}
.about__content table th {
  color: #2db8c5;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  height: 32px;
}
.about__content table th b {
  font-size: 18px;
}
.about__content table th:not(:first-child) {
  text-align: center;
}
.about__content table .separator, .about__content table .separator_10, .about__content table .separator_20, .about__content table .separator_50, .about__content table .separator_75 {
  background: #2db8c5;
  height: 14px;
  padding: 0;
}
.about__content table .separator_10 {
  opacity: 0.1;
}
.about__content table .separator_20 {
  opacity: 0.2;
}
.about__content table .separator_50 {
  opacity: 0.5;
}
.about__content table .separator_75 {
  opacity: 0.75;
}
.about__content table .price {
  font-size: 18px;
  font-weight: 700;
}
.about__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__payment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__payment-item + .about__payment-item {
  padding-top: 46px;
}
.about__payment-img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about__payment-info {
  padding-top: 34px;
  padding-left: 26px;
}
.about__payment-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #33c3ce;
  padding-bottom: 10px;
}
.about__payment-text {
  font-size: 14px;
  line-height: 18px;
  color: #231f20;
}

.a-show-more {
  padding: 10px 5px;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.a-show-more::before {
  content: "Показать ещё...";
}
.a-show-more.open::before {
  content: "Свернуть";
}
.a-show-more:hover {
  background: rgba(0, 0, 0, 0.02);
}

.a-show-more-block-box {
  line-height: 1.3;
  padding-bottom: 24px !important;
}
.a-show-more-block-box .about-menu__item {
  padding-top: 24px;
}

.a-show-more-block {
  display: none;
}

.main-about {
  padding: 30px 0 80px;
  border-top: 2px solid #eef1f3;
  color: #3158b4;
}
.main-about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
}
.main-about__title {
  margin-bottom: 70px;
}
.main-about__item {
  text-decoration: none;
  text-align: center;
}
.main-about__item:nth-child(1) {
  width: 260px;
}
.main-about__item:nth-child(1) .main-about__item-img img {
  margin-bottom: -12px;
}
.main-about__item:nth-child(2) {
  width: 293px;
}
.main-about__item:nth-child(2) .main-about__item-img img {
  margin-right: -30px;
}
.main-about__item:nth-child(3) {
  width: 282px;
}
.main-about__item:nth-child(4) {
  width: 220px;
}
.main-about__item:hover .main-about__item-title {
  text-decoration: underline;
}
.main-about__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 178px;
  height: 178px;
  margin: 0 auto 45px;
}
.main-about__item-title {
  position: relative;
  display: block;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
}
.main-about__item-title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 49px;
  height: 2px;
  background: #6ebdc8;
}
.main-about__item-text {
  font-size: 12px;
}

.menu-box li:first-child {
  padding-top: 8px;
}

.item-plus .plus-ico {
  display: block;
  height: 68px;
  overflow: hidden;
  margin-bottom: 6px;
}

.item-plus .plus-ico img,
.item-plus .plus-ico svg {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  max-width: 100%;
}

.item-plus p {
  margin: 0;
}

.main-banner {
  padding-bottom: 27px;
  margin-bottom: 57px;
}
.main-banner__wrapper {
  position: relative;
}
.main-banner-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  margin-bottom: 18px;
  clear: both;
}
.main-banner-box img {
  display: block;
  width: 100%;
}
.main-banner__item {
  height: 400px;
  overflow: hidden;
}
.main-banner__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-banner.swiper-initialized {
  background-image: unset !important;
}
.main-banner .swiper-wrapper {
  height: 400px;
}
/*# sourceMappingURL=main.css.map */
