/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto.woff2') format('woff2'), url('../fonts/Roboto.woff') format('woff'), url('../fonts/Roboto.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Robotobold.woff2') format('woff2'), url('../fonts/Robotobold.woff') format('woff'), url('../fonts/Robotobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
h1 {
  margin: 0;
}
body {
  position: relative;
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  max-width: 100%;
  color: #1B1B1B;
  min-height: 100%!important;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.scroll_off {
  position: fixed;
  overflow: hidden !important;
}
a,
div {
  outline: none !important;
}
.container {
  width: 80%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding-top: 4.8em;
}
.scroll_default,
.mobileStyle,
.ios,
.android {
  overflow: auto !important;
}
.scroll_default .background,
.mobileStyle .background,
.ios .background,
.android .background {
  position: relative;
  transform: none !important;
  transition: none !important;
  height: 100vh !important;
}
.body.scroll_off {
  height: 100vh;
  overflow: hidden;
}
/* Поэкранное паралаксное переключение. */
.background {
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
  transform: translate3d(0, 100vh, 0);
  transition: all 0.8s cubic-bezier(0.51, 0.79, 0.46, 0.98);
}
.background:nth-of-type(1) {
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.background:nth-of-type(2) {
  z-index: 2;
}
.background:nth-of-type(3) {
  z-index: 3;
}
.background:nth-of-type(4) {
  z-index: 4;
}
.background:nth-of-type(5) {
  z-index: 5;
}
.background:nth-of-type(6) {
  z-index: 6;
}
.background.up-scroll {
  transform: translate3d(0, 0, 0);
}
.background.up-scroll .content-wrapper {
  transform: translateY(15vh);
}
.background.up-scroll + .background {
  transform: translate3d(0, 100vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  transform: translateY(100vh);
}
.background.down-scroll {
  transform: translate3d(0, -70vh, 0);
}
.background.down-scroll .content-wrapper {
  transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  transform: translate3d(0, 0, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  transform: translateY(15vh);
}
input:invalid {
  box-shadow: none !important;
}
.img_wrapper {
  position: relative;
}
img {
  width: 100%;
  height: auto;
}
.text_type_1 {
  font-size: 7.3em;
  font-weight: bold;
  line-height: 1.1;
}
.text_type_2 {
  font-size: 2.45em;
  line-height: 1.4;
}
.text_type_3 {
  font-size: 1.8em;
  line-height: 1.4;
}
.text_type_4 {
  font-size: 4.7em;
  line-height: 1.4;
}
.text_wrapper .text {
  margin-top: .8em;
}
.screen {
  padding-top: 6em;
}
.screen.white {
  background-color: #fff;
}
.screen.blue {
  color: #fff;
  background-color: #6369FF;
}
.screen.blue .paralax_circle_1 {
  top: -78%;
  left: -34%;
  width: 100em;
  height: 100em;
  opacity: 0.1358;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.screen.blue .paralax_circle_2 {
  bottom: -10%;
  left: 58%;
  width: 13em;
  height: 13em;
  opacity: 0.4795;
  border: 3em solid #fff;
  background-color: transparent;
  border-radius: 50%;
  z-index: -1;
}
.screen.blue .paralax_circle_3 {
  bottom: -26%;
  left: 71%;
  width: 56em;
  height: 56em;
  opacity: 0.4795;
  border: 6em solid #fff;
  background-color: transparent;
  border-radius: 50%;
  z-index: -1;
}
.screen .paralax_circle,
.screen.up-scroll .paralax_circle {
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.51, 0.79, 0.46, 0.98);
  transform: translateY(100%);
}
.screen.down-scroll .paralax_circle {
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.51, 0.79, 0.46, 0.98);
  transform: translateY(-100%);
}
.screen.animation .paralax_circle {
  transform: none;
}
.screen .text_wrapper {
  margin-top: 10.7em;
}
.main_menu {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100vh;
  z-index: 10001;
  transition: .3s;
}
.main_menu .social_links {
  display: none;
}
.main_menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #6369FF;
  padding: 20em 10em 0 2.5em;
}
.main_menu ul li {
  list-style-type: none;
  margin-bottom: 2.2em;
}
.main_menu ul li:hover a {
  color: #fff;
}
.main_menu ul li a {
  text-decoration: none;
  color: #B1B4FF;
  font-size: 2.45em;
  line-height: 1.5;
  padding: 0 .5em;
  display: inline-block;
  transition: color .3s;
}
.main_menu ul li a.active {
  color: #fff;
}
.main_menu ul li.lang {
  margin-left: 5em;
  display: none;
}
.main_menu.show {
  right: 0;
}
.screen_1 {
  padding-top: 12em;
}
.screen_1 .video_link {
  display: none;
}
.screen_1 .content_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
}
.screen_1 .content_block .left_block {
  padding-top: 8.1em;
}
.screen_1 .content_block .left_block .text {
  margin-top: 0.6em;
}
.screen_1 .content_block .right_block {
  margin-left: auto;
}
.screen_1 .content_block .right_block .img_wrapper {
  width: 53.8em;
  margin-top: -1.8em;
}
.screen_2 .content_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.333% 35.833% 29.333%;
      grid-template-columns: 33.333% 35.833% 29.333%;
  grid-gap: 2em;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}
.screen_2 .text_wrapper {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
      grid-column: 1 / span 2;
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
      grid-row: 1 / span 1;
}
.screen_2 .informanion_list {
  margin-top: 1.7em;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
      grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 2;
      grid-row: 2 / span 1;
}
.screen_2 .democard_horizontal {
  width: 35.5em;
  margin-left: auto;
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
      grid-column: 2 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 2;
      grid-row: 2 / span 1;
  margin-top: 2em;
}
.screen_2 .democard_vertical {
  width: 29em;
  -ms-grid-column-span: 1;
  -ms-grid-column: 3;
      grid-column: 3 / span 1;
  -ms-grid-row-span: 2;
  -ms-grid-row: 1;
      grid-row: 1 / span 2;
  margin-top: 1em;
}
.screen_3 .content_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31% 22% 16% 24%;
      grid-template-columns: 31% 22% 16% 24%;
  grid-gap: 2em;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  margin: auto 0;
  padding-bottom: 24em;
}
.screen_3 .text_wrapper {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
      grid-column: 1 / span 2;
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
      grid-row: 1 / span 1;
  margin-top: 6em;
}
.screen_3 .informanion_list {
  margin-top: 3.4em;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
      grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 2;
      grid-row: 2 / span 1;
}
.screen_3 .dg-container {
  display: none;
}
.screen_3 .swiper-container {
  -ms-grid-column-span: 3;
  -ms-grid-column: 2;
      grid-column: 2 / span 3;
  -ms-grid-row-span: 1;
  -ms-grid-row: 2;
      grid-row: 2 / span 1;
  position: relative;
  height: 12em;
  width: 100%;
  overflow: visible;
}
.screen_3 .swiper-container .swiper-pagination {
  display: none;
}
.screen_3 .swiper-container .swiper-slide {
  position: absolute;
  height: auto;
}
.screen_3 .swiper-container .swiper-slide.card_1 {
  width: 21.6em;
  right: 35.4em;
  bottom: -20.8em;
  z-index: 29;
}
.screen_3 .swiper-container .swiper-slide.card_2 {
  width: 21em;
  bottom: -3.3em;
  right: 20.7em;
  z-index: 27;
}
.screen_3 .swiper-container .swiper-slide.card_3 {
  width: 27.6em;
  right: -1.9em;
  bottom: -17.7em;
  z-index: 30;
}
.screen_4 {
  padding-top: 0;
}
.screen_4 .content_block {
  position: relative;
  margin: auto 0;
  padding-bottom: 14em;
}
.screen_4 .contact_organizer {
  position: absolute;
  top: 18.2em;
  right: 18.9em;
  width: 34.5em;
}
.screen_5 .text_wrapper {
  margin-top: 8em;
}
.screen_5 .text_wrapper .text {
  width: 20em;
}
.screen_5 .content_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: auto 0;
}
.screen_5 .video_box {
  margin-right: 10em;
  width: 45em;
  margin-top: 5.7em;
}
.screen_5 .video_box .video_box_item {
  width: 100%;
  height: auto;
  background-color: #fff !important;
}
.burger_wrapper {
  position: relative;
  z-index: 1002;
  display: inline-block;
  width: 4em;
  height: 4em;
  margin-right: 0em;
  cursor: pointer;
  text-align: center;
  font-size: 1.5em;
  -ms-flex-order: 2;
  order: 2;
  margin-top: -1.4em;
}
.burger {
  position: absolute;
  top: 46%;
  right: 5px;
  display: inline-block;
  width: 1.4em;
  height: 2px;
  margin-left: 30px;
  transition: 0.15s cubic-bezier(0.51, 0.79, 0.46, 0.98);
  border-radius: 5px;
  background-color: #1B1B1B;
}
.burger:before {
  content: '';
  position: absolute;
  top: -0.6em;
  right: 0;
  display: inline-block;
  width: 2em;
  height: 2px;
  transition: 0.15s cubic-bezier(0.51, 0.79, 0.46, 0.98);
  border-radius: 5px;
  background-color: #1B1B1B;
}
.burger:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -0.6em;
  display: inline-block;
  width: 1em;
  height: 2px;
  transition: 0.15s cubic-bezier(0.51, 0.79, 0.46, 0.98);
  border-radius: 5px;
  background-color: #1B1B1B;
}
.main_burger {
  transform: translateY(30%);
}
.main_burger .burger-active {
  transition: opacity .3s .3s;
  background-color: transparent;
}
.main_burger .burger-active:before {
  top: 0;
  width: 2.2em;
  transition: transform 0.3s 0.3s, background-color 0.3s 0.3s;
  transform: rotate(-45deg);
  background-color: #fff;
}
.main_burger .burger-active:after {
  top: 0;
  width: 2.2em;
  transition: transform 0.3s 0.3s, background-color 0.3s 0.3s;
  transform: rotate(45deg);
  background-color: #fff;
}
.main_burger {
  position: fixed;
  right: -5em;
  top: 8em;
  z-index: 10002;
  opacity: 0;
  transition: opacity .3s .3s;
}
.main_burger:hover .burger:before,
.main_burger:hover .burger:after {
  background-color: #5ED9C1;
}
.main_burger .burger,
.main_burger .burger:after,
.main_burger .burger:before {
  background-color: #fff;
  transition: .3s;
}
.main_burger .burger-active {
  background-color: transparent;
}
.main_burger.show {
  right: 10%;
  opacity: 1;
}
.blue.screen .burger_wrapper:hover .burger,
.white.screen .burger_wrapper:hover .burger,
.blue.screen .burger_wrapper:hover .burger:after,
.white.screen .burger_wrapper:hover .burger:after,
.blue.screen .burger_wrapper:hover .burger:before,
.white.screen .burger_wrapper:hover .burger:before {
  background-color: #5ED9C1 !important;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  transition: padding-top 0.15s cubic-bezier(0.51, 0.79, 0.46, 0.98);
}
.header .container {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header .logo {
  width: 17.26em;
}
.header .logo svg {
  width: 100%;
  height: auto;
}
.header.first {
  margin-top: 9em;
}
.header svg .logo_zigzag {
  stroke: #6369FF;
  stroke-width: 5px;
  transition: 0.15s cubic-bezier(0.51, 0.79, 0.46, 0.98);
}
.header svg .logo_text {
  fill: #000;
  transition: 0.15s cubic-bezier(0.51, 0.79, 0.46, 0.98);
}
.header.blue svg .logo_zigzag {
  stroke: #fff;
  stroke-width: 5px;
}
.header.blue svg .logo_text {
  fill: #fff;
}
.header.blue .burger,
.header.blue .burger:after,
.header.blue .burger:before {
  background-color: #fff;
}
.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.app_links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 25em;
}
.app_links .download_link {
  width: 11.7em;
  height: auto;
}
.screen_1 .app_links {
  margin-top: 3.7em;
}
.screen_6 .app_links {
  width: 34em;
  margin-top: 6em;
  margin-bottom: 4em;
}
.screen_6 .app_links .download_link {
  width: 15.7em;
}
.footer {
  padding-bottom: 0em;
  margin-top: auto;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.footer .video_link {
  position: absolute;
  left: 0;
  bottom: 4.5em;
}
.footer .social_links {
  position: absolute;
  right: 0;
  bottom: 4.5em;
}
.footer--last-screen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 1.5em;
  position: initial;
  margin-top: -1.5em;
}
.footer--last-screen .social_links {
  margin-bottom: 2em;
  position: relative;
  bottom: auto;
  right: auto;
}
.footer--last-screen .social_links .item > a {
  margin: 0 .8em;
}
.footer--last-screen .copyright {
  font-size: 1em;
}
.video_link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.video_link .video_icon {
  width: 3.5em;
  height: 3.5em;
  margin-right: 1em;
}
.social_links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.social_links .item > a {
  display: block;
  margin-left: 1.7em;
}
.social_links .social_icon_item {
  width: 3em;
  height: 3em;
}
.footer {
  color: #6369FF;
}
.footer.last_screen {
  display: none;
}
.video_link {
  transition: .3s;
}
.video_link:hover {
  color: #5ED9C1;
}
.video_link:hover .video_icon {
  fill: #5ED9C1;
}
.video_link .video_icon {
  fill: #6369FF;
  transition: .3s;
}
.social_links .social_icon_item.social_facebook {
  fill: #6369FF;
  transition: .3s;
}
.social_links .social_icon_item.social_facebook:hover {
  fill: #5ED9C1;
}
.social_links .social_icon_item.social_instagram {
  fill: #6369FF;
  transition: .3s;
}
.social_links .social_icon_item.social_instagram:hover {
  fill: #5ED9C1;
}
.social_links .social_icon_item.social_linked_in {
  fill: #6369FF;
  transition: .3s;
}
.social_links .social_icon_item.social_linked_in:hover {
  fill: #5ED9C1;
}
.social_links .social_icon_item.social_mail {
  fill: #6369FF;
  transition: .3s;
}
.social_links .social_icon_item.social_mail:hover {
  fill: #5ED9C1;
}
.social_links path.mail_lines {
  stroke: #6369FF !important;
  transition: .3s;
}
.social_links path.mail_lines:hover {
  stroke: #5ED9C1;
}
.footer.blue {
  color: #fff;
}
.footer.blue .video_link {
  transition: .3s;
}
.footer.blue .video_link:hover {
  color: #5ED9C1;
}
.footer.blue .video_link:hover .video_icon {
  fill: #5ED9C1;
}
.footer.blue .video_link .video_icon {
  fill: #fff;
  transition: .3s;
}
.footer.blue .social_links .social_icon_item.social_facebook {
  fill: #fff;
  transition: .3s;
}
.footer.blue .social_links .social_icon_item.social_facebook:hover {
  fill: #5ED9C1;
}
.footer.blue .social_links .social_icon_item.social_instagram {
  fill: #fff;
  transition: .3s;
}
.footer.blue .social_links .social_icon_item.social_instagram:hover {
  fill: #5ED9C1;
}
.footer.blue .social_links .social_icon_item.social_linked_in {
  fill: #fff;
  transition: .3s;
}
.footer.blue .social_links .social_icon_item.social_linked_in:hover {
  fill: #5ED9C1;
}
.footer.blue .social_links .social_icon_item.social_mail {
  fill: #fff;
  transition: .3s;
}
.footer.blue .social_links .social_icon_item.social_mail:hover {
  fill: #5ED9C1;
}
.footer.blue .social_links path.mail_lines {
  stroke: #fff !important;
  transition: .3s;
}
.footer.blue .social_links path.mail_lines:hover {
  stroke: #5ED9C1;
}
.main_menu .social_links .social_icon_item.social_facebook {
  fill: #fff;
  transition: .3s;
}
.main_menu .social_links .social_icon_item.social_facebook:hover {
  fill: #5ED9C1;
}
.main_menu .social_links .social_icon_item.social_instagram {
  fill: #fff;
  transition: .3s;
}
.main_menu .social_links .social_icon_item.social_instagram:hover {
  fill: #5ED9C1;
}
.main_menu .social_links .social_icon_item.social_linked_in {
  fill: #fff;
  transition: .3s;
}
.main_menu .social_links .social_icon_item.social_linked_in:hover {
  fill: #5ED9C1;
}
.main_menu .social_links .social_icon_item.social_mail {
  fill: #fff;
  transition: .3s;
}
.main_menu .social_links .social_icon_item.social_mail:hover {
  fill: #5ED9C1;
}
.main_menu .social_links path.mail_lines {
  stroke: #fff !important;
  transition: .3s;
}
.main_menu .social_links path.mail_lines:hover {
  stroke: #5ED9C1;
}
.informanion_list {
  margin-top: 5.5em;
}
.informanion_list .information_item {
  list-style-type: none;
  padding-left: 6em;
  margin-bottom: 2.6em;
  position: relative;
}
.informanion_list .information_item .text_type_3 {
  line-height: 1.5;
}
.informanion_list .information_item .icon_list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3.6em;
}
.screen.blue .informanion_list .information_item .icon_list {
  fill: #fff;
}
.screen.white .informanion_list .information_item .icon_list {
  fill: #6369FF;
}
.screen_6 .content_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.screen_6 .content_block a.logo {
  display: none;
}
.screen_6 .content_block .title {
  margin-bottom: 1.2em;
}
.screen_6 .content_block .text {
  margin-bottom: 1em;
}
.screen_6 .content_block form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.screen_6 .content_block form .phone {
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 0;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid #fff;
  width: 15em;
  margin-bottom: 1em;
  color: #fff;
}
.screen_6 .content_block form .hide_place_holder.phone {
  border-bottom: 1px solid #5ED9C1;
}
.screen_6 .content_block form .submit {
  width: 15em;
  line-height: 2;
  border-radius: 4px;
  color: #6369FF;
  background-color: #fff;
  border: none;
  transition: .3s;
}
.screen_6 .content_block form .submit:hover {
  color: #fff;
  background-color: #5ED9C1;
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #fff;
  opacity: .8;
  transition: .3s;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: .8;
  transition: .3s;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: .8;
  transition: .3s;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
  opacity: .8;
  transition: .3s;
}
.hide_place_holder::-webkit-input-placeholder {
  /* Chrome */
  color: #fff;
  opacity: .0;
}
.hide_place_holder:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: .0;
}
.hide_place_holder::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: .0;
}
.hide_place_holder:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
  opacity: .0;
}
.covid_banner {
  background-color: #F9F9F9;
  padding: 2em 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10005;
}
.covid_banner .text {
  font-size: 1.6em;
  color: #828282;
}
.covid_banner .text span {
  color: #6369FF;
  cursor: pointer;
  transition: .3s;
}
.covid_banner .text span:hover {
  color: #5ED9C1;
}
.covid_banner .banner_info {
  position: absolute;
  background-color: #6369FF;
  top: -100vh;
  left: 0;
  width: 100%;
  color: #fff;
  padding-top: 2em;
  text-align: left;
  overflow: hidden;
  transition: .6s;
}
.covid_banner .banner_info .container {
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  padding-bottom: 6em;
}
.covid_banner .banner_info .title {
  font-weight: 700;
  margin-bottom: .2em;
}
.covid_banner .banner_info .text {
  color: #fff;
  width: 19.8em;
}
.covid_banner .banner_info .link {
  display: inline-block;
  margin-top: 1.9em;
  padding: 0.7em 1.5em;
  text-decoration: none;
  background-color: #fff;
  border-radius: 100px;
  color: #6369FF;
  transition: .3s;
}
.covid_banner .banner_info .link:hover {
  color: #fff;
  background-color: #5ED9C1;
}
.covid_banner .banner_info .virus_box {
  position: absolute;
  bottom: -2.4em;
  width: 42.2em;
  right: 0;
}
.covid_banner .banner_info.show {
  top: 0;
}
.close_btn {
  position: absolute;
  top: 2.5em;
  right: 0;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-left: 30px;
  transition: transform 0.3s, background-color 0.3s;
  border-radius: 5px;
  background-color: transparent;
  min-height: 2px;
  font-size: 1.5em;
  cursor: pointer;
}
.close_btn:hover:before,
.close_btn:hover:after {
  background-color: #5ED9C1;
}
.close_btn:before,
.close_btn:after {
  content: '';
  position: absolute;
  top: 0.8em;
  right: 0;
  display: inline-block;
  width: 2.2em;
  height: 2px;
  transition: transform 0.3s, background-color 0.3s;
  border-radius: 5px;
  background-color: #fff;
  min-height: 2px;
}
.close_btn:before {
  transform: rotate(-45deg);
}
.close_btn:after {
  transform: rotate(45deg);
}
.tooltip_item {
  position: absolute;
}
.tooltip_item .icon_tooltip {
  width: 2.4em;
  height: 2.4em;
  cursor: pointer;
  transform-origin: 50% 50%;
  transition: transform .3s;
  background: rgba(99, 105, 255, 0.5);
  animation: blink 4s ease infinite;
  position: relative;
}
.tooltip_item .icon_tooltip:before {
  content: '';
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #6369FF;
  border-radius: 50%;
}
.tooltip_item .icon_tooltip:hover {
  animation: none;
}
.tooltip_item .tooltip_alert.visible {
  opacity: 1;
  visibility: visible;
}
.tooltip_item .tooltip_alert {
  position: absolute;
  bottom: 85%;
  right: 85%;
  background-color: #FEFEFE;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #6369FF;
  padding: .6em 1em;
  transition: .3s;
  font-size: 1.6em;
  height: 5.1em;
  width: 13em;
  text-align: center;
  border-radius: 16px;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 15px 40px rgba(99, 105, 255, 0.25);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/jpeg;base64,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);
}
.tooltip_item .pulse {
  display: block;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(99, 105, 255, 0.5);
  animation: pulse 2s infinite;
}
.tooltip_item .pulse:hover {
  animation: none;
}
.tooltip_item_1 {
  top: 3.6em;
  left: 27.6em;
}
.tooltip_item_2 {
  top: 28.1em;
  left: 3.2em;
}
.tooltip_item_3 {
  top: 34.1em;
  left: 17.2em;
}
.tooltip_item_4 {
  top: 44.2em;
  left: 13.2em;
}
.tooltip_item_5 {
  top: 12.2em;
  left: 24.2em;
}
.tooltip_item_6 {
  top: 17.6em;
  left: 16.7em;
}
.tooltip_item_7 {
  top: 38.4em;
  left: 15.9em;
}
.tooltip_item_8 {
  top: 39.2em;
  left: 29.2em;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(99, 105, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(99, 105, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(99, 105, 255, 0);
  }
}
.popup_block_video {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57vw;
  height: 35vw;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.popup_block_video .close_btn {
  top: -5.5em;
  right: -6em;
}
.popup_block_video #iframe_video {
  height: 100%;
  width: 100%;
}
.popup_bgr {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.popup_block_video.show,
.popup_bgr.show {
  visibility: visible;
  opacity: 1;
}
.dg-container {
  width: 100%;
  height: 50em;
  position: relative;
}
.dg-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.dg-wrapper div {
  width: 100%;
  text-align: center;
  height: 50em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.dg-wrapper div.dg-transition {
  transition: all 0.2s ease-in-out;
}
.dg-wrapper div img {
  display: block;
  padding: 0;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.dg-wrapper div div {
  font-style: italic;
  text-align: center;
  line-height: 50px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 16px;
  width: 100%;
  bottom: -55px;
  display: none;
  position: absolute;
}
.dg-wrapper div.dg-center div {
  display: block;
}
.dg-container nav {
  width: 58px;
  position: absolute;
  z-index: 1000;
  bottom: 40px;
  left: 50%;
  margin-left: -29px;
}
.dg-container nav span {
  text-indent: -9000px;
  float: left;
  cursor: pointer;
  width: 24px;
  height: 25px;
  opacity: 0.8;
}
.dg-container nav span:hover {
  opacity: 1;
}
.dg-container nav span.dg-next {
  background-position: top right;
  margin-left: 10px;
}
.dg-pagination {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 1em;
}
.dg-pagination-item {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50px;
  margin: 0 0.7em;
  background-color: #6369FF;
  transition: opacity .15s;
  opacity: .4;
}
.dg-pagination-item.active {
  opacity: 1;
}
@media all and (min-width: 700px) and (orientation: landscape) {
  body {
    font-size: 1.3vh;
  }
  body.rL--1-6 {
    font-size: .8402vw;
  }
}
@media all and (min-width: 700px) and (orientation: portrait) {
  body {
    font-size: 1.3vw;
  }
  body.rL--1-1 {
    font-size: 1.0vw;
  }
  body.rL--1-0 {
    font-size: 1.05vw;
  }
  body.rL--0-9 {
    font-size: 1.15vw;
  }
  body.rL--0-8 {
    font-size: 1.25vw;
  }
  body.rL--0-7 {
    font-size: 1.3vw;
  }
}
@media all and (min-width: 700px) {
  body.ratioCalc--quad .container,
  body.ratioCalc--portrait .container {
    width: 92%;
  }
  body.ratioCalc--quad .main_burger.show,
  body.ratioCalc--portrait .main_burger.show {
    right: 4%;
  }
  body.rL--1-3 .screen_1 .content_block {
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10em;
  }
  body.rL--1-3 .screen_1 .content_block .left_block {
    padding-top: 0;
  }
  body.rL--1-3 .screen_1 .content_block .right_block .img_wrapper {
    margin: auto 0;
  }
  body.ratioCalc--quad .screen_1 .content_block,
  body.ratioCalc--portrait .screen_1 .content_block {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  body.ratioCalc--quad .screen_1 .content_block .left_block,
  body.ratioCalc--portrait .screen_1 .content_block .left_block {
    width: 100%;
    padding-top: 5em;
  }
  body.ratioCalc--quad .screen_1 .content_block .right_block,
  body.ratioCalc--portrait .screen_1 .content_block .right_block {
    margin-right: auto;
    margin-top: 7em;
  }
  body.ratioCalc--quad .screen_1 .content_block .right_block .img_wrapper,
  body.ratioCalc--portrait .screen_1 .content_block .right_block .img_wrapper {
    width: 45.8em;
  }
  body.rL--1-3 .screen_2 .content_block {
    margin: auto 0;
  }
  body.ratioCalc--quad .screen_2 .content_block,
  body.ratioCalc--portrait .screen_2 .content_block {
    -ms-grid-columns: 53% 44%;
    grid-template-columns: 53% 44%;
  }
  body.ratioCalc--quad .screen_2 .democard_horizontal,
  body.ratioCalc--portrait .screen_2 .democard_horizontal {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 3;
    grid-row: 3 / span 1;
    margin-top: 3.7em;
    margin-left: 0;
  }
  body.ratioCalc--quad .screen_2 .democard_vertical,
  body.ratioCalc--portrait .screen_2 .democard_vertical {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2 / span 1;
    -ms-grid-row-span: 2;
    -ms-grid-row: 2;
    grid-row: 2 / span 2;
  }
  body.rL--1-3 .screen_3 .content_block {
    margin: auto 0;
  }
  body.ratioCalc--quad .screen_3 .content_block,
  body.ratioCalc--portrait .screen_3 .content_block {
    -ms-grid-columns: 41% 32% 22%;
    grid-template-columns: 41% 32% 22%;
    padding-bottom: 24em;
  }
  body.ratioCalc--quad .screen_3 .swiper-container,
  body.ratioCalc--portrait .screen_3 .swiper-container {
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
    grid-column: 1 / span 3;
    -ms-grid-row-span: 1;
    -ms-grid-row: 3;
    grid-row: 3 / span 1;
    position: relative;
    height: 12em;
  }
  body.rL--1-7 .screen_4 .content_block {
    margin: auto 0;
  }
  body.ratioCalc--quad .screen_4 .text_wrapper,
  body.ratioCalc--portrait .screen_4 .text_wrapper {
    margin-top: 2vh;
  }
  body.ratioCalc--quad .screen_4 .content_block,
  body.ratioCalc--portrait .screen_4 .content_block {
    padding-bottom: 50em;
  }
  body.ratioCalc--quad .screen_4 .contact_organizer,
  body.ratioCalc--portrait .screen_4 .contact_organizer {
    top: 41.2em;
    left: 42.9em;
    width: 34.5em;
    font-size: 0.8em;
  }
  body.rL--1-7 .screen_5 .content_block {
    margin: auto 0;
  }
  body.ratioCalc--quad .screen_5 .text_wrapper,
  body.ratioCalc--portrait .screen_5 .text_wrapper {
    margin-top: 2vh;
  }
  body.ratioCalc--quad .screen_5 .content_block,
  body.ratioCalc--portrait .screen_5 .content_block {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.ratioCalc--quad .screen_5 .video_box,
  body.ratioCalc--portrait .screen_5 .video_box {
    width: 50em;
    margin-right: 5em;
    margin-left: auto;
  }
}
@media all and (max-width: 700px) and (orientation: portrait) {
  body {
    font-size: 2vw;
  }
}
@media all and (max-width: 700px) and (orientation: landscape) {
  body {
    font-size: 2vh;
  }
}
@media all and (max-width: 900px) and (orientation: landscape) {
  body {
    font-size: 1.7vh;
  }
  .scroll_default .background,
  .mobileStyle .background,
  .ios .background,
  .android .background {
    height: auto !important;
  }
}
@media all and (max-width: 900px) {
  .container {
    width: 92%;
  }
}
@media all and (max-width: 700px) {
  .text_type_1 {
    font-size: 5.8em;
  }
  .text_type_3 {
    font-size: 2.5em;
  }
  body.ratioCalc--landscape .screen.background,
  body.ratioCalc--quad .screen.background,
  body.ratioCalc--portrait .screen.background {
    height: auto !important;
  }
  .screen.blue .paralax_circle_1 {
    top: -13%;
    left: -44%;
    width: 50em;
    height: 50em;
  }
  .screen.blue .paralax_circle_2 {
    bottom: 30%;
    left: 68%;
    width: 43em;
    height: 43em;
    border: 5em solid #fff;
  }
  .screen.blue .paralax_circle_3 {
    bottom: -6%;
    left: -9%;
    width: 19em;
    height: 19em;
    opacity: 0.4795;
    border: 3em solid #fff;
  }
  .screen .paralax_circle,
  .screen.up-scroll .paralax_circle {
    transform: none;
    transition: transform 0.8s cubic-bezier(0.51, 0.79, 0.46, 0.98);
  }
  .screen.down-scroll .paralax_circle {
    transform: none;
    transition: transform 0.8s cubic-bezier(0.51, 0.79, 0.46, 0.98);
  }
  .screen.animation .paralax_circle {
    transform: none;
  }
  .screen .text_wrapper {
    margin-top: 3.7em;
  }
  body.ratioCalc--landscape .main_menu,
  body.ratioCalc--quad .main_menu,
  body.ratioCalc--portrait .main_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    font-size: 1.5em;
    z-index: 1001;
    transition: right .3s;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #6369FF;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
  }
  body.ratioCalc--landscape .main_menu .social_links,
  body.ratioCalc--quad .main_menu .social_links,
  body.ratioCalc--portrait .main_menu .social_links {
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 12vh;
    margin-left: 2em;
  }
  body.ratioCalc--landscape .main_menu ul,
  body.ratioCalc--quad .main_menu ul,
  body.ratioCalc--portrait .main_menu ul {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 2.3em;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: auto;
  }
  body.ratioCalc--landscape .main_menu ul li,
  body.ratioCalc--quad .main_menu ul li,
  body.ratioCalc--portrait .main_menu ul li {
    width: 100%;
    margin-bottom: 0;
  }
  body.ratioCalc--landscape .main_menu ul li a,
  body.ratioCalc--quad .main_menu ul li a,
  body.ratioCalc--portrait .main_menu ul li a {
    width: 100%;
    padding: .5em;
    font-size: 2.2em;
  }
  body.ratioCalc--landscape .main_menu ul li.lang,
  body.ratioCalc--quad .main_menu ul li.lang,
  body.ratioCalc--portrait .main_menu ul li.lang {
    margin-left: 0;
  }
  body.ratioCalc--landscape .main_menu.show,
  body.ratioCalc--quad .main_menu.show,
  body.ratioCalc--portrait .main_menu.show {
    right: 0;
  }
  body.ratioCalc--landscape .main_burger.show,
  body.ratioCalc--quad .main_burger.show,
  body.ratioCalc--portrait .main_burger.show {
    right: 3.5%;
  }
  body.ratioCalc--landscape .screen_1,
  body.ratioCalc--quad .screen_1,
  body.ratioCalc--portrait .screen_1 {
    z-index: 5;
    overflow: visible;
    min-height: 101em;
    padding-top: 17em;
  }
  body.ratioCalc--landscape .screen_1 .video_link,
  body.ratioCalc--quad .screen_1 .video_link,
  body.ratioCalc--portrait .screen_1 .video_link {
    margin: 1em auto 5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6369FF;
  }
  body.ratioCalc--landscape .screen_1 .container,
  body.ratioCalc--quad .screen_1 .container,
  body.ratioCalc--portrait .screen_1 .container {
    padding-top: 2.8em;
  }
  body.ratioCalc--landscape .screen_1 .content_block,
  body.ratioCalc--quad .screen_1 .content_block,
  body.ratioCalc--portrait .screen_1 .content_block {
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.ratioCalc--landscape .screen_1 .content_block .left_block,
  body.ratioCalc--quad .screen_1 .content_block .left_block,
  body.ratioCalc--portrait .screen_1 .content_block .left_block {
    padding-top: 3em;
    width: 100%;
  }
  body.ratioCalc--landscape .screen_1 .content_block .left_block .title,
  body.ratioCalc--quad .screen_1 .content_block .left_block .title,
  body.ratioCalc--portrait .screen_1 .content_block .left_block .title {
    text-align: center;
    font-size: 6.7em;
    line-height: .9;
  }
  body.ratioCalc--landscape .screen_1 .content_block .right_block .img_wrapper,
  body.ratioCalc--quad .screen_1 .content_block .right_block .img_wrapper,
  body.ratioCalc--portrait .screen_1 .content_block .right_block .img_wrapper {
    margin: auto 0;
  }
  body.ratioCalc--landscape .screen_1 .content_block .left_block .text,
  body.ratioCalc--quad .screen_1 .content_block .left_block .text,
  body.ratioCalc--portrait .screen_1 .content_block .left_block .text {
    text-align: center;
    margin-top: 1.1em;
  }
  body.ratioCalc--landscape .screen_1 .content_block .right_block,
  body.ratioCalc--quad .screen_1 .content_block .right_block,
  body.ratioCalc--portrait .screen_1 .content_block .right_block {
    margin: 0 auto;
    padding-top: 4em;
  }
  body.ratioCalc--landscape .screen_1 .content_block .right_block .img_wrapper,
  body.ratioCalc--quad .screen_1 .content_block .right_block .img_wrapper,
  body.ratioCalc--portrait .screen_1 .content_block .right_block .img_wrapper {
    width: 100%;
    margin: 0;
    margin-right: 3em;
    margin-top: 4em;
    margin-bottom: 5em;
  }
  body.ratioCalc--landscape .screen_2 .content_block,
  body.ratioCalc--quad .screen_2 .content_block,
  body.ratioCalc--portrait .screen_2 .content_block {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-bottom: 6.5em;
  }
  body.ratioCalc--landscape .screen_2 .text_wrapper,
  body.ratioCalc--quad .screen_2 .text_wrapper,
  body.ratioCalc--portrait .screen_2 .text_wrapper {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    width: 36em;
  }
  body.ratioCalc--landscape .screen_2 .informanion_list,
  body.ratioCalc--quad .screen_2 .informanion_list,
  body.ratioCalc--portrait .screen_2 .informanion_list {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 2;
    grid-row: 2 / span 1;
    margin-top: 5em;
  }
  body.ratioCalc--landscape .screen_2 .democard_horizontal,
  body.ratioCalc--quad .screen_2 .democard_horizontal,
  body.ratioCalc--portrait .screen_2 .democard_horizontal {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 4;
    grid-row: 4 / span 1;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
    margin-top: -1em;
    z-index: 10;
  }
  body.ratioCalc--landscape .screen_2 .democard_vertical,
  body.ratioCalc--quad .screen_2 .democard_vertical,
  body.ratioCalc--portrait .screen_2 .democard_vertical {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 3;
    grid-row: 3 / span 1;
    margin-top: -1em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
  }
  body.ratioCalc--landscape .screen_3 .content_block,
  body.ratioCalc--quad .screen_3 .content_block,
  body.ratioCalc--portrait .screen_3 .content_block {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-bottom: 8em;
  }
  body.ratioCalc--landscape .screen_3 .dg-container,
  body.ratioCalc--quad .screen_3 .dg-container,
  body.ratioCalc--portrait .screen_3 .dg-container {
    display: block;
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 3;
    grid-row: 3 / span 1;
  }
  body.ratioCalc--landscape .screen_3 .dg-container .click_zone_right,
  body.ratioCalc--quad .screen_3 .dg-container .click_zone_right,
  body.ratioCalc--portrait .screen_3 .dg-container .click_zone_right,
  body.ratioCalc--landscape .screen_3 .dg-container .click_zone_left,
  body.ratioCalc--quad .screen_3 .dg-container .click_zone_left,
  body.ratioCalc--portrait .screen_3 .dg-container .click_zone_left {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99999;
  }
  body.ratioCalc--landscape .screen_3 .dg-container .click_zone_left,
  body.ratioCalc--quad .screen_3 .dg-container .click_zone_left,
  body.ratioCalc--portrait .screen_3 .dg-container .click_zone_left {
    left: 0;
  }
  body.ratioCalc--landscape .screen_3 .dg-container .click_zone_right,
  body.ratioCalc--quad .screen_3 .dg-container .click_zone_right,
  body.ratioCalc--portrait .screen_3 .dg-container .click_zone_right {
    right: 0;
  }
  body.ratioCalc--landscape .screen_3 .dg-container nav,
  body.ratioCalc--quad .screen_3 .dg-container nav,
  body.ratioCalc--portrait .screen_3 .dg-container nav {
    visibility: hidden;
  }
  body.ratioCalc--landscape .screen_3 .swiper-container,
  body.ratioCalc--quad .screen_3 .swiper-container,
  body.ratioCalc--portrait .screen_3 .swiper-container {
    height: auto;
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 3;
    grid-row: 3 / span 1;
    padding-top: 15em;
    padding-bottom: 17em;
    display: none !important;
  }
  body.ratioCalc--landscape .screen_3 .swiper-container .swiper-pagination,
  body.ratioCalc--quad .screen_3 .swiper-container .swiper-pagination,
  body.ratioCalc--portrait .screen_3 .swiper-container .swiper-pagination {
    display: inline-block;
  }
  body.ratioCalc--landscape .screen_3 .swiper-container .swiper-wrapper,
  body.ratioCalc--quad .screen_3 .swiper-container .swiper-wrapper,
  body.ratioCalc--portrait .screen_3 .swiper-container .swiper-wrapper {
    -ms-flex-align: center;
    align-items: center;
  }
  body.ratioCalc--landscape .screen_3 .swiper-container .swiper-slide,
  body.ratioCalc--quad .screen_3 .swiper-container .swiper-slide,
  body.ratioCalc--portrait .screen_3 .swiper-container .swiper-slide {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    bottom: auto;
    transition: transform .3s;
    transform-origin: 50% 50%;
    transform: scale(2);
  }
  body.ratioCalc--landscape .screen_3 .swiper-container .swiper-slide.swiper-slide-prev,
  body.ratioCalc--quad .screen_3 .swiper-container .swiper-slide.swiper-slide-prev,
  body.ratioCalc--portrait .screen_3 .swiper-container .swiper-slide.swiper-slide-prev,
  body.ratioCalc--landscape .screen_3 .swiper-container .swiper-slide.swiper-slide-next,
  body.ratioCalc--quad .screen_3 .swiper-container .swiper-slide.swiper-slide-next,
  body.ratioCalc--portrait .screen_3 .swiper-container .swiper-slide.swiper-slide-next {
    transform: scale(2.3);
  }
  body.ratioCalc--landscape .screen_3 .swiper-container .swiper-slide.swiper-slide-next,
  body.ratioCalc--quad .screen_3 .swiper-container .swiper-slide.swiper-slide-next,
  body.ratioCalc--portrait .screen_3 .swiper-container .swiper-slide.swiper-slide-next {
    left: -4.5em;
  }
  body.ratioCalc--landscape .screen_3 .swiper-container .swiper-slide.swiper-slide-prev,
  body.ratioCalc--quad .screen_3 .swiper-container .swiper-slide.swiper-slide-prev,
  body.ratioCalc--portrait .screen_3 .swiper-container .swiper-slide.swiper-slide-prev {
    left: 4.5em;
  }
  body.ratioCalc--landscape .screen_3 .swiper-container .swiper-slide.swiper-slide-active,
  body.ratioCalc--quad .screen_3 .swiper-container .swiper-slide.swiper-slide-active,
  body.ratioCalc--portrait .screen_3 .swiper-container .swiper-slide.swiper-slide-active {
    transform: scale(3.3);
    z-index: 999;
  }
  body.ratioCalc--landscape .screen_3 .swiper-container .swiper-pagination-bullet,
  body.ratioCalc--quad .screen_3 .swiper-container .swiper-pagination-bullet,
  body.ratioCalc--portrait .screen_3 .swiper-container .swiper-pagination-bullet {
    opacity: .4;
    background-color: #6369FF;
    outline: none;
  }
  body.ratioCalc--landscape .screen_3 .swiper-container .swiper-pagination-bullet-active,
  body.ratioCalc--quad .screen_3 .swiper-container .swiper-pagination-bullet-active,
  body.ratioCalc--portrait .screen_3 .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
  }
  body.ratioCalc--landscape .screen_4,
  body.ratioCalc--quad .screen_4,
  body.ratioCalc--portrait .screen_4 {
    padding-top: 6em;
  }
  body.ratioCalc--landscape .screen_4 .content_block,
  body.ratioCalc--quad .screen_4 .content_block,
  body.ratioCalc--portrait .screen_4 .content_block {
    padding-bottom: 0;
  }
  body.ratioCalc--landscape .screen_4 .contact_organizer,
  body.ratioCalc--quad .screen_4 .contact_organizer,
  body.ratioCalc--portrait .screen_4 .contact_organizer {
    position: relative;
    top: 3.7em;
    right: auto;
    width: 34.5em;
    font-size: 1.4em;
    left: -1em;
    height: 51em;
    overflow: hidden;
  }
  body.ratioCalc--landscape .screen_5 .content_block,
  body.ratioCalc--quad .screen_5 .content_block,
  body.ratioCalc--portrait .screen_5 .content_block {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.ratioCalc--landscape .screen_5 .video_box,
  body.ratioCalc--quad .screen_5 .video_box,
  body.ratioCalc--portrait .screen_5 .video_box {
    margin-right: 0;
    width: 100%;
  }
  body.ratioCalc--landscape .screen_5 .text_wrapper .text,
  body.ratioCalc--quad .screen_5 .text_wrapper .text,
  body.ratioCalc--portrait .screen_5 .text_wrapper .text {
    width: 100%;
  }
  .burger_wrapper {
    display: block;
    margin-top: 0em;
    font-size: 2em;
  }
  .header .container {
    padding-top: 1em;
  }
  .header .logo {
    width: 14.4em;
  }
  .header .logo svg {
    width: 100%;
  }
  .header.last_screen .logo {
    display: none;
  }
  .header.last_screen .burger_wrapper {
    margin-left: auto;
  }
  .screen_1 .app_links {
    margin: 0 auto;
    margin-top: 4.8em;
    width: 34em;
  }
  .screen_1 .app_links .download_link {
    width: 16.4em;
  }
  .screen_6 .app_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin-top: 1em;
    margin-bottom: 10em;
  }
  .screen_6 .app_links .download_link {
    width: 21.4em;
    margin-bottom: 2em;
  }
  .screen .footer {
    display: none;
  }
  .screen_1 .footer,
  .screen_6 .footer {
    display: -ms-flexbox;
    display: flex;
  }
  .screen_1 .footer {
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5.5em;
  }
  .screen_1 .footer .social_links {
    display: none;
  }
  .screen_1 .footer .video_link .video_icon {
    width: 4.5em;
    height: 4.5em;
    margin-right: 2em;
  }
  .screen_1 .footer .video_link .text_type_3 {
    font-size: 2.5em;
  }
  .footer .social_links .social_icon_item {
    width: 4.5em;
    height: 4.5em;
  }
  .footer--last-screen .copyright {
    font-size: 1.6em;
  }
  .footer--last-screen .social_links {
    margin-bottom: 4.6em;
  }
  .footer {
    display: none;
  }
  .informanion_list .information_item {
    padding-left: 8em;
    padding-right: 3em;
  }
  .informanion_list .information_item .icon_list {
    top: 44%;
    width: 5.1em;
  }
  body.ratioCalc--landscape .screen_6,
  body.ratioCalc--quad .screen_6,
  body.ratioCalc--portrait .screen_6 {
    min-height: 84em;
  }
  body.ratioCalc--landscape .screen_6 svg .logo_zigzag,
  body.ratioCalc--quad .screen_6 svg .logo_zigzag,
  body.ratioCalc--portrait .screen_6 svg .logo_zigzag {
    stroke: #fff;
    stroke-width: 5px;
  }
  body.ratioCalc--landscape .screen_6 svg .logo_text,
  body.ratioCalc--quad .screen_6 svg .logo_text,
  body.ratioCalc--portrait .screen_6 svg .logo_text {
    fill: #fff;
  }
  body.ratioCalc--landscape .screen_6 a.logo,
  body.ratioCalc--quad .screen_6 a.logo,
  body.ratioCalc--portrait .screen_6 a.logo {
    display: block;
    width: 32.5em;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    top: 18em;
  }
  body.ratioCalc--landscape .screen_6 a.logo svg,
  body.ratioCalc--quad .screen_6 a.logo svg,
  body.ratioCalc--portrait .screen_6 a.logo svg {
    width: 30.5em;
    height: 12em;
  }
  body.ratioCalc--landscape .screen_6 .burger_wrapper,
  body.ratioCalc--quad .screen_6 .burger_wrapper,
  body.ratioCalc--portrait .screen_6 .burger_wrapper {
    margin-left: auto;
  }
  body.ratioCalc--landscape .screen_6 .content_block,
  body.ratioCalc--quad .screen_6 .content_block,
  body.ratioCalc--portrait .screen_6 .content_block {
    margin-top: 26.2em;
    height: auto;
  }
  body.ratioCalc--landscape .screen_6 .title,
  body.ratioCalc--quad .screen_6 .title,
  body.ratioCalc--portrait .screen_6 .title {
    font-size: 1.9em;
    color: #CCC;
    font-weight: 400;
  }
  body.ratioCalc--landscape .screen_6 .text,
  body.ratioCalc--quad .screen_6 .text,
  body.ratioCalc--portrait .screen_6 .text,
  body.ratioCalc--landscape .screen_6 form,
  body.ratioCalc--quad .screen_6 form,
  body.ratioCalc--portrait .screen_6 form {
    display: none;
  }
  body.ratioCalc--landscape .covid_banner,
  body.ratioCalc--quad .covid_banner,
  body.ratioCalc--portrait .covid_banner {
    padding: 2.5em 0;
  }
  body.ratioCalc--landscape .covid_banner .text,
  body.ratioCalc--quad .covid_banner .text,
  body.ratioCalc--portrait .covid_banner .text {
    font-size: 2em;
  }
  body.ratioCalc--landscape .covid_banner .close_btn,
  body.ratioCalc--quad .covid_banner .close_btn,
  body.ratioCalc--portrait .covid_banner .close_btn {
    font-size: 2em;
    top: 2em;
  }
  body.ratioCalc--landscape .covid_banner .banner_info,
  body.ratioCalc--quad .covid_banner .banner_info,
  body.ratioCalc--portrait .covid_banner .banner_info {
    height: 100vh;
    position: fixed;
  }
  body.ratioCalc--landscape .covid_banner .banner_info .title,
  body.ratioCalc--quad .covid_banner .banner_info .title,
  body.ratioCalc--portrait .covid_banner .banner_info .title {
    font-size: 6.6em;
  }
  body.ratioCalc--landscape .covid_banner .banner_info .text,
  body.ratioCalc--quad .covid_banner .banner_info .text,
  body.ratioCalc--portrait .covid_banner .banner_info .text {
    font-size: 2.5em;
    margin-top: 1em;
    width: 100%;
    line-height: 1.3;
  }
  body.ratioCalc--landscape .covid_banner .banner_info .link,
  body.ratioCalc--quad .covid_banner .banner_info .link,
  body.ratioCalc--portrait .covid_banner .banner_info .link {
    margin-top: 2.3em;
  }
  body.ratioCalc--landscape .covid_banner .banner_info .container,
  body.ratioCalc--quad .covid_banner .banner_info .container,
  body.ratioCalc--portrait .covid_banner .banner_info .container {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-top: 12.8em;
  }
  body.ratioCalc--landscape .covid_banner .banner_info .virus_box,
  body.ratioCalc--quad .covid_banner .banner_info .virus_box,
  body.ratioCalc--portrait .covid_banner .banner_info .virus_box {
    position: relative;
    left: -7em;
    bottom: -4em;
    right: auto;
    margin-top: auto;
    width: 59.2em;
  }
  .tooltip_item_2 .tooltip_alert {
    right: auto;
    left: 0;
  }
  .tooltip_item_3 .tooltip_alert {
    bottom: 125%;
    right: -100%;
  }
  .tooltip_item_4 .tooltip_alert {
    bottom: 125%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .tooltip_item_6 .tooltip_alert {
    bottom: 125%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .tooltip_item_7 .tooltip_alert {
    bottom: 125%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .popup_block_video {
    width: 87vw;
    height: 65vw;
  }
  .popup_block_video .close_btn {
    right: 0;
  }
}
@media all and (max-width: 700px) and (max-height: 500px) {
  body.ratioCalc--landscape .main_menu ul li a,
  body.ratioCalc--quad .main_menu ul li a,
  body.ratioCalc--portrait .main_menu ul li a {
    line-height: 1.2;
    padding: .3em .5em;
  }
  body.ratioCalc--landscape .main_menu .social_links,
  body.ratioCalc--quad .main_menu .social_links,
  body.ratioCalc--portrait .main_menu .social_links {
    margin-bottom: 18vh;
  }
}

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