

/* Start:/bitrix/templates/main_article/css/main.css?171586530054994*/
:root {
    --dark: #323437;
    --secondary: #55575a;
    --muted: #b6bac6;
    --white: #ffffff;
    --dark-text: #03252e;
    --success: #f4f7f5;
    --info: #f6f5fe;
    --warning: #fef9ec;
    --danger: #d12929;
    --fs-sm: 1.2rem;
    --fs-lg: 1.4rem;
    --fs-xxl: 2.4rem;
    --fs-xxxl: 3.2rem;
    --fw-extra-light: 300;
    --fw-light: 400;
    --fw-regular: 600;
    --fw-bold: 700;
    --m-sm: 1.2rem;
    --m-md: 2.4rem;
    --m-lg: 3.2rem;
    --m-xl: 4.8rem;
    --nav-height: 90;
  }
  @media (min-width: 768px) {
    :root {
      --fs-sm: 1.4rem;
      --fs-md: 1.6rem;
      --fs-lg: 1.9rem;
      --fs-xl: 2.4rem;
      --fs-xxl: 6.4rem;
      --fs-xxxl: 9.6rem;
      --nav-height: 176;
    }
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  ::selection {
    color: var(--white);
    background: var(--dark);
  }
  html {
    --size: 3.01;
    font-size: calc(1vw * var(--size));
    line-height: 1.3;
  }
  @media (min-width: 768px) {
    html {
      --size: 0.976;
    }
  }
  @media (min-width: 1024px) {
    html {
      --size: 0.668;
    }
  }
  @media (min-width: 1920px) {
    html {
      font-size: 10px;
    }
  }
  body {
    background: var(--white);
    font-family: Gilroy, sans-serif;
    color: var(--dark);
  }
  body .body {
    padding-top: calc(var(--nav-height) * 1px + 20px);
  }
  body.dark {
    background: var(--dark);
    color: var(--white);
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button {
    cursor: pointer;
    background: none;
    outline: 0;
    border: 0;
  }
  ul {
    list-style: none;
  }
  @media (min-width: 576px) {
    [data-grid-slider] {
      display: none !important;
    }
  }
  .Logo {
    width: 96px;
    height: 32px;
    display: block;
  }
  .Logo img {
    width: 100%;
    height: auto;
  }
  .text-bold {
    font-weight: var(--fw-bold);
  }
  .text-underline {
    text-decoration: underline;
  }
  .text-dark {
    color: var(--dark);
  }
  .text-white {
    color: var(--white);
  }
  .text-secondary {
    color: var(--secondary);
  }
  b {
    font-weight: var(--fw-bold);
  }
  [data-gsap-title] {
    position: relative;
  }
  [data-gsap-title] .title-in {
    overflow: hidden;
  }
  [data-gsap-title] .title-in span {
    display: inline-block;
  }
  .link {
    font-size: var(--fs-lg);
    line-height: 1.34;
    font-weight: var(--fw-regular);
    cursor: pointer;
    padding-right: 2rem;
    position: relative;
    display: inline-block;
    background: linear-gradient(var(--dark), var(--dark)) 0 110% no-repeat;
    background-size: 0 0.4rem;
    transition: background 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    white-space: nowrap;
  }
  .link:before,
  .link:after {
    position: absolute;
    content: "";
    transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M8.6907 2.72011L0.910816 10.5L0 9.57021L7.77989 1.8093L7.70399 1.7334H4.97154V0.5H9.69639L10 0.803606V5.52846H8.74763V2.77704L8.6907 2.72011Z' fill='%23323437'/%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    right: 0.1rem;
    top: 0.4rem;
  }
  @media (min-width: 768px) {
    .link:before,
    .link:after {
      width: 1.2rem;
      height: 1.2rem;
      top: 0.7rem;
    }
  }
  .link--light {
    background: linear-gradient(var(--white), var(--white)) 0 110% no-repeat;
    background-size: 0 0.4rem;
  }
  .link--light:before,
  .link--light:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M8.6907 2.72011L0.910816 10.5L0 9.57021L7.77989 1.8093L7.70399 1.7334H4.97154V0.5H9.69639L10 0.803606V5.52846H8.74763V2.77704L8.6907 2.72011Z' fill='white'/%3E%3C/svg%3E");
  }
  .link--disabled {
    color: var(--muted);
    background: linear-gradient(var(--muted), var(--muted)) 0 110% no-repeat;
    background-size: 0 0.4rem;
  }
  .link--disabled:before,
  .link--disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M8.6907 2.72011L0.910816 10.5L0 9.57021L7.77989 1.8093L7.70399 1.7334H4.97154V0.5H9.69639L10 0.803606V5.52846H8.74763V2.77704L8.6907 2.72011Z' fill='%23B6BAC6'/%3E%3C/svg%3E");
  }
  .link:before {
    background-position-y: 1.3rem;
    background-position-x: -1.2rem;
  }
  @media (hover: hover) {
    .link:hover {
      background-size: 100% 0.4rem;
    }
    .link:hover:before {
      background-position-y: 0;
      background-position-x: 0;
    }
    .link:hover:after {
      background-position-y: -1.3rem;
      background-position-x: 1.2rem;
    }
  }
  .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.1rem;
    font-size: var(--fs-sm);
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5rem 1.5rem 0.3rem;
    border-radius: 100px;
    border: 0.1rem solid var(--dark);
    font-weight: var(--fw-bold);
  }
  @media (min-width: 1024px) {
    .badge {
      height: 2.6rem;
    }
  }
  .button {
    color: var(--white);
    padding: 1.2rem 2.4rem;
    border-radius: 8px;
    background: var(--dark);
    transition: 0.3s transform ease;
  }
  .button:active {
    transform: translateY(-2px);
  }
  @font-face {
    font-family: Gilroy;
    src: url(/font/Gilroy-Extrabold.eot);
    src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"),
      url(/font/Gilroy-Extrabold.eot?#iefix) format("embedded-opentype"),
      url(/font/Gilroy-Extrabold.woff2) format("woff2"),
      url(/font/Gilroy-Extrabold.woff) format("woff"),
      url(/font/Gilroy-Extrabold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
  }
  @font-face {
    font-family: Gilroy;
    src: url(/font/Gilroy-Bold.eot);
    src: local("Gilroy Bold"), local("Gilroy-Bold"),
      url(/font/Gilroy-Bold.eot?#iefix) format("embedded-opentype"),
      url(/font/Gilroy-Bold.woff2) format("woff2"),
      url(/font/Gilroy-Bold.woff) format("woff"),
      url(/font/Gilroy-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: Gilroy;
    src: url(/font/Gilroy-Semibold.eot);
    src: local("Gilroy Semibold"), local("Gilroy-Semibold"),
      url(/font/Gilroy-Semibold.eot?#iefix) format("embedded-opentype"),
      url(/font/Gilroy-Semibold.woff2) format("woff2"),
      url(/font/Gilroy-Semibold.woff) format("woff"),
      url(/font/Gilroy-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: Gilroy;
    src: url(/font/Gilroy-Medium.eot);
    src: local("Gilroy Medium"), local("Gilroy-Medium"),
      url(/font/Gilroy-Medium.eot?#iefix) format("embedded-opentype"),
      url(/font/Gilroy-Medium.woff2) format("woff2"),
      url(/font/Gilroy-Medium.woff) format("woff"),
      url(/font/Gilroy-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: Gilroy;
    src: url(/font/Gilroy-Light.eot);
    src: local("Gilroy Light"), local("Gilroy-Light"),
      url(/font/Gilroy-Light.eot?#iefix) format("embedded-opentype"),
      url(/font/Gilroy-Light.woff2) format("woff2"),
      url(/font/Gilroy-Light.woff) format("woff"),
      url(/font/Gilroy-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  .navbar {
    background: var(--white);
    position: relative;
    height: calc(var(--nav-height) * 1px);
    z-index: 20;
    position: fixed;
    width: 100%;
    top: 0;
  }
  .navbar-in {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background: var(--white);
  }
  @media (min-width: 1025px) {
    .navbar-in {
      position: relative;
    }
  }
  .navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(var(--nav-height) * 1px);
  }
  .navbar-burg {
    display: block;
  }
  @media (min-width: 1024px) {
    .navbar-burg {
      display: none;
    }
  }
  .navbar-burg-in {
    width: 24px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .navbar-burg-in-bread {
    position: absolute;
    transition: transform 0.3s ease-in-out;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .navbar-burg-in-bread span {
    display: block;
    width: 100%;
    height: 8px;
    background: var(--dark);
    position: absolute;
    left: 0;
    transition: transform 0.2s ease-in-out;
  }
  .navbar-burg-in-bread--top span {
    transition-delay: 0.2s;
    top: 0;
  }
  .navbar-burg-in-bread--bottom span {
    transition-delay: 0.2s;
    bottom: 0;
  }
  .navbar-list {
    align-items: center;
    display: none;
  }
  @media (min-width: 1024px) {
    .navbar-list {
      display: flex;
    }
  }
  .navbar-list li + li {
    margin-left: 5.6rem;
  }
  .navbar-icon {
    width: 24px;
    height: 24px;
    display: block;
  }
  .navbar-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .navbar[data-open="true"] .navbar-burg-in-bread {
    transition-delay: 0.2s;
  }
  .navbar[data-open="true"] .navbar-burg-in-bread span {
    transform: none;
    transition: transform 0.2s ease-in-out;
  }
  .navbar[data-open="true"] .navbar-burg-in-bread--top {
    transform: rotate(45deg);
  }
  .navbar[data-open="true"] .navbar-burg-in-bread--top span {
    transform: translateY(6px);
  }
  .navbar[data-open="true"] .navbar-burg-in-bread--bottom {
    transform: rotate(-45deg);
  }
  .navbar[data-open="true"] .navbar-burg-in-bread--bottom span {
    transform: translateY(-6px);
  }
  .navbar[data-open="true"] .sidebar {
    visibility: visible;
    height: 100%;
  }
  .sidebar {
    max-height: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: 0.4s all ease;
    height: calc(var(--nav-height) * 1px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(255, 255, 255, 0.57);
    z-index: 1;
    visibility: hidden;
  }
  @media (min-width: 1024px) {
    .sidebar {
      display: none;
    }
  }
  .sidebar-social {
    display: flex;
    align-items: center;
  }
  .sidebar-social li + li {
    margin-left: 1.6rem;
  }
  .sidebar-in {
    padding-bottom: 48px;
    background: var(--white);
    padding-top: calc(var(--nav-height) * 1px);
  }
  .sidebar-list {
    margin-bottom: 48px;
  }
  .sidebar-list li + li {
    margin-top: 24px;
  }
  .header {
    padding-bottom: 4.8rem;
  }
  .header-cover {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    color: var(--white);
    margin-bottom: 1.6rem;
    height: 44rem;
    padding: 3.2rem 1.6rem;
  }
  .header-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    z-index: 1;
  }
  @media (min-width: 768px) {
    .header-cover {
      height: 75rem;
      padding: 6.4rem 5.6rem;
      margin-bottom: 3.2rem;
    }
  }
  @media (min-width: 1024px) {
    .header {
      padding-bottom: 7.2rem;
    }
  }
  .about-in {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--muted);
  }
  @media (min-width: 1024px) {
    .about-in {
      flex-direction: row;
      align-items: center;
    }
  }
  .about-in:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 8px;
    width: 50%;
    background: var(--dark);
  }
  @media (min-width: 1024px) {
    .about-in:before {
      width: 48.5rem;
    }
  }
  .about-cover {
    position: relative;
    height: 50rem;
    display: none;
  }
  .about-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .about-content {
    width: 100%;
    padding-bottom: 3.2rem;
  }
  @media (min-width: 768px) {
    .about-content {
      padding-bottom: 8rem;
    }
  }
  @media (min-width: 1024px) {
    .about-content {
      margin-left: 22rem;
      max-width: 70rem;
    }
  }
  .about-driver {
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
    background: var(--muted);
    width: 100%;
    display: none;
  }
  @media (min-width: 768px) {
    .about-driver {
      display: block;
    }
  }
  @media (min-width: 1920px) {
    .about-driver {
      width: 135rem;
    }
  }
  .about-driver:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8px;
    background: var(--dark);
    width: 50%;
  }
  @media (min-width: 1440px) {
    .about-driver:before {
      width: 90%;
    }
  }
  .about-links > * + * {
    margin-top: var(--m-sm);
  }
  @media (min-width: 768px) {
    .about-links {
      display: flex;
      align-items: center;
    }
    .about-links > * + * {
      margin-top: 0;
      margin-left: var(--m-xl);
    }
  }
  @media (min-width: 768px) {
    .about-cover {
      display: block;
      height: 50rem;
      margin: 0 -1.9rem 7.2rem;
    }
  }
  @media (min-width: 1024px) {
    .about-cover {
      width: 52rem;
      height: 96rem;
      margin-bottom: 0;
      margin-left: -2.7rem;
      margin-right: 0;
    }
  }
  @media (min-width: 1920px) {
    .about-cover {
      width: 74rem;
      height: 92rem;
      margin-left: 0;
    }
  }
  .contacts {
    color: var(--dark);
  }
  .contacts-cover {
    position: relative;
    padding: 2.7rem 0;
  }
  .contacts-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    object-position: bottom;
  }
  @media (min-width: 1024px) {
    .contacts-cover {
      padding: 2.7rem 0;
    }
  }
  .contacts-form {
    padding: 5.6rem 1.2rem;
    background: var(--white);
    margin: 0 -1.2rem;
  }
  @media (min-width: 768px) {
    .contacts-form {
      margin-right: auto;
      margin-left: auto;
      max-width: 70rem;
      height: 100%;
      padding: 5.6rem 2.7rem;
    }
  }
  @media (min-width: 1024px) {
    .contacts-form {
      margin-right: 0;
      max-width: 90rem;
    }
  }
  .contacts-title {
    font-size: 2.4rem;
    line-height: 1.04;
    font-weight: var(--fw-light);
    letter-spacing: -0.48px;
    margin-bottom: var(--m-lg);
  }
  @media (min-width: 768px) {
    .contacts-title {
      font-size: 4.8rem;
      margin-bottom: var(--m-xl);
    }
  }
  .footer-in {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2.4rem;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 4.8rem;
  }
  @media (min-width: 768px) {
    .footer-in {
      grid-template-columns: repeat(3, auto);
      padding: 2.4rem 0 7.2rem;
    }
  }
  .footer a {
    font-size: var(--fs-sm);
  }
  .footer-social {
    display: flex;
    align-items: center;
  }
  .footer-social li + li {
    margin-left: 2.8rem;
  }
  .footer-icon {
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
    display: block;
  }
  .footer-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  @media (max-width: 768px) {
    .footer .driver:before {
      width: 100%;
    }
  }
  .base {
    color: var(--dark);
  }
  .base-in {
    display: block;
  }
  @media (min-width: 768px) {
    .base-in {
      display: grid;
      grid-gap: 3.2rem;
      grid-template-columns: 20rem 1fr;
    }
  }
  @media (min-width: 1024px) {
    .base-in {
      grid-template-columns: 44rem 1fr;
    }
  }
  .base-content {
    position: relative;
  }
  .base-dignity-layout,
  .base-description-layout,
  .base-card-layout,
  .base-colors-layout {
    display: grid;
  }
  .base-dignity-layout,
  .base-card-layout,
  .base-colors-layout {
    grid-template-columns: 1fr;
  }
  @media (min-width: 768px) {
    .base-dignity-layout,
    .base-card-layout,
    .base-colors-layout {
      grid-template-columns: 1fr 1fr;
    }
  }
  .base-dignity-layout,
  .base-card-layout,
  .base-colors-layout,
  .base-description-layout {
    grid-template-columns: 1fr;
  }
  .base-dignity-layout {
    margin-bottom: var(--m-md);
    grid-gap: 0.8rem;
  }
  @media (min-width: 768px) {
    .base-dignity-layout {
      margin-bottom: 0;
      grid-template-columns: 1fr 1fr;
      grid-gap: 1.2rem;
    }
  }
  .base-description-layout {
    grid-row-gap: 1.6rem;
  }
  @media (min-width: 768px) {
    .base-description-layout {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 3.2rem;
      grid-row-gap: 5.6rem;
    }
  }
  .base-card-layout {
    grid-gap: var(--m-sm);
  }
  @media (min-width: 768px) {
    .base-card-layout {
      grid-gap: 3.2rem;
      grid-template-columns: 1fr 1fr;
    }
  }
  .base-colors-layout > * > * {
    margin-bottom: 2.4rem;
  }
  @media (min-width: 768px) {
    .base-colors-layout {
      grid-template-columns: 1fr 1fr;
      grid-gap: 2.4rem;
    }
    .base-colors-layout > * > * {
      margin-bottom: 2.4rem;
    }
  }
  .base-headline {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: var(--fw-bold);
  }
  @media (min-width: 768px) {
    .base-headline {
      font-size: var(--fs-xl);
    }
  }
  .base-description {
    line-height: 1.34;
    font-size: var(--fs-sm);
  }
  @media (min-width: 768px) {
    .base-description {
      font-size: var(--fs-lg);
      font-weight: var(--fw-regular);
    }
  }
  .base-card {
    padding: 3.2rem;
    background: #fafafa;
    font-weight: var(--fw-bold);
    position: relative;
    height: 100%;
  }
  .base-card-title {
    font-size: var(--fs-lg);
    color: var(--dark);
  }
  .base-card-meta {
    position: relative;
    font-size: var(--fs-sm);
    color: var(--muted);
    margin-bottom: 1.6rem;
    text-transform: uppercase;
    padding-left: 1.6rem;
    line-height: 1;
  }
  .base-card-meta:before {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--muted);
    left: 0;
    top: 50%;
    transform: translateY(-56%);
  }
  .base-list--mobile {
    display: block;
  }
  @media (min-width: 768px) {
    .base-list--mobile {
      display: none !important;
    }
  }
  .base-list--desktop {
    display: none;
  }
  @media (min-width: 768px) {
    .base-list--desktop {
      display: block;
    }
  }
  .partners-filter-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.8rem;
    grid-auto-rows: 7.2rem;
  }
  @media (min-width: 768px) {
    .partners-filter-layout {
      grid-template-columns: repeat(5, 1fr);
      grid-auto-rows: 10.5rem;
    }
  }
  .partners-tabs-layout {
    margin-bottom: 4.8rem;
  }
  .info-nav {
    background: var(--white);
  }
  .info-nav-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }
  @media (min-width: 768px) {
    .info-nav-in {
      height: 68px;
    }
  }
  @media (min-width: 1024px) {
    .info-nav-in {
      height: 76px;
    }
  }
  .info-nav-logo {
    width: 90px;
  }
  .info-nav-logo img {
    width: 100%;
    object-fit: contain;
  }
  @media (min-width: 768px) {
    .info-nav-logo {
      width: 100px;
    }
  }
  .info-full {
    margin: 0 -1.6rem;
  }
  @media (min-width: 1024px) {
    .info-full {
      margin: 0;
    }
  }
  .info-header {
    color: var(--dark-text);
  }
  .info-header-in {
    padding: 7.2rem 1.6rem 4rem;
  }
  @media (min-width: 768px) {
    .info-header-in {
      padding: 9.36rem 4.16rem;
    }
  }
  @media (min-width: 1024px) {
    .info-header-in {
      padding: 17.5rem 7.2rem;
    }
  }
  .info-header-content {
    margin-bottom: 5rem;
  }
  @media (min-width: 768px) {
    .info-header-content {
      margin-bottom: 8.45rem;
    }
  }
  @media (min-width: 1024px) {
    .info-header-content {
      margin-bottom: 13.5rem;
      grid-template-columns: 0.9fr 1fr;
    }
  }
  @media (min-width: 768px) {
    .info-header-links {
      grid-template-columns: 1fr 1fr;
    }
  }
  .info-header-links,
  .info-header-content {
    grid-gap: 3.2rem;
  }
  @media (min-width: 768px) {
    .info-header .info-paragraph {
      max-width: 65%;
    }
  }
  @media (min-width: 1024px) {
    .info-header .info-paragraph {
      max-width: none;
    }
  }
  .info-link {
    height: 100%;
    background: #fff;
    color: var(--dark-text);
    line-height: 1.3;
    display: flex;
    align-items: center;
    transition: 0.3s background ease;
    position: relative;
    padding: 1.4rem 1rem;
    font-size: 1.3rem;
  }
  .info-link:hover {
    background: #67deb6;
  }
  .info-link-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .info-link-icon {
    width: 14px;
    height: 14px;
    display: block;
    flex-shrink: 0;
    margin-left: 5px;
  }
  .info-link-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  @media (min-width: 768px) {
    .info-link {
      font-size: 1.69rem;
      padding: 2.08rem 2.34rem;
    }
  }
  @media (min-width: 1024px) {
    .info-link {
      font-size: 1.8rem;
      padding: 3.2rem 4.2rem;
    }
  }
  @media (min-width: 1920px) {
    .info-link {
      padding: 4.8rem 8rem;
    }
  }
  .info-cover {
    width: 100%;
    position: relative;
  }
  @media (min-width: 1024px) {
    .info-cover {
      height: 72rem;
    }
  }
  @media (min-width: 1920px) {
    .info-cover {
      height: 88rem;
    }
  }
  .info-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .info-title {
    text-transform: uppercase;
    letter-spacing: -1.1px;
    font-weight: var(--fw-extra-light);
    font-size: 3.5rem;
  }
  @media (min-width: 768px) {
    .info-title {
      font-size: 9.1rem;
    }
  }
  @media (min-width: 1024px) {
    .info-title {
      font-size: 8.25rem;
    }
  }
  @media (min-width: 1920px) {
    .info-title {
      font-size: 11rem;
    }
  }
  .info-paragraph {
    line-height: 1.6;
    font-weight: var(--fw-extra-light);
    letter-spacing: -0.9px;
    font-size: 1.4rem;
  }
  @media (min-width: 768px) {
    .info-paragraph {
      font-size: 2.08rem;
    }
  }
  @media (min-width: 1024px) {
    .info-paragraph {
      font-size: 2.25rem;
    }
  }
  @media (min-width: 1920px) {
    .info-paragraph {
      font-size: 2.9rem;
    }
  }
  .info-header,
  .info-cards,
  .info-about {
    margin-bottom: 4rem;
  }
  .info-card {
    background: #effaff;
    height: 100%;
    line-height: 1.6;
    color: var(--dark-text);
    padding: 2rem;
  }
  .info-card-title,
  .info-card-text {
    font-size: 1.4rem;
  }
  @media (min-width: 768px) {
    .info-card-title,
    .info-card-text {
      font-size: 2.08rem;
    }
  }
  @media (min-width: 1024px) {
    .info-card-title,
    .info-card-text {
      font-size: 1.4rem;
    }
  }
  @media (min-width: 1920px) {
    .info-card-title,
    .info-card-text {
      font-size: 1.8rem;
    }
  }
  .info-card-title {
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: var(--fw-regular);
    letter-spacing: -0.18px;
  }
  @media (min-width: 768px) {
    .info-card-title {
      margin-bottom: var(--m-sm);
    }
  }
  .info-card-text {
    font-weight: var(--fw-light);
  }
  @media (min-width: 768px) {
    .info-card {
      padding: 5.2rem 4.16rem;
    }
  }
  @media (min-width: 1024px) {
    .info-card {
      padding: 4.8rem 2.6rem 3.2rem;
    }
  }
  @media (min-width: 1920px) {
    .info-card {
      padding: 7rem 3.2rem 3.2rem;
    }
  }
  .info-cards-layout {
    grid-gap: 0.9rem;
  }
  @media (min-width: 768px) {
    .info-cards-layout {
      grid-template-columns: 1fr 1fr;
      grid-gap: 11px;
    }
  }
  @media (min-width: 1024px) {
    .info-cards-layout {
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 8px;
    }
  }
  .info-about-name {
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: -0.16px;
    font-weight: var(--fw-regular);
    min-width: max-content;
    margin-bottom: 4rem;
  }
  @media (min-width: 768px) {
    .info-about-name {
      font-size: 2.08rem;
    }
  }
  .info-about-cover {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 27rem;
  }
  .info-about-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  @media (min-width: 768px) {
    .info-about-cover {
      min-height: 72.8rem;
    }
  }
  .info-about-card {
    background: #f0fcf8;
    height: 100%;
    padding: 5.2rem 1.6rem;
  }
  .info-about-card-body {
    font-weight: var(--fw-light);
  }
  .info-about-card-body .info-paragraph + .info-paragraph {
    margin-top: 2.5rem;
  }
  @media (min-width: 768px) {
    .info-about-card-body .info-paragraph + .info-paragraph {
      margin-top: 4rem;
    }
  }
  @media (min-width: 1024px) {
    .info-about-card-body .info-paragraph + .info-paragraph {
      margin-top: 6rem;
    }
  }
  @media (min-width: 1920px) {
    .info-about-card-body .info-paragraph + .info-paragraph {
      margin-top: 8rem;
    }
  }
  @media (min-width: 768px) {
    .info-about-card {
      padding: 11.18rem 5.46rem;
    }
  }
  @media (min-width: 1024px) {
    .info-about-card {
      grid-gap: 6.4rem;
      padding: 16rem 4.2rem;
      grid-template-columns: auto 1fr;
    }
  }
  @media (min-width: 1920px) {
    .info-about-card {
      padding: 19rem 4rem;
      grid-gap: 7.2rem;
    }
  }
  @media (min-width: 768px) {
    .info-about-layout {
      grid-template-columns: 1fr 1fr;
      grid-gap: 5px;
    }
  }
  @media (min-width: 1024px) {
    .info-about-layout {
      grid-gap: 8px;
    }
  }
  .grid {
    display: grid;
  }
  @media (min-width: 1024px) {
    .grid .card + .card {
      margin-top: var(--m-lg);
    }
  }
  @media (min-width: 768px) {
    .grid-card {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: var(--m-lg);
    }
  }
  @media (min-width: 768px) {
    .grid-example {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: var(--m-lg);
    }
  }
  .page-title {
    font-weight: var(--fw-regular);
    line-height: 1.04;
    font-size: var(--fs-xxxl);
    z-index: 2;
  }
  .page-title-in {
    overflow: hidden;
  }
  .page-title span {
    display: inline-block;
  }
  .page-headline {
    font-size: var(--fs-xxl);
    font-weight: var(--fw-regular);
    line-height: 1.04;
    letter-spacing: -0.64px;
  }
  .page-cover {
    overflow: hidden;
    height: 20rem;
    position: relative;
  }
  @media (min-width: 768px) {
    .page-cover {
      height: 78rem;
    }
  }
  .page-cover-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    transform-origin: right;
    height: 100%;
    background: var(--white);
    z-index: 10;
  }
  .page-cover img,
  .page-cover iframe,
  .page-cover video {
    width: 100%;
    height: 100%;
    display: block;
  }
  .page-cover img {
    object-fit: cover;
  }
  .page-cover iframe,
  .page-cover video {
    object-fit: contain;
  }
  @media (min-width: 768px) {
    .page-cover {
      padding-bottom: 1.6rem;
      border-bottom: 1px solid var(--muted);
    }
    .page-cover:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 8px;
      background: var(--dark);
      width: 68%;
    }
  }
  .page-content {
    width: 100%;
    margin-left: auto;
  }
  @media (min-width: 1024px) {
    .page-content {
      max-width: 91.2rem;
    }
  }
  .page-banner {
    padding-bottom: 3.2rem;
  }
  @media (min-width: 768px) {
    .page-banner {
      padding-bottom: 12rem;
    }
  }
  .page-header {
    padding-top: 2rem;
    padding-bottom: 2.4rem;
  }
  @media (min-width: 768px) {
    .page-header {
      padding-top: 0;
      padding-bottom: 8.8rem;
    }
  }
  .page-meta {
    max-width: 85rem;
    margin-top: var(--m-lg);
  }
  @media (min-width: 768px) {
    .page-meta {
      margin-top: var(--m-xl);
    }
  }
  .page-subtitle {
    font-size: 1.6rem;
    line-height: 1.33;
    font-weight: var(--fw-bold);
    margin-bottom: var(--m-sm);
  }
  @media (min-width: 768px) {
    .page-subtitle {
      font-size: var(--fs-xl);
      margin-bottom: 1.6rem;
    }
  }
  .page-description {
    font-size: var(--fs-sm);
    font-weight: var(--fw-regular);
    line-height: 1.34;
  }
  @media (min-width: 768px) {
    .page-description {
      font-size: var(--fs-lg);
    }
  }
  .section {
    padding-bottom: 4.8rem;
  }
  .section--dark {
    background: var(--dark);
    color: var(--white);
  }
  .section--dark ::selection {
    color: var(--dark);
    background: var(--white);
  }
  @media (min-width: 768px) {
    .section {
      padding-bottom: 8rem;
    }
  }
  @media (min-width: 1024px) {
    .section {
      padding-bottom: 12rem;
    }
  }
  .section-title {
    font-size: var(--fs-xxl);
    font-weight: var(--fw-regular);
    line-height: 1.04;
    letter-spacing: -0.64px;
  }
  .section-description {
    font-size: var(--fs-lg);
    font-weight: var(--fw-regular);
    line-height: 1.34;
  }
  .section-title,
  .section-description {
    margin-bottom: var(--m-md);
  }
  @media (min-width: 768px) {
    .section-title,
    .section-description {
      margin-bottom: var(--m-xl);
    }
  }
  .meta-link {
    display: none;
  }
  @media (min-width: 768px) {
    .meta-link {
      display: block;
    }
  }
  .meta-container {
    align-items: center;
    justify-content: space-between;
    display: none;
  }
  @media (min-width: 768px) {
    .meta-container {
      display: flex;
    }
  }
  .meta-title {
    text-transform: uppercase;
    line-height: 1.44;
    font-size: var(--fs-sm);
    color: var(--muted);
    font-weight: var(--fw-bold);
  }
  .meta-link-learn-more {
    display: block;
  }
  @media (min-width: 768px) {
    .meta-link-learn-more {
      display: none;
    }
  }
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 1.6rem;
  }
  .container-content {
    max-width: 70rem;
  }
  .container-full {
    margin: 0 -1.6rem;
  }
  @media (min-width: 768px) {
    .container-full {
      margin: 0 -1.9rem;
    }
  }
  @media (min-width: 1024px) {
    .container-full {
      margin: 0 -2.7rem;
    }
  }
  @media (min-width: 768px) {
    .container {
      padding: 0 1.9rem;
    }
  }
  @media (min-width: 1024px) {
    .container {
      padding: 0 2.7rem;
    }
  }
  @media (min-width: 1920px) {
    .container {
      max-width: 1920px;
    }
  }
  .margin-x-auto {
    margin: 0 auto;
  }
  .margin-bottom-small {
    margin-bottom: var(--m-sm);
  }
  .margin-bottom-medium {
    margin-bottom: var(--m-md);
  }
  .margin-bottom-large {
    margin-bottom: var(--m-lg);
  }
  .margin-bottom-extra {
    margin-bottom: var(--m-xl);
  }
  .article-grid-description {
    grid-template-columns: 1fr;
    grid-gap: 1.6rem;
  }
  @media (min-width: 768px) {
    .article-grid-description {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 3.2rem;
    }
  }
  .article-image {
    width: 100%;
    position: relative;
  }
  .article-image img {
    width: 100%;
    display: block;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    margin-bottom: 0.8rem;
  }
  @media (min-width: 768px) {
    .article-image img {
      margin-bottom: 1.6rem;
    }
  }
  .article-image-meta {
    font-size: var(--fs-sm);
    line-height: 1.3;
    color: var(--muted);
  }
  @media (min-width: 768px) {
    .article-image-meta {
      font-size: var(--fs-md);
    }
  }
  .article-title,
  .article-subtitle,
  .article-image,
  .article-text,
  .article-link {
    margin-bottom: var(--m-md);
  }
  @media (min-width: 768px) {
    .article-title,
    .article-subtitle,
    .article-image,
    .article-text,
    .article-link {
      margin-bottom: var(--m-xl);
    }
  }
  .article-title {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: var(--fw-regular);
  }
  @media (min-width: 768px) {
    .article-title {
      font-size: 4.8rem;
      line-height: 1.04;
      letter-spacing: -0.48px;
    }
  }
  .article .text {
    font-size: 1.9rem;
    font-weight: var(--fw-regular);
    line-height: 1.34;
  }
  .article-subtitle {
    font-size: 1.6rem;
    line-height: 1.33;
    font-weight: var(--fw-bold);
  }
  @media (min-width: 768px) {
    .article-subtitle {
      font-size: var(--fs-xl);
    }
  }
  .article-text {
    font-weight: var(--fw-regular);
    font-size: var(--fs-lg);
  }
  body.dark ::selection {
    color: var(--dark);
    background: var(--white);
  }
  body.dark .description {
    color: var(--muted);
  }
  body.dark .description .text-bold {
    color: var(--white);
  }
  body.dark .badge {
    border: 1px solid var(--white);
  }
  body.dark .link:not(.link--disabled) {
    background: linear-gradient(var(--white), var(--white)) 0 110% no-repeat;
    background-size: 0 0.4rem;
  }
  body.dark .link:not(.link--disabled):before,
  body.dark .link:not(.link--disabled):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M8.6907 2.72011L0.910816 10.5L0 9.57021L7.77989 1.8093L7.70399 1.7334H4.97154V0.5H9.69639L10 0.803606V5.52846H8.74763V2.77704L8.6907 2.72011Z' fill='white'/%3E%3C/svg%3E");
  }
  body.dark .navbar,
  body.dark .navbar-in {
    background: var(--dark);
  }
  body.dark .navbar-burg-in-bread span {
    background: var(--white);
  }
  body.dark .sidebar {
    background: rgba(0, 0, 0, 0.57);
  }
  body.dark .sidebar-in {
    background: var(--dark);
  }
  body.dark .driver {
    border-top: 1px solid var(--muted);
  }
  body.dark .driver:before {
    background: var(--white);
  }
  body.dark .page-cover-wrapper {
    background: var(--dark);
  }
  body.dark .page-cover:before {
    background: var(--white);
  }
  .card {
    display: block;
    height: auto;
    position: relative;
    padding-top: 0.8rem;
    overflow: hidden;
  }
  .card:last-child {
    margin-bottom: 0;
  }
  .card:before,
  .card:after {
    position: absolute;
    content: "";
    height: 0.8rem;
    transition: 0.3s all ease-out;
    top: 0;
    left: 0;
    width: 100%;
    transform-origin: left;
  }
  .card:after {
    background: var(--muted);
    z-index: 1;
    transform: scaleX(0.8);
  }
  @media (min-width: 768px) {
    .card:after {
      transform: scaleX(0.5);
    }
  }
  .card:before {
    transform: scaleX(0);
    background: var(--dark);
    z-index: 2;
  }
  .card--light:before {
    background: var(--white);
  }
  .card-badge {
    font-size: var(--fs-sm);
    line-height: 1.4;
    color: var(--dark);
  }
  .card-badge-elem {
    background: var(--white);
    padding: 0.4rem;
  }
  @media (min-width: 1024px) {
    .card-badge {
      font-size: var(--fs-md);
    }
  }
  .card-badge,
  .card-play {
    transition: 0.3s all ease-out;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 2rem 1.2rem;
    z-index: 10;
  }
  .card-play {
    width: 3.2rem;
    height: 3.2rem;
    background: var(--white);
    overflow: hidden;
  }
  .card-play:before,
  .card-play:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: 32%;
    transition: 0.5s all ease;
    left: 0;
    top: 0;
  }
  .card-play:after {
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M9 6L4.64275e-07 11.1962L9.18537e-07 0.803847L9 6Z' fill='%23ffffff'/%3E%3C/svg%3E");
  }
  .card-play:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M9 6L4.64275e-07 11.1962L9.18537e-07 0.803847L9 6Z' fill='%23323437'/%3E%3C/svg%3E");
    will-change: transform;
  }
  .card-banner {
    position: relative;
    margin-bottom: 1.6rem;
    overflow: hidden;
    height: 100%;
  }
  .card-banner img {
    display: block;
    width: 110%;
    height: 100%;
    transition: 0.3s all ease-out;
    margin: 0 -5%;
    transform-origin: top;
  }
  .card-content {
    transition: 0.3s transform ease-out;
  }
  .card-title,
  .card-date {
    font-size: var(--fs-sm);
  }
  .card-date,
  .card-meta {
    font-weight: var(--fw-light);
  }
  .card-title {
    text-transform: uppercase;
    line-height: 1.45;
    margin-bottom: 0.5rem;
    font-weight: var(--fw-bold);
    color: inherit;
  }
  .card-meta {
    line-height: 1.3;
    font-size: var(--fs-sm);
    margin-bottom: 1.6rem;
    color: inherit;
  }
  @media (min-width: 768px) {
    .card-meta {
      font-size: var(--fs-md);
    }
  }
  .card-date {
    color: var(--secondary);
    line-height: 1;
    margin-bottom: 1.2rem;
  }
  .card-link {
    transform: translateY(-1rem);
    opacity: 0;
    transition: 0.3s opacity ease-out;
  }
  @media (hover: hover) {
    .card:hover:before,
    .card:hover:after {
      transform: scaleX(1);
    }
    .card:hover .card-badge-elem {
      background: var(--dark);
      color: var(--white);
    }
    .card:hover .card-play:before {
      transform: scale(9) rotate(180deg);
    }
    .card:hover .card-play:after {
      opacity: 1;
    }
    .card:hover .card-banner img {
      transform: scale(0.98) translateY(-1.6rem);
    }
    .card:hover .card-content {
      transform: translateY(-1.6rem);
    }
    .card:hover .card-link {
      opacity: 1;
    }
  }
  .form-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.8rem;
    margin-bottom: 2.4rem;
  }
  @media (min-width: 1024px) {
    .form-layout {
      grid-template-columns: 1fr 1fr;
      margin-bottom: 3.2rem;
    }
    .form-layout-full {
      grid-column-end: span 2;
    }
  }
  .form-control,
  .form-label,
  .form-invalid-feedback {
    font-size: var(--fs-sm);
    line-height: 1.3;
    font-weight: var(--fw-light);
  }
  @media (min-width: 1024px) {
    .form-control,
    .form-label,
    .form-invalid-feedback {
      font-size: var(--fs-md);
    }
  }
  .form-file {
    background-color: #b6bac666;
  }
  .form-file:before {
    content: "";
    background-image: url(/media/icons/camera.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 2rem;
    position: absolute;
    right: 2.7rem;
    top: 0;
    height: 100%;
    width: 2rem;
  }
  .form-control {
    background: #f0f1f4;
    outline: 0;
    resize: none;
    display: block;
  }
  .form-control::placeholder {
    color: transparent;
  }
  .form-control:hover {
    border-color: var(--muted);
  }
  .form-control:focus,
  .form-control:not(:placeholder-shown) {
    border-color: var(--secondary);
  }
  .form-control:focus ~ .form-label,
  .form-control:not(:placeholder-shown) ~ .form-label {
    transform: scale(0.9) translateY(-1.75rem) translate(0.25rem);
  }
  .form-control,
  .form-file {
    min-height: 5.6rem;
    border-radius: 4px;
    padding: 1.8rem 1.6rem 1.7rem;
    font-family: inherit;
    color: inherit;
    width: 100%;
    border: 1px solid transparent;
    transition: 0.3s all ease;
    display: block;
  }
  @media (min-width: 768px) {
    .form-control,
    .form-file {
      min-height: 7.2rem;
      padding: 3rem 2.7rem 1rem;
    }
  }
  .form-control--invalid,
  .form-file--invalid {
    border-color: var(--danger) !important;
    color: var(--danger);
  }
  .form-floating {
    position: relative;
  }
  .form-invalid-feedback {
    color: var(--danger);
    font-weight: var(--fw-extra-light);
    margin-top: 0.6rem;
  }
  .form-label {
    color: var(--secondary);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 1.8rem 1.6rem 1.7rem;
    line-height: 1.75;
    pointer-events: none;
    transform-origin: left;
    transition: 0.2s transform ease;
  }
  @media (min-width: 1024px) {
    .form-label {
      line-height: 1.4;
      padding: 2.7rem 2.7rem 1.25rem;
    }
  }
  @media (min-width: 768px) {
    .form-bottom {
      display: flex;
      align-items: center;
    }
    .form-bottom > * + * {
      margin-left: 2.4rem;
    }
  }
  .form-checkbox {
    display: flex;
    align-items: flex-start;
    font-weight: var(--fw-light);
    font-size: var(--fs-sm);
    position: relative;
    margin-top: 2.4rem;
    padding-right: 2rem;
  }
  @media (min-width: 768px) {
    .form-checkbox {
      font-size: var(--fs-md);
      margin-top: 0;
      padding-right: 0;
    }
  }
  .form-checkbox a {
    text-decoration: underline;
  }
  .form-checkbox input:checked ~ span:before {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='8' height='8' transform='translate(0 0.5)' fill='%23323437'/%3E%3C/svg%3E%0A");
    background-size: 0.8rem;
    background-position: 55% center;
    background-repeat: no-repeat;
  }
  .form-checkbox span {
    padding-left: 2.8rem;
    display: block;
  }
  .form-checkbox span:before {
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    border: 0.1rem solid var(--secondary);
    left: 0;
    cursor: pointer;
  }
  textarea.form-control {
    padding: 2rem 1.6rem 1.7rem;
  }
  @media (min-width: 1024px) {
    textarea.form-control {
      padding: 3.2rem 2.7rem 1.25rem;
    }
  }
  .tabs-link {
    font-size: var(--fs-lg);
    padding: 1.6rem 0;
    border-top: 1px solid var(--muted);
    border-bottom: 1px solid var(--muted);
    display: block;
    cursor: pointer;
    position: relative;
  }
  @media (min-width: 768px) {
    .tabs-link {
      padding: 2.4rem 0;
    }
  }
  .tabs-link:before,
  .tabs-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 0.8rem;
    transition: 0.3s all ease-out;
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    z-index: 2;
  }
  .tabs-link:before {
    background: var(--muted);
  }
  .tabs-link:after {
    background: var(--dark);
  }
  @media (hover: hover) {
    .tabs-link:hover .tabs-link-in:before {
      transform: scaleX(1);
    }
    .tabs-link:hover:before {
      transform: scaleX(0.5);
    }
  }
  .tabs-link[data-open="true"] .tabs-link-in:before {
    transform: scaleX(1);
  }
  .tabs-link-in {
    position: relative;
    display: inline-block;
    padding-right: 2.1rem;
  }
  .tabs-link-in:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M10.7677 4.13396H0L0.013131 2.85283L10.7677 2.86604L10.7677 2.76038L8.87677 0.858491L9.7303 0L13 3.28868L13 3.71132L9.7303 7L8.86364 6.1283L10.7677 4.21321L10.7677 4.13396Z' fill='%23323437'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.3s all ease;
  }
  .tabs-link[data-open="true"]:after {
    transform: scaleX(1);
  }
  .tabs-link--back {
    background: var(--muted);
    border: 0;
    padding: 0.9rem 0.8rem 0.8rem;
  }
  .tabs-link--back .tabs-link-in {
    padding-right: 0;
    padding-left: 2.1rem;
  }
  .tabs-link--back .tabs-link-in:before {
    left: 0;
    right: auto;
    transform-origin: center;
    transform: scaleX(1) rotate(180deg);
  }
  .tabs-list li {
    margin-bottom: -1px;
  }
  .tabs-pane-in {
    transition: 0.3s opacity ease;
    margin-top: -1px;
  }
  .tabs-pane-in[data-open="true"] {
    opacity: 1;
    position: relative;
  }
  .tabs-pane-in[data-open="false"] {
    opacity: 0;
    pointer-events: none;
  }
  @media (min-width: 768px) {
    .tabs-pane-in[data-open="false"] {
      z-index: -1;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
    }
  }
  .tabs-pane {
    display: block;
    width: 100%;
    padding: 3.2rem 0 1rem;
  }
  @media (min-width: 768px) {
    .tabs-pane {
      border-top: 1px solid var(--muted);
    }
  }
  .dignity-card {
    position: relative;
    padding: 2.2rem;
  }
  @media (min-width: 768px) {
    .dignity-card {
      padding: 3.2rem;
    }
  }
  .dignity-card + .dignity-card {
    margin-top: 0.8rem;
  }
  .dignity-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--dark);
    margin: 0.8em;
  }
  @media (min-width: 768px) {
    .dignity-card:before {
      margin: 1.2rem;
    }
  }
  .dignity--success {
    background: var(--success);
  }
  .dignity--info {
    background: var(--info);
  }
  .dignity--warning {
    background: var(--warning);
  }
  .dignity--transparent {
    background: transparent;
  }
  @media (max-width: 768px) {
    .dignity--transparent {
      padding: 1.6rem 0 0;
    }
    .dignity--transparent:before {
      margin: 0;
    }
  }
  .dignity-banner {
    width: 100%;
    height: 18.4rem;
    position: relative;
    margin-top: var(--m-md);
  }
  .dignity-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    z-index: 0;
  }
  .dignity-title {
    margin-bottom: 0.8rem;
    line-height: 1.34;
    font-weight: var(--fw-bold);
    font-size: var(--fs-sm);
  }
  @media (min-width: 768px) {
    .dignity-title {
      font-size: var(--fs-lg);
    }
  }
  .dignity-meta {
    line-height: 1.31;
    font-weight: var(--fw-regular);
  }
  @media (min-width: 768px) {
    .dignity-meta {
      font-size: var(--fs-md);
    }
  }
  .description {
    position: relative;
    padding-top: 2.4rem;
    font-size: var(--fs-sm);
    color: var(--secondary);
    line-height: 1.34;
  }
  .description:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--dark);
  }
  .description .text-bold,
  .description b {
    color: var(--dark);
  }
  @media (min-width: 768px) {
    .description {
      font-size: var(--fs-lg);
      padding-top: 4.4rem;
    }
  }
  .product-card {
    background: #e2e6e6;
  }
  .product-card-top {
    position: relative;
    width: 100%;
    height: 17rem;
  }
  @media (min-width: 768px) {
    .product-card-top {
      height: 29.5rem;
    }
  }
  .product-card-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    z-index: 0;
  }
  .product-card-body {
    padding: 1.2rem 1.2rem 2.4rem;
  }
  @media (min-width: 768px) {
    .product-card-body {
      padding: 1.6rem 3.2rem 3.2rem;
    }
  }
  .product-card-title {
    margin-bottom: 0.8rem;
    font-weight: var(--fw-bold);
    font-size: var(--fs-sm);
  }
  @media (min-width: 768px) {
    .product-card-title {
      font-size: var(--fs-lg);
    }
  }
  .product-card-meta {
    color: var(--secondary);
    font-size: var(--fs-sm);
  }
  @media (min-width: 768px) {
    .product-card-meta {
      font-size: var(--fs-md);
    }
  }
  .run-line {
    display: flex;
    width: 100%;
    height: 4.5rem;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .run-line:before,
  .run-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--muted);
  }
  @media (min-width: 1024px) {
    .run-line:before,
    .run-line:after {
      left: 2.7rem;
      right: 2.7rem;
    }
  }
  .run-line:before {
    top: 0;
  }
  .run-line:after {
    bottom: 0;
  }
  @media (min-width: 1024px) {
    .run-line {
      height: 6rem;
    }
  }
  .run-line-in {
    white-space: nowrap;
    animation: 5s linear 0s infinite running ticker-transform;
  }
  .run-line-in:hover {
    animation-play-state: paused;
  }
  .run-line-in-text:hover {
    text-decoration: underline;
  }
  .run-line-in-text,
  .run-line-in .new {
    font-size: var(--fs-lg);
    font-weight: var(--fw-light);
    line-height: 1.34;
    display: inline-block;
    position: relative;
  }
  .run-line-in .new {
    position: relative;
    font-size: var(--fs-sm);
    text-transform: uppercase;
    margin: 0 1.6rem;
    padding: 0 1.2rem;
    height: 2rem;
    line-height: 1.6;
  }
  .run-line-in .new:before,
  .run-line-in .new:after {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--dark);
    top: 50%;
    transform: translateY(-50%);
  }
  .run-line-in .new:before {
    left: 0;
  }
  .run-line-in .new:after {
    right: 0;
  }
  @keyframes ticker-transform {
    0% {
      transform: translateZ(0);
    }
    to {
      transform: translate3d(-33.33333333%, 0, 0);
    }
  }
  .driver {
    position: absolute;
    border-top: 1px solid var(--muted);
    display: block;
    width: 100%;
    left: 0;
  }
  .driver:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--dark);
    height: 0.8rem;
    width: 50%;
  }
  @media (min-width: 768px) {
    .driver:before {
      width: 44rem;
      height: 0.5rem;
    }
  }
  @media (min-width: 1024px) {
    .driver:before {
      width: 60rem;
      height: 0.8rem;
    }
  }
  .driver-container {
    max-width: 100%;
    width: 100%;
    position: relative;
    height: 4rem;
  }
  @media (min-width: 768px) {
    .driver-container {
      height: 5.6rem;
    }
  }
  .driver--dark {
    border-top: 0 solid transparent;
  }
  .driver--dark:before {
    background: var(--white);
  }
  @media (max-width: 767px) {
    .driver--mobile:before {
      width: 100%;
    }
  }
  .filter {
    padding: var(--m-sm) 0;
    border-top: 1px solid var(--muted);
    border-bottom: 1px solid var(--muted);
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    .filter {
      padding: var(--m-lg) 0;
    }
  }
  .filter-item {
    background: #f0f1f4;
    position: relative;
    padding: 2.4rem;
    display: flex;
    align-items: center;
  }
  .filter-item img {
    max-width: 100%;
    object-fit: contain;
    height: 5.6rem;
    margin: 0 auto;
    display: inline-block;
  }
  .filter-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    transition: 0.4s all ease;
    transform: scaleX(1);
    transform-origin: right;
    z-index: 10;
  }
  [data-filter-to][data-open="false"] {
    opacity: 0.5;
  }
  [data-filter-column] {
    position: relative;
    overflow: hidden;
    padding-bottom: 1px;
  }
  [data-column-open="true"] [data-filter]:before {
    animation-name: test;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
  }
  [data-filter]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    transform: scaleX(1);
    transform-origin: right;
    z-index: 10;
  }
  [data-filter] > *:first-child [data-filter-to] {
    border-top: 0;
  }
  [data-column-active="false"] {
    display: none;
  }
  @media (min-width: 768px) {
    [data-column-active="false"] {
      display: block;
    }
  }
  @media (max-width: 767px) {
    [data-filters] .meta-container {
      display: flex !important;
      flex-direction: column;
      align-items: flex-start;
    }
    [data-filters] .meta-container > * + * {
      margin-top: var(--m-lg);
    }
  }
  [data-filter-back] {
    display: block;
  }
  @media (min-width: 768px) {
    [data-filter-back] {
      display: none;
    }
  }
  @keyframes test {
    0% {
      transform: scaleX(1);
    }
    to {
      transform: scaleX(0);
    }
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 100;
    display: flex;
    padding: 0.4rem;
    transition: 0.3s opacity ease;
  }
  @media (min-width: 768px) {
    .modal {
      padding: 2.7rem;
    }
  }
  .modal[data-open="false"] {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
  .modal-in {
    margin: auto;
    max-width: 68.6rem;
    width: 100%;
    opacity: 0;
    transform: scale(0);
  }
  .modal-content {
    background: var(--white);
    position: relative;
  }
  .modal-title {
    font-size: 2.4rem;
    font-weight: var(--fw-light);
    line-height: 1.3;
    margin-bottom: 3.8rem;
  }
  .modal-form-layout {
    margin-bottom: 2.4rem;
  }
  .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.8rem;
    height: 3.8rem;
    margin: 2rem 1.2rem;
    z-index: 2;
    transition: 0.3s transform ease;
  }
  @media (min-width: 768px) {
    .modal-close {
      margin: 4rem;
    }
  }
  .modal-close:hover {
    transform: rotate(-90deg);
  }
  .modal-close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .modal[data-open="true"] .modal-in {
    animation-name: scaleIn;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
  }
  .modal-content,
  .modal-result {
    padding: 2.4rem 1.2rem;
  }
  @media (min-width: 768px) {
    .modal-content,
    .modal-result {
      padding: 4rem;
    }
  }
  .modal-result {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: var(--white);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1.33;
    font-weight: var(--fw-regular);
    font-size: var(--fs-xl);
  }
  .modal-result[hidden] {
    display: none;
  }
  @keyframes scaleIn {
    0% {
      opacity: 0;
      transform: scale(0.98);
    }
    60% {
      opacity: 0.75;
      transform: scale(1.02);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .breadcrumb {
    width: 100%;
    overflow-x: auto;
    margin-bottom: var(--m-lg);
    padding-bottom: 1rem;
  }
  .breadcrumb-list {
    display: flex;
    align-items: center;
  }
  .breadcrumb-list li + li {
    margin-left: 1rem;
  }
  .breadcrumb-item {
    font-size: 1.6rem;
    line-height: 1.31;
    font-weight: var(--fw-regular);
    cursor: pointer;
    padding: 0.4rem 0.8rem;
    border: 1px solid var(--muted);
    transition: 0.3s all ease;
    white-space: nowrap;
    display: block;
  }
  .breadcrumb-item:hover,
  .breadcrumb-item--active {
    background: var(--muted);
    color: var(--white);
  }
  
/* End */


/* Start:/local/css/litle-tables.css?1790344986295*/
.litle_3 table {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
}
.litle_3 th,
.litle_3 td {
  border: 1px solid;
  padding: 8px 12px;
  vertical-align: top;
  text-align: left;
}
.litle_3 th {
  font-weight: 600;
}
.litle_3 table b {
  color: inherit;
}

/* End */
/* /bitrix/templates/main_article/css/main.css?171586530054994 */
/* /local/css/litle-tables.css?1790344986295 */
