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

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

:focus,
:active {
  outline: none;
}

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

td {
  padding: 5px;
  outline: 1px solid black;
}

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

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

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  color: #333;
  font-size: 14px;
  background: #fff;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1280px;
  width: 100%;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    padding: 0 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

.advantages {
  width: auto;
}

.title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.09091;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .title {
    font-size: 28px;
    line-height: 1.28571;
  }
}

.subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .subtitle {
    font-size: 18px;
    line-height: 1.22222;
  }
}

.desc {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .desc {
    font-size: 14px;
    line-height: 1.42857;
  }
}

.caption {
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  color: #000;
  max-width: 894px;
}

section._mb,
div._mb,
li._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 40px;
  }
}
section._mt,
div._mt,
li._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 40px;
  }
}
section._pt,
div._pt,
li._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 40px;
  }
}
section._pb,
div._pb,
li._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 40px;
  }
}

._op0 {
  opacity: 0;
}

._lc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
}
._lc--1 {
  -webkit-line-clamp: 1;
}
._lc--2 {
  -webkit-line-clamp: 2;
}
._lc--3 {
  -webkit-line-clamp: 3;
}
._lc--4 {
  -webkit-line-clamp: 4;
}

.wrapper a.btn,
.wrapper button.btn {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (min-width: 992px) {
  .wrapper a.btn:hover,
  .wrapper button.btn:hover {
    background-color: #bd0f2c;
  }
  .wrapper a.btn:focus,
  .wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}
.wrapper a.btn._fw,
.wrapper button.btn._fw {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.banner__img {
  margin-inline: auto;
  max-width: 1440px;
}
.banner__img img {
  width: 100%;
  height: 100%;
}

figure:nth-child(2),
figure:nth-child(3),
figure:nth-child(4) {
  max-width: 1228px;
  margin-inline: auto;
}
figure:nth-child(2) img,
figure:nth-child(3) img,
figure:nth-child(4) img {
  border-radius: 25px;
}
@media (max-width: 767.98px) {
  figure:nth-child(2) img,
  figure:nth-child(3) img,
  figure:nth-child(4) img {
    border-radius: 18px;
  }
}

@media (max-width: 479.98px) {
  .washing-drying__title {
    max-width: 280px;
    margin-inline: auto;
  }
}
.washing-drying__desc {
  max-width: 1012px;
  margin: 14px 0 37px 0;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  .washing-drying__desc {
    margin: 18px 0 34px 0;
  }
}
.smart-wash__subtitle {
  margin: 16px 0;
}
.smart-wash__desc {
  max-width: 1012px;
  margin: 14px 0 37px 0;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  .smart-wash__desc {
    margin: 18px 0 34px 0;
  }
}
.quick-drying__subtitle {
  margin: 16px 0;
}
.quick-drying__desc {
  max-width: 1012px;
  margin: 14px 0 37px 0;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .quick-drying__desc {
    margin: 18px 0 34px 0;
  }
}

/* ----------------------------- */
.large-capacity__container {
  display: flex;
  align-items: center;
  gap: 80px;
}

@media (max-width: 1280.98px) {
  .large-capacity__container {
    gap: 40px;
  }
}

.large-capacity__img {
  width: 643px;
}

@media (max-width: 883.98px) {
  .large-capacity__img {
    order: 1;
    margin-top: 48px;
  }
}


.large-capacity__img img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

@media (max-width: 883.98px) {
  .large-capacity__container {
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 883.98px) {
  .large-capacity .large-capacity__content-box {
    max-width: 426px;
  }
}
@media (min-width: 883.98px) {
  .large-capacity .large-capacity__content-box > * {
    text-align: start;
  }
}
@media (max-width: 883.98px) {
  .large-capacity .large-capacity__content-box > * {
    text-align: center;
    
  }

  .large-capacity__content-box{
    order: 0;
  }
}
@media (min-width: 883.98px) {
  .large-capacity__title {
    max-width: 400px;
  }
    .large-capacity__caption--display-none {
      display: none;
    }
}

.large-capacity__subtitle {
  margin: 43px 0 20px;
}

@media (max-width: 883.98px) {
  .large-capacity__subtitle {
    margin: 18px 0 16px;
  }
    .large-capacity__caption--display-none {
      order: 2;
      margin-top: 24px;
      text-align: center;
    }
}

.large-capacity__caption {
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  color: #000;
}

@media (max-width: 883.98px) {
  .large-capacity__caption {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .large-capacity__img {
    width: 100%;
  }
}

/* ============ */
.m-stories__img img {
  border-radius: 25px;
}

.m-stories__content-box {
  margin-top: 50px;
}
.m-stories__content-box > * {
  text-align: start;
}

.m-stories__title--width {
  max-width: 550px;
}

.m-stories__subtitle {
  margin: 24px 0 20px 0;
}

.m-stories__caption {
  margin-top: 20px;
  text-align: start;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.m-stories__button-next {
  background: url("../img/icons/arrow-right.svg") center / 100% no-repeat;
  top: 34%;
  transform: translateY(-50%);
  right: 0;
}

.m-stories__button-prev {
  background: url("../img/icons/arrow-left.svg") center / 100% no-repeat;
  top: 34%;
  transform: translateY(-50%);
  left: 0;
}

.m-stories__pagination-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.m-stories__pagination {
  display: flex;
  gap: 8px;
  border: 1px solid #8f8f8f;
  border-radius: 16px;
  padding: 4px 8px;
}

.m-stories__pagination .swiper-pagination-bullet {
  background: #8f8f8f;
  width: 8px;
  height: 8px;
  
}

.m-stories__pagination .swiper-pagination-bullet-active {
  background: #000;
}

@media (max-width: 1280.98px) {

  .m-stories__button-next,
  .m-stories__button-prev {
    top: 28.2%;
  }
}
@media (max-width: 900.98px) {

  .m-stories__button-next,
  .m-stories__button-prev {
    top: 25.5%;
  }
}
@media (max-width: 836.98px) {

  .m-stories__button-next,
  .m-stories__button-prev {
    top: 24.2%;
  }
}

@media (max-width: 767.98px) {
  .m-stories__body {
    display: flex;
    flex-direction: column-reverse;
    gap: 33px;
  }

  

  .m-stories__subtitle {
    align-self: start;
    margin: 11px 0 13px 0;
  }
  .m-stories__content-box {
    margin: 0px;
  }

  .m-stories__img {
    /* order: 1; */
    /* margin-top: 33px; */
  }

  .swiper-button-prev,
  .swiper-button-next {
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
  }

  .m-stories__button-next {
    background: url("../img/icons/arrow-right.svg") center / 100% no-repeat;
    right: 0%;
    display: none;
  }

  .m-stories__button-prev {
    background: url("../img/icons/arrow-left.svg") center / 100% no-repeat;
    display: none;
  }
  .m-stories__pagination-box {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
}

/* ============================ */
.smart-things{
  max-width: 952px;
  margin-inline: auto;
}
.smart-things__subtitle {
  margin: 24px 0 20px 0;
}
.smart-things__desc {
  margin-bottom: 30px;
}

.smart-things__caption--display-block {
  max-width: 842px;
  display: block;
  margin: 0 0 15px 25px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .smart-things__caption--display-block {
    text-align: center;
  }
    .smart-things__img {
      display: flex;
      justify-self: center;
    }
}
@media (min-width: 767.98px) {
  .smart-things__caption {
    display: none;
  }
}

.page {
  flex: 1 1 auto;
  z-index: 2;
}
