@charset "UTF-8";

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
  font-size: 14px;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  max-width: 1247px;
  margin: 0 auto;
  padding: 0px 23px;
}

.review__image img{
  width: 100px;
  height: 100px;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  -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: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating-block {
  display: table;
  font-size: 0;
}

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

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #303030;
  border-radius: 54px;
  padding: 100px;
  width: 100%;
  max-width: 748px;
}

.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 45px;
  right: 52px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icon/close.svg") center center/auto no-repeat;
}

.order-popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order-popup__title {
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  color: #FFFFFF;
}

.order-popup__form {
  margin-top: 50px;
  width: 100%;
}

.order-popup__input {
  width: 100%;
  background: #FFFFFF;
  border-radius: 17px;
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 30px 23px 43px;
}

.order-popup__input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.order-popup__input::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.order-popup__input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.order-popup__input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.order-popup__input::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.order-popup__input:first-child {
  margin-bottom: 16px;
}

.order-popup__btn {
  width: 100%;
  margin-top: 44px;
  background: #FFC637;
  border-radius: 17px;
  height: 103px;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
}

.header {
  padding: 15px 0px 16px;
  background: #303030;
  position: relative;
  z-index: 2;
}

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

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}

.header__logo span {
  margin-left: 15px;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
}

.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 62px;
     -moz-column-gap: 62px;
          column-gap: 62px;
}

.menu__link {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.icon-menu {
  display: none;
}

.footer {
  padding-top: calc(20px + 16 * ((100vw - 320px) / 1600));
  padding-bottom: calc(21px + 10 * ((100vw - 320px) / 1600));
}

.footer__content {
  text-align: center;
}

.footer__link {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #323232;
  margin-bottom: 8px;
  display: inline-block;
}

.footer__info {
  font-weight: 300;
  text-align: center;
  color: #323232;
  font-size: 24px;
  line-height: 28px;
}

.banner {
  padding: 100px 0px;
  position: relative;
}

.banner::after {
  content: url(../img/after.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-block;
}

.banner__container {
  position: relative;
  z-index: 1;
}

.banner__body {
  max-width: 875px;
  width: 100%;
  position: relative;
}

.banner__title {
  font-weight: bold;
  font-size: 64px;
  line-height: 78px;
  color: #303030;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 78px;
}

.banner__title span {
  color: #BF3180;
}

.banner__subtitle {
  font-weight: normal;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: #000000;
}

.banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 31px 0px 42px;
}

.banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.banner__icon {
  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;
  height: 39px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39px;
          flex: 0 0 39px;
  width: 39px;
  border-radius: 50%;
  border: 1px solid;
  border: 1px solid #C7C7C7;
  -webkit-box-shadow: 0px 5px 5px #C7C7C7;
          box-shadow: 0px 5px 5px #C7C7C7;
  background: #FFFFFF;
}

.banner__text {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-align: left;
}

.banner__sale {
  position: absolute;
  bottom: 0;
  left: 477px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.banner__discount {
  width: 178px;
  height: 101px;
  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;
  background: #FFC637;
  position: relative;
  margin-left: -27px;
}

.banner__discount::after {
  content: "";
  border: 50.5px solid transparent;
  border-left: 25px solid #FFC637;
  position: absolute;
  left: 100%;
  top: 0;
}

.banner__discount p {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
}

.banner__discount p span {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #FFFFFF;
}

.banner__price {
  margin-bottom: 26px;
}

.banner__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#AC146D), to(#D04D93));
  background: -o-linear-gradient(top, #AC146D 0%, #D04D93 100%);
  background: linear-gradient(180deg, #AC146D 0%, #D04D93 100%);
  border-radius: 11px;
  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;
  height: 90px;
  max-width: 426px;
  width: 100%;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
}

.price-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 426px;
  border-radius: 11px;
  overflow: hidden;
}

.price-banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  padding: 20px 0px;
}

.price-banner__item._old {
  background: #fff;
  color: #9D9D9D;
}

.price-banner__item._old .price-banner__value {
  text-decoration: line-through;
}

.price-banner__item._new {
  background: #303030;
  color: #FFFFFF;
}

.price-banner__name {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 5px;
}

.price-banner__value {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.warning {
  padding-bottom: 90px;
  padding-top: 60px;
}

.warning__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #303030;
}

.warning__title span {
  color: #BF3180;
}

.warning__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.warning__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #303030;
}

.why-select {
  padding-bottom: 90px;
  padding-top: 92px;
  background: #FEF2F9;
  position: relative;
}

.why-select::after {
  content: url(../img/before.png);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: inline-block;
}

.why-select__container {
  position: relative;
  z-index: 1;
}

.why-select__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #303030;
  max-width: 941px;
  width: 100%;
  margin: 0 auto;
}

.why-select__title span {
  color: #BF3180;
}

.why-select__body {
  margin-top: 50px;
}

.why-select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.why-select__item:not(:last-child) {
  margin-bottom: 50px;
}

.why-select__name {
  margin-bottom: 23px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #303030;
}

.why-select__description {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #303030;
}

.peculiarities {
  padding-top: 90px;
  padding-bottom: 109px;
  position: relative;
}

.peculiarities__container {
  max-width: 990px;
}

.peculiarities__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #303030;
}

.peculiarities__title span {
  color: #BF3180;
}

.peculiarities__body {
  margin-top: 50px;
}

.peculiarities__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 31px;
     -moz-column-gap: 31px;
          column-gap: 31px;
}

.peculiarities__item:not(:last-child) {
  margin-bottom: 50px;
}

.peculiarities__name {
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 17px;
}

.peculiarities__description {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #303030;
}

.cap {
  padding-top: 75px;
  padding-bottom: 94px;
  background: #F2F2F2;
  position: relative;
}

.cap::after {
  content: url(../img/cap-after.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-block;
}

.cap__container {
  max-width: 1070px;
  position: relative;
  z-index: 1;
}

.cap__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #303030;
  max-width: 998px;
  margin: 0px auto;
}

.cap__body {
  margin-top: 50px;
}

.cap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cap__item:not(:last-child) {
  margin-bottom: 50px;
}

.cap__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 15px;
  max-width: 417px;
}

.cap__description {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #303030;
}

.specification {
  padding-top: 90px;
  padding-bottom: 109px;
  position: relative;
}

.specification::after {
  content: url(../img/specification-bg.png);
  position: absolute;
  display: inline-block;
  right: calc(((100% - 1247px) / 2) / 2 /2);
  bottom: 0;
  pointer-events: none;
}

.specification__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #303030;
  max-width: 998px;
  margin: 0px auto;
}

.specification__body {
  margin-top: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}

.specification__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  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;
}

.specification__price .price-banner__item._old {
  background: #EEEEEE;
}

.specification__iframe {
  margin-top: 40px;
  width: 100%;
  padding-bottom: 53.6%;
  position: relative;
}

.specification__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.specification__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.specification__item {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #303030;
}

.specification__item:not(:last-child) {
  margin-bottom: 2px;
}

.specification__name {
  font-weight: 700;
}

.review {
  padding-top: 92px;
  padding-bottom: 92px;
  background: #FEF2F9;
  position: relative;
}

.review::after {
  content: url(../img/review-after.png);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: inline-block;
}

.review__container {
  position: relative;
  z-index: 1;
}

.review__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #303030;
}

.review__body {
  margin-top: 55px;
}

.review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}

.review__item:not(:last-child) {
  margin-bottom: 50px;
}

.review__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__main .review__main-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__img {
  display: none;
}

.review__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #303030;
  margin-right: 21px;
}

.review__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #303030;
}

.delivery {
  padding-top: 92px;
  padding-bottom: 90px;
}

.delivery__container {
  max-width: 1040px;
}

.delivery__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #303030;
}

.delivery__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 49px;
  margin-top: 66px;
}

.delivery__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 100px ) / 2);
          flex: 0 0 calc((100% - 100px ) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.delivery__item:nth-child(2),
.delivery__item:nth-child(4) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.delivery__num {
  height: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  width: 54px;
  background: #FFFFFF;
  border: 1px solid #CECECE;
  -webkit-box-shadow: 0px 5px 5px #C4C4C4;
          box-shadow: 0px 5px 5px #C4C4C4;
  border-radius: 50%;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #BF3180;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.delivery__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #303030;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 767.98px) {
  ._no-webp .banner{
    background: url(../img/bg-banner.png) right bottom/auto 100% no-repeat, #E9E9E9; }

  .delivery__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .delivery__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .delivery__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .delivery__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1259px) {
  .peculiarities::after {
    content: url(../img/peculiarities/bg.png);
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 1259px) {
  .menu__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .menu__link {
    font-size: 16px;
    line-height: 20px;
  }

  .banner {
    padding: 80px 0px;
  }

  .banner::after {
    display: none;
  }

  .warning__body {
    margin-top: 20px;
  }

  .why-select::after {
    display: none;
  }

  .cap::after {
    display: none;
  }

  .specification::after {
    display: none;
  }

  .review::after {
    display: none;
  }
}

@media (max-width: 1247px) {
  .footer__link {
    font-size: calc(13px + 11 * ((100vw - 320px) / 927));
  }

  .footer__link {
    line-height: calc(15px + 13 * ((100vw - 320px) / 927));
  }

  .footer__info {
    font-size: calc(13px + 11 * ((100vw - 320px) / 927));
  }

  .footer__info {
    line-height: calc(15px + 13 * ((100vw - 320px) / 927));
  }

  .banner__title {
    font-size: calc(38px + 26 * ((100vw - 320px) / 927));
  }

  .banner__title {
    line-height: calc(46px + 32 * ((100vw - 320px) / 927));
  }

  .warning {
    padding-bottom: calc(36px + 54 * ((100vw - 320px) / 927));
  }

  .warning {
    padding-top: calc(35px + 25 * ((100vw - 320px) / 927));
  }

  .warning__title {
    font-size: calc(24px + 24 * ((100vw - 320px) / 927));
  }

  .warning__title {
    line-height: calc(29px + 30 * ((100vw - 320px) / 927));
  }

  .why-select {
    padding-bottom: calc(36px + 54 * ((100vw - 320px) / 927));
  }

  .why-select {
    padding-top: calc(35px + 57 * ((100vw - 320px) / 927));
  }

  .why-select__title {
    font-size: calc(24px + 24 * ((100vw - 320px) / 927));
  }

  .why-select__title {
    line-height: calc(29px + 30 * ((100vw - 320px) / 927));
  }

  .peculiarities {
    padding-top: calc(35px + 55 * ((100vw - 320px) / 927));
  }

  .peculiarities {
    padding-bottom: calc(35px + 74 * ((100vw - 320px) / 927));
  }

  .peculiarities__title {
    font-size: calc(24px + 24 * ((100vw - 320px) / 927));
  }

  .peculiarities__title {
    line-height: calc(29px + 30 * ((100vw - 320px) / 927));
  }

  .cap {
    padding-top: calc(35px + 40 * ((100vw - 320px) / 927));
  }

  .cap {
    padding-bottom: calc(40px + 54 * ((100vw - 320px) / 927));
  }

  .cap__title {
    font-size: calc(24px + 24 * ((100vw - 320px) / 927));
  }

  .cap__title {
    line-height: calc(29px + 30 * ((100vw - 320px) / 927));
  }

  .specification {
    padding-top: calc(35px + 55 * ((100vw - 320px) / 927));
  }

  .specification {
    padding-bottom: calc(35px + 74 * ((100vw - 320px) / 927));
  }

  .specification__title {
    font-size: calc(24px + 24 * ((100vw - 320px) / 927));
  }

  .specification__title {
    line-height: calc(29px + 30 * ((100vw - 320px) / 927));
  }

  .review {
    padding-top: calc(35px + 57 * ((100vw - 320px) / 927));
  }

  .review {
    padding-bottom: calc(35px + 57 * ((100vw - 320px) / 927));
  }

  .review__title {
    font-size: calc(24px + 24 * ((100vw - 320px) / 927));
  }

  .review__title {
    line-height: calc(29px + 30 * ((100vw - 320px) / 927));
  }

  .delivery {
    padding-top: calc(30px + 62 * ((100vw - 320px) / 927));
  }

  .delivery {
    padding-bottom: calc(35px + 55 * ((100vw - 320px) / 927));
  }

  .delivery__title {
    font-size: calc(24px + 24 * ((100vw - 320px) / 927));
  }

  .delivery__title {
    line-height: calc(29px + 30 * ((100vw - 320px) / 927));
  }
}

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

  .select__options {
    font-size: 18px;
  }

  .menu__body {
    position: absolute;
    top: 0;
    left: 0;
    background: #303030;
    top: 0;
    left: -100vw;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 0px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .menu__body._active {
    left: 0;
  }

  .menu__list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
    -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;
  }

  .menu__link {
    font-size: 18px;
    line-height: 22px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 34px;
    height: 21px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .banner {
    padding: 70px 0px;
  }

  .banner__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .warning__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .warning__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
  }

  .warning__image img {
    max-width: 100%;
    width: 100%;
  }

  .warning__text {
    font-size: 20px;
    line-height: 25px;
  }

  .why-select__item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .why-select__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }

  .why-select__image img {
    max-width: 100%;
    width: 100%;
  }

  .why-select__name {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 27px;
  }

  .why-select__description {
    font-size: 16px;
    line-height: 20px;
  }

  .peculiarities__name {
    font-size: 20px;
    line-height: 25px;
  }

  .peculiarities__description {
    font-size: 18px;
    line-height: 23px;
  }

  .cap__item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .cap__name {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    max-width: 370px;
  }

  .cap__description {
    font-size: 18px;
    line-height: 22px;
  }

  .specification__body {
    display: block;
    margin-top: 30px;
  }

  .specification__left {
    margin-bottom: 35px;
  }

  .specification__iframe {
    margin-top: 30px;
  }

  .review__text br {
    display: none;
  }

  .delivery__body {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 30px;
    margin-top: 50px;
  }

  .delivery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px ) / 2);
            flex: 0 0 calc((100% - 40px ) / 2);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .delivery__item:nth-child(2),
  .delivery__item:nth-child(4) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 800px) {
  .banner__sale {
    left: 445px;
  }
}

@media (max-width: 767.98px) {
  .popup__body {
    padding: 50px;
  }

  .popup__close {
    top: 35px;
    right: 45px;
  }

  .order-popup__title {
    font-size: 45px;
    line-height: 60px;
  }

  .order-popup__form {
    margin-top: 30px;
  }

  .order-popup__input {
    padding: 23px 20px 23px 25px;
  }

  .order-popup__btn {
    font-size: 29px;
    line-height: 38px;
    height: 85px;
    margin-top: 35px;
  }

  .header__logo img {
    width: 25px;
  }

  .header__logo span {
    font-size: 28px;
    line-height: 31px;
    margin-left: 10px;
  }

  .banner {
    padding: 60px 0px;
  }

  ._no-webp .banner{
    background: url(../img/bg-banner-mob.png) right bottom/cover no-repeat, #E9E9E9; }

  .banner__body {
    text-align: center;
    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;
  }

  .banner__subtitle {
    font-size: 22px;
    line-height: 26px;
  }

  .banner__list {
    margin-bottom: 30px;
  }

  .banner__text {
    text-align: left;
  }

  .banner__sale {
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -50px;
  }

  .banner__image {
    position: relative;
    z-index: 1;
  }

  .banner__discount {
    margin-bottom: -40px;
  }

  .banner__price {
    position: relative;
    z-index: 1;
  }

  .warning__body {
    -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;
    margin-top: 10px;
  }

  .warning__image {
    max-width: 335px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 15px;
  }

  .warning__text {
    text-align: center;
  }

  .why-select__body {
    margin-top: 40px;
  }

  .why-select__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .why-select__item {
    -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;
  }

  .why-select__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 25px;
  }

  .why-select__info {
    text-align: center;
  }

  .peculiarities__body {
    margin-top: 40px;
  }

  .peculiarities__item:not(:last-child) {
    margin-bottom: 35px;
  }

  .peculiarities__item {
    -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;
    text-align: center;
  }

  .peculiarities__image {
    margin-bottom: 20px;
  }

  .cap__body {
    margin-top: 35px;
  }

  .cap__item:not(:last-child) {
    margin-bottom: 35px;
  }

  .cap__item {
    -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;
    text-align: center;
  }

  .cap__image {
    margin-bottom: 20px;
  }

  .cap__name {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .specification__body {
    margin-top: 20px;
  }

  .specification__right {
    text-align: center;
  }

  .specification__item {
    font-size: 20px;
    line-height: 22px;
  }

  .review__body {
    margin-top: 30px;
  }

  .review__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .review__image {
    display: none;
  }

  .review__main {
    margin-bottom: 15px;
  }

  .review__img {
    display: block;
    margin-right: 21px;
  }

  .review__name {
    font-size: 20px;
    line-height: 24px;
    margin-right: 15px;
  }

  .delivery__body {
    margin-top: 30px;
  }

  .delivery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .delivery__item:nth-child(2),
  .delivery__item:nth-child(4) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 560px) {
  .popup__body {
    padding: 30px;
    border-radius: 40px;
  }

  .popup__close {
    top: 28px;
    right: 35px;
  }

  .order-popup__title {
    font-size: 32px;
    line-height: 40px;
  }

  .order-popup__form {
    margin-top: 25px;
  }

  .order-popup__btn {
    font-size: 24px;
    line-height: 28px;
    height: 70px;
    margin-top: 25px;
  }
}

@media (max-width: 479.98px) {
  .popup__body {
    padding: 40px 15px 30px;
    border-radius: 30px;
  }

  .popup__close {
    top: 20px;
    right: 25px;
  }

  .order-popup__title {
    font-size: 25px;
    line-height: 32px;
  }

  .order-popup__input {
    height: 50px;
    padding: 15px 10px 15px 15px;
  }

  .order-popup__btn {
    font-size: 18px;
    line-height: 24px;
    height: 55px;
  }

  .header__logo span {
    font-size: 24px;
    line-height: 29px;
    margin-left: 8px;
  }

  .header__logo img {
    width: 24px;
  }

  .menu__body {
    padding-top: 90px;
  }

  .banner {
    padding: 44px 0px 50px;
  }

  .banner__subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .banner__item {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .banner__text {
    font-size: 18px;
    line-height: 22px;
  }

  .banner__price {
    margin-bottom: 20px;
  }

  .banner__btn {
    height: 55px;
    font-size: 18px;
    line-height: 22px;
  }

  .price-banner__item {
    padding: 15px 0px;
  }

  .price-banner__name {
    line-height: 17px;
    font-size: 14px;
  }

  .price-banner__value {
    font-size: 24px;
    line-height: 29px;
  }

  .warning__text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .why-select__body {
    margin-top: 25px;
  }

  .why-select__item:not(:last-child) {
    margin-bottom: 35px;
  }

  .why-select__name {
    font-size: 18px;
    line-height: 22px;
  }

  .why-select__description {
    font-size: 16px;
    line-height: 20px;
  }

  .peculiarities__body {
    margin-top: 25px;
  }

  .peculiarities__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .peculiarities__image {
    margin-bottom: 15px;
    width: 153px;
  }

  .peculiarities__image img {
    width: 100%;
    max-width: 100%;
  }

  .peculiarities__name {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 22px;
  }

  .peculiarities__description {
    font-size: 16px;
    line-height: 20px;
  }

  .cap__body {
    margin-top: 20px;
  }

  .cap__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .cap__image {
    width: 189px;
    margin-bottom: 16px;
  }

  .cap__image img {
    width: 100%;
    max-width: 100%;
  }

  .cap__name {
    font-size: 18px;
    line-height: 22px;
  }

  .cap__description {
    font-size: 16px;
    line-height: 20px;
  }

  .specification__left {
    margin-bottom: 15px;
  }

  .specification__iframe {
    margin-top: 15px;
  }

  .specification__item {
    font-size: 16px;
    line-height: 20px;
  }

  .review__body {
    margin-top: 20px;
  }

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

  .review__info {
    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;
  }

  .review__main .review__main-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .review__img {
    margin-right: 11px;
    width: 76px;
  }

  .review__name {
    font-size: 18px;
    line-height: 22px;
  }

  .review__star {
    width: 111px;
  }

  .review__star img {
    width: 100%;
    max-width: 100%;
  }

  .review__text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .delivery__body {
    margin-top: 15px;
  }

  .delivery__item {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .delivery__text {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 365px) {
  .banner__sale {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .banner__list {
    max-width: 205px;
    width: 100%;
    row-gap: 11px;
  }
}

@media (any-hover: hover) {
  .menu__link:hover {
    text-decoration: underline;
  }
}

@media (min-width: 767.98px){

  ._webp .banner{ background: url(../img/bg-banner.webp) right bottom/auto 100% no-repeat, #E9E9E9; }
}

@media (max-width: 767.98px){

  ._webp .banner{ background: url(../img/bg-banner-mob.webp) right bottom/cover no-repeat, #E9E9E9; }
}