@charset "UTF-8";
@media (max-width: 768px) {
  .only-tablet {
    display: none !important; } }

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

:root {
  --color-primary-text: #27292A; }

@font-face {
  font-family: "Rawline";
  font-weight: 100;
  src: url("/fonts/Rawline-100.ttf"); }
@font-face {
  font-family: "Rawline";
  font-weight: normal;
  src: url("/fonts/Rawline-400.ttf"); }
@font-face {
  font-family: 'Rawline';
  font-weight: bold;
  src: url("/fonts/Rawline-600.ttf"); }
@font-face {
  font-family: 'Rawline';
  font-weight: 900;
  src: url("/fonts/Rawline-900.ttf"); }
.confirmation {
  font-size: 14px; }

.block {
  padding: 64px 0; }
  .block .breadcrumbs {
    font-size: 16px;
    width: 84%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none; }
    .block .breadcrumbs a {
      text-decoration: none; }
  .block header {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1em;
    margin: 0 auto 48px;
    position: relative;
    text-align: center;
    max-width: 90vw; }
    .block header:before {
      content: "все просто";
      font-size: 13px;
      font-weight: bold;
      display: block;
      line-height: 1em;
      margin-bottom: 8px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .block header .description {
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      margin: 24px auto 0;
      max-width: 900px;
      text-align: center; }
      @media (max-width: 768px) {
        .block header .description {
          font-size: 16px; } }
  .block.inverted {
    background: #29245C;
    color: #fff; }
  @media (max-width: 960px) {
    .block header {
      font-size: 32px; } }
  @media (max-width: 640px) {
    .block header {
      font-size: 28px; } }

@media only screen and (max-width: 540px) {
  .block {
    padding: 32px 0; }
    .block header {
      margin-bottom: 16px; }
      .block header:before {
        font-size: 11px; } }
.footer {
  background: #29245C;
  color: read;
  font-size: 18px; }
  .footer a {
    color: #fff;
    font-size: 14px;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .menu {
    margin: 32px 0; }
    .footer .menu a {
      font-size: 14px;
      line-height: 48px;
      margin-right: 32px;
      text-transform: uppercase; }
  .footer h5 {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    margin: 16px 0 16px;
    text-transform: uppercase; }
  .footer .links a {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px; }
  .footer .social-links {
    display: flex;
    margin-right: 0;
    width: 100%;
    flex-direction: row; }
    .footer .social-links a {
      width: auto;
      height: auto;
      margin-right: 20px; }
      .footer .social-links a img {
        width: 40px;
        height: 40px; }
  .footer .social-linkst {
    display: flex;
    margin-right: 0;
    width: 100%;
    flex-direction: row; }
    .footer .social-linkst a {
      width: auto;
      height: auto;
      margin-right: 20px; }
      .footer .social-linkst a img {
        width: auto;
        height: 40px; }
  .footer .mobile-apps-footer {
    display: flex;
    flex-direction: row;
    width: 100%; }
    .footer .mobile-apps-footer a {
      width: auto;
      height: auto;
      margin-right: 20px; }
      .footer .mobile-apps-footer a img {
        width: 100px;
        height: auto; }
  .footer .credits {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.2);
    cursor: default;
    font-size: 14px;
    margin: 32px 0 0;
    padding: 16px 0;
    text-align: right; }
    .footer .credits .heart {
      color: white;
      visibility: hidden; }
    .footer .credits:hover .heart {
      visibility: visible; }

@media only screen and (max-width: 540px) {
  .footer {
    font-size: 16px;
    text-align: left; }
    .footer .menu {
      box-sizing: border-box;
      display: none;
      padding: 0;
      text-align: left; }
      .footer .menu img {
        display: none; }
      .footer .menu a {
        font-size: 16px;
        margin: 0 16px 0 0; }
    .footer .links {
      padding: 8px 0;
      text-align: left; }
    .footer h5 {
      margin: 16px 0 8px; }
    .footer .social-links a {
      width: auto;
      height: auto;
      margin-right: 20px; }
      .footer .social-links a img {
        width: 30px;
        height: 30px; }
    .footer .social-linkst a {
      width: auto;
      height: auto;
      margin-right: 20px; }
      .footer .social-linkst a img {
        height: auto;
        height: 40px; }
    .footer .credits {
      margin: 0; } }
.view.site-about h3 {
  margin: 0; }
.view.site-about .row {
  padding: 32px 0; }
.view.site-about .contacts a {
  color: #00aa88; }

.view.site-prices h1 {
  text-align: center; }
.view.site-prices .revenue {
  text-align: center; }
  .view.site-prices .revenue .current {
    font-size: 32px; }
  .view.site-prices .revenue input[type=range] {
    margin: 32px 0;
    width: 60%; }
.view.site-prices table {
  font-size: 16px;
  margin-bottom: 48px; }
  .view.site-prices table tr:nth-child(2n-1) td {
    background: #e8f1f1; }
  .view.site-prices table td {
    padding: 8px;
    text-align: center;
    width: 25%; }
    .view.site-prices table td:first-child {
      text-align: left; }
  .view.site-prices table h3 {
    font-size: 18px;
    margin: 0; }
  .view.site-prices table .price {
    font-size: 24px;
    margin-bottom: 8px; }
    .view.site-prices table .price .small {
      font-size: 14px; }
  .view.site-prices table img {
    height: 24px; }
  .view.site-prices table td.disabled, .view.site-prices table th.disabled {
    opacity: 0.1; }

.view.site-services h2 {
  margin: 1.5em 0 1em; }
.view.site-services img {
  width: 90%; }
.view.site-services .items {
  text-align: left; }
  .view.site-services .items p {
    border-left: 3px solid #fafafa;
    box-sizing: border-box;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 48px;
    padding: 0 8px 0 8px;
    vertical-align: top;
    width: 30%; }
  .view.site-services .items.yellow p {
    border-color: #FDBB11; }
  .view.site-services .items.red p {
    border-color: #EC3F68; }
  .view.site-services .items.green p {
    border-color: #00aa88; }

@media only screen and (max-width: 768px) {
  .view.site-services {
    text-align: center; }
    .view.site-services h2 {
      margin: 0 0 0.5em; }
    .view.site-services img {
      width: 20%; } }
@media only screen and (max-width: 540px) {
  .view.site-services {
    text-align: center; }
    .view.site-services .row {
      margin-bottom: 2em; }
    .view.site-services h2 {
      margin: 0 0 0.5em; }
    .view.site-services img {
      width: 30%; }
    .view.site-services .items p {
      margin-bottom: 8px;
      text-align: left;
      width: 100%; } }
.hidden-sm {
  display: none; }

.container {
  width: 84%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 33.75em) {
    .container {
      width: 90%; } }
  @media only screen and (max-width: 60em) {
    .container {
      width: 90%; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%; }

.col-1-sm {
  width: 8.3333333333%; }

.col-2-sm {
  width: 16.6666666667%; }

.col-3-sm {
  width: 25%; }

.col-4-sm {
  width: 33.3333333333%; }

.col-5-sm {
  width: 41.6666666667%; }

.col-6-sm {
  width: 50%; }

.col-7-sm {
  width: 58.3333333333%; }

.col-8-sm {
  width: 66.6666666667%; }

.col-9-sm {
  width: 75%; }

.col-10-sm {
  width: 83.3333333333%; }

.col-11-sm {
  width: 91.6666666667%; }

.col-12-sm {
  width: 100%; }

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 8.3333333333%; }

  .col-2 {
    width: 16.6666666667%; }

  .col-3 {
    width: 25%; }

  .col-4 {
    width: 33.3333333333%; }

  .col-5 {
    width: 41.6666666667%; }

  .col-6 {
    width: 50%; }

  .col-7 {
    width: 58.3333333333%; }

  .col-8 {
    width: 66.6666666667%; }

  .col-9 {
    width: 75%; }

  .col-10 {
    width: 83.3333333333%; }

  .col-11 {
    width: 91.6666666667%; }

  .col-12 {
    width: 100%; }

  .hidden-sm {
    display: block; } }
.card, .block.contacts .cities-card, .block.team .container .link-element {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08), 0px 0px 2px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 16px; }

.block.apply .application-form .confirmation {
  color: #FFF; }

.apply-font {
  font-size: 14px; }

.block.about .container {
  display: grid;
  grid-template-columns: 1fr 340px;
  grid-template-areas: "heading contacts" "points contacts";
  align-items: start;
  gap: 16px; }
  @media (max-width: 960px) {
    .block.about .container {
      display: block; } }
  .block.about .container .contacts {
    background: #F7F7F7; }
.block.about h1 {
  font-size: 48px; }
.block.about .main-text {
  grid-area: heading;
  padding-right: 64px; }
  @media (max-width: 768px) {
    .block.about .main-text {
      padding-right: 0;
      text-align: center; } }
.block.about .points {
  grid-area: points; }
  .block.about .points .row {
    display: grid;
    grid-template-areas: "image text";
    grid-template-columns: 1fr 3fr;
    gap: 24px;
    margin: 32px 0;
    align-items: center; }
    @media (max-width: 768px) {
      .block.about .points .row {
        text-align: center; } }
    @media (max-width: 640px) {
      .block.about .points .row {
        display: block; } }
    .block.about .points .row .text {
      grid-area: text; }
      .block.about .points .row .text h2 {
        font-weight: 100;
        margin: 0 0 16px; }
      .block.about .points .row .text p {
        margin-right: 48px; }
        @media (max-width: 768px) {
          .block.about .points .row .text p {
            margin: 0; } }
    .block.about .points .row img {
      grid-area: image;
      display: block;
      margin: 0;
      width: 160px;
      height: 160px;
      max-width: 100%; }
      @media (max-width: 768px) {
        .block.about .points .row img {
          margin: auto;
          width: 120px;
          height: 120px; } }
    .block.about .points .row:nth-child(2n) {
      grid-template-areas: "text image";
      grid-template-columns: 3fr 1fr; }

.block.articles {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .block.articles .view-all {
    background: #00aa88;
    color: #fff;
    border-radius: 4px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin: 32px auto 0;
    text-decoration: none;
    padding: 10px 24px 14px; }
    @media (max-width: 768px) {
      .block.articles .view-all {
        font-size: 16px;
        margin: 24px auto 0;
        padding: 6px 16px 10px; } }

@media only screen and (max-width: 33.75em) {
  .block.mass-media .card, .block.mass-media .block.contacts .cities-card, .block.contacts .block.mass-media .cities-card, .block.mass-media .block.team .container .link-element, .block.team .container .block.mass-media .link-element {
    width: 80%; } }
.block.calculator .alert {
  text-align: center;
  padding: 10px 0;
  font-size: 21px; }
  .block.calculator .alert:hover {
    text-decoration: underline; }
.block.calculator .revenue {
  margin-bottom: 56px;
  padding: 0;
  text-align: center; }
  .block.calculator .revenue label {
    color: #929292;
    font-size: 18px; }
    .block.calculator .revenue label .value {
      color: #27292A;
      font-size: 36px;
      font-weight: bold;
      margin: 0px 0 24px; }
  .block.calculator .revenue .rangeslider {
    background: #EAEAEA;
    box-shadow: none;
    height: 16px;
    margin: auto;
    width: 460px; }
  .block.calculator .revenue .rangeslider__fill {
    background: #00aa88;
    box-shadow: none; }
  .block.calculator .revenue .rangeslider__handle {
    border: 10px solid #9B9B9B;
    height: 16px;
    width: 16px; }
.block.calculator .business-selector {
  font-size: 24px;
  display: none;
  cursor: pointer;
  padding: 8px;
  position: relative; }
  .block.calculator .business-selector.detached {
    border: 1px solid #EAEAEA;
    border-radius: 30px;
    font-size: 20px;
    margin-bottom: 32px;
    text-align: center; }
    .block.calculator .business-selector.detached:before {
      right: 16px; }
    .block.calculator .business-selector.detached:hover .current {
      text-decoration: none; }
  .block.calculator .business-selector:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    border-top: 6px solid #27292A;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }
  .block.calculator .business-selector:hover .current {
    text-decoration: underline; }
  .block.calculator .business-selector .options {
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 8; }
    .block.calculator .business-selector .options .item {
      cursor: pointer;
      padding: 8px 16px; }
      .block.calculator .business-selector .options .item:hover {
        background: #e8f1f1; }
  .block.calculator .business-selector.opened .options {
    display: block; }
  .block.calculator .business-selector.opened:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    border-bottom: 6px solid #27292A;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: none; }
.block.calculator .features th {
  padding: 24px; }
  .block.calculator .features th .business-selector {
    font-size: 20px;
    display: block;
    padding: 16px; }
  .block.calculator .features th .unavailable {
    color: #BBB;
    display: none;
    height: 48px; }
  .block.calculator .features th:first-child {
    background: #EFEFEF; }
  .block.calculator .features th.disabled {
    opacity: 0.4; }
    .block.calculator .features th.disabled h3 {
      color: #999 !important; }
    .block.calculator .features th.disabled .price {
      display: none; }
    .block.calculator .features th.disabled .unavailable {
      display: block; }
.block.calculator .features h3.purple {
  color: #29245C; }
.block.calculator .features h3.red {
  color: #EC3F68; }
.block.calculator .features h3.yellow {
  color: #FDBB11; }
.block.calculator .features h3.green {
  color: #00aa88; }
.block.calculator .features .price .value {
  font-size: 28px;
  line-height: 26px;
  white-space: nowrap; }
.block.calculator .features .price .small {
  font-size: 16px;
  font-weight: normal; }
.block.calculator .features td {
  background: #F7F7F7;
  font-size: 12px;
  padding: 24px;
  text-align: center;
  width: 18%; }
  .block.calculator .features td:first-child {
    width: 28%; }
  .block.calculator .features td img {
    height: 40px;
    width: 40px; }
  .block.calculator .features td:first-child {
    font-size: 16px;
    text-align: left; }
  .block.calculator .features td.disabled {
    opacity: 0.4; }
.block.calculator .features tr:nth-child(2n) td {
  background: #FFF; }
.block.calculator .clone {
  display: none; }

@media only screen and (max-width: 33.75em) {
  .block.calculator .revenue {
    margin-bottom: 32px; }
    .block.calculator .revenue .rangeslider {
      width: 100%; }
  .block.calculator .container.table-scroll {
    position: relative;
    overflow-x: hidden;
    width: 100%; }
    .block.calculator .container.table-scroll .table-wrap {
      overflow-x: scroll;
      padding-bottom: 16px;
      width: 100%; }
    .block.calculator .container.table-scroll .features.clone {
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
      .block.calculator .container.table-scroll .features.clone td, .block.calculator .container.table-scroll .features.clone th {
        visibility: hidden; }
      .block.calculator .container.table-scroll .features.clone td:first-child, .block.calculator .container.table-scroll .features.clone th:first-child {
        visibility: visible; }
  .block.calculator .business-selector {
    display: block; }
  .block.calculator .features {
    width: 600px; }
    .block.calculator .features th {
      padding: 8px; }
      .block.calculator .features th h3 {
        font-size: 14px;
        margin: 0; }
      .block.calculator .features th .price .value {
        font-size: 20px;
        line-height: 20px;
        margin: 4px 0 0px;
        white-space: nowrap; }
      .block.calculator .features th .price .small {
        font-size: 10px; }
      .block.calculator .features th .business-selector {
        display: none; }
      .block.calculator .features th:first-child {
        background: #fff; }
    .block.calculator .features td {
      font-size: 10px;
      padding: 8px;
      width: 30%; }
      .block.calculator .features td:first-child {
        font-size: 12px;
        padding: 8px 16px;
        width: 15%; } }
.block.certificates {
  background-color: #F9F9F9; }
  .block.certificates .swiper-pagination-bullet-active {
    background-color: #29235C; }
  .block.certificates .swiper-pagination {
    bottom: 5px; }
  .block.certificates .container {
    width: 100%;
    padding-bottom: 20px; }
  .block.certificates .swiper-slide {
    text-align: center;
    padding: 10px 0 10px 0; }
  .block.certificates .swiper-pagination {
    display: none; }
  .block.certificates .card, .block.certificates .block.contacts .cities-card, .block.contacts .block.certificates .cities-card, .block.certificates .block.team .container .link-element, .block.team .container .block.certificates .link-element {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px; }
    .block.certificates .card img, .block.certificates .block.contacts .cities-card img, .block.contacts .block.certificates .cities-card img, .block.certificates .block.team .container .link-element img, .block.team .container .block.certificates .link-element img {
      width: 180px;
      object-fit: contain; }

@media only screen and (max-width: 33.75em) {
  .block.certificates .swiper-pagination {
    display: block;
    align-items: center; } }
.block.compatibility {
  background: asset-url("site/blocks/compatibility/bg.png") no-repeat top right #eee;
  background-size: contain; }
  .block.compatibility ul li {
    font-size: 18px;
    list-style: none;
    margin: 1.5em 0; }

@media only screen and (max-width: 33.75em) {
  .block.compatibility {
    background-size: auto 356px; }
    .block.compatibility ul {
      margin-top: 232px;
      padding: 0;
      text-align: center; }
      .block.compatibility ul li {
        margin: 0; }
        .block.compatibility ul li:after {
          content: "***";
          color: #9B9B9B;
          font-size: 48px;
          display: block;
          margin: 20px 0 0;
          text-align: center; }
        .block.compatibility ul li:last-child:after {
          display: none; } }
.block.contacts .cities {
  display: flex;
  flex-direction: row; }
  @media (max-width: 960px) {
    .block.contacts .cities {
      flex-direction: column; } }
  .block.contacts .cities-card {
    display: flex;
    flex-direction: column;
    margin: 16px;
    padding: 0;
    overflow: hidden;
    position: relative;
    flex-basis: 0;
    flex-grow: 1; }
    @media (max-width: 960px) {
      .block.contacts .cities-card {
        overflow: visible; } }
    @media (max-width: 640px) {
      .block.contacts .cities-card {
        margin: 16px 0; } }
    .block.contacts .cities-card h3 {
      font-size: 32px; }
      @media (max-width: 960px) {
        .block.contacts .cities-card h3 {
          font-size: 24px; } }
    .block.contacts .cities-card .content {
      flex-grow: 1;
      padding: 24px; }
      .block.contacts .cities-card .content .attributes {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 8px 24px; }
      @media (max-width: 640px) {
        .block.contacts .cities-card .content {
          padding: 16px; } }
    .block.contacts .cities-card .map-link {
      display: flex;
      font-weight: bold;
      align-items: center;
      height: 72px;
      position: relative;
      width: 100%;
      text-decoration: none;
      padding-left: 32px;
      box-sizing: border-box; }
      .block.contacts .cities-card .map-link img {
        border-radius: 0 0 16px 16px;
        position: absolute;
        filter: grayscale(1);
        opacity: 0.5;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .block.contacts .cities-card .map-link:hover img {
        filter: grayscale(0); }

.document-list a {
  line-height: 2em;
  text-decoration: none;
  color: #29245C; }
  .document-list a:hover {
    text-decoration: underline; }

.block.expert-types {
  background: #F9F9F9; }
  .block.expert-types .swiper-pagination-bullet-active {
    background-color: #29235C; }
  .block.expert-types .swipper-wrapper {
    margin-bottom: 10px; }
  .block.expert-types .container {
    width: 90%; }
  .block.expert-types .swiper-slide {
    text-align: center;
    padding: 10px 0 10px 0; }
  .block.expert-types .swiper-pagination {
    display: none; }
  .block.expert-types .glasses {
    display: block;
    margin: 16px auto 0;
    width: 90%; }
  .block.expert-types .link {
    justify-content: center; }
    .block.expert-types .link > a {
      font-size: 24px;
      text-align: center;
      text-transform: uppercase;
      width: 33.3333%; }
    .block.expert-types .link .accountant {
      color: #00aa88; }
    .block.expert-types .link .lawyer {
      color: #FDBB11; }
    .block.expert-types .link .assistant {
      color: #EC3F68; }
  .block.expert-types .description {
    display: flex;
    flex-direction: row;
    opacity: 0.8; }
    .block.expert-types .description > div {
      flex-basis: 0;
      flex-grow: 1;
      padding: 16px;
      text-align: center; }
    @media (max-width: 960px) {
      .block.expert-types .description {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .block.expert-types .description {
        font-size: 16px; } }
  .block.expert-types .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .block.expert-types .swiper-container {
    width: 90%;
    margin-right: auto;
    margin-left: auto; }

@media only screen and (max-width: 33.75em) {
  .block.expert-types {
    padding-bottom: 0; }
    .block.expert-types .swiper-pagination {
      display: block;
      align-items: center; }
    .block.expert-types header {
      padding: 0 5%; }
    .block.expert-types .glasses {
      display: block;
      margin-top: 28px;
      width: 90%; }
    .block.expert-types .container {
      width: 100%; }

  .swipper-container {
    justify-content: space-around; }

  .swiper-slide {
    text-align: center; } }
.block.expert_profile {
  text-align: center; }
  .block.expert_profile .prefix {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .block.expert_profile .about {
    font-weight: 400;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    margin: 24px 25% 64px; }
  .block.expert_profile .avatar {
    width: 220px;
    height: 220px;
    border-radius: 110px;
    margin-top: 35px;
    object-fit: cover; }
  .block.expert_profile .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    word-break: break-word; }
    .block.expert_profile .row .tag {
      text-align: left; }
    .block.expert_profile .row label {
      float: left;
      margin: 0;
      font-weight: 300;
      font-size: 2em;
      line-height: 1.1em;
      text-align: center; }
    .block.expert_profile .row .column {
      margin: 0 0 25px 0;
      padding: 0;
      display: flex;
      width: 400px;
      text-align: left;
      float: right;
      flex-direction: column;
      font-size: 17px;
      word-break: break-word; }
      .block.expert_profile .row .column p {
        text-align: left; }
      .block.expert_profile .row .column span {
        color: #8a949e;
        font-size: 16px;
        font-weight: 500; }
      .block.expert_profile .row .column ul {
        margin: 0;
        padding-inline-start: 23px; }
      .block.expert_profile .row .column li {
        margin-bottom: 1px;
        word-break: break-word;
        text-transform: capitalize; }
      .block.expert_profile .row .column .degree-text {
        word-break: break-word;
        margin-bottom: 14px; }
    .block.expert_profile .row .tag {
      width: 300px; }
    .block.expert_profile .row .box {
      width: 150px; }
  .block.expert_profile .empty {
    flex: 1; }
  @media only screen and (max-width: 1200px) {
    .block.expert_profile .about {
      margin-left: 10%;
      margin-right: 10%;
      font-size: 22px; }
    .block.expert_profile .holder .back-btn {
      margin-left: 15%; } }
  @media only screen and (max-width: 600px) {
    .block.expert_profile .row {
      flex-direction: column;
      margin: 0;
      width: 90%; }
      .block.expert_profile .row .column {
        width: 100%; }
      .block.expert_profile .row label {
        margin-bottom: 10px; }
    .block.expert_profile .holder {
      flex-direction: column;
      padding-bottom: 15px;
      align-items: flex-start; }
      .block.expert_profile .holder .large-element {
        flex: 1;
        margin: auto; }
      .block.expert_profile .holder .back-btn {
        margin: 0 0 10px 0; } }

.block.guarantees .cards {
  display: flex; }
  .block.guarantees .cards .card, .block.guarantees .cards .block.contacts .cities-card, .block.contacts .block.guarantees .cards .cities-card, .block.guarantees .cards .block.team .container .link-element, .block.team .container .block.guarantees .cards .link-element {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 0;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.16);
    margin: 16px;
    flex-grow: 1;
    flex-basis: 0;
    padding: 32px 32px 24px;
    text-align: center; }
    .block.guarantees .cards .card img, .block.guarantees .cards .block.contacts .cities-card img, .block.contacts .block.guarantees .cards .cities-card img, .block.guarantees .cards .block.team .container .link-element img, .block.team .container .block.guarantees .cards .link-element img {
      display: block;
      margin: 0 auto 16px; }
  @media (max-width: 960px) {
    .block.guarantees .cards {
      flex-direction: column; }
      .block.guarantees .cards .card, .block.guarantees .cards .block.contacts .cities-card, .block.contacts .block.guarantees .cards .cities-card, .block.guarantees .cards .block.team .container .link-element, .block.team .container .block.guarantees .cards .link-element {
        background: #29245c;
        box-shadow: none;
        align-items: flex-start;
        display: flex;
        padding: 0;
        text-align: left; }
        .block.guarantees .cards .card img, .block.guarantees .cards .block.contacts .cities-card img, .block.contacts .block.guarantees .cards .cities-card img, .block.guarantees .cards .block.team .container .link-element img, .block.team .container .block.guarantees .cards .link-element img {
          margin: 0 16px 0 0;
          width: 32px; } }

@media only screen and (max-width: 33.75em) {
  .block.guarantees .cards {
    flex-direction: column; } }
.block.industry-sectors .sector {
  display: grid;
  grid-template-areas: "name subcategories";
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  margin: 0 auto 48px;
  max-width: 1200px; }
  @media (max-width: 960px) {
    .block.industry-sectors .sector {
      grid-template-areas: "name" "subcategories";
      grid-template-columns: 1fr;
      font-size: 15px;
      margin-bottom: 32px;
      gap: 16px; } }
  .block.industry-sectors .sector .name {
    align-items: center;
    font-size: 1.6em;
    font-weight: bold;
    display: flex;
    grid-area: name; }
    .block.industry-sectors .sector .name span {
      flex-grow: 1; }
    .block.industry-sectors .sector .name .expand {
      font-size: 0.8em;
      font-weight: normal;
      display: none;
      text-decoration: none;
      border-bottom: 1px dotted #00aa88; }
    @media (max-width: 960px) {
      .block.industry-sectors .sector .name {
        font-size: 1.3em; } }
  .block.industry-sectors .sector .subcategories {
    display: grid;
    grid-area: subcategories;
    grid-template-columns: 1fr 1fr;
    gap: 24px; }
    .block.industry-sectors .sector .subcategories .subcategory .header {
      font-weight: bold; }
    .block.industry-sectors .sector .subcategories .subcategory .description {
      color: rgba(39, 41, 42, 0.5); }
    @media (max-width: 960px) {
      .block.industry-sectors .sector .subcategories {
        gap: 16px; } }
@media (max-width: 768px) {
  .block.industry-sectors .sector {
    border-bottom: 1px solid #eee;
    gap: 0;
    margin: 0;
    padding: 10px 0 12px; }
    .block.industry-sectors .sector:last-child {
      border: none; }
    .block.industry-sectors .sector .name .expand {
      display: block; }
    .block.industry-sectors .sector .subcategories {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.2s ease-in-out; }
    .block.industry-sectors .sector.expanded .subcategories {
      padding-top: 16px;
      opacity: 1; } }

.block.hero .container {
  display: grid;
  grid-template-areas: "information video" "form video";
  grid-template-columns: 60% 1fr; }
  .block.hero .container .information {
    grid-area: information; }
  .block.hero .container .video {
    grid-area: video;
    padding-left: 64px; }
  .block.hero .container .application-form {
    grid-area: form; }
  @media (max-width: 960px) {
    .block.hero .container {
      grid-template-areas: "information" "video" "form";
      grid-template-columns: 1fr;
      text-align: center; }
      .block.hero .container .video {
        margin: 48px 0 0;
        padding-left: 0; }
        .block.hero .container .video img {
          width: 100%; }
      .block.hero .container .application-form {
        max-width: 500px;
        margin: 0 auto; } }
.block.hero .col-5 {
  position: relative; }
  .block.hero .col-5 .bg {
    position: absolute;
    max-height: 400px;
    width: auto;
    left: 40px;
    top: 20px;
    cursor: pointer; }
.block.hero h1 {
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 32px;
  margin-bottom: 0.5em;
  text-shadow: 0 0 4px #fff; }
.block.hero p {
  text-shadow: 0 0 4px #fff; }
.block.hero .application-form {
  margin-top: 40px;
  margin-bottom: 64px; }
  .block.hero .application-form .confirmation {
    color: #9B9B9B; }
  .block.hero .application-form.submitted {
    margin-top: 28px; }
.block.hero h5 {
  font-weight: normal;
  margin-bottom: 16px; }
.block.hero .app-teaser {
  margin-top: 32px; }
.block.hero .clarification {
  font-size: 16px;
  opacity: 0.5;
  text-align: center; }

.intro-video.modal .modal__container {
  padding: 0; }
.intro-video.modal video {
  display: block;
  width: 100%; }

@media only screen and (max-width: 33.75em) {
  .block.hero h1 {
    font-size: 32px;
    margin: 0 0 16px; }
  .block.hero .col-5 .bg {
    margin: 32px 0 16px;
    position: static;
    height: auto;
    width: 100%; }
  .block.hero .application-form {
    margin: 0 0 0; } }
.block.instruction .images {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr)); }
  .block.instruction .images .image {
    padding: 10px; }
    .block.instruction .images .image img {
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
      width: 100%;
      height: 100%; }
.block.instruction a {
  position: relative;
  top: 0;
  transition: top ease 0.5s; }
.block.instruction a:hover {
  top: -5px; }
  .block.instruction a:hover img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16); }

@media only screen and (max-width: 33.75em) {
  .block.instruction .images {
    grid-template-columns: auto; }
    .block.instruction .images .image {
      max-width: auto; } }
.block.live {
  background: #F9F9F9; }
  .block.live header {
    color: #27292A;
    font-size: 30px; }
  .block.live .broadcast {
    border-radius: 4px;
    overflow: hidden; }
  .block.live .broadcast .video {
    background: #000; }
  .block.live .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0; }
    .block.live .container .show-broadcast {
      text-align: center;
      cursor: pointer;
      color: #F4F5F6;
      background: #29245C;
      padding: 10px;
      width: 150px;
      margin-bottom: 10px; }
    .block.live .container .close-broadcast {
      font-size: 14px;
      text-align: center;
      cursor: pointer;
      color: #F4F5F6;
      background: #29245C;
      padding: 10px;
      width: 150px;
      margin-top: 15px; }
    .block.live .container .alert {
      display: flex;
      text-align: center;
      word-break: break-word; }
    .block.live .container .broadcast-switcher {
      margin-top: 16px;
      text-align: center; }
      .block.live .container .broadcast-switcher a {
        color: #9B9B9B;
        cursor: pointer;
        font-size: 14px;
        margin: 8px;
        padding-bottom: 2px; }
        .block.live .container .broadcast-switcher a.active {
          border-bottom: 2px solid #27292A;
          color: #27292A; }
  .block.live .alert {
    justify-content: center;
    text-align: center; }

@media only screen and (max-width: 33.75em) {
  .block.live .alert {
    text-align: center;
    word-break: break-word; }
    .block.live .alert img {
      display: none; }
  .block.live iframe {
    max-width: 100%; } }
.block.map-statistics {
  background: #eee; }
  .block.map-statistics header {
    color: #27292A;
    margin-bottom: 16px;
    padding: 0 16px; }
  .block.map-statistics .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px; }
    .block.map-statistics .container .map-image {
      margin: 48px 0;
      max-width: 830px;
      width: 100%;
      object-fit: contain; }
    .block.map-statistics .container .stats {
      color: #27292A;
      display: grid;
      gap: 24px;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      width: 100%; }
      .block.map-statistics .container .stats-item {
        text-align: center; }
        .block.map-statistics .container .stats-item .value {
          font-size: 32px;
          font-weight: 900; }
          .block.map-statistics .container .stats-item .value.red {
            color: #EC3F68; }
          .block.map-statistics .container .stats-item .value.green {
            color: #00aa88; }
          .block.map-statistics .container .stats-item .value.purple {
            color: #29245C; }
          .block.map-statistics .container .stats-item .value.yellow {
            color: #FDBB11; }
      @media (max-width: 960px) {
        .block.map-statistics .container .stats {
          grid-template-columns: 1fr 1fr; }
          .block.map-statistics .container .stats .description {
            max-width: 100%; } }
  .block.map-statistics .map-info {
    text-align: center; }

@media only screen and (max-width: 33.75em) {
  .block.live .alert {
    text-align: center;
    word-break: break-word; }
    .block.live .alert img {
      display: none; }
  .block.live iframe {
    max-width: 100%; }
  .block.live .description {
    font-family: "Rawline";
    font-size: 20px; } }
.block.mobile-apps {
  background-color: #F9F9F9; }
  .block.mobile-apps .slick-track {
    display: flex;
    justify-content: center; }
  .block.mobile-apps .slider-for .slider-item {
    position: relative; }
    .block.mobile-apps .slider-for .slider-item img {
      margin: 0 auto;
      width: 55%; }
    .block.mobile-apps .slider-for .slider-item .caption {
      font-weight: bold;
      margin-bottom: 16px; }
  .block.mobile-apps .app-teaser {
    text-align: center; }
  .block.mobile-apps a {
    color: #9B9B9B;
    cursor: pointer;
    font-size: 14px;
    margin: 8px;
    padding-bottom: 2px; }
    .block.mobile-apps a.active {
      border-bottom: 2px solid #27292A;
      color: #27292A; }

@media (max-width: 960px) {
  .slider .slick-list {
    width: 90%;
    margin: 0 auto; } }
@media only screen and (max-width: 33.75em) {
  .block.mobile-apps ul {
    padding: 0; }
    .block.mobile-apps ul li {
      font-size: 17px; }
      .block.mobile-apps ul li .text {
        margin: 0; }
      .block.mobile-apps ul li img {
        height: 32px;
        width: 32px; }
      .block.mobile-apps ul li h4 {
        font-size: 17px; }
  .block.mobile-apps .switcher {
    margin-bottom: 32px; }
    .block.mobile-apps .switcher .slide-arrow {
      width: 35px;
      height: 35px; }
  .block.mobile-apps .app-teaser {
    margin: 0; } }
.download-apps {
  max-width: 136px;
  max-height: auto; }

#no-underline {
  text-decoration: none; }

.slick-track {
  display: flex; }

.slider-for {
  text-align: center;
  position: relative; }
  .slider-for .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 0;
    width: 50px;
    height: 50px; }

.slick-prev {
  left: 0;
  border: none;
  background: url("../images/blocks/mobile-apps/icons8-back_to-5fbff2e00190c8ccad1bd63e2a91f9488b95dcc675535ca74ca66906e64899b2.svg") 0 0/100% no-repeat; }

.slick-next {
  right: 0;
  background: url("../images/blocks/mobile-apps/icons8-next_page-a1d0f029dc2342e5b04231aa2769153e005bde38eb3bbdedc669a3c00ca4bbf8.svg") 0 0/100% no-repeat;
  border: none; }

.none {
  display: none; }

.visible {
  display: block;
  text-align: center;
  margin-top: 32px; }

.slider-item-nav {
  text-align: center;
  margin-top: 10px; }

.slider-item {
  margin-top: 15px;
  text-align: center; }

.block.mobile-apps .text {
  justify-content: center;
  margin-top: 1px; }

.app-teaser img {
  width: 30%;
  max-width: 136px; }

.slider-nav {
  margin-top: 20px; }

.app-teaser {
  margin-bottom: 20px; }

.block.partners a {
  display: block;
  text-align: center; }
  .block.partners a img {
    object-fit: contain;
    height: 100px;
    width: 150px; }
.block.partners .a1 {
  padding-left: 30px; }
.block.partners .partner-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-around; }

ul.slick-dots {
  flex-wrap: wrap; }

.block.reviews .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 32px; }
  .block.reviews .item .avatar {
    border-radius: 18px;
    height: 72px; }
  .block.reviews .item .sender {
    font-weight: bold;
    margin: 16px 0 8px; }
  .block.reviews .item .text {
    font-size: 0.9em;
    text-align: center; }
  .block.reviews .item .link {
    font-size: 0.9em;
    text-decoration: none; }
.block.reviews .slick-dots {
  margin: 8px 0 0; }
  .block.reviews .slick-dots button {
    width: 4px;
    height: 4px; }
@media (max-width: 768px) {
  .block.reviews header {
    margin-bottom: 32px; } }

.block.services {
  overflow-x: hidden; }
  .block.services h2 {
    font-weight: 100;
    font-size: 48px;
    margin-top: 8px; }
  .block.services ul li {
    font-size: 20px;
    list-style: none;
    position: relative; }
    .block.services ul li:before {
      content: "•";
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #E8C581;
      /* Change the color */
      font-size: 32px;
      font-weight: bold;
      /* If you want it to be bold */
      display: block;
      width: 1em;
      /* Also needed for space (tweak if needed) */
      margin-left: -0.7em;
      /* Also needed for space (tweak if needed) */
      position: absolute;
      top: -1px; }
  .block.services .row {
    padding-top: 48px;
    padding-bottom: 48px; }
  .block.services .row:nth-child(2n) {
    position: relative; }
    .block.services .row:nth-child(2n):before {
      background: #F7F7F7;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1000px;
      right: -1000px;
      z-index: -1; }

@media only screen and (max-width: 33.75em) {
  .block.services header {
    margin-bottom: 16px; }
  .block.services h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 16px 0 0; }
  .block.services ul {
    padding: 0 16px; }
  .block.services .row {
    padding: 8px 0; } }
.block.special-offers .box {
  background: #F7F7F7;
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "title features" "condition features";
  grid-template-columns: 40% 1fr;
  grid-template-rows: auto 1fr;
  gap: 16px 64px;
  margin-bottom: 32px;
  padding: 32px; }
  .block.special-offers .box .title {
    font-size: 1.2em;
    font-weight: 700;
    grid-area: title; }
  .block.special-offers .box .condition {
    grid-area: condition; }
  .block.special-offers .box .features {
    grid-area: features; }
    .block.special-offers .box .features ul {
      margin: 0;
      padding-left: 32px; }
      .block.special-offers .box .features ul p {
        margin-left: -32px; }
      .block.special-offers .box .features ul li {
        list-style: none;
        position: relative; }
        .block.special-offers .box .features ul li:before {
          content: "•";
          /* Add content: \2022 is the CSS Code/unicode for a bullet */
          color: #E8C581;
          /* Change the color */
          font-size: 32px;
          font-weight: bold;
          /* If you want it to be bold */
          display: block;
          width: 1em;
          /* Also needed for space (tweak if needed) */
          margin-left: -32px;
          /* Also needed for space (tweak if needed) */
          position: absolute;
          top: 0px; }
  .block.special-offers .box.red .title {
    color: #EC3F68; }
  .block.special-offers .box.yellow .title {
    color: #FDBB11; }
  .block.special-offers .box.green .title {
    color: #00aa88; }
  @media (max-width: 768px) {
    .block.special-offers .box {
      grid-template-columns: 1fr;
      grid-template-areas: "title" "condition" "features"; } }

@media only screen and (max-width: 33.75em) {
  .block.special-offers .collection {
    flex-direction: column; }
    .block.special-offers .collection .box {
      padding: 24px;
      margin-bottom: 16px;
      width: auto; }
      .block.special-offers .collection .box h3 {
        font-size: 24px; } }
.block.support {
  background: url("/images/blocks/support/bg.png") no-repeat top 144px left 100%;
  background-size: auto 300px;
  padding-bottom: 120px; }

@media only screen and (max-width: 33.75em) {
  .block.support {
    background: url("/images/blocks/support/bg.png") no-repeat top 198px left 16px;
    background-size: contain; }
    .block.support h4 {
      font-size: 20px;
      margin: 32px 0 16px; }
    .block.support p {
      margin-left: 80px; } }
.block.tariffs .container {
  display: flex;
  flex-direction: column; }
  .block.tariffs .container header {
    margin-bottom: 32px; }
.block.tariffs .switcher {
  display: flex;
  gap: 12px;
  background: #ebebeb;
  padding: 6px;
  border-radius: 12px;
  margin: auto;
  margin-bottom: 32px; }
  .block.tariffs .switcher .item {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #29245C;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Rawline';
    font-weight: 600;
    font-size: 16px;
    width: 154px; }
    .block.tariffs .switcher .item:hover {
      background-color: #d6d9dd; }
    .block.tariffs .switcher .item.active {
      background-color: #29245C;
      color: white; }
.block.tariffs .tab {
  display: none; }
  .block.tariffs .tab.active {
    display: block; }
.block.tariffs .slider-tariff {
  display: flex;
  justify-content: space-between; }
.block.tariffs .slick-pagination-bullet-active {
  background-color: #29235C; }
.block.tariffs .slick-pagination {
  display: none; }
.block.tariffs .slick-list {
  overflow: visible; }
.block.tariffs .slick-track {
  padding: 16px 0;
  overflow: visible; }
.block.tariffs .slick-container .slick-slide {
  display: flex;
  height: auto;
  margin: 0 8px;
  overflow: visible; }
.block.tariffs .slick-container .box {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.16);
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column; }
  .block.tariffs .slick-container .box h3 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 24px 0;
    padding: 0 24px;
    text-align: center; }
  .block.tariffs .slick-container .box .price {
    background: #F3F3F3;
    font-size: 24px;
    padding: 16px 0;
    text-align: center;
    height: 60px; }
    .block.tariffs .slick-container .box .price strong {
      font-weight: normal; }
    .block.tariffs .slick-container .box .price .currency {
      font-size: 0.6em; }
  .block.tariffs .slick-container .box ul {
    flex-grow: 2;
    margin: 0;
    padding: 20px 24px; }
    .block.tariffs .slick-container .box ul li {
      margin: 0 0 8px; }
      .block.tariffs .slick-container .box ul li .small {
        color: #bbb;
        font-size: 0.7em;
        font-weight: bold;
        line-height: 1.9em;
        text-transform: uppercase; }
        .block.tariffs .slick-container .box ul li .small.red {
          color: #cf2943; }
  .block.tariffs .slick-container .box.yellow h3 {
    color: #FDBB11; }
  .block.tariffs .slick-container .box.purple h3 {
    color: #29245C; }
  .block.tariffs .slick-container .box.red h3 {
    color: #EC3F68; }
  .block.tariffs .slick-container .box.green h3 {
    color: #00aa88; }
  .block.tariffs .slick-container .box .annotation {
    padding: 0 24px 24px;
    color: #27292A;
    opacity: 0.6;
    font-size: 0.8em;
    margin: 0; }
  @media (max-width: 1200px) {
    .block.tariffs .slick-container .box {
      font-size: 15px; }
      .block.tariffs .slick-container .box ul {
        padding: 16px 16px; }
      .block.tariffs .slick-container .box .annotation {
        padding: 0 16px 24px; } }
  @media (max-width: 960px) {
    .block.tariffs .slick-container .box {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .block.tariffs .slick-container .box {
      font-size: 16px; } }

@media only screen and (max-width: 33.75em) {
  .block.tariffs {
    display: block; }
    .block.tariffs .slick-pagination {
      display: block;
      margin: 10px 0 10px 0; }
    .block.tariffs header {
      margin-bottom: 16px; }
    .block.tariffs .slick-container {
      padding: 24px; }
      .block.tariffs .slick-container .box ul {
        padding: 24px 32px; }
    .block.tariffs .container {
      width: 100%; }
    .block.tariffs .slick-container .box .annotation {
      padding: 0 32px 32px; } }
.slick-wrapper {
  align-items: stretch; }

.slick-dots {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.slick-dots li {
  list-style: none;
  margin-left: 5px; }

.slick-dots button {
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #dbd8d8;
  border-radius: 50%;
  border: 1px solid #dbd8d8; }

li.slick-active button {
  background-color: black;
  border: 1px solid black; }

.block.tariffs .slick-track {
  display: flex;
  height: auto; }

.block.team header {
  font-size: 32px; }
  .block.team header:before {
    display: none; }
  @media (max-width: 768px) {
    .block.team header {
      font-size: 24px;
      font-weight: bold; } }
.block.team .container {
  justify-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  display: flex; }
  .block.team .container .link-element {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 64px);
    padding: 32px 16px;
    margin: 16px;
    text-decoration: none;
    text-align: center; }
    @media (max-width: 1200px) {
      .block.team .container .link-element {
        width: calc(50% - 64px); } }
    @media (max-width: 640px) {
      .block.team .container .link-element {
        width: auto;
        margin: 0 0 16px; } }
    .block.team .container .link-element a:link {
      color: #0f0f10; }
    .block.team .container .link-element .name {
      color: #0f0f10;
      font-weight: 700;
      margin-top: 16px;
      font-size: 20px; }
    .block.team .container .link-element .description {
      color: #0f0f10; }
    .block.team .container .link-element .avatar {
      object-fit: cover;
      border-radius: 80px;
      width: 160px;
      height: 160px; }
    .block.team .container .link-element:hover {
      box-shadow: 0 0 24px rgba(0, 0, 0, 0.1), 0 0 2px #00aa88;
      -webkit-transition: all .4s ease; }
  @media (max-width: 640px) {
    .block.team .container {
      flex-direction: column;
      align-items: stretch; } }

.block.article .container {
  width: 50%; }
.block.article .breadcrumbs {
  width: 50%; }
.block.article .switcher {
  outline: none; }
.block.article .slick-slide {
  outline: none; }
.block.article .text {
  display: flex;
  flex-direction: column;
  align-content: center; }
  .block.article .text .header {
    margin: 20px 0;
    font-weight: bold;
    font-size: 25px; }
  .block.article .text .image {
    margin: 40px 0 40px 0px; }
    .block.article .text .image img {
      width: 100%; }
  .block.article .text ul li {
    font-size: 20px;
    list-style: none;
    position: relative; }
    .block.article .text ul li:before {
      content: "•";
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #E8C581;
      /* Change the color */
      font-size: 32px;
      font-weight: bold;
      /* If you want it to be bold */
      display: block;
      width: 1em;
      /* Also needed for space (tweak if needed) */
      margin-left: -0.7em;
      /* Also needed for space (tweak if needed) */
      position: absolute;
      top: -1px; }
.block.article .switcher {
  margin-top: 16px;
  text-align: center;
  margin-bottom: 20px; }
  .block.article .switcher a {
    color: #9B9B9B;
    cursor: pointer;
    font-size: 20px;
    margin: 8px;
    padding-bottom: 2px; }
    .block.article .switcher a.active {
      border-bottom: 2px solid #27292A;
      color: #27292A; }

@media only screen and (max-width: 33.75em) {
  .block.article .breadcrumbs {
    width: 90%; }
  .block.article .container {
    width: 90%; }
    .block.article .container .text {
      display: flex;
      flex-direction: column;
      align-content: center; }
      .block.article .container .text .image img {
        width: 100%; } }
.app-teaser a {
  margin-right: 16px; }
.app-teaser img {
  display: inline-block;
  vertical-align: middle; }
@media only screen and (max-width: 23px) {
  .app-teaser .app-teaser {
    text-align: center; }
    .app-teaser .app-teaser img {
      width: 40%; } }

:root {
  --color-primary-text: #27292A; }

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

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

.application-form {
  background: none; }
  .application-form .error-message {
    border-left: 3px solid #EC3F68;
    color: #EC3F68;
    display: none;
    font-size: 16px;
    margin: -24px 0 16px;
    padding: 0 8px; }
  .application-form form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 56px;
    gap: 16px; }
    .application-form form .phone {
      border: 1px solid #CCCCCC;
      border-radius: 4px;
      background: #FFFFFF;
      position: relative; }
      .application-form form .phone input[type=tel] {
        background: none;
        border: none;
        box-sizing: border-box;
        display: none;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        padding: 15px;
        width: 100%; }
        .application-form form .phone input[type=tel]:focus {
          outline: none; }
        .application-form form .phone input[type=tel]::placeholder {
          color: #929292;
          font-family: "Rawline", sans-serif; }
      .application-form form .phone .placeholder {
        color: #929292;
        font-size: 16px;
        font-weight: normal;
        padding: 15px;
        white-space: nowrap; }
      .application-form form .phone.focused input[type=tel] {
        display: block; }
      .application-form form .phone.focused .placeholder {
        display: none; }
    .application-form form .promo_code {
      border: 1px solid #CCCCCC;
      border-radius: 4px;
      background: #FFFFFF;
      position: relative; }
      .application-form form .promo_code input[type=text] {
        background: none;
        border: none;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: normal;
        font-family: "Rawline", sans-serif;
        line-height: 24px;
        padding: 15px;
        width: 100%; }
        .application-form form .promo_code input[type=text]:focus {
          outline: none; }
        .application-form form .promo_code input[type=text]::placeholder {
          color: #929292;
          font-family: "Rawline", sans-serif; }
      .application-form form .promo_code .placeholder {
        display: none; }
    .application-form form input[type=submit] {
      -webkit-appearance: none;
      border: none;
      border-radius: 4px;
      box-shadow: 0 16px 24px rgba(200, 66, 103, 0.56);
      cursor: pointer;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      background: #C84267;
      height: 56px;
      transition: all 0.1s linear; }
      .application-form form input[type=submit]:hover {
        background: #cd5274;
        box-shadow: 0 20px 24px rgba(200, 66, 103, 0.58); }
      .application-form form input[type=submit]:disabled {
        background: #a73051;
        box-shadow: 0 4px 12px rgba(200, 66, 103, 0.2);
        content: "asdasd"; }
  .application-form .confirmation {
    color: #02A3DF;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    padding: 16px 0 0; }
  .application-form .success {
    background: rgba(0, 0, 0, 0.05);
    display: none;
    padding: 24px 32px; }
    .application-form .success h3 {
      margin: 0 0 4px; }
  .application-form.submitted form {
    display: none; }
  .application-form.submitted .confirmation {
    display: none; }
  .application-form.submitted .success {
    display: block; }
  @media (max-width: 960px) {
    .application-form form {
      grid-template-columns: 1fr;
      height: auto; } }

@media only screen and (max-width: 540px) {
  .application-form form {
    display: block;
    height: auto; }
    .application-form form .phone .placeholder {
      font-size: 16px; }
    .application-form form .promo_code {
      margin: 8px 0 0; }
    .application-form form input {
      text-align: center; }
    .application-form form input[type=submit] {
      margin: 8px 0 0;
      font-size: 16px;
      width: 100%; }
    .application-form form .confirmation {
      color: #aaa;
      font-size: 12px;
      padding: 8px 0 0; } }
.clockster-call-me {
  padding: 32px;
  background: #1F2932;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .clockster-call-me h1 {
    color: white;
    font-weight: bold; }
  .clockster-call-me .link {
    display: flex;
    align-items: center;
    background: #58C0AC;
    color: white;
    text-decoration: none;
    padding: 8px 32px;
    border-radius: 23px; }
    .clockster-call-me .link img {
      margin-right: 8px; }

@media only screen and (max-width: 540px) {
  .clockster-call-me {
    flex-direction: column; } }
.clokster-clients h1 {
  padding: 32px 32px 0 32px;
  font-weight: bolder; }
.clokster-clients .clients-logo {
  padding: 0 32px 32px 32px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 16px; }
  .clokster-clients .clients-logo .image {
    place-self: center; }
    .clokster-clients .clients-logo .image img {
      width: 80px;
      height: 80px;
      object-fit: contain; }

@media only screen and (max-width: 540px) {
  .clokster-clients .clients-logo {
    grid-template-columns: 1fr 1fr; }
    .clokster-clients .clients-logo .image {
      place-self: center; } }
.clockster-header {
  background: url("/images/clockster/background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh; }
  .clockster-header .header-text {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.69);
    color: white;
    text-align: center;
    word-break: break-word; }
    .clockster-header .header-text .logos span {
      margin: 0 16px;
      font-size: 2em; }
    .clockster-header .header-text h2 {
      align-self: center;
      width: 50%;
      padding: 30px;
      margin: 0;
      font-weight: normal; }
    .clockster-header .header-text .buttons {
      display: flex;
      justify-content: center; }
      .clockster-header .header-text .buttons .button {
        padding: 4px 32px;
        font-size: 1.5em;
        background: #58C0AC;
        color: white;
        border-radius: 23px;
        margin-right: 16px;
        text-decoration: none; }
        .clockster-header .header-text .buttons .button.x {
          background: #6B51FF; }
        .clockster-header .header-text .buttons .button:hover {
          box-shadow: 1px 11px 13px -1px rgba(0, 0, 0, 0.4); }
    .clockster-header .header-text .whatsapp {
      display: flex;
      flex-direction: column; }
      .clockster-header .header-text .whatsapp h4 {
        padding: 30px;
        margin: 0;
        font-weight: normal; }
      .clockster-header .header-text .whatsapp .link {
        align-self: center;
        text-decoration: none;
        display: flex;
        font-weight: bolder;
        cursor: pointer;
        justify-content: center;
        padding-bottom: 8px;
        color: white;
        border-bottom: 2px dashed white; }
        .clockster-header .header-text .whatsapp .link img {
          margin-right: 16px; }

@media only screen and (max-width: 540px) {
  .clockster-header .header-text h2 {
    width: auto; }
  .clockster-header .header-text .buttons {
    flex-direction: column;
    align-self: center; }
    .clockster-header .header-text .buttons .button {
      margin: 16px 0; } }
.clokster-services h1 {
  padding: 32px;
  font-weight: bolder; }
.clokster-services .services {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .clokster-services .services .clockster {
    color: white; }
    .clokster-services .services .clockster .text-bold {
      padding: 0 32px 32px 32px;
      font-weight: bold; }
    .clokster-services .services .clockster .service-header {
      height: 172px;
      background: #374AB2; }
      .clokster-services .services .clockster .service-header img {
        padding: 32px;
        width: 145px; }
    .clokster-services .services .clockster .items {
      background: #3050FF;
      padding: 32px; }
      .clokster-services .services .clockster .items.x {
        background: #2C3843; }
      .clokster-services .services .clockster .items .item {
        border-bottom: 1px solid white; }
        .clokster-services .services .clockster .items .item .header {
          padding-top: 16px;
          font-size: 1.2em; }
        .clokster-services .services .clockster .items .item .text {
          padding: 16px 0;
          font-size: 0.8em; }
        .clokster-services .services .clockster .items .item:first-child .header {
          padding-top: 0; }
        .clokster-services .services .clockster .items .item:last-child {
          border-bottom: none; }
    .clokster-services .services .clockster.x .service-header {
      background: #1E3142; }

@media only screen and (max-width: 540px) {
  .clokster-services .services {
    grid-template-columns: 1fr; } }
#contacts-modal {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.component.contacts {
  grid-area: contacts;
  background: #F7F7F7;
  padding: 32px; }
  .component.contacts h2 {
    margin: 0 0 16px; }
  .component.contacts a {
    color: #27292A;
    text-decoration: none; }
    .component.contacts a:hover {
      text-decoration: underline; }
  .component.contacts label {
    color: #9B9B9B;
    display: block;
    font-size: 0.8em;
    margin-top: 16px;
    text-transform: uppercase; }
  .component.contacts .map-image {
    cursor: pointer;
    display: block;
    margin-top: 16px;
    object-fit: cover;
    width: 100%; }
  .component.contacts .switcher {
    text-align: left; }
    .component.contacts .switcher a {
      outline: none;
      text-decoration: none;
      color: #9B9B9B;
      cursor: pointer;
      font-size: 18px;
      margin: 0 8px 0 0;
      padding-bottom: 2px; }
      .component.contacts .switcher a block.about .container {
        display: grid;
        grid-template-columns: 1fr 320px;
        grid-template-areas: "heading contacts" "points contacts";
        align-items: start;
        gap: 16px; }
        @media (max-width: 960px) {
          .component.contacts .switcher a block.about .container {
            display: block; } }
      .component.contacts .switcher a block.about h1 {
        font-size: 48px; }
      .component.contacts .switcher a block.about .main-text {
        grid-area: heading;
        padding-right: 64px; }
        @media (max-width: 768px) {
          .component.contacts .switcher a block.about .main-text {
            padding: 0;
            text-align: center; } }
      .component.contacts .switcher a block.about .points {
        grid-area: points; }
        .component.contacts .switcher a block.about .points .row {
          display: grid;
          grid-template-areas: "image text";
          grid-template-columns: 1fr 3fr;
          gap: 24px;
          margin: 32px 0;
          align-items: center; }
          @media (max-width: 768px) {
            .component.contacts .switcher a block.about .points .row {
              text-align: center; } }
          @media (max-width: 640px) {
            .component.contacts .switcher a block.about .points .row {
              display: block; } }
          .component.contacts .switcher a block.about .points .row .text {
            grid-area: text; }
            .component.contacts .switcher a block.about .points .row .text h2 {
              font-weight: 100;
              margin: 0 0 16px; }
            .component.contacts .switcher a block.about .points .row .text p {
              margin-right: 48px; }
              @media (max-width: 768px) {
                .component.contacts .switcher a block.about .points .row .text p {
                  margin: 0; } }
          .component.contacts .switcher a block.about .points .row img {
            grid-area: image;
            display: block;
            margin: 0;
            width: 160px;
            height: 160px;
            max-width: 100%; }
            @media (max-width: 768px) {
              .component.contacts .switcher a block.about .points .row img {
                margin: auto;
                width: 120px;
                height: 120px; } }
          .component.contacts .switcher a block.about .points .row:nth-child(2n) {
            grid-template-areas: "text image";
            grid-template-columns: 3fr 1fr; }
      .component.contacts .switcher a.active {
        border-bottom: 2px solid #27292A;
        color: #27292A; }

.map-display.modal .modal__container {
  position: relative;
  width: 90%;
  max-width: 800px; }
  @media (max-width: 960px) {
    .map-display.modal .modal__container {
      max-width: calc(100vw - 32px); } }
.map-display.modal #map-display-modal-map {
  height: 600px;
  max-height: 70vh;
  width: 100%; }

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
  z-index: 200; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.modal__container {
  background-color: #fff;
  padding: 32px;
  max-width: 720px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 1000; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  background: #fff;
  border-radius: 24px;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-top: 16px;
  width: 32px;
  height: 32px;
  -webkit-appearance: none;
  appearance: none; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }
@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }
.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.article-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }
  @media (max-width: 768px) {
    .article-cards {
      grid-template-columns: 1fr;
      padding-top: 16px; } }
  .article-cards .card, .article-cards .block.contacts .cities-card, .block.contacts .article-cards .cities-card, .article-cards .block.team .container .link-element, .block.team .container .article-cards .link-element {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    box-shadow: none;
    display: grid;
    grid-template-areas: "avatar title" "avatar date";
    grid-template-columns: 72px 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 4px 16px;
    margin: 0;
    padding-bottom: 24px;
    position: relative;
    text-align: left;
    word-wrap: break-word; }
    .article-cards .card .avatar, .article-cards .block.contacts .cities-card .avatar, .block.contacts .article-cards .cities-card .avatar, .article-cards .block.team .container .link-element .avatar, .block.team .container .article-cards .link-element .avatar {
      border-radius: 4px;
      grid-area: avatar;
      width: 100%; }
    .article-cards .card .title, .article-cards .block.contacts .cities-card .title, .block.contacts .article-cards .cities-card .title, .article-cards .block.team .container .link-element .title, .block.team .container .article-cards .link-element .title {
      grid-area: title;
      font-size: 20px; }
    .article-cards .card .date, .article-cards .block.contacts .cities-card .date, .block.contacts .article-cards .cities-card .date, .article-cards .block.team .container .link-element .date, .block.team .container .article-cards .link-element .date {
      grid-area: date;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.3); }
    .article-cards .card .link, .article-cards .block.contacts .cities-card .link, .block.contacts .article-cards .cities-card .link, .article-cards .block.team .container .link-element .link, .block.team .container .article-cards .link-element .link {
      grid-area: link;
      position: absolute;
      bottom: 16px;
      right: 16px;
      text-decoration: none; }
    @media (max-width: 640px) {
      .article-cards .card, .article-cards .block.contacts .cities-card, .block.contacts .article-cards .cities-card, .article-cards .block.team .container .link-element, .block.team .container .article-cards .link-element {
        grid-template-columns: 40px 1fr; }
        .article-cards .card .title, .article-cards .block.contacts .cities-card .title, .block.contacts .article-cards .cities-card .title, .article-cards .block.team .container .link-element .title, .block.team .container .article-cards .link-element .title {
          font-size: 16px; }
        .article-cards .card .link, .article-cards .block.contacts .cities-card .link, .block.contacts .article-cards .cities-card .link, .article-cards .block.team .container .link-element .link, .block.team .container .article-cards .link-element .link, .article-cards .card .date, .article-cards .block.contacts .cities-card .date, .block.contacts .article-cards .cities-card .date, .article-cards .block.team .container .link-element .date, .block.team .container .article-cards .link-element .date {
          font-size: 14px; } }

.nav {
  border-bottom: 1px solid #E5E5E5;
  height: 100px; }
  .nav .container {
    position: relative; }
  .nav .logo {
    position: absolute;
    top: 23px;
    left: 0; }
  .nav .menu {
    text-align: center; }
    .nav .menu a {
      align-items: center;
      color: #27292A;
      display: inline-block;
      font-size: 16px;
      line-height: 100px;
      margin: 0 16px;
      text-decoration: none;
      text-transform: uppercase; }
      .nav .menu a:hover {
        text-decoration: underline; }
  .nav .cabinet-login {
    background: url("/images/nav/login.png") no-repeat left center;
    background-size: 24px;
    color: #27292A;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-left: 32px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
    text-transform: uppercase; }
    .nav .cabinet-login:hover {
      text-decoration: underline; }
  .nav .dropdown-menu-toggle {
    display: none;
    background: url("/images/nav/burger.svg") no-repeat center;
    height: 56px;
    width: 56px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center; }
    .nav .dropdown-menu-toggle.active {
      background: url("/images/nav/cross.svg") no-repeat center; }

#primary-side-menu .dimmer {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10; }
#primary-side-menu .content {
  background: #fff;
  box-shadow: 2px 0px 48px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 80vw;
  transform: translate(-100%, 0);
  transition: all 0.3s ease-in-out;
  z-index: 11; }
  #primary-side-menu .content .close {
    cursor: pointer;
    height: 56px;
    width: 56px;
    position: absolute;
    top: 0;
    left: 0; }
  #primary-side-menu .content .links {
    margin-top: 120px; }
    #primary-side-menu .content .links a {
      color: #27292A;
      font-size: 20px;
      display: block;
      padding: 10px 24px 10px 56px;
      position: relative;
      text-decoration: none; }
      #primary-side-menu .content .links a:after {
        background: #27292A;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 40px;
        height: 2px; }
      #primary-side-menu .content .links a.current {
        color: #EC3F68;
        padding-left: 64px; }
        #primary-side-menu .content .links a.current:after {
          background: #EC3F68;
          width: 48px; }
#primary-side-menu.opened .content {
  transform: translate(0, 0); }

@media (max-width: 1200px) {
  .nav .menu a {
    margin: 0 8px; } }
@media (max-width: 960px) {
  .nav {
    background: #fff;
    height: 56px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100; }
    .nav .cabinet-login {
      display: none; }
    .nav .container {
      width: 100%; }
    .nav .logo {
      height: 32px;
      left: 50%;
      top: 28px;
      transform: translate(-50%, -50%); }
    .nav .menu {
      display: none; }
    .nav .dropdown-menu-toggle {
      display: block; } }
html {
  overflow-x: hidden; }

body {
  color: #27292A;
  display: flex;
  font-family: "Rawline", sans-serif;
  flex-direction: column;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; }
  @media (max-width: 960px) {
    body {
      padding-top: 56px; } }

h1 {
  font-weight: 100;
  font-size: 40px;
  font-style: normal;
  margin: 0 0 0.5em; }

h2 {
  font-size: 32px;
  margin: 0em 0 1em; }

h3 {
  font-size: 24px;
  margin: 0 0 1em; }

h4 {
  font-size: 20px;
  margin: 1em 0 0.5em; }

h5 {
  color: #929292;
  font-size: 16px;
  font-weight: normal;
  margin: 1em 0 0.5em; }

.headings {
  text-align: center;
  padding: 50px 352px 80px 352px;
  font-style: normal;
  font-weight: 200; }

.sub {
  font-size: 0.7em;
  margin-top: 3px; }

a {
  color: #00aa88; }

p {
  line-height: 1.5em;
  margin: 0 0 0.5em; }

ul li {
  line-height: 1.5em;
  margin-bottom: 1em; }
ul.plain {
  list-style: none;
  padding: 0; }
  ul.plain li {
    padding: 0; }

.popup {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s; }
  .popup .close-popup {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    z-index: 10; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.nowrap {
  white-space: nowrap; }

.annotation {
  margin: 8px 16px; }

.segment {
  padding: 50px 0;
  position: relative; }
  .segment .cell {
    box-sizing: border-box;
    padding: 16px 48px 0 0; }
    .segment .cell h4 {
      font-family: Raleway, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 23px;
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
      padding: 0 0 36px 174px;
      margin: 0; }
    .segment .cell p {
      color: #202020;
      font-size: 18px;
      line-height: 21px;
      font-weight: 200;
      margin: 0; }
    .segment .cell.green h4 {
      color: #00aa88; }
    .segment .cell.yellow h4 {
      color: #FDBB11; }
    .segment .cell.red h4 {
      color: #EC3F68; }
  .segment .iphone {
    margin: 0 auto;
    position: relative;
    width: 60%; }
    .segment .iphone .frame {
      width: 100%; }
    .segment .iphone .screen {
      position: absolute;
      top: 1.4%;
      left: 6%;
      width: 88%;
      z-index: -1; }
  .segment.inverted {
    background: #29245C;
    color: #fff; }
  .segment h4 {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #202020; }
  .segment p {
    color: #202020;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 21px;
    margin: 0; }
  .segment h1, .segment h2, .segment h3, .segment h4 {
    font-weight: 200; }
  .segment .app-download {
    color: #929292;
    font-weight: 200;
    font-family: Raleway, sans-serif; }
  .segment .icons {
    margin: 20px 0 20px 30px; }
  .segment .p-items p {
    margin: 0 0 40px 0; }
  .segment .cards {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    margin: 0 32px 0 0; }
    .segment .cards div {
      padding: 40px 16px 0 16px;
      background: rgba(255, 255, 255, 0.16);
      box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.16);
      width: 352px;
      height: 205px;
      margin: -40px 40px 0 0; }
    .segment .cards p {
      color: #FFFFFF;
      font-family: Raleway, sans-serif;
      font-style: normal;
      font-weight: 500;
      padding: 20px 0 0 0; }

.cta-button {
  background: #00aa88;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none; }

.back-button {
  color: #27292A;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  flex-direction: row;
  align-items: center;
  line-height: 21px;
  margin-top: 32px;
  text-decoration: none; }
  .back-button:hover {
    text-decoration: underline; }
  .back-button img {
    margin-right: 8px; }

.cta-link {
  color: #00aa88;
  font-size: 18px; }

.whatsapp-button {
  background: #00aa88;
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 24px;
  font-size: 32px;
  line-height: 32px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  z-index: 10;
  text-decoration: none; }

@media only screen and (max-width: 540px) {
  body {
    font-size: 16px; }

  h1 {
    font-size: 24px; }

  h2 {
    font-size: 21px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; }

  .segment {
    padding: 24px 0; }

  .popup {
    left: 0;
    right: 0;
    width: 100%; }
    .popup .close-popup {
      top: 40px; }
    .popup #video_player {
      width: 100%; } }
.devices {
  display: flex;
  flex-wrap: wrap; }

/*# sourceMappingURL=styles.css.map */
