.link1, .modal__body p a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #1f9b9f;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.link1:hover, .modal__body p a:hover {
  color: #177275;
}

.link5, .modal__body p a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  font-weight: 700;
  color: #DE0046;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.link5:hover, .modal__body p a:hover {
  color: #BE1622;
}

.link2 {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #212121;
  cursor: pointer;
}

.link2:hover {
  text-decoration: none;
}

.link3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #1f9b9f;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.link3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1f9b9f;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.link3:hover:after {
  width: 100%;
}

.link4 {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #212121;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.link4:hover {
  color: #1f9b9f;
}

.button1 {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #1f9b9f;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  background-color: #1f9b9f;
  cursor: pointer;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

@media (min-width: 451px) {
  .button1 {
    padding: 16px;
  }
}

@media (max-width: 450px) {
  .button1 {
    padding: 11px;
  }
}

.button1.--fullsize {
  width: 100%;
  text-align: center;
}

.button1:hover {
  background-color: #fff;
  color: #1f9b9f;
}

.section {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .section__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .section__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 15px;
  }
}

.section__title,
.section__title > * {
  line-height: 1.2;
  font-weight: 600;
  color: #212121;
}

@media (min-width: 1200px) {
  .section__title,
  .section__title > * {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (min-width: 451px) and (max-width: 1199px) {
  .section__title,
  .section__title > * {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

@media (max-width: 450px) {
  .section__title,
  .section__title > * {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.section__nav {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.prod {
  padding: 20px 0 30px;
}

.prod__head {
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #212121;
  margin-bottom: 1.6em;
}

@media (min-width: 992px) {
  .prod__head {
    font-size: 25px;
  }
}

@media (min-width: 451px) and (max-width: 991px) {
  .prod__head {
    font-size: 21px;
  }
}

@media (max-width: 450px) {
  .prod__head {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .prod__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .prod__body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.prod__item {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .prod__item {
    padding: 20px;
  }
}

.prod__gallery {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 992px) {
  .prod__gallery {
    width: 35%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .prod__gallery {
    width: 100%;
  }
}

.prod__action {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 768px) {
  .prod__action {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.prod__data {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .prod__data {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.prod-gallery__promo {
  line-height: 1.2;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 451px) {
  .prod-gallery__promo {
    font-size: 14px;
    margin: -5px -5px 7px;
  }
}

@media (max-width: 450px) {
  .prod-gallery__promo {
    font-size: 12px;
    margin: -5px -5px 5px;
  }
}

.prod-gallery__promo > span,
.prod-gallery__promo > a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  padding: 6px 10px;
  border: 1px solid #eb5757;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin: 5px;
  white-space: nowrap;
}

.prod-gallery__promo a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  padding-right: 32px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.prod-gallery__promo a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("../img/ico_link.svg") no-repeat center center/contain;
}

.prod-gallery__promo a:hover {
  color: #eb5757;
}

.prod-gallery__main.swiper-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
}

.prod-gallery__main.swiper-container:after {
  content: "";
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #f2f2f2 url("../img/ico_zoom.svg") no-repeat center center/20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.prod-gallery__main.swiper-container .swiper-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.prod-gallery__main.swiper-container .swiper-slide {
  position: relative;
}

.prod-gallery__main.swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.prod-gallery__main.swiper-container a img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.prod-gallery__main.swiper-container a:hover {
  border-color: #1f9b9f;
}

.prod-gallery__main.swiper-container a:hover:after {
  opacity: 0.78;
}

.prod-gallery__main.swiper-container a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.04);
      -ms-transform: translate(-50%, -50%) scale(1.04);
          transform: translate(-50%, -50%) scale(1.04);
}

.prod-gallery__thumbs {
  min-width: 0;
}

@media (min-width: 576px) {
  .prod-gallery__thumbs {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .prod-gallery__thumbs {
    margin-right: -15px;
    overflow: hidden;
  }
}

@media (min-width: 576px) {
  .prod-gallery__slider.swiper-container {
    padding-right: 1px;
  }
}

@media (max-width: 575px) {
  .prod-gallery__slider.swiper-container {
    width: 85%;
    overflow: visible;
    margin-left: inherit;
  }
}

.prod-gallery__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.prod-gallery__slider .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prod-gallery__preview {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  cursor: pointer;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.prod-gallery__preview:not(.isActive):hover {
  border-color: #c2c2c2;
}

.prod-gallery__preview.isActive {
  border-color: #1f9b9f;
}

.prod-gallery__preview img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.prod-action__wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(211, 211, 211, 0.5);
          box-shadow: 0px 4px 20px rgba(211, 211, 211, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding-bottom: 30px;
}

.prod-action__item {
  border-bottom: 1px solid #dbdbdb;
}

@media (min-width: 451px) {
  .prod-action__item {
    padding: 20px;
  }
}

@media (max-width: 450px) {
  .prod-action__item {
    padding: 20px 15px;
  }
}

.prod-buy__price {
  margin-bottom: 20px;
}

.prod-buy__old-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4px;
}

.prod-buy__old-value {
  position: relative;
  line-height: 1.2;
  font-weight: 400;
  color: #828282;
  margin-right: 8px;
}

@media (min-width: 451px) {
  .prod-buy__old-value {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .prod-buy__old-value {
    font-size: 17px;
  }
}

.prod-buy__old-value:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #828282;
}

.prod-buy__discount {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  padding: 2px 5px;
  background: #6fcf97;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.prod-buy__cur-price {
  line-height: 1.2;
  font-weight: 600;
  color: #212121;
}

@media (min-width: 451px) {
  .prod-buy__cur-price {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .prod-buy__cur-price {
    font-size: 24px;
    margin-bottom: 4px;
  }
}

.prod-buy__cashback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.prod-buy__info {
  line-height: 1.2;
  font-weight: 400;
  color: #212121;
}

@media (min-width: 451px) {
  .prod-buy__info {
    font-size: 13px;
  }
}

@media (max-width: 450px) {
  .prod-buy__info {
    font-size: 12px;
  }
}

.prod-buy__info span {
  font-weight: 600;
}

.prod-buy__hint {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  margin-left: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background: url("../img/ico_hint.svg") no-repeat center center/7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 0.26;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.prod-buy__hint:hover {
  opacity: 0.5;
}

.prod-buy__low-price {
  line-height: 1.2;
  font-weight: 500;
  color: #1f9b9f;
}

@media (min-width: 451px) {
  .prod-buy__low-price {
    font-size: 14px;
    margin-bottom: 23px;
  }
}

@media (max-width: 450px) {
  .prod-buy__low-price {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

@media (min-width: 451px) {
  .prod-buy__btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .prod-buy__btn {
    margin-bottom: 14px;
  }
}

.prod-buy__one-click {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #212121;
  text-align: center;
}

.prod-add__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 451px) {
  .prod-add__wrapper {
    margin: -10px -15px;
  }
}

@media (max-width: 450px) {
  .prod-add__wrapper {
    margin: -10px -11px;
  }
}

@media (min-width: 451px) {
  .prod-add__item {
    padding: 10px 15px;
  }
}

@media (max-width: 450px) {
  .prod-add__item {
    padding: 10px 11px;
  }
}

.prod-add__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  color: #212121;
  cursor: pointer;
}

.prod-add__ico {
  margin-right: 9px;
}

.prod-add__ico svg {
  display: block;
  fill: #212121;
  -webkit-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  transition: fill 0.4s;
}

@media (min-width: 451px) {
  .prod-add__ico svg {
    width: 19px;
    height: 17px;
  }
}

@media (max-width: 450px) {
  .prod-add__ico svg {
    width: 15px;
    height: 14px;
  }
}

.prod-add__link:hover .prod-add__ico svg,
.prod-add__item.isActive .prod-add__link .prod-add__ico svg {
  fill: #1f9b9f;
}

.prod-add__label {
  line-height: 1.2;
  font-weight: 500;
  color: #212121;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media (min-width: 451px) {
  .prod-add__label {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .prod-add__label {
    font-size: 12px;
  }
}

.prod-add__link:hover .prod-add__label,
.prod-add__item.isActive .prod-add__link .prod-add__label {
  color: #1f9b9f;
}

.prod-contact__phone {
  line-height: 1.2;
  font-weight: 500;
  color: #212121;
  margin-bottom: 10px;
}

@media (min-width: 451px) {
  .prod-contact__phone {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .prod-contact__phone {
    font-size: 12px;
  }
}

.prod-contact__phone a {
  text-decoration: none;
  color: #212121;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.prod-contact__phone a:hover {
  color: #1f9b9f;
}

.prod-contact__schedule {
  line-height: 1.2;
  font-weight: 400;
  color: #212121;
}

@media (min-width: 451px) {
  .prod-contact__schedule {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

@media (max-width: 450px) {
  .prod-contact__schedule {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

@media (min-width: 451px) {
  .prod-messenger__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 450px) {
  .prod-messenger__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.prod-messenger__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.2;
  font-weight: 400;
  color: #828282;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media (min-width: 451px) {
  .prod-messenger__link {
    font-size: 13px;
  }
}

@media (max-width: 450px) {
  .prod-messenger__link {
    font-size: 12px;
  }
}

.prod-messenger__link:hover {
  color: #212121;
}

.prod-messenger__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.prod-messenger__ico img {
  max-width: 100%;
  max-height: 100%;
}

.prod-delivery__title {
  position: relative;
  padding-left: 29px;
  line-height: 1.2;
  font-weight: 600;
  color: #212121;
  margin-bottom: 10px;
}

@media (min-width: 451px) {
  .prod-delivery__title {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .prod-delivery__title {
    font-size: 12px;
  }
}

.prod-delivery__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../img/ico_box.svg") no-repeat center center/contain;
}

.prod-delivery__list {
  line-height: 1.2;
  font-weight: 500;
  color: #212121;
  padding-left: 29px;
}

@media (min-width: 451px) {
  .prod-delivery__list {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .prod-delivery__list {
    font-size: 12px;
  }
}

.prod-delivery__item:not(:last-child) {
  margin-bottom: 1em;
}

.prod-status__item {
  position: relative;
  line-height: 1.2;
  font-weight: 500;
  color: #212121;
  padding-left: 16px;
}

@media (min-width: 451px) {
  .prod-status__item {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .prod-status__item {
    font-size: 12px;
  }
}

.prod-status__item:not(:last-child) {
  margin-bottom: 1em;
}

.prod-status__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.prod-status__item.--green:before {
  background-color: #1f9b9f;
}

.prod-status__item.--yellow:before {
  background-color: #ffca62;
}

.prod-status__item.--red:before {
  background-color: #eb5757;
}

.prod-data__item {
  padding: 20px 0;
}

.prod-data__item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.prod-data__title {
  line-height: 1.2;
  font-weight: 600;
  color: #212121;
  margin-bottom: 10px;
}

@media (min-width: 451px) {
  .prod-data__title {
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .prod-data__title {
    font-size: 16px;
  }
}

.prod-params {
  padding-top: 0;
}

.prod-params__head {
  margin-bottom: 20px;
}

.prod-params__data {
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
}

@media (min-width: 451px) {
  .prod-params__data {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .prod-params__data {
    font-size: 12px;
  }
}

.prod-params__data:not(:last-child) {
  margin-bottom: 1em;
}

.prod-params__data ul li:not(:last-child) {
  margin-bottom: 0.4em;
}

.prod-params__more {
  line-height: 1.2;
  font-weight: 500;
  padding: 10px 0;
}

@media (min-width: 451px) {
  .prod-params__more {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .prod-params__more {
    font-size: 12px;
  }
}

.prod-advantage__item:not(:last-child) {
  margin-bottom: 10px;
}

.prod-advantage__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
}

.prod-advantage__ico {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  background-color: #1f9b9f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prod-advantage__ico img {
  max-width: 18px;
  max-height: 18px;
}

.prod-advantage__label {
  line-height: 1.2;
  font-weight: 400;
  color: #212121;
  border-bottom: 1px solid #212121;
  cursor: pointer;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

@media (min-width: 451px) {
  .prod-advantage__label {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .prod-advantage__label {
    font-size: 12px;
  }
}

.prod-advantage__link:hover .prod-advantage__label {
  border-color: transparent;
}

.prod-info {
  padding-top: 30px;
}

.prod-info__item {
  display: block;
  padding: 15px;
  background: #f2f2f2;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.prod-info__item:not(:last-child) {
  margin-bottom: 20px;
}

.prod-info__list {
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
}

@media (min-width: 451px) {
  .prod-info__list {
    font-size: 13px;
  }
}

@media (max-width: 450px) {
  .prod-info__list {
    font-size: 12px;
  }
}

.prod-info__list li:not(:last-child) {
  margin-bottom: 6px;
}

.topnav {
  position: relative;
  height: 50px;
  z-index: 99990;
}

@media (min-width: 451px) {
  .topnav {
    display: none;
  }
}

.topnav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(175, 175, 175, 0.25);
          box-shadow: 0px 0px 20px rgba(175, 175, 175, 0.25);
  -webkit-transition: -webkit-transform 0.8s, -webkit-box-shadow 0.4s;
  transition: -webkit-transform 0.8s, -webkit-box-shadow 0.4s;
  -o-transition: transform 0.8s, box-shadow 0.4s;
  transition: transform 0.8s, box-shadow 0.4s;
  transition: transform 0.8s, box-shadow 0.4s, -webkit-transform 0.8s, -webkit-box-shadow 0.4s;
}

.topnav.isHidden .topnav__wrapper {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-box-shadow: 0px 0px 0 rgba(175, 175, 175, 0);
          box-shadow: 0px 0px 0 rgba(175, 175, 175, 0);
}

.topnav__logo a {
  display: inline-block;
  vertical-align: top;
}

.topnav__logo a img {
  display: block;
  height: 22px;
}

.topnav__tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
}

.topnav__item {
  padding: 0 5px;
}

.topnav__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #1f9b9f;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0;
}

@media (min-width: 451px) {
  .botnav {
    display: none;
  }
}

@media (max-width: 450px) {
  .botnav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212121;
    padding: 8px 15px;
    z-index: 99990;
  }
}

.botnav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.botnav__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.botnav__ico {
  position: relative;
  width: 20px;
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

.botnav__ico img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.botnav__label {
  font-size: 8px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
}

.botnav__amount {
  position: absolute;
  right: -8px;
  top: -2px;
  width: 13px;
  height: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1f9b9f;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}

@media (max-width: 450px) {
  .breadcrumb {
    white-space: nowrap;
    overflow: auto;
    padding: 16px 0;
    background-color: #fbfbfb;
  }
  .breadcrumb ul li {
    font-size: 10px;
    line-height: 1.2;
    color: #212121;
  }
}

.catback {
  padding: 8px 15px;
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #212121;
}

@media (min-width: 451px) {
  .catback {
    display: none;
  }
}

.catback__link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #212121;
  padding-left: 14px;
}

.catback__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url("../img/ico_back.svg") no-repeat center center/contain;
}

.prod__card-desc {
  overflow: hidden;
}

.prod__card-desc .card-desc__tabs ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.prod__card-desc .card-desc__tabs ul li {
  color: #212121;
  font-weight: 400;
  padding: 5px 0;
}

@media (min-width: 451px) {
  .prod__card-desc .card-desc__tabs ul li {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 450px) {
  .prod__card-desc .card-desc__tabs ul li {
    font-size: 16px;
    line-height: 1.25;
  }
}

.prod__card-desc .card-desc__tabs ul li.-active {
  font-weight: 600;
}

.prod__card-desc .card-desc__item {
  padding-top: 30px;
}

.prod__card-desc .card-desc__item h1,
.prod__card-desc .card-desc__item h2,
.prod__card-desc .card-desc__item h3 {
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

@media (min-width: 451px) {
  .prod__card-desc .card-desc__item h1,
  .prod__card-desc .card-desc__item h2,
  .prod__card-desc .card-desc__item h3 {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .prod__card-desc .card-desc__item h1,
  .prod__card-desc .card-desc__item h2,
  .prod__card-desc .card-desc__item h3 {
    font-size: 14px;
  }
}

.prod__card-desc .n-product-spec {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #212121;
}

@media (min-width: 768px) {
  .prod__card-desc .n-product-spec {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .prod__card-desc .n-product-spec {
    padding: 7px 0;
    border-bottom: 0 none;
  }
  .prod__card-desc .n-product-spec:nth-child(odd) {
    background-color: transparent;
  }
}

.prod__card-desc .n-product-spec__name {
  font-weight: 600;
  padding: 0;
}

@media (max-width: 450px) {
  .prod__card-desc .n-product-spec__name {
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 5px;
  }
}

.prod__card-desc .n-product-spec__value {
  padding: 0;
}

@media (max-width: 450px) {
  .prod__card-desc .n-product-spec__value {
    font-size: 12px;
    line-height: 1.4;
  }
}

.footer {
  overflow: hidden;
}

.modal {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(175, 175, 175, 0.25);
          box-shadow: 0px 0px 20px rgba(175, 175, 175, 0.25);
}

@media (min-width: 451px) {
  .modal {
    padding: 35px 25px;
  }
}

@media (max-width: 450px) {
  .modal {
    padding: 30px 20px;
  }
}

.modal .fancybox-close-small {
  background: url("../img/ico_close_black.svg") no-repeat center center/contain;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (min-width: 451px) {
  .modal .fancybox-close-small {
    width: 16px;
    height: 16px;
    top: 14px;
    right: 14px;
  }
}

@media (max-width: 450px) {
  .modal .fancybox-close-small {
    width: 12px;
    height: 12px;
    top: 12px;
    right: 12px;
  }
}

.modal .fancybox-close-small:hover {
  opacity: 1;
}

.modal .fancybox-close-small:after {
  display: none;
}

.modal__head {
  line-height: 1.2;
  font-weight: 600;
  color: #212121;
}

@media (min-width: 451px) {
  .modal__head {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 450px) {
  .modal__head {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.modal__body {
  line-height: 1.2;
  font-weight: 400;
  color: #212121;
}

@media (min-width: 451px) {
  .modal__body {
    font-size: 14px;
  }
  .modal__body:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 450px) {
  .modal__body {
    font-size: 12px;
  }
  .modal__body:not(:last-child) {
    margin-bottom: 20px;
  }
}

.modal__body p:not(:last-child) {
  margin-bottom: 1em;
}

.modal-consult {
  max-width: 292px;
}

.modal-consult .prod-messenger__link {
  color: #212121;
}

.modal-promo {
  max-width: 292px;
}

.modal-promo__list li:not(last-child) {
  margin-bottom: 1.2em;
}

.modal-promo__list li a {
  color: #212121;
  text-decoration: none;
}

.modal-contact {
  max-width: 292px;
}

.modal-contact__item:not(:last-child) {
  margin-bottom: 15px;
}

.modal-contact__label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #212121;
  margin-bottom: 4px;
}

.modal-contact__number {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #212121;
}

.modal-contact__number a {
  color: #212121;
  text-decoration: none;
}

.mobmenu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50px;
  z-index: 99991;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 14px 0;
}

.mobmenu:not(.isActive) {
  display: none;
}

.mobmenu__close {
  position: absolute;
  right: 14px;
  top: 18px;
}

.mobmenu__close button {
  display: block;
  margin-left: auto;
  width: 22px;
  height: 22px;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #1f9b9f url("../img/ico_close_white.svg") no-repeat center center/14px;
}

.mobmenu__body {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 14px;
  overflow: auto;
}

.mobmenu__list {
  border-top: 1px solid #dbdbdb;
}

.mobmenu__item {
  font-size: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #dbdbdb;
}

.mobmenu__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
}

.mobmenu__ico {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobmenu__ico img {
  max-width: 100%;
  max-height: 100%;
}

.mobmenu__label {
  line-height: 1.2;
  font-weight: 500;
  color: #212121;
}

body.noscroll {
  overflow: hidden;
}

.prod-slider__wrapper.swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.prod-slider__item.swiper-slide {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2px;
}

@media (min-width: 451px) {
  .prod-slider__item.swiper-slide {
    padding-top: 30px;
  }
}

@media (max-width: 450px) {
  .prod-slider__item.swiper-slide {
    padding-top: 35px;
  }
}

.prod-slider__label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.prod-slider__label span,
.prod-slider__label a {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  padding: 4px 6px;
  border: 1px solid #eb5757;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-decoration: none;
}

@media (min-width: 451px) {
  .prod-slider__label span,
  .prod-slider__label a {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .prod-slider__label span,
  .prod-slider__label a {
    font-size: 10px;
  }
}

.prod-slider__label a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  padding-right: 22px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.prod-slider__label a:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url("../img/ico_link.svg") no-repeat center center/contain;
}

.prod-slider__label a:hover {
  color: #eb5757;
}

.prod-slider__img {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

.prod-slider__img > a,
.prod-slider__img > span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.prod-slider__img > a img,
.prod-slider__img > span img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.prod-slider__title {
  width: 100%;
  line-height: 1.2;
  font-weight: 500;
  color: #212121;
}

.prod-slider__title a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.prod-slider__title a:hover {
  color: #1f9b9f;
}

@media (min-width: 451px) {
  .prod-slider__title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

@media (max-width: 450px) {
  .prod-slider__title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.prod-slider__price {
  width: 100%;
}

@media (min-width: 451px) {
  .prod-slider__price {
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .prod-slider__price {
    margin-bottom: 15px;
  }
}

.prod-slider__old-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}

.prod-slider__old-value {
  position: relative;
  line-height: 1.2;
  font-weight: 400;
  color: #828282;
  margin-right: 8px;
}

@media (min-width: 451px) {
  .prod-slider__old-value {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .prod-slider__old-value {
    font-size: 13px;
  }
}

.prod-slider__old-value:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #828282;
}

.prod-slider__discount {
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  padding: 2px 5px;
  background: #6fcf97;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

@media (min-width: 451px) {
  .prod-slider__discount {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .prod-slider__discount {
    font-size: 10px;
  }
}

.prod-slider__cur-price {
  line-height: 1.2;
  font-weight: 600;
  color: #212121;
}

@media (min-width: 451px) {
  .prod-slider__cur-price {
    font-size: 22px;
  }
}

@media (max-width: 450px) {
  .prod-slider__cur-price {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.prod-slider__foot {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.prod-slider__action {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prod-slider__buy a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #1f9b9f;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

@media (min-width: 451px) {
  .prod-slider__buy a {
    width: 44px;
    height: 33px;
  }
}

@media (max-width: 450px) {
  .prod-slider__buy a {
    width: 40px;
    height: 30px;
  }
}

.prod-slider__buy a svg {
  fill: #1f9b9f;
  -webkit-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  transition: fill 0.4s;
}

@media (min-width: 451px) {
  .prod-slider__buy a svg {
    width: 20px;
    height: 19px;
  }
}

@media (max-width: 450px) {
  .prod-slider__buy a svg {
    width: 17px;
    height: 16px;
  }
}

.prod-slider__buy.isActive a {
  background-color: #1f9b9f;
}

.prod-slider__buy.isActive a svg {
  fill: #fff;
}

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

@media (min-width: 451px) {
  .prod-slider__add {
    margin: 0 -10px;
  }
}

@media (max-width: 450px) {
  .prod-slider__add {
    margin: 0 -7px;
  }
}

@media (min-width: 451px) {
  .prod-slider__ico {
    margin: 0 10px;
  }
}

@media (max-width: 450px) {
  .prod-slider__ico {
    margin: 0 7px;
  }
}

.prod-slider__ico a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 451px) {
  .prod-slider__ico a {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 450px) {
  .prod-slider__ico a {
    width: 14px;
    height: 14px;
  }
}

.prod-slider__ico a svg {
  fill: #828282;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  transition: fill 0.4s;
}

.prod-slider__ico.isActive a svg,
.prod-slider__ico a:hover svg {
  fill: #1f9b9f;
}

.prod-slider__pagination.swiper-pagination {
  position: relative;
  bottom: inherit;
  left: inherit;
  margin-top: 60px;
}

.prod-slider__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #dbdbdb;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.prod-slider__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background-color: #828282;
}

.prod-slider__pagination .swiper-pagination-bullet-active {
  background-color: #1f9b9f;
}

.site-footer__top {
  background-color: #ecf0f7;
}

@media (min-width: 451px) {
  .site-footer__top {
    padding: 50px 0;
    border-bottom: 1px solid #dbdbdb;
  }
  .site-footer__top .site-footer-contacts {
    display: none;
  }
}

@media (max-width: 450px) {
  .site-footer__top {
    padding: 30px 0;
  }
  .site-footer__top .site-footer__wrapper {
    border-top: 1px solid #c2c2c2;
  }
}

.site-footer__middle {
  background-color: #ecf0f7;
}

@media (min-width: 451px) {
  .site-footer__middle {
    padding: 30px 0;
  }
}

@media (max-width: 450px) {
  .site-footer__middle {
    padding: 6px 0 60px;
    border-bottom: 1px solid #c2c2c2;
  }
  .site-footer__middle .site-footer__item--contacts {
    display: none;
  }
}

@media (min-width: 451px) {
  .site-footer__bottom {
    background-color: #fff;
    padding: 20px 0;
  }
}

@media (max-width: 450px) {
  .site-footer__bottom {
    background-color: #ecf0f7;
    padding: 11px 0 61px;
  }
}

@media (min-width: 451px) {
  .site-footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -25px -15px;
  }
}

@media (min-width: 451px) and (max-width: 991px) {
  .site-footer__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 451px) {
  .site-footer__item {
    padding: 25px 15px;
  }
}

@media (max-width: 450px) {
  .site-footer__item {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .site-footer__item--nav {
    width: 20%;
  }
}

@media (min-width: 451px) and (max-width: 991px) {
  .site-footer__item--nav {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .site-footer__item--payment {
    width: 30%;
  }
}

@media (min-width: 451px) and (max-width: 991px) {
  .site-footer__item--payment {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .site-footer__item--points {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 25%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 451px) and (max-width: 991px) {
  .site-footer__item--points {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .site-footer__item--points {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .site-footer__item--contacts {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .site-footer__item--soc {
    width: 30%;
  }
}

@media (max-width: 450px) {
  .site-footer__item--soc {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .site-footer__item--subscribe {
    width: 40%;
  }
}

@media (min-width: 451px) {
  .site-footer__item--subscribe {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 575px) {
  .site-footer__item--subscribe {
    width: 100%;
  }
}

.site-footer__title {
  line-height: 1.25;
  font-weight: 600;
  color: #212121;
}

@media (min-width: 768px) {
  .site-footer__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .site-footer__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media (max-width: 450px) {
  .site-footer__title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.site-footer__subtitle {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  color: #212121;
  margin-bottom: 10px;
}

.site-footer__info {
  line-height: 1.4;
  font-weight: 400;
  color: #828282;
}

@media (min-width: 451px) {
  .site-footer__info {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .site-footer__info {
    font-size: 10px;
  }
}

@media (min-width: 451px) {
  .site-footer .spoiler__body {
    height: auto !important;
  }
}

@media (max-width: 450px) {
  .site-footer .spoiler {
    border-bottom: 1px solid #c2c2c2;
  }
  .site-footer .spoiler__head {
    position: relative;
    width: 100%;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    color: #212121;
    padding: 15px 50px 15px 0;
    margin: 0;
  }
  .site-footer .spoiler__head:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #1f9b9f url("../img/ico_arrow_down_white.svg") no-repeat center center/11px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .site-footer .spoiler.isActive .spoiler__head:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .site-footer .spoiler__body {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.6s;
    -o-transition: height 0.6s;
    transition: height 0.6s;
  }
  .site-footer .spoiler__in {
    padding: 10px 0 30px;
  }
}

.site-footer-nav ul li {
  line-height: 1.2;
  font-weight: 400;
  color: #212121;
}

@media (min-width: 768px) {
  .site-footer-nav ul li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .site-footer-nav ul li {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .site-footer-nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .site-footer-nav ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.site-footer-nav ul li a {
  text-decoration: none;
  color: #212121;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.site-footer-nav ul li a:hover {
  color: #1f9b9f;
}

@media (min-width: 451px) {
  .site-footer-payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer-payment > * {
    width: 100%;
  }
  .site-footer-payment__banner--ymarket {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 35px;
  }
}

.site-footer-payment__icons:not(:last-child) {
  margin-bottom: 40px;
}

.site-footer-payment__icons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -4px -8px;
}

.site-footer-payment__icons ul li {
  width: 56px;
  height: 40px;
  background: #ffffff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin: 4px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-footer-payment__icons ul li img {
  max-width: 90%;
  max-height: 90%;
}

@media (max-width: 450px) {
  .site-footer-payment__banner--ymarket {
    margin-bottom: 29px;
  }
}

.site-footer-payment__banner img {
  display: block;
  max-width: 100%;
}

@media (max-width: 450px) {
  .site-footer-points__wrapper {
    margin-bottom: 40px;
  }
}

.site-footer-points__item:not(:last-child) {
  margin-bottom: 15px;
}

.site-footer-points__name {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  color: #828282;
  margin-bottom: 4px;
}

.site-footer-points__phone {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  color: #212121;
}

.site-footer-points__phone a {
  text-decoration: none;
  color: #212121;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.site-footer-points__phone a:hover {
  color: #1f9b9f;
}

.site-footer-points__link:not(:last-child) {
  margin-bottom: 16px;
}

.site-footer-points__link > a,
.site-footer-points__link > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #212121;
}

.site-footer-points__link > a:before,
.site-footer-points__link > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
}

.site-footer-points__link > a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.site-footer-points__link > a:hover {
  color: #1f9b9f;
}

.site-footer-points__link--email > a:before,
.site-footer-points__link--email > span:before {
  width: 16px;
  height: 13px;
  margin-top: -6px;
  background-image: url("../img/ico_email_accent.svg");
}

.site-footer-points__link--schedule > a:before,
.site-footer-points__link--schedule > span:before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url("../img/ico_time_accent.svg");
}

@media (min-width: 576px) {
  .site-footer-subscribe__form {
    max-width: 300px;
  }
}

.site-footer-subscribe__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.site-footer-subscribe__input:not(:last-child) {
  margin-bottom: 10px;
}

.site-footer-subscribe__input input,
.site-footer-subscribe__input button {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

.site-footer-subscribe__input input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #212121;
  background: #fff;
  padding: 10px 30px 10px 10px;
  margin-right: -20px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.site-footer-subscribe__input input:focus {
  border-color: #c2c2c2;
}

.site-footer-subscribe__input button {
  position: relative;
  color: #fff;
  background: #1f9b9f;
  padding: 11px 10px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  z-index: 1;
}

.site-footer-subscribe__input button:hover {
  background-color: #197e81;
}

.site-footer-subscribe__agree {
  min-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.site-footer-subscribe__agree input {
  display: none;
}

.site-footer-subscribe__agree label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  color: #828282;
  padding-left: 28px;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.site-footer-subscribe__agree label:hover {
  color: #212121;
}

.site-footer-subscribe__agree label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #f0f0f0;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.site-footer-subscribe__agree label:after {
  content: "";
  display: none;
  position: absolute;
  left: 5px;
  top: 50%;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url("../img/ico_check.svg") no-repeat center center/contain;
}

.site-footer-subscribe__agree label a {
  color: #828282;
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.site-footer-subscribe__agree label a:hover {
  color: #1f9b9f;
}

.site-footer-subscribe__agree input:checked + label:after {
  display: block;
}

.site-footer-soc ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -5px;
}

.site-footer-soc ul li {
  padding: 0 5px;
}

.site-footer-soc ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #c4c4c4;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.site-footer-soc ul li a:hover {
  background-color: #1f9b9f;
}

.site-footer-soc ul li a img {
  max-width: 90%;
  max-height: 90%;
}

@media (max-width: 450px) {
  .header-search {
    margin-bottom: 0;
  }
}

.prod-action__promo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: inherit;
      -ms-flex-line-pack: inherit;
          align-content: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-decoration: none;
  padding: 15px;
  background: #ffde56;
  -webkit-border-radius: 10px 10px 0px 0px;
          border-radius: 10px 10px 0px 0px;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.prod-action__promo a:hover {
  background-color: #ffd732;
}

.prod-action__promo a span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: inherit;
      -ms-flex-line-pack: inherit;
          align-content: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #212121;
}

.prod-action__promo a span:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff url("../img/ico_next.svg") no-repeat center center/10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-left: 6px;
}

.slider-nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
}

@media (max-width: 767px) {
  .slider-nav {
    display: none;
  }
}

.slider-nav__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #1f9b9f;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 5px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.slider-nav__btn svg {
  stroke: #1f9b9f;
  -webkit-transition: stroke 0.4s;
  -o-transition: stroke 0.4s;
  transition: stroke 0.4s;
  width: 8px;
  height: 12px;
}

.slider-nav__btn:hover {
  background-color: #1f9b9f;
}

.slider-nav__btn:hover svg {
  stroke: #fff;
}

.slider-nav__btn--prev svg {
  margin-left: -1px;
}

.slider-nav__btn--next svg {
  margin-left: 1px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.installation-service-block > div > strong {
	font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}
.installation-service-block__price span {
	font-size: 12px;
}
.installation-service-block > i {
    margin-left: 20px;
    font-size: 10px;
    margin-bottom: 10px;
}

.prod-action__item.prod-status {
  border-bottom: none !important;
  margin-top: none !important;
}

.prod-action__item.prod-delivery {
  border-bottom: none !important;
  margin-bottom: none !important;
}
