@charset "UTF-8";
img {
  display: block;
  width: 100%;
  height: auto;
}

#promo h2,
#promo h3,
#promo p {
  margin: 0;
  padding: 0;
  display: block;
}

#promo a:hover {
  text-decoration: none;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/** promo fix **/
.main-container, .main {
  padding: 0 !important;
}

.main-container > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.page-wrapper .header-container .header {
  min-height: 0 !important;
  height: 0 !important;
}

.header-container .header .container.title {
  display: none !important;
}

/***************/
.block-container {
  width: 955px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .block-container {
    width: 100%;
    padding: 0 15px;
  }
}

.banner {
  background: url(/media/up/promo/2021/steamer/main-bkg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 600px;
  padding: 220px 0 0;
  background-repeat: no-repeat;
}

.banner__title {
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  color: #421460;
  margin-bottom: 16px;
  position: relative;
  max-width: 480px;
}

.banner__title-bold {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: 700;
}

.banner__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .banner {
    background: url(/media/up/promo/2021/steamer/tablet-bkg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 350px;
    padding: 40px 0 0;
  }
  .banner__title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 16px;
    max-width: 380px;
  }
  .cms-page-view .breadcrumb-container {
    display: none;
  }
}

@media (max-width: 640px) {
  .banner {
    background: url(/media/up/promo/2021/steamer/mobile-bkg.jpg);
    background-size: cover;
    background-position: 100% 50%;
    height: 220px;
    padding: 15px 0 0;
  }
  .banner__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 95px;
    max-width: 210px;
  }
  .banner__title-bold {
    display: inline;
  }
}

@media (max-width: 400px) {
  .banner .block-container::before {
    content: '';
    width: 300px;
    height: 200px;
    position: absolute;
    left: -50px;
    background: antiquewhite;
    top: 0;
    background: -o-radial-gradient(50% 50%, 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}

/* product */
.product {
  padding: 30px 0;
  background: #42145F;
}

.product__left {
  max-width: 520px;
}

#promo .product__title {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0 0 20px;
}

.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.product__stars {
  margin-right: 17px;
  width: 152px;
  position: relative;
}

.product__stars::after {
  content: '5 из 5';
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #9A5EC0;
  position: absolute;
  top: 35px;
}

.product__link {
  width: 112px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #8F6EA5;
  color: #FFFFFF;
  border-radius: 3px;
  font-family: 'Centrale Sans Book', sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
}

.product__link:hover {
  color: #FFFFFF;
}

.product__link:focus,
.product__link:active {
  color: #FFFFFF;
  text-decoration: none;
}

.product__descr {
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.product__list {
  list-style-type: none;
  margin-bottom: 35px;
  margin-top: 0;
  padding: 0;
}

.product__list-item {
  padding-left: 60px;
  position: relative;
  color: #FFFFFF;
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__list-item::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: '';
  width: 50px;
  height: 50px;
  background: url("/media/up/promo/2021/steamer/bullet-1-1.svg");
  background-size: contain;
}

.product__list-item:nth-child(2)::before {
  background: url("/media/up/promo/2021/steamer/bullet-1-2.svg");
  background-size: contain;
}

.product__list-item:nth-child(3)::before {
  background: url("/media/up/promo/2021/steamer/bullet-1-3.svg");
  background-size: contain;
}

.product__list-item:nth-child(4)::before {
  background: url("/media/up/promo/2021/steamer/bullet-1-4.svg");
  background-size: contain;
}

.product__list-item:not(:last-of-type) {
  margin-bottom: 5px;
}

.page-tab.second .product__list-item:not(:last-of-type) {
  margin-bottom: 30px;
}

.product__right-img {
  display: block;
  width: 224px;
}

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product__price .old-price .price {
  font-size: 22px;
  line-height: 26px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #FFFFFF;
  font-family: 'Centrale Sans', sans-serif;
}

.product__price .special-price .price {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}

.product__price .regular-price .price {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}

.banner__btns {
  margin-left: 10px;
}

.product__buy,
.product__more {
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  text-decoration: none;
  font-family: 'Centrale Sans Book', sans-serif;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.product__buy {
  background: #D3732B;
  color: #FFFFFF;
  margin-right: 10px;
}

.product__buy:hover {
  background: #BF5F17;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #FFFFFF;
}

.product__buy:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.product__more {
  color: #323232;
  background: #FFFFFF;
}

.product__more:hover {
  background: #EBEBEB;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #323232;
}

.product__more:focus {
  text-decoration: none;
  color: #323232;
}

.product__right {
  position: relative;
  margin-right: 120px;
}

.product__sale {
  position: absolute;
  top: 27px;
  left: -100px;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: #96107B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__steam {
  position: absolute;
  bottom: 210px;
  right: -60px;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__steam-title {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #9A00A8;
  text-align: center;
}

.product__sale-title {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}

.product__sale-subtitle {
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.product__right.desktop_hidden {
  display: none;
}

@media (max-width: 1040px) {
  .product__sale {
    position: absolute;
    top: 300px;
    left: -80px;
    width: 92px;
    height: 92px;
  }
  .product__sale-title {
    font-size: 26px;
    line-height: 31px;
  }
  .product__sale-subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .product__steam-title {
    font-size: 11px;
    line-height: 13px;
  }
  .product__steam {
    bottom: auto;
    top: 10px;
    width: 92px;
    height: 92px;
    right: -35px;
  }
}

@media (max-width: 991px) {
  .product {
    padding: 30px 0 0;
  }
  .product__right {
    position: relative;
    margin-right: 40px;
  }
  #promo .product__title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 14px;
  }
  .product__descr {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .product__link {
    height: 35px;
    font-size: 14px;
    line-height: 16px;
  }
  .product__stars {
    margin-right: 9px;
    width: 130px;
    position: relative;
  }
  .product__stars::after {
    font-size: 14px;
    line-height: 16px;
    top: 35px;
  }
  .product__link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .product__list-item {
    padding: 0 5px 0 60px;
  }
  .banner__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 30px;
  }
  .banner__btns .prod-buy-button {
    margin-bottom: 11px;
  }
  .product__price .old-price .price {
    font-size: 18px;
    line-height: 21px;
  }
  .product__price .special-price {
    font-size: 24px;
    line-height: 28px;
  }
  .product__price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product__buy, .product__more {
    font-size: 15px;
    line-height: 18px;
  }
  #promo .product__list-item__wrapper {
    font-size: 16px;
    line-height: 19px;
  }
  .product__list-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .page-tab.second .product__list-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product__right-img {
    width: 200px;
    margin-bottom: 0;
  }
  .product__list {
    margin-bottom: 25px;
  }
}

@media (max-width: 640px) {
  .product__right {
    display: none;
  }
  .product__descr {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 11px;
  }
  .product__right-img {
    width: 157px;
    margin-bottom: 0;
  }
  .product__right.desktop_hidden {
    display: block;
  }
  .product__left {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__link-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .product__descr {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 11px;
  }
  .product__list {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .product__price {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .product__right.desktop_hidden {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    position: relative;
    padding-left: 30px;
  }
  .product__steam {
    top: 50px;
    left: calc(50% + 95px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .product__sale {
    bottom: 110px;
    left: calc(50% - 85px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
  }
  .product__buy,
  .product__more {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }
  .product__price .old-price .price {
    font-size: 16px;
    line-height: 19px;
  }
  .product__price .special-price .price {
    font-size: 22px;
    line-height: 26px;
  }
  .product__price .regular-price .price {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 570px) {
  .product {
    padding: 19px 0 0;
  }
  #promo .product__title {
    font-size: 20px;
    line-height: 27px;
    margin-right: -10px;
  }
  .product__right {
    margin-top: 0;
  }
  .product__link-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 190px;
    margin: 0 0 15px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product__list-item {
    padding: 0 5px 0 60px;
    font-size: 14px;
    line-height: 16px;
  }
  .product__link {
    width: 95px;
  }
  .product__stars {
    width: 92px;
  }
  .product__stars::after {
    top: 20px;
  }
  .product__price {
    margin-bottom: 20px;
  }
}

/* flexible */
.flexible {
  padding: 32px 0 48px;
}

.flexible__title {
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  color: #42145F;
  margin-bottom: 20px;
}

.flexible__title b {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: 700;
}

.flexible__descr {
  font-family: 'Centrale Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #42145F;
  max-width: 580px;
  margin: 0 auto;
}

.flexible__img {
  display: block;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .flexible__title {
    max-width: 480px;
    margin: 0 auto 10px;
    font-size: 26px;
    line-height: 33px;
  }
  .flexible__descr {
    font-size: 16px;
    line-height: 21px;
  }
  .flexible {
    padding: 18px 0 33px;
  }
}

@media (max-width: 600px) {
  .flexible__title {
    max-width: 480px;
    margin: 0 auto 10px;
    font-size: 17px;
    line-height: 21px;
  }
  .flexible__descr {
    font-size: 12px;
    line-height: 16px;
  }
  .flexible {
    padding: 10px 0 15px;
  }
}

@media (max-width: 400px) {
  .flexible__title {
    margin: 0 -7px 10px;
  }
}

/* slider */
.slider {
  position: relative;
}

#promo .swiper-button-next,
#promo .swiper-button-prev {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

#promo .swiper-button-next:focus,
#promo .swiper-button-prev:focus {
  outline: none;
}

#promo .swiper-button-next {
  left: calc(50% + 470px);
}

#promo .swiper-button-prev {
  left: calc(50% - 520px);
}

#promo .swiper-button-next::after,
#promo .swiper-button-prev::after {
  content: '';
  width: 12px;
  height: 20px;
  background-image: url("/media/up/promo/2021/steamer/arw_slider.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#promo .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.first-slide {
  min-height: 400px;
  background: -o-linear-gradient(344.48deg, #530944 26.99%, #940177 76.03%);
  background: linear-gradient(105.52deg, #530944 26.99%, #940177 76.03%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-slide__text {
  width: 50%;
  max-width: 475px;
  margin-right: 25px;
}

.first-slide:nth-child(2n) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.first-slide:nth-child(2n) .first-slide__text {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 25px;
}

.first-slide__text-title {
  font-family: 'Centrale Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 47px;
  color: #FF8FE9;
  margin-bottom: 20px;
}

.first-slide__text-subtitle {
  font-family: 'Centrale Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.first-slide__img {
  width: 50%;
  background: url("/media/up/promo/2021/steamer/slider-1.jpg");
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
}

.first-slide:nth-child(2) .first-slide__img {
  background: url("/media/up/promo/2021/steamer/slider-2.jpg");
}

.first-slide:nth-child(3) .first-slide__img {
  background: url("/media/up/promo/2021/steamer/slider-3.jpg");
  background-position-x: 100%;
  background-position-y: 50%;
}

.first-slide:nth-child(4) .first-slide__img {
  background: url("/media/up/promo/2021/steamer/slider-4.jpg");
  background-position-x: 50%;
  background-position-y: 90%;
}

.first-slide:nth-child(2n-1) .first-slide__text {
  padding: 0 60px 0 20px;
}

.first-slide:nth-child(2n) .first-slide__text {
  padding: 0 20px 0 60px;
}

@media (max-width: 1080px) {
  #promo .swiper-button-next {
    right: 30px;
    left: auto;
  }
  #promo .swiper-button-prev {
    left: 30px;
    right: auto;
  }
}

@media (max-width: 991px) {
  .first-slide:nth-child(2n) .first-slide__text {
    margin: 0;
    padding: 0 10px 0 65px;
  }
  #promo .swiper-button-next {
    right: 15px;
    left: auto;
  }
  #promo .swiper-button-prev {
    left: 15px;
    right: auto;
  }
  .first-slide:nth-child(2) .first-slide__img {
    background-image: url("/media/up/promo/2021/steamer/slider-1-2-mobile.jpg");
    background-position: 50% 50%;
    background-size: cover;
  }
  .first-slide:nth-child(4) .first-slide__img {
    background-image: url("/media/up/promo/2021/steamer/slider-1-4-mobile.jpg");
    background-position: 50% 50%;
    background-size: cover;
  }
  .first-slide:nth-child(2n-1) .first-slide__text {
    padding: 0 65px 0 10px;
  }
  .first-slide__text-title {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 7px;
  }
  .first-slide__text-subtitle {
    font-size: 14px;
    line-height: 19px;
  }
  .first-slide__text {
    margin: 0;
  }
  #promo .swiper-button-next,
  #promo .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
  }
}

@media (max-width: 700px) {
  .first-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .first-slide:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .first-slide__img,
  .first-slide__text {
    width: 100%;
  }
  .first-slide__text {
    padding: 15px 20px !important;
    max-width: unset;
  }
  .first-slide:nth-child(2n) .first-slide__text {
    padding: 15px 20px;
  }
  .first-slide__img {
    height: 250px;
  }
  #promo .swiper-button-next,
  #promo .swiper-button-prev {
    top: 140px;
    width: 45px;
    height: 45px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.6);
  }
  #promo .swiper-button-next {
    right: 0;
  }
  #promo .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 500px) {
  .first-slide__text-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 7px;
  }
  .first-slide__text-subtitle {
    font-size: 14px;
    line-height: 17px;
  }
  .first-slide__text {
    padding: 13px 16px !important;
    max-width: unset;
  }
  #promo .swiper-button-next::after,
  #promo .swiper-button-prev::after {
    background-image: url("/media/up/promo/2021/steamer/arw-mobile.svg");
  }
  .page-tab.second .first-slide__text {
    min-height: 160px;
  }
}

/* video */
.video {
  position: relative;
  margin: 0 auto;
  background: #DEC5D9;
  padding: 30px 0;
}

.video-block {
  position: relative;
  margin: 0 auto;
  background: #DEC5D9;
  padding: 30px 0;
}

.video--enabled {
  padding-bottom: 50%;
}

.video:hover .video__button {
  opacity: 0.6;
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video__button {
  font-family: "Centrale Sans", sans-serif;
  position: absolute;
  bottom: 48px;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 207px;
  height: 40px;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: #FFDDF8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Enabled */
.video--enabled {
  cursor: pointer;
}

.video--enabled .video__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video__button-text {
  font-size: 15px;
  line-height: 18px;
  color: #0B2265;
  text-align: center;
  padding-left: 25px;
}

.video__button-play {
  width: 40px;
  background-color: #9C0C80;
  height: 40px;
  position: relative;
  border-radius: 0 3px 3px 0;
}

.video__button-play::after {
  content: ' ';
  background-image: url("/media/up/promo/2021/steamer/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video__title {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #42145F;
  text-align: center;
  margin-bottom: 30px;
}

.video__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px auto 0;
  max-width: 730px;
}

.video__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video__feature-img {
  width: 77px;
  margin-bottom: 12px;
}

.video__feature-title {
  font-family: "Centrale Sans XBold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #42145F;
  text-align: center;
}

.video__feature-subtitle {
  font-family: "Centrale Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #42145F;
  text-align: center;
}

.video {
  padding-bottom: 39%;
  max-width: 720px;
}

@media (max-width: 991px) {
  .video-block {
    padding: 23px 0 18px;
  }
  .page-tab.second .video-block {
    padding: 19px 0 11px;
  }
  #promo .video__block .block-container {
    padding: 28px 0 76px;
  }
  .video__title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 23px;
  }
  .banner-center__video {
    margin: 0 auto;
    max-width: 580px;
  }
  .video {
    padding-bottom: 50%;
  }
  .video__features {
    margin: 21px auto 0;
    max-width: unset;
  }
  .video__feature {
    max-width: 230px;
  }
}

@media (max-width: 650px) {
  .video__button {
    bottom: 34px;
    width: 176px;
    height: 34px;
  }
  .video__button-text {
    font-size: 12px;
    line-height: 15px;
  }
  .video__button-play {
    width: 34px;
    height: 34px;
  }
  .video__title {
    display: none;
  }
  .video-block {
    padding: 0;
  }
  .page-tab.second .video-block {
    padding: 0;
  }
  .video-block .block-container {
    padding: 0;
  }
  .banner-center__video {
    max-width: 100%;
    width: 100%;
  }
  .video__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 21px 0;
    padding-bottom: 24px;
  }
  .video__feature-img {
    margin-right: 12px;
    min-width: 79px;
    margin-bottom: 0;
  }
  .video__feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video__feature:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .video__features-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video__feature-title {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
  .video__feature-subtitle {
    text-align: left;
    font-size: 11px;
    line-height: 15px;
  }
}

@media (max-width: 400px) {
  .video__button {
    bottom: 15px;
    width: 176px;
    height: 34px;
  }
}

/* insurance  */
.insurance {
  background: url("/media/up/promo/2021/steamer/insurance.jpg");
  background-position-x: 50%;
  background-size: cover;
}

.insurance .block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 450px;
}

.insurance__title {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.insurance__subtitle {
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 45px;
}

.insurance__subtitle b {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: 700;
}

#promo .insurance__link {
  background: #D3732B;
  border-radius: 3px;
  width: 150px;
  height: 40px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

#promo .insurance__link:hover {
  background: #BF5F17;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #FFFFFF;
}

#promo .insurance__link:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.insurance__text {
  max-width: 440px;
}

@media (max-width: 991px) {
  .insurance {
    background: url("/media/up/promo/2021/steamer/insurance-mobile.jpg");
    background-position-x: 90%;
    background-size: cover;
  }
  .insurance .block-container {
    min-height: 380px;
  }
  .insurance__title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 27px;
  }
  .insurance__subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 37px;
  }
  .insurance__link {
    width: 126px;
    height: 33px;
    font-size: 12px;
    line-height: 15px;
  }
  .insurance__text {
    max-width: 365px;
  }
  #promo .insurance__link {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .insurance {
    background: url("/media/up/promo/2021/steamer/insurance-mobile-sml.jpg");
    background-position-x: 69%;
    background-size: cover;
  }
  .insurance .block-container {
    min-height: 350px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .insurance__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .insurance__subtitle {
    margin-bottom: 15px;
  }
  .insurance__link {
    width: 126px;
    height: 34px;
    font-size: 12px;
    line-height: 15px;
  }
  .insurance__text {
    margin-top: 61px;
    max-width: 220px;
  }
}

/* review */
.reviews {
  font-family: 'Centrale Sans Book', sans-serif;
  background: #FDE6F8;
  padding: 33px 0 42px;
}

.reviews__title {
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #421460;
  margin-bottom: 20px;
}

.reviews__title b {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: 700;
  color: #421460;
  margin-bottom: 22px;
}

.reviews__stars {
  width: 156px;
  margin-bottom: 8px;
}

.reviews__rating {
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #421460;
  margin-bottom: 24px;
}

.review {
  font-family: 'Centrale Sans Book', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 28px 25px;
  border: 1px solid #EEA0DF;
  border-radius: 8px;
  color: #421460;
}

.review:not(:last-of-type) {
  margin-bottom: 11px;
}

.review:last-of-type {
  margin-bottom: 40px;
}

.review__left {
  margin-right: 65px;
}

.review__left-stars {
  width: 135px;
  margin-bottom: 6px;
}

.review__left-name {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
}

.review__left-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.review__right-text {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}

.review__right-rec {
  font-size: 16px;
  line-height: 19px;
  padding-left: 27px;
  position: relative;
}

.review__right-rec:before {
  content: '';
  background: url("https://www.shop.philips.ru/media/up/promo/2021/aurora/review_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 14px;
}

.review__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  font-size: 15px;
  line-height: 18px;
  color: #721660;
  background-color: #FFFFFF;
  border-radius: 3px;
  text-decoration: none;
  margin: 0 auto;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.review__link:hover,
.review__link:active {
  opacity: 0.6;
  color: #721660;
  background-color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.review__link:focus {
  color: #721660;
  background-color: #FFFFFF;
  text-decoration: none;
}

.review__link:visited {
  color: #721660;
  background-color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 991px) {
  .reviews {
    padding: 24px 0 29px;
  }
  .reviews__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .reviews__stars {
    width: 110px;
    margin-bottom: 8px;
  }
  .reviews__rating {
    margin-bottom: 15px;
  }
  .review__left {
    margin-right: 40px;
  }
  .review__left-stars {
    width: 90px;
    margin-bottom: 5px;
  }
  .review__right-text {
    font-size: 14px;
    line-height: 16px;
  }
  .review__right-rec {
    font-size: 14px;
    line-height: 16px;
  }
  .review:last-of-type {
    margin-bottom: 25px;
  }
  .review {
    padding: 17px 15px;
  }
}

@media (max-width: 700px) {
  .cms-page-view .main-container {
    padding: 0;
  }
}

@media (max-width: 450px) {
  .reviews {
    padding: 17px 0 15px;
  }
  .review.mobile {
    display: none;
  }
  .reviews__title {
    font-family: 'Centrale Sans XBold', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
  }
  .reviews__stars {
    width: 100px;
    margin-bottom: 5px;
  }
  .reviews__rating {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .review {
    padding: 13px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review__left-stars {
    width: 90px;
    margin-bottom: 4px;
  }
  .review__left-name {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
  }
  .review__left-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
  }
  .review__right-text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .review__right-rec {
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
    position: relative;
  }
  .review__right-rec::before {
    width: 16px;
    height: 12px;
  }
  .review:last-of-type {
    margin-bottom: 17px;
  }
}

/* table */
#promo .table {
  padding: 38px 0 0px;
  margin-bottom: 0;
}

#promo .table:not(.table-bordered) {
  border: none;
}

#promo .table__title {
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #421460;
  margin-bottom: 30px;
  display: block;
}

#promo .table__title b {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: 700;
}

.steam-table {
  background: #F3ECFA;
  border-collapse: collapse;
  width: 100%;
}

.steam-table td,
.steam-table tr {
  border: none;
}

.steam-table__data:nth-child(2n) {
  background: #d2bdd7;
}

.steam-table__row:nth-child(2n) {
  background: rgba(255, 255, 255, 0.5);
}

.steam-table__row:nth-child(2n) .steam-table__data:nth-child(2n) {
  background: rgba(210, 189, 215, 0.5);
}

.steam-table__row:nth-child(2n-1) {
  background: #F3ECFA;
}

.steam-table__head:nth-child(2n) {
  background: #d2bdd7;
}

.steam-table tbody {
  background: none;
}

.steam-table__head {
  padding-top: 15px;
  position: relative;
}

.steam__header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 27px;
}

.steam__header-sku {
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #421460;
  margin-bottom: 5px;
}

.steam__header-name {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #421460;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 5px;
}

.steam__header-descr {
  font-family: 'Centrale Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #421460;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 12px;
}

.steam__header-container .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.steam__header-container .price-box .old-price .price {
  font-family: 'Centrale Sans Book', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #421460;
  margin-right: 10px;
}

.steam__header-container .price-box .special-price .price {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #421460;
}

.steam__header-container .price-box .regular-price .price {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #421460;
}

.steam__header-img {
  width: 76px;
  margin-bottom: 7px;
}

.steam-table__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Centrale Sans Book', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #323232;
}

.steam-table__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Centrale Sans Bold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #323232;
}

.steam-table__data {
  width: 25%;
  min-height: 45px;
  padding: 10px 20px;
  vertical-align: top;
}

.steam-table__buttons .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.steam-table__buttons .price-box .old-price .price,
.steam-table__buttons .price-box .special-price .price,
.steam-table__buttons .price-box .regular-price .price {
  font-size: 14px;
  line-height: 17px;
  padding: 0 5px;
}

.steam-table__buttons .price-box .price .price {
  font-family: 'Centrale Sans XBold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #96107B;
}

.steam-table__buttons {
  margin-bottom: 14px;
}

.table__btns {
  width: 100%;
  margin-bottom: 18px;
}

.table__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 7px 24px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 18px;
  min-height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-family: 'Centrale Sans Book', sans-serif;
}

.table__btn.org {
  background: #D3732B !important;
  color: #FFFFFF !important;
  margin-bottom: 7px;
}

.table__btn.wht {
  background: #FFFFFF !important;
  color: #721660 !important;
}

.table__btn.wht:hover,
.table__btn.wht:active,
.table__btn.org:hover,
.table__btn.org:active {
  opacity: 0.6;
}

.table__btn.wht:focus {
  background: #FFFFFF;
  color: #721660;
  text-decoration: none;
}

.table__btn.org:focus {
  background: #D3732B;
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 991px) {
  .table .block-container {
    padding: 0;
  }
  .steam__header-container {
    padding: 0 15px;
  }
  .steam__header-name {
    font-size: 14px;
    line-height: 17px;
  }
  .steam__header-descr {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  .table__btn {
    font-size: 12px;
    line-height: 14px;
  }
  .steam__header-sku {
    font-size: 12px;
    line-height: 14px;
  }
  .steam-table__buttons .price-box .old-price .price,
  .steam-table__buttons .price-box .special-price .price,
  .steam-table__buttons .price-box .regular-price .price {
    font-size: 13px;
    line-height: 15px;
    padding: 0 5px;
  }
  .steam-table__name,
  .steam-table__feature {
    font-size: 11px;
    line-height: 14px;
  }
  #promo .table {
    padding: 22px 0 0px;
    margin-bottom: 0;
  }
  #promo .table__title {
    font-size: 24px;
    line-height: 29px;
    color: #421460;
    padding: 0 17px;
    margin-bottom: 24px;
  }
  .steam-table__head:nth-child(4) .steam__header-img::after {
    content: none;
  }
  .steam-table__head:nth-child(4) .steam__header-img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media (max-width: 760px) {
  .table {
    display: none;
  }
}

/* tabs */
.tab__page {
  position: relative;
}

.tab__page-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tab__page-item {
  width: 361px;
  font-family: 'Centrale Sans Bold', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  background: #A359D1;
  padding: 14px 20px 6px;
  cursor: pointer;
  margin: 0 10px;
}

.tab__page-item.active {
  background: #42145F;
}

@media (max-width: 991px) {
  .tab__page-item {
    width: 300px;
    font-size: 16px;
    line-height: 20px;
    margin: 0 8px;
  }
}

@media (max-width: 640px) {
  .tab__page-item {
    width: 141px;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 2px;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab__page-item.iron {
    padding: 5px 10px;
  }
  .mobile_br {
    display: none;
  }
}

/* product block second page  */
.page-tab.opened {
  display: block;
}

#promo .page-tab.second .product__title {
  max-width: 480px;
}

#promo .page-tab.second .product__list-item::before {
  width: 70px;
  height: 70px;
  background: url("/media/up/promo/2021/steamer/bullet-2-1.svg");
  background-size: contain;
}

#promo .page-tab.second .product__list-item:nth-child(2)::before {
  background: url("/media/up/promo/2021/steamer/bullet-2-2.svg");
  background-size: contain;
}

#promo .page-tab.second .product__list-item:nth-child(3)::before {
  background: url("/media/up/promo/2021/steamer/bullet-2-3.svg");
  background-size: contain;
}

#promo .page-tab.second .product__list-item:nth-child(4)::before {
  background: url("/media/up/promo/2021/steamer/bullet-2-4.svg");
  background-size: contain;
}

#promo .page-tab.second .product__list-item:nth-child(5)::before {
  background: url("/media/up/promo/2021/steamer/bullet-2-5.svg");
  background-size: contain;
}

#promo .page-tab.second .product__list-item {
  padding-left: 87px;
}

#promo .page-tab.second .product__right-img {
  width: 161px;
}

#promo .page-tab.second .product__steam {
  top: 110px;
  left: -120px;
  bottom: auto;
}

@media (max-width: 991px) {
  #promo .page-tab.second .product__steam {
    top: 40px;
    left: -100px;
    bottom: auto;
  }
  #promo .page-tab.second .product__list-item::before {
    width: 50px;
    height: 50px;
  }
  #promo .page-tab.second .product__right {
    margin-right: 53px;
    margin-top: -20px;
  }
  #promo .page-tab.second .product__list-item {
    padding-left: 60px;
  }
  #promo .page-tab.second .product__left {
    max-width: 490px;
  }
}

@media (max-width: 991px) {
  #promo .page-tab.second .product__right {
    margin-right: 0px;
    margin-top: -20px;
  }
}

@media (max-width: 640px) {
  #promo .page-tab.second .product__right {
    margin-right: 0px;
    margin-top: 15px;
  }
  #promo .page-tab.second .product__left {
    max-width: unset;
  }
  #promo .page-tab.second .product__right-img {
    width: 95px;
  }
  #promo .page-tab.second .product__price {
    margin-bottom: 0;
  }
  #promo .page-tab.second .product__steam {
    top: 30px;
    bottom: auto;
    left: calc(50% - 90px);
  }
  #promo .page-tab.second .banner__btns {
    margin-left: 20px;
  }
}

/* second-swiper */
.second-swiper .first-slide .first-slide__img {
  background-image: url("/media/up/promo/2021/steamer/slider-2-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.second-swiper .first-slide:nth-child(2) .first-slide__img {
  background-image: url("/media/up/promo/2021/steamer/slider-2-2.jpg");
}

.second-swiper .first-slide:nth-child(3) .first-slide__img {
  background-image: url("/media/up/promo/2021/steamer/slider-2-3.jpg");
}

.second-swiper .first-slide:nth-child(4) .first-slide__img {
  background-image: url("/media/up/promo/2021/steamer/slider-2-4.jpg");
}

.second-swiper .first-slide:nth-child(5) .first-slide__img {
  background-image: url("/media/up/promo/2021/steamer/slider-2-5.jpg");
}

@media (max-width: 991px) {
  .second-swiper .first-slide:nth-child(2) .first-slide__img {
    background-image: url("/media/up/promo/2021/steamer/slider-2-2-mobile.jpg");
    background-position-x: 25%;
  }
  .second-swiper .first-slide:nth-child(3) .first-slide__img {
    background-image: url("/media/up/promo/2021/steamer/slider-2-3-mobile.jpg");
    background-position-x: 25%;
  }
  .second-swiper .first-slide:nth-child(4) .first-slide__img {
    background-image: url("/media/up/promo/2021/steamer/slider-2-4-mobile.jpg");
    background-position-x: 70%;
  }
  .second-swiper .first-slide:nth-child(5) .first-slide__img {
    background-image: url("/media/up/promo/2021/steamer/slider-2-5-mobile.jpg");
    background-position-x: 70%;
  }
}

/* second page table */
#promo .page-tab.second .steam__header-img {
  width: 147px;
}

.jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* block test drive */
#promo .test-drive {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCBEEF), to(#FFEAFB));
  background: -o-linear-gradient(top, #FCBEEF 0%, #FFEAFB 100%);
  background: linear-gradient(180deg, #FCBEEF 0%, #FFEAFB 100%);
}

#promo .test-drive .container {
  max-width: 991px;
  margin: 0 auto;
  padding: 0;
}

#promo .test-drive__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#promo .test-drive__img {
  max-width: 374px;
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#promo .test-drive__description {
  max-width: 593px;
  padding: 65px 0 108px;
}

#promo .test-drive__title {
  color: #96107B;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  font-family: 'Centrale Sans XBold', sans-serif;
  margin-bottom: 15px;
}

#promo .test-drive__text {
  color: #323232;
  font-weight: 300;
  font-size: 28px;
  line-height: 37px;
  font-family: 'Centrale Sans', sans-serif;
  margin-bottom: 37px;
}

#promo .test-drive__btn {
  color: #323232;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 11px 17px 11px 23px;
  background: #FFFFFF;
  border-radius: 3px;
  text-decoration: none;
}

#promo .test-drive__btn:hover {
  background: #EBEBEB;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #323232;
}

@media (max-width: 991px) {
  #promo .test-drive .container {
    max-width: 675px;
  }
  #promo .test-drive__img {
    max-width: 301px;
  }
  #promo .test-drive__description {
    max-width: 336px;
    padding: 32px 0 35px;
  }
  #promo .test-drive__title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  #promo .test-drive__text {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 27px;
  }
}

@media (max-width: 640px) {
  #promo .test-drive .container {
    max-width: 100%;
    padding: 0 6px;
  }
  #promo .test-drive__img {
    max-width: 243px;
    min-width: 243px;
  }
  #promo .test-drive__description {
    max-width: 154px;
    padding: 10px 0 27px;
  }
  #promo .test-drive__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  #promo .test-drive__text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  #promo .test-drive__btn {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 14px 8px 18px;
    margin-left: -44px;
  }
}

@media (max-width: 450px) {
  #promo .test-drive__description {
    margin-left: -85px;
  }
}

#promo .banner .block-container {
  position: relative;
}

#promo .banner .banner__test-drive-label {
  position: absolute;
  top: -40%;
  right: 17%;
}

@media (max-width: 991px) {
  #promo .banner .banner__test-drive-label {
    top: 1%;
    right: 17%;
  }
}

@media (max-width: 640px) {
  #promo .banner .banner__test-drive-label {
    top: 0%;
    right: 3%;
  }
}

#promo .test-drive-label {
  width: 131px;
  height: 128px;
}

@media (max-width: 991px) {
  #promo .test-drive-label {
    width: 111px;
    height: 109px;
  }
}

@media (max-width: 640px) {
  #promo .test-drive-label {
    width: 76px;
    height: 74px;
  }
}

.disclamer {
  padding: 36px 0 52px;
}

.disclamer__text {
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}

@media (max-width: 991px) {
  .disclamer {
    padding: 17px 19px 28px;
  }
  .disclamer__text {
    font-size: 14px;
    line-height: 18px;
  }
}

.website-features__wrapper {
  margin: 0 0 80px 0!important;
}