#header {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
#header .header__container {
  display: flex;
  justify-content: space-between;
  padding: 15px 50px;
  align-items: center;
}
#header .header__container .header__logo {
  width: 236px;
}
#header .header__container .header__menu .group {
  display: flex;
  align-items: center;
}
#header .header__container .header__menu .group .nav__list {
  display: flex;
  margin-right: 30px;
}
#header .header__container .header__menu .group .nav__list .nav__item:not(:last-child) {
  margin-right: 30px;
}
#header .header__container .header__menu .group .nav__list .nav__item .nav__link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
}
#header .header__container .header__menu .group .nav__list .nav__item .nav__link:hover {
  opacity: 0.8;
}
#header .header__container .header__menu .group .nav__btn {
  display: flex;
}
#header .header__container .header__menu .group .nav__btn li {
  width: 110px;
}
#header .header__container .header__menu .group .nav__btn li:first-child a {
  background: linear-gradient(to right, #EB09AF, #4F33D0);
  border: 0;
  color: var(--color-white);
  padding: 8px 10px;
}
#header .header__container .header__menu .group .nav__btn li a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  background: #fff;
  color: var(--color-purple);
  text-align: center;
  padding: 6px 10px;
  border-radius: 4px;
  border: 2px solid var(--color-purple);
}
#header .header__container .header__menu .group .nav__btn li:not(:last-child) {
  margin-right: 10px;
}

#footer {
  background: var(--color-purple);
  color: var(--color-white);
  padding: 54px 0 15px;
}
#footer .wrap {
  max-width: 994px;
}
#footer .footer__row1 {
  padding-bottom: 48px;
}
#footer .footer__row1 .footer__container {
  display: flex;
  justify-content: space-between;
}
#footer .footer__row1 .footer__container .footer__column--left .footer__logo {
  width: 236px;
}
#footer .footer__row1 .footer__container .footer__column--left .footer__menu {
  margin-top: 33px;
  display: flex;
}
#footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column {
  font-size: 14px;
  line-height: 20px;
}
#footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column:not(:last-child) {
  margin-right: 50px;
}
#footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column .footer__title {
  font-weight: 700;
  margin-bottom: 11px;
}
#footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column .footer__links .footer__link-item:not(:last-child) {
  margin-bottom: 10px;
}
#footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column .footer__links .footer__link-item a {
  font-weight: 500;
}
#footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column .footer__links .footer__link-item a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#footer .footer__row1 .footer__container .footer__column--right {
  margin-top: 63px;
}
#footer .footer__row1 .footer__container .footer__column--right .footer__buttons .footer__button-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
#footer .footer__row1 .footer__container .footer__column--right .footer__social-icons {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
#footer .footer__row1 .footer__container .footer__column--right .footer__social-icons li:not(:last-child) {
  margin-right: 20px;
}
#footer .footer__row1 .footer__container .footer__column--right .footer__social-icons li img {
  width: 30px;
}
#footer .footer__row2 address {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (max-width: 560px) {
  #header .header__container {
    display: block;
    padding: 3.57vw 3.57vw 3.93vw 3.57vw;
  }
  #header .header__container .header__logo {
    width: 36.4230769231%;
  }
  #header .header__container .header__menu .group {
    display: block;
  }
  #header .header__container .header__menu .group .nav__list {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  #header .header__container .header__menu .group .nav__list .nav__item:not(:last-child) {
    margin: 0 0 5.36vw;
  }
  #header .header__container .header__menu .group .nav__list .nav__item .nav__link {
    font-size: 3.57vw;
  }
  #header .header__container .header__menu .group .nav__btn {
    display: block;
    margin: 7.14vw auto 0;
    max-width: 71.43vw;
  }
  #header .header__container .header__menu .group .nav__btn li {
    width: 100%;
  }
  #header .header__container .header__menu .group .nav__btn li:not(:last-child) {
    margin-bottom: 7.14vw;
  }
  #header .header__container .header__menu .group .nav__btn li:first-child a {
    background: linear-gradient(to right, #EB09AF, #4F33D0);
    border: 0;
    color: var(--color-white);
    padding: 3.21vw 1.79vw;
  }
  #header .header__container .header__menu .group .nav__btn li a {
    font-size: 3.57vw;
    padding: 2.86vw 1.79vw;
  }
  #header .header__container .header__menu .group .nav__btn li:not(:last-child) {
    margin-right: 0;
  }
  #navigation {
    background: #fff;
    padding: 20vw 8%;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    bottom: 0;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease 0s;
  }
  #footer {
    padding: 10.36vw 0 6.07vw;
  }
  #footer .footer__row1 {
    padding-bottom: 5.71vw;
  }
  #footer .footer__row1 .footer__container {
    display: block;
  }
  #footer .footer__row1 .footer__container .footer__column--left .footer__logo {
    width: 65.625%;
    margin: 0 auto;
  }
  #footer .footer__row1 .footer__container .footer__column--left .footer__menu {
    margin-top: 4.46vw;
    display: block;
  }
  #footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column {
    font-size: 3.57vw;
  }
  #footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column:not(:last-child) {
    margin-right: 0;
  }
  #footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column .footer__title {
    margin-bottom: 0;
    padding: 3.48vw 1.61vw;
    border-bottom: 0.18vw solid rgba(255, 255, 255, 0.3);
    position: relative;
    cursor: pointer;
  }
  #footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column .footer__title::after {
    content: "";
    background: url(../img/shared/icon_plus.svg) no-repeat;
    background-size: 3.57vw;
    width: 3.57vw;
    height: 3.57vw;
    position: absolute;
    top: 50%;
    right: 1.79vw;
    transform: translateY(-50%);
    font-size: 6.25vw;
  }
  #footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column .footer__title.active::after {
    background: url(../img/shared/icon_minus.svg) no-repeat;
    top: 64%;
  }
  #footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column .footer__links .footer__link-item {
    padding: 3.48vw 3.57vw 3.48vw 6.07vw;
    border-bottom: 0.18vw solid rgba(255, 255, 255, 0.3);
  }
  #footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column .footer__links .footer__link-item:not(:last-child) {
    margin-bottom: 0;
  }
  #footer .footer__row1 .footer__container .footer__column--left .footer__menu .footer__menu-column .footer__links .footer__link-item a:hover {
    text-decoration: underline;
    text-underline-offset: 0.54vw;
  }
  #footer .footer__row1 .footer__container .footer__column--right {
    margin-top: 8.93vw;
  }
  #footer .footer__row1 .footer__container .footer__column--right .footer__social-icons {
    display: flex;
    justify-content: center;
    margin-top: 7.14vw;
  }
  #footer .footer__row1 .footer__container .footer__column--right .footer__social-icons li:not(:last-child) {
    margin-right: 7.2916666667%;
  }
  #footer .footer__row1 .footer__container .footer__column--right .footer__social-icons li img {
    width: 100%;
  }
  #footer .footer__row2 address {
    font-size: 3.21vw;
    opacity: 0.49;
  }
}
@media screen and (max-width: 1299px) and (min-width: 561px) {
  #header .header__container {
    padding: 15px 20px;
    align-items: center;
  }
}
@media screen and (max-width: 1120px) and (min-width: 561px) {
  #header .header__container .header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 1070px) and (min-width: 561px) {
  #header {
    height: 66px;
  }
  #header .header__container {
    height: 100%;
  }
  #header .header__container .header__menu .group .nav__list {
    margin-right: 15px;
  }
  #header .header__container .header__menu .group .nav__list .nav__item:not(:last-child) {
    margin-right: 20px;
  }
  #header .header__container .header__menu .group .nav__btn li {
    width: 90px;
  }
}
@media screen and (max-width: 970px) and (min-width: 561px) {
  #header .header__container {
    padding: 0 10px;
  }
  #header .header__container .header__logo {
    width: 160px;
  }
  #header .header__container .header__menu {
    margin-left: 10px;
    flex: 1;
  }
  #header .header__container .header__menu .group .nav__list .nav__item .nav__link {
    font-size: 12px;
  }
  #header .header__container .header__menu .group .nav__btn li {
    width: 70px;
  }
  #header .header__container .header__menu .group .nav__btn li a {
    font-size: 12px;
  }
  #header .header__container .header__menu .group {
    justify-content: flex-end;
  }
  #header .header__container .header__menu .group .nav__btn {
    width: 150px;
    white-space: nowrap;
  }
  #header .header__container .header__menu .group .nav__list {
    justify-content: flex-end;
  }
}

/*# sourceMappingURL=global.css.map */
