@charset "UTF-8";
/**
  Переменные для отступов
 */
/**
  Переменные для цветов
 */
/**
  Переменные для шрифтов
 */
@font-face {
  font-family: 'Bitum';
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Bitum.eot?') format('eot'),
    url('../fonts/Bitum.woff') format('woff'),
    url('../fonts/Bitum.ttf') format('truetype'),
    url('../fonts/Bitum.svg#Bitum') format('svg');
}

@font-face {
  font-family: 'Bitum';
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Bitum-Bold.eot?') format('eot'),
    url('../fonts/Bitum-Bold.woff') format('woff'),
    url('../fonts/Bitum-Bold.ttf') format('truetype'),
    url('../fonts/Bitum-Bold.svg#Bitum') format('svg');
}

@font-face {
  font-family: 'als_rublregular';
  src: url('../fonts/rouble-webfont.eot') format('eot'),
  url('../fonts/rouble-webfont.woff') format('woff'),
  url('../fonts/rouble-webfont.ttf') format('truetype'),
  url('../fonts/rouble-webfont.svg#ALSRubl') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  font-family: 'Bitum', 'Trebuchet MS', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #000000;
  outline: none;
}

body {
  background-color: #f5f5f5;
  padding-top: 10.48611vw;
}
body.modal-open {
  overflow: hidden !important;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}
button:focus,
button:active,
button:hover {
  outline: none;
}
.rub {
  font-family: 'als_rublregular';
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: inherit;
}

.btn {
  display: inline-block;
  border-radius: 3.47222vw;
  padding: 0.97222vw 3.33333vw;
  font-size: 1.11111vw;
  line-height: 1.38889vw;
  transition: 0.3s;
}
.btn--filled {
  background-color: #ee5e3e;
  color: #ffffff;
}
.btn--filled:hover {
  color: #ffffff;
  background-color: #cb5035;
}
.btn--filled:active {
  background-color: #ee5e3e;
  color: #ffffff;
}
.btn--filled.disabled,
.btn--filled:disabled {
  background: rgba(238, 94, 62, 0.5);
  pointer-events: none;
}
.btn--orange {
  border: 1px solid #ee5e3e;
  color: #ee5e3e;
}
.btn--orange:hover {
  background-color: #ee5e3e;
  color: #ffffff;
}
.btn--orange:active {
  background-color: transparent;
  color: #ee5e3e;
}
.btn--orange.disabled,
.btn--orange:disabled {
  border-color: rgba(238, 94, 62, 0.5);
  color: rgba(238, 94, 62, 0.5);
  pointer-events: none;
}
.btn--bg {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn--bg:hover {
  background-color: #ffffff;
  color: #ee5e3e;
}
.btn--bg:active {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn--bg:disabled,
.btn--bg.disabled {
  border-color: #e5e5e5;
  color: #e5e5e5;
  pointer-events: none;
}

a {
  color: inherit;
  transition: 0.3s;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #ee5e3e;
}
a:active {
  color: #cd3412;
}

p {
  margin-bottom: 0;
}

input[type='text'] {
  -webkit-appearance: none;
  appearance: none;
}

.position-relative {
  position: relative;
}

.container {
  width: 86.11111vw;
  max-width: 100%;
  margin: 0 auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.base-title {
  font-weight: 400;
  font-size: 3.33333vw;
  line-height: 4.02778vw;
  color: #000000;
}

.base-title--orange {
  color: #ee5e3e;
}

.base-text {
  font-weight: 400;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  color: #000000;
  margin-top: 1.11111vw;
}

.audit-form-free p.base-text {
  margin-bottom: 1.11111vw;
}

.base-input {
  background-color: #f5f5f5;
  border-radius: 0.34722vw;
  width: 100%;
  padding: 0.97222vw 1.66667vw;
  font-weight: 400;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  color: #000000;
  display: block;
  border-color: transparent;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.base-input:-ms-input-placeholder {
  color: #9c9c9c;
}
.base-input::placeholder {
  color: #9c9c9c;
}
.base-input.error {
  border: 1px solid #ee5e3e;
  color: #ee5e3e;
}

.base-label {
  display: block;
  position: relative;
  padding-left: 2.43056vw;
  cursor: pointer;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  padding-top: 0.20833vw;
}

.base-label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.base__indicator {
  position: absolute;
  top: 0.13889vw;
  left: 0;
  height: 1.66667vw;
  width: 1.66667vw;
  border: 1px solid #000000;
  border-radius: 0.27778vw;
}

.base__indicator:after,
.base__indicator:before {
  content: '';
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in;
}

.base-label input:checked ~ .base__indicator:after,
.base-label input:checked ~ .base__indicator:before {
  opacity: 1;
  transition: all 0.2s ease-in;
}

.base-label--checkbox.error {
  color: #ee5e3e;
}

.base-label--checkbox.error .base__indicator {
  border-color: #ee5e3e;
}

.base-label--checkbox .base__indicator:after {
  left: 0;
  top: 0.76389vw;
  transform: rotate(-45deg);
  width: 1.52778vw;
  height: 0.06944vw;
  background-color: #000000;
}

.base-label--checkbox .base__indicator:before {
  left: 0;
  top: 0.76389vw;
  transform: rotate(45deg);
  width: 1.52778vw;
  height: 0.06944vw;
  background-color: #000000;
}

.base-label--checkbox input:disabled ~ .base__indicator:after {
  border-color: #7b7b7b;
}

.base-number {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  color: #ee5e3e;
}

.base-text-bold {
  font-weight: 700;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  color: #000000;
}

.base-slider-arrows {
  position: absolute;
  display: flex;
  align-items: center;
}

.base-slider__arrows {
  cursor: pointer;
  border: 1px solid #000000;
  border-radius: 3.47222vw;
  padding: 1.04167vw 1.66667vw;
  margin-right: 1.11111vw;
}
.base-slider__arrows:hover {
  border-color: #ee5e3e;
}
.base-slider__arrows:hover svg {
  stroke: #ee5e3e;
}

.base-slider__arrows:last-child {
  margin-right: 0;
}

.base-slider__arrows svg {
  width: 2.36111vw;
  height: 1.18056vw;
}

.base-slider__arrows--left {
  transform: rotate(180deg);
}

.cases-page-arrows{
  position: absolute;
  top: 50%;
  border: 0;
  padding: 0;
  transform: translateY(-50%);
}

.cases-page-arrows.disabled svg { 
stroke: #9c9c9c;
}

.cases-page-arrows.disabled:hover { 
cursor: not-allowed;
  }


.cases-page-arrows--left{
  left: 2vw;
}

.cases-page-arrows--right{
  right: 2vw;
}

.base-subtitle {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  color: #000000;
}

.base-block-img {
  margin-top: 1.11111vw;
}

.base-section {
  padding: 5.55556vw 0;
}

.base-section--img {
  position: relative;
  background: url('/img/main-services.png') no-repeat 0 8.33333vw;
  background-size: 27.15278vw 34.09722vw;
}

.base-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [8];
  grid-template-columns: repeat(8, 1fr);
  gap: 3.47222vw;
}
.base-block--other .base-block__left {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.base-block--other .base-block__right {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
.base-block__left {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.base-block-suptitle {
  margin-bottom: 0.41667vw;
  font-size: 3.33333vw;
  line-height: 4vw;
  color: #ee5e3e;
}
.base-block-title {
  font-weight: bold;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  padding-top: 0.69444vw;
}
.base-block-subtitle {
  margin-top: 0.55556vw;
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
}
.base-block__right {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.base-block-link {
  margin-top: 3.33333vw;
  text-align: right;
}

.header {
  position: fixed;
  z-index: 25;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
}
.header__logo {
  display: block;
}
.header__logo svg {
  width: 6.45833vw;
  max-height: 1.66667vw;
}
.header__mobile-btn {
  display: none;
}
.header__contact {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__contact-number {
  font-size: 1.25vw;
  margin-right: 1.94444vw;
  padding-top: 0.34722vw;
}
.header__contact-number:hover {
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  color: #000000;
}
.header__contact-number:active {
  color: #cb5035;
  text-decoration: none;
}
.header__callback {
  position: relative;
  padding: 0.41667vw 0;
}
.header__callback svg {
  width: 4.13889vw;
  max-height: 4.51389vw;
}
.header__callback:hover .header__callback-btn {
  display: block;
}
.header__callback-btn {
  display: none;
  position: absolute;
  left: 50%;
  white-space: nowrap;
  top: 100%;
  transform: translateX(-50%);
  font-size: 1.11111vw;
  color: #ee5e3e;
  line-height: 1.38889vw;
  border: 1px solid #ee5e3e;
  padding: 0.41667vw 1.11111vw;
  border-radius: 0.69444vw;
}
.header__callback-btn:hover {
  color: #ffffff;
  background-color: #ee5e3e;
}
.header__callback-btn:active {
  background-color: transparent;
  border: 1px solid #ee5e3e;
  color: #ee5e3e;
}
.header__wrapper {
  display: flex;
  align-items: center;
}

/* [data-hover] {
  position: relative; 
 } */
 [data-hover]::after {
  content: attr(data-hover);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #f5f5f5;
  pointer-events: none;
  opacity: 0;
  transition: .3ms;
  white-space: nowrap;
  font-size: 1.11111vw;
  color: #ee5e3e;
  line-height: 1.38889vw;
  border: 1px solid #ee5e3e;
  padding: 0.41667vw 1.11111vw;
  border-radius: 0.69444vw;
 } 
 [data-hover]:hover::after {
  opacity: 1; 
  top: 4.5em; 
 }


.header-menu {
  display: flex;
  margin-left: 4.86111vw;
  padding-top: 0.48611vw;
  background-color: #f5f5f5;
}
.header-menu__item {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 1.11111vw;
}
.header-menu__item-sm-arrow,
.header-menu__item-arrow {
  display: none;
}
.header-menu__item:first-child {
  margin-left: 0;
}
.header-menu__item:last-child {
  margin-right: 0;
}
.header-menu__item--dots > .header-menu__link svg {
  width: 2.56944vw;
  max-height: 0.55556vw;
}
.header-menu__item--dots:hover > .header-menu__link:after {
  position: relative;
  display: block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0.06944vw;
  border-bottom: 2px solid #ee5e3e;
}
.header-menu__link {
  display: block;
  font-size: 1.11111vw;
  position: relative;
  line-height: 1.52778vw;
  white-space: nowrap;
  cursor: pointer;
}

.header-submenu {
  position: absolute;
  display: none;
  padding: 2.08333vw 2.08333vw 2.08333vw 2.43056vw;
  background-color: #f5f5f5;
  box-shadow: 0.06944vw 0.27778vw 0.34722vw 0.13889vw rgba(0, 0, 0, 0.15);
  border-radius: 0.27778vw;
  top: calc(100% + 1.52778vw);
  width: max-content;
  max-width: 27.08333vw;
  min-width: 18.75vw;
}
.header-submenu--2 {
  display: none;
  left: calc(100% + 0.625vw);
  top: 0;
}
.header-submenu .header-menu__item {
  margin: 2.56944vw 0 0 0;
  position: static;
}
.header-submenu .header-menu__item:first-child {
  margin-top: 0;
}
.header-submenu .header-menu__item-arrow {
  display: block;
  margin-left: 0.41667vw;
}
.header-submenu .header-menu__item-arrow svg {
  width: 0.41667vw;
  height: 0.83333vw;
}
.header-submenu .header-menu__link {
  white-space: normal;
}

.features--line .features__list {
  margin: 0;
  padding-top: 0.69444vw;
}

.features--small .features__list-title {
  margin: 0;
}

.features__title {
  font-size: 3.33333vw;
  font-weight: 400;
}

.features__list {
  display: -ms-grid;
  display: grid;
  gap: 3.47222vw;
  margin: 3.33333vw 0 0 0;
}
.features__list-item {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.features__list-number {
  color: #ee5e3e;
  display: inline-block;
  margin: 0 0 0.55556vw 0;
}
.features__list-line {
  height: 0.06944vw;
  width: 100%;
  margin-bottom: 0.55556vw;
  background-color: #9c9c9c;
}
.features__list-title {
  margin: 0 0 1.11111vw 0;
}
.features__list-text {
  font-weight: 400;
  font-size: 1.11111vw;
  margin-bottom: auto;
}
.features__list-btn {
  margin-top: 1.66667vw;
}

.features__list--three {
  grid-template-columns: repeat(auto-fit, minmax(18.75vw, 1fr));
}

.features__list--two {
  grid-template-columns: repeat(auto-fit, minmax(27.84722vw, 1fr));
}

.services {
  margin-top: 1.04167vw;
}
.services__list-item {
  display: block;
  padding: 1.66667vw 0;
  border-top: 1px solid #9c9c9c;
  position: relative;
}
.services__list-item:hover h3, .services__list-item:hover p {
  color: #ee5e3e;
}
.services__list-item:hover .services__list-link {
  text-decoration: none;
}
.services__list-item:hover:after {
  display: block;
  position: absolute;
  content: '';
  width: 4.72222vw;
  height: 2.36111vw;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2270%22%20height%3D%2236%22%20viewBox%3D%220%200%2070%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%2017.1914L68.6023%2017.1914%22%20stroke%3D%22%23EE5E3E%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M55.082%201L69.0002%2017.1905L55.082%2035%22%20stroke%3D%22%23EE5E3E%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  right: 0;
  top: 30%;
  background-size: contain;
}
.services__list-item:active p, .services__list-item:active h3 {
  color: #cd3412;
}
.services__list-item--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.services__list-item--flex .services__list-title {
  font-size: 3.33333vw;
  line-height: 4.02778vw;
  color: #ee5e3e;
  flex: 1 0 50%;
}
.services__list-item--flex .services__list-text {
  flex: 1 0 50%;
  margin-top: 0;
}
.services__list-item--arrow {
  padding: 1.45833vw 0;
}
.services__list-item--arrow svg {
  display: none;
}
.services__list-item:last-child {
  border-bottom: 1px solid #9c9c9c;
}
.services__list-link {
  font-size: 3.33333vw;
  line-height: 4.02778vw;
  font-weight: 400;
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  display: inline-block;
  max-width: 57.63889vw;
  margin-bottom: 0;
}
.services__list-text {
  font-weight: 400;
  font-size: 1.11111vw;
  margin-top: 1.66667vw;
}
.services__list-detail {
  display: none;
  color: #ee5e3e;
  margin-top: 1.66667vw;
}
.services__list-detail:active {
  color: #cd3412;
}
.services__list-date-desktop {
  margin-right: 7.15278vw;
}
.services__list-date-desktop p {
  font-weight: 400;
}
.services__list-date-desktop p:first-child {
  font-size: 2.22222vw;
  line-height: 2.63889vw;
}
.services__list-date-desktop p:last-child {
  font-size: 1.11111vw;
  line-height: 1.52778vw;
}
.services__list-date-mobile {
  display: none;
}
.services--date .services__list-item {
  display: flex;
  position: relative;
}
.services--date .services__list-link {
  max-width: 63.61111vw;
  font-size: 2.22222vw;
  line-height: 2.63889vw;
  margin-bottom: 1.11111vw;
}
.services--date .services__list-text {
  margin: 0;
}
.services--price .services__list-text {
  font-weight: 700;
}
.services--price .services__list-item:hover p {
  color: #000000;
}
.services--price .services__list-item:hover:after {
  display: none;
}

.price {
  padding: 5.55556vw 0;
}
.price__title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  margin-bottom: 1.11111vw;
}
.price__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3.47222vw;
}
.price__item {
  padding: 2.77778vw 0.83333vw 2.77778vw 1.80556vw;
  min-height: 36.11111vw;
  border: 1px solid #000000;
  border-radius: 0.69444vw;
  color: #000000;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.3s ease;
}
.price__item:hover,
.price__item:focus,
.price__item:active {
  background: #ee5e3e;
  border-color: transparent;
  transition: all 0.3s ease-in-out;
}
.price__item:hover > *,
.price__item:hover .price__link,
.price__item:hover .price__list li {
  color: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease;
}
.price__item--flag {
  position: relative;
  padding: 2.91667vw 1.80556vw 2.77778vw 1.80556vw;
}
.price__item--flag::after {
  content: '';
  position: absolute;
  right: 1.875vw;
  top: -1.04167vw;
  background: url("data:image/svg+xml,%3Csvg width='50' height='98' viewBox='0 0 50 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H50V98L25 73.4032L0 98V0Z' fill='%23EE5E3E'/%3E%3C/svg%3E%0A")
    no-repeat 0 0;
  background-size: contain;
  width: 3.47222vw;
  height: 6.80556vw;
  transition: all 0.3s ease;
}
.price__item--flag:hover::after {
  background: url("data:image/svg+xml,%3Csvg width='50' height='98' viewBox='0 0 50 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H50V98L25 73.4032L0 98V0Z' fill='%23F5F5F5'/%3E%3C/svg%3E%0A")
    no-repeat 0 0;
  width: 3.47222vw;
  height: 6.80556vw;
  background-size: contain;
  transition: all 0.3s ease;
}
.price__caption {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  margin-bottom: 2.63889vw;
}
.price__line {
  width: 100%;
  margin-bottom: 2.77778vw;
}
.price__list {
  list-style-type: disc;
  margin: 1.66667vw 0 auto 0;
  padding-left: 1.04167vw;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
}
.price__list li:not(:first-child) {
  padding-top: 2.08333vw;
}
.price__link {
  margin-top: 3.19444vw;
}
.price__link.btn:hover {
  background-color: #ffffff;
  color: #ee5e3e;
}
.price__num {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  color: #ee5e3e;
  margin-bottom: 0.69444vw;
}
.price__heading {
  font-weight: 400;
  font-size: 3.33333vw;
  line-height: 4.02778vw;
  margin-bottom: 2.08333vw;
}
.price__subheading {
  font-weight: 400;
  font-size: 3.33333vw;
  line-height: 4.02778vw;
  color: #ee5e3e;
  margin-bottom: 1.11111vw;
}
.price__text {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  margin-bottom: auto;
}

.cases {
  padding: 5.55556vw 0;
}

.base-section-cases{
  position: relative;
}

.cases-block {
  padding: 5.55556vw 0;
}
.cases__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.cases__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 5.55556vw 3.47222vw;
  margin: 1.11111vw 0 3.33333vw 0;
}
.cases__item {
  position: relative;
  overflow: hidden;
  border-radius: 0.69444vw;
  transition: all 0.3s ease;
  height: 25.90278vw;
}
.cases__item--xl {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  height: 35.55556vw;
}
.cases__item--xl .cases__info-bottom__title {
  font-size: 3.33333vw;
  line-height: 4.02778vw;
}
.cases__info-left {
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 1.66667vw;
  left: 1.66667vw;
  color: #ffffff;
  max-width: 13.88889vw;
}
.cases__info-left svg {
  width: 4.51389vw;
  height: 4.02778vw;
  margin-bottom: 1.11111vw;
}
.cases__info-left__title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  color: #ffffff;
}
.cases__info-right {
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 1.66667vw;
  right: 1.66667vw;
  max-width: 17.22222vw;
}
.cases__info-right__text {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
}
.cases__info-right__text:not(:last-child) {
  margin-bottom: 1.66667vw;
}
.cases__info-bottom {
  position: absolute;
  bottom: 1.66667vw;
  left: 1.66667vw;
  z-index: 2;
}
.cases__info-bottom__title {
  font-weight: 400;
  font-size: 1.66667vw;
  line-height: 2.01389vw;
  color: #ffffff;
}
.cases__info-bottom__title span.sub_title {
  display: block;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  color: #ffffff;
  margin-bottom: 0.69444vw;
}
.cases__info-bottom__title span.main_title {
  font-size: 3.33333vw;
  line-height: 4.02778vw;
  color: #ffffff;
  font-weight: 400;
}
.cases__item a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all 0.3s ease;
  content: '';
}
.cases__item a:hover:after {
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}
.cases__item a:hover .cases__info-left,
.cases__item a:hover .cases__info-right,
.cases__item a:hover .cases__info-bottom {
  transition: all 0.3s ease;
  opacity: 1;
}
.cases__item a:active .cases__info-right {
  opacity: 0;
}

.slider-section {
  padding: 5.55556vw 0;
  overflow: hidden;
}

.slider.slider-off {
  grid-template-columns: repeat(auto-fill, minmax(17.36111vw, 27.77778vw));
  grid-auto-flow: dense;
}

.slider {
  display: -ms-grid;
  display: grid;
  gap: 3.47222vw;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-auto-flow: column;
  margin-top: 1.11111vw;
}
.slider__item {
  padding: 2.63889vw 2.77778vw 2.98611vw 2.77778vw;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 0.69444vw;
  max-width: 19.09722vw;
  position: relative;
  margin-left: 3.47222vw;
  transition-property: border-color;
  white-space: nowrap;
}
.slider__item:hover {
  border-color: #ee5e3e;
}
.slider__item.active {
  transform: rotateY(180deg);
  background: #ee5e3e;
  border: none;
}
.slider__img svg {
  max-width: 100%;
  height: auto;
}
.slider__title {
  font-weight: 400;
  font-size: 3.33333vw;
  line-height: 4.02778vw;
  text-align: center;
  color: #ee5e3e;
  margin-bottom: 0.55556vw;
}
.slider__subtitle {
  font-size: 1.25vw;
  line-height: 1.52778vw;
  text-align: center;
  color: #000000;
}
.company .slider__title {font-size: 2vw;line-height: 2.5vw;}

.slider__back,
.slider__item,
.slider__front {
  transition: 0.2s ease-in;
  transition-property: transform, border-color, opacity;
}
.slider__back {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: initial;
}
.slider__text {
  margin: 1.66667vw 2vw 0;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  text-align: center;
  color: #ffffff;
}
.slider__item.active .slider__front {
  opacity: 0;
}
.slider__item.active .slider__title {
  color: #ffffff;
}
.slider__item.active .slider__back {
  opacity: 1;
  transform: rotateY(180deg);
}
.slider__progress {
  display: none;
}

.crew {
  overflow-x: hidden;
}
.crew p.base-text {margin-bottom: 6.4vw;}
.crew__title {
  margin-bottom: 3.11111vw;
  /*margin-left: 6.94444vw;*/
  font-size: 1.25vw;
  line-height: 1.52778vw;
}
.crew__item {
  padding: 0;
  width: 18.95833vw!important;
  height: 18.95833vw;
  border: none;
  border-radius: 50%;
  overflow: hidden;
}
.crew__item .slider__front,
.crew__item .slider__img {
  height: 100%;
}
.crew__item .slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.crew__item .slider__back {
  white-space: pre-wrap;
  padding:0 2vw;
}
.crew__item .slider__back .slider__text {
  margin: 0;
}
.crew__item:hover {
  position: relative;
}
.crew__item:hover .slider__front:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.crew__item--just-text {
  background-color: #e5e5e5;
}
.crew__item--just-text .slider__front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.crew__item--just-text .slider__text {
  color: #000000;
  margin: auto 2vw;
  white-space: pre-wrap;
}
.crew__item--just-text.active {
  transform: none;
  background-color: #e5e5e5;
}
.crew__item--just-text.active .slider__front {
  opacity: 1;
}
.crew__item--just-text:hover {
  position: static;
}
.crew__item--just-text:hover .slider__front:after {
  display: none;
}

.accordeon {
  padding-top: 0.69444vw;
}
.accordeon--big .accordeon__body {
  padding-top: 2.91667vw;
}
.accordeon__title {
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 4vw;
  margin-bottom: 1.66667vw;
}
.accordeon__item {
  border-top: 0.06944vw solid #9c9c9c;
  padding: 2.08333vw 0 1.66667vw;
}
.accordeon__item:last-child {
  border-bottom: 0.06944vw solid #9c9c9c;
}
.accordeon__item.active .accordeon__close {
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%221%22%20viewBox%3D%220%200%2024%201%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24%200.999999L0%201L-4.49488e-08%200L24%20-1.02019e-06L24%200.999999Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}
.accordeon__item.active .accordeon__body {
  display: block;
}
.accordeon__header {
  display: flex;
  align-items: center;
  padding-bottom: 0.41667vw;
}
.accordeon__header:hover {
  cursor: pointer;
}
.accordeon__number {
  font-size: 1.25vw;
  line-height: 1.52778vw;
  font-weight: 700;
  color: #ee5e3e;
  margin-right: 9.86111vw;
}
.accordeon__name {
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  font-weight: 700;
}
.accordeon__name-wrapper{
  flex: 1;
}
.accordeon__name-wrapper .accordeon__name {
  font-weight: 400;
  margin-bottom: 0.55556vw;
}
.accordeon__subname {
  font-size: 2.22222vw;
  font-weight: 400;
  line-height: 2.63889vw;
  margin: 0;
}
.accordeon__close {
  border: 0.06944vw solid #000000;
  border-radius: 50%;
  width: 2.77778vw;
  height: 2.77778vw;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.5703%2013.3984V24.5H12.5703V13.3984H24V12.3984H12.5703V0.5H11.5703V12.3984H0V13.3984H11.5703Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: auto;
}
.accordeon__body {
  max-width: 41.66667vw;
  margin-left: 11.11111vw;
  display: none;
}
.accordeon__body p {
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  margin-bottom: 1.73611vw;
}
.accordeon__body p:last-child {
  margin: 0;
}
.accordeon__body h4 {
  margin-bottom: 1.11111vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
}
.accordeon__body ul {
  margin-bottom: 5.06944vw;
  list-style: disc;
  padding-left: 1.18056vw;
}
.accordeon__body li {
  margin-bottom: 1.73611vw;
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.59722vw;
}
.accordeon__body li:last-child {
  margin-bottom: 0;
}
.accordeon__body .btn {
  margin-bottom: 1.66667vw;
}
.accordeon-project {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 6;
  grid-column-end: 9;
}
.accordeon-project__body {
  max-width: 100%;
  margin-left: 0;
}
.accordeon-project__body ul {
  padding-left: 0;
  margin-bottom: 0;
}
.accordeon-project .features__list-number {
  font-weight: 700;
}
.accordeon-project .accordeon__item {
  border-top: 0;
}
.accordeon-project .features__list-title {
  font-weight: 400;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
}

.custom-list {
  padding-top: 0.69444vw;
}
.custom-list--price {
  padding: 1.45833vw 0;
}
.custom-list__item {
  border-top: 0.06944vw solid #9c9c9c;
  padding: 2.70833vw 0;
  display: flex;
  align-items: center;
}
.custom-list__item:last-child {
  border-bottom: 0.06944vw solid #9c9c9c;
}
.custom-list__number {
  font-size: 1.25vw;
  line-height: 1.52778vw;
  font-weight: 700;
  color: #ee5e3e;
  margin-right: 9.86111vw;
}
.custom-list__name {
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  font-weight: 700;
  flex: 1;
}
.custom-list__price {
  margin-left: auto;
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 4vw;
  color: #ee5e3e;
}

.case-page-narrow__img {
  width: 30.06944vw;
  height: 18.88889vw;
  margin-bottom: 3.33333vw;
}
.case-page-narrow__img--ic {
  width: 3.47222vw;
  height: 3.47222vw;
  margin: 0;
  margin-right: 2.01389vw;
}
.case-page-narrow__img--ic:last-child {
  margin: 0;
}
.case-page-narrow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.69444vw;
}

.case-page-narrow__item {
  margin-bottom: 1.66667vw;
}
.case-page-narrow__item:last-child {
  margin: 0;
}
.case-page-narrow__item--margin {
  margin-bottom: 3.33333vw;
}

.case-page-narrow__value {
  margin-bottom: 1.11111vw;
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 4vw;
  color: #ee5e3e;
}
.case-page-narrow__value:last-child {
  margin-bottom: 0;
}

.case-page-narrow__title {
  margin-bottom: 0.55556vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
}
.case-page-narrow__title:last-child {
  margin: 0;
}

.case-page-narrow__description {
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
}

.case-page-narrow__icons {
  display: flex;
  margin-top: 1.11111vw;
}

.case-page__item {
  margin-bottom: 5.55556vw;
}
.case-page__item:last-child {
  margin: 0;
}

.case-page__title {
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 4vw;
  margin-bottom: 1.66667vw;
}

.case-page__list-item {
  display: flex;
  margin-bottom: 1.73611vw;
}
.case-page__list-item:last-child {
  margin: 0;
}

.case-page__number {
  margin-right: 2.70833vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
  color: #ee5e3e;
}

.case-page__name {
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
}

.partners__title {
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 3.9375vw;
  margin-bottom: 2.43056vw;
}

.partners__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  column-gap: 5.83333vw;
}

.partners__item img {
  width: 100%;
}

.clients {
  padding: 5.55556vw 0;
}
.clients__list {
  margin-top: 1.73611vw;
}
.clients__list .str_move {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 2.77778vw;
}
.clients__list--left .str_move {
  gap: 5.55556vw;
}
.clients__list .str_move.str_move_clone {
  margin-left: 2.77778vw;
}
.clients__list .str_move.str_move_clone:last-child {
  margin-right: 2.77778vw;
}
.clients__img {
  filter: grayscale(1);
  transition: filter 0.3s ease;
}
.clients__img:hover {
  transition: filter 0.3s ease;
  filter: grayscale(0);
}
.clients__item:hover .clients__img {
  transition: filter 0.3s ease;
  filter: grayscale(0);
}

.about-block__title {
  font-weight: 400;
  font-size: 3.33333vw;
  line-height: 4.02778vw;
  color: #000000;
}

.about-block__video-wrap {
  margin-top: 3.47222vw;
  position: relative;
  max-width: 63.75vw;
  width: 100%;
  height: 30.83333vw;
}
.about-block__video-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg width='112' height='112' viewBox='0 0 112 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.7' cx='56' cy='56' r='56' fill='white'/%3E%3Cpath d='M78.0996 54.1018C80.0996 55.2565 80.0996 58.1433 78.0996 59.298L46.1496 77.7443C44.1496 78.899 41.6496 77.4556 41.6496 75.1462L41.6496 38.2536C41.6496 35.9442 44.1496 34.5008 46.1496 35.6555L78.0996 54.1018Z' fill='%23EE5E3E'/%3E%3C/svg%3E%0A")
    no-repeat 0 0;
  background-size: contain;
  width: 7.77778vw;
  height: 7.77778vw;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about-block__video-wrap:hover::after {
  filter: grayscale(1);
}
.about-block__video-wrap:active::after {
  transform: translate(-50%, -50%) scale(0.9);
}

.about-block__video-wrap.active::after {
  content: none;
}

.about-block__video {
  width: 100%;
  height: 100%;
  border-radius: 0.69444vw;
  background: #000000;
}

.about-block__list {
  display: -ms-grid;
  display: grid;
  margin-top: 3.33333vw;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3.47222vw;
}

.about-block__text {
  margin-top: 1.11111vw;
  font-weight: 400;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  color: #000000;
}

.reviews {
  overflow-x: hidden;
  padding: 5.55556vw 0;
  position: relative;
}

.reviews-page{
  display: grid;
  grid-template-columns: repeat(2, 41.31944vw);
  margin-top: 1.11111vw;
  grid-gap: 3.47222vw;

}

.reviews-page__item {
  background: #f5f5f5;
  border: 1px solid #000000;
  border-radius: 0.69444vw;
  display: flex;
  padding: 2.77778vw;
  min-height: 20.34722vw;
}

.reviews-page__img-review{
  max-width: 100%;
  height: auto;
}

.reviews-page__img-block{
  margin-top: 2.08333vw;
  margin-right: 1.80556vw;
  border-radius: 50%;
  object-fit: cover;
  flex: 1 0 auto;

}

.reviews-page__video-block.reviews-slider__video-block{
  margin-top: 2.08333vw;
  margin-right: 1.80556vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 8.40278vw;
  height: 8.40278vw;
  object-fit: cover;

}

.reviews-page__text{
  font-weight: 400;
  font-size: 1.52778vw;
  line-height: 1.94444vw;
  color: #000000;
}

.reviews-page__caption{
  font-weight: 700;
  font-size: 1.11111vw;
  line-height: 1.38889vw;
  color: #000000;
}

.reviews-page__caption-block{
  margin-top: 1.73611vw;
}

.reviews-page__link{
  display: block;
  text-align: right;
  margin-top: 2.43056vw;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  font-weight: 400;
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}

.reviews-page-pagination{
  display: flex;
  justify-content: center;
  margin-top: 5.55556vw;
}


.reviews-slider {
  margin-top: 1.11111vw;
}

.reviews-slider-wrapper{
  margin-top: 1.11111vw;
  display: grid;
  grid-template-columns: repeat(2, 41.31944vw);
  grid-gap: 3.47222vw;

}
.reviews-slider__item {
  background: #f5f5f5;
  border: 1px solid #000000;
  border-radius: 0.69444vw;
  display: flex !important;
  align-items: center;
  padding: 4.44444vw 5.55556vw 4.58333vw 5.55556vw;
  min-height: 30.55556vw;
}
.reviews-slider__text-block {width:100%;}

.reviews-slider__img-block,
.reviews-slider__video-block {
  width: 13.33333vw;
  height: 13.33333vw;
  border-radius: 50%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 1.73611vw;
}
.reviews-slider__video-block::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' fill-rule='evenodd' clip-rule='evenodd' d='M30 60C46.5685 60 60 46.5685 60 30C60 13.4315 46.5685 0 30 0C13.4315 0 0 13.4315 0 30C0 46.5685 13.4315 60 30 60ZM42.75 31.991C43.4167 31.6061 43.4167 30.6439 42.75 30.259L23.8125 19.3254C23.1458 18.9405 22.3125 19.4216 22.3125 20.1914L22.3125 42.0586C22.3125 42.8284 23.1458 43.3095 23.8125 42.9246L42.75 31.991Z' fill='white'/%3E%3C/svg%3E%0A")
    no-repeat 0 0;
  background-size: contain;
  width: 4.16667vw;
  height: 4.16667vw;
  transition: all 0.3s ease;
  cursor: pointer;
}
.reviews-slider__video-block:active::after {
  transform: translate(-50%, -50%) scale(0.9);
}
.reviews-slider__video-block.active::after {
  content: none;
}
.reviews-slider__video {
  width: 13.33333vw;
  height: 13.33333vw;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-slider__text {
  font-weight: 400;
  font-size: 2.33333vw;
  line-height: 3.02778vw;
  color: #000000;
}
.reviews-slider__caption {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  color: #000000;
}
.reviews-slider__img {
  max-width: 100%;
  height: auto;
}
.reviews-slider__link {
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  font-weight: 400;
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  align-self: flex-end;
}
.reviews-slider__link:hover {
  color: #ee5e3e;
}
.reviews-slider__link:active {
  color: #cd3412;
}
.reviews-slider__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.33333vw;
}
.reviews-slider-wrap {
  position: relative;
}
.reviews-slider-arrows {
  position: absolute;
  bottom: -6.59722vw;
  left: 6.94444vw;
  display: flex;
  align-items: center;
}
.reviews-slider__arrows {
  cursor: pointer;
  border: 1px solid #000000;
  border-radius: 3.47222vw;
  padding: 1.04167vw 1.66667vw;
  margin-right: 1.11111vw;
}
.reviews-slider__arrows:hover {
  border-color: #ee5e3e;
}
.reviews-slider__arrows:hover svg {
  stroke: #ee5e3e;
}
.reviews-slider__arrows:last-child {
  margin-right: 0;
}
.reviews-slider__arrows svg {
  width: 2.36111vw;
  height: 1.18056vw;
}
.reviews-slider__arrows--left {
  transform: rotate(180deg);
}

.reviews-slider.slick-slider .slick-slide {
  margin-right: 1.73611vw;
}

.research__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.47222vw;
}

.research__img {
  position: relative;
  width: 18.95833vw;
  height: 21.04167vw;
  margin-bottom: 1.66667vw;
}
.research__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.69444vw;
}

.research__number {
  display: flex;
  justify-content: center;
  padding-top: 1.11111vw;
  position: absolute;
  color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2298%22%20viewBox%3D%220%200%2050%2098%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%200H50V98L25%2073.4032L0%2098V0Z%22%20fill%3D%22%23EE5E3E%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.47222vw;
  height: 6.80556vw;
  left: 2.43056vw;
  top: -0.55556vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
}

.research__title {
  display: block;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
  margin-bottom: 1.11111vw;
}
.research__title:hover {
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  color: #000000;
}
.research__title:active {
  text-decoration: none;
  color: #ee5e3e;
}

.research__description {
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
}

.cost-info__list-item {
  display: flex;
  align-items: center;
  padding: 2.77778vw 0;
  border-top: 1px solid rgba(156, 156, 156, 0.5);
}
.cost-info__list-item p {
  flex: 1;
}
.cost-info__list-item:last-child {
  border-bottom: 1px solid rgba(156, 156, 156, 0.5);
}

.cost-info__list-num {
  flex: 0 1 7.98611vw;
}

.cases-charts {
  padding: 5.55556vw 0;
}

.total-works-slider-wrap {
  position: relative;
  padding: 0 0 1.25vw 0;
  margin-top: 1.11111vw;
}

.total-works {
  background-color: #ffffff;
  border-radius: 0.69444vw;
}
.total-works-list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 3.47222vw;
}
.total-works-item {
  max-width: 20.83333vw;
}
.total-works .parent-circle {
  position: relative;
  max-width: 13.75vw;
}
.total-works-info {
  height: 13.88889vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.88889vw;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.total-works-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 2.08333vw 0 0 0.34722vw;
  font-size: 1.04167vw;
}

.parent-circle .inner-circle {
  position: absolute;
  width: 11.94444vw;
  height: 11.94444vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.total-works-info p {
  font-weight: 700;
  font-size: 1.25vw;
  margin: 3.47222vw 0 0 0;
}

.total-works-info span {
  font-size: 3.33333vw;
  margin-top: 1.04167vw;
  font-weight: 700;
}

.blue-stat {
  position: relative;
}

.blue-stat:before {
  position: absolute;
  content: '';
  width: 1.04167vw;
  height: 1.11111vw;
  background-color: #6f95f5;
  left: -1.38889vw;
}

.orange-stat {
  margin-left: 3.47222vw;
  position: relative;
}

.orange-stat:after {
  position: absolute;
  content: '';
  width: 1.04167vw;
  height: 1.11111vw;
  background-color: #ee5e3e;
  left: -1.38889vw;
}

.charts-slider-arrows {
  display: none;
}

.cases-ad-slider-section {
  padding: 5.55556vw 0;
  position: relative;
}
.reviews-slider__company-logo img{width: 205px;}

.c-ad-slider__img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.cases-ad-slider-arrows {
  bottom: -0.69444vw;
}

.promotion {
  background-color: #e5e5e5;
  padding: 5.55556vw 0;
}
.promotion-tabs__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.promotion-tabs__item {
  cursor: pointer;
  font-size: 2.22222vw;
  line-height: 2.63889vw;
  font-weight: 400;
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  margin-bottom: 3.33333vw;
}

.promotion-tabs__item h3 {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
  font-weight: inherit;

}
.promotion-tabs__item:last-child {
  margin-bottom: 0;
}
.promotion-tabs__item.active {
  color: #ee5e3e;
  text-decoration: none;
}
.promotion-tabs__item.active h3 {
  color: inherit;
}
.promotion-tabs__item:hover,
.promotion-tabs__item:active {
  color: #ee5e3e;
}
.promotion-tabs__item:hover h3,
.promotion-tabs__item:active h3 {
  color: inherit;
}
.promotion-desc {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.36111vw, 1fr));
  gap: 5.55556vw;
  margin-bottom: 5.55556vw;
}
.promotion-desc__list {
  padding-left: 1.25vw;
  margin-top: 1.25vw;
  list-style-type: disc;
}
.promotion-spec {
  margin-bottom: 3.33333vw;
}
.promotion-spec__list-item {
  border-color: #9c9c9c;
}
.promotion-spec__list-item:last-child {
  border-color: #9c9c9c;
}
.promotion-price {
  font-weight: 400;
  font-size: 3.33333vw;
  line-height: 4.02778vw;
  color: #ee5e3e;
  margin-bottom: 1.11111vw;
}

.promotion-price span{
  font-weight: 400;
  font-size: 3.33333vw;
  line-height: 4.02778vw;
  color: #ee5e3e;
  margin-bottom: 1.11111vw;
}

.promotion-content__btn {
  text-align: right;
}
.promotion__btn + .promotion__btn {
  margin-left: 1.66667vw;
}

.promotion-tabs__content.active {
  display: block;
}

.promotion-tabs__content {
  display: none;
}

.base-tags {
  padding: 2.77778vw 0;
}
.base-tags__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.66667vw 0 0;
}
.base-tags__item {
  border: 1px solid #000000;
  border-radius: 0.69444vw;
  padding: 0.41667vw 1.11111vw;
  margin: 1.66667vw 1.66667vw 0 0;
  color: #000000;
  font-weight: 400;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
}
.base-tags__item:hover {
  background-color: #ee5e3e;
  color: #ffffff;
  border-color: transparent;
}
.base-tags__item.active {
  background-color: #9c9c9c;
  color: #ffffff;
  border-color: transparent;
}
.base-tags__item:last-child {
  margin-right: 0;
}
.base-tags__item--link {
  font-size: 1.25vw;
  line-height: 1.52778vw;
  font-weight: 700;
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  border: none;
  color: #000000;
  padding: 0.41667vw 0;
}
.base-tags__item--link:hover {
  color: #ee5e3e;
  background-color: inherit;
  border-color: transparent;
}
.base-tags__item--link:active {
  color: #cd3412;
}

.seo-theme {
  padding: 5.55556vw 0;
}
.seo-theme-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3.47222vw;
}
.seo-theme__title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  color: #ee5e3e;
  border-bottom: 1px solid #000;
  padding-bottom: 1.66667vw;
}
.seo-theme__list-wrap {
  margin-top: 1.66667vw;
  display: flex;
  flex-wrap: wrap;
}
.seo-theme__list {
  margin-right: 4.86111vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.seo-theme__item {
  margin-bottom: 2.08333vw;
}
.seo-theme__item:last-child {
  margin-bottom: 0;
}
.seo-theme__item:hover a {
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  color: inherit;
}
.seo-theme__item:active a {
  text-decoration: none;
  color: #cd3412;
}
.seo-theme__item a {
  font-weight: 400;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  color: #000000;
  display: inline-block;
}
.seo-theme-wrap__other {
  margin-top: 1.52778vw;
}
.seo-theme-wrap__other-type {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.61111vw;
}

.analitics-slider-block {
  position: relative;
}

.analitics-slider-wrap {
  padding: 1.11111vw 0 3.88889vw 0;
}

.analitics-slider__img {
  width: 100%;
}

.analitics-slider__descr {
  margin-top: 3.33333vw;
  max-width: 70%;
  margin-left: auto;
  z-index: 1;
}

.analitics-slider-arrows {
  background-color: #f5f5f5;
  width: 17.36111vw;
  height: 7.63889vw;
  z-index: 2;
  bottom: 3.47222vw;
}

.traffic-prom-desc {
  margin-top: 3.33333vw;
}

.traffic-prom__num {
  margin-bottom: 0.69444vw;
  display: inline-block;
}

.traffic-prom__list li {
  margin-top: 0.34722vw;
}

.traffic-prom__list-block ul {
  margin-top: 0.69444vw;
}

.case-promo__img:not(:last-child) {
  margin-bottom: 3.47222vw;
}

.case-promo__img img {
  border-radius: 0.69444vw;
  width: 100%;
}

.system {
  padding: 5.55556vw 0;
}
.system-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.system__title {
  font-weight: 400;
  font-size: 13.88889vw;
  line-height: 120%;
  text-align: center;
  color: #ee5e3e;
}
.system__caption {
  font-weight: 400;
  font-size: 2.22222vw;
  line-height: 2.63889vw;
  text-align: center;
  color: #000000;
}
.system__text {
  max-width: 34.72222vw;
  text-align: center;
}
.system__btn {
  margin-top: 2.36111vw;
}

.general-bs {
  position: relative;
  min-height: 43.75vw;
}
.general-bs__container-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 1.38889vw 0 3.81944vw;
}
.general-bs .container {
  height: 100%;
}
.general-bs__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.general-bs--bg .general-bs__content {
  max-width: 67.36111vw;
}
.general-bs--bg .general-bs__info {
  margin-top: 0;
}
.general-bs--bg img {
  width: 100%;
  height: auto;
}
.general-bs--just-text .general-bs__content {
  max-width: 78.125vw;
}
.general-bs--just-text .general-bs__info {
  padding: 0;
}
.general-bs--wide-text {
  min-height: 38.88889vw;
}
.general-bs--wide-text .general-bs__content {
  max-width: 64.58333vw;
}
.general-bs--wide-text .general-bs__img {
  align-self: flex-start;
}
.general-bs--just-caption {
  min-height: 20.83333vw;
}
.general-bs--just-caption .general-bs__container-wrapper {
  padding: 2.77778vw 0 5.55556vw;
}
.general-bs--just-caption .general-bs__content {
  max-width: 78.125vw;
}
.general-bs__content {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  height: 100%;
}
.general-bs__img {
  max-width: 50%;
}
.general-bs__img img {
  width: 100%;
  height: auto;
}
.general-bs__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 1.38889vw;
  margin-top: auto;
}
.general-bs__caption {
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 4vw;
  margin-bottom: 1.66667vw;
}
.general-bs__description {
  font-size: 2.22222vw;
  font-weight: 400;
  line-height: 2.63889vw;
  margin-bottom: 1.66667vw;
}
.general-bs__social {
  margin-top: auto;
}

.back-form {
  margin: 5.55556vw 0;
  background-color: #e5e5e5;
}
.back-form__content {
  display: flex;
  align-items: center;
  padding: 3.40278vw 0;
}
.back-form__title {
  flex-grow: 1;
  margin-right: 3.47222vw;
  margin-bottom: 0;
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 4vw;
}
.back-form__btn {
  flex-shrink: 0;
}

.blocker {
  z-index: 30;
  padding: 0;
}

.custom-modal {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  padding: 0;
  background-color: #e5e5e5;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.custom-modal a.close-modal {
  top: 3.33333vw;
  right: 4.72222vw;
  width: 2.22222vw;
  height: 2.22222vw;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M33%201L1%2033%22%20stroke%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M1%201L33%2033%22%20stroke%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}
.custom-modal a.close-modal:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M33%201L1%2033%22%20stroke%3D%22%23ee5e3e%22%2F%3E%0A%3Cpath%20d%3D%22M1%201L33%2033%22%20stroke%3D%22%23ee5e3e%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}
.custom-modal__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 63.75vw;
  margin: 0 auto;
  height: 100%;
}
.custom-modal__wrapper--login {
  max-width: 41.31944vw;
}
.custom-modal__wrapper--slider {
  max-width: 86.11111vw;
}
.custom-modal__wrapper--image {
  max-width: none;
  margin: 0;
  display: block;
}
.custom-modal__content {
  margin: auto 0;
  padding: 2.43056vw 0;
}
.custom-modal__title {
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 4vw;
  margin-bottom: 3.33333vw;
}

.back-form-modal__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.66667vw;
  margin-bottom: 1.66667vw;
}

.back-form-modal__email,
.back-form-modal__source {
  margin-bottom: 1.66667vw;
}

.back-form-modal__textarea {
  min-height: 17.15278vw;
  margin-bottom: 1.66667vw;
  resize: none;
}

.back-form-modal__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.login-modal__logo {
  margin-bottom: 3.33333vw;
}
.login-modal__logo svg {
  width: 11.11111vw;
  height: 2.77778vw;
}

.login-modal__input {
  margin-bottom: 1.66667vw;
}

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

.login-modal__link {
  text-decoration: underline;
}
.login-modal__link:hover {
  color: #000000;
  text-decoration: underline;
}

.slider-modal__title {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
  margin-bottom: 1.11111vw;
}

.slider-modal .custom-modal__content {
  margin-bottom: auto;
  padding: 3.47222vw 0 2.43056vw;
}

.slider-modal__slider {
  padding: 0;
  margin-bottom: 3.33333vw;
}

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

.slider-modal__item {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.slider-modal__item img {
  border-radius: 0.69444vw;
  width: 100%;
}

.slider-modal-arrows {
  position: static;
}

.slider-modal__btn {
  margin-left: auto;
}

.image-modal__top {
  height: 15%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #f5f5f5;
}

.image-modal__title {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
  margin-left: 6.94444vw;
  margin-bottom: 1.11111vw;
}

.image-modal__bottom {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-modal__img {
  height: 77%;
}
.image-modal__img img {
  height: 100%;
}

.confirm-modal .custom-modal__wrapper {
  max-width: 86.11111vw;
}

.confirm-modal .custom-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}

.confirm-modal__img {
  margin-bottom: 3.33333vw;
}
.confirm-modal__img svg {
  width: 4.86111vw;
  height: 4.86111vw;
}

.our-social {
  padding: 5.55556vw 0;
}
.our-social__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3.40278vw;
  margin-bottom: 5.55556vw;
}
.our-social__list:last-child {
  margin: 0;
}
.our-social__item {
  display: block;
  width: 18.95833vw;
  height: 18.95833vw;
}
.our-social__item img {
  border-radius: 0.69444vw;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-social__title {
  font-size: 2.22222vw;
  font-weight: 400;
  line-height: 2.63889vw;
  margin-bottom: 1.66667vw;
}

.subscribe__title {
  margin-bottom: 2.43056vw;
}

.subscribe__top {
  margin-bottom: 3.33333vw;
}

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

.comment-form__title {
  margin-bottom: 1.11111vw;
}

.comment-form__description {
  margin-bottom: 3.33333vw;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
}

.comment-form__textarea {
  min-height: 25.20833vw;
  margin-bottom: 1.66667vw;
  resize: none;
}

.comment-form__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.66667vw;
  margin-bottom: 3.33333vw;
}

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

.news-list__title {
  margin-bottom: 1.52778vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
}

.news-list__filter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3.33333vw;
}
.news-list__filter a {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
.news-list__filter a:hover {
  text-decoration: none;
  color: #ee5e3e;
}
.news-list__filter a:active {
  color: #cb5035;
}

.article {
  padding: 8.54167vw 0 5.55556vw;
}
.article__back {
  margin-bottom: 1.66667vw;
  display: inline-block;
}
.article__back svg {
  width: 2.36111vw;
  height: 1.18056vw;
}
.article__back:hover {
  stroke: #ee5e3e;
}
.article__back:active {
  stroke: #cd3412;
}
.article__title {
  margin-bottom: 3.33333vw;
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 4vw;
  max-width: 53.95833vw;
}
.article__menu {
  padding: 2.08333vw 0;
  border-top: 0.06944vw solid #9c9c9c;
  border-bottom: 0.06944vw solid #9c9c9c;
  margin-bottom: 3.33333vw;
}
.article__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.88889vw;
}
.article__info-item {
  display: flex;
  align-items: center;
}
.article__info-item svg {
  width: 2.77778vw;
  height: 2.77778vw;
  margin-right: 0.69444vw;
}
.article__info-item p {
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
}
.article__date-desktop p {
  font-weight: 400;
}
.article__date-desktop p:first-child {
  font-size: 3.33333vw;
  line-height: 4vw;
}
.article__date-desktop p:last-child {
  font-size: 2.22222vw;
  line-height: 2.63889vw;
}
.article__date-mobile {
  display: none;
}
.article__content p,
.article__content li {
  font-weight: 400;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  margin-bottom: 1.73611vw;
}
.article__content p:last-child,
.article__content li:last-child {
  margin: 0;
}
.article__content ul {
  margin: 3.33333vw 0;
}
.article__content ul:first-child {
  margin-top: 0;
}
.article__content ul:last-child {
  margin-bottom: 0;
}
.article__content picture img {
  margin: 3.33333vw 0;
  border-radius: 0.69444vw;
  display: block;
  width: 100%;
}
.article__content picture:first-child img {
  margin-top: 0;
}
.article__content picture:last-child img {
  margin-bottom: 0;
}

.context-ad-slider {
  padding: 5.55556vw 0;
  position: relative;
}
.context-ad-slider__title {
  margin-bottom: 1.11111vw;
}
.context-ad-slider__block {
  overflow: hidden;
}
.context-ad-slider__item img {
  border-radius: 0.69444vw;
  width: 100%;
}
.context-ad-slider__wrap {
  position: relative;
}
.context-ad-slider-arrows {
  position: absolute;
  bottom: -6.59722vw;
  left: 5.90278vw;
  display: flex;
  align-items: center;
}
.context-ad-slider__arrows {
  cursor: pointer;
  border: 1px solid #000000;
  border-radius: 3.47222vw;
  padding: 1.04167vw 1.66667vw;
  margin-right: 1.11111vw;
}
.context-ad-slider__arrows:hover {
  border-color: #ee5e3e;
}
.context-ad-slider__arrows:hover svg {
  stroke: #ee5e3e;
}
.context-ad-slider__arrows:last-child {
  margin-right: 0;
}
.context-ad-slider__arrows svg {
  width: 2.36111vw;
  height: 1.18056vw;
}
.context-ad-slider__arrows--left {
  transform: rotate(180deg);
}
.context-ad-slider .slick-slide {
  margin: 0 1.73611vw;
}

.audit-form__title {
  margin-bottom: 2.43056vw;
}

.audit-form__top {
  display: flex;
}

.audit-form__input {
  margin-right: 1.45833vw;
  max-width: 31.11111vw;
}

.audit-form__btn {
  margin-left: auto;
}

.our-clients-block {
  overflow: hidden;
    width: 86.11111vw;
    margin: 0 auto;
}
.our-clients-block__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  gap: 2.77778vw;
  margin-bottom: 2.77778vw;
  align-items: center;
}
.our-clients-block__list:last-child {
  margin: 0;
}
.our-clients-block__item img {
  width: 100%;
}
.our-clients-block__progress {
  display: none;
}

.in-social {
  padding: 5.55556vw 0;
}
.in-social__list {
  margin-top: 3.47222vw;
  display: flex;
}
.in-social__item {
  display: block;
  width: 18.95833vw;
  height: 18.95833vw;
  margin-right: 3.47222vw;
  position: relative;
}
.in-social__item svg {
  position: absolute;
  width: 2.77778vw;
  height: 2.77778vw;
  top: 0;
  left: 0;
}
.in-social__item:hover circle {
  stroke: #ee5e3e;
}
.in-social__item:hover path {
  fill: #ee5e3e;
}
.in-social__item img {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.in-social__item:last-child {
  margin: 0;
}

.search-block {
  padding: 5.55556vw 0 2.77778vw;
}
.search-block__input {
  border: 0.06944vw solid #000000;
}

.blog-general-item {
  padding: 2.77778vw 0 0.69444vw;
}
.blog-general-item__img {
  margin-bottom: 1.66667vw;
  width: 100%;
  height: 53.61111vw;
}
.blog-general-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.69444vw;
}
.blog-general-item__date {
  margin-bottom: 1.11111vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
}
.blog-general-item__title {
  margin-bottom: 1.66667vw;
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 4vw;
}
.blog-general-item__description {
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
}

.pagination {
  padding-top: 0;
}
.pagination__list {
  display: flex;
  align-items: center;
}
.pagination__item {
  width: 1.80556vw;
  height: 1.80556vw;
  margin-right: 0.55556vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
}
.pagination__item:last-child {
  margin: 0;
}
.pagination__item.active {
  background-color: #000000;
  color: #ffffff;
}

.contact-block {
  padding: 5.55556vw 0;
}
.contact-block__title {
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 4vw;
  margin-bottom: 3.33333vw;
}
.contact-block__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 63.75vw 1fr;
  grid-template-columns: 63.75vw 1fr;
  column-gap: 3.47222vw;
}
.contact-block__map {
  border-radius: 0.69444vw;
}

#map > ymaps {
  border-radius: 0.69444vw;
  overflow: hidden;
}

.contact-block__list {
  margin-bottom: 5.55556vw;
}
.contact-block__list:last-child {
  margin: 0;
}
.contact-block__list-title {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
  margin-bottom: 2.22222vw;
}
.contact-block__item {
  display: flex;
  align-items: center;
  margin-bottom: 1.66667vw;
}
.contact-block__item:last-child {
  margin: 0;
}
.contact-block__item svg {
  width: 2.77778vw;
  height: 2.77778vw;
  margin-right: 1.66667vw;
  flex-shrink: 0;
}
.contact-block__item p,
.contact-block__item a {
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
}
.contact-block__item a {
  display: block;
}
.contact-block__item a:hover {
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  color: #000000;
}
.contact-block__item a:active {
  color: #ee5e3e;
  text-decoration: none;
}
.contact-block__item a.contact-block__item-link {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
.contact-block__item a.contact-block__item-link:hover {
  text-decoration: none;
  color: #ee5e3e;
}
.contact-block__item a.contact-block__item-link:active {
  color: #cb5035;
}
.contact-block__props {
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.88889vw;
}

.diagram {
  position: relative;
}
.diagram__item {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 30.06944vw 1fr;
  grid-template-columns: 30.06944vw 1fr;
  column-gap: 3.47222vw;
}
.diagram__img {
  width: 30.06944vw;
  height: 30.06944vw;
}
.diagram__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.diagram__title {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
  margin-bottom: 2.43056vw;
}
.diagram__info {
  padding-bottom: 3.47222vw;
}
.diagram__list-title {
  font-size: 1.11111vw;
  font-weight: 700;
  line-height: 1.52778vw;
  margin-bottom: 1.11111vw;
}
.diagram__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.73611vw;
}
.diagram__list-item:last-child {
  margin: 0;
}
.diagram__list-item span {
  display: block;
  width: 0.69444vw;
  height: 0.69444vw;
  border-radius: 50%;
  margin-right: 2.70833vw;
}
.diagram__list-item:nth-child(2) span {
  background-color: #44f9d9;
}
.diagram__list-item:nth-child(3) span {
  background-color: #fbc001;
}
.diagram__list-item:nth-child(4) span {
  background-color: #ee5e3e;
}
.diagram__list-item:nth-child(5) span {
  background-color: #737dd1;
}
.diagram__list-item:nth-child(6) span {
  background-color: #e5e5e5;
}
.diagram__list-item p {
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
}
.diagram-slider-arrows {
  left: 33.54167vw;
  bottom: -2.43056vw;
}
.diagram-slider-arrows .slick-disabled {
  border-color: #9c9c9c;
}
.diagram-slider-arrows .slick-disabled svg {
  stroke: #9c9c9c;
}

.confirm {
  position: relative;
}
.confirm .form-confirm {
  display: flex;
}

.form-confirm {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  padding: 0 6.94444vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e5e5;
}
.form-confirm--big {
  flex-direction: column;
  justify-content: center;
}
.form-confirm--big .form-confirm__title {
  margin-bottom: 3.33333vw;
}
.form-confirm__title {
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 4vw;
}

.base__indicator.error {
  border: 1px solid #ee5e3e;
}

.breadcrumbs-section{
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 4.77778vw 0;
}

.breadcrumbs{
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumbs__list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs__item{
  margin-right: 0.69444vw;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
}

.breadcrumbs__item:last-child{
  margin-right: 0;
}

.breadcrumbs__link span{
  color:#ee5e3e;
}

.breadcrumbs__link:hover span{
  color:#cd3412;
}



.breadcrumbs__item.active{
  color: inherit;
}
.breadcrumbs__item svg{
  width: 0.41667vw;
  height: 0.625vw;
}
.breadcrumbs #breadcrumbs span.l-span-b {
  width: calc(100% - 1.04167vw);
  overflow: hidden;
  height: 1.4417vw;
  display: inline-flex;
}

.footer {
  background-color: #f5f5f5;
}

.footer-desktop {
  display: flex;
  padding-top: 5.55556vw;
  padding-bottom: 10.41667vw;
}
.footer-desktop__general {
  max-width: 19.09722vw;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.footer-desktop__logo {
  margin-bottom: 2.84722vw;
}
.footer-desktop__logo svg {
  width: 4.51389vw;
  max-height: 1.11111vw;
  height: auto;
}
.footer-desktop__copyright {
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
  color: #9c9c9c;
}
.footer-desktop__social {
  margin-top: auto;
}
.footer-desktop__menu {
  max-width: 12.5vw;
}
.footer-desktop__menu--left {
  margin-right: auto;
}
.footer-desktop__meta {
  max-width: 27.77778vw;
  /*margin-left: 6.94444vw;*/
  margin-left: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.footer-desktop__login {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.52778vw;
  margin-bottom: 5.83333vw;
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
.footer-desktop__login:hover {
  text-decoration: none;
  color: #ee5e3e;
}
.footer-desktop__login:active {
  color: #cd3412;
}
.footer-desktop__email {
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
  margin-bottom: 4.44444vw;
}
.footer-desktop__email:hover {
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  color: #000000;
}
.footer-desktop__email:active {
  color: #cd3412;
  text-decoration: none;
}
.footer-desktop__politic {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
}
.footer-desktop__politic a {
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 1.52778vw;
  color: #9c9c9c;
}
.footer-desktop__politic a:hover {
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  color: #000000;
}
.footer-desktop__politic a:active {
  color: #cd3412;
  text-decoration: none;
}

.footer-menu__list {
  display: flex;
  flex-direction: column;
}

.footer-menu__title {
  display: block;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.52778vw;
  margin: 1.5vw 0 0.5vw;
}

.footer-menu__title:active {
  text-decoration: none;
  color: #cd3412;
}

.footer-menu__link {
	font-size: 0.8vw;
	font-weight: 400;
	line-height: 1vw;
	margin-bottom: 0.5vw;
}
.footer-menu__link:last-child {
  margin-bottom: 0;
}
.footer-menu__link:hover {
  -webkit-text-decoration: underline #ee5e3e;
  text-decoration: underline #ee5e3e;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  color: #000000;
}
.footer-menu__link:active {
  color: #cb5035;
  text-decoration: none;
}

.social-network {
  display: flex;
}
.social-network__item {
  display: block;
  margin-right: 0.69444vw;
}
.social-network__item:last-child {
  margin-right: 0;
}
.social-network__item svg {
  width: 2.77778vw;
  height: 2.77778vw;
}
.social-network__item:hover circle {
  stroke: #ee5e3e;
}
.social-network__item:hover path {
  fill: #ee5e3e;
}

.footer-mobile {
  display: none;
}

.footer-form {
  margin: 5.55556vw 0;
  background-color: #e5e5e5;
  padding: 3.26389vw 0;
}
.footer-form__title {
  margin-bottom: 3.33333vw;
}
.footer-form__img {
  margin: 3.33333vw 0 1.66667vw 0;
  max-width: 100%;
  height: auto;
}
.footer-form__link {
  margin-top: 2.08333vw;
  display: inline-block;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
}
.footer-form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.66667vw;
  align-items: flex-start;
  margin-bottom: 1.04167vw;
}
.footer-form-row__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer-form__subtitle {
  margin: 2.5vw 0 1.66667vw 0;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.52778vw;
  color: #000000;
}
.footer-form__tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1.66667vw -0.83333vw 0.83333vw -0.83333vw;
}
.footer-form__tag-item {
  margin: 1.66667vw 0.83333vw 0 0.83333vw;
}
.footer-form__tag {
  display: inline-block;
  position: relative;
  margin-bottom: 1.04167vw;
  cursor: pointer;
}
.footer-form__tag span {
  font-weight: 400;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  color: #000000;
  border: 1px solid #000000;
  padding: 0.41667vw 1.11111vw;
  border-radius: 0.69444vw;
  transition: all 0.3s ease;
}
.footer-form__tag span:hover {
  background-color: #ee5e3e;
  border-color: transparent;
  color: #ffffff;
}
.footer-form__tag input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.footer-form__tag input:checked ~ span {
  color: #ffffff;
  background: #9c9c9c;
  border-color: transparent;
}
.footer-form__textarea {
  resize: none;
  min-height: 13.88889vw;
  margin-bottom: 3.33333vw;
}

.cookie-modal.active {
  display: block;
}

.cookie-modal {
  display: none;
  background-color: #e5e5e5;
  padding: 1.38889vw 0;
  font-size: 0.97222vw;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 300;
}
.cookie-modal__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cookie-modal__text {
  font-size: 0.97222vw;
  line-height: 1.59722vw;
}
.cookie-modal__text p {
  margin-bottom: 0.69444vw;
}

.links {
  padding: 5.55556vw 0;
}
.links__list {
  padding: 2.77778vw 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.38889vw;
}
.links__item {
  background: #ee5e3e;
  color: #ffffff;
  padding: 0.69444vw 1.38889vw;
  display: block;
}
.links__item:hover {
  background: #cb5035;
  cursor: pointer;
}
.links__item:hover a {
  color: #ffffff;
}
.links__item a {
  display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335),
  only screen and (min-resolution: 200dpi),
  only screen and (min-resolution: 1.25dppx) {
  .base-section--img {
    background: url('/img/main-services@2x.png') no-repeat 0 8.33333vw;
    background-size: 27.15278vw 34.09722vw;
  }
}

@media screen and (max-width: 1800px) {
  .header-menu__item--dots:hover > .header-menu__link:after {
    border-bottom: 1px solid #ee5e3e;
  }
}

/**
  Десктоп маленький
 */
/**
  Планшет горизонтальный
 */
@media screen and (max-width: 1279px) {
  .container {
    max-width: 100%;
  }
}

/**
  Планшет вертикальный
 */
/**
  Десктопные ховеры для меню
*/
@media screen and (min-width: 621px) {
  .header-menu__item:hover > .header-menu__link {
    color: #000000;
    -webkit-text-decoration: underline #ee5e3e;
    text-decoration: underline #ee5e3e;
  }
  .header-menu__item:hover > .header-menu__link:active {
    color: #ee5e3e;
    text-decoration: none;
  }
  .header-menu__item:hover > .header-submenu {
    display: block;
  }
  .header-menu__link {
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
    text-decoration-thickness: 1px;
    text-underline-position: under;
  }
  .header-submenu:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    right: 0;
    top: -1.52778vw;
    height: 1.52778vw;
    background-color: transparent;
  }
  .header-submenu--2:before {
    left: auto;
    right: 100%;
    top: 0;
    bottom: 0;
    height: auto;
    width: 2.98611vw;
  }
  .header-submenu--2 .header-menu__link svg {
    display: none;
  }
  .header-submenu .header-menu__link {
    text-decoration-thickness: 1px;
    text-underline-position: under;
  }
  .str_wrap {
    height: 150px !important;
  }
}

/**
  Мобильные устройства
 */
 @media screen and (max-width: 991px) {
  .reviews-page__item{
    flex-wrap: wrap;
  }
 }

@media screen and (max-width: 620px) {
  body {
    padding-top: 19.2vw;
  }
  body.modal-open {
    padding-right: 0;
  }
  .btn {
    display: inline-block;
    border-radius: 13.33333vw;
    padding: 3.73333vw 12.8vw;
    font-size: 4.26667vw;
    line-height: 5.33333vw;
  }
  .header-menu {
    display: none;
    position: fixed;
    top: 19.2vw;
    padding-top: 9.06667vw;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    overflow-y: auto;
    margin: 0;
  }
  .header-menu.active {
    display: block;
  }
  .header-menu__item {
    flex-wrap: wrap;
  }
  .header-menu__item-sm-arrow {
    display: block;
    margin-left: auto;
    width: 9.06667vw;
    height: 4.53333vw;
  }
  .header-menu__item--dots > .header-submenu {
    display: block;
  }
  .header-menu__item--dots > .header-submenu > .header-menu__item {
    padding-left: 0;
    margin: 0 0 5.86667vw 0;
  }
  .header-menu__item--dots > .header-submenu > .header-menu__item:last-child {
    margin-bottom: 0;
  }
  .header-menu__item--dots
    > .header-submenu
    > .header-menu__item
    > .header-menu__link {
    font-weight: 700;
  }
  .header-menu__item--dots > .header-menu__link {
    display: none;
  }
  .header-menu__item-arrow.active {
    transform: rotate(90deg);
  }
  .header-menu__link:hover,
  .header-menu__link:active {
    color: #ee5e3e;
  }
  .header-menu__link:hover > svg path,
  .header-menu__link:active > svg path {
    fill: #ee5e3e !important;
  }
  .header-menu__item-arrow {
    display: block;
    margin-left: auto;
    padding: 0.53333vw 1.6vw;
  }
  .header-menu__item-arrow svg {
    width: 2.66667vw;
    height: 3.73333vw;
  }
  .header-menu > .header-menu__item {
    margin: 0 0 5.86667vw 0;
    padding-left: 4.26667vw;
    padding-right: 2.13333vw;
  }
  .header-menu > .header-menu__item > .header-menu__link {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    max-width: calc(100% - 6.86667vw);
    flex-grow: 1;
    font-weight: 700;
  }
  .header-menu > .header-menu__item > .header-submenu {
    margin-top: 4.26667vw;
  }
  .header-menu > .header-menu__item.header-menu__item--dots > .header-submenu {
    margin-top: 0;
  }
  .header-submenu {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 0;
    max-width: none;
    min-width: auto;
  }
  .header-submenu--2 {
    padding-top: 4.26667vw;
  }
  .header-submenu--2 .header-menu__link {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.13333vw;
  }
  .header-submenu--2 .header-menu__link svg {
    display: block;
    flex-shrink: 0;
    margin-left: 1.33333vw;
  }
  .header-submenu.active {
    display: block;
  }
  .header-submenu .header-menu__link {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    width: calc(100% - 10vw);
  }
  .header-submenu .header-menu__item {
    padding-left: 8.53333vw;
    margin-top: 4.26667vw;
  }
  .header-submenu .header-menu__item-arrow {
    padding: 0.53333vw 1.6vw;
    margin-left: auto;
  }
  .header-submenu .header-menu__item-arrow svg {
    width: 2.66667vw;
    height: 3.73333vw;
  }
  .header {
    padding: 6.4vw 0;
    border-bottom: 1px solid #9c9c9c;
  }
  .header__contact {
    display: none;
  }
  .header__logo svg {
    width: 24.8vw;
    max-height: 6.13333vw;
  }
  .header__mobile-btn {
    display: block;
    margin-left: auto;
  }
  .header__mobile-btn .open {
    width: 6.4vw;
    height: 2.13333vw;
  }
  .header__mobile-btn .close {
    width: 6.4vw;
    height: 4.26667vw;
    display: none;
  }
  .header__mobile-btn.active .open {
    display: none;
  }
  .header__mobile-btn.active .close {
    display: block;
  }
  .base-title {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
  }
  .base-text {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    margin-top: 4.26667vw;
  }
  .base-input {
    background-color: #f5f5f5;
    border-radius: 1.33333vw;
    padding: 3.46667vw 4.26667vw;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .base-label {
    padding-left: 12vw;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    padding-top: 0;
  }
  .base__indicator {
    top: 1.33333vw;
    height: 6.4vw;
    width: 6.4vw;
    border-radius: 1.06667vw;
  }
  .base-label--checkbox .base__indicator:after,
  .base-label--checkbox .base__indicator:before {
    top: 2.93333vw;
    width: 5.86667vw;
    height: 0.26667vw;
  }
  .base-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .base-block__left {
    margin-bottom: 6.4vw;
  }
  .base-block--single .base-block__left,
  .base-block--single .base-block__right {
    margin: 0;
  }
  .base-block-suptitle {
    margin-bottom: 1.6vw;
    font-size: 8.53333vw;
    line-height: 10.13333vw;
  }
  .base-block-title {
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 5.86667vw;
    margin-bottom: 0;
  }
  .base-block-subtitle {
    margin-top: 4.26667vw;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .base-block-link {
    text-align: center;
    margin-top: 10.66667vw;
  }
  .base-block-link a {
    width: 100%;
  }
  .base-number {
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .base-text-bold {
    font-weight: 700;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .base-slider__arrows {
    border-radius: 13.33333vw;
    padding: 4vw 6.4vw;
    margin-right: 4.26667vw;
  }
  .base-slider__arrows svg {
    width: 9.06667vw;
    height: 4.53333vw;
  }

  .audit-form-free p.base-text {
    margin-bottom: 4.26667vw;
  }

  .cases-page-arrows{
    top: auto;
    bottom: 0;
    border: 0;
    padding: 0;
  }

  .cases-page-arrows--left{
    left: 4.6vw;
  }

  .cases-page-arrows--right{
    right: 4.6vw;
  }

  .base-subtitle {
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .base-block-img {
    margin-top: 6.4vw;
  }
  .features--line .features__list {
    padding-top: 0;
  }
  .features--small .features__list-title {
    margin: 0;
  }
  .features__title {
    font-weight: 400;
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 10.66667vw;
    word-break: break-word;
  }
  .features__list {
    gap: 6.66667vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .features__list-item {
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .features__list-number {
    margin: 0 0 2.13333vw 0;
  }
  .features__list-line {
    display: none;
  }
  .features__list-title {
    margin: 0 0 4.26667vw 0;
  }
  .features__list-text {
    font-size: 4.26667vw;
  }
  .features__list-btn {
    margin-top: 6.4vw;
  }
  .base-section {
    padding: 10.66667vw 0;
  }
  .base-section--img {
    background: none;
  }
  .services {
    margin-top: 0;
  }
  .services__list-item {
    padding: 4.26667vw 0;
    border-top: 1px solid #9c9c9c;
  }
  .services__list-item:hover:after {
    content: none;
  }
  .services__list-item--arrow {
    padding: 8.26667vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .services__list-item--arrow .services__list-link {
    margin-bottom: 0;
  }
  .services__list-item--arrow svg {
    display: block;
    width: 9.06667vw;
    height: 4.53333vw;
  }
  .services__list-link:active ~ svg {
    stroke: #ee5e3e;
  }
  .services__list-item:first-child {
    border-top: none;
    padding-top: 0;
  }
  .services__list-item--flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .services__list-item--flex:first-child {
    border-top: 1px solid #9c9c9c;
    padding-top: 1.66667vw;
  }
  .services__list-item--flex .services__list-title {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    flex: 100%;
  }
  .services__list-item--flex .services__list-text {
    flex: 100%;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .services__list-link {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 4.26667vw;
    text-decoration: none;
    max-width: 88vw;
  }
  .services__list-text {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .services__list-detail {
    display: inline-block;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    margin-top: 4.26667vw;
  }
  .services__list-date-desktop {
    display: none;
  }
  .services__list-date-mobile {
    display: block;
    font-size: 4.26667vw;
    font-weight: 400;
    line-height: 5.86667vw;
    margin-bottom: 4.26667vw;
  }
  .services--date .services__list-item {
    display: block;
    border-top: 0.26667vw solid #9c9c9c;
    padding-top: 4.26667vw;
  }
  .services--date .services__list-link {
    max-width: none;
    font-size: 6.4vw;
    line-height: 7.73333vw;
    margin-bottom: 4.26667vw;
  }
  .services--date .services__list-link:hover:after {
    display: none;
  }
  .price {
    padding: 10.66667vw 0;
  }
  .price__title {
    font-size: 4.8vw;
    line-height: 5.86667vw;
    margin-bottom: 6.4vw;
  }
  .price__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10.66667vw;
  }
  .price__item {
    padding: 6.4vw 4.26667vw 10.66667vw 4.26667vw;
    min-height: 91.2vw;
    border: 1px solid #000000;
    border-radius: 2.66667vw;
  }
  .price__item--flag {
    padding: 8vw 4.26667vw 10.66667vw 4.26667vw;
    min-height: 122.66667vw;
  }
  .price__item--flag::after {
    right: 8vw;
    top: -2.66667vw;
    width: 13.06667vw;
    height: 18.4vw;
  }
  .price__item--flag:hover::after {
    right: 8vw;
    top: -2.66667vw;
    width: 13.06667vw;
    height: 18.4vw;
  }
  .price__caption {
    font-size: 4.8vw;
    line-height: 5.86667vw;
    margin-bottom: 7.46667vw;
  }
  .price__line {
    margin-bottom: 9.06667vw;
  }
  .price__list {
    margin: 4.26667vw 0 auto 0;
    padding-left: 5.33333vw;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .price__list li:not(:first-child) {
    padding-top: 8.53333vw;
  }
  .price__num {
    font-size: 4.8vw;
    line-height: 5.86667vw;
    margin-bottom: 1.33333vw;
  }
  .price__heading {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 6.4vw;
  }
  .price__subheading {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 4.26667vw;
  }
  .price__text {
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .price__link {
    background-color: #ee5e3e;
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin-top: 12vw;
  }
  .cases {
    padding: 10.66667vw 0;
  }
  .cases-block {
    padding: 10.66667vw 0;
  }
  .cases__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-bottom: 10.66667vw;
  }
  .cases__item {
    height: 55.46667vw;
    border-radius: 2.66667vw;
  }
  .cases__item--xl {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    height: 55.46667vw;
  }
  .cases__item--xl .cases__info-bottom__title {
    font-size: 5.33333vw;
    line-height: 9.33333vw;
  }
  .cases__info-left,
  .cases__info-right {
    display: none;
  }
  .cases__info-bottom {
    bottom: 4.26667vw;
    left: 6.4vw;
  }
  .cases__info-bottom__title {
    font-weight: 700;
    font-size: 5.33333vw;
    line-height: 9.33333vw;
  }
  .cases__info-bottom__title span {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    margin-bottom: 2.13333vw;
    color: #ffffff;
  }
  .cases__info-bottom__title span.sub_title {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    margin-bottom: 2.13333vw;
    color: #ffffff;
    font-weight: 700;
  }
  .cases__info-bottom__title span.main_title {
    font-size: 5.33333vw;
    line-height: 9.33333vw;
    font-weight: 700;
  }

  .c-ad-slider__img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .slider-section {
    padding: 10.66667vw 0;
  }
  .slider {
    display: -ms-grid;
    display: grid;
    gap: 5.33333vw;
    margin-top: 3.71111vw;
  }
  .slider__img {
    margin-bottom: 4vw;
  }
  .slider__item {
    padding: 5.33333vw 13.33333vw 5.33333vw 13.33333vw;
    border-radius: 2.66667vw;
    max-width: 66.66667vw;
    margin-left: 5.33333vw;
    white-space: inherit;
  }
  .slider__title {
    font-size: 8.53333vw;
    line-height: 2.63889vw;
    margin-bottom: 2.66667vw;
  }
  .company .slider__title {font-size: 8.53333vw;line-height: 8.5vw;}
  .slider__subtitle {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .slider__text {
    margin: 5.86667vw 5vw 0;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .company .slider__text {font-size: 3.26667vw;}
  .company .crew__item .slider__back {padding: 0 5vw;}
  .slider__progress {
    display: block;
    width: calc(100% - 20px);
    height: 8px;
    background-image: linear-gradient(to right, #9c9c9c, #9c9c9c);
    background-repeat: no-repeat;
    background-size: 12% 100%;
    transition: background-size 0.4s ease-in-out;
    background-color: #e5e5e5;
    border-radius: 50px;
    margin: 6.4vw 2.66667vw 0 2.66667vw;
  }
  .crew__title {
    margin-bottom: 6.4vw;
    /*margin-left: 4vw;*/
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .crew__item {
    padding: 0;
    width: 64.8vw!important;
    height: 64.8vw;
    border-radius: 50%;
  }
  .accordeon {
    padding-top: 0;
  }
  .accordeon--big .accordeon__body {
    padding-top: 8.8vw;
  }
  .accordeon__title {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 5.86667vw;
    margin-bottom: 6.4vw;
    margin-top: 14.93333vw;
  }
  .accordeon__item {
    border-top: 0.26667vw solid #9c9c9c;
    padding: 5.86667vw 0;
  }
  .accordeon__item:last-child {
    border-bottom: 0.26667vw solid #9c9c9c;
  }
  .accordeon__header {
    padding: 0;
  }
  .accordeon__number {
    font-size: 4.8vw;
    line-height: 5.86667vw;
    margin-right: 7.46667vw;
  }
  .accordeon__name {
    margin-right: 0;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    max-width: 61.33333vw;
  }
  .accordeon__name-wrapper .accordeon__name {
    margin-bottom: 2.13333vw;
  }
  .accordeon__subname {
    font-size: 6.4vw;
    line-height: 7.73333vw;
  }
  .accordeon__close {
    width: 10.66667vw;
    height: 10.66667vw;
    border: 0.26667vw solid #000000;
  }
  .accordeon__body {
    padding: 5.86667vw 0 0.53333vw;
    max-width: none;
    margin: 0;
  }
  .accordeon__body p {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    margin-bottom: 6.66667vw;
  }
  .accordeon__body h4 {
    margin-bottom: 4.26667vw;
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .accordeon__body ul {
    margin-bottom: 6.4vw;
    padding-left: 5.86667vw;
  }
  .accordeon__body li {
    margin-bottom: 6.66667vw;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .accordeon__body .btn {
    margin: 6.4vw 0 4.8vw;
    width: 100%;
  }
  .accordeon-project {
    -ms-grid-column: auto;
    grid-column-start: auto;
    -ms-grid-column-span: NaN;
    grid-column-end: auto;
  }
  .accordeon-project .features__list-title {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .accordeon-project .accordeon__body ul {
    padding-left: 0;
  }
  .accordeon-project .accordeon__body li {
    margin-bottom: 0;
  }
  .custom-list {
    padding-top: 0;
  }
  .custom-list--price {
    padding: 6.4vw 0;
  }
  .custom-list--price .custom-list__item {
    display: block;
  }
  .custom-list--price .custom-list__name {
    margin-bottom: 2.13333vw;
  }
  .custom-list__item {
    border-top: 0.26667vw solid #9c9c9c;
    padding: 5.86667vw 0;
  }
  .custom-list__item:last-child {
    border-bottom: 0.26667vw solid #9c9c9c;
  }
  .custom-list__number {
    font-size: 4.8vw;
    line-height: 5.86667vw;
    margin-right: 7.46667vw;
  }
  .custom-list__name {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .custom-list__price {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
  }
  .case-page-narrow__img {
    margin-bottom: 10.66667vw;
    width: 91.46667vw;
    height: 57.6vw;
  }
  .case-page-narrow__img--ic {
    width: 13.33333vw;
    height: 13.33333vw;
    margin: 0;
    margin-right: 7.73333vw;
  }
  .case-page-narrow__img img {
    border-radius: 2.66667vw;
  }
  .case-page-narrow__icons {
    margin-bottom: 14.93333vw;
  }
  .case-page-narrow__item {
    margin-bottom: 6.4vw;
  }
  .case-page-narrow__item--margin {
    margin-bottom: 4.26667vw;
  }
  .case-page-narrow__value {
    margin-bottom: 2.13333vw;
    font-size: 8.53333vw;
    line-height: 10.13333vw;
  }
  .case-page-narrow__title {
    margin-bottom: 2.13333vw;
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .case-page-narrow__description {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .case-page-narrow__icons {
    margin-top: 4.26667vw;
  }
  .case-page__item {
    margin-bottom: 21.33333vw;
  }
  .case-page__title {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 4.26667vw;
  }
  .case-page__list-item {
    display: block;
    margin-bottom: 6.66667vw;
  }
  .case-page__number {
    margin: 0;
    margin-bottom: 2.13333vw;
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .case-page__name {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .partners__title {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 12.53333vw;
    word-break: break-all;
  }
  .partners__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 11.46667vw 15.2vw;
  }
  .clients {
    padding: 10.66667vw 0;
  }
  .clients__list {
    margin-top: 4.26667vw;
    padding: 0 5.33333vw;
  }
  .clients__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 5.33333vw;
  }
  .clients__list--left {
    display: none;
  }
  .str_wrap img {
    max-width: 100% !important;
    height: auto;
  }
  .about-block__title {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
  }
  .about-block__video-wrap {
    margin-top: 10.66667vw;
    max-width: 91.46667vw;
    height: 55.46667vw;
    border-radius: 2.66667vw;
  }
  .about-block__video-wrap::after {
    background-size: contain;
    width: 21.33333vw;
    height: 21.33333vw;
  }
  .about-block__video {
    border-radius: 2.66667vw;
    height: 100%;
  }
  .about-block__list {
    margin-top: 10.66667vw;
    gap: 6.4vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-block__text {
    margin-top: 1.11111vw;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .reviews {
    padding: 10.66667vw 0;
  }

  .reviews-page{
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.66667vw;
    grid-gap: 13.33333vw;
   }

   .reviews-page__item {
    padding: 4vw;
    min-height: auto;
    border-radius: 2.66667vw;

  }

  .reviews-page__img-block, .reviews-page__video-block.reviews-slider__video-block{
   display: none;
  }

  .reviews-page__text{
    font-size: 5.86667vw;
    line-height: 7.46667vw;
  }

  .reviews-slider__text-block {width:100%;}
  
  .reviews-page__caption{
    font-size: 4.26667vw;
    line-height: 5.33333vw;
  }

  .reviews-page__link{
    font-size: 3.73333vw;
    line-height: 5.86667vw;
  }


  .reviews-slider-wrap {
    margin-top: 24vw;
  }
  .reviews-slider__item {
    border-radius: 2.66667vw;
    margin: 0 6.93333vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4.26667vw;
    padding: 1.33333vw 4.26667vw 6.4vw 4.26667vw;
    min-height: 113.55556vw;
  }
  .reviews-slider__img-block,
  .reviews-slider__video-block {
    display: none;
  }
  .reviews-slider__text {
    font-size: 5.53333vw;
    line-height: 8.13333vw;
  }
  .reviews-slider__caption {
    font-size: 3.8vw;
    line-height: 5.86667vw;
  }
  .reviews-slider__link {
    font-size: 3.73333vw;
    display: inline-block;
    line-height: 5.86667vw;
    align-self: flex-start;
    margin-top: 4vw;
  }
  .reviews-slider__link:hover,
  .reviews-slider__link:active {
    color: #ee5e3e;
  }
  .reviews-slider__row {
    flex-direction: column;
    margin-top: 6.4vw;
  }
  .reviews-slider-arrows {
    top: -18.66667vw;
    bottom: inherit;
  }
  .reviews-slider__arrows {
    border-radius: 13.33333vw;
    padding: 4vw 6.4vw;
    margin-right: 4.26667vw;
  }
  .reviews-slider__arrows svg {
    width: 9.06667vw;
    height: 4.53333vw;
  }
  .reviews-slider.slick-slider .slick-slide {
    margin-right: 13.33333vw;
  }
  .traffic-prom-desc {
    margin-top: 6.4vw;
  }
  .traffic-prom__num {
    margin-bottom: 2.66667vw;
    display: inline-block;
  }
  .traffic-prom__list li {
    margin-top: 1.33333vw;
  }
  .traffic-prom__list-block ul {
    margin-top: 2.66667vw;
  }
  .case-promo__img {
    margin-bottom: 2.66667vw;
  }
  .case-promo__img img {
    border-radius: 2.66667vw;
  }
  .system {
    padding: 21.33333vw 0;
  }
  .system-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .system__title {
    font-size: 35.73333vw;
  }
  .system__caption {
    font-size: 6.4vw;
    line-height: 7.73333vw;
  }
  .system__text {
    max-width: 90.66667vw;
  }
  .system__btn {
    margin-top: 6.4vw;
  }
  .general-bs {
    padding: 5.33333vw 0 10.66667vw;
  }
  .general-bs__container-wrapper {
    position: static;
    padding: 0;
  }
  .general-bs__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .general-bs__img {
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 1.33333vw;
    max-width: none;
    width: calc(100% + 8.53333vw);
    margin: 0 -4.26667vw;
  }
  .general-bs--wide-text .general-bs__img {
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
    margin-bottom: 4.8vw;
    max-width: 66.66667vw;
    width: 100%;
  }
  .general-bs--just-text {
    padding-top: 21.33333vw;
  }
  .general-bs--just-caption {
    padding: 21.33333vw 0 10.66667vw;
  }
  .general-bs--just-caption .btn {
    width: 100%;
  }
  .general-bs--just-caption .general-bs__content {
    max-width: none;
  }
  .general-bs--just-caption .general-bs__container-wrapper {
    padding: 0;
  }
  .general-bs--bg .general-bs__content,
  .general-bs--just-text .general-bs__content,
  .general-bs--wide-text .general-bs__content {
    max-width: none;
  }
  .general-bs__content {
    max-width: none;
    order: 1;
  }
  .general-bs__info {
    padding: 0;
  }
  .general-bs__caption {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 0;
  }
  .general-bs__description {
    font-size: 6.4vw;
    line-height: 7.73333vw;
    margin-top: 4.26667vw;
    margin-bottom: 0;
  }
  .general-bs .btn {
    width: 100%;
    margin-top: 10.66667vw;
  }
  .general-bs__social {
    display: none;
  }
  .research__list {
    display: block;
  }
  .research__item {
    margin-bottom: 12.8vw;
  }
  .research__item:last-child {
    margin: 0;
  }
  .research__img {
    width: 91.46667vw;
    height: 101.6vw;
    margin-bottom: 6.4vw;
    max-width: 100%;
  }
  .research__img img {
    border-radius: 2.66667vw;
  }
  .research__number {
    padding-top: 2.13333vw;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2298%22%20viewBox%3D%220%200%2050%2098%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%200H50V98L25%2073.4032L0%2098V0Z%22%20fill%3D%22%23EE5E3E%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    width: 13.33333vw;
    height: 26.13333vw;
    left: 4.26667vw;
    top: -2.13333vw;
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .research__title {
    font-size: 4.8vw;
    line-height: 5.86667vw;
    margin-bottom: 4.26667vw;
  }
  .research__description {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .cost-info__list-item {
    padding: 5.86667vw 0;
  }
  .cost-info__list-num {
    flex: 1 0 8vw;
    margin-right: 4.8vw;
  }
  .cases-charts {
    padding: 21.33333vw 0;
  }
  .total-works-slider-wrap {
    position: relative;
    padding: 0 0 6.4vw 0;
    margin-top: 0;
  }
  .total-works {
    background-color: #ffffff;
    border-radius: 2.66667vw;
  }
  .total-works-list {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 5.33333vw;
  }
  .total-works-item {
    max-width: 80vw;
  }
  .total-works .parent-circle {
    position: relative;
    max-width: 52.8vw;
    margin: 0 auto;
  }
  .total-works-info {
    height: 53.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 53.33333vw;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .total-works-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 8vw 0 0 1.33333vw;
    font-size: 4vw;
  }
  .parent-circle .inner-circle {
    position: absolute;
    width: 45.86667vw;
    height: 45.86667vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .total-works-info p {
    font-weight: 600;
    font-size: 4.8vw;
    margin: 13.33333vw 0 0 0;
  }
  .total-works-info span {
    font-size: 12.8vw;
    margin-top: 5.33333vw;
    font-weight: 600;
  }
  .blue-stat {
    position: relative;
  }
  .blue-stat:before {
    position: absolute;
    content: '';
    width: 4vw;
    height: 4.26667vw;
    background-color: #6f95f5;
    left: -5.33333vw;
  }
  .orange-stat {
    margin-left: 13.33333vw;
    position: relative;
  }
  .orange-stat:after {
    position: absolute;
    content: '';
    width: 4vw;
    height: 4.26667vw;
    background-color: #ee5e3e;
    left: -5.33333vw;
  }
  .charts-slider-arrows {
    display: flex;
    bottom: -12vw;
  }
  .cases-ad-slider-section {
    padding: 0 0 21.33333vw 0;
  }

  .c-ad-slider__img{
    width: 100%;
    height: 57vw;
    object-fit: cover;
  }

  
  .cases-ad-slider-wrap {
    padding: 0;
  }
  .promotion {
    background-color: #e5e5e5;
    padding: 10.66667vw 0;
    margin-top: 4vw;
  }
  .promotion-tabs__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    max-width: 93.33333vw;
  }
  .promotion-tabs__item {
    font-size: 6.4vw;
    line-height: 7.73333vw;
    margin: 0 0 6.4vw 0;
    flex: 50%;
  }
  .promotion-desc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 10.66667vw;
  }
  .promotion-desc__list {
    padding-left: 4.8vw;
    margin-top: 1.25vw;
  }
  .promotion-spec {
    margin-bottom: 12.8vw;
  }
  .promotion-spec__list {
    margin-top: 6.4vw;
  }
  .promotion-spec__list-item p {
    flex: 80%;
  }
  .promotion-price {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 10.66667vw;
  }

  .promotion-price span{
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 10.66667vw;
  }
  .promotion-content__btn {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .promotion__btn + .promotion__btn {
    margin-left: 0;
  }
  .promotion__btn {
    width: 100%;
  }
  .promotion__btn:last-child {
    order: -1;
    margin-top: 6.4vw;
  }
  .seo-theme {
    padding: 21.33333vw 0;
  }
  .seo-theme-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10.66667vw;
  }
  .seo-theme__title {
    font-size: 4.8vw;
    line-height: 5.86667vw;
    border-color: #9c9c9c;
    padding-bottom: 4.26667vw;
  }
  .seo-theme__list-wrap {
    margin-top: 4.26667vw;
    flex-direction: column;
  }
  .seo-theme__list {
    margin-right: 0;
  }
  .seo-theme__item {
    margin-bottom: 8vw;
  }
  .seo-theme__item:last-child {
    margin-bottom: 0;
  }
  .seo-theme__item a {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    text-underline-position: under;
    -webkit-text-decoration: underline #000000;
    text-decoration: underline #000000;
  }
  .seo-theme-wrap__other {
    margin-top: 0;
  }
  .seo-theme-wrap__other-type {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10.66667vw;
  }
  .analitics-slider-wrap {
    padding: 4.26667vw 0 14.93333vw 0;
  }
  .analitics-slider__img {
    max-width: 100%;
    height: auto;
  }
  .analitics-slider__descr {
    margin-top: 3.33333vw;
    max-width: 100%;
    margin-left: auto;
    z-index: 1;
  }
  .analitics-slider-arrows {
    background-color: transparent;
    width: auto;
    height: auto;
    z-index: 2;
    bottom: -8vw;
  }
  .base-tags {
    padding: 10.66667vw 0;
  }
  .base-tags__list {
    margin: 0 -4.26667vw 0 0;
  }
  .base-tags__item {
    border-radius: 2.66667vw;
    padding: 1.6vw 4.26667vw;
    margin: 4.26667vw 4.26667vw 0 0;
    font-size: 4.26667vw;
    line-height: 5.33333vw;
  }
  .base-tags__item:last-child {
    margin-right: 0;
  }
  .base-tags__item--link {
    font-size: 4.26667vw;
    line-height: 5.33333vw;
    font-weight: 400;
    padding: 1.6vw 0;
  }
  .custom-modal a.close-modal {
    top: 7.2vw;
    right: 4.26667vw;
    width: 4.26667vw;
    height: 4.26667vw;
  }
  .custom-modal__wrapper {
    max-width: none;
    margin: 0 4.26667vw;
  }
  .custom-modal__content {
    margin: auto 0 0;
    padding: 16vw 0 6.4vw;
  }
  .custom-modal__title {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 6.4vw;
  }
  .back-form {
    margin: 10.66667vw 0;
  }
  .back-form__content {
    display: block;
    padding: 10.66667vw 0;
  }
  .back-form__title {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin: 0;
    margin-bottom: 6.4vw;
  }
  .back-form__btn {
    width: 100%;
    text-align: center;
  }
  .back-form-modal__top {
    display: block;
    margin-bottom: 4.26667vw;
  }
  .back-form-modal__input {
    margin-bottom: 4.26667vw;
  }
  .back-form-modal__input:last-child {
    margin: 0;
  }
  .back-form-modal__textarea {
    min-height: 49.33333vw;
    margin-bottom: 4.53333vw;
  }
  .back-form-modal__bottom {
    flex-direction: column;
  }
  .back-form-modal__btn {
    margin: 6.4vw 0 0;
    width: 100%;
  }
  .call-back-modal .back-form-modal__btn {
    margin-top: 32.53333vw;
    margin-bottom: 0;
  }
  .login-modal__logo {
    margin-bottom: 6.4vw;
  }
  .login-modal__logo svg {
    width: 42.66667vw;
    height: 10.66667vw;
  }
  .login-modal__input {
    margin-bottom: 4.26667vw;
  }
  .login-modal__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .login-modal__btn {
    margin-top: 45.06667vw;
    margin-bottom: 0;
    width: 100%;
  }
  .slider-modal__title {
    font-size: 4.8vw;
    line-height: 5.86667vw;
    margin-bottom: 6.4vw;
  }
  .slider-modal .custom-modal__content {
    margin-bottom: auto;
  }
  .slider-modal__slider {
    margin-bottom: 6.4vw;
  }
  .slider-modal__bottom {
    display: flex;
    flex-direction: column;
  }
  .slider-modal__item img {
    border-radius: 2.66667vw;
  }
  .slider-modal-arrows {
    margin-bottom: 6.4vw;
  }
  .slider-modal__btn {
    margin: 0;
  }
  .image-modal .custom-modal__wrapper {
    margin: 0;
  }
  .image-modal__title {
    font-size: 4.8vw;
    line-height: 5.86667vw;
    margin: 0 4.26667vw 1.11111vw;
  }
  .image-modal__bottom {
    padding: 4.26667vw;
    justify-content: flex-start;
    height: initial;
  }

  .image-modal__bottom img {
    max-width: 100%;
  }

  .image-modal__img {
    width: 100%;
  }
  .image-modal__img img {
    width: 100%;
    height: auto;
  }
  .confirm-modal .custom-modal__wrapper {
    justify-content: center;
    max-width: none;
  }
  .confirm-modal .custom-modal__title {
    text-align: center;
  }
  .confirm-modal__img {
    margin-bottom: 6.4vw;
  }
  .confirm-modal__img svg {
    width: 18.66667vw;
    height: 18.66667vw;
  }
  .our-social {
    padding: 10.66667vw 0;
  }
  .our-social__list {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10.66667vw;
    margin-bottom: 21.33333vw;
  }
  .our-social__list:last-child {
    margin: 0;
  }
  .our-social__item {
    width: 91.46667vw;
    height: 91.46667vw;
  }
  .our-social__item--first {
    width: auto;
    height: auto;
    order: -1;
  }
  .our-social__item img {
    border-radius: 2.66667vw;
  }
  .our-social__title {
    font-size: 6.4vw;
    line-height: 7.73333vw;
    margin-bottom: 6.4vw;
  }
  .subscribe__title {
    margin-bottom: 6.4vw;
  }
  .subscribe__top {
    margin-bottom: 6.4vw;
  }
  .subscribe__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .subscribe__btn {
    width: 100%;
    order: -1;
    margin-bottom: 6.4vw;
  }
  .comment-form__title {
    margin-bottom: 4.26667vw;
  }
  .comment-form__description {
    margin-bottom: 6.4vw;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .comment-form__textarea {
    min-height: 64.26667vw;
    margin-bottom: 6.4vw;
  }
  .comment-form__top {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 6.4vw;
    margin-bottom: 6.4vw;
  }
  .comment-form__bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .comment-form__btn {
    order: -1;
    width: 100%;
    margin-bottom: 6.4vw;
  }
  .news-list__title {
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .news-list__filter {
    display: none;
  }
  .article {
    padding: 10.66667vw 0;
  }
  .article__back {
    margin-bottom: 6.4vw;
  }
  .article__back svg {
    width: 9.06667vw;
    height: 4.53333vw;
  }
  .article__title {
    margin-bottom: 10.66667vw;
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    max-width: none;
  }
  .article__menu {
    padding: 6.4vw 0;
    border-top: 0.26667vw solid #9c9c9c;
    border-bottom: 0.26667vw solid #9c9c9c;
    margin-bottom: 7.2vw;
  }
  .article__menu .social-network {
    display: none;
  }
  .article__info {
    display: block;
  }
  .article__info-item {
    margin-bottom: 4.26667vw;
  }
  .article__info-item svg {
    width: 10.66667vw;
    height: 10.66667vw;
    margin-right: 2.66667vw;
  }
  .article__info-item p {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .article__info-item:last-child {
    margin: 0;
  }
  .article__date-desktop {
    display: none;
  }
  .article__date-mobile {
    display: block;
    font-size: 6.4vw;
    font-weight: 400;
    line-height: 7.73333vw;
  }
  .article__content p,
  .article__content li {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    margin-bottom: 6.4vw;
  }
  .article__content ul {
    margin: 6.4vw 0;
  }
  .article__content picture img {
    margin: 6.4vw 0;
    border-radius: 2.66667vw;
    display: block;
  }
  .context-ad-slider {
    padding: 10.66667vw 0 29.86667vw;
  }
  .context-ad-slider__title {
    margin-bottom: 6.4vw;
  }
  .context-ad-slider .slick-list {
    max-width: 88.8vw;
    overflow: visible;
    padding: 0 !important;
    margin-left: 3.46667vw;
  }
  .context-ad-slider .slick-slide {
    margin: 0;
    margin-right: 3.46667vw;
  }
  .context-ad-slider__item img {
    border-radius: 2.66667vw;
  }
  .context-ad-slider-arrows {
    bottom: -19.73333vw;
    left: 4.26667vw;
  }
  .context-ad-slider__arrows {
    border-radius: 13.33333vw;
    padding: 4vw 6.4vw;
    margin-right: 4.26667vw;
  }
  .context-ad-slider__arrows svg {
    width: 9.06667vw;
    height: 4.53333vw;
  }
  .audit-form__title {
    margin-bottom: 6.4vw;
  }
  .audit-form__top {
    display: block;
  }
  .audit-form__input {
    margin-right: 0;
    margin-bottom: 4.26667vw;
    max-width: none;
  }
  .audit-form__input:last-of-type {
    margin-bottom: 6.4vw;
  }
  .audit-form__btn {
    width: 100%;
  }
  .audit-form.confirm {
    min-height: 62.4vw;
  }
  .audit-form.confirm .container {
    display: none;
  }
  .our-clients-block {
    padding: 5.33333vw 0 10.66667vw;
  }
  .our-clients-block__list {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10vw;
    margin-bottom: 0;
  }
  .our-clients-block__progress {
    display: block;
    width: 94.66667vw;
    height: 2.13333vw;
    background-image: linear-gradient(to right, #9c9c9c, #9c9c9c);
    background-repeat: no-repeat;
    background-size: 12% 100%;
    transition: background-size 0.4s ease-in-out;
    background-color: #e5e5e5;
    border-radius: 50px;
    margin: 6.4vw 2.66667vw 0;
  }
  .in-social {
    padding: 10.66667vw 0;
  }
  .in-social__list {
    margin-top: 10.66667vw;
    flex-direction: column;
    align-items: center;
  }
  .in-social__item {
    width: 72.8vw;
    height: 72.8vw;
    margin: 0;
    margin-bottom: 10.66667vw;
  }
  .in-social__item:last-child {
    margin: 0;
  }
  .in-social__item svg {
    width: 10.66667vw;
    height: 10.66667vw;
  }
  .search-block {
    padding: 10.66667vw 0 5.33333vw;
  }
  .search-block__input {
    border: 0.26667vw solid #000000;
  }
  .blog-general-item {
    padding: 5.33333vw 0 10.66667vw;
  }
  .blog-general-item__img {
    margin-bottom: 4.26667vw;
    height: 57.33333vw;
  }
  .blog-general-item__img img {
    border-radius: 2.66667vw;
  }
  .blog-general-item__date {
    margin-bottom: 4.26667vw;
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .blog-general-item__title {
    margin-bottom: 6.4vw;
    font-size: 8.53333vw;
    line-height: 10.13333vw;
  }
  .blog-general-item__description {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .pagination {
    padding-top: 0;
  }
  .pagination__list {
    justify-content: center;
  }
  .pagination__item {
    width: 6.93333vw;
    height: 6.93333vw;
    margin-right: 2.13333vw;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .contact-block {
    padding: 10.66667vw 0;
  }
  .contact-block__title {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 11.2vw;
  }
  .contact-block__wrapper {
    display: block;
  }
  .contact-block__map {
    border-radius: 2.66667vw;
    width: 100%;
    height: 97.86667vw;
    margin-bottom: 21.33333vw;
  }

  #map > ymaps {
    border-radius: 2.66667vw;
  }
  .contact-block__list {
    margin-bottom: 21.33333vw;
  }
  .contact-block__list-title {
    font-size: 4.8vw;
    line-height: 5.86667vw;
    margin-bottom: 6.4vw;
  }
  .contact-block__item {
    margin-bottom: 6.4vw;
  }
  .contact-block__item svg {
    width: 10.66667vw;
    height: 10.66667vw;
    margin-right: 6.4vw;
  }
  .contact-block__item p,
  .contact-block__item a {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .contact-block__item a.contact-block__item-link {
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .contact-block__props {
    font-size: 4.26667vw;
    line-height: 7.25333vw;
  }
  .diagram__item {
    display: block !important;
  }
  .diagram__img {
    width: 100%;
    height: 100%;
    margin-bottom: 6.4vw;
  }
  .diagram__title {
    font-size: 4.8vw;
    line-height: 5.86667vw;
    margin-bottom: 6.4vw;
  }
  .diagram__info {
    padding-bottom: 0;
    margin-bottom: 6.4vw;
  }
  .diagram__list-title {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    margin-bottom: 6.4vw;
  }
  .diagram__list-item {
    margin-bottom: 6.66667vw;
  }
  .diagram__list-item span {
    width: 2.66667vw;
    height: 2.66667vw;
    margin-right: 10.4vw;
  }
  .diagram__list-item p {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  .diagram-slider-arrows {
    position: static;
  }
  .confirm {
    min-height: 62.4vw;
  }
  .confirm .container {
    display: none;
  }
  .confirm .form-confirm {
    display: block;
  }
  .form-confirm {
    padding: 6.4vw 4.26667vw;
  }
  .form-confirm__title {
    font-size: 8.53333vw;
    line-height: 10.13333vw;
    margin-bottom: 6.4vw;
  }

  .breadcrumbs-section{
    padding: 0 0 10.66667vw 0;
  }

  .breadcrumbs__item{
    margin-right: 2.66667vw;
    font-size: 3.26667vw;
    line-height: 5.86667vw;
    
  }

  .breadcrumbs__item svg{
    width: 1.6vw;
    height: 2.4vw;
  }

  .footer-desktop {
    display: none;
  }
  .footer-mobile {
    display: block;
    padding-top: 10.66667vw;
    padding-bottom: 21.33333vw;
  }
  .footer-mobile__logo {
    margin-bottom: 6.4vw;
  }
  .footer-mobile__logo svg {
    width: 24.53333vw;
    height: 6.13333vw;
  }
  .footer-mobile__contact {
    padding-bottom: 10.66667vw;
    border-bottom: 0.26667vw solid #9c9c9c;
    margin-bottom: 10.66667vw;
  }
  .footer-mobile__contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 6.4vw;
  }
  .footer-mobile__contact-item svg {
    width: 10.66667vw;
    height: 10.66667vw;
    flex-shrink: 0;
    margin-right: 5.86667vw;
  }
  .footer-mobile__contact-item:last-child {
    margin-bottom: 0;
  }
  .footer-mobile__contact-item a {
    display: block;
  }
  .footer-mobile__contact-item a:active,
  .footer-mobile__contact-item a:hover {
    color: #ee5e3e;
  }
  .footer-mobile__contact-item a,
  .footer-mobile__contact-item p {
    font-size: 4.26667vw;
    font-weight: 400;
    line-height: 5.86667vw;
  }
  .footer-mobile__meta {
    margin-bottom: 6.4vw;
  }
  .footer-mobile__politic {
    display: flex;
    flex-direction: column;
    margin-bottom: 6.4vw;
  }
  .footer-mobile__politic a {
    font-size: 4.26667vw;
    font-weight: 400;
    line-height: 5.86667vw;
  }
  .footer-mobile__politic a:hover {
    -webkit-text-decoration: underline #ee5e3e;
    text-decoration: underline #ee5e3e;
    text-decoration-thickness: 1px;
    text-underline-position: under;
    color: #000000;
  }
  .footer-mobile__politic a:active {
    color: #ee5e3e;
    text-decoration: none;
  }
  .footer-mobile__social {
    margin-bottom: 10.66667vw;
  }
  .footer-mobile__login {
    width: 100%;
    text-align: center;
  }
  .footer-mobile__copyright {
    color: #9c9c9c;
    font-size: 4.26667vw;
    font-weight: 400;
    line-height: 5.86667vw;
  }
  .social-network__item {
    margin-right: 4.26667vw;
  }
  .social-network__item svg {
    width: 10.66667vw;
    height: 10.66667vw;
  }
  .social-network__item:active circle {
    stroke: #ee5e3e;
  }
  .social-network__item:active path {
    fill: #ee5e3e;
  }
  .footer-form .container {
    width: 100%;
    padding: 0 4.26667vw;
  }
  .footer-form {
    margin: 10.66667vw 0;
    padding: 6.4vw 0;
  }
  .footer-form__contacts-block {
    display: none;
  }
  .footer-form-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-form-row__bottom {
    flex-direction: column;
  }
  .footer-form__subtitle {
    margin: 4.26667vw 0;
    font-size: 4.8vw;
    line-height: 5.86667vw;
  }
  .footer-form__tag-list {
    margin: 5.86667vw -3.2vw 1.33333vw -3.2vw;
  }
  .footer-form__tag-item {
    margin: 0 3.2vw 3.2vw 3.2vw;
  }
  .footer-form__tag {
    margin-bottom: 4vw;
  }
  .footer-form__tag span {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    padding: 1.6vw 4.26667vw;
    border-radius: 2.66667vw;
  }
  .footer-form__textarea {
    min-height: 91.2vw;
    margin-bottom: 4.8vw;
  }
  .footer-form__btn {
    margin-top: 6.4vw;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .cookie-modal {
    background-color: #e5e5e5;
    padding: 5.33333vw 0;
    font-size: 3.73333vw;
  }
  .cookie-modal__row {
    flex-direction: column;
    justify-content: center;
  }
  .cookie-modal__text {
    font-size: 3.73333vw;
    line-height: 6.13333vw;
    text-align: center;
  }
  .cookie-modal__text p {
    margin-bottom: 2.66667vw;
  }
  .cookie-modal__btn {
    margin-top: 4vw;
  }
  .links {
    padding: 21.33333vw 0;
  }
  .links__list {
    padding: 10.66667vw 0;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 5.33333vw;
  }
  .links__item {
    padding: 2.66667vw 5.33333vw;
  }
  .section.links-section ul a {
    font-size: 3.26667vw;
    line-height: 5.86667vw;
  }

  .breadcrumbs #breadcrumbs span.l-span-b {
    width: calc(100% - 4vw);
    height:  3.4vw;
  }
}

*[id^="wait_comp_"] {
  display: none;
}

.grecaptcha-badge {visibility: hidden; }

input.hidden {
  display: none;
}

.section.links-section ul {
  text-align: center;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  margin-bottom: 40px;
}

.footer-form__textarea + .footer-form-row{
    display: flex;
	align-items: center;
	margin: -35px 0 30px;
}
.file-input{
	display:none;
}
.file-input + label{
	cursor:pointer;
	margin-bottom: 0;
}
.myfiles{
    padding-left: 0;
}
@media screen and (max-width: 621px) {
	.footer-form__textarea + .footer-form-row{
		flex-wrap: wrap;
	}
	.file-input + label{
		width: 100%;
		text-align: center;
	}
	.myfiles{
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
}

.footer-form-row.tri {
  grid-template-columns: repeat(3, 1fr);
}

.faq-style .accordeon__body {
  margin-left: 0px;
  max-width: 60.66667vw;
}

.faq-style span.title, .faq-style p.title {
  font-weight: bold;
}
.faq-style .accordeon__body li {
  line-height: 1.49722vw;
  margin-bottom: 0.93611vw;
}
.faq-style .accordeon__body ul {
  margin-bottom: 2.06944vw;
}
.faq-style .ol-numeric {
  margin-left: 30px;
}
.faq-style .ol-numeric li {
  list-style: auto;
}

.our_values .features__list-title {
    display: flex;
    align-items: center;
}
.our_values .features__list-title::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ee5e3e;
    border-radius: 50%;
    margin-right: 15px;
}