/* body {
    margin: 0;
    padding: 0;
} */

.page-air {
  font-family: 'Roboto', sans-serif;
}

.t-air a,
.t-air button,
.t-air input {
  transition: all 0.5s ease;
}

.t-air input,
.t-air input:hover,
.t-air input:focus,
.t-air input:active,
.t-air button,
.t-air button:hover,
.t-air button:focus,
.t-air button:active {
  outline: none;
}
.air-listing {
  margin: 0 auto;
  margin-top: 40px;
}
.air-listing .product-slider__preview {
  display: flex;
  justify-content: center;
}

.air-mob {
  display: none;
}

.t-air img {
  max-width: 100%;
}

.t-air div {
  box-sizing: border-box;
}

.air-container {
  max-width: 1130px;
  margin: auto;
  font-family: 'Roboto', sans-serif;
}

.modal-air {
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  border-radius: 32px 32px 0px 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px 20px;
  display: none;
  width: 100%;
}

/* air-banner */

.air-banner-wrapper {
  text-align: center;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/August/styler-i-fen-rowenta-ultimate-experience-white-line/img/banner-main.png)
    no-repeat center/cover;
}

.air-banner p {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 29px 0 0;
  letter-spacing: -0.03em;
}

.air-banner__bg {
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/August/styler-i-fen-rowenta-ultimate-experience-white-line/img/pattern.png)
    repeat center/contain;
  height: 64px;
  width: 100%;
}

/* product */

.product-slider {
  padding: 51px 0 0;
}

.page-air h2 {
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  font-size: 64px;
  line-height: 1.2;
  margin: 0;
  background: linear-gradient(
    90.44deg,
    #805552 20.43%,
    #c09083 30.67%,
    #c09083 41.22%,
    #f8a395 51.15%,
    #c09083 61.71%,
    #c09083 66.67%,
    #76544e 74.74%,
    #805552 80.02%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-air h2:before {
  content: '';
  display: block;
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/August/styler-i-fen-rowenta-ultimate-experience-white-line/img/title-before.png)
    no-repeat center/cover;
  width: 124px;
  height: 6px;
  margin-right: 32px;
  margin-top: 6px;
}

.page-air h2:after {
  content: '';
  display: block;
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/August/styler-i-fen-rowenta-ultimate-experience-white-line/img/title-after.png)
    no-repeat center/cover;
  width: 124px;
  height: 6px;
  margin-left: 32px;
  margin-top: 6px;
}

.product-slider__preview p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin: 2px 0 0;
  color: #805552;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.product-slider__product {
  position: relative;
  width: 100%;
  margin-top: 104px;
}

.product-slider-first .product-slider__product img {
  margin-left: -144px;
}

.product-slider__text {
  position: absolute;
  max-width: 268px;
  width: 100%;
}

.product-slider__text h4 {
  margin: 0px 0 3px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ca977e;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  text-align: left;
}

.product-slider__text p {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  color: rgba(56, 65, 74, 0.8);
  text-align: left;
}

.product-slider-first .product-slider__text_first {
  left: 0;
  top: -42px;
}

.product-slider-first .product-slider__text_second {
  right: 40px;
  top: 0px;
  max-width: 323px;
}

.product-slider-first .product-slider__text_three {
  left: 192px;
  top: 138px;
}

.product-slider-first .product-slider__text_four {
  right: 160px;
  top: 138px;
}

.product-slider-first .product-slider__text_last {
  left: 287px;
  top: 321px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}

/* product-slider__price */

.product-slider__price {
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 29px;
  padding-top: 15px;
}

.product-slider__price p {
  font-size: 20px;
  line-height: 1.2;
  color: #383838;
  margin: 0;
  max-width: 364px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.product-slider__btn {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  max-width: 372px;
}

.product-slider__btn span {
  display: block;
  line-height: 1.2;
  font-size: 32px;
  color: #444;
  margin-right: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-slider__btn a {
  background: #e31235;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  max-width: 172px;
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-slider__price .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}

.product-slider__price .swiper-pagination-bullet {
  margin: 0 4px;
}

/* product-slider__advantages */

.product-slider__title {
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2;
  color: #805552;
  margin: 0 0 36px;
}

.product-slider__advantages {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.product-slider__advantages_content {
  max-width: 554px;
  width: 100%;
  text-align: left;
}

.product-slider__advantages_content div {
  margin-bottom: 24px;
}

.product-slider__advantages_content h4 {
  margin: 0 0 4px;
  line-height: 1.2;
  font-size: 24px;
  color: #ca977e;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.product-slider__advantages_content p {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  color: #38414a;
}

.product-slider__advantages_content span {
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-size: 12px;
  color: #38414a;
  opacity: 0.6;
}

/* product-slider__list */

.product-slider__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}

.product-slider__card {
  max-width: 172px;
  width: 100%;
  margin: 0 10px;
}

.product-slider__card span {
  font-size: 48px;
  font-weight: 700;
  margin: 16px 0 8px;
}

.product-slider__card p {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.02em;
  color: #38414a;
  font-weight: 600;
}

.product-slider__card div:first-child {
  position: relative;
}

.product-slider__card div a {
  background-color: #fff;
  border-radius: 8px;
  padding: 4px 7px;
  line-height: 1.2;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #333;
  position: absolute;
  right: 7px;
  bottom: 12px;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}

.product-slider__card div a.product-slider__setting {
  right: 70px;
}

.color-brown {
  color: #805552;
}

.color-light {
  color: #90645e;
}

.color-shokolat {
  color: #c09083;
}

.color-dark {
  color: #da998b;
}

.color-orange {
  color: #f0a092;
}

.product-slider__overlay .product-slider__overlay_text,
.product-slider__overlay .product-slider__overlay_setting {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  background-color: #fff;
  padding: 15px;
  width: 100%;
  max-width: 142px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 16px 16px;
  opacity: 0;
  z-index: -1;
  margin-bottom: 5px;
  transition: all 0.5s;
}

.product-slider__overlay,
.product-slider__overlay {
  display: flex;
  flex-direction: column;
  position: absolute;
}

.show .product-slider__overlay .product-slider__overlay_text,
.active-setting .product-slider__overlay .product-slider__overlay_setting {
  opacity: 1;
  z-index: 1;
}

.video-link {
  position: relative;
  max-width: 768px;
  margin: auto;
}

.video-link__play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.section-bg {
  width: 100%;
  height: 150px;
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/August/styler-i-fen-rowenta-ultimate-experience-white-line/img/pattern-section.png)
    repeat center/contain;
  margin: 64px 0 0;
}

/* product-slider-second */

.product-slider-second {
  padding-top: 54px;
}

.product-slider-second .product-slider__product {
  margin-top: 33px;
}

.product-slider-second .product-slider__text_first {
  left: 0;
  top: 53px;
}

.product-slider-second .product-slider__text_second {
  right: -2px;
  top: 53px;
}

.product-slider-second .product-slider__text_three {
  left: 48px;
  top: 272px;
}

.product-slider-second .product-slider__text_four {
  right: 19px;
  top: 239px;
}

.product-slider-second .product-slider__text_five {
  top: 466px;
  left: 96px;
}

.product-slider-second .product-slider__text_six {
  right: 94px;
  top: 502px;
}

.product-slider-second .product-slider__text_last {
  left: 383px;
  top: 270px;
  max-width: 172px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-slider-second .product-slider__text_last h4 {
  text-align: center;
  margin-top: -44px;
  font-size: 16px;
  line-height: 1.2;
}

.product-slider-second .product-slider__product {
  padding-bottom: 52px;
}

.product-slider-second .product-slider__text_last div:last-child {
  margin-top: -24px;
}

/* air-social */

.air-social {
  padding: 53px 0 64px;
}

.air-social h2 {
  justify-content: center;
  font-weight: 400;
}

.social-text {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  color: #805552;
  letter-spacing: -0.02em;
  justify-content: center;
  margin: 0;
}

.social-text a {
  font-weight: 700;
  color: #805552;
  margin: 0 5px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #805552;
}

.social-list {
  display: flex;
  justify-content: space-between;
  max-width: 868px;
  width: 100%;
  margin: 34px auto 0;
}

.social-list .swiper-pagination {
  display: none;
}

.social-list__item h3 {
  margin: 16px 0 9px;
  color: #ca977e;
  line-height: 1.2;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.social-list__item p {
  margin: 0;
  color: rgba(56, 65, 74, 0.8);
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}

/* air-proff */

.air-proff {
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/August/styler-i-fen-rowenta-ultimate-experience-white-line/img/banner-black.png)
    no-repeat center/cover;
  padding: 83px 0 67px;
}

.proff-content {
  max-width: 556px;
  margin-left: auto;
  text-align: center;
}

.proff-content span {
  display: block;
  color: #111;
  line-height: 1.2;
  font-size: 64px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 28px;
  letter-spacing: -0.03em;
}

.proff-content p {
  color: #fff;
  margin: 8px auto 31px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 326px;
  letter-spacing: -0.03em;
}

.proff-content .air-btn {
  display: inline-block;
  background-color: #222;
  text-align: center;
  color: #fff;
  text-decoration: none;
  max-width: 268px;
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
