@font-face {
  font-family: 'icomoon';
  src: url('../f/icons/icomoon.ttf') format('truetype'), url('../f/icons/icomoon.woff') format('woff'),
    url('../f/icons/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__arrow::before {
  content: '\e900';
}

.icon__hamburger::before {
  content: '\e909';
}

.icon__close::before,
.header_hamburger[data-state="is-active"] .icon__hamburger::before {
  content: '\e908';
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

body.lang-ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body.lang-en {
  font-family: 'Open Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: 'wdth'100;
}

body {
  color: #324158;
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.center {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.btn:hover {
  opacity: 0.7;
}

.header {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  color: #003a50;
}

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

.header_hamburger {
  display: none;
}

.header_logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.logo_link {
  display: block;
  width: 207px;
  height: 57px;
}

.logo_img {
  width: 100%;
  height: 100%;
}

.header_menu,
.menu_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.menu_item {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 600;
}

.menu_item:hover,
.menu_item.is-active {
  color: #f0676a;
}

.menu_item.is-active {
  pointer-events: none;
}

.content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main {
  background-color: #f0676a;
  color: #fff;
  text-align: center;
}

.main_wrap {
  max-width: 730px;
  margin: 0 auto;
  padding: 110px 0;
}

.main_title {
  font-size: 47px;
  font-weight: 700;
  margin-bottom: 25px;
}

.main_title__accent {
  color: #000;
}

body.lang-en .main_title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.main_subtitle {
  font-size: 23px;
  line-height: 1.6;
}

.about-us_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-us_item {
  width: 50%;
  min-height: 654px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us_item__1,
.about-us_item__3 {
  padding: 40px;
}

.about-us_item__3 {
  background-color: #8d7aeb;
  color: #fff;
}

.about-us_title,
.about-us_item-title {
  font-size: 47px;
  font-weight: 700;
  color: #f0676a;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}

body.lang-en .about-us_title,
body.lang-en .about-us_item-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  letter-spacing: 0.25em;
  font-size: 50px;
  text-transform: uppercase;
}

body.lang-en .about-us_text {
  font-size: 16px;
  line-height: 1.4;
}

body.lang-en .about-us_text p {
  margin-bottom: 15px;
}

.about-us_item-title {
  color: #fff;
}

.about-us_title__accent {
  color: #000;
}

.about-us_text {
  font-size: 18px;
  line-height: 2;
  max-width: 440px;
}

.about-us_item-subtitle {
  font-size: 18px;
  margin-bottom: 25px;
  max-width: 400px;
}

.about-us_image,
.about-us_img {
  width: 100%;
  height: 100%;
}

.about-us_img {
  -o-object-fit: cover;
  object-fit: cover;
}

.about-us_item-google-play {
  width: 250px;
  height: 97px;
  margin-bottom: 40px;
}

.about-us_item-text {
  font-size: 18px;
  margin-bottom: 20px;
}

.about-us_item-links,
.about-us_item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us_item-link,
.about-us_item-link-btn {
  height: 38px;
  margin: 0 10px 20px;
}

.about-us_item-link-btn {
  border: 2px solid #fff;
  font-size: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  padding: 0 10px;
}

.about-us_item-svg-icon {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.about-us_item-svg-icon svg {
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  width: inherit;
  fill: #fff;
}

.services_title,
.logos_title,
.events_title,
.news_title,
.info_title {
  margin: 70px 0;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.services_items {
  display: -ms-flexbox;
  display: flex;
}

.services_item {
  width: 25%;
  padding: 20px;
  min-height: 375px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.services_item__1 {
  background-color: #000;
}

.services_item__2 {
  background-color: #999997;
}

.services_item__3 {
  background-color: #ededed;
  color: #1e272e;
}

.services_item__4 {
  background-color: #f0676a;
}

.services_item-icon {
  width: 100px;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.services_item-icon svg {
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  width: inherit;
}

.services_item-icon svg path {
  fill: #fff;
}

.services_item__3 svg path {
  fill: #1e272e;
}

.services_item__4 svg path {
  fill: #415156;
}

.services_item-title {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 25px;
  letter-spacing: 0.15em;
}

.services_item-text {
  max-width: 210px;
}

body.lang-en .services_item-text {
  font-family: 'Nunito Sans', sans-serif;
}

.logos_items,
.events_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.events_items {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logos_item-img__1 {
  height: 100px;
}

.logos_item-img__2 {
  height: 46px;
}

.events_item-img {
  height: 260px;
}

.news_item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  border: 1px solid #f0676a;
  margin-bottom: 100px;
}

.news_item-logo {
  margin-bottom: 40px;
}

.news_item-logo-img {
  height: 46px;
}

.news_item-text {
  font-size: 18px;
  max-width: 400px;
}

.info {
  color: #003a50;
  padding-bottom: 100px;
}

.info_item {
  margin-bottom: 5px;
  letter-spacing: 0.14em;
  line-height: 2;
}

.info_content {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

.info_item-title {
  font-weight: 700;
}

.contact-us {
  background-color: #f0676a;
  color: #fff;
  padding: 60px 0 100px;
}

.contact-us_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us_title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

body.lang-en .contact-us_title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.contact-us_subtitle {
  text-align: center;
}

.contact-us_info {
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
}

.contact-us_form {
  margin: 50px auto 0;
  width: 100%;
  max-width: 630px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.contact-us_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us_form[data-state="is-success"] .contact-us_content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.contact-us_fields {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-us_field {
  width: 100%;
  margin-bottom: 30px;
}

.field_input,
.field_textarea {
  width: 100%;
  height: 43px;
  background: #ffffff;
  color: #000;
  padding: 3px;
  border: 2px solid #373b4d;
}

.field_textarea {
  height: 100px;
  display: block;
  resize: none;
  line-height: 1;
  padding-top: 35px;
}

.contact-us_button {
  width: 220px;
  height: 55px;
  background: #373b4d;
  color: #fff;
  transition: background 0.4s ease;
  font-size: 14px;
  font-weight: 700;
}

.contact-us_button:hover {
  background-color: #000;
  opacity: 1;
}

.field_error {
  font-size: 12px;
}

.field_error:not(:empty) {
  margin-top: 5px;
}

.contact-us_success {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 1s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
}

.contact-us_form[data-state="is-success"] .contact-us_success {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
  height: 360px;
}

.footer {
  background-color: #003a50;
  padding: 40px 0;
  font-size: 13px;
  color: #84a8b8;
  letter-spacing: 0.1em;
}

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

.footer_menu-item:hover,
.footer_menu-link.is-active {
  color: #f0676a;
}

.footer_menu-link.is-active {
  pointer-events: none;
}

.content__privacy {
  padding: 60px 0;
}

.privacy p {
  margin-bottom: 5px;
}

.privacy h1,
.privacy h2 {
  font-weight: 700;
  margin: 25px 0 5px;
}

.privacy h1,
.privacy .privacy-first {
  margin-bottom: 20px;
}

.privacy a {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .about-us_item {
    min-height: 375px;
  }

  .about-us_text,
  .about-us_item-subtitle,
  .about-us_item-text {
    font-size: 16px;
  }

  .about-us_item__1,
  .about-us_item__3 {
    padding: 20px 30px;
  }

  .about-us_title,
  .about-us_item-title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .about-us_item-text {
    margin-bottom: 10px;
  }

  .about-us_item-links {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us_item-link {
    height: 32px;
    width: 250px;
  }

  .about-us_item-link-btn {
    margin: 0;
  }

  .about-us_item-google-play,
  .about-us_item-subtitle {
    margin-bottom: 0;
  }

  .services_item {
    min-height: 240px;
  }

  .services_item-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .services_item-title {
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    font-weight: 800;
    font-size: 16px;
  }

  .services_title,
  .logos_title,
  .events_title,
  .news_title,
  .info_title {
    margin: 40px 0;
  }

  .events_item-img {
    height: auto;
    width: 45vw;
  }

  .news_item {
    margin-bottom: 40px;
  }

  .info {
    padding-bottom: 40px;
  }

  .contact-us {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .logo_link {
    width: 117px;
    height: 32px;
  }

  .header_hamburger {
    display: block;
    position: relative;
    z-index: 1000;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
  }

  .header[data-state="is-open"] .header_hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
  }

  .header_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    height: 100vh;
    padding: 120px 0 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s ease;
    -ms-flex-align: start;
    align-items: flex-end;
  }

  .header_menu[data-state="is-visible"] {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .header_menu .menu_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
  }

  .header_menu .menu_item {
    margin: 0;
    border-bottom: 2px solid #d1dfe4;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    min-width: 170px;
    font-weight: 400;
  }

  .header_menu .menu_item:last-of-type {
    border: none;
  }

  .header_menu .menu_link {
    padding: 15px 0;
    font-size: 20px;
    display: block;
    text-align: right;
  }

  .header_menu .language-switcher {
    margin: auto 0 0;
    width: 100%;
  }

  .header_menu .dropdown_button {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }

  .header_menu .dropdown_menu {
    bottom: 100%;
    top: initial;
  }

  .header_menu .icon__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main_wrap {
    padding: 50px 0;
  }

  .main_title {
    font-size: 34px;
  }

  .main_subtitle {
    font-size: 18px;
  }

  .about-us_wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us_item {
    width: 100%;
    min-height: auto;
  }

  .about-us_item__2 {
    -ms-flex-order: 1;
    order: 1;
  }

  .about-us_item__1 {
    padding: 40px 20px;
    -ms-flex-order: 2;
    order: 2;
  }

  .about-us_item__4 {
    -ms-flex-order: 3;
    order: 3;
  }

  .about-us_item__3 {
    -ms-flex-order: 4;
    order: 4;
    padding: 50px 20px;
  }

  .about-us_title,
  .about-us_item-title {
    font-size: 31px;
    margin-bottom: 30px;
  }

  .about-us_item-subtitle {
    font-size: 17px;
    text-align: center;
  }

  .about-us_item-google-play {
    margin: 20px 0 40px;
  }

  .about-us_item-text {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .about-us_item-link {
    height: auto;
    width: 80%;
  }

  .about-us_item-link-btn {
    height: 48px;
    width: 60%;
  }

  .services_title,
  .logos_title,
  .events_title,
  .news_title,
  .info_title {
    margin: 20px 0;
  }

  .services_items {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services_item {
    width: 100%;
    min-height: auto;
    padding: 40px 20px;
  }

  .services_item-icon {
    height: 75px;
    width: 75px;
    margin-bottom: 10px;
  }

  .services_item-title {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.2em;
  }

  .logos_items,
  .events_items {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }

  .events_item-img {
    width: calc(100vw - 40px);
  }

  .events_item__1 {
    margin-bottom: 20px;
  }

  .news_item-text {
    font-size: 16px;
  }

  .contact-us_button {
    width: 100%;
  }

  .footer_wrap {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer_menu {
    margin-bottom: 20px;
  }

  .content__privacy {
    padding-top: 0;
  }
}