@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap);
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url(../fonts/Involve-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url(../fonts/Involve-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url(../fonts/Involve-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #202020;
  line-height: 1;
  font-family: Involve;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Involve;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 80.8125rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.menu {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.menu__list {
  display: flex;
}
.menu__link {
  font-weight: 600;
  font-size: 1rem;
  line-height: 118.75%;
  position: relative;
}
.menu__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0074ff;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s;
}
.icon-menu {
  display: none;
}
.spollers {
  display: grid;
  gap: 10px;
}
.spollers__item {
  font-size: 1.25rem;
}
.spollers__title {
  display: flex;
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  list-style: none;
  transition: all 0.3s;
  padding: 33px 40px 33px 46px;
  background-color: #fff;
  border-radius: 11px;
  outline: 0;
}
.spollers__title svg {
  transition: all 0.3s;
}
.spollers__title svg path {
  transition: all 0.3s;
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none;
}
._spoller-init .spollers__title {
  cursor: pointer;
}
._spoller-init .spollers__title._spoller-active {
  background-color: #0074ff;
  border-radius: 11px 11px 0 0;
  padding-bottom: 0.3125rem;
  color: #fff;
}
._spoller-init .spollers__title._spoller-active svg {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
._spoller-init .spollers__title._spoller-active svg path {
  fill: #fff;
}
._spoller-init .spollers__title._spoller-active + .spollers__body {
  background-color: #0074ff;
}
.spollers__body {
  background-color: #fff;
  border-radius: 0 0 11px 11px;
  transition: all 0.3s;
}
.item-spollers__number {
  font-weight: 700;
  line-height: 134.375%;
  text-align: center;
}
.item-spollers__title {
  align-self: center;
  flex: 1 1 100%;
  font-weight: 600;
  line-height: 116.666667%;
}
.item-spollers__arrow {
  display: flex;
  justify-content: center;
}
.item-spollers__text {
  font-size: 1rem;
  line-height: 131.25%;
  color: #fff;
  padding-right: 0.9375rem;
  padding-bottom: 2.125rem;
  padding-top: 0.625rem;
  max-width: 58.8125rem;
}
.item-spollers__text button {
  text-decoration: underline;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #e7e4e4;
}
.header::before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 10px);
  top: -10px;
  left: -15px;
  background-color: #000;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  opacity: 0;
  transition: all 0.3s;
}
.header._header-scroll {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.header._header-scroll::before {
  opacity: 0.8;
}
.header__container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: 50;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.footer__link {
  font-weight: 600;
  line-height: 118.75%;
  color: #0074ff;
  position: relative;
}
.footer__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0074ff;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s;
}
.head__top {
  display: flex;
}
.head__top:not(:last-child) {
  margin-bottom: 2.0625rem;
}
.head__content {
  position: relative;
  padding-top: 0.75rem;
  flex: 0 1 767px;
}
.head__content::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 103px;
  top: 50%;
  right: 0;
  background: url(../images/head-decor.svg) 0 0 no-repeat;
}
.head__proposal {
  background: #0074ff;
  border-radius: 6px;
  padding: 6px 18px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 116.666667%;
  color: #fff;
}
.head__proposal:not(:last-child) {
  margin-bottom: 0.6875rem;
}
.head__time {
  display: flex;
  align-items: center;
}
.head__time span {
  width: 40px;
  height: 40px;
  background: #e9eaf2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 4px 3px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #0074ff;
}
.head__title {
  font-weight: 600;
  line-height: 116.666667%;
}
.head__title span {
  color: #aeb3b9;
}
.head__title:not(:last-child) {
  margin-bottom: 0.75rem;
}
.head__subtitle {
  position: relative;
  max-width: 35rem;
  font-size: 1.25rem;
  line-height: 135%;
}
.head__subtitle:not(:last-child) {
  margin-bottom: 0.6875rem;
}
.head__text {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 135%;
  color: #0074ff;
}
.head__form {
  flex: 0 1 425px;
}
.head__bottom {
  max-width: 69.6875rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-head {
  -webkit-filter: drop-shadow(0 4px 71px rgba(0, 31, 69, 0.2));
  filter: drop-shadow(0 4px 71px rgba(0, 31, 69, 0.2));
  display: grid;
  border-radius: 21px;
  border: 1px solid #0074ff;
  height: 100%;
  background-color: #fff;
}
.form-head__form {
  margin: 0 auto;
}
.form-head__fieldset {
  max-width: 18.75rem;
  margin: 0 auto;
}
.form-head__legend {
  text-align: center;
  line-height: 101%;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}
.form-head__legend:not(:last-child) {
  margin-bottom: 1.25rem;
}
.form-head__input {
  background: rgba(0, 102, 255, 0.06);
  border: 1px solid rgba(0, 102, 255, 0.62);
  border-radius: 5px;
  background-color: transparent;
  padding: 0.625rem 0.9375rem;
  width: 100%;
}
.form-head__input:focus {
  box-shadow: 0 0 0 2px rgba(0, 117, 135, 0.25);
  outline: 0;
}
.form-head__input:not(:last-child) {
  margin-bottom: 0.5625rem;
}
.form-head__input::-webkit-input-placeholder {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 123.646%;
}
.form-head__input:-ms-input-placeholder {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 123.646%;
}
.form-head__input::-ms-input-placeholder {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 123.646%;
}
.form-head__input::placeholder {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 123.646%;
}
.form-head__input_tel {
  padding-left: 5rem;
}
.form-head__input_checkbox {
  position: absolute;
  top: 1.5rem;
  left: 0.125rem;
  width: 0.8125rem;
  height: 0.8125rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.form-head__input_checkbox:checked {
  display: none;
}
.form-head__input_checkbox:checked ~ .form-head__label-checkbox::before {
  background: url(../images/check.svg) 0 0 / cover no-repeat;
}
.form-head__submit {
  background-color: #7cff4e;
  border-radius: 55px;
  border: 1px solid #7cff4e;
  font-weight: 700;
  line-height: 131.25%;
  text-transform: uppercase;
  color: #000;
  margin-top: 0.625rem;
  width: 100%;
  transition: all 0.3s;
  padding: 17px;
}
.form-head__checkbox {
  position: relative;
  display: flex;
}
.form-head__label-checkbox {
  color: #000;
  font-size: 9px;
  font-weight: 300;
  line-height: normal;
  display: flex;
  /* margin-top: 1.375rem; */
  padding-left: 1.4375rem;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-head__label-checkbox::before {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.19);
  border-radius: 3px;
}
.iti {
  display: block !important;
  color: #000;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.iti__country-list {
  background-color: #fff;
}
.video {
  flex: 0 0 50.42735%;
  width: 100%;
  max-width: 34.375rem;
  border-radius: 0.875rem;
  overflow: hidden;

  position: relative;
}
.video._play .video__play,
.video._play .video__preview {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.video._play .video__video {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}
.video__video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0);
  transform: translate(0, -50%) scale(0);
  left: 0;
  transition: all 0.3s;
}
.video__preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
  z-index: 7;
}
.video__play {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28.624535%;
  height: 28.624535%;
  transition: all 0.3s;
  z-index: 8;
}
.video__play svg {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video__play svg circle[r="90.75"] {
  transition: all 0.3s;
}
.content-video__title {
  font-weight: 600;
  line-height: 115.625%;
}
.content-video__title span {
  color: #aeb3b9;
}
.content-video__title:not(:last-child) {
  margin-bottom: 0.8125rem;
}
.content-video__subtitle {
  line-height: 131.25%;
}
.content-video__subtitle:not(:last-child) {
  margin-bottom: 0.8125rem;
}
.content-video__items {
  display: flex;
}
.item-content-video__image:not(:last-child) {
  margin-bottom: 0.25rem;
}
.item-content-video__text {
  font-family: Roboto;
  font-size: 9.99127px;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: #2b2b2b;
}
.partners {
  background: #eee;
  padding: 25px 0;
  overflow: hidden;
}
.partners__items {
  display: flex;
  align-items: center;
  position: relative;
}
.partners__item {
  flex: none;
}
.how__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.how__header:not(:last-child) {
  margin-bottom: 2.5rem;
}
.how__title {
  flex: 0 1 467px;
  font-weight: 600;
  line-height: 115.625%;
}
.how__title span {
  color: #aeb3b9;
}
.how__text {
  flex: 0 1 701px;
  line-height: 131.25%;
}
.how__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
  margin: 0 -20px;
}
.how__items:not(:last-child) {
  margin-bottom: 1.3125rem;
}
.how__item {
  flex: 0 1 33.333%;
  padding: 0 20px;
}
.how__image img {
  width: 100%;
}
.item-how {
  border: 1px solid #d8d8d8;
  padding: 26px 27px;
  height: 100%;
  border-radius: 17px;
}
.item-how__icon:not(:last-child) {
  margin-bottom: 1.3125rem;
}
.item-how__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 116.24%;
  color: #2b2b2b;
}
.item-how__title:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.item-how__text {
  line-height: 131.25%;
}
.income__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.income__header:not(:last-child) {
  margin-bottom: 2.5rem;
}
.income__title {
  flex: 0 1 467px;
  font-weight: 600;
  line-height: 115.625%;
}
.income__title span {
  color: #aeb3b9;
}
.income__text {
  flex: 0 1 689px;
}
.income__body {
  display: flex;
  gap: 0.8125rem;
}
.income__form {
  flex: 0 1 730px;
}
.income__result {
  flex: 0 1 537px;
}
.form-income {
  height: 100%;
  background: #0074ff;
  border-radius: 11px;
  padding: 29px 27px 24px 59px;
  display: grid;
  gap: 0.875rem;
}
.form-income__fieldset {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-income__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  color: #fff;
}
.form-income__content-input {
  display: flex;
  align-items: center;
  padding: 9px 11px;
  background: #fff;
  flex: 0 1 228px;
  border-radius: 7px;
  max-width: 14.25rem;
}

.form-income__input {
  outline: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 133.333333%;
}

.form-income-img {
  width: 22px;
}
.form-income__input::-webkit-input-placeholder {
  color: rgba(32, 32, 32, 0.37);
}
.form-income__input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.37);
}
.form-income__input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.37);
}
.form-income__input::placeholder {
  color: rgba(32, 32, 32, 0.37);
}
.form-income__text-input {
  font-weight: 700;
  font-size: 13px;
  line-height: 130.769231%;
  color: #0074ff;
}
.form-income__button {
  justify-self: start;
  background-color: #fff;
  transition: all 0.3s;
  padding: 15px 45px;
  border-radius: 34px;
  font-weight: 700;
  line-height: 131.25%;
  text-transform: uppercase;
  max-width: 350px;
}
.result-income {
  transition: all 0.3s;
  height: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 11px;
  padding: 25px;
  padding-left: 2.375rem;
}

.result-income-img {
  width: 30px;
}

._result-show .result-income {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.result-income__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result-income__header:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.result-income__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
}
.result-income__result {
  font-weight: 700;
  line-height: 130.555556%;
  color: #0074ff;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

.result-income__text {
  line-height: 131.25%;
}
.result-income__text:not(:last-child) {
  margin-bottom: 1rem;
}
.result-income__button {
  background: #7cff4e;
  padding: 15px 47px;
  border: 1px solid #fff;
  border-radius: 34px;
  transition: all 0.3s;
  font-weight: 700;
  line-height: 131.25%;
  text-transform: uppercase;
  color: #000;
}
.reviews__title {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 115.625%;
}
.reviews__title span {
  color: #aeb3b9;
}
.reviews__title:not(:last-child) {
  margin-bottom: 1rem;
}
.reviews__subtitle {
  line-height: 131.25%;
  text-align: center;
  max-width: 43.0625rem;
  margin: 0 auto;
}
.reviews__subtitle:not(:last-child) {
  margin-bottom: 1.375rem;
}
.reviews__items {
  display: grid;
}
.item-review {
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
  border-top: 1px solid #d8d8d8;
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  justify-content: space-between;
}
.item-review__user {
  display: flex;
  align-items: center;
  gap: 1.4375rem;
  flex: 0 1 328px;
}
.item-review__top {
  font-size: 1.125rem;
  line-height: 116.24%;
}
.item-review__name {
  font-weight: 600;
  color: #0074ff;
}
.item-review__center {
  line-height: 116.24%;
  color: #aeb3b9;
}
.item-review__center:not(:last-child) {
  margin-bottom: 0.125rem;
}
.item-review__bottom {
  line-height: 116.24%;
}
.item-review__income span {
  color: #0074ff;
  font-weight: 700;
}
.item-review__text {
  flex: 0 1 777px;
  line-height: 131.25%;
}
.faq {
  background-color: #eee;
}
.faq__title {
  font-weight: 600;
  line-height: 115.625%;
  text-align: center;
}
.faq__title:not(:last-child) {
  margin-bottom: 1rem;
}
.faq__subtitle {
  max-width: 47.5625rem;
  margin: 0 auto;
  line-height: 131.25%;
  text-align: center;
}
.faq__subtitle:not(:last-child) {
  margin-bottom: 2.25rem;
}
.faq__actions {
  margin-top: 2.0625rem;
  display: flex;
  justify-content: center;
}
.faq__button {
  background-color: #7cff4e;
  border-radius: 34px;
  transition: all 0.3s;
  border: 1px solid #7cff4e;
  font-weight: 700;
  line-height: 131.25%;
  text-transform: uppercase;
  color: #000;
  padding: 18px 39px;
}
@media (min-width: 47.99875em) {
  .item-spollers__arrow {
    align-items: center;
  }
}
@media (min-width: 61.99875em) {
  .menu__item:not(:first-child) .menu__link {
    color: #aeb3b9;
  }
  .result-income {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .result-income-img {
    width: 35px;
  }
}
@media (min-width: 80.8125em) {
  .menu__list {
    -webkit-column-gap: 3.875rem;
    -moz-column-gap: 3.875rem;
    column-gap: 3.875rem;
  }
  .spollers__title {
    gap: 6.125rem;
  }
  .item-spollers__number {
    font-size: 2rem;
  }
  .item-spollers__title {
    font-size: 1.5rem;
  }
  .item-spollers__text {
    padding-left: 11.25rem;
  }
  .footer {
    padding-top: 3.0625rem;
  }
  .footer {
    padding-bottom: 2.4375rem;
  }
  .page__head {
    padding-top: 8.9375rem;
  }
  .page__head {
    padding-bottom: 3.125rem;
  }
  .head__top {
    gap: 4.4375rem;
  }
  .head__proposal {
    font-size: 1.5rem;
  }
  .head__title {
    font-size: 3rem;
  }
  .head__bottom {
    gap: 2.5rem;
  }
  .form-head {
    padding-top: 2.5rem;
  }
  .form-head {
    padding-bottom: 1.5625rem;
  }
  .form-head {
    padding-right: 1.1875rem;
  }
  .form-head {
    padding-left: 1.1875rem;
  }
  .form-head__legend {
    font-size: 1.75rem;
  }
  .content-video__title {
    font-size: 2rem;
  }
  .content-video__items {
    gap: 1.6875rem;
  }
  .partners__items {
    gap: 8.3125rem;
  }
  .page__how {
    padding-top: 6.5625rem;
  }
  .page__how {
    padding-bottom: 3.4375rem;
  }
  .how__title {
    font-size: 2rem;
  }
  .page__income {
    padding-bottom: 3.125rem;
  }
  .page__income {
    padding-top: 3.125rem;
  }
  .income__title {
    font-size: 2rem;
  }
  .result-income__result {
    font-size: 2.25rem;
  }
  .result-income-img {
    width: 42px;
  }

  .page__reviews {
    padding-top: 3.125rem;
  }
  .reviews__title {
    font-size: 2rem;
  }
  .item-review {
    padding-left: 3.75rem;
  }
  .item-review {
    padding-right: 3.75rem;
  }
  .page__faq {
    padding-top: 6.6875rem;
  }
  .page__faq {
    padding-bottom: 2.8125rem;
  }
  .faq__title {
    font-size: 2rem;
  }
}
@media (max-width: 62em) {
  .head__top {
    gap: 1.5625rem;
  }
}
@media (max-width: 48em) {
  .head__proposal {
    font-size: 0.8125rem;
  }
}
@media (max-width: 30em) {
  .menu__list {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .spollers__title {
    gap: 0.625rem;
  }
  .item-spollers__number {
    font-size: 1.125rem;
  }
  .item-spollers__title {
    font-size: 1rem;
  }
  .item-spollers__text {
    padding-left: 0.9375rem;
  }
  .footer {
    padding-top: 1.875rem;
  }
  .footer {
    padding-bottom: 1.25rem;
  }
  .page__head {
    padding-top: 7.5rem;
  }
  .page__head {
    padding-bottom: 1.875rem;
  }
  .head__title {
    font-size: 1.5rem;
  }
  .head__bottom {
    gap: 1.25rem;
  }
  .form-head {
    padding-top: 1.25rem;
  }
  .form-head {
    padding-bottom: 1.25rem;
  }
  .form-head {
    padding-right: 0.9375rem;
  }
  .form-head {
    padding-left: 0.9375rem;
  }
  .form-head__legend {
    font-size: 1.5rem;
  }
  .content-video__title {
    font-size: 1.375rem;
  }
  .content-video__items {
    gap: 1.25rem;
  }
  .partners__items {
    gap: 2.5rem;
  }
  .page__how {
    padding-top: 3.125rem;
  }
  .page__how {
    padding-bottom: 1.25rem;
  }
  .how__title {
    font-size: 1.375rem;
  }
  .page__income {
    padding-bottom: 1.875rem;
  }
  .page__income {
    padding-top: 1.875rem;
  }
  .income__title {
    font-size: 1.375rem;
  }
  .result-income__result {
    font-size: 1.5rem;
  }
  .page__reviews {
    padding-top: 1.25rem;
  }
  .reviews__title {
    font-size: 1.375rem;
  }
  .item-review {
    padding-left: 0.0000000625rem;
  }
  .item-review {
    padding-right: 0.0000000625rem;
  }
  .page__faq {
    padding-top: 1.875rem;
  }
  .page__faq {
    padding-bottom: 1.875rem;
  }
  .faq__title {
    font-size: 1.375rem;
  }
}
@media (max-width: 61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 9.375rem 0.9375rem 1.875rem 0.9375rem;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: left 0.3s;
  }
  .menu__body::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 2;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 7.5rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
  .menu__list {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #202020;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .head__top {
    display: grid;
  }
  .head__form {
    justify-self: center;
  }
  .head__bottom {
    flex-direction: column-reverse;
  }
  /* .video {
    padding-bottom: 16.8125rem;
  } */
  .how__header {
    display: grid;
  }
  .how__item {
    flex: 1 1 100%;
  }
  .income__header {
    display: grid;
  }
  .income__body {
    display: grid;
  }
  .item-review {
    display: grid;
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) {
  .footer__container {
    flex-direction: column;
  }
  .form-income {
    padding: 20px 15px;
  }
  .result-income {
    padding: 20px 15px;
  }
  .result-income__header {
    flex-direction: column;
  }
}
@media (max-width: 29.99875em) {
  .spollers__title {
    padding: 20px 15px;
  }
  /* .video {
    padding-bottom: 12.5rem;
  } */
  .form-income__fieldset {
    display: grid;
  }
}
@media (min-width: 30em) and (max-width: 80.8125em) {
  @supports (
    (
        -moz-column-gap: clamp(1.25rem, -0.2998154982rem + 5.1660516605vw, 3.875rem)
      )
      or
      (column-gap: clamp(1.25rem, -0.2998154982rem + 5.1660516605vw, 3.875rem))
  ) {
    .menu__list {
      -webkit-column-gap: clamp(
        1.25rem,
        -0.2998154982rem + 5.1660516605vw,
        3.875rem
      );
      -moz-column-gap: clamp(
        1.25rem,
        -0.2998154982rem + 5.1660516605vw,
        3.875rem
      );
      column-gap: clamp(1.25rem, -0.2998154982rem + 5.1660516605vw, 3.875rem);
    }
  }
  @supports not (
    (
        -moz-column-gap: clamp(1.25rem, -0.2998154982rem + 5.1660516605vw, 3.875rem)
      )
      or
      (column-gap: clamp(1.25rem, -0.2998154982rem + 5.1660516605vw, 3.875rem))
  ) {
    .menu__list {
      -webkit-column-gap: calc(1.25rem + 2.625 * (100vw - 30rem) / 50.8125);
      -moz-column-gap: calc(1.25rem + 2.625 * (100vw - 30rem) / 50.8125);
      column-gap: calc(1.25rem + 2.625 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    gap: clamp(0.625rem, -2.6222324723rem + 10.8241082411vw, 6.125rem)
  ) {
    .spollers__title {
      gap: clamp(0.625rem, -2.6222324723rem + 10.8241082411vw, 6.125rem);
    }
  }
  @supports not (
    gap: clamp(0.625rem, -2.6222324723rem + 10.8241082411vw, 6.125rem)
  ) {
    .spollers__title {
      gap: calc(0.625rem + 5.5 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    font-size: clamp(1.125rem, 0.6083948339rem + 1.7220172202vw, 2rem)
  ) {
    .item-spollers__number {
      font-size: clamp(1.125rem, 0.6083948339rem + 1.7220172202vw, 2rem);
    }
  }
  @supports not (
    font-size: clamp(1.125rem, 0.6083948339rem + 1.7220172202vw, 2rem)
  ) {
    .item-spollers__number {
      font-size: calc(1.125rem + 0.875 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (font-size: clamp(1rem, 0.704797048rem + 0.9840098401vw, 1.5rem)) {
    .item-spollers__title {
      font-size: clamp(1rem, 0.704797048rem + 0.9840098401vw, 1.5rem);
    }
  }
  @supports not (
    font-size: clamp(1rem, 0.704797048rem + 0.9840098401vw, 1.5rem)
  ) {
    .item-spollers__title {
      font-size: calc(1rem + 0.5 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-left: clamp(0.9375rem, -5.1510608856rem + 20.295202952vw, 11.25rem)
  ) {
    .item-spollers__text {
      padding-left: clamp(
        0.9375rem,
        -5.1510608856rem + 20.295202952vw,
        11.25rem
      );
    }
  }
  @supports not (
    padding-left: clamp(0.9375rem, -5.1510608856rem + 20.295202952vw, 11.25rem)
  ) {
    .item-spollers__text {
      padding-left: calc(0.9375rem + 10.3125 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-top: clamp(1.875rem, 1.1738929889rem + 2.3370233702vw, 3.0625rem)
  ) {
    .footer {
      padding-top: clamp(1.875rem, 1.1738929889rem + 2.3370233702vw, 3.0625rem);
    }
  }
  @supports not (
    padding-top: clamp(1.875rem, 1.1738929889rem + 2.3370233702vw, 3.0625rem)
  ) {
    .footer {
      padding-top: calc(1.875rem + 1.1875 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-bottom: clamp(1.25rem, 0.5488929889rem + 2.3370233702vw, 2.4375rem)
  ) {
    .footer {
      padding-bottom: clamp(
        1.25rem,
        0.5488929889rem + 2.3370233702vw,
        2.4375rem
      );
    }
  }
  @supports not (
    padding-bottom: clamp(1.25rem, 0.5488929889rem + 2.3370233702vw, 2.4375rem)
  ) {
    .footer {
      padding-bottom: calc(1.25rem + 1.1875 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-top: clamp(7.5rem, 6.6512915129rem + 2.8290282903vw, 8.9375rem)
  ) {
    .page__head {
      padding-top: clamp(7.5rem, 6.6512915129rem + 2.8290282903vw, 8.9375rem);
    }
  }
  @supports not (
    padding-top: clamp(7.5rem, 6.6512915129rem + 2.8290282903vw, 8.9375rem)
  ) {
    .page__head {
      padding-top: calc(7.5rem + 1.4375 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-bottom: clamp(1.875rem, 1.1369926199rem + 2.4600246002vw, 3.125rem)
  ) {
    .page__head {
      padding-bottom: clamp(
        1.875rem,
        1.1369926199rem + 2.4600246002vw,
        3.125rem
      );
    }
  }
  @supports not (
    padding-bottom: clamp(1.875rem, 1.1369926199rem + 2.4600246002vw, 3.125rem)
  ) {
    .page__head {
      padding-bottom: calc(1.875rem + 1.25 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (font-size: clamp(1.5rem, 0.6143911439rem + 2.9520295203vw, 3rem)) {
    .head__title {
      font-size: clamp(1.5rem, 0.6143911439rem + 2.9520295203vw, 3rem);
    }
  }
  @supports not (
    font-size: clamp(1.5rem, 0.6143911439rem + 2.9520295203vw, 3rem)
  ) {
    .head__title {
      font-size: calc(1.5rem + 1.5 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (gap: clamp(1.25rem, 0.5119926199rem + 2.4600246002vw, 2.5rem)) {
    .head__bottom {
      gap: clamp(1.25rem, 0.5119926199rem + 2.4600246002vw, 2.5rem);
    }
  }
  @supports not (
    gap: clamp(1.25rem, 0.5119926199rem + 2.4600246002vw, 2.5rem)
  ) {
    .head__bottom {
      gap: calc(1.25rem + 1.25 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-top: clamp(1.25rem, 0.5119926199rem + 2.4600246002vw, 2.5rem)
  ) {
    .form-head {
      padding-top: clamp(1.25rem, 0.5119926199rem + 2.4600246002vw, 2.5rem);
    }
  }
  @supports not (
    padding-top: clamp(1.25rem, 0.5119926199rem + 2.4600246002vw, 2.5rem)
  ) {
    .form-head {
      padding-top: calc(1.25rem + 1.25 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-bottom: clamp(1.25rem, 1.065498155rem + 0.6150061501vw, 1.5625rem)
  ) {
    .form-head {
      padding-bottom: clamp(
        1.25rem,
        1.065498155rem + 0.6150061501vw,
        1.5625rem
      );
    }
  }
  @supports not (
    padding-bottom: clamp(1.25rem, 1.065498155rem + 0.6150061501vw, 1.5625rem)
  ) {
    .form-head {
      padding-bottom: calc(1.25rem + 0.3125 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-right: clamp(0.9375rem, 0.789898524rem + 0.49200492vw, 1.1875rem)
  ) {
    .form-head {
      padding-right: clamp(0.9375rem, 0.789898524rem + 0.49200492vw, 1.1875rem);
    }
  }
  @supports not (
    padding-right: clamp(0.9375rem, 0.789898524rem + 0.49200492vw, 1.1875rem)
  ) {
    .form-head {
      padding-right: calc(0.9375rem + 0.25 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-left: clamp(0.9375rem, 0.789898524rem + 0.49200492vw, 1.1875rem)
  ) {
    .form-head {
      padding-left: clamp(0.9375rem, 0.789898524rem + 0.49200492vw, 1.1875rem);
    }
  }
  @supports not (
    padding-left: clamp(0.9375rem, 0.789898524rem + 0.49200492vw, 1.1875rem)
  ) {
    .form-head {
      padding-left: calc(0.9375rem + 0.25 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (font-size: clamp(1.5rem, 1.352398524rem + 0.49200492vw, 1.75rem)) {
    .form-head__legend {
      font-size: clamp(1.5rem, 1.352398524rem + 0.49200492vw, 1.75rem);
    }
  }
  @supports not (
    font-size: clamp(1.5rem, 1.352398524rem + 0.49200492vw, 1.75rem)
  ) {
    .form-head__legend {
      font-size: calc(1.5rem + 0.25 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem)) {
    .content-video__title {
      font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem);
    }
  }
  @supports not (
    font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem)
  ) {
    .content-video__title {
      font-size: calc(1.375rem + 0.625 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (gap: clamp(1.25rem, 0.991697417rem + 0.8610086101vw, 1.6875rem)) {
    .content-video__items {
      gap: clamp(1.25rem, 0.991697417rem + 0.8610086101vw, 1.6875rem);
    }
  }
  @supports not (
    gap: clamp(1.25rem, 0.991697417rem + 0.8610086101vw, 1.6875rem)
  ) {
    .content-video__items {
      gap: calc(1.25rem + 0.4375 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    gap: clamp(2.5rem, -0.9317343173rem + 11.4391143911vw, 8.3125rem)
  ) {
    .partners__items {
      gap: clamp(2.5rem, -0.9317343173rem + 11.4391143911vw, 8.3125rem);
    }
  }
  @supports not (
    gap: clamp(2.5rem, -0.9317343173rem + 11.4391143911vw, 8.3125rem)
  ) {
    .partners__items {
      gap: calc(2.5rem + 5.8125 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-top: clamp(3.125rem, 1.0954797048rem + 6.7650676507vw, 6.5625rem)
  ) {
    .page__how {
      padding-top: clamp(3.125rem, 1.0954797048rem + 6.7650676507vw, 6.5625rem);
    }
  }
  @supports not (
    padding-top: clamp(3.125rem, 1.0954797048rem + 6.7650676507vw, 6.5625rem)
  ) {
    .page__how {
      padding-top: calc(3.125rem + 3.4375 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-bottom: clamp(1.25rem, -0.0415129151rem + 4.3050430504vw, 3.4375rem)
  ) {
    .page__how {
      padding-bottom: clamp(
        1.25rem,
        -0.0415129151rem + 4.3050430504vw,
        3.4375rem
      );
    }
  }
  @supports not (
    padding-bottom: clamp(1.25rem, -0.0415129151rem + 4.3050430504vw, 3.4375rem)
  ) {
    .page__how {
      padding-bottom: calc(1.25rem + 2.1875 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem)) {
    .how__title {
      font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem);
    }
  }
  @supports not (
    font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem)
  ) {
    .how__title {
      font-size: calc(1.375rem + 0.625 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-bottom: clamp(1.875rem, 1.1369926199rem + 2.4600246002vw, 3.125rem)
  ) {
    .page__income {
      padding-bottom: clamp(
        1.875rem,
        1.1369926199rem + 2.4600246002vw,
        3.125rem
      );
    }
  }
  @supports not (
    padding-bottom: clamp(1.875rem, 1.1369926199rem + 2.4600246002vw, 3.125rem)
  ) {
    .page__income {
      padding-bottom: calc(1.875rem + 1.25 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-top: clamp(1.875rem, 1.1369926199rem + 2.4600246002vw, 3.125rem)
  ) {
    .page__income {
      padding-top: clamp(1.875rem, 1.1369926199rem + 2.4600246002vw, 3.125rem);
    }
  }
  @supports not (
    padding-top: clamp(1.875rem, 1.1369926199rem + 2.4600246002vw, 3.125rem)
  ) {
    .page__income {
      padding-top: calc(1.875rem + 1.25 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem)) {
    .income__title {
      font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem);
    }
  }
  @supports not (
    font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem)
  ) {
    .income__title {
      font-size: calc(1.375rem + 0.625 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    font-size: clamp(1.5rem, 1.057195572rem + 1.4760147601vw, 2.25rem)
  ) {
    .result-income__result {
      font-size: clamp(1.5rem, 1.057195572rem + 1.4760147601vw, 2.25rem);
    }
  }
  @supports not (
    font-size: clamp(1.5rem, 1.057195572rem + 1.4760147601vw, 2.25rem)
  ) {
    .result-income__result {
      font-size: calc(1.5rem + 0.75 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-top: clamp(1.25rem, 0.1429889299rem + 3.6900369004vw, 3.125rem)
  ) {
    .page__reviews {
      padding-top: clamp(1.25rem, 0.1429889299rem + 3.6900369004vw, 3.125rem);
    }
  }
  @supports not (
    padding-top: clamp(1.25rem, 0.1429889299rem + 3.6900369004vw, 3.125rem)
  ) {
    .page__reviews {
      padding-top: calc(1.25rem + 1.875 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem)) {
    .reviews__title {
      font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem);
    }
  }
  @supports not (
    font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem)
  ) {
    .reviews__title {
      font-size: calc(1.375rem + 0.625 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-left:
      clamp(0.0000000625rem, -2.2140220408rem + 7.3800736777vw, 3.75rem)
  ) {
    .item-review {
      padding-left: clamp(
        0.0000000625rem,
        -2.2140220408rem + 7.3800736777vw,
        3.75rem
      );
    }
  }
  @supports not (
    padding-left:
      clamp(0.0000000625rem, -2.2140220408rem + 7.3800736777vw, 3.75rem)
  ) {
    .item-review {
      padding-left: calc(
        0.0000000625rem + 3.7499999375 * (100vw - 30rem) / 50.8125
      );
    }
  }
  @supports (
    padding-right:
      clamp(0.0000000625rem, -2.2140220408rem + 7.3800736777vw, 3.75rem)
  ) {
    .item-review {
      padding-right: clamp(
        0.0000000625rem,
        -2.2140220408rem + 7.3800736777vw,
        3.75rem
      );
    }
  }
  @supports not (
    padding-right:
      clamp(0.0000000625rem, -2.2140220408rem + 7.3800736777vw, 3.75rem)
  ) {
    .item-review {
      padding-right: calc(
        0.0000000625rem + 3.7499999375 * (100vw - 30rem) / 50.8125
      );
    }
  }
  @supports (
    padding-top: clamp(1.875rem, -0.9663284133rem + 9.4710947109vw, 6.6875rem)
  ) {
    .page__faq {
      padding-top: clamp(
        1.875rem,
        -0.9663284133rem + 9.4710947109vw,
        6.6875rem
      );
    }
  }
  @supports not (
    padding-top: clamp(1.875rem, -0.9663284133rem + 9.4710947109vw, 6.6875rem)
  ) {
    .page__faq {
      padding-top: calc(1.875rem + 4.8125 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (
    padding-bottom: clamp(1.875rem, 1.3214944649rem + 1.8450184502vw, 2.8125rem)
  ) {
    .page__faq {
      padding-bottom: clamp(
        1.875rem,
        1.3214944649rem + 1.8450184502vw,
        2.8125rem
      );
    }
  }
  @supports not (
    padding-bottom: clamp(1.875rem, 1.3214944649rem + 1.8450184502vw, 2.8125rem)
  ) {
    .page__faq {
      padding-bottom: calc(1.875rem + 0.9375 * (100vw - 30rem) / 50.8125);
    }
  }
  @supports (font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem)) {
    .faq__title {
      font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem);
    }
  }
  @supports not (
    font-size: clamp(1.375rem, 1.00599631rem + 1.2300123001vw, 2rem)
  ) {
    .faq__title {
      font-size: calc(1.375rem + 0.625 * (100vw - 30rem) / 50.8125);
    }
  }
}
@media (min-width: 62em) and (max-width: 80.8125em) {
  @supports (
    gap: clamp(1.5625rem, -7.9125830565rem + 15.2823920266vw, 4.4375rem)
  ) {
    .head__top {
      gap: clamp(1.5625rem, -7.9125830565rem + 15.2823920266vw, 4.4375rem);
    }
  }
  @supports not (
    gap: clamp(1.5625rem, -7.9125830565rem + 15.2823920266vw, 4.4375rem)
  ) {
    .head__top {
      gap: calc(1.5625rem + 2.875 * (100vw - 62rem) / 18.8125);
    }
  }
}
@media (min-width: 48em) and (max-width: 80.8125em) {
  @supports (
    font-size: clamp(0.8125rem, -0.1932142857rem + 2.0952380952vw, 1.5rem)
  ) {
    .head__proposal {
      font-size: clamp(0.8125rem, -0.1932142857rem + 2.0952380952vw, 1.5rem);
    }
  }
  @supports not (
    font-size: clamp(0.8125rem, -0.1932142857rem + 2.0952380952vw, 1.5rem)
  ) {
    .head__proposal {
      font-size: calc(0.8125rem + 0.6875 * (100vw - 48rem) / 32.8125);
    }
  }
}
@media (any-hover: hover) {
  .menu__link:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .footer__link:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .form-head__submit:hover {
    background-color: #fff;
  }
  .video__play:hover svg circle[r="90.75"] {
    fill: #202020;
  }
  .form-income__button:hover {
    background-color: #7cff4e;
  }
  .result-income__button:hover {
    border: 1px solid #7cff4e;
    background-color: #fff;
  }
  .faq__button:hover {
    background-color: #fff;
  }
}


.header__logo img {
  height: auto;
  width: 400px;
}

.footer__logo img {
  height: auto;
  width: 400px;
}


@media screen and (max-width: 768px) {
  .header__logo img {
    width: 200px;
  }

  .footer__logo img {
    width: 200px;
  }
}