@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0yExdGM.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KExQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #448AFF;
  font-family: "PT Sans", Arial, Tahoma;
  font-size: 18px;
  line-height: 24px;
  overflow-x: hidden;
}
body.mobile {
  font-size: 14px;
  line-height: 18px;
}
a {
  transition: color 0.25s;
}
.header {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  position: relative;
}
.header__main {
  display: flex;
  align-items: center;
  max-width: 1420px;
  padding: 0 50px;
  margin: 0 auto;
  justify-content: space-between;
  height: 90px;
}
.header__logo {
  margin-right: 10px;
  flex-shrink: 0;
}
.header__logo__big {
  display: none;
  width: 164px;
  height: 32px;
}
.header__logo__small {
  width: 40px;
  height: 40px;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.header__menu__item {
  color: #333;
  padding: 2px 8px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__menu__item--download img,
.header__menu__item--share img,
.header__menu__item--blank img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(128deg) brightness(105%) contrast(101%);
}
.header__menu__item--blank img {
  margin-left: 4px;
  margin-top: -4px;
}
.header__menu__item--share img {
  margin-right: 4px;
}
.header__menu__item:hover {
  text-decoration: underline;
}
.header__menu__item.selected {
  pointer-events: none;
}
.header__menu__item--head {
  padding-right: 0;
}
.header__menu__item--nolink {
  cursor: default !important;
}
.header__menu__item--folder {
  pointer-events: unset !important;
}
.header__menu__item--folder.expanded .header__menu__popup {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.header__menu__item--folder.expanded > .header__menu__item--head::after {
  margin-top: 6px;
  transform: rotate(45deg);
  border-color: #333;
}
.header__menu__item--folder > .header__menu__item--head {
  display: flex !important;
}
.header__menu__item--folder > .header__menu__item--head::after {
  content: "";
  display: flex;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform-origin: 4px 4px;
  transform: rotate(-135deg);
  margin-left: 8px;
}
.header__menu__item--folder.selected > .header__menu__item--head::after {
  border-color: #333;
}
.header__menu__subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #7392cd;
  text-transform: uppercase;
  margin-top: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.header__menu__subtitle::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 8px;
  filter: invert(72%) sepia(12%) saturate(4521%) hue-rotate(189deg) brightness(84%) contrast(89%);
}
.header__menu__subtitle--margin {
  margin-top: 40px;
}
.header__menu__subitem {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
  line-height: 32px;
  font-weight: normal;
}
.header__menu__subitem:hover {
  text-decoration: underline;
  color: #438BF6;
}
.header__menu__separator {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 6px 0;
}
.header__menu__soon {
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
  color: #5987FB;
  font-size: 12px;
}
.header__menu__button {
  color: #333;
  display: flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  justify-content: center;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background: rgba(224, 236, 255, 0.75);
  padding: 0 20px;
}
.header__menu__button:hover {
  background: #e0ecff;
  text-decoration: underline;
}
.header__menu__button--signup::before,
.header__menu__button--dashboard::before,
.header__menu__button--partnership::before,
.header__menu__button--buy::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  filter: invert(18%) sepia(3%) saturate(2%) hue-rotate(19deg) brightness(100%) contrast(95%);
  vertical-align: middle;
  margin-right: 6px;
  flex-shrink: 0;
}
.header__menu__button--signup::before {
  background: url("/res/common/i/material/rocket_launch_black.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.header__menu__button--dashboard::before {
  background: url("/res/common/i/material/account.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.header__menu__button--buy {
  text-transform: uppercase;
  font-size: 12px;
}
.header__menu__button--buy::before {
  width: 20px;
  height: 20px;
  background: url("/res/common/i/material/crown.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.header__menu__button--partnership {
  text-transform: uppercase;
  font-size: 12px;
}
.header__menu__button--partnership::before {
  width: 20px;
  height: 20px;
  background: url("/res/common/i/material/handshake.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.header__menu__popup {
  position: absolute;
  cursor: default;
  z-index: 200000;
  top: 90px;
  left: 0;
  right: 0;
  visibility: hidden;
  background: transparent;
  opacity: 0;
  transition: opacity 0.25s, visibility 0.25s, margin-top 0.25s;
  font-weight: normal;
  margin-top: -10px;
}
.header__menu__book {
  display: flex;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.97);
  justify-content: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  padding: 40px;
  position: relative;
  border-bottom: 3px solid #ffffff;
}
.header__menu__page {
  max-width: 350px;
  flex-basis: 33%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.header__menu__subbutton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-decoration: none;
  border-radius: 10px;
  padding: 0 16px 0 88px;
  height: 88px;
}
.header__menu__subbutton.selected {
  background: rgba(224, 236, 255, 0.95);
}
.header__menu__subbutton:hover {
  background: rgba(224, 236, 255, 0.75);
}
.header__menu__subicon {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 60px;
  height: 60px;
}
.header__menu__subname {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-top: 0;
}
.header__menu__subname--blank::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  filter: invert(50%) sepia(84%) saturate(3247%) hue-rotate(202deg) brightness(103%) contrast(101%);
  opacity: 0.5;
}
.header__menu__subintro {
  color: rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  overflow: hidden;
  max-height: 36px;
}
.header__menu__subtext {
  font-size: 14px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 20px;
  color: #333333;
}
.header__menu__subaddress {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.header__menu__subaddress p {
  margin: 6px 0;
}
.header__menu__subaddress a {
  color: #448AFF;
}
.header__menu__subaddress a:hover {
  color: #649dff !important;
  text-decoration: none;
}
.header__menu__subsocials {
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
  margin-top: 16px;
}
.header__menu__subsocial {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  margin: 0 6px 6px 0;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex-shrink: 0;
  opacity: 0.75;
}
.header__menu__subsocial:hover {
  opacity: 1;
}
.header__menu__subsocial::before {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  flex-shrink: 0;
}
.header__menu__subsocial--telegram {
  background: #42A2E1;
}
.header__menu__subsocial--telegram::before {
  margin-left: -2px;
  margin-top: 2px;
}
.header__menu__subsocial--discord {
  background: #5C66F5;
}
.header__menu__subsocial--discord::before {
  margin-top: 3px;
}
.header__menu__subsocial--x {
  background: #000000;
}
.header__menu__subsocial--facebook {
  background: #2C68FF;
}
.header__menu__subsocial--linkedin {
  background: #2767C5;
}
.header__menu__subsocial--youtube {
  background: #F4002C;
}
.header__menu__subsocial--youtube::before {
  margin-left: 1px;
  margin-top: 2px;
}
.header__menu__submore {
  margin-top: 16px;
  margin-left: 10px;
  display: inline-block !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 14px;
  padding: 0 20px;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #448AFF;
  color: #448AFF;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  width: unset;
}
.header__menu__submore:hover {
  background: #fff;
}
.header__menu__submore::after {
  content: "";
  background: url("/res/for/i/common/menu/arrow_forward.svg") transparent no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 16px;
  filter: invert(60%) sepia(60%) saturate(5624%) hue-rotate(202deg) brightness(101%) contrast(102%);
  flex-shrink: 0;
  margin-left: 6px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.header__menu__banner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: rgba(224, 236, 255, 0.5);
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  bottom: 50px;
  width: 100%;
  max-width: 450px;
}
.header__menu__banner:hover {
  background: rgba(224, 236, 255, 0.75);
}
.header__menu__banner::before {
  content: "";
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 20px;
}
.header__menu__banner__title {
  font-size: 16px;
  color: #333333;
}
.header__menu__banner__text {
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}
.header__menu__banner__button {
  margin-top: 6px;
  color: #448AFF;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.header__menu__banner__button::after {
  content: "";
  width: 16px;
  height: 16px;
  filter: invert(60%) sepia(60%) saturate(5624%) hue-rotate(202deg) brightness(101%) contrast(102%);
  flex-shrink: 0;
  margin-left: 6px;
}
.header__menu__banner__button:hover {
  color: #438BF6;
  text-decoration: underline;
}
.header__menu__banner__button:hover::after {
  filter: invert(47%) sepia(23%) saturate(1764%) hue-rotate(179deg) brightness(105%) contrast(93%);
}
.header__menu__spacer {
  width: 40px;
  flex-shrink: 0;
}
.header__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 30px;
}
.header__language {
  margin-left: 16px;
  width: 40px;
}
.sale {
  background: #fafd94;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
}
.sale__title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.sale__message {
  color: #333;
  font-size: 18px;
  margin-left: 10px;
}
.sale__button {
  height: 36px !important;
  line-height: 36px !important;
  margin-left: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.subheader {
  background: #2B4A89;
}
.subheader__main {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1390px;
}
.subheader__item {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  padding: 0 5px;
  height: 34px;
  transition: none;
  flex-shrink: 0;
}
.subheader__item.selected {
  background: #253F75;
}
.subheader__item--icon {
  padding: 0 16px;
}
.subheader__item--icon::before {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(49deg) brightness(103%) contrast(103%);
  flex-shrink: 0;
}
.subheader__item:hover {
  text-decoration: underline;
}
.subheader__item--download::before {
  background: url("/res/common/i/menu/download_for_offline_outline.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.subheader__item--share::before {
  background: url("/res/common/i/menu/screen_share_outline.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.subheader__item--partnership::before {
  background: url("/res/common/i/material/handshake.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.subheader__item--selfhosted::before {
  background: url("/res/common/i/material/dns.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.subheader__item--logout::before {
  background: url("/res/common/i/menu/logout.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.subheader__item--dashboard {
  color: #fff !important;
  max-width: 300px;
}
.subheader__item--dashboard::before {
  width: 8px;
  height: 8px;
  background-color: #3EAF5A;
  border-radius: 100%;
  filter: none;
}
.subheader__item--dashboard span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subheader__group {
  display: flex;
  align-items: center;
  text-align: left;
  height: 34px;
  color: #fff;
  font-size: 15px;
}
.subheader__group.selected {
  background: rgba(255, 255, 255, 0.05);
}
.subheader__group--service {
  border-radius: 34px;
  overflow: hidden;
}
.subheader__group--icon::before {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(49deg) brightness(103%) contrast(103%);
  flex-shrink: 0;
}
.subheader__group--signin {
  margin-right: 16px;
}
.subheader__group--signin::before {
  background: url("/res/common/i/menu/login.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.subheader__group--language {
  margin: 0 16px 0 0;
}
.subheader__separator {
  width: 0.5px;
  height: 10px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 6px;
}
.footer {
  background: #1F2536;
  padding: 34px 0;
  color: #f0f0f0;
  font-size: 14px;
  line-height: 20px;
}
.footer__box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer__columns {
  display: flex;
  justify-content: space-between;
}
.footer__soon {
  font-size: 12px;
  color: #538BFF;
}
.footer__menu {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer__menu__title {
  font-weight: bold;
}
.footer__menu__item {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  line-height: 16px;
}
.footer__menu__item--sub {
  margin-left: 10px;
}
.footer__menu__item--disabled {
  pointer-events: none;
  color: #aaaaaa !important;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  color: #ACCBFF;
  text-decoration: underline;
}
.footer__left {
  width: 100%;
}
.footer__right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  max-width: 250px;
}
.footer__gp {
  width: 180px;
  height: 60px;
  display: inline-block;
  margin-top: 30px;
  text-decoration: none !important;
}
.footer__social {
  margin-bottom: 8px;
}
.footer__social__title {
  color: #ffffff;
}
.footer__social__items {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer__social__item {
  width: 38px;
  height: 38px;
  background: #2C3348;
  border-radius: 8px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social__item--telegram:hover {
  background: #28A8E9;
}
.footer__social__item--telegram::before {
  content: "";
  display: flex;
  align-items: center;
  width: 18px;
  height: 15px;
  margin-left: -1px;
}
.footer__social__item--twitter:hover {
  background: #1DA1F2;
}
.footer__social__item--twitter::before {
  content: "";
  display: flex;
  align-items: center;
  width: 18px;
  height: 15px;
}
.footer__social__item--facebook:hover {
  background: #4867AA;
}
.footer__social__item--facebook::before {
  content: "";
  display: flex;
  align-items: center;
  width: 12px;
  height: 21px;
}
.footer__social__item--linkedin:hover {
  background: #0A66C2;
}
.footer__social__item--linkedin::before {
  content: "";
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
}
.footer__social__item--youtube:hover {
  background: #FF0000;
}
.footer__social__item--youtube::before {
  content: "";
  display: flex;
  align-items: center;
  width: 21px;
  height: 15px;
}
.footer__social__item--discord:hover {
  background: #5A63EE;
}
.footer__social__item--discord::before {
  content: "";
  display: flex;
  align-items: center;
  width: 21px;
  height: 15px;
}
.mauticform_wrapper { margin: 10px auto; }
.mauticform-innerform {}
.mauticform-post-success {}
.mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
.mauticform-description { margin-top: 2px; margin-bottom: 10px; }
.mauticform-error { margin-bottom: 10px; color: #cc0000; text-align: center; }
.mauticform-message { margin-bottom: 10px;color: green; font-size: 16px; text-align: center; }
.mauticform-row { display: block; margin-bottom: 20px; }
.mauticform-label { font-size: 14px; display: block; font-weight: normal; margin-bottom: 5px; color: #333; }
.mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
.mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; color: #808080; }
.mauticform-errormsg { display: block; color: red; margin-top: 2px; color: #cc0000; font-size:14px; }
.mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 8px 12px; border: 1px solid #CCC; background: #fff; box-shadow: 0px 0px 0px #fff inset; border-radius: 8px; box-sizing: border-box; font-size:16px; font-family: "PT Sans", Arial, Tahoma; }
.mauticform-checkboxgrp-row { margin: 8px 0; display: flex; align-items: center; }
.mauticform-checkboxgrp-label { font-weight: normal; font-size: 14px; }
.mauticform-checkboxgrp-checkbox {}
.mauticform-radiogrp-row { margin: 8px 0; display: flex; align-items: center; }
.mauticform-radiogrp-label { font-weight: normal; font-size: 14px; }
.mauticform-radiogrp-radio { width: 16px; height: 16px; margin: 0 4px 0 0; }
.mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default { font-family: "PT Sans", Arial, Tahoma;font-size: 16px;line-height: 20px;background: #448AFF;color: #ffffff;padding: 12px 22px;border-radius: 8px;}
.mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 13px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { background-color: #448AFF; opacity: 0.5; cursor: not-allowed; }
.mauticform-pagebreak-wrapper .mauticform-button-wrapper {  display: inline; }
.mauticform-freetext { font-size:14px; }
h3.mauticform-label { font-size:20px; }
.mauticform-field-hidden { display:none }
.mauticform-innerform a { color: #438BF6; text-decoration: underline; }
.mauticform-innerform a:hover { color: #84ace6; text-decoration: none; }



span.button {
  cursor: pointer;
}
.button {
  border-radius: 12px;
  display: inline-block;
  line-height: 44px;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
  color: #448aff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  text-decoration: none;
  outline: none;
}
.button:hover {
  background: #f1f4ff;
}
.button:active {
  box-shadow: none;
}
.button--primary {
  background: linear-gradient(to bottom, #00AEFF 0%, #0076FF 100%);
  box-shadow: 0px 20px 10px -13px rgba(50, 112, 216, 0.65);
  color: #ffffff !important;
}
.button--primary:hover {
  background: linear-gradient(to top, #00AEFF 0%, #0076FF 100%);
}
.button--primary:focus {
  background: linear-gradient(to bottom, #00AEFF 0%, #0e68d2 100%);
}
.button--green {
  background: linear-gradient(to bottom, #59C141 0%, #31B135 100%);
  box-shadow: 0px 20px 10px -13px rgba(0, 0, 0, 0.25);
  color: #ffffff !important;
}
.button--green:hover {
  background: linear-gradient(to bottom, #31B135 0%, #59C141 100%);
}
.button--green:focus {
  background: linear-gradient(to bottom, #59C141 0%, #31B135 100%);
}
.button--black {
  background: linear-gradient(to bottom, #6f6f6f 0%, #373737 100%);
  box-shadow: 0px 20px 10px -13px rgba(0, 0, 0, 0.25);
  color: #ffffff !important;
}
.button--black:hover {
  background: linear-gradient(to bottom, #373737 0%, #6f6f6f 100%);
}
.button--black:focus {
  background: linear-gradient(to bottom, #6f6f6f 0%, #373737 100%);
}
.button--flat {
  border: 1px solid #448aff;
  box-shadow: none;
}
.button--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.button--orange {
  background: linear-gradient(to bottom, #ffb148 0%, #d55e3a 100%);
  box-shadow: 0px 20px 10px -13px rgba(0, 0, 0, 0.25);
  color: #ffffff !important;
}
.button--orange:hover {
  background: linear-gradient(to bottom, #d55e3a 0%, #ffb148 100%);
}
.button--orange:focus {
  background: linear-gradient(to bottom, #ffb148 0%, #d55e3a 100%);
}
.button--flat {
  border: 1px solid #448aff;
  box-shadow: none;
}
.button--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tooltip {
  position: absolute;
  z-index: 700002;
  left: -5000px;
  top: -5000px;
  transition: opacity 0.25s;
  color: #ffffff;
  border-radius: 16px;
  white-space: pre;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
  display: block;
  max-width: 360px;
  white-space: pre-wrap;
  background: rgba(0, 0, 0, 0.7);
}
.language {
  position: relative;
  display: flex;
}
.language__name {
  color: #ffffff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.language__name:hover {
  text-decoration: underline;
}
.language__name::before {
  content: "";
  width: 24px;
  height: 24px;
}
.language__name::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  transform: rotate(135deg);
  margin-left: 8px;
  margin-top: -2px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.language__options {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: none;
  flex-direction: column;
  right: 0;
  top: 40px;
  padding: 10px 20px 10px 16px;
  z-index: 200001;
  right: -10px;
}
.language__option {
  color: #333333 !important;
  height: 38px;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
  font-size: 16px;
}
.language__option:hover {
  text-decoration: underline;
  color: #000000 !important;
}
.language__option::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid #E0E0E0;
  border-radius: 24px;
}
.language--expanded .language__name::after {
  transform: rotate(-45deg);
  margin-top: 6px;
}
.language--expanded .language__options {
  display: flex;
}
.language--bottom .language__options {
  top: auto;
  bottom: 40px;
  right: auto;
  left: 0;
}
.language--bottom .language__name::before {
  margin-right: 8px;
}
.language--ru .language__name::before,
.language__option--ru::before {
  background: url("/res/common/i/flag-ru.svg") transparent no-repeat;
  background-size: contain;
}
.language--en .language__name::before,
.language__option--en::before {
  background: url("/res/common/i/flag-en.svg") transparent no-repeat;
  background-size: contain;
}
.language--es .language__name::before,
.language__option--es::before {
  background: url("/res/common/i/flag-es.svg") transparent no-repeat;
  background-size: contain;
}
.language--pt .language__name::before,
.language__option--pt::before {
  background: url("/res/common/i/flag-pt.svg") transparent no-repeat;
  background-size: contain;
}
.language--fr .language__name::before,
.language__option--fr::before {
  background: url("/res/common/i/flag-fr.svg") transparent no-repeat;
  background-size: contain;
}
.language--de .language__name::before,
.language__option--de::before {
  background: url("/res/common/i/flag-de.svg") transparent no-repeat;
  background-size: contain;
}
.language--zh .language__name::before,
.language__option--zh::before {
  background: url("/res/common/i/flag-zh.svg") transparent no-repeat;
  background-size: contain;
}
.geo-us .language--en .language__name::before,
.geo-us .language__option--en::before {
  background: url("/res/common/i/flag-us.svg") transparent no-repeat;
  background-size: contain;
}
.geo-in .language--en .language__name::before,
.geo-in .language__option--en::before {
  background: url("/res/common/i/flag-in.svg") transparent no-repeat;
  background-size: contain;
}
.geo-ae .language--en .language__name::before,
.geo-ae .language__option--en::before {
  background: url("/res/common/i/flag-ae.svg") transparent no-repeat;
  background-size: contain;
}
.geo-cy .language--en .language__name::before,
.geo-cy .language__option--en::before {
  background: url("/res/common/i/flag-cy.svg") transparent no-repeat;
  background-size: contain;
}
.geo-ca .language--en .language__name::before,
.geo-ca .language__option--en::before {
  background: url("/res/common/i/flag-ca.svg") transparent no-repeat;
  background-size: contain;
}
.geo-br .language--pt .language__name::before,
.geo-br .language__option--pt::before {
  background: url("/res/common/i/flag-br.svg") transparent no-repeat;
  background-size: contain;
}
.tooltip {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 18px;
  max-width: 600px;
  white-space: pre-wrap;
  background: rgba(0, 0, 0, 0.7);
}
.tabs {
  background: #ffffff;
  display: flex;
  justify-content: center;
  padding: 40px;
}
.tabs__items {
  display: flex;
  justify-content: center;
  margin: 0 16px;
  background: #E1ECFF;
  border-radius: 12px;
  padding: 4px;
  position: relative;
}
.tabs__items--exclusive::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: url("/res/pricing/i/menu/exclusive.svg") transparent no-repeat 0 0;
  background-size: contain;
  margin-top: -15px;
  margin-right: -15px;
}
.tabs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  color: #333;
  text-decoration: none;
  border-radius: 12px;
  transition: none;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  min-height: 36px;
}
.tabs__item:hover {
  text-decoration: underline;
}
.tabs__item--selected {
  background: #448AFF;
  color: #ffffff !important;
  pointer-events: none;
}
.tabs__item--selected::before {
  display: none !important;
}
.tabs__item--separator {
  padding-left: 0;
}
.tabs__item--separator::before {
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  background: #CCDFFF;
  margin-right: 20px;
}
.overview {
  background-color: #fff;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.overview__title {
  font-size: 46px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin: 0;
}
.overview__description {
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  white-space: break-spaces;
}
.overview__description a {
  color: #438BF6;
  text-decoration: none;
}
.overview__description a:hover {
  color: #84ace6;
  text-decoration: underline;
}
.overview {
  background-size: auto;
}
.overview__iframe {
  width: 100%;
  max-width: 800px;
  margin: 40px 0;
  background: #F1F4FF;
  padding: 40px;
  border-radius: 30px;
  position: relative;
}
.overview__iframe::before {
  content: "";
  position: absolute;
  background: #e2e7f8;
  top: 50px;
  bottom: 50px;
  width: 25px;
  left: -25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.overview__iframe::after {
  content: "";
  position: absolute;
  background: #e2e7f8;
  top: 50px;
  bottom: 50px;
  width: 25px;
  right: -25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
