@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "TT Norms", sans-serif;
  color: var(--Dark, #171718);
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.header {
  padding: clamp(1rem, 2.5vw, 2rem) 0;
}

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

.header__left, .header__right {
  display: flex;
  align-items: center;
}

.header__left .itext ~ .itext, .header__right .itext ~ .itext {
  margin-left: 1.5rem;
}

.header__logo img {
  max-width: clamp(96px, 12vw, 160px);
}

@media screen and (max-width: 768px) {
  .header__products, .header__lang {
    display: none !important;
  }

  .header .itext {
    position: relative;
  }

  .header .itext span {
    display: none;
  }

  .header .itext svg {
    margin: 0;
  }

  .header .itext:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.sidemenu {
  padding: clamp(16px, 6vw, 46px) clamp(16px, 6vw, 64px) clamp(16px, 6vw, 64px);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 420px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: 0.3s;
  z-index: -1;
}

.sidemenu__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sidemenu .sidemenu__links {
  margin-bottom: clamp(48px, 6vw, 64px);
}

ul li, ol li {
  margin-bottom: 0.6em;
}

.sidemenu ul {
  list-style-type: none;
  margin-left: 0;
}

.sidemenu ul a {
  display: block;
  color: var(--grey, #5c6166);
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding: clamp(8px, 1vw, 8px) 0;
  line-height: 1.2em;
}

.sidemenu ul a:hover,
.menu-item-expanded > a {
  color: var(--dark, #171718) !important;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}

.sidemenu .custom-logo-link {
  display: none;
}

.sidemenu .custom-logo-link img {
  max-width: 96px;
}

.sidemenu .header__lang {
  margin-top: auto;
}

@media screen and (max-width: 576px) {
  .sidemenu {
    width: 100%;
  }

  .sidemenu .header__left {
    width: 100%;
    justify-content: space-between;
  }

  .sidemenu .custom-logo-link {
    display: block;
  }

  .sidemenu .header__lang {
    display: inline-flex !important;
    margin-top: auto;
  }

  .sidemenu .header__lang span {
    display: block !important;
  }

  .sidemenu .itext span {
    display: none;
  }
}
.js-menu-toggle * {
  pointer-events: none;
}

.menu-opened .sidemenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  z-index: 99;
}

.menu-opened:after,
.show-filters:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.4);
}

.itext {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.itext span ~ svg,
.itext svg ~ span {
  margin-left: 1rem;
}

.itext span, .itext svg {
  pointer-events: none;
}

.itext .onhover,
.itext:hover .nohover {
  display: none;
}

.itext:hover .onhover {
  display: block;
}

.ilink {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--Dark, #171718);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.ilink svg,
.ilink img {
  margin-right: 1.5rem;
}

@media screen and (max-width: 768px) {
  .ilink__desconly {
    display: none;
  }
}
.h1 {
  font-size: clamp(48px, 10vw, 128px);
  font-weight: 300;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.h2 {
  font-size: clamp(32px, 7vw, 80px);
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.h3, .cpost__entry h1, .cpost__entry h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.2px;
}

.cpost__entry ul,
.cpost__entry ol {
  margin-left: 0;
  padding-left: 1.25em;
}

.cpost__entry h1, .cpost__entry h2 {
  line-height: 1;
}

.h4, .cpost__entry h3 {
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 400;
  line-height: normal;
}

.h5, .cpost__entry h4 {
  color: var(--Grey, #959ba1);
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.text-1, .cinput__label, .cform__agreement {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
}

.text-2 {
  color: var(--Dark, #171718);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.text-3 {
  font-size: clamp(18px, 2.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.hhero {
  padding: clamp(94px, 6vw, 194px) 0 clamp(80px, 15vw, 204px);
  background: url("../img/homebg.svg") no-repeat center/cover;
}

.hhero__title {
  letter-spacing: -6.4px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 40px);
  margin-top: clamp(-116px, -4vw, -24px);
}

.hhero__snippet {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 400;
  line-height: 130%;
  max-width: 646px;
  margin: 0 auto 32px;
  text-align: center;
}

.hhero__action {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hhero__title {
    letter-spacing: initial;
  }
}
.possibilities {
  background: var(--Light, #e3e6ea);
  padding: clamp(40px, 8vw, 102px) 0;
}

.possibilities .container {
  position: relative;
}

.possibilities__top {
  position: absolute;
  top: 0;
  right: 0;
}

.possibilities__title {
  margin-bottom: 1em;
}

.possibilities__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: 440px;
}

.possibilities__item {
  position: relative;
  overflow: hidden;
}

.possibilities__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
  width: auto;
  max-width: unset;
  height: 100%;
  transition: 1s;
}

.possibilities__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 33;
  position: absolute;
  top: 0;
  left: 0;
}

.possibilities__item:hover img {
  transform: translate(-50%, -50%) scale(1);
}

.possibilities__name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e4d9d9;
  z-index: 44;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 1280px) {
  .possibilities__title {
    margin-bottom: 1rem;
  }

  .possibilities__top {
    position: static;
    margin-bottom: 40px;
    padding-left: 0.75vw;
  }

  .possibilities__grid {
    grid-template-columns: 1fr;
    gap: 4px;
    height: auto;
  }

  .possibilities__item {
    height: 150px;
  }

  .possibilities__item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .possibilities__name {
    font-size: 32px;
  }
}
.products {
  padding: clamp(80px, 10vw, 102px) 0;
}

.products .swiper-slide {
  opacity: 0 !important;
}

.products .swiper-slide-active {
  opacity: 1 !important;
}

.products .container {
  position: relative;
}

.products__outer {
  position: relative;
  max-width: 1728px;
  margin: 0 auto;
}

.products__nav {
  background: transparent;
  outline: 0;
  cursor: pointer;
  transition: 0.2s;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Dark, #171718);
  border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 64px;
  padding: 0;
  color: #000;
}

.products__nav:hover {
  background: #000;
  color: #fff;
}

.products .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.products__next {
  left: auto;
  right: 64px;
}

.products__next svg {
  transform: rotate(180deg);
}

.products__title {
  margin-bottom: 1em;
}

.products__top {
  position: absolute;
  top: 0;
  right: 1rem;
}

@media screen and (max-width: 1600px) {
  .products__nav {
    left: 24px;
  }

  .products__next {
    left: auto;
    right: 24px;
  }
}
@media screen and (max-width: 1500px) {
  .products__top {
    position: static;
    margin-bottom: 40px;
    padding-left: 0.75vw;
  }

  .products__title {
    margin-bottom: 1rem;
  }

  .products__nav {
    top: -110px;
    right: 1rem;
    transform: unset;
  }

  .products__prev {
    left: auto;
    right: 4rem;
  }
}
.prodcard {
  background: #fff;
}

.prodcard__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 140px;
}

.prodcard__title {
  margin-bottom: clamp(24px, 5vw, 72px);
}

.prodcard__snippet {
  margin-bottom: clamp(32px, 5vw, 48px);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.54px;
}

.prodcard__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: clamp(32px, 5vw, 48px);
}

@media screen and (max-width: 1280px) {
  .prodcard__wrapper {
    gap: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .prodcard__features {
    gap: 24px 16px;
  }

  .prodcard__wrapper {
    grid-template-columns: 1fr;
  }

  .products__nav {
    top: 74vw;
    right: calc(50% - 56px);
    transform: translateY(-50%);
    z-index: 44;
  }

  .products__prev {
    left: calc(50% - 56px);
    right: auto;
  }

  .products__slider .prodcard__image {
    padding-bottom: 32px;
  }
}
.pfeature {
  display: flex;
}

.pfeature__icon {
  margin-right: clamp(0.5rem, 1vw, 1.5rem);
  flex: 0 0 clamp(24px, 3vw, 40px);
  margin-top: 4px;
}

.pfeature__key {
  color: var(--Grey, #959ba1);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.54px;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.pfeature__value {
  color: var(--Dark, #171718);
  display: block;
}

@media screen and (max-width: 1280px) {
  .pfeature__key {
    line-height: 1;
  }

  .pfeature__value {
    font-size: 18px;
  }
}
.video {
  padding: clamp(40px, 8vw, 102px) 0;
  background: var(--Light, #e3e6ea);
}

.video .container {
  position: relative;
}

.video__title {
  margin-bottom: 1em;
}

.video__top {
  top: 0;
  right: 1rem;
  position: absolute;
}

.video__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.video__action {
  text-align: center;
}

.video__item {
  color: inherit;
}

.video__image {
  display: block;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  position: relative;
  overflow: hidden;
  padding-bottom: 59.5%;
  cursor: pointer;
}

.video__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%) scale(1);
	/* Изначальный масштаб - нормальный размер */
	transition: transform 1s;
	/* Плавный переход */
	max-width: 100%;
}

.video__image:after {
	content: "";
    background-image: url("https://zala-aero.com/wp-content/uploads/2024/08/play.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px; /* Ширина иконки */
    height: 42px; /* Высота иконки */
    transform: translate(-50%, -50%);
}

.video__image:hover img {
	transform: translate(-50%, -50%) scale(1.05);
	/* Увеличение до 105% при наведении */
}


@media screen and (max-width: 992px) {
  .video__top {
    position: static;
    margin-bottom: 40px;
    padding-left: 0.75vw;
  }

  .video__title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .video__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.photos {
  padding: clamp(40px, 8vw, 102px) 0;
  background: var(--Light, #e3e6ea);
}

.photos .container {
  position: relative;
}

.photos__title {
  margin-bottom: 1em;
}

.photos__top {
  top: 0;
  right: 1rem;
  position: absolute;
}

.photos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.photos__action {
  text-align: center;
}

.photos__image {
  display: block;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  position: relative;
  overflow: hidden;
  padding-bottom: 59.5%;
  cursor: pointer;
}

.photos__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.05);
  transition: 1s;
  max-width: unset;
}

.photos__image:hover img {
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 992px) {
  .photos__top {
    position: static;
    margin-bottom: 40px;
    padding-left: 0.75vw;
  }

  .photos__title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .photos__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.news {
  padding: clamp(80px, 8vw, 102px) 0 clamp(40px, 6vw, 102px);
}

.news .container {
  position: relative;
}

.news__title {
  margin-bottom: 1em;
}

.news__top {
  position: absolute;
  top: 0;
  right: 1rem;
}

.news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 32px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.news__grid--2x {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news__image {
  display: block;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  position: relative;
  overflow: hidden;
  padding-bottom: 59.5%;
  cursor: pointer;
}

.news__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%) scale(1); /* Изначальный масштаб - нормальный размер */
  transition: transform 1s; /* Плавный переход */
  max-width: 100%;
}

.news__image:hover img {
  transform: translate(-50%, -50%) scale(1.05); /* Увеличение до 105% при наведении */
}

.news__date {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
}

.news__action {
  text-align: center;
}

.news__name {
  display: block;
  color: inherit;
  margin-bottom: 16px;
}

.news__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.news__category {
  color: var(--white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.8px;
  padding: 10px 12px;
  background: #171718;
}

@media screen and (max-width: 992px) {
  .news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news__top {
    position: static;
    margin-bottom: 40px;
    padding-left: 0.75vw;
  }

  .news__title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .news__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer {
  margin-top: clamp(40px, 7vw, 102px);
  padding-top: 56px;
  background: var(--Dark, #171718);
  color: #fff;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: clamp(48px, 8vw, 120px);
}

.footer__title {
  color: var(--White, #fff);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer__col ul {
  list-style-type: none;
  margin-left: 0;
}

.footer__col ul a {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  padding: 8px 0;
  display: block;
}

.footer__col ul a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer__bottom {
  border-top: 1px solid #323232;
}

.footer__bottom a {
  color: var(--White, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
}

.footer__wrapper {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__phone {
  display: block;
  color: var(--White, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer__phone:hover {
  color: inherit;
}

.footer__mail {
  display: block;
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}

.footer__mail:hover {
  color: inherit;
}

.footer__col-4 ul a {
  color: var(--White, #fff);
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 400;
  line-height: 100%;
}

@media screen and (max-width: 1080px) {
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }
}
@media screen and (max-width: 576px) {
  .footer__grid {
    display: block;
  }

  .footer__col {
    display: none;
  }

  .footer__col-4 {
    display: block;
    text-align: center;
  }

  .footer .socials {
    justify-content: center;
  }

  .footer #block-11 {
    display: none;
  }

  .footer__wrapper {
    flex-direction: column-reverse;
    padding: 48px 0;
  }

  .footer__privacy {
    margin-bottom: 24px;
  }

  .footer__copy {
    max-width: 222px;
    margin: 0 auto;
    text-align: center;
  }
}
.socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.socials a {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid var(--White, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials a svg {
  transition: 0.3s;
}

.socials a:hover {
  background: #fff;
}

.socials a:hover svg {
  filter: invert(1);
}

.socials a + a {
  margin-left: 1rem;
}

.breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
  margin: clamp(32px, 4vw, 48px) 0 clamp(32px, 4vw, 40px);
}

.breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs a {
  color: inherit;
}

.breadcrumbs .breadcrumb_last {
  color: var(--Grey, #959ba1);
}

.delim {
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80ODFfNjg2KSI+CjxwYXRoIGQ9Ik0xIDlMNSA1TDEgMSIgc3Ryb2tlPSIjMTcxNzE4Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDgxXzY4NiI+CjxyZWN0IHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxMCkgcm90YXRlKC05MCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4=") no-repeat center/contain;
  width: 6px;
  height: 10px;
  margin: 0 0.9rem;
}

.cpost__banner {
  color: #fff;
  padding: clamp(48px, 5vw, 88px) clamp(16px, 4vw, 64px) clamp(48px, 5vw, 64px);
  margin-bottom: 80px;
}

.cpost__date {
  margin-bottom: 1.5rem;
}

.cpost__title {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 400;
  line-height: 100%;
  max-width: 827px;
  margin-bottom: 2rem;
}

.cpost__snippet {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.5px;
  max-width: 664px;
}

.cpost__grid {
  display: grid;
  grid-template-columns: minmax(0, 891fr) minmax(0, 324fr);
  gap: clamp(24px, 6vw, 130px);
  align-items: flex-start;
}

.cpost__sidebar {
  position: sticky;
  top: 20px;
}

.cpost__entry {
  color: var(--Dark, #171718);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.54px;
}

.cpost__entry h1, .cpost__entry h2 {
  margin-bottom: 0.8em;
}

.cpost__entry h3 {
  margin-bottom: 1em;
}

.cpost__entry h4 {
  margin-bottom: 1em;
}

.cpost__entry figure {
  margin: clamp(48px, 5vw, 80px) 0;
}

@media screen and (max-width: 1160px) {
  .cpost__grid {
    display: block;
  }

  .cpost__sidebar {
    border-top: 1px solid #e3e6ea;
    padding-top: 32px;
  }
}
.latests {
  margin-bottom: 40px;
}

.latests__item {
  display: flex;
  margin-bottom: 1rem;
  color: inherit;
}

.latests__title {
  line-height: 130%;
}

.latests__item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.latests__image {
  margin-right: 1rem;
}

.latests__image img {
  max-width: 97px;
  height: auto;
}

.latests__entry {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.widget-title {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

@media screen and (max-width: 768px) {
  .widget-title {
    font-size: 2rem;
  }
}
.catlinks__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.catlinks__item {
  width: 100%;
}

.catlinks__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.54px;
}

.btn {
  border: 0;
  outline: 0;
  border-radius: 0;
  transition: 0.3s;
  cursor: pointer;
}

.btn--main {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--white, #fff) !important;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 1.25rem 2rem;
  background: var(--dark, #171718);
}

.btn--sm {
  padding: 1rem 2rem;
}

.btn--main:hover {
  background: #000;
  box-shadow: 0 0 5px 0px #444;
}

.btn--white {
  background: #fff;
  color: #171717 !important;
}

.docex__action {
  display: flex; /* Включаем flexbox для родительского элемента */
  align-items: center; /* Выравниваем дочерние элементы по центру по вертикали */
}

.docex__action a {
  display: flex; /* Включаем flexbox для ссылки */
  align-items: center; /* Выравниваем иконку и текст по центру по вертикали */
  text-decoration: none; /* Опционально, убираем подчёркивание у ссылки */
  color: inherit; /* Опционально, наследуем цвет текста от родителя или документа */
}

.docex__action a svg {
  margin-right: 1em; /* Добавляем отступ справа от SVG-иконки */
}

/* Удаляем inline стили у SVG, если они есть, и задаем их в CSS */
.docex__action a svg[style] {
  margin-right: 0;
  width: 16px; /* Ширина SVG */
  height: 16px; /* Высота SVG */
  fill: none; /* Цвет заливки SVG, если необходим */
}

.docex__action a span {
  white-space: nowrap; /* Текст не переносится на новую строку */
}


.docex__action .btn--white {
  margin-top: 10px;
}

.docex__action .btn--main {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 1.25rem 2rem;
}

.btn--white:hover {
  background: #fff;
  box-shadow: 0 0 5px 0px #999;
}

.btn--link {
  background: transparent;
}

.btn--link:hover {
  text-decoration: underline;
}

.cform {
  padding: 32px clamp(18px, 3vw, 32px);
  background: #f8f8f8 !important;
  margin: 80px 0;
}

.cform__title {
  margin-bottom: 1rem;
}

.cform__snippet {
  margin-bottom: clamp(24px, 4vw, 38px);
}

.cform [type=submit] {
  margin: 2rem 0 1rem;
}

.cform__agreement {
  text-align: center;
}

.cform__agreement a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .cform {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
}
.cinput {
  margin-bottom: 1rem;
}

.cinput__label {
  margin-bottom: 0.5rem;
  display: block;
}

.cinput input, .cinput textarea, .cinput select {
  resize: none;
  padding: clamp(14px, 1.5vw, 16px) clamp(16px, 3vw, 28px);
  background: var(--White, #fff);
  width: 100%;
  display: block;
  border-radius: 0;
  border: 1px solid #e3e6ea;
  outline: 0;
}

.submitting .btn,
.state-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
  background: #222 !important;
}

.submitting .btn:before,
.state-loading:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0iIiB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMjAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+CjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0U5QjQzRSIgc3Ryb2tlLXdpZHRoPSIyIj4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgdmFsdWVzPSIwOzQwIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwIDAuMiAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49IjBzIi8+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIgMCAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49IjBzIi8+CjwvY2lyY2xlPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2VlZSIgc3Ryb2tlLXdpZHRoPSIyIj4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgdmFsdWVzPSIwOzQwIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwIDAuMiAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49Ii0wLjVzIi8+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIgMCAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49Ii0wLjVzIi8+CjwvY2lyY2xlPgo8L3N2Zz4=) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.vhero {
  height: 621px;
  min-height: 621px;
  position: relative;
  color: var(--White, #fff);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vhero .container {
  height: 100%;
}

.vhero__background,
.vhero__iframe iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.vhero__crumbs {
  margin-bottom: clamp(32px, 4vw, 40px);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
}

.vhero__crumbs .breadcrumb_last {
  opacity: 0.7;
}

.vhero__crumbs a {
  color: #fff;
}

.vhero__crumbs .delim,
.pbanner .delim,
.page-template-history-template .delim {
  filter: invert(1);
}

.vhero__title {
  font-variant-numeric: lining-nums proportional-nums;
  text-transform: uppercase;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.vhero__snippet {
  max-width: 665px;
}

.vhero__entry {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 2550px) {
  .vhero {
    height: calc(100dvh - clamp(55px, 8vw, 104px));
  }
}
.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

.header__search .is2 {
  display: none;
  transform: translateY(-1px);
}

.show-search .header__search .is1 {
  display: none;
}

.show-search .header__search .is2 {
  display: block;
}

.article__title {
  margin-top: -8px;
}

.article__meta {
  display: flex;
  gap: 24px;
  margin-bottom: clamp(40px, 2vw, 80px);
  align-items: center;
}

.article__image {
  margin-bottom: clamp(40px, 5vw, 80px);
}

.article__tags:empty {
  display: none;
}

.article__tags .tag-cloud-link {
  margin-left: 0;
}

.article__footer {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .article__meta {
    flex-wrap: wrap;
    gap: 0 24px;
  }

  .article__footer {
    display: block;
  }
}
.cpost__sidebar .widget + .widget {
  margin-top: 40px;
}

.cpost {
  margin-top: clamp(32px, 4vw, 48px);
}

.cpost__entry .breadcrumbs {
  margin-top: 0;
}

.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-cloud-link {
  color: var(--dark, #171718);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.8px;
  border: 1px solid var(--dark, #171718);
  padding: 10px 12px;
}

.tag-cloud-link:hover {
  background: var(--dark, #171718);
  color: #fff;
}

.heateor_sss_sharing_container {
  display: none !important;
}

.cpost__entry {
  transform: translateZ(1px);
}

.sharer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: fixed;
  left: -120px;
  top: 0;
}

.sharer__item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  border: 1px solid #171717 !important;
  background: transparent;
  padding: 0;
  border-radius: 0;
  transition: 0.1s;
}

.sharer__item svg {
  pointer-events: none;
}

.sharer__item:hover {
  background: #171717;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .sharer {
    left: -60px;
  }
}
@media screen and (max-width: 1480px) {
  .sharer {
    position: static;
    flex-direction: row;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .sharer {
    flex: 0 0 100%;
    margin-top: 16px;
  }
}
.menu__expand {
  background: transparent;
  padding: 10px 12px;
}

.menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
}

.menu .menu-item-has-children > a svg {
  pointer-events: none;
}

.menu .sub-menu {
  padding: clamp(16px, 6vw, 46px) clamp(16px, 6vw, 64px) clamp(16px, 6vw, 64px);
  background: #fafafb;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 420px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transform: translateX(75%);
}

.menu .sub-menu .sub-menu {
  background: #f5f5f5;
  width: 480px;
}

.sub-menu .menu__back {
  display: block;
  height: 81px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.sub-menu .menu__back svg {
  pointer-events: none;
}

@media screen and (max-width: 1279px) {
  .sub-menu .menu__back {
    height: 40px;
    margin: 20px 0;
    pointer-events: initial;
    opacity: 1;
    display: inline-flex;
    background: transparent;
    justify-content: flex-start;
    align-items: center;
    color: #959ba1;
    text-transform: uppercase;
  }

  .sub-menu .menu__back svg {
    margin-right: 16px;
  }
}
.menu-opened .menu-item-expanded > .sub-menu {
  transform: translateX(100%);
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1280px) {
  .menu-item-has-children:hover > .sub-menu {
    transform: translateX(100%);
    opacity: 1;
    visibility: visible;
  }

  .menu-item > a {
    position: relative;
  }

  .menu-item > a:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: calc(100% + clamp(32px, 12vw, 128px));
    left: clamp(-64px, -6vw, -16px);
  }
}
@media screen and (max-width: 1279px) {
  .menu-opened .sub-menu {
    transform: translateX(-100%);
    padding-top: 64px;
  }

  .menu-opened .menu-item-expanded > .sub-menu {
    transform: translateX(0);
  }
}
@media screen and (max-width: 576px) {
  .menu-opened .menu-item-expanded > .sub-menu {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  #wpadminbar {
    display: none;
  }

  html {
    margin-top: 0 !important;
  }

  .sidemenu__links {
    z-index: 55;
  }
}
.pbanner {
  padding: clamp(54px, 4vw, 122px) 0;
  color: var(--white, #fff);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: clamp(48px, 5vw, 80px);
}

.pbanner__title {
  text-transform: uppercase;
  font-size: clamp(32px, 10vw, 64px);
}

.pbanner .breadcrumbs {
  margin-top: 0;
  margin-bottom: 20px;
}

.pbanner .breadcrumb_last {
  color: #d3d3d3;
}

@media screen and (max-width: 768px) {
  .pbanner .breadcrumbs {
    margin-bottom: 20px;
  }
}
.related {
  border-top: 1px solid var(--light, #e3e6ea);
  margin-top: clamp(80px, 8vw, 102px);
}

.woocommerce-shop {
  background: #fafafb;
}

.tax-product_cat .main,
.single-product .main,
.page-template-canvas-template .main {
  overflow: hidden;
  padding-bottom: 100px;
  margin-bottom: -100px;
}

.categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.categories__item {
  background: #fff;
  padding: clamp(24px, 4vw, 32px);
  color: var(--dark, #171718);
  text-transform: uppercase;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 300;
  line-height: 1.3em;
  text-align: center;
}

.categories__image {
  display: block;
  margin-bottom: 16px;
  text-align: center;
}

.categories__image img {
  max-height: clamp(96px, 11vw, 155px);
  width: auto;
}

@media screen and (max-width: 1360px) {
  .categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .categories {
    grid-template-columns: 1fr;
  }
}
.navigation.posts-navigation {
  display: none;
}

.gallery {
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
}

.gallery .swiper {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}

.gallery > div {
  display: grid;
}

.gallery__main {
  max-width: 100%;
  overflow: hidden;
}

.gallery__main a {
  display: block;
}

.gallery__main img {
  max-width: 100%;
  border-radius: var(--border-radius);
}

.gallery__main .swiper-button-next,
.gallery__main .swiper-button-prev {
  width: 3rem;
  height: 3rem;
}

.gallery__main .swiper-button-next:after,
.gallery__main .swiper-button-prev:after {
  font-size: 1rem;
}

.gallery__track {
  margin-top: 1rem;
  width: 100px;
  flex: 0 0 100px;
  overflow: hidden;
  max-height: 355px;
}

.gallery__track img {
  cursor: pointer;
}

.gallery__track .swiper-slide {
  opacity: 0.6;
}

.gallery__track .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery__nav {
  display: flex;
  gap: 10px;
  height: 22px;
  margin-top: 16px;
}

.gallery__nav button {
  width: 100%;
  border: solid 1px #171718;
  cursor: pointer;
  color: #171717;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.2s;
}

.gallery__nav button:hover {
  color: #fff;
  background: #171717;
}

@media screen and (max-width: 992px) {
  .gallery__main img {
    max-height: 400px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .gallery {
    display: block;
  }

  .gallery__track {
    width: 100%;
  }

  .gallery__nav {
    display: none;
  }
}
.single-product .prodcard__wrapper {
  gap: 0;
}

.single-product .prodcard__title {
  margin-bottom: 32px;
}

.single-product .prodcard__content {
  padding-left: 94px;
}

@media screen and (max-width: 992px) {
  .single-product .prodcard__content {
    padding-left: 0;
    margin-top: 32px;
  }
}
.single-product .news {
  border-bottom: 1px solid #e3e6ea;
}

.single-product .news__title {
  margin-bottom: clamp(48px, 6vw, 80px);
}

.single-product .news__grid {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .single-product .video__top {
    display: none;
  }
}
.prodcard__tabs {
  padding-bottom: clamp(40px, 7vw, 78px);
  border-bottom: 1px solid #e3e6ea;
}

@media screen and (min-width: 1161px) {
  .prodcard .woocommerce-Tabs-panel {
    max-height: 100% !important;
  }
}
@media screen and (max-width: 1160px) {
  .prodcard__tabs {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .prodcard .tabs__list {
    display: none;
  }

  .prodcard .tabs__item {
    display: block !important;
  }

  .prodcard .wd-accordion-title {
    padding: 16px 0;
    border-bottom: 1px solid #e3e6ea;
    font-size: 18px;
    text-transform: uppercase;
  }

  .prodcard .wd-accordion-title-text {
    display: block;
  }

  .prodcard .woocommerce-Tabs-panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }

  .prodcard .wc-tab-inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.tabs {
  margin-top: clamp(64px, 7vw, 102px);
}

.tabs__list {
  list-style-type: none;
  display: flex;
  margin-left: 0;
  margin-bottom: 16px;
  gap: 20px;
  position: relative;
}

.tabs__list:before {
  content: "";
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #e3e6ea;
  position: absolute;
}

.tabs__list li:first-of-type a {
  padding-left: 0;
}

.tabs__link {
  font-size: clamp(16px, 4vw, 24px);
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: #959ba1;
  padding: 24px 8px;
  text-decoration: none !important;
  border-top: 1px solid #e3e6ea;
  display: block;
  z-index: 2;
  position: relative;
}

.tabs__link:hover {
  color: #777;
}

.tabs__link * {
  pointer-events: none;
}

.active .tabs__link {
  color: #171718;
  border-color: #171718;
}

.tabs__item:not(.active) {
  display: none;
}

.wd-accordion-title-text {
  display: none;
}

.catalog {
  display: grid;
  grid-template-columns: 324px 1fr;
  gap: 128px;
  padding-bottom: 102px;
}

.catalog .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 24px;
}

.catalog__grid .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px 24px;
  padding-bottom: 102px !important;
}

.catalog .products:before {
  display: none !important;
}

.catalog__button {
  align-items: center;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s;
  display: none;
  margin-bottom: 1em;
}

.catalog__button svg {
  margin-right: 0.5em;
}

.catalog__button svg, .catalog__button span {
  pointer-events: none;
}

.catalog__button:hover {
  opacity: 0.8;
}

.catalog__selections ul {
  margin-left: 0;
}

@media screen and (max-width: 1279px) {
  .catalog {
    grid-template-columns: 300px 1fr;
    gap: 64px;
  }

  .catalog .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog__grid .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .catalog {
    display: block;
  }

  .catalog__sidebar {
    background: #fff;
    z-index: 33;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 90vw;
    max-width: 320px;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: 0.2s;
    overflow-y: auto;
  }

  .show-filters .catalog__sidebar {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .catalog__button {
    display: inline-flex;
  }

  .catalog .products,
.catalog__grid .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
}
.filter {
  display: flex;
  flex-direction: column-reverse;
}

.filter__title {
  margin-bottom: 1em;
}

.filter .facetwp-facet {
  max-height: 272px;
  overflow: auto;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
}

.facetwp-facet:empty + .filter__title {
  display: none;
}

.product {
  display: block;
  position: relative;
  transition: 0.3s;
}

.product:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 48px);
  height: calc(100% + 48px + 168px + 24px);
  top: -24px;
  left: -24px;
  background: #fff;
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.product:hover {
  z-index: 4;
  transform: translateY(-4px);
}

.product:hover:before {
  opacity: 1;
  visibility: visible;
}

.product__inner {
  color: #000 !important;
  text-decoration: none !important;
}

.product__image {
  height: 226px;
  margin-bottom: clamp(20px, 4vw, 32px);
  position: relative;
  z-index: 2;
  text-align: center;
}

.product__image img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.product__title {
  position: relative;
  z-index: 2;
}

.product__description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: clamp(16px, 3vw, 24px);
}

.product__fade {
  position: absolute;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding-top: clamp(14px, 3vw, 24px);
}

.product:hover .product__fade {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1279px) {
  .product__image {
    height: 180px;
  }

  .product__description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .product:before {
    width: calc(100% + 32px);
    height: calc(100% + 32px + 148px + 16px);
    top: -16px;
    left: -16px;
  }
}
@media screen and (max-width: 992px) {
  .product__image {
    height: 120px;
  }

  .product__description {
    font-size: 14px;
  }

  .product .ilink {
    font-size: 14px;
  }

  .product .ilink svg {
    margin-right: 1em;
  }
}
#tab-description,
#tab-characteristics {
  font-size: clamp(16px, 2vw, 18px);
  max-width: 900px;
}

#tab-description h1, #tab-description h2, #tab-description h3, #tab-description h4,
#tab-characteristics h1,
#tab-characteristics h2,
#tab-characteristics h3,
#tab-characteristics h4 {
  font-weight: 400;
  margin-bottom: 1em;
  text-transform: uppercase;
}

#tab-description ol, #tab-description ul,
#tab-characteristics ol,
#tab-characteristics ul {
  margin-left: 1.1em;
}

#tab-description table,
#tab-characteristics table {
  width: 100%;
}

#tab-description table th,
#tab-characteristics table th {
  text-align: left;
}

#tab-description table td, #tab-description table th,
#tab-characteristics table td,
#tab-characteristics table th {
  padding: 10px 18px;
}

#tab-description table tr:nth-of-type(even),
#tab-characteristics table tr:nth-of-type(even) {
  background: #f5f5f5;
}

#tab-characteristics {
  max-width: unset;
}

.astats {
  margin: clamp(56px, 8vw, 80px) 0 clamp(56px, 8vw, 102px);
}

.astats__content {
  font-size: clamp(24px, 5vw, 56px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -1.68px;
  text-align: left;
  color: #959ba1;
  margin-bottom: clamp(56px, 8vw, 80px);
}

.astats__content b, .astats__content strong {
  color: #171718;
  font-weight: normal;
}

.astats__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.astats__item {
  background: #e3e6ea;
  padding: 32px;
}

.astats__key {
  margin-bottom: clamp(32px, 5vw, 52px);
  font-size: clamp(32px, 7vw, 61px);
}

.astats__value {
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 1279px) {
  .astats__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .astats__features {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.anews {
  margin: clamp(56px, 8vw, 102px) 0;
}

.anews__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.anews--right .anews__content {
  order: 1;
}

.anews--right .anews__slider {
  order: 2;
}

.anews--right .news__item {
  margin-left: auto;
}

.anews__content {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
}

.anews__content p:last-of-type {
  margin-bottom: 0;
}

.anews .swiper {
  max-width: 600px;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .anews--right .swiper {
    margin-left: auto;
  }
}
.anews__nav {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.anews__nav button {
  flex: 0 0 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #171717;
  border: 1px solid #171717;
  transition: 0.3s;
}

.anews__nav button:hover {
  color: #fff;
  background: #171717;
}

@media screen and (max-width: 992px) {
  .anews__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.atitle {
  position: relative;
  margin-bottom: clamp(44px, 7vw, 80px);
}

.atitle__main {
  font-size: clamp(28px, 5vw, 56px);
  max-width: 1006px;
  text-transform: uppercase;
}

.atitle__sup {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  color: #959ba1;
}

@media screen and (max-width: 1279px) {
  .atitle__sup {
    display: none;
  }
}
.vhero--about {
  min-height: calc(100vh - clamp(55px, 8vw, 104px));
  height: auto;
  padding: clamp(120px, 12vw, 170px) 0;
  display: flex;
  align-items: center;
}

.vhero--about .vhero__title {
  font-size: clamp(32px, 5vw, 56px);
  max-width: 900px;
  letter-spacing: -1.68px;
  line-height: 1.3;
  margin-bottom: 48px;
}

.vhero--about .vhero__snippet {
  max-width: 777px;
  line-height: 1.3;
}

.vhero__action {
  margin-top: 48px;
}

.vhero__action a {
  color: #fff;
}

.asteps {
  margin: clamp(56px, 8vw, 102px) 0;
}

.asteps__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.asteps__item {
  padding: clamp(24px, 4vw, 32px);
  background: #e3e6ea;
  display: flex;
  flex-direction: column;
}

.asteps__index {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.asteps__title {
  max-width: 360px;
  margin-bottom: clamp(32px, 4vw, 42px);
}

.asteps__snippet {
  margin-top: auto;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.3;
  max-width: 420px;
  text-transform: uppercase;
}

.asteps__snippet ul {
  margin-left: 0;
  list-style-type: none;
}

.asteps__snippet li {
  padding-left: 1.25em;
  margin-bottom: 12px;
  position: relative;
}

.asteps__snippet li:before {
  content: "—";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .asteps__grid {
    grid-template-columns: 1fr;
  }
}
.aquote {
  margin: clamp(56px, 8vw, 102px) 0;
}

.aquote__inner {
  padding: clamp(120px, 15vw, 198px) 0 clamp(56px, 8vw, 80px);
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.aquote__decor {
  font-size: clamp(96px, 10vw, 1280px);
  font-weight: 800;
  line-height: 0;
  letter-spacing: -6.4px;
}

.aquote__cite {
  max-width: 766px;
  margin-top: -24px;
  margin-bottom: 40px;
}

.aquote__author {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 32px);
  text-transform: uppercase;
}

.aquote__avatar {
  flex: 0 0 clamp(64px, 8vw, 84px);
}

.aquote__fn {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}

.aquote__role {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1;
  font-weight: 400;
}

.alinks {
  margin: clamp(56px, 7vw, 102px) 0 clamp(56px, 14vw, 204px);
}

.alinks__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.alinks__item {
  background-color: #171718;
  color: #fff !important;
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
}

.alinks__icon {
  margin-bottom: clamp(64px, 8vw, 78px);
}

.alinks__icon img {
  max-height: 64px;
  width: auto;
}

.alinks__decor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
}

.alinks__title {
  margin-top: auto;
  z-index: 2;
  text-transform: uppercase;
  font-size: 28px;
}

@media screen and (max-width: 1080px) {
  .alinks__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .alinks__grid {
    grid-template-columns: 1fr;
  }
}
.ccontent {
  margin: clamp(56px, 8vw, 80px) 0 clamp(56px, 8vw, 102px);
}

.ccontent__entry {
  font-size: clamp(18px, 4vw, 32px);
  line-height: normal;
  color: #171718;
}

.ccontent .video__image {
  padding-bottom: 44.6%;
}

.ccontent .video__image img {
  width: 100%;
  height: auto;
}

.cadvantages {
  margin: clamp(56px, 8vw, 102px) 0;
}

.cadvantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cadvantages__item {
  background: #e3e6ea;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.cadvantages__name {
  margin-bottom: clamp(24px, 5vw, 48px);
  text-transform: uppercase;
  font-size: 28px;
}

.cadvantages__snippet {
  margin-top: auto;
  font-size: clamp(16px, 3vw, 20px);
}

.cadvantages__icon {
  margin-bottom: 16px;
  background: #000;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  padding: 8px;
}

@media screen and (max-width: 1279px) {
  .cadvantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .cadvantages__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cproducts {
  margin: clamp(56px, 10vw, 102px) 0;
}

.cproducts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 24px;
}

.cproducts__action {
  margin-top: 48px;
  text-align: center;
}

.cproducts .product {
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .cproducts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .cproducts__grid {
    grid-template-columns: 1fr;
  }
}
.ccases {
  margin: clamp(80px, 10vw, 102px) 0;
}

.ccases .swiper-slide {
  opacity: 0 !important;
}

.ccases .swiper-slide-active {
  opacity: 1 !important;
}

.ccases .container {
  position: relative;
}

.ccases__outer {
  position: relative;
  max-width: 1728px;
  margin: 0 auto;
}

.ccases__nav {
  background: transparent;
  outline: 0;
  cursor: pointer;
  transition: 0.2s;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Dark, #171718);
  border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 64px;
  padding: 0;
  color: #000;
}

.ccases__nav:hover {
  background: #000;
  color: #fff;
}

.ccases .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.ccases__next {
  left: auto;
  right: 64px;
}

.ccases__next svg {
  transform: rotate(180deg);
}

.ccases__title {
  margin-bottom: clamp(48px, 6vw, 80px);
}

.ccases__top {
  position: absolute;
  top: 0;
  right: 1rem;
}

@media screen and (max-width: 1600px) {
  .ccases__nav {
    left: 24px;
  }

  .ccases__next {
    left: auto;
    right: 24px;
  }
}
@media screen and (max-width: 1500px) {
  .ccases__top {
    position: static;
    margin-bottom: 40px;
    padding-left: 0.75vw;
  }

  .ccases__title {
    margin-bottom: 1rem;
  }

  .ccases__nav {
    top: -110px;
    right: 1rem;
    transform: unset;
  }

  .ccases__prev {
    left: auto;
    right: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .ccases__title {
    max-width: calc(100% - 100px);
  }
}
.case {
  background: #fff;
}

.case__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.case__title {
  margin-bottom: clamp(20px, 4vw, 32px);
  text-transform: uppercase;
}

.case__snippet {
  margin-bottom: clamp(24px, 4vw, 40px);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 150%;
}

.case__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: clamp(32px, 5vw, 48px);
}

@media screen and (max-width: 1280px) {
  .case__wrapper {
    gap: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .case__features {
    gap: 24px 16px;
  }

  .case__wrapper {
    grid-template-columns: 1fr;
  }

  .case .ccases__nav {
    top: 37vw;
    right: 1rem;
    transform: translateY(-50%);
    z-index: 44;
  }

  .case .ccases__prev {
    left: 1rem;
    right: auto;
  }
}
.separator {
  height: 1px;
  background: #e3e6ea;
  margin: clamp(56px, 8vw, 102px) auto;
}

.additionals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 40px 16px;
  /*    @media screen and (max-width: 576px) {
          grid-template-columns: repeat( 1, 1fr );
      }*/
}

.additionals .product {
  text-align: center;
}

@media screen and (max-width: 1160px) {
  .additionals {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 992px) {
  .additionals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .additionals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .additionals .product__title {
    font-size: 18px;
  }
}
.vbanner {
  background: #171718;
  color: #fff;
  padding: clamp(56px, 6vw, 80px) 0;
  margin-bottom: clamp(56, 7vw, 102px);
}

.vbanner .delim {
  filter: invert(1);
}

.vbanner__title {
  text-transform: uppercase;
  margin-bottom: clamp(32px, 4vw, 40px);
  font-size: clamp(34px, 10vw, 78px);
}

.vbanner__snippet {
  max-width: 777px;
  margin-bottom: clamp(56px, 6vw, 80px);
}

.vbanner__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(56px, 6vw, 80px) 24px;
}

.vbanner__image {
  margin-bottom: clamp(24px, 4vw, 32px);
}

.vbanner__name {
  text-transform: uppercase;
  margin-bottom: clamp(18px, 3vw, 24px);
}

.vbanner__name h3 {
font-size: clamp(28px, 4vw, 34px);
}

.vbanner__text {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
}

.vbanner__action {
  margin-top: 48px;
}

.vbanner__action a {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .vbanner__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .vbanner__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.vsearch {
  margin: clamp(56px, 7vw, 80px) 0 clamp(80px, 15vw, 204px);
}

.vsearch .atitle {
  margin-bottom: 40px;
}

.vsearch__snippet {
  max-width: 780px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-size: clamp(16px, 2vw, 18px);
}

.vsearch__filters {
  display: flex;
  align-items: center;
  gap: 16px;
}

.vsearch__filters select, .vsearch__filters .btn {
  height: 51px;
  width: auto;
}

.vsearch .cinput {
  margin-bottom: 0;
}

.vsearch__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vsearch select {
  font-size: clamp(16px, 2vw, 18px);
  padding: 13px 16px;
  min-width: clamp(175px, 18vw, 324px);
}

@media screen and (max-width: 1160px) {
  .vsearch__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .vsearch__filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsearch__filters > * {
    width: 100%;
  }

  .vsearch__filters select, .vsearch__filters .btn {
    height: auto;
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .vsearch__filters {
    grid-template-columns: 1fr;
  }

  .vsearch__grid {
    grid-template-columns: 1fr;
  }
}
.vacancy {
  background: #f5f5f5;
  padding: clamp(24px, 4vw, 32px);
  display: flex;
  flex-direction: column;
}

.vacancy__title {
  text-transform: uppercase;
  margin-bottom: clamp(20px, 3vw, 42px);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.vacancy__salary {
  margin-bottom: clamp(16px, 2vw, 22px);
  font-size: 20px;
}

.vacancy__salary--title {
  margin-bottom: 1em;
  font-size: clamp(28px, 4vw, 32px);
}

.vacancy__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 18px;
  margin-bottom: clamp(20px, 3vw, 24px);
}

.vacancy__char {
  color: #959ba1;
  display: inline-flex;
  align-items: center;
}

.vacancy__char svg {
  margin-right: 8px;
}

.vacancy__excerpt {
  margin-bottom: clamp(24px, 4vw, 32px);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.vacancy__action {
  margin-top: auto;
}

.vacancy__action .btn {
  width: auto;
  display: inline-flex;
}

.article .vacancy__meta {
  margin-bottom: clamp(32px, 6vw, 40px);
}

.block-loading {
  position: relative;
}

.block-loading:after {
  content: "";
  width: 64px;
  height: 64px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMjAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+CjxwYXRoIGQ9Ik0xMCA1MEE0MCA0MCAwIDAgMCA5MCA1MEE0MCA0MiAwIDAgMSAxMCA1MCIgZmlsbD0iIzFkMGUwYiIgc3Ryb2tlPSJub25lIj4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZHVyPSIwLjY1Nzg5NDczNjg0MjEwNTNzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIga2V5VGltZXM9IjA7MSIgdmFsdWVzPSIwIDUwIDUxOzM2MCA1MCA1MSI+PC9hbmltYXRlVHJhbnNmb3JtPgo8L3BhdGg+Cjwvc3ZnPg==") no-repeat center/cover;
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.block-loading > * {
  opacity: 0;
}

.single-vacancy .cpost__entry h4 {
  color: inherit;
  margin-bottom: 1.25em;
  margin-top: calc(1.625em + 1px);
}

.single-vacancy .article__footer {
  margin-top: 0;
}

.single-vacancy .article__tags .tag-cloud-link {
  background: #e3e6ea !important;
  border: 0;
}

.single-vacancy .article__tags .tag-cloud-link:hover {
  color: inherit;
}

@media screen and (max-width: 1160px) {
  .single-vacancy .cpost__sidebar {
    display: none;
  }
}
.docex {
  background: #171718;
  color: #fff;
  padding: 24px;
}

.docex__title {
  margin-bottom: 24px;
}

.docex__snippet {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
  margin-bottom: 36px;
}

.cinput--file {
  margin-top: clamp(32px, 6vw, 56px);
}

.cinput--file input {
  background: transparent;
  padding: 0;
  border: 0;
  color: #1a7fcf;
  font-weight: 500;
}

.cinput--file input::file-selector-button {
  display: none;
}

.show-fcats,
.show-search,
.menu-opened {
  overflow: hidden;
  padding-right: 3px;
}

.csearch {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100dvh - clamp(55px, 8vw, 104px));
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  z-index: 44;
  overflow-y: auto;
  transition: 0.2s;
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
}

.show-search .csearch {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.csearch__input {
  position: relative;
}

.csearch__input input {
  padding: clamp(20px, 4vw, 40px);
  width: 100%;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #e3e6ea;
  border-bottom: 1px solid #e3e6ea;
  outline: 0;
  text-align: center;
  font-size: clamp(12px, 2vw, 40px);
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

.csearch__close {
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  padding: 16px;
  transition: 0.2s;
}

.csearch__close:hover {
  opacity: 0.8;
}

.csearch__main {
  padding: clamp(32px, 6vw, 56px) 0;
  overflow: hidden;
}

.csearch__result {
  display: none;
}

.csearch__has-items .csearch__menu {
  display: none;
}

.csearch__has-items .csearch__result {
  display: block;
}

.csearch__menu {
  max-width: 864px;
  margin: 0 auto;
  padding: 0 16px;
}

.csearch__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 104px;
}

.csearch__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: clamp(32px, 6vw, 56px);
}

@media screen and (max-width: 1080px) {
  .csearch__input input {
    text-align: left;
    padding-right: 64px;
  }

  .csearch__close {
    right: 8px;
    padding: 10px;
  }

  .csearch__close svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 992px) {
  .csearch__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .csearch__title {
    text-align: left;
  }

  .csearch__grid {
    gap: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.casearch__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: clamp(16px, 3vw, 24px);
}

.casearch__row {
  padding-bottom: clamp(32px, 6vw, 56px);
  margin-bottom: clamp(32px, 6vw, 56px);
  border-bottom: 1px solid #e3e6ea;
}

.casearch__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 16px;
}

.casearch__action {
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .casearch__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .casearch__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .casearch__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.casearch .news__name,
.casearch .product__title {
  font-size: 24px;
}

.dsearch {
  padding-bottom: clamp(56px, 7vw, 102px);
}

.dsearch__title {
  font-size: clamp(24px, 5vw, 56px);
  max-width: 1006px;
  text-transform: uppercase;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.dsearch__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 16px;
  overflow: hidden;
}

.dsearch__grid--3x {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (max-width: 1080px) {
  .dsearch__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .dsearch__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .dsearch__grid {
    grid-template-columns: 1fr;
  }
}
.fcats {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100dvh - 104px);
  background: #fafafb;
  z-index: 5555;
  overflow-y: auto;
  transition: 0.2s;
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
}

.fcats__inner {
  padding: 32px 64px;
  position: relative;
}

.fcats__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  cursor: pointer;
}

.fcats__close svg {
  pointer-events: none;
}

.show-fcats .fcats {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fcats .categories__item {
  text-align: center;
  font-weight: normal;
  font-size: clamp(18px, 2.5vw, 24px);
}

::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background-color: #e3e6ea;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.8);
}

.text-right {
  text-align: right;
}

.facetwp-checkbox {
  letter-spacing: -0.54px;
  margin-bottom: 8px !important;
}

.facetwp-checkbox:not(.checked) .facetwp-display-value {
  color: #959ba1;
}

.facetwp-checkbox:not(.checked) .facetwp-display-value:hover {
  color: #777;
}

@media screen and (max-width: 992px) {
  .facetwp-facet {
    margin-bottom: 32px !important;
  }
}
.news__slider {
  position: relative;
}

.news__inner {
  position: relative;
}

.news__nav {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.news__nav button {
  flex: 0 0 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #171717;
  border: 1px solid #171717;
  transition: 0.3s;
}

.news__nav button:hover {
  color: #fff;
  background: #171717;
}

.news .swiper-button-lock {
  display: none;
}

@media screen and (min-width: 1360px) {
  .news__nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 55;
    transform: translateY(-50%);
    justify-content: space-between;
  }

  .news__prev {
    transform: translateX(-88px);
  }

  .news__next {
    transform: translateX(88px);
  }
}
.tax-product_cat .product {
  text-align: center;
}

.video__item {
  color: inherit;
}

.products.columns-4:after,
.products.columns-4:before {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .header__right {
    width: 242px;
    justify-content: flex-end;
  }
}
#secondary {
  max-height: 100vh;
  overflow: auto;
}

#secondary::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#secondary {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.courses {
  margin: clamp(56px, 8vw, 102px) 0;
}
.courses .atitle {
  margin-bottom: clamp(32px, 4vw, 40px);
}
.courses__snippet {
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  max-width: 780px;
  margin-bottom: 40px;
}
.courses__title {
  font-size: clamp(26px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 569px;
  margin-bottom: clamp(24px, 7vw, 80px);
}
.courses__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.courses__entry {
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  padding-right: 32px;
  max-width: 584px;
}
.courses__content {
  margin-bottom: clamp(32px, 4vw, 40px);
}
.courses__dropdowns {
  margin-top: clamp(40px, 8vw, 104px);
}
@media screen and (max-width: 768px) {
  .courses__wrapper {
    grid-template-columns: 1fr;
  }
  .courses__entry {
    padding-right: 0;
  }
  .courses__image {
    margin-top: 24px;
  }
}

.featurelist__title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: clamp(24px, 6vw, 46px);
}
.featurelist__body {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.featurelist__body li {
  display: flex;
  margin-bottom: 12px;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
  line-height: 1.45;
}
.featurelist__body li:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjUgMC45OTk5NTZMNi4wMDAwOCAxMC40OTk5TDEgNS40OTk4NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+");
  width: clamp(28px, 4vw, 32px);
  height: clamp(28px, 4vw, 32px);
  flex: 0 0 clamp(28px, 4vw, 32px);
  margin-right: clamp(16px, 3vw, 24px);
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}
.featurelist__body li:last-of-type {
  margin-bottom: 0;
}

.caccordion {
  border-top: 1px solid #e3e6ea;
  border-bottom: 1px solid #e3e6ea;
}
.caccordion + .caccordion {
  border-top: 0;
}
.caccordion__head {
  padding: clamp(20px, 3vw, 24px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.caccordion__icon {
  width: clamp(32px, 4vw, 40px);
  height: clamp(32px, 4vw, 40px);
  flex: 0 0 clamp(32px, 4vw, 40px);
  border: 1px solid #171718;
  background: #171718;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: 0.3s;
}
.caccordion__icon:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjAxNCA1LjQ1OTI2TDkuMTMxNzMgNC45Mjg5M0w4LjA3MTA3IDMuODY4MjdMNy41NDA3NCA0LjM5ODZMOC42MDE0IDUuNDU5MjZaTTEuNTMwMzMgMTIuNTMwM0w4LjYwMTQgNS40NTkyNkw3LjU0MDc0IDQuMzk4NkwwLjQ2OTY3IDExLjQ2OTdMMS41MzAzMyAxMi41MzAzWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEyIDEuNzVIMTIuNzVWMC4yNUgxMlYxLjc1Wk01IDEuNzVMMTIgMS43NVYwLjI1TDUgMC4yNVYxLjc1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEyLjc1IDFMMTIuNzUgMC4yNUwxMS4yNSAwLjI1TDExLjI1IDFMMTIuNzUgMVpNMTIuNzUgOEwxMi43NSAxTDExLjI1IDFMMTEuMjUgOEwxMi43NSA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+");
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .caccordion__icon:after {
    transform: scale(0.9);
  }
}
.caccordion--expanded .caccordion__head {
  padding: 24px 0 clamp(24px, 6vw, 48px);
}
.caccordion--expanded .caccordion__icon {
  background: #fff;
}
.caccordion--expanded .caccordion__icon:after {
  filter: invert(1);
  transform: rotate(90deg);
}
@media screen and (max-width: 992px) {
  .caccordion--expanded .caccordion__icon:after {
    transform: scale(0.9) rotate(90deg);
  }
}
.caccordion__body {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.caccordion__body h2, .caccordion__body h3, .caccordion__body h4 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: clamp(24px, 4vw, 32px);
}
.caccordion--expanded {
  padding-bottom: 32px;
}
.caccordion__content {
  max-width: 888px;
}
.caccordion__content ul {
  margin-left: 0;
  list-style-type: none;
}
.caccordion__content ul li {
  position: relative;
  padding-left: 1em;
}
.caccordion__content ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: currentColor;
  position: absolute;
  top: 10px;
  left: 0;
}
.caccordion__title {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 400;
  line-height: 1;
  transition: 0.3s;
}
.caccordion--expanded .caccordion__title {
  font-size: clamp(28px, 7vw, 80px);
}

.programs {
  margin-top: 40px;
}
.programs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.programs__item{
	display: flex;
	flex-direction: column;
}

.programs__action{
	margin-top: auto;
}

@media screen and (max-width: 992px) {
  .programs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .programs__grid {
    grid-template-columns: 1fr;
  }
}
.programs__image {
  margin-bottom: clamp(24px, 4vw, 32px);
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 59.5%;
  cursor: pointer;
}
.programs__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.05);
  transition: 1s;
  object-fit: cover;
}
.programs__image:hover img {
  transform: translate(-50%, -50%) scale(1);
}
.programs__name {
  display: block;
  font-size: clamp(24px, 4vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  color: #171718;
  margin-bottom: 16px;
  text-decoration: none;
}
.programs__date {
  margin-bottom: clamp(24px, 4vw, 32px);
}

.anews__content h2, .anews__content h3, .anews__content h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
}

.ctabs__buttons {
  display: flex;
  gap: clamp(32px, 6vw, 48px);
  margin-bottom: clamp(40px, 8vw, 80px);
  position: relative;
  overflow-x: auto;
}
.ctabs__buttons:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e3e6ea;
  z-index: -1;
}
.ctabs__button {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: clamp(16px, 4vw, 24px);
  background: transparent;
  border-bottom: 1px solid #e3e6ea;
  color: #959ba1;
  outline: 0;
}
.ctabs__button--active {
  color: #171718;
  border-color: #171718;
  cursor: pointer;
}
.ctabs__tab {
  display: none;
}
.ctabs__tab--active {
  display: block;
}

@media screen and (min-width: 1160px) {
  .courses + .anews .anews__slider {
    max-width: 437px;
    margin-left: auto;
  }
}

.form-files{
    display: flex;
}

@media (max-width: 480px) {
  .form-files {
    display: flex;
    flex-direction: column;
  }
}
.form-span {
    margin-top: 30px;
    margin-bottom: -20px;
}

.link_button {
    margin-top: 40px;
    display: inline-flex;
}

.link_button .btn--main {
    padding: 1.25rem 4rem;
}