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

*::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

*:-moz-placeholder {
  color: #000;
  opacity: 1; }

*::-moz-placeholder {
  color: #000;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

html {
  scroll-behavior: smooth;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden; }

.mb-50 {
  margin-bottom: 50px; }

@media (max-width: 767px) {
  .mb-40-sm {
    margin-bottom: 40px; } }

.mw-430 {
  max-width: 430px; }

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  min-height: 100%;
  font-family: 'HelveticaNeueCyr-Roman', sans-serif;
  padding: 0;
  color: #222;
  line-height: 1.5;
  font-size: 16px; }

main {
  position: relative; }

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

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

input {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important; }

hr {
  margin: 0; }

video {
  max-width: 100%; }

img {
  max-width: 100%; }

b {
  font-family: 'HelveticaNeueCyr-Bold', sans-serif; }

.relative {
  position: relative; }

.container {
  width: 100%;
  max-width: 1080px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .container {
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  @media (max-width: 767px) {
    .container {
      padding-left: 20px !important;
      padding-right: 20px !important; } }

@media (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

.mobile-only {
  display: none; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block; } }

.first {
  background: -webkit-linear-gradient(6.38deg, #10409E 1.37%, #6D3BDA 96.94%);
  background: -o-linear-gradient(6.38deg, #10409E 1.37%, #6D3BDA 96.94%);
  background: linear-gradient(83.62deg, #10409E 1.37%, #6D3BDA 96.94%);
  color: #fff;
  margin-bottom: 103px;
  position: relative; }
  @media (max-width: 767px) {
    .first {
      overflow: hidden; } }
  .first .container {
    position: relative; }
  @media (max-width: 767px) {
    .first:before {
      background: url(/img/footer-bg.png) no-repeat -webkit-calc(100% - 20px) 100%;
      background: url(/img/footer-bg.png) no-repeat calc(100% - 20px) 100%;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      content: '';
      display: block;
      width: 668px;
      height: 668px;
      position: absolute;
      bottom: -22px;
      left: 50%;
      margin-left: -334px; } }
  @media (max-width: 767px) {
    .first {
      padding-bottom: 20px;
      margin-bottom: 40px; } }
  .first__inner {
    background: url(/img/bg.png) no-repeat -webkit-calc(100% - 20px) 100%;
    background: url(/img/bg.png) no-repeat calc(100% - 20px) 100%;
    -webkit-background-size: contain;
            background-size: contain;
    padding-top: 90px; }
    @media (max-width: 767px) {
      .first__inner {
        padding-top: 56px;
        background: none; } }
  .first--demo {
    margin-bottom: 0; }
    .first--demo .first__inner {
      background: url(/img/bg-demo.png) no-repeat 50% 100%;
      -webkit-background-size: -webkit-calc(100% - 190px) auto;
              background-size: calc(100% - 190px) auto;
      padding-top: 90px;
      padding-bottom: 232px; }
      @media (max-width: 767px) {
        .first--demo .first__inner {
          padding-top: 56px;
          background: none; } }
  .first__title {
    font-size: 65px;
    line-height: 90%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Light', sans-serif;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .first__title {
        font-size: 35px;
        margin-bottom: 7px; } }
    .first__title b {
      color: #8ABDFE; }
  .first__subtitle {
    font-family: 'HelveticaNeueCyr-Light', sans-serif;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 66px; }
    @media (max-width: 767px) {
      .first__subtitle {
        font-size: 26px;
        margin-bottom: 17px; } }
    .first__subtitle a {
      font-size: 18px;
      line-height: 1.1;
      color: #fff;
      display: inline-block; }
      @media (max-width: 767px) {
        .first__subtitle a {
          color: #FFD643;
          font-size: 16px; } }
      .first__subtitle a:hover {
        color: #FFD643; }
  .first__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 116px; }
    @media (max-width: 767px) {
      .first__body {
        display: block;
        padding-bottom: 0; } }
    .first__body__image {
      margin-right: 48px; }
      @media (max-width: 767px) {
        .first__body__image {
          width: 60px;
          margin: 0 auto 30px; } }
    .first__body__list {
      font-size: 18px;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: inherit;
      list-style-type: none;
      padding-left: 0;
      margin: -3px 0 0 0; }
      @media (max-width: 767px) {
        .first__body__list {
          font-size: 16px;
          margin: 0;
          text-align: center;
          margin-bottom: 30px; } }
      .first__body__list li {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
        @media (max-width: 767px) {
          .first__body__list li {
            display: block;
            padding-top: 10px;
            padding-bottom: 10px;
            border-top: 1px solid rgba(255, 255, 255, 0.3); } }
        @media (max-width: 767px) {
          .first__body__list li:first-child {
            border-top: 0; } }
        @media (max-width: 767px) {
          .first__body__list li:last-child {
            padding-bottom: 0; } }
        .first__body__list li:before {
          content: '';
          width: 13px;
          height: 13px;
          display: block;
          background: url(/img/li.png) no-repeat 0 0;
          -webkit-background-size: contain;
                  background-size: contain;
          margin-right: 18px; }
          @media (max-width: 767px) {
            .first__body__list li:before {
              display: none; } }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  width: 100%;
  max-width: 1329px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px !important;
  padding-right: 40px !important;
  position: relative; }
  @media (max-width: 1023px) {
    .header {
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  @media (max-width: 767px) {
    .header {
      padding-left: 20px !important;
      padding-right: 20px !important;
      padding-top: 20px; } }

.btn-online-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  background: #FFD643;
  -webkit-border-radius: 17px;
          border-radius: 17px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 30px; }

.btn-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  background: #fff;
  -webkit-border-radius: 17px;
          border-radius: 17px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 30px; }
  .btn-back:before {
    content: '';
    display: block;
    width: 15px;
    height: 9px;
    background: url(/img/arr-back.svg) no-repeat 0 0;
    -webkit-background-size: contain;
            background-size: contain;
    margin-right: 5px; }

.section {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .section {
      margin-bottom: 50px; } }

.section-text {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .section-text {
      margin-bottom: 40px; } }
  .section-text p {
    margin: 0; }
  .section-text a {
    color: #669CFF;
    text-decoration: none; }

.section-image {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .section-image {
      margin-bottom: 40px; } }
  .section-image--shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 20px;
            border-radius: 20px;
    overflow: hidden; }

.section-image-wrapper {
  position: relative; }

.link-online-demo {
  position: absolute;
  right: 227px;
  top: -18px; }
  @media (max-width: 767px) {
    .link-online-demo {
      right: 23px; } }

.arrow-1 {
  position: absolute;
  bottom: -86px;
  left: 44%;
  width: 120px;
  height: 469px;
  background: url(/img/arrow-1.svg);
  -webkit-background-size: contain;
          background-size: contain; }
  @media (max-width: 767px) {
    .arrow-1 {
      display: none; } }

.arrow-2 {
  position: absolute;
  top: -62px;
  left: 44%;
  width: 114px;
  height: 120px;
  background: url(/img/arrow-2.svg);
  -webkit-background-size: contain;
          background-size: contain; }
  @media (max-width: 767px) {
    .arrow-2 {
      width: 40px;
      height: 42px;
      top: -20px; } }

.section-title {
  font-family: 'HelveticaNeueCyr-Bold';
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .section-title {
      font-size: 30px;
      margin-bottom: 20px;
      line-height: 1.1; } }
  .section-title--sub {
    font-size: 16px;
    color: #A1A8AF;
    font-family: 'HelveticaNeueCyr-Roman'; }
    @media (max-width: 767px) {
      .section-title--sub {
        line-height: 1.5; } }
  .section-title--with-ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-title--with-ico img {
      width: 70px;
      min-width: 70px;
      margin-right: 20px; }

.section-subtitle {
  font-family: 'HelveticaNeueCyr-Bold';
  font-size: 20px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .section-subtitle {
      font-size: 18px;
      margin-bottom: 20px; } }

.analytics-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #F5F5F5;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  bottom: -53px;
  position: relative;
  overflow: hidden;
  position: absolute;
  right: 40px;
  left: 40px; }
  @media (max-width: 1023px) {
    .analytics-list {
      right: 30px;
      left: 30px; } }
  @media (max-width: 767px) {
    .analytics-list {
      bottom: 0;
      display: block;
      position: static; } }
  .analytics-list__item {
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    height: 106px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 1023px) {
      .analytics-list__item {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .analytics-list__item {
        font-size: 16px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        display: block; } }

.description-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .description-text {
      margin-top: 40px;
      display: block; } }
  .description-text__item {
    width: 50%;
    margin-left: 30px;
    position: relative; }
    @media (max-width: 767px) {
      .description-text__item {
        width: 100%;
        margin-left: 0;
        margin-top: 40px; } }
    .description-text__item:first-child {
      margin-left: 0; }
  .description-text a {
    color: #669CFF;
    text-decoration: none; }
  .description-text p {
    margin: 0;
    position: relative; }

.shape-2:before {
  content: '';
  display: block;
  width: 130px;
  height: 40px;
  background: url(/img/shape-2.svg) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  margin-top: -10px; }

.shape-3:before {
  content: '';
  display: block;
  width: 130px;
  height: 40px;
  background: url(/img/shape-3.svg) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  margin-top: -10px; }

.selection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .selection-list {
      margin-top: 40px;
      display: block; } }
  .selection-list__item {
    width: 25%;
    margin-left: 30px;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 18px;
    height: 60px;
    text-align: center;
    line-height: 20px;
    font-family: 'HelveticaNeueCyr-Medium';
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1023px) {
      .selection-list__item {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .selection-list__item {
        font-size: 18px;
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -webkit-flex-direction: inherit;
            -ms-flex-direction: inherit;
                flex-direction: inherit; } }
    .selection-list__item:first-child {
      margin-left: 0; }
      @media (max-width: 767px) {
        .selection-list__item:first-child {
          margin-top: 0; } }
    .selection-list__item:hover {
      color: #fff; }
    .selection-list__item span {
      display: block; }
      @media (max-width: 767px) {
        .selection-list__item span {
          display: inline; } }

.clients-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 767px) {
    .clients-list {
      display: block; } }
  .clients-list__item {
    width: 50%;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .clients-list__item {
        width: 100%; } }
    @media (max-width: 767px) {
      .clients-list__item:last-child {
        margin-bottom: 0; } }
  .clients-list__title {
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .clients-list__title {
        font-size: 18px; } }
  .clients-list__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    line-height: 150%;
    color: #669CFF;
    position: relative; }
    .clients-list__link:before {
      content: '';
      width: 20px;
      height: 20px;
      display: block;
      background: url(/img/link.svg) no-repeat 0 0;
      -webkit-background-size: contain;
              background-size: contain;
      margin-right: 15px; }

.section-list {
  list-style-type: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  padding: 0;
  margin: 0; }
  @media (max-width: 767px) {
    .section-list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; } }
  .section-list b {
    font-family: 'HelveticaNeueCyr-Medium'; }
  .section-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 22px; }
    @media (max-width: 767px) {
      .section-list li:last-child {
        margin-bottom: 0; } }
    .section-list li:before {
      content: '';
      width: 12px;
      height: 12px;
      background: #97C5FF;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      display: block;
      position: absolute;
      top: 4px;
      left: 0; }

.container-wrapper-bg {
  background: #E4ECEE;
  padding-top: 80px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .container-wrapper-bg {
      padding-top: 60px; } }

.container-wrapper-01 {
  background: url(/img/01.png) repeat-x 0 45px;
  -webkit-background-size: auto 72px;
          background-size: auto 72px;
  padding-top: 80px; }
  @media (max-width: 767px) {
    .container-wrapper-01 {
      padding-top: 60px;
      background: url(/img/01.png) repeat-x 0 41px;
      -webkit-background-size: auto 44px;
              background-size: auto 44px; } }

.docs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .docs {
      display: block;
      margin-top: 40px; } }
  .docs__image {
    margin-right: 50px;
    min-width: 229px; }
    @media (max-width: 767px) {
      .docs__image {
        margin: 0 auto 20px;
        text-align: center; } }
  .docs__list__item {
    margin-bottom: 40px; }
    .docs__list__item:last-child {
      margin-bottom: 0; }
    .docs__list__item a {
      display: block; }
  .docs__list__title {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'HelveticaNeueCyr-Bold'; }

.icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .icon-link img {
    margin-right: 15px;
    min-width: 20px; }

.footer {
  background: -webkit-linear-gradient(6.38deg, #10409E 1.37%, #6D3BDA 96.94%);
  background: -o-linear-gradient(6.38deg, #10409E 1.37%, #6D3BDA 96.94%);
  background: linear-gradient(83.62deg, #10409E 1.37%, #6D3BDA 96.94%);
  padding-top: 80px;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 60px; } }
  .footer .container {
    position: relative; }
  .footer:before {
    content: '';
    width: 736px;
    height: 736px;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -368px;
    background: url(/img/footer-bg.png) no-repeat 50% 50%;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
  .footer--light {
    background: #fff;
    color: #222222; }
    .footer--light:before {
      display: none; }
    .footer--light .copy {
      border-top: 1px solid rgba(121, 121, 121, 0.3); }

.copy {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 44px 0;
  position: relative;
  font-size: 14px; }
  @media (max-width: 767px) {
    .copy {
      padding: 40px 0; } }

.settings-slider {
  position: relative;
  overflow: hidden; }
  .settings-slider__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
    width: 330px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .settings-slider__head {
        margin-bottom: 30px;
        width: 300px; } }
    .settings-slider__head .swiper-button-next,
    .settings-slider__head .swiper-button-prev {
      position: static;
      width: 51px;
      height: 47px;
      margin-top: 0; }
    .settings-slider__head .swiper-button-next {
      background: url(/img/arr-next.svg) no-repeat 0 0;
      -webkit-background-size: contain;
              background-size: contain; }
    .settings-slider__head .swiper-button-prev {
      background: url(/img/arr-prev.svg) no-repeat 0 0;
      -webkit-background-size: contain;
              background-size: contain; }
    .settings-slider__head__title {
      font-size: 20px;
      font-family: 'HelveticaNeueCyr-Bold';
      position: absolute;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      top: -87px; }
      @media (max-width: 767px) {
        .settings-slider__head__title {
          font-size: 18px;
          top: -65px; } }
  .settings-slider .swiper-slide {
    opacity: 0 !important; }
  .settings-slider .swiper-slide-active,
  .settings-slider .swiper-slide-duplicate-active {
    opacity: 1 !important; }
  .settings-slider img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.online-demo-title {
  font-family: 'HelveticaNeueCyr-Light', sans-serif;
  font-size: 30px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 25px; }

.add-personaldata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .add-personaldata__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 50px;
    height: 60px;
    background: #FFD643;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 18px;
    cursor: pointer;
    color: #222222; }
