

/* Start:/local/templates/main/css/style.css?1787638025174238*/
.nca-cookiesaccept-line > div {
    width: 85%;
    flex-direction: column;
    align-items: start!important;
}

.nca-cookiesaccept-line-text {
    line-height: 1.3;
    margin-bottom: 5px;
}

@font-face {
  font-family: Exo2;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/Exo2-Italic.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Exo2-Italic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Exo2;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/Exo2-Bold.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Exo2-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Exo2;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/Exo2-Medium.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Exo2-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Exo2;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/Exo2-LightItalic.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Exo2-LightItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Exo2;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/Exo2-SemiBold.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Exo2-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Exo2;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/Exo2-Regular.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Exo2-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Exo2;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/Exo2-Light.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Exo2-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

:root {
  --dark: #292826;
  --white: #fff;
  --yellow: #ffaf30;
  --bg: #1e1d1c;
  --yellow-2: #ffd188;
  --grey: #575757;
  --grey-2: #343433;
  --grey-3: #b6b6b6;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Exo2, sans-serif;
  padding: 0;
  margin: 0;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  -webkit-font-feature-settings: "lnum" 1;
          font-feature-settings: "lnum" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
}

li {
  list-style: none;
}

body {
  background: var(--bg);
}

body.active {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

button {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: none;
}

span,
a {
  color: inherit;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}

section {
  scroll-margin-top: 70px;
}

.title {
  font-weight: 400;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.title::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: var(--yellow);
  border-radius: 50%;
}

.title-orange {
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--yellow);
}

.container {
  max-width: 1352px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.btn {
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  white-space: nowrap;
  border: 1px solid transparent;
}

.btn:hover .btn__inner span {
  opacity: 1;
  height: 6px;
}

.btn:hover .btn__inner span:nth-child(1) {
  width: 7px;
  height: 7px;
}

.btn:hover .btn__inner span:nth-child(3) {
  width: 5px;
  height: 5px;
}

.btn-orange {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 14px 38px;
  color: var(--dark);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--yellow);
  height: 52px;
}

.btn-orange:focus {
  outline: 1px solid #d29f14;
}

.btn-orange img {
  position: static !important;
  width: 40px !important;
  margin-top: 0 !important;
}

.btn-orange .btn__inner {
  overflow: hidden;
  min-width: 30px;
  max-width: 30px;
  height: 100%;
  position: relative;
}

.btn-orange .btn__inner::before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dark);
}

.btn-orange .btn__inner svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 550% !important;
  height: 550% !important;
  opacity: 0;
}

.btn-orange:hover {
  font-weight: 600;
}

.btn-orange:hover .btn__inner {
  margin-right: -10px;
  min-width: 40px;
  max-width: 40px;
}

.btn-orange:hover .btn__inner svg {
  opacity: 1;
}

.btn-orange:hover .btn__inner::before {
  opacity: 0;
}

.btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.btn__inner span {
  display: block;
  border-radius: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn__inner span:nth-child(2) {
  opacity: 1;
  width: 6px;
  height: 6px;
}

.btn-white {
  padding: 15px;
  border: 1px solid var(--white);
}

.btn-white:focus {
  outline: 1px solid var(--yellow);
}

.btn-white .btn__inner span {
  background: var(--white);
}

.more {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 13;
  gap: 10px;
}

.more__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 5px;
}

.more__inner span {
  display: block;
  border-radius: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid var(--white);
}

.more__inner span:nth-child(3) {
  opacity: 1;
  width: 6px;
  height: 6px;
}

.more:hover span {
  background: var(--white);
  opacity: 1;
}

.more:hover span:nth-child(1) {
  width: 7px;
  height: 7px;
}

.more:hover span:nth-child(2) {
  width: 6px;
  height: 6px;
}

.more:hover span:nth-child(3) {
  width: 5px;
  height: 5px;
}

.select {
  position: relative;
  max-width: 315px;
  width: 100%;
}

.select[data-state=active] .select__title {
  border-radius: 10px 10px 0 0;
}

.select[data-state=active] .select__title::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.select[data-state=active] .select__content {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.select.active .select__title {
  border: 1px solid red;
}

.select__title {
  background: var(--grey-2);
  text-transform: uppercase;
  position: relative;
  border-radius: 10px;
  padding: 18px 16px;
  padding-right: 43px;
  cursor: pointer;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.select__title::after {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select__content {
  border-radius: 0 0 10px 10px;
  background: var(--grey-2);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 255px;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}

.select__content::-webkit-scrollbar {
  width: 3px;
}

.select__content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(176, 176, 176, 0.4);
}

.select__input {
  display: none;
}

.select__text {
  font-size: 16px;
  line-height: 137%;
  margin-bottom: 10px;
  margin-left: 24px;
}

.select__label {
  padding: 8px 16px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  cursor: pointer;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0 !important;
  font-size: 16px;
}

.select__label.active {
  background: #3d3d3d;
}

.select__label:hover {
  background: #3d3d3d;
}

.swiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-button-prev,
.swiper-button-next {
  width: 45px;
  height: 48px;
  cursor: pointer;
  background: var(--grey-2);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2816 2.14645C12.0864 1.95118 11.7698 1.95118 11.5745 2.14645C11.3793 2.34171 11.3793 2.65829 11.5745 2.85355L20.1491 11.4281H2.5C2.22386 11.4281 2 11.6519 2 11.9281C2 12.2042 2.22386 12.4281 2.5 12.4281H20.1491L11.5745 21.0026C11.3793 21.1979 11.3793 21.5145 11.5745 21.7097C11.7698 21.905 12.0864 21.905 12.2816 21.7097L21.7097 12.2816C21.7577 12.2337 21.7938 12.1785 21.8182 12.1195C21.8416 12.0632 21.8549 12.0018 21.8561 11.9373C21.8561 11.9342 21.8562 11.9312 21.8562 11.9281C21.8562 11.925 21.8561 11.9219 21.8561 11.9189C21.8549 11.8544 21.8416 11.793 21.8182 11.7367C21.7938 11.6777 21.7577 11.6225 21.7097 11.5745L12.2816 2.14645Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-next {
  border-radius: 0 60px 60px 0;
}

.swiper-button-next::before {
  left: 40%;
}

.swiper-button-prev {
  border-radius: 60px 0 0 60px;
}

.swiper-button-prev::before {
  left: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-button-disabled {
  cursor: not-allowed;
}

.swiper-button-disabled::before {
  opacity: 0.3;
}

.swiper-pagination {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.swiper-pagination-bullet-active {
  background: var(--yellow);
}

.swiper-pagination-lock {
  display: none !important;
}

.swiper-button-lock {
  display: none !important;
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.crumbs {
  position: absolute;
  z-index: 5;
  top: 150px;
  left: 0;
  width: 100%;
  overflow-x: auto;
}

.crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  gap: 0 8px;
}

.crumbs ul li p,
.crumbs ul li a {
  white-space: nowrap;
  letter-spacing: 0.01em;
  font-size: 16px;
}

.crumbs ul li p span,
.crumbs ul li a span {
  text-transform: lowercase;
}

.crumbs ul li p span span,
.crumbs ul li a span span {
  text-transform: uppercase;
}

.crumbs ul li a {
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.crumbs ul li a::after {
  display: block;
  content: "/";
}

.crumbs ul li a:hover {
  opacity: 1;
}

.pagination {
  margin-top: 45px;
  position: relative;
}

.pagination::before {
  content: "";
}

.pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.pagination__number {
  max-width: 25px;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
  background: none;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  gap: 10px;
}

.pagination__number::after {
  content: "";
  height: 1px;
  background: var(--grey);
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 3px;
}

.pagination__number.active {
  background: none;
  color: var(--yellow);
  max-width: 97px;
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

.pagination__number.active::after {
  width: 100%;
}

.pagination__more {
  position: absolute;
  right: 0;
  bottom: -18px;
  padding: 15px 41px;
  border: 1px solid var(--grey);
  z-index: 1;
}

.hidden {
  display: none !important;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 24px;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.header__logo {
  display: block;
}

.header__logo img {
  width: 180px;
}

 

.header__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  white-space: nowrap;
}

.header__phones::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3022_4909)'%3E%3Cpath d='M15 5.32617L8 12.3262L1 5.32617' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3022_4909'%3E%3Crect width='16' height='16' fill='white' transform='translate(16 0.326172) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 17px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__phone {
  display: block;
  font-size: 16px;
}

.header__phones-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 10px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.header__mobile {
  display: none;
}

.header__btn {
  width: 203px;
}

.header .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}

.header .nav__link {
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer {
  margin-top: 100px;
}

.footer__wrapper {
  padding-top: 60px;
  border-top: 1px solid var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  margin-bottom: 56px;
}

.footer__logo img {
  width: 92px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.footer__title {
  font-weight: 600;
  margin-bottom: 16px;
}

.footer__list {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.footer__item {
  margin-bottom: 12px;
}

.footer__link {
  opacity: 0.5;
}

.footer__phone {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--yellow);
  margin-bottom: 16px;
  margin-left: auto;
}

.footer__mail {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 24px;
  margin-left: auto;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 17px;
}

.footer__socials img {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__socials img:hover {
  opacity: 1;
}

.footer__copyright {
  padding-bottom: 29px;
}

.footer__copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9px;
}

.footer__copyright-inner a,
.footer__copyright-inner p {
  font-weight: 100;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.main {
  position: relative;
  overflow: hidden;
}
.main iframe{
 position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
 width: 110%;
 aspect-ratio: 16/9;
 z-index: -1;
}

.main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.main__wrapper {
  padding: 290px 0 190px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main__wrapper .h1,
.main__wrapper h1 {
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 24px;
}

.main__wrapper img {
  margin-top: 42px;
  width: 129px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main__title {
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 24px;
}

.main .title-small {
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
}

.main__inner p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 48px;
  max-width: 539px;
}

.main__btn {
  width: 203px;
}

.main__down {
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='17' viewBox='0 0 43 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L21 16L42 1' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 43px;
  height: 17px;
  bottom: 60px;
  right: 60px;
  -webkit-animation: animateArrow 2s infinite;
          animation: animateArrow 2s infinite;
}

.main .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
}

.main-page {
  margin-bottom: -100px;
  padding: 282px 0 136px;
}

.main-page .main__wrapper {
  padding: 0;
}

.main-page::before {
  background: none;
}

.main-page .main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-page .main__bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, rgba(0, 0, 0, 0.3)), to(#1e1d1c));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) -100%, #1e1d1c 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) -100%, #1e1d1c 100%);
}
.main__wrapper .h1,
.main-page h1 {
  max-width: 830px;
  margin: 0;
}

.main-page .main__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.main-page .main__inner p {
  max-width: 650px;
  margin: 0;
}

.main-page .main__inner p.main__text-small {
  max-width: 538px;
}

.main-page .main__inner p span {
  display: block;
  margin-bottom: 20px;
}

@-webkit-keyframes animateArrow {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes animateArrow {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
}

.services__wrapper {
  position: relative;
}

.services__title {
  margin-bottom: 48px;
}

.services__items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.services__item {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  overflow: hidden;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--grey);
  border-radius: 8px;
  min-height: 431px;
}

.services__item img {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-top: auto;
}

.services__item img {
  margin-top: 20px;
}
.services__item ul {
  padding-top: 16px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 13px;
  gap: 10px;
  margin-top: auto;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 24px;

}

.services__item ul li {
  min-height: 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  font-weight: 300;
  font-size: 16px;
}

.services__item::before {
  position: absolute;
  content: "";
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}

.services__item-1::before {
  left: 0;
  bottom: 0;
  background: url("/local/templates/main/css/../img/bg-circle-1.svg") center center/contain no-repeat;
  width: 275px;
  height: 253px;
}

.services__item-2::before {
  right: 0;
  bottom: 0;
  background: url("/local/templates/main/css/../img/bg-circle-2.svg") center center/contain no-repeat;
  width: 514px;
  height: 300px;
}

.services__item-3::before {
  right: 0;
  bottom: 0;
  background: url("/local/templates/main/css/../img/bg-circle-3.svg") center center/contain no-repeat;
  width: 474px;
  height: 360px;
}

.services__item-4::before {
  right: 0;
  bottom: 0;
  background: url("/local/templates/main/css/../img/bg-circle-4.svg") center center/contain no-repeat;
  width: 296px;
  height: 212px;
}

.services__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
  padding-bottom: 20px;
}

.services__item-inner::before {
  -webkit-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.services__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.services__item-title p {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  z-index: 3;
  font-weight: 400;
  font-size: 21px;
}

.services__item-title span {
  position: relative;
  z-index: 3;
  font-weight: 400;
  font-size: 21px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  color: var(--yellow);
}

.services__item-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
  font-weight: 500;
  position: relative;
  padding-right: 15px;
  z-index: 2;
}

.services__item-more::before {
  margin-top: 4px;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='10' viewBox='0 0 32 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.3746 0.198869L31.6227 4.51989C31.8834 4.78505 31.8834 5.21495 31.6227 5.48011L27.3746 9.80113C27.114 10.0663 26.6913 10.0663 26.4306 9.80113C26.1699 9.53597 26.1699 9.10606 26.4306 8.8409L29.5391 5.67898H0V4.32102H29.5391L26.4306 1.1591C26.1699 0.893936 26.1699 0.464029 26.4306 0.198869C26.6913 -0.0662898 27.114 -0.0662898 27.3746 0.198869Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 32px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.services__item-more::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--yellow);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
}

.services__item-more.anim {
  -webkit-animation: more 0.7s forwards;
          animation: more 0.7s forwards;
}

.services__item-more.anim::after {
  -webkit-animation: circle 0.7s forwards;
          animation: circle 0.7s forwards;
}

.services-section {
  margin-top: 110px;
}

@-webkit-keyframes title {
  0% {
    -webkit-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
  }

  60% {
    -webkit-transform: translate(-13px, -7px);
            transform: translate(-13px, -7px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes title {
  0% {
    -webkit-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
  }

  60% {
    -webkit-transform: translate(-13px, -7px);
            transform: translate(-13px, -7px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes ul {
  0% {
    -webkit-transform: translate(24px, 50px);
            transform: translate(24px, 50px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ul {
  0% {
    -webkit-transform: translate(24px, 50px);
            transform: translate(24px, 50px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes circle {
  0% {
    width: 1200%;
    height: 10000%;
    border-radius: 0;
    right: -100px;
  }

  70% {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    right: 10%;
    top: 20%;
  }

  100% {
    height: 40px;
    width: 40px;
    border-radius: 100%;
  }
}

@keyframes circle {
  0% {
    width: 1200%;
    height: 10000%;
    border-radius: 0;
    right: -100px;
  }

  70% {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    right: 10%;
    top: 20%;
  }

  100% {
    height: 40px;
    width: 40px;
    border-radius: 100%;
  }
}

@-webkit-keyframes more {
  0% {
    -webkit-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
  }

  60% {
    -webkit-transform: translate(-13px, -7px);
            transform: translate(-13px, -7px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes more {
  0% {
    -webkit-transform: translate(30px, 30px);
            transform: translate(30px, 30px);
  }

  60% {
    -webkit-transform: translate(-13px, -7px);
            transform: translate(-13px, -7px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.mission {
  padding-top: 176px;
  overflow: hidden;
}

.mission h2 {
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 40px;
  max-width: 781px;
}

.mission__wrapper {
  position: relative;
}

.mission__wrapper ul {
  background: var(--dark);
  border-radius: 20px;
  width: 100%;
  padding: 56px 62px 56px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 128px;
}

.mission__wrapper ul li {
  min-width: 120px;
}

.mission__wrapper ul li p {
  font-weight: 600;
}

.mission__wrapper ul li p:first-child {
  display: block;
  font-size: 70px;
  color: var(--yellow);
  margin-bottom: 16px;
  line-height: 120%;
}

.mission__wrapper ul li:nth-child(3) {
  min-width: 284px;
}

.mission__wrapper ul li:nth-child(4) {
  min-width: 200px;
}

.mission__quote {
  position: relative;
  border: 1px solid var(--grey);
  border-radius: 20px;
  padding: 34px 156px 56px 40px;
  max-width: 873px;
  margin-bottom: 40px;
  min-height: 301px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mission__quote-text {
  font-size: 18px;
  margin-bottom: 36px;
}

.mission__quote-author {
  font-weight: 300;
  margin-top: auto;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
  padding-top: 24px;
  position: relative;
  font-style: italic;
}

.mission__quote-author::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 93px;
  height: 2px;
  background: var(--yellow);
}

.mission__quote-name {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.01em;
}

.mission__img img {
  position: absolute;
  top: -200px;
  width: 584px;
  right: -386px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mission-page {
  margin-top: 80px;
  position: relative;
  z-index: 1;
  overflow: visible;
  overflow-x: clip;
  padding-top: 0;
}

.mission-page .mission__wrapper ul {
  margin-bottom: 114px;
}

.methods {
  margin-top: 120px;
}

.methods__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.methods__inner {
  width: 50%;
}

.methods h2 {
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 18px;
}

.methods p {
  margin-bottom: 30px;
  line-height: 140%;
}

.methods__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
}

.methods__content.active {
  opacity: 1;
  visibility: visible;
  position: static;
}

.methods__content ul {
  max-width: 538px;
}

.methods__content ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 16px;
}

.methods__content ul li:not(:last-child) {
  margin-bottom: 16px;
}

.methods__content ul li p {
  margin-bottom: 0;
  font-size: 16px;
}

.methods__content ul li p:first-child {
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--yellow);
  display: block;
  margin-bottom: 4px;
}

.methods__btns {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 650px;
  max-width: 650px;
  height: 650px;
  border-radius: 50%;
  overflow: hidden;
}

.methods__btns::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 237px;
  height: 237px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 11;
  border: 88px solid var(--bg);
}

.methods__btn {
  position: absolute;
  cursor: pointer;
}

.methods__btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.methods__btn svg {
  width: 100%;
  height: 100%;
}

.methods__btn svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.methods__btn:nth-child(1) {
  width: 325px;
  height: 484px;
  top: 2px;
  left: 1px;
}

.methods__btn:nth-child(2) {
  width: 321px;
  height: 483px;
  right: 0px;
  top: 0px;
  -webkit-transform: rotate(-0.7deg);
      -ms-transform: rotate(-0.7deg);
          transform: rotate(-0.7deg);
}

.methods__btn:nth-child(3) {
  width: 565px;
  height: 224px;
  left: 50.5%;
  -webkit-transform: rotate(-0.5deg) translateX(-50%);
      -ms-transform: rotate(-0.5deg) translateX(-50%);
          transform: rotate(-0.5deg) translateX(-50%);
  bottom: 1px;
}

.methods__btn.active path {
  fill: #292826;
  fill-opacity: 1;
}

.methods__btn.active path:first-child {
  fill: #ffaf30;
  fill-opacity: 1;
}

.methods__btn-text {
  -webkit-transform: translate(10px, 50px);
      -ms-transform: translate(10px, 50px);
          transform: translate(10px, 50px);
}

.community {
  margin-top: 120px;
}

.community__title {
  margin-bottom: 56px;
  font-size: 24px;
}

.community__item {
  background: var(--dark);
  border-radius: 20px;
  display: block;
  padding: 24px;
  min-height: 206px;
}

.community__item img {
  margin-bottom: 10px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}

.community-page {
  margin-top: 40px;
}

.geography {
  margin-top: 47px;
  position: relative;
  overflow: hidden;
}

.geography::before,
.geography::after {
  position: absolute;
  content: "";
  background: url("/local/templates/main/css/../img/dots-2.svg") center center/cover no-repeat;
  z-index: -2;
}

.geography::before {
  width: 516px;
  height: 408px;
  top: 75px;
  left: 0;
}

.geography::after {
  width: 400px;
  height: 350px;
  bottom: 0;
  right: -60px;
}

.geography__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
  padding: 98px 0 204px;
}

.geography__wrapper ul {
  border-radius: 12px;
  padding: 24px 37px 42px;
  background: var(--yellow);
  max-width: 426px;
  opacity: 0;
}

.geography__wrapper ul li:not(:last-child) {
  margin-bottom: 18px;
}

.geography__wrapper ul li p {
  line-height: 140%;
  color: var(--dark);
}

.geography__wrapper ul li p:first-child {
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--dark);
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(41, 40, 38, 0.2);
}

.geography h2 {
  max-width: 650px;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  opacity: 0;
}

.geography__map {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.geography__map svg {
  min-width: 1440px;
  min-height: 900px;
}

.geography.active h2 {
  -webkit-animation-name: dots;
          animation-name: dots;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.geography.active .geography__wrapper ul {
  -webkit-animation-name: dots;
          animation-name: dots;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.geography.active .dots {
  opacity: 0;
  -webkit-animation-name: dots;
          animation-name: dots;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.geography.active .dots1 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.geography.active .dots2 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.geography.active .dots3 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.geography.active .dots4 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.geography.active .dots5 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.geography.active .dots6 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.geography.active .dots7 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.geography.active .dots8 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.geography.active .dots9 {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.geography.active .dots10 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.geography.active .dots11 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.geography.active .line {
  -webkit-animation-name: line;
          animation-name: line;
  -webkit-animation-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1, 0.1);
          animation-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1, 0.1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.geography.active .line1 {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.geography.active .line2 {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.geography.active .line3 {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.geography.active .line4 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.geography.active .line5 {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.geography.active .line6 {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.geography.active .line7 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.geography.active .line8 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.geography.active .line9 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.geography.active .line10 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.dots {
  opacity: 0;
}

.line {
  opacity: 0;
}

@-webkit-keyframes line {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes line {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes dots {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dots {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.geography-page .geography__wrapper ul li p:first-child {
  font-size: 40px;
  font-weight: 600;
}

.partners {
  margin-top: 100px;
  overflow: hidden;
}
.partners-slider .swiper-buttons{
    position: absolute;
    right: 0;
    top: 0;
}
.partners__tabs {
    position: relative;
}
.partners__tabs-btns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  overflow-x: auto;
  padding-right: 100px;
}
.partners__tabs-btn{
  cursor: pointer;
white-space: nowrap;
  padding: 11px 16px;
  background: var(--grey-2);
  border: 1px solid var(--grey-2);
  border-radius: 10px;
}
.partners__tabs-btn.active{
  background: var(--yellow);
  border: 1px solid var(--yellow);
  color: var(--bg);
}
.partners__tabs-content{
  display: none;
}
.partners__tabs-content.active{
  display: block;
}
.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}

.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 96px 30px;
  border: 1px solid var(--grey-2);
  height: 100%;
}

.partners__item img {
  height: 100%;
  width: 100%;
  max-height: 71px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.partners__item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.partners .swiper {
  overflow: visible;
}

.partners-about {
  margin-top: 30px;
}

.cases-slider {
  overflow: hidden;
  margin-top: 120px;
  padding: 60px 0 80px;
  background: var(--grey-2);
}

.cases-slider__wrapper {
  position: relative;
}

.cases-slider__title {
  margin-bottom: 38px;
}

.cases-slider__item picture,
.cases-slider__item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 275px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.cases-slider img {
  margin-top: -140px;
  margin-left: auto;
}

.cases-slider__item-inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 770px;
  left: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cases-slider__item-inner ul {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  min-width: 156px;
}

.cases-slider__item-inner ul li {
  max-width: 234px;
}

.cases-slider__item-inner ul li p {
  font-size: 16px;
  opacity: 0.6;
  margin: 0;
}

.cases-slider__item-inner ul li p:first-child {
  white-space: nowrap;
  font-weight: 500;
  font-size: 40px;
  color: var(--yellow);
  display: block;
  margin-bottom: 8px;
  line-height: 120%;
  opacity: 1;
}

.cases-slider__item-inner.active {
  display: block;
}

.cases-slider__item-title-fixed {
  font-size: 24px !important;
  white-space: nowrap;
  max-width: 350px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 17px;
  right: -2px;
  background: var(--grey-2);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
  margin-bottom: 0 !important;
}

.cases-slider p {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
  max-width: 66%;
}
.cases-slider__item-inner ul li p{
    max-width: 100%;
}
.cases-slider p.cases-slider__item-subtitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2px !important;
  letter-spacing: 0.01em;
}

.cases-slider p.cases-slider__item-title {
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.privacy{
    padding-top: 200px;
}
.privacy__wrapper{
    max-width: 900px;
}
.privacy h1{
    font-size: 60px;
    margin-bottom: 40px;
}
.privacy h2{
    font-size: 30px;
    margin-bottom: 24px;
    margin-top: 40px;
}
.privacy a{
    text-decoration: underline;
}
.privacy ul  {
    margin-bottom: 30px;
    margin-top: 10px;
   padding-left: 18px;
}
.privacy ul li {
    list-style: disc;
}
.privacy ul li:not(:last-child) {
    margin-bottom: 10px;
}
.privacy p{
    margin-bottom: 10px;
}
.cases-slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}

.cases-slider__item-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  gap: 10px;
  margin-top: auto;
}

.cases-slider__item-more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
  min-width: 16px;
}

.cases-slider__item-more span::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1.5L12 8.5L5 15.5' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
}

.cases-slider__item-more span::before {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: white;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  display: block;
}

.cases-slider__item-more:hover span::before {
  width: 10px;
}

.cases-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cases-slider .swiper-slide {
  -ms-flex-negative: inherit;
      flex-shrink: inherit;
  position: relative;
  height: 386px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  width: 63px;
  border-right: 1px solid var(--grey);
  background: var(--grey-2);
  z-index: 10;
}
.cases-slider .swiper-slide:first-child .cases-slider__item-inner {  
    left: 43%; 
}
.cases-slider .swiper-slide.active {
  -webkit-box-flex: 16;
      -ms-flex: 16;
          flex: 16;
  z-index: 1;
  border-right: none;
}

.cases-slider .swiper-slide.active picture,
.cases-slider .swiper-slide.active img {
  opacity: 1;
  visibility: visible;
}

.cases-slider .swiper-slide.active:not(:last-child) {
  margin-right: 30px;
}

.cases-slider .swiper-slide.active:not(:first-child) {
  margin-left: 30px;
}

.cases-slider .swiper-slide.active .cases-slider__item-inner {
  opacity: 1;
  visibility: visible;
}

.cases-slider .swiper-slide.active .cases-slider__item-title-fixed {
  opacity: 0;
  visibility: hidden;
}

.swiper-cases .cases__item:hover .cases__item-brand {
  -webkit-transform: translate(0, -50%) !important;
      -ms-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
}
.cases__wrapper{
    position: relative;
}
.articles {
  margin-top: 120px;
}

.articles__wrapper {
  position: relative;
}

.articles__title {
  margin-bottom: 40px;
}

.articles__items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.articles__item {
  position: relative;
  background: var(--grey-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  height: 100%;
}

.articles__item:hover .articles__item-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.articles__item:hover .articles__item-arrow {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.articles__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 24px 24px 17px;
}

.articles__item-inner p {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 36px;
}

.articles__item-inner span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-top: auto;
}

.articles__item-img {
  border-radius: 20px;
  max-height: 213px;
  min-height: 213px;
  margin-top: auto;
  overflow: hidden;
}

.articles__item-img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles__item-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.9998' cy='20.0003' r='18.3333' fill='%23FFAF30'/%3E%3Cpath d='M13.3335 26.6663L26.6668 13.333' stroke='%23292826' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3335 13.333H26.6668V26.6663' stroke='%23292826' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 32px;
  bottom: 32px;
}

.articles-page {
  margin-top: 40px;
}

.recommended {
  margin-top: 120px;
  overflow: hidden;
}

.recommended__wrapper {
  position: relative;
}

.recommended__title {
  margin-bottom: 40px;
}

.recommended__content {
  height: 100%;
  position: relative;
}

.recommended__item {
  border: 1px solid var(--grey);
  padding: 32px 32px 39px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.recommended__item img {
  margin-bottom: 17px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.recommended__item .scan-icon{
    top: auto;
right: 24px;
bottom: 24px;
z-index: 5;
}

.recommended__content::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
   width: 100%;
    height: 100%;
    cursor: pointer;
  
  }
.recommended__item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.recommended__item:hover::before {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}

.recommended__item-text {
  font-size: 16px;
  margin-bottom: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recommended__item-name {
  margin-top: auto;
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
  opacity: 0.5;
  padding-right: 50px;
}

.recommended__item-post {
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
  opacity: 0.5;
  padding-right: 50px;
}

.recommended__item-company {
  font-weight: 700;
  font-size: 14px;
  padding-right: 50px;
  letter-spacing: 0.01em;
  opacity: 0.8;
}

.recommended .swiper {
  overflow: visible;
}

.appreciation {
  margin-top: 120px;
}

.appreciation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}

.appreciation__items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.appreciation__item {
  padding: 20px;
  background: var(--grey-2);
  border-radius: 10px;
  position: relative;
}
.appreciation__item::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
   width: 100%;
    height: 100%;
    cursor: pointer;
  
  }
.appreciation__item-inner img {
  width: 100%;
  border-radius: 10px;
}

.appreciation .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appreciation__more {
  margin-top: 40px;
  width: 100%;
  border: 1px solid var(--grey);
}

.application {
  margin-top: 120px;
}

.application__wrapper {
  background: var(--dark);
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.application__contacts {
  padding: 50px 56px;
  border-radius: 20px;
  background: var(--yellow);
}

.application__contacts * {
  color: var(--dark);
}

.application__contacts ul {
  padding-left: 20px;
}

.application__contacts ul li:not(:last-child) {
  margin-bottom: 25px;
}

.application__contacts ul li:last-child {
  margin-top: 48px;
}

.application__contacts .application__title {
  margin-bottom: 32px;
}

.application__title {
  font-size: 40px;
  margin-bottom: 16px;
  margin-left: -20px;
}

.application__contacts-title {
  font-size: 24px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -20px;
  gap: 10px;
}

.application__contacts-title::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6.90909C13 10.7273 8 14 8 14C8 14 3 10.7273 3 6.90909C3 5.60712 3.52678 4.35847 4.46447 3.43784C5.40215 2.51721 6.67392 2 8 2C9.32608 2 10.5979 2.51721 11.5355 3.43784C12.4732 4.35847 13 5.60712 13 6.90909Z' fill='%23292826' stroke='%23292826' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 9C9.10457 9 10 8.10457 10 7C10 5.89543 9.10457 5 8 5C6.89543 5 6 5.89543 6 7C6 8.10457 6.89543 9 8 9Z' fill='%23FFAF30'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 5px;
}

.application__contacts-inner a,
.application__contacts-inner p {
  font-size: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.application__contacts-inner a:not(:last-child),
.application__contacts-inner p:not(:last-child) {
  margin-bottom: 12px;
}

.application__contacts-time {
  font-weight: 600;
  font-size: 16px;
}

.application__contacts-time:not(:last-child) {
  margin-bottom: 8px;
}

.application__inner {
  padding: 50px 65px;
}

.application__text {
  margin-bottom: 26px;
  opacity: 0.8;
}

.diagnostics {
    overflow: hidden;
    position: relative;
    margin-top: 100px;
    background: #343433;
    padding: 100px 0;
}
.diagnostics::after {
   width: 346px;
    height: 273px;
    top: 10px;
    right: -60px;
    position: absolute;
    content: "";
    background: url(/local/templates/main/css/../img/dots-2.svg) center center / cover no-repeat;
}
.diagnostics .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}
.diagnostics h2 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}
.diagnostics h2 span {
    color: #ffaf30;
}
.diagnostics p {
    margin-bottom: 50px;
    max-width: 885px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}
.diagnostics .swiper-pagination-bullet {
    background: #1e1d1c;
    width: 7px;
    height: 7px;
}
.diagnostics .swiper-pagination-bullet-active {
    background: #ffaf30;
}

.diagnostics__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
    
.diagnostics .swiper-wrapper {
    counter-reset: section;
}
.diagnostics__item {
    padding-right: 19px;
    border-right: 1px solid #575757;
    padding-bottom: 20px;
}
.diagnostics__item p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;    
}
.diagnostics__item p:before {
    display: block;
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffaf30;
}
.diagnostics__item img {
    display: block;
    margin-bottom: 67px;
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
}
.diagnostics .btn {
    margin-top: 50px;
}

.project {
    margin-top: 110px;
}
.project h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}
.project h2 span {
    color: #ffaf30;
}
.project__wrapper {
    margin-bottom: 45px;
     display: -ms-grid;
     display: grid;
     gap: 43px;
     -ms-grid-columns: 1fr 43px 1fr;
     grid-template-columns: repeat(2, 1fr);
}

.project__wrap {
}
.project__wrap p {
    margin-bottom: 30px;
}

.project__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 27px;
}

.project__inner {
    position: relative;

}
.project__inner ul {
    padding: 50px;
    border-radius: 20px;
    background: #292826;
    width: 414px;
}
.project__inner ul li:not(:last-child) {
    margin-bottom: 24px;
}
.project__inner ul li {
    
}
.project__inner ul li p::before {
    content: "";
    border-radius: 100%;
    background: #575757;
    width: 7px;
    height: 7px;
}
.project__inner ul li p {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    /*cursor: pointer;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.project__inner ul li p.active::before {
    background: #ffaf30;
}
.project__inner ul li img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: calc(100% - 438px);
    position: absolute;
    top: 0;
    right: 0;
}
.project__inner ul li p.active + img {
    opacity: 1;
    visibility: visible;
}

.controls {
  position: relative;
  margin-top: 30px;
}

.controls__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
}

.controls__btn {
  width: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--grey-2);
  font-size: 18px;
  padding: 17px 34px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.controls__btn:hover {
  background: var(--yellow);
  color: var(--dark);
}

.controls__btn.active {
  background: var(--yellow);
  color: var(--dark);
}

.included {
  overflow: hidden;
  margin-top: 40px;
  z-index: 1;
  position: relative;
}

.included__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
}

.included__inner {
  max-width: 428px;
  min-width: 428px;
  position: relative;
  background: var(--bg);
  z-index: 10;
}

.included__inner p {
  margin-bottom: 70px;
}

.included h2 {
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 24px;
}

.included__item {
  background: var(--grey-2);
  border-radius: 20px;
  padding: 40px 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.included__item p {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 24px;
  min-height: 48px;
}

.included__item ul {
  margin-bottom: 48px;
}

.included__item ul li {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 16px;
}

.included__item ul li::before {
  display: block;
  content: "";
  min-width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow);
  margin-top: 8px;
}

.included__item ul li:not(:last-child) {
  margin-bottom: 16px;
}

.included__item-more {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
  font-weight: 500;
  position: relative;
  padding-right: 15px;
  z-index: 2;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
}

.included__item-more::before {
  margin-top: 4px;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='10' viewBox='0 0 32 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.3746 0.198869L31.6227 4.51989C31.8834 4.78505 31.8834 5.21495 31.6227 5.48011L27.3746 9.80113C27.114 10.0663 26.6913 10.0663 26.4306 9.80113C26.1699 9.53597 26.1699 9.10606 26.4306 8.8409L29.5391 5.67898H0V4.32102H29.5391L26.4306 1.1591C26.1699 0.893936 26.1699 0.464029 26.4306 0.198869C26.6913 -0.0662898 27.114 -0.0662898 27.3746 0.198869Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 32px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.included__item-more::after {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--yellow);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  transition: 0.7s;
  z-index: -1;
}

.included__images {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1.4fr 2fr;
  grid-template-columns: 1.4fr 2fr;
}

.included__images img {
  width: 100%;
  height: 405px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.included .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: auto;
}

.included .swiper-pagination-bullet {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
  background: none;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  gap: 10px;
}

.included .swiper-pagination-bullet:not(:last-child)::after {
  content: "";
  height: 1px;
  background: var(--grey);
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.included .swiper-pagination-bullet-active {
  background: none;
  color: var(--yellow);
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

.included .swiper-pagination-bullet-active:not(:last-child)::after {
  width: 100%;
}

.included .swiper-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 145px;
}

.included .swiper {
  overflow: visible;
  height: auto;
  position: relative;
  width: 35%;
}

.included .swiper::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background: var(--bg);
  z-index: 1;
}

.included .swiper-wrapper {
  height: 100%;
}

.types {
  margin-top: 100px;
}

.types__title {
  margin-bottom: 40px;
}

.types__item {
  background: var(--grey-2);
  border-radius: 20px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.types__item ul {
  padding-top: 24px;
  border-top: 1px solid rgba(87, 87, 87, 0.5);
  min-height: 153px;
}

.types__item ul li {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 16px;
}

.types__item ul li::before {
  display: block;
  content: "";
  min-width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow);
  margin-top: 8px;
}

.types__item ul li:not(:last-child) {
  margin-bottom: 16px;
}

.types__item-title {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.types__item-title a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.types__item-title span {
  font-size: 24px;
  color: var(--yellow);
}
.types__item-title a:hover {
    color: var(--yellow);
}
.types__item-text {
  min-height: 68px;
  line-height: 140%;
  margin-bottom: 7px;
  font-size: 16px;
}

.types .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.functions {
  margin-top: 100px;
  position: relative;
}

.functions__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
}

.functions__wrapper ul li {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.functions__wrapper ul li::before {
  display: block;
  content: "";
  min-width: 40px;
  height: 1px;
  background: var(--white);
  opacity: 0.3;
}

.functions__wrapper ul li:not(:last-child) {
  margin-bottom: 20px;
}

.functions h2 {
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 40px;
}

.functions__numbers {
  margin-bottom: 60px;
  background: var(--dark);
  border-radius: 20px;
  padding: 24px 58px 46px 40px;
}

.functions__numbers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.functions__numbers ul li {
  width: 100%;
}

.functions__numbers ul li p:first-child {
  white-space: nowrap;
  font-size: 56px;
  color: var(--yellow);
  display: block;
  margin-bottom: 10px;
  line-height: 120%;
}

.functions__numbers ul li p:nth-child(2) {
  text-transform: uppercase;
}

.functions__numbers ul li:nth-child(3) {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.functions__numbers-title {
  font-size: 24px;
  line-height: 217%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.functions .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.functions .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.functions-case {
  margin-top: 40px;
}

.functions-case .functions__numbers {
  margin-bottom: 100px;
}

.functions-audit {
  margin-top: -60px;
}

.functions-audit .functions__numbers-title {
  text-transform: none;
  font-size: 24px;
  margin-bottom: 24px;
}

.functions-audit .functions__numbers ul {
  gap: 40px;
}

.functions-audit .functions__numbers ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  min-width: 223px;
}

.functions-audit .functions__numbers ul li span {
  line-height: 70%;
  font-weight: 600;
  font-size: 72px;
  margin: 0;
}

.functions-audit .functions__numbers ul li p {
  font-size: 15px;
}

.functions-audit .functions__numbers ul li p:first-child {
  line-height: 70%;
  font-weight: 600;
  font-size: 72px;
  margin: 0;
}

.functions-single .functions__wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.form .title-orange {
  margin-bottom: 12px;
}
.functions__task {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1.4fr;
    grid-template-columns: 1fr 1.4fr;
    background: var(--dark);
    border-radius: 20px;
    padding: 40px 48px 42px 40px;
    margin-bottom: 100px;
}
.functions__task-title {
   font-weight: 400;
font-size: 24px;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
gap: 16px;
height: fit-content;
}
.functions__task-title::before {
content: '';
display: block;
background: url("/local/templates/main/css/../img/function-icon.svg") center center/contain no-repeat;
width: 32px;
height: 32px;
}
.functions__title {
   margin-bottom: 40px;
}
.functions__task-text {
   font-size: 18px;
   padding-left: 25px;
   border-left: 1px solid var(--yellow);
   padding-bottom: 6px;
}
.total {
   margin-bottom: 100px;
}

.total__title {
   margin-bottom: 40px;
}
.total__lists {
   background: var(--dark);
   border-radius: 20px;
   padding: 40px;
    display: -ms-grid;
    display: grid;
    gap: 30px 50px;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
}
.total__lists ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
   gap: 16px;
}
.total__lists ul li p {
   text-transform: uppercase;
   font-size: 16px;
line-height: 140%;
}
.total__lists ul li p span {
   font-weight: 400;
   font-size: 24px;
   line-height: 1;
   text-align: right;
}
.total__lists ul li p:first-child {
   font-weight: 500;
font-size: 60px;
line-height: 1.2;
color: var(--yellow);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
   -ms-flex-direction: column;
       flex-direction: column;
-webkit-box-pack: center;
   -ms-flex-pack: center;
       justify-content: center;
white-space: nowrap;

}
.total__lists ul li:not(:last-child) {
   margin-bottom: 16px;
}
.form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.form__inputs-grid {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.form__input {
  background: var(--grey-2);
  border-radius: 10px;
  padding: 16px 31px;
  border: none;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form__input.active {
  background: rgba(212, 69, 69, 0.1);
  border: 1px solid #d44545;
}

.form__input.active::-webkit-input-placeholder {
  color: #d44545;
}

.form__input.active::-moz-placeholder {
  color: #d44545;
}

.form__input.active:-ms-input-placeholder {
  color: #d44545;
}

.form__input.active::-ms-input-placeholder {
  color: #d44545;
}

.form__input.active::placeholder {
  color: #d44545;
}

.form__input::-webkit-outer-spin-button,
.form__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form__input:focus {
  outline: 1px solid var(--yellow-2);
}

.form__input:hover {
  border: 1px solid var(--grey);
}

.form textarea {
  background: var(--grey-2);
  border-radius: 10px;
  padding: 16px 32px;
  border: none;
  resize: none;
  height: 96px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form textarea.active {
  background: rgba(212, 69, 69, 0.1);
  border: 1px solid #d44545;
}

.form textarea.active::-webkit-input-placeholder {
  color: #d44545;
}

.form textarea.active::-moz-placeholder {
  color: #d44545;
}

.form textarea.active:-ms-input-placeholder {
  color: #d44545;
}

.form textarea.active::-ms-input-placeholder {
  color: #d44545;
}

.form textarea.active::placeholder {
  color: #d44545;
}

.form textarea:focus {
  outline: 1px solid var(--yellow-2);
}

.form textarea:hover {
  border: 1px solid var(--grey);
}

.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 635px;
  gap: 32px;
}

.form__file {
  display: block;
  opacity: 0.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}

.form__file input {
  display: none;
}

.form__file p {
  cursor: pointer;
  border: 1px solid var(--white);
  border-radius: 60px;
  padding: 9px 23px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  opacity: 1 !important;
}

.form__file p::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.625 9.875V12.375C13.625 12.7065 13.4933 13.0245 13.2589 13.2589C13.0245 13.4933 12.7065 13.625 12.375 13.625H3.625C3.29348 13.625 2.97554 13.4933 2.74112 13.2589C2.5067 13.0245 2.375 12.7065 2.375 12.375V9.875' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.125 5.5L8 2.375L4.875 5.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 2.375V9.875' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.form__check input {
  display: none;
}

.form__check input:checked + span {
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.form__check span {
  display: block;
  border-radius: 2px;
  min-width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9261 4.55566L6.77792 12.7038L3.07422 9.00011' stroke='%23292826' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-color: transparent;
}

.form__check p {
  max-width: 258px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--grey);
}

.form__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 32px;
}

.form__wrapper textarea {
  height: auto;
}

.questions .btn-orange {
  max-width: 315px;
  width: 100%;
}

.questions .form__check {
  margin-top: 9px;
}

.form-vacancy .form__wrapper textarea {
  height: 100%;
}

.form-application-modal .form__content {
  margin-top: 26px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid var(--grey);
  -webkit-box-shadow: 0 0 0px 100px var(--grey-2) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--white);
}

.price {
  margin-top: 100px;
}

.price__title {
  margin-bottom: 40px;
}

.price__table {
  overflow-x: auto;
  width: 100%;
}

.price__table table {
  min-width: 850px;
  width: 100%;
  border-collapse: collapse;
}

.price__table tr {
  text-align: center;
  border-bottom: 1px solid var(--grey-2);
}

.price__table tr:first-child {
  border-bottom: none;
}

.price__table tr th {
  background: var(--grey-2);
}

.price__table tr th:first-child {
  border-radius: 8px 0 0 8px;
}

.price__table tr th:last-child {
  border-radius: 0 8px 8px 0;
}

.price__table th {
  text-align: left;
  padding: 16px 56px;
  font-weight: 500;
  font-size: 18px;
}

.price__table td {
  text-align: left;
  padding: 24px 56px 17px;
  font-size: 16px;
}

.price__table td:last-child {
  color: var(--yellow);
}

.advantages {
  margin-top: 100px;
}

.advantages h2 {
  margin-bottom: 58px;
  font-weight: 400;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.advantages h2::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: var(--yellow);
  border-radius: 50%;
}

.advantages__item {
  background: var(--dark);
  border-radius: 20px;
  padding: 40px 32px 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.advantages__item img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}

.advantages__item-title {
  font-size: 32px;
  line-height: 162%;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 24px;
}

.advantages__item-text {
  line-height: 140%;
  font-weight: 300;
}

.advantages .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.questions {
  margin-top: 100px;
}

.questions__wrapper {
  border: 1px solid var(--grey-2);
  border-radius: 10px;
  padding: 32px 32px 40px;
}

.questions__wrapper-grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.questions__wrapper-grid .form__wrapper {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.questions__title {
  margin-bottom: 30px;
}

.questions__text {
  margin-bottom: 24px;
  max-width: 523px;
  opacity: 0.8;
  line-height: 140%;
}

.cases {
  margin-top: 40px;
}

.cases__items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.cases__item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #2f2f2f;
  border-radius: 20px;
  position: relative;
}

.cases__item::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: url("/local/templates/main/css/../img/dots.svg") center center/cover no-repeat;
  width: 310px;
  height: 310px;
  z-index: 2;
}

.cases__item-images {
  position: relative;
  height: 250px;
}

.cases__item-images::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cases__item-bg {
  border-radius: 20px 20px 0 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cases__item-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 3;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cases__item-img {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0%, -20%);
      -ms-transform: translate(0%, -20%);
          transform: translate(0%, -20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 3;
  -o-object-fit: contain;
     object-fit: contain;
}

.cases__item-inner {
  padding: 48px 40px 40px;
}

.cases__item-inner p {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.cases__item-inner p::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.9998' cy='20.0003' r='18.3333' fill='%23FFAF30'/%3E%3Cpath d='M13.3335 26.6663L26.6668 13.333' stroke='%23292826' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3335 13.333H26.6668V26.6663' stroke='%23292826' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cases__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 100px;
}

.cases .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cases .swiper .cases__item-img {
  max-width: 150px;
}

.cases .swiper .cases__item-brand {
  max-width: 200px;
  max-height: 46px;
}

.coverage {
  margin-top: 100px;
}

.coverage__title {
  margin-bottom: 40px;
}

.coverage__items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.coverage__item {
  background: var(--dark);
  border-radius: 20px;
  padding: 32px 32px 40px;
  height: 100%;
}

.coverage__item-num {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--yellow);
  font-size: 24px;
  color: var(--dark);
}

.coverage__item-title {
  font-size: 32px;
  line-height: 125%;
  color: var(--yellow);
  margin-bottom: 30px;
}

.coverage__item-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}

.coverage .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.coverage .swiper-wrapper .coverage__item-text {
  text-transform: none;
}

.result {
  margin-top: 100px;
}

.result__title {
  margin-bottom: 40px;
}

.result__tabs-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.result__tabs-btn {
  cursor: pointer;
  background: var(--grey-2);
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  padding: 17px 78px;
}

.result__tabs-btn.active {
  background: var(--yellow);
  color: var(--dark);
}

.result__content {
  display: none;
}

.result__content.active {
  display: block;
}

.result__item {
  padding: 40px 60px 60px;
  background: var(--grey-2);
  border-radius: 20px;
}

.result__item:not(:last-child) {
  margin-bottom: 24px;
}

.result__item ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

.result__item ul li {
  margin-bottom: 16px;
}

.result__item ul li span {
  font-weight: 600;
  color: var(--yellow);
  padding-right: 10px;
  font-size: 18px;
}

.result__item ul li p {
  display: inline;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--grey-3);
}

.result__item-title {
  font-size: 24px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.article {
  position: relative;
  margin-top: 80px;
}

.article__select {
  display: none;
}

.article__block {
  scroll-margin-top: 20px;
}

.article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
}

.article__title {
  max-width: 726px;
  width: 100%;
  margin-bottom: 32px;
}

.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.article__date,
.article__time,
.article__views {
  background: var(--grey-2);
  border-radius: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.article__date::before,
.article__time::before,
.article__views::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
}

.article__time::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 6V12L16 14' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.article__views::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12C1 12 5 4 12 4C19 4 23 12 23 12C23 12 19 20 12 20C5 20 1 12 1 12Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.article__date::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 2V6' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 2V6' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 10H21' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 60px;
  overflow-x: auto;
}

.article__tag {
  border: 1px solid var(--grey-2);
  border-radius: 10px;
  padding: 12px 11px;
  font-size: 16px;
  white-space: nowrap;
  opacity: 0.7;
}

.article__description {
  max-width: 726px;
  width: 100%;
}

.article__description img {
  border-radius: 12px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}

.article__description p {
  font-size: 18px;
  margin-bottom: 20px;
}

.article__description p a {
  border-bottom: 1px solid var(--white);
}

.article__description h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 24px;
}

.article__images {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
}

.article__images img {
  height: 100%;
  margin: 0;
}

.article__title-grey {
  background: var(--grey-2);
  border-radius: 10px;
  padding: 24px 24px 32px;
}

.article__title-big {
  font-size: 40px !important;
  line-height: 130%;
}

.article__content {
  width: 426px;
}

.article__content-inner {
  position: sticky;
  top: 50px;
  background: var(--grey-2);
  border-radius: 10px;
  padding: 32px 44px 55px 32px;
}

.article__content-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.article__content-inner ul li::before {
  display: block;
  content: "";
  min-width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow);
  margin-top: 8px;
}

.article__content-inner ul li:not(:last-child) {
  margin-bottom: 12px;
}

.article__list {
  margin-bottom: 40px;
}

.article__list li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.article__list li::before {
  display: block;
  content: "";
  min-width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow);
  margin-top: 8px;
}

.article__list li:not(:last-child) {
  margin-bottom: 12px;
}

.article__content-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.article__table {
  overflow-x: auto;
  margin: 40px 0 80px;
}

.article__table ul {
  min-width: 600px;
}

.article__table ul li {
  background: var(--dark);
}

.article__table ul li:first-child {
  background: var(--grey-2);
  border-radius: 8px;
  margin-bottom: 16px;
  display: -ms-grid;
  display: grid;
  gap: 80px;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 19px 24px;
}

.article__table ul li:first-child p {
  font-weight: 500;
  font-size: 18px;
}

.article__table ul li:nth-child(2) {
  border-radius: 8px 8px 0 0 !important;
}

.article__table ul li:nth-child(2) ul {
  padding: 27px 24px 0;
}

.article__table ul li:last-child {
  border-radius: 0 0 8px 8px !important;
}

.article__table ul li:last-child ul {
  padding: 0 24px 32px;
}

.article__table ul li:not(:last-child) ul > li {
  padding-bottom: 33px !important;
  position: relative;
}

.article__table ul li:not(:last-child) ul > li::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 13px;
  width: 100%;
  height: 1px;
  background: var(--grey-2);
}

.article__table ul li p {
  font-size: 16px !important;
  margin: 0;
}

.article__table ul li p span {
  color: var(--yellow);
  display: block;
}

.article__table ul li ul {
  min-width: auto;
  padding: 0 24px;
}

.article__table ul li ul li {
  border-radius: 0 !important;
  background: none !important;
  padding: 0 !important;
  display: -ms-grid;
  display: grid;
  gap: 80px;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  margin: 0 !important;
}

.article__table ul li ul li li {
  display: block !important;
}

.article__table ul li ul li li:last-child {
  padding-bottom: 0 !important;
}

.article__table ul li ul li ul {
  padding: 0 !important;
  border-radius: 0 !important;
  background: none !important;
}

.article__table ul li ul li ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
}

.article__table ul li ul li ul li:not(:last-child) {
  padding-bottom: 0 !important;
}

.article__table ul li ul li ul li::before {
  position: static !important;
  display: block;
  content: "";
  min-width: 4px;
  max-width: -4px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 4px !important;
  border-radius: 50%;
  background: var(--yellow) !important;
  margin-top: 8px;
}

.article .select__title {
  font-size: 18px;
}

.vacancy {
  position: relative;
  margin-top: 80px;
}

.vacancy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.vacancy__inner {
  position: relative;
  width: 100%;
}

.vacancy__title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 32px;
  max-width: 650px;
  margin-bottom: 32px;
}

.vacancy__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 60px;
  overflow-x: auto;
  width: 100%;
}

.vacancy__sort-item {
  border: 1px solid var(--grey-2);
  border-radius: 10px;
  padding: 18px 16px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 16px;
}

.vacancy__sort-item:hover {
  background: var(--yellow);
  color: var(--dark);
}

.vacancy__sort-item.active {
  background: var(--yellow);
  color: var(--dark);
}

.vacancy__accordion {
  padding: 24px 0;
  border-bottom: 1px solid var(--grey-2);
}

.vacancy__accordion:first-child {
  border-top: 1px solid var(--grey-2);
}

.vacancy__accordion.open {
  padding: 40px 0;
}

.vacancy__accordion.open .vacancy__accordion-content {
  visibility: visible;
  opacity: 1;
  margin-top: -24px;
}

.vacancy__accordion.open .vacancy__accordion-city {
  position: absolute;
  left: 0;
  top: calc(100% + 24px);
}

.vacancy__accordion.open .vacancy__accordion-title::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.vacancy__accordion-title {
  cursor: pointer;
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.vacancy__accordion-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}

.vacancy__accordion-title p span {
  display: block;
  font-size: 16px;
  color: var(--grey);
}

.vacancy__accordion-title::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8.33301V31.6663' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.33398 20H31.6673' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.vacancy__accordion-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 50%;
  margin-left: auto;
}

.vacancy__accordion-content ul {
  margin-bottom: 40px;
}

.vacancy__accordion-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.vacancy__accordion-content ul li::before {
  display: block;
  content: "";
  min-width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow);
  margin-top: 8px;
}

.vacancy__accordion-content ul li:not(:last-child) {
  margin-bottom: 12px;
}

.vacancy__accordion-content-title {
  font-size: 24px;
  margin-bottom: 24px;
}

.vacancy__accordion-content-text {
  margin-bottom: 10px;
}

.vacancy .select {
  margin-top: 31px;
  position: absolute;
  right: 0;
  top: 0;
}

.vacancy__resume {
  padding: 60px 0 100px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--grey-2);
}

.vacancy__resume-title {
  font-size: 24px;
  text-transform: uppercase;
  max-width: 550px;
}

.vacancy__resume-text {
  line-height: 140%;
  color: var(--grey);
  margin-bottom: 10px;
  font-size: 16px;
}

.vacancy__resume-mail {
  font-size: 24px;
  display: block;
  margin-bottom: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.vacancy__btn {
  padding: 15px 40px;
}

.vacancy .select__title {
  text-transform: none;
  font-size: 16px;
}

.banner {
  margin-top: 100px;
}

.banner__wrapper {
  background: var(--dark);
  border-radius: 20px;
  padding: 40px;
}

.banner__wrapper ul {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding-top: 24px;
  border-top: 1px solid var(--grey-2);
}

.banner__wrapper ul li {
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 16px;
}

.banner__wrapper ul li::before {
  display: block;
  content: "";
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  margin-top: 7px;
}

.banner__title {
  margin-bottom: 40px;
  max-width: 895px;
}

.reviews {
  margin-top: 40px;
}

.reviews__title {
  margin-bottom: 40px;
}

.reviews__items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.reviews__item-content {
  background: var(--grey-2);
  border-radius: 20px;
  padding: 24px 24px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.scan-icon {
  position: absolute;
  right: 32px;
  top: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3335 2.66699H8.00016C7.29292 2.66699 6.61464 2.94794 6.11454 3.44804C5.61445 3.94814 5.3335 4.62641 5.3335 5.33366V26.667C5.3335 27.3742 5.61445 28.0525 6.11454 28.5526C6.61464 29.0527 7.29292 29.3337 8.00016 29.3337H24.0002C24.7074 29.3337 25.3857 29.0527 25.8858 28.5526C26.3859 28.0525 26.6668 27.3742 26.6668 26.667V12.0003L17.3335 2.66699Z' stroke='%23575757' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.3335 2.66699V12.0003H26.6668' stroke='%23575757' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 32px;
  height: 32px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.reviews__item-content:hover {
  -webkit-box-shadow: 0px 4px 10px #343433;
          box-shadow: 0px 4px 10px #343433;
}

.reviews__item-content:hover .scan-icon {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}

.reviews__item-content:hover .reviews__item-brand {
  -webkit-animation: opa 0.3s;
          animation: opa 0.3s;
}

.reviews__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}

.reviews__item-brand {
  background: var(--grey);
  border-radius: 10px;
  padding: 13px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 150px;
}

.reviews__item-brand picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__item-brand img {
  max-width: 150px;
  max-height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.reviews__item-author {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 260px;
  margin-right: 40px;
}

.reviews__item-name {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  opacity: 0.5;
}

.reviews__item-post {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  opacity: 0.5;
}

.reviews__item-company {
  margin-top: auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
}

.reviews__item-descr p {
  font-size: 16px;
  line-height: 140%;
}

.reviews__item-descr.active {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews__more {
  margin-top: 40px;
  width: 100%;
  border: 1px solid var(--grey);
}

@-webkit-keyframes opa {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.reviews__item-more {
  color: var(--grey);
  font-size: 16px;
  line-height: 140%;
  cursor: pointer;
}

.modal-reviews .reviews__item-more {
  display: none;
}

.contacts {
  margin-top: 80px;
  position: relative;
}

.contacts__list {
  border-radius: 10px;
  background: var(--yellow);
  padding: 32px 32px 40px 56px;
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  gap: 70px;
  -ms-grid-columns: 6fr 2.5fr;
  grid-template-columns: 6fr 2.5fr;
}

.contacts__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.contacts__item ul li:not(:last-child) {
  margin-bottom: 40px;
}

.contacts__item ul li:last-child {
  margin-top: auto;
}

.contacts__item ul li:last-child .contacts__item-text:not(:last-child) {
  margin-bottom: 16px;
}

.contacts__item:first-child .contacts__item-title {
  padding-left: 0;
}

.contacts__item:first-child .contacts__item-title::before {
  left: -24px;
}

.contacts__item-title {
  font-size: 18px;
  color: var(--grey-2);
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(41, 40, 38, 0.2);
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}

.contacts__item-title::before {
  display: block;
  position: absolute;
  left: 0;
  top: 34%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dark);
}

.contacts__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__item-text {
  color: var(--dark);
  font-size: 20px;
  max-width: 520px;
}

.contacts__item-link {
  color: var(--dark);
  font-size: 20px;
  white-space: nowrap;
}

.contacts__map {
  border-radius: 20px;
  overflow: hidden;
  height: 450px;
  width: 100%;
}

.contacts__map * {
  color: var(--dark);
}

.ymaps-2-1-79-balloon__layout {
  border-radius: 10px;
}

.ymaps-2-1-79-balloon {
  border-radius: 10px;
}

.requisites {
  margin-top: 80px;
}

.requisites__title {
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.requisites__list {
  background: var(--grey-2);
  border-radius: 10px;
  padding: 32px 32px 40px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.requisites__item ul li {
  border-bottom: 1px solid var(--grey);
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.requisites__item ul li:not(:last-child) {
  margin-bottom: 16px;
}

.requisites__item ul li span,
.requisites__item ul li a {
  color: var(--grey-3);
  text-align: right;
  font-size: 16px;
  display: block;
}

.requisites__item ul li p {
  white-space: nowrap;
  font-size: 18px;
}

.burger {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: none;
  text-align: right;
  position: relative;
  z-index: 15;
}

.burger::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.burger span {
  display: block;
  width: 100%;
  height: 4px;
  background: var(--white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 2px;
  border-radius: 10px;
  margin-left: auto;
}

.burger span:not(:last-child) {
  margin-bottom: 6px;
}

.burger span:nth-child(2) {
  width: 75%;
}

.burger.active span {
  width: 32px;
  margin: 0;
}

.burger.active span:nth-child(1) {
  -webkit-transform: translateY(14px) rotate(45deg);
      -ms-transform: translateY(14px) rotate(45deg);
          transform: translateY(14px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.burger.active span:nth-child(3) {
  -webkit-transform: translateY(10px) rotate(-45deg);
      -ms-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100dvh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 150;
}

.modal {
  max-width: 1276px;
  width: 95%;
  max-height: 90%;
  display: none;
  position: relative;
}

.modal.active {
  display: block;
}

.modal__check {
  width: 100%;
  text-align: center;
}

.modal__check img {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}

.modal p {
  opacity: 0.8;
}

.modal__wrapper {
  overflow-y: auto;
  max-height: 95vh;
}

.modal__title {
  font-size: 32px;
  line-height: 162%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.modal__text {
  font-weight: 300;
  margin-bottom: 32px;
}

.modal .close {
  width: 48px;
  height: 48px;
  position: absolute;
  right: -48px;
  top: -48px;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='47' height='47' rx='23.5' stroke='%23575757'/%3E%3Cpath d='M32 16L16 32' stroke='%23B6B6B6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 16L32 32' stroke='%23B6B6B6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 48px 48px;
}

.modal__btn {
  width: 100%;
  margin-bottom: 14px;
  position: static !important;
  background-image: none !important;
  width: 297px !important;
  height: 58px !important;
  font-size: 18px;
  padding: 15px;
  margin: 0 auto;
}

.modal__close-btn {
  width: 100% !important;
  font-size: 16px;
  line-height: 140%;
  color: #2e8fce;
}

.modal .swiper-button-next,
.modal .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 60px;
  width: 92px;
  height: 48px;
  z-index: 1;
}

.modal .swiper-button-next::before,
.modal .swiper-button-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='55' height='24' viewBox='0 0 55 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.2814 2.14645C43.0862 1.95118 42.7696 1.95118 42.5743 2.14645C42.3791 2.34171 42.3791 2.65829 42.5743 2.85355L51.1483 11.4276L0.499997 11.428C0.223855 11.428 0 11.6518 0 11.928C3.21564e-06 12.2041 0.223864 12.428 0.500005 12.428L51.1494 12.4276L42.5743 21.0026C42.3791 21.1979 42.3791 21.5145 42.5743 21.7097C42.7696 21.905 43.0862 21.905 43.2814 21.7097L52.7095 12.2816C52.9048 12.0864 52.9048 11.7698 52.7095 11.5745L43.2814 2.14645Z' fill='%23B6B6B6'/%3E%3C/svg%3E%0A");
  width: 55px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.modal .swiper-button-next::before,
.modal .swiper-button-prev::before {
  left: 50%;
}

.modal .swiper-button-prev {
  left: 16px;
}

.modal .swiper-button-next {
  right: 16px;
}

.modal-reviews {
  max-width: 1352px;
}

.modal-reviews .reviews__item-descr {
  display: block;
  -webkit-line-clamp: none;
  overflow: visible;
}

.modal-reviews .modal__wrapper {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-reviews .modal__content {
  max-width: 650px;
  overflow-y: auto;
  margin: auto;
}

.modal-reviews .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-img,
.modal-appreciation {
  height: 100%;
}
.modal-img  .modal__wrapper ,
.modal-appreciation .modal__wrapper {
  height: 100%;
}
.modal-img .modal__content ,
.modal-appreciation .modal__content {
  height: 100%;
}

.modal-appreciation .swiper-wrapper {
  height: 100%;
}

.modal-appreciation .appreciation__item-inner {
  height: 100%;
}

.modal-appreciation .appreciation__item-inner img {
  height: 100%;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-recommended {
  max-width: 1352px;
}

.modal-recommended .reviews__item-descr {
  display: block;
  -webkit-line-clamp: none;
  overflow: visible;
}

.modal-recommended .modal__wrapper {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-recommended .modal__content {
  max-width: 650px;
  overflow-y: auto;
  margin: auto;
}

.modal-recommended .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-recommended .recommended__item {
  background: var(--grey-2);
  border: none;
}

.modal-recommended .recommended__item-inner {
  position: absolute;
  top: 45px;
  left: 230px;
}

.modal-recommended .recommended__item-img {
  background: var(--grey);
  border-radius: 10px;
  padding: 13px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

.modal-recommended .recommended__item-img img {
  width: 150px;
  height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.modal-recommended .recommended__item-post,
.modal-recommended .recommended__item-name {
  opacity: 0.5;
}



.modal-recommended .recommended__item-text {
  display: block;
  -webkit-line-clamp: none;
  overflow: visible;
}

.modal-thanks {
  background: var(--dark);
  border-radius: 20px;
  max-width: 690px;
}

.modal-thanks .modal__wrapper {
  text-align: center;
  padding: 40px 40px 50px;
}

.modal-project,
.modal-diagnostics {
    background: #292826;
    border-radius: 20px;
    max-width: 631px;
}
.h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
    gap: 10px;
}
.h2::before {
    margin-top: 20px;
    content: "";
    background: #ffaf30;
    display: block;
    border-radius: 5px;
    width: 10px;
    height: 10px;
}
.h2 + p {
    margin-bottom: 26px;
    padding: 0 20px;
}

.modal-application {
  background: var(--dark);
  border-radius: 20px;
  max-width: 690px;
}

.modal-project .form-project-modal,
.modal-diagnostics .form-diagnostics-modal {
    padding: 50px 56px;
}

.modal-application .form-application-modal {
  padding: 40px 40px 48px;
}

.modal-application .form__check p {
  max-width: 100%;
}

.modal-application .form__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-application .close {
  right: -44px;
  top: -55px;
}

@media (min-width: 1025px) {
  .pagination__number:hover {
    color: var(--yellow);
  }

  .header__phones:hover::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .header__phones:hover .header__phones-inner {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  .nav__link {
    position: relative;
  }

  .nav__link::after {
    position: absolute;
    content: "";
    top: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--yellow);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .nav__link.active::after {
    opacity: 1;
  }

  .nav__link:hover::after {
    opacity: 1;
  }

  .footer__link {
    position: relative;
  }

  .footer__link::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--yellow);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .footer__link:hover::after {
    opacity: 1;
  }

  .services__item {
    position: relative;
  }

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


  .services__item:hover .services__item-title span,
  .services__item:hover .services__item-title p {
    color: var(--dark);
  }

  .services__item:hover .services__item-title p {
    -webkit-animation: title 1.1s forwards;
            animation: title 1.1s forwards;
  }

  .services__item:hover ul {
    -webkit-animation: ul 0.7s forwards;
            animation: ul 0.7s forwards;
    position: absolute;
    left: 24px;
    top: 100px;   
    border-top: none;
    opacity: 1;
    visibility: visible;
  }

  .services__item:hover ul li {
    color: var(--dark);
    font-weight: 600;
  }
  .services__item:hover ul li a:hover {
 text-decoration: underline;
 text-decoration-skip-ink: none;
  }


  .services__item:hover .services__item-more {
    color: var(--dark);
  }

  .services__item:hover .services__item-more::before {
    -webkit-filter: opacity(0.8) invert(1);
            filter: opacity(0.8) invert(1);
  }

  .services__item:hover .services__item-more::after {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    width: 1200%;
    height: 10000%;
    border-radius: 0;
    right: -100px;
  }

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

  .cases__item:hover .cases__item-images::before {
    background: #2f2f2f;
    z-index: 1;
  }

  .cases__item:hover .cases__item-brand {
    -webkit-transform: translate(0%, -20%);
        -ms-transform: translate(0%, -20%);
            transform: translate(0%, -20%);
    left: 30px;
  }

  .cases__item:hover .cases__item-img {
    opacity: 1;
    visibility: visible;
  }

  .cases__item:hover .cases__item-inner p::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .swiper .cases__item:hover .cases__item-brand {
    -webkit-transform: translate(0%, 50%);
        -ms-transform: translate(0%, 50%);
            transform: translate(0%, 50%);
  }
}

@media (max-width: 1440px) {
  .modal .close {
    right: -10px;
  }

  .modal-application .close {
    right: -44px;
  }
}

@media (max-width: 1400px) {
  * {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .title {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 1080)
        );
  }

  .title-orange {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .select__text {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

 

  .header__phone {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .header .nav__link {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1080)
        );
  }
  .main__wrapper .h1,
  .main__wrapper h1 {
    font-size: calc(
            31px + 29 *
                ((100vw - 320px) / 1080)
        );
  }

  .main__title {
    font-size: calc(
            31px + 29 *
                ((100vw - 320px) / 1080)
        );
  }

  .main .title-small {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .main__inner p {
    font-size: calc(
            15px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .services__item-title p {
    font-size: calc(
            17px + 4 *
                ((100vw - 320px) / 1080)
        );
  }

  .services__item-title span {
    font-size: calc(
            17px + 4 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission h2 {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission__wrapper ul {
    gap: calc(
            -55px + 183 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission__wrapper ul li p:first-child {
    font-size: calc(
            40px + 30 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission__quote-text {
    font-size: calc(
            15px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission__quote-name {
    font-size: calc(
            15px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission__img img {
    top: calc(
            70px + -270 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission__img img {
    width: calc(
            200px + 384 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission__img img {
    right: calc(
            100px + -486 *
                ((100vw - 320px) / 1080)
        );
  }

  .methods h2 {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .community__title {
    font-size: calc(
            17px + 7 *
                ((100vw - 320px) / 1080)
        );
  }

  .geography__wrapper ul li p:first-child {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .geography h2 {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .geography__map svg {
    min-width: calc(
            900px + 540 *
                ((100vw - 320px) / 1080)
        );
  }

  .geography__map svg {
    min-height: calc(
            450px + 450 *
                ((100vw - 320px) / 1080)
        );
  }

  .cases-slider__item-inner {
    width: calc(
            360px + 350 *
                ((100vw - 320px) / 1080)
        );
  }

  .cases-slider__item-inner ul li p {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .cases-slider__item-inner ul li p:first-child {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .cases-slider__item-title-fixed {
    font-size: calc(
            16px + 8 *
                ((100vw - 320px) / 1080)
        );
  }

  .cases-slider p {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .cases-slider p.cases-slider__item-subtitle {
    font-size: calc(
            16px + 2 *
                ((100vw - 320px) / 1080)
        );
  }

  .cases-slider p.cases-slider__item-title {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .application__title {
    font-size: calc(
            23px + 17 *
                ((100vw - 320px) / 1080)
        );
  }

  .controls__btn {
    font-size: calc(
            15px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .included__slider {
    gap: calc(
            -30px + 160 *
                ((100vw - 320px) / 1080)
        );
  }

  .included__inner {
    min-width: calc(
            200px + 228 *
                ((100vw - 320px) / 1080)
        );
  }

  .included h2 {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .included__images img {
    height: calc(
            220px + 185 *
                ((100vw - 320px) / 1080)
        );
  }

  .functions__wrapper ul li {
    font-size: calc(
            17px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .functions h2 {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .functions__numbers ul li p:first-child {
    font-size: calc(
            40px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .functions__numbers-title {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 1080)
        );
  }

  .functions-audit .functions__numbers-title {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 1080)
        );
  }

  .functions-audit .functions__numbers ul li span {
    font-size: calc(
            40px + 32 *
                ((100vw - 320px) / 1080)
        );
  }

  .functions-audit .functions__numbers ul li p:first-child {
    font-size: calc(
            40px + 32 *
                ((100vw - 320px) / 1080)
        );
  }

  .advantages h2 {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 1080)
        );
  }

  .advantages__item-title {
    font-size: calc(
            24px + 8 *
                ((100vw - 320px) / 1080)
        );
  }

  .cases__item-inner p {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 1080)
        );
  }

  .coverage__item-title {
    font-size: calc(
            23px + 9 *
                ((100vw - 320px) / 1080)
        );
  }

  .result__tabs-btn {
    font-size: calc(
            15px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .result__item ul li span {
    font-size: calc(
            14px + 4 *
                ((100vw - 320px) / 1080)
        );
  }

  .result__item ul li p {
    font-size: calc(
            14px + 4 *
                ((100vw - 320px) / 1080)
        );
  }

  .result__item-title {
    font-size: calc(
            19px + 5 *
                ((100vw - 320px) / 1080)
        );
  }

  .article__inner {
    gap: calc(
            -170px + 300 *
                ((100vw - 320px) / 1080)
        );
  }

  .article__description p {
    font-size: calc(
            15px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .article__description h2 {
    font-size: calc(
            17px + 7 *
                ((100vw - 320px) / 1080)
        );
  }

  .article__list li {
    font-size: calc(
            15px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .vacancy__accordion-title p {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 1080)
        );
  }

  .vacancy__accordion-title p span {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .vacancy__accordion-content-title {
    font-size: calc(
            18px + 6 *
                ((100vw - 320px) / 1080)
        );
  }

  .vacancy__resume-mail {
    font-size: calc(
            20px + 4 *
                ((100vw - 320px) / 1080)
        );
  }

  .contacts__item-title {
    font-size: calc(
            16px + 2 *
                ((100vw - 320px) / 1080)
        );
  }

  .contacts__item-text {
    font-size: calc(
            17px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .contacts__item-link {
    font-size: calc(
            17px + 3 *
                ((100vw - 320px) / 1080)
        );
  }

  .contacts__map {
    height: calc(
            550px + -100 *
                ((100vw - 320px) / 1080)
        );
  }

  .requisites__title {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1080)
        );
  }

  .modal__title {
    font-size: calc(
            24px + 8 *
                ((100vw - 320px) / 1080)
        );
  }
}

@media (max-width: 1300px) {
    .total__lists {
        gap: 30px 20px;
    }
    .total__lists ul li p{
        text-transform: none;
    }
    .total__lists ul li p:first-child {        
        font-size: 40px;
        text-transform: uppercase;
    }
    .total__lists ul li p span {
        font-size: 40px;
    }
    .main iframe {   
        width: 120%; 
    }
  .header .nav__list {
    gap: 20px;
  }

  .mission {
    padding-top: 100px;
  }
}

@media (max-width: 1200px) {
    .crumbs {    
        top: 100px;
    }
    .main iframe {   
        width: 145%; 
    }
    .privacy h1 {
        font-size: 48px;      
    }
  .cases-slider__item img,
  .cases-slider__item picture {
    max-width: 200px;
  }

  .cases-slider__item-title-fixed {
    right: -3px;
  }

  .functions-audit .functions__numbers ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .requisites__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .contacts__list {
    gap: 35px;
  }

  .articles__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__wrapper {
    gap: 30px;
  }

  .methods__btns {
    min-width: 470px;
    height: 470px;
    max-width: 470px;
    margin: 24px auto;
  }

  .methods__btns::before {
    width: 115px;
    height: 115px;
  }

  .methods__btn:nth-child(1) {
    width: 232px;
    height: 347px;
  }

  .methods__btn:nth-child(2) {
    width: 232px;
    height: 347px;
  }

  .methods__btn:nth-child(3) {
    width: 405px;
    height: 166px;
  }

  .header__nav {
    margin-right: 0;
  }

  .header__logo img {
    width: 80px;
  }

  .header__menu {
    gap: 15px;
  }

  .header .nav__list {
    gap: 17px;
  }
}

@media (max-width: 1025px) {
    .project__inner ul li img {    
        width: calc(100% - 390px);    
    }
    .project__inner ul {
        padding:  50px 20px;
        width: 373px;
    }
    .project__wrapper {
        gap: 15px;
    }
    .project h2 {
        font-size: 25px;      
    }
    .diagnostics::after {
        display: none;
    }
    .crumbs {    
        top: 120px;
    }
    .total__lists ul li:not(:last-child) {
        margin-bottom: 0;
    }
    
    
    .total__lists ul li p:first-child{
        display: block;
    }
    .total__lists {   
        -ms-grid-columns: (1fr)[1];   
        grid-template-columns: repeat(1, 1fr);
    }
    .total__lists ul {     
        display: -ms-grid;     
        display: grid;
        gap: 15px;   
        -ms-grid-columns: 1fr 15px 1fr;   
        grid-template-columns: repeat(2, 1fr);
    }
    .total__lists ul li{
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column;
       -webkit-box-align: start;
           -ms-flex-align: start;
               align-items: flex-start;
    }
    .header__logo img {
        width: 100px;
      }
    .cases-slider .swiper-slide.active:not(:first-child){
        margin-left: 0;
    }
    .cases-slider__item-inner ul li{
        width: 100%;
    }
    .main iframe {   
        width: 190%; 
    }
    .cases-slider p{
        max-width: 500px;
    }
  .reviews__item-descr.active {
    -webkit-line-clamp: 9;
  }

  .modal-recommended .modal__content,
  .modal-reviews .modal__content {
    max-width: 100%;
  }

  .modal .close {
    width: 32px;
    height: 32px;
    right: 0px;
    top: -10px;
    background-size: 32px 32px;
  }

  .modal-application .close {
    top: -40px;
  }

  .functions__numbers ul li:nth-child(3) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .cases-slider .swiper-slide {
    height: auto;
  }

  .cases-slider__item-inner {
    position: static;
    width: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .included .swiper {
    width: 40%;
  }

  .article .select__content {
    padding: 0 0 12px;
  }

  .article .select__label {
    padding: 6px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    gap: 12px;
    white-space: normal;
  }

  .article .select__label::before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--yellow);
  }

  .article .select__title {
    padding-left: 24px;
  }

  .included .swiper {
    width: 100%;
  }

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

  .questions__wrapper-grid {
    gap: 8px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .questions__wrapper-grid .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }

  .questions__wrapper-grid .form__check {
    margin-top: 0;
  }

  .contacts__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .contacts__item:first-child .contacts__item-title {
    padding-left: 24px;
  }

  .contacts__item:first-child .contacts__item-title::before {
    left: 0;
  }

  .modal .swiper-button-next::before,
  .modal .swiper-button-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.8246 0.146447C16.6293 -0.0488155 16.3127 -0.0488155 16.1174 0.146447C15.9222 0.341709 15.9222 0.658291 16.1174 0.853553L24.6914 9.42752L1.04298 9.42723C0.766833 9.42723 0.542972 9.65109 0.542969 9.92723C0.542967 10.2034 0.766822 10.4272 1.04296 10.4272L24.6926 10.4275L16.1174 19.0026C15.9222 19.1979 15.9222 19.5145 16.1174 19.7097C16.3127 19.905 16.6293 19.905 16.8246 19.7097L26.2526 10.2816C26.4479 10.0864 26.4479 9.7698 26.2526 9.57454L16.8246 0.146447Z' fill='%23B6B6B6'/%3E%3C/svg%3E%0A");
    width: 27px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    top: auto;
    width: 70px;
    bottom: 0;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }

  .modal-recommended,
  .modal-appreciation,
  .modal-reviews {
    height: 100%;
    max-height: calc(100vh - 50px);
  }

  .modal-recommended .modal__wrapper,
  .modal-appreciation .modal__wrapper,
  .modal-reviews .modal__wrapper {
    min-height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
    padding: 0;
    padding-bottom: 80px;
  }

  .modal-recommended .modal__content,
  .modal-appreciation .modal__content,
  .modal-reviews .modal__content {
    width: 100%;
  }

  .modal-application {
    max-height: calc(100vh - 70px);
    margin-top: 70px;
    margin-bottom: 30px;
  }

  .modal-application .modal__wrapper {
    max-height: calc(100vh - 70px);
  }

  .appreciation__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .reviews__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .scan-icon {
    right: 24px;
    top: auto;
    bottom: 24px;
  }

  .reviews__item-content {
    padding: 24px 24px 80px;
  }

  .banner__wrapper ul {
    gap: 24px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .coverage .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }

  .coverage .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .reviews__item-author {
    margin-right: 0;
    margin-top: 0;
  }

  .reviews__item-brand {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .reviews__item-inner {
    margin-bottom: 16px;
  }

  .vacancy .select {
    position: relative;
    margin-bottom: 32px;
    max-width: 100%;
  }

  .article__images {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .article__content {
    display: none;
  }

  .article__select {
    display: block;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .article__description {
    max-width: 100%;
  }

  .articles__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .articles__item-img {
    min-height: 400px;
  }

  .cases .swiper-buttons {
    display: none;
  }

  .functions__numbers {
    padding: 24px 24px 32px;
  }

  .pagination__more {
    position: static;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }

  .pagination {
    margin-top: 24px;
  }

  .pagination__numbers {
    margin-bottom: 32px;
  }

  .functions__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    position: relative;
    padding-bottom: 85px;
  }

  .functions h2 {
    margin-bottom: 0;
  }

  .functions__btn {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 450px;
    width: 100%;
  }

  .types .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }

  .types .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .types__item {
    padding: 24px 24px 32px;
  }

  .types__item ul {
    margin-top: 0;
  }

  .types__item-text {
    margin-bottom: 16px;
  }

  .included__images {
    gap: 13px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .included__inner {
    position: static;
  }

  .included__slider {
    position: relative;
    padding-bottom: 32px;
  }

  .included .swiper-pagination-bullet {
    color: transparent;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.3);
  }

  .included .swiper-pagination-bullet-active {
    color: transparent;
    background: var(--yellow);
  }

  .included__item {
    padding: 24px 24px 40px;
  }

  .included__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }

  .included .swiper-buttons {
    margin-bottom: 0;
  }

  .included .swiper-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }

  .main-page .main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }

  .main__wrapper h1 br {
    display: none;
  }

  .footer__list {
    -webkit-columns: inherit;
       -moz-columns: inherit;
            columns: inherit;
  }

  .application__contacts,
  .application__inner {
    padding: 20px;
    min-width: 100%;
  }

  .form__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .recommended__wrapper,
  .articles__wrapper {
    padding-bottom: 32px;
  }

  .recommended .swiper-pagination,
  .articles .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .partners__inner {
    margin-bottom: 40px;
  }

  .appreciation .swiper-buttons,
  .partners .swiper-buttons {
    display: none;
  }

  .appreciation .swiper-pagination,
  .partners .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cases-slider .swiper-slide.active .cases-slider__item {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cases-slider .swiper-slide.active:not(:last-child) {
    margin: 0;
  }

  .cases-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cases-slider .swiper-slide.active,
  .cases-slider .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .cases-slider__item-title-fixed {
    display: none;
  }

  .cases-slider .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .cases-slider__wrapper {
    padding-bottom: 32px;
  }

  .cases-slider {
    padding-bottom: 32px;
  }

  .geography::before {
    height: 250px;
    width: 520px;
    top: 75px;
    left: -60%;
  }

  .geography::after {
    display: none;
  }

  .geography__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    gap: 450px;
  }

  .geography-page .geography__wrapper {
    gap: 450px;
  }

  .methods__wrapper {
    padding-bottom: 40px;
  }

  .methods__inner {
    width: 100%;
  }

  .methods__btns {
    position: relative;
  }

  .mission__wrapper ul {
    padding: 30px 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .mission__wrapper ul li {
    min-width: 100% !important;
    width: 100%;
  }

  .mission__wrapper ul li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .mission__wrapper ul li:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .mission__wrapper ul li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .mission__wrapper ul li:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .mission-page .mission__wrapper ul li {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .mission__quote {
    padding-right: 170px;
  }

  .more {
    top: auto;
    bottom: 0;
  }

  .mission__wrapper {
    padding-bottom: 40px;
  }

  .mission-page .mission__wrapper {
    padding-bottom: 0;
  }

  .services-section .services__wrapper {
    padding-bottom: 40px;
  }


  .services__item-inner {
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .services__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .services__item ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 20px;
  }

  .services__item ul li {
    min-height: auto;
  }

  .header {
    padding-top: 0;
  }

  .header.active .header__mobile .header__phones {
    height: 0;
    opacity: 0;
    margin-bottom: 0;
  }

  .header__logo {
    position: relative;
    z-index: 15;
  }

  .header__menu {
    padding: 95px 16px 50px;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: var(--dark);
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
    gap: 24px;
    overflow-y: auto;
    z-index: 10;
    will-change: transform, opacity;
}

.header__menu.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}


  .header__menu .header__phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .header__menu .header__phones .header__phone {
    display: none;
  }

  .header__menu .header__phones::after {
    display: none;
  }

  .header__menu .header__phones .header__phone {
    font-size: 18px;
    display: block !important;
  }

  .header__menu .header__phones .header__phone:not(:last-child) {
    margin-bottom: 16px;
  }

  .header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 18px;
  }

  .header__socials img {
    opacity: 0.4;
  }

  .header__nav {
    margin-bottom: 16px;
  }

.header__menu  .header__phones-inner {
    position: static !important;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
  }

  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__mobile .header__phones {
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 16px;
    margin-bottom: 12px;
  }

  .header__mobile .header__phones .header__phones-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 29px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__mobile .header__phones.active .header__phones-inner {
    opacity: 1;
    visibility: visible;
    top: 80%;
  }

  .header__mobile .header__phones.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .header__mobile .header__phones .header__phone {
    position: relative;
  }

  .header__mobile .header__phones .header__phone::before {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 100%;
    width: 25px;
    z-index: 11;
  }

  .header .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .header .nav__link {
    font-size: 18px;
  }

  .main__down {
    display: none;
  }

  .burger {
    display: block;
  }

  .main__wrapper img {
    position: absolute;
    right: 0;
    bottom: 40px;
  }

  .main .swiper-pagination {
    left: 16px;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    bottom: 90px;
  }
}

@media (max-width: 1025px) and (max-width: 1400px) {
  .articles__item-img {
    min-height: calc(
            210px + 190 *
                ((100vw - 320px) / 1080)
        );
  }

  .geography__wrapper {
    gap: calc(
            300px + 150 *
                ((100vw - 320px) / 1080)
        );
  }

  .geography-page .geography__wrapper {
    gap: calc(
            450px + 0 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission__quote {
    padding-right: calc(
            240px + -70 *
                ((100vw - 320px) / 1080)
        );
  }
}

@media (max-width: 769px) {
    .h2::before {
        margin-top: 9px;
    }
    .h2 {
        font-size: 25px;
        margin-bottom: 14px;      
    }
    .modal-project .form-project-modal, 
    .modal-diagnostics .form-diagnostics-modal {
        padding: 50px 17px;
    }
    .project__subtitle {
        display: none;
    }
    .project {
        margin-top: 60px;
    }
    .project__wrapper {
        margin-bottom: 40px;      
        grid-template-columns: repeat(1, 1fr);
    }
    .project__inner ul li p.active + img { 
        max-height: fit-content;
        position: static;
        margin-top: 15px;
    }
    .project__inner ul {
         width: 100%;
    }
    .project__inner ul li img {        
        max-height: 0;  
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .diagnostics .btn {
        margin-top: 40px;
    }
    .diagnostics__item {
        padding-right: 11px;
    }
    .diagnostics__subtitle {
        font-size: 18px;     
        margin-bottom: 15px;
    }
    .diagnostics p {
        margin-bottom: 40px;     
        font-size: 14px;
        line-height: 130%;
    }
    .diagnostics h2 {
        font-size: 25px;
    }
    .diagnostics {
        margin-top: 63px;
        padding: 50px 0;
    }
    .diagnostics__item p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .total {
        margin-bottom: 60px;
    }
    .total__lists ul li p {
        font-size: 14px;
line-height: 120%;
    }
    .total__lists{
        padding: 24px;
    }
    .total__title,
    .functions__title {
        margin-bottom: 24px;
    }
    .functions__task-title {
        font-size: 18px;
    }
    .functions__task-text {
        font-size: 16px;
        padding-left: 0;
        padding-top: 24px;
        border-left: none;
        border-top: 1px solid var(--yellow);
        padding-bottom: 0;
    }
    .functions__task-title::before { 
        width: 24px;
        height: 24px;
    }
    .functions__task {  
        gap: 24px;    
        -ms-grid-columns: 1fr;    
        grid-template-columns: 1fr; 
        padding: 24px 20px 60px 24px;
        margin-bottom: 60px;
    }
    .privacy p,
    .privacy ul li:not(:last-child) {
        margin-bottom: 7px;
    }
    
    .privacy ul {
        margin-bottom: 20px;   
    }
    .privacy h2 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 24px;
    }
    .privacy {
        padding-top: 180px;
    }
    .privacy h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }
  .geography__wrapper {
    gap: 520px;
  }

  .geography-page .geography__wrapper {
    gap: 520px;
  }

  .geography-page .geography__wrapper ul li p:first-child {
    font-weight: 400;
  }

  .form-vacancy .form__wrapper textarea {
    height: 128px;
  }

  .application__contacts ul li:last-child {
    margin-top: 32px;
  }

  .included__inner p {
    margin-bottom: 24px;
  }

  .included h2 {
    margin-bottom: 16px;
  }

  .application__contacts ul li:not(:last-child) {
    margin-bottom: 24px;
  }

  .application__contacts-title {
    margin-bottom: 16px;
  }

  .cases-slider,
  .services-section,
  .recommended,
  .partners,
  .application,
  .types,
  .articles,
  .banner,
  .questions,
  .price,
  .functions,
  .advantages,
  .result,
  .coverage,
  .appreciation,
  .requisites,
  .methods {
    margin-top: 60px;
  }

  .result__title,
  .coverage__title,
  .requisites__title,
  .advantages h2,
  .price__title,
  .types__title {
    margin-bottom: 24px;
  }

  .modal-application .form-application-modal {
    padding: 32px 24px;
  }

  .cases-slider img {
    margin-top: 0;
  }

  .contacts__item-link {
    font-weight: 600;
  }

  .services__item ul {
    margin-bottom: 40px;
  }

  .reviews__item-post {
    margin-bottom: 24px;
  }

  .application__contacts .application__title {
    margin-bottom: 24px;
    margin-left: -20px;
  }

  .application__contacts-time {
    padding-left: 18px;
  }

  .vacancy {
    margin-top: 0;
  }

  .cases-slider__item-inner ul {
    margin-bottom: 20px;
  }

  .requisites__list {
    padding: 32px 24px;
  }

  .functions-audit {
    margin-top: 0;
  }

  .mission-page {
    padding-top: 0 !important;
  }

  .article__table ul li:not(:last-child) ul > li::before {
    bottom: 20px;
  }

  .mission-page .mission__wrapper ul {
    margin-bottom: 60px;
  }

  .form__inputs-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .functions-audit .functions__numbers ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .functions-audit .functions__numbers ul {
    gap: 30px;
  }

  .functions-audit .functions__numbers ul li {
    width: 100%;
  }

  .functions-case .functions__numbers ul li p:nth-child(2) {
    text-transform: inherit;
  }
.main__wrapper .h1 br,
  .main__wrapper h1 br {
    display: none;
  }

  .requisites__item ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .requisites__item ul li a,
  .requisites__item ul li span {
    text-align: left;
  }

  .contacts {
    margin-top: 0;
  }

  .contacts__list {
    padding: 32px 24px 40px;
  }

  .appreciation__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }

  .contacts__item-title::before {
    width: 4px;
    height: 4px;
  }

  .contacts__item-title,
  .contacts__item:first-child .contacts__item-title {
    padding-left: 16px;
  }

  .contacts__item ul li:not(:last-child) {
    margin-bottom: 32px;
  }

  .contacts__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .contacts__item-inner-text p,
  .contacts__item-link {
    font-weight: 600;
  }

  .reviews__item-brand {
    padding: 24px;
  }

  .banner__wrapper {
    padding: 24px 24px 32px;
  }

  .functions__wrapper ul li::before {
    min-width: 20px;
  }

  .banner__title {
    margin-bottom: 16px;
  }

  .banner__wrapper ul li::before {
    min-width: 4px;
    height: 4px;
    margin-top: 9px;
  }

  .banner__wrapper ul li {
    gap: 12px;
  }

  .vacancy .select {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .article__tags {
    margin-bottom: 40px;
  }

  .community-page .community__title {
    padding-right: 40%;
  }

  .vacancy__sort {
    margin-bottom: 32px;
  }

  .vacancy__resume {
    padding: 60px 0;
    gap: 24px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .vacancy__btn {
    max-width: 400px;
    width: 100%;
  }

  .vacancy__accordion.open .vacancy__accordion-city {
    position: static;
    opacity: 1;
    height: auto;
    visibility: visible;
    margin-top: 24px;
  }

  .vacancy__accordion.open .vacancy__accordion-content {
    margin-top: 40px;
  }

  .vacancy__accordion .vacancy__accordion-content {
    width: 100%;
  }

  .vacancy__accordion-title {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .vacancy__accordion .vacancy__accordion-city {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }

  .article__date,
  .article__time,
  .article__views {
    gap: 8px;
    padding: 10px 14px;
  }

  .article__date::before,
  .article__time::before,
  .article__views::before {
    width: 16px;
    height: 16px;
  }

  .article__title {
    margin-bottom: 17px;
  }

  .article {
    margin-top: 0;
  }

  .article__description img {
    margin-bottom: 24px;
  }

  .article__description p {
    margin-bottom: 10px;
  }

  .article__title-big {
    font-size: 24px !important;
  }

  .article__table ul li:first-child {
    gap: 40px;
  }

  .article__table {
    margin: 60px 0;
  }

  .article__images {
    gap: 20px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .article__images img {
    margin: 0;
  }

  .article__description img {
    height: 700px;
  }

  .result__item {
    padding: 32px 24px;
  }

  .result__item ul {
    -webkit-columns: inherit;
       -moz-columns: inherit;
            columns: inherit;
    display: -ms-grid;
    display: grid;
    gap: 16px 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .result__item ul li {
    margin: 0;
  }

  .result__item ul li span {
    margin-bottom: 4px;
    padding: 0;
    display: block;
  }

  .application__contacts-title {
    margin-left: -7px;
  }

  .application__contacts ul {
    padding-left: 0;
  }

  .application__contacts-inner {
    padding-left: 18px;
  }

  .cases__inner {
    margin-bottom: 24px;
    margin-top: 60px;
  }

  .result__tabs-btn {
    padding: 17px;
    max-width: 170px;
    width: 100%;
  }

  .result__tabs-btns {
    gap: 16px;
  }

  .functions-case {
    margin-top: 0;
  }

  .functions-case .functions__numbers {
    margin-bottom: 60px;
  }

  .coverage__item {
    padding: 32px 24px;
    min-height: 310px;
  }

  .coverage__item-num {
    margin-bottom: 10px;
  }

  .coverage__item-title {
    margin-bottom: 16px;
  }

  .coverage__items {
    gap: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .functions__numbers ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 16px;
  }

  .functions__numbers ul li {
    width: 47%;
  }

  .cases__item-inner {
    padding: 33px 25px 42px;
  }

  .cases__item-inner p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .cases__item-brand {
    max-height: 60px;
    max-width: 200px;
  }

  .cases__item-images {
    height: 500px;
  }

  .price__table th,
  .price__table td {
    padding: 16px 20px;
    font-weight: 400;
    font-size: 16px;
  }

  .cases__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .advantages .swiper-pagination,
  .functions .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .functions__wrapper {
    margin-bottom: 50px;
  }

  .advantages .swiper-wrapper,
  .functions .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }

  .advantages__item {
    padding: 32px 24px;
  }

  .advantages__item-title {
    margin-bottom: 45px;
    line-height: 120%;
  }

  .recommended__item {
    padding: 24px 24px 18px;
  }



  .recommended__item-text {
    -webkit-line-clamp: 6;
  }

  .form__wrapper {
    gap: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 24px;
  }

  .questions__title {
    margin-bottom: 16px;
  }

  .form__wrapper textarea {
    height: 143px;
  }

  .form textarea,
  .form__input {
    padding: 16px 24px;
  }

  .form__file {
    margin-bottom: 20px;
  }

  .questions__wrapper {
    padding: 32px 24px;
  }

  .questions .btn-orange {
    max-width: 100%;
    width: 100%;
  }

  .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 36px;
  }

  .form-application-modal .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 29px;
  }

  .functions__numbers {
    margin-bottom: 40px;
  }

  .included__title {
    margin-bottom: 16px;
  }

  .included__images {
    margin-top: 27px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .controls {
    margin-top: 0;
  }

  .included__text {
    margin-bottom: 24px;
  }

  .swiper-button-next::before,
  .swiper-button-prev::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 36px;
  }

  .geography {
    margin-top: 70px;
  }

  .cases-slider {
    padding-top: 32px;
  }

  .mission {
    padding-top: 60px;
  }

  .main-page {
    margin-bottom: 0;
    padding: 185px 0 40px;
  }
.main-page-keis {
    padding: 230px 0 60px;
    min-height: 330px;
}
  .main-page-text .main__bg {
    height: 50%;
  }

  .community {
    margin-top: 40px;
  }

  .appreciation__inner,
  .partners__inner {
    margin-bottom: 0;
  }

  .application__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .application__contacts,
  .application__inner {
    padding: 32px 24px 40px;
  }

  .application__title {
    margin-left: 0;
  }

  .title::before {
    content: "";
    min-width: 4px;
    height: 4px;
  }

  .form__btn {
    max-width: 350px;
    width: 100%;
  }

  .cases-slider__item-inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }

  .cases-slider .swiper-slide.active .cases-slider__item-subtitle {
    margin-bottom: 8px;
  }

  .cases-slider__wrap {
    gap: 16px;
  }

  .appreciation__title,
  .recommended__title,
  .partners__title,
  .articles__title,
  .mission__title,
  .community__title {
    margin-bottom: 24px;
  }

  .footer__nav,
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__wrapper {
    padding-top: 24px;
    margin-bottom: 32px;
  }

  .footer {
    margin-top: 60px;
  }

  .footer__list {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    will-change: max-height;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .footer__contacts,
  .footer__nav {
    text-align: left;
  }

  .footer__nav {
    gap: 20px;
  }

  .footer__title {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    width: 100%;
  }

  .footer__title::after {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .footer__nav-inner.open .footer__list {
    visibility: visible;
    opacity: 1;
    padding-top: 24px;
  }

  .footer__nav-inner.open .footer__title::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .footer__copyright-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .footer__mail,
  .footer__phone {
    margin-left: 0;
  }

  .footer__socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .cases-slider__title {
    margin-bottom: 29px;
  }

  .appreciation__item {
    border-radius: 5px;
    padding: 10px;
  }

  .appreciation__item-inner img {
    border-radius: 5px;
  }

  .partners__item {
    padding: 80px 20px;
  }

  .geography__wrapper {
    padding: 0;
  }

  .geography__wrapper ul {
    padding: 20px 20px 24px;
  }

  .community__item {
    padding: 16px 16px 32px;
    min-height: 158px;
    border-radius: 10px;
  }

  .community__item img {
    height: 43px;
  }

  .mission__img img {
    top: -100px;
    right: 61px;
  }

  .mission__quote {
    padding: 32px 20px 40px;
  }

  .mission__quote-text {
    padding-right: 450px;
    margin-bottom: 60px;
  }

  .mission__quote-author,
  .mission__quote-name {
    padding-right: 150px;
  }

  .services__title {
    margin-bottom: 24px;
  }

  .services__item {
    padding: 20px;
  }

  .services__item img {
    height: 650px;
  }

  .services__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .main__title {
    margin-bottom: 16px;
  }

  .main__inner p {
    margin-bottom: 32px;
  }

  .main__wrapper {
    padding: 173px 0 149px;
  }

  .main__wrapper img {
    width: 85px;
    bottom: 40px;
  }

  .main .swiper-pagination {
    bottom: 78px;
  }
}

@media (max-width: 769px) and (max-width: 1400px) {
  .geography__wrapper {
    gap: calc(
            380px + 140 *
                ((100vw - 320px) / 1080)
        );
  }

  .geography-page .geography__wrapper {
    gap: calc(
            380px + 140 *
                ((100vw - 320px) / 1080)
        );
  }

  .article__description img {
    height: calc(
            186px + 514 *
                ((100vw - 320px) / 1080)
        );
  }

  .cases__item-images {
    height: calc(
            220px + 280 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission__img img {
    top: calc(
            100px + -200 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission__img img {
    right: calc(
            -140px + 201 *
                ((100vw - 320px) / 1080)
        );
  }

  .mission__quote-text {
    padding-right: calc(
            20px + 430 *
                ((100vw - 320px) / 1080)
        );
  }

  .services__item img {
    height: calc(
            190px + 460 *
                ((100vw - 320px) / 1080)
        );
  }
}

@media (max-width: 650px) {
    .main iframe {   
        width: 210%; 
    }
  .modal-recommended .recommended__item-inner {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px;
  }

  .modal-recommended .recommended__item-post {
    margin-bottom: 24px;
  }

  .modal-recommended .recommended__item-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }

  .modal-recommended .recommended__item {
    padding-bottom: 90px;
  }



  .modal-recommended .recommended__item-img {
    width: 100%;
    padding: 24px;
  }

  .modal-recommended .recommended__item-img img {
    width: 152px;
    height: 86px;
  }

  .mission__wrapper ul li p {
    font-weight: 500;
  }

  .reviews__item-descr.active {
    -webkit-line-clamp: 11;
  }

  .articles__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .articles__items .articles__item-img {
    min-height: 700px;
  }

  .reviews__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 650px) and (max-width: 1400px) {
  .articles__items .articles__item-img {
    min-height: calc(
            210px + 490 *
                ((100vw - 320px) / 1080)
        );
  }
}

@media (max-width: 550px) {
    .main iframe {   
        width: 230%; 
    }
  .geography-page .geography__wrapper {
    gap: 470px;
  }

  .community-page .community__title {
    padding-right: 50%;
  }

  .included .swiper {
    overflow: hidden;
  }

  .methods__btns {
    min-width: 320px;
    height: 320px;
    max-width: 320px;
  }

  .methods__btns::before {
    border: 40px solid var(--bg);
  }

  .methods__btn:nth-child(1) {
    width: 161px;
    height: 230px;
  }

  .methods__btn:nth-child(2) {
    width: 161px;
    height: 230px;
  }

  .methods__btn:nth-child(3) {
    width: 270px;
    height: 125px;
  }

  .mission__img img {
    top: auto;
    bottom: -100px;
    width: 290px;
  }

  .mission-page .mission__img img {
    bottom: -140px;
  }
}

@media (max-width: 550px) and (max-width: 1400px) {
  .geography-page .geography__wrapper {
    gap: calc(
            300px + 170 *
                ((100vw - 320px) / 1080)
        );
  }
}

@media (max-width: 500px) {
    .cases-slider__item img, .cases-slider__item picture {
        max-width: 150px;
    }
    .main iframe {   
        width: 290%; 
    }
  .geography__wrapper {
    gap: 900px;
  }
}

@media (max-width: 500px) and (max-width: 1400px) {
  .geography__wrapper {
    gap: calc(
            300px + 600 *
                ((100vw - 320px) / 1080)
        );
  }
}

@media (max-width: 400px) {
    .main iframe {   
        width: 360%; 
    }
  .mission__img img {
    right: 61px;
  }
}

@media (max-width: 400px) and (max-width: 1400px) {
  .mission__img img {
    right: calc(
            -100px + 161 *
                ((100vw - 320px) / 1080)
        );
  }
}
.main__btn {
  width: 360px !important;
  min-width: 360px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  white-space: nowrap !important;
  text-align: center !important;
}
/* End */


/* Start:/local/templates/main/components/niges/cookiesaccept/.default/style.css?17485475242729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */
/* /local/templates/main/css/style.css?1787638025174238 */
/* /local/templates/main/components/niges/cookiesaccept/.default/style.css?17485475242729 */
