@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

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

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Inter";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

button {
  cursor: pointer;
  background-color: inherit;
}

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-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  background-color: #f9f8fb;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px 40px;
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 24px;
  }
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858FA4;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858FA4;
}
.select__value span {
  padding-right: 10px;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

.header {
  box-shadow: 0 6px 20px rgba(113, 120, 248, 0.1);
  position: relative;
}
@media (max-width: 998px) {
  .header {
    background-color: #f9f8fb;
  }
}
.header__container {
  display: flex;
  align-items: center;
  color: #42476e;
  gap: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 998px) {
  .header__container {
    justify-content: space-between;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 40px;
  gap: 10px;
}
.header__logo img {
  width: 70px;
}
.header__links {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 998px) {
  .header__links {
    position: absolute;
    bottom: 0;
    transform: translate(0px, -100%);
    flex-direction: column;
    width: 100vw;
    transition: 0.4s;
    left: 0;
    background-color: #fff;
    gap: 0;
  }
  .header__links._active {
    transform: translate(0px, 100%);
  }
  .header__links a {
    width: 100%;
    padding: 24px;
    border-bottom: 1px solid #e7e8f4;
  }
}
.header__links a {
  color: inherit;
  font-weight: 700;
  transition: 0.3s;
  font-size: 18px;
}
.header__links a:hover {
  color: #6a72fb;
}
.header .icon-menu {
  display: none;
}
@media (max-width: 998px) {
  .header .icon-menu {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
  .header .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #6a72fb;
  }
  .header .icon-menu span:first-child {
    top: 0px;
  }
  .header .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .header .icon-menu._active span {
    transform: scale(0);
  }
  .header .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .header .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.home {
  background-image: url(../img/download1.svg);
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}
.home__coontainer {
  display: grid;
  grid-template-columns: 1fr 50%;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media (max-width: 998px) {
  .home__coontainer {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
  }
}
.home__logo {
  display: flex;
  align-items: center;
  gap: 50px;
}
.home__logo img {
  width: 100px;
}
@media (max-width: 998px) {
  .home__logo img {
    width: 90px;
  }
}
.home #icon-container {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  gap: 7px;
}
@media (max-width: 500px) {
  .home #icon-container {
    font-size: 20px;
  }
}
.home #icon-container img {
  width: 40px;
}
@media (max-width: 998px) {
  .home #icon-container img {
    width: 30px;
  }
}
.home__title {
  color: #19163a;
  margin-bottom: 16px;
  font-size: 34px;
  margin-top: 16px;
  line-height: 1.2;
  font-weight: 800;
}
@media (max-width: 998px) {
  .home__title {
    font-size: 30px;
    margin-top: 25px;
  }
}
.home__text {
  font-size: 22px;
  line-height: 1.7em;
  font-weight: 500;
}
@media (max-width: 998px) {
  .home__text {
    font-size: 20px;
  }
}
.home__links {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 998px) {
  .home__links {
    justify-content: center;
  }
}
.home__links a {
  background-color: #4e55da;
  transition: 0.3s;
  border-radius: 80px;
  padding: 22px 44px;
  box-shadow: 0 19px 42px -8px rgba(106, 114, 251, 0.64), 0 2px 12px -10px rgba(5, 9, 41, 0.13);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 998px) {
  .home__links a {
    font-size: 22px;
  }
}
.home__links a:hover {
  background-color: #7f5ece;
}
.home__tracker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
@media (max-width: 998px) {
  .home__tracker {
    gap: 6px;
    justify-content: center;
  }
}
.home__item {
  background-color: rgba(106, 114, 251, 0.09);
  border-radius: 14px;
  padding: 15px 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
@media (max-width: 998px) {
  .home__item {
    padding: 8px 14px;
    gap: 7px;
    border-radius: 12px;
  }
}
.home__item p {
  font-size: 40px;
  font-weight: 500;
  color: #6a72fb;
}
@media (max-width: 998px) {
  .home__item p {
    font-size: 30px;
  }
}
.home__item span {
  font-size: 12px;
}
@media (max-width: 998px) {
  .home__item span {
    font-size: 8px;
  }
}
.home__info {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
}
.home__zn {
  font-size: 25px;
}
.home__img {
  display: flex;
  justify-content: start;
}
@media (max-width: 998px) {
  .home__img {
    justify-content: center;
    margin-top: 30px;
  }
}
.home__img img {
  width: 180%;
  transform: translate(-15%);
}
@media (max-width: 998px) {
  .home__img img {
    width: 140vw;
    transform: translate(0px);
  }
}

.functions__title {
  color: #19163a;
  font-size: 34px;
  font-weight: 800;
  text-align: center;
}
.functions__block {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 110px;
  grid-row-gap: 64px;
}
@media (max-width: 998px) {
  .functions__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .functions__block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.functions__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.8em;
  font-size: 18px;
  font-weight: 500;
}
.get__container {
  padding-top: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
@media (max-width: 998px) {
  .get__container {
    grid-template-columns: 1fr;
  }
}
.get__img img {
  width: 100%;
}
.get__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.get__form._active .get__success {
  display: flex;
}
.get__form._active form {
  display: none;
}
.get__success {
  margin-top: 20px;
  display: none;
  margin-top: 20px;
  font-size: 18px;
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .get__success {
    font-size: 25px;
  }
}
.get__success img {
  max-width: 100%;
}
.get__title {
  font-size: 30px;
  font-weight: 600;
}
.get__subtitle {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 20px;
}

.cust_form {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 10px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .cust_form {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.cust_form input {
  padding: 18px 20px;
  border: 1px solid #4e55da;
  border-radius: 30px;
  width: 100%;
  font-size: 20px;
}
.cust_form input::placeholder {
  font-size: 20px;
}
@media (max-width: 998px) {
  .cust_form input {
    font-size: 18px;
  }
  .cust_form input::placeholder {
    font-size: 18px;
  }
}
.cust_form button {
  background-color: #4e55da;
  transition: 0.3s;
  border-radius: 80px;
  padding: 12px 44px;
  box-shadow: 0 19px 42px -8px rgba(106, 114, 251, 0.64), 0 2px 12px -10px rgba(5, 9, 41, 0.13);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.cust_form button:hover {
  background-color: #7f5ece;
}

.location_bg {
  position: relative;
  width: 1200px;
  top: 50%;
  left: 50%;
  margin-top: 150px;
  height: auto;
  transform: translateX(-50%) translateY(0%);
}
@media (max-width: 998px) {
  .location_bg {
    margin-top: 100px;
  }
}

.location_bg svg {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.location_bg img {
  max-width: 50px;
  position: absolute;
  display: none;
}

.location_bg img.active {
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.location_bg .uk_flag {
  top: 12.5%;
  left: 43.5%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.location_bg .es_flag {
  top: 21.5%;
  left: 42.5%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.location_bg .de_flag {
  top: 13%;
  right: 48%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.location_bg .tk_flag {
  top: 25%;
  left: 57%;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.location_bg .us_flag {
  top: 21%;
  left: 18.7%;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.location_bg .fr_flag {
  top: 17%;
  left: 45%;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.location_bg .ch_flag {
  top: 19.5%;
  right: 15.2%;
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.location_bg .it_flag {
  top: 21%;
  right: 45%;
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

.location_bg .ru_flag {
  top: 8%;
  right: 32.8%;
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

.location_bg .br_flag {
  top: 55%;
  left: 24%;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.location_bg .ca_flag {
  top: 10%;
  left: 9%;
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

.location_bg .ind_flag {
  top: 35%;
  left: 72%;
  -webkit-animation-delay: 22s;
  animation-delay: 22s;
}

.auf_flag {
  top: 69%;
  right: 5%;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.nig_flag {
  top: 41%;
  right: 52%;
  -webkit-animation-delay: 26s;
  animation-delay: 26s;
}

.mar_flag {
  top: 49%;
  right: 39%;
  -webkit-animation-delay: 28s;
  animation-delay: 28s;
}

.more {
  position: relative;
  z-index: 3;
}
.more__container {
  display: flex;
  justify-content: center;
  margin-top: -200px;
}
.more__block {
  max-width: 750px;
  width: 100%;
  padding: 50px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 500px) {
  .more__block {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.more__block input {
  border: 1px solid #4e55da;
  background-color: #f9f8fb;
}
.more__block._active .more__success {
  display: flex;
}
.more__block._active form,
.more__block._active .more__subtitle {
  display: none;
}
.more__success {
  margin-top: 20px;
  font-size: 18px;
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .more__success {
    font-size: 25px;
  }
}
.more__success img {
  max-width: 100%;
}
.more__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 998px) {
  .more__title {
    font-size: 30px;
  }
}
.more__subtitle {
  margin-top: 30px;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 998px) {
  .more__subtitle {
    font-size: 22px;
  }
}

.contact__container {
  padding-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-bottom: 100px;
}
@media (max-width: 998px) {
  .contact__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.contact__title {
  color: #19163a;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}
.contact__subtitle {
  margin-bottom: 10px;
  line-height: 1.8em;
  font-weight: 500;
  font-size: 18px;
}
.contact__right {
  padding: 48px 28px;
  box-shadow: 0 6px 2px rgba(67, 75, 235, 0.04), 0 10px 5px rgba(67, 75, 235, 0.01), 0 16px 10px rgba(67, 75, 235, 0.02), 0 24px 17px rgba(67, 75, 235, 0.04);
  border: 1px solid #e7e8f4;
  border-radius: 24px;
}
.contact__right._active .contact__success {
  display: flex;
}
.contact__right._active form {
  display: none;
}
@media (max-width: 998px) {
  .contact__right {
    padding: 38px 24px 20px;
  }
}
.contact__right form {
  display: flex;
  flex-direction: column;
}
.contact__right form label {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
.contact__right form input,
.contact__right form textarea {
  border: 1px solid #4e55da;
  color: #000;
  border-radius: 80px;
  min-height: 64px;
  margin-bottom: 16px;
  padding: 12px 28px;
  font-size: 18px;
  transition: border-color 0.35s, color 0.35s;
}
.contact__right form textarea {
  border-radius: 20px;
  min-height: 150px;
}
.contact__right form button {
  background-color: #4e55da;
  transition: 0.3s;
  border-radius: 80px;
  padding: 20px 54px;
  box-shadow: 0 19px 42px -8px rgba(106, 114, 251, 0.64), 0 2px 12px -10px rgba(5, 9, 41, 0.13);
  color: #fff;
  font-size: 20px;
  width: max-content;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 998px) {
  .contact__right form button {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .contact__right form button {
    width: 100%;
  }
}
.contact__right form button:hover {
  background-color: #7f5ece;
}
.contact__success {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  display: none;
}
@media (max-width: 998px) {
  .contact__success {
    font-size: 24px;
  }
}
.contact__success img {
  max-width: 100%;
}

input._error {
  color: #a70d0d !important;
  border: 1px solid #a70d0d !important;
}