@font-face {
  font-family: "Quinquefive";
  src: url("../fonts/quinquefive/quinquefive.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/onest/onest-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/onest/onest-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/onest/onest-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/onest/onest-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/onest/onest-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

html,
body {
  height: 100% !important;
}

body {
  font: 400 16px / 1.6875 "Onest", serif;
  background: #FFFFFF;
  color: #2A2A2A;
}

body.opened-modal {
  overflow: hidden;
}

a {
  color: #26BFD4;
  outline: none;
}

p {
  margin: 0 0 29px;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

q {
  display: block;
  quotes: none;
  margin: 0 0 29px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #31637B;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}

h1,
.h1 {
  font-size: 30px;
  margin-bottom: 23px;
}

h2,
.h2 {
  font-size: 30px;
  margin-bottom: 26px;
}

h3,
.h3 {
  font-size: 24px;
  margin-bottom: 22px;
}

h4,
.h4 {
  font-size: 18px;
  margin-bottom: 24px;
}

h5,
.h5 {
  font-size: 16px;
  margin-bottom: 24px;
}

h6,
.h6 {
  font-size: 14px;
  margin-bottom: 25px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 29px;
  padding: 0;
}

ul.marker li,
ol.marker li {
  position: relative;
  padding-left: 22px;
}

ul.marker li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 11px;
  background: #2A2A2A;
}

ol.marker li {
  counter-increment: step-counter;
}

ol.marker li:before {
  content: counter(step-counter) ". ";
  display: block;
  color: #2A2A2A;
  position: absolute;
  left: 0;
  top: 0;
}

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

svg {
  overflow: hidden;
  display: block;
}

input,
textarea {
  color: #2A2A2A !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-text-fill-color: #2A2A2A;
}

input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #2A2A2A;
}

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

select {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 6px;
  outline: none;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  border: none;
  font: 400 16px "Onest", serif;
  color: #2A2A2A;
  padding: 0 6px;
  cursor: pointer;
}

select:disabled {
  color: #B3B3B3;
  opacity: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cover {
  padding: 0 15px;
  margin: 0 auto;
  min-width: 320px;
}

.slick-slider {
  display: block !important;
}

.slick-list {
  overflow: visible;
}

.slick-track {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

.slick-track:before,
.slick-track:after {
  display: none;
}

.slick-slide {
  float: none;
  height: auto;
  min-height: 0;
  flex: 0 0 auto;
  outline: none;
}

.slick-initialized .slick-slide {
  display: flex;
}

.slick-slide > div {
  outline: none;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
}

.slick-arrow {
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.slick-prev {
  transform: scale(-1, 1);
}

.slick-dots {
  margin: 0 -4px -8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  flex: 0 0 auto;
  margin: 0 4px 8px;
}

.slick-dots button {
  display: block;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  background: #DDDDDD;
  border: none;
  width: 8px;
  height: 8px;
  transition: background-color 200ms ease;
}

.slick-dots .slick-active button {
  background-color: #26BFD4;
}

.fancybox-bg {
  background: #2A2A2A;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.fancybox-slide {
  padding: 15px;
}

.fancybox-slide--html {
  padding: 15px;
}

.fancybox-content {
  padding: 0;
}

.ui-datepicker {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 0 5px 5px;
}

.ui-datepicker-header {
  position: relative;
  height: 45px;
  padding: 0 40px;
  margin: 0 -5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  width: 10px;
  height: 12px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev {
  border-right: 10px solid #000000;
  left: 15px;
  transition: border-right-color 200ms ease;
}

.ui-datepicker-prev.ui-state-disabled {
  border-right-color: #DDDDDD;
}

.ui-datepicker-next {
  border-left: 10px solid #000000;
  right: 15px;
  transition: border-left-color 200ms ease;
}

.ui-datepicker-next.ui-state-disabled {
  border-left-color: #DDDDDD;
}

.ui-datepicker-title {
  text-align: center;
  white-space: nowrap;
  line-height: 2.8125;
  color: #000000;
}

.ui-datepicker-calendar {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
}

.ui-datepicker-calendar th {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  padding: 14px 5px;
}

.ui-datepicker-calendar td {
  padding: 0;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  padding: 11px 4px;
}

.ui-datepicker-calendar td a {
  display: block;
  text-decoration: none;
  line-height: 1;
  color: #000000;
  font-size: 16px;
  border: 1px solid transparent;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
}

.ui-datepicker-calendar td a.ui-state-active {
  background-color: #2141E4;
  color: #FFFFFF !important;
  border-color: #2141E4 !important;
}

.ui-datepicker-calendar td span.ui-state-default {
  opacity: 0.2;
}

.tooltipster-sidetip .tooltipster-box {
  background: #FFFFFF;
  border-radius: 6px;
  border: none;
  box-shadow: 0 4px 25px rgba(63, 54, 137, 0.25);
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 0;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 0;
}

.tooltipster-sidetip .tooltipster-content {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #31637B;
  text-align: center;
  padding: 10.5px 15px;
  max-height: auto;
  overflow: visible;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -9px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -9px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  top: -9px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -9px;
}

.tooltipster-arrow-border {
  display: none;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #FFFFFF;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #FFFFFF;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FFFFFF;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #FFFFFF;
}

.jq-number {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 29px !important;
}

.jq-number__field {
  width: 100%;
}

.jq-number__field input {
  padding: 0 5px;
  text-align: center;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  width: 29px;
  height: 29px;
  background: #26BFD4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.jq-number__spin.minus {
  right: 0;
}

.jq-number__spin.plus {
  left: 0;
}

.jq-number__spin:before,
.jq-number__spin:after {
  content: "";
  position: absolute;
  background: #FFFFFF;
}

.jq-number__spin:before {
  width: 9px;
  height: 1px;
  top: 14px;
  left: 10px;
}

.jq-number__spin:after {
  width: 1px;
  height: 9px;
  top: 10px;
  left: 14px;
}

.jq-number__spin.minus:after {
  display: none;
}

.jq-selectbox {
  display: block;
  width: 100%;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 48px;
  padding: 0 45px 0 10px;
  border-radius: 6px;
  background: #FFFFFF;
  font: 400 16px "Onest", serif;
  color: #2A2A2A;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
}

.jq-selectbox.disabled .jq-selectbox__select {
  color: #B3B3B3;
  cursor: default;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  padding-top: 14px;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: url(../images/arrow-dropdown.svg) center center no-repeat;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
}

.jq-selectbox__dropdown {
  width: 100%;
  margin: 2px 0;
  padding: 0;
  border-radius: 6px;
  background: #FFFFFF;
  font: 400 16px "Onest", serif;
  overflow: hidden;
  z-index: 100;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
}

.jq-selectbox ul {
  margin: 0;
  padding: 10px 0;
}

.jq-selectbox li {
  padding: 5px 10px;
  color: #2A2A2A;
  transition: color 200ms ease;
}

.jq-selectbox li.selected {
  color: #26BFD4;
}

.jq-selectbox li:hover {
  color: #26BFD4;
}

.jq-selectbox li.disabled {
  color: #B3B3B3;
  cursor: default;
}

.jq-selectbox li.disabled:hover {
  color: #B3B3B3;
}

.irs {
  font-family: "Onest", serif;
  font-size: 9px;
}

.irs--flat {
  height: 16px;
}

.irs--flat.irs-with-grid {
  height: 16px;
}

.irs--flat .irs-line {
  height: 2px;
  border-radius: 0;
  background: #B3B3B3;
  top: 7px;
}

.irs--flat .irs-bar {
  height: 2px;
  background: #26BFD4;
  top: 7px;
}

.irs--flat .irs-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(197.29deg, #1ABFD7 33.51%, #0094AA 74.68%);
  top: 0;
  cursor: pointer;
}

.irs-handle i {
  display: none !important;
}

.irs-handle:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 50%;
  background: linear-gradient(259.91deg, #F5F5F5 13.93%, #E0E0E0 96.72%);
}

.btn {
  display: block;
  cursor: pointer;
  border: none;
  background: #26BFD4;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 10px;
  font: 400 20px / 1.2 "Onest", serif;
  outline: none;
  padding: 12px 19px;
  width: 100%;
  text-align: center;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}

.field__label {
  color: #000000;
  margin-bottom: 6px;
  line-height: 1.1875;
}

.field__label span {
  color: #F4470B;
}

.field__content {
  position: relative;
}

.field__input,
.field__textarea {
  display: block;
  width: 100%;
  background: #FFFFFF;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  border: none;
  font: 400 16px "Onest", serif;
  border-radius: 6px;
  outline: none;
}

.field__input {
  height: 48px;
  padding: 0 10px;
}

.field__textarea {
  height: 110px;
  resize: none;
  padding: 16px 10px;
}

.field__signature {
  font-size: 12px;
  line-height: 1.1666666667;
  color: #3D3D3D;
  margin-top: 14px;
}

.carousel {
  position: relative;
}

.carousel__list {
  display: flex;
  margin: 0 -10px;
  position: relative;
  z-index: 2;
}

.carousel .slick-slide {
  width: 260px;
}

.carousel__item {
  display: flex !important;
  flex: 0 0 auto;
  width: 260px;
  padding: 15px 10px;
}

.slick-slide .carousel__item {
  width: 100% !important;
}

.carousel .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 20px;
  height: 32px;
  z-index: 3;
}

.carousel .slick-arrow__icon {
  width: 20px;
  height: 32px;
  fill: #2A2A2A;
}

.carousel .slick-prev {
  left: 0;
}

.carousel .slick-next {
  right: 0;
}

.card {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
  border: 1px solid #D7E3EB;
  border-radius: 10px;
  background: #FFFFFF;
  padding-bottom: 7px;
  transition: box-shadow 200ms ease;
}

.card__img-conatiner {
  flex: 0 0 auto;
  width: 100%;
  height: 166px;
  position: relative;
}

.card__sub-buttons {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}

.card__sub-buttons_detail {
  right: 24px;
  top: 24px;
  z-index: 5;
}

.card__compare,
.card__favorites {
  width: 22px;
  height: 20px;
  cursor: pointer;
  position: relative;
  display: block;
}

.card__compare + .card__favorites,
.card__favorites + .card__compare {
  margin-top: 10px;
}

.card__compare-input,
.card__favorites-input {
  display: none;
}

.card__compare-icon,
.card__favorites-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: fill 200ms ease;
}

.card__compare-icon {
  width: 18px;
  height: 20px;
  margin-left: -9px;
  margin-top: -10px;
  fill: #31637B;
}

.card__compare-input:checked + .card__compare-icon {
  fill: #26BFD4;
}

.card__favorites-icon {
  width: 22px;
  height: 20px;
  margin-left: -11px;
  margin-top: -10px;
  stroke-width: 3px;
  stroke: #EC1C24;
  fill: rgba(236, 28, 36, 0);
}

.card__favorites-input:checked + .card__favorites-icon {
  fill: #EC1C24;
}

.card__img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  text-decoration: none;
  padding: 20px;
}

.card__img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.card__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.card_not-available .card__img {
  opacity: 0.5;
}

.card__name {
  flex: 1 0 auto;
  text-align: center;
  padding: 0 20px 13px;
  font-size: 14px;
  color: #2A2A2A;
  margin: 0;
  line-height: 1.2142857143;
}

.card__name-link {
  text-decoration: none;
  color: #2A2A2A;
  display: block;
  transition: color 200ms ease;
  font-weight: 600;
}

.card__footnote {
  padding: 0 20px 13px;
}

.card__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px;
  justify-content: center;
  text-align: center;
}

.card__price-current {
  padding: 0 5px;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  color: #31637B;
}

.card__price-current span {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
}

.card__btn-container {
  display: flex;
  justify-content: center;
}

.card__prices + .card__btn-container {
  margin-top: 18px;
}

.card__btn {
  width: auto;
  font-size: 16px;
  line-height: 1.1875;
  padding: 11.5px 17px;
  min-width: 120px;
}

.card_not-available .card__btn {
  background: #B3B3B3;
}

.steps {
  position: relative;
}

.steps:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #B3B3B3;
  position: absolute;
  left: 0;
  bottom: 7px;
}

.steps__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.steps__item {
  padding: 0 10px;
  position: relative;
  padding-bottom: 36px;
  line-height: 1.1875;
  text-align: center;
}

.steps__item:before,
.steps__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.steps__item:before {
  background: linear-gradient(197.29deg, #1ABFD7 33.51%, #0094AA 74.68%);
  z-index: 1;
}

.steps__item:after {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  bottom: 2px;
  z-index: 2;
  background: linear-gradient(259.91deg, #F5F5F5 13.93%, #E0E0E0 96.72%);
}

.steps__item.active:after {
  background: linear-gradient(197.29deg, #1ABFD7 33.51%, #0094AA 74.68%);
  transform: rotate(-180deg);
}

.basket-info {
  background: linear-gradient(201.66deg, #FCFCFC 19.32%, #F4F4F4 77.93%);
  border-radius: 20px;
  border: 1px solid #D7E4EC;
}

.basket-info__form {
  padding: 14px 15px 24px;
}

.basket-info__field {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  margin-top: 10px;
}

.basket-info__field-input {
  height: 50px;
  border-radius: 10px;
}

.basket-info__btn-container {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 10px;
}

.basket-info__btn {
  border-radius: 10px;
  padding: 0;
  height: 50px;
}

.basket-info__list {
  padding: 25px 15px 22px;
  border-top: 1px solid #D8E3EB;
}

.basket-info__item {
  line-height: 1.1875;
  display: flex;
  align-items: flex-end;
  margin: 18px -10px 0;
}

.basket-info__item:first-child {
  margin-top: 0;
}

.basket-info__item span {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.basket-info__name {
  flex: 1 1 auto;
  width: 100%;
  padding: 0 10px;
}

.basket-info__value {
  flex: 0 0 auto;
  padding: 0 10px;
  text-align: right;
}

.basket-info__itog {
  border-top: 1px solid #D8E3EB;
  padding: 0 15px;
}

.basket-info__itog-detail {
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.basket-info__itog-name {
  flex: 1 1 auto;
  width: 100%;
  padding: 0 10px;
}

.basket-info__itog-value {
  flex: 0 0 auto;
  padding: 0 10px;
  text-align: right;
}

.basket-info__itog-value span {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
}

.basket-info__social-wrapper {
  margin: 0 -9px;
  padding: 23px 0 11px;
}

.basket-info__itog-detail + .basket-info__social-wrapper {
  padding-top: 0;
}

.basket-info__social-label {
  padding: 0 9px 12px;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 500;
}

.basket-info__social-content {
  padding: 0 9px;
}

.basket-info__social-list {
  display: flex;
  margin: 0 -6px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.basket-info__social-item {
  flex: 0 0 auto;
  padding: 0 6px 12px;
}

.basket-info__social-link {
  display: block;
  text-decoration: none;
}

.basket-info__social-icon {
  width: 32px;
  height: 32px;
  fill: #26BFD4;
}

.counter {
  width: 100%;
  height: 29px;
  border: none;
  border-radius: 0;
  padding: 0 34px;
  background: #FFFFFF;
  font: 400 20px / 1 "Onest", serif;
  color: #2A2A2A;
  text-align: center;
  outline: none;
}

.pagination__list {
  margin: 0 -3px -6px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.pagination__item {
  flex: 0 0 auto;
  padding: 0 3px 6px;
}

.pagination__link {
  display: block;
  min-width: 30px;
  height: 30px;
  border: 1px solid #26BFD4;
  text-align: center;
  padding: 0 3px;
  font-size: 18px;
  line-height: 1.6666666667;
  color: #26BFD4;
  text-decoration: none;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.pagination__link_dots {
  border-color: transparent;
  min-width: 0;
  padding: 0;
}

.active > .pagination__link {
  color: #FFFFFF;
  background-color: #26BFD4;
  box-shadow: 0 0 4px #1ABFD7;
}

.pagination__link_arrow-prev,
.pagination__link_arrow-next {
  border: none;
  position: relative;
  min-width: 40px;
}

.pagination__link_arrow-prev {
  transform: scale(-1, 1);
}

.pagination__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  width: 8px;
  height: 14px;
  fill: #26BFD4;
  transition: fill 200ms ease;
}

.pagination__arrow_prev {
  margin-left: -7px;
}

.pagination__arrow_next {
  margin-left: -7px;
}

.pagination__item.active .pagination__arrow {
  fill: #FFFFFF;
}

.filter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 200ms ease;
  margin: 0 !important;
  padding: 0;
  background: #F4F4F4;
}

.opened-modal .filter {
  transform: translateX(0);
}

.filter__header {
  height: 65px;
  position: absolute;
  background: #F4F4F4;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  border-bottom: 1px solid #E0E0E1;
}

.filter__title {
  flex: 1 1 auto;
  width: 100%;
  margin: 0;
}

.filter__btn-cross {
  position: relative;
  margin-right: -15px;
  width: 48px;
  height: 64px;
  outline: none;
  padding: 0;
  border: none;
  cursor: pointer;
  font-size: 0;
  border-radius: 0;
  background: none;
  flex: 0 0 auto;
}

.filter__btn-icon-cross {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #2A2A2A;
  stroke-width: 2px;
  margin-left: -8px;
  margin-top: -8px;
}

.filter__content {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 65px 0 0;
  width: 100%;
  height: 100%;
}

.filter__section {
  border-bottom: 1px solid #E0E0E1;
}

.filter__section:last-child {
  border-bottom: none;
}

.filter__section-name {
  margin: 0;
  position: relative;
  padding: 19px 54px 19px 15px;
  font-weight: 500;
  color: #2A2A2A;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter__section-name-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  border: 1px solid #D9E2E8;
  border-radius: 6px;
  background: #FFFFFF;
  transition: transform 200ms ease;
  transform: scale(1, -1);
}

.filter__section.active .filter__section-name-icon {
  transform: scale(1, 1);
}

.filter__section-name-arrow {
  width: 14px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -4px;
  fill: #31637B;
}

.filter__section-content {
  padding: 15px;
  border-top: 1px solid #E0E0E1;
  display: none;
}

.filter__section.active .filter__section-content {
  display: block;
}

.filter__variables {
  margin: 0;
}

.filter__variable-item {
  margin-top: 8px;
}

.filter__variable-item:first-child {
  margin-top: 0;
}

.filter__sertification {
  display: block;
  cursor: pointer;
}

.filter__sertification-input {
  display: none;
}

.filter__sertification-elements {
  display: flex;
  align-items: flex-start;
}

.filter__sertification-marker {
  flex: 0 0 auto;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
}

.filter__sertification-img {
  max-width: none;
  width: 100%;
  border-radius: 6px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: opacity 200ms ease, -webkit-filter 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease, -webkit-filter 200ms ease;
  opacity: 0.6;
}

.filter__sertification-input:checked + .filter__sertification-elements .filter__sertification-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.filter__sertification-label {
  display: block;
  font-size: 16px;
  line-height: 1.1875;
  color: #2A2A2A;
}

.filter__sertification-marker + .filter__sertification-label {
  padding-left: 15px;
  margin-top: 4px;
}

.filter__color-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -6px -12px;
}

.filter__color-item {
  flex: 0 0 auto;
  width: 24px;
  margin: 0 6px 12px;
}

.filter__color-btn {
  display: block;
  cursor: pointer;
}

.filter__color-btn-input {
  display: none;
}

.filter__color-btn-marker {
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.filter__color-btn-marker:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #26BFD4;
  transition: opacity 200ms ease, visibility 200ms ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.filter__color-btn-input:checked + .filter__color-btn-marker:before {
  opacity: 1;
  visibility: visible;
}

.filter__color-btn-icon {
  max-width: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.range__fields {
  display: flex;
  align-items: center;
}

.range__field-item {
  flex: 1 1 auto;
  padding: 0 18px 0 0;
  position: relative;
  margin-bottom: 10px;
}

.range__fields-line {
  flex: 0 0 auto;
  width: 15px;
  height: 1px;
  background: #2A2A2A;
  margin: 0 13px 10px;
}

.range__field-currency {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font: 400 16px / 2 "Roboto", sans-serif;
  text-align: right;
  color: #2A2A2A;
}

.range__field-input {
  height: 32px;
  border-radius: 8px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 16px;
  padding: 0 5px;
}

.range__slider-container {
  height: 16px;
}

.range__slider {
  display: none;
}

.toggler {
  display: block;
  cursor: pointer;
}

.toggler__input {
  display: none;
}

.toggler__elements {
  display: flex;
  align-items: flex-start;
}

.toggler__marker {
  flex: 0 0 auto;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #FBA746;
}

.toggler__marker:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 200ms ease;
}

.toggler__input[type=checkbox] + .toggler__elements .toggler__marker {
  border-radius: 6px;
}

.toggler__input[type=checkbox] + .toggler__elements .toggler__marker:before {
  width: 15px;
  height: 8px;
  border-left: 3px solid #03A0C6;
  border-bottom: 3px solid #03A0C6;
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
}

.toggler__input[type=radio] + .toggler__elements .toggler__marker {
  border-radius: 50%;
  transition: border-color 200ms ease;
}

.toggler__input[type=radio] + .toggler__elements .toggler__marker:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #03A0C6;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
}

.toggler__input:checked + .toggler__elements .toggler__marker:before {
  opacity: 1;
}

.toggler__label {
  display: block;
  font-size: 16px;
  line-height: 1.1875;
  color: #2A2A2A;
}

.toggler__marker + .toggler__label {
  padding-left: 15px;
  margin-top: 4px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.wrapper__content {
  flex: 1 0 auto;
}

.wrapper__head {
  position: relative;
  z-index: 1000;
}

.wrapper__stub {
  height: 0;
}

.wrapper__float {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.wrapper__head._floating .wrapper__float {
  position: fixed;
  z-index: 1000;
}

.wrapper__foter {
  flex: 0 0 auto;
}

.header {
  position: relative;
  background: #FFFFFF linear-gradient(0deg, rgba(245, 245, 245, 0.3) 0%, rgba(244, 244, 244, 0.3) 100%);
}

.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(183, 239, 247, 0) 0%, #b7eff7 100%);
}

.header__cover {
  padding: 0 10px;
  position: relative;
}

.header__wrapper {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
}

.header__logo-icon {
  color: #1abfd7;
}

.header__logo-link {
  flex: 0 0 auto;
  text-decoration: none;
  display: block;
}

.header__logo-img {
  position: absolute;
  left: -10px;
  bottom: -11px;
  z-index: 1;
  display: none;
}

.header__logo-name,
.header__logo-description {
  position: relative;
  z-index: 2;
}

.header__logo-name {
  width: 140px;
  height: 17px;
}

.header__logo-description {
  font-family: "Quinquefive", serif;
  font-size: 5px;
  line-height: 1.1666666667;
  color: #000000;
}

.header__logo-name + .header__logo-description {
  margin-top: 5px;
}

.header__contacts {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: space-between;
}

.header__telephones {
  flex: 0 0 auto;
  position: relative;
  margin: auto;
}

.header__telephone-item {
  font-weight: 700;
  color: #31637B;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1;
}

.header__telephone-item:first-child {
  margin-top: 0;
}

.header__telephone-link {
  color: #31637B;
  text-decoration: none;
  cursor: default;
  white-space: nowrap;
}

.header__call {
  flex: 0 0 auto;
  position: relative;
}

.header__call-link {
  display: block;
  font-size: 16px;
  line-height: 1.1875;
  color: #FFFFFF;
  text-align: center;
  background: #fba746;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  height: 34px;
  width: 34px;
}

.header__call-icon {
  width: 18px;
  height: 16px;
  fill: #FFFFFF;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -8px;
}

.header__call-label {
  display: none;
}

.header__call-icon + .header__call-label {
  margin-top: 3px;
}

.header__networks {
  flex: 0 0 auto;
  margin: 0 -6px -12px;
  width: 80px;
  display: none;
  flex-wrap: wrap;
  align-items: center;
}

.header__network-item {
  margin: 0 6px 12px;
}

.header__network-link {
  display: block;
  text-decoration: none;
}

.header__network-icon {
  width: 28px;
  height: 28px;
  fill: #26BFD4;
}

.header__mode {
  flex: 0 0 auto;
  display: none;
  position: relative;
}

.header__mode-title {
  color: #31637B;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2222222222;
}

.header__mode-list {
  margin: 0;
}

.header__mode-title + .header__mode-list {
  margin-top: 9px;
}

.header__mode-item {
  line-height: 1.1875;
  color: #31637B;
  font-weight: 500;
  margin-top: 3px;
}

.header__mode-item:first-child {
  margin-top: 0;
}

.header__btn-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 500;
  width: auto;
  gap: 4px;
  justify-content: flex-end;
}

._floating .header__btn-container {
  top: 0;
  position: fixed;
  z-index: 1001;
}

.header__btn {
  display: block;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0;
  background: none;
  outline: none;
  padding: 0;
  border: none;
  font-size: 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__btn-icon_search {
  width: 20px;
  height: 20px;
  fill: #FFFFFF;
}

.header__btn-icon_compare {
  width: 18px;
  height: 20px;
  fill: #31637B;
}

.header__btn-icon_favorites {
  width: 22px;
  height: 20px;
  fill: transparent;
  stroke: #ec1c24;
  stroke-width: 3px;
}

.header__btn-icon_basket {
  width: 18px;
  height: 20px;
  fill: #FFFFFF;
}

.header .search-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background: linear-gradient(197deg, #1abfd7 33.51%, #0094aa 74.68%);
  padding: 5px;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.header .search-wrap * {
  transition: all 0.3s ease-in-out;
}

.header .search-wrap form {
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0%;
  z-index: -1;
  background: linear-gradient(197deg, #1abfd7 33.51%, #0094aa 74.68%);
  padding: 5px;
  border-radius: 5px;
  opacity: 0;
}

.header .search-wrap form > input {
  height: 40px;
}

.header .search-wrap .hints {
  padding: 5px;
  border-radius: 5px;
  background: linear-gradient(197deg, #1abfd7 33.51%, #0094aa 74.68%);
  position: absolute;
  top: 110%;
  right: 0;
  width: 0px;
  overflow: hidden;
  opacity: 0;
}

.header .search-wrap .hints > ul {
  left: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-wrap: nowrap;
  opacity: 0;
}

.header .search-wrap .hints > ul > li {
  padding: 4px 8px;
  background-color: #ffffffb9;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

.header .search-wrap.active form {
  width: 235px;
  overflow: visible;
  right: 110%;
  opacity: 1;
}

.header .search-wrap.active .hints {
  width: 290px;
  overflow: hidden;
  opacity: 1;
}

.header .search-wrap.active ul {
  opacity: 1;
  flex-wrap: wrap;
  align-items: center;
}

.header .search-wrap .search-icon {
  padding: 5px;
  border-radius: 4px;
}

.header .search-wrap .search-icon svg {
  width: 30px;
  height: 30px;
}

.header__form-search {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100vw;
  z-index: 4;
  margin-top: 3px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease, visibility 0ms ease 200ms;
}

.active > .header__form-search {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease, visibility 0ms ease;
}

.header__form-input {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 0 0 10px 10px;
  background: #efefef;
  box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.15);
  font: 400 16px "Onest", serif;
  outline: none;
  border: none;
  padding: 0 10px;
}

.nav {
  background: #26BFD4;
  border-bottom: 3px solid #0F99AC;
  z-index: 499;
  position: relative;
}

.nav__cover {
  height: 100%;
  display: flex;
}

.nav__wrapper {
  position: relative;
  height: 36px;
}

.nav__pull {
  flex: 0 0 auto;
  width: 42px;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: block;
}

.nav__pull div {
  position: absolute;
  width: 22px;
  height: 3px;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  border-radius: 2px;
  background: #FFFFFF;
}

.nav__pull div:nth-child(1) {
  margin-top: -9px;
}

.nav__pull div:nth-child(2) {
  margin-top: -1px;
}

.nav__pull div:nth-child(3) {
  margin-top: 7px;
}

.nav__logo {
  display: flex;
  align-items: center;
  flex: none;
  opacity: 0;
  visibility: hidden;
}

.nav__logo-icon {
  color: #FFFFFF;
  width: 120px;
  height: 15px;
}

._floating .nav__logo {
  opacity: 1;
  visibility: visible;
}

.nav__list {
  flex: 1 1 auto;
  height: 100%;
  display: none;
  margin: 0 -15px;
  justify-content: space-between;
  align-items: center;
}

.nav__item {
  margin: 0 15px;
  flex: 0 0 auto;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}

.nav__link {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  transition: text-shadow 200ms ease;
}

.nav__category-wrapper {
  position: absolute;
  top: 100%;
  left: -12px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  background: linear-gradient(188.94deg, #F5F5F5 20.13%, #EBEBEB 85.61%);
  display: flex;
  margin-top: 3px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 0ms ease 200ms;
}

.nav__category-wrapper.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease, visibility 0ms ease;
}

.nav__category-section {
  flex: 0 0 auto;
  position: relative;
}

.nav__list-categories {
  margin: 0;
  width: 217px;
  position: relative;
  height: 100%;
}

.nav__list-categories.visible {
  display: block !important;
}

.nav__list-categories:before {
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  background: #E0E0E0;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
}

.nav__list-categories:after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 8px solid #D2E5F1;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.nav__category-section > .nav__list-categories {
  display: none;
}

.nav__category-section:first-child .nav__list-categories {
  display: block;
}

.nav__category-section:first-child .nav__list-categories:before {
  display: none;
}

.nav__category-section:first-child .nav__list-categories:after {
  display: none;
}

.nav__category-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 15px;
  font-size: 16px;
  line-height: 1.1875;
  color: #2A2A2A;
  text-decoration: none;
  transition: color 200ms ease;
  font-weight: 300;
  min-height: 36px;
}

.active > .nav__category-link {
  font-weight: 500;
}

.nav__category-img-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
}

.nav__category-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.nav__category-item._category {
  pointer-events: none;
  margin-bottom: 7px;
}

.nav__category-item._category .nav__category-name {
  color: #26BFD4;
  font-weight: 700;
  font-size: 18px;
}

.nav__category-section:first-child .nav__category-link {
  padding-left: 12px;
}

.nav__category-item:first-child .nav__category-link {
  padding-top: 10.5px;
}

.nav__category-item:last-child .nav__category-link {
  padding-bottom: 13.5px;
}

.nav__list-categories .nav__list-categories .nav__category-link {
  padding: 7.5px 25px;
}

.nav__list-categories .nav__list-categories:before,
.nav__list-categories .nav__list-categories:after {
  display: none;
}

.nav__list-categories .nav__category-item:last-child .nav__list-categories {
  margin-top: -6px;
}

.nav__list-categories .nav__category-item:last-child .nav__list-categories .nav__category-item:last-child .nav__category-link {
  padding-bottom: 17px;
}

.categories {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}

.categories__wrapper {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.categories__list {
  display: flex;
  position: relative;
  width: 100%;
}

.categories__item {
  flex: 1 1 auto;
  display: flex;
  position: relative;
  width: 100%;
}

.categories__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}

.categories__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  min-height: 40px;
  flex: 0 0 auto;
  width: 100%;
  padding: 3px;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  color: #2A2A2A;
  transition: text-shadow 200ms ease;
}

.categories__img-container {
  height: 30px;
  display: none;
  margin-bottom: 13px;
  position: relative;
  width: 100%;
  flex: none;
}

.categories__img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.categories__name {
  font-size: 9px;
  font-weight: 300;
  line-height: 1.3333333333;
}

.categories__name span {
  display: block;
}

.categories__name span::after {
  content: "-";
}

.main-info {
  position: relative;
  z-index: 1;
}

.main-info:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(360deg, rgba(245, 245, 245, 0.2) 0%, #E5F2F3 39.98%, #E0E0E0 100%);
  opacity: 0.5;
}

.breadcrumbs {
  position: relative;
  z-index: 3;
}

.breadcrumbs__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -7px;
  font-size: 12px;
  line-height: 1.1666666667;
  color: #31637B;
  font-weight: 300;
  padding: 23px 0 16px;
}

.breadcrumbs__link {
  display: block;
  margin: 0 7px 7px;
  text-decoration: none;
  color: #31637B;
}

.breadcrumbs__arrow {
  display: block;
  margin: 0 7px 7px;
  width: 5px;
  height: 7px;
  fill: #FBA746;
}

.breadcrumbs__last {
  display: block;
  margin: 0 7px 7px;
}

.slider {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.slider__container {
  position: relative;
  margin: 0 -15px;
}

.slider__wrapper {
  overflow: hidden;
}

.slider__list {
  display: flex;
  align-items: flex-start;
}

.slider__slide {
  display: flex !important;
  flex: 0 0 auto;
  width: 100% !important;
  height: 346px;
  overflow: hidden;
  position: relative;
}

.slider__slide_one {
  align-items: flex-start;
}

.slider__slide_two,
.slider__slide_three {
  align-items: flex-start;
}

.slider__slide-bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 1;
  overflow: hidden;
  top: 0;
}

.slider__slide_one .slider__slide-bg:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #2F515D url(../images/mobile-bg-slide-1.jpg) left center/cover no-repeat;
}

.slider__slide_two .slider__slide-bg {
  background: linear-gradient(101.6deg, #2A2A2A 13.83%, #347891 97.81%);
}

.slider__slide_three .slider__slide-bg {
  background: linear-gradient(180deg, #2A2A2A 9.34%, #1ABFD7 39.18%, #00D6E3 53.03%, #35F3FF 53.62%, #47C7C7 57.06%, #236D77 76.91%, #2A2A2A 109.82%);
}

.slider__content {
  flex: 0 0 auto;
  padding-left: 60px;
  padding-top: 237px;
  z-index: 5;
  position: relative;
  width: 100%;
}

.slider__title {
  font-size: 27px;
  line-height: 1.2222222222;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
  position: absolute;
  left: 0;
  top: 16px;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.slider__btn {
  display: inline-block;
  border: none;
  padding: 0;
  border-radius: 10px;
  padding: 9px 15px;
  background: #26BFD4;
  font: 300 18px / 1.2222222222 "Onest", serif;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
  outline: none;
  min-width: 173px;
  box-shadow: 0px 0px 30px rgba(0, 255, 240, 0.5);
  transition: background-color 200ms ease;
  margin-left: -45px;
}

.slider__sub-info {
  line-height: 1.2142857143;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 300;
  max-width: 180px;
  position: relative;
  z-index: 3;
  margin-left: -45px;
}

.slider__btn + .slider__sub-info {
  margin-top: 10px;
}

.slider__img {
  position: absolute;
  z-index: 2;
  max-width: none;
}

.slider__slide_one .slider__img {
  width: 225px;
  height: 165px;
  right: 8px;
  top: 66px;
}

.slider__slide_two .slider__img {
  width: 355px;
  height: 227px;
  right: 50%;
  margin-right: -177px;
  bottom: 63px;
}

.slider__slide_three .slider__img {
  width: 150px;
  height: auto;
  right: 50%;
  margin-right: -139px;
  bottom: 47px;
  transform: rotate(2.7deg);
}

.slider__signature {
  color: #FBA746;
  transform: rotate(-22.32deg);
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 700;
  position: absolute;
  z-index: 3;
  right: 104px;
  top: 113px;
  max-width: 80px;
  text-align: center;
}

.slider__sub-title {
  position: absolute;
  color: #FFFFFF;
  font-size: 27px;
  line-height: 1.2222222222;
  font-weight: 700;
  margin: 0;
  z-index: 3;
}

.slider__slide_one .slider__sub-title {
  right: 7px;
  bottom: 97px;
  text-align: right;
  font-size: 21px;
  line-height: 1.2857142857;
  max-width: 250px;
}

.slider__sub-title-element {
  position: relative;
}

.slider__hidden-element-1 {
  display: none;
  padding: 0 24px;
}

.slider__hidden-element-2 {
  display: inline-block;
  padding: 0 30px;
}

.slider__slide_two .slider__sub-title {
  right: 10px;
  bottom: 80px;
  text-align: right;
}

.slider__slide_three .slider__sub-title {
  left: 60px;
  top: 90px;
  max-width: 120px;
}

.slider__warn {
  position: absolute;
  right: 15px;
  bottom: 25px;
  z-index: 4;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 300;
  color: #FFFFFF;
}

.slider .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.slider .slick-arrow__icon {
  width: 30px;
  height: 30px;
  fill: #FFFFFF;
}

.slider .slick-prev {
  left: 15px;
}

.slider .slick-next {
  right: 15px;
}

.promo {
  position: relative;
  z-index: 1;
  display: none;
}

.promo__list {
  display: flex;
  align-items: flex-start;
}

.promo__list .slick-track {
  align-items: flex-start;
}

.promo__slide {
  display: block !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

.promo__slide-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.promo__slide-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(15.21deg, #D2EBF1 24.75%, #DFEEF8 76.13%, #DFEEF8 76.13%);
  opacity: 0.25;
}

.promo__slide-cover {
  position: relative;
  z-index: 2;
}

.promo__slide-content {
  flex: 1 1 auto;
  padding: 15px 40px;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.promo__name {
  font-size: 20px;
  color: #2A2A2A;
  line-height: 1.1538461538;
  margin: 15px 15px 0;
  order: 2;
}

.promo__btn-container {
  flex: 0 0 auto;
  margin: 10px 15px 0;
  order: 4;
  padding-bottom: 10px;
}

.promo__btn {
  width: auto;
  min-width: 105px;
  font-size: 18px;
  line-height: 1.2222222222;
  padding: 9px 15px;
}

.promo__price {
  margin: 15px 15px 0;
  font-size: 22px;
  line-height: 1;
  color: #2A2A2A;
  white-space: nowrap;
  order: 2;
  padding-bottom: 7px;
}

.promo__price span {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.promo__img-container {
  flex: 0 0 auto;
  order: 1;
  margin: 0 15px;
  position: relative;
}

.promo__img {
  max-width: 130px;
  max-height: 130px;
}

.promo__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
}

.promo__controls-cover {
  position: relative;
}

.promo .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -15px;
}

.promo .slick-arrow__icon {
  width: 30px;
  height: 30px;
  fill: #B3B3B3;
}

.promo .slick-prev {
  left: 15px;
}

.promo .slick-next {
  right: 15px;
}

.info {
  position: relative;
  z-index: 2;
}

.info:before {
  content: "";
  display: block;
  width: 100%;
  height: 485px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: url(../images/bg-info.png) center center no-repeat;
}

.info__cover {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 3;
}

.info__img-container {
  flex: 0 0 auto;
  position: relative;
  margin: 0 auto;
  width: 280px;
}

.info__img {
  max-width: none;
  width: 100%;
  position: relative;
  right: -10px;
}

.info__label-orange,
.info__label-blue {
  font-size: 18px;
  line-height: 1.2222222222;
  position: absolute;
}

.info__label-orange {
  color: #FBA746;
  top: 35px;
  left: 10px;
}

.info__label-blue {
  color: #26BFD4;
  left: 0;
  bottom: -12px;
}

.info__content {
  flex: 1 1 auto;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.info__img-container + .info__content {
  margin-top: 50px;
}

.info__title {
  line-height: 1.2083333333;
  margin: 0;
  color: #2A2A2A;
}

.info__text {
  margin: 0;
}

.info__title + .info__text {
  margin-top: 20px;
}

.list-categories__title {
  text-align: center;
  margin-bottom: 25px;
}

.list-categories__column {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 64px;
}

.list-categories__column:first-child {
  margin-top: 0 !important;
}

.list-categories__section {
  margin-top: 32px;
}

.list-categories__section:first-child {
  margin-top: 0;
}

.list-categories__sub-title {
  line-height: 1.2083333333;
  color: #2A2A2A;
  text-align: center;
  margin: 0 0 25px;
  font-size: 24px;
}

.list-categories__sub-title-link {
  color: #2A2A2A;
  text-decoration: none;
  transition: color 200ms ease;
}

.list-categories__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

.list-categories__item {
  flex: 0 0 auto;
  padding: 0 5px;
  display: flex;
  width: 50%;
  margin: 10px 0 0;
}

.list-categories__item-content {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  background: #FFFFFF;
  text-align: center;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  padding: 22px 10px 34px;
  text-decoration: none;
  transition: box-shadow 200ms ease;
}

.list-categories__item-name {
  color: #2A2A2A;
  transition: color 200ms ease;
  margin: 0 0 22px;
  flex: 1 1 auto;
  font-size: 14px;
}

.list-categories__item-img-container {
  height: 70px;
  flex: 0 0 auto;
  position: relative;
}

.list-categories__item-img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.offers {
  position: relative;
}

.offers__list {
  display: flex;
  flex-wrap: wrap;
}

.offers__item {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
}

.offers__item-wrapper {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}

.offers__item-img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  transition: transform 200ms ease;
}

.offers__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.offers__item-content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 24px;
}

.offers__item:nth-child(4) .offers__item-content {
  padding-right: 50px;
}

.offers__item_left .offers__item-content {
  justify-content: flex-start;
}

.offers__item_center .offers__item-content {
  justify-content: center;
}

.offers__item_right .offers__item-content {
  justify-content: flex-end;
}

.offers__item-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  color: #31637B;
  margin: 0;
}

.offers__item_light .offers__item-title {
  color: #FFFFFF;
}

.offers__item-title + .offers__item-info {
  margin-top: 28px;
}

.offers__item-btn {
  display: inline-block;
  width: auto;
}

.offers__item-price {
  font-size: 24px;
  line-height: 1.1666666667;
  color: #31637B;
  font-weight: 500;
}

.offers__item-btn + .offers__item-price {
  margin-top: 25px;
}

.offers__item_light .offers__item-price {
  color: #FFFFFF;
}

.benefits {
  position: relative;
}

.benefits:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(245, 245, 245, 0.2) 0%, #F3FEFF 39.98%, #F5F5F7 100%);
}

.benefits_scheme:before {
  display: none;
}

.benefits__cover {
  position: relative;
  z-index: 2;
  padding-top: 75px;
}

.benefits_scheme .benefits__cover {
  padding-bottom: 5px;
}

.benefits__title {
  text-align: center;
  margin: 0 0 30px;
}

.benefits__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.benefits__item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 35px;
}

.benefits__img-container {
  height: 80px;
  position: relative;
}

.benefits__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 200px;
  max-height: 100%;
}

.benefits__img-container + .benefits__item-content {
  margin-top: 30px;
}

.benefits__item-title {
  margin: 0;
  text-align: center;
  color: #2A2A2A;
  line-height: 1.2222222222;
  font-size: 18px;
  font-weight: 500;
}

.benefits__item-text {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
}

.benefits__item-title + .benefits__item-text {
  margin-top: 20px;
}

.main-catalog__cover {
  padding-bottom: 35px;
  position: relative;
}

.main-catalog__title {
  margin-bottom: 46px;
  text-align: center;
}

.main-catalog__img {
  position: absolute;
  right: -30px;
  top: -70px;
  z-index: 2;
  display: none;
}

.main-catalog__section {
  margin-top: 45px;
}

.main-catalog__section:first-child {
  margin-top: 0;
}

.main-catalog__sub-title {
  margin-bottom: 36px;
  text-align: center;
}

.main-catalog__sub-title-link {
  color: #31637B;
  transition: color 200ms ease;
  text-decoration: none;
}

.main-catalog__section-content {
  overflow: hidden;
  margin: 0 -15px;
}

.main-catalog__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px -2px 0;
}

.main-catalog__category {
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  flex: 0 0 auto;
  width: 100%;
}

.main-catalog__category-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  flex: 0 0 auto;
  width: 100%;
  padding: 28px 30px 20px;
}

.main-catalog__category-name {
  font-weight: 500;
  color: #2A2A2A;
  transition: color 200ms ease;
  margin-bottom: 10px;
  text-align: center;
  flex: 1 0 auto;
  display: block;
}

.main-catalog__category-img-container {
  height: 200px;
  position: relative;
  flex: 0 0 auto;
}

.main-catalog__category-logo,
.main-catalog__category-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.main-catalog__category-logo {
  z-index: 1;
}

.main-catalog__category-img {
  z-index: 2;
  transition: transform 200ms ease;
}

.sub-offers {
  position: relative;
  z-index: 1;
}

.sub-offers:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(360deg, rgba(245, 245, 245, 0.2) 0%, #E5F2F3 39.98%, #E0E0E0 100%);
  opacity: 0.5;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.sub-offers__cover {
  padding-bottom: 45px;
  position: relative;
  z-index: 2;
}

.sub-offers__nav {
  display: flex;
  justify-content: center;
  margin: 0 -2.5px 15px;
  align-items: center;
  flex-wrap: wrap;
}

.sub-offers__nav-item {
  flex: 0 0 auto;
  padding: 0 2.5px 5px;
}

.sub-offers__nav-link {
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  padding: 12.5px 10px;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #2A2A2A;
  transition: background-color 200ms ease;
  min-width: 85px;
  font-weight: 500;
}

.ui-tabs-active > .sub-offers__nav-link {
  background: #E7F1F7;
}

.sub-offers__info {
  display: none;
}

.sub-offers__info:first-child {
  display: block;
}

.sub-offers__btn-container {
  display: flex;
  padding-top: 30px;
  justify-content: center;
}

.sub-offers__btn {
  min-width: 155px;
  width: auto;
  font-size: 16px;
  line-height: 1.1875;
  padding: 11.5px 17px;
  min-width: 120px;
}

.viewed {
  position: relative;
}

.viewed:before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(245, 245, 245, 0.2) 0%, #E5F2F3 39.98%, #E0E0E0 100%);
  opacity: 0.5;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.viewed__cover {
  padding-bottom: 45px;
  position: relative;
  z-index: 2;
}

.viewed__title {
  text-align: center;
  color: #2A2A2A;
  margin: 0 0 24px;
}

.viewed__btn-container {
  display: flex;
  padding-top: 30px;
  justify-content: center;
}

.viewed__btn {
  min-width: 155px;
  width: auto;
  font-size: 16px;
  line-height: 1.1875;
  padding: 11.5px 17px;
  min-width: 120px;
}

.sub-info {
  background: #26BFD4 url(../images/bg-sub-info.png) left top repeat;
  position: relative;
  z-index: 1;
  padding-top: 1px;
  padding-bottom: 15px;
}

.sub-info_inner {
  padding-top: 5px;
  padding-bottom: 38px;
}

.present_blue {
  padding-top: 23px;
  padding-bottom: 23px;
}

.present__cover {
  padding-top: 40px;
  padding-bottom: 35px;
  position: relative;
}

.present__cover:before {
  content: "";
  display: none;
  width: 613px;
  height: 526px;
  background: url(../images/sub-info-img.png) left top no-repeat;
  position: absolute;
  left: -200px;
  bottom: -225px;
}

.present__title {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.present__content {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 1px;
}

.present__content:before {
  content: "";
  display: block;
  background: radial-gradient(99.63% 213.45% at -2.21% 117.19%, #FFFFFF 0%, #E5E5E5 73.89%, #FFFFFF 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.present_blue .present__content:before {
  background: linear-gradient(170deg, #9DEEFA 33.51%, #1ABFD7 74.68%);
  opacity: 0.4;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

.present__img-container {
  position: relative;
  z-index: 1;
  width: 280px;
  margin: 0 auto 4px;
  right: -20px;
}

.present_blue .present__img-container {
  right: 0;
}

.present__img {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
}

.present_blue .present__img {
  transform: scale(-1, 1);
}

.present__sum {
  font-size: 35px;
  line-height: 1;
  color: #FBA746;
  font-weight: 700;
  transform: rotate(7.82deg);
  position: absolute;
  top: 48px;
  right: 56px;
  z-index: 2;
}

.present_blue .present__sum {
  right: 135px;
}

.present__sum span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 32px;
}

.present__currency {
  z-index: 1;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 30px;
  width: 150px;
  display: none;
}

.present__info {
  position: relative;
  z-index: 2;
  padding: 0 15px;
  text-align: center;
}

.present__sub-title {
  line-height: 1.2;
  color: #2A2A2A;
  margin-bottom: 35px;
}

.present__sub-title span {
  color: #EC1C24;
}

.present__logo {
  margin: 0 auto 30px;
  width: 300px;
}

.present__logo_review {
  display: none;
}

.present__link-container {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.1818181818;
  color: #2A2A2A;
}

.present__link {
  color: #2A2A2A;
}

.present__description {
  padding-top: 28px;
  font-size: 12px;
  margin-bottom: 20px;
}

.subscription {
  position: relative;
  z-index: 2;
}

.subscription__cover {
  padding-top: 20px;
  padding-bottom: 35px;
}

.subscription_inner .subscription__cover {
  padding-top: 40px;
}

.subscription__title {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.subscription__wrapper {
  position: relative;
}

.subscription__bg {
  display: block;
  background: radial-gradient(99.63% 186.61% at -2.21% 102.45%, #FFFFFF 0%, #E5E5E5 73.89%, #FFFFFF 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.subscription__bg:before {
  content: "";
  width: 499px;
  height: 450px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%) skewY(3deg);
  background: url(../images/subscription-percent-1.png) left top no-repeat;
  margin-top: -10px;
}

.subscription__bg:after {
  content: "";
  width: 266px;
  height: 240px;
  position: absolute;
  right: 30px;
  top: 25px;
  transform: skewY(3deg);
  background: url(../images/subscription-percent-2.png) left top no-repeat;
  margin-top: -10px;
  display: none;
}

.subscription__info {
  position: relative;
  z-index: 5;
  padding: 37px 15px 45px;
  text-align: center;
}

.subscription__sub-title {
  color: #2A2A2A;
  margin-bottom: 30px;
  line-height: 1.2;
}

.subscription__form {
  margin: 0 auto 27px;
}

.subscription__field {
  flex: 1 1 auto;
}

.subscription__btn {
  flex: 0 0 auto;
  width: auto;
  padding: 0;
  height: 48px;
  width: 100%;
}

.subscription__field + .subscription__btn {
  margin-top: 10px;
}

.subscription__ahtung-container {
  font-size: 12px;
  line-height: 1.1666666667;
  color: #B3B3B3;
  margin-left: auto;
  margin-right: auto;
}

.subscription__ahtung-container a {
  color: #B3B3B3;
}

.subscription__policy,
.subscription__ahtung {
  margin-bottom: 17px;
}

.subscription__stock {
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscription__stock-label {
  font-size: 18px;
  line-height: 22px;
  color: #2A2A2A;
  font-weight: 500;
}

.subscription__stock-img-container {
  flex: 0 0 auto;
  display: none;
}

.subscription__stock-label + .subscription__stock-img-container {
  margin-left: 25px;
  margin-top: -5px;
}

.subscription__stock-img {
  max-width: none;
}

.subscription__img-1,
.subscription__img-2,
.subscription__img-3 {
  position: absolute;
  max-width: none;
}

.subscription__img-1 {
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: none;
}

.subscription__img-2 {
  z-index: 2;
  right: -5px;
  top: 50px;
  width: 520px;
  display: none;
}

.subscription__img-3 {
  z-index: 4;
  right: 60px;
  top: -32px;
  display: none;
}

.reviews__cover {
  padding-top: 75px;
  position: relative;
}

.reviews__title {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 55px;
}

.reviews__img {
  position: absolute;
  right: -25px;
  top: 13px;
  z-index: 2;
  display: none;
}

.reviews__list {
  width: 100%;
  max-width: none;
}

.questions__cover {
  padding-top: 75px;
}

.questions__title {
  margin-bottom: 40px;
  text-align: center;
}

.questions__content {
  position: relative;
}

.questions__sub-title {
  color: #2A2A2A;
  line-height: 1.1666666667;
  max-width: 500px;
  margin: 0 auto 34px;
  text-align: center;
}

.questions__list-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -8px;
}

.questions__field {
  flex: 0 0 auto;
  margin: 0 0 15px;
  padding: 0 8px;
  width: 100%;
}

.questions__fields-label {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.1666666667;
  color: #2A2A2A;
  padding: 0 8px;
  margin: 0 0 15px;
}

.questions__textarea {
  width: 100%;
  padding: 0 8px;
  margin-bottom: 15px;
  flex: 0 0 auto;
}

.questions__policy {
  font-size: 12px;
  line-height: 1.1666666667;
  color: #B3B3B3;
  margin-top: -2px;
  margin-bottom: 29px;
  text-align: center;
}

.questions__policy a {
  color: #B3B3B3;
}

.questions__btn-container {
  padding-top: 10px;
  display: flex;
  justify-content: center;
}

.questions__btn {
  width: 100%;
  padding: 0;
  height: 48px;
  flex: 0 0 auto;
}

.questions__img {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -57px;
  max-width: none;
  display: none;
}

.accessories {
  position: relative;
  z-index: 2;
}

.accessories_modify {
  margin-bottom: -20px;
}

.accessories__cover {
  padding-bottom: 34px;
}

.accessories_modify .accessories__cover {
  padding-bottom: 0;
}

.accessories__title {
  text-align: center;
  margin-bottom: 48px;
  color: #FBA746;
}

.accessories__section {
  padding-bottom: 44px;
}

.inner-products__title {
  text-align: center;
  line-height: 1.2;
  color: #31637B;
  margin-bottom: 25px;
}

.viewed-inner__title {
  line-height: 1.2083333333;
  margin-bottom: 26px;
  text-align: center;
}

.suggest {
  position: relative;
  z-index: 2;
}

.suggest__cover {
  padding-bottom: 45px;
}

.suggest__title {
  text-align: center;
  line-height: 1.2;
  color: #31637B;
  margin-bottom: 25px;
}

.order {
  position: relative;
  z-index: 2;
}

.order__title {
  margin-bottom: 30px;
}

.order__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px -50px;
}

.order__data {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 50px;
  order: 1;
}

.order__data-wrapper {
  border-radius: 20px;
  border: 1px solid #DFE0E1;
  background: #FFFFFF;
  padding: 24px 15px 25px;
}

.order__data-steps {
  margin-bottom: 20px;
  display: none;
}

.order__data-title {
  line-height: 1.2083333333;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
}

.order__field {
  margin-bottom: 22px;
}

.order__field-input,
.order__field-textarea {
  border-radius: 10px;
}

.order__field-input::-webkit-input-placeholder,
.order__field-textarea::-webkit-input-placeholder {
  color: #C4C4C4;
}

.order__field-input::-moz-placeholder,
.order__field-textarea::-moz-placeholder {
  color: #C4C4C4;
}

.order__field-input:-moz-placeholder,
.order__field-textarea:-moz-placeholder {
  color: #C4C4C4;
}

.order__field-input:-ms-input-placeholder,
.order__field-textarea:-ms-input-placeholder {
  color: #C4C4C4;
}

.order__field-input {
  height: 36px;
}

.order__field-input_interval {
  height: 34px;
  padding-left: 36px;
}

.order__field-textarea {
  padding-top: 8px;
  padding-bottom: 8px;
}

.order__field-btn-container {
  margin-top: 15px;
}

.order__data-ahtung {
  font-size: 12px;
  line-height: 1.1666666667;
  font-weight: 300;
  color: #3D3D3D;
  margin-top: -8px;
}

.order__sidebar {
  flex: 0 0 auto;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 50px;
  order: 3;
}

.order__form {
  order: 2;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 50px;
}

.order__form-nav {
  display: flex;
  margin: 0 0 -1px;
}

.order__form-nav-item {
  display: flex;
  flex: 0 0 auto;
  width: 50%;
}

.order__form-nav-link {
  display: block;
  text-decoration: none;
  border-radius: 20px 20px 0 0;
  border: 1px solid transparent;
  flex: 0 0 auto;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  color: #31637B;
  padding: 15px;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  text-align: center;
}

.ui-tabs-active > .order__form-nav-link {
  background-color: #31637B;
  border-color: #31637B;
  color: #FFFFFF;
}

.order__form-content {
  background: linear-gradient(210.63deg, #FCFCFC 46.45%, #FFFFFF 111.96%);
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  padding: 25px 15px 27px;
  display: none;
}

.order__form-content:first-child {
  border-radius: 0 20px 20px 20px;
  display: block;
}

.order__form-content:last-child {
  border-radius: 20px 0 20px 20px;
}

.order__metro {
  padding-bottom: 35px;
}

.order__metro-address {
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 500;
  margin-bottom: 19px;
}

.order__metro-list {
  margin: 0 -7px;
  font-size: 16px;
  line-height: 1.1875;
}

.order__metro-item {
  display: block;
  margin: 0 7px 10px;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 700;
  cursor: pointer;
}

.order__metro-input {
  display: none;
}

.order__metro-info {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #26BFD4;
  transition: color 200ms ease;
}

.order__metro-input:checked + .order__metro-info {
  color: #31637B;
}

.order__metro-icon {
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 24px;
}

.order__metro-sub-text {
  flex: 0 0 auto;
  margin: 0 7px 8px;
}

.order__date-delivery-title {
  line-height: 1.2222222222;
  font-weight: 500;
  color: #000000;
}

.order__date-delivery-title span {
  color: #F4470B;
}

.order__date-delivery {
  padding-bottom: 5px;
}

.order__date-delivery-title {
  line-height: 1.2222222222;
  font-weight: 500;
  color: #000000;
  margin: 0 0 16px;
}

.order__date-delivery-title span {
  color: #F4470B;
}

.order__date-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-bottom: 10px;
}

.order__date-item {
  flex: 0 0 auto;
  position: relative;
  padding: 0 5px;
  margin-bottom: 10px;
  display: flex;
  width: 50%;
}

.order__date-item-container {
  display: flex;
  flex: 0 0 auto;
  cursor: pointer;
  width: 100%;
}

.order__date-input {
  display: none;
}

.order__date-content {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  padding: 1px;
  border-radius: 10px;
  background: #DDE2E5;
  min-height: 99px;
}

.order__date-input:checked + .order__date-content {
  background: linear-gradient(to bottom, #dfeef8 0%, #9eeffb 100%);
}

.order__date-cover {
  display: flex;
  align-items: flex-end;
  flex: 0 0 auto;
  width: 100%;
  padding: 35px 15px 8px;
  text-align: center;
  color: #000000;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
}

.order__date-cover:before,
.order__date-cover:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.order__date-cover:before {
  background: linear-gradient(197.29deg, #1ABFD7 33.51%, #0094AA 74.68%);
  z-index: 1;
}

.order__date-cover:after {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  top: 16px;
  z-index: 2;
  background: linear-gradient(259.91deg, #F5F5F5 13.93%, #E0E0E0 96.72%);
}

.order__date-input:checked + .order__date-content .order__date-cover:after {
  background: linear-gradient(17.29deg, #1ABFD7 33.51%, #0094AA 74.68%);
}

.order__date-name {
  flex: 1 1 auto;
  display: block;
}

.order__date-name span {
  color: #F4470B;
}

.order__date-info {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #000000;
  padding-bottom: 23px;
}

.order__date-info span {
  color: #F4470B;
}

.order__calendar-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 10px;
  width: 180px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease, visibility 0ms ease 200ms;
}

.order__calendar-container.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease, visibility 0ms ease;
}

.order__calendar-container .ui-datepicker-title {
  line-height: 3.75;
  font-size: 12px;
}

.order__calendar-container .ui-datepicker-calendar td a,
.order__calendar-container .ui-datepicker-calendar td span {
  padding: 4px;
  font-size: 12px;
}

.order__date-list + .order__date-info {
  margin-top: -5px;
}

.order__interval {
  padding-bottom: 3px;
}

.order__interval-title {
  line-height: 1.2222222222;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
}

.order__interval-title span {
  color: #F4470B;
}

.order__field-inerval {
  margin-bottom: 10px;
}

.order__field-inerval-content:before,
.order__field-inerval-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 2;
  margin-top: -8px;
}

.order__field-inerval-content:before {
  background: linear-gradient(197.29deg, #1ABFD7 33.51%, #0094AA 74.68%);
  z-index: 1;
}

.order__field-inerval-content:after {
  width: 12px;
  height: 12px;
  left: 12px;
  margin-top: -6px;
  z-index: 2;
  background: linear-gradient(259.91deg, #F5F5F5 13.93%, #E0E0E0 96.72%);
}

.order__field-inerval.active .order__field-inerval-content:after {
  background: linear-gradient(17.29deg, #1ABFD7 33.51%, #0094AA 74.68%);
}

.order__calculation {
  padding-bottom: 32px;
}

.order__calculation-title {
  line-height: 1.2083333333;
  color: #000000;
  font-weight: 500;
  margin-bottom: 14px;
  margin-top: -4px;
}

.order__calculation-field {
  margin-bottom: 24px;
}

.order__calculation-field-label {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
  line-height: 1.1875;
  color: #2A2A2A;
}

.order__calculation-label-text {
  margin: 0 10px 6px;
}

.order__calculation-label-text span {
  color: #F4470B;
}

.order__calculation-label-link {
  margin: 0 10px 6px;
  color: #2A2A2A;
  text-decoration: none;
  display: block;
}

.order__calculation-field-input {
  height: 34px;
  padding-right: 34px;
}

.order__calculation-field-input::-webkit-input-placeholder {
  color: #C4C4C4;
}

.order__calculation-field-input::-moz-placeholder {
  color: #C4C4C4;
}

.order__calculation-field-input:-moz-placeholder {
  color: #C4C4C4;
}

.order__calculation-field-input:-ms-input-placeholder {
  color: #C4C4C4;
}

.order__calculation-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 5px;
  top: 5px;
  padding: 0;
  font-size: 0;
  border-radius: 4px;
}

.order__calculation-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  fill: #FFFFFF;
  width: 18px;
  height: 18px;
}

.order__calculation-map {
  width: 100%;
  height: 250px;
  background: #F3F3F3;
}

.order__calculation-error {
  font-size: 14px;
  color: #2A2A2A;
  line-height: 1.2857142857;
  padding-left: 25px;
  position: relative;
}

.order__calculation-map + .order__calculation-error {
  margin-top: 11px;
}

.order__calculation-error-icon {
  position: absolute;
  left: 0;
  top: -1px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  color: #FFFFFF;
  background: #F1361E;
}

.order__submit-container {
  padding-top: 2px;
}

.order__submit {
  background: #FBA746;
}

.favorites__cover {
  padding-top: 27px;
}

.favorites__title {
  margin-bottom: 30px;
}

.favorites__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-bottom: 32px;
}

.favorites__item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 24px;
  display: flex;
}

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

.basket__cover {
  padding-bottom: 75px;
}

.basket__title {
  margin-bottom: 30px;
}

.basket__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px -50px;
}

.basket__content {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 50px;
  order: 1;
}

.basket__content-wrapper {
  border: 1px solid #DFE0E1;
  border-radius: 20px;
  padding: 0 15px;
}

.basket__steps {
  margin-bottom: 29px;
  display: none;
}

.basket__products-head {
  padding: 0 0 22px;
  display: none;
}

.basket__products-head-wrapper {
  font-size: 24px;
  line-height: 1.1666666667;
  color: #2A2A2A;
}

.basket__products-head-label {
  font-weight: 600;
}

.basket__product {
  border-top: 1px solid #DFE0E1;
  margin: 0 -15px;
  padding: 27px 15px;
  position: relative;
}

.basket__product:first-child {
  border-top: none;
}

.basket__deferred-list .basket__product {
  border: none !important;
  margin: 40px 0 0;
  padding: 0;
}

.basket__deferred-list .basket__product:first-child {
  margin-top: 0;
}

.basket__product-name {
  line-height: 1.1875;
  color: #2A2A2A;
  margin-bottom: 23px;
  margin-right: 35px;
}

.basket__deferred-list .basket__product-name {
  margin-right: 0;
}

.basket__product-name-link {
  color: #2A2A2A;
  text-decoration: none;
}

.basket__product-wrapper {
  display: flex;
  align-items: flex-start;
}

.basket__product-img-container {
  flex: 0 0 auto;
  margin-right: 15px;
}

.basket__product-img-link {
  display: block;
  text-decoration: none;
  width: 70px;
  height: 70px;
  position: relative;
}

.basket__product-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.basket__product-info {
  flex: 1 1 auto;
  width: 100%;
}

.basket__product-info-left,
.basket__product-info-right {
  display: flex;
  align-items: center;
}

.basket__product-info-right {
  margin-top: 18px;
  display: block;
}

.basket__product-price {
  font-size: 18px;
  line-height: 1;
  color: #2A2A2A;
  font-weight: 500;
  order: 2;
}

.basket__product-price-label {
  font-weight: 400;
  font-size: 16px;
  color: #7E7E7E;
  display: inline-block;
}

.basket__product-price-number {
  display: inline-block;
}

.basket__product-price-currency {
  font-weight: 400;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}

.basket__product-color {
  font-size: 24px;
  line-height: 1;
  order: 1;
  display: none;
  margin-right: 15px;
}

.basket__product-color-container {
  width: 24px;
  text-align: center;
}

.basket__product-color-icon {
  max-width: none;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.basket__product-count {
  flex: 1 1 auto;
}

.basket__product-count-container {
  width: 115px;
  font-size: 20px;
  line-height: 1;
  color: #2A2A2A;
}

.basket__product-count + .basket__product-sum-container {
  margin-top: 13px;
}

.basket__deferred-list .basket__product-count + .basket__product-sum-container {
  margin-top: 10px;
}

.basket__product-delete {
  display: block;
  position: absolute;
  right: 15px;
  top: 25px;
  text-decoration: none;
}

.basket__product-delete-icon {
  width: 20px;
  height: 22px;
  fill: #B3B3B3;
}

.basket__product-sum {
  font-size: 24px;
  line-height: 1;
  color: #2A2A2A;
  font-weight: 500;
}

.basket__product-sum-label {
  font-weight: 400;
  font-size: 16px;
  color: #7E7E7E;
  display: inline-block;
}

.basket__product-sum-number {
  display: inline-block;
}

.basket__product-sum-currency {
  font-weight: 500;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
}

.basket__snooze-btn-container {
  display: flex;
  padding: 27px 0 0 85px;
}

.basket__add-btn-container {
  display: flex;
  padding: 25px 0 0 85px;
}

.basket__snooze-btn {
  display: block;
  cursor: pointer;
}

.basket__add-btn {
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.basket__snooze-btn-input {
  display: none;
}

.basket__snooze-btn-content,
.basket__add-btn-content {
  display: flex;
  align-items: center;
}

.basket__snooze-btn-icon-container,
.basket__add-btn-icon-container {
  display: block;
  flex: 0 0 auto;
  position: relative;
}

.basket__snooze-btn-icon {
  fill: none;
  width: 22px;
  height: 20px;
  stroke-width: 3px;
  fill: rgba(236, 28, 36, 0);
  stroke: #B3B3B3;
  transition: stroke 200ms ease, fill 200ms ease;
  position: relative;
  z-index: 1;
}

.basket__add-btn-icon {
  width: 20px;
  height: 24px;
  fill: #31637B;
  position: relative;
  z-index: 1;
}

.basket__snooze-btn-input:checked + .basket__snooze-btn-content .basket__snooze-btn-icon {
  fill: #EC1C24;
  stroke: #EC1C24;
}

.basket__snooze-btn-sub-icon,
.basket__add-btn-sub-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  right: -4px;
  top: -3px;
  z-index: 2;
  text-align: center;
  background: #EC1C24;
  font-size: 14px;
  line-height: 0.8571428571;
  color: #FFFFFF;
  letter-spacing: -1px;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.basket__snooze-btn-input:checked + .basket__snooze-btn-content .basket__snooze-btn-sub-icon {
  opacity: 0;
  visibility: hidden;
}

.basket__snooze-btn-text,
.basket__add-btn-text {
  flex: 0 0 auto;
  line-height: 1.1875;
  color: #2A2A2A;
}

.basket__snooze-btn-icon-container + .basket__snooze-btn-text,
.basket__add-btn-icon-container + .basket__add-btn-text {
  margin-left: 14px;
}

.basket__sidebar {
  flex: 0 0 auto;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 50px;
  order: 3;
}

.basket__btn-final {
  margin-top: 44px;
  background: #FBA746;
}

.basket__deferred {
  order: 2;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 60px;
}

.basket__deferred-title {
  margin-bottom: 32px;
  color: #2A2A2A;
}

.basket__deferred-list {
  padding: 0 1px;
}

.detail {
  position: relative;
  z-index: 2;
}

.detail__cover {
  padding-bottom: 20px;
}

.detail__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 21px;
}

.detail__code {
  font-size: 18px;
  line-height: 1.2222222222;
  color: #2A2A2A;
  font-weight: 700;
  margin-bottom: 35px;
}

.detail__wrapper {
  margin: 0 -10px;
}

.detail__main-info {
  flex: 1 1 auto;
  width: 100%;
}

.detail__gallery-cover {
  flex: 0 0 auto;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 35px;
}

.detail__gallery-container {
  border: 1px solid #DBE2E7;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 24px 15px;
  position: relative;
}

.detail__gallery-wrapper {
  overflow: hidden;
}

.detail__gallery-list {
  display: flex;
  margin: 0 -15px;
}

.detail__gallery-item {
  display: block !important;
  width: 100% !important;
  padding: 0 15px;
  flex: 0 0 auto;
  height: 220px;
}

.detail__gallery-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.detail__gallery-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.detail__preview-container {
  margin-top: 24px;
  position: relative;
  padding: 0 37px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.detail__preview-container .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 20px;
  height: 32px;
  z-index: 3;
}

.detail__preview-container .slick-arrow__icon {
  width: 20px;
  height: 32px;
  fill: #2A2A2A;
}

.detail__preview-container .slick-prev {
  left: 0;
}

.detail__preview-container .slick-next {
  right: 0;
}

.detail__preview-wrapper {
  overflow: hidden;
}

.detail__preview-list {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}

.detail__preview-item {
  display: block !important;
  width: 50%;
  flex: 0 0 auto;
  padding: 0 10px;
}

.slick-slide .detail__preview-item {
  width: 100% !important;
}

.detail__preview-item-content {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 200ms ease;
}

.slick-current .detail__preview-item-content {
  opacity: 0.3;
}

.detail__preview-img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.detail__info {
  flex: 1 1 auto;
  width: 100%;
  padding: 0 10px;
  min-width: 0;
  margin-bottom: 35px;
}

.detail__info-content {
  width: 100%;
  border: 1px solid #D9E3E9;
  border-radius: 20px;
  background: linear-gradient(201.66deg, #FCFCFC 19.32%, #F4F4F4 77.93%);
}

.detail__availability {
  padding: 17px 15px 15px;
}

.detail__price-container {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.detail__price {
  font-size: 40px;
  line-height: 1;
  color: #31637B;
  padding: 0 5px;
}

.detail__price span {
  font-size: 37px;
  font-family: "Roboto", sans-serif;
}

.detail__status {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.1875;
  color: #EC1C24;
  font-weight: 700;
}

.detail__status_success {
  color: #3D3D3D;
}

.detail__price-container + .detail__status {
  margin-top: 16px;
}

.detail__status-icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #EC1C24;
}

.detail__status_success .detail__status-icon {
  fill: #03A0C6;
  stroke: none;
  height: 11px;
  top: 5px;
}

.detail__setting-section {
  border-top: 1px solid #D9E3E9;
  padding: 17px 15px;
}

.detail__color-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -7px -13px;
}

.detail__color-container_modify {
  display: block;
}

.detail__settings-title {
  margin: 0;
  line-height: 1.2222222222;
  font-weight: 500;
  color: #2A2A2A;
}

.detail__color-title {
  margin: -1px 7px 13px;
}

.detail__color-content {
  padding: 0 7px 13px;
}

.detail__color-list {
  display: flex;
  margin: 0 -6px -6px;
  flex-wrap: wrap;
  align-items: center;
}

.detail__color-item {
  flex: 0 0 auto;
  margin: 0 6px 6px;
}

.detail__color-btn {
  display: block;
  cursor: pointer;
}

.detail__color-input {
  display: none;
}

.detail__color-img-container {
  display: block;
  position: relative;
}

.detail__color-img-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 6px;
  border: 2px solid #26BFD4;
  transition: opacity 200ms ease;
  opacity: 0;
}

.detail__color-img-container_modify {
  background: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
}

.detail__color-img-container_modify:before {
  display: none;
}

.detail__color-input:checked + .detail__color-img-container:before {
  opacity: 1;
}

.detail__color-img {
  max-width: none;
  width: 24px;
  border-radius: 6px;
}

.detail__color-img_modify {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: opacity 200ms ease, -webkit-filter 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease, -webkit-filter 200ms ease;
  opacity: 0.6;
}

.detail__color-input:checked + .detail__color-img-container_modify .detail__color-img_modify {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.detail__variables-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -7px -9px;
}

.detail__variables-title {
  margin: -1px 7px 9px;
}

.detail__variables-content {
  padding: 0 7px 9px;
}

.detail__variables-list {
  display: flex;
  margin: 0 -2px;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5px 0;
}

.detail__variables-item {
  margin: 0 2px;
}

.detail__variables-btn {
  display: block;
  cursor: pointer;
}

.detail__variables-input {
  display: none;
}

.detail__variables-text {
  font-size: 16px;
  transition: color 200ms ease;
  line-height: 1.1875;
  display: block;
}

.detail__variables-input:checked + .detail__variables-text {
  color: #26BFD4;
  text-decoration: underline;
  font-weight: 700;
}

.detail__variables-line {
  display: block;
  flex: 0 0 auto;
  margin: 0 2px;
  font-size: 16px;
  line-height: 1.1875;
}

.detail__settings-column-wrapper {
  margin: 0 -27px -25px;
}

.detail__settings-column {
  padding: 0 27px 25px;
}

.detail__model-container + .detail__model-info-icon-container {
  margin-top: 25px;
}

.detail__model-title {
  margin-top: -1px;
}

.detail__model {
  font-size: 16px;
  line-height: 1.1875;
  color: #2A2A2A;
}

.detail__model-title + .detail__model {
  margin-top: 17px;
}

.detail__model-info-icon-container {
  position: relative;
}

.detail__model-tooltip {
  position: absolute;
  left: -16px;
  bottom: 100%;
  margin-bottom: 26px;
  width: 200px;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  transition: opacity 350ms ease, visibility 350ms ease;
}

.detail__model-tooltip:before {
  content: "";
  z-index: 1;
  display: block;
  width: 26px;
  height: 26px;
  transform: rotate(-90deg) skewX(-45deg);
  background: #FFFFFF;
  position: absolute;
  left: 0;
  margin-left: 18px;
  bottom: -12px;
}

.detail__model-tooltip:before {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.detail__model-tooltip-content {
  position: relative;
  border-radius: 10px;
  background: #FFFFFF;
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 300;
  color: #B3B3B3;
  padding: 19px 16px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.detail__model-tooltip-content:after {
  content: "";
  z-index: 1;
  display: block;
  width: 26px;
  height: 26px;
  transform: rotate(-90deg) skewX(-45deg);
  background: #FFFFFF;
  position: absolute;
  left: 0;
  margin-left: 18px;
  bottom: -12px;
}

.detail__model-tooltip-text {
  position: relative;
  z-index: 2;
}

.detail__model-info-icon {
  width: 42px;
  cursor: pointer;
  height: 42px;
}

.detail__model-info-icon:hover + .detail__model-tooltip {
  opacity: 1;
  visibility: visible;
}

.detail__footnote {
  border-top: 1px solid #D9E3E9;
  padding: 17px 15px;
}

.detail__social-wrapper {
  margin: 0 -7px -13px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}

.detail__social-label {
  padding: 0 7px 13px;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 500;
}

.detail__social-content {
  padding: 0 7px 13px;
}

.detail__social-list {
  display: flex;
  margin: 0 -6px -6px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.detail__social-item {
  flex: 0 0 auto;
  padding: 0 6px 6px;
}

.detail__social-link {
  display: block;
  text-decoration: none;
}

.detail__social-icon {
  width: 32px;
  height: 32px;
  fill: #26BFD4;
}

.detail__btn-container {
  padding-bottom: 5px;
}

.detail__social-wrapper + .detail__btn-container {
  margin-top: 15px;
}

.detail__btn_not-available {
  border: 1px solid #26BFD4;
  color: #31637B;
  background: none;
  padding: 11px 10px;
}

.detail__sub-info {
  padding: 5px 10px 26px;
}

.detail__advantages-list {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}

.detail__advantage {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 39px;
}

.detail__advantage-icon-container {
  height: 40px;
  width: 100%;
  position: relative;
}

.detail__advantage-icon {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.detail__advantage-title {
  margin: 0;
  text-align: center;
  width: 100%;
  min-width: 0;
  font-size: 17px;
  line-height: 1.2352941176;
  font-weight: 500;
  color: #000000;
}

.detail__advantage-icon-container + .detail__advantage-title {
  margin-top: 15px;
}

.detail__advantage-text {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #000000;
  text-align: center;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.detail__advantage-head + .detail__advantage-text {
  margin-top: 10px;
}

.sub-accessories {
  position: relative;
  z-index: 2;
}

.sub-accessories__cover {
  padding-bottom: 30px;
}

.sub-accessories__content {
  background: linear-gradient(201.66deg, #FCFCFC 19.32%, #F4F4F4 77.93%);
  border-radius: 20px;
  border: 1px solid #D2E5F1;
  padding: 22px 15px 22px;
}

.sub-accessories__title {
  font-size: 30px;
  line-height: 1.1333333333;
  color: #31637B;
  margin: 0 0 13px;
  text-align: center;
}

.sub-accessories__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -11px;
  overflow: hidden;
}

.sub-accessories__item {
  flex: 0 0 auto;
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.2222222222;
  border-bottom: 1px solid #D2E5F1;
  margin-bottom: -1px;
}

.sub-accessories__link {
  transition: color 200ms ease;
  color: #31637B;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.sub-accessories__icon-wrapper {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.sub-accessories__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
}

.full-info {
  position: relative;
  z-index: 2;
}

.full-info__cover {
  padding-bottom: 75px;
}

.full-info__section {
  border-top: 1px solid #D2E5F1;
}

.full-info__section:first-child {
  border-top: none;
}

.full-info__section:last-child {
  border-bottom: 1px solid #D2E5F1;
}

.full-info__head {
  padding: 29px 0;
  display: flex;
  cursor: pointer;
}

.full-info__head-name {
  position: relative;
  padding-right: 40px;
  font-size: 22px;
  line-height: 1.1818181818;
  color: #2A2A2A;
}

.full-info__head-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  border: 1px solid #D9E2E8;
  border-radius: 6px;
  background: #FFFFFF;
  transition: transform 200ms ease;
}

.full-info__section.active .full-info__head-icon {
  transform: scale(1, -1);
}

.full-info__head-arrow {
  width: 14px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -4px;
  fill: #31637B;
}

.full-info__content {
  display: none;
}

.full-info__section.active .full-info__content {
  display: block;
}

.full-info__text {
  margin-top: -4px;
  margin-bottom: -8px;
}

.full-info__data {
  padding-bottom: 1px;
}

.full-info__data-wrapper {
  margin: 0 -15px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.full-info__data-column {
  flex: 0 0 auto;
  width: 100%;
}

.full-info__data-section {
  margin-bottom: 23px;
}

.full-info_bold .full-info__data-section {
  margin-bottom: 35px;
}

.full-info__data-title {
  padding: 0 15px;
  line-height: 1.2222222222;
  font-weight: 500;
  color: #2A2A2A;
  margin: 0;
}

.full-info_bold .full-info__data-title {
  font-weight: 700;
  font-size: 16px;
}

.full-info__data-list {
  margin: 0;
}

.full-info__data-title + .full-info__data-list {
  margin-top: 5px;
}

.full-info_bold .full-info__data-title + .full-info__data-list {
  margin-top: 0;
}

.full-info__data-item {
  margin-top: 15px;
}

.full-info__data-item:first-child {
  margin-top: 0;
}

.full-info_bold .full-info__data-item {
  line-height: 1.4;
}

.full-info__data-name {
  flex: 1 1 auto;
  width: 100%;
  padding: 0 15px;
}

.full-info_bold .full-info__data-name {
  font-weight: 700;
}

.full-info__data-value {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
}

.full-info_bold .full-info__data-value {
  font-weight: 500;
}

.catalog {
  position: relative;
  z-index: 3;
}

.catalog__cover {
  padding-bottom: 33px;
}

.catalog__title {
  margin-bottom: 38px;
}

.catalog__categories-wrapper {
  margin-bottom: 35px;
}

.catalog__categories-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px;
}

.catalog__category-item {
  padding: 0 5px 10px;
}

.catalog__category-link {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #31637B;
  transition: color 200ms ease;
  text-decoration: none;
}

.active > .catalog__category-link {
  color: #FFFFFF;
}

.catalog__category-link:before,
.catalog__category-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.catalog__category-link:before {
  background: linear-gradient(15.21deg, #D2EBF1 24.75%, #DFEEF8 76.13%, #DFEEF8 76.13%);
  box-shadow: 0px 2px 10px rgba(26, 191, 215, 0.25);
  z-index: 1;
}

.catalog__category-link:after {
  z-index: 2;
  transition: opacity 200ms ease, visibility 200ms ease;
  background: linear-gradient(197.29deg, #1ABFD7 33.51%, #0094AA 74.68%);
  opacity: 0;
  visibility: hidden;
}

.active > .catalog__category-link:after {
  opacity: 1;
  visibility: visible;
}

.catalog__category-name {
  position: relative;
  z-index: 3;
  display: block;
  text-align: center;
  padding: 8px 10px;
}

.catalog__content {
  width: 100%;
}

.catalog__sort-wrapper {
  display: flex;
  align-items: center;
  margin: 0 -5px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.catalog__filter-btn-container {
  display: block;
  padding: 0 5px 10px;
  flex: 0 0 auto;
  width: 100%;
}

.catalog__filter-btn {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  background: #FBA746;
  font-size: 14px;
}

.catalog__filter-btn-text {
  padding-left: 30px;
  position: relative;
}

.catalog__filter-btn-icon {
  width: 18px;
  height: 18px;
  fill: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}

.catalog__sort-dropdown {
  padding: 0 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  flex: 0 0 auto;
  width: 100%;
}

.catalog__sort-dropdown-label {
  flex: 0 0 auto;
  height: 40px;
  border: 1px solid #26BFD4;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 2.8571428571;
  padding: 0 10px;
  background: #26BFD4;
  text-align: center;
  width: 100px;
}

.catalog__sort-dropdown-select {
  flex: 1 1 auto;
  min-width: 0;
}

.catalog__sort-dropdown-select_sort {
  width: 100%;
}

.catalog__sort-dropdown-select_count {
  width: 100%;
}

.catalog__sort-dropdown-select select {
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  border: 1px solid #26BFD4;
  font-size: 14px;
}

.catalog__sort-dropdown-select .jq-selectbox__select {
  border-radius: 0;
  height: 40px;
  border: 1px solid #26BFD4;
  font-size: 14px;
  padding: 0 26px 0 10px;
  box-shadow: none;
}

.catalog__sort-dropdown-select .jq-selectbox__select-text {
  padding-top: 11px;
}

.catalog__sort-dropdown-select .jq-selectbox__trigger,
.catalog__sort-dropdown-select .jq-selectbox__trigger-arrow {
  width: 26px;
}

.catalog__sort-dropdown-select .jq-selectbox__dropdown {
  border: 1px solid #26BFD4;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  margin: -1px 0;
}

.catalog__sort-sub-container {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
  justify-content: space-between;
}

.catalog__sort-sub-container .catalog__sort-dropdown {
  width: 100%;
}

.catalog__count {
  padding: 0 5px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2142857143;
  flex: 0 0 auto;
  display: none;
}

.catalog__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-bottom: 6px;
}

.catalog__item {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 24px;
}

.catalog__pagination {
  padding-bottom: 60px;
}

.catalog__section-carousel {
  padding-bottom: 45px;
}

.catalog__section-title {
  text-align: center;
  line-height: 1.1333333333;
  margin-bottom: 26px;
}

.catalog__section-title_not-available {
  color: #999999;
}

.catalog__sidebar-viewed {
  padding-bottom: 45px;
}

.catalog__sidebar-carousel-title {
  text-align: center;
  line-height: 1.1666666667;
  margin-bottom: 27px;
}

.catalog__sidebar-carousel-wrapper .slick-track {
  width: 100%;
}

.text {
  position: relative;
  z-index: 2;
}

.text__cover {
  padding-top: 20px;
}

.text__title {
  margin-bottom: 32px;
}

.text__not-margin-element {
  margin-bottom: 0;
}

.text__info-img {
  max-width: none;
  margin: 0 0 32px;
  display: none;
}

.text__img-container {
  flex: 0 0 auto;
  position: relative;
  margin: 0 0 32px;
  width: 280px;
  display: none;
}

.text__img {
  max-width: none;
  width: 100%;
  position: relative;
  right: -10px;
}

.text__label-orange,
.text__label-blue {
  font-size: 18px;
  line-height: 1.2222222222;
  position: absolute;
}

.text__label-orange {
  color: #FBA746;
  top: 35px;
  left: 10px;
}

.text__label-blue {
  color: #26BFD4;
  left: 0;
  bottom: -12px;
}

.text__adavantages {
  display: flex;
  align-items: flex-start;
  margin: 0 -25px -20px;
  flex-wrap: wrap;
}

.text__adavantage-item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 25px;
  margin-bottom: 32px;
}

.text__adavantage-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #2A2A2A;
  margin: 0;
}

.text__adavantage-info {
  margin: 0;
}

.text__adavantage-name + .text__adavantage-info {
  margin-top: 5px;
}

.text__sub-info {
  margin: 0 0 -40px;
}

.text__sub-info_modify {
  margin-top: -35px;
}

.text__sub-info_custom {
  margin-top: 13px;
}

.text__sub-info-line {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.text__sub-info-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.text__sub-info-border:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D2E5F1;
}

.text__sub-info-line:last-child .text__sub-info-border {
  display: none;
}

.text__sub-info-section {
  flex: 0 0 auto;
  padding: 30px 0 0;
  width: 100%;
  position: relative;
  display: flex;
  border-bottom: 1px solid #D2E5F1;
}

.text__sub-info-section:last-child {
  border-bottom: none;
}

.text__sub-info-vertical-border {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 90px 0 35px;
  display: none;
}

.text__sub-info-vertical-border:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #D2E5F1;
}

.text__sub-info-content {
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 2px;
}

.text__sub-info-title {
  margin: 0 0 33px;
}

.text__sub-info-title + .text__sub-info-text {
  margin-top: -14px;
}

.text__sub-info-contacts {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.text__sub-info-title + .text__sub-info-contacts {
  margin-top: -14px;
}

.text__sub-info-contact {
  flex: 0 0 auto;
  padding: 0 10px;
  margin-bottom: 29px;
  width: 100%;
}

.text__sub-info-phone,
.text__sub-info-mail {
  cursor: default;
  color: #2A2A2A;
  text-decoration: none;
}

.text__networks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-top: 6px;
  align-items: center;
  padding-bottom: 9px;
}

.text__network-item {
  flex: 0 0 auto;
  padding: 5px 5px 0;
}

.text__network-link {
  text-decoration: none;
}

.text__network-icon {
  fill: #26BFD4;
  width: 28px;
  height: 28px;
}

.text__color-black {
  color: #2A2A2A;
}

.text__medium {
  font-weight: 500;
}

.text__small-margin-element {
  margin-bottom: 10px;
}

.text__color-yellow {
  color: #FBA746;
}

.text__color-red {
  color: #EC1C24;
}

.text__color-gray {
  color: #808080;
}

.text__big-margin-element {
  margin-bottom: 44px;
}

.text__offers-container {
  clear: both;
  width: 100%;
}

.text__offers-title {
  margin-bottom: 42px;
  padding-top: 10px;
}

.text__offers-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -10px;
  align-items: flex-start;
  justify-content: center;
}

.text__offers-item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 20px 50px;
  position: relative;
}

.text__offers-list_line .text__offers-item:first-child:before {
  right: 0;
  left: auto;
}

.text__offers-list_line .text__offers-item:nth-child(2):before {
  width: 100%;
}

.text__offers-img-container {
  position: relative;
  height: 80px;
}

.text__offers-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.text__offers-img-container + .text__offers-item-content {
  margin-top: 30px;
}

.text__offers-sub-title {
  text-align: center;
  margin: 0;
  font-size: 24px;
  line-height: 1.2083333333;
  color: #2A2A2A;
  font-weight: 500;
}

.text__offers-sub-title_modify {
  min-height: 0 !important;
}

.text__offers-info {
  margin: 0;
  text-align: center;
}

.text__offers-sub-title + .text__offers-info {
  margin-top: 22px;
}

.text__blue-link {
  font-size: 18px;
  color: #26BFD4;
}

.text__instructions {
  margin-bottom: 12px;
}

.text__offers-head {
  text-align: center;
  margin-bottom: 20px;
}

.text__offers-item-step {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  background: #26BFD4;
  text-align: center;
  padding: 0 5px;
  color: #FFFFFF;
  font-size: 28px;
  margin-bottom: 20px;
}

.instagram {
  padding-top: 45px;
}

.instagram__title {
  text-align: center;
  margin-bottom: 30px;
}

.instagram__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -7.5px;
}

.instagram__item {
  margin: 0 7.5px;
  flex: 0 0 auto;
  width: 150px;
  position: relative;
}

.instagram__link {
  display: block;
  text-decoration: none;
  width: 100%;
}

.instagram__img {
  max-width: none;
  width: 100%;
  transition: transform 200ms ease;
}

.footer {
  position: relative;
  background: url(../images/bg-footer.png) center 30px no-repeat;
}

.footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.4;
}

.footer__cover {
  padding-top: 40px;
  position: relative;
  z-index: 3;
}

.footer__wrapper {
  position: relative;
  margin-bottom: 100px;
}

.footer__wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__wrapper-bg:before {
  content: "";
  display: block;
  height: 100%;
  border-radius: 20px;
  background: radial-gradient(94.1% 271.12% at 0.69% 155.89%, #FFFFFF 0%, #E5E5E5 73.89%, #FFFFFF 100%);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.footer__content {
  position: relative;
  z-index: 2;
}

.footer__info {
  padding: 42px 15px 10px;
}

.footer__company {
  width: 100%;
  position: relative;
}

.footer__logo {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}

.footer__logo-icon {
  color: #1ABFD7;
}

.footer__logo-link {
  display: block;
  flex: 0 0 auto;
  text-decoration: none;
}

.footer__logo-icon {
  width: 190px;
  height: 23px;
}

.footer__contacts-container {
  width: 100%;
  margin: 0 auto;
}

.footer__metro-list {
  margin-bottom: 30px;
}

.footer__metro-item {
  margin-top: 11px;
  display: flex;
  justify-content: center;
}

.footer__metro-item:first-child {
  margin-top: 0;
}

.footer__metro-link {
  display: block;
  position: relative;
  padding-left: 30px;
  text-decoration: none;
  line-height: 1.1875;
  color: #31637B;
  transition: color 200ms ease;
  font-weight: 700;
}

.footer__metro-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 24px;
}

.footer__contacts {
  margin-bottom: 30px;
  text-align: center;
}

.footer__telephone {
  font-size: 16px;
  line-height: 1.2222222222;
  font-weight: 500;
}

.footer__telephone-link {
  cursor: default;
  text-decoration: none;
  color: #FBA746;
  white-space: nowrap;
}

.footer__call {
  line-height: 1.1875;
}

.footer__telephone + .footer__call {
  margin-top: 3px;
}

.footer__call-link {
  color: #31637B;
}

.footer__address {
  line-height: 1.1875;
  color: #2A2A2A;
  padding-bottom: 25px;
  text-align: center;
}

.footer__yandex {
  width: 125px;
  margin: 0 auto;
  display: none;
}

.footer__yandex-link {
  text-decoration: none;
}

.footer__nav-container {
  width: 100%;
  position: relative;
}

.footer__nav-bg-container {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer__nav-bg {
  display: block;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(303.86deg, #0094AA 19.67%, #1ABFD7 65.18%);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

.footer__nav-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: skewY(3deg);
  left: 0;
  top: 0;
  background: url(../images/bg-footer-nav.png) center center/cover no-repeat;
}

.footer__nav-list {
  display: flex;
  align-items: flex-start;
  padding: 54px 0 21px;
  position: relative;
  z-index: 3;
}

.footer__nav {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
  margin: 0;
  text-align: center;
}

.footer__nav-item {
  margin-top: 5px;
}

.footer__nav-item:first-child {
  margin-top: 0;
}

.footer__nav-link {
  line-height: 1.1875;
  color: #FFFFFF;
  text-decoration: none;
}

.active > .footer__nav-link {
  font-weight: 700;
}

.footer__img {
  z-index: 2;
  position: absolute;
  right: 25px;
  top: 17px;
  max-width: none;
  display: none;
}

.footer__footnote {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #bfeaef 100%);
  position: relative;
  z-index: 2;
  margin-top: -90px;
  text-align: center;
}

.footer__footnote-cover {
  padding-bottom: 32px;
  padding-top: 50px;
}

.footer__ahtung {
  font-weight: 300;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.1428571429;
  color: #31637B;
}

.footer__footnote-content {
  font-size: 14px;
  line-height: 1.1428571429;
  color: #999999;
}

.footer__copyright,
.footer__policy {
  margin: 0 0 15px;
}

.footer__copyright {
  order: 1;
}

.footer__policy {
  order: 2;
}

.footer__policy-link {
  color: #999999;
  text-decoration: none;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: none;
  transform: translateX(-100%);
  transition: transform 200ms ease;
  z-index: 20000;
}

.opened-modal .mobile-nav {
  transform: translateX(0);
}

.mobile-nav__wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-nav__section-container {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.mobile-nav__section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateX(100%);
  transition: transform 200ms ease;
}

.mobile-nav__section.visible {
  transform: translateX(0);
}

.mobile-nav__section.hidden {
  transform: translateX(-100%);
}

.mobile-nav__sub-section {
  display: none;
}

.mobile-nav__sub-section.visible {
  display: block;
}

.mobile-nav__info-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  height: 65px;
}

.mobile-nav__info-title {
  flex: 1 1 auto;
  text-align: center;
  margin: 0;
  font-size: 21px;
}

.mobile-nav__info-btn {
  position: absolute;
  top: 0;
  width: 45px;
  height: 65px;
  outline: none;
  padding: 0;
  border: none;
  cursor: pointer;
  font-size: 0;
  border-radius: 0;
  background: none;
  z-index: 1;
}

.mobile-nav__info-btn_arrow {
  left: -13px;
  transform: scale(-1, 1);
}

.mobile-nav__info-btn_cross {
  right: -13px;
}

.mobile-nav__info-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
}

.mobile-nav__info-btn-icon_cross {
  width: 16px;
  height: 16px;
  fill: none;
  stroke-width: 2px;
  stroke: #2A2A2A;
  margin-left: -8px;
  margin-top: -8px;
}

.mobile-nav__info-btn-icon_arrow {
  width: 10px;
  height: 16px;
  fill: none;
  stroke-width: 3px;
  stroke: #2A2A2A;
  margin-left: -1px;
  margin-top: -8px;
}

.mobile-nav__list {
  margin: 0;
}

.mobile-nav__item {
  margin-bottom: -1px;
  position: relative;
}

.mobile-nav__item-link {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ECECEC;
  color: #2A2A2A;
  font-weight: 500;
}

.mobile-nav__item:first-child .mobile-nav__item-link {
  border-top: 1px solid #ECECEC;
}

.mobile-nav__item-wrapper {
  display: flex;
  align-items: center;
  height: 65px;
  justify-content: space-between;
  overflow: hidden;
}

.mobile-nav__item-name {
  flex: 1 1 auto;
}

.mobile-nav__item-arrow-icon {
  flex: 0 0 auto;
  width: 6px;
  height: 11px;
  fill: none;
  stroke-width: 3px;
  stroke: #2A2A2A;
  position: relative;
  top: 1px;
  margin-left: 15px;
}

.social {
  position: fixed;
  z-index: 600;
  right: 20px;
  bottom: 20px;
}

.social__btn-wrapper {
  position: relative;
}

.social__btn {
  width: 54px;
  height: 54px;
  background: #1ABFD7;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  position: relative;
}

.social__btn div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}

.social__btn div:nth-child(1) {
  left: 10px;
}

.social__btn div:nth-child(2) {
  left: 50%;
  margin-left: -4px;
}

.social__btn div:nth-child(3) {
  right: 10px;
}

.social__btn:before,
.social__btn:after {
  content: "";
  display: block;
  position: absolute;
  border: 50%;
  opacity: 0;
  border: 1px solid #1ABFD7;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  -webkit-animation: animate 1.5s linear infinite;
  animation: animate 1.5s linear infinite;
}

.social__btn:after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.social.active .social__btn:before,
.social.active .social__btn:after {
  visibility: hidden;
}

.social__link-wrapper {
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin-right: -27px;
  transition: transform 200ms ease, opacity 200ms ease, visibility 0ms ease 200ms;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.social.active .social__link-wrapper {
  transform: translateY(-20%);
  opacity: 1;
  visibility: visible;
  transition: transform 200ms ease, opacity 200ms ease, visibility 0ms ease;
}

.social__link {
  text-decoration: none;
  display: block;
  position: relative;
}

.social__link:before {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.social__icon {
  max-width: none;
  width: 54px;
  height: 54px;
  position: relative;
  z-index: 2;
}

@-webkit-keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

.modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #0000004b;
  flex-direction: column-reverse;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -5;
  transition: all 0.3s ease-in-out;
}

.modal.hide {
  opacity: 1;
  z-index: 9999;
}

.modal > .modal-wrapper {
  padding: 15px;
  background-color: #fff;
  width: 50%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.modal > .modal-wrapper img {
  position: absolute;
  top: -19px;
  left: -23px;
  transform: scaleX(-1);
}

.modal > .modal-wrapper > h2 {
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.modal > .modal-wrapper strong {
  text-align: end;
}

.modal > .modal-wrapper > p {
  margin: 0;
  font-size: 18px;
}

.modal > .modal-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.modal > .modal-wrapper > div > ul {
  padding-left: 30px;
  margin: 0;
}

.modal > .modal-wrapper > div > ul > li {
  font-weight: 500;
}

.modal > .modal-wrapper > div > span {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.modal > button {
  width: 50%;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
  background: none;
  border: none;
}

.instructions__wrapper {
  margin-bottom: 10px;
}

.instructions__logo-wrapper {
  width: 140px;
  margin-bottom: 12px;
  flex: 0 0 auto;
}

.instructions__logo {
  width: 100%;
  height: auto;
  max-width: none;
}

.instructions__content {
  margin-bottom: 12px;
}

.instructions__text p {
  margin-bottom: 6px;
}

.instructions__btn {
  display: inline-block;
  margin-bottom: 6px;
  width: auto;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}

.instructions__list {
  margin-bottom: 20px;
}

.instructions__item {
  padding-left: 49px;
  padding-bottom: 20px;
  counter-increment: step-counter;
  position: relative;
}

.instructions__item:before {
  content: counter(step-counter) "";
  display: block;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  min-width: 30px;
  background: #26BFD4;
  text-align: center;
  padding: 0 3px;
}

.instructions__img {
  margin-bottom: 50px;
}

@media (min-width: 360px) {
  .basket-info__itog-detail {
    font-size: 24px;
    line-height: 1.2083333333;
    font-weight: 400;
  }

  .basket-info__itog-value span {
    font-size: 22px;
  }

  .header__wrapper {
    height: 64px;
  }

  .header__logo-name {
    width: 180px;
    height: 22px;
  }

  .header__logo-description {
    font-size: 7px;
  }

  .header__logo-name + .header__logo-description {
    margin-top: 9px;
  }

  .header__telephone-item {
    font-size: 12px;
    margin-top: 3px;
  }

  .header__call-link {
    height: 40px;
    width: 40px;
  }

  .header__call-icon {
    width: 22px;
    height: 20px;
    margin-left: -11px;
    margin-top: -10px;
  }

  .header__btn {
    height: 40px;
  }

  .nav__wrapper {
    z-index: 3;
    height: 40px;
  }

  .categories__link {
    padding: 4px;
  }

  .categories__name {
    font-size: 10px;
    line-height: 1.3;
  }

  .slider__title {
    font-size: 32px;
    line-height: 1.1875;
  }

  .slider__sub-info {
    max-width: 190px;
  }

  .slider__slide_one .slider__sub-info {
    max-width: 210px;
  }

  .slider__slide_three .slider__sub-info {
    max-width: 190px;
  }

  .slider__slide_one .slider__img {
    right: 15px;
  }

  .slider__signature {
    right: 111px;
  }

  .slider__sub-title {
    font-size: 32px;
    line-height: 1.1875;
  }

  .slider__slide_one .slider__sub-title {
    right: 15px;
    line-height: 2.0476190476;
    bottom: 71px;
  }

  .slider__sub-title-element {
    font-size: 44px;
    top: 3px;
    line-height: 0.6590909091;
  }

  .slider__slide_two .slider__sub-title {
    right: 17px;
    bottom: 70px;
  }

  .slider__slide_three .slider__sub-title {
    max-width: 130px;
    top: 83px;
  }

  .promo__slide-content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .info__img-container {
    width: 387px;
  }

  .info__img {
    right: 0;
  }

  .info__label-orange,
  .info__label-blue {
    font-size: 20px;
    line-height: 1.2;
  }

  .info__label-orange {
    top: 49px;
    left: 16px;
  }

  .info__label-blue {
    left: 15px;
    bottom: -13px;
  }

  .list-categories__item-img-container {
    height: 90px;
  }

  .offers__item-wrapper {
    padding-top: 65%;
  }

  .sub-offers__nav {
    margin-bottom: 25px;
  }

  .sub-offers__nav-link {
    min-width: 100px;
    font-size: 16px;
    line-height: 1.1875;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }

  .order__data-steps {
    display: block;
  }

  .order__metro-list {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }

  .basket__content-wrapper {
    padding-top: 24px;
  }

  .basket__steps {
    display: block;
  }

  .basket__product:first-child {
    border-top: 1px solid #DFE0E1;
  }

  .detail__gallery-item {
    height: 250px;
  }

  .detail__preview-item {
    width: 33.3333333333%;
  }

  .detail__model-info {
    display: flex;
    align-items: center;
  }

  .detail__model-container + .detail__model-info-icon-container {
    margin-left: 35px;
    margin-top: 0;
  }

  .text__img-container {
    width: 387px;
  }

  .text__img {
    right: 0;
  }

  .text__label-orange,
  .text__label-blue {
    font-size: 20px;
    line-height: 1.2;
  }

  .text__label-orange {
    top: 49px;
    left: 16px;
  }

  .text__label-blue {
    left: 15px;
    bottom: -13px;
  }
}

@media (min-width: 480px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  .basket-info__form {
    display: flex;
    align-items: flex-start;
  }

  .basket-info__field-input {
    border-radius: 10px 0 0 10px;
  }

  .basket-info__btn-container {
    width: 50%;
  }

  .basket-info__btn {
    border-radius: 0 10px 10px 0;
  }

  .basket-info__itog-detail {
    font-size: 30px;
    line-height: 1.1333333333;
  }

  .basket-info__itog-value span {
    font-size: 28px;
  }

  .basket-info__social-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .basket-info__itog-detail + .basket-info__social-wrapper {
    padding-top: 9px;
  }

  .basket-info__social-label {
    padding-top: 5px;
  }

  .filter {
    width: 320px;
  }

  .header__btn-container {
    gap: 10px;
    padding: 0 10px;
  }

  .header__btn {
    width: 40px;
  }

  .header__btn-icon_search {
    width: 24px;
    height: 24px;
  }

  .header__btn-icon_compare {
    width: 21px;
    height: 24px;
  }

  .header__btn-icon_favorites {
    width: 27px;
    height: 24px;
  }

  .header__btn-icon_basket {
    width: 21px;
    height: 24px;
  }

  .nav__cover {
    gap: 0 10px;
  }

  .nav__logo-icon {
    width: 160px;
    height: 20px;
  }

  .slider__slide {
    height: 400px;
  }

  .slider__content {
    padding-top: 286px;
  }

  .slider__title {
    font-size: 36px;
    line-height: 1.1944444444;
  }

  .slider__btn {
    min-width: 180px;
  }

  .slider__slide_one .slider__img {
    width: 280px;
    height: 206px;
    right: 66px;
    top: 70px;
  }

  .slider__slide_two .slider__img {
    width: 430px;
    height: 275px;
    margin-right: -215px;
  }

  .slider__slide_three .slider__img {
    width: 200px;
    height: auto;
    margin-right: -127px;
    bottom: 40px;
  }

  .slider__signature {
    font-size: 16px;
    line-height: 1.1875;
    max-width: 100px;
    right: 185px;
    top: 132px;
  }

  .slider__sub-title {
    font-size: 36px;
    line-height: 1.1944444444;
  }

  .slider__slide_one .slider__sub-title {
    font-size: 28px;
    right: 10px;
    max-width: none;
    line-height: 1.8928571429;
  }

  .slider__sub-title-element {
    padding: 0 15px;
    line-height: 0.5555555556;
    font-size: 54px;
  }

  .slider__hidden-element-1 {
    display: inline-block;
  }

  .slider__hidden-element-2 {
    display: block;
    padding: 0;
  }

  .slider__slide_two .slider__sub-title {
    width: 100%;
    right: 0;
    bottom: 124px;
    text-align: center;
  }

  .slider__slide_two .slider__sub-title br {
    display: none;
  }

  .slider__slide_three .slider__sub-title {
    top: 120px;
    max-width: 150px;
  }

  .slider__warn {
    bottom: 30px;
  }

  .promo__name {
    font-size: 26px;
  }

  .promo__img {
    max-width: 180px;
    max-height: 180px;
  }

  .list-categories__title {
    margin-bottom: 51px;
  }

  .list-categories__section {
    margin-top: 64px;
  }

  .list-categories__section:first-child {
    margin-top: 0;
  }

  .list-categories__wrapper {
    margin: -20px -10px 0;
  }

  .list-categories__item {
    margin-top: 20px;
    padding: 0 10px;
  }

  .list-categories__item-name {
    font-size: 16px;
  }

  .list-categories__item-img-container {
    height: 125px;
  }

  .offers__item-wrapper {
    padding-top: 55%;
  }

  .benefits__title {
    margin: 0 0 60px;
  }

  .benefits__item {
    margin-bottom: 70px;
  }

  .main-catalog__cover {
    padding-bottom: 95px;
  }

  .main-catalog__sub-title {
    text-align: left;
  }

  .main-catalog__category {
    width: 50%;
  }

  .main-catalog__category-img-container {
    height: 130px;
  }

  .sub-offers__cover {
    padding-bottom: 90px;
  }

  .sub-offers__nav {
    margin: 0 -5px 20px;
  }

  .sub-offers__nav-item {
    padding: 0 5px 10px;
  }

  .sub-offers__nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2222222222;
    padding: 13px 15px;
    min-width: 130px;
  }

  .viewed__cover {
    padding-bottom: 90px;
  }

  .viewed__title {
    margin: 0 0 48px;
  }

  .sub-info {
    padding-top: 35px;
    padding-bottom: 57px;
  }

  .present__title {
    margin-bottom: 50px;
  }

  .present__img-container {
    width: 350px;
  }

  .present_blue .present__img-container {
    right: -20px;
  }

  .present__sum {
    top: 54px;
    right: 63px;
    font-size: 50px;
  }

  .present_blue .present__sum {
    right: 160px;
  }

  .present__sum span {
    font-size: 46px;
  }

  .present__info {
    padding: 0 30px;
  }

  .subscription__cover {
    padding-top: 40px;
  }

  .subscription__title {
    margin-bottom: 50px;
  }

  .subscription__info {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subscription__form {
    display: flex;
    align-items: flex-start;
  }

  .subscription__btn {
    width: 135px;
  }

  .subscription__field + .subscription__btn {
    margin-left: 16px;
    margin-top: 0;
  }

  .questions__btn {
    width: 135px;
  }

  .order__data-wrapper {
    padding-right: 200px;
  }

  .order__data-steps {
    margin-right: -185px;
  }

  .order__field-btn-container {
    position: absolute;
    left: 100%;
    padding: 0 15px;
    top: -6px;
    width: 200px;
    margin-top: 0;
  }

  .order__form-nav-link {
    font-size: 24px;
    line-height: 1.2083333333;
  }

  .order__calendar-container {
    width: 220px;
  }

  .order__calendar-container .ui-datepicker-title {
    line-height: 2.8125;
    font-size: 16px;
  }

  .order__calendar-container .ui-datepicker-calendar td a,
  .order__calendar-container .ui-datepicker-calendar td span {
    font-size: 14px;
    padding: 7px 4px;
  }

  .order__calculation-map {
    height: 360px;
  }

  .favorites__item {
    width: 50%;
  }

  .basket__product-info-right {
    display: flex;
  }

  .basket__product-count + .basket__product-sum-container {
    margin-left: 15px;
    margin-top: 0;
  }

  .basket__deferred-list .basket__product-count + .basket__product-sum-container {
    margin-top: 0;
  }

  .basket__product-sum {
    text-align: right;
  }

  .basket__add-btn-container {
    padding-top: 7px;
  }

  .detail__title {
    font-size: 21px;
  }

  .detail__gallery-item {
    height: 300px;
  }

  .detail__preview-item {
    width: 25%;
  }

  .detail__social-label {
    padding-top: 5px;
  }

  .detail__advantage {
    width: 50%;
  }

  .detail__advantage-text {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  .full-info__head-name {
    font-size: 24px;
    line-height: 1.1666666667;
  }

  .full-info__data-item {
    margin-top: 0;
    display: flex;
    align-items: flex-start;
  }

  .full-info__data-name {
    min-width: 0;
  }

  .full-info__data-value {
    width: 50%;
  }

  .catalog__sort-dropdown {
    width: 60%;
  }

  .catalog__sort-dropdown-select_count {
    width: 66px;
  }

  .catalog__sort-sub-container {
    width: 40%;
  }

  .catalog__item {
    width: 50%;
  }

  .text__instructions {
    margin-bottom: 24px;
  }

  .text__offers-item-step {
    font-size: 40px;
    width: 60px;
    height: 60px;
    margin-bottom: 40px;
  }

  .instagram {
    padding-top: 75px;
  }

  .instagram__title {
    margin-bottom: 60px;
  }

  .footer__cover {
    padding-top: 80px;
  }

  .footer__info {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer__contacts-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 380px;
  }

  .footer__metro-list {
    flex: 0 0 auto;
    width: 50%;
  }

  .footer__contacts {
    flex: 0 0 auto;
    width: 50%;
  }

  .footer__nav-list {
    padding-right: 15px;
    padding-left: 15px;
  }

  .instructions__wrapper {
    display: flex;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  .instructions__logo-wrapper {
    margin-bottom: 24px;
  }

  .instructions__content {
    margin-bottom: 24px;
  }

  .instructions__item {
    padding-left: 59px;
  }
}

@media (min-width: 600px) {
  .card__img-conatiner {
    height: 240px;
  }

  .card__img-conatiner_small {
    height: 166px;
  }

  .basket-info__form {
    padding-left: 25px;
    padding-right: 25px;
  }

  .basket-info__list {
    padding-left: 25px;
    padding-right: 25px;
  }

  .basket-info__itog {
    padding-left: 25px;
    padding-right: 25px;
  }

  .slider__container {
    margin: 0;
  }

  .slider__slide_one {
    align-items: center;
  }

  .slider__slide-bg {
    height: 415px;
    top: -15px;
  }

  .slider__slide-bg {
    transform: skewY(-3deg);
    bottom: 14px;
    top: auto;
    border-radius: 0 0 20px 20px;
  }

  .slider__slide_one .slider__slide-bg:before {
    height: 440px;
    transform: skewY(3deg);
    background: #2F515D url(../images/tablet-bg-slide-1.jpg) left center/cover no-repeat;
  }

  .slider__content {
    padding-top: 0;
    margin-left: 60px;
    padding-left: 0;
    width: auto;
  }

  .slider__slide_two .slider__content {
    padding-top: 58px;
  }

  .slider__slide_three .slider__content {
    padding-top: 135px;
  }

  .slider__title {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    width: auto;
  }

  .slider__slide_one .slider__title {
    max-width: 165px;
  }

  .slider__slide_three .slider__title {
    max-width: 220px;
    transform: rotate(-2.56deg);
  }

  .slider__btn {
    margin-left: 0;
  }

  .slider__slide_one .slider__title + .slider__btn {
    margin-top: 135px;
  }

  .slider__slide_two .slider__title + .slider__btn {
    margin-top: 193px;
  }

  .slider__slide_three .slider__title + .slider__btn {
    margin-top: 60px;
  }

  .slider__sub-info {
    margin-left: 0;
  }

  .slider__btn + .slider__sub-info {
    margin-top: 17px;
  }

  .slider__slide_one .slider__img {
    width: 330px;
    height: 242px;
    right: 80px;
    top: 45px;
  }

  .slider__slide_two .slider__img {
    width: 460px;
    height: 294px;
    margin-right: -290px;
  }

  .slider__slide_three .slider__img {
    transform: none;
    width: 240px;
    height: auto;
    margin-right: -155px;
    bottom: -5px;
  }

  .slider__signature {
    font-size: 18px;
    line-height: 1.2222222222;
    right: 228px;
    top: 118px;
  }

  .slider__slide_one .slider__sub-title {
    font-size: 32px;
    line-height: 1.34375;
    right: 13px;
    bottom: 79px;
  }

  .slider__hidden-element-1 {
    padding: 0 33px;
  }

  .slider__slide_two .slider__sub-title {
    width: auto;
    text-align: left;
    right: 18px;
  }

  .slider__slide_three .slider__sub-title {
    transform: rotate(-2.56deg);
    right: 0;
    top: 170px;
    left: auto;
  }

  .slider__warn {
    right: 16px;
    bottom: 0;
    color: #2A2A2A;
    z-index: 3;
  }

  .slider .slick-arrow {
    width: 36px;
    height: 36px;
    margin-top: -46px;
  }

  .slider .slick-arrow__icon {
    width: 36px;
    height: 36px;
  }

  .promo__slide {
    display: flex !important;
  }

  .promo__slide-cover {
    display: flex;
    flex: 1 1 auto;
  }

  .promo__slide-content {
    min-height: 230px;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 15px 280px 15px 50px;
  }

  .promo__name {
    order: 1;
    margin-top: 0;
  }

  .promo__img-container {
    position: absolute;
    top: 50%;
    right: 45px;
    width: 230px;
    height: 230px;
    margin: -115px 15px 0;
    order: 4;
  }

  .promo__img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .promo .slick-arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }

  .promo .slick-arrow__icon {
    width: 36px;
    height: 36px;
  }

  .list-categories__item-img-container {
    height: 150px;
  }

  .offers__item {
    width: 50%;
  }

  .offers__item-wrapper {
    padding-top: 80%;
  }

  .benefits__item {
    width: 50%;
  }

  .present__content:before {
    transform: skewY(3deg);
  }

  .subscription__bg {
    transform: skewY(-3deg);
  }

  .subscription__info {
    padding-top: 45px;
  }

  .questions__field {
    width: 43%;
    margin-bottom: 29px;
  }

  .questions__fields-label {
    width: 14%;
    margin-bottom: 29px;
  }

  .questions__textarea {
    margin-bottom: 29px;
  }

  .questions__policy {
    margin-top: -16px;
  }

  .order__data-wrapper {
    padding-left: 25px;
    padding-right: 210px;
  }

  .order__field-btn-container {
    width: 210px;
    padding: 0 25px;
  }

  .order__form-nav-link {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }

  .order__form-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .order__date-list {
    margin: 0 -10px;
    padding-bottom: 0;
  }

  .order__date-item {
    width: 33.3333333333%;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .order__date-cover {
    padding-left: 25px;
    padding-right: 25px;
  }

  .basket__content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .basket__product {
    margin: 0 -25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .basket__product-name {
    margin-right: 45px;
  }

  .basket__deferred-list .basket__product-name {
    margin-right: 0;
  }

  .basket__product-delete {
    right: 25px;
  }

  .detail__gallery-container {
    padding: 24px;
  }

  .detail__gallery-item {
    height: 397px;
  }

  .detail__availability {
    padding-left: 22px;
    padding-right: 22px;
  }

  .detail__setting-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .detail__footnote {
    padding-left: 22px;
    padding-right: 22px;
  }

  .detail__advantage {
    width: 33.3333333333%;
  }

  .sub-accessories__content {
    padding-left: 23px;
    padding-right: 23px;
  }

  .sub-accessories__list {
    margin-left: -23px;
    margin-right: -23px;
  }

  .sub-accessories__item {
    width: 50%;
    padding: 14px 23px;
  }

  .catalog__sort-dropdown {
    width: 65%;
  }

  .catalog__sort-sub-container {
    width: 35%;
  }

  .text__sub-info-contact {
    width: 50%;
  }

  .instagram__item {
    width: 170px;
  }

  .footer {
    background-position: center 50px;
  }

  .footer__cover {
    padding-top: 100px;
  }

  .footer__wrapper-bg:before {
    transform: skewY(-3deg);
  }

  .footer__content {
    display: flex;
  }

  .footer__info {
    width: 47%;
    flex: 0 0 auto;
    padding-top: 62px;
    padding-bottom: 0;
  }

  .footer__logo {
    justify-content: flex-start;
  }

  .footer__contacts-container {
    width: auto;
    margin: 0;
  }

  .footer__metro-list {
    width: 100%;
  }

  .footer__metro-item {
    justify-content: flex-start;
  }

  .footer__contacts {
    width: 100%;
    text-align: left;
  }

  .footer__address {
    text-align: left;
  }

  .footer__nav-container {
    flex: 0 0 auto;
    width: 53%;
  }

  .footer__nav-bg {
    border-radius: 0 20px 20px 0;
    transform: skewY(-3deg);
  }

  .footer__nav {
    text-align: left;
  }

  .footer__footnote {
    text-align: left;
  }

  .footer__footnote-cover {
    padding-top: 63px;
  }

  .instructions {
    padding-left: 34px;
  }

  .instructions__wrapper {
    -moz-column-gap: 53px;
    column-gap: 53px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .cover {
    max-width: 730px;
  }

  .carousel {
    padding: 0 36px;
  }

  .carousel__wrapper {
    overflow: hidden;
  }

  .carousel__list {
    margin: 0;
  }

  .carousel .slick-slide {
    width: 50%;
  }

  .carousel__item {
    width: 50%;
  }

  .card__name {
    font-size: 16px;
    line-height: 1.6875;
  }

  .card_small .card__name {
    font-size: 14px;
    line-height: 1.2142857143;
  }

  .card__btn {
    font-size: 20px;
    line-height: 1.2;
    padding: 12px 19px;
    min-width: 135px;
  }

  .card_small .card__btn {
    font-size: 16px;
    line-height: 1.1875;
    padding: 11.5px 17px;
    min-width: 120px;
  }

  .header__cover {
    padding: 0 17px;
  }

  .header__wrapper {
    height: 105px;
  }

  .header__logo {
    margin-left: 2px;
  }

  .header__logo-name {
    width: 210px;
    height: 25px;
  }

  .header__logo-description {
    font-size: 8px;
  }

  .header__logo-name + .header__logo-description {
    margin-top: 12px;
  }

  .header__contacts {
    justify-content: space-evenly;
    margin-left: -4px;
  }

  .header__telephones {
    margin: 0;
  }

  .header__telephone-item {
    font-size: 14px;
    margin-top: 8px;
  }

  .header__call-link {
    height: 46px;
    width: 46px;
  }

  .header__call-icon {
    width: 24px;
    height: 22px;
    margin-left: -12px;
    margin-top: -11px;
  }

  .header__networks {
    display: flex;
  }

  .header__btn-container {
    position: relative;
    top: 0;
    gap: 5px;
    padding: 0;
  }

  ._floating .header__btn-container {
    z-index: 500;
    position: relative;
  }

  .header__btn {
    width: 46px;
    height: 46px;
    border-radius: 10px;
  }

  .header__btn_basket,
  .header__btn_search {
    background: linear-gradient(197deg, #1abfd7 33.51%, #0094aa 74.68%);
  }

  .header__btn-icon_basket {
    width: 24px;
    height: 28px;
  }

  .header__form-search {
    left: 0;
    margin-top: 5px;
    right: auto;
    width: 199px;
  }

  .header__form-input {
    border-radius: 10px;
  }

  .nav__cover {
    padding: 0 20px;
    gap: 0;
  }

  .nav__pull {
    display: none;
  }

  .nav__logo {
    display: none;
  }

  .nav__list {
    display: flex;
  }

  .categories__link {
    min-height: 51px;
    padding: 9px;
  }

  .categories__name {
    font-size: 14px;
    line-height: 1.2857142857;
  }

  .categories__name span {
    display: inline;
  }

  .categories__name span::after {
    display: none;
  }

  .slider__slide {
    height: 410px;
  }

  .slider__slide-bg {
    bottom: 26px;
  }

  .slider__slide_two .slider__content {
    padding-top: 52px;
  }

  .slider__slide_three .slider__content {
    padding-top: 110px;
  }

  .slider__title {
    font-size: 44px;
    line-height: 1.2045454545;
  }

  .slider__slide_one .slider__title {
    max-width: 210px;
  }

  .slider__slide_three .slider__title {
    max-width: 250px;
  }

  .slider__btn {
    font-size: 24px;
    line-height: 1.1666666667;
    min-width: 230px;
  }

  .slider__slide_one .slider__title + .slider__btn {
    margin-top: 95px;
  }

  .slider__sub-info {
    max-width: none;
  }

  .slider__btn + .slider__sub-info {
    margin-top: 24px;
  }

  .slider__slide_one .slider__img {
    width: 390px;
    height: 286px;
    right: 86px;
    top: 20px;
  }

  .slider__slide_two .slider__img {
    width: 580px;
    height: 370px;
    margin-right: -330px;
    bottom: 25px;
  }

  .slider__slide_three .slider__img {
    width: 260px;
    height: auto;
    margin-right: -150px;
    bottom: 0;
  }

  .slider__signature {
    font-size: 21px;
    line-height: 1.1904761905;
    max-width: 150px;
    right: 248px;
    top: 105px;
  }

  .slider__sub-title {
    font-size: 44px;
    line-height: 1.2045454545;
  }

  .slider__slide_one .slider__sub-title {
    font-size: 38px;
    line-height: 1.2105263158;
    bottom: 72px;
  }

  .slider__sub-title-element {
    line-height: 0.7037037037;
    padding: 0;
  }

  .slider__slide_two .slider__sub-title {
    bottom: 129px;
  }

  .slider__slide_three .slider__sub-title {
    max-width: 180px;
    right: 40px;
    top: 150px;
  }

  .slider__warn {
    bottom: 12px;
  }

  .promo {
    display: block;
  }

  .promo__name {
    font-size: 30px;
    line-height: 1.1333333333;
  }

  .promo__btn {
    font-size: 20px;
    line-height: 1.2;
    padding: 12px 34px;
  }

  .promo__price {
    font-size: 26px;
  }

  .promo__price span {
    font-size: 24px;
  }

  .promo .slick-prev {
    margin-left: -350px;
    left: 50%;
  }

  .promo .slick-next {
    margin-right: -350px;
    right: 50%;
  }

  .list-categories__cover {
    padding-top: 75px;
  }

  .offers__item-wrapper {
    padding-top: 65%;
  }

  .benefits__item-title {
    line-height: 1.2083333333;
    font-size: 24px;
    font-weight: 400;
  }

  .benefits__item-text {
    font-size: 16px;
    line-height: 1.6875;
  }

  .main-catalog__section-content {
    margin: 0;
  }

  .main-catalog__category {
    width: 33.3333333333%;
  }

  .main-catalog__category-img-container {
    height: 140px;
  }

  .sub-offers__nav {
    margin: 0 -10px 20px;
  }

  .sub-offers__nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-offers__nav-link {
    min-width: 150px;
    font-size: 20px;
    line-height: 1.2;
    padding: 12px 19px;
  }

  .sub-offers__btn-container {
    padding-top: 40px;
  }

  .sub-offers__btn {
    font-size: 20px;
    line-height: 1.2;
    padding: 12px 19px;
    min-width: 210px;
  }

  .viewed__btn-container {
    padding-top: 40px;
  }

  .viewed__btn {
    font-size: 20px;
    line-height: 1.2;
    padding: 12px 19px;
    min-width: 210px;
  }

  .present__cover:before {
    display: block;
  }

  .subscription__info {
    padding-bottom: 15px;
  }

  .subscription__form {
    max-width: 410px;
  }

  .subscription__ahtung-container {
    max-width: 320px;
  }

  .subscription__stock-label {
    text-align: left;
  }

  .subscription__stock-img-container {
    display: block;
  }

  .questions__field {
    width: 40%;
  }

  .questions__fields-label {
    width: 20%;
  }

  .inner-products__carousel-item {
    width: 50%;
  }

  .suggest__carousel-item {
    width: 50%;
  }

  .order__cover {
    padding-top: 52px;
  }

  .order__form-nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 1.2;
  }

  .order__date-item {
    width: 25%;
  }

  .basket__cover {
    padding-top: 52px;
  }

  .detail__cover {
    padding-top: 43px;
  }

  .detail__title {
    font-size: 40px;
    font-weight: 400;
  }

  .detail__preview-container {
    width: 580px;
  }

  .sub-accessories__item {
    font-size: 20px;
    line-height: 1.2;
  }

  .catalog__cover {
    padding-top: 43px;
  }

  .catalog__categories-wrapper {
    margin-bottom: 29px;
  }

  .catalog__categories-list {
    margin: 0 -8px;
  }

  .catalog__category-item {
    padding: 0 8px 16px;
  }

  .catalog__category-link {
    line-height: 1.1875;
    font-size: 16px;
  }

  .catalog__category-name {
    padding: 10.5px 15px;
  }

  .catalog__filter-btn-container {
    width: 160px;
  }

  .catalog__sort-dropdown {
    width: auto;
  }

  .catalog__sort-dropdown-label {
    width: auto;
  }

  .catalog__sort-dropdown-select {
    flex: 0 0 auto;
  }

  .catalog__sort-dropdown-select_sort {
    width: 200px;
  }

  .catalog__sort-sub-container {
    width: auto;
  }

  .catalog__sort-sub-container .catalog__sort-dropdown {
    width: auto;
  }

  .catalog__item {
    width: 33.3333333333%;
  }

  .catalog__carousel-item {
    width: 50%;
  }

  .footer__info {
    width: 55%;
  }

  .footer__logo {
    margin-bottom: 45px;
  }

  .footer__logo-icon {
    width: 260px;
    height: 32px;
  }

  .footer__contacts-container {
    padding-bottom: 15px;
  }

  .footer__metro-list {
    width: 53%;
  }

  .footer__contacts {
    width: 47%;
  }

  .footer__nav-container {
    width: 45%;
  }
}

@media (min-width: 990px) {
  a:hover,
  a:active {
    text-decoration: none;
  }

  .cover {
    max-width: 970px;
  }

  .ui-datepicker-calendar td a:hover,
  .ui-datepicker-calendar td a:active {
    border-color: #CCCCCC;
  }

  .btn:hover,
  .btn:active {
    background-color: #31637B;
  }

  .carousel .slick-slide {
    width: 33.3333333333%;
  }

  .carousel__item {
    width: 33.3333333333%;
  }

  .card:hover,
  .card:active {
    box-shadow: 0 2px 10px rgba(49, 99, 123, 0.25);
  }

  .card__name-link:hover,
  .card__name-link:active {
    color: #26BFD4;
  }

  .card__btn:hover,
  .card__btn:active {
    background-color: #FBA746;
  }

  .card_not-available .card__btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pagination__link:hover,
  .pagination__link:active {
    color: #FFFFFF;
    background-color: #26BFD4;
    box-shadow: 0 0 4px #1ABFD7;
  }

  .pagination__link:hover .pagination__arrow,
  .pagination__link:active .pagination__arrow {
    fill: #FFFFFF;
  }

  .filter {
    display: block !important;
    position: relative;
    width: 100%;
    height: auto;
    transform: none;
    transition: none;
    border-radius: 20px;
    border: 1px solid #E0E0E1;
    background: linear-gradient(259.91deg, #F5F5F5 13.93%, #F1F1F1 96.72%);
  }

  .opened-modal .filter {
    transform: none;
  }

  .filter__header {
    display: none;
  }

  .filter__content {
    overflow: visible;
    padding: 0;
    height: auto;
  }

  .range__field-input {
    font-size: 13px;
  }

  .header__cover {
    padding: 0 30px;
  }

  .header__logo {
    margin-left: -8px;
  }

  .header__logo-link {
    padding-left: 105px;
    width: auto;
  }

  .header__logo-img {
    display: block;
    width: 112px;
  }

  .header__logo-name {
    margin-top: -18px;
  }

  .header__contacts {
    margin-left: -10px;
  }

  .header__telephones {
    top: 1px;
  }

  .header__call-link {
    width: 68px;
    height: 68px;
  }

  .header__call-icon {
    width: 36px;
    height: 34px;
    margin-left: -18px;
    margin-top: -17px;
  }

  .header__btn-container {
    gap: 7px;
  }

  .header__btn-wrapper {
    position: relative;
  }

  .header__btn {
    width: 68px;
    height: 68px;
  }

  .header__btn-icon {
    transition: all 200ms ease;
  }

  .header__btn-icon_search {
    width: 36px;
    height: 36px;
  }

  .header__btn-icon_basket {
    width: 34px;
    height: 40px;
  }

  .header__btn-wrapper:hover .header__btn-icon,
  .header__btn-wrapper.active .header__btn-icon {
    transform: scale(1);
  }

  .header__btn-wrapper:hover .header__btn-icon_favorites,
  .header__btn-wrapper.active .header__btn-icon_favorites {
    fill: #ec1c24;
  }

  .header__btn-wrapper:hover .header__btn-icon_basket,
  .header__btn-wrapper:hover .header__btn-icon_search,
  .header__btn-wrapper.active .header__btn-icon_basket,
  .header__btn-wrapper.active .header__btn-icon_search {
    fill: #31637B;
  }

  .header__form-search {
    width: 294px;
  }

  .header__form-input {
    background: #FFFFFF;
  }

  .nav__cover {
    padding: 0 30px;
  }

  .nav__wrapper {
    height: 48px;
  }

  .nav__link {
    font-size: 20px;
  }

  .nav__link:hover,
  .nav__link:active {
    text-shadow: 0 0 2px #FFFFFF;
  }

  .nav__category-link:hover,
  .nav__category-link:active {
    font-weight: 500;
  }

  .categories__link:hover,
  .categories__link:active {
    text-shadow: 0 0 2px #2A2A2A;
  }

  .categories__img-container {
    height: 48px;
  }

  .categories__link:hover .categories__img,
  .categories__link:active .categories__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .breadcrumbs__link:hover,
  .breadcrumbs__link:active {
    text-decoration: underline;
  }

  .slider__slide_one .slider__slide-bg:before {
    background: #2F515D url(../images/bg-slide-1.jpg) center center/cover no-repeat;
  }

  .slider__slide_three .slider__content {
    padding-top: 120px;
  }

  .slider__btn:hover,
  .slider__btn:active {
    background-color: #31637B;
  }

  .slider__slide_one .slider__title + .slider__btn {
    margin-top: 103px;
  }

  .slider__slide_one .slider__img {
    width: 417px;
    height: 306px;
    right: 150px;
    top: 3px;
  }

  .slider__slide_two .slider__img {
    margin-right: -275px;
    bottom: 20px;
  }

  .slider__slide_three .slider__img {
    margin-right: -100px;
  }

  .slider__signature {
    right: 325px;
    top: 98px;
  }

  .slider__slide_one .slider__sub-title {
    font-size: 44px;
    line-height: 1.2045454545;
    right: 65px;
    bottom: 60px;
  }

  .slider__sub-title-element {
    line-height: 0.8888888889;
  }

  .slider__slide_three .slider__sub-title {
    right: 110px;
  }

  .slider__warn {
    bottom: 20px;
  }

  .promo {
    margin-top: -70px;
    margin-bottom: -90px;
  }

  .promo__list {
    align-items: stretch;
  }

  .promo__list .slick-track {
    align-items: stretch;
  }

  .promo__slide {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .promo__slide-bg {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .promo__slide-content {
    min-height: 90px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
  }

  .promo__name {
    width: 250px;
    padding: 20px 0;
  }

  .promo__btn-container {
    order: 2;
    margin-top: 0;
    padding-bottom: 0;
  }

  .promo__price {
    order: 3;
    margin-top: 0;
    padding-bottom: 0;
  }

  .promo__img-container {
    width: 200px;
    height: 200px;
    margin-top: -55px;
    margin-bottom: -55px;
    position: relative;
    right: 0;
    top: 0;
  }

  .promo .slick-prev {
    margin-left: -469px;
  }

  .promo .slick-next {
    margin-right: -469px;
  }

  .info__cover {
    padding-bottom: 130px;
    padding-top: 90px;
  }

  .info__wrapper {
    display: flex;
    align-items: center;
  }

  .info__img-container {
    margin: 0;
  }

  .info__content {
    text-align: left;
    margin: 0 0 0 -25px;
    max-width: none;
  }

  .info__img-container + .info__content {
    margin-top: 0;
  }

  .info__title + .info__text {
    margin-top: 42px;
  }

  .list-categories__cover {
    padding-top: 112px;
  }

  .list-categories__title {
    margin-bottom: 63px;
  }

  .list-categories__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .list-categories__column {
    width: 440px;
    margin-top: 0;
  }

  .list-categories__sub-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .list-categories__sub-title-link:hover,
  .list-categories__sub-title-link:active {
    color: #FBA746;
  }

  .list-categories__item-content:hover,
  .list-categories__item-content:active {
    box-shadow: 0 2px 10px rgba(26, 191, 215, 0.25);
  }

  .list-categories__item-name {
    font-size: 14px;
  }

  .list-categories__item-content:hover .list-categories__item-name,
  .list-categories__item-content:active .list-categories__item-name {
    color: #26BFD4;
  }

  .list-categories__item-img-container {
    height: 100px;
  }

  .offers__item-wrapper {
    padding-top: 50%;
  }

  .offers__item-wrapper:hover .offers__item-img-container,
  .offers__item-wrapper:active .offers__item-img-container {
    transform: scale(1.05);
  }

  .offers__item:nth-child(4) .offers__item-content {
    padding-right: 80px;
  }

  .benefits__cover {
    padding-top: 111px;
    padding-bottom: 44px;
  }

  .benefits_scheme .benefits__cover {
    padding-bottom: 49px;
  }

  .benefits__list {
    margin: 0 -10px;
  }

  .benefits__item {
    padding: 0 10px;
    margin-bottom: 60px;
    width: 25%;
  }

  .benefits__img-container {
    height: 60px;
  }

  .benefits__item-title {
    line-height: 1.2222222222;
    font-size: 18px;
    font-weight: 500;
  }

  .benefits__item-text {
    font-size: 14px;
    line-height: 1.5714285714;
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .benefits__item-title + .benefits__item-text {
    margin-top: 10px;
  }

  .main-catalog__cover {
    padding-bottom: 120px;
  }

  .main-catalog__img {
    display: block;
  }

  .main-catalog__sub-title-link:hover,
  .main-catalog__sub-title-link:active {
    color: #FBA746;
  }

  .main-catalog__category-link:hover .main-catalog__category-name,
  .main-catalog__category-link:active .main-catalog__category-name {
    color: #26BFD4;
  }

  .main-catalog__category-img-container {
    height: 200px;
  }

  .main-catalog__category-link:hover .main-catalog__category-img,
  .main-catalog__category-link:active .main-catalog__category-img {
    transform: scale(1.05);
  }

  .sub-offers__cover {
    padding-bottom: 120px;
  }

  .sub-offers__nav {
    margin: 0 -20px 25px;
  }

  .sub-offers__nav-item {
    padding: 0 20px 20px;
  }

  .sub-offers__nav-link {
    padding: 13px;
    font-size: 30px;
    line-height: 1;
    min-width: 210px;
  }

  .sub-offers__btn-container {
    padding-top: 57px;
  }

  .viewed__cover {
    padding-bottom: 100px;
  }

  .viewed__title {
    margin-bottom: 64px;
  }

  .viewed__btn-container {
    padding-top: 57px;
  }

  .sub-info {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sub-info_inner {
    padding-top: 5px;
    padding-bottom: 38px;
  }

  .present__cover {
    padding-bottom: 55px;
  }

  .present__cover:before {
    left: -100px;
  }

  .present__content {
    padding: 0;
  }

  .present__img-container {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    margin: 0 0 20px;
    width: 480px;
  }

  .present_blue .present__img-container {
    left: auto;
    right: 35px;
    margin-top: 20px;
  }

  .present__sum {
    font-size: 70px;
    top: 76px;
    right: 85px;
  }

  .present_blue .present__sum {
    right: 216px;
  }

  .present__sum span {
    font-size: 65px;
  }

  .present__info {
    padding: 38px 0 38px 0;
    margin: 0 50px 0 490px;
    text-align: left;
  }

  .present_blue .present__info {
    padding: 14px 0 38px 0;
    margin: 0 395px 0 50px;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .present__sub-title {
    margin-bottom: 25px;
  }

  .present_blue .present__sub-title {
    margin-top: 25px;
    padding-right: 80px;
  }

  .present__logo {
    margin: 0 0 25px;
    width: 385px;
  }

  .present_blue .present__logo {
    width: 140px;
    display: none;
  }

  .present_blue .present__logo_review {
    display: block;
  }

  .present__link-container {
    font-size: 30px;
    line-height: 1.2;
  }

  .subscription__cover {
    padding-bottom: 50px;
  }

  .subscription__info {
    text-align: left;
    max-width: 655px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .subscription__form {
    margin-left: 0;
    margin-right: 0;
  }

  .subscription__ahtung-container {
    margin-left: 0;
    margin-right: 0;
  }

  .subscription__stock {
    max-width: 410px;
    justify-content: flex-start;
  }

  .subscription__stock-label {
    flex: 1 1 auto;
  }

  .subscription__img-1 {
    display: block;
  }

  .reviews__cover {
    padding-top: 115px;
  }

  .reviews__title {
    margin-bottom: 80px;
  }

  .reviews__img {
    display: block;
  }

  .questions__cover {
    padding-top: 112px;
  }

  .questions__title {
    margin-bottom: 47px;
  }

  .questions__form {
    width: 610px;
  }

  .questions__sub-title {
    text-align: left;
    max-width: none;
    margin: 0 0 34px;
  }

  .questions__policy {
    text-align: left;
  }

  .questions__btn-container {
    justify-content: flex-start;
    padding-top: 21px;
  }

  .questions__btn-container {
    justify-content: center;
  }

  .questions__btn {
    margin-right: -197px;
  }

  .questions__img {
    display: block;
  }

  .accessories__cover {
    padding-bottom: 50px;
  }

  .accessories_modify .accessories__cover {
    padding-bottom: 0;
  }

  .accessories__title {
    margin-bottom: 65px;
  }

  .accessories__section {
    padding-bottom: 57px;
  }

  .inner-products__title {
    margin-bottom: 44px;
  }

  .inner-products__carousel-item {
    width: 33.3333333333%;
  }

  .viewed-inner__title {
    margin-bottom: 24px;
  }

  .suggest__title {
    margin-bottom: 44px;
  }

  .suggest__carousel-item {
    width: 33.3333333333%;
  }

  .order__title {
    margin-bottom: 51px;
  }

  .order__wrapper {
    margin-bottom: -10px;
  }

  .order__data {
    width: 50%;
    margin-bottom: 30px;
  }

  .order__sidebar {
    order: 2;
    width: 50%;
    margin-bottom: 30px;
  }

  .order__form {
    order: 3;
    margin-bottom: 30px;
  }

  .order__form-cover {
    max-width: 640px;
  }

  .order__date-item {
    width: 160px;
  }

  .order__calendar-container {
    left: 10px;
    transform: none;
    width: 304px;
  }

  .order__calendar-container .ui-datepicker-calendar td a,
  .order__calendar-container .ui-datepicker-calendar td span {
    padding: 11px 4px;
    font-size: 16px;
  }

  .order__calculation-label-link:hover,
  .order__calculation-label-link:active {
    text-decoration: underline;
  }

  .order__calculation-map-container {
    max-width: 600px;
  }

  .order__sub-data {
    max-width: 640px;
  }

  .favorites__cover {
    padding-top: 19px;
  }

  .favorites__title {
    margin-bottom: 50px;
  }

  .favorites__item {
    width: 33.3333333333%;
  }

  .basket__cover {
    padding-bottom: 90px;
  }

  .basket__title {
    margin-bottom: 51px;
  }

  .basket__wrapper {
    margin-bottom: -10px;
  }

  .basket__content {
    width: 50%;
    margin-bottom: 30px;
  }

  .basket__product-name-link:hover,
  .basket__product-name-link:active {
    text-decoration: underline;
  }

  .basket__sidebar {
    order: 2;
    width: 50%;
    margin-bottom: 30px;
  }

  .basket__deferred {
    order: 3;
    margin-bottom: 30px;
    padding-top: 23px;
    width: 50%;
  }

  .detail__cover {
    padding-bottom: 0;
  }

  .detail__title {
    margin-bottom: 44px;
  }

  .detail__code {
    margin-bottom: 48px;
  }

  .detail__main-info {
    min-width: 0;
    display: flex;
    align-items: flex-start;
  }

  .detail__gallery-cover {
    width: 480px;
  }

  .detail__preview-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .detail__preview-item {
    width: 33.3333333333%;
  }

  .detail__settings-title {
    font-size: 18px;
  }

  .detail__variables-container {
    display: block;
  }

  .detail__settings-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .detail__model-tooltip {
    width: 314px;
    right: -16px;
    left: auto;
  }

  .detail__model-tooltip:before {
    margin-left: 97px;
    left: 50%;
  }

  .detail__model-tooltip-content:after {
    margin-left: 97px;
    left: 50%;
  }

  .detail__btn_not-available {
    padding: 9px 16px;
    font-size: 24px;
    line-height: 1.1666666667;
  }

  .detail__btn_not-available:hover,
  .detail__btn_not-available:active {
    border-color: #31637B;
    color: #FFFFFF;
  }

  .detail__advantage {
    width: 20%;
  }

  .sub-accessories__item {
    width: 33.3333333333%;
  }

  .sub-accessories__link:hover,
  .sub-accessories__link:active {
    color: #26BFD4;
  }

  .full-info__cover {
    padding-bottom: 115px;
  }

  .catalog__cover {
    padding-bottom: 45px;
  }

  .catalog__category-link:hover,
  .catalog__category-link:active {
    color: #FFFFFF;
  }

  .catalog__category-link:hover:after,
  .catalog__category-link:active:after {
    opacity: 1;
    visibility: visible;
  }

  .catalog__content {
    float: left;
    padding-left: 247px;
  }

  .catalog__sort-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .catalog__filter-btn-container {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .catalog__sort-dropdown {
    padding-left: 15px;
    padding-right: 15px;
  }

  .catalog__sort-dropdown-label {
    height: 30px;
    line-height: 2.1428571429;
  }

  .catalog__sort-dropdown-select select {
    height: 30px;
  }

  .catalog__sort-dropdown-select .jq-selectbox__select {
    height: 30px;
  }

  .catalog__sort-dropdown-select .jq-selectbox__select-text {
    padding-top: 6px;
  }

  .catalog__count {
    display: block;
    padding: 0 15px;
  }

  .catalog__section-carousel {
    padding-bottom: 27px;
  }

  .catalog__section-title {
    margin-bottom: 45px;
  }

  .catalog__carousel {
    padding: 0;
    margin: 0 -10px;
  }

  .catalog__carousel .slick-prev {
    left: 11px;
  }

  .catalog__carousel .slick-next {
    right: 11px;
  }

  .catalog__carousel-item {
    width: 33.3333333333%;
  }

  .catalog__sidebar {
    width: 247px;
    padding-right: 30px;
    float: left;
    margin-left: -100%;
  }

  .catalog__filter {
    margin-bottom: 36px !important;
  }

  .catalog__sidebar-viewed {
    padding-bottom: 0;
  }

  .catalog__sidebar-carousel-title {
    margin-bottom: 31px;
  }

  .catalog__sidebar-carousel {
    padding: 0;
  }

  .catalog__sidebar-carousel-wrapper {
    overflow: visible;
  }

  .catalog__sidebar-carousel-wrapper .slick-slider .slick-track,
  .catalog__sidebar-carousel-wrapper .slick-slider .slick-list {
    transform: none !important;
  }

  .catalog__sidebar-carousel-wrapper .slick-track {
    width: 100% !important;
    display: block;
    opacity: 1 !important;
    height: auto !important;
  }

  .catalog__sidebar-carousel-wrapper .slick-slide {
    width: 100% !important;
  }

  .catalog__sidebar-carousel-list {
    display: block;
    margin: 0;
  }

  .catalog__sidebar-carousel-item {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .text__info-img {
    float: right;
    margin-left: 40px;
    margin-bottom: 15px;
    display: block;
  }

  .text__info-img_modify {
    margin-top: 15px;
  }

  .text__img-container {
    margin-left: 40px;
    display: block;
    float: right;
    margin-right: -50px;
  }

  .text__adavantage-item {
    width: 50%;
  }

  .text__sub-info {
    margin-left: -24px;
    margin-right: -24px;
  }

  .text__sub-info-border {
    padding: 0 24px;
  }

  .text__sub-info-section {
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: none;
  }

  .text__sub-info-section_small {
    width: 50%;
  }

  .text__sub-info-vertical-border {
    display: block;
  }

  .text__offers-item {
    width: 33.3333333333%;
  }

  .text__offers-list_line .text__offers-item:before {
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    left: 0;
    top: 29px;
    height: 2px;
    background: #B3B3B3;
  }

  .text__offers-sub-title {
    min-height: 44px;
    font-size: 18px;
    line-height: 1.2222222222;
  }

  .instagram {
    padding-top: 113px;
  }

  .instagram__item:hover {
    z-index: 3;
  }

  .instagram__link:hover .instagram__img,
  .instagram__link:active .instagram__img {
    transform: scale(1.05);
  }

  .footer__cover {
    padding-top: 120px;
  }

  .footer__info {
    width: 60%;
  }

  .footer__company {
    padding-right: 160px;
  }

  .footer__logo {
    margin-bottom: 52px;
  }

  .footer__logo-icon {
    width: 344px;
    height: 40px;
  }

  .footer__metro-link:hover,
  .footer__metro-link:active {
    color: #26BFD4;
  }

  .footer__yandex {
    display: block;
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
  }

  .footer__nav-container {
    width: 40%;
  }

  .footer__nav-link:hover,
  .footer__nav-link:active {
    text-decoration: underline;
  }

  .footer__footnote-cover {
    padding-bottom: 25px;
  }

  .footer__ahtung {
    margin-bottom: 22px;
  }

  .footer__footnote-content {
    margin: 0 -15px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer__copyright,
  .footer__policy {
    padding: 0 15px;
    margin-bottom: 22px;
  }

  .footer__policy-link:hover,
  .footer__policy-link:active {
    text-decoration: underline;
  }

  .social__btn {
    width: 70px;
    height: 70px;
  }

  .social__btn div {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }

  .social__btn div:nth-child(1) {
    left: 12px;
  }

  .social__btn div:nth-child(2) {
    margin-left: -5px;
  }

  .social__btn div:nth-child(3) {
    right: 12px;
  }

  .social__link-wrapper {
    margin-right: -35px;
  }

  .social.active .social__link-wrapper {
    transform: translateY(-35%);
  }

  .social__link:before {
    width: 70px;
    height: 70px;
  }

  .social__icon {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 1200px) {
  .cover {
    max-width: 1170px;
  }

  .card_not-available .card__btn {
    padding-left: 17px;
    padding-right: 17px;
  }

  .filter__section-name {
    padding-left: 22px;
    padding-right: 67px;
    font-size: 18px;
  }

  .filter__section-name-icon {
    right: 22px;
  }

  .filter__section-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .range__field-input {
    font-size: 16px;
  }

  .header__cover {
    padding: 0 23px;
  }

  .header__logo {
    margin-left: 18px;
  }

  .header__contacts {
    margin-left: 0;
  }

  .header__telephones {
    top: 4px;
  }

  .header__telephone-item {
    font-size: 20px;
    margin-top: 5px;
  }

  .header__mode {
    display: block;
    top: 1px;
  }

  .header__btn-container {
    gap: 5px;
  }

  .header__form-search {
    width: 287px;
  }

  .nav__cover {
    padding: 0 23px;
  }

  .categories__img-container {
    height: 38px;
  }

  .slider__slide {
    height: 390px;
  }

  .slider__slide-bg {
    height: 415px;
    bottom: 37px;
  }

  .slider__slide_one .slider__slide-bg:before {
    height: 486px;
    top: -10px;
  }

  .slider__slide_three .slider__slide-bg {
    background: linear-gradient(180deg, #2A2A2A 21.14%, #1ABFD7 41.89%, #00D6E3 51.52%, #35F3FF 51.93%, #47C7C7 54.32%, #236D77 68.12%, #2A2A2A 91.01%);
  }

  .slider__content {
    margin-left: 134px;
  }

  .slider__slide_two .slider__content {
    padding-top: 165px;
  }

  .slider__slide_three .slider__content {
    padding-top: 165px;
  }

  .slider__title {
    font-size: 40px;
    line-height: 1.05;
  }

  .slider__slide_one .slider__title {
    max-width: 250px;
  }

  .slider__slide_three .slider__title {
    transform: rotate(-1.91deg);
    max-width: none;
  }

  .slider__slide_one .slider__title + .slider__btn {
    margin-top: 25px;
  }

  .slider__slide_two .slider__title + .slider__btn {
    margin-top: 25px;
  }

  .slider__slide_three .slider__title + .slider__btn {
    margin-top: 32px;
  }

  .slider__sub-info {
    font-size: 16px;
    line-height: 1.1875;
  }

  .slider__slide_one .slider__sub-info {
    max-width: none;
  }

  .slider__slide_three .slider__sub-info {
    max-width: none;
  }

  .slider__btn + .slider__sub-info {
    margin-top: 22px;
  }

  .slider__slide_one .slider__img {
    top: 30px;
    right: 170px;
    width: 360px;
    height: 264px;
  }

  .slider__slide_two .slider__img {
    width: 575px;
    height: 367px;
    margin-right: -287px;
    bottom: 5px;
  }

  .slider__slide_three .slider__img {
    bottom: 0;
  }

  .slider__signature {
    top: 110px;
    right: 310px;
    font-size: 20px;
    line-height: 1.2;
  }

  .slider__sub-title {
    font-size: 40px;
    line-height: 1.05;
  }

  .slider__slide_one .slider__sub-title {
    bottom: 110px;
    right: 25px;
    text-align: left;
    font-size: 40px;
    line-height: 1.05;
  }

  .slider__sub-title-element {
    padding: 0 10px;
    font-size: 40px;
    line-height: 1.05;
    position: relative;
    display: inline-block;
    top: 33px;
  }

  .slider__hidden-element-1 {
    display: none;
  }

  .slider__hidden-element-2 {
    display: none;
  }

  .slider__slide_two .slider__sub-title {
    right: 25px;
    bottom: 100px;
  }

  .slider__slide_three .slider__sub-title {
    right: 120px;
    transform: rotate(-2.43deg);
    max-width: none;
    top: 90px;
  }

  .slider__warn {
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    line-height: 1.2222222222;
  }

  .slider .slick-arrow {
    width: 48px;
    height: 48px;
    margin-top: -60px;
  }

  .slider .slick-arrow__icon {
    width: 48px;
    height: 48px;
  }

  .slider .slick-prev {
    left: 42px;
  }

  .slider .slick-next {
    right: 42px;
  }

  .promo__name {
    width: 340px;
  }

  .promo__btn {
    min-width: 135px;
  }

  .promo__img-container {
    width: 250px;
    height: 250px;
    margin-top: -71px;
    margin-bottom: -71px;
  }

  .promo .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .promo .slick-arrow__icon {
    width: 40px;
    height: 40px;
  }

  .promo .slick-prev {
    margin-left: -570px;
  }

  .promo .slick-next {
    margin-right: -570px;
  }

  .list-categories__column {
    width: 520px;
  }

  .list-categories__sub-title {
    line-height: 1.2083333333;
    font-size: 24px;
    margin-bottom: 37px;
  }

  .list-categories__wrapper {
    margin: -30px -15px 0;
  }

  .list-categories__item {
    margin-top: 30px;
    padding: 0 15px;
  }

  .list-categories__item-img-container {
    height: 125px;
  }

  .offers__item-wrapper {
    padding-top: 45%;
  }

  .benefits__list {
    margin: 0 -20px;
  }

  .benefits__item {
    padding: 0 20px;
  }

  .benefits__img-container {
    height: 80px;
  }

  .benefits__item-title {
    line-height: 1.2727272727;
    font-size: 22px;
    font-weight: 400;
  }

  .benefits__item-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .benefits__item-title + .benefits__item-text {
    margin-top: 20px;
  }

  .present__cover:before {
    left: -75px;
    bottom: -266px;
  }

  .present__title {
    margin-bottom: 80px;
  }

  .present__img-container {
    margin-top: -13px;
  }

  .present_blue .present__img-container {
    right: 90px;
    margin-top: 39px;
  }

  .present__currency {
    display: block;
  }

  .present_blue .present__info {
    gap: 60px;
    margin: 0 490px 0 50px;
  }

  .subscription__title {
    margin-bottom: 80px;
  }

  .subscription__bg:after {
    display: block;
  }

  .subscription__info {
    padding-top: 76px;
  }

  .subscription__sub-title {
    margin-bottom: 71px;
  }

  .subscription__content {
    padding-bottom: 24px;
    margin-bottom: 0;
  }

  .subscription__img-1 {
    bottom: 19px;
    left: 430px;
    right: auto;
    top: auto;
    transform: none;
  }

  .subscription__img-2 {
    display: block;
  }

  .subscription__img-3 {
    display: block;
  }

  .reviews__img {
    right: 0;
  }

  .questions__form {
    width: 837px;
  }

  .questions__form-container {
    margin-right: 40px;
  }

  .questions__field {
    width: 38%;
  }

  .questions__fields-label {
    width: 24%;
  }

  .questions__btn {
    margin-right: -242px;
  }

  .order__wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .order__data {
    padding: 0 20px;
    margin-bottom: 24px;
    width: 55%;
  }

  .order__data-wrapper {
    padding-right: 225px;
  }

  .order__data-steps {
    margin-right: -200px;
  }

  .order__field-btn-container {
    width: 225px;
  }

  .order__sidebar {
    padding: 0 20px;
    margin-bottom: 24px;
    width: 45%;
  }

  .order__form {
    padding: 0 20px;
    margin-bottom: 24px;
  }

  .favorites__item {
    width: 25%;
  }

  .basket__wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .basket__content {
    padding: 0 20px;
    margin-bottom: 24px;
    width: 55%;
  }

  .basket__sidebar {
    padding: 0 20px;
    margin-bottom: 24px;
    width: 45%;
  }

  .basket__deferred {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 24px;
    width: 55%;
  }

  .detail__gallery-cover {
    width: 647px;
  }

  .detail__gallery-item {
    height: 425px;
  }

  .detail__preview-item {
    width: 25%;
  }

  .detail__social-wrapper {
    display: block;
  }

  .detail__advantages-list {
    margin: 0 -15px;
  }

  .detail__advantage {
    padding: 0 15px;
  }

  .full-info__data-column {
    width: 50%;
  }

  .catalog__content {
    padding-left: 320px;
  }

  .catalog__sort-dropdown-select_sort {
    width: 213px;
  }

  .catalog__sort-sub-container {
    min-width: 400px;
  }

  .catalog__sidebar {
    width: 320px;
  }

  .text__title {
    margin-bottom: 50px;
  }

  .instagram__item {
    width: 200px;
  }

  .footer__info {
    width: 52%;
  }

  .footer__company {
    padding-right: 170px;
  }

  .footer__yandex {
    width: 140px;
  }

  .footer__nav-container {
    width: 48%;
  }

  .footer__nav-list {
    width: 69%;
  }

  .footer__img {
    display: block;
  }
}

@media (min-width: 1360px) {
  .cover {
    max-width: 1330px;
  }

  .carousel {
    padding: 0 37px;
  }

  .carousel__list {
    margin: 0 -5px;
  }

  .carousel .slick-slide {
    width: 25%;
  }

  .carousel__item {
    padding: 15px;
    width: 25%;
  }

  .basket-info__itog-detail {
    margin-bottom: 15px;
  }

  .header__wrapper {
    height: 140px;
  }

  .header__logo-link {
    padding-left: 94px;
  }

  .header__logo-img {
    width: 137px;
    bottom: -13px;
    left: -28px;
  }

  .header__logo-name {
    width: 250px;
    height: 30px;
    margin-top: -6px;
  }

  .header__logo-description {
    font-size: 9px;
  }

  .header__logo-name + .header__logo-description {
    margin-top: 18px;
  }

  .header__telephones + .header__call {
    margin-bottom: 22px;
  }

  .header__call-link {
    background: none;
    border-radius: 0;
    color: #26BFD4;
    text-decoration: underline;
    font-weight: 500;
    padding: 0;
    position: static;
    width: auto;
    height: auto;
  }

  .header__call-icon {
    position: relative;
    top: 1px;
    left: -2px;
    fill: #fba746;
    width: 25px;
    height: 24px;
    margin: 0 auto;
  }

  .header__call-label {
    display: block;
  }

  .header__btn-container {
    gap: 10px;
  }

  .header__form-search {
    width: 303px;
  }

  .nav__cover {
    padding: 0 39px;
  }

  .categories__link {
    padding: 12px 15px 13px;
    min-height: 0;
  }

  .categories__img-container {
    height: 48px;
    display: block;
  }

  .categories__name {
    font-size: 18px;
    line-height: 1.2222222222;
  }

  .slider__slide {
    height: 490px;
  }

  .slider__slide-bg {
    height: 515px;
  }

  .slider__slide_one .slider__slide-bg:before {
    height: 586px;
    top: -30px;
  }

  .slider__slide_three .slider__content {
    padding-top: 230px;
  }

  .slider__title {
    font-size: 50px;
    line-height: 1.04;
  }

  .slider__btn {
    padding: 17px 32px;
    min-width: 230px;
    font-size: 30px;
    line-height: 1;
  }

  .slider__slide_one .slider__title + .slider__btn {
    margin-top: 35px;
  }

  .slider__slide_two .slider__title + .slider__btn {
    margin-top: 98px;
  }

  .slider__sub-info {
    font-size: 20px;
    line-height: 1.2;
  }

  .slider__btn + .slider__sub-info {
    margin-top: 30px;
  }

  .slider__slide_one .slider__img {
    width: 499px;
    height: 367px;
    right: 212px;
    top: 25px;
  }

  .slider__slide_two .slider__img {
    width: 736px;
    height: 472px;
    margin-right: -365px;
    bottom: 12px;
  }

  .slider__slide_three .slider__img {
    width: 300px;
    height: auto;
    bottom: -5px;
    margin-right: -177px;
  }

  .slider__signature {
    font-size: 30px;
    line-height: 1.2;
    right: 432px;
    top: 130px;
    transform: rotate(-14.32deg);
  }

  .slider__sub-title {
    font-size: 50px;
    line-height: 1.04;
  }

  .slider__slide_one .slider__sub-title {
    right: 35px;
    font-size: 50px;
    line-height: 1.04;
  }

  .slider__sub-title-element {
    padding: 0 15px;
    font-size: 50px;
    line-height: 1.04;
  }

  .slider__slide_two .slider__sub-title {
    right: 40px;
    bottom: 125px;
  }

  .slider__slide_three .slider__sub-title {
    right: 65px;
    top: 130px;
  }

  .slider__warn {
    font-size: 20px;
    line-height: 1.2;
    right: 56px;
  }

  .promo__name {
    font-size: 40px;
    line-height: 1.2;
    width: 460px;
  }

  .promo__price {
    font-size: 30px;
  }

  .promo__price span {
    font-size: 28px;
  }

  .promo__img-container {
    width: 268px;
    height: 268px;
  }

  .promo .slick-prev {
    margin-left: -650px;
  }

  .promo .slick-next {
    margin-right: -650px;
  }

  .list-categories__content {
    padding: 0 30px;
  }

  .list-categories__column {
    width: 550px;
  }

  .list-categories__wrapper {
    margin: -50px -25px 0;
  }

  .list-categories__item {
    padding: 0 25px;
    margin-top: 50px;
  }

  .list-categories__item-name {
    font-size: 16px;
  }

  .list-categories__item-img-container {
    height: 150px;
  }

  .offers__item-wrapper {
    padding-top: 36%;
  }

  .offers__item:nth-child(3) .offers__item-content {
    padding-right: 40px;
  }

  .benefits__cover {
    padding-bottom: 30px;
  }

  .benefits_scheme .benefits__cover {
    padding-bottom: 35px;
  }

  .benefits__item {
    margin-bottom: 70px;
  }

  .benefits__img-container + .benefits__item-content {
    margin-top: 56px;
  }

  .benefits__item-title {
    font-size: 24px;
    line-height: 1.2083333333;
  }

  .benefits__item-text {
    font-size: 16px;
    line-height: 1.6875;
  }

  .benefits__item-title + .benefits__item-text {
    margin-top: 31px;
  }

  .main-catalog__title {
    margin-bottom: 76px;
  }

  .main-catalog__img {
    top: -50px;
  }

  .present__cover:before {
    left: -25px;
  }

  .present__currency {
    width: 192px;
  }

  .present_blue .present__info {
    margin: 0 490px 0 100px;
  }

  .subscription__img-1 {
    left: 470px;
  }

  .subscription__img-2 {
    right: 17px;
    top: -10px;
    width: 640px;
  }

  .subscription__img-3 {
    top: -36px;
  }

  .reviews__img {
    right: 42px;
  }

  .questions__form {
    margin-left: 85px;
  }

  .questions__sub-title {
    text-align: right;
    margin: 0 0 50px;
  }

  .questions__form-container {
    margin-left: 77px;
    margin-right: 50px;
  }

  .questions__img {
    right: 63px;
  }

  .inner-products__carousel-list {
    margin: 0;
  }

  .inner-products__carousel-item {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }

  .suggest__carousel-list {
    margin: 0;
  }

  .suggest__carousel-item {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }

  .order__data {
    width: 60.5%;
  }

  .order__data-wrapper {
    padding-right: 25px;
  }

  .order__data-steps {
    margin-right: 0;
  }

  .order__data-form {
    max-width: 420px;
  }

  .order__field-btn-container {
    width: 206px;
    margin-left: 30px;
    padding: 0;
  }

  .order__sidebar {
    width: 39.5%;
  }

  .order__calendar-container {
    left: 100%;
    top: 0;
    margin-top: 0;
  }

  .favorites__item {
    width: 20%;
  }

  .basket__cover {
    padding-bottom: 100px;
  }

  .basket__content {
    width: 60.5%;
  }

  .basket__steps {
    margin-bottom: 47px;
  }

  .basket__container-product {
    width: 130px;
  }

  .basket__container-price {
    width: 135px;
  }

  .basket__container-color {
    width: 110px;
  }

  .basket__container-count {
    width: 175px;
  }

  .basket__container-itog {
    width: 190px;
  }

  .basket__products-head {
    display: block;
  }

  .basket__products-head-wrapper {
    display: flex;
    margin: 0 -10px;
    align-items: flex-end;
  }

  .basket__products-head-label {
    flex: 0 0 auto;
    padding: 0 10px;
  }

  .basket__products-head-label_itog {
    padding-left: 65px;
  }

  .basket__deferred-list .basket__product {
    padding: 0 25px;
  }

  .basket__product-name {
    margin-right: 0;
  }

  .basket__product-cover {
    position: relative;
  }

  .basket__product-wrapper {
    align-items: center;
    margin: 0 -10px;
  }

  .basket__product-img-container {
    padding: 0 10px;
    margin-right: 0;
  }

  .basket__product-img-link {
    width: 100px;
    height: 100px;
  }

  .basket__product-info {
    display: flex;
    align-items: center;
  }

  .basket__product-info-left,
  .basket__product-info-right {
    flex: 0 0 auto;
  }

  .basket__product-info-left {
    width: 245px;
  }

  .basket__product-info-right {
    width: 365px;
    margin-top: 0;
  }

  .basket__product-price {
    padding: 0 10px;
    order: 1;
    flex: 0 0 auto;
  }

  .basket__product-price-label {
    display: none;
  }

  .basket__product-color {
    padding: 0 10px;
    order: 2;
    margin-right: 0;
    display: block;
    flex: 0 0 auto;
  }

  .basket__product-count {
    padding: 0 10px;
    flex: 0 0 auto;
  }

  .basket__product-count-container {
    width: 105px;
    text-align: center;
  }

  .basket__product-sum-container {
    padding: 0 10px 0 65px;
    position: relative;
    flex: 0 0 auto;
  }

  .basket__product-count + .basket__product-sum-container {
    margin-left: 0;
  }

  .basket__product-delete {
    left: 10px;
    right: auto;
    top: 50%;
    margin-top: -15px;
  }

  .basket__product-delete-icon {
    width: 28px;
    height: 30px;
  }

  .basket__product-sum {
    text-align: left;
  }

  .basket__product-sum-label {
    display: none;
  }

  .basket__snooze-btn-container {
    justify-content: flex-end;
    margin-right: 5px;
    padding: 0;
  }

  .basket__add-btn-container {
    justify-content: flex-end;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 25px;
    padding: 0;
  }

  .basket__snooze-btn-content {
    margin-bottom: -2px;
    margin-top: -6px;
  }

  .basket__sidebar {
    width: 39.5%;
  }

  .basket__deferred {
    width: 60.5%;
  }

  .detail__advantages-list {
    margin: 0 -10px;
    justify-content: flex-start;
  }

  .detail__advantage {
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .detail__advantage-head {
    display: flex;
    align-items: flex-start;
  }

  .detail__advantage-icon-container {
    width: 50px;
    flex: 0 0 auto;
  }

  .detail__advantage-icon {
    right: auto;
  }

  .detail__advantage-title {
    margin: -1px 0 0;
    flex: 1 1 auto;
    text-align: left;
  }

  .detail__advantage-icon-container + .detail__advantage-title {
    padding-left: 20px;
    margin-top: 0;
  }

  .detail__advantage-text {
    text-align: left;
  }

  .detail__advantage-head + .detail__advantage-text {
    margin-top: 17px;
  }

  .sub-accessories__item {
    width: 25%;
  }

  .catalog__item {
    width: 25%;
  }

  .catalog__carousel {
    padding: 0;
  }

  .catalog__carousel-list {
    margin: 0;
  }

  .catalog__carousel-item {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }

  .catalog__sidebar-carousel {
    padding: 0;
  }

  .catalog__sidebar-carousel-list {
    margin: 0;
  }

  .catalog__sidebar-carousel-item {
    padding: 0;
    width: 100%;
  }

  .text__info-img {
    margin-left: 80px;
    margin-top: -23px;
  }

  .text__info-img_modify {
    margin-top: 15px;
  }

  .text__sub-info-contact {
    width: 33.3333333333%;
  }

  .text__offers-list {
    justify-content: flex-start;
  }

  .text__offers-sub-title {
    font-size: 24px;
    line-height: 1.2083333333;
    font-weight: 400;
    min-height: 58px;
  }

  .text__offers-info {
    text-align: left;
  }

  .text__offers-sub-title + .text__offers-info {
    margin-top: 30px;
  }

  .instagram__list {
    margin: 0 -14px;
  }

  .instagram__item {
    width: 292px;
    margin: 0 14px;
  }

  .footer__wrapper-bg:before {
    margin: 0 -40px;
  }

  .footer__content {
    margin: 0 -30px;
  }

  .footer__info {
    width: 47.5%;
  }

  .footer__nav-container {
    width: 54.5%;
  }

  .footer__nav-list {
    padding-left: 52px;
  }

  .footer__img {
    right: 76px;
  }
}

@media (min-width: 1600px) {
  .cover {
    max-width: 1390px;
  }

  .card_not-available .card__btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider__container {
    margin: 0 -40px;
  }

  .slider__title {
    font-size: 54px;
    line-height: 1.2037037037;
  }

  .slider__slide_three .slider__title {
    font-size: 50px;
    line-height: 1.04;
  }

  .slider__slide_one .slider__title + .slider__btn {
    margin-top: 47px;
  }

  .slider__sub-title {
    font-size: 54px;
    line-height: 1.2037037037;
  }

  .slider__slide_one .slider__sub-title {
    right: 20px;
    bottom: 100px;
    font-size: 54px;
    line-height: 1.2037037037;
  }

  .slider__sub-title-element {
    padding: 0 8px;
    font-size: 54px;
    line-height: 1.2037037037;
  }

  .slider__slide_three .slider__sub-title {
    font-size: 50px;
    line-height: 1.2;
  }

  .slider__warn {
    bottom: 30px;
  }

  .promo .slick-prev {
    margin-left: -680px;
  }

  .promo .slick-next {
    margin-right: -680px;
  }

  .info__img-container {
    margin-left: -50px;
  }

  .benefits__cover {
    padding-bottom: 70px;
  }

  .benefits_scheme .benefits__cover {
    padding-bottom: 50px;
  }

  .main-catalog__cover {
    padding-top: 47px;
  }

  .main-catalog__img {
    top: 0;
  }

  .subscription__img-2 {
    width: 706px;
    top: -50px;
  }

  .subscription__img-3 {
    top: -37px;
  }

  .reviews__cover {
    padding-top: 164px;
  }

  .reviews__img {
    top: 89px;
  }

  .questions__form {
    margin-left: 173px;
  }

  .questions__img {
    right: 80px;
  }

  .inner-products__carousel-item {
    width: 20%;
  }

  .suggest__carousel-item {
    width: 20%;
  }

  .basket__container-product {
    width: 150px;
  }

  .basket__container-color {
    width: 130px;
  }

  .basket__container-count {
    width: 171px;
  }

  .basket__container-itog {
    width: 189px;
  }

  .basket__product-info-left {
    width: 265px;
  }

  .basket__product-info-right {
    width: 360px;
  }

  .detail__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .detail_not-availabale .detail__wrapper {
    display: block;
  }

  .detail__model-tooltip {
    right: -35px;
  }

  .detail__model-tooltip:before {
    margin-left: 79px;
  }

  .detail__model-tooltip-content:after {
    margin-left: 79px;
  }

  .detail__sub-info {
    flex: 0 0 auto;
    width: 305px;
    padding-top: 0;
    padding-bottom: 17px;
  }

  .detail_not-availabale .detail__sub-info {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 26px;
  }

  .detail__advantage {
    width: 100%;
  }

  .detail_not-availabale .detail__advantage {
    width: 20%;
  }

  .detail__advantage-title {
    font-size: 18px;
    line-height: 1.2222222222;
  }

  .catalog__category-name {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }

  .instagram__item {
    width: 292px;
  }

  .footer {
    background-position: center 86px;
  }

  .footer__cover {
    padding-top: 177px;
  }

  .footer__content {
    margin: 0;
  }

  .footer__info {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__company {
    padding-right: 220px;
  }

  .footer__yandex {
    width: 185px;
    right: 10px;
  }

  .footer__nav-bg {
    margin-right: -40px;
  }

  .social {
    right: 40px;
    bottom: 40px;
  }

  .social__btn {
    width: 80px;
    height: 80px;
  }

  .social__btn div {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }

  .social__btn div:nth-child(2) {
    margin-left: -7px;
  }

  .social__link-wrapper {
    margin-right: -40px;
  }

  .social.active .social__link-wrapper {
    transform: translateY(-65%);
  }

  .social__link:before {
    width: 80px;
    height: 80px;
  }

  .social__icon {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1700px) {
  .header__contacts + .header__btn-container {
    margin-left: 171px;
  }

  .instagram__item {
    width: 296px;
  }
}

@media (max-width: 1740px) {
  .header .search-wrap form {
    right: 0;
    top: 110%;
  }

  .header .search-wrap .hints {
    top: 210%;
  }

  .header .search-wrap.active form {
    right: 0;
    top: 110%;
  }

  .header .search-wrap.active .hints {
    top: 220%;
    width: 235px;
  }
}

@media (max-width: 980px) {
  .modal > .modal-wrapper {
    width: 80%;
  }

  .modal > button {
    width: 80%;
    justify-content: flex-end;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: flex-start;
    background: none;
    border: none;
  }
}

@media (max-width: 770px) {
  .header .search-wrap.active form {
    right: 0;
    top: 140%;
    width: 60vw;
  }

  .header .search-wrap.active .hints {
    top: 320%;
    width: 60vw;
  }

  .header .search-wrap .search-icon {
    padding: 0;
    background: none;
  }

  .header .search-wrap .search-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 540px) {
  .modal > .modal-wrapper {
    width: 85%;
  }

  .modal > .modal-wrapper > p {
    font-size: 16px;
  }

  .modal > .modal-wrapper h2 {
    font-size: 25px;
  }

  .modal > .modal-wrapper > div > span {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
  }

  .modal > .modal-wrapper img {
    position: absolute;
    top: -14px;
    left: -14px;
    transform: scaleX(-1);
    width: 70px;
  }

  .modal > button {
    width: 85%;
    justify-content: flex-end;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: flex-start;
    background: none;
    border: none;
  }
}

@media (max-width: 330px) {
  .header .search-wrap.active form {
    right: -300%;
    top: 140%;
    width: 80vw;
  }

  .header .search-wrap.active .hints {
    top: 320%;
    right: -300%;
    width: 80vw;
  }
}
/*# sourceMappingURL=main.css.map */
