@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -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;
}

span:hover {
  cursor: default;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/*--------------------*/
header {
  padding: 22px 0;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.services__row {
  position: relative;
  margin: 0 0 17px 0;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.social_link_1_row {
  display: -ms-flex;
  display: flex;
  height: 100%;
  height: 18px;
}

.social_link_1_item {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  height: 18px;
  width: 18px;
}
.social_link_1_item a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.social_link_1_item:last-child {
  margin-right: 0;
}

.social_link_1_appstore {
  background: url("../img/appstor.svg") 50% 50%/contain no-repeat;
}
.social_link_1_appstore:hover {
  background: url("../img/appstor-hover.svg") 50% 50%/contain no-repeat;
}

.social_link_1_playmarket {
  background: url("../img/playmarket.svg") 50% 50%/contain no-repeat;
}
.social_link_1_playmarket:hover {
  background: url("../img/playmarket-hover.svg") 50% 50%/contain no-repeat;
}

.social_link_1_twitter {
  background: url("../img/twitter.svg") 50% 50%/contain no-repeat;
}
.social_link_1_twitter:hover {
  background: url("../img/twitter-hover.svg") 50% 50%/contain no-repeat;
}

.social_link_1_facebook {
  background: url("../img/facebook.svg") 50% 50%/contain no-repeat;
}
.social_link_1_facebook:hover {
  background: url("../img/facebook-hover.svg") 50% 50%/contain no-repeat;
}

.services_futures__row {
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.services_futures__row a {
  transition-duration: 500ms;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}
.services_futures__row a:hover {
  color: #cc005e;
}

.leng__link {
  margin: 0 20px 0 0;
}

.select_lang {
  position: relative;
  margin: 0 35px 0 0;
}
.select_lang .lang_arrow._active {
  transform: rotateX(180deg);
}
.select_lang a {
  transition-duration: 500ms;
  text-transform: uppercase;
}
.select_lang a:hover {
  color: #cc005e;
}
.select_lang > li span {
  width: 0;
  height: 0;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: calc(50% - 3.5px);
  margin-left: 5px;
}

.lang_sub {
  position: absolute;
  left: -33px;
  padding-top: 5px;
  display: none;
}
.lang_sub._open {
  display: -ms-flex;
  display: flex;
}
.lang_sub._open li {
  margin-right: 10px;
}

.services__mail {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.services__mail span {
  margin-right: 5px;
}
.services__mail:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/mail.svg") 50% 50%/contain no-repeat;
}

.registration {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin: 0 0 0 35px;
  position: relative;
}
.registration:before {
  content: "";
  padding: 20px;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/user.svg") 50% 50%/60% no-repeat, #fff;
}
.registration li {
  padding: 0 10px;
}
.registration li:last-child {
  border-left: 2px solid #fff;
}

.main_header__row {
  position: relative;
  top: 0;
  z-index: 4;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.main_header__item {
  height: 100%;
}
.main_header__item:nth-child(1) {
  padding: 20px 0 20px 30px;
}
.main_header__item:nth-child(2) {
  flex-grow: 1;
  position: relative;
}

.burger__menu {
  display: none;
  padding: 35px 15px 15px;
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 21px);
  height: auto;
  z-index: 3;
  background: #fff;
  transition-duration: 500ms;
  transform: scaleY(0);
  border-radius: 0 0 10px 10px;
}
.burger__menu._active {
  transform: scaleY(1);
  top: 132px;
}
.burger__menu ul {
  text-align: left;
}
.burger__menu ul li {
  margin-bottom: 20px;
}
.burger__menu ul li:last-child {
  margin-bottom: 0;
}
.burger__menu ul li a {
  color: #130947;
  font-size: 18px;
}
.burger__menu .burger__menu__search {
  display: none;
  position: relative;
  padding: 5px 28px;
}
.burger__menu .search__window {
  font-size: 18px;
}
.burger__menu .burger__menu__sersh_submit {
  position: absolute;
  right: auto;
  left: 0;
  top: calc(50% - 9px);
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/search.svg") 50% 50%/100% no-repeat, #fff;
}

.main_header__navigation {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #130947;
}

.main_header__menu {
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  padding: 0 75px 0 0;
  position: relative;
  transition-duration: 500ms;
}
.main_header__menu li {
  margin-left: 25px;
}
.main_header__menu li:first-child {
  margin-left: 0;
}
.main_header__menu a:hover {
  color: #cc005e;
}

.menu__icon {
  display: none;
  z-index: 6;
  position: absolute;
  left: 40px;
  top: -13px;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.menu__icon span, .menu__icon::before, .menu__icon::after {
  left: 0;
  position: absolute;
  height: 10%;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-color: #cc005e;
}
.menu__icon::before, .menu__icon::after {
  content: "";
}
.menu__icon::before {
  top: 0;
}
.menu__icon::after {
  bottom: 0;
}
.menu__icon span {
  top: 40%;
  transform: scale(1) translate(0, 50%);
}
.menu__icon._active span {
  transform: scale(0) translate(0, 50%);
}
.menu__icon._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}
.menu__icon._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0, 50%);
}

.main_header__item {
  transition-duration: 500ms;
}

.main_header__search {
  position: absolute;
  top: 0;
  right: 35px;
  transition-duration: 500ms;
  border-left: 1px solid #bbbbbb;
}
.main_header__search:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  height: 100%;
  width: 20px;
}
.main_header__search .search__window {
  position: absolute;
  top: 0;
  right: 15px;
  transition-duration: 500ms;
  width: 0px;
  padding-left: 10px;
  border-left: 1px solid #bbbbbb;
}
.main_header__search .search__window:focus {
  width: 250px;
  padding-left: 10px;
}
.main_header__search:hover {
  width: 244px;
}
.main_header__search:hover .search__window {
  width: 250px;
  padding-left: 10px;
}
.main_header__search:focus {
  width: 244px;
}
.main_header__search:focus .search__window {
  width: 250px;
  padding-left: 10px;
}
.main_header__search .main_header__sersh_submit {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/search.svg") 50% 50%/100% no-repeat, #fff;
}

.main_header__button {
  display: block;
  background-color: #cc005e;
  line-height: 70px;
  padding: 0 20px 0 38px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  position: relative;
  transition-duration: 400ms;
}
.main_header__button:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 22.5px);
  left: -22.5px;
  height: 45px;
  width: 45px;
  background: url("../img/download.svg") 50% 50%/60% no-repeat, #130947;
  border: 7px solid #ffffff;
  border-radius: 50%;
}
.main_header__button:hover {
  background-color: #ad0050;
}

@media (max-width: 1056px) {
  .main_header__menu li {
    margin-left: 15px;
  }
}
@media (max-width: 1000px) {
  .menu__icon {
    display: block;
  }

  .main_header__navigation {
    display: none;
  }

  .burger__menu {
    display: block;
  }

  .main_header__search {
    top: -7px;
    width: 244px;
  }
  .main_header__search .search__window {
    width: 250px;
    padding-left: 10px;
  }
}
@media (max-width: 800px) {
  .main_header__search {
    top: -7px;
    width: 170px;
  }
  .main_header__search .search__window {
    width: 175px;
    padding-left: 10px;
  }
  .main_header__search .search__window:focus {
    width: 180px;
    padding-left: 10px;
  }
  .main_header__search:hover {
    width: 175px;
  }
}
@media (max-width: 700px) {
  .main_header__button {
    padding: 0 40px;
    font-size: 0;
  }
  .main_header__button:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: calc(50% - 22.5px);
    left: calc(50% - 22.5px);
  }
}
@media (max-width: 640px) {
  .services__mail {
    display: none;
  }

  .main_header__search {
    top: -7px;
    width: 95px;
  }
  .main_header__search:hover {
    width: 100px;
  }
  .main_header__search .search__window {
    width: 100px;
    padding-left: 10px;
  }
  .main_header__search .search__window:focus {
    width: 110px;
    padding-left: 10px;
  }

  .main_header__search:hover .search__window {
    width: 110px;
    padding-left: 10px;
  }
}
@media (max-width: 500px) {
  .burger__menu ul li:last-child {
    margin-bottom: 20px;
  }
  .burger__menu .burger__menu__search {
    display: block;
  }
  .main_header__search {
    display: none;
  }

  .social_link_1_item {
    margin-right: 10px;
  }

  .social_link_1_row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .select_lang {
    margin: 0 15px 0 0;
  }

  .registration {
    margin: 0 0 0 10px;
  }

  .main_header__button {
    padding: 0 40px;
    font-size: 0;
  }
  .main_header__button:hover:after {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .social_link_1_item {
    margin-right: 5px;
  }

  .lang_sub {
    left: 0;
    top: 16px;
  }
  .lang_sub a {
    font-size: 13px;
  }

  .registration:before {
    padding: 10px;
    width: 25px;
    height: 25px;
  }

  .registration li {
    padding: 0 2px;
  }

  .burger__menu {
    padding: 25px 15px 15px;
    top: -20px;
  }
  .burger__menu._active {
    transform: scaleY(1);
    top: 126px;
  }
}
.footer {
  width: 100%;
  background: #171717;
  color: #fff;
}

.footer_contact__row {
  padding: 60px 0 40px;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 2px solid #66667e;
}
.footer_contact__row .phone:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 16px;
  top: -20px;
  left: calc(50% - 10px);
  background: url("../img/cellphone.svg") 50% 50%/contain no-repeat;
}
.footer_contact__row .email:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 16px;
  top: -20px;
  left: calc(50% - 10px);
  background: url("../img/mail.svg") 0 0/contain no-repeat;
}
.footer_contact__row .massege:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 16px;
  top: -20px;
  left: calc(50% - 10px);
  background: url("../img/massege.svg") 0 0/contain no-repeat;
}
.footer_contact__row .footer_contact__item {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #8d8c8c;
  position: relative;
}

.footer__row {
  padding: 30px 0 40px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.footer__row p {
  max-width: 270px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #8d8c8c;
}
.footer__row h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin: 0 0 30px;
}
.footer__row a {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #8d8c8c;
}
.footer__row a:hover {
  text-decoration: underline;
}
.footer__row ul:last-child {
  margin-bottom: 15px;
}

.footer__item li {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #8d8c8c;
  margin-bottom: 10px;
}
.footer__item li:last-child {
  margin-bottom: 0;
}

.footer_logo {
  margin: 0 0 60px;
  display: inline-block;
}

.footer__phone_1 {
  display: flex;
  align-items: center;
}
.footer__phone_1:before {
  content: "";
  margin: 0 7px 0 0;
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../img/cellphone.svg") 50% 50%/contain no-repeat;
}

.footer_adres {
  display: flex;
  align-items: center;
}
.footer_adres:before {
  content: "";
  margin: 0 7px 0 0;
  display: inline-block;
  width: 20px;
  height: 28px;
  background: url("../img/location.svg") 50% 50%/contain no-repeat;
}

.footer__email_1 {
  display: flex;
  align-items: center;
}
.footer__email_1:before {
  content: "";
  margin: 0 7px 0 0;
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../img/mail.svg") 50% 50%/contain no-repeat;
}

.connect ul {
  margin-bottom: 15px;
}

.footer__approw {
  display: -ms-flex;
  display: flex;
}

.footer__appitem {
  margin-right: 10px;
}
.footer__appitem:last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .footer__row {
    flex-wrap: wrap;
  }

  .footer__item {
    margin: 0 5px 15px;
  }
}
@media (max-width: 600px) {
  .footer_contact__row {
    flex-direction: column;
    padding: 60px 0 40px;
  }
  .footer_contact__row .footer_contact__item {
    margin: 0 0 30px;
  }
  .footer_contact__row .footer_contact__item:last-child {
    margin: 0;
  }

  .footer__approw {
    justify-content: space-around;
  }

  .footer__appitem {
    flex: 0 1 47%;
    margin-right: 0;
  }
  .footer__appitem img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .footer__row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.try {
  padding: 90px 0 90px 50px;
  background: url("../img/people.webp") 50% 50%/cover no-repeat;
  max-width: 1100px;
  margin: 0 auto 62px;
}

.try__title {
  margin: 0 0 18px;
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  color: #ffffff;
}

.try__text {
  margin-bottom: 34px;
  max-width: 550px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.try__appstore {
  margin-right: 20px;
  display: inline-block;
  width: 160px;
  height: 45px;
  background: #fff;
  border-radius: 3px;
  padding: 0 10px 0 50px;
  font-weight: 800;
  font-size: 14px;
  line-height: 45px;
  color: #cc005e;
  text-transform: uppercase;
  position: relative;
  transition-duration: 500ms;
}
.try__appstore:before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("../img/appstor.svg") 50% 50%/60% no-repeat, #cc005e;
}
.try__appstore:last-child {
  margin-right: 0;
}
.try__appstore:hover {
  color: #fff;
  background: #cc005e;
}

.try__playmarket {
  display: inline-block;
  width: 160px;
  height: 45px;
  background: #fff;
  border-radius: 3px;
  padding: 0 10px 0 50px;
  font-weight: 800;
  font-size: 14px;
  line-height: 45px;
  color: #cc005e;
  text-transform: uppercase;
  position: relative;
  transition-duration: 500ms;
}
.try__playmarket:before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("../img/playmarket.svg") 65% 50%/60% no-repeat, #cc005e;
}
.try__playmarket:hover {
  color: #fff;
  background: #cc005e;
}

@media (max-width: 400px) {
  .try {
    text-align: center;
    padding: 90px 0 90px;
    margin: 0;
  }

  .try__appstore {
    margin-right: 0px;
    margin: 0 5px 20px;
  }
}
body {
  font-family: Montserrat;
}

.title {
  margin: 0 0 50px;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #130947;
}

.main_screen {
  width: 100%;
  min-height: 630px;
  transform: translateY(-171px);
  background: url("../img/about-main.webp") 50% 50%/cover no-repeat;
  padding: 278px 0 0 0;
}
.main_screen h1 {
  text-align: center;
  font-weight: 900;
  font-size: 65px;
  line-height: 79px;
  color: #ffffff;
}
.main_screen p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #f7f7f7;
  text-transform: capitalize;
}
.main_screen span {
  margin: 0 8px;
  display: inline-block;
  width: 13.5px;
  height: 8px;
  line-height: 20px;
  background: url("../img/small-arrow.svg") 50% 50%/contain no-repeat;
}

.partner {
  margin: -90px 0 100px;
}

.partner__row {
  margin-bottom: 21px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner__item {
  margin: 0 15px;
}

.partner__text {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #130947;
}

.we_are {
  padding: 0 0 75px;
  border-bottom: 1px solid #eee;
}
.we_are h2 {
  font-size: 35px;
  line-height: 43px;
  text-align: left;
  margin: 0 0 40px;
}
.we_are .container {
  max-width: 1140px;
}

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

.we_are__item {
  margin: 0 30px;
}
.we_are__item img {
  width: 100%;
}

.we_are__info {
  min-width: 35%;
}

.we_are__text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.we_are__text:nth-child(3) {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

.we_are__subtete {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #cc005e;
}

.comment {
  padding: 105px 0;
  margin: -30px 0 0;
}

.title {
  text-align: center;
  margin-bottom: 12px;
}

.comment__info {
  max-width: 420px;
  margin: 0 auto 38px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #130947;
}

.comment_slider .slick-list {
  overflow: hidden;
  margin: 0 -10px 45px;
  padding: 20px 0;
}
.comment_slider .slick-track {
  display: -ms-flex;
  display: flex;
  padding: 20px 0;
}
.comment_slider .slick-slide.slick-current {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.comment_slider .slick-dots {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.comment_slider .slick-dots li {
  margin: 0 5px;
}
.comment_slider .slick-dots li.slick-active button {
  background: #cc005e;
}
.comment_slider .slick-dots li button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f5f8fc;
}

.comment_slider__item {
  margin: 0 10px;
  padding: 20px;
  border-radius: 3px;
  background: #f5f8fc;
}

.comment_slider__row1 {
  margin: 0 0 16px;
  display: -ms-flex;
  display: flex;
}
.comment_slider__row1 img {
  border-radius: 50%;
  width: 20%;
  margin-right: 18px;
}
.comment_slider__row1 .user_name {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #130947;
}

.comment__text {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #706c7e;
}

.comment__row2 {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.comment__platform {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #130947;
}

.contact {
  margin: 0 0 65px;
}

.contact_title {
  margin: 0 0 20px;
  text-align: left;
}

.contact__row {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.contact__item {
  margin: 0 5px;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.contact__item:first-child {
  width: 40%;
}
.contact__item span {
  font-weight: bold;
}

.map {
  margin: 0 0 65px;
}
.map img {
  width: 100%;
}

.container {
  max-width: 1120px;
}

@media (max-width: 800px) {
  .we_are__row {
    flex-direction: column;
  }

  .we_are__item {
    margin: 0;
  }
}
@media (max-width: 700px) {
  .contact__row {
    flex-direction: column;
  }

  .contact__item {
    margin: 0 0 20px;
  }
  .contact__item:first-child {
    width: 70%;
  }
  .contact__item:last-child {
    margin: 0;
  }

  .partner__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .main_screen h1 {
    font-size: 55px;
  }

  .we_are h2 {
    font-size: 33px;
  }
}