<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/*@font-face {*/
/*  font-display: swap;*/
/*  font-family: "Open Sans";*/
/*  src: url("../assets/fonts/open-sans.woff2") format("woff2");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/

/*}*/

/*@font-face {*/
/*  font-display: swap;*/
/*  font-family: "Open Sans";*/
/*  src: url("../assets/fonts/open-sans-semibold.woff2") format("woff2");*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*}*/


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

html {
  box-sizing: border-box; }

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

body {
  font-family: Arial, serif;
  font-size: 16px;
  line-height: 24px;
  color: #3A3A45;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*:focus {
  outline: none; }

*::-moz-focus-inner {
  border: 0 none; }

::selection {
  background: #666;
  color: white; }

[hidden] {
  display: none; }

p {
  margin: 0;
  padding: 0; }

img {
  display: block;
  width: 100%;
  height: auto; }

a {
  text-decoration: none; }

a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none; }

.logo {
  display: none;
  background: url("../assets/images/logo-full.svg") center no-repeat;
  height: 32px; }

.over.--app {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100%;
  min-height: 100vh;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.app-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.app-preloader.--hide {
  display: none;
}

.loading {
  display: none;
}

@media screen and (max-width: 768px) {
  .loading {
    display: block;
    text-align: left;
    padding: 15px;
    font-size: 22px;
    color: #1b1e1e;
  }

  .app-preloader {
    background: #F1F1F1;
  }
}

.over.--random {
  margin-top: 0px; }
  .over.--random .content h2 {

  }

.over.--pop {
  margin-top: 80px; }
.over.--world img {
  box-shadow: 0 0 20px 1px rgba(6, 6, 6, 0.025);
  border-radius: 10px;
  overflow: hidden;
}
.over.--world {
  position: relative;
  text-align: center; }
  .over.--world .content h2 {
    text-align: center; }
  .over.--world p {
    max-width: 700px;
    margin: 0 auto 16px;
  }
  .over.--world:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -670px;
    background: url("../assets/images/bg-left.svg") center no-repeat;
    width: 170px;
    height: 170px;
    z-index: -1; }
  .over.--world:after {
    content: '';
    position: absolute;
    background: url("../assets/images/bg-right.svg") center no-repeat;
    top: -60px;
    right: 30px;
    width: 84px;
    height: 46px;
    z-index: -1; }

.content {
  max-width: 940px;
  margin: 0 auto; }

h1 {
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 35px;
  padding-top: 100px;
  text-align: center;
}

h2 {
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 35px;
}

h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 12px; }
  h3.--prem:before {
    content: '';
    position: relative;
    top: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("../assets/images/crown.svg"); }
  h3.--coin:before {
    content: '';
    position: relative;
    top: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("../assets/images/coin.svg"); }

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 12px; }
  p.--cut {
    max-width: 700px; }

ul {
  margin-bottom: 12px; }

li {
  position: relative;
  padding-left: 15px; }
  li:before {
    content: '';
    background: #7239FF;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px; }

b {
  font-weight: 700; }

.introduction {
  position: relative;
  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*-webkit-flex-direction: row;*/
  /*-moz-flex-direction: row;*/
  /*-ms-flex-direction: row;*/
  /*flex-direction: row;*/
  /*align-items: flex-start;*/
  /*justify-content: space-between;*/
}
  .introduction p {
    font-size: 16px; }
  .introduction__txt {

  }
    .introduction__txt h2 {
      font-weight: 600;
      font-size: 38px;
      line-height: 44px; }
  .introduction__img {
    box-shadow: 0 0 20px 1px rgba(6, 6, 6, 0.025);
    border-radius: 10px;
    overflow: hidden;
    /*margin-left: 20px;*/
    float: right;
    margin: 5px 0 10px 20px;
    max-width: 45%;
  }
  .support__img {
    box-shadow: 0 0 20px 1px rgba(6, 6, 6, 0.025);
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin: 5px 20px 10px 0px;
    max-width: 45%;
  }

/*.advantages {*/
/*  position: relative;*/
/*  margin-top: 60px; }*/
/*  .advantages__content {*/
/*    display: -webkit-box;*/
/*    display: -moz-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    -webkit-flex-direction: row;*/
/*    -moz-flex-direction: row;*/
/*    -ms-flex-direction: row;*/
/*    flex-direction: row;*/
/*    align-items: flex-start;*/
/*    justify-content: space-around;*/
/*    padding: 0 20px; }*/
/*  .advantages__txt {*/
/*    text-align: center;*/
/*    padding-top: 95px;*/
/*    max-width: 200px; }*/
/*  .advantages__item {*/
/*    position: relative;*/
/*    max-width: 300px;*/
/*    overflow: hidden;*/
/*    margin-bottom: 20px; }*/
/*    .advantages__item.--anon {*/
/*      background: url("../assets/images/anon.svg") center 0 no-repeat; }*/
/*    .advantages__item.--hand {*/
/*      background: url("../assets/images/hand.svg") center 0 no-repeat; }*/
/*    .advantages__item.--guard {*/
/*      background: url("../assets/images/lock.svg") center 0 no-repeat; }*/

.convenient {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 20px; }
  .convenient__txt, .convenient__img {
    flex: 1; }
  .convenient__item {
    padding-left: 20px;
    padding-right: 65px;
    margin-bottom: 70px; }
    .convenient__item p {
      font-size: 15px; }

.premium {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 70px; }

.--prem-color {
  background-image: linear-gradient(274.82deg, #FF2D62 20%, #FFC139 99.15%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  min-width: 370px;
  margin-right: 60px; }

.try {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 100px; }
  .try__txt, .try__img {
    flex: 1; }
  .try__img {
    max-width: 400px;
    margin-right: 20px; }

.--ro .--guard .advantages__txt {
  max-width: 280px; }

.--de .--guard .advantages__txt {
  max-width: 255px; }

.--es .--guard .advantages__txt {
  max-width: 290px; }

.--fr .--guard .advantages__txt {
  max-width: 290px; }

.--it .--guard .advantages__txt {
  max-width: 270px; }

.support {
  position: relative;
  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*-webkit-flex-direction: row;*/
  /*-moz-flex-direction: row;*/
  /*-ms-flex-direction: row;*/
  /*flex-direction: row;*/
  /*align-items: flex-start;*/
  /*justify-content: space-between;*/
  margin-top: 40px;
}
  .support__txt, .support__img {
    flex: 1; }
  .support__txt h3 {
    padding-bottom: 20px;
    line-height: 36px; }

@media screen and (max-width: 980px) {
  .introduction__txt, .support__txt {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .support__img {
    max-width: 100%;
  }
  .over.--world:after, .over.--world:before {
    display: none;
  }
  .content {
    width: 100%;
    padding: 0 20px; }
  .introduction, .convenient, .nice {
    padding-top: 0px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .over.--random {
    margin-top: 0px; }
  .over.--faq:after {
    display: block; }
  .advantages {
    padding-top: 5px; }
  .advantages {
    margin-top: 40px; }
  .advantages__content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .advantages__content {
    margin-right: 0; }
  .advantages__img {
    margin-top: 10px; }
  .introduction__img {
    margin-left: 0;
    margin-top: 10px;
    float: none;
    max-width: 100%;

  }
  h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  h2.--chat, h2.--chats {
    margin-top: 20px; }
  .nice__txt {
    padding-left: 0; }
  .introduction__img .btn {
    display: inline-block;
    position: relative;
    width: 100%;
    top: -20px;
    margin-top: 0; }
  h2.--chat:before {
    top: 6px; }
  h2.--chats:before {
    top: 5px; }
  .advantages__item {
    min-height: 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
  .advantages__txt {
    max-width: inherit; }
  .advantages__item {
    max-width: 100%; }
  .support {
    margin-top: 0;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .over.--pop {
    margin-top: 40px; }
  .convenient__img {
    margin-top: 20px; }
  .premium {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 30px; }
  .try__img {
    margin-top: 20px;
    margin-right: 0; }
  .try {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 40px; }
  .--prem-color {
    margin-right: 0;
    min-width: auto; }
  .over.--world p {
    text-align: left; }
  .introduction__txt h2 {
    font-size: 24px;
    line-height: 26px; }
  li {
    padding-left: 14px; }
  li:before {
    top: 12px; }
  .convenient {
    margin-top: 20px;
    margin-bottom: 30px; }
  .convenient__item {
    padding: 0;
    margin-bottom: 50px; }
  .nice {
    margin-top: 20px; }
  .nice__txt {
    order: 0; }
  .nice__img {
    order: 1;
    margin-top: 20px; }
    .nice__img .btn {
      display: inline-block;
      width: 100%; }
  .nice__txt h2 {
    padding-right: 20px;
    line-height: 24px; }
  .nice__txt .btn {
    display: none; }
  .faq {
    margin-top: 40px; }
  h2.--questions:before {
    top: 6px; }
  .questions__title {
    padding: 15px 20px;
    padding-right: 40px; }
  .over.--faq:after {
    top: 140px; }
  .questions__item {
    margin-bottom: 5px; }
  .questions__answer {
    padding: 0 30px 0 20px;
    word-break: break-word; } }

@media screen and (max-height: 860px) {
  .over__app {
    padding-top: 18px;
    padding-bottom: 28px;
    overflow: hidden; } }

@media screen and (max-height: 700px) {
  .over__app {
    padding-top: 14px;
    padding-bottom: 30px;
    overflow: hidden; } }



@media screen and (max-width: 1060px) {
  h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    padding-top: 20px;

  }
  .logo {
    background: url("../assets/images/logo-m.svg") center no-repeat;
    height: 28px;
    width: 100%; }
  .over.--app {
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0; }
  .over.--app .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 100%;
    min-height: 100vh;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    padding: 0; }
  .content {
    width: 100%; }

  .over.--app .content, .over.--app {
    min-height: auto; } }

.btn {
  display: inline-block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #3A3A45;
  font-weight: 600;
  text-align: center;
  background: #FED966;
  margin-top: 40px;
  cursor: pointer; }

.--txt {
  position: relative;
  padding-top: 42px;
  color: #182337; }
  .--txt a {
    color: #7239FF; }
  .--txt .logo {
    display: block;
    background: url("../assets/images/logo-txt.svg") center no-repeat;
    height: 30px;
    width: 100%;
    margin-bottom: 28px;
    text-align: center; }
    .--txt .logo a {
      display: inline-block;
      width: 285px;
      height: 24px;
      margin: 0 auto; }
  .--txt .content {
    position: relative;
    z-index: 1;
    padding-bottom: 30px; }
  .--txt h2 {
    margin-top: 40px; }

.--err .content {
  text-align: center; }

.--err .logo {
  display: block;
  background: url("../assets/images/logo-txt.svg") center no-repeat;
  height: 30px;
  width: 100%;
  margin-bottom: 5px; }

.error__404 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100%;
  min-height: 100vh;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.error__img {
  display: block;
  margin: 0 0 20px 0;
  height: 302px;
  width: 470px;
  background: url("../assets/images/404.png") center no-repeat;
  background-size: cover; }


.coomeet-app {
  background: #E2E0E1;
}

.loading {
  display: none;
}


.coomeet-app, .app-preloader {
  width: 100% !important;
  min-width: 100%;
  min-height: auto;
  height: calc(var(--vh, 1vh) * 100) !important;
  margin: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 0 0 transparent;

}

/*@media screen and (max-width: 1220px) {*/
/*    .coomeet-app, .app-preloader {*/
/*        width: calc(100vw - 240px) !important;*/
/*    }*/
/*}*/

@media screen and (max-width: 768px) {
  .coomeet-app, .app-preloader {
    width: 100% !important;
    min-width: 100%;
    min-height: auto;
    height: calc(var(--vh, 1vh) * 100) !important;
    margin: 0;
  }
}

.coomeet-app {
  position: relative;
  /*border-radius: 8px;*/
  padding: 0;
  overflow: hidden;
  z-index: 55;
}


/*@media screen and (min-width: 699px) and (max-height: 470px) {*/
/*    .coomeet-app {*/
/*        min-height: 525px;*/
/*    }*/
/*}*/

@media screen and (max-width: 768px) {
  .coomeet-app {
    border-radius: 0;
    padding: 0;
    box-shadow: 0 0 0 0 transparent;
  }
}

@media screen and (max-width: 768px) {
  .loading {
    display: block;
    text-align: left;
    padding: 15px;
    font-size: 22px;
    color: #1b1e1e;
  }

  .app-preloader {
    background: #F1F1F1;
  }
}


.error__description {
  margin-top: 22px;
  font-size: 18px;
  color: #aaa; }

@media screen and (max-width: 1060px) {
  .--txt h1 {
    font-size: 24px;
    padding-bottom: 10px; }
  .--txt h2 {
    margin-top: 20px; }
  .--txt:before, .--txt:after {
    display: none; } }

@media screen and (max-width: 500px) {
  .error__img {
    margin: 5px 0 10px 0;
    height: 204px;
    width: 320px; } }

.footer {
  position: relative;
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 20px 5px;
  height: auto;
  background: #fff;
  text-align: center; }
  .footer a {
    color: #182337;
    font-weight: 500;
    font-size: 14px;
    margin-right: 20px; }
    .footer a:hover {
      color: #7239FF; }

.switch {
  position: relative;
  display: inline-block;
  margin-left: 60px;
  cursor: pointer;
  width: 45px;
  text-transform: uppercase; }
  .switch:after {
    content: '';
    position: absolute;
    top: 11px;
    margin-top: -4px;
    left: -6px;
    width: 8px;
    height: 8px;
    border-color: #bbb;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transition: all 150ms;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .switch:hover:after {
    top: 16px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg); }
  .switch:hover .lang-list {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.lang-list {
  position: absolute;
  width: auto;
  bottom: 28px;
  left: -10px;
  padding: 0 0 9px 14px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background: #fff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 88;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s; }

.lang-list__item.--it {
  background: url("../assets/images/it.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--ru {
  background: url("../assets/images/ru.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--en {
  background: url("../assets/images/en.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--nl {
  background: url("../assets/images/nl.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--sv {
  background: url("../assets/images/sv.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--tr {
  background: url("../assets/images/tr.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--pl {
  background: url("../assets/images/pl.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--es {
  background: url("../assets/images/es.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--de {
  background: url("../assets/images/de.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--no {
  background: url("../assets/images/no.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--ro {
  background: url("../assets/images/ro.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--hi {
  background: url("../assets/images/hi.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--pt {
  background: url("../assets/images/pt.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item.--fr {
  background: url("../assets/images/fr.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 11px; }

.lang-list__item a {
  padding: 5px 0 3px 25px;
  font-size: 13px;
  color: #000;
  display: block;
  text-align: left;
  text-transform: initial; }

.lang-list__item a:hover {
  color: #7239FF; }

.lang-list__item.current a {
  color: #7239FF; }

@media screen and (max-width: 980px) {
  .footer a {
    display: block;
    margin-right: 0;
    font-size: 16px;
    margin-bottom: 12px; }
  .switch {
    margin-left: 0;
    margin-top: 15px; }
  .lang-list {
    left: -44px;
    padding-right: 15px; }
    .lang-list a {
      margin-bottom: 0;
      font-size: 14px; } }
</pre></body></html>