@import url("css2-Interwght300400500600700_swap.css");
@import url("css2-Robotowght300400500700_swap.css");

body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  background: #eff5fd;
  font-family: "Roboto", sans-serif;
}

button {
  -webkit-appearance: none;
  appearance: none;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.language-button {
  margin-top: 50px;
  color: #307fe2;
}

.hero {
  height: 934px;
  align-self: stretch;
  background: url(/img/background-image.jpeg),
    #eff5fd 0px -58.109px / 100% 104.574% no-repeat;
  background-size: 885px 1297px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: 85% top;
}

.logotype {
/*  width: 82px;*/
  height: 100px;
  flex-shrink: 0;
  margin-top: 50px;
}

.hero-block {
  display: flex;
  justify-content: space-between;
}

h1 {
  width: 727px;
  color: #25222b;
  font-family: "Roboto", sans-serif;
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 88px */
  letter-spacing: -1.76px;
  margin: 42px 0px 51px 0px;
}

.hero__button {
  display: inline-flex;
  height: 56px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #307fe2;
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  text-decoration: none;
  margin-bottom: 67px;
}

.types-chargers {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}

.types-chargers span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.types-chargers__item__img {
  width: 32px;
  height: 32px;
}

.types-chargers__item {
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  background: #fff;
}

/* Блок "Как это работает" */

.how-it-works {
  display: flex;
  width: 1180px;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 90px;
}

.how-it-works__item {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 48px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(10px);
}

.how-it-works__item__icon {
  width: 80px;
  height: 80px;
}

.how-it-works__item__text {
  align-self: stretch;
  color: #25222b;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 37.8px */
}

.how-it-works__item__text__link {
  color: #307fe2;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%;
  text-decoration-line: underline;
}

/* Блок "Как это работает" */

/* Блок "Вопросы и ответы" */

.faq {
  display: flex;
  padding: 80px 130px;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
  border-radius: 64px 64px 0px 0px;
  background: #fff;
}

.accordion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.faq__header {
  align-self: stretch;
  color: #25222b;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 64px */
  letter-spacing: -1.28px;
}

.accordion-item {
  border-bottom: none;
}

.accordion-button[aria-expanded="true"] {
  border-bottom: none;
}

.accordion-button {
  display: flex;
  width: 580px;
  padding: 0px 25px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  border: none;
  background: #f6f6f7;
  color: #25222b;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.24px;
  margin-bottom: 12px;
}

.accordion-title {
  padding: 1em 1.5em 1em 0;
}

.icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  align-items: center;
  align-self: center;
  display: flex;
  fill: #f6f6f7;
}

.accordion-button[aria-expanded="true"] ~ .accordion-content {
  opacity: 1;
  max-height: 1500px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  font-family: "Roboto", sans-serif;
}

.accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  margin: 0px 0px 10px 25px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

/* Блок "Вопросы и ответы" */

/* Подвал */

footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 64px 64px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #307fe2;
}

footer p {
  text-align: center;
  color: #fff;
  margin: 0;
}

.footer-block {
  display: flex;
  gap: 60px;
  padding: 120px 85px 64px 85px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.footer__main-text {
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 124px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 136.4px */
  letter-spacing: -2.48px;
  opacity: 0.8;
}

.footer__button {
  display: flex;
  align-items: center;
  width: 240px;
  height: 56px;
  margin: 0 auto;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: #fff;
  color: #25222b;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  text-decoration: none;
}

.footer__privacy-link {
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  text-decoration: none;
  padding: 0px 10px;
}

/* Подвал */

@media all and (min-width: 480px) and (max-width: 768px) {
  body {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    background: #eff5fd;
    font-family: "Roboto", sans-serif;
  }

  .container {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }

  .language-button {
    margin-top: 25px;
    color: #307fe2;
  }

  .hero {
    height: 986px;
    align-self: stretch;
    background: url(/img/background-image.jpeg),
      #eff5fd 0px -58.109px / 100% 104.574% no-repeat;
    background-size: 559px 827px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: 150% 140%;
  }

  .logotype {
    width: 82px;
    height: 32px;
    flex-shrink: 0;
    margin-top: 32px;
  }

  .hero-block {
    display: block;
    justify-content: space-between;
  }

  h1 {
    width: 450px;
    color: #25222b;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 88px */
    letter-spacing: -1px;
    margin: 30px 0px 32px 0px;
  }

  .hero__button {
    display: flex;
    position: fixed;
    bottom: -5%;
    z-index: 1;
    height: 56px;
    width: 450px;
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #307fe2;
    color: #fff;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    text-decoration: none;
    margin-bottom: 67px;
    transition: 0.2s;
  }

  .types-chargers {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 154px;
  }

  .types-chargers span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .types-chargers__item__img {
    width: 26px;
    height: 26px;
  }

  .types-chargers__item {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 60px;
    background: #fff;
  }

  /* Блок "Как это работает" */

  .how-it-works {
    display: block;
    width: 450px;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 40px;
  }

  .how-it-works__item {
    display: flex;
    padding: 16px;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(10px);
    margin-bottom: 8px;
  }

  .how-it-works__item__icon {
    width: 56px;
    height: 56px;
  }

  .how-it-works__item__text {
    align-self: center;
    color: #25222b;
    text-align: left;
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 37.8px */
  }

  .how-it-works__item__text__link {
    color: #307fe2;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 900;
    line-height: 135%;
    text-decoration-line: underline;
  }

  /* Блок "Как это работает" */

  /* Блок "Вопросы и ответы" */

  .faq {
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    border-radius: 24px 24px 0px 0px;
    background: #fff;
  }

  .accordion-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
  }

  .faq__header {
    align-self: stretch;
    color: #25222b;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    letter-spacing: -0.88px;
  }

  .accordion-item {
    border-bottom: none;
  }

  .accordion-button[aria-expanded="true"] {
    border-bottom: none;
  }

  .accordion-button {
    display: flex;
    width: 450px;
    padding: 0px 25px;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    border-radius: 20px;
    border: none;
    background: #f6f6f7;
    color: #25222b;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.24px;
    margin-bottom: 12px;
  }

  .accordion-title {
    padding: 20px 25px 20px 0px;
  }

  .icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    fill: #f6f6f7;
  }

  .accordion-button[aria-expanded="true"] ~ .accordion-content {
    opacity: 1;
    max-height: 1500px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    font-family: "Roboto", sans-serif;
  }

  .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    margin: 0px 0px 10px 25px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
  }

  /* Блок "Вопросы и ответы" */

  /* Подвал */

  footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    border-radius: 24px 24px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #307fe2;
  }

  footer p {
    text-align: center;
    color: #fff;
    margin: 0;
  }

  .footer-block {
    display: flex;
    gap: 60px;
    padding: 40px 0px 40px 0px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .footer__main-text {
    width: 450px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 136.4px */
    letter-spacing: -1.12px;
    opacity: 0.8;
  }

  .footer__button {
    display: flex;
    align-items: center;
    width: 320px;
    height: 56px;
    margin: 0 auto;
    padding: 0px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #fff;
    color: #25222b;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    text-decoration: none;
  }

  .footer__privacy-link {
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    text-decoration: none;
  }

  /* Подвал */
}

@media all and (max-width: 480px) {
  body {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    background: #eff5fd;
    font-family: "Roboto", sans-serif;
  }

  .container {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }

  .language-button {
    margin-top: 25px;
    color: #307fe2;
  }

  .hero {
    height: 986px;
    align-self: stretch;
    background: url(/img/background-image.jpeg),
      #eff5fd 0px -58.109px / 100% 104.574% no-repeat;
    background-size: 559px 827px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: -50% 140%;
  }

  .logotype {
    width: 82px;
    height: 32px;
    flex-shrink: 0;
    margin-top: 32px;
  }

  .hero-block {
    display: block;
    justify-content: space-between;
  }

  h1 {
    width: 350px;
    color: #25222b;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 88px */
    letter-spacing: -1px;
    margin: 30px 0px 32px 0px;
  }

  .hero__button {
    display: flex;
    position: fixed;
    bottom: -5%;
    z-index: 1;
    height: 56px;
    width: 350px;
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #307fe2;
    color: #fff;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    text-decoration: none;
    margin-bottom: 67px;
    transition: 0.2s;
  }

  .types-chargers {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 154px;
  }

  .types-chargers span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .types-chargers__item__img {
    width: 26px;
    height: 26px;
  }

  .types-chargers__item {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 60px;
    background: #fff;
  }

  /* Блок "Как это работает" */

  .how-it-works {
    display: block;
    width: 350px;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 40px;
  }

  .how-it-works__item {
    display: flex;
    padding: 16px;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(10px);
    margin-bottom: 8px;
  }

  .how-it-works__item__icon {
    width: 56px;
    height: 56px;
  }

  .how-it-works__item__text {
    align-self: center;
    color: #25222b;
    text-align: left;
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 37.8px */
  }

  .how-it-works__item__text__link {
    color: #307fe2;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 900;
    line-height: 135%;
    text-decoration-line: underline;
  }

  /* Блок "Как это работает" */

  /* Блок "Вопросы и ответы" */

  .faq {
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    border-radius: 24px 24px 0px 0px;
    background: #fff;
  }

  .accordion-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
  }

  .faq__header {
    align-self: stretch;
    color: #25222b;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    letter-spacing: -0.88px;
  }

  .accordion-item {
    border-bottom: none;
  }

  .accordion-button[aria-expanded="true"] {
    border-bottom: none;
  }

  .accordion-button {
    display: flex;
    width: 350px;
    padding: 0px 25px;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    border-radius: 20px;
    border: none;
    background: #f6f6f7;
    color: #25222b;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.24px;
    margin-bottom: 12px;
  }

  .accordion-title {
    padding: 20px 25px 20px 0px;
  }

  .icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    fill: #f6f6f7;
  }

  .accordion-button[aria-expanded="true"] ~ .accordion-content {
    opacity: 1;
    max-height: 1500px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    font-family: "Roboto", sans-serif;
  }

  .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    margin: 0px 0px 10px 25px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
  }

  /* Блок "Вопросы и ответы" */

  /* Подвал */

  footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    border-radius: 24px 24px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #307fe2;
  }

  footer p {
    text-align: center;
    color: #fff;
    margin: 0;
  }

  .footer-block {
    display: flex;
    gap: 60px;
    padding: 40px 0px 40px 0px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .footer__main-text {
    width: 350px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 136.4px */
    letter-spacing: -1.12px;
    opacity: 0.8;
  }

  .footer__button {
    display: flex;
    align-items: center;
    width: 240px;
    height: 56px;
    margin: 0 auto;
    padding: 0px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #fff;
    color: #25222b;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    text-decoration: none;
  }

  .footer__privacy-link {
    color: #fff;
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    text-decoration: none;
  }

  /* Подвал */
}
