@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Bl';
  src: url('../fonts/ProximaNova-Black.eot');
  src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Black.woff2') format('woff2'), url('../fonts/ProximaNova-Black.woff') format('woff'), url('../fonts/ProximaNova-Black.ttf') format('truetype'), url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

body {
  font-family: 'Proxima Nova';
  font-size: 16px;
  background-color: #270940;
  color: #fff;
  position: relative;
}

input,
button {
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
  color: inherit;
}

.wrapper {
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.body-block {
  overflow: hidden;
}

.hidden {
  display: none;
}

.gradient {
  display: inline-block;
  background: -webkit-linear-gradient(#F7A1FF, #FC00FF);
  background: linear-gradient(#F7A1FF, #FC00FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Шапка */

.header {
  position: absolute;
  left: 0;
  width: 100%;
}

.header__row {
  background: rgba(39, 9, 62, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 10px 0;
}

.header__row_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.logo img {
  display: block;
}

.call,
.mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.call img,
.mail img {
  margin-right: 10px;
  display: block;
}

.nav {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nav__link {
  font-size: 18px;
  font-weight: 700;
}

.nav__link.active {
  display: inline-block;
  background: -webkit-linear-gradient(#F7A1FF, #FC00FF);
  background: linear-gradient(#F7A1FF, #FC00FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav .call,
.nav .mail {
  display: none;
}

.burger {
  display: none;
  width: 85px;
  height: 85px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

.burger__rds {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.burger__rds img {
  display: block;
}

.burger__close {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.burger.active .burger__rds {
  opacity: 0;
}

.burger.active .burger__close {
  opacity: 1;
}

/* / Шапка */

/* Hero */

.hero {
  padding-top: 268px;
  padding-bottom: 153px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.hero__center {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 30px;
  margin-right: 30px;
}

.hero__img {
  width: 100%;
  max-width: 320px;
  border-radius: 6px;
}

.hero__title {
  display: inline-block;
  background: -webkit-linear-gradient(#F7A1FF, #FC00FF);
  background: linear-gradient(#F7A1FF, #FC00FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  margin-bottom: 20px;
}

.hero__subtitle {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero__descr {
  text-align: center;
  font-size: 18px;
}

.form {
  width: 100%;
  max-width: 320px;
  background: -webkit-linear-gradient(top, rgba(39, 9, 62, 0.756) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(39, 9, 62, 0.756) 0%, rgba(0, 0, 0, 0.9) 100%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-sizing: border-box;
  padding: 30px;
}

.form__title {
  font-weight: 700;
  text-align: center;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.form__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 25px;
}

.form__field img {
  margin-right: 10px;
}

.form__field input {
  width: calc(100% - 35px);
}

.form__submit {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background: -webkit-linear-gradient(top, #8E0B9A 0%, #ED00EF 100%);
  background: linear-gradient(180deg, #8E0B9A 0%, #ED00EF 100%);
  border-radius: 8px;
  cursor: pointer;
}

.form__info {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}

/* / Hero */

/* О нас */

.about {
  padding: 120px 0;
}

.about__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -90px;
}

.about__col {
  width: calc(100% / 12 * 4 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.about__item {
  margin-bottom: 90px;
}

.about__img {
  margin-bottom: 60px;
}

.about__name {
  font-weight: 700;
  background-color: #000;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 50px;
  color: #fa4eff;
  margin-bottom: 4px;
}

.about__name,
.about__descr {
  font-size: 21px;
}

/* / О нас */

/* Преимущества */

.advantages {
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.advantages__title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 900;
}

.advantages__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -60px;
}

.advantages__item {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}

.advantages__icon {
  margin-bottom: 25px;
}

.advantages__name {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

/* / Преимущества */

/* Связаться */

.contact {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact__content {
  background: -webkit-linear-gradient(top, rgba(39, 9, 62, 0.756) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(39, 9, 62, 0.756) 0%, rgba(0, 0, 0, 0.9) 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 50px 90px;
}

.contact__title {
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact__descr {
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}

.contact__pers {
  opacity: 0.5;
  text-align: center;
}

.c-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.c-form__field {
  padding: 10px 0;
  margin-right: 40px;
  width: calc(100% / 12 * 4 - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #c4c4c4;
}

.c-form__field img {
  margin-right: 10px;
}

.c-form__field input {
  width: calc(100% - 35px);
}

.c-form__submit {
  width: calc(100% / 12 * 4);
  text-align: center;
  background: -webkit-linear-gradient(top, #8E0B9A 0%, #ED00EF 100%);
  background: linear-gradient(180deg, #8E0B9A 0%, #ED00EF 100%);
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

/* / Связаться */

/* СЕО */

.seo {
  padding-bottom: 120px;
}

.seo__title {
  font-size: 32px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.seo__subtitle {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
}

.seo__item:not(:last-child) {
  margin-bottom: 30px;
}

/* / СЕО */

/* Подвал */

.footer {
  background-color: #09020E;
  padding: 40px 0;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}

.footer__logo {
  margin-left: 60px;
  margin-right: 60px;
}

.footer__mail,
.footer__call {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.footer__mail img,
.footer__call img {
  margin-right: 10px;
  display: block;
}

.f-list {
  width: 100%;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f-list__link {
  font-weight: 900;
  font-size: 14px;
}

/* / Подвал */

@media screen and (max-width: 992px) {
  .hero {
    padding-bottom: 100px;
  }

  .hero__content {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero__img {
    width: calc(50% - 30px);
  }

  .hero__center {
    margin-right: 0;
    width: 50%;
  }

  .hero__title {
    font-size: 38px;
  }

  .hero__subtitle {
    font-size: 26px;
  }

  .hero__descr {
    font-size: 17px;
  }

  .form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .about {
    padding: 100px 0;
  }

  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .about__item {
    margin-bottom: 45px;
  }

  .about__col {
    width: calc(100% - 20px);
  }

  .about__col:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }

  .about__img {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }

  .advantages {
    padding: 100px 0;
  }

  .advantages__title {
    font-size: 30px;
  }

  .contact {
    padding: 100px 0;
  }

  .seo {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 830px) {
  .advantages__item {
    width: calc(100% / 12 * 4 - 20px);
  }
}

@media screen and (max-width: 768px) {
  .advantages,
  .about,
  .contact {
    padding: 80px 0;
  }

  .hero {
    padding-bottom: 80px;
  }

  .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .hero__content > * {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero__center {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
    margin-top: 0;
  }

  .hero__img {
    margin-bottom: 30px;
  }

  .form {
    margin-top: 0;
  }

  .contact__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .seo {
    padding-bottom: 80px;
  }

  .advantages__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 650px) {
  .burger {
    display: block;
  }

  .header__row {
    background: unset;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    padding: 0;
  }

  .header__row_content .mail,
  .header__row_content .call {
    display: none;
  }

  .header .logo {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 85px);
    height: 100vh;
    box-sizing: border-box;
    background-color: #200220;
    padding: 20px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .nav.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .nav__item:not(:last-child) {
    margin-bottom: 17px;
  }

  .nav .mail,
  .nav .call {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 17px;
  }

  .c-form {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .c-form__field {
    margin-right: 0;
    width: calc(50% - 10px);
  }

  .c-form__field:first-child {
    margin-right: 20px;
  }

  .c-form__submit {
    padding: 15px 0;
    margin-top: 20px;
    width: 250px;
  }

  .f-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: unset;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
    margin-bottom: -10px;
  }

  .f-list__item {
    width: calc(100% / 12 * 4);
    margin-bottom: 10px;
  }

  .footer__logo {
    display: none;
  }

  .footer__top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .hero {
    padding-top: 145px;
  }

  .hero__title {
    font-size: 36px;
  }

  .advantages,
  .about,
  .contact {
    padding: 60px 0;
  }

  .advantages__item {
    width: calc(100% - 20px);
  }

  .advantages__title {
    font-size: 26px;
  }

  .about__name,
  .about__descr {
    font-size: 19px;
  }

  .footer .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .footer__top {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .footer__mail {
    margin-bottom: 15px;
  }

  .f-list {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: unset;
    flex-wrap: unset;
  }

  .f-list__item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .contact__title {
    display: none;
  }

  .contact__descr {
    font-weight: 700;
    font-size: 16px;
  }

  .contact__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .c-form__field {
    width: calc(100%);
  }

  .seo__title {
    font-size: 26px;
  }
}

.success-content{
  height: 62vh;
}

.success-page{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.success-page img{
  max-width: 100px;
}
.success-button{
  color: #E84479;
  font-size: 24px;
}

.seo ul{
  line-height: 40px;
  font-style: italic;
  margin: 3% 6%;
  list-style: circle;
}
.lang{
  display: flex;
  width: 60px;
  justify-content: space-between;
  text-transform: uppercase;
}
.lang li:last-child{
  color:#b1b8f1;
}
.lang li{
  order: 1;
}
.nav.active{
  z-index: 1;
}
@media(max-width: 650px){
  .lang{
    margin-right: 65px;
  }
}