@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@layer base, vendor, components, layouts;
:root {
  --desktop-viewport: 1200px;
  --tablet-viewport: 768px;
}

@layer base {
  
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, menu, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  main, menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
  }
  
  article, aside, details, figcaption, figure,
  footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    margin: 0;
  }
  
  *[hidden] {
    display: none;
  }
  body {
    line-height: 1;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  html {
    overflow-x: hidden;
    min-height: 100%;
    touch-action: manipulation;
  }
  body {
    height: 100%;
    width: 100%;
    font: 16px/1.5 Poppins, sans-serif;
    color: #212427;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
  }
  *, :after, :before {
    box-sizing: border-box;
  }
  input:focus, textarea:focus, select:focus {
    outline: 0;
  }
  button:focus {
    outline: 0;
  }
  ins {
    text-decoration: none;
  }
  del, s, strike {
    text-decoration: line-through;
  }
  a,
  a *,
  a:before,
  a:after {
    text-decoration: none;
  }
  picture {
    width: 100%;
    height: auto;
  }
  picture source {
    display: block;
  }
  b, strong {
    font-weight: bold;
  }
  ol, ul {
    list-style: none;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    image-rendering: auto;
  }
  a {
    text-decoration: none;
  }
  a:visited {
    text-decoration: underline;
  }
  ul, li {
    list-style: none;
    padding: 0;
  }
  img[data-src] {
    opacity: 0;
  }
  img[src] {
    opacity: 1;
  }
  button {
    cursor: pointer;
  }
  section {
    position: relative;
  }
  
  details summary {
    list-style: none;
  }
  
  details summary::-webkit-details-marker {
    display: none;
  }
  *:focus-visible {
    outline: 2px solid #F15A3B;
    border-radius: 2px;
  }
  body {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
  }
  .main {
    flex-grow: 1;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  .hidden {
    display: none;
  }
  @media screen and (min-width: 992px) {
    .show-md-up {
      display: block;
    }
  }
  .container {
    padding-inline: 20px;
    max-width: calc(1170px + 20px * 2);
    margin-left: auto;
    margin-right: auto;
  }
  .main {
    margin-top: 88px;
  }
  @media screen and (min-width: 768px) {
    .main {
      margin-top: 104px;
    }
  }
  .section {
    padding: 58px 0;
  }
  @media screen and (min-width: 1200px) {
    .section {
      padding: 80px 0;
    }
  }
  h2,
  .h2-title,
  h3,
  .h3-title,
  h4,
  .h4-title,
  h5,
  .h5-title,
  h6 {
    font-weight: 700;
  }
  h1 span,
  h1 em,
  h1 b,
  .h1-title span,
  .h1-title em,
  .h1-title b,
  h2 span,
  h2 em,
  h2 b,
  .h2-title span,
  .h2-title em,
  .h2-title b,
  h3 span,
  h3 em,
  h3 b,
  .h3-title span,
  .h3-title em,
  .h3-title b,
  h4 span,
  h4 em,
  h4 b,
  .h4-title span,
  .h4-title em,
  .h4-title b,
  h5 span,
  h5 em,
  h5 b,
  .h5-title span,
  .h5-title em,
  .h5-title b,
  h6 span,
  h6 em,
  h6 b {
    font-style: normal;
    color: #F15A3B;
  }
  h1,
  .h1-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.13;
  }
  @media screen and (min-width: 1200px) {
    h1,
    .h1-title {
      font-size: 78px;
      font-weight: 800;
    }
  }
  h2,
  .h2-title {
    font-size: 34px;
    line-height: 1.12;
  }
  @media screen and (min-width: 1200px) {
    h2,
    .h2-title {
      font-size: 52px;
    }
  }
  h3,
  .h3-title {
    font-size: 24px;
    line-height: 1.13;
  }
  @media screen and (min-width: 1200px) {
    h3,
    .h3-title {
      font-size: 28px;
    }
  }
  h4,
  .h4-title {
    font-size: 18px;
  }
  h5,
  .h5-title,
  h6,
  .h6-title {
    font-size: inherit;
  }
  .footnote {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #4c6376;
  }
  .btn-img {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  @media (hover: hover) {
    .btn-img:hover {
      transform: translateY(-5px);
    }
  }
  .btn-img--white {
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 5px;
    border: 1px solid #fff;
  }
  .qr-code {
    padding: 14px;
    background: #fff;
    border-radius: 15px;
  }
  .qr-code--silver {
    background: #f8f8f8;
  }
  .qr-code--small {
    width: 68px;
    height: 68px;
    padding: 8px;
    border-radius: 9px;
  }
  @media screen and (min-width: 768px) {
    br.mob-br {
      display: none;
    }
  }
  .bg-silver {
    background: #f8f8f8;
  }
}
@layer components {
  .label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E2EEF7;
    color: #4c6376;
    border-radius: 32px;
    font-weight: 700;
    padding: 8px 16px;
  }
  @media screen and (min-width: 768px) {
    .label {
      padding: 8px 30px;
    }
  }
  .label--yellow {
    background: #f9f3e9;
  }
  .label--accent-blue {
    background: #9BD7D2;
  }
  .label--blue {
    background: #4c6376;
  }
  .label--bg-bordo {
    background: #672A4E;
  }
  .label--green {
    background: #336659;
  }
}
@layer components {
  .blog-card {
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
    border: 1px solid #4c6376;
    display: flex;
    flex-direction: column;
  }
  @media (hover: hover) {
    .blog-card:hover .blog-card__img-wrapper img {
      transform: scale(1.1);
    }
  }
  .blog-card__bottom {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
  }
  .blog-card__annotation-row {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    margin-top: auto;
    padding-top: 16px;
    width: 100%;
    color: #4c6376;
  }
  .blog-card__img-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 52%;
  }
  .blog-card__img-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  @media screen and (max-width: 1199.9px) {
    .blog-card__title {
      font-size: 20px;
    }
  }
  .blog-card__title, .blog-card__text, .blog-card__annotation {
    margin-top: 16px;
  }
  .blog-card__annotation-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@layer components {
  .block-header:not(:last-child) {
    margin-bottom: 52px;
  }
  .block-header p {
    font-size: 24px;
    line-height: 1.33;
  }
  @media screen and (min-width: 1200px) {
    .block-header:not(:last-child) {
      margin-bottom: 48px;
    }
  }
  .block-header--center {
    text-align: center;
  }
}
@layer layouts {
  .blog-cards {
    --gap: 32px;
    --cols: 2;
  }
  @media screen and (min-width: 1200px) {
    .blog-cards {
      --gap: 64px;
    }
  }
  .blog-cards:nth-child(2n) {
    background: #f8f8f8;
  }
  .blog-cards__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media screen and (max-width: 767.9px) {
    .blog-cards__title {
      display: contents;
    }
  }
  .blog-cards__container {
    display: flex;
    flex-direction: column;
  }
  @media screen and (max-width: 767.9px) {
    .blog-cards__title-button {
      order: 2;
    }
    .blog-cards__title-button:not(:first-child) {
      margin-top: 48px;
    }
    .blog-cards__title-button {
      grid-template-columns: auto;
    }
  }
  .blog-cards__row:not(:first-child) {
    margin-top: 48px;
  }
  @media screen and (min-width: 768px) {
    .blog-cards__row {
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
    }
    .blog-cards__row:not(:first-child) {
      margin-top: 0;
    }
  }
  .blog-cards__item:not(:first-child) {
    margin-top: var(--gap);
  }
  .blog-cards__item {
    display: flex;
    flex-direction: column;
  }
  .blog-cards__item > * {
    flex-grow: 1;
  }
  @media screen and (min-width: 768px) {
    .blog-cards__item:not(:first-child) {
      margin-top: 0;
    }
    .blog-cards__item {
      width: calc((100% - var(--gap) * (var(--cols) - 1)) / var(--cols));
    }
  }
  .blog-cards__pagination:not(:first-child) {
    margin-top: 64px;
  }
  .blog-cards__pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .blog-cards__pagination-numbers {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .blog-cards__pagination-number a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  @media (hover: hover) {
    .blog-cards__pagination-number a:hover {
      color: #F15A3B;
    }
  }
  .blog-cards__pagination-number--active {
    color: #F15A3B;
  }
  .blog-cards__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #F15A3B;
    padding: 8px;
    color: #fff;
    transition-property: background, color, border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  .blog-cards__btn, .blog-cards__btn:focus {
    border: 1px solid #F15A3B;
  }
  @media screen and (min-width: 1200px) {
    .blog-cards__btn:focus, .blog-cards__btn:focus-visible {
      border-color: #2ECC71;
    }
  }
  @media (hover: hover) {
    .blog-cards__btn:hover {
      background: #B4462F;
      border-color: #B4462F;
    }
  }
  .blog-cards__btn svg {
    fill: currentColor;
  }
  .blog-cards__btn.swiper-button-disabled, .blog-cards__btn--disabled {
    background: #E2E2E2;
    color: #A8A8A8;
    border-color: #E2E2E2;
  }
  .blog-cards--3-cols {
    background: transparent;
  }
  @media screen and (min-width: 1200px) {
    .blog-cards--3-cols {
      --cols: 3;
    }
  }
  @media screen and (min-width: 1200px) {
    .blog-cards--3-cols {
      --gap: 32px;
    }
  }
  @media screen and (min-width: 1200px) {
    .blog-cards--first-row-big .blog-cards__item:first-child, .blog-cards--first-row-big .blog-cards__item:nth-child(2) {
      --cols: 2;
    }
  }
  @media screen and (max-width: 767.9px) {
    .blog-cards--3-cols:has(.blog-cards__title-button) .blog-cards__item:nth-child(n+4) {
      display: none;
    }
  }
}
@layer layouts {
  .footer {
    padding-block: 40px;
    margin-top: auto;
    margin-inline: auto;
    background: #fff;
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .footer {
      padding-block: 80px;
    }
  }
  .footer__brand {
    flex: 1 1 100%;
    text-align: left;
    margin-bottom: 28px;
  }
  .footer__brand img {
    width: 246px;
    height: 42px;
    padding: 0;
    margin-bottom: 12px;
  }
  .footer__brand p {
    color: #212427;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
  .footer__bottom {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    flex-flow: row wrap;
  }
  @media screen and (min-width: 1024px) {
    .footer__bottom {
      flex-flow: row nowrap;
    }
  }
  .footer__column {
    flex-basis: 100%;
  }
  @media screen and (min-width: 768px) and (max-width: 1023.9px) {
    .footer__column {
      flex-basis: calc(33.33% - 32px);
    }
  }
  @media screen and (min-width: 1024px) {
    .footer__column {
      flex-basis: auto;
    }
  }
  .footer__column h4 {
    color: #212427;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .footer__column ul {
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
    text-align: left;
  }
  .footer__column ul li {
    margin-bottom: 12px;
  }
  .footer__column a:not(.btn-img, .social-icon),
  .footer__column p,
  .footer__column ul li a {
    text-decoration: none;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  @media (hover: hover) {
    .footer__column a:not(.btn-img, .social-icon):hover,
    .footer__column p:hover,
    .footer__column ul li a:hover {
      color: #F15A3B;
    }
  }
  .footer__currency {
    font-weight: 700;
  }
  .footer__apps {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
  @media screen and (max-width: 767.9px) {
    .footer__apps {
      align-items: flex-start;
    }
  }
  .footer .social-icons {
    display: flex;
    align-items: center;
    margin: -10px 0 12px -5px;
  }
  .footer .social-icon {
    display: inline-block;
    padding: 10px 6px;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  @media (hover: hover) {
    .footer .social-icon:hover {
      transform: translateY(-5px);
    }
  }
  .footer .social-icon img {
    width: 15px;
    height: 15px;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .footer__bottom-bar:not(:first-child) {
      margin-top: 40px;
    }
  }
  .footer__bottom-links:not(:last-child) {
    margin-bottom: 40px;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom-links {
      display: flex;
      gap: 24px;
    }
    .footer__bottom-links:not(:last-child) {
      margin-bottom: 0;
    }
  }
  .footer__bottom-links li:not(:last-child) {
    margin-bottom: 24px;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom-links li:not(:last-child) {
      margin-bottom: 0;
    }
  }
  .footer__bottom-links a {
    color: #4c6376;
  }
}
@layer components {
  .features-item {
    display: flex;
    align-items: center;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(76, 99, 118, 0.5);
    overflow: hidden;
    font-size: 12px;
  }
  @media (hover: hover) {
    .features-item[href]:hover .features-item__img img {
      transform: scale(1.1);
    }
  }
  .features-item__img {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-shrink: 0;
  }
  .features-item__img img {
    width: 120px;
    flex-grow: 1;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  .features-item__text-wrapper {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
  }
  .features-item__title {
    font-weight: 600;
  }
}
@layer layouts {
  .editors {
    background: #f9f3e9;
  }
  @media screen and (min-width: 1024px) {
    .editors__list {
      display: flex;
      gap: 32px;
      flex-wrap: wrap;
    }
  }
  .editors__item:not(:last-child) {
    margin-bottom: 32px;
  }
  @media screen and (min-width: 1024px) {
    .editors__item {
      width: calc((100% - 32px * (3 - 1)) / 3);
    }
    .editors__item:not(:last-child) {
      margin-bottom: 0;
    }
  }
}