@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Bold.ttf") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Regular.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: Gilroy;
  transition: 0.2s linear;
  scroll-behavior: smooth;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

button {
  outline: none;
  cursor: pointer;
  border: none;
}

[class*=__container] {
  max-width: 1190px;
  padding: 0px 15px;
  margin: 0 auto;
}

[class*="--hidden"] {
  display: none !important;
}

.header__container {
  padding-top: 12px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 768px) {
  .header__container {
    justify-content: center;
  }
}
.header__container h1 {
  font-size: 46px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 430px) {
  .header__logo img {
    width: 81px;
    height: 26px;
  }
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  background: linear-gradient(180deg, #ab23b7 0%, #1b023f 100%);
  position: relative;
}
.main__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__info * {
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
  color: #fff;
}
.main__info h1 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 26.4px;
  text-align: center;
}
.main__info button {
  max-width: 100%;
  border-radius: 36px;
  width: 226px;
  height: 52px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(180deg, #ff00cb 0%, #b32d97 100%);
  box-shadow: 0px 8px 20px 0px rgba(214, 25, 175, 0.4);
  color: #ffffff;
  margin-top: 24px;
}
@media (max-width: 430px) {
  .main__info button {
    font-size: 16px;
  }
}

.cookies {
  position: absolute;
  bottom: 16px;
  right: 0;
  left: 0;
  z-index: 5;
  padding: 6px 0px;
  transition: 0.1s linear;
}
.cookies__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.cookies__container p {
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 400;
  line-height: 12.1px;
  color: #fff;
  opacity: 0.7;
  text-align: right;
}
.cookies__container p a {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 330px) {
  .cookies__container p {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.1px;
  }
}
.cookies__buttons {
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.cookies__buttons button {
  background: #371d57;
  padding: 11px 20px;
  display: inline-flex;
  border-radius: 4px;
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 400;
  line-height: 12.1px;
  text-align: center;
  color: #ffffff;
  text-underline-offset: 2px;
}
@media (max-width: 330px) {
  .cookies__buttons button {
    font-size: 10px;
    font-weight: 400;
    line-height: 10.1px;
  }
}

.footer {
  width: 100%;
  padding: 60px 0px 22px;
  background-color: #fff;
}
.footer__section {
  margin-bottom: 40px;
}
.footer__section h2 {
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 430px) {
  .footer__section h2 {
    font-size: 20px;
  }
}
.footer__items {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 430px) {
  .footer__items {
    gap: 20px;
  }
}
.footer__item {
  flex: 1 1 calc(33.3333% - 40px);
  border-radius: 30px;
  padding: 20px 30px;
  background: #f5f5f5;
}
@media (max-width: 330px) {
  .footer__item {
    padding: 20px 16px;
  }
}
.footer__item h2 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.38px;
  text-align: left;
  color: #5f5f5f;
  margin-bottom: 0;
}
.footer__item p {
  margin-top: 18px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.5px;
  text-align: left;
  color: #5f5f5f;
}
.footer__brands {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 430px) {
  .footer__brands {
    gap: 30px;
  }
}
@media (max-width: 390px) {
  .footer__brands {
    gap: 24px;
  }
}
@media (max-width: 375px) {
  .footer__brands {
    gap: 22px;
    margin-bottom: 35px;
  }
}
@media (max-width: 350px) {
  .footer__brands {
    gap: 10px;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.footer__links a {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  color: #000000;
}
@media (max-width: 768px) {
  .footer__links {
    gap: 24px;
  }
}
@media (max-width: 430px) {
  .footer__links a {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .footer__links a {
    font-size: 14px;
  }
}
.footer__down {
  border-top: 1px solid #d9d9d9;
  padding-top: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
.footer__down p {
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #000000;
}
@media (max-width: 430px) {
  .footer__down {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer__down p {
    font-size: 16px;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__social a {
  background: #f4f6fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
}
@media (max-width: 330px) {
  .footer__social {
    gap: 16px;
  }
}

.modal {
  overflow: scroll;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  padding: 40px 0px;
}
.modal__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  gap: 5px;
}
.modal__head button {
  width: 160px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: #ff0094;
  background: #f6f6f6;
  border-radius: 6px;
}
@media (max-width: 430px) {
  .modal__head button {
    font-size: 14px;
    width: 120px;
    height: 36px;
  }
}
.modal__body h4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #202020;
  margin-bottom: 30px;
}
@media (max-width: 430px) {
  .modal__body h4 {
    font-size: 16px;
  }
}
.modal__body p {
  color: #202020;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
}
.modal__body p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 430px) {
  .modal__body p {
    font-size: 14px;
  }
}