* {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
body {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

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

button {
  font-family: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

input, textarea {
  font-family: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  width: 24px;
  height: 24px;
  display: block;
}

address {
  font-style: normal;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
body {
  font-family: "Poppins", sans-serif;
  color: #282b2f;
  background-color: #f2f2f2;
}

.container {
  max-width: 320px;
  margin: 0 auto;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.header {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .header {
    padding-bottom: 16px;
  }
}
.header__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 24px;
  overflow: hidden;
  padding: 40px 16px 0;
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    gap: 60px;
    border-radius: 50px;
    padding: 100px 40px 0;
  }
}
@media screen and (min-width: 1440px) {
  .header__wrapper {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    padding: 100px 114px 0;
  }
}
.header__wrapper::after {
  content: url(../images/bg-mob.svg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .header__wrapper::after {
    content: url(../images/bg-tab.svg);
  }
}
@media screen and (min-width: 1440px) {
  .header__wrapper::after {
    content: url(../images/bg-desk.svg);
  }
}
@media screen and (min-width: 1440px) {
  .header__info {
    max-width: 570px;
  }
}
.header__logo {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1440px) {
  .header__logo {
    margin: 0;
  }
}
.header__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: #000c2f;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .header__title {
    font-family: var(--font-family);
    font-size: 70px;
    line-height: 1.07;
  }
}
@media screen and (min-width: 1440px) {
  .header__title {
    text-align: left;
  }
}
.header__description {
  line-height: 1.56;
  color: #273344;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .header__description {
    font-size: 20px;
    line-height: 1.5;
  }
}
.header__link {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__link {
    width: 257px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .header__link {
    margin: 0;
  }
}
.header__images {
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .header__images {
    margin: 0;
  }
}
.header__image {
  width: 230px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .header__image {
    width: 470px;
    height: 400px;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media screen and (min-width: 1440px) {
  .header__image {
    height: 850px;
  }
}

.about {
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 16px 0;
  }
}
.about__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #000c2f;
  padding-top: 30px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 60px;
    line-height: 1.08;
    padding-top: 70px;
    margin-bottom: 30px;
  }
}
.about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .about__wrapper {
    gap: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .about__wrapper {
    flex-direction: row;
    gap: 30px;
  }
}
.about__info {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 39.72%, rgba(0, 0, 0, 0.2) 100%), url("../images/about-bg.webp") no-repeat center/cover;
  border-radius: 24px;
  padding: 30px 16px 245px;
}
@media screen and (min-width: 768px) {
  .about__info {
    border-radius: 50px;
    padding: 80px 40px 436px;
  }
}
@media screen and (min-width: 1440px) {
  .about__info {
    max-width: 685px;
    padding: 80px 80px 436px;
  }
}
.about__subtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .about__subtitle {
    font-size: 40px;
    line-height: 1.25;
  }
}
.about__description {
  line-height: 1.56;
  color: #dadde5;
}
@media screen and (min-width: 768px) {
  .about__description {
    font-size: 20px;
    line-height: 1.5;
  }
}
.about__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .about__features {
    gap: 30px;
  }
}
.about__feature {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 30px 18px;
}
@media screen and (min-width: 768px) {
  .about__feature {
    border-radius: 50px;
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1440px) {
  .about__feature {
    padding: 50px;
  }
}
.about__feature-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  color: #052fad;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .about__feature-title {
    font-size: 40px;
    line-height: 1.25;
  }
}
.about__feature-description {
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  .about__feature-description {
    font-size: 20px;
    line-height: 1.5;
  }
}
.about__feature-alt {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  padding: 30px 16px;
}
@media screen and (min-width: 768px) {
  .about__feature-alt {
    border-radius: 50px;
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1440px) {
  .about__feature-alt {
    padding: 50px;
  }
}
.about__feature-alt::after {
  content: url("../images/feature-mob-bg.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__feature-alt::after {
    content: url("../images/feature-tab-bg.svg");
  }
}
.about__feature-description-alt {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .about__feature-description-alt {
    font-size: 30px;
    line-height: 1.5;
  }
}

.benefits {
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .benefits {
    padding-top: 16px;
  }
}
.benefits .container {
  padding-bottom: 0;
}
.benefits__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 24px;
  padding: 30px 16px 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .benefits__wrapper {
    gap: 74px;
    border-radius: 50px;
    padding: 100px 40px 0;
  }
}
@media screen and (min-width: 1440px) {
  .benefits__wrapper {
    flex-direction: row;
    padding: 100px 114px 0;
  }
}
@media screen and (min-width: 1440px) {
  .benefits__info {
    max-width: 745px;
  }
}
.benefits__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #000c2f;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .benefits__title {
    font-size: 40px;
    line-height: 1.25;
  }
}
.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.benefits__item {
  border-radius: 20px;
  line-height: 1.56;
  background-color: #f9f3ff;
  padding: 16px 10px;
}
@media screen and (min-width: 768px) {
  .benefits__item {
    font-size: 20px;
    line-height: 1.5;
    padding: 16px 30px;
  }
}
.benefits__image {
  margin: 0 auto;
}
.benefits__img {
  width: 230px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .benefits__img {
    width: 370px;
    height: 632px;
  }
}
@media screen and (min-width: 1440px) {
  .benefits__img {
    height: 670px;
  }
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 16px;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__wrapper {
    padding: 30px 114px;
  }
}
.footer__text {
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: rgba(40, 43, 47, 0.5);
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .footer__links {
    flex-direction: row;
    align-items: center;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__link {
  font-size: 12px;
  line-height: 1.25;
  color: #517af4;
  text-align: center;
}

.policy,
.terms {
  padding: 40px 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .policy,
  .terms {
    padding: 80px 0;
  }
}
.policy__title,
.terms__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #000c2f;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .policy__title,
  .terms__title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.policy__updated,
.terms__updated {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .policy__updated,
  .terms__updated {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.policy p,
.terms p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #273344;
}
@media screen and (min-width: 768px) {
  .policy p,
  .terms p {
    font-size: 18px;
  }
}
.policy ul,
.terms ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.policy ul li,
.terms ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.policy h2,
.terms h2 {
  font-size: 24px;
  font-weight: 600;
  color: #052fad;
  margin-top: 40px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .policy h2,
  .terms h2 {
    font-size: 32px;
  }
}
.policy a,
.terms a {
  color: #517af4;
  text-decoration: underline;
}
.policy a:hover,
.terms a:hover {
  text-decoration: none;
}
.policy__back,
.terms__back {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .policy__back,
  .terms__back {
    margin-bottom: 50px;
  }
}
.policy__back-link,
.terms__back-link {
  display: inline-block;
  font-size: 16px;
  color: #517af4;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.policy__back-link:hover,
.terms__back-link:hover {
  color: #052fad;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  z-index: 1000;
}

.cookie-banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.cookie-banner__text {
  margin: 0;
}

.cookie-banner__accept {
  background-color: #ffcc00;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.cookie-banner__accept:hover {
  background-color: #e6b800;
}

@media (max-width: 768px) {
  .cookie-banner__content {
    flex-direction: column;
    align-items: center;
  }
  .cookie-banner__accept {
    margin-top: 10px;
  }
}