

/* Start:/bitrix/templates/b2b/css/style.css?175810853144067*/
:root {
  --dark: #323437;
  --secondary: #55575a;
  --muted: #b6bac6;
  --white: #ffffff;
  --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: 115;
  }
}

* {
  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.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;
}

@media (max-width: 575px) {
  [data-grid] {
    display: none !important;
  }
}

.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(/bitrix/templates/b2b/css/../fonts/Gilroy-Extrabold.eot);
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Extrabold.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Extrabold.woff2) format("woff2"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Extrabold.woff) format("woff"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Extrabold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(/bitrix/templates/b2b/css/../fonts/Gilroy-Bold.eot);
  src: local("Gilroy Bold"), local("Gilroy-Bold"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Bold.woff2) format("woff2"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Bold.woff) format("woff"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(/bitrix/templates/b2b/css/../fonts/Gilroy-Semibold.eot);
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Semibold.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Semibold.woff2) format("woff2"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Semibold.woff) format("woff"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(/bitrix/templates/b2b/css/../fonts/Gilroy-Medium.eot);
  src: local("Gilroy Medium"), local("Gilroy-Medium"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Medium.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Medium.woff2) format("woff2"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Medium.woff) format("woff"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(/bitrix/templates/b2b/css/../fonts/Gilroy-Light.eot);
  src: local("Gilroy Light"), local("Gilroy-Light"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Light.eot?#iefix) format("embedded-opentype"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Light.woff2) format("woff2"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Light.woff) format("woff"),
    url(/bitrix/templates/b2b/css/../fonts/Gilroy-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.navbar {
  background: var(--white);
  position: relative;
  height: calc(var(--nav-height) * 1px);
  z-index: 20;
}

.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-end;
  justify-content: flex-start;
  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;
}

.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 {
  background: var(--white);
  font-size: var(--fs-sm);
  padding: 0.4rem;
  line-height: 1.4;
  color: var(--dark);
}

@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%;
  aspect-ratio: 16 / 9;
  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 {
    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(/bitrix/templates/b2b/css/../images/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);
}

.test {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 50px;
  height: 100px;
  background: #007aff;
  z-index: 100;
}

/* End */


/* Start:/bitrix/templates/b2b/css/custom.css?17484231016647*/
.section .list-section {
  display: none;
}

.card-badge {
  display: none !important;
}

.swiper-slide {
  touch-action: pan-y;
}

#gallary {
  margin-bottom: var(--m-xl);
}

#gallary .swiper-container .swiper-slide {
  height: 900px;
}

@media only screen and (max-width:1920px) {
  #gallary .swiper-container .swiper-slide {
    height: 600px;
  }
}

@media only screen and (max-width:1600px) {
  #gallary .swiper-container .swiper-slide {
    height: 500px;
  }
}

#gallary .swiper-container .swiper-slide img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

#gallary .swiper-container {
  overflow: hidden;
  position: relative;
}

#gallary .swiper-button-next,
#gallary .swiper-button-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  right: 10px;
  padding: 30px;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
}

@media only screen and (max-width:768px) {

  #gallary .swiper-button-next,
  #gallary .swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: 20px;
  }

  #gallary .swiper-button-next:after,
  #gallary .swiper-button-prev:after {
    font-size: 26px;
  }
}

@media only screen and (min-width:1920px) {
  .page-content {
    max-width: 120rem !important;
  }
}

.filter-item:hover {
  transform: scale(1.04);
  transition: .3s all ease-out;
}

.inspiration .grid-card-column img {
  object-fit: cover;
}

.inspiration .grid-card-column:nth-child(2) img {
  height: 38rem;
}

@media (max-width: 1024px) {
  .inspiration .grid-card-column:nth-child(2) img {
    height: 30rem;
  }
}

.butToUp {
  position: fixed;
  bottom: 7%;
  right: 0%;
  height: 9rem;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  user-select: none;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
}

.butToUp.show {
  opacity: 1;
  pointer-events: all;
}

.butToUp a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.butToUp .img {
  width: 2.9rem;
  height: 2.9rem;
  opacity: 0.4;
}

.butToUp .img svg {
  width: 100%;
}

.butToUp .text {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--dark);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -0.3rem;
}

.butToUp .text-white {
  color: var(--white);
}

.butToUp .mobile {
  display: none;
}

@media (max-width: 1040px) {
  .butToUp {
    bottom: 15%;
    height: 2rem;
  }

  .butToUp .text {
    display: none;
  }
}

@media (max-width: 970px) {
  .run-line-in .new {
    height: 1.7rem;
  }

  .butToUp .mobile {
    display: block;
  }

  .butToUp .desctop {
    display: none;
  }

  .card-banner-inspiration img {
    height: 18rem;
  }
}

@media (max-width: 600px) {
  .butToUp .img {
    width: 5rem;
    height: 5rem;
  }

  .butToUp {
    bottom: 3rem;
    height: 2.8rem;
  }
}

.article-link-new {
  color: #008C95;
}

.article-button {
  display: inline-block;
  padding: 10px 25px;
  background-color: #33e3d5;
  border-radius: 12px;
}

.page-content .article-text a,
.page-content .article-image a {
  text-decoration: underline;
}

.butToUp.on_dark .text {
  color: var(--white);
}

.butToUp.on_dark svg path {
  fill: var(--dark);
}

.butToUp.on_dark svg rect {
  fill: var(--white);
}

.form-succses {
  display: none;
  font-size: 20px;
  margin-top: 1rem;
  color: rgb(89, 154, 86);
}

.form-error {
  display: none;
  font-size: 20px;
  margin-top: 1rem;
  color: rgb(199, 23, 23);
}

.button:disabled {
  background-color: #636161;
}

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
}

header {
  margin-top: calc(var(--nav-height) * 1px);
}

.header-breadcrumb {
  margin-top: calc(var(--nav-height) * 1px);
}

.pageNotFound {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 100px);
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 2rem;
}

#education {
  position: relative;
}

.contacts {
  position: relative;
}

a.anchored {
  position: absolute;
  top: -115px;
  display: block;
}

@media (max-width: 800px) {
  a.anchored {
    position: absolute;
    top: -90px;
    display: block;
  }
}

#error-message {
  color: rgb(255, 116, 116);
  font-size: 16px;
}

.g-recaptcha {
  margin-bottom: 20px;
}

body {
  overflow-x: hidden;
}

.butToUp.bottom {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.butFooter {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.butFooter.bottom {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

body.dark-white .navbar,
body.dark-white .navbar-in {
  background: var(--dark);
  color: var(--white);
}

body.dark-white footer {
  background: var(--dark);
  color: var(--white);
}

body.dark-white .footer-icon img {
  z-index: 1;
}

body.dark-white .header-breadcrumb {
  margin-top: calc(var(--nav-height) * 1.4px);
}

body.dark-white .contacts {
  margin-bottom: 0;
}

body.dark-white .navbar .navbar-list .link::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-white .navbar .navbar-list .link::before {
  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-white .gray-bg {
  padding-top: 2px;
  background: #EBEBEB;
}

body.dark-white .page-meta {
  max-width: 85rem;
  padding-top: var(--m-lg);
  position: relative;
  margin: 0;
}

body.dark-white .page-line-meta:after {
  position: absolute;
  content:'';
  top: 0;
  left: 0;
  width: 1084px;
  height: .2rem;
  background: var(--dark);
}

@media (min-width: 768px) {
  body.dark-white .page-meta {
      padding-top: var(--m-xl);
  }
}

body.dark-white .footer .driver-container .driver::before {
  background: var(--white);
}
/* End */


/* Start:/bitrix/templates/b2b/components/bitrix/breadcrumb/main/style.min.css?1694600548467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* 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 */


/* Start:/bitrix/templates/b2b/styles.css?17533552301806*/
.cookie {
  position: fixed;
  background: #fff;
  bottom: 0;
  width: 40.8rem;
  z-index: 12;
  left: 2.7rem;
  bottom: 2.7rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.cookie.active {
  opacity: 1;
  visibility: visible;
}
.cookie .text {
  font-size: 1.6rem;
  color: #01313C;
  
}
.cookie .content .link_cont {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
}

.cookie .content .link_cont .link {
  padding: 0;
  font-size: 1.6rem;
}

.cookie .content .link_cont .link::after {
  display: none;
}
.cookie .content .link_cont .link::before {
  display: none;
}

.cookie .content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.cookie .but_cont {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1.2rem;
  font-size: 1.6rem;
}
.cookie .but_cont .button {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.cookie .but_cont .button.inv {
  background-color: #fff;
  color: #01313c;
  border: 0.1rem solid #3e4355;
}
.cookie .modal-close {
  margin: 0.5rem;
}
@media (max-width: 600px) {
  .cookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    left: 0rem;
    bottom: 1rem;
    padding: 2rem 1.8rem;
    gap: 1rem;
  }

  .cookie .text {
    font-size: 1.2rem;
  }
  .cookie .content {
    gap: 1.2rem;
  }
  .cookie .content .link_cont .link {
    font-size: 1.2rem;
  }
  .cookie .content .link_cont {
    gap: 1rem;
  }
  .cookie .but_cont {
    gap: 0.6rem;
    font-size: 1.2rem;
  }
  .cookie .modal-close {
    margin: 1rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}

/* End */
/* /bitrix/templates/b2b/css/style.css?175810853144067 */
/* /bitrix/templates/b2b/css/custom.css?17484231016647 */
/* /bitrix/templates/b2b/components/bitrix/breadcrumb/main/style.min.css?1694600548467 */
/* /local/css/litle-tables.css?1790344986295 */
/* /bitrix/templates/b2b/styles.css?17533552301806 */
