@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/../../fonts/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("../../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gilroy-Medium.woff") format("woff"), url("../../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gilroy-Bold.woff") format("woff"), url("../../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  background-color: #E7F5FE;
  padding: 40px 0 50px;
  font-family: "Gilroy";
}
@media (max-width: 767px) {
  body {
    padding-top: 20px;
  }
}

header {
  display: block;
  width: 100%;
  max-width: 88.6%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  header {
    max-width: 100%;
    padding: 0 20px;
  }
}
header .promo {
  display: flex;
  column-gap: clamp(40px, 6vw, 112px);
}
@media (max-width: 1260px) {
  header .promo {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  header .promo {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  header .promo {
    gap: 15px;
  }
}
header .promo__logos {
  flex: 0 0 auto;
  width: max-content;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media (max-width: 1024px) {
  header .promo__logos {
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .promo__logos {
    align-items: center;
    gap: 20px;
  }
}
header .promo__logos svg {
  display: block;
  flex-shrink: 0;
  max-width: none;
  width: clamp(200px, 18vw, 310px);
}
@media (max-width: 767px) {
  header .promo__logos svg {
    width: 110px;
  }
}
header .promo__logos > svg:last-child {
  box-sizing: border-box;
  padding-left: 25px;
}
@media (max-width: 1024px) {
  header .promo__logos > svg:last-child {
    flex: 1;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  header .promo__logos > svg:last-child {
    width: 130px;
  }
}
header .promo__logos .wrapper {
  flex-shrink: 0;
  width: max-content;
  box-sizing: border-box;
  opacity: 1;
  transform: rotate(-3.7deg);
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 15px;
}
@media (max-width: 1024px) {
  header .promo__logos .wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  header .promo__logos .wrapper {
    padding: 10px;
  }
}
header .promo__logos .wrapper svg {
  transform: rotate(3.7deg);
  padding-left: 0;
}
header .promo__text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  gap: 8px;
}
@media (max-width: 1024px) {
  header .promo__text {
    gap: 20px;
  }
}
header .promo__text h1 {
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 1800px) {
  header .promo__text h1 {
    font-size: clamp(44px, 5vw, 100px);
  }
}
@media (max-width: 1024px) {
  header .promo__text h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  header .promo__text h1 {
    text-align: start;
  }
}
header .promo__text h1 .index {
  font-size: 0;
  position: relative;
  height: 100%;
  display: inline-block;
}
header .promo__text h1 .index::after {
  content: "*";
  display: block;
  position: absolute;
  right: -10px;
  top: -58%;
  font-size: 32px;
}
header .promo__text__instruction {
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: clamp(24px, 5vw, 90px);
}
@media (max-width: 1260px) {
  header .promo__text__instruction {
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  header .promo__text__instruction {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  header .promo__text__instruction {
    flex-direction: column;
  }
}
header .promo__text__instruction__item {
  display: flex;
  gap: 18px;
  align-items: center;
}
@media (max-width: 1024px) {
  header .promo__text__instruction__item {
    gap: 16px;
  }
}
header .promo__text__instruction__item .number {
  padding: 8px 21px;
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  background-color: #01B1EC;
  border-radius: 10px;
  transform: rotate(-21deg);
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  header .promo__text__instruction__item .number {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  header .promo__text__instruction__item .number {
    padding: 11px 21px;
    font-size: 32px;
  }
}
header .promo__text__instruction__item .number span {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0%;
  transform: rotate(21deg);
}
header .promo__text__instruction__item span {
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -3%;
  color: #01B1EC;
}
@media (max-width: 1024px) {
  header .promo__text__instruction__item span {
    font-size: 20px;
  }
}
header .products {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
@media (max-width: 1259px) {
  header .products {
    row-gap: 40px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  header .products {
    row-gap: 20px;
    margin-top: 40px;
  }
}
header .products__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
  border-left: 2px dashed #E6006A;
  padding: 25px 25px 0;
  width: calc((100% - 8px) / 5);
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #E6006A;
}
@media (max-width: 1259px) {
  header .products__item {
    width: calc((100% - 4px) / 3);
  }
  header .products__item:nth-child(3n+1) {
    border-left: none;
  }
}
@media (max-width: 1024px) {
  header .products__item:nth-child(5), header .products__item:nth-child(4) {
    width: calc((100% - 2px) / 2);
  }
}
@media (max-width: 767px) {
  header .products__item {
    font-size: 10px;
    padding: 10px;
  }
}
header .products__item:first-child {
  border-left: none;
}
header .products__item__image {
  position: relative;
}
header .products__item__image-count {
  position: absolute;
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #01B1EC;
  top: -10px;
  left: -20px;
  padding: 3px 19px;
  border: 2px solid #01B1EC;
  border-radius: 10px;
  transform: rotate(-10deg);
}
@media (max-width: 1024px) {
  header .products__item__image-count {
    left: -15px;
    top: 0;
  }
}
@media (max-width: 767px) {
  header .products__item__image-count {
    left: 0;
    top: -15px;
    font-size: 16px;
    padding: 3px 5px;
  }
}
@media (min-width: 1600px) {
  header .products__item:last-child .products__item__image-count {
    top: 50px;
  }
}
@media (max-width: 767px) {
  header .products__item:last-child .products__item__image-count {
    top: 25px;
  }
}

.blue {
  color: #01B1EC;
}

.red {
  color: #E6006A;
}

.container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 80.35%;
}
@media (max-width: 1260px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.description {
  margin-top: 91px;
}
@media (max-width: 767px) {
  .description {
    margin-top: 40px;
  }
}
.description p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #01B1EC;
}

main .text {
  margin-top: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #01B1EC;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  main .text {
    font-size: 16px;
    margin-top: 40px;
  }
}
main .text h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  vertical-align: middle;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  main .text h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
main .text h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  main .text h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
main .text p {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  main .text p {
    margin-bottom: 10px;
  }
}
main .text ul + h4, main .text ul + p {
  margin-top: 12px;
}
@media (max-width: 767px) {
  main .text ul + h4, main .text ul + p {
    margin-bottom: 10px;
  }
}
main .text a {
  text-decoration: underline;
}

footer .wrapper {
  padding: 30px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 20px;
}
footer .wrapper p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #01B1EC;
}
@media (max-width: 767px) {
  footer .wrapper p {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
