body {
  background-color: #ffffff;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

body .inline-padding {
  padding-left: 16px;
  padding-right: 16px;
}

body .section-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  body .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

body .section-margin {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  body .section-margin {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

body .green {
  color: #00a12d;
}

@media screen and (max-width: 767px) {
  body .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  body .hide-desktop {
    display: none;
  }
}

.hover-scale {
  transition: transform 0.3s ease;
}
.hover-scale:hover {
  transform: scale(1.05);
}

.btn-primary {
  background: linear-gradient(97.85deg, #ffaa00 27.62%, #ff6200 74.65%);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  padding: 18.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .btn-primary {
    padding: 26.5px;
  }
}

.lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
}
.lang-switcher.active .lang-switcher__list {
  display: block;
}
.lang-switcher.active .lang-switcher__active-lang--arrow {
  transform: rotate(180deg);
}
.lang-switcher__active-lang {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 10px 16px;
  gap: 8px;
  border-radius: 8px;
  background-color: transparent;
  border: 2px solid #fe6e00;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .lang-switcher__active-lang {
    height: 60px;
    border-radius: 16px;
  }
}
.lang-switcher__active-lang--text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fe6e00;
}
.lang-switcher__active-lang--arrow {
  display: flex;
}
.lang-switcher__list {
  display: none;
  width: 100%;
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  background-color: #fff;
  padding: 4px 2px;
  border-radius: 4px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.lang-switcher__link {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background-color: transparent;
  border: none;
  color: #fe6e00;
  cursor: pointer;
}
.lang-switcher__link:hover {
  background-color: #f0f0f0;
  border-radius: 4px;
}
.lang-switcher--mobile {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c9dcec;
}
.lang-switcher--mobile .lang-switcher__label {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1.5%;
  color: #ffffff;
}
.lang-switcher--mobile .lang-switcher__active-lang {
  padding: 15px 0;
}
.lang-switcher--mobile .lang-switcher__active-lang--text {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1.5%;
  color: #ffffff;
}
.lang-switcher--mobile .lang-switcher__right-wrapper {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.lang-switcher--mobile .lang-switcher__list {
  width: 100%;
  position: static;
  transform: none;
  flex-direction: column;
  background-color: transparent;
  box-shadow: none;
}
.lang-switcher--mobile .lang-switcher__link {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1.5%;
  color: #ffffff;
  padding: 4px 0;
}
.lang-switcher--mobile .lang-switcher__link:hover {
  background-color: transparent;
  color: #fff;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .header__container {
    padding: 40px 0;
  }
}
.header__actions-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 8px;
}
@media screen and (min-width: 768px) {
  .header__actions-container {
    column-gap: 16px;
  }
}
.header__login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a12d;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  padding: 10px;
  height: 44px;
  width: 44px;
}
@media screen and (min-width: 768px) {
  .header__login-btn {
    width: 70px;
    height: 60px;
  }
}
.header_pay-btn {
  height: 44px;
  width: 44px;
}
@media screen and (min-width: 768px) {
  .header_pay-btn {
    height: 60px;
    width: fit-content;
    padding: 0 37.5px;
  }
}

.calculator {
  /* Dimensions */
  --range-track-height: 20px;
  --range-track-radius: 24px;
  --range-thumb-height: 28px;
  --range-thumb-width: 28px;
  --range-thumb-radius: 50%;
  /* Colors */
  --range-track-bg: #ffffff;
  --range-fill-start: #ffae00;
  --range-fill-end: #fe6e00;
  --range-thumb-color: linear-gradient(93.4deg, #ffa900 3.22%, #ff6100 88.41%);
}
.calculator input[type=range] {
  width: 100%;
  appearance: none;
  background: var(--range-track-bg);
  border: none;
  border-radius: var(--range-track-radius);
}
.calculator input[type=range]::-webkit-slider-runnable-track {
  height: var(--range-track-height);
  border-radius: var(--range-track-radius);
  background: linear-gradient(to right, var(--range-fill-start) 0%, var(--range-fill-end) var(--fill-percent), var(--range-track-bg) var(--fill-percent), var(--range-track-bg) 100%);
}
.calculator input[type=range]::-moz-range-track {
  height: var(--range-track-height);
  border-radius: var(--range-track-radius);
  border: none;
  background: linear-gradient(to right, var(--range-fill-start) 0%, var(--range-fill-end) var(--fill-percent), var(--range-track-bg) var(--fill-percent), var(--range-track-bg) 100%);
}
.calculator input[type=range]::-moz-range-progress {
  height: var(--range-track-height);
  border-radius: var(--range-track-radius);
  background: linear-gradient(to right, var(--range-fill-start) 0%, var(--range-fill-end) var(--fill-percent), var(--range-track-bg) var(--fill-percent), var(--range-track-bg) 100%);
}
.calculator input[type=range]::-webkit-slider-thumb {
  appearance: none;
  height: var(--range-thumb-height);
  width: var(--range-thumb-width);
  margin-top: -4px;
  background: var(--range-thumb-color);
  box-shadow: 0px 0px 15px 0px rgba(0, 64, 8, 0.3882352941);
  border: none;
  border-radius: var(--range-thumb-radius);
  cursor: pointer;
}
.calculator input[type=range]::-moz-range-thumb {
  height: var(--range-thumb-height);
  width: var(--range-thumb-width);
  background: var(--range-thumb-color);
  border: none;
  border-radius: var(--range-thumb-radius);
  cursor: pointer;
}
.calculator input[type=text] {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #192028;
  background: transparent;
  border: none;
  outline: none;
  max-width: 400px;
  width: 100%;
  text-align: start;
  padding: 0;
}
.calculator input[type=text]::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #192028;
}
.calculator {
  max-width: 490px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5019607843);
  border: 4px solid #ffffff;
  backdrop-filter: blur(6px);
  padding: 32px 24px;
  border-radius: 40px;
  box-shadow: 0px 0px 64px 0px rgba(0, 64, 8, 0.1882352941);
}
@media screen and (min-width: 768px) {
  .calculator {
    padding: 40px;
    border-radius: 50px;
  }
}
.calculator__title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0%;
  text-align: center;
  font-size: 20px;
  line-height: 100%;
  color: #192028;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .calculator__title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 38px;
  }
}
.calculator__limits-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
}
.calculator__limit {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #00a12d;
}
.calculator__text-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.calculator__details {
  position: relative;
  width: 100%;
  margin-top: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  row-gap: 32px;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .calculator__details {
    padding: 24px;
  }
}
.calculator__info-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .calculator__info-wrapper {
    row-gap: 16px;
  }
}
.calculator__info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator__label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #192028;
}
.calculator__value {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #00a12d;
}
.calculator .btn-primary {
  width: 100%;
  justify-content: center;
}
.calculator__btn {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .calculator__btn {
    margin-top: 40px;
  }
}
.calculator__input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .calculator__input-wrapper {
    margin-bottom: 16px;
  }
}

.hero-banner {
  padding: 0 0 48px;
}
@media screen and (min-width: 768px) {
  .hero-banner {
    padding: 0 0 100px;
  }
}
.hero-banner__container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
}
@media screen and (min-width: 768px) {
  .hero-banner__container {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
.hero-banner__calculator {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 590px;
}
@media screen and (min-width: 768px) {
  .hero-banner__calculator {
    padding-bottom: 0;
    justify-content: flex-end;
  }
}
.hero-banner__content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .hero-banner__content {
    row-gap: 40px;
  }
}
.hero-banner__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  letter-spacing: -2%;
  color: #192028;
}
@media screen and (min-width: 768px) {
  .hero-banner__title {
    font-size: 84px;
    line-height: 100%;
  }
}
.hero-banner__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #878d97;
}
@media screen and (min-width: 768px) {
  .hero-banner__description {
    font-size: 30px;
  }
}
.hero-banner__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .hero-banner__bg {
    overflow: visible;
  }
}
.hero-banner__square {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 85%;
  background: linear-gradient(107.85deg, #00dd35 25.64%, #00a402 74.36%);
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .hero-banner__square {
    border-radius: 50px;
    height: 367px;
  }
}
@media screen and (min-width: 1500px) {
  .hero-banner__square {
    left: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .hero-banner__square {
    left: 60%;
  }
}
.hero-banner__bg-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-top: auto;
  width: 310px;
  height: 543px;
  z-index: 0;
  transform: rotate(-25deg) translateY(-2%) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .hero-banner__bg-image {
    left: 20%;
  }
}
@media screen and (min-width: 1500px) {
  .hero-banner__bg-image {
    left: 10%;
  }
}

.grid-points {
  background-color: #f7f7f7;
}
.grid-points__container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .grid-points__container {
    row-gap: 80px;
  }
}
.grid-points__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #192028;
}
@media screen and (min-width: 768px) {
  .grid-points__title {
    font-size: 40px;
  }
}
.grid-points__list {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .grid-points__list {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .grid-points__list--reverse {
    display: flex;
    flex-direction: row-reverse;
  }
}
.grid-points__item {
  position: relative;
  padding: 40px;
  width: 100%;
  background: linear-gradient(107.85deg, #00dd35 25.64%, #00a402 74.36%);
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .grid-points__item {
    padding: 65px 64px;
    border-radius: 50px;
  }
}
.grid-points__item:nth-of-type(even) {
  background: linear-gradient(97.85deg, #ffaa00 27.62%, #ff6200 74.65%);
}
.grid-points__lists-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .grid-points__lists-wrapper {
    row-gap: 30px;
  }
}
.grid-points__content {
  display: flex;
  flex-direction: column;
}
.grid-points__item-title {
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-right: 20px;
  color: #ffffff;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .grid-points__item-title {
    font-size: 30px;
  }
}
.grid-points__item-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .grid-points__item-text {
    font-size: 20px;
  }
}
.grid-points__badge {
  position: absolute;
  top: -17px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7215686275);
  backdrop-filter: blur(6px);
}
@media screen and (min-width: 768px) {
  .grid-points__badge {
    width: 118px;
    height: 118px;
    right: 68px;
    top: -19px;
  }
}
.grid-points__badge-icon {
  display: flex;
  width: 43px;
  height: 43px;
}
@media screen and (min-width: 768px) {
  .grid-points__badge-icon {
    width: 64px;
    height: 64px;
  }
}

.action-banner__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .action-banner__container {
    grid-template-columns: 1.25fr 1fr;
  }
}
.action-banner__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #192028;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .action-banner__title {
    font-size: 40px;
    margin-bottom: 32px;
    text-align: start;
  }
}
.action-banner__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #878d97;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .action-banner__description {
    text-align: start;
    font-size: 24px;
  }
}
.action-banner__btn {
  width: 100%;
  max-width: 464px;
  justify-content: center;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .action-banner__btn {
    margin: 0 0 32px;
  }
}
.action-banner__note {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #878d97;
}
.action-banner__img-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .action-banner__img-wrapper {
    position: relative;
  }
}
.action-banner__img {
  display: flex;
  width: 100%;
  max-width: 464px;
}
@media screen and (min-width: 768px) {
  .action-banner__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.05);
    pointer-events: none;
  }
}
.action-banner__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.footer {
  position: relative;
  z-index: 3;
  background-color: #f7f7f7;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 48px 0;
  }
}
.footer__top-wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media screen and (min-width: 1000px) {
  .footer__top-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
  }
}
.footer__main-info {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .footer__main-info {
    row-gap: 23.5px;
  }
}
.footer__main-info-item {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  align-items: center;
  column-gap: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #192028;
}
@media screen and (min-width: 768px) {
  .footer__main-info-item {
    text-align: start;
    justify-content: flex-start;
    font-size: 20px;
  }
}
.footer__additional-info {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .footer__additional-info {
    row-gap: 19px;
  }
}
.footer__link-item {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__link-item {
    justify-content: flex-start;
  }
}
.footer__additional-info-item {
  display: flex;
  column-gap: 8px;
}
.footer__additional-info-item--email {
  align-items: center;
}
.footer__additional-info-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #192028;
}
@media screen and (min-width: 768px) {
  .footer__additional-info-text {
    font-size: 20px;
  }
}
.footer__links-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.footer__small-icon {
  display: flex;
  width: 28px;
  height: 28px;
}
.footer__link {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  color: #fe6e00;
}
.footer__link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer__link {
    font-size: 20px;
    text-align: start;
  }
}
.footer__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #878d97;
}
@media screen and (min-width: 768px) {
  .footer__description {
    margin-top: 32px;
    text-align: start;
  }
}
.footer__bottom-wrap {
  display: grid;
  row-gap: 8px;
  column-gap: 30px;
}
@media screen and (min-width: 768px) {
  .footer__bottom-wrap {
    grid-template-columns: 1.5fr 1fr;
  }
}
.footer__example-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #878d97;
}
@media screen and (min-width: 768px) {
  .footer__example-text {
    text-align: start;
    font-size: 16px;
  }
}
.footer__copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #878d97;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: auto;
    text-align: end;
  }
}
