body {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.3;
  font-family: "Lato",Helvetica,Arial,sans-serif;
  color: #000;
}

.main__about {
  margin-bottom: 105px !important;
}

.head--about {
  grid-template-columns: 66% 1fr;
  background-color: #8d6fb7;
}

.head {
  display: grid;
  grid-template-rows: max-content;
  color: #fff !important;
}

.about__head {
  margin-bottom: 30px;
}

.head__content {
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  padding-top: 25px;
  padding-bottom: 55px;
  padding-left: 108px;
}

.head__title--size-36 {
  font-size: 33px !important;
}

.head__title {
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.1;
  font-family: "Lato",Helvetica,Arial,sans-serif;
  color: #fff;
}

.head__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

img {
  border-style: none;
  display: flex;
  max-width: 100%;
  height: auto;
}

.head__text:not(:last-of-type) {
  margin-bottom: 12px;
}

.head__text--marker {
  position: relative;
  padding-left: 12px;
}

.head__text--marker::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}

.head__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.4;
  color: #fff;
}

.head__picture {
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  height: 100%;
}

.about__text--mb-10 {
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 1.3;
}

.video__file {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  outline: 0;
}

.about__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0 20px;
}

.about__images {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.about__images {
  list-style: none;
}

.about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.42;
  font-family: "Lato",Helvetica,Arial,sans-serif;
  text-align: left;
  text-transform: unset;
}

.purpose__info {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
}

.purpose {
  font-size: 19px;
  line-height: 1.4;
}

.purpose__text {
  max-width: 671px;
  font-size: 19px;
}

.purpose__text--quote {
  max-width: 550px;
  margin: 0 0 0 122px;
  font-size: 24px;
  color: #715399;
  font-style: italic;
}

.purpose__line-slider {
  margin-top: 100px;
}

.line-slider {
  position: relative;
}

.line-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  gap: 20px;
}

.line-slider__item {
  position: relative;
  width: 100%;
  max-width: 468px;
  padding: 50px 30px 40px;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding-top: 38px;
}

.line-slider__title {
  margin-top: 0;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  color: #715399;
}

.line-slider__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.4;
}

.line-slider__item::before {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background-color: #f4f1fe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border-radius: 50%;
}

.line-slider__item--assortment::before {
  background-image: url(./images/advantages-icon-1.svg);
}

.line-slider__item--style::before {
  background-image: url(./images/advantages-icon-2.svg);
}

.line-slider__item--figure::before {
  background-image: url(./images/advantages-icon-3.svg);
}

.main__docs, .main__subcategory {
  margin-bottom: 100px !important;
}

.popular-brands__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 139px !important;
  border: 1px solid #d5d5d5;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.popular-brands__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 26px;
  outline: 0;
  overflow: hidden;
}

@media (min-width: 1400px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
    margin-bottom: 0px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.docs {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 20px 80px;
  overflow: hidden;
  background-color: #e4eaee;
  gap: 40px;
}

.docs__img-wrap {
  flex-shrink: 0;
}

a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

.docs__img {
  transition: transform .2s;
}

.docs__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.docs__title {
  margin: 0;
  font-weight: 500;
  font-size: 40px;
}

.docs__text {
  margin: 0;
  font-size: 19px;
}

.main__popular-brands {
  margin-bottom: 98px;
}

.popular-brands__title {
  margin-bottom: 37px !important;
}

.popular-brands__container {
  position: relative;
  overflow: hidden;
}

.popular-brands__slider-wrap {
  width: calc(100% - 60px);
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.images-slider__wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.reviews__title {
  margin-top: 0;
  margin-bottom: 0;
}

.reviews__text--about {
  max-width: 874px;
  margin-top: 20px !important;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.4;
  font-style: normal;
}

.reviews__slider-wrapper {
  position: relative;
}

.reviews__item--about {
  display: flex;
  padding: 52px 50px 70px 57px;
}

.reviews__item {
  height: auto;
  padding: 43px 64px 31px 52px;
  border: 1px solid #e3e3e3;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(227, 227, 227);
  border-bottom: 2px solid #705399;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.heading {
  margin: 0;
}

.about__subcategory {
  margin-top: 100px;
  margin-bottom: 100px;
}

.subcategory__swiper-container {
  margin-top: 30px;
}

.subcategory__wrapper {
  overflow: hidden;
}

.subcategory__list--menu {
  display: flex;
  gap: 0;
  margin: 0;
}

.category-card {
  display: grid;
  height: auto;
  overflow: hidden;
  background-color: #e4eaee;
  outline: 0;
  flex-shrink: 0.2 !important;
}

.category-card__name {
  z-index: 1;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  max-width: 280px;
  margin: 0;
  padding: 30px;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  color: #715399;
  text-transform: uppercase;
}

.category-card__picture {
  align-self: end;
  justify-self: end;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  transition: .3s;
}

.category-card:hover .category-card__picture {
  transform: scale(1.1);
}

.main__purpose {
  margin-bottom: 100px;
}

.docs:hover .docs__img {
  transform: scale(1.06);
}

.popular-brands__arrow-btn {
  display: none !important;
}

.popular-brands__img {
  width: 85%;
  max-width: 201px;
  height: 85%;
  max-height: 139px;
  filter: grayscale(1);
  transition: .2s ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;
}

.popular-brands__link:focus .popular-brands__img, .popular-brands__link:hover .popular-brands__img {
  transform: scale(1.05);
  filter: grayscale(0);
}

.main__images-slider {
  margin-bottom: 105px;
}

.images-slider__wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.images-slider__item {
  width: 100% !important;
}

.main__reviews {
  margin-bottom: 120px;
}

.reviews__head--about {
  flex-direction: column;
  margin-bottom: 40px;
}

.reviews__item--about {
  display: flex;
  padding: 52px 50px 70px 57px;
  height: auto;
}

.reviews__quote--about {
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-template-rows: min-content auto;
  -moz-column-gap: 28px;
  column-gap: 28px;
}

.reviews__icon {
  flex-shrink: 0;
  grid-row: 1 / -1;
  width: 110px;
  height: 110px;
  background-color: #f2eff8;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
  border-radius: 50%;
}

.reviews__icon--female {
  background-image: url(./images/icons/icon-1.svg);
}

.reviews__icon--male {
  background-image: url(./images/icons/icon-2.svg);
}

.reviews__author {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}

.reviews__author-name {
  font-weight: 500;
  font-size: 21px;
  font-style: italic;
  line-height: 1.4;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #715399;
}

.reviews__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.4;
  font-style: italic;
}

.reviews__navigation {
  position: absolute;
  top: 50%;
  left: 5%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  touch-action: none;
}

.reviews__button {
  color: #e3e3e3 !important;
  border-color: #e3e3e3 !important;
  pointer-events: all;
  touch-action: auto;
}

.reviews__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.reviews__text--purple {
  color: #715399;
  font-size: 27px;
  font-style: normal;
}

.reviews__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

@media (min-width: 1400px) {
  .about__wrapper {
    gap: 15px;
  }

  .about__images {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .main__about {
    margin-bottom: 40px !important;
  }

  .main__docs, .main__subcategory {
    margin-bottom: 35px !important;
  }

  .head__content {
    padding: 40px 10px;
  }

  .head--about {
    grid-template-columns: 100% 1fr;
  }

  .head__title, .head__title--size-36 {
    font-size: 20px !important;
  }

  .head__text {
    font-size: 13px;
  }

  .head__img {
    height: 490px;
    object-position: bottom;
  }

  .about__text--mb-10 {
    font-size: 13px;
  }

  .section-title {
    font-size: 20px;
  }

  .about__subcategory {
    margin-top: 30px;
    margin-bottom: 50px
  }

  .category-card {
    flex-shrink: 0 !important;
    width: 480px !important;
  }

  .category-card__img {
    width: auto;
    max-height: 210px;
  }

  .about__wrapper {
    grid-template-columns: 1fr;
    padding: 0 10px;
    gap: 10px;
  }

  .about__images {
    gap: 10px;
  }

  .about__image {
    max-height: 185px;
  }

  .about__image-box--big {
    max-height: 275px;
  }

  .purpose__info {
    flex-direction: column;
  }

  .purpose__info {
    margin-top: 15px;
  }

  .purpose, .purpose__text {
    font-size: 13px;
  }

  .purpose__text--quote {
    margin-top: 15px;
    margin-left: 0;
  }

  .line-slider__list {
    flex-direction: column;
    gap: 40px;
  }

  .line-slider__title {
    font-size: 17px;
  }

  .line-slider__text {
    font-size: 13px;
  }

  .line-slider__item::before {
    width: 45px;
    height: 45px;
    top: -20px;
  }

  .main__purpose {
    margin-bottom: 40px;
  }

  .docs {
    flex-direction: column;
    padding: 20px;
  }

  .docs__img-wrap {
    align-self: center;
  }

  .docs__title {
    font-size: 24px;
  }

  .docs__text {
    font-size: 17px;
  }
  
  .popular-brands__slider-wrap {
    margin-left: 0;
    margin-right: 0;
    overflow: initial;
  }

  .popular-brands__item {
    height: 72px !important;
    width: 135px;
  }

  .main__popular-brands, .main__images-slider, .main__reviews {
    margin-bottom: 40px;
  }

  .images-slider__wrapper {
    display: flex !important;
    gap: 0;
  }

  .images-slider__item {
    width: -moz-fit-content;
    width: fit-content !important;
  }

  .images-slider__image {
    width: auto;
    height: 257px;
  }

  .reviews__head {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .reviews__text--about {
    font-size: 13px;
  }

  .reviews__item {
    min-width: auto;
    max-width: 264px !important;
    display: block;
    padding: 19px 19px 26px;
  }

  .reviews__quote--about {
    grid-template-columns: 36px 1fr;
    grid-template-rows: min-content auto;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 14px;
  }

  .reviews__icon {
    grid-row: 1;
    width: 36px;
    height: 36px;
  }

  .reviews__author--about {
    align-self: center;
  }

  .reviews__author-name {
    font-size: 15px;
  }

  .reviews__text {
    grid-column: 1 / -1;
    font-size: 12px;
  }

  .reviews__navigation {
    display: none;
  }

  .reviews__text--size-27 {
    font-size: 18px;
  }
}