  *:active,
  *:focus,
  .sert-value {
    outline: none;
  }


  body {
    position: relative;
  }

  img {
    pointer-events: none;
  }

  img,
  a,
  [data-tab="nav"] {
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  .w-form,
  ul,
  label {
    margin: 0;
  }

  h1,
  h2 {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  }

  a.w--current {
    pointer-events: none;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  a {
    -webkit-tap-highlight-color: transparent;
  }

  section .w-richtext>*:last-child {
    margin-bottom: 0;
  }

  section .w-richtext>*:first-child {
    margin-top: 0
  }

  .w-richtext img {
    height: auto
  }

  .w-richtext figure {
    max-width: 60%;
  }

  .wrapper {
    overflow: clip
  }

  ul {
    padding-left: 0;
    list-style: none;
  }

  textarea {
    resize: none;
  }

  .rel .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    background: #fff;
    opacity: 0.2;
    transition: opacity 0.4s ease
  }

  .rel .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
  }

  [data-popup="box"] {
    display: none
  }

  .footer-container a {
    transition: opacity .35s ease;
  }

  .white__btn:active {
    background: #E7E7E7;
  }

  .dark__btn:active {
    background: #062D4F;
  }

  .just-validate-error-label {
    color: var(--color-white) !important;
    position: absolute !important;
  }

  .just-validate-error-label:before {
    content: '';
    width: 1.5rem;
    height: 0.375rem;
    position: absolute;
    top: -0.375rem;
    left: 1rem;
    background: url('../images/arw.svg') no-repeat center center;
    background-size: 1.5rem 0.375rem;
  }

  @media only screen and (min-width: 991px) {
    html {
      font-size: calc(1vw / .9)
    }

  }

  @media only screen and (max-width: 991px) {
    .footer-nav {
      display: none;
    }

    html {
      font-size: calc(1vw / 0.46)
    }
  }

  @media only screen and (min-width: 480px) and (max-width: 991px) {
    .factor__item:nth-child(2n) {
      align-self: flex-end;
    }
  }

  @media only screen and (max-width: 479px) {
    html {
      font-size: calc(1vw / 0.22)
    }

    :root {
      --border-radius: 1.5rem;
      --boder-radium-sm: 1.125rem;
    }
  }

  .text-block {
    margin-top: 60px;
  }

  /* text block */
  .text-block h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
    margin: 0 0 20px;
  }

  .text-block h3 {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
    margin: 0 0 20px;
  }

  .text-block h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 20px;
  }

  .text-block h5 {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 20px;
  }

  .text-block p+h2,
  .text-block ul+h2,
  .text-block p+h3,
  .text-block ul+h3 {
    margin-top: 40px;
  }

  .text-block p {
    margin-bottom: 20px;
  }

  .text-block li {
    margin-bottom: 8px;
  }

  .text-block ol {
    padding-left: 20px;
    margin: 0 0 20px;
  }

  .text-block ul {
    margin-bottom: 20px;
  }

  .text-block ul li {
    list-style: none;
    padding-left: 17px;
    position: relative;
  }

  .text-block ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 3px;
    height: 3px;
    background: #0054a5;
    border-radius: 50%;
  }

  .text-block img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px;
  }

  .text-block a {
    font-weight: bold;
    color: var(--roz);
    border-bottom: 1px solid;
  }

  .text-block table {
    width: 100%;
    border: 1px solid #dedcde;
    margin-bottom: 40px;
    caption-side: bottom;
    border-collapse: collapse;
  }

  .text-block table {
    width: 100%;
    border: 1px solid #dedcde;
    margin-bottom: 40px;
  }

  .text-block table tr td,
  .text-block table tr th {
    font-weight: normal;
    padding: 12px;
    border-bottom: 1px solid #dedcde;
    border-right: 1px solid #dedcde;
    text-align: left;
    font-size: 16px;
  }

  .text-block table tr th {
    color: #000;
    background: #fff;
    font-weight: bold;
    border-color: #dedcde;
  }

  .seo-text__in .toggle-seo-text {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: right;
    color: #0054a5;
    text-align: center;
    background: transparent;
  }

  .long-text:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #fff 65%);
  }

  .long-text.expanded:after {
    content: none;
  }

  .long-text {
    position: relative;
  }

  .toggle-seo-text {
    background: transparent;
  }

  @media (hover :hover) {
    .rel .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover {
      opacity: 0.6;
    }

    .nav__item-link:hover,
    .nav__footer-link:hover,
    .footer-container a:hover,
    .header__phone-link:hover {
      opacity: 0.6;
    }

    .white__btn:hover {
      background: #F4F4F4;
    }

    .dark__btn:hover {
      background: #03213C;
    }

    .footer__mail-link:hover,
    .header__mail-link:hover,
    a.contact__el:hover {
      opacity: 0.8;
    }

    .border__btn:hover {
      background: #F3F3F3;
      color: #001629;
    }

    .slider__btn:hover {
      background: #F3F3F3;
    }
  }