* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html._no-overflow,
body._no-overflow {
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
body {
  height: auto;
  min-width: 320px;
  min-height: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: var(--black-pearl);
  text-rendering: auto !important;
  line-height: 1.88;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  background-color: white;
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: underline;
  color: var(--black-pearl);
}
a:hover {
  text-decoration: underline;
  color: var(--blue);
}
b {
  font-weight: 600;
}
button,
a {
  cursor: pointer;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 800;
}
header,
footer,
figure,
picture,
p {
  display: block;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
}
:root {
  --black-pearl: #232a32;
  --black-active: #243443;
  --nero: #1d1d26;
  --blackcurrant: #110e24;
  --blue: #5184d8;
  --blue-strong: #0061F6;
  --alice-blue: #f2f7ff;
  --sherpa-blue: #03363d;
  --sapphire: #08454e;
  --bf-orange: #ffb900;
  --bf-yellow: #fed601;
  --bf-yellow-light: #feedbf;
  --cod-gray: #141414;
  --ocean-blue: #d5fafc;
  --subsky-blue: #d1e3ff;
  --white-light-gray: #fcfcfc;
  --dim-gray: #666666;
  --gainsboro: #dcdcdc;
  --rhino: #3b444f;
  --white-smoke: #efefef;
  --isabelline: #f4f0eb;
  --pattens-blue: #d7eef2;
  --yellow-ultralight: #fffaf2;
  --freedom-blue: #224ee9;
  --ukraine-yellow: #ffd500;
  --ukraine-yellow-dark: #ffb900;
  --almost-white: #fdfdfd;
  --grass-green: #15ad44;
  --snowpoint: #f8f8f8;
  --pillowcase: #feeedb;
  --azureish: #dbebfe;
  --black-icon: #181818;
  --hint-of-red: #f4f0eb;
  --halloween-red: #E56A49;
  --text-active: #232a32;
  --foggy-mountain: #d9d9d9;
  --lavender: #e8f0fc;
  --item-outline-default: #e7e7e7;
  --another-fucking-gray: #6A7384;
  --backgrounds-normal: #f5f5f5;
  --text-secondary: rgba(35, 42, 50, 0.7);
  --discount-badge: #ea5f21;
  --dentures: #e5ebf7;
  --tolopea: #221523;
  --night-rider: #333333;
  --shamrock: #2dce9b;
  --pastel-green: #5bd982;
  --canary: #fff489;
  --sandy-brown: #f6aa59;
  --selective-yellow: #ffb900;
  --sunshade: #f59948;
  --aluminium: #7e858f;
  --charcoal: #464646;
  --dark-gray: #a4a4a4;
  --heather: #adb5bf;
  --grey: #f0f0f0;
  --semi-light-gray: #d1d1d1;
  --light-gray: #d7d7d7;
  --raven: #67717d;
  --slate-gray: #7a8292;
  --very-light-gray: #cecece;
  --vulcan: #393a3f;
  --whisper: #fcfbfc;
  --white-gray: #fbfbfb;
  --blue-cloudless: rgba(59, 157, 255, 0.05);
  --columbia-blue: #9dc2ff;
  --denim: #168edc;
  --deep-sky-blue: #04befe;
  --dodger-blue: #479eff;
  --blue-dodger: #699ff8;
  --maya-blue: #69b7ff;
  --regal-blue: #1f465f;
  --royal-blue: #4481eb;
  --sky-blue: rgba(202, 227, 255, 0.1);
  --very-light-blue: rgba(100, 152, 236, 0.05);
  --theme-light: #4594e5;
  --zircon: #e5e7e9;
  --bittersweet: #ff6464;
  --burnt-sienna: #eb663f;
  --cinnabar: #e34840;
  --red: #ff001d;
  --sorbus: #da552f;
  --violet-red: #fc4478;
  --ruby: #ef174f;
  --french-rose: #ef4974;
  --aquamarine: #8bfdcb;
  --cyprus: #133245;
  --dark-green: #00030b;
  --heliotrope: #fc75ff;
  --mauve: #c8b4ff;
  --ship-cave: #8591b0;
  --theme-alpha: #fd6668;
  --theme-omega: #6498ec;
  --theme-gamma: #ffb900;
  --theme-psi: #2dce9b;
  --cornflower-blue: #5295f4;
  --ritterlich-blue: #36abf4;
  --lighter-blue: #f2f7ff;
  --light-smoke: #f7f7f7;
  --light-white-smoke: #f3f3f3;
  --baby-blue: #6afdef;
  --yellow-sand: #fcf4ea;
  --malachite: #12ce61;
  --brink-pink: #fd6a78;
  --label-green: #15ad44;
  --bf-gray: #f1f1f1;
  --sunset-orange: #ff4a4a;
}
:root {
  --min-page-size: 320px;
  --container-max-width: 1190px;
  --container-side-indent: 20px;
  --header-size: 84px;
}
.text-green {
  color: var(--malachite) !important;
}
.text-red {
  color: var(--brink-pink) !important;
}
.text-blue {
  color: var(--blue-strong) !important;
}
.hidden {
  display: none !important;
}
.blue-text {
  color: var(--blue) !important;
}
.ico {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 18px;
  height: 11px;
}
.ico_uk,
.ico_UA {
  background-image: url('/img/layout/footer/flag_UA.svg');
  margin-right: 10px;
}
.ico_US {
  background-image: url('/img/layout/footer/flag_US.svg');
  margin-right: 10px;
}
.ico_RU {
  background-image: url('/img/layout/footer/flag_UA.svg');
  margin-right: 10px;
}
.modal-info-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  font-style: normal;
  cursor: pointer;
}
.modal-info-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/outline-info-dark.svg) no-repeat 50%;
  background-size: contain;
  opacity: 0.5;
}
.modal-info-icon:hover::before {
  opacity: 1;
}
.modal-info-icon__tooltip {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 30;
  width: 235px;
  padding: 15px;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  background-color: #fff;
  cursor: default;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.modal-info-icon__tooltip .link {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
}
.modal-info-icon__tooltip h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.modal-info-icon__tooltip p,
.modal-info-icon__tooltip div {
  margin: 0 0 12px;
}
.modal-info-icon__tooltip p strong,
.modal-info-icon__tooltip div strong,
.modal-info-icon__tooltip p b,
.modal-info-icon__tooltip div b {
  font-weight: 600;
}
.modal-info-icon__tooltip ul,
.modal-info-icon__tooltip ol {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: disc;
}
.modal-info-icon__tooltip p:last-child,
.modal-info-icon__tooltip div:last-child,
.modal-info-icon__tooltip table:last-child {
  margin-bottom: 0;
}
.layout-header {
  position: sticky;
  z-index: 10000012;
  top: 0;
  width: 100%;
  background-color: white;
}
.layout-header._autorization {
  position: relative;
  background-color: transparent;
}
.layout-header._shift-down {
  position: fixed;
  top: auto;
  z-index: 99999 !important;
}
.layout-header._shift-down ~ main {
  padding-top: var(--header-size);
}
.layout-header._alternative {
  position: static;
}
.layout-header._home {
  background-color: var(--alice-blue);
}
.layout-header._ua {
  background: linear-gradient(to bottom, #bdcaf8, #c8d3fa);
}
.layout-header__container {
  display: grid;
  grid-template-columns: min-content auto min-content;
  align-items: center;
  height: var(--header-size);
}
@media all and (min-width: 1001px) {
  .layout-header__container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media all and (min-width: 1100px) {
  .layout-header__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.layout-header__logo {
  display: flex;
  align-items: center;
  height: var(--header-size);
  margin: 0 20px;
}
@media all and (min-width: 1001px) {
  .layout-header__logo {
    margin-left: 0;
  }
}
.layout-header__menu,
.layout-header__user {
  display: none;
}
@media all and (min-width: 1001px) {
  .layout-header__menu,
  .layout-header__user {
    display: block;
  }
}
.layout-header__cta {
  text-align: center;
}
@media all and (min-width: 1001px) {
  .layout-header__toggler,
  .layout-header__cta {
    display: none;
  }
}
.layout-header__sign-link {
  justify-self: end;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.25;
}
@media all and (min-width: 1001px) {
  .layout-header__sign-link {
    padding-right: 0;
  }
}
.header-logo {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
@media all and (min-width: 1001px) {
  .header-logo {
    width: 145px;
  }
}
.header-logo > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 145px;
}
.layout-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.3px;
}
@media all and (min-width: 850px) {
  .layout-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.layout-footer.state-footer-dark {
  background-color: var(--blackcurrant);
  color: white;
}
.layout-footer__main {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-side-indent);
  padding-right: var(--container-side-indent);
}
.layout-footer__logo {
  display: block;
  width: 30px;
  color: inherit;
}
.layout-footer__menu {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media all and (min-width: 500px) {
  .layout-footer__menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1150px) {
  .layout-footer__menu {
    justify-content: space-between;
  }
}
.layout-footer__column {
  margin: 0 0 30px;
}
@media all and (min-width: 500px) {
  .layout-footer__column {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
  .layout-footer__column:last-child {
    margin-right: 0;
  }
}
@media all and (min-width: 850px) {
  .layout-footer__column {
    width: calc(33.3% - 30px);
  }
}
@media all and (min-width: 1150px) {
  .layout-footer__column {
    width: auto;
  }
}
.layout-footer__bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  font-size: 12px;
}
.layout-footer__bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.04)) repeat-y 50%;
}
.desktop-menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-left: 35px;
  text-align: left;
  color: var(--black-pearl);
}
@media all and (min-width: 1000px) {
  .desktop-menu {
    margin-left: 50px;
  }
}
.desktop-menu__item {
  position: relative;
  z-index: 5;
}
.desktop-menu__link {
  display: block;
  padding-right: 31px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--black-pearl);
  letter-spacing: 1px;
  cursor: default;
  transition: color 0.24s ease;
}
.desktop-menu__link:hover {
  text-decoration: none;
  color: var(--blue);
}
a.desktop-menu__link {
  cursor: pointer;
}
.desktop-menu__dropdown {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 5;
  display: flex;
  padding: 37px 40px 30px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.desktop-menu__dropdown::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(35, 42, 50, 0.07), 0 10px 20px rgba(35, 42, 50, 0.07);
}
.desktop-menu__dropdown::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 40px;
  width: 11px;
  height: 11px;
  background-color: white;
  box-shadow: -2px -2px 3px rgba(35, 42, 50, 0.06);
  transform: rotate(45deg);
}
.desktop-menu__dropdown._compressed {
  padding-top: 22px;
  padding-bottom: 15px;
}
.desktop-menu__item:hover > .desktop-menu__dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.desktop-menu__item._shift-left > .desktop-menu__dropdown {
  left: -260px;
}
.desktop-menu__item._shift-left > .desktop-menu__dropdown::after {
  left: 260px;
}
.submenu-section {
  position: relative;
  z-index: 2;
}
.submenu-section + .submenu-section {
  margin-left: 30px;
}
.submenu-section__header {
  margin: 0 0 15px;
  padding: 0 0 16px;
  border-bottom: solid 1px #D8D8D8;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}
.submenu-section._inactive .submenu-section__header {
  opacity: 0.7;
}
.submenu-section__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 -15px;
}
.submenu-section__list._column {
  grid-template-columns: auto;
  min-width: 170px;
  padding-right: 10px;
}
.submenu-section__list._platform {
  min-width: 250px;
}
.submenu-item {
  box-sizing: border-box;
  display: block;
  width: 192px;
  padding: 15px 10px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  color: inherit;
  transition: color 0.24s ease;
}
.submenu-item:not(._inactive):hover {
  text-decoration: none;
  color: var(--blue);
}
.submenu-item._inactive {
  color: inherit;
  cursor: default;
  opacity: 0.7;
  pointer-events: none;
}
.submenu-item._case {
  display: flex;
  align-items: center;
  width: auto;
  margin-top: 17px;
  padding: 4px 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: inherit;
  white-space: nowrap;
}
.submenu-item._case:first-child {
  margin-top: 14px;
}
.submenu-item._case::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.submenu-item._lead-generation::before {
  content: url("/img/desktop-menu/media/lead-generation.svg");
}
.submenu-item._customer-engagement::before {
  content: url("/img/desktop-menu/media/customer-engagement.svg");
}
.submenu-item._customer-support::before {
  content: url("/img/desktop-menu/media/customer-support.svg");
}
.submenu-item._blog::before {
  content: url("/img/desktop-menu/media/blog.svg");
}
.submenu-item._success-stories::before {
  content: url("/img/desktop-menu/media/success-stories.svg");
}
.submenu-item._knowledge-base::before {
  content: url("/img/desktop-menu/media/knowledge-base.svg");
}
.submenu-item._ebooks::before {
  content: url("/img/desktop-menu/media/ebooks.svg");
}
.submenu-item._news::before {
  content: url("/img/desktop-menu/media/news.svg");
}
.submenu-item__title {
  margin: 0;
  font-weight: 500;
}
.submenu-item__text {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.1;
  color: var(--dim-gray);
}
.mobile-menu {
  display: none;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: 16776000;
}
.mobile-menu__wrap {
  margin: 60px 40px 0 40px;
  text-align: left;
}
.mobile-menu__list {
  margin: 0 0 20px;
  border-bottom: solid 1px var(--gainsboro);
}
.mobile-menu__item,
.mobile-menu__item:focus,
.mobile-menu__item:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 19px 0;
  border: none;
  background: transparent;
  text-decoration: none;
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  border-top: solid 1px var(--gainsboro);
  color: var(--rhino);
}
.mobile-menu__item:hover,
.mobile-menu__item:focus:hover,
.mobile-menu__item:hover:hover {
  color: var(--blue);
}
.mobile-menu__item._home,
.mobile-menu__item:focus._home,
.mobile-menu__item:hover._home {
  padding-top: 0;
  padding-bottom: 16px;
  border-top: none;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--text-secondary);
}
.mobile-menu__item._sub,
.mobile-menu__item:focus._sub,
.mobile-menu__item:hover._sub {
  justify-content: flex-start;
  margin: 0 0 15px;
  padding: 2px 0 2px 20px;
  border-top: none;
  font-size: 16px;
}
.mobile-menu__item._open .mobile-menu__dropdown-icon,
.mobile-menu__item:focus._open .mobile-menu__dropdown-icon,
.mobile-menu__item:hover._open .mobile-menu__dropdown-icon {
  transform: rotateX(180deg);
}
.mobile-menu__sub-list {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.24s ease, opacity 0.24s ease;
}
.mobile-menu__sub-list._open {
  opacity: 1;
  max-height: 500px;
}
.mobile-menu__dropdown-icon {
  transition: transform 0.4s ease;
}
.mobile-menu__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.mobile-menu__close {
  background-image: url('/img/layout/menu/close-ico.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 33px;
  height: 33px;
  display: inline-block;
  position: absolute;
  right: 37px;
  top: 27px;
  z-index: 999;
}
.state-menu-active .mobile-menu {
  display: block;
}
.mobile-menu-toggler {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: var(--header-size);
  margin: 0;
  padding: 0 20px;
  border: none;
  background: none;
}
.mobile-menu-toggler:hover {
  border: none;
  background: none;
}
.mobile-menu-toggler .ico_mobile-menu {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  background-image: url('/img/layout/menu/menu.svg');
  width: 25px;
  height: 21px;
  color: black;
}
.header-login {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.base-button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 6px 15px;
  background-color: var(--blue);
  border: solid 2px var(--blue);
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: white;
  white-space: nowrap;
  transition: background-color 0.24s ease, color 0.24s ease;
}
@media all and (min-width: 420px) {
  .base-button {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.base-button:hover {
  background-color: white;
  text-decoration: none;
  color: var(--blue);
}
.base-button._pricing {
  display: flex;
  min-height: 50px;
}
.base-button._dark {
  background-color: var(--black-pearl);
  border-color: var(--black-pearl);
  color: white;
}
.base-button._dark:hover {
  background-color: white;
  color: var(--black-pearl);
}
.base-button._inverse {
  background-color: white;
  border-color: var(--black-pearl);
  color: var(--black-pearl);
}
.base-button._inverse:hover {
  background-color: var(--black-pearl);
  color: white;
}
.base-button._sapphire {
  background-color: var(--sapphire);
  border-color: var(--sapphire);
  color: white;
}
.base-button._sapphire:hover {
  background-color: white;
  border-color: var(--sapphire);
  color: var(--sapphire);
}
.base-button._black-friday {
  background-color: var(--bf-orange);
  border-color: var(--bf-orange);
  color: var(--cod-gray);
}
.base-button._black-friday:hover {
  background-color: transparent;
  border-color: var(--bf-orange);
  color: var(--bf-orange);
}
.base-button._md {
  min-height: 50px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 13px;
}
.base-button._thin {
  min-height: 50px;
}
.base-button._empty {
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  border-color: transparent;
  font-weight: 500;
  color: var(--black-pearl);
}
.base-button._empty:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--blue);
}
.base-button._min-250 {
  min-width: 250px;
}
.base-button._min-280 {
  min-width: 280px;
}
.footer-column {
  display: block;
}
.footer-column__header {
  margin-bottom: 30px;
}
.footer-column__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2.1;
  font-weight: 600;
  letter-spacing: 1px;
}
.footer-column__title--in-list {
  margin-top: 30px;
  margin-bottom: 10px;
}
.footer-copyright {
  margin-right: 40px;
  margin-bottom: 30px;
}
.footer-copyright__text {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 26px;
}
.footer-menu {
  display: flex;
  flex-direction: column;
}
.footer-menu._blog {
  max-width: 220px;
}
.footer-menu__item {
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
  color: var(--black-pearl);
}
.footer-menu__item._read-more {
  text-decoration: underline;
}
.state-footer-dark .footer-menu__item {
  color: white;
}
.footer-menu__item._inactive {
  opacity: 0.5;
}
.footer-menu__item + .footer-menu__item {
  margin-top: 15px;
}
.footer-menu__soon {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: var(--blue);
}
.footer-address__row {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.25;
}
.lang-switcher {
  position: relative;
  z-index: 20;
}
.lang-switcher[hidden] {
  display: none;
}
.lang-switcher--footer {
  margin-top: -3px;
  margin-bottom: 15px;
}
.lang-switcher__selected {
  box-sizing: content-box;
  position: relative;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.3px;
}
.lang-switcher__selected::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 2px;
  background-color: var(--foggy-mountain);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.3px;
  color: var(--text-active);
}
.lang-switcher__selected[data-value="ru"]::before {
  content: 'RU';
}
.lang-switcher__selected[data-value="ru"] .lang-switcher__selected-text::before {
  content: 'Русский';
}
.lang-switcher__selected[data-value="en"]::before {
  content: 'EN';
}
.lang-switcher__selected[data-value="en"] .lang-switcher__selected-text::before {
  content: 'English';
}
.lang-switcher__selected[data-value="uk"]::before {
  content: 'UA';
}
.lang-switcher__selected[data-value="uk"] .lang-switcher__selected-text::before {
  content: 'Українська';
}
.lang-switcher__selected::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 10px;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: var(--rhino) transparent;
}
.lang-switcher:hover .lang-switcher__selected::after {
  transform: rotate(180deg);
}
.lang-switcher__dropdown {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
}
@media all and (min-width: 500px) {
  .lang-switcher__dropdown {
    right: 0;
  }
}
.lang-switcher:hover .lang-switcher__dropdown {
  opacity: 1;
  transform: scaleY(1);
}
.lang-switcher__items {
  width: 145px;
  padding: 10px 20px 10px 10px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07), 0 0 5px rgba(35, 42, 50, 0.07);
}
@media all and (min-width: 500px) {
  .lang-switcher__items {
    padding-right: 10px;
  }
}
.lang-switcher__item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  border: none;
  background: none;
  text-align: left;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.3px;
  color: var(--text-active);
}
.lang-switcher__item:last-child {
  margin-bottom: 0;
}
.lang-switcher__item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 2px;
  background-color: var(--foggy-mountain);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.3px;
  color: var(--text-active);
}
.lang-switcher__item[data-value="ru"]::before {
  content: 'RU';
}
.lang-switcher__item[data-value="en"]::before {
  content: 'EN';
}
.lang-switcher__item[data-value="uk"]::before {
  content: 'UA';
}
.lang-switcher__item:hover {
  color: var(--text-active);
}
.lang-switcher__item:hover::before {
  background-color: var(--text-active);
  text-decoration: none;
  color: white;
}
.lang-switcher__item:hover .lang-switcher__item-text {
  text-decoration: underline;
}
.lang-switcher__item.active {
  color: var(--blue);
  cursor: default;
}
.lang-switcher__item.active::before {
  background-color: var(--blue);
  color: white;
}
.lang-switcher__item.active:hover .lang-switcher__item-text {
  text-decoration: none;
}
.mobiles-apps {
  display: flex;
  flex-direction: column;
}
.mobiles-apps__item {
  display: block;
  max-width: 120px;
}
.mobiles-apps__item + .mobiles-apps__item {
  margin-top: 10px;
}
.mobiles-apps__badge {
  display: block;
  max-width: 100%;
}
.cookies-banner {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 30px;
  height: 160px;
  width: 430px;
  padding: 30px;
  text-align: left;
  box-sizing: border-box;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  background: white;
  z-index: 167770001;
}
.cookies-banner.active {
  display: block;
}
.cookies-banner .text-wrapper {
  display: flex;
  margin-bottom: 25px;
}
.cookies-banner .text-wrapper .image {
  width: 29px;
  height: 29px;
  margin-right: 13px;
  margin-top: 5px;
  opacity: 0.7;
}
.cookies-banner .text-wrapper .image img {
  width: 29px;
  height: 29px;
}
.cookies-banner .text-wrapper .text {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.3px;
}
.cookies-banner .button {
  height: 32px;
  font-size: 12px;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: white;
  text-transform: uppercase;
  line-height: 32px;
  transition: 0.24s;
  cursor: pointer;
  text-align: center;
}
.cookies-banner .button:hover {
  border: 1px solid var(--blue);
  background-color: transparent;
  color: var(--blue);
}
@media screen and (max-width: 500px) {
  .cookies-banner {
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
  }
}
.social-icons {
  display: flex;
}
.social-icons__item {
  display: block;
  width: 24px;
  height: 24px;
  color: inherit;
}
.social-icons__item:hover {
  color: var(--blue);
}
.social-icons__item + .social-icons__item {
  margin-left: 10px;
}
.ai-badge {
  display: inline-block;
}
.ai-badge__content {
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 3px;
  border: 1px solid var(--item-outline-default);
  background-color: white;
}
.ai-badge__content._coming-soon {
  opacity: 0.5;
}
.ai-badge__content._large {
  padding: 8px 16px;
  border-radius: 5px;
}
.ai-badge__content._mobile-menu {
  margin-left: 10px;
}
.ai-badge__content._all-in-one {
  margin-left: 15px;
}
.ai-badge__content._footer-menu {
  margin-left: 5px;
  padding: 2px 3px;
}
.ai-badge__icon {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.ai-badge__icon._large {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.ai-badge__text {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  white-space: nowrap;
}
.ai-badge__text._large {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -1px;
}
.ai-badge__soon {
  margin-left: 6px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  background: conic-gradient(from 34deg at 37.42% 192.31%, #702DFF 63.74999821deg, #4A3AFF 165.31713724deg, #2D5BFF 250.6432271deg, #702DFF 360deg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.ai-badge__soon._standalone {
  margin-left: 0;
}
.tooltip {
  position: relative;
}
.tooltip__content {
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: none;
  padding: 5px 10px;
  background-color: var(--another-fucking-gray);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 400;
  color: white;
  transform: translate(-50%, -10px);
  white-space: nowrap;
}
.tooltip:hover .tooltip__content {
  display: block;
}
.coming-soon {
  display: inline-block;
  padding: 3px 4px;
  border-radius: 3px;
  border: 1px solid var(--item-outline-default);
  background-color: white;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}
.coming-soon__text {
  background: conic-gradient(from 34deg at 37.42% 192.31%, #702DFF 63.74999821deg, #4A3AFF 165.31713724deg, #2D5BFF 250.6432271deg, #702DFF 360deg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.section-header {
  display: block;
  margin: 0;
  padding: 0;
}
.section-header__title {
  margin: 0;
  text-align: center;
  font-weight: 800;
  --responsiveSize: calc(32px + calc(calc(6 / 700) * calc(100vw - 400px)));
  font-size: clamp(32px, var(--responsiveSize), 38px);
  line-height: 1.25;
}
.section-header__description {
  margin: 20px 0 0;
  text-align: center;
  font-weight: normal;
  --responsiveSize: calc(17px + calc(calc(3 / 700) * calc(100vw - 400px)));
  font-size: clamp(17px, var(--responsiveSize), 20px);
  line-height: 1.2;
  letter-spacing: normal;
}
.section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background-color: white;
  overflow-x: hidden;
}
.section-wrapper._alice-blue {
  background-color: var(--alice-blue);
}
.section-wrapper._yellow-ultralight {
  background-color: var(--yellow-ultralight);
}
.section-wrapper._snowpoint {
  background-color: var(--snowpoint);
}
.section-wrapper._bf-yellow-light {
  background-color: var(--bf-yellow-light);
}
.section-wrapper._pattens-blue {
  background-color: var(--pattens-blue);
}
.color-wrapper._snowpoint {
  background-color: var(--snowpoint);
}
.color-wrapper._isabelline {
  background-color: var(--isabelline);
}
.color-wrapper._pattens-blue {
  background-color: var(--pattens-blue);
}
.color-wrapper._alice-blue {
  background-color: var(--alice-blue);
}
.color-wrapper._graydotted {
  background-image: url("/img/_assets/media/gray-dot.svg");
}
.modal-window {
  --modal-indent: 30px;
  --modal-padding: 30px;
  --modal-padding-top: 30px;
  --modal-padding-bottom: 100px;
  --tab-font-size: 16px;
  --tab-padding-bottom: 18px;
  --title-font-size: 20px;
  --title-margin-top: 33px;
  --paragraph-font-size: 16px;
  --paragraph-margin-bottom: 24px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 1px;
  color: var(--rhino);
  opacity: 0.0001;
  overflow: hidden;
}
@media all and (max-width: 610px) {
  .modal-window {
    --modal-indent: 20px;
    --modal-padding: 20px;
    --modal-padding-top: 50px;
    --tab-font-size: 14px;
  }
}
.modal-window._active {
  width: 100%;
  height: 100%;
  padding: var(--modal-indent);
  opacity: 1;
}
.modal-window._content-right {
  top: var(--header-size);
  align-items: stretch;
  justify-content: flex-end;
  height: calc(100% - var(--header-size));
  padding-bottom: 0;
}
.modal-window._content-right._no-header {
  top: 0;
  height: 100%;
}
@media all and (max-width: 610px) {
  .modal-window._content-right {
    justify-content: flex-start;
  }
}
.modal-window__fade {
  position: absolute;
  inset: 0;
  background-color: rgba(35, 42, 50, 0.6);
}
.modal-window__main {
  position: relative;
  padding: var(--modal-padding-top) var(--modal-padding) var(--modal-padding);
  width: 100%;
  min-width: 320px;
  max-width: 550px;
  max-height: 95%;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 10px 20px rgba(35, 42, 50, 0.07), 0 0 5px rgba(35, 42, 50, 0.07);
}
.modal-window__main._content-right {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-height: 100%;
  border-radius: 5px 5px 0 0;
}
.modal-window__tabs {
  position: relative;
  display: flex;
}
.modal-window__tabs._content-right {
  padding: var(--modal-padding-top) 0 0;
  margin: 0 var(--modal-padding);
}
.modal-window__tabs::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--gainsboro);
}
.modal-window__tabs-button {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 10px var(--tab-padding-bottom);
  background: transparent;
  border: none;
  border-bottom: solid 2px transparent;
  font-size: var(--tab-font-size);
  font-weight: 600;
  line-height: 1.12;
  color: rgba(35, 42, 50, 0.6);
  cursor: pointer;
}
.modal-window__tabs-button:hover {
  color: var(--black-pearl);
}
.modal-window__tabs-button._active {
  color: var(--black-pearl);
  border-bottom-color: var(--black-pearl);
}
.modal-window__content {
  width: 1px;
  height: 1px;
  text-align: left;
  opacity: 0.0001;
  overflow: hidden;
  font-size: var(--paragraph-font-size);
  line-height: 1.5;
}
.modal-window__content._active,
.modal-window__content._single {
  width: 100%;
  height: auto;
  opacity: 1;
  overflow: auto;
}
.modal-window__content._active._content-right,
.modal-window__content._single._content-right {
  padding: 0 var(--modal-padding) var(--modal-padding-bottom);
}
.modal-window__content .link {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
}
.modal-window__content .link:hover {
  color: var(--blue);
}
.modal-window__content h2 {
  margin: var(--title-margin-top) 0 var(--paragraph-margin-bottom);
  font-size: var(--title-font-size);
  font-weight: 600;
  line-height: 1;
}
.modal-window__content p,
.modal-window__content div {
  margin: 0 0 var(--paragraph-margin-bottom);
}
.modal-window__content p strong,
.modal-window__content div strong,
.modal-window__content p b,
.modal-window__content div b {
  font-weight: 600;
}
.modal-window__content table {
  width: 100%;
  margin: 0 0 var(--paragraph-margin-bottom);
  border-collapse: collapse;
}
.modal-window__content table th,
.modal-window__content table td {
  width: 50%;
  border-bottom: solid 1px var(--gainsboro);
  padding: 8px 5px 8px 0;
}
.modal-window__content table th:nth-child(even),
.modal-window__content table td:nth-child(even) {
  padding-left: 10px;
}
.modal-window__content ul,
.modal-window__content ol {
  margin: 0;
  padding-left: 25px;
}
.modal-window__content p:last-child,
.modal-window__content div:last-child,
.modal-window__content table:last-child {
  margin-bottom: 0;
}
.modal-window__content._single h2 {
  margin-top: 0;
}
.modal-window__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent url("../img/icons/modal-close.svg") no-repeat center center;
  cursor: pointer;
}
.modal-window__close:hover {
  opacity: 0.5;
}
