/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

menu, ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.hero-banner {
  background-color: #F3CE49; }
  .hero-banner__content {
    text-align: center;
    padding: 22px 0 25px;
    font-family: 'Moderat-Bold',sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #1D1D1D; }
    @media only screen and (max-width: 679px) {
      .hero-banner__content {
        width: 250px;
        margin: 0 auto;
        padding: 9px 0;
        font-size: 16px;
        line-height: 19px; } }
  .hero-banner__title {
    color: #1D1D1D; }
  .hero-banner__link {
    text-decoration: underline;
    color: #0D86FF; }

.scroll-hidden {
  overflow: hidden;
  height: 100%;
  position: relative; }

.trustpilot-disabled {
  display: none !important; }

body {
  font-family: "Moderat-Light", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
  color: #151D51;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  overflow-x: hidden; }

a {
  color: #151D51;
  text-decoration: none; }

a, button {
  outline: none; }

.container {
  max-width: 1312px;
  margin: 0 auto; }
  @media only screen and (max-width: 1300px) {
    .container {
      padding: 0 40px; } }
  @media only screen and (max-width: 679px) {
    .container {
      padding: 0 10px; } }

.main {
  min-height: 100vh; }

.main__scroll-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #5cd6c0;
  position: fixed;
  bottom: 30px;
  left: 30px; }

.main-title {
  font-size: 100px;
  line-height: 100px; }
  .main-title_bold {
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif; }
  .main-title_white {
    color: #fff; }

.title {
  font-size: 62px;
  line-height: 69px; }
  .title_white {
    color: #fff; }
  .title_bold {
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif; }

.subtitle {
  font-size: 28px;
  line-height: 36px; }
  .subtitle_white {
    color: #fff; }
  .subtitle_bold {
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif; }

.text {
  font-size: 20px;
  line-height: 28px; }
  .text b {
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif; }
  .text_white {
    color: #fff; }
  .text_bold {
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif; }
  .text__link {
    color: #5cd6c0;
    word-break: break-word;
    cursor: pointer; }

.side-text {
  font-size: 190px;
  line-height: 190px;
  color: #5cd6c0; }

.banners-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100; }

.gdpr-banner-floating {
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 10001;
  background: #FFFFFF;
  border-radius: 16px 20px 0 0;
  padding: 16px 20px 22px 24px;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #F3F4F6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 316px; }
  @media only screen and (max-width: 679px) {
    .gdpr-banner-floating {
      padding: 16px 24px 22px;
      bottom: 0;
      right: 0;
      left: 0;
      max-width: 100%;
      border-radius: 0; } }
  .gdpr-banner-floating__container {
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gdpr-banner-floating__text {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-family: "Moderat", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
    margin-left: 6px; }
    @media only screen and (max-width: 679px) {
      .gdpr-banner-floating__text {
        font-size: 12px;
        line-height: 16px;
        margin-left: 0;
        max-width: 272px; } }
  .gdpr-banner-floating__link {
    color: #483FDD;
    text-decoration: underline; }
  .gdpr-banner-floating__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 12px;
    max-width: 268px;
    width: 100%; }
    @media only screen and (max-width: 679px) {
      .gdpr-banner-floating__controls {
        max-width: 272px; } }
  .gdpr-banner-floating__button {
    max-width: 128px;
    width: 100%;
    height: 40px;
    border-radius: 70px;
    background: #483FDD;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    border: none;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif; }
    @media only screen and (max-width: 679px) {
      .gdpr-banner-floating__button {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: -0.54px;
        height: 32px;
        max-width: 132px; } }
    .gdpr-banner-floating__button_transparent {
      -webkit-box-shadow: 0 0 0 2px #483FDD inset;
              box-shadow: 0 0 0 2px #483FDD inset;
      background: none;
      color: #483FDD; }
      .gdpr-banner-floating__button_transparent:hover {
        -webkit-box-shadow: 0 0 0 2px #483FDD inset;
                box-shadow: 0 0 0 2px #483FDD inset;
        color: #fff;
        background: none; }
    .gdpr-banner-floating__button:hover {
      background: #483FDD; }
  .gdpr-banner-floating__close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -40px;
    left: -18px;
    cursor: pointer;
    margin-left: 5px; }
    @media only screen and (max-width: 470px) {
      .gdpr-banner-floating__close {
        top: -30px;
        left: 3px;
        width: 12px;
        height: 12px; } }
    .gdpr-banner-floating__close::before {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #151D51;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 1px);
      left: 0; }
    .gdpr-banner-floating__close::after {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #151D51;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: calc(50% - 1px);
      left: 0; }

.footer {
  overflow: hidden; }
  .footer__container {
    max-width: 1273px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 679px) {
      .footer__container {
        padding: 0 10px;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (max-width: 679px) {
      .footer__container.--bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer-section {
    background: #151D51;
    padding: 48px 0 64px;
    position: relative; }
    @media only screen and (max-width: 1180px) {
      .footer-section {
        padding: 32px 0 48px; } }
    @media only screen and (max-width: 679px) {
      .footer-section {
        padding: 24px 0; } }
  .footer__clario {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 1180px) {
      .footer__clario {
        margin-right: 77px; } }
    @media only screen and (max-width: 679px) {
      .footer__clario {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 0;
        margin-bottom: 40px; } }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px; }
    @media screen and (max-width: 768px) {
      .footer__social {
        margin-top: 24px; } }
    .footer__social.--mobile {
      margin-top: 48px;
      margin-bottom: 24px; }
      @media only screen and (max-width: 679px) {
        .footer__social.--mobile {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .footer__social-list {
      margin-right: 24px; }
      @media screen and (max-width: 768px) {
        .footer__social-list {
          margin-right: 16px; } }
      .footer__social-list:last-child {
        margin-right: 0; }
    .footer__social-item-icon path {
      fill: #ffffff !important;
      -webkit-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out; }
    .footer__social-item-icon:hover path, .footer__social-item-icon:focus path {
      fill: #8582B0; }
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 1023px) {
      .footer__nav-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .footer__nav-item {
    margin-right: 90px; }
    @media screen and (max-width: 1180px) {
      .footer__nav-item {
        margin-right: 45px; } }
    .footer__nav-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1023px) {
      .footer__nav-item {
        margin-bottom: 24px;
        width: calc(50% - 15px);
        margin-right: 0; }
        .footer__nav-item:last-child {
          margin-right: 0;
          margin-bottom: 0; } }
  .footer__nav-title {
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 1024px) {
      .footer__nav-title {
        margin-bottom: 0; } }
    .footer__nav-title.--list {
      cursor: pointer;
      position: relative;
      padding-right: 35px; }
  @media only screen and (max-width: 1024px) {
    .footer__nav-wrap {
      margin-top: 14px; } }
  .footer__nav-wrap-item {
    margin-bottom: 16px; }
    .footer__nav-wrap-item:last-child {
      margin-bottom: 0; }
  .footer__nav-wrap-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.248889px;
    color: #FFFFFF;
    position: relative; }
  .footer__product-item {
    margin-bottom: 12px;
    padding-left: 10px; }
    .footer__product-item:first-child {
      margin-top: 10px; }
    .footer__product-item:last-child {
      margin-bottom: 16px; }
  .footer__product-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 2px; }
    .footer__product-icon path {
      fill: #fff; }
  .footer__product-link {
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer__copyright {
    color: #ffffff;
    font-family: "Moderat-Light", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif; }
    .footer__copyright.--desktop {
      margin-top: auto; }
    .footer__copyright-text {
      display: block;
      font-size: 14px;
      line-height: 21px;
      text-align: left; }
      @media only screen and (max-width: 679px) {
        .footer__copyright-text {
          text-align: center; } }

.icon {
  width: 134px;
  height: 36px; }
  @media screen and (max-width: 768px) {
    .icon {
      width: 90px;
      height: 24px; } }

.popup-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(21, 29, 81, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
  visibility: hidden; }
  .popup-form.active {
    visibility: visible; }
  .popup-form__wrap {
    max-width: 668px;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding: 73px 72px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .popup-form__close {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 20px;
    left: 20px;
    cursor: pointer; }
    .popup-form__close::before {
      content: '';
      width: 100%;
      height: 2px;
      background: #151D51;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 1px);
      left: 0; }
    .popup-form__close::after {
      content: '';
      width: 100%;
      height: 2px;
      background: #151D51;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: calc(50% - 1px);
      left: 0; }
  .popup-form__title {
    color: #151D51;
    font-family: "Moderat-Regular", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.435556px;
    max-width: 529px; }
    .popup-form__title_offer {
      max-width: 450px; }
  .popup-form__description {
    color: #151D51;
    font-family: "Moderat-Regular", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
    letter-spacing: -0.435556px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin-top: 21px; }
    .popup-form__description_offer {
      font-size: 16px;
      line-height: 24px;
      margin-top: 29px; }
  .popup-form .subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .popup-form .subscription__email {
      position: relative;
      max-width: 589px;
      width: 100%;
      background: #ffffff;
      border: 1px solid #E6E2DD;
      border-radius: 41px;
      padding: 25px 57px 25px 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .popup-form .subscription__email_name {
        margin-bottom: 30px;
        margin-top: 24px; }
      .popup-form .subscription__email .message {
        position: absolute;
        bottom: -16px;
        left: -4px;
        font-size: 16px;
        letter-spacing: -0.248889px;
        color: #DF723B;
        padding-left: 35px;
        -ms-flex-item-align: start;
        align-self: flex-start; }
      .popup-form .subscription__email input {
        width: 100%;
        color: inherit;
        font-size: 20px;
        border: none; }
        .popup-form .subscription__email input:focus {
          outline: none; }
        .popup-form .subscription__email input::-webkit-input-placeholder {
          color: rgba(21, 29, 81, 0.2);
          font-size: 20px;
          line-height: 21px; }
        .popup-form .subscription__email input::-moz-placeholder {
          color: rgba(21, 29, 81, 0.2);
          font-size: 20px;
          line-height: 21px; }
        .popup-form .subscription__email input:-ms-input-placeholder {
          color: rgba(21, 29, 81, 0.2);
          font-size: 20px;
          line-height: 21px; }
        .popup-form .subscription__email input::-ms-input-placeholder {
          color: rgba(21, 29, 81, 0.2);
          font-size: 20px;
          line-height: 21px; }
        .popup-form .subscription__email input::placeholder {
          color: rgba(21, 29, 81, 0.2);
          font-size: 20px;
          line-height: 21px; }
      .popup-form .subscription__email input:-webkit-autofill,
      .popup-form .subscription__email input:-webkit-autofill:hover,
      .popup-form .subscription__email input:-webkit-autofill:focus,
      .popup-form .subscription__email input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important; }
    .popup-form .subscription .valid {
      border: 1px solid #5CD6C0; }
      .popup-form .subscription .valid:after {
        content: '\2713';
        position: absolute;
        top: calc(50% - 11px);
        color: #5CD6C0;
        right: 30px;
        width: 22px;
        height: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #5CD6C0;
        border-radius: 50%;
        font-weight: bold; }
        @media only screen and (max-width: 1300px) {
          .popup-form .subscription .valid:after {
            font-size: 16px; } }
    .popup-form .subscription .empty {
      border: 1px solid #DF723B; }
    .popup-form .subscription .invalid {
      border: 1px solid #DF723B;
      color: #DF723B; }
      .popup-form .subscription .invalid:after {
        content: '!';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: calc(50% - 11px);
        right: 30px;
        width: 22px;
        height: 22px;
        border: 1px solid #DF723B;
        border-radius: 50%;
        font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif; }
        @media only screen and (max-width: 1300px) {
          .popup-form .subscription .invalid:after {
            font-size: 16px; } }
    .popup-form .subscription .agree {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: start;
          align-self: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      margin-top: 22px; }
      .popup-form .subscription .agree .message {
        position: absolute;
        bottom: -10px;
        left: -4px;
        font-size: 16px;
        letter-spacing: -0.248889px;
        color: #DF723B;
        padding-left: 35px;
        -ms-flex-item-align: start;
        align-self: flex-start; }
      .popup-form .subscription .agree__checkbox {
        position: absolute;
        width: 24px;
        height: 24px;
        border: 1px solid #E6E2DD;
        border-radius: 8px;
        background: #ffffff; }
      .popup-form .subscription .agree .checkbox {
        position: absolute; }
      .popup-form .subscription .agree .checkbox:checked + .agree__checkbox {
        position: absolute;
        width: 24px;
        height: 24px;
        border: none;
        border-radius: 8px;
        background: #5CD6C0; }
        .popup-form .subscription .agree .checkbox:checked + .agree__checkbox:before {
          content: '';
          position: absolute;
          top: calc(50% - 5px);
          left: 6px;
          height: 5px;
          width: 10px;
          border-left: 2px solid #151D51;
          border-bottom: 2px solid #151D51;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      .popup-form .subscription .agree__desc {
        max-width: 522px;
        text-align: left;
        padding-left: 37px;
        cursor: pointer; }
        .popup-form .subscription .agree__desc--link {
          color: #5cd6c0;
          text-decoration: none; }
    .popup-form .subscription__recaptcha-badge {
      max-width: 400px;
      margin-top: 20px;
      display: none; }
      @media only screen and (max-width: 400px) {
        .popup-form .subscription__recaptcha-badge {
          font-size: 16px; } }
    .popup-form .subscription__recaptcha-error {
      display: none; }
    .popup-form .subscription__btn {
      border-radius: 30px;
      background: #5cd6c0;
      font-size: 18px;
      line-height: 20px;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      cursor: pointer;
      border: none;
      color: #151D51;
      width: 200px;
      height: 55px;
      margin-top: 20px;
      -webkit-transition: inherit;
      transition: inherit; }
      .popup-form .subscription__btn:hover {
        background: #33ccb0;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      .popup-form .subscription__btn:focus {
        outline: none; }
      .popup-form .subscription__btn:-moz-focusring {
        outline: none; }
    .popup-form .subscription__aside {
      position: absolute;
      font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
      top: 70px;
      right: 0;
      color: #5cd6c0;
      font-size: 150px;
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
      line-height: 190px; }
    .popup-form .subscription .message {
      font-size: 16px;
      line-height: 28px;
      letter-spacing: -0.248889px;
      color: #DF723B;
      height: 16px;
      padding-left: 35px;
      -ms-flex-item-align: start;
          align-self: flex-start; }

@media screen and (max-width: 767px) {
  .popup-form__wrap {
    margin: 0 10px; }
  .popup-form__title {
    font-size: 30px; }
  .popup-form__description {
    font-size: 16px;
    line-height: 21px;
    margin-top: 20px; }
  .popup-form .subscription__email input {
    font-size: 16px; }
  .popup-form .subscription__email {
    padding: 14px 57px 13px 24px; } }

@media screen and (max-width: 479px) {
  .popup-form__wrap {
    padding: 20px 15px; }
    .popup-form__wrap_offer {
      padding: 15px; }
  .popup-form__title {
    font-size: 24px;
    line-height: 27px; }
    .popup-form__title_offer {
      font-size: 22px; }
  .popup-form .subscription__email_name {
    margin-top: 15px;
    margin-bottom: 26px; }
  .popup-form__description {
    margin-top: 5px; }
    .popup-form__description_offer {
      font-size: 13px; }
  .popup-form__close {
    top: 7px;
    left: 7px; } }

.download-banner {
  display: none;
  position: relative;
  z-index: 332;
  background: #151D51;
  color: #FFFFFF;
  padding: 10px 0;
  letter-spacing: -0.41px; }
  .download-banner__close {
    width: 8px;
    height: 8px; }
  .download-banner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .download-banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .download-banner__icon {
    margin: 0 10px 0 12px;
    width: 68px;
    height: 68px; }
  .download-banner__title {
    font-size: 16px;
    line-height: 20px; }
    @media only screen and (max-width: 350px) {
      .download-banner__title {
        font-size: 14px; } }
  .download-banner__features {
    font-size: 12px;
    line-height: 14px;
    color: #989DBE; }
    @media only screen and (max-width: 350px) {
      .download-banner__features {
        font-size: 11px; } }
  .download-banner__rating {
    width: 48px;
    height: 9px; }
  .download-banner__info {
    font-size: 14px;
    line-height: 18px;
    color: #989DBE;
    letter-spacing: -0.2px; }
    @media only screen and (max-width: 350px) {
      .download-banner__info {
        font-size: 13px; } }
  .download-banner__link {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-left: 5px; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.pointer-events {
  pointer-events: none; }

.header {
  height: 64px;
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 120;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .header {
      height: 56px; } }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1312px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto; }
    @media screen and (max-width: 1181px) {
      .header__container {
        padding: 0 48px; } }
    @media only screen and (max-width: 679px) {
      .header__container {
        padding: 0 24px; } }
  @media only screen and (max-width: 679px) {
    .header__logo {
      width: 89px;
      height: 24px; } }
  .header__navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .header__navbar {
        position: relative; } }
    .header__navbar_main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: relative;
      height: 100%; }
      @media screen and (max-width: 1024px) {
        .header__navbar_main {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: static; } }
    .header__navbar .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: calc(100% - 6px); }
      @media screen and (max-width: 1024px) {
        .header__navbar .menu {
          position: absolute;
          right: 0;
          top: 100%;
          opacity: 0;
          visibility: hidden;
          width: 100%;
          max-width: 670px;
          padding: 24px;
          height: auto;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          border-radius: 0 0 16px 16px;
          background: #EEF7FF;
          z-index: 2; }
          .header__navbar .menu.mob-active {
            top: 100%;
            opacity: 1;
            visibility: visible;
            -webkit-animation: rotateMenu 400ms ease-in-out forwards;
                    animation: rotateMenu 400ms ease-in-out forwards;
            -webkit-transform-origin: top center;
                -ms-transform-origin: top center;
                    transform-origin: top center; } }
      @media only screen and (max-width: 679px) {
        .header__navbar .menu {
          max-height: calc(100vh - 60px);
          overflow-y: auto;
          padding: 16px;
          max-width: unset;
          width: auto; } }
      .header__navbar .menu__item {
        height: 100%;
        cursor: pointer; }
        @media screen and (max-width: 1024px) {
          .header__navbar .menu__item {
            width: 100%;
            -webkit-tap-highlight-color: transparent; }
            .header__navbar .menu__item:not(:last-of-type) {
              margin-bottom: 24px; } }
        .header__navbar .menu__item:not(.active) {
          z-index: 1; }
        .header__navbar .menu__item.active .menu__item_arrow:before {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
          @media screen and (max-width: 1024px) {
            .header__navbar .menu__item.active .menu__item_arrow:before {
              background: #483FDD; } }
        .header__navbar .menu__item.active .menu__item_arrow:after {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
          @media screen and (max-width: 1024px) {
            .header__navbar .menu__item.active .menu__item_arrow:after {
              background: #483FDD; } }
        .header__navbar .menu__item.active .menu__item_content:before, .header__navbar .menu__item.active .menu__item_content:after {
          background: #EEF7FF;
          z-index: 1; }
        .header__navbar .menu__item.active .menu__item_text {
          border-radius: 16px 16px 0 0;
          background: #EEF7FF; }
          @media screen and (max-width: 1024px) {
            .header__navbar .menu__item.active .menu__item_text {
              color: #483FDD;
              border-radius: unset; } }
        .header__navbar .menu__item.active .menu__dropdown {
          opacity: 1;
          visibility: visible;
          -webkit-animation: rotateMenu 400ms ease-in-out forwards;
                  animation: rotateMenu 400ms ease-in-out forwards;
          -webkit-transform-origin: top center;
              -ms-transform-origin: top center;
                  transform-origin: top center; }
          @media screen and (max-width: 1024px) {
            .header__navbar .menu__item.active .menu__dropdown {
              -webkit-animation: none;
                      animation: none;
              max-height: 320px; } }
          @media only screen and (max-width: 679px) {
            .header__navbar .menu__item.active .menu__dropdown {
              max-height: unset; } }
        .header__navbar .menu__item.opacity {
          pointer-events: none; }
          .header__navbar .menu__item.opacity .menu__item_text {
            opacity: 0.5;
            -webkit-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out; }
        @media screen and (min-width: 1024px) {
          .header__navbar .menu__item.about-item {
            position: relative; } }
        .header__navbar .menu__item:first-child.active .menu__item_content:before {
          background: #ffffff; }
        .header__navbar .menu__item_content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          cursor: pointer;
          height: 100%;
          position: relative;
          z-index: 4; }
          @media screen and (max-width: 1024px) {
            .header__navbar .menu__item_content {
              width: 100%;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; } }
          .header__navbar .menu__item_content:before, .header__navbar .menu__item_content:after {
            content: "";
            position: absolute;
            bottom: 0;
            background: #ffffff;
            width: 10px;
            height: 10px;
            pointer-events: none; }
            @media screen and (max-width: 1024px) {
              .header__navbar .menu__item_content:before, .header__navbar .menu__item_content:after {
                content: none; } }
          .header__navbar .menu__item_content:before {
            left: -10px; }
          .header__navbar .menu__item_content:after {
            right: -10px; }
        .header__navbar .menu__item_text {
          font-size: 20px;
          line-height: 36px;
          letter-spacing: -0.417px;
          font-family: "Moderat-Medium", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
          padding: 0 24px;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%; }
          @media screen and (max-width: 1024px) {
            .header__navbar .menu__item_text {
              padding: 0;
              width: 100%;
              line-height: normal;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; } }
          .header__navbar .menu__item_text:after, .header__navbar .menu__item_text:before {
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            bottom: 0;
            border-radius: 50%;
            background: #ffffff;
            z-index: 2;
            pointer-events: none; }
            @media screen and (max-width: 1024px) {
              .header__navbar .menu__item_text:after, .header__navbar .menu__item_text:before {
                content: none; } }
          .header__navbar .menu__item_text:before {
            left: -20px; }
          .header__navbar .menu__item_text:after {
            right: -20px; }
        .header__navbar .menu__item_arrow {
          display: inline-block;
          position: relative;
          width: 16px;
          height: 16px;
          margin: 7px 0 0 4px; }
          .header__navbar .menu__item_arrow::before, .header__navbar .menu__item_arrow::after {
            content: '';
            width: 10px;
            height: 2px;
            top: 5px;
            border-radius: 2px;
            background: #151D51;
            position: absolute;
            -webkit-transition-delay: 300ms;
                    transition-delay: 300ms;
            -webkit-transition: -webkit-transform 0.5s ease-in-out;
            transition: -webkit-transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
          .header__navbar .menu__item_arrow::before {
            left: 0;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .header__navbar .menu__item_arrow::after {
            right: 0;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
      .header__navbar .menu__dropdown {
        border-radius: 0 0 16px 16px;
        background: #EEF7FF;
        position: absolute;
        left: 0;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        overflow: hidden; }
        @media screen and (max-width: 1024px) {
          .header__navbar .menu__dropdown {
            position: static;
            max-height: 0;
            -webkit-transition: max-height .3s ease-in-out, opacity .15s ease-in-out .15s;
            transition: max-height .3s ease-in-out, opacity .15s ease-in-out .15s; } }
      .header__navbar .menu .dropdown__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: "Moderat-Medium", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif; }
        .header__navbar .menu .dropdown__list_item {
          cursor: pointer; }
          @media screen and (max-width: 1024px) {
            .header__navbar .menu .dropdown__list_item {
              padding: 0 0 16px 0; } }
      .header__navbar .menu .dropdown__inner {
        max-height: inherit; }
      .header__navbar .menu .dropdown.column .dropdown__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 40px;
    padding: 0 24px;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
    background: #5cd6c0;
    border-radius: 70px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.54px;
    margin-left: 56px;
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .header__btn:hover {
      background: #48d1b8; }
    @media only screen and (max-width: 679px) {
      .header__btn {
        margin-left: 16px; } }
  .header__hamburger {
    display: none;
    width: 56px;
    height: 56px;
    border-radius: 16px 16px 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 10px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .header__hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer; } }
    .header__hamburger:before {
      content: "";
      position: absolute;
      bottom: 0;
      background: #ffffff;
      width: 10px;
      height: 10px;
      left: -10px; }
    .header__hamburger.mob-active {
      background: #EEF7FF; }
      .header__hamburger.mob-active:before {
        background: #EEF7FF;
        z-index: 1; }
      .header__hamburger.mob-active .hamburger > .bar:nth-child(2) {
        opacity: 0; }
      .header__hamburger.mob-active .hamburger > .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
            -ms-transform: translateY(8px) rotate(45deg);
                transform: translateY(8px) rotate(45deg); }
      .header__hamburger.mob-active .hamburger > .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
            -ms-transform: translateY(-8px) rotate(-45deg);
                transform: translateY(-8px) rotate(-45deg); }
    .header__hamburger_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      width: 100%;
      height: 100%; }
      .header__hamburger_inner:before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 0;
        border-radius: 50%;
        background: #ffffff;
        z-index: 2;
        left: -20px; }
    .header__hamburger .bar {
      display: block;
      width: 25px;
      height: 3px;
      margin: 5px auto;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #151D51; }

@media only screen and (max-width: 1024px) {
  .product .dropdown__inner {
    padding: 16px 0 0 16px; } }

@media only screen and (max-width: 1024px) {
  .product .dropdown__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.product .dropdown__list_item {
  position: relative;
  font-size: 12px;
  letter-spacing: -0.417px;
  padding: 24px 32px; }
  .product .dropdown__list_item .highlighted {
    font-size: 20px; }
  .product .dropdown__list_item .platform-icon {
    width: 9px;
    height: 11px;
    margin-left: 3px; }
  .product .dropdown__list_item:last-of-type {
    margin-left: 72px; }
    @media only screen and (max-width: 1024px) {
      .product .dropdown__list_item:last-of-type {
        margin-left: 0; } }
    .product .dropdown__list_item:last-of-type:before {
      content: "";
      display: block;
      width: 1px;
      height: 37px;
      position: absolute;
      top: 50%;
      left: -36px;
      background: #90BBDF;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 1024px) {
        .product .dropdown__list_item:last-of-type:before {
          width: calc(100% + 16px);
          height: 1px;
          top: unset;
          bottom: 0;
          left: -16px;
          -webkit-transform: unset;
              -ms-transform: unset;
                  transform: unset; } }

.learn.dropdown {
  width: calc(100% + 150px);
  left: -150px; }
  @media only screen and (max-width: 1024px) {
    .learn.dropdown {
      width: unset; } }

.learn .dropdown__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px 48px; }
  @media screen and (max-width: 1024px) {
    .learn .dropdown__inner {
      padding: 16px 0 24px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.learn__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .learn__column:first-of-type {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .learn__column:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 48px; }
  .learn__column_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -ms-flex-item-align: end;
        align-self: end; }
  .learn__column_title {
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
    font-size: 20px;
    letter-spacing: -0.417px;
    color: #CFE5F8; }
  .learn__column_blog-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.417px;
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
    color: #483FDD; }
    @media only screen and (max-width: 679px) {
      .learn__column_blog-link {
        margin-top: 24px; } }
    .learn__column_blog-link:hover .blog-icon {
      -webkit-transform: translateX(5px);
          -ms-transform: translateX(5px);
              transform: translateX(5px);
      -webkit-transition: -webkit-transform .15s ease-in-out;
      transition: -webkit-transform .15s ease-in-out;
      transition: transform .15s ease-in-out;
      transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out; }
    .learn__column_blog-link .blog-icon {
      margin-left: 6px;
      margin-top: 3px; }
  .learn__column.blog {
    background: transparent;
    padding: 0; }
    @media screen and (max-width: 1024px) {
      .learn__column.blog {
        margin-left: 0;
        padding: 24px 0;
        border-top: 1px solid #90BBDF;
        border-bottom: 1px solid #90BBDF; }
        .learn__column.blog .learn__column_header {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-bottom: 0; }
        .learn__column.blog .learn__column_links {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          padding: 0 8px; } }

.learn .content-hubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #90BBDF;
  max-width: 188px;
  padding-right: 48px;
  margin-top: 44px; }
  @media screen and (max-width: 1024px) {
    .learn .content-hubs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 100%;
      padding-right: 0;
      border-right: none;
      margin-left: 16px;
      margin-top: 0;
      margin-bottom: 24px; } }
  @media only screen and (max-width: 679px) {
    .learn .content-hubs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .learn .content-hubs__item:not(:last-of-type) {
    margin-bottom: 16px; }
    @media screen and (max-width: 1024px) {
      .learn .content-hubs__item:not(:last-of-type) {
        margin-bottom: 0; } }
    @media only screen and (max-width: 679px) {
      .learn .content-hubs__item:not(:last-of-type) {
        margin-bottom: 16px; } }
  .learn .content-hubs__item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .learn .content-hubs__item_text {
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.249px; }
  .learn .content-hubs__item_icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%; }
    @media screen and (max-width: 1024px) {
      .learn .content-hubs__item_icon {
        width: 32px;
        height: 32px; } }

.learn .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 679px) {
    .learn .articles {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .learn .articles__item {
    width: calc(50% - 16px);
    margin-bottom: 16px; }
    @media screen and (max-width: 1024px) {
      .learn .articles__item {
        margin-bottom: 24px; } }
    @media only screen and (max-width: 679px) {
      .learn .articles__item {
        width: 100%; }
        .learn .articles__item:last-of-type {
          margin-bottom: 0; } }
  .learn .articles__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .learn .articles__link_img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 8px;
      border-radius: 8px; }
    .learn .articles__link_title {
      font-size: 14px;
      line-height: 20px;
      max-width: 180px; }
      @media only screen and (max-width: 1024px) {
        .learn .articles__link_title {
          max-width: unset; } }

.about.dropdown {
  width: 200px;
  left: calc((100% - 200px) / 2); }
  @media only screen and (max-width: 1024px) {
    .about.dropdown {
      left: unset;
      width: auto; } }

.about .dropdown__inner {
  padding: 24px 16px; }
  @media only screen and (max-width: 1024px) {
    .about .dropdown__inner {
      padding: 16px 0 0 16px; } }

.about .dropdown__list_item {
  padding: 12px; }

.banner {
  display: none;
  border-radius: 14px;
  background: #7C42D5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px; }
  @media only screen and (max-width: 1024px) {
    .banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (max-width: 679px) {
    .banner {
      padding-left: 0;
      max-height: 104px;
      overflow: hidden;
      position: relative;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 679px) {
      .banner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding: 24px 0;
        z-index: 2; } }
  .banner__text {
    color: #B78CF8;
    text-align: right;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.348px;
    margin-right: 15px;
    max-width: 160px; }
    @media only screen and (max-width: 679px) {
      .banner__text {
        margin-right: 0;
        margin-bottom: 6px;
        max-width: 138px; } }
  .banner__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    padding: 9px 24px;
    width: 128px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 70px;
    background: #A169F8;
    font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  @media only screen and (max-width: 679px) {
    .banner__img {
      position: absolute;
      height: 104px;
      width: 172px;
      left: -15px; } }

.socials {
  display: none; }
  .socials__item:not(:last-of-type) {
    margin-right: 24px; }
  .socials__item_icon path {
    fill: #151D51; }
  @media only screen and (max-width: 679px) {
    .socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 8px auto 0;
      width: 216px; } }

@-webkit-keyframes rotateMenu {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@keyframes rotateMenu {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

.blog-section {
  background: #483FDD;
  color: #151D51;
  text-align: center;
  padding: 67px 0 169px 0; }
  .blog-section__title {
    margin-bottom: 92px; }
  .blog-section > .posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1286px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .blog-section > .posts .post {
      width: 413px;
      height: 413px;
      background: #5cd6c0;
      border-radius: 50%;
      padding: 100px 50px 100px 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-right: 15px; }
      .blog-section > .posts .post:last-child {
        margin-right: 0; }
      .blog-section > .posts .post__title {
        font-size: 28px;
        font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
        line-height: 31px; }
      .blog-section > .posts .post__desc {
        font-size: 16px;
        line-height: 19px; }
      .blog-section > .posts .post__link {
        font-size: 16px;
        font-family: "Moderat-Bold", "Proxima Nova", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
        line-height: 19px;
        color: #151D51;
        text-decoration: underline; }
      .blog-section > .posts .post .dote-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .blog-section > .posts .post .dote-block .dote {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #151D51;
          margin-right: 20px;
          display: block; }
          .blog-section > .posts .post .dote-block .dote:last-child {
            margin-right: 0; }
    .blog-section > .posts .-minor {
      background: #ffffff; }

@media only screen and (max-width: 1300px) {
  .blog-section {
    padding: 60px 0 164px 0; }
    .blog-section__title {
      margin-bottom: 104px; }
    .blog-section > .posts {
      padding: 0 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .blog-section > .posts .post {
        max-width: 300px;
        width: 300px;
        height: 300px;
        padding: 0 50px 50px 50px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .blog-section > .posts .post__title {
          font-size: 22px;
          line-height: 26px; }
        .blog-section > .posts .post__desc {
          font-size: 16px;
          line-height: 19px;
          margin: 8px 0 8px; }
        .blog-section > .posts .post__link {
          font-size: 16px;
          line-height: 19px;
          text-decoration: underline; }
        .blog-section > .posts .post .dote-block {
          margin-top: 21px; }
          .blog-section > .posts .post .dote-block .dote {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #151D51;
            margin-right: 7px;
            display: block; }
            .blog-section > .posts .post .dote-block .dote:last-child {
              margin-right: 0; }
      .blog-section > .posts .-minor {
        background: #ffffff; } }

@media only screen and (max-width: 800px) {
  .blog-section > .posts {
    display: block; }
    .blog-section > .posts .post {
      margin: 0 auto 20px; }
      .blog-section > .posts .post:last-child {
        margin: 0 auto; } }

@media only screen and (min-width: 680px) and (max-width: 1023px) {
  .blog-section {
    padding: 84px 0 210px; }
    .blog-section__title {
      margin-bottom: 46px;
      font-size: 44px;
      line-height: 62px; }
    .blog-section .post__title {
      font-size: 22px;
      line-height: 26px; }
    .blog-section .post__desc {
      font-size: 16px;
      line-height: 21px; } }

@media only screen and (max-width: 679px) {
  .blog-section {
    padding: 70px 0 32px; }
    .blog-section .posts {
      padding: 0; }
    .blog-section__title {
      margin-bottom: 40px;
      font-size: 40px;
      line-height: 40px; }
    .blog-section .post__title {
      font-size: 25px;
      line-height: 28px; }
    .blog-section .post__desc {
      font-size: 16px;
      line-height: 21px; } }

.main-section {
  background-size: cover;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 35px;
  background-position: center; }
  @media only screen and (max-width: 860px) {
    .main-section {
      width: 100%;
      padding: 0 10px 0;
      margin: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: auto; } }

.article__title {
  width: 770px;
  text-align: center;
  margin: 0 auto; }
  @media only screen and (max-width: 860px) {
    .article__title {
      width: 100%;
      padding: 100px 20px;
      margin: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      word-break: break-word;
      font-size: 40px;
      line-height: 48px; } }

.article__container {
  width: 860px;
  padding: 75px 0 60px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 860px) {
    .article__container {
      width: 100%;
      padding: 75px 10px 60px; } }
  .article__container sup {
    vertical-align: super;
    font-size: 16px; }
  .article__container hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 50px; }

.article__element {
  margin-bottom: 26px; }
  .article__element_sources {
    font-size: 16px; }

.article__separator {
  text-align: center; }

.ces-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  text-align: center;
  background: rgba(21, 29, 81, 0.7); }
  .ces-popup__content {
    position: fixed;
    width: 70%;
    max-width: 590px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    z-index: 5001;
    padding: 73px 40px;
    border-radius: 8px; }
    @media only screen and (max-width: 610px) {
      .ces-popup__content {
        padding: 45px 40px; } }
  .ces-popup__first-text {
    margin: 20px 0; }
  .ces-popup__close {
    background: url(../images/cross.png?30aa2591d47a2f5042a270830bcfe479);
    width: 14px;
    height: 15px;
    display: block;
    position: absolute;
    top: 19px;
    left: 19px;
    cursor: pointer; }
  .ces-popup__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.435556px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 530px) {
      .ces-popup__title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 350px) {
      .ces-popup__title {
        font-size: 18px; } }
  .ces-popup__name input {
    width: 420px;
    height: 77px;
    border: 1px solid #E6E2DD;
    border-radius: 40px;
    font-size: 20px;
    line-height: 1;
    color: #151D51;
    outline: none;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center; }
    @media only screen and (max-width: 620px) {
      .ces-popup__name input {
        width: 80%;
        font-size: 16px; } }
  .ces-popup__name input.empty {
    border: 1px solid #DF723B; }
  @media only screen and (max-width: 530px) {
    .ces-popup__desc {
      font-size: 16px; } }
  .ces-popup__btn {
    border-radius: 30px;
    background: #5cd6c0;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    border: none;
    color: #151D51;
    width: 200px;
    height: 55px;
    margin-top: 20px; }
    .ces-popup__btn:hover {
      background: #33ccb0;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .ces-popup__btn:focus {
      outline: none; }
    .ces-popup__btn:-moz-focusring {
      outline: none; }
  .ces-popup__resent-link {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #5CD6C0;
    cursor: pointer;
    margin-top: 20px; }

.message {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.248889px;
  color: #DF723B;
  height: 16px; }

.ces-popup-show {
  display: block !important; }

.main-section {
  text-align: center;
  height: auto;
  position: relative;
  min-height: 960px;
  display: block; }
  @media only screen and (max-width: 620px) {
    .main-section {
      height: 100%; } }
  @media only screen and (max-height: 1300px) {
    .main-section {
      height: auto; } }

.js-scan-email {
  display: block; }

.ces-section {
  display: block;
  padding: 20px 0 0px; }
  @media only screen and (max-width: 620px) {
    .ces-section {
      padding-bottom: 40px; } }
  .ces-section__desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #151D51;
    margin-top: 30px;
    outline: none; }
  @media only screen and (max-width: 620px) {
    .ces-section__name-user-desktop {
      display: none; } }
  .ces-section__name-user-mob {
    display: none; }
    @media only screen and (max-width: 620px) {
      .ces-section__name-user-mob {
        display: block; } }
  @media only screen and (max-width: 620px) {
    .ces-section__email-user-desktop {
      display: none; } }
  .ces-section__email-user-mob {
    display: none; }
    @media only screen and (max-width: 620px) {
      .ces-section__email-user-mob {
        display: block; } }
  .ces-section__desc-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #151D51;
    margin-top: 30px;
    outline: none; }
  @media only screen and (max-width: 620px) {
    .ces-section__email-user {
      display: none; } }
  .ces-section__form {
    padding-top: 50px; }
  .ces-section__name input,
  .ces-section__email input {
    width: 420px;
    height: 77px;
    border: 1px solid #E6E2DD;
    border-radius: 40px;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    padding-left: 30px;
    color: #151D51;
    outline: none;
    margin-bottom: 20px; }
    @media only screen and (max-width: 620px) {
      .ces-section__name input,
      .ces-section__email input {
        width: 80%; } }
  .ces-section__name input.empty,
  .ces-section__email input.empty,
  .ces-section__email input.invalid {
    border: 1px solid #DF723B; }
  .ces-section__email input {
    margin-bottom: 15px; }
  .ces-section__agree {
    position: relative;
    margin-top: 22px; }
    .ces-section__agree_check {
      position: absolute;
      width: 24px;
      height: 24px;
      border: 1px solid #E6E2DD;
      border-radius: 8px;
      background: #ffffff;
      left: -230px; }
      @media only screen and (max-width: 600px) {
        .ces-section__agree_check {
          left: -168px; } }
    .ces-section__agree_checkbox {
      position: absolute;
      left: -230px; }
      @media only screen and (max-width: 600px) {
        .ces-section__agree_checkbox {
          left: -168px; } }
    .ces-section__agree_checkbox:checked + .ces-section__agree_check {
      position: absolute;
      width: 24px;
      height: 24px;
      border: none;
      border-radius: 8px;
      background: #5CD6C0; }
      .ces-section__agree_checkbox:checked + .ces-section__agree_check:before {
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        left: 6px;
        height: 5px;
        width: 10px;
        border-left: 2px solid #151D51;
        border-bottom: 2px solid #151D51;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .ces-section__agree_desc {
      max-width: 522px;
      cursor: pointer;
      margin: 0 auto; }
      @media only screen and (max-width: 600px) {
        .ces-section__agree_desc {
          width: 330px; } }
    .ces-section__agree_desc-text {
      margin-bottom: 15px; }
  .ces-section__btn {
    border-radius: 30px;
    background: #5cd6c0;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    border: none;
    color: #151D51;
    width: 200px;
    height: 55px;
    margin-top: 20px; }
    .ces-section__btn:hover {
      background: #33ccb0;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .ces-section__btn:focus {
      outline: none; }
    .ces-section__btn:-moz-focusring {
      outline: none; }
  .ces-section__recaptcha-badge {
    max-width: 400px;
    margin-top: 20px; }
    @media only screen and (max-width: 400px) {
      .ces-section__recaptcha-badge {
        font-size: 16px; } }
  .ces-section__recaptcha-error {
    display: none; }
  .ces-section__generate-email {
    font-size: 16px;
    line-height: 21px;
    color: #5CD6C0;
    cursor: pointer; }
    .ces-section__generate-email_text {
      margin-top: 30px;
      font-size: 16px;
      line-height: 21px;
      color: #151D51; }
  .ces-section__qr {
    width: 580px;
    height: 160px;
    margin: 40px auto;
    border: 1px solid #D8D8D8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 40px;
    padding: 40px 120px 40px 80px;
    text-align: left;
    background: #ffffff url(../images/ces-idtg-qr.jpg?0b76f797c4c0255f017ffedab5184085) center right 50px no-repeat;
    background-size: 100px; }
    @media only screen and (max-width: 620px) {
      .ces-section__qr {
        border: none;
        background-position: top center;
        width: 100%;
        height: 240px;
        padding: 110px 20px 0 20px;
        text-align: center;
        font-size: 15px; } }
    .ces-section__qr_text {
      font-size: 20px;
      line-height: 28px;
      color: #151D51; }
  .ces-section .message {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.248889px;
    color: #DF723B;
    height: 16px; }
    .ces-section .message-input-name {
      position: relative;
      top: -20px; }
    .ces-section .message-input-email {
      position: relative;
      top: -15px; }

.ces-numbers-breach {
  display: none; }
  .ces-numbers-breach__subtitle {
    font-size: 32px;
    line-height: 40px; }
  .ces-numbers-breach__zero-found {
    border: 1px solid #DADADA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    padding: 130px 25px 30px 25px;
    margin: 40px auto;
    width: 580px;
    background: url(../images/check-ces.png?59a4034a0cee6eb861a79dfd8d14ee1e) center top 25px no-repeat;
    background-size: 90px; }
    @media only screen and (max-width: 620px) {
      .ces-numbers-breach__zero-found {
        width: 100%; } }
  .ces-numbers-breach__btn {
    border-radius: 30px;
    background: #5CD6C0;
    font-size: 18px;
    line-height: 55px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    border: none;
    color: #151D51;
    width: 240px;
    height: 55px;
    margin: 20px auto;
    display: block; }
  .ces-numbers-breach__found {
    border: 1px solid #DADADA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    padding: 25px;
    margin: 40px auto;
    width: 580px; }
    @media only screen and (max-width: 620px) {
      .ces-numbers-breach__found {
        width: 100%; } }
    .ces-numbers-breach__found_title {
      font-size: 20px;
      line-height: 28px;
      color: #151D51; }
    .ces-numbers-breach__found_numbers-breach {
      font-size: 100px;
      line-height: 120px;
      color: #5CD6C0;
      font-weight: 700; }
    .ces-numbers-breach__found_email {
      font-size: 20px;
      line-height: 28px;
      color: #151D51; }
  .ces-numbers-breach__date {
    font-size: 16px;
    line-height: 24px; }
  .ces-numbers-breach__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px; }
    .ces-numbers-breach__text_up {
      font-size: 10px;
      vertical-align: 6px; }
    .ces-numbers-breach__text_small {
      font-size: 12px; }
    .ces-numbers-breach__text_desc {
      font-size: 16px;
      line-height: 24px; }
    .ces-numbers-breach__text_bold {
      margin-bottom: 5px;
      font-size: 26px;
      line-height: 32px; }

.ces-after-scan-breach {
  display: none; }
  .ces-after-scan-breach .ces-numbers-breach__found {
    padding: 25px 40px;
    position: relative; }
    .ces-after-scan-breach .ces-numbers-breach__found_email:before {
      position: absolute;
      top: 20px;
      width: 100%;
      height: 1px;
      background: #DADADA; }
  .ces-after-scan-breach__list {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    padding-left: 30px; }
  .ces-after-scan-breach__li {
    text-align: left;
    padding-bottom: 25px;
    margin-top: 30px;
    border-bottom: 1px solid #DADADA;
    position: relative; }
    .ces-after-scan-breach__li_show:last-of-type {
      border: none; }
    .ces-after-scan-breach__li_hide {
      display: none; }
    .ces-after-scan-breach__li_title {
      font-weight: bold;
      font-size: 16px;
      line-height: 28px; }
    .ces-after-scan-breach__li_img {
      position: absolute;
      top: 5px;
      left: -30px;
      background: url(../images/ces-coution.png?f45d9ca7a5f284589f63b3db929a3449) center no-repeat;
      width: 20px;
      height: 20px; }

.show-list {
  display: block !important; }

.footer-section-ces {
  position: relative;
  bottom: 0;
  width: 100%; }

.preloader {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  text-align: center;
  background: rgba(21, 29, 81, 0.7);
  padding-left: 30px; }

.header__menu-link.header__sign-up {
  visibility: hidden; }

