@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;
  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: #fff;
  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: #000;
}
.main__info h1 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  text-align: center;
  margin: 24px 0px;
}
.main__info button {
  background: transparent;
}
.main__info button:last-child {
  margin-top: 5px;
}
.main__info button img {
  width: 100%;
  height: 100%;
}
.cookies {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: 5;
  padding: 6px 0px;
  transition: 0.1s linear;
}
@media (max-width: 430px) {
  .cookies {
    bottom: 16px;
  }
}
.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: #000;
  opacity: 0.7;
  text-align: right;
}
.cookies__container p a {
  text-decoration: underline;
  color: #000;
}
@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: #f4f6fb;
  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: #000;
  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: 22px 0px;
  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;
  margin-bottom: 22px;
}
@media (max-width: 430px) {
  .footer__items {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .footer__items {
    flex-direction: column;
  }
}
.footer__item {
  flex: 1 1 calc(50% - 40px);
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  .footer__item {
    flex: 1 1 100%;
  }
}
.footer__item h2 {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  color: #5f5f5f;
  margin-bottom: 10px;
}
.footer__item h3 {
  margin-top: 18px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 110%;
  text-align: left;
  color: #5f5f5f;
}
@media (max-width: 430px) {
  .footer__item h2 {
    font-size: 14px;
  }
  .footer__item h3 {
    font-size: 12px;
  }
}
.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;
  list-style: none;
}
.footer__links a {
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  color: #000000;
}
@media (max-width: 375px) {
  .footer__links {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 430px) {
  .footer__links a {
    font-size: 12px;
  }
}
.footer__down {
  margin-top: 22px;
  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: 12px;
  list-style: none;
}
.footer__social a {
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
}
@media (max-width: 330px) {
  .footer__social {
    gap: 16px;
  }
}

.modal {
  overflow: initial;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  padding: 40px 0px;
}
@media (max-width: 768px) {
  .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.modal__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 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: #000;
  background: #f4f6fb;
  border-radius: 6px;
  text-transform: capitalize;
}
@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 ul {
  padding-left: 15px;
  color: #202020;
}
.modal__body ul * {
  font-weight: 300;
  font-family: Montserrat, sans-serif;
}
.modal__body ul a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.modal__body p {
  color: #202020;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
.modal__body p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 430px) {
  .modal__body p {
    font-size: 14px;
  }
}