@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff?sxmcq5") format("woff"), url("../fonts/icons.svg?sxmcq5#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=_icon-],
[class*=" _icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-phone:before {
  content: "\e901";
  color: #fff;
}

._icon-telegram-icon:before {
  content: "\e900";
}

._icon-whatsapp-icon:before {
  content: "\e902";
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

main {
  flex: 1 1 auto;
}

._container {
  margin: 0 auto;
  padding: 0px 10px;
  max-width: 1300px;
  width: 100%;
}

body {
  height: 100vh;
  max-width: 100vw;
  font-family: "Montserrat", "sans-serif";
  font-weight: 400;
  color: #2A2367;
  font-size: 12px;
}

body.modal--open::-webkit-scrollbar {
  opacity: 0;
}

.button {
  border-radius: 5px;
  font-weight: 800;
  line-height: 125%;
  color: #ffffff;
  background-color: #6B5AF9;
  transition: background-color ease 0.3s;
}

.button__icon {
  font-size: 20px;
}

.bottom {
  display: flex;
  justify-content: center;
}

.bottom__button {
  padding: 22px 78px 23px;
}

.title {
  font-weight: 800;
  font-size: 2.25rem;
  font-size: 36px;
  line-height: 122%;
}

.title span {
  color: #6B5AF9;
}

.header {
  width: 100%;
  height: 100px;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: #FFFFFF;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo:not(:last-child) {
  margin-right: 10px;
}

.header__menu:not(:last-child) {
  margin-right: 15px;
}

.header__button {
  padding: 22px 33px;
}

.header-lock {
  min-height: 100px;
  margin-bottom: 11px;
}

.menu__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.menu__list {
  display: flex;
  gap: 27px;
}

.menu__link {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 121%;
  color: inherit;
  transition: color ease 0.2s;
}

.menu__contacts {
  display: none;
}

.menu__contacts__contact a {
  color: inherit;
}

.contacts-header {
  text-align: right;
}

.contacts-header:not(:last-child) {
  margin-right: 20px;
}

.contacts-header__top {
  align-items: center;
  display: flex;
  gap: 15px;
}

.contacts-header__socials {
  display: flex;
  gap: 10px;
  font-size: 18px;
  transition: color ease 0.3s;
}

.contacts-header__phone {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 121%;
  color: inherit;
  transition: color ease 0.2s;
}

.contacts-header__bottom:not(:first-child) {
  margin-top: 5px;
}

.contacts-header__timetable {
  font-weight: 700;
  line-height: 125%;
}

.modal {
  position: fixed;
  padding: 0 5px;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.modal--active {
  opacity: 1;
  visibility: visible;
}

.modal--active .modal__wrapper {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  overflow: scroll;
}

.modal--active .modal__wrapper::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  position: relative;
  margin: 0 auto;
  max-height: 80%;
  width: 766px;
  border-radius: 5px;
  background-color: #FFFFFF;
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.modal__body {
  margin: 0 auto;
  padding: 27px 15px 36px;
  max-width: 374px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
}

.modal__title:not(:last-child) {
  margin: 0 0 29px 0;
}

.modal__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.modal__form:not(:last-child) {
  margin: 0 0 13px 0;
}

.modal__lable {
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  color: #7E7E7E;
}

.modal__lable :not(:last-child) {
  margin: 0 0 13px 0;
}

.modal__input {
  padding: 0 10px 10px 0;
  width: 100%;
  font-weight: 700;
  line-height: 125%;
  color: #2A2367;
  border-bottom: 2px solid #9895B4;
  transition: all ease 0.2s;
}

.modal__input::placeholder {
  color: #9895B4;
}

.modal__input:focus {
  border-bottom: 2px solid #6B5AF9;
}

.modal__button {
  padding: 22px 10px;
  font-weight: 800;
  line-height: 125%;
  color: #FFFFFF;
  background-color: #6B5AF9;
  border-radius: 5px;
}

.modal__footnote {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 120%;
}

.modal__close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  right: 12px;
  transition: transform ease 0.3s;
}

.footer {
  padding-top: 75px;
  padding-bottom: 58px;
  background-color: #2A2367;
  color: #ffffff;
}

.footer a {
  transition: color ease 0.2s;
}

.footer .button {
  transition: all ease 0.2s;
}

.footer__top {
  padding-bottom: 33px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #6B5AF9;
}

.footer__title {
  margin-bottom: 30px;
  color: #ffffff;
}

.footer__mail {
  font-weight: 700;
  font-size: 48px;
  line-height: 121%;
  color: #6B5AF9;
}

.footer__button {
  padding: 22px 10px 23px;
  width: 275px;
  text-align: center;
}

.footer__main {
  padding-top: 44px;
  display: flex;
  justify-content: space-between;
}

.footer__main:not(:last-child) {
  margin-bottom: 10px;
}

.footer__main .button {
  display: none;
}

.footer__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  max-width: 290px;
}

.footer__socials {
  display: flex;
  gap: 20px;
}

.footer__social {
  color: inherit;
  font-size: 35px;
}

.footer__bottom {
  text-align: center;
  font-weight: 400;
  line-height: 125%;
}

.footer_img:not(:last-child) {
  margin-bottom: 20px;
}

.footer__lable:not(:last-child) {
  margin-bottom: 16px;
}

.footer__link {
  color: inherit;
  text-decoration: underline;
}

.home {
  padding-bottom: 95px;
  overflow: hidden;
}

.home__container {
  position: relative;
  display: flex;
  align-items: center;
}

.home__body {
  position: relative;
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  gap: 116px;
  z-index: 1;
  gap: 116px;
}

.home__title {
  font-weight: 700;
}

.home__text {
  max-width: 356px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}

.home__text span {
  color: #6B5AF9;
}

.home__bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home__button {
  padding: 22px 10px;
  max-width: 275px;
  text-align: center;
}

.home__info {
  max-width: 356px;
  font-weight: 600;
  line-height: 137.4%;
}

.home__info span {
  color: #6B5AF9;
}

.home__img {
  display: none;
}

.home__img-bg {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 76%;
  transform: translate(20%, -50%);
}

.home__img img {
  max-width: 100%;
}

.features {
  padding-top: 76px;
  padding-bottom: 150px;
  overflow: hidden;
}

.features__top:not(:last-child),
.features__content:not(:last-child) {
  margin-bottom: 54px;
}

.content-features {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 54px;
}

.content-features__item {
  padding: 2px 10px 39px 15px;
  min-width: 270px;
  flex: 1 1 30%;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-weight: 700;
}

.content-features__num {
  font-size: 4rem;
  line-height: 122%;
  color: #FFFFFF;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.content-features__num:not(:last-child) {
  margin-bottom: 11px;
}

.content-features__property {
  padding-bottom: 10px;
  position: relative;
  font-size: 0.875rem;
  line-height: 121%;
}

.content-features__property::after {
  position: absolute;
  display: block;
  content: "";
  width: 175px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #E37575;
}

.content-features__property:not(:last-child) {
  margin-bottom: 8px;
}

.content-features__text {
  font-weight: 400;
  line-height: 125%;
}

.search {
  padding-bottom: 150px;
}

.search__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.search__content {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  gap: 66px;
}

.search__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.search__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
}

.search__img {
  flex: 0 1 50%;
  min-width: 370px;
}

.search__img img {
  max-width: 100%;
}

.benefits {
  padding-bottom: 100px;
}

.benefits__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.benefits__items:not(:last-child) {
  margin-bottom: 100px;
}

.benefits__item {
  display: flex;
  align-items: center;
}

.benefits__item-rev {
  flex-direction: row-reverse;
}

.benefits__img img {
  width: 100%;
}

.benefits__body {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.benefits__lable {
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  color: #6B5AF9;
}

.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefits__property {
  padding-left: 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 121%;
  background: url(../img/benefits/ellipse.png) no-repeat 0px center;
}

.stages {
  padding-bottom: 150px;
}

.stages__container {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.stages__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 30px;
}

.stages__items {
  flex: 1 1 50%;
}

.navbar-stages {
  flex: 0 0 400px;
}

.navbar-stages__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.navbar-stages__item {
  padding-left: 40px;
  position: relative;
}

.navbar-stages__link {
  font-weight: 600;
  font-size: 18px;
  font-size: 18px;
  line-height: 125%;
  color: inherit;
  transition: all ease 0.2s;
}

.navbar-stages__link::before {
  position: absolute;
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #7E7E7E;
}

.navbar-stages__link._active {
  color: #6B5AF9;
}

.navbar-stages__link._active::before {
  transition: all ease 0.2s;
  background-color: #6B5AF9;
}

.item-stages {
  display: none;
}

.item-stages._active {
  display: block;
  padding: 23px 43px 90px;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(42, 35, 103, 0.15);
  border-radius: 10px;
}

.item-stages._active .item-stages__top {
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 50px;
  font-weight: 700;
  font-size: 24px;
  font-size: 24px;
  line-height: 120%;
  border-bottom: 1px solid #7E7E7E;
}

.item-stages._active .item-stages__top:not(:last-child) {
  margin-bottom: 26px;
}

.item-stages._active .item-stages__num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  height: 53px;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #43CD93;
}

.item-stages._active .item-stages__title {
  font-weight: inherit;
}

.item-stages._active .item-stages__content {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item-stages._active .item-stages__text {
  font-weight: 400;
  font-size: 18px;
  font-size: 18px;
  line-height: 125%;
  color: #2A2367;
}

.item-stages._active .item-stages__img img {
  max-width: 100%;
}

.about {
  padding-bottom: 200px;
}

.about__wrapper {
  padding: 41px 20px;
  gap: 44px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #F4F8FF;
}

.about__content {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
}

.about__text:not(:last-child) {
  margin-bottom: 10px;
}

.about__body {
  flex: 1 1 45%;
  padding: 56px;
  text-align: center;
  color: #ffffff;
  background-color: #6B5AF9;
  border-radius: 20px;
}

.about__body .about__text:not(:last-child) {
  margin-bottom: 46px;
}

.about__num {
  font-weight: 700;
  font-size: 24px;
  line-height: 121%;
}

.about__num:not(:last-child) {
  margin-bottom: 21px;
}

.about__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about__lable-checkbox {
  display: flex;
  justify-content: space-between;
}

.about__input {
  padding: 8px 10px 8px 0;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 121%;
  color: #9B8FFF;
  background-color: transparent;
  border-bottom: 2px solid #9B8FFF;
  transition: all ease 0.2s;
}

.about__input::placeholder {
  color: #ffffff;
}

.about__input:focus {
  color: #ffffff;
  border-color: #ffffff;
}

.about__button {
  padding: 22px 0 21px 0;
  color: #6B5AF9;
  background-color: #ffffff;
}

.about__checkbox {
  display: none;
}

.about__checkbox ~ .about__text {
  position: relative;
  padding-left: 29px;
  font-size: 12px;
}

.about__checkbox ~ .about__text::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all ease 0.2s;
  background-color: #ffffff;
  border: 1px solid #9B8FFF;
  border-radius: 2px;
}

.about__checkbox:checked ~ .about__text::before {
  background: #9B8FFF url(../img/check.png) no-repeat center;
}

.menu__burger {
  display: none;
}

@media (min-width: 29.99875em) {
  .about__body {
    min-width: 350px;
  }
}

@media (min-width: 36.25em) {
  .home__title:not(:last-child) {
    margin-bottom: 21px;
  }

  .benefits__item {
    justify-content: space-between;
  }
}

@media (min-width: 47.99875em) {
  .button__icon {
    display: none;
  }

  .header__button {
    min-width: 129px;
  }
}

@media (min-width: 61.99875em) {
  .home__title {
    max-width: 653px;
  }

  .home__text {
    max-width: 619px;
  }

  .home__info {
    max-width: 460px;
  }
}

@media (max-width: 1280px) {
  body {
    font-size: calc(10px + 2 * ((100vw - 320px) / 960));
  }

  .title {
    font-size: calc(16px + 20 * ((100vw - 320px) / 960));
  }

  .footer {
    padding-top: calc(27px + 48 * ((100vw - 320px) / 960));
  }

  .footer {
    padding-bottom: calc(48px + 10 * ((100vw - 320px) / 960));
  }

  .footer__title {
    margin-bottom: calc(11px + 19 * ((100vw - 320px) / 960));
  }

  .footer__mail {
    font-size: calc(20px + 28 * ((100vw - 320px) / 960));
  }

  .footer__main {
    padding-top: calc(30px + 14 * ((100vw - 320px) / 960));
  }

  .footer__text {
    font-size: calc(14px + 4 * ((100vw - 320px) / 960));
  }

  .home {
    padding-bottom: calc(28px + 67 * ((100vw - 320px) / 960));
  }

  .home__body {
    gap: calc(40px + 76 * ((100vw - 320px) / 960));
  }

  .home__text {
    font-size: calc(12px + 4 * ((100vw - 320px) / 960));
  }

  .features {
    padding-top: calc(40px + 36 * ((100vw - 320px) / 960));
  }

  .features {
    padding-bottom: calc(100px + 50 * ((100vw - 320px) / 960));
  }

  .features__top:not(:last-child),
  .features__content:not(:last-child) {
    margin-bottom: calc(30px + 24 * ((100vw - 320px) / 960));
  }

  .content-features {
    row-gap: calc(30px + 24 * ((100vw - 320px) / 960));
  }

  .search {
    padding-bottom: calc(70px + 80 * ((100vw - 320px) / 960));
  }

  .search__content {
    gap: calc(30px + 36 * ((100vw - 320px) / 960));
  }

  .search__text {
    font-size: calc(12px + 6 * ((100vw - 320px) / 960));
  }

  .benefits__items:not(:last-child) {
    margin-bottom: calc(40px + 60 * ((100vw - 320px) / 960));
  }

  .benefits__lable {
    font-size: calc(12px + 6 * ((100vw - 320px) / 960));
  }

  .benefits__property {
    font-size: calc(10px + 6 * ((100vw - 320px) / 960));
  }

  .stages {
    padding-bottom: calc(90px + 60 * ((100vw - 320px) / 960));
  }

  .stages__container {
    gap: calc(30px + 4 * ((100vw - 320px) / 960));
  }

  .navbar-stages__list {
    gap: calc(15px + 30 * ((100vw - 320px) / 960));
  }

  .navbar-stages__link {
    font-size: calc(12px + 6 * ((100vw - 320px) / 960));
  }

  .item-stages._active .item-stages__top {
    gap: calc(18px + 32 * ((100vw - 320px) / 960));
  }

  .item-stages._active .item-stages__top {
    font-size: calc(12px + 12 * ((100vw - 320px) / 960));
  }

  .item-stages._active .item-stages__text {
    font-size: calc(12px + 6 * ((100vw - 320px) / 960));
  }

  .about {
    padding-bottom: calc(60px + 140 * ((100vw - 320px) / 960));
  }

  .about__text {
    font-size: calc(12px + 6 * ((100vw - 320px) / 960));
  }

  .about__body {
    padding: calc(12px + 44 * ((100vw - 320px) / 960));
  }

  .about__num {
    font-size: calc(18px + 6 * ((100vw - 320px) / 960));
  }

  .about__input {
    font-size: calc(18px + 6 * ((100vw - 320px) / 960));
  }
}

@media (max-width: 73.125em) {
  .header__button {
    padding: 22px 13px;
  }

  .menu__list {
    gap: 10px;
  }

  .contacts-header__socials {
    font-size: 1rem;
    gap: 8px;
  }
}

@media (max-width: 67.5em) {
  .contacts-header__phone {
    font-size: 1rem;
  }
}

@media (max-width: 61.99875em) {
  .header__logo {
    text-align: center;
    position: relative;
    order: 2;
    z-index: 10;
  }

  .header__button {
    position: relative;
    order: 3;
    z-index: 10;
  }

  .menu__contacts {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 32px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 122%;
    color: #6B5AF9;
  }

  .contacts-header {
    display: none;
  }

  .menu__burger {
    display: block;
    position: relative;
    width: 41px;
    height: 20px;
    cursor: pointer;
    z-index: 5;
  }

  .menu__burger span,
  .menu__burger::before,
  .menu__burger::after {
    left: 0;
    position: absolute;
    height: 20%;
    transition: all ease 0.3s;
    background-color: #6B5AF9;
    border-radius: 1px;
  }

  .menu__burger::before,
  .menu__burger::after {
    content: "";
  }

  .menu__burger::before {
    width: 100%;
    top: 0;
  }

  .menu__burger::after {
    width: 36%;
    bottom: 0;
  }

  .menu__burger span {
    width: 65%;
    top: 50%;
    transform: translate(0px, -50%);
  }

  .menu__burger._active::after {
    width: 100%;
    color: #43CD93;
  }

  .menu__body {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fefefe;
    transition: left ease 0.3s;
    overflow: auto;
  }

  .menu__body .menu__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .menu__body .menu__link {
    font-size: 1.25rem;
  }

  .menu__body._active {
    left: 0;
  }

  .menu__body._active ~ .menu__burger::after {
    width: 100%;
    background-color: #43CD93;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

@media (max-width: 47.99875em) {
  .button__text {
    display: none;
  }

  .header__button {
    padding: 9px 22px;
  }
}

@media (max-width: 36.25em) {
  .footer__button {
    display: none;
  }

  .footer__main .button {
    display: block;
    order: 1;
  }

  .footer__main {
    flex-direction: column;
    gap: 30px;
  }

  .footer__body {
    order: 3;
  }

  .footer__socials {
    order: 2;
  }

  .home__img {
    margin-top: -40px;
    display: block;
    max-width: 447px;
  }

  .home__img:not(:last-child) {
    margin-bottom: 29px;
  }

  .home__img-bg {
    display: none;
  }

  .benefits__item {
    flex-direction: column;
  }
}

@media (max-width: 29.99875em) {
  .modal__title {
    font-size: 1.125rem;
  }
}

@media (max-width: 23.125em) {
  .search__img {
    min-width: 300px;
  }
}

@media (any-hover: hover) {
  .button:hover {
    background-color: #43CD93;
  }

  .menu__link:hover {
    color: #6B5AF9;
  }

  .contacts-header__socials:hover {
    color: #6B5AF9;
  }

  .contacts-header__phone:hover {
    color: #6B5AF9;
  }

  .modal__close:hover {
    transform: scale(1.15);
  }

  .footer a:hover {
    color: #43CD93;
  }

  .footer .button:hover {
    color: #ffffff;
  }

  .navbar-stages__link:hover {
    color: #6B5AF9;
  }

  .about__button:hover {
    color: #ffffff;
  }
}