@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

main {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

body {
  font-family: Gilroy, sans-serif;
  font-weight: normal;
  color: #13292f;
  font-size: 20px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
  color: inherit;
}

.container {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 15px;
}

.head-block {
  overflow-x: hidden;
  background-image: url(../images/head-block-bg.png);
  background-position: -50px 0;
  background-repeat: no-repeat;
  margin-bottom: 140px;
  overflow-y: hidden;
}

.head-block__content {
  padding: 22px 0 94px 0;
}

.head-block__img {
  position: absolute;
  background-image: url(../images/head-block-inner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 975px;
  height: 1117px;
  right: -135px;
}

.head-block__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

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

.navigation__list {
  display: flex;
  gap: 26px;
  margin-left: -8px;
}

.navigation__item {
  transition: opacity 0.4s ease;
}

.navigation__item:hover {
  opacity: 0.8;
}

.navigation__social {
  margin-left: 32px;
}

.navigation__social svg {
  width: 32px;
  height: 32px;
}

.head-block__title {
  margin: 0;
  font-family: "Minion Pro";
  font-weight: 400;
  font-size: 76px;
  margin-top: 130px;
  line-height: 1.1;
}

.head-block__title span {
  display: block;
}

.head-block__subtitle {
  max-width: 362px;
  font-weight: 400;
  font-size: 24px;
}

.btn {
  box-sizing: border-box;
  border: none;
  border-radius: 100px;
  padding: 20px 56px;
  width: 310px;
  height: 62px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), inset 2px 2px 16px 0 #a260a9;
  background: linear-gradient(83.54deg, rgb(10, 186, 181) 0.167%, rgb(164, 161, 212) 67.39%, rgb(246, 204, 226) 105.792%), rgb(11, 11, 10);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 64px;
}

.btn:hover {
  box-shadow: 0 4px 20px 0 rgba(91, 61, 99, 0.7), inset 2px 2px 16px 0 #a260a9;
  background: linear-gradient(84deg, #3cd2ce 0%, #bebbf9 63.64%, #ffa5d4 100%);
}

.head-block__features {
  max-width: 695px;
  margin-left: 5px;
  border-top: 1px solid rgb(19, 41, 47);
  padding-top: 32px;
  margin-top: 221px;
}

.head-block__features-list {
  display: flex;
  gap: 48px;
}

.head-block__features-item {
  display: flex;
  gap: 10px;
}

.head-block__features-icon {
  position: relative;
}

.head-block__features-icon::after {
  content: "";
  display: flex;
  width: 80px;
  height: 80px;
  background-image: url(../images/head-block-icon-bg.png);
  background-size: cover;
  position: absolute;
  top: -24px;
  left: -30px;
}

.head-block__features-icon svg {
  width: 32px;
  height: 32px;
}

.head-block__features-text {
  max-width: 280px;
}

.navigation__phone,
.navigation__burger {
  display: none;
}

.head-block__text-wrapper {
  padding: 0 15px;
}

.about {
  padding-bottom: 180px;
  position: relative;
}

.about::before {
  content: "";
  display: flex;
  height: 1480px;
  width: 1471px;
  position: absolute;
  background-image: url(../images/about-bg2.svg);
  background-position: center right;
  background-repeat: no-repeat;
  top: -250px;
  right: 0;
  z-index: -2;
}

.about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1500px;
  top: -250px;
  z-index: -1;
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: 9% 0;
}

.about__inner {
  display: flex;
  gap: 112px;
  align-items: center;
}

.about__images {
  display: flex;
  gap: 28px;
}

.about__img {
  display: flex;
  border-radius: 400px;
  width: 409px;
  height: 685px;
  background-repeat: no-repeat;
  background-size: cover;
}

.about__img--one {
  background-image: url(../images/about-img1.png);
}

.about__img--two {
  background-image: url(../images/about-img2.png);
}

.about__title {
  font-family: "Minion Pro";
  font-size: 56px;
  margin-bottom: 0;
  margin-bottom: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.about__title-line {
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #13292f;
  margin-left: 40px;
}

.about__descr {
  font-weight: 500;
  margin-bottom: 48px;
}

.about__descr span {
  display: block;
}

.about__btn {
  display: flex;
  width: 472px;
  height: 72px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.about__download {
  font-weight: 600;
  transition: opacity 0.4s ease;
}

.about__download:hover {
  opacity: 0.8;
}

.product {
  position: relative;
  margin-bottom: 180px;
}

.product::after {
  content: "";
  display: flex;
  width: 2765px;
  height: 2768px;
  background-image: url(../images/main-bg.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -11;
}

.product__list {
  display: flex;
}

.product__item:nth-child(even) .product__img {
  width: 390px;
  height: 390px;
  margin: 0 -1px 0 -1px;
}

.product__img {
  width: 286px;
  height: 286px;
  border: 1px solid #13292f;
}

.product__img img {
  width: 100%;
}

.product__text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #878787;
  padding: 12px;
}

.collections {
  position: relative;
  margin-bottom: 260px;
}

.collections::after {
  content: "";
  display: flex;
  height: 1500px;
  width: 1300px;
  background-image: url(../images/collections-bg.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -220px;
  left: -115px;
  z-index: -1;
}

.collections__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.collections__text {
  max-width: 563px;
  flex-grow: 1;
}

.collections__title {
  text-wrap: nowrap;
}

.collections__title-line {
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #13292f;
  margin-left: 40px;
}

.collections__title {
  font-family: "Minion Pro";
  font-size: 56px;
  margin: 0;
  margin-bottom: 64px;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.collections__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.collections__item {
  position: relative;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid #13292f;
}

.collections__item a {
  display: flex;
  justify-content: space-between;
  transition: opacity 0.3s ease;
}

.collections__item a:hover {
  opacity: 0.8;
}

.collections__item a::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../images/collections-arrow.svg);
}

.collections__images {
  display: flex;
  gap: 28px;
}

.collections__images img {
  width: 100%;
}

.collections__img {
  max-height: 685px;
}

.collections__img--one {
  max-width: 530px;
}

.collections__img--two {
  max-width: 434px;
}

.advantages {
  margin-bottom: 260px;
}

.advantages__title {
  font-family: "Minion Pro";
  font-weight: 400;
  font-size: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.advantages__title-line {
  display: inline-block;
  height: 1px;
  background: #13292f;
  width: 100%;
  max-width: 426px;
}

.advantages__title-inner {
  text-wrap: nowrap;
  margin: 0 20px;
}

.advantages__list {
  display: flex;
  justify-content: space-between;
}

.advantages__item {
  text-align: center;
}

.advantages__item:nth-child(2) {
  padding: 0 60px;
  border-left: 1px solid #13292f;
  border-right: 1px solid #13292f;
}

.advantages__img-wrapper {
  position: relative;
}

.advantages__img-wrapper::before {
  display: flex;
  position: absolute;
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../images/head-block-icon-bg.png);
  background-size: cover;
  justify-content: center;
  left: center;
  transform: translate(-20px, -20px);
}

.advantages__item-title {
  font-size: 32px;
  font-family: "Minion Pro";
  font-weight: 400;
}

.advantages__discr {
  font-weight: 400;
  font-size: 20px;
  max-width: 470px;
}

.reviews {
  position: relative;
  margin-bottom: 228px;
}

.reviews::after,
.reviews::before {
  content: "";
  display: flex;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.reviews::after {
  background-position: right top;
  height: 1700px;
  width: 1600px;
  background-image: url(../images/reviews-bg2.svg);
  right: 0;
  top: -350px;
}

.reviews::before {
  background-position: left top;
  height: 1500px;
  width: 1200px;
  background-image: url(../images/reviews-bg1.svg);
  left: -100px;
  top: -550px;
}

.reviews__inner {
  min-height: 300px;
}

.reviews__title-wrapper {
  position: relative;
}

.reviews__controlls {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  top: 207px;
}

.reviews__controlls--prev {
  left: -72px;
}

.reviews__controlls--next {
  right: -72px;
}

.reviews__title {
  font-family: "Minion Pro";
  font-weight: 400;
  font-size: 56px;
  margin-bottom: 68px;
  display: flex;
  align-items: center;
}

.reviews__title-inner {
  font-family: "Minion Pro";
  font-weight: 400;
  font-size: 56px;
}

.reviews__title-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #13292f;
  margin: 0 20px 0 16px;
}

.reviews__item-wrapper {
  position: relative;
}

.reviews__item {
  display: flex;
  align-items: center;
  gap: 137px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.reviews__item.active {
  opacity: 1;
  z-index: 11;
}

.reviews__item-date {
  display: flex;
  gap: 64px;
}

.reviews__item-img {
  width: 141px;
  height: 143px;
}

.reviews__item-info {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.reviews__item-title {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 4px 0;
  flex-grow: 1;
}

.reviews__item-name {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.reviews__item-rating {
  margin: 16px 0;
  width: 120px;
  display: flex;
  justify-content: space-between;
}

.reviews__item-data {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.reviews__item-content {
  padding: 0 0 0 24px;
  border-left: 1px solid #13292f;
}

.reviews__text {
  font-weight: 400;
  font-size: 20px;
  max-width: 1076px;
}

.reviews__video-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 20px;
}

.achievements {
  margin-bottom: 180px;
}

.achievements__inner {
  display: flex;
  justify-content: space-between;
}

.achievements__content {
  max-width: 671px;
}

.achievements__text {
  font-size: 20px;
  margin-bottom: 48px;
}

.achievements__title {
  font-family: "Minion Pro";
  font-weight: 400;
  font-size: 56px;
  margin: 0;
}

.achievements__btn {
  width: 574px;
  height: 62px;
  font-weight: 600;
  font-size: 20px;
  margin-top: 21px;
}

.achievements__list {
  display: grid;
  gap: 72px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  max-width: 540px;
  margin-right: 131px;
}

.achievements__item {
  font-weight: 400;
  font-size: 18px;
  padding-left: 24px;
  border-left: 1px solid #13292f;
}

.achievements__item-head--strong {
  font-family: "Minion Pro";
  font-size: 56px;
}

.achievements__item-descr {
  max-width: 198px;
}

.partners__title {
  font-family: "Minion Pro";
  font-weight: 400;
  font-size: 56px;
  margin-bottom: 68px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  text-wrap: nowrap;
  white-space: nowrap;
}

.partners__title-inner {
  font-family: "Minion Pro";
  font-weight: 400;
  font-size: 56px;
  text-wrap: nowrap;
}

.partners__title-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #13292f;
  margin: 0 20px 0 16px;
}

.partners {
  margin-bottom: 180px;
}

.partners__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px;
}

.partners__item {
  display: flex;
  min-height: 96px;
  align-items: center;
  margin: 0 49px;
}

.partners__img {
  width: 100%;
}

.partners__title {
  margin: 0 0 24px 0;
}

.reviews__controlls {
  background-repeat: no-repeat;
  font-size: 0;
}

.reviews__controlls svg {
  position: relative;
  z-index: -1;
}

.footer {
  padding-top: 54px;
  border-top: 1px solid #eee;
  background: #f9f9f9;
}

.footer__container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 55px;
}

.footer__logo {
  margin-top: -30px;
}

.footer__logo img {
  width: 366px;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__nav-item {
  font-weight: 400;
  font-size: 18px;
}

.footer__contacts {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

.footer__contacts-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__contacts-item a {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__social {
  display: flex;
  gap: 8px;
}

.footer__copy {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #989898;
  display: flex;
  justify-content: space-between;
  margin: 107px 0 37px 0;
  font-weight: 400;
  font-size: 16px;
}

.footer__copy-text {
  margin: 0;
}

.footer__documents {
  text-decoration: underline;
  display: flex;
  gap: 43px;
  margin-right: 49px;
}

.modal__video {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 100;
  overflow-y: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.modal__video-box {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 2px 2px 4px 0 rgba(189, 191, 193, 0.25);
  transition: transform 0.6s ease;
  transform: scale(0);
}

.modal__video.open {
  visibility: visible;
  opacity: 1;
}

.modal__video.open .modal__video-box {
  transform: scale(1);
}

.modal__video-inner iframe {
  width: 1069px;
  height: 772px;
}

.modal__video-btn {
  position: absolute;
  right: 80px;
  top: 40px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(31, 31, 31, 0.5);
  overflow-y: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal.open .modal__box {
  transform: scale(1);
}

.modal__box {
  position: relative;
  max-width: 796px;
  padding: 45px;
  z-index: 1;
  background: #fff;
  box-shadow: 2px 2px 4px 0 rgba(189, 191, 193, 0.25);
  transition: transform 0.6s ease;
  transform: scale(0);
}

.modal__close {
  position: absolute;
  right: 40px;
}

.modal__title {
  font-weight: 400;
  font-size: 38px;
  font-family: "Minion Pro";
  margin: 0;
  margin-bottom: 24px;
}

.modal__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.modal__input {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #797979;
  height: 54px;
  width: 100%;
  font-size: 18px;
  color: #797979;
  padding-left: 24px;
}

.modal__coment {
  padding-top: 16px;
  height: 145px;
  display: flex;
}

.modal__btn {
  margin-top: 32px;
  width: 100%;
}

.modal__footnote {
  font-weight: 500;
  font-size: 16px;
  color: #797979;
}

.modal__link {
  text-decoration: underline;
}

video {
  width: 1069px;
  height: 772px;
}

@media (max-width: 1820px) {
  .reviews__title-wrapper {
    display: flex;
    align-items: center;
  }
  .reviews__title {
    flex-grow: 1;
  }
  .reviews__controlls {
    position: static;
  }
  .reviews__controlls--prev {
    justify-self: end;
  }
  .reviews__controlls--next {
    justify-self: end;
  }
  .controlls__wrapper {
    display: flex;
    gap: 16px;
  }
}
@media (max-width: 1650px) {
  .head-block__img {
    width: 800px;
  }
  .navigation__list {
    gap: 30px;
  }
  .product__img {
    width: 390px;
    height: 390px;
  }
  .product__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}
@media (max-width: 1460px) {
  .head-block__img {
    width: 650px;
    height: 820px;
  }
  .navigation__list {
    gap: 23px;
    font-size: 16px;
  }
  .head-block__logo img {
    max-width: 230px;
  }
  .head-block__title {
    font-size: 57px;
    margin-top: 50px;
  }
  .head-block__subtitle {
    font-size: 20px;
  }
  .head-block-btn {
    margin-top: 32px;
  }
  .head-block__features {
    margin-top: 100px;
  }
  .about__img {
    width: 305px;
    height: 440px;
  }
  .about__img {
    width: 305px;
    height: 440px;
  }
  .about__inner {
    gap: 55px;
  }
  .collections__inner {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
  .collections__text {
    width: 100%;
  }
  .achievements__list {
    margin: 0;
    display: flex;
    max-width: none;
    flex-wrap: wrap;
  }
  .achievements__inner {
    flex-direction: column;
    align-items: center;
    gap: 75px;
  }
}
@media (max-width: 1166px) {
  .navigation__list {
    gap: 20px;
    font-size: 16px;
  }
  .head-block__logo img {
    max-width: 200px;
  }
  .about__img {
    width: 205px;
    height: 340px;
  }
  .about__inner {
    gap: 55px;
  }
  .about__btn {
    width: 372px;
    height: 42px;
    font-size: 16px;
    padding: 0;
  }
  .about__download {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .head-block__inner {
    display: block;
  }
  .head-block__img {
    position: static;
    width: 100%;
  }
  .navigation {
    display: flex;
    justify-content: space-between;
  }
  .navigation__list {
    gap: 25px;
    font-size: 20px;
  }
  .head-block__logo img {
    max-width: 300px;
  }
  .about__inner {
    flex-direction: column;
  }
  .collections__images {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advantages__title-inner {
    font-size: 30px;
  }
  .advantages__item-title {
    font-size: 24px;
    margin: 11px 0;
  }
  .advantages__title {
    margin: 0 0 24px 0;
  }
  .advantages__discr {
    font-size: 18px;
  }
  .advantages__item:nth-child(2) {
    padding: 0;
    border: none;
  }
  .advantages__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
  }
  .reviews__item {
    flex-direction: column;
    gap: 42px;
  }
  .reviews__inner {
    min-height: 435px;
  }
  .achievements__list {
    display: grid;
  }
  .reviews__inner {
    min-height: 550px;
  }
}
@media (max-width: 778px) {
  .navigation__list {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    padding: 30px;
    z-index: 1;
    box-sizing: border-box;
  }
  .navigation__list.open {
    display: flex;
  }
  .head-block__logo {
    flex-grow: 1;
  }
  .navigation {
    position: relative;
    display: flex;
    justify-content: stretch;
    gap: 11px;
    background: #fff;
    z-index: 1;
  }
  .navigation__social {
    margin: 0;
  }
  .navigation__phone,
  .navigation__burger {
    display: inline-block;
  }
  .navigation__item {
    border-bottom: 1px solid #e9e9e9;
    padding: 12px 0;
  }
  .head-block__content {
    padding: 0;
  }
  .head-block__container {
    padding: 0;
  }
  .head-block__text-wrapper {
    padding-bottom: 48px;
  }
  .head-block__title span {
    display: inline;
  }
  .achievements__inner {
    position: relative;
    gap: 32px;
  }
  .advantages__title-inner {
    text-wrap: wrap;
    margin: 0 16px;
  }
  .achievements__title {
    font-weight: 400;
    font-size: 30px;
  }
  .achievements__text {
    font-weight: 500;
    font-size: 16px;
  }
  .achievements__btn {
    width: 343px;
    height: 54px;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    align-self: center;
    position: absolute;
    bottom: -86px;
  }
  .achievements__content {
    display: flex;
    flex-direction: column;
  }
  .achievements__item {
    font-size: 16px;
  }
  .achievements__item-head--strong {
    font-size: 40px;
  }
  .achievements__list {
    gap: 16px;
  }
  .achievements__item {
    padding-left: 16px;
  }
  video {
    width: 769px;
    height: 572px;
  }
  .modal__box {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 483px) {
  .head-block {
    margin-bottom: 100px;
  }
  .head-block__logo {
    padding: 0 15px;
  }
  .head-block__title {
    font-weight: 400;
    font-size: 40px;
  }
  .head-block__logo img {
    max-width: 213px;
  }
  .navigation__item {
    font-weight: 500;
    font-size: 18px;
  }
  .head-block-btn {
    width: 343px;
    font-weight: 600;
    font-size: 14px;
  }
  .head-block__features-list {
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
  }
  .head-block__features {
    margin-top: 56px;
    border: none;
  }
  .head-block__features-item {
    padding-top: 16px;
    max-width: 100%;
    border-top: 1px solid rgb(19, 41, 47);
  }
  .head-block__features-list svg {
    width: 24px;
    height: 24px;
  }
  .head-block__img {
    position: static;
    width: 100%;
    max-height: 431px;
  }
  .about__img {
    width: 164px;
    height: 275px;
  }
  .about__title {
    margin: 0;
    font-size: 30px;
  }
  .about__title-line {
    margin-left: 16px;
  }
  .about__descr {
    margin-bottom: 32px;
    font-size: 16px;
  }
  .about__inner {
    gap: 40px;
  }
  .about__btn {
    width: 343px;
    height: 54px;
    font-size: 14px;
    padding: 0;
    margin-top: 0;
  }
  .about__download {
    font-size: 16px;
  }
  .product__img {
    width: 343px;
    height: 343px;
  }
  .product {
    margin-bottom: 87px;
  }
  .product__item:nth-child(even) .product__img {
    width: 343px;
    height: 343px;
  }
  .product::after {
    display: none;
  }
  .collections {
    margin-bottom: 100px;
  }
  .collections__title {
    font-size: 30px;
    margin-bottom: 29px;
  }
  .collections__link {
    font-size: 18px;
  }
  .advantages {
    margin-bottom: 100px;
  }
  .reviews__title-inner {
    font-size: 30px;
  }
  .reviews__item-img {
    width: 107px;
    height: 109px;
  }
  .reviews__item-date {
    gap: 32px;
  }
  .reviews__item-title {
    font-size: 18px;
  }
  .reviews__text {
    font-size: 16px;
  }
  .reviews__controlls--next {
    display: inline-block;
    margin-right: -10px;
  }
  .reviews__video-btn {
    font-size: 18px;
  }
  .reviews__video-btn img {
    width: 40px;
    height: 40px;
  }
  .partners__title-inner {
    font-size: 30px;
  }
  .partners__list {
    gap: 8px;
  }
  .partners {
    margin-bottom: 90px;
  }
  .partners__inner {
    margin-bottom: 100px;
  }
  .footer__container {
    flex-direction: column;
    gap: 16px;
  }
  .footer {
    padding-top: 27px;
  }
  .footer__logo img {
    width: 343px;
  }
  .footer__documents {
    flex-direction: column;
    gap: 10px;
  }
  .footer__copy {
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    margin: 38px 0 37px 0;
  }
  .footer__contacts {
    display: flex;
    justify-content: start;
    flex-grow: 0;
  }
  .footer__social-link img {
    width: 30px;
    height: 30px;
  }
  .modal__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .modal__close {
    right: 21px;
  }
  .modal__close svg {
    width: 20px;
  }
  .modal__input {
    height: 44px;
    border-radius: 32px;
  }
  .modal__coment {
    height: 90px;
  }
  .modal__box {
    padding: 16px;
  }
  .modal__footnote {
    font-size: 14px;
  }
  .modal__form {
    padding: 0 16px;
  }
  .modal__box {
    position: absolute;
    bottom: 0;
  }
  .modal__video-inner iframe {
    width: 375px;
    height: 254px;
  }
  .modal__video-btn {
    right: 16px;
    top: 24px;
  }
  .reviews::after {
    right: -200px;
    top: 300px;
  }
  .reviews__inner {
    min-height: 446px;
  }
  .advantages {
    margin-bottom: 32px;
  }
  .about {
    padding-bottom: 101px;
  }
  .about::before {
    background-size: contain;
    top: 200px;
    background-position: top right;
    z-index: -1;
    width: 670px;
    height: 600px;
  }
  .about::after {
    background-size: cover;
    z-index: -2;
    height: 500px;
    left: -35px;
    top: -120px;
    width: 500px;
    background-position: left center;
  }
  .collections::after {
    top: -400px;
  }
  .reviews::before {
    background-position: left bottom;
    height: 1700px;
    width: 1200px;
    background-image: url(../images/reviews-bg1.svg);
    left: -100px;
    top: -550px;
    z-index: -1;
    background-size: cover;
  }
  .reviews::after {
    z-index: -2;
    height: 1350px;
    width: 1200px;
    background-size: cover;
  }
  .head-block {
    background-position: -150px 0;
  }
}/*# sourceMappingURL=style.css.map */








@media (min-width: 910px) { 
.pulse {
    margin: 0px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(122 199 226 / 40%);
    animation: pulse 2s infinite;
}
span.pulse img {
    padding: 0px;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(122,199,226, 0.7);
  }
  70% {
      -webkit-box-shadow: 0 0 0 50px rgba(122,199,226, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(122,199,226, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(122,199,226, 0.7);
    box-shadow: 0 0 0 0 rgba(122,199,226, 0.7);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(122,199,226, 0);
      box-shadow: 0 0 0 50px rgba(122,199,226, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(122,199,226, 0);
      box-shadow: 0 0 0 0 rgba(122,199,226, 0);
  }
}



.partners__item img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    opacity: 0.4;
}

.partners__item img:hover {
    filter: none; /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(0%);
    opacity: 1;
}


}




