* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
textarea {
  border: 0;
  background: none;
  outline: none;
}

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

ul,
ol {
  list-style: none;
}

body {
  background: #fdfdff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  overflow-x: hidden;
}
body:before {
  content: "";
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  background-color: #00bee1;
  background-image: radial-gradient(643.35px at 49.98% 45.04%, rgba(255, 255, 255, 0.4509803922) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 400px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body.hidden {
  overflow: hidden;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1680px;
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 80px;
  transition-duration: 0.3s;
}
header.active {
  background-color: #00bee1;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.4509803922) 50%, rgba(255, 255, 255, 0) 85%);
  height: 56px;
  box-shadow: 0 1px 4px rgba(105, 43, 142, 0.2784313725);
}
header.active .header__logo {
  width: 94px;
}
header.active .header__right {
  gap: 16px;
  padding-right: 8px;
}
header.active .header__btn {
  height: 40px;
  line-height: 38px;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 28px;
}
@media (max-width: 1919px) {
  .header__left {
    padding-left: 20px;
    gap: 36px;
  }
}

.header__burger {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.header__burger svg {
  width: 100%;
  height: 100%;
}
.header__burger svg path {
  fill: #fff;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1919px) {
  .header__menu li:nth-child(n+3) {
    display: none;
  }
  .header__menu li:last-child {
    display: block;
  }
}
.header__menu a {
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 80px;
  transition: all 0.2s;
}

.header__logo {
  transition-duration: 0.3s;
  width: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 172/50;
  transform: translateX(-120px);
}
.header__logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1919px) {
  .header__logo {
    transform: translateX(-50px);
  }
}

.header__right {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 6px;
  transition-duration: 0.3s;
}
@media (max-width: 1919px) {
  .header__right {
    padding-right: 0;
  }
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid #fff;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  height: 48px;
  font-size: 14px;
  font-weight: 900;
  transition-duration: 0.3s;
}

.top {
  margin: 30px auto 0;
  position: relative;
}

.top__slide {
  display: flex;
  justify-content: center;
}

.top__slide__img {
  width: 700px;
  aspect-ratio: 700/420;
}

.top__slide__info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 480px;
  min-width: 480px;
}
.top__slide__info p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__slide__info p:nth-child(1) {
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  min-height: 22px;
}
.top__slide__info p:nth-child(2) {
  height: 130px;
  margin-top: 22px;
  color: #fff;
  text-shadow: 0 7px 16px rgba(98, 189, 255, 0.2509803922);
  font-size: 50px;
  font-weight: 900;
  line-height: 56px;
}
.top__slide__info a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  text-shadow: 0 1px 3px rgba(154, 18, 80, 0.5019607843);
  background: linear-gradient(90deg, #98114f, #ff2152);
  box-shadow: 0 5px 12px rgba(225, 14, 14, 0.2156862745);
  border-radius: 30px;
  height: 60px;
  padding: 0 44px;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 900;
}

.top__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  transform: translateY(-80px);
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.top__nav span {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #56ccf2;
  opacity: 0.5;
  transition-duration: 0.3s;
}
.top__nav span.active {
  opacity: 1;
  width: 16px;
  height: 16px;
}

.top__search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px auto 0;
  width: 515px;
  height: 48px;
  color: #bfb5c8;
  border-radius: 25px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  box-shadow: 0 1px 4px rgba(105, 43, 142, 0.2784313725);
}
@media (max-width: 1919px) {
  .top__search {
    margin-top: -30px;
  }
}
.top__search img {
  aspect-ratio: 1/1;
  width: 16px;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.cards__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.cards__item {
  border-radius: 16px;
  aspect-ratio: 260/172;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(72, 16, 128, 0.2);
}
.cards__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item--first {
  background-image: linear-gradient(0.17deg, #5ab000 0.14%, #b5f015 99.86%);
  box-shadow: 0 4px 10px rgba(53, 15, 15, 0.2);
  color: #fff;
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 15px 32px;
}
.item--first p:nth-child(1) {
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
}
.item--first p:nth-child(2) {
  letter-spacing: 0.02em;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-weight: 800;
  line-height: 38px;
}
.item--first p:nth-child(3) {
  width: 100%;
  max-width: calc(100% - 30px);
  padding: 0 16px;
  border: 2px solid #fff;
  line-height: 46px;
  letter-spacing: 0.02em;
  border-radius: 24px;
  height: 48px;
  font-size: 14px;
  font-weight: 900;
}

.cards__list:nth-child(2) {
  gap: 16px;
  grid-template-columns: repeat(7, 1fr);
}
.cards__list:nth-child(2) .cards__item {
  aspect-ratio: 209/313;
}

.cards__list:nth-child(3) {
  gap: 16px;
}
.cards__list:nth-child(3) .item--first {
  background-image: linear-gradient(189.59deg, #ffd600 7.2%, #ff9300 92.75%);
}
.cards__list:nth-child(3) .cards__item {
  aspect-ratio: 1/1;
}

.content {
  padding: 40px 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
.content__item h1,
.content__item h2,
.content__item h3 {
  font-weight: 600;
}
.content__item h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.content__item h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.content__item h3 {
  font-size: 27px;
  margin-bottom: 10px;
}
.content__item p,
.content__item .content__table {
  margin-bottom: 20px;
}
.content__item ol,
.content__item ul {
  padding-left: 50px;
  list-style: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.content__item ol p,
.content__item ul p {
  margin-bottom: 15px;
}
.content__item ul {
  list-style: disc;
}
.content__item h3:last-child,
.content__item ol:last-child,
.content__item p:last-child,
.content__item .content__table:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item {
  margin-bottom: 25px;
}
.content__item.faq .faq__item p,
.content__item.faq .faq__item ol,
.content__item.faq .faq__item ul,
.content__item.faq .faq__item .content__table {
  margin-bottom: 15px;
}
.content__item.faq .faq__item p:last-child,
.content__item.faq .faq__item ol:last-child,
.content__item.faq .faq__item ul:last-child,
.content__item.faq .faq__item .content__table:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item p:first-child {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 900;
}
.content__item.faq .faq__item:last-child {
  margin-bottom: 0;
}

.content__table table {
  border-collapse: collapse;
}
.content__table th,
.content__table td {
  padding: 12px;
  border: 1px solid rgb(0, 0, 0);
  font-weight: 400;
  text-align: left;
}

.table--style tr:first-child td {
  color: rgb(255, 255, 255);
  background-color: #00bee1;
}
.table--style th {
  color: rgb(255, 255, 255);
  background-color: #00bee1;
}

footer {
  background-image: radial-gradient(#f4f2fb 0% 60%, #fdfdff calc(60% + 1px));
  background-position: 50% -15vw;
  background-repeat: no-repeat;
  background-size: 400vw 200vw;
  margin-top: 32px;
  padding: 24px 48px;
}
footer .container {
  max-width: 1334px;
}

.footer__top {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer__top a {
  color: #472d59;
  letter-spacing: 0.02em;
  background: #e8e3f4;
  border: none;
  border-radius: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 22px 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  box-shadow: 0 1px 4px rgba(105, 43, 142, 0.2784313725);
  gap: 10px;
}
.footer__top a:nth-child(2):before {
  content: "";
  background-color: #00bee1;
  background-image: url(../images/faq_mess.svg), radial-gradient(33.18% 186.24% at 49.98% 45.04%, rgba(255, 255, 255, 0.4509803922) 0%, rgba(255, 255, 255, 0) 100%), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll, scroll, scroll;
  background-origin: padding-box, padding-box, padding-box;
  background-clip: border-box, border-box, border-box;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: block;
}
.footer__top a img {
  width: 28px;
  aspect-ratio: 1/1;
}

.footer__menu {
  margin: 32px auto 0;
  padding-bottom: 45px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
}

.footer__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__column li {
  text-transform: capitalize;
  color: #7e6294;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: color 0.2s;
}
.footer__column li:first-child {
  color: #472d59;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.footer__pay {
  padding: 20px 0;
  width: 1294px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-top: 1px solid #dbd6ec;
  border-bottom: 1px solid #dbd6ec;
}
.footer__pay a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8e3f4;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  width: 88px;
  height: 38px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #00bee1;
  text-transform: capitalize;
}
.footer__pay a img {
  width: 100%;
}
.footer__pay a:last-child {
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 5px;
}
.footer__pay a:last-child img {
  width: 16px;
  transform: rotate(180deg);
}

.footer__media {
  gap: 28px;
  margin: 20px auto 25px;
  display: flex;
  justify-content: center;
}
.footer__media img {
  width: 34px;
}
.footer__media img:last-child {
  width: 28px;
}

.footer__copyright {
  padding-top: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 20px;
  color: #7e6294;
  letter-spacing: 0.03em;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 1214px) {
  header {
    padding: 0 20px;
  }
  .header__left {
    padding-left: 0;
    gap: 20px;
  }
  .header__menu {
    display: none;
  }
  .header__logo {
    transform: translateX(0px);
  }
  .top__slide__img {
    display: none;
  }
  .top__search {
    margin-top: 30px;
  }
  .cards__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .cards__list:nth-child(2) {
    grid-template-columns: repeat(3, 1fr);
  }
  .cards__list:nth-child(2) .cards__item:last-child {
    display: none;
  }
  .cards__list:nth-child(3) {
    grid-template-columns: repeat(3, 1fr);
  }
  .content {
    padding: 30px 0px;
  }
  .footer__pay {
    width: 100%;
  }
  .footer__menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
  .top__nav {
    transform: translateY(0px);
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .top__search {
    width: 100%;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  header {
    padding: 0 12px;
  }
  .top__slide__info {
    width: 100%;
    min-width: auto;
  }
  .header__right {
    display: none;
  }
  .cards__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .cards__item {
    border-radius: 10px;
  }
  .cards__list:nth-child(2) {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .cards__list:nth-child(3) {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .item--first {
    padding: 18px 5px 22px;
  }
  .item--first p:nth-child(3) {
    line-height: 1.4;
    height: auto;
    padding: 10px 0;
  }
  .content__table th,
  .content__table td {
    padding: 8px;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  footer {
    padding: 24px 0;
    background: #f4f2fb;
  }
  .footer__menu {
    gap: 30px 10px;
  }
  .footer__column {
    gap: 16px;
  }
}
@media (max-width: 360px) {
  .footer__top {
    gap: 10px;
  }
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  header {
    padding: 0 8px;
  }
}/*# sourceMappingURL=styles.css.map */