.pli {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 500001;
}
.pli__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.pli__window {
  width: 700px;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  z-index: 500001;
  position: relative;
}
.pli__close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url("/res/pricing/i/options/material/cancel.svg") transparent no-repeat 0 0;
  background-size: contain;
  opacity: 0.1;
  cursor: pointer;
  z-index: 500002;
  flex-shrink: 0;
}
.pli__close:hover {
  opacity: 0.15;
}
.pli__close:active {
  opacity: 0.2;
}
.pli__info {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}
.pli__info a {
  color: #438BF6;
  text-decoration: none;
}
.pli__info a:hover {
  color: #84ace6;
  text-decoration: underline;
}
.pli__info__head {
  position: relative;
  padding-left: 80px;
  min-height: 60px;
}
.pli__info__icon {
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  position: absolute;
}
.pli__info__icon--users {
  background: url("/res/pricing/i/options/users.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--agents {
  background: url("/res/pricing/i/options/devices.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--quick_support {
  background: url("/res/pricing/i/options/quick_support.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--concurrent_connection {
  background: url("/res/pricing/i/options/concurrent_connection.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--joint_connection {
  background: url("/res/pricing/i/options/joint_connection.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--file_size {
  background: url("/res/pricing/i/options/file_size.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--terminal_mode {
  background: url("/res/pricing/i/options/terminal_mode.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--mobile_connection {
  background: url("/res/pricing/i/options/mobile_connection.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--blackscreen {
  background: url("/res/pricing/i/options/blackscreen.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--storage {
  background: url("/res/pricing/i/options/storage.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--reboot {
  background: url("/res/pricing/i/options/reboot.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--calls {
  background: url("/res/pricing/i/options/calls.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--rdp {
  background: url("/res/pricing/i/options/rdp.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--history {
  background: url("/res/pricing/i/options/history.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--turbo_install {
  background: url("/res/pricing/i/options/turbo_install.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--wake {
  background: url("/res/pricing/i/options/wake.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--permanent_link {
  background: url("/res/pricing/i/options/permanent_link.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--personal_link {
  background: url("/res/pricing/i/options/personal_link.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--share_device {
  background: url("/res/pricing/i/options/share_device.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--proxy_settings {
  background: url("/res/pricing/i/options/proxy_settings.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--permission {
  background: url("/res/pricing/i/options/permission.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--departments {
  background: url("/res/pricing/i/options/departments.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--log {
  background: url("/res/pricing/i/options/log.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--sso {
  background: url("/res/pricing/i/options/sso.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--active_directory {
  background: url("/res/pricing/i/options/active_directory.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--brand {
  background: url("/res/pricing/i/options/brand.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--cname {
  background: url("/res/pricing/i/options/cname.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__icon--http_api {
  background: url("/res/pricing/i/options/http_api.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pli__info__label {
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 22px;
  margin-left: 10px;
  padding: 0 10px;
}
.pli__info__intro {
  margin-top: 6px;
}
.pli__info__designed {
  margin-top: 20px;
  background: rgba(229, 239, 255, 0.5);
  border-radius: 8px;
  padding: 16px;
  position: relative;
}
.pli__info__articles {
  margin-top: 20px;
}
.pli__info__article {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
}
.pli__info__article::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/res/pricing/i/options/material/description.svg") transparent no-repeat 0 0;
  background-size: contain;
  filter: invert(86%) sepia(36%) saturate(4565%) hue-rotate(186deg) brightness(114%) contrast(105%);
  margin-right: 6px;
  flex-shrink: 0;
}
.pli__info__article--landing::before {
  background: url("/res/pricing/i/options/material/star.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__article--external::before {
  background: url("/res/pricing/i/options/material/language.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.pli__info__article:hover::before {
  opacity: 0.8;
}
.pli__info__payment {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px;
}
.pli__info__payment::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/res/pricing/i/options/material/credit_card.svg") transparent no-repeat 0 0;
  background-size: contain;
  filter: invert(86%) sepia(36%) saturate(4565%) hue-rotate(186deg) brightness(114%) contrast(105%);
  margin-right: 6px;
  flex-shrink: 0;
}
.pli__actions {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pli__actions .button {
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  height: 50px;
  line-height: 51px;
}
.mobile .pli {
  overflow-y: auto;
  padding: 20px 0;
  align-items: flex-start;
}
.mobile .pli__background {
  position: fixed;
}
.mobile .pli__window {
  margin: 0 20px;
  border-radius: 16px;
  padding: 20px;
}
.mobile .pli__close {
  right: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
}
.mobile .pli__info {
  font-size: 14px;
  line-height: 18px;
}
.mobile .pli__info__icon {
  width: 30px;
  height: 30px;
}
.mobile .pli__info__head {
  padding-left: 44px;
  min-height: 30px;
}
.mobile .pli__info__title {
  font-size: 16px;
  line-height: 20px;
}
.mobile .pli__actions {
  margin-top: 10px;
}
.mobile .pli__actions .button {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}
.thankyou {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
.thankyou__icon {
  width: 150px;
  height: 150px;
  background: url("/res/signup/i/like@1x.webp") transparent no-repeat 0 0;
  background-size: contain;
}
.thankyou__title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #333;
}
.thankyou__text {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin-top: 16px;
}
.thankyou__actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.thankyou__button {
  font-size: 14px;
}
.mobile .thankyou__icon {
  width: 75px;
  height: 75px;
}
.mobile .thankyou__title {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
.mobile .thankyou__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
.mobile .thankyou__actions {
  margin-top: 16px;
}
@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;
}
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
/* 3D Effects */
/* IE10 Windows Phone 8 Fixes */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
/* Scrollbar */
/* Preloader */
/* a11y */
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;
}
.spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #448AFF;
  border-color: #448AFF #448AFF #448AFF transparent;
  animation: spinner 1.2s linear infinite;
  flex-shrink: 0;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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 {
  text-align: center;
  padding: 40px;
  background: url("/res/pricing/i/personal/background.webp") #F1F7FF no-repeat center 0;
  background-size: cover;
  color: #333;
}
.overview .tabs {
  background: transparent;
  padding-top: 0;
  padding-bottom: 20px;
}
.overview .tabs__items {
  background: rgba(255, 255, 255, 0.75);
}
.overview .tabs__item {
  color: #333;
}
.overview__intro {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}
.overview__title {
  margin: 16px 0 0 0;
  font-size: 46px;
  line-height: 56px;
  color: #333333;
}
.overview__description {
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
.overview__book {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0;
}
.overview__page--left {
  padding-right: 50px;
}
.overview__page--right {
  position: relative;
}
.overview__image {
  display: inline-block;
  width: 450px;
  height: 450px;
  background: url("/res/pricing/i/personal/overview@2x.webp") transparent no-repeat 0 0;
  background-size: contain;
}
@media (min-resolution: 2dppx) {
  .overview__image {
    background: url("/res/pricing/i/personal/overview@4x.webp") transparent no-repeat 0 0;
    background-size: contain;
  }
}
.geo-cn .overview__image,
.geo-jp .overview__image,
.geo-kr .overview__image,
.geo-id .overview__image,
.geo-vn .overview__image,
.geo-th .overview__image,
.geo-mm .overview__image,
.geo-my .overview__image,
.geo-ph .overview__image {
  background: url("/res/pricing/i/personal/overview-cn@2x.webp") transparent no-repeat 0 0;
  background-size: contain;
}
@media (min-resolution: 2dppx) {
  .geo-cn .overview__image,
  .geo-jp .overview__image,
  .geo-kr .overview__image,
  .geo-id .overview__image,
  .geo-vn .overview__image,
  .geo-th .overview__image,
  .geo-mm .overview__image,
  .geo-my .overview__image,
  .geo-ph .overview__image {
    background: url("/res/pricing/i/personal/overview-cn@4x.webp") transparent no-repeat 0 0;
    background-size: contain;
  }
}
.geo-dz .overview__image,
.geo-bh .overview__image,
.geo-eg .overview__image,
.geo-jo .overview__image,
.geo-iq .overview__image,
.geo-ye .overview__image,
.geo-qa .overview__image,
.geo-kw .overview__image,
.geo-lb .overview__image,
.geo-ly .overview__image,
.geo-mr .overview__image,
.geo-ma .overview__image,
.geo-ae .overview__image,
.geo-om .overview__image,
.geo-ps .overview__image,
.geo-sa .overview__image,
.geo-sy .overview__image,
.geo-sd .overview__image,
.geo-tn .overview__image {
  background: url("/res/pricing/i/personal/overview-sa@2x.webp") transparent no-repeat 0 0;
  background-size: contain;
}
@media (min-resolution: 2dppx) {
  .geo-dz .overview__image,
  .geo-bh .overview__image,
  .geo-eg .overview__image,
  .geo-jo .overview__image,
  .geo-iq .overview__image,
  .geo-ye .overview__image,
  .geo-qa .overview__image,
  .geo-kw .overview__image,
  .geo-lb .overview__image,
  .geo-ly .overview__image,
  .geo-mr .overview__image,
  .geo-ma .overview__image,
  .geo-ae .overview__image,
  .geo-om .overview__image,
  .geo-ps .overview__image,
  .geo-sa .overview__image,
  .geo-sy .overview__image,
  .geo-sd .overview__image,
  .geo-tn .overview__image {
    background: url("/res/pricing/i/personal/overview-sa@4x.webp") transparent no-repeat 0 0;
    background-size: contain;
  }
}
.geo-za .overview__image,
.geo-ng .overview__image,
.geo-ke .overview__image,
.geo-gh .overview__image,
.geo-et .overview__image,
.geo-tt .overview__image,
.geo-jm .overview__image {
  background: url("/res/pricing/i/personal/overview-ng@2x.webp") transparent no-repeat 0 0;
  background-size: contain;
}
@media (min-resolution: 2dppx) {
  .geo-za .overview__image,
  .geo-ng .overview__image,
  .geo-ke .overview__image,
  .geo-gh .overview__image,
  .geo-et .overview__image,
  .geo-tt .overview__image,
  .geo-jm .overview__image {
    background: url("/res/pricing/i/personal/overview-ng@4x.webp") transparent no-repeat 0 0;
    background-size: contain;
  }
}
.geo-in .overview__image {
  background: url("/res/pricing/i/personal/overview-in@2x.webp") transparent no-repeat 0 0;
  background-size: contain;
}
@media (min-resolution: 2dppx) {
  .geo-in .overview__image {
    background: url("/res/pricing/i/personal/overview-in@4x.webp") transparent no-repeat 0 0;
    background-size: contain;
  }
}
.geo-tr .overview__image,
.geo-cy .overview__image {
  background: url("/res/pricing/i/personal/overview-tr@2x.webp") transparent no-repeat 0 0;
  background-size: contain;
}
@media (min-resolution: 2dppx) {
  .geo-tr .overview__image,
  .geo-cy .overview__image {
    background: url("/res/pricing/i/personal/overview-tr@4x.webp") transparent no-repeat 0 0;
    background-size: contain;
  }
}
.geo-br .overview__image {
  background: url("/res/pricing/i/personal/overview-br@2x.webp") transparent no-repeat 0 0;
  background-size: contain;
}
@media (min-resolution: 2dppx) {
  .geo-br .overview__image {
    background: url("/res/pricing/i/personal/overview-br@4x.webp") transparent no-repeat 0 0;
    background-size: contain;
  }
}
.overview__star {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  left: 25px;
  bottom: 25px;
  background: url("/res/pricing/i/personal/overview-star.svg?v=1") transparent no-repeat 0 0;
  background-size: contain;
}
.overview__star .price {
  font-weight: normal;
}
.geo-br .overview__star {
  font-size: 20px;
}
.overview__limits {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.overview__limit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  height: 70px;
  padding: 0 25px;
  margin-right: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 270px;
  cursor: pointer;
}
.overview__limit:hover {
  background: rgba(255, 255, 255, 0.25);
}
.overview__limit:active {
  background: rgba(255, 255, 255, 0.75);
}
.overview__limit::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 10px;
  flex-shrink: 0;
}
.overview__limit--agents::before {
  background: url("/res/pricing/i/personal/overview-devices.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.overview__limit--users::before {
  background: url("/res/pricing/i/personal/overview-users.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.overview__limit--support::before {
  background: url("/res/pricing/i/personal/overview-support.svg") transparent no-repeat 0 0;
  background-size: contain;
}
.overview__limit__info {
  overflow: hidden;
}
.overview__limit__name {
  font-size: 14px;
  color: #808080;
  margin-bottom: -4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overview__limit__value {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overview__actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.overview__button {
  font-size: 16px;
  margin-right: 20px;
  height: 60px;
  line-height: 60px;
}
.overview__comment {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.overview__comment a {
  color: #438BF6;
  text-decoration: underline;
}
.overview__comment a:hover {
  color: #84ace6;
  text-decoration: none;
}
.included {
  background: #fff;
  padding: 60px;
  font-size: 16px;
  color: #333;
}
.included__title {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #333;
  text-align: center;
}
.included__book {
  max-width: 1024px;
  margin: 40px auto 0 auto;
  display: flex;
}
.included__page {
  width: 50%;
  padding: 0 25px;
}
.included__option {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 22px;
  font-size: 16px;
}
.included__option::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 16px;
  flex-shrink: 0;
}
.included__help {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  cursor: pointer;
  filter: invert(86%) sepia(36%) saturate(4565%) hue-rotate(186deg) brightness(114%) contrast(105%);
}
.included__help:hover {
  opacity: 0.8;
}
.included__help:active {
  opacity: 0.9;
}
.buy {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}
.buy__title {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.buy__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
  max-width: 800px;
}
.buy__comment {
  margin-top: 30px;
  font-size: 14px;
}
.buy__comment a {
  color: #fff;
}
.buy__comment a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.buy__button {
  margin-top: 30px;
  height: 60px;
  line-height: 60px;
}
.solutions {
  background: #F4F9FF;
  padding: 60px;
}
.solutions__title {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #333;
  text-align: center;
}
.solutions__intro {
  max-width: 1000px;
  margin: 30px auto 0 auto;
  text-align: center;
}
.solutions__items {
  width: 100%;
  margin: 40px auto 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
.solutions__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  padding: 0 30px;
}
.solutions__icon {
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  cursor: help;
}
.solutions__icon:hover {
  opacity: 0.75;
}
.solutions__icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions__subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 16px;
}
.solutions__subdescription {
  margin-top: 5px;
  line-height: 22px;
  text-align: center;
}
.solutions__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
}
.solutions__button {
  height: 60px;
  line-height: 60px;
}
.control {
  background: #ffffff;
  padding: 50px;
}
.control__title {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #333;
}
.control__text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.control__body {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}
.control__body::after {
  content: "";
  width: 546px;
  height: 405px;
  flex-shrink: 0;
  display: flex;
  margin-left: 100px;
}
.control__actions {
  margin-top: 30px;
  align-items: center;
  display: flex;
}
.control__button {
  font-size: 14px;
  line-height: 60px;
  height: 60px;
}
.sharing {
  background: #fff;
  padding: 0 50px 50px 50px;
}
.sharing__title {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #333;
}
.sharing__text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.sharing__body {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}
.sharing__body::before {
  content: "";
  width: 522px;
  height: 417px;
  flex-shrink: 0;
  display: flex;
  margin-right: 100px;
}
.sharing__actions {
  margin-top: 30px;
  align-items: center;
  display: flex;
}
.sharing__button {
  font-size: 14px;
  line-height: 60px;
  height: 60px;
}
.installation {
  background: #F4F9FF;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.installation__title {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #333;
  max-width: 1200px;
}
.installation__intro {
  max-width: 1200px;
  margin: 30px 0 0 0;
  text-align: center;
}
.installation__book {
  display: flex;
  align-items: center;
  margin: 20px auto 0 auto;
  max-width: 1280px;
}
.installation__page__left {
  flex-basis: 100%;
}
.installation__page--right {
  flex-shrink: 0;
  width: 570px;
  height: 421px;
  margin-left: 40px;
  overflow: hidden;
}
.installation__text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
.installation__menu {
  margin-top: 20px;
}
.installation__menu__item {
  border-radius: 16px;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 32px 16px 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.installation__menu__item::before {
  content: "";
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  position: absolute;
  top: 20px;
  left: 16px;
}
.installation__menu__item::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  display: none;
}
.installation__menu__item:hover {
  background: #ffffff;
}
.installation__menu__item:hover::after {
  display: block;
}
.installation__menu__item.selected {
  background: #E8F1FF;
}
.installation__menu__item.selected::after {
  display: block;
}
.installation__menu__label {
  font-size: 14px;
  color: #808080;
  margin-bottom: 6px;
}
.installation__menu__name {
  font-size: 20px;
  margin: 0;
}
.installation__menu__text {
  display: none;
}
.selected .installation__menu__text {
  display: inherit;
}
.installation__menu__text a {
  color: #438BF6;
  text-decoration: underline;
}
.installation__menu__text a:hover {
  color: #84ace6;
  text-decoration: none;
}
.installation__menu__text li {
  margin: 10px 0;
}
.installation__swipper {
  display: block !important;
}
.installation__image {
  width: 570px;
  height: 421px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.installation__image.swiper-slide-visible {
  opacity: 1;
}
.installation__image::before {
  content: "";
  display: flex;
  flex-shrink: 0;
}
.installation__image--1::before {
  width: 570px;
  height: 421px;
}
.mobile .installation__image--1::before {
  width: 285px;
  height: 210px;
}
.installation__image--2::before {
  width: 570px;
  height: 421px;
}
.mobile .installation__image--2::before {
  width: 285px;
  height: 210px;
}
.installation__image--3::before {
  width: 570px;
  height: 421px;
}
.mobile .installation__image--3::before {
  width: 285px;
  height: 210px;
}
.installation__actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.installation__button {
  font-size: 14px;
}
.clients {
  padding: 50px;
  text-align: center;
}
.clients__title {
  margin: 0;
  text-align: center;
  font-size: 30px;
}
.clients__description {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}
.clients__items {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}
.clients__slide {
  display: block;
  margin-top: 116px;
}
.clients__tile {
  text-align: left;
  padding: 10px;
  margin: 60px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}
.clients__img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 8px solid #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(6, 0, 79, 0.16);
}
.clients__name {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  text-align: center;
}
.clients__head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.clients__author {
  font-size: 16px;
  color: #448AFF;
  line-height: 20px;
  margin-top: 6px;
  text-align: center;
}
.clients__content {
  margin-top: 20px;
}
.clients__screens {
  display: none;
}
.clients__pagination {
  display: none;
}
.clients__buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients__button {
  margin: 0 20px;
}
.clients__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
.clients__spacer {
  flex-basis: 100%;
}
.clients__reviews {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 40px;
}
.clients__review {
  margin: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.clients__review__medal {
  height: 80px;
  margin-bottom: 30px;
}
.clients__review__logo--capterra {
  width: 226px;
  height: 50px;
}
.clients__review__logo--trustpilot {
  width: 229px;
  height: 56px;
}
.clients__review__logo--getapp {
  width: 178px;
  height: 50px;
}
.clients__review__logo--webstore {
  width: 223px;
  height: 55px;
}
.clients__review__logo--g2 {
  width: 54px;
  height: 56px;
}
.clients__review__rate {
  padding-left: 192px;
  color: #333;
  line-height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px !important;
  font-weight: bold;
  margin-top: 16px;
  transform: scale(0.85);
}
.clients__review__rate::before {
  content: "";
  position: absolute;
  margin-left: -192px;
  height: 24px;
  width: 0;
}
.clients__review__rate--50::before {
  width: 178px;
}
.clients__review__rate--45::before {
  width: 165px;
}
.price {
  font-family: Tahoma;
}
