

/* Start:/local/templates/main/css/hystmodal.min.css?17218857132290*/
.hystmodal__opened,.hystmodal__shadow{position:fixed;right:0;left:0;overflow:hidden}.hystmodal__shadow{border:none;display:block;width:100%;top:0;bottom:0;pointer-events:none;z-index:98;opacity:0;transition:opacity .15s ease;background-color:#000}.hystmodal__shadow--show{pointer-events:auto;opacity:.6}.hystmodal{position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:1;pointer-events:none;display:flex;flex-flow:column nowrap;justify-content:flex-start;z-index:99;visibility:hidden}.hystmodal--active{opacity:1}.hystmodal--active,.hystmodal--moved{pointer-events:auto;visibility:visible}.hystmodal__wrap{flex-shrink:0;flex-grow:0;width:100%;min-height:100%;margin:auto;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.hystmodal__window{margin:50px 0;box-sizing:border-box;flex-shrink:0;flex-grow:0;background:#fff;width:600px;max-width:100%;overflow:visible;transition:transform .2s ease 0s,opacity .2s ease 0s;transform:scale(.9);opacity:0}.hystmodal--active .hystmodal__window{transform:scale(1);opacity:1}.hystmodal__close{position:absolute;z-index:10;top:0;right:-40px;display:block;width:30px;height:30px;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close:focus{outline:2px dotted #afb3b9;outline-offset:2px}@media (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")}.hystmodal__window{margin:0}}
/* End */


/* Start:/local/templates/main/css/fonts.css?1721885966294*/
@font-face {
	font-family: 'HeliosExt';
	font-style:  normal;
	font-weight: 400;
	src: url('/local/templates/main/css/../fonts/helios-ext-regular.otf') format('opentype');
}

@font-face {
	font-family: 'HeliosExt';
	font-style:  normal;
	font-weight: 700;
	src: url('/local/templates/main/css/../fonts/helios-ext-bold.otf') format('opentype');
}

/* End */


/* Start:/local/templates/main/css/main.css?177319573580119*/
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-primary: #ee4401;
  --color-text-accent: #ed571c;
  --color-text-secondary: #181a1c;
  --color-bg-primary: #181a1c;
  --color-bg-hero: #050501;
  --color-bg-secondary: #141414;
  --color-bg-product-1: #f0e5d9;
  --color-bg-product-2: #e6e7e9;
  --color-bg-product-3: #dcdee3;
  --color-bg-product-4: #d9d9eb;
  --color-bg-product-5: #f0eae3;
  --color-bg-product-6: #dbede4;
  --color-gray: #292929;
  --color-gray-light: #d3d3d3;
  --color-gray-dark: #222628;
  --color-bg-accent: #323638;
  --color-gray-text: #4c4c4c;
  --color-bg-button-hover: #d93e01;
  --color-bg-menu-hover: #232729;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes runText1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes runText2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}

/* скролл для Opera и Chrome */
::-webkit-scrollbar-track {
  background-color: transparent;
  display: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: var(--color-bg-accent);
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

/* скролл для FireFox */
* {
  scrollbar-color: var(--color-bg-accent);
  scrollbar-width: thin;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: background-color 0.3s;
  transition: color 0.3s;
}

form *:focus {
  outline: none;
}

body {
  font-family: 'HeliosExt', sans-serif !important;
  background-color: var(--color-bg-primary);
  color: var(--color-white);
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

main.blurred {
  filter: blur(10px);
}

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


.page section {
  margin-top: 148px;
}

.page .page__hero {
  margin-top: 0;
}

.page__hero {
  min-height: 100vh;
  max-height: 1200px;
  position: relative;
  display: flex;
  align-items: center;
}

.content {
  max-width: 1400px;
  color: var(--color-white);
  margin: 0 auto;
}

.section-title {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 48px;
}

.text {
  color: var(--color-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text_black {
  color: var(--color-black);
}

.text_primary {
  color: var(--color-primary);
}

.text_small {
  font-size: 14px;
  line-height: 18px;
}

.text_big {
  font-size: 20px;
  line-height: 28px;
}

.text-uppercase {
  text-transform: uppercase;
}

.button {
  height: 48px;
  cursor: pointer;
  padding: 0 28px;
  border-radius: 100px;
  color: var(--color-white);
  background-color: var(--color-bg-accent);
  font-size: 16px;
  line-height: 24px;
  font-family: 'HeliosExt', sans-serif;
  font-weight: 700;
  border: none;
  transition: border-color 0.3s, background-color 0.3s;
}

.button:hover {
  background-color: var(--color-bg-button-hover);
}

.button_primary {
  background-color: #f34925;
}

.button_transparent {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2)
}

.button_transparent:hover {
  background-color: transparent;
  border-color: var(--color-bg-button-hover);
}

.swiper-wrapper .swiper-slide {
  height: auto;
}

/* header */
.menu-toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.menu-toggle::before,
.menu-toggle::after {
  content: '';
  left: 2px;
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: var(--color-white);
  transition: transform .3s;
}

.menu-toggle::before {
  top: 7px;
}

.menu-toggle::after {
  bottom: 7px;
}

.menu-toggle-checkbox:checked + .menu-toggle::before {
  top: 12px;
  transform: rotate(45deg);
  transition: top .3s, transform .3s .15s;
}

.menu-toggle-checkbox:checked + .menu-toggle::after {
  bottom: 10px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: calc(100svh - 64px);
  overflow-y: scroll;
  padding: 16px 33px 33px 20px;
}

.mobile-menu-item {
  margin-bottom: 16px;
}

.mobile-menu-item__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.mobile-submenu__item {
  padding: 8px 0 8px 16px;
}

.mobile-submenu__link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(20, 20, 20, 0.4);
  z-index: 5;
  border-bottom: 0.40px solid rgba(255, 255, 255, 0.2);
}

.section-header {
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.header-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-item {
  padding: 5px 8px 3px 8px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.menu-item:hover, .menu-item_active {
  background-color: var(--color-bg-menu-hover);
}

.menu-item-dropdown {
  position: relative;
}

.menu-item-dropdown .dropdown {
  display: none;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  left: 0;
  top: 55px;
  padding: 24px;
  background-color: var(--color-bg-menu-hover);
  border-radius: 16px;
  z-index: 50;
}

.menu-item-dropdown.open .dropdown {
  display: flex;
}

.menu-item-dropdown .dropdown__item {
  transition: color 0.3s ease-in-out;
}

.menu-item-dropdown .dropdown__item:hover .text {
  color: var(--color-text-accent);
}

.menu-item-dropdown .dropdown__item_all {
  position: relative;
  margin-bottom: 16px;
}

.menu-item-dropdown .dropdown__item .text {
  white-space: nowrap;
}

.menu-item-dropdown .dropdown__item_all .text {
  font-weight: 700 !important;
}

.menu-item-dropdown .dropdown__item_all:after {
  content: '';
  position: absolute;
  top: 40px;
  left: -24px;
  width: calc(100% + 24px * 2);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.menu-link-dropdown {
  display: flex;
  align-items: center;
}

.menu-item-dropdown__arrow {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background-image: url('/local/templates/main/css/../images/arrow-menu.svg');
  background-position: center;
  transition: transform 0.3s ease;
}

.menu-item-dropdown.open .menu-item-dropdown__arrow {
  transform: rotate(180deg);
}

.header__social-link {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  backdrop-filter: blur(15px);
  background: var(--color-gray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.header__social-link:hover {
  background-color: var(--color-bg-button-hover);
}

.header__button {
  font-size: 14px;
  line-height: 20px;
  height: 44px;
  padding: 0 20px;
}

.contacts__item {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
}

/* hero */

.page .hero {
  margin-top: 0;
}

.hero {
  min-height: 100vh;
  max-height: 1200px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--color-bg-hero);
  flex-direction: column;

}

.hero-content {
  display: inline-flex;
  column-gap: 60px;
  position: relative;
  flex-grow: 1;
}

.hero-content__left {
  max-width: 600px;
  position: relative;
  z-index: 3;
}

.hero .content {
  flex-grow: 1;
}

.hero-content-conf__left {
  max-width: 900px;
  position: relative;
  z-index: 3;
}

.hero-content__wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-start;
  min-width: 1400px;
}

.hero-content__right {
  position: relative;
  padding-top: 28px;
}

.hero__background {
  position: absolute;
  width: 1200px;
  min-height: 100vh;
  height: 100%;
  top: 0;
  right: -315px;
  bottom: 0;
}

.hero__title {
  font-size: 52px;
  line-height: 54px;
  margin-bottom: 28px;
  font-weight: 700;
}

.hero__button {
  margin-top: 36px;
}

.hero__count {
  font-size: 112px;
  line-height: 100%;
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(270deg, #000 1.66%, #e4e4e4 29.33%, #fff 67.92%);
}

.hero-content__right .text {
  max-width: 202px;
  margin-top: 8px;
}

/* technologies */

.technologies {
  background-color: var(--color-gray-light);
  overflow: hidden;
  display: flex;
  margin-top: auto;
}

.running-line {
  height: 48px;
  display: flex;
  align-items: center;
}

.running-line__item {
  padding-right: 40px;
}

.running-line_first {
  white-space: nowrap;
}

.running-line_second {
  white-space: nowrap;
}

/* services */

.page section.services {
  margin-top: 120px;
}

.services-tabs__nav-wrapper {
  width: 100%;
  overflow-x: auto;
}

.services-tabs__nav {
  width: fit-content;
  min-width: 100%;
  padding: 6px;
  background-color: var(--color-gray-dark);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin-bottom: 64px;
}

.services-tabs__button {
  font-size: 18px;
  line-height: 26px;
  flex: 1;
  text-align: center;
  cursor: pointer;
  height: 100%;
  padding: 16px 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.services-tabs__button:hover {
  color: var(--color-primary);
}

.services-tabs__button_active {
  background-color: var(--color-bg-accent);
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.services-tabs-pane {
  display: none;
  gap: 64px;
  justify-content: space-between;
}

.services-tabs-pane.services-tabs-pane_active {
  display: flex;
}

.services-tabs-pane__title {
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 24px;
}

.services-tabs-pane__tags {
  margin-top: 32px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}

.services-tabs-pane__tag {
  padding: 9px 18px 7px;
  border-radius: 40px;
  background-color: var(--color-gray-dark);
  font-size: 16px;
  line-height: 20px;
}

.services-tabs-pane__content,
.services-tabs-pane__image-wrapper {
  max-width: 636px;
  flex: 1;
  align-self: flex-start;
}

.services-tabs-pane__image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.services-tabs-pane__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* partners */

.partners {
  color: var(--color-white);
  position: relative;
}

.partners::after {
  content: '';
  display: block;
  position: absolute;
  width: 1700px;
  height: 1700px;
  border-radius: 100%;
  opacity: 0.25;
  top: -85%;
  left: 65%;
  z-index: -1;
  background: radial-gradient(50.1% 50% at 50% 50%, #5809b3 0%, rgba(88, 9, 179, 0.75) 25.12%, rgba(88, 9, 179, 0.5) 49.76%, rgba(88, 9, 179, 0.25) 74.98%, rgba(54, 0, 115, 0) 100%);
}

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

.partners-swiper-container {
  overflow: hidden;
}

.partners-navigation {
  display: flex;
  gap: 14px;
}

.swiper-navigation-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-bg-accent);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.swiper-navigation-button:hover {
  background-color: var(--color-bg-button-hover) !important;
  border: none !important;
}

.swiper-navigation-button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mask-repeat: no-repeat !important;
  mask-position: center !important;
}

.swiper-navigation-button_prev::before {
  mask: url('/local/templates/main/css/../images/arrow-left.svg');
  background-color: var(--color-white);
}

.swiper-navigation-button_next::before {
  mask: url('/local/templates/main/css/../images/arrow-right.svg');
  background-color: var(--color-white);
}

.partner-card.swiper-slide {
  height: 375px;
  width: 375px;
  background-color: var(--color-gray-dark);
  border-radius: 21px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 32px !important;
}

.partners-swiper-container {
  width: 100%;
}

.partner-card__title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 20px;
}

.partner-card__logo {
  max-height: 40px;
  width: auto;
}

/* products */

.products__button {
  margin: 48px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.products-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
}

.product-card {
  border-radius: 20px;
  overflow: hidden;
  color: var(--color-text-secondary);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card_first {
  background-color: var(--color-bg-product-1);
}

.product-card_second {
  background-color: var(--color-bg-product-2);
}

.product-card_third {
  background-color: var(--color-bg-product-3);
}

.product-card_fourth {
  background-color: var(--color-bg-product-4);
}

.product-card_fifth {
  background-color: var(--color-bg-product-5);
}

.product-card_sixth {
  background-color: var(--color-bg-product-6);
}

.product-card__top {
  padding: 36px 40px 40px;
}

.product-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.product-card__button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-text-secondary);
  opacity: 0.3;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.product-card__button::before {
  content: '';
  mask: url('/local/templates/main/css/../images/arrow-right.svg');
  width: 14px;
  height: 16px;
  display: inline-block;
  background-color: var(--color-text-secondary);
  mask-repeat: no-repeat;
}

.product-card__button:hover {
  opacity: 0.4;
}

.product-card__title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 16px;
  word-break: break-word;
}

.product-card__text.text {
  padding-right: 48px;
  color: var(--color-text-secondary);
}

.product-card__image-wrapper {
  height: 433px;
  width: 100%;
}

.product-card__image {
  width: 100%;
  height: auto;
}

.product-card__image_big {
  margin-left: 32px;
}

/* about */

.about {
  display: flex;
  column-gap: 90px;
}

.about__title {
  margin-bottom: 40px;
  text-align: start;
}

.about__statistics {
  margin-top: 50px;
  display: flex;
  gap: 32px 24px;
}

.about__block-left {
  max-width: 702px;
}

.about__block-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.about__image {
  width: 345px;
  height: 345px;
  position: absolute;
  object-fit: none;
}

.about__circle-text {
  width: 508px;
  height: 508px;
  object-fit: none;
  animation: spin 15s linear infinite;
}

.statistics-item {
  flex: 1;
}

.statistics-item__description {
  max-width: 200px;
}

.statistics-item__count {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.about__statistics .statistics-item__count::before {
  display: block;
  width: 40px;
  height: 40px;
  content: '';
  margin-right: 12px;
}

.statistics-item__count_people::before {
  background-image: url('/local/templates/main/css/../images/people.svg');
}

.statistics-item__count_business::before {
  background-image: url('/local/templates/main/css/../images/business.svg');
}

.statistics-item__count_developer::before {
  background-image: url('/local/templates/main/css/../images/developer.svg');
}

/* team */

.team__description {
  max-width: 712px;
  text-align: center;
  margin: 0 auto 44px;
}

.team__title.section-title {
  margin-bottom: 28px;
}

.team-card {
  width: 224px !important;
  height: 292px !important;
  margin-right: 32px;
}

.team-card__image-wrapper {
  border-radius: 20px;
  width: 100%;
  height: 222px;
}

.team-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card__name {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  margin: 16px 0 7px;
}

.team-card__position {
  font-size: 14px;
  line-height: 23px;
  opacity: 0.5;
}

.team-swiper-container {
  position: relative;
}

.team__navigation-button {
  position: absolute;
  top: 83px;
  z-index: 2;
}

.team__navigation-button_prev {
  left: 32px;
}

.team__navigation-button_next {
  right: 32px;
}

.team__button {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.press-center {
  margin: 0 auto;
}

/* press-center */

.press-center-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.press-center-tabs__content {
  display: none;
  width: 100%;
}

.press-center-tabs #news:checked ~ .press-center-tabs__content_news,
.press-center-tabs #events:checked ~ .press-center-tabs__content_events {
  display: block;
}

.press-center-tabs input[type='radio'] {
  display: none;
}

.press-center-tabs__label {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 28px 11px;
  border-radius: 36px;
  margin-bottom: 41px;
  cursor: pointer;
}

.press-center-tabs__label:hover {
  color: var(--color-primary);
}

.press-center-tabs :checked + .press-center-tabs__label {
  background-color: var(--color-bg-accent);
}

.press-center__cards {
  display: flex;
  gap: 32px;
  width: fit-content;
}

.press-center-card {
  flex: 1;
  height: 375px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  min-width: 257px;
}

.press-center-card__image {
  width: 100%;
  height: 202px;
  object-fit: cover;
  flex: 0;
}

.press-center-card__content {
  flex: 1;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color-gray-dark);
}

.press-center-card__description {
  font-size: 16px;
  line-height: 24px;
}

.press-center-card__date {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-primary);
}

.press-center__button {
  display: block;
  margin: 40px auto 0;
}

/* feedback */

.page section.feedback {
  margin-top: 0;
}

.feedback {
  padding-top: 148px;
  padding-bottom: 148px;
  background-image: url('/local/templates/main/css/../images/bg-feedback.svg');
  background-position-y: -88px;
  background-repeat: no-repeat;
  background-size: cover;
}

.feedback__title {
  margin-bottom: 28px;
}

.feedback__block-right {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 500px;
  padding: 40px;
  border-radius: 16px;
  backdrop-filter: blur(20px);
  background: rgba(40, 37, 36, 0.85);
}

.feedback__block-left {
  max-width: 600px;
}

.feedback__button {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.feedback__button-image {
  width: 20px;
  height: 20px;
}

.feedback__content {
  display: flex;
  justify-content: space-between;
}

.feedback-form__item {
  display: block;
  width: 100%;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 12px;
  background: rgba(40, 37, 36, 0.1);
  padding: 12px 18px;
}

.feedback-form__item,
.feedback-form__item::placeholder {
  font-size: 14px;
  line-height: 20px;
  font-family: 'HeliosExt', sans-serif !important;
  color: rgba(255, 255, 255, 0.6);
}

.feedback-form__item_type_select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('/local/templates/main/css/../images/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2rem;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.feedback-form__item_type_select:hover {
  cursor: pointer;
}

.feedback-form__select-item {
  padding: 30px 0 3px;
}

.feedback__remark {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.4;
}

.feedback__link {
  text-decoration: underline;
  text-underline-position: under;
}

/* telegram */

.telegram-channel {
  display: flex;
  justify-content: end;
  padding: 44px;
  background-image: url('/local/templates/main/css/../images/bg-telegram.webp');
  background-size: cover;
  background-position: left -100px top -70px;
  border-radius: 20px;
}

.telegram-channel__content {
  max-width: 441px;
}

.telegram-channel__title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  text-align: start;
}

.telegram-channel__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  margin-top: 24px;
}

.telegram-channel__button-text-desktop {
  display: inline-block;
}

.telegram-channel__button-text-mobile {
  display: none;
}

/* footer */

.footer {
  padding: 48px 0 56px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer .mobile-submenu__item,
.footer .contacts__item {
  padding: 5px 0;
}

.footer .contacts__item-link,
.footer .mobile-menu-item__title,
.footer .mobile-submenu__link {
  font-size: 14px;
  line-height: 20px;
}

.footer .mobile-menu-item {
  margin-bottom: 0;
}

.footer__logo-skolkovo {
  grid-column: 4;
  display: flex;
  flex-shrink: 0;
  padding: 8px;
  margin-top: auto;
  justify-content: flex-end;
}

.footer__logo-skolkovo-icon {
  height: 34px;
}

.copyright {
  grid-column: 1;
  align-self: self-end;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-white);
  opacity: 0.5;
  padding-bottom: 8px;
  margin-top: auto;
}

.mobile-menu-item_last {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 2560px) {
  .feedback {
    background-size: auto;
  }

  .hero__background {
    width: 972px;
    right: -170px;
  }
}

@media screen and (max-width: 1440px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .content {
    max-width: 1240px;
  }

  .hero-content__wrapper {
    min-width: 1240px;
  }

  .hero__background {
    right: -390px;
  }

  .partners::after {
    width: 920px;
    height: 920px;
    top: -50%;
    left: 60%;
  }

  .feedback__block-left {
    max-width: 550px;
  }

  .feedback__block-right {
    width: 542px;
  }

  .product-card__image-wrapper {
    height: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .header-row {
    gap: 10px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-content__wrapper {
    min-width: fit-content;
  }

  .hero__background {
    right: auto;
    left: 630px;
  }

  .hero__button {
    display: none;
  }

  .about__block-right {
    display: none;
  }

  .about__block-left {
    max-width: 100%;
  }

  .product-card__image-wrapper {
    height: 300px;
  }

  .telegram-channel {
    background-position: left -70px top -40px;
  }
}

@media screen and (max-width: 992px) {
  .content {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content__wrapper {
    padding-top: 112px;
  }

  .hero-content-conf__wrapper {
    padding-top: 220px;
  }

  .hero__background {
    left: 240px;
  }

  .home .hero {
    align-items: flex-start;
  }

  .products-items {
    grid-template-columns: 1fr;
  }

  .product-card {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-card__image-wrapper {
    height: 400px;
  }

  .section-title {
    font-size: 48px;
    line-height: 52px;
  }

  .text_big {
    font-size: 18px;
    line-height: 24px;
  }

  .hero__title {
    font-size: 38px;
    line-height: 40px;
  }

  .hero__count {
    font-size: 102px;
    width: fit-content;
    padding-right: 50px;
  }

  .hero-content__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }


  .page__hero {
    padding-left: 20px;
    padding-top: 112px;
  }

  .header {
    background: rgba(20, 20, 20, 0.8);
    border-bottom: none;
  }

  .section-header {
    background: rgba(20, 20, 20, 0.8);
    border-bottom: 0.40px solid rgba(255, 255, 255, 0.2);
  }

  .header__nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu.mobile-menu_open {
    display: block;
  }

  .header__logo {
    margin-right: auto;
    margin-left: 20px;
  }

  .services-tabs-pane__image-wrapper {
    display: none;
  }

  .services-tabs-pane__title {
    font-size: 32px;
    line-height: 38px;
  }

  .partners::after {
    width: 640px;
    height: 640px;
    top: -10%;
    left: 70%;
  }

  .press-center__cards-wrapper,
  .services-tabs__nav-wrapper {
    overflow-x: auto;
    touch-action: pan-x;
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  /* для Chrome, Safari и Opera */
  .press-center__cards-wrapper::-webkit-scrollbar {
    display: none;
  }

  .feedback__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .feedback {
    padding-bottom: 40px;
  }

  .feedback__block-left {
    max-width: 600px;
  }

  .footer {
    padding: 40px 20px 50px;
  }

  .footer {
    grid-template-columns: 1fr auto;
  }

  .footer > *:not(.copyright):not(.footer__logo-skolkovo) {
    grid-column: 1 / -1;
  }

  .copyright {
    grid-column: 1;
    margin-top: 36px;
  }

  .copyright.padding-left {
    padding-left: 8px;
  }

  .footer__logo-skolkovo {
    grid-column: 2;
    margin-top: 36px;
  }

  .contacts__item_logo {
    /* display: none; */
  }

  .contacts__item_logo-mobile {
    display: block;
  }

  .footer .mobile-submenu__item,
  .footer .contacts__item {
    padding: 7px 0;
  }

  .footer .contacts__item-link,
  .footer .mobile-menu-item__title,
  .footer .mobile-submenu__link {
    font-size: 16px;
    line-height: 24px;
  }

  .footer .mobile-menu-item,
  .contacts {
    margin-bottom: 26px;
  }

  .mobile-menu .contacts {
    margin-bottom: 0;
  }

  .footer .mobile-menu-item:last-of-type {
    margin-bottom: 0;
  }

  .copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .telegram-channel {
    padding: 44px 20px;
  }
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 36px;
    line-height: 40px;
  }

  .hero-content__left {
    max-width: 460px;
  }

  .product-card__image-wrapper {
    height: 350px;
  }

  .telegram-channel {
    justify-content: start;
    align-items: end;
    padding: 0 20px 24px 20px;
    min-height: 516px;
  }

  .telegram-channel__button-text-desktop {
    display: none;
  }

  .telegram-channel__button-text-mobile {
    display: inline-block;
  }
}

@media screen and (max-width: 880px) {
  .press-center {
    padding: 0 !important;
  }

  .press-center-card:first-of-type {
    margin-left: 8px;
  }

  .press-center-card:last-of-type {
    margin-right: 8px;
  }
}

@media screen and (max-width: 576px) {
  .header__social-link {
    display: none;
  }

  .page section,
  .page section.services {
    margin-top: 60px;
  }

  .section-title {
    font-size: 24px;
    line-height: 32px;
    text-align: start;
    margin-bottom: 24px;
  }

  .button.header__button {
    height: 40px;
  }

  .button {
    height: 44px;
  }

  .hero__title {
    font-size: 24px;
    line-height: 26px;
  }

  .hero__background {
    left: 140px;
  }

  .hero__background::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(5, 5, 1, 0) 0%, rgba(5, 5, 1, 0.8) 70%);
  }

  .partners-navigation {
    display: none;
  }

  .swiper-navigation-button {
    display: none;
  }

  .partner-card.swiper-slide {
    height: 336px;
    width: 257px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 16px !important;
  }

  .partner-card__title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .text {
    font-size: 14px;
    line-height: 20px;
  }

  .text_big {
    font-size: 16px;
    line-height: 20px;
  }

  .product-card__button {
    width: 40px;
    height: 40px;
  }

  .product-card__title {
    font-size: 24px;
    line-height: 32px;
  }

  .product-card__image-wrapper {
    height: 250px;
  }

  .product-card__text.text {
    padding-right: 0;
  }

  .statistics-item__count {
    font-size: 36px;
    line-height: 40px;
  }

  .statistics-item__count::before {
    width: 38px;
    height: 38px;
  }

  .statistics-item__description {
    max-width: fit-content;
  }

  .about {
    margin-top: 80px;
  }

  .about__statistics {
    flex-direction: column;
    max-width: 400px;
  }

  .team {
    margin-top: 80px;
  }

  .team-card {
    margin-right: 16px;
  }

  .team__description {
    text-align: start;
    margin: 0 auto 40px;
    font-size: 16px;
  }

  .team__button {
    margin-top: 32px;
    min-width: 280px;
  }

  .press-center__title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .press-center__cards {
    gap: 16px;
  }

  .press-center-card__description {
    line-height: 20px;
  }

  .press-center__button {
    margin-top: 32px;
  }

  .press-center-tabs {
    justify-content: flex-start;
  }

  .press-center-tabs__label:first-of-type {
    margin-left: 20px;
  }

  .button {
    min-width: 280px;
    font-size: 14px;
    line-height: 20px;
  }

  .header__button {
    min-width: fit-content !important;
  }

  .services-tabs__button {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px 10px 20px;
  }

  .services-tabs-pane__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .services-tabs-pane__tag {
    padding: 0;
    background-color: transparent;
  }

  .services-tabs-pane__tag::after {
    content: ',';
  }

  .services-tabs-pane__tag:last-of-type::after {
    content: '';
  }

  .services-tabs-pane__tags {
    gap: 0 5px;
  }

  .services-tabs-pane__tags::before {
    content: 'Технологии:';
  }

  .services-tabs-pane__button {
    margin: 0 auto;
  }

  .services-tabs__nav {
    margin-bottom: 36px;
  }

  .services-tabs__nav-wrapper {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }

  .feedback__block-right {
    align-self: center;
  }

  .feedback {
    padding-top: 60px;
  }

  .telegram-channel__button {
    min-width: auto;
  }
}

@media screen and (max-width: 390px) {
  .language-switcher__active,
  .language-switcher__divider {
    display: none !important;
  }

  .product-card__image-wrapper {
    height: 200px;
  }
}

/* page about */

/* about-hero */
.page .about-hero {
  background-image: url('/local/templates/main/css/../images/bg-about.webp');
  background-size: cover;
}

.about-hero__content {
  position: relative;
  z-index: 1;
}

.about-hero__title {
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
}

.about-hero__tags {
  display: flex;
  gap: 14px 8px;
  flex-wrap: wrap;
  padding-top: 48px;
}

.about-hero__tag {
  padding: 15px 20px 13px 20px;
  border-radius: 36px;
  font-size: 18px;
  line-height: 20px;
  background-color: #f4f4f833;
}

/* about-info */
.page .about-info {
  margin-top: 120px;
}

.about-info__content {
  display: flex;
  gap: 24px 30px;
  margin-bottom: 148px;
}

.about-info__title {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

.about-info__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 56px;
}

.about-info__statistics {
  display: flex;
  gap: 50px;
}

.about-info-card {
  display: flex;
  gap: 32px 40px;
  border-radius: 20px;
  background-color: var(--color-gray-dark);
  padding: 36px 40px 64px 28px;
  margin-bottom: 32px;
}

.about-info-card__image-wrapper,
.about-info-card__content {
  flex: 1;
}

.about-info-card__image {
  width: 100%;
  height: auto;
}

.about-info-card__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 32px;
}

.about-info-card ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.about-info-card ul li:last-of-type {
  margin-bottom: 0;
}

.about-info-card ul li::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url('/local/templates/main/css/../images/check-circle.svg');
  background-repeat: no-repeat;
  flex-grow: 0;
  flex-shrink: 0;
}

.advantages__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(333px, auto);
  gap: 32px;
}

.advantages-card-scene {
  width: 100%;
  height: 100%;
  perspective: 600px;
  will-change: transform;
}

.advantages-card-scene:hover {
  transform: scale(1.05) !important;
}

.advantages-card {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}

.advantages-card.advantages-card_flipped {
  transform: rotateY(180deg);
}

.advantages-card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-dark);
  border-radius: 20px;
  padding: 30px 22px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.advantages-card__face_back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotateY(180deg);
}

.advantages-card__icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
}

.advantages-card__face_back .advantages-card__icon-wrapper {
  display: none;
}

.advantages-card__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.advantages-card__face_front .advantages-card__title {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.advantages-card__face_back .advantages-card__title {
  color: var(--color-primary);
  margin-bottom: 16px;
}

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

.page-about .partners::after {
  display: none;
}

.page-about .team__title.section-title,
.page-team .team__title.section-title {
  margin-bottom: 44px;
}

.page-about .technology-stack__title.section-title {
  margin-bottom: 14px;
}

.technology-stack__description {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 48px;
  max-width: 575px;
}

.technology-stack__cards {
  display: flex;
  gap: 16px 32px;
}

.technology-stack-card {
  background-color: var(--color-gray-dark);
  border-radius: 20px;
  padding: 36px;
  flex: 1;
}

.technology-stack-card__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.page-about .technology-stack-card__title {
  font-size: 24px;
  line-height: 32px;
}

.technology-stack-card__item::before {
  content: '—';
  margin-right: 4px;
}

@media screen and (max-width: 1200px) {
  .advantages__items {
    grid-auto-rows: minmax(380px, auto);
  }
}

@media screen and (max-width: 992px) {
  .about-hero {
    padding: 140px 0 140px;
  }

  .about-hero__title {
    font-size: 56px;
    line-height: 60px;
  }

  .about-hero__tags {
    gap: 10px 8px;
  }

  .about-hero__tag {
    padding: 7px 12px 5px 12px;
    font-size: 16px;
  }

  .about-info__content {
    flex-direction: column;
  }

  .about-info-card {
    flex-direction: column;
  }

  .about-info-card__content {
    order: -1;
  }

  .about-info-card__image {
    max-width: 500px;
  }

  .advantages__items {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(333px, auto);
  }

  .technology-stack__cards {
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .page .about-hero {
    padding: 140px 0 88px;
  }

  .about-hero__title {
    font-size: 28px;
    line-height: 36px;
  }

  .about-hero__tag {
    font-size: 14px;
  }

  .page .about-info {
    margin-top: 60px;
  }

  .about-info__title {
    font-size: 24px;
    line-height: 32px;
  }

  .about-info__content {
    margin-bottom: 60px;
  }

  .about-info__text {
    margin-bottom: 32px;
  }

  .about-info__statistics {
    gap: 24px;
    flex-direction: column;
  }

  .about-info-card__title {
    font-size: 24px;
    line-height: 32px;
  }

  .page-about .technology-stack__title.section-title {
    margin-bottom: 24px;
  }

  .advantages {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .advantages-card__face {
    padding: 24px 20px;
  }

  .advantages-card__title {
    font-size: 16px;
    line-height: 20px;
  }

  .advantages-card__face_back .advantages-card__icon-wrapper {
    display: flex;
    margin-bottom: 18px;
    width: 48px;
    height: 48px;
  }

  .advantages-card__image {
    width: 26px;
    height: 26px;
  }

  .advantages-card__face_back .advantages-card__title {
    color: var(--color-white);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .advantages__items {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .advantages-card {
    cursor: auto;
  }

  .advantages-card__face_front {
    display: none;
  }

  .advantages-card__face {
    position: static;
  }

  .advantages-card__face_back {
    transform: rotateY(0deg);
  }

  .advantages-card.advantages-card_flipped {
    transform: none;
  }

  .technology-stack__description {
    text-align: start;
    margin-bottom: 32px;
  }

  .technology-stack-card {
    padding: 20px;
  }

  .technology-stack-card__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .page-about .team {
    margin-top: 60px;
  }

  .page-about .team__title.section-title,
  .page-team .team__title.section-title {
    margin-bottom: 24px;
  }
}

/* page-team */

.team-hero {
  background-image: url('/local/templates/main/css/../images/bg-team.webp');
  background-size: cover;
}

.team-hero__content {
  position: relative;
  z-index: 1;
}

.team-hero__title {
  font-size: 61px;
  line-height: 64px;
}

.team-hero__title i {
  font-style: normal;
  display: inline-block;
  padding: 3px 13px;
  backdrop-filter: blur(15px);
  background: rgba(244, 244, 248, 0.2);
  border-radius: 100px;
}

.team-hero__description {
  font-size: 28px;
  line-height: 42px;
  max-width: 850px;
  margin-top: 40px;
}

.page-team .team-advantages {
  margin-top: 120px;
}

.section-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.section-card {
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-dark);
  border-radius: 20px;
  padding: 32px 24px;
}

.section-card__icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  margin-bottom: 24px;
}

.section-card__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.work {
  overflow: hidden;
}

.work-swiper-container .work-card {
  padding: 36px 28px 36px 40px;
  background-color: var(--color-gray-dark);
  display: flex;
  gap: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.work-card__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 40px;
  max-width: 455px;
}

.work-swiper-container {
  margin-top: 48px;
  position: relative;
}

.work-card__content {
  max-width: 574px;
  min-width: 400px;
  flex: 1;
  padding-bottom: 46px;
}

.work-card__image-wrapper {
  flex: 1;
  text-align: end;
}

.work-card__image {
  max-width: 100%;
}

.work-navigation {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: flex;
  gap: 10px;
  z-index: 1;
}

.swiper-navigation-button.work-navigation__button {
  background-color: transparent;
  border: 1.6px solid rgba(255, 255, 255, 0.47);
}

.work-navigation__button.swiper-navigation-button_prev::before,
.work-navigation__button.swiper-navigation-button_next::before {
  opacity: 0.47;
}

.page-team .team__button {
  display: none;
}

.vacancies-item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vacancies-item-section__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.vacancies-item__input {
  display: none;
}

.vacancies-item__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vacancies-item__icon {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background-color: var(--color-bg-accent);
  border-radius: 50%;
  background-image: url('/local/templates/main/css/../images/check-mark.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  flex-shrink: 0;
}

.vacancies-item__input:checked + .vacancies-item__label .vacancies-item__icon {
  background-color: var(--color-primary);
  transform: rotate(-180deg);
  transition: all 0.3s;
}

.vacancies-item__icon:hover {
  background-color: var(--color-bg-button-hover);
}

.vacancies-item__description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vacancies-item__description > div {
  padding: 32px 0;
}

.vacancies-item__input:checked + .vacancies-item__label + .vacancies-item__description {
  max-height: 4000px;
  transition: max-height 0.8s ease-in-out;
}

.vacancies-item-section__list li {
  display: flex;
  align-items: flex-start;
}

.vacancies-item-section__list li::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: var(--color-white);
  border-radius: 50%;
  margin-right: 8px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 10px;
}

.vacancies-item-section {
  padding-top: 32px;
  max-width: 700px;
}

.vacancies-item-section:first-of-type {
  padding-top: 0;
}

.vacancies-item__button {
  margin-top: 32px;
}

.gallery__title {
  margin-bottom: 62px;
}

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

.gallery__navigation-button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

.gallery__navigation-button::before {
  mask: url('/local/templates/main/css/../images/check-mark.svg');
  background-color: var(--color-white);
}

.gallery__navigation-button_prev {
  left: 0;

}

.gallery__navigation-button_next {
  right: 0;
}

.gallery__navigation-button_prev::before {
  transform: rotate(90deg);
}

.gallery__navigation-button_next::before {
  transform: rotate(-90deg);
}

.gallery-card {
  padding: 0 68px;
}

.gallery-card__image {
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-height: 667px;
  min-height: 568px;
  object-fit: cover;
}

.gallery-swiper-pagination {
  margin-top: 28px;
  text-align: center;
}

.gallery-swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-bg-accent);
  opacity: 0.7;
}

.gallery-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-white);
}

.video__player {
  width: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .team-hero__title {
    font-size: 52px;
    line-height: 56px;
  }

  .team-hero__description {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 992px) {
  .team-hero__title {
    font-size: 32px;
    line-height: 36px;
  }

  .team-hero__description {
    font-size: 22px;
    line-height: 28px;
  }

  .section-cards {
    grid-template-columns: 1fr 1fr;
  }

  .work-swiper-container .work-card {
    flex-direction: column;
  }

  .work-card__content {
    padding-bottom: 0;
  }

  .work-card__image {
    width: 100%;
    min-width: 405px;
    max-width: 450px;
    margin-bottom: 36px;
  }

  .work-card__image-wrapper {
    text-align: center;
  }

  .work-navigation {
    bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .page-team .team-advantages {
    margin-top: 60px;
  }

  .page-team .team-hero {
    padding-top: 168px;
    padding-bottom: 156px;
  }

  .team-hero__title {
    font-size: 28px;
    line-height: 36px;
  }

  .team-hero__description {
    font-size: 16px;
    line-height: 20px;
  }

  .section-card {
    padding: 24px 20px;
  }

  .section-card__icon-wrapper {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }

  .section-card__title {
    font-size: 16px;
    line-height: 20px;
  }

  .section-card__image {
    width: 26px;
    height: 26px;
  }

  .section-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .work-swiper-container {
    margin-top: 24px;
  }

  .work-swiper-container .work-card {
    padding: 20px 12px;
  }

  .work-card__content {
    max-width: 100%;
    min-width: 100%;
  }

  .work-card__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .work-card__image {
    margin-bottom: 0;
  }

  .vacancies__title.section-title {
    margin-bottom: 32px;
  }

  .vacancies-item-section__title {
    line-height: 20px;
  }

  .vacancies-item__label {
    font-size: 20px;
    line-height: 28px;
    padding: 24px 0;
  }

  .vacancies-item__icon {
    width: 42px;
    height: 42px;
  }

  .vacancies-item__input:checked + .vacancies-item__label + .vacancies-item__description {
    padding: 24px 0;
  }

  .vacancies-item-section {
    padding-top: 24px;
  }

  .gallery__title {
    margin-bottom: 24px;
  }

  .gallery-card {
    padding: 0;
  }

  .gallery-swiper-container {
    overflow: visible;
  }
}

/* page products */

.page-products .products__button {
  display: none;
}

.page-products .products {
  margin-top: 169px;
}

@media screen and (max-width: 576px) {
  .page-products .products {
    margin-top: 112px;
  }
}

/* page contacts */
.page .section-contacts {
  margin-top: 0;
  padding-top: 185px;
  background-image: url('/local/templates/main/css/../images/patern.png');
}

.section-contacts {
  padding-bottom: 148px;
}

.section-contacts__items {
  grid-template-columns: repeat(6, 1fr);
}

.section-contacts__items .section-card {
  grid-column: span 2;
}

.section-contacts__item-link {
  display: block;
}

.page section.section-map {
  width: 100%;
  height: 696px;
  margin-top: 0;
}

section.section-contacts-telegram {
  margin-top: 0;
  padding-bottom: 148px;
  background-image: url('/local/templates/main/css/../images/patern.png');
}

@media screen and (max-width: 992px) {
  .section-contacts__items .section-card {
    grid-column: span 3;
  }

  .section-contacts__items .section-card:last-of-type {
    grid-column: span 6;
  }
}

@media screen and (max-width: 576px) {
  .section-contacts {
    padding-top: 112px;
    padding-bottom: 60px;
  }

  .section-contacts__items .section-card {
    grid-column: span 6;
  }

  .page section.section-map {
    height: 568px;
  }
}

/* page services */

.page .services-hero {
  background-image: url('/local/templates/main/css/../images/bg-services.webp');
  background-position: bottom;
  background-size: cover;
  display: flex;
  align-items: center;
}

.services-hero__content {
  width: 100%;
}

.services-hero__title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  max-width: 900px;
}

.services-hero__description {
  font-size: 20px;
  line-height: 32px;
  max-width: 833px;
  margin-top: 32px;
}

.services-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.service-list-item {
  width: calc(50% - 16px);
  background-color: var(--color-gray-dark);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-list-item__image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.service-list-item--audit-152fz .service-list-item__image {
  max-height: 390px;
}

.service-list-item__content {
  height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.service-list-item__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.services__text {
  margin-bottom: 32px;
}

.service-list-item__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  opacity: 0.3;
  background-color: transparent;
  border: 1px solid var(--color-white);
  transition: opacity 0.3s;
}

.button.service-list-item__button:hover {
  background-color: transparent;
  opacity: 0.6;
}

.service-list-item__button-text {
  font-weight: 400;
}

.service-list-item__button-icon {
  content: '';
  display: inline-block;
  width: 20px;
  height: 22px;
  mask: url(/local/templates/main/css/../images/arrow-right.svg);
  background-color: var(--color-white);
  mask-repeat: no-repeat;
  mask-position: center;
}

@media screen and (max-width: 992px) {
  .services-hero__title {
    font-size: 56px;
    line-height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .services-hero__title {
    font-size: 48px;
    line-height: 52px;
  }

  .services-list__wrapper.content {
    padding: 0;
  }

  .services-list__wrapper {
    overflow-x: auto;
    touch-action: pan-x pan-y;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .services-list__items {
    flex-wrap: nowrap;
    gap: 8px;
    width: fit-content;
  }

  .service-list-item {
    min-width: 300px;
    justify-content: space-between;
  }

  .service-list-item:first-of-type {
    margin-left: 8px;
  }

  .service-list-item__button {
    padding: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    top: 20px;
    right: 12px;
  }

  .service-list-item__button-text {
    display: none;
  }

  .service-list-item__title {
    padding-right: 56px;
  }

  .service-list-item__content {
    padding: 20px 12px 32px 12px;
    order: -1;
    position: relative;
  }

  .services__text {
    order: 3;
    margin-bottom: 0;
  }

  .service-list-item.fade-in-move-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

}

@media screen and (max-width: 576px) {
  .page-services .services-hero {
    padding: 212px 0 200px;
  }

  .services-hero__title {
    font-size: 28px;
    line-height: 36px;
  }

  .services-hero__description {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }

  .service-list-item__title {
    font-size: 20px;
    line-height: 28px;
  }

  .service-list-item__image {
    height: 194px;
  }

  .service-list-item__button {
    min-width: 40px;
  }
}

/* zveno page */

.page .zveno-hero {
  background-image: url('/local/templates/main/css/../images/bg-zveno.webp');
  background-position-x: right;
  background-position-y: bottom;
}

/* .page .product-hero {
  margin: 0;
  max-height: 1200px;
  padding-top: 112px;
  padding-bottom: 60px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: var(--color-black);
  position: relative;
  background-repeat: no-repeat;
} */

.page .product-hero {
  padding-bottom: 60px;
  background-color: var(--color-black);
  background-repeat: no-repeat;
}

.product-hero::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}

.product-hero__tags {
  display: flex;
  gap: 10px;
}

.product-hero__tag {
  font-size: 14px;
  line-height: 20px;
  padding: 9px 18px 7px;
  background-color: var(--color-bg-accent);
  border-radius: 36px;
}

.product-hero__title {
  margin: 24px 0 16px;
  text-align: start;
}

.product-hero p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.product-hero__link {
  margin-left: auto;
  padding-left: 12px;
  display: inline-flex;
  align-items: center;
  transition: text-decoration-color 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-position: under;
}

.product-hero__link:hover {
  text-decoration-color: inherit;
}

.product-hero__link::after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  background-image: url('/local/templates/main/css/../images/arrow-right.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-45deg);
}

.product-hero__content_left {
  min-width: 440px;
  max-width: 490px;
}

.product-hero__content_right {
  position: relative;
  flex-shrink: 1;
}

.product-hero__image {
  object-fit: contain;
  width: 100%;
  max-width: 721px;
  height: auto;
  min-height: 430px;
  object-position: left;
}

.product-hero__image-laptop {
  object-fit: contain;
  max-width: 713px;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.product-hero__image-phone {
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 50px;
  max-height: 75%;
  max-width: 713px;
  width: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.product-hero__content-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 24px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.page .product-advantages,
.page-otk .chart,
.page-kgsh .product-features {
  margin-top: 0;
  background: linear-gradient(360deg, #181a1c 0%, #161719 14.29%, #131516 28.57%, #101213 42.86%, #0d0e0f 57.14%, #090a0b 71.43%, #040505 85.71%, #000 100%);
}

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

.reviews-navigation {
  display: flex;
  gap: 14px;
}

.review-card.swiper-slide {
  max-width: 950px;
  background-color: var(--color-gray-dark);
  border-radius: 24px;
  padding: 40px;
}

.reviews-swiper-container {
  width: 100%;
}

.review-card__header {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

.review-card__name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}

.review-card__position {
  font-size: 15px;
  line-height: 20px;
  opacity: 0.5;
}

.review-card__company-logo {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.review-card__company-logo-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.zveno-advantages__items.section-cards {
  grid-template-columns: repeat(4, 1fr);
}

.zveno-advantages__items .section-card__title {
  font-weight: 400;
  margin-bottom: 0;
}

.zveno-advantages__items .section-card__icon-wrapper {
  width: 60px;
  height: 60px;
}

.features-card.swiper-slide {
  background-color: var(--color-gray-dark);
  background-image: url('/local/templates/main/css/../images/patern.png');
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 40px;
  padding-left: 40px;
}

.features-card__image {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  max-height: 620px;
  object-position: bottom right;
  align-self: flex-end;
}

.features-card__image-wrapper {
  align-self: flex-end;
  position: relative;
  margin-left: 50px;
}

.features-card__image_second {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -50px;
  height: 82%;
}

.features-card__title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 32px;
}

.features-card__content {
  max-width: 430px;
  flex-shrink: 0;
  padding-bottom: 88px;
}

.features-card__content .text {
  margin-bottom: 24px;
}

.features-card__content .text:last-of-type {
  margin-bottom: 0;
}

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

.features-navigation {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: flex;
  gap: 10px;
  z-index: 1;
}

.features-swiper-pagination {
  margin-bottom: 14px;
  padding-bottom: 6px;
  display: flex;
  gap: 16px;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent; /* Firefox */
}

.features-swiper-pagination::-webkit-scrollbar {
  height: 4px;
}

.features-swiper-pagination::-webkit-scrollbar-track {
  background: transparent;
}

.features-swiper-pagination::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.features-swiper-pagination::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

.features-swiper-pagination-menu-bullet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 16px;
  background-color: var(--color-bg-accent);
  border-radius: 12px;
  cursor: pointer;
  flex: 1;
  flex-grow: 0;
  min-width: fit-content;
}

.features-swiper-pagination-menu-bullet_active {
  color: var(--color-primary);
}

.features-swiper-pagination-menu-bullet__icon {
  width: 26px;
  height: 26px;
}

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

.effects-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background-color: var(--color-gray-dark);
  border-radius: 16px;
  padding: 32px 24px;
}

.effects-card__icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}

.effects-card__icon {
  width: 34px;
  height: 34px;
}

.effects-card__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.effects-card__list {
  list-style: disc;
  margin-left: 24px;
}

.documents__items {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.document-item {
  max-width: 452px;
  border-radius: 16px;
  background-color: var(--color-gray-dark);
  padding: 32px;
}

.document-item__caption {
  margin-top: 28px;
  text-align: center;
}

.document-item__image {
  border-radius: 8px;
  width: 388px;
  height: 579px;
}

@media screen and (max-width: 1400px) {
  .product-hero__content_left {
    min-width: 468px;
  }

  .page .zveno-hero {
    background-size: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .features-card.swiper-slide {
    gap: 24px;
  }

  .features-card__image {
    max-height: 588px;
  }

  .features-card__content {
    max-width: 400px;
  }

  .features-card__title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (max-width: 992px) {
  .page .zveno-hero {
    background-position-y: -100px;
  }

  .product-hero__content {
    flex-direction: column;
    gap: 48px;
  }

  .product-hero__content_left {
    max-width: 620px;
  }

  .product-hero__image {
    object-fit: cover;
  }

  .product-hero__image-phone {
    left: 0px;
    min-height: 320px;
  }

  .product-hero__image-laptop {
    min-height: 430px;
    object-fit: cover;
    object-position: -20px;
  }

  .product-hero__content_right {
    left: -20px;
    width: calc(100% + 40px);
  }

  .review-card.swiper-slide {
    max-width: 94%;
  }

  .review-card.swiper-slide:first-of-type {
    margin-left: 8px;
  }

  .zveno-advantages__items.section-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .effects-card__title {
    font-size: 18px;
    line-height: 24px;
  }

  .features-card__content {
    max-width: 380px;
  }

  .features-card__image_second {
    display: none;
  }

  .features-card__image-wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .page .zveno-hero {
    background-image: url('/local/templates/main/css/./../images/bg-zveno-small.webp');
    background-size: auto;
    background-position-y: 150%;
    background-position-x: center;
  }

  .features-swiper-pagination {
    gap: 8px;
  }

  .features-card.swiper-slide {
    flex-direction: column;
    width: 98%;
  }

  .features-card__content {
    padding-right: 40px;
    padding-bottom: 0;
    max-width: fit-content;
  }

  .features-card__image {
    /* max-height: 496px; */
    align-self: flex-start;
  }

  .features-card__image-wrapper {
    align-self: flex-start;
  }

  .features-swiper-pagination-menu-bullet {
    padding: 11px 14px;
  }

  .features-swiper-pagination-menu-bullet:first-of-type {
    margin-left: 8px;
  }

  .features-swiper-pagination-menu-bullet__icon {
    width: 24px;
    height: 24px;
  }

  .features-navigation {
    display: none;
  }

  .features-swiper-container {
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .product-effects__cards {
    grid-template-columns: 1fr;
  }

  .product-hero__image-phone {
    left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .product-hero__title {
    margin: 20px 0;
  }

  .product-hero__tag {
    padding: 7px 12px 5px;
  }

  .product-hero p {
    margin-bottom: 16px;
    line-height: 20px;
  }

  .product-hero__content_left {
    min-width: fit-content;
  }

  .product-hero__content-footer {
    margin-top: 4px;
    flex-direction: column;
  }

  .product-hero__link {
    margin-left: 0;
  }

  .product-hero__image_phone {
    height: 92%;
  }

  .review-card__company-logo-wrapper {
    width: 48px;
    height: 48px;
  }

  .review-card__company-logo {
    width: 28px;
    height: 28px;
  }

  .review-card__name {
    font-size: 16px;
    line-height: 20px;
  }

  .review-card__position {
    font-size: 14px;
    line-height: 18px;
  }

  .review-card__header {
    gap: 16px;
    margin-bottom: 18px;
  }

  .zveno-advantages__items.section-cards {
    grid-template-columns: 1fr;
    gap: 0;
    background-color: var(--color-gray-dark);
    border-radius: 16px;
  }

  .zveno-advantages__items .section-card {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .zveno-advantages__items .section-card__icon-wrapper {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .zveno-advantages__items .section-card__image {
    width: 22px;
    height: 22px;
  }

  .features-card__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .features-card__content .text {
    margin-bottom: 16px;
  }

  .features-card__content {
    padding-right: 12px;
    max-width: 100%;
  }

  .features-card__image {
    max-height: 413px;
  }

  .features-card.swiper-slide {
    padding-top: 20px;
    padding-left: 12px;
  }

  .effects-card {
    flex-direction: column;
    padding: 24px 20px;
    gap: 18px;
  }

  .effects-card__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .effects-card__icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .effects-card__icon {
    width: 27px;
    height: 27px;
  }

  .product-effects__cards {
    gap: 16px;
  }

  .document-item__caption {
    text-align: start;
  }

  .document-item__image {
    height: 406px;
    width: auto;
  }

  .document-item {
    max-width: 296px;
    padding: 12px;
  }
}

/* page MO */

.page .mo-hero {
  background-image: url('/local/templates/main/css/../images/bg-mo.webp');
  background-position-x: right;
}

.product-indicators {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}

.product-indicators-card__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-text-accent);
}

.product-indicators-card__value {
  color: var(--color-text-accent);
  font-size: 68px;
  line-height: 68px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 12px;
}

.product-indicators-card {
  padding: 32px;
  border-radius: 16px;
  background-color: var(--color-gray-dark);
  grid-column: span 2;
}

.product-indicators-card:nth-last-child(-n + 2) {
  grid-column: span 3;
}

@media screen and (max-width: 1200px) {
  .page .mo-hero {
    background-size: 80%;
  }
}

@media screen and (max-width: 992px) {
  .page .mo-hero {
    background-size: 70%;
  }

  .mo-hero .product-hero__content_right {
    left: 0;
    width: calc(100% + 20px);
  }

  .product-indicators {
    gap: 24px;
  }

  .product-indicators-card {
    grid-column: span 3;
  }

  .product-indicators-card:last-of-type {
    grid-column: span 6;
  }
}

@media screen and (max-width: 768px) {
  .page .mo-hero {
    background-size: 1780px 800px;
    background-position-y: bottom;
  }
}

@media screen and (max-width: 576px) {
  .product-indicators {
    gap: 16px;
  }

  .product-indicators .product-indicators-card {
    grid-column: span 6;
    padding: 20px;
  }

  .product-indicators-card__value {
    font-size: 56px;
    line-height: 56px;
    margin-top: 8px;
  }
}

/* otk page */

.otk-hero::before {
  background-image: url('/local/templates/main/css/../images/bg-otk.webp');
  width: 1253px;
  height: 2201px;
  transform: rotate(147deg);
  right: -40%;
  bottom: -50%;
}

.chart__image {
  width: 100%;
  min-width: 1033px;
  height: auto;
}

.chart__image-wrapper {
  overflow: auto;
  padding-bottom: 4px;
}

.otk-advantages__items {
  grid-template-columns: repeat(12, 1fr);
}

.otk-advantages__item {
  grid-column: span 3;
}

.otk-advantages__item:nth-last-child(-n + 3) {
  grid-column: span 4;
}

.audience-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  min-height: 272px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #232729;
}

.audience-card::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  border-radius: 20px;
}

.audience__cards.section-cards {
  grid-template-columns: repeat(3, 1fr);
}

.audience-card__image-wrapper {
  width: 100%;
  height: 100%;
}

.audience-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  object-position: top;
}

.audience-card__content {
  position: relative;
  z-index: 2;
}

.audience .section-card__title {
  margin-bottom: 8px;
}

@media screen and (max-width: 1400px) {
  .otk-hero::before {
    left: 50%;
    right: auto;
  }
}

@media screen and (max-width: 992px) {
  .otk-hero::before {
    width: 750px;
    bottom: 80px;
    left: 30%;
  }

  .otk-advantages__item {
    grid-column: span 4;
  }

  .otk-advantages__item:nth-last-child(-n + 4) {
    grid-column: span 6;
  }

  .audience__cards.section-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .otk-hero::before {
    transform: rotate(115deg);
    left: -57%;
    bottom: -67%;
  }

  .otk-advantages__item {
    grid-column: span 6;
  }

  .otk-advantages__item:last-of-type {
    grid-column: span 12;
  }
}

@media screen and (max-width: 576px) {
  .otk-hero::before {
    /* left: -54%; */
    width: 580px;
    left: -550px;
    transform: rotate(120deg);
    bottom: -55%;
  }

  .otk-advantages__item.section-card {
    grid-column: span 12;
  }

  .audience__cards.section-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .audience-card {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 0;
    background-color: transparent;
    min-height: fit-content;
  }

  .audience-card__image {
    position: static;

  }

  .audience-card__content,
  .audience-card__image-wrapper {
    flex: 1;
  }

  .section-card.audience-card::before {
    display: none;
  }
}

/* kgsh page */

.kgsh-hero {
  background-image: url('/local/templates/main/css/../images/bg-kgsh.webp');
  background-position-x: right;
  background-position-y: 0;
}

@media screen and (max-width: 1400px) {
  .kgsh-hero {
    background-size: 70% 70%;
    background-position-y: 30px;
  }
}

@media screen and (max-width: 992px) {
  .kgsh-hero .product-hero__content_right {
    left: -60px;
    width: calc(100% + 80px);
  }

  .kgsh-hero {
    background-position-y: 370px;
    background-position-x: 100%;
    background-size: contain
  }
}

@media screen and (max-width: 576px) {
  .kgsh-hero {
    background-position-y: 390px;
  }
}

/* erp page */

.erp-hero::before {
  width: 2304px;
  height: 750px;
  background-image: url('/local/templates/main/css/../images/bg-power.webp');
  top: -230px;
  transform: rotate(35deg);
  left: 20%;
}

.erp-advantages__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}

.erp-advantages__item {
  grid-column: span 2;
}

.erp-advantages__item:nth-last-child(-n + 2) {
  grid-column: span 3;
}

@media screen and (max-width: 1200px) {
  .erp-hero::before {
    left: 0;
  }
}

@media screen and (max-width: 992px) {
  .erp-hero::before {
    height: 600px;
    top: 0;
    left: -70px;
  }

  .erp-hero .product-hero__content_right {
    left: -60px;
    width: calc(100% + 80px);
  }

  .erp-advantages__item {
    grid-column: span 3;
  }

  .erp-advantages__item:last-of-type {
    grid-column: span 6;
  }
}

@media screen and (max-width: 768px) {
  .erp-hero::before {
    height: 750px;
    transform: rotate(-16deg);
    left: -950px;
    top: auto;
    bottom: 70px;
  }
}

@media screen and (max-width: 576px) {
  .erp-advantages__items {
    gap: 16px;
  }

  .erp-advantages__item.section-card {
    grid-column: span 6;
  }
}

/* pover page */

.power-hero::before {
  width: 2304px;
  height: 750px;
  background-image: url('/local/templates/main/css/../images/bg-power.webp');
  top: 0;
  transform: rotate(35deg);
  left: 250px;
}

.power-hero__title {
  font-size: 40px;
  line-height: 48px;
}

.power-advantages__items {
  display: flex;
  gap: 32px;
}

.power-advantages__section-cards {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1200px) {
  .power-hero::before {
    height: 600px;
    left: 0;
  }
}

@media screen and (max-width: 992px) {
  .power-hero::before {
    height: 600px;
    left: -100px;
  }

  .power-hero .product-hero__content_right {
    left: 0;
    width: calc(100% + 20px);
  }

  .product-hero__content_left {
    max-width: 500px;
  }

  .power-hero.product-hero {
    background-position-x: left;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .power-hero::before {
    height: 700px;
    transform: rotate(18deg);
    left: -950px;
    top: auto;
    bottom: -5px;
  }
}

@media screen and (max-width: 576px) {
  .power-hero__title {
    font-size: 28px;
    line-height: 36px;
  }

  .power-advantages__section-cards {
    grid-template-columns: 1fr;
  }
}

/* page analysis */

.analysis-hero.services-hero {
  background-image: url('/local/templates/main/css/../images/bg-analysis.webp');
}

.services-card {
  background-color: var(--color-gray-dark);
  border-radius: 20px;
  padding: 36px 28px 40px 40px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
}

.services-advantages-card__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 32px;
}

.services-advantages-card__subtitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
}

.services-advantages-card__item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.services-advantages-card__item::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url('/local/templates/main/css/../images/check-circle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.services-card__content {
  flex: 1;
  max-width: 50%;
}

.services-card__image-wrapper {
  flex: 1;
  max-width: 636px;
  min-width: 408px;
}

.services-card__image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.analysis-step {
  border-radius: 20px;
  background-color: var(--color-gray-dark);
  margin-bottom: 12px;
  padding: 24px 32px;
}

.analysis-step__input {
  display: none;
}

.analysis-step__label {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: stretch;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  gap: 20px;
  user-select: none;
}

.analysis-step__title {
  flex: 1;
}

.analysis-step__description {
  padding: 2px 44px 0 66px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

.analysis-step__input:checked + .analysis-step__label + .analysis-step__description {
  max-height: 800px;
  transition: max-height 0.5s ease-in-out;
}

.analysis-step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  transition: all 0.3s;
}

.analysis-step__icon {
  margin-left: auto;
  transition: all 0.3s;
}

.analysis-step__input:checked + .analysis-step__label .analysis-step__icon {
  transform: rotate(-180deg);
  transition: all 0.3s;
}

.analysis-step__input:checked + .analysis-step__label .analysis-step__number {
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: all 0.3s;
}

.analysis-step__divider {
  display: none;
}

@media screen and (max-width: 992px) {
  .services-card {
    flex-direction: column;
    gap: 32px;
  }

  .services-card__content {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .services-card {
    padding: 24px 20px;
  }

  .services-advantages-card__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .services-advantages-card__subtitle {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .services-advantages-card__item::before {
    width: 20px;
    height: 20px;
  }

  .analysis-step__label {
    font-size: 16px;
    line-height: 20px;
    gap: 12px;
  }

  .analysis-step__number {
    width: 24px;
    height: 24px;
  }

  .analysis-step {
    padding: 21px 19px;
  }

  .analysis-step__description {
    padding: 0 20px;
  }

  .analysis-step__divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    opacity: 0.1;
    margin: 24px 0;
  }
}

/* page backend */

.page .backend-hero {
  background-image: url('/local/templates/main/css/./../images/bg-backend.webp');
}

.page .services-composition__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 56px;
  text-align: center;
}

.services-composition-item {
  margin-bottom: 28px;
}

.services-composition-item:last-of-type {
  margin-bottom: 0;
}

.services-composition-item__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}

.services-composition-item {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.services-composition-item__icon-wrapper {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.services-composition-item__icon {
  width: 27px;
  height: 27px;
}

@media screen and (max-width: 992px) {
  .page .services-composition__title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (max-width: 768px) {
  .page .services-composition__title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 576px) {
  .page .services-composition__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    text-align: start;
  }

  .services-composition-item__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 10px
  }

  .services-composition-item {
    font-size: 16px;
    line-height: 20px;
  }

  .services-composition-item__icon-wrapper {
    width: 48px;
    height: 48px;
  }
}

/* page frontend */

.page .frontend-hero {
  background-image: url('/local/templates/main/css/./../images/bg-frontend.webp');
}

/* page mobile */

.page .mobile-hero {
  background-image: url('/local/templates/main/css/./../images/bg-mobile.webp');
}

/* модальное окно */

.modal-content {
  background: rgba(40, 37, 36, 0.86);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  position: relative;
}

.modal-content__title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.modal-content__text {
  font-size: 16px;
  line-height: 24px;
  margin: 16px auto 32px;
}

.modal-content__button {
  width: 100%;
}

.hystmodal__window {
  background-color: transparent !important;
}

.hystmodal {
  backdrop-filter: blur(8px);
}

.modal-close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .modal-content {
    padding: 24px 20px;
  }

  .modal-content__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }

  .modal-content__text {
    font-size: 14px;
    line-height: 20px;
    margin: 12px auto 24px;
  }
}

.section-cards_8.section-cards {
  grid-template-columns: repeat(4, 1fr);
}

.section-cards_7.section-cards {
  grid-template-columns: repeat(12, 1fr);
}

.section-cards_5.section-cards {
  grid-template-columns: repeat(6, 1fr);
}

.section-cards_2.section-cards {
  grid-template-columns: repeat(2, 1fr);
}

.section-cards.section-cards_no-text .section-card__title {
  font-weight: 400;
  margin-bottom: 0;
}

.section-cards.section-cards_title-small .section-card__title {
  font-size: 16px;
  line-height: 24px;
}

.section-cards.section-cards_no-text:not(.section-cards_title-small) .section-card__icon-wrapper {
  width: 60px;
  height: 60px;
}

.section-cards_5.section-cards .section-card {
  grid-column: span 2;
}

.section-cards_5.section-cards .section-card:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.section-cards_7.section-cards .section-card {
  grid-column: span 3;
}

.section-cards_7.section-cards .section-card:nth-last-child(-n + 3) {
  grid-column: span 4;
}

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

  .section-cards_5.section-cards .section-card {
    grid-column: span 3;
  }

  .section-cards_5.section-cards .section-card:last-of-type {
    grid-column: span 6;
  }

  .section-cards_7.section-cards .section-card {
    grid-column: span 4;
  }

  .section-cards_7.section-cards .section-card:nth-last-child(-n + 4) {
    grid-column: span 6;
  }
}

@media screen and (max-width: 768px) {
  .section-cards_7.section-cards .section-card {
    grid-column: span 6;
  }

  .section-cards_7.section-cards .section-card:last-of-type {
    grid-column: span 12;
  }
}

@media screen and (max-width: 576px) {
  .section-cards_8.section-cards {
    grid-template-columns: 1fr;
  }

  .section-cards_2.section-cards {
    grid-template-columns: 1fr;
  }

  .section-cards.section-cards_no-text:not(.section-cards_title-small) {
    gap: 0;
    background-color: var(--color-gray-dark);
    border-radius: 16px;
  }

  .section-cards.section-cards_no-text:not(.section-cards_title-small) .section-card {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .section-cards.section-cards_no-text:not(.section-cards_title-small) .section-card__icon-wrapper {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .section-cards.section-cards_no-text:not(.section-cards_title-small) .section-card__image {
    width: 22px;
    height: 22px;
  }

  .section-cards_5.section-cards .section-card.section-card {
    grid-column: span 6;
  }

  .section-cards_7.section-cards .section-card,
  .section-cards_7.section-cards .section-card:nth-last-child(-n + 4) {
    grid-column: span 12;
  }

  .services-hero.page__hero {
    padding-left: 0;
    padding-top: 0;
  }
}

/* настройки для кастомизации селекта в хроме */
.feedback-form__item_type_select {
  &, &::picker(select) {
    appearance: base-select;
  }
}

.feedback-form__item_type_select {
  cursor: pointer;
}

.feedback-form__item_type_select::picker {
  border: none;
}

.feedback-form__item_type_select::picker-icon {
  display: none;
}

.feedback-form__item_type_select optgroup {
  padding: 16px 16px 0 16px !important;
  background-color: rgba(66, 61, 60, 1);
  color: rgba(255, 255, 255, 0.6);
}

.feedback-form__item_type_select optgroup:last-child {
  padding-bottom: 16px !important;
}

.feedback-form__item_type_select optgroup option {
  padding: 3px !important;
  background-color: rgba(66, 61, 60, 1);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.feedback-form__item_type_select option:hover {
  color: var(--color-text-accent);
  background-color: transparent !important;
}

.fasie-logo {
  width: 150px;
  margin: 42px 50px 0 8px;
}

.hero__logos {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero__logos .fasie-logo {
  margin: 0;
}

/* End */


/* Start:/local/templates/main/css/custom.css?177605200841536*/
.header__logo, .footer__logo {
  outline: none;
}

.running-line__item {
  user-select: none;
}

textarea {
  resize: vertical;
  max-height: 300px;
  min-height: 100px;
}

.feedback__remark a {
  text-decoration: underline;
  text-underline-position: under;
  transition: text-decoration-color 0.3s;
}

.feedback__remark a:hover {
  text-decoration-color: transparent;
}

.button {
  align-items: center;
}

.inline-flex {
  display: inline-flex;
}

.features-card__text, .review-card__text {
  color: var(--color-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  @media screen and (max-width: 576px) {
    font-size: 14px;
    line-height: 20px;
  }
}

.features-card__text p {
  margin-bottom: 24px;
}

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

.effects-card ul {
  list-style: disc;
  margin-left: 24px;
}

.effects-card li {
  color: var(--color-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  @media screen and (max-width: 576px) {
    font-size: 14px;
    line-height: 20px;
  }
}

.features-swiper-pagination-menu-bullet {
  outline: none;
}

.page .product-first-section {
  margin-top: 0;
  background: linear-gradient(360deg, #181a1c 0%, #161719 14.29%, #131516 28.57%, #101213 42.86%, #0d0e0f 57.14%, #090a0b 71.43%, #040505 85.71%, #000 100%);
}

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

.services-card__content p {
  color: var(--color-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  @media screen and (max-width: 576px) {
    font-size: 14px;
    line-height: 20px;
  }
}

.services-card__content h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;

  @media screen and (max-width: 576px) {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
  }
}

.services-card__content li:not(.services-composition-item) {
  display: flex;
  margin-bottom: 8px;
  line-height: 1.4;
}

.services-card__content li:not(.services-composition-item)::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url('/local/templates/main/css/../images/check-circle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;

  @media screen and (max-width: 576px) {
    width: 20px;
    height: 20px;
  }
}

.analysis-step__description p {
  color: var(--color-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  @media screen and (max-width: 576px) {
    font-size: 14px;
    line-height: 20px;
  }
}

.services-hero__content p {
  font-size: 20px;
  line-height: 32px;
  max-width: 833px;
  margin-top: 32px;

  @media screen and (max-width: 576px) {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
}

.mb-4 {
  margin-bottom: 24px;
}

.policy-page {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.policy-page h5, .policy-page .descr {
  margin-bottom: 24px;
}

.policy-page h4 {
  font-size: 24px;
}

.policy-page h5 {
  font-size: 20px;
}

.policy-page .ol {
  padding-left: 40px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;

  @media screen and (max-width: 576px) {
    padding-left: 20px;
  }
}

.purpose-table {
  border-collapse: collapse;
  margin-bottom: 24px;
}

.purpose-table, .purpose-table th, .purpose-table td {
  border: 1px solid #605d5d;
  line-height: inherit;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}

.purpose-table th, .purpose-table td {
  vertical-align: top;
  padding: .5em .75em;
}


.policy-page a {
  text-decoration: underline;
  text-underline-position: under;
  transition: text-decoration-color 0.3s;
}

.policy-page a:hover {
  text-decoration-color: transparent;
}

.contacts__item-link {
  transition: color 0.3s;
}

.contacts__item-link:hover {
  color: var(--color-primary);
}

.footer-legal-link {
  color: gray;
}

body .policy-page {
  background-color: var(--color-black);
  margin-top: 0;
  padding-top: 60px;
}

input[name="hidden"] {
  opacity: 0;
  position: absolute;
  z-index: -999;
}

.feedback-form__agreement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: left;
}

.feedback-form__agreement input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}

.feedback-form__agreement input[type="checkbox"]:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.feedback-form__agreement input[type="checkbox"]:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.feedback-form__agreement input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.feedback-form__agreement input[type="checkbox"].error {
  border-color: #b82121;
  box-shadow: 0 0 0 1px #b82121;
}

.feedback-form__agreement a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
  text-underline-position: under;
  transition: color 0.3s;
}

.feedback-form__agreement a:hover {
  color: var(--color-primary);
}

input.error, textarea.error, select.error {
  border-color: #b82121;
}

.error-response {
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 18px;
  opacity: 0.6;
  text-align: left;
  overflow-wrap: break-word;
  word-break: break-word;
}

.error-response:empty {
  display: none;
}

.preloader {
  color: transparent;
  background-image: url('/local/templates/main/images/loader.svg?v=5');
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.mobile-submenu__link.active {
  color: var(--color-primary);
}

.section-contacts__item-link {
  text-decoration: underline;
  transition: text-decoration-color 0.3s;
  text-decoration-color: transparent;
}

.section-contacts__item-link:hover {
  text-decoration-color: inherit;
}

.product-card__title-link {
  transition: color 0.3s;
}

.product-card__title-link:hover {
  color: var(--color-primary);
}

.service-list-item__title-link {
  transition: color 0.3s;
}

.service-list-item__title-link:hover {
  color: var(--color-primary);
}

.hide-mobile {
  display: block;

  @media screen and (max-width: 576px) {
    display: none;
  }
}

.hide-desktop {
  display: none;

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

.button {
  outline: none;
}

div[id^="bx_incl_area_"] {
  position: relative;
  z-index: 99;
}

.team-card__image {
  border-radius: 20px;
}

.feedback__block-right {
  @media screen and (max-width: 576px) {
    padding: 16px;
  }
}

.feedback__content .text-center {
  @media screen and (max-width: 576px) {
    text-align: left;
  }
}

.services-card__content p:not(:last-child) {
  margin-bottom: 8px;
}

.services-composition-item:first-child .services-composition-item__icon-wrapper {
  width: 86px;
  border-radius: 30px;
  gap: 4px;
}

.fade-in-move-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-move-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.header {
  opacity: 0;
  transition: opacity 500ms ease;
}

.header.final {
  opacity: 1;
}

.animate-on-load {
  transform: translateY(20%) scale(0.95);
  opacity: 0;
  transition: transform 500ms, opacity 500ms;
}

.animate-on-load.final {
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: transform 1000ms ease 450ms, opacity 1000ms ease 450ms;
}

.cookie-banner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 10px;
  background: rgba(40, 37, 36, 0.95);
  color: #ccc;
  font-size: 12px;
  z-index: 99;
  border-radius: 16px;
  max-width: 600px;
  gap: 10px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

@media screen and (max-width: 630px) {
  .cookie-banner {
    width: calc(100% - 20px);
  }
}

.cookie-banner.show {
  display: flex;
  opacity: 1;
}

.cookie-banner__button {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding-top: 27px;
}

.button_small {
  font-size: 12px;
  padding: 4px 20px;
  height: auto;
  font-weight: normal;
  min-width: auto !important;
}

.cookie-banner__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cookie-banner__text a {
  text-decoration: underline;
  text-underline-position: under;
  transition: text-decoration-color 0.3s;
}

.cookie-banner__text a:hover {
  text-decoration-color: transparent;
}

.hero-conf__button {
  margin-top: 36px;
}


#abstract-download a:focus {
  outline: none;
}


#abstract-download {
  align-items: center;
  gap: 6px;
  margin-top: 16px;
}

.modal__download {
  display: flex;
  align-items: center;
  gap: 10px;
}

.telegram {
  margin-top: 20px;
}

.documents-list__link {
  padding: 12px 12px 12px 0;
  align-items: center;
  display: flex;
  gap: 10px;
  transition: color 0.3s ease;
}

.documents-list__item {
  display: flex;
}

.documents-list__link:hover {
  color: #ee4401;
}

.documents-list__header {
  margin-top: 24px;
  margin-bottom: 10px;
}

.no-display {
  display: none;
}

._info {
  font-size: 13px;
  line-height: 22px;
}

._info p:not(:first-child) {
  margin-top: 10px;
}

._info p {
  opacity: 0.6;
}

._info-content {
  max-width: 800px;
  margin: 0 auto;
}

._info a {
  text-decoration: underline;
}

._info a:hover {
  text-decoration: none;
}

.page ._documents {
  margin-top: 30px;
  opacity: 0.6;
  font-size: 13px;
  line-height: 22px;
}

.file-upload-label-text {
  user-select: none;
}

html {
  /* scroll-behavior: smooth нельзя — конфликтует с hystmodal.
     При закрытии модалки _bodyScrollControl() вызывает window.scrollTo(0, savedPos),
     и smooth превращает мгновенное восстановление позиции в видимую анимацию прокрутки */
}

#vacancies {
  scroll-margin-top: 125px;
}

.language-switcher {
  display: flex;
  gap: 4px;
}

.language-switcher__divider {
  height: 20px;
  width: 1px;
  background: #ccc;
  opacity: 0.3;
}

.language-switcher button {
  all: unset;
  font-size: 13px;
  cursor: pointer;
  padding: 4px;
}

.language-switcher button.language-switcher__active {
  color: #f34925;
}

/* CuBOT Popup */
.cubot-popup {
  position: fixed;
  bottom: 160px;
  right: 24px;
  background: linear-gradient(135deg, #1e2024 0%, #181a1c 100%);
  border-radius: 20px;
  padding: 20px;
  z-index: 97;
  max-width: 320px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: none;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.cubot-popup.show {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cubot-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.cubot-popup__close:hover {
  opacity: 1;
}

.cubot-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.cubot-popup__image {
  width: 100px;
  height: auto;
  margin-bottom: 4px;
}

.cubot-popup__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-white);
  margin: 0;
}

.cubot-popup__text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.cubot-popup__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f34925;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  text-decoration: none;
  margin-top: 4px;
  width: 100%;
}

.cubot-popup__button:hover {
  background-color: var(--color-bg-button-hover);
  transform: scale(1.02);
}

.cubot-popup__button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Mobile styles */
@media screen and (max-width: 576px) {
  .cubot-popup {
    bottom: 140px;
    right: 16px;
    left: 16px;
    max-width: none;
    padding: 16px;
  }

  .cubot-popup__image {
    width: 80px;
  }

  .cubot-popup__title {
    font-size: 16px;
    line-height: 22px;
  }

  .cubot-popup__text {
    font-size: 13px;
    line-height: 18px;
  }

  .cubot-popup__button {
    font-size: 13px;
    padding: 10px 20px;
  }
}

.text-no-wrap {
  white-space: nowrap;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input {
  outline: none;
}

/* === 152-ФЗ Promo Block on Homepage === */
.audit-promo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.audit-promo__card {
  background: var(--color-gray-dark) url('/local/templates/main/css/../images/152fz.webp') no-repeat right center / contain;
  border-radius: 20px;
  padding: 48px 340px 48px 48px;
  background-position: right -80px center;
}

.audit-promo__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.audit-promo__text {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
}

.audit-promo__note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 16px;
}

a.button {
  text-decoration: none;
}

.audit-promo a.button {
  display: inline-flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .audit-promo__card {
    padding: 32px 32px 220px;
    background-position: center bottom;
    background-size: 280px auto;
  }
}

@media screen and (max-width: 576px) {
  .audit-promo__card {
    padding: 24px 24px 180px;
    background-size: 220px auto;
  }

  .audit-promo__title {
    font-size: 24px;
  }

  .audit-promo__text {
    font-size: 16px;
    line-height: 24px;
  }
}

/* === Audit Page /audit/ === */
.audit-page {
  padding-top: 120px;
  padding-bottom: 60px;
}

.audit-hero {
  text-align: center;
  margin-bottom: 60px;
}

.audit-hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
  margin-top: 60px;
}

.audit-hero__subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
}

.audit-form {
  display: flex;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto;
}

.audit-form__input {
  flex: 1;
  min-width: 0;
  height: 52px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-white);
  font-size: 16px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.3s;
}

.audit-form__input:focus {
  border-color: var(--color-primary);
}

.audit-form__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.audit-form__submit {
  height: 52px;
  padding: 0 32px;
  white-space: nowrap;
}

/* Unified section spacing */
.audit-section {
  margin-top: 80px;
}

.audit-section__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.audit-section__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
  margin-top: -16px;
}

.audit-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.audit-why__item {
  background: var(--color-gray-dark);
  border-radius: 16px;
  padding: 28px 24px;
}

.audit-why__badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.audit-why__badge--accent {
  background: var(--color-primary);
  color: #fff;
}

.audit-why__heading {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

.audit-why__text {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

/* Progress */
.audit-progress {
  display: none;
  text-align: center;
  padding: 40px 0;
}

.audit-progress.active {
  display: block;
}

.audit-progress__bar-wrapper {
  max-width: 480px;
  margin: 0 auto 20px;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.audit-progress__bar {
  height: 100%;
  background: var(--color-primary);
  border-radius: 3px;
  width: 0%;
  transition: width 0.5s ease;
}

.audit-progress__text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

/* Results */
.audit-results {
  display: none;
  margin-top: 40px;
}

.audit-results.active {
  display: block;
}

.audit-score {
  text-align: center;
  margin-bottom: 40px;
}

.audit-score__circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 4px solid;
  margin-bottom: 16px;
}

.audit-score__circle.status-pass {
  border-color: #22c55e;
  color: #22c55e;
}

.audit-score__circle.status-warning {
  border-color: #eab308;
  color: #eab308;
}

.audit-score__circle.status-fail {
  border-color: #ef4444;
  color: #ef4444;
}

.audit-score__number {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.audit-score__label {
  font-size: 14px;
  opacity: 0.7;
}

.audit-score__status {
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
}

/* Penalty banner */
.audit-penalty {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(239, 68, 68, 0.05) 100%);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 16px;
  padding: 24px 32px;
  text-align: center;
  margin-bottom: 40px;
}

.audit-penalty__title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.audit-penalty__amount {
  font-size: 28px;
  font-weight: 700;
  color: #ef4444;
}

.audit-penalty.no-penalty {
  border-color: rgba(34, 197, 94, 0.3);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.05) 100%);
}

.audit-penalty.no-penalty .audit-penalty__amount {
  color: #22c55e;
}

/* Categories */
.audit-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

.audit-category {
  background: var(--color-gray-dark);
  border-radius: 12px;
  padding: 20px 24px;
}

.audit-category__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.audit-category__name {
  font-size: 15px;
  font-weight: 600;
}

.audit-category__pct {
  font-size: 15px;
  font-weight: 700;
}

.audit-category__pct.status-pass {
  color: #22c55e;
}

.audit-category__pct.status-warning {
  color: #eab308;
}

.audit-category__pct.status-fail {
  color: #ee4401;
}

.audit-category__bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.audit-category__bar-fill {
  height: 100%;
  border-radius: 2px;
  transition: width 0.6s ease;
}

.audit-category__bar-fill.status-pass {
  background: #22c55e;
}

.audit-category__bar-fill.status-warning {
  background: #eab308;
}

.audit-category__bar-fill.status-fail {
  background: #ee4401;
}

/* CTA Block */
.audit-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Lawyer block */
.audit-lawyer {
  background: var(--color-gray-dark);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.audit-lawyer__photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.audit-lawyer__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.audit-lawyer__role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}

.audit-lawyer__quote {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}

/* Benefits cards */
.audit-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.audit-benefits__card {
  background: var(--color-gray-dark);
  border-radius: 16px;
  padding: 28px 24px;
}

.audit-benefits__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(238, 68, 1, 0.1);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.audit-benefits__heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}

.audit-benefits__text {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

/* Info sections (legacy, kept for grid/items) */

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

.audit-info__item {
  background: var(--color-gray-dark);
  border-radius: 12px;
  padding: 20px;
}

.audit-info__item-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--color-primary);
}

.audit-info__item-text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

/* How we work */
.audit-howwork {
  display: flex;
  gap: 48px;
  align-items: stretch;
}

.audit-howwork__img {
  width: 520px;
  flex-shrink: 0;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 1;
}

.audit-howwork__steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.audit-howwork__step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 28px;
}

.audit-howwork__step:has(+ .audit-howwork__actions) {
  padding-bottom: 0;
}

.audit-howwork__step:has(+ .audit-howwork__step)::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 36px;
  bottom: 0;
  width: 1px;
  background: #ee440130;
}

.audit-howwork__num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.audit-howwork__step-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.audit-howwork__step-text {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.audit-howwork__actions {
  display: flex;
  gap: 12px;
  margin-top: 40px;
}

/* Penalties table */
.audit-penalties-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.audit-penalties-table th,
.audit-penalties-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.audit-penalties-table th {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.audit-penalties-table td:last-child {
  color: var(--color-primary);
  font-weight: 600;
  white-space: nowrap;
}

.audit-penalties-table__group td {
  padding-top: 20px !important;
  padding-bottom: 8px !important;
  border-bottom: none !important;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.4);
}

.audit-penalties-table__repeat td {
  color: rgba(255, 255, 255, 0.35);
  font-size: 13px;
}

.audit-penalties-table__repeat td:last-child {
  color: rgba(238, 68, 1, 0.5);
}

/* FAQ */
.audit-faq--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}

.audit-faq__item {
  background: var(--color-gray-dark);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 12px;
}

.audit-faq__question {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  user-select: none;
}

.audit-faq__question::after {
  content: '';
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}

.audit-faq__item.open .audit-faq__question::after {
  transform: rotate(180deg);
}

.audit-faq__answer {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.55);
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.35s ease, opacity 0.3s ease, padding-top 0.3s ease;
  padding-top: 0;
}

.audit-faq__answer > span {
  overflow: hidden;
}

.audit-faq__item.open .audit-faq__answer {
  grid-template-rows: 1fr;
  opacity: 1;
  padding-top: 12px;
}

/* Disclaimer */
.audit-disclaimer {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  margin-top: 40px;
  line-height: 1.6;
}

/* Error state */
.audit-error {
  display: none;
  text-align: center;
  padding: 40px 0;
}

.audit-error.active {
  display: block;
}

.audit-error__text {
  font-size: 16px;
  color: var(--color-primary);
  margin-bottom: 16px;
}

/* Free consultation block */
.audit-consult.audit-section {
  margin-top: 130px;
}

.audit-consult {
  background: var(--color-gray-dark);
  border-radius: 20px;
  position: relative;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 300px;
  overflow: visible;
}

.audit-consult::before {
  content: '';
  position: absolute;
  background: url('/local/templates/main/images/consultant.png') no-repeat bottom center / contain;
  pointer-events: none;
  right: 0;
  bottom: 0;
  width: 380px;
  height: 130%;
}

.audit-consult__content {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.audit-consult__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}

.audit-consult__text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
  max-width: 480px;
}

.audit-consult__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.audit-consult__link {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.audit-consult__link:hover {
  color: var(--color-primary);
}

/* Pricing */
.audit-pricing__timer {
  background: rgba(238, 68, 1, 0.1);
  border: 1px solid var(--color-primary);
  border-radius: 12px;
  padding: 16px 24px;
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.audit-pricing__countdown {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: 20px;
  color: var(--color-primary);
}

.audit-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.audit-pricing__card {
  background: var(--color-gray-dark);
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.audit-pricing__card--popular {
  border: 2px solid var(--color-primary);
}

.audit-pricing__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.audit-pricing__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.audit-pricing__price-row {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.audit-pricing__price {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.audit-pricing__price-row .audit-pricing__price {
  margin-bottom: 0;
}

.audit-pricing__old-price {
  font-size: 16px;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.3);
}

.audit-pricing__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}

.audit-pricing__feature {
  font-size: 14px;
  line-height: 1.5;
  padding: 6px 0;
  padding-left: 24px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}

.audit-pricing__feature::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2ecc71;
  font-weight: 700;
}

.audit-pricing__button {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: auto;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .audit-pricing__grid {
    grid-template-columns: 1fr;
  }

  .audit-hero__title {
    font-size: 32px;
  }

  .audit-form {
    flex-direction: column;
  }

  .audit-form__input,
  .audit-form__submit {
    width: 100%;
  }

  .audit-why__grid {
    grid-template-columns: 1fr 1fr;
  }

  .audit-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .audit-categories {
    grid-template-columns: 1fr;
  }

  .audit-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .audit-cta .button {
    text-align: center;
    justify-content: center;
  }

  .audit-info__grid {
    grid-template-columns: 1fr 1fr;
  }

  .audit-howwork__img {
    width: 320px;
  }

  .audit-lawyer {
    flex-direction: column;
    text-align: center;
  }

  .audit-penalty__amount {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .audit-page {
    padding-top: 100px;
  }

  .audit-hero__title {
    font-size: 24px;
  }

  .audit-hero__subtitle {
    font-size: 16px;
  }

  .audit-why__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .audit-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .audit-section__title {
    font-size: 24px;
  }

  .audit-faq--grid {
    grid-template-columns: 1fr;
  }

  .audit-section {
    margin-top: 48px;
  }

  .audit-howwork {
    flex-direction: column;
  }

  .audit-howwork__img {
    width: 100%;
    max-height: 300px;
  }

  .audit-howwork__actions {
    flex-direction: column;
  }

  .audit-consult {
    padding-right: 0;
  }

  .audit-consult::before {
    display: none;
  }

  .audit-consult__content {
    padding: 32px 24px;
  }

  .audit-consult__title {
    font-size: 24px;
  }

  .audit-consult__text {
    max-width: none;
  }

  .audit-info__grid,
  .audit-steps {
    grid-template-columns: 1fr;
  }

  .audit-score__circle {
    width: 120px;
    height: 120px;
  }

  .audit-score__number {
    font-size: 36px;
  }
}

/* Breadcrumbs */
.breadcrumbs {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 4;
  padding-top: 12px;
  font-size: 11px;
  line-height: 20px;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: '/';
  margin-left: 4px;
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.3);
}

.breadcrumbs__link {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s;
}

.breadcrumbs__link:hover {
  color: var(--color-primary);
}

.breadcrumbs__current {
  color: rgba(255, 255, 255, 0.6);
}

.product-hero__calc {
  margin-top: 12px;
}

body .page__hero {
  padding-top: 120px;
}

/* Service Audit CTA Block */
.service-audit {
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-audit__card {
  display: flex;
  gap: 48px;
  background: linear-gradient(135deg, rgba(238, 68, 1, 0.15) 0%, rgba(238, 68, 1, 0.05) 100%);
  border: 1px solid rgba(238, 68, 1, 0.3);
  border-radius: 20px;
  padding: 48px;
}

.service-audit__left {
  flex: 1;
}

.service-audit__right {
  flex: 0 0 380px;
  display: flex;
  align-items: center;
}

.service-audit__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 28px;
}

.service-audit__submit {
  width: 100%;
  margin-top: 4px;
  white-space: nowrap;
}

.service-audit__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.service-audit__list {
  margin-top: 16px;
  margin-bottom: 0;
}

.service-audit__list li {
  display: flex;
  margin-bottom: 8px;
  line-height: 1.4;
}

.service-audit__list li::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url('/local/templates/main/css/../images/check-circle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .service-audit__card {
    flex-direction: column;
    gap: 32px;
    padding: 24px;
  }

  .service-audit__right {
    flex: none;
  }

  .service-audit__title {
    font-size: 24px;
  }

  .service-audit__list li::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 576px) {
  .service-audit {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 992px) {
  body .page__hero {
    max-height: none;
  }
}

/* === Geography Section === */
.geography {
  margin-top: 120px;
  position: relative;
}

.geography__wrapper {
  position: relative;
  min-height: 400px;
}

.geography__map {
  width: 100%;
  margin: 0 auto;
}

.geography__map svg {
  width: 100%;
  height: auto;
}

.geography__map svg path {
  fill: rgba(255, 255, 255, 0.06);
  stroke: rgba(255, 255, 255, 0.04);
  stroke-width: 0.3;
  transition: fill 0.8s ease;
}

.geography.show-ru .geography__map svg #ru path {
  fill: #ee4401;
}

.geography.show-by .geography__map svg #by {
  fill: #ee4401;
}

.geography.show-kz .geography__map svg #kz {
  fill: #ee4401;
}

.geography.show-kg .geography__map svg #kg {
  fill: #ee4401;
}

.geography__stats {
  position: absolute;
  left: 0;
  top: 10%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2;
}

.geography__stat {
  padding: 20px 24px;
  min-width: 260px;
  background: #ffffff0d;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
}

.geography__stat-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.2;
}

.geography__stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
  line-height: 1.4;
}

.geography__regions {
  display: none;
}

.geography__countries {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.geography__country {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  padding: 4px 10px;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.geography__country.active {
  opacity: 1;
  transform: translateY(0);
}

.geography__country[data-country="ru"] {
  top: 18%;
  left: 66%;
}

.geography__country[data-country="by"] {
  top: 28%;
  left: 46%;
}

.geography__country[data-country="kz"] {
  top: 30%;
  left: 60%;
}

.geography__country[data-country="kg"] {
  top: 36%;
  left: 70%;
}

@media screen and (max-width: 1200px) {
  .geography__stat {
    min-width: 200px;
    padding: 16px 20px;
  }

  .geography__stat-value {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  .geography__wrapper {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .geography__stats {
    position: static;
    flex-direction: row;
    gap: 12px;
  }

  .geography__stat {
    width: auto;
    flex: 1;
  }

  .geography__map {
    max-width: 100%;
    order: -1;
  }

  .geography__country[data-country="ru"] {
    top: 10%;
  }

  .geography__country[data-country="by"] {
    top: 20%;
  }

  .geography__country[data-country="kz"] {
    top: 22%;
  }

  .geography__country[data-country="kg"] {
    top: 28%;
  }
}

@media screen and (max-width: 576px) {
  .geography {
    margin-top: 80px;
  }

  .geography__stats {
    flex-direction: column;
    gap: 12px;
  }

  .geography__stat {
    padding: 16px;
  }

  .geography__stat-value {
    font-size: 20px;
  }

  .geography__stat-label {
    font-size: 12px;
  }

  .geography__country[data-country="ru"] {
    top: 5%;
  }

  .geography__country[data-country="by"] {
    top: 10%;
    left: 36%;
  }

  .geography__country[data-country="kz"] {
    top: 11%;
  }

  .geography__country[data-country="kg"] {
    top: 16%;
  }
}

/* Web Development — Stats Strip */
.webdev-stats {
  margin-top: -20px;
  padding-bottom: 0;
}

.webdev-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.webdev-stats__item {
  background-color: var(--color-gray-dark);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.webdev-stats__number {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--color-primary);
}

.webdev-stats__label {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 768px) {
  .webdev-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .webdev-stats__number {
    font-size: 24px;
  }

  .webdev-stats__item {
    padding: 20px 16px;
  }
}

@media screen and (max-width: 576px) {
  .webdev-stats__grid {
    grid-template-columns: 1fr 1fr;
  }

  .webdev-stats__number {
    font-size: 20px;
  }

  .webdev-stats__item {
    padding: 16px 12px;
  }

  .webdev-stats__label {
    font-size: 12px;
    line-height: 16px;
  }
}

/* ── Device frames ── */
.device-browser {
  background: #2a2a2a;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.device-browser--dark {
  background: #1a1a1a;
}

.device-browser__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}

.device-browser__dots {
  display: flex;
  gap: 5px;
}

.device-browser__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.device-browser__dots span:nth-child(1) {
  background: #ff5f57;
}

.device-browser__dots span:nth-child(2) {
  background: #febc2e;
}

.device-browser__dots span:nth-child(3) {
  background: #28c840;
}

.device-browser__url {
  flex: 1;
  background: #3a3a3a;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 11px;
  color: #888;
  text-align: center;
}

.device-browser__img {
  display: block;
  width: 100%;
}

.device-phone {
  background: #333;
  border-radius: 25px;
  padding: 6px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.device-phone--dark {
  background: #1a1a1a;
}

.device-phone__img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

/* Device frames inside hero */
.product-hero__content_right .device-browser.product-hero__image-laptop {
  max-width: 713px;
  width: 100%;
}

.product-hero__content_right .device-phone.product-hero__image-phone {
  position: absolute;
  bottom: -20px;
  left: -40px;
  width: 140px;
  z-index: 2;
}

/* Header social icons cluster */
.header__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Product hero price plaque */
.product-hero__price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  line-height: 1.2;
}

.product-hero__price-prefix {
  font-size: 14px;
  opacity: 0.75;
  text-transform: lowercase;
}

.product-hero__price-amount {
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}

.product-hero__price-unit {
  font-size: 14px;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .product-hero__price {
    padding: 0;
    background: none;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    gap: 6px;
    order: -1;
    margin-bottom: 10px;
  }

  .product-hero__price-amount {
    font-size: 18px;
  }

  .product-hero__price-prefix,
  .product-hero__price-unit {
    font-size: 13px;
  }
}

/* Services hero rate line */
.services-hero__rate {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 24px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  line-height: 1.2;
}

.services-hero__rate-label {
  font-size: 14px;
  opacity: 0.75;
}

.services-hero__rate-value {
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}

.services-hero__rate-unit {
  font-size: 14px;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .services-hero__rate {
    margin-top: 14px;
    padding: 0;
    background: none;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    gap: 4px 10px;
  }

  .services-hero__rate-value {
    font-size: 17px;
  }

  .services-hero__rate-label,
  .services-hero__rate-unit {
    font-size: 13px;
  }
}

/* End */


/* Start:/styles.css?175315052212141*/
.hero-conf__button {
    display: inline-block;
    margin-top: 36px;
    padding: 12px 28px;
}

.hero-conf__button_mobile {
    display: none;
}

.hero-conf__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 36px;
    font-size: 14px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.hero-conf__link:hover {
    opacity: 1;
}

.hero-conf__link-arrow {
    display: inline-block;
    margin-bottom: 2px;
    width: 12px;
    height: 12px;
}

.conf-partners__cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.conf-partner-card {
    flex: 1;
    padding: 32px 80px;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    cursor: default;
}

.conf-partner-card__image {
    margin-bottom: 16px;
    display: inline-block;
}

.conf-partner-card__title {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.doc-card {
    flex-direction: column;
    align-items: center;
}

.doc-card > div {
    text-align: center;
}

.conf-feedback {
    background-image: url('/images/bg.png');
    background-size: 100%;
    background-position: center;
    padding-bottom: 0;
}

.conf-feedback .feedback__content {
    padding: 44px;
    border-radius: 20px;
    background: #282524db;
    backdrop-filter: blur(3px);
}

.conf-feedback .feedback__block-right {
    background: none;
    backdrop-filter: none;
    padding-right: 0;
}

.conf-feedback .feedback__title {
    text-align: left;
}

.conf-feedback .text {
    margin-bottom: 24px;
}

.conf-feedback .feedback__block-left .button {
    background: #ffffff1f;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.conf-feedback .feedback__block-left .button:hover {
    background: #f34925;
}

.conf-feedback .text ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.conf-feedback .text ul li {
    position: relative;
    padding-left: 28px;
}

.conf-feedback .text ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('/images/checked.svg');
    position: absolute;
    left: 0;
}

.conf-feedback .feedback__block-left {
    max-width: 570px;
}

.conf-services-advantages {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.conf-services-advantages ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px;
}

.conf-services-advantages h3 {
    font-size: 36px;
}

@media screen and (max-width: 576px) {
    .conf-services-advantages h3 {
        font-size: 18px;
    }
}

.conf-services-advantages li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-conf-contacts.feedback.latest-info {
    background-position-y: -150px;
}

.conf-contacts__latest-info {
    max-width: 800px;
}

.conf-contacts__latest-link {
    font-weight: bold;
    text-decoration: underline;
}

.conf-contacts__latest-link:hover {
    color: var(--color-primary);
}

@media screen and (max-width: 576px) {
    .conf-services-advantages li {
        font-size: 14px;
    }

    .services-card__image-wrapper {
        min-width: auto;
    }
}

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

    .services-card__image-wrapper {
        order: 2;
    }
}

.services-card__image-wrapper img {
    max-width: 100%;
}

.conf-services-advantages li:before {
    display: none !important;
}

._button {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.telegram__left img {
    display: block;
}

.telegram__left {
    margin-top: auto;
}

.telegram__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (min-width: 1400px) {
    .col-mb {
        max-width: 700px;
    }
}

@media screen and (max-width: 1400px) {
    .col-mb {
        max-width: 500px;
    }
}

@media screen and (max-width: 1200px) {
    .telegram__left img {
        width: 440px;
        max-width: 100%;
    }

    .col-mb {
        max-width: 400px;
    }
}

@media screen and (max-width: 1100px) {
    .col-mb {
        max-width: 300px;
    }
}

@media screen and (max-width: 900px) {
    .telegram__left {
        order: 2;
    }

    .col-mb {
        max-width: 200px;
    }
}

.telegram {
    display: flex;
    background-color: var(--color-gray-dark);
    border-radius: 20px;
    padding: 24px 62px 0;
    gap: 80px;
}

@media screen and (max-width: 1200px) {
    .telegram {
        gap: 40px;
    }
}

@media screen and (max-width: 900px) {
    .telegram {
        flex-direction: column;
    }
}

.telegram__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.telegram__text {
    margin-bottom: 24px;
}

.section-conf-contacts .section-title {
    text-align: left;
}

.conf-contacts {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 140px;
}

.conf-contacts__map {
    height: 376px;
    width: 592px;
    border-radius: 20px;
    overflow: hidden;
}

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

    .section-conf-contacts.feedback {
        padding-top: 48px !important;
    }

    .conf-contacts {
        flex-direction: column;
        gap: 60px;
        padding-bottom: 0;
    }

    .conf-contacts__map {
        width: 100%;
    }

    .section-conf-contacts.feedback.latest-info {
        background-position-y: -250px;
    }
}

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

    .section-conf-contacts.feedback.latest-info {
        background-position-y: -350px;
    }

    .section-conf-contacts.feedback.latest-info .conf-contacts {
        padding-bottom: 140px;
    }
}

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

    .button.hero-conf__button {
        min-width: auto !important;
    }

    .section-conf-contacts.feedback {
        padding-top: 0 !important;
    }

    .section-conf-contacts.feedback.latest-info {
        background-position-y: -460px;
    }
}

.conf-contacts__text p:first-child {
    margin-bottom: 24px;
}

.conf-contacts__text p {
    line-height: 28px;
}

.page section.feedback.section-conf-contacts {
    margin-top: 100px;
}

.conf-items__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.conf-item {
    padding: 24px 32px;
    background: var(--color-gray-dark);
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 112px;
}

.conf-item .col:last-child {
    margin-left: auto;
    width: 280px;
}

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

    .col-mb {
        max-width: 700px;
    }

    .conf-item {
        gap: 16px;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .conf-item .col:nth-child(2) {
        flex: 1;
        flex-basis: 100%;
        padding-top: 16px;
    }

    .conf-item .col:last-child {
        margin-left: 0;
        order: -1;
    }
}

.tag {
    padding: 4px 12px 1px 12px;
    border-radius: 50px;
    color: #fff;
    background: #f34925;
    display: inline-block;
}

.col-mb {
    margin-bottom: 8px;
}

.col-opacity {
    opacity: 0.5;
}

.user__text {
    opacity: 0.5;
    margin-top: 8px;
}

.user {
    display: flex;
    gap: 12px;
    align-items: center;
}

.user__avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.conf-menu {
    display: flex;
    gap: 40px;
}

.conf-menu a {
    font-weight: 400;
    font-size: 14px;
    transition: opacity 0.3s;
}

.conf-menu a:hover {
    opacity: 0.5;
}

.conf-menu li:last-child {
    display: none;
}

.feedback-form .feedback-form__item_type_select {
    cursor: pointer;
    background-color: transparent;
}

.feedback-form .feedback-form__item_type_select option {
    background-color: rgba(40, 37, 36, 0.85) !important;
}

.footer {
    display: block;
    padding-top: 20px;
    padding-bottom: 14px;
}

.footer .contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 20px;
}

._conf-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.telegram__right {
    padding-bottom: 30px;
}

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

    .telegram__right {
        padding-bottom: 0;
    }

    .footer .contacts {
        justify-content: start;
    }
}

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

    .conf-menu li {
        display: none;
    }

    .conf-menu li:last-child {
        display: list-item;
    }
}

.conf-modal__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.conf-modal .hystmodal__window {
    width: 720px;
}

.conf-modal__row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    margin-bottom: 32px;
}

.conf-modal__section {
    text-align: left;
}

.conf-modal__section:not(:last-child) {
    margin-bottom: 32px;
}

.conf-modal__subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.conf-modal__section p:not(:last-child) {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

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

    .conf-modal__title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
    }

    .conf-modal__content {
        font-size: 14px;
        line-height: 20px;
    }

    .conf-modal__subtitle {
        margin-bottom: 8px;
    }

    .conf-modal__section:not(:last-child) {
        margin-bottom: 24px;
    }

    .telegram {
        padding: 24px 20px;
    }

    .footer .contacts {
        flex-direction: column;
        align-items: start;
    }
}

.regmodal-text {
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 24px;
}

.regmodal-text a {
    color: #f34925;
    text-decoration: underline;
    transition: all 0.3s;
}

.regmodal-text a:hover {
    text-decoration-color: transparent;
}

.description {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


.counter {
    margin-top: 45px;
    color: var(--color-white);
}

.counter__title {
    font-size: 20px;
    margin-bottom: 24px;
}

.counter__items {
    display: flex;
    gap: 8px;
    text-align: center;
}

.counter__item {
    width: 152px;
    height: 144px;
    padding-top: 14px;
    border: 1px solid transparent;
    border-radius: 20px;
    background-image: linear-gradient(var(--color-bg-menu-hover), var(--color-bg-menu-hover)),
    linear-gradient(to bottom, var(--color-text-accent), var(--color-bg-menu-hover));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.counter__label {
    font-size: 16px;
    margin-top: 4px;
    font-weight: bold;
    color: var(--color-text-accent);
}

.counter__number {
    font-size: 68px;
    font-weight: bold;
    color: var(--color-text-accent);
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: bottom;
    display: inline-block;
}

/* Класс для запуска анимации "flip" */
.flip {
    transform: rotateX(90deg);
    opacity: 0;
}

@media (max-width: 600px) {
    .counter__title {
        font-size: 16px;
    }

    .counter__number {
        font-size: 48px;
    }

    .counter__item {
        width: 122px;
        height: 117px;
    }
}

@media (max-width: 420px) {
    .counter__item {
        width: 92px;
    }

    .conf-partner-card {
        padding: 28px 40px;
    }

    .section-conf-contacts.feedback.latest-info {
        background-position-y: -420px;
    }

    .telegram__buttons .button {
        min-width: auto;
    }
}

@media screen and (max-width: 380px) {
    .hero-conf__button_mobile {
        display: inline-block;
    }

    .hero-conf__button_desktop {
        display: none;
    }
}

@media (max-height: 730px) {
    .hero-content-conf__wrapper {
        padding-top: 140px;
    }
}

@media (max-height: 630px) {
    .hero-content-conf__wrapper {
        padding-top: 100px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.download-report a {
    display: inline-block;
    position: relative;
    z-index: 2;
}
/* End */
/* /local/templates/main/css/hystmodal.min.css?17218857132290 */
/* /local/templates/main/css/fonts.css?1721885966294 */
/* /local/templates/main/css/main.css?177319573580119 */
/* /local/templates/main/css/custom.css?177605200841536 */
/* /styles.css?175315052212141 */
