.container {
  max-width: 2072px;
}

:root {
  --indent: 6.875rem
}

h1 {
  font-weight: 300;
  font-size: 5.6894rem;
  line-height: 112%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0;
}

.social-floating-bar .social .soc.vk {
  display: none;
}

.blog__states__item__img {
  height: 23.75rem;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.blog__states__item__content-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 156%;
  display: flex;
  color: #2B2B2B;
  margin-top: 1.5rem;

}

a.blog__state__item-btn {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  right: 1rem;
  background: #FFFFFF;
  border-radius: 3.4375rem;
  font-weight: 400;
  font-size: .8125rem;
  line-height: 92%;
  letter-spacing: 0.65px;
  color: #171D26;
  display: flex;
  align-items: center;
  gap: .6875rem;
  justify-content: center;
  padding: 1.125rem 1.5rem;

}

.blog__states__inner .title {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
}

.blog__states__inner h2 {
  margin-top: 0;
}

a.blog__state__item-btn:hover {
  background-color: var(--color);
}

a.blog__state__item-btn svg {
  flex-shrink: 0;
}

.blog__states__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__states__inner .slick-list {
  margin-right: -2.5rem;
}

.blog__states__item {
  margin-right: 2.5rem;
}

canvas {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.social-floating-bar .soc a {
  border: none !important;
}

.social-floating-bar .soc {
  transition: all 0.3s;
}

.social-floating-bar .soc:hover {
  transform: scale(1.1);
}

.social-floating-bar .soc.wa a,
.social-floating-bar .soc.wa a:hover {
  background-color: #24CB60;
}

.social-floating-bar .soc.tg a:hover,
.social-floating-bar .soc.tg a {
  background-color: #2BA2D4;
}

.social-floating-bar .soc.soc-tel a:hover,
.social-floating-bar .soc.soc-tel a {
  background-color: #FFFFFF;
  -webkit-box-shadow: 4px 4px 41px -12px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 4px 4px 41px -12px rgba(0, 0, 0, 0.14);
  box-shadow: 4px 4px 41px -12px rgba(0, 0, 0, 0.14);
}

.wrapper2852 .hero-text {
  max-width: 29rem;
}

canvas.loaded {
  opacity: 1;
}

.dropdown-item {
  padding-right: 1rem;
}

.semantic__inner {
  background: radial-gradient(65.34% 108.44% at 89.4% 91.99%, #FFCD9C 0%, rgba(255, 157, 118, 0) 100%), #F1632B;
  border-radius: 5px;
  padding: 2.625rem;

}

.semantic__inner h2 {
  font-weight: 800;
  font-size: 5.6875rem;
  line-height: 107%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.semantic__inner .title {
  padding-top: 7.3125rem;
  position: relative;
  width: 60%;
}

.semantic__inner .title::before {
  content: '';
  position: absolute;
  left: 1.75rem;
  width: 1px;
  background-color: #fff;
  height: 6rem;
  top: 0.7rem;
}

.semantic__imgs {
  position: absolute;
  bottom: 8%;
  right: 0;
  width: 43%;
  transform: scale(1.3);
}

.semantic__img.semantic__img2 {
  position: absolute;
  bottom: 28%;
  right: 6%;
  width: 87%;
}

.wrapper3581 .hero__c-inl5 h1 {
  margin: 0;
  font-size: 4.4375rem;
}

.wrapper3581 .hero.hero6.hero5 .hero-text5 {
  display: block;
}

.semantic__img.semantic__img3 {
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 93%;
}

.wrapper3581 .hero.hero6.hero5 .hero-text5 {
  width: 23rem;
}

.wrapper3581 .hero5 .title strong:last-child {
  display: inline;
}

.semantic__img.semantic__img1 {
  width: 93%;
}

.messenger-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .625rem;
  margin: 2rem 0;
}

.cols__blog {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.cols__blog .body .title {
  font-weight: 600;
  font-size: .875rem;
  padding: 1rem 0;
  color: #000000;
}

.cols__blog .body {
  background-color: #fff;
  padding: .8125rem 1.25rem;
  border-radius: 0 0 0.3rem 0.3rem;
}

.cols__blog .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cols__blog .image {
  width: 100%;
  border-radius: 0.3rem;
  height: 17rem;
  overflow: hidden;
}

.contacts-page.page-form .cont-form {
  gap: 5rem;
}

.contacts-page.page-form {
  padding-top: 4.875rem;
}

.btn.btn-whatsapp,
.btn.btn-telegram {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.875rem;
  background-color: #F5F5F5;
  border-radius: .3125rem;
  border-color: transparent;
  font-size: 0.875rem;
  height: 3.75rem;
  width: 100%;
  justify-content: center;
}

.btn.btn-whatsapp br,
.btn.btn-telegram br {
  display: none;
}

.contacts-page.page-form h1 {
  font-size: 4.875rem;
}

.messenger-buttons p {
  margin: 0;
}


.dropdown-item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3E%3Cpath d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.social-floating-bar .social .soc,
.social-floating-bar .social .soc a {
  width: 2.5rem;
  height: 2.5rem;
}

.mobile-menu {
  display: none;
}

.cases__two__items {
  display: flex;
  gap: 1.25rem;
  max-height: 37.875rem;
  margin-top: 3.125rem;
  align-items: flex-start;
}

.nav-more-wrapper {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: auto;
}

.header__contacts nav {
  display: flex;
  align-items: center;
}

.nav-more-container {
  position: relative;
  display: none;
}

.more-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  cursor: pointer;
  background-color: #fff;
  white-space: nowrap;
  font-size: 0.8rem;
}

.more-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  min-width: 165px;
  z-index: 1000;
  border-radius: 4px;
  padding: 1rem;
}

.more-dropdown .nav-item {
  display: block;
  margin: 0;
}

.more-dropdown .nav-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.more-dropdown .nav-link {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #333;
  border: none !important;
  background: transparent !important;
  font-size: 0.87rem;
}

.more-dropdown .nav-link:hover {
  color: var(--color);
}

.nav-more-container:hover .more-dropdown {
  display: block;
}

#header .nav-menu.nav-menu--level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  padding: 1rem;
  border-radius: 0 0 5px 5px;
  left: 0rem;
  counter-reset: number;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
  background: #fff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  z-index: -1;
  white-space: normal;
  min-width: 300px;
  flex-direction: column;
  top: 4rem;
  margin: 0;
  align-items: flex-start;
  gap: 0.3rem;
}


.nav-item {
  position: relative;
}

.nav-item:hover .nav-menu.nav-menu--level-1 {
  opacity: 1;
  visibility: visible;
}

.nav-item.dropdown-item::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: transparent;
  z-index: 100;
}

.mobile-menu {
  right: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}

.mobile-menu.active {
  display: block;
  visibility: visible;
  pointer-events: unset;
}

/* Адаптация для мобильных */
@media (max-width: 992px) {
  .nav-more-wrapper {
    display: none;
  }
  #popup-location .citys {
    -webkit-column-count: 2;
    column-count: 2;
}
  .mobile-menu .btn span {
    padding: 0.5rem 1rem;
}
.mobile-menu   .header__city {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 1rem;
}
  .mobile-menu .nav-wrap ul.nav-menu--level-1 {
    display: flex;
}

  .nav-menu.nav-menu--level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    border-radius: 0;
    left: 0rem;
    counter-reset: number;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: transparent;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    box-shadow: none;
    z-index: unset;
    white-space: normal;
    min-width: unset;
    flex-direction: column;
    top: unset;
    margin: 0;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1rem;
  }

  .dropdown-item::before {
    display: none;
  }

  /* Показываем все пункты в мобильной версии */
  .nav .nav-item:nth-child(n+5) {
    display: block;
  }
}

.cases__two h2 {
  margin-top: 0;
}

body.page3477,
.page3477 .hero {
  background-color: rgb(247, 247, 247);
}

.cases__two__item {
  width: 12.2%;
  font-size: 0.875rem;
  line-height: 200%;
  color: #2B2B2B;
}

.cases__two__item:nth-child(4) {
  width: 25%;

}

.cases__two__item:first-child {
  margin-right: auto;
}

.cases__two__item:nth-child(5),
.cases__two__item:nth-child(6) {
  align-self: flex-end;
}

.hero3-text {

  width: 50rem;
  font-weight: 700;
  font-size: 2rem;
  color: #2A2A3C;
  line-height: 120%;
  margin-left: auto;
}

.cases__two__item__content-title {
  margin-top: 1.25rem;
}

.hero__c-in3 .title p {
  font-size: 1rem;
  line-height: 175%;
}

.hero__c-in3 {
  display: flex;
  flex-direction: column;
  gap: 12.5rem;
}

.cases__two .s-svg {
  top: -4%;
}

.cases__two-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 7.5rem;
  grid-auto-flow: row;
  grid-template-areas: "col1 col2 ."
    ". . col3"
    ". . col4";
  width: 56%;
  margin: 0 auto;
  padding-top: 15.625rem;
}

.cases__two-item:first-child {
  grid-area: col1;
}

.cases__two-item:nth-child(2) {
  grid-area: col2;
}

.cases__two-item:nth-child(3) {
  grid-area: col3;
}

.cases__two-item:nth-child(4) {
  grid-area: col4;
}

.s-svg-22 {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51%;
}

.s-svg-22 svg {
  width: 100%;
  height: 100%;
}

.cases__two-item-text {
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  color: #818196;
}

.cases__two-item-title {
  font-size: 9rem;
  line-height: 104%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #171D26;
  margin-bottom: 1.75rem;

}

.hero3-img2 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 13%;
  animation: butterflyFly 8s ease-in-out infinite;
  z-index: 1;
}

@keyframes butterflyFly {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(20px, -15px) rotate(5deg);
  }

  50% {
    transform: translate(40px, 5px) rotate(-3deg);
  }

  75% {
    transform: translate(20px, -10px) rotate(4deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

.hero4-img-one {
  transform: translateX(-100%);
  opacity: 0;
  animation: ann 2s forwards;
  animation-delay: 0.5s;
}

@keyframes ann {
  0% {
    opacity: 0;

    transform: translateX(-100%);
  }

  100% {
    opacity: 1;

    transform: translateX(0);
  }
}

@keyframes ann2 {
  0% {
    opacity: 0;

    transform: translateX(100%);
  }

  100% {
    opacity: 1;

    transform: translateX(0);
  }
}

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

  100% {
    opacity: 1;
  }
}

.hero4-img-one img.animate-slide {
  transform: translateX(0);
  opacity: 1;
}

.hero4-img {
  position: relative;
  display: flex;
  min-height: 31.8125rem;
  align-items: center;
  justify-content: center;
}

.hero4-img-one {
  position: absolute;
  top: 0;
  left: -5%;
  width: 32%;
}

.hero4-img-two {
  position: absolute;
  top: 0;
  right: -5%;
  animation: ann2 2s forwards;
  animation-delay: 0.5s;
  width: 33%;

}

.hero-t2l {
  font-weight: 300;
  font-size: 5.6894rem;
  line-height: 112%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}

.hero-t-inl .btn {
  background-color: transparent;
}

.hero3 .title p:first-of-type {
  text-transform: uppercase;
  color: #242424;
  opacity: 0.5;
  font-size: 1rem;
  margin-bottom: 0;
}

.hero__c-inl5 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.hero5-img {
  position: relative;
  height: 31.25rem;
}

.hero5 .title {
  position: relative;
}

.hero__c-inl5 h1 {
  margin: 0;
}

.p2 {
  position: absolute;
  top: -5%;
  left: 18%;
  width: 10%;
}

.p1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}

.p3 {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 10%;
}

.p4 {
  position: absolute;
  top: -9%;
  left: 23%;
  width: 38%;
}

.p5 {
  position: absolute;
  bottom: 5%;
  left: 55%;
  width: 10%;
}

.p6 {
  position: absolute;
  top: -17%;
  right: 22%;
  width: 18%;
}

.p7 {
  position: absolute;
  bottom: 15%;
  right: 15%;
  width: 15%;
}

.contacts-page-col a[href^="mailto:"],
.contacts-page-col a[href^="tel:"] {
  font-weight: 400;
  font-size: 1.25rem;
  color: #171D26;
  border: none
}

.contacts-page-stroke-wrapper {
  width: 100%;
  overflow: hidden;

}



@keyframes scrollText {
  0% {
    transform: translateX(0);
    /* Начало: текст справа за границей */
  }

  100% {
    transform: translateX(-100%);
    /* Конец: текст ушел влево */
  }
}

.contacts-video {
  width: 38%;
  position: absolute;
  top: -8%;
  right: 5%;
  transform: scale(-1, 1);
  /* z-index: 2; */
}

.contacts-video::before {
  content: '';
  position: absolute;
  top: 0;
  right: -13%;
  width: 25%;
  height: 100%;
  background-color: #f7f7f7;
  filter: blur(1rem);
  pointer-events: none;
}

#blog .ya-share2 {
  position: fixed;
  top: 12rem;
}

#blog .autor-block {
  flex: unset;
}

#blog .desc.list {
  margin-bottom: 1.5rem;
}

.ya-share2__list {
  display: flex !important;
  flex-direction: column;
  gap: 0.5rem;
}

.contacts-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: -13%;
  width: 25%;
  height: 100%;
  background-color: #f7f7f7;
  filter: blur(1rem);
  pointer-events: none;

}

.l1 {
  background-color: #E2E2E2;
  width: 1px;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 14%;
}

.l2 {
  background-color: #E2E2E2;
  width: 1px;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 35%;
}

.l3 {
  background-color: #E2E2E2;
  width: 1px;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 55%;
  z-index: 1;
}

.contacts-page-content::before {
  content: '';
  position: absolute;
  background-color: #E2E2E2;
  top: 0;
  left: 0;
  height: 1px;
  width: 65%;
}

.contacts-page-col-email {
  position: relative;
  padding-top: 2rem;
}

.contacts-page-col-email::after {
  content: '';
  position: absolute;
  background-color: #E2E2E2;
  top: 0;
  left: 0;
  height: 1px;
  width: 133%;
}

.contacts-page-content {
  position: relative;
  padding-top: 2rem;
}

.contacts-video video {
  width: 100%;
  height: 100%;
}

.contacts-page {
  padding-top: 18.75rem;
}

.contact-reason {
  margin-bottom: 20px;
}

.reason-buttons {
  display: flex;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.contact-reason-text {
  font-size: 1.5rem;
  line-height: 127%;
  letter-spacing: -0.03em;
  color: #2A2A3C;


}

.cont-form {
  position: relative;
  margin-top: 4.5625rem;
  justify-content: space-between;
  display: flex;
  gap: 1.5rem;
  width: 78%;
}

.cont-form .manager-img2 {
  top: -34%;
  right: -29%;
  bottom: unset;
  left: unset;
  width: 33%;
  pointer-events: none;
}

.cont-form {
  position: relative;
  margin-top: 6rem;
  justify-content: space-between;
  display: flex;
  gap: 1.5rem;
}

.btn.btn-whatsapp svg path,
.btn.btn-telegram svg path {
  transition: all 0.3s;
}

.btn.btn-whatsapp:hover svg path,
.btn.btn-telegram:hover svg path {
  fill: #fff;
}

.reason-btn {
  border: none;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  background: #DFDFDF;
  border-radius: 7.6875rem;
  cursor: pointer;
  transition: all 0.3s;
}

.reason-btn:hover {
  color: white;

  background: #171D26;
}

.reason-btn.active {
  background: #171D26;
  color: white;
}

.contacts-page__inner h1 {
  font-weight: 800;
}

.contacts-page-content {
  display: grid;
  margin-top: 3.625rem;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 85%;
}

.contacts-page-col .social {
  margin-top: 1.25rem;
}

.contacts-page-col span {
  font-size: 1.125rem;

  color: #BCBCBC;
  margin-bottom: 1.25rem;
  display: block;
}

.contacts-page-col {
  color: #171D26;
  font-size: 1.5rem;
}

.parallax-element {
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.hero.hero5 {
  padding-top: 2rem;
}

.p8 {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 5%;
}

.p9 {
  position: absolute;
  bottom: 5%;
  right: -3%;
  width: 13%;
}

.hero5 .title strong:last-child {
  text-indent: 19.5rem;
  display: block;
}

.hero-text5 {
  position: absolute;
  top: 7%;
  right: -6%;
  width: 25%;
}

.hero3-img3 {
  position: absolute;
  top: 4%;
  right: 5%;
  width: 18%;
}

.hero3-video {
  width: 32%;
  opacity: 0;
  animation: ann3 2s forwards;
  animation-delay: 0.5s;
  overflow: hidden;
}

.hero3-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero3-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 3%);
  width: 53%;
}

.hero__c-in3 .title h1 {
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.hero__c-in3 .title {
  width: 43.75rem;
}

.btn-l-two.btn-l {
  font-size: 1.25rem;
  margin: 0;
  margin-left: 21.6%;
  margin-top: -2.3rem;
}

.cases__two__item__img {
  height: 15.3125rem;
}

.cases__two__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3125rem;
}

#blog-hero {
  display: none;
}

.cases__two .title p {
  font-size: 1rem;
  line-height: 175%;
  color: #2A2A3C;


}

.cases__two .title {
  width: 31rem;
  margin-left: 22%;
}

.cases__two__item:nth-child(4) .cases__two__item__img {
  height: 33.0625rem;
}

.section-header__cases {
  padding-bottom: 0;
}

.wpcf7-form-control.btn {
  display: flex;
  padding: 6px;
  height: 75px;
  width: 100%;
  position: relative;
  align-items: center;
  gap: 1rem;
  padding-left: 2.5rem;
  justify-content: space-between;
}

/* Обязательные стили для отображения SVG */
.wpcf7-form-control .btn.btn-color.with-icon {
  position: relative;
  /* Для позиционирования иконки */
  padding-right: 40px !important;
  /* Место под иконку */
}

.portfolio__inner-title {
  font-size: 4.875rem;
  line-height: 109%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #171D26;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.loading,
#portfolio-results p {
  margin: 0;
  font-size: 1.5rem;
  margin-left: 1rem;
}

.filter-group.search-group {
  height: 5.1875rem;
  background: #F8F8F8;
  border: 1px solid #F1F1F1;
  border-radius: .3125rem;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2.5625rem 0;
}

.filter-group-categories label {
  font-size: 1.25rem;
  color: #2B2B2B;
  padding: 1.1875rem .875rem 1.1875rem 2rem;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .875rem;
}

.filter-group label {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}

.category-item label:hover {
  background-color: var(--color);
  color: #fff;
}

.category-item label:hover .category-count {
  color: var(--dark);
}

.filter-group-categories input[type="checkbox"]:checked+label .category-count {
  color: var(--dark);
}

.filter-group-categories input[type="checkbox"]:checked+label {
  background-color: var(--color);
  color: #fff;
}

.category-item {
  border-radius: .3125rem;
  overflow: hidden;
}

.filter-group input[type="checkbox"] {
  display: none;
}

.category-count {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .625rem;
  min-width: 2.25rem;
  height: 2.1875rem;
  background: #E5E5E5;
  border-radius: .3125rem;
  font-size: 12px;


}

#reset-filters {
  font-size: 1.125rem;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  color: rgba(43, 43, 43, 0.7);
  background-color: transparent;
  transition: all 0.3s;
}

#reset-filters:hover {
  color: var(--color);
}

.filter-group.search-group input {
  width: 100%;
  height: 100%;
  border-color: transparent;
  background-color: transparent;
}

.wpcf7-form-control .btn-in {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

p.has-btn-icon .btn-in {
  right: 6px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #fff;
  pointer-events:none
}

.filter-group-categories {
  display: flex;
  flex-wrap: wrap;
  gap: .625rem;
  align-items: center;
}

span.wpcf7-spinner {
  display: none;
}

p.has-btn-icon .btn-in svg path {
  stroke: var(--color)
}

p.has-btn-icon:hover .btn-in svg path {
  stroke: #fff
}

p.has-btn-icon:hover .btn-in {
  background-color: var(--color);

}

.wpcf7-form-control .btn-in svg {
  display: block;
  /* Убирает лишние отступы */
  width: 17px;
  height: 12px;
}

.social-floating-bar {
  position: fixed;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.social-floating-bar ul.social.social-mess {
  flex-direction: column;
  gap: 0.5rem;
}

.social-floating-bar .social .soc {
  margin: 0;
  border: none;
}

.social-floating-bar {
  padding: 1rem;
  padding-right: 3rem;
  right: 0;
  top: 26%;
}

.soc-tel svg {
  opacity: 0.7;
}

p.has-btn-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.hero__item-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .875rem;
  background: #FFFFFF;
  border-radius: 3.4375rem;
  font-size: .8125rem;
  line-height: 92%;
  letter-spacing: 0.05em;
  color: #171D26;
  padding: 1.1875rem 1.5rem;
  margin-top: auto;
  align-self: flex-end;
}

.hero__item-bt {
  margin-top: auto;
  align-self: flex-end;
}

.cases {
  z-index: 1;
}

.wrapper2852 .cases {
  background-color: rgba(228, 228, 228, 1);

}

.why {
  z-index: 1;
  background-color: transparent;
}

.offer {
  background: linear-gradient(to top, rgba(228, 228, 228, 1), rgba(228, 228, 228, 0.2));
  z-index: 1
}

.h_b {
  margin-top: auto;
  align-self: flex-end;
  width: 11.1862rem;
  height: 4.4144rem;
  background: #D9D9D9;
  border-radius: 2.6875rem;
}

.hero__item-content-wr {
  margin-bottom: -2rem;
}

.videos_in::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.28);

}

.videos_in .title {
  position: absolute;
  padding: 7.375rem 3rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;

}

.videos_in .title h2 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 104%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.multiselect-t {
  font-size: 12px;
  color: #2B2B2B;
  padding: 0.7rem 1.5rem;
  padding-bottom: 0;
}

.videos_in .title {
  font-size: 2.375rem;
  line-height: 104%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.videos_in .title p {
  margin: 0;
}

.videos_in .title h2 {
  margin: 2rem 0 1.25rem 0;
}

.videos-w {
  overflow: hidden;
  height: 59.375rem;
}

.videos-w video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-text {
  line-height: 175%;
  color: #2A2A3C;
  width: 24.0625rem;
}

.politika-content .title,
.portfolio__inner .title p,
h2 {
  font-weight: 400;
  font-size: 4.875rem;
  line-height: 109%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #171D26;
}

.portfolio__inner .title p {
  margin-bottom: 0;
}

.portfolio__inner h2 {
  margin-bottom: 0;
}

.why {
  padding-top: 6rem;
}

.why__item:nth-child(even) {
  background-color: var(--color);
  color: #fff;
}

.why__item:nth-child(even) .why__item-elem {
  width: 2.8963rem;
  height: 11.4887rem;
  background: rgba(0, 0, 0, 0.15);
}

.why__item--animated.why__item:nth-child(even) .why__item-elem1 {
  transform: rotate(-22.68deg);
  animation: elem1 2s forwards;

}

@keyframes elem1 {
  0% {
    transform: rotate(0) translate(111%);
  }



  100% {
    transform: rotate(-22.68deg) translate(0);
  }
}

.why__item:nth-child(even) .why__item-elems {
  gap: .4375rem;

  padding-bottom: 2.1875rem;
}

.why__item:nth-child(even) .why__item-elem2 {
  transform: rotate(0);
  animation: none;

}

.why__item:nth-child(even) .why__item-elem3 {
  transform: rotate(0);

}

.why__item:nth-child(even).why__item--animated .why__item-elem4 {
  transform: rotate(39.62deg) translate(0, 2.1875rem);
  animation: elem4 2s forwards;
}

.anim-svg {
  width: 100%;
  overflow: hidden;
}

.anim-svg path {
  stroke-dasharray: 2597.834716796875;
  stroke-dashoffset: 2597.834716796875;
  animation: draw 3s ease-in-out infinite;
}

.rev-svg path {
  stroke-dasharray: 3036.783203125;
  stroke-dashoffset: 3036.783203125;
  animation: draw2 3s ease-in-out infinite;
}

.s-svg path {
  stroke-dasharray: 3036.783203125;
  stroke-dashoffset: 3036.783203125;
  animation: draw2 3s ease-in-out infinite;
}

.serv-svg path {
  stroke-dasharray: 3036.783203125;
  stroke-dashoffset: 3036.783203125;
  animation: draw2 3s ease-in-out infinite;
}

@keyframes draw2 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes elem4 {
  0% {
    transform: rotate(0) translate(0, 0);
  }


  100% {
    transform: rotate(39.62deg) translate(0, 2.1875rem);
  }
}

.why__item-elems {
  display: flex;
  justify-content: center;

}

.why__item:nth-child(odd) .why__item-elem3,
.why__item:nth-child(odd) .why__item-elem4 {
  display: none;
}


.why__item--animated .why__item-elem2 {
  animation: elem2 2s forwards;
}

.why__item--animated .why__item-elem4 {
  /* animation: elem4 4s infinite; */
}

/* Изначально анимации выключены */
.why__item-elem1,
.why__item-elem2,
.why__item-elem4 {
  animation: none;
}

@keyframes elem2 {
  0% {
    transform: rotate(0) translate(-100%);
  }


  100% {
    transform: rotate(45.28deg) translate(0);
  }
}

.why__item-elem2 {
  transform: rotate(45.28deg);
  /* animation: elem2 4s infinite; */
}

.why__item-elem {
  width: 4.9681rem;
  height: 11.7244rem;
  background: #D9D9D9;
}

.why__item-title {
  margin: 1rem 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 121%;
  letter-spacing: -0.01em;

}

.title p {
  font-size: 1.125rem;
  line-height: 133%;
  letter-spacing: -0.04em;

}

.why__item-text {
  font-weight: 400;
  font-size: .875rem;
  line-height: 164%;


}

.team__tab:hover {
  transform: scale(1.1);
}

.team__tab img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.team__tab {
  transition: all 0.3s;
  width: 5rem;
  cursor: pointer;
  height: 5rem;
  background-color: #CCCECB;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  -webkit-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-end;
}

.team__item {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  gap: 0;
  position: relative;
}

.team__tab::before {
  content: '';
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  width: .875rem;
  height: .875rem;
  border-radius: 50%;
  top: -2rem;
  left: 39%;
  transform: translate(0, -50%);
  background: #FFFFFF;
}

.team__item {
  min-height: 48rem;
}

.wrapper2844 .cases {
  padding-bottom: 3rem;
}

.wrapper2844 .cases__items {
  margin-bottom: 4rem;
}

.team__item-ava {
  width: 36%;
  pointer-events: none;
}

.team__inner {
  position: relative;
  padding: 3.5rem;

  padding-bottom: 1.75rem;
  background-color: rgba(204, 204, 202, 1);
  border-radius: .3125rem;
}

.team__tab.active::before {
  opacity: 1;
}

.team__tabs-i {
  position: absolute;
  bottom: 8.1875rem;
  left: 3.5rem;
  z-index: 2;
}

.team__tabs {
  display: flex;
  align-items: center;
  gap: 1.25rem;

}

.team__item.active {
  display: flex;
}

.team__item {
  display: none;
  flex-direction: column;
}

.team__item-content {
  flex: 0 0 28%;
  line-height: 156%;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}

.team__item-content-bottom {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  z-index: 1;
}

.cont-form .manager-img1 {
  right: 36%;
  bottom: -5%;
  width: 31%;
  left: unset;
  z-index: -1;
  pointer-events: none;
}

.team__item-content-title,
.team__item-content-dol {
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: .0;
}

.team__item-ava {
  position: absolute;
  bottom: -1.75rem;
  left: 50%;
  transform: translate(-38%, 0);
}

.team__item-ava-in {
  display: flex;
  justify-content: flex-end;
}

.team__inner .title {
  color: #fff;
  width: 41%;
  position: absolute;
  top: 3.5rem;
  left: 3.5rem;
}

.team__inner .title p {
  width: 19.1875rem;
}

.team__inner .title p:first-of-type {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 122%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
  margin-bottom: 1.5rem;
}

.team {
  z-index: 2;

}

.services {
  padding-bottom: 10.625rem;
}

.why__item-img2 {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  min-height: 12.25rem;
}

.why__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.4rem;
  margin-top: 2rem;
}

.why__c-in .title h2 {
  margin-bottom: 0;
}

.anim-svg {
  position: absolute;
  top: 56%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
}

.hero__c-in3 .title p:not(:first-child) {
  margin-left: 12.5rem;
}

.politika-content .title,
#politika-popup h2 {
  margin-top: 0;

}

.form-group,
.form-group input {
  border-radius: 0;
}

.form-desc {
  margin: 0;

  font-weight: 400;
  font-size: 1.25rem;
  line-height: 155%;
  letter-spacing: -0.02em;
  color: #171D26;
  text-align: left;
}

.container {
  padding: 0 3rem;
}

.offer__c-in {
  padding: 2.5625rem;
  position: relative;
  background: radial-gradient(65.34% 108.44% at 89.4% 91.99%, #FFCD9C 0%, rgba(255, 157, 118, 0) 100%), #F1632B;
  border-radius: .3125rem;

}

.hero5.hero6 .title strong:last-child {
  text-indent: 13.5rem;
}

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

.offer__c-in:before {
  content: '';
  background-image: url(assets/img/2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.form_block .form-group-phone {
  margin-top: auto;
}

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

.offer-form {
  background: #F4F4F4;
  border-radius: .3125rem;
  padding: 3.5625rem;
}

.offer__c-in .title p {
  font-weight: 800;
  margin: 0;
  font-size: 6rem;
  line-height: 101%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.offer-text p {
  margin: 0;
}

body {
  background-color: #f4f4f4;
}

.team__tabs-btns {
  display: none;
}

.offer__in .title {
  position: relative;
}

.offer__in .title::before {
  content: '';
  position: absolute;
  bottom: 4rem;
  left: 1.6rem;
  background-color: #fff;
  height: 9.75rem;
  width: 1px;
  transform: translate(0, -100%);
}

.offer-text {
  padding-top: 8.75rem;
  margin-right: 1rem;
  line-height: 188%;
  text-align: justify;
  color: #FFFFFF;
  max-width: 23.1875rem;
  margin-left: auto;
  flex-direction: column;
  gap: .875rem;
  display: flex;
  margin-bottom: -5rem;
}

.offer__in {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.form-group input::placeholder {
  height: 1.9375rem !important;
  font-weight: 700;
  font-size: 1.25rem !important;
  line-height: 155%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #2B2B2B;

}

.form_block .btn {
  margin-top: 1.5rem;
}

.form-group input {
  height: auto;
  padding-left: 0;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 1.5rem;
}

.price__item-title-wr {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.price__item-text {
  font-size: .875rem;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.price__item-num {
  margin-top: .5rem;
  font-weight: 400;
  font-size: .875rem;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.3;
}

.price h2 {
  margin: 0;
  font-weight: 800;
  font-size: 6rem;
  line-height: 101%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* .price-te {
  font-weight: 800;
  font-size: 6rem;
  line-height: 101%;
  text-align: right;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #9b9b9b;
  margin-top: -6rem;
} */
.price-t h2 .text_color {
  color: #9b9b9b;
  display: block;
  text-align: right;
}

.price-t {
  width: 92%;
  margin-left: auto;
}

.price__in {
  width: 84%;
  margin-left: auto;
}

.price__item {
  background: #0C0C11;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: .3125rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.price__item-text p strong {
  line-height: 150%;
  color: #FFFFFF;
  font-size: 1rem;
  display: inline-block;
}

.price__item-text ul li {
  position: relative;
  padding-left: 1.25rem;
}

.price__item-text ul li:not(:last-child) {
  margin-bottom: .5rem;
}

.price__item-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: .4375rem;
  height: .4375rem;
  background: #1F1F27;
  border-radius: 50%;
}

.btn.btn-color {
  color: #fff;
  background-color: var(--color);
}

.btn.btn-color .btn-in {
  background-color: #fff;
}

.price__item .btn {
  width: 100%;
  margin-top: auto;
  display: none;
}



.btn.btn-color .btn-in svg path {
  stroke: var(--color);
}

.price__item-text {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.625rem;
}

.price__items {
  display: grid;
  margin-top: 3.6875rem;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.price-t {
  width: 90%;
  margin-left: auto;
}

.partners {
  z-index: 2;
  padding: 6.25rem 0;
  background-color: #0C0C11;
}

.ar {
  width: 2.6594rem;
  height: 2.6594rem;
  background-color: var(--color);
  border: 1px solid transparent;
}

.ar:hover {
  width: 7.6956rem;
  height: 2.6538rem;
  border-color: var(--color);
  border-radius: 9.375rem;
  background-color: transparent;
}

.ar:hover svg path {
  stroke: var(--color);
}

.steps .title h2,
.rev__inner .title p {
  font-weight: 300;
  font-size: 2rem;
  line-height: 147%;
  letter-spacing: -0.02em;
  text-indent: 10.5625rem;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.steps .title h2 {
  text-indent: unset !important;
  text-align: right !important;
}



.rev__inner .title .text_color {
  color: var(--color);
}

.rev__inner .title {
  max-width: 37.5rem;
  margin-bottom: 1.75rem;
}

.rev__item-img {
  border: .25rem solid rgba(255, 255, 255, 0.16);
  border-radius: .3125rem;

}


.contacts-page {
  background-color: #f7f7f7;
}

.rev-svg {
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
}

.rev-svg svg {
  width: 100%;
  height: auto;
}

.rev__item-img {
  border-radius: .3125rem;
  overflow: hidden;
}

.rev__item-img-wr {
  padding: .75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;

}

.docs__item-img:nth-child(2) {
  flex: 0 0 19%;
}

.team,
.services {
  background-color: #F4F4F4;
}

.docs__item-img:nth-child(4),
.docs__item-img:nth-child(3) {
  align-self: flex-end;
}


.docs__item-img:nth-child(5) {
  flex: 0 0 18%;
}

.docs__item-img {
  flex: 0 0 11%;
  padding: .875rem;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: .3125rem;
}

.rev {
  padding-bottom: 2rem;
}

.docs {
  padding-top: 2rem;
  margin-top: -1px;
  padding-bottom: 4rem;
}

.docs__blag {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 1rem;

  /* Стилизация скролбара для Webkit */

}

.docs__blag::-webkit-scrollbar {
  height: 4px;
}

.docs__blag::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.docs__blag::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.docs__blag::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}



.steps__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: rgba(255, 255, 255, 0.21);
  position: relative;
}

.steps__item::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 4px;
  transition: all 0.5s;
  height: 100%;
  background-color: #2C2C31;
}

.steps__item {
  /* transition: all 0.5s ease; */
}




.steps__item.active {
  color: white;
}

.steps__item.active::before {
  background-color: var(--color);
}

.steps__item.active .steps__item-el::before {
  background-color: #fff;
}

.steps__item.active:first-child::before {
  background: linear-gradient(180deg, #0C0C11 0%, #F1632B 35.58%, #F1632B 100%);

}

.serv-svg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.serv-svg svg {
  width: 100%;
  height: 100%;
}

.services-banner h2 {
  font-weight: 700;
  margin-top: 0;
  font-size: 3.75rem;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: uppercase;

}

.services-banner-title {
  flex-shrink: 0;
}

.services-banner {
  margin: 0 auto;
  padding-top: 0;
  margin-top: -7rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.services-banner-text ul {
  margin-top: 1.5rem;

}

.services-banner-text ul li {
  list-style: disc;
  margin-left: 1.25rem;
}

.services-banner-text ul li:not(:last-child) {
  margin-bottom: .875rem;
}

.title3,
.services-banner-text h3 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 125%;
  color: #171D26;
  margin-top: 0;
}

.services_in .title h2 {
  font-weight: 700;
  font-size: 4.875rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #171D26;
}

.services__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  color: #2A2A3C;
  padding: 1.1875rem 0;
}

.services__item:not(:last-child) {
  border-bottom: 1px solid rgba(191, 191, 191, 0.41);
}

.header.header-vont {
  background-color: #f7f7f7;
}

.services_in {
  width: 52rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 11.25rem;
}

.header .nav-wrap .nav-link:hover {
  color: var(--color);
}

.s {
  opacity: 0.5;
}

.header__wrapper .header-wr nav a {
  color: var(--dark) !important;
}

@keyframes opacityHeader {
  0% {
    transform: translate(0, -100%);
  }

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

}

.header .header-wr {
  background-color: transparent !important;
}

.header {
  transform: translate(0, -100%);
  animation: opacityHeader 3s forwards;
  animation-delay: 0.7s;
  z-index: 2;
  position: relative;
}

.wrapper2844 h2 .text_color,
.wrapper3477 .price-t h2 .text_color {
  text-align: left;
}

.wrapper2844 h2 .text_color {
  display: inline;
}

.wrapper3477 .hero-t2l {
  font-weight: 400;
  width: 100%;
  order: -1;
  text-indent: 10rem;
}

.wrapper3477 .hero-t-inl {
  flex-wrap: wrap;
}

.s-svg {
  position: absolute;
  top: 26%;
  left: 0;
  width: 100%;
  height: 100%;
}

.services__items {
  display: flex;
  width: 32rem;
  position: relative;
  flex-direction: column;
}

.services__items::before {
  content: '';
  position: absolute;
  top: 0;
  left: -202%;
  width: 500%;
  height: 1px;
  background-color: #E2E2E2;
}

.services__item-link {
  width: 2.2113rem;
  margin: 0;
  height: 2.2113rem;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #EAEAEA;

}

.portfolio__inner-t-title h2 {
  line-height: 88%;
}

.services-banner-text {
  flex: 0 0 24.5rem;
}

.services-banner {
  position: relative;
  width: 71.75rem;
  background: #FFFFFF;
  border-radius: .3125rem;
  padding: 3.5rem;
}

.steps__item-el {
  width: 2.5737rem;
  cursor: pointer;
  height: 2.5737rem;
  background: #111116;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}

.steps__item-el::before {
  transition: all 0.3s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.21);
  border-radius: 50%;
}

.steps__item {
  padding: 1.6rem 0;
}

.steps__item-text {
  padding-left: 6.75rem;
}

.steps__item-text ul li {
  position: relative;
  list-style: disc;
}

.steps__item-text ul li:not(:last-child) {
  margin-bottom: .875rem;
}

.steps__wr {
  width: 67rem;
  margin: 0 auto;
  margin-top: 2rem;
}

.steps__item-title {
  font-weight: 300;
  font-size: 2rem;
  line-height: 125%;
  padding-right: 6.75rem;
}

.steps,
.rev,
.docs,
.technologies {
  background-color: #0C0C11;
  z-index: 2;
  margin-top: -1px;
}

.technologies_in .title h2 {
  font-weight: 300;
  font-size: 3.5rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.technologies_in .title {
  font-weight: 300;
  max-width: 38.125rem;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 170%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.technologies__item-img {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  padding: 2.5rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-wrap .nav-link span {
  display: none;
}

.header__contacts nav a {
  color: rgba(15, 14, 14, 0.68);
  line-height: 130%;
  padding: 0.1875rem 0.875rem;
  background-color: transparent !important;
  border-style: none !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.hero__in2 h1 {
  font-size: 5.6875rem;
  margin-bottom: 2rem;
}

footer .dropdown-item::before {
  display: none;
}

footer .nav-menu.nav-menu--level-1 {
  display: none;
}

.hero__in2 h1 br:first-of-type {
  display: none;
}

.breadcrumbs a,
.breadcrumbs {
  font-size: 12px;
  color: rgba(43, 43, 43, 0.7);

}

.hero2.hero {
  padding-top: 2.5rem;
}

.breadcrumbs {
  margin-bottom: 2rem;
}

.breadcrumbs a:hover {
  color: var(--color);
}

.hero__in2 .hero__items {
  margin-top: 16.75rem;
}

.hero__in2 h1 .text_color strong,
.hero__in2 h1 .text_color {
  text-indent: 20rem;
  display: block;
}

.hero2-svg {
  margin-left: 20rem;
}

.hero .hero__in .title {
  width: 100%;
}

.hero__in2 .hero__c-in {
  align-items: center;
  gap: 3.375rem;
}

.hero2-img {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

#blog .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
  row-gap: 2rem;
  justify-content: center;
  justify-content: flex-start;
}

#blog .autor-block {
  position: relative;
  top: unset;
  margin: 0;
  width: 100%;
  align-self: flex-start;
}

#blog .autor-block .list ul li::before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: var(--color);
}

.main-image {
  margin-bottom: 2rem;
}

#blog .list ul li {
  padding-left: 1.8rem;
}

.wpcf7-not-valid-tip {
  font-size: 0.87rem;
}

#blog .autor-block .header-inn {
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0rem 0 1rem;
  font-weight: bold;
}

#blog .info-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid;
  border-color: #f1f1f1;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  color: #999;
  margin-top: 1.5rem;
}

@keyframes img4 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -3%);
  }

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

.hero2-img4 {
  top: 11%;
  width: 27%;
  left: 0;
  animation: img4 3.6s infinite;
}

.filter-mobile-toggle {
  display: none;
}

@keyframes img3 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 3%);
  }

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

@keyframes img2 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -5%);
  }

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

@keyframes img1 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 5%);
  }

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

span.sp img {
  display: none;
}

.hero2-img2 {
  bottom: 19%;
  width: 18%;
  left: 38%;
  animation: img2 3.6s infinite;


}

.hero2-img3 {
  top: 17%;
  width: 18%;
  right: 5%;
  animation: img3 3.6s infinite;
  animation-delay: 0.5s;
}

.hero2-img1 {
  bottom: 30%;
  width: 20%;
  left: 17%;
  animation: img1 3.6s infinite;
}

.hero2-img5 {
  bottom: 23%;
  width: 16%;
  right: 17%;
}

.hero__in.hero__in2 .btn span {
  color: var(--dark);
}

.hero__in.hero__in2 .btn:hover span {
  color: #fff;
}

.hero2-text {
  width: 16.625rem;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 153%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2A2A3C;
}

.hero__in2 .btn {
  background-color: transparent;
}

.hero__in2 .hero-t-in {
  flex-direction: row;
  gap: 6.125rem;
  align-items: flex-start;
  justify-content: center;
  margin-left: 25rem;
}

.technologies .swiper-slide {
  width: 10.625rem !important;
  height: 10.625rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;


}

.why__items {
  width: 100%;
}

.rev__inner {
  width: 76%;
  margin-left: auto;
}

.rev-btns {
  margin-bottom: 2rem;
}

h2 .text_color {
  color: var(--color);
}

.swiper-rev-prev:hover {
  padding-left: 1.375rem;
  justify-content: flex-start;
}

.swiper-rev-next:hover {
  padding-right: 1.375rem;
  justify-content: flex-end;
}

.rev-btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: .625rem;
}

.exactly__item-two.exactly__item {
  display: none;
}

.partners__slide {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price {
  background-color: #0C0C11;
  padding: 6.25rem 0;
  z-index: 2;
}

.price__item-title {
  display: flex;
  justify-content: space-between;
  gap: .6875rem;
  margin-bottom: .8125rem;
}

.form-group {
  background-color: transparent;
  margin-bottom: 3.1rem;
  display: block;
}

/* Стили для кастомного чекбокса */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
}

.custom-checkbox:hover input~.checkmark {
  border-color: #888;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #2196F3;
  border-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.hero5 .btn {
  background-color: transparent;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.agreement-text {
  vertical-align: middle;
  line-height: 1.4;
}

.footer__contacts .nav-item span {
  display: none;
}

.checkmark.checked::before {
  opacity: 0.6;
}

.first__buttons {
  display: flex;
}

.first .first__content {
  padding: 6rem 0;
}

.filter-group-svg {
  display: flex;
  align-items: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--color);
}

.wpcf7-list-item label {
  font-size: 12px;
}

.checkmark::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.1rem;
  opacity: 0;
}

.checkmark {
  height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  border: 1px solid var(--color);
  border-radius: 0.3rem;
  transition: all 0.2s;
}

.agreement-check label.checkbox-label {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.error-message {
  color: #ff0000;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.wpcf7-not-valid .error-message {
  display: block;
}

.anim-svg svg {
  width: 100%;
  height: auto;
}



.why__item {
  background: #FFFFFF;
  border-radius: .3125rem;
  padding: 1.5rem;
  color: var(--color);
  flex: 0 0 23.375rem !important;
  width: 23.375rem !important;
}

.why__items {
  z-index: 2;
}

.why .slick-track {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}

.why__c-in {
  width: 81%;
  margin-left: auto;
}

.videos_in {
  overflow: hidden;
  position: relative;
  border-radius: .3125rem;
}

.hero__item-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.hero__c-in {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.btn {
  font-family: "Manrope", sans-serif;
  border-radius: .3125rem;

}

.hero-t-in {
  display: flex;
  flex-direction: column;
  gap: .875rem;
  flex-shrink: 0;
  margin-left: auto;
}

.hero-t-inl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.hero4 h1 {
  margin-bottom: 0;
}

.hero-text {
  line-height: 144%;
  max-width: 37.1875rem;
  gap: 2.1875rem;
}

.hero__item-title {
  font-size: 9.0806rem;
  line-height: 104%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero__items {
  display: grid;
  margin-top: 4.875rem;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2.1875rem;
}

.hero-t2 {
  font-size: 1.375rem;
  line-height: 157%;
  letter-spacing: -0.03em;
  text-indent: var(--indent);
  text-transform: uppercase;


}

.btn-in {

  width: 3.9487rem;
  height: 3.9487rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color);
  border-radius: 0.3125rem;
  flex-shrink: 0;
}

.btn {
  padding: 0;
  background-color: #fff;
  border: 1px solid var(--color);
}

.manager__inner {
  align-items: flex-start;
}

.manager__inner {
  flex-direction: column;
}

.manager__form {
  margin-left: auto;
  margin-right: 17.5rem;
}

.semantic__form .form-wrap,
.semantic__form {
  background-color: #FFFFFF;
}

.semantic__form .form-wrap {
  width: 51.75rem;
}

.semantic__inner .title p {
  font-size: 2rem;
}

.semantic__inner .title {
  color: #fff;

  text-transform: uppercase;
}

.manager__inner h2 {
  font-weight: 700;

  margin: 0;
  font-size: 4.875rem;
  line-height: 109%;
  letter-spacing: -0.01em;
  text-indent: 173px;
  text-transform: uppercase;
  color: #171D26;
  margin-left: auto;
  margin-top: -3rem;
}

.manager__inner .title p {
  font-size: 1.25rem;
  line-height: 155%;
  letter-spacing: -0.01em;
  width: 26.25rem;
  color: #2A2A3C;
}

.manager-img1 {
  position: absolute;
  left: 0;
  bottom: -5%;
  width: 53%;
  z-index: 1;
  pointer-events: none;

}

.manager-img1 img {
  animation: manager-img1 5s infinite;
}

@keyframes manager-img1 {
  0% {
    transform: translateY(-5%);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5%);
  }
}

.manager-img2 img {
  animation: manager-img2 5s infinite;
}

.popup {
  border-radius: 0;
}

.btn,
.btn-in,
.btn-in svg path,
.btn.btn-color {
  transition: all 0.3s;
}

.social .soc a:hover {
  background-color: #fff;
}

.btn-l {
  cursor: pointer;
}

.btn-l:hover {
  color: var(--color);
  border-bottom-color: transparent;
}

input:focus {
  outline: none;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none !important;
}

.hero__item-link:hover,
.hero__item-bt:hover {
  background-color: #D9D9D9;
}

.footer__contacts .nav-wrap .nav-link:hover,
.nav-wrap .nav-link:hover {
  color: var(--dark);
}

.services__item {
  transition: all 0.3s;
}

.services__item:hover .services__item-link {
  background-color: var(--color);
}

.btn.btn-color:hover {
  color: var(--color);
  background-color: #fff;
}

.steps__item {
  transition: all 1.2s
}

.btn:hover {
  background-color: var(--color);
  color: #fff;
}

.btn:hover .btn-in {
  background-color: #fff;
}

.price__item .btn.btn-color:hover {
  color: var(--color);
  background-color: #fff;
  border-color: transparent;
}

.btn:hover .btn-in svg path {
  stroke: var(--color);
}

.btn.btn-color:hover .btn-in {
  background-color: var(--color);
}

.btn.btn-color:hover .btn-in svg path {
  stroke: #fff;
}

.popup .form-desc {
  margin-bottom: 2rem;
}

@keyframes manager-img2 {
  0% {
    transform: translateY(5%);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(5%);
  }
}

.manager__inner .title {
  width: 100%;
  max-width: 60%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.cases__item {
  width: calc((100% / 3) - 1rem);
}

.cases__items-wr {
  width: auto;
}

.cases__item__content-wrap {
  flex-direction: column;
  gap: .75rem;
  align-items: flex-start;
}

.cases__item__content {
  gap: .5rem;
  margin: 1.25rem .75rem 0 .75rem;
}

.cases__item__content-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 156%;
  color: #2B2B2B;
}

.cases__item__content-wrap {
  font-size: .875rem;
  line-height: 171%;
  color: #2B2B2B;
}



.header__phone a {
  font-weight: 700;
  font-size: .875rem;
  text-transform: uppercase;
  color: #2A2A3C;
}

.header__phone {
  display: flex;
  align-items: center;
  gap: .625rem;
}

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

.header__contacts {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.footer__phone a {
  font-size: 1.9303rem;
  text-transform: uppercase;
  color: #171D26;
}

.header__wrapper {
  padding-top: 2rem;
}

.footer__contacts .nav-wrap ul {
  column-count: 2;
  display: block;
  column-gap: 2rem;
}

.footer__contacts .nav-wrap .nav-link {
  font-weight: 700;
  font-size: .75rem;
  text-transform: uppercase;
  width: 100%;
  display: block;
  color: #BCBCBC;
}

.footer__wrapper-v {
  flex-shrink: 0;
}

.social .soc,
.social .soc a {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1.5px solid #313438;
  background-color: #F3F3F3;
}



.footer__inner__text {
  display: flex;
  width: 100%;
  gap: 1rem;
  justify-content: space-between;
}

.footer__inner {
  padding-top: 6.25rem;
}

.social .soc {
  margin-right: -0.5rem;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.portfolio__inner-t-title {
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
}

.cases-text h2 {
  font-weight: 700;
  color: #000;
}

.cases-text {
  font-size: 4.875rem;
  line-height: 109%;
  text-align: right;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  opacity: 1;
  align-self: flex-end;
  width: 30%;
  margin-left: auto;
}

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

.cases__items-wr {
  margin-top: 2.875rem;
}

.cases__inner .title h2 {
  margin: 0;
  font-weight: 800;
  font-size: 4.875rem;
  line-height: 109%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #171D26;

}

.footer .dropdown-item:hover .nav-menu--level-1 {
  position: relative;
  transform: unset;
  top: unset;
  left: unset;
  display: block;
  padding: 0;
  width: auto;
  background: transparent;
}

.blog__states {
  background-color: #F4F4F4;
  z-index: 1;
}

.docs_manager__inner .wpcf7-list-item label,
.docs_manager__inner input::placeholder,
.docs_manager__inner .form-desc {
  color: #fff !important;
}

.docs_form-wrap {
  width: 49rem;
  margin: 0 auto;
  margin-top: 3rem;
}

.footer .nav-item.dropdown-item::after {
  display: none;
}

.docs_manager__inner p.has-btn-icon input {
  text-align: left;
}

.docs_manager__inner .form-group {
  margin-bottom: 0;
}

.docs_manager__inner p.has-btn-icon {
  margin: 0;
  width: 17rem;
  text-align: left;
  margin-left: 1rem;
}

.docs_manager__inner .form-desc {
  width: 100%;
}

.docs_manager__inner form {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer .nav-item {
  gap: 0.3rem;
}

.footer__contacts .nav-item {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}

.footer {
  padding-top: 2.75rem;
  border-top: 1px solid #E2E2E2;
  z-index: 1;
  position: relative;
}

.footer__wrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
  gap: 2rem;
}

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

.footer__mail a {
  font-weight: 500;
  border-bottom: 1px solid #2A2A3C;
  color: #2A2A3C;
  padding-bottom: 0.2rem;
}

.social {
  gap: 0;
}

.nav-item {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
}

.btn-l {
  font-weight: 300;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: -0.01em;
  border-bottom: 1px solid;
  color: #2B2B2B;
  padding-bottom: 0.1rem;
  margin: 0 auto;
  display: block;
  width: max-content;
}

.cases {
  padding: 11.875rem 0;
  padding-top: 8rem;
}

.header__logo a {
  display: block;
  width: 10.1875rem;
}

.cases__items {
  margin-bottom: 11.1875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  row-gap: 3.125rem;
}

.cases__item__img {
  height: auto;
  border-radius: .3125rem;
}

.footer {
  background-color: #f9f9f9;

}

.exactly__item-title-wr {
  font-size: 1.25rem;
  line-height: 121%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.exactly__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.625rem;
  position: relative;
}

.exactly__item-svg {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.exactly__item-num {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1rem;
  line-height: 181%;
  color: #D9D9D9;
}

.exactly__in {
  width: 62.5rem;
  margin: 0 auto;
}

.exactly-t h2 {
  font-size: 3rem;
  margin: 0;
  text-align: right;
}

.exactly__item-one .exactly__item-title-wr,
.exactly__items .exactly__item:nth-child(odd) .exactly__item-title-wr {
  color: var(--color);
}



.exactly__items-wrapper {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.exactly__items {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
}

.wrapper2844 .price-t {
  width: 100%;
}

.exactly__item-text {
  line-height: 145%;
  color: #171D26;
}

.hero {
  background-color: #f4f4f4;
}

.exactly-img1 {
  position: absolute;
  top: 30%;
  left: 0;
  width: 23%;
}

.exactly {
  padding: 7.5rem 0;
}

.wrapper3581 .price-t {
  width: 100%;
}

.wrapper3482 .hero-text5 {

  display: none !important;
}

.hero__c-inl5-b {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.wrapper3482 .slslsl {
  position: absolute;
  right: 31%;
  width: 15%;
  bottom: 18%;
  z-index: -1;
  pointer-events: none;
}

.price-t {
  width: 100% !important;
}

.wrapper3482 .hero-text5 {
  width: 23rem;
  top: 54%;
  display: inline;
  right: 0;
  position: relative;
}

.wrapper3482 .hero5 .title strong:last-child {
  text-indent: 0;
  display: inline;
}

.exactly-img2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 47%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.wrapper3482 .hero-text55 {
  display: inline !important;
}

.portfolio-none-filter .breadcrumbs {
  display: none;
}

.manager {
  background-color: #f9f9f9;
  overflow: visible;
  z-index: 2;
  padding-bottom: 12.6875rem;
}

.manager-img2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  width: 37%;
}

.btn span {
  display: flex;
  padding: 6px;
  align-items: center;
  gap: 1rem;
  padding-left: 2.5rem;

  justify-content: space-between;
}

.hero {
  padding-top: 5rem;
}

.hero__item-text {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: -0.01em;
  color: #818196;

}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/img/bg.png');
  background-size: cover;
  background-position: center;
  z-index: -1;
  /* Должен быть под Canvas */
  filter: blur(5px);
  transition: filter 0.3s ease-out;
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  pointer-events: none;
}


.hero .title {
  width: 77%;
}

.hero__item-bt {
  border-radius: 50%;
  flex-shrink: 0;
  width: 4.4144rem;
  height: 4.4144rem;
  background: #171D26;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-text svg {
  flex-shrink: 0;
}

.hero__item {
  padding: 3.6875rem 2.5rem;
  background: #EEEEEE;
  border-radius: 0.3125rem;
  padding-bottom: 1.5625rem;
}

.hero .title p:first-of-type {
  text-transform: uppercase;
  color: #242424;
  opacity: 0.5;
  font-size: 1rem;
  margin-bottom: 0;
}

.docs .rev-btns {
  display: none;
}

.ar.slick-arrow {
  box-shadow: none;
  position: relative;
  background: linear-gradient(180deg, #FB9324 0%, #EB6B33 100%);
}

.ar.slick-arrow:hover {
  border-color: var(--color);
  background: transparent;
}

.ar.slick-arrow svg {
  width: 0.875rem;
  height: auto;
}

.hero-text {
  display: flex;
  align-items: center;
}

.hero-t2 span {
  font-weight: 500;
  font-size: 1.6655rem;
  line-height: 144%;
  color: var(--color);
  position: absolute;
  left: calc(var(--indent) * -1);
  top: 0;
}


.faq {
  padding: 80px 0;
  background: #f9f9f9;
}

.form-wrap {
  width: 39.75rem;
  background: #FFFFFF;
  border: none;
  box-shadow: none;
  border-radius: .3125rem;
  padding: 3.5rem;
}

.form-wrap .form-desc {
  margin-bottom: 5.25rem;
}

.faq__container-wr {
  margin-left: auto;
  width: 85.125rem;
}

.faq__container {
  column-count: 2;
  column-gap: 4rem;
  padding-top: 2rem;
}

.faq__item.active .faq__icon {
  transform: rotate(135deg);
}

.faq__item.active .faq__icon svg path {
  stroke: var(--color);
}

.faq__item {
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
}


.faq__item:last-child {
  margin-bottom: 0;
}

.faq-w {
  display: flex;
  gap: 1rem;
}

.faq-text h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 131%;
  letter-spacing: -0.04em;
  text-transform: uppercase;


}


.faq .title strong {
  font-weight: 700;
  font-size: 5.7454rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #171D26;

}

.faq__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: -40%;
  width: 193%;
  height: 1px;
  background-color: rgba(23, 29, 38, 0.11);
}

.faq__container {
  position: relative;
}


.faq .title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 131%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #171D26;

}



.faq__question {
  border-bottom: 1px solid rgba(23, 29, 38, 0.11);
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 2rem;
}

.faq__question:hover .faq__question-text {
  color: var(--color);
}

.faq__question-text {
  transition: all 0.3s;
}

.faq {
  z-index: 1;
}

.faq__question-text {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 160%;
  color: #171D26;

}

.faq__icon {
  transition: transform 0.3s ease;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq__answer-content {
  font-size: .875rem;
  line-height: 195%;
  color: #171D26;
}




button.btn.show-more-cases {
  display: none;
}

.faq__item.active .faq__answer {
  max-height: 500px;
  /* Достаточно большое значение для контента */
}




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

.multiselect-toggle {
  padding: 0.7rem 1.5rem;
  padding-top: .625rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  position: relative;
  color: #2B2B2B;
}

.multiselect {
  border-radius: 5px;
  background: #F3F3F3;
  border: 1px solid #E7E7E7;
}

.multiselect-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  background-image: url(assets/img/222.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
}

#portfolio-results .cases__item:nth-child(3),
#portfolio-results .cases__item:nth-child(2),
#portfolio-results .cases__item:first-child {
  width: 32.6%;
}

#portfolio-results.cases__items {
  margin-bottom: 5.0625rem;
  justify-content: flex-start;
}

a.price__link {
  margin-top: 1rem;
  border-bottom: 1px solid;
  align-self: flex-start;
  cursor: pointer;
  margin-top: auto;
}

.price__form .social-floating-bar {
  position: relative !important;
  padding: 0;
  transform: unset;
  top: unset;
}

.price__form-title {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 132%;
  color: #FFFFFF;
  max-width: 41.8125rem;
  padding: 2rem;

}

.price .price__form-title h2 {
  font-size: 3.875rem;
  text-transform: unset;
}

.hero6-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero6-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.hero.hero6.hero5 .hero-text5 {
  position: relative;
  top: unset;
  right: unset;
  width: 20rem;
  margin-left: 10rem;
  margin-top: 1.5rem;
}

.hero.hero6.hero5 .hero__c-inl5 {
  flex-direction: column;
  align-items: flex-start;
}

.hero.hero6.hero5 {
  padding-bottom: 5rem;
}

.hero.hero6.hero5 .btn {
  margin-left: 10rem;
}

.price__form .social-floating-bar ul.social.social-mess {
  flex-direction: row;
  margin-left: 14rem;
  margin-top: 0.5rem;
}

.price__form {
  display: flex;
  justify-content: space-between;
  width: 93%;
  margin-top: 5.375rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.price__form-title-in p {
  margin-left: 14rem;
  margin-top: -2rem;
}

.price__form-title-in {
  display: flex;
  flex-direction: column;
}

a.price__link:hover {
  border-color: transparent;
}

.cases__items-single {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.portfolio-none-filter #portfolio-filter {
  display: none;
}

.cases__items-single .cases__item__img {
  height: 20rem;
}

.portfolio-none-filter #portfolio-results {
  margin-top: 2rem;
}

.cases__items-single .cases__item {
  width: 100%;
}

.cases-sp {
  font-weight: 700;
  font-size: 1.125rem;
}

#blog-hero::after {
  display: none;
}

#portfolio-results .cases__item .cases__item__img {
  /* height: 23.9375rem; */
  /* max-height:250px; */
}

.filter-in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3.875rem;
}

.multiselect-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.multiselect-dropdown.show {
  display: block;
}

.multiselect-item {
  padding: 0.7rem 1.5rem;
  display: flex;
  align-items: center;
}

.multiselect-item:hover {
  background: #f5f5f5;
}

.multiselect-item input {
  margin-right: 10px;
}

.multiselect-selected {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  padding: 0 1.5rem;
}

.multiselect-item.checked {
  background-color: #F8F8F8;
  color: var(--color);
  /* Синий цвет текста */
  font-weight: 500;
}

.multiselect-selected {
  display: none !important;
}

.multiselect-item.checked:hover {
  background-color: #F8F8F8;
}

.portfolio-page {
  padding-top: 2.5rem;
}

.container-fluid {
  position: relative;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  z-index: 1;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
  row-gap: 2rem;
}

.col-1,
.col-2,
.col-25,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-25,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-25,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-ml-1,
.col-ml-2,
.col-ml-25,
.col-ml-3,
.col-ml-4,
.col-ml-5,
.col-ml-6,
.col-ml-7,
.col-ml-8,
.col-ml-9,
.col-ml-10,
.col-ml-11,
.col-ml-12,
.col-md,
.col-ml-auto,
.col-lg-1,
.col-lg-2,
.col-lg-25,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2.col-xl-25,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-s,
.col-m {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 1rem
}

@media (max-width:1181px) {
  .row {
    margin: 0 -0.75rem;
    row-gap: 1.5rem;
  }

  .col-1,
  .col-2,
  .col-25,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-25,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-25,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-ml-1,
  .col-ml-2,
  .col-ml-25,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-md,
  .col-ml-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-25,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2.col-xl-25,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto,
  .col-s,
  .col-m {
    padding: 0 0.75rem;
  }
}

@media (max-width:767px) {
  .row {
    margin: 0 -0.5rem;
    row-gap: 1rem;
  }

  .blog__states__item {
    margin-right: 0.9rem !important;
  }

  .blog__states__inner .slick-list {
    margin-right: -0.9rem;
  }

  .blog__states__inner h2 {
    margin: 0;
  }

  .blog__states__inner .title {
    align-items: flex-start;
    flex-direction: column;
  }

  .steps__item {
    padding: 1.3rem 0;
  }

  .col-1,
  .col-2,
  .col-25,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-25,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-25,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-ml-1,
  .col-ml-2,
  .col-ml-25,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-md,
  .col-ml-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-25,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2.col-xl-25,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto,
  .col-s,
  .col-m {
    padding: 0 0.5rem;
  }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-ml,
.visible-lg,
.visible-xl,
.hidden {
  display: none
}

.hidden-xs,
.hidden-sm,
.hidden-md,
.hidden-ml,
.hidden-lg,
.hidden-xl {
  display: block
}

/*Автоширина колонок*/
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

/*Фиксированая ширина колонок*/
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-25 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

/*Смещение столбцов*/
.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

/*
Ширины экрана
-- xs	320-499		Смартфоны
-- sm	500-767		Фаблеты
-- md	768-1023	Планшеты
-- ml	1024-1180	Нетбуки
-- lg	1181-1399	Ноутбуки
-- xl	1400		Декстопы
*/

@media (min-width:1400px) {
  .hidden-xl {
    display: none !important
  }

  .visible-xl {
    display: flex !important
  }
}

@media (min-width:1153px) and (max-width:1399px) {
  .hidden-lg {
    display: none !important
  }

  .visible-lg {
    display: flex !important
  }
}

@media (min-width:1024px) and (max-width:1181px) {
  .hidden-ml {
    display: none !important
  }

  .visible-ml {
    display: flex !important
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .hidden-md {
    display: none !important
  }



  .visible-md {
    display: flex !important
  }
}

@media (min-width:500px) and (max-width:767px) {
  .hidden-sm {
    display: none !important
  }

  .visible-sm {
    display: flex !important
  }
}

@media (max-width:499px) {
  .hidden-xs {
    display: none !important
  }

  .blog__states__inner h2 br {
    display: none;
  }

  .blog__states__item__img {
    height: 12rem;
  }

  .blog__states {
    padding-top: 2rem;
  }

  .portfolio__inner h2 {
    text-align: left;
  }

  .visible-xs {
    display: flex !important
  }
}

/*
	xs - Смартфоны
*/
@media (min-width: 320px) {
  .container-fluid {
    padding: 0 1rem
  }

  .col-s,
  .col-m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}



/*
	sm - Фаблеты
*/
@media (min-width: 500px) {


  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

/*
	md - Планшеты
*/
@media (min-width: 768px) {


  .col-s {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 auto;
  }

  .col-m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

/*
	ml - Нетбуки
*/
@media (min-width: 1024px) {


  .col-ml {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-ml-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-ml-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-ml-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .col-ml-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-ml-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-ml-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-ml-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-ml-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-ml-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-ml-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-ml-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-ml-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-ml-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .offset-ml-0 {
    margin-left: 0
  }

  .offset-ml-1 {
    margin-left: 8.333333%
  }

  .offset-ml-2 {
    margin-left: 16.666667%
  }

  .offset-ml-3 {
    margin-left: 25%
  }

  .offset-ml-4 {
    margin-left: 33.333333%
  }

  .offset-ml-5 {
    margin-left: 41.666667%
  }

  .offset-ml-6 {
    margin-left: 50%
  }

  .offset-ml-7 {
    margin-left: 58.333333%
  }

  .offset-ml-8 {
    margin-left: 66.666667%
  }

  .offset-ml-9 {
    margin-left: 75%
  }

  .offset-ml-10 {
    margin-left: 83.333333%
  }

  .offset-ml-11 {
    margin-left: 91.666667%
  }
}

/*
	lg - Ноутбуки
*/
@media (min-width: 1181px) {

  .col-s {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin: 0 auto;
  }

  .col-m {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 auto;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}


/*
	xl - Десктопы
*/
@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1578px;
    padding: 0 6rem
  }

  .g-modules .container-fluid,
  .g-hero .container-fluid,
  .g-benefits .container-fluid,
  #balls-cart .container-fluid,
  #cases-hero .container-fluid,
  #hero .container-fluid {
    max-width: 1578px
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.wrapper3482 .hero5 .title {
  position: unset;
}

.wrapper3482 .hero__c-inl5 {
  position: relative;
}

@media screen and (min-width: 2500px) {
  body {
    zoom: 1.333;
  }
}

@media screen and (max-width: 1919px) {
  .header__wrapper {
    padding-top: 1rem;
  }


  .semantic__inner h2 {
    font-size: 5rem;
  }

  .semantic__img.semantic__img2 {
    bottom: 28%;
    right: 0%;
    width: 93%;
  }

  .hero5.hero6 .title strong:last-child {
    text-indent: 5.5rem;
  }

  .cols__blog .image {
    height: 15rem;
  }

  #portfolio-results .cases__item:nth-child(3),
  #portfolio-results .cases__item:nth-child(2),
  #portfolio-results .cases__item:first-child {
    width: 32.2%;
  }

  .contacts-page {
    padding-top: 12.75rem;
  }

  .contacts-page-col {
    font-size: 1.2rem;
  }

  .reason-buttons {
    margin-top: 1.5rem;
  }

  .contacts-page-col span {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .contacts-page-content {
    width: 68%;
  }

  .l1 {
    display: none;
  }

  .l2 {
    left: 26%;
  }

  .contacts-page-content::before {
    width: 81.4%;
  }

  .contacts-page-col-email::after {
    width: 168.8%;
  }

  .btn-l-two.btn-l {
    margin-left: 20.6%;
  }

  .hero__c-in3 {
    gap: 9.5rem;
  }

  .cases__two-items {
    gap: 2.5rem;
  }

  .hero3-text {
    font-size: 1.7rem;
  }

  .s-svg-22 {
    bottom: -7%;
    z-index: -1;
  }

  .cases__two-items {
    padding-top: 9.625rem;
  }

  .cases__two__item:nth-child(4) .cases__two__item__img {
    height: 26rem;
  }

  .cases__two__item__img {
    height: 13rem;
  }

  .cases__two-item-title {
    font-size: 7.5rem;
    margin-bottom: 0.5rem;
  }

  .hero5 .title strong:last-child {
    text-indent: 11.5rem;
  }

  .hero-text5 {
    right: -18%;
    width: 30%;
  }

  .page3477 .hero {
    padding-top: 2rem;
  }

  #portfolio-results .cases__item .cases__item__img {
    /* height: 20rem; */
  }

  .cases__items-single .cases__item__img {
    height: 17rem;
  }

  .portfolio__inner-title {
    font-size: 3.5rem;
  }

  .filter-group-categories label {
    font-size: 1.125rem;
    padding: 1rem .875rem 1rem 1rem;
  }

  .filter-group.search-group {
    height: 4.5rem;
    padding: 1rem 1rem;
  }

  #reset-filters {
    font-size: 1rem;
  }

  .filter-in {
    margin-bottom: 2rem;
  }

  .filter-group.search-group {
    margin: 2rem 0;
  }

  .multiselect-item,
  .multiselect-toggle {
    font-size: 1.125rem;
  }


  .hero__in2 h1 {
    font-size: 5rem;
  }

  .hero__in2 .hero-t-in {
    margin-left: 32rem;
  }

  .hero2-text {
    width: 16.625rem;
    font-size: 1.125rem;
    ;
  }

  .rev-items-wrap .swiper-slide {
    margin-right: 25px !important;
  }

  .manager__inner h2 {
    font-size: 4.5rem;
  }

  .form_block .btn {
    margin-bottom: 2.5rem;
  }

  .faq__question-text {
    font-size: 1.125rem;
  }

  .services-banner-text h3 {
    font-size: 1.8rem;
  }

  .team__inner .title p:first-of-type {
    font-size: 2.3rem;
  }


  .steps__item-title {
    font-size: 1.8rem;
  }



  .cases__inner .title h2,
  .cases-text {
    font-size: 4.3rem;
  }


  .cases__items {
    margin-bottom: 6rem;
  }

  .btn-l {
    font-size: 2rem;
  }

  .price h2 {
    font-size: 5rem;
  }

  .price__item-title-wr {
    font-size: 2rem;
  }

  .partners {
    padding: 5rem 0;
  }

  .steps .title h2,
  .rev__inner .title p {
    font-size: 1.8rem;
  }

  .docs__item-img {
    flex: 0 0 13%;
  }

  .docs__item-img:nth-child(2) {
    flex: 0 0 21%;
  }

  .docs {
    padding-top: 0;
  }

  .price__items {
    margin-top: 3rem;
  }

  .price__in {
    width: 88%;
  }

  .price-te {
    font-size: 5rem;
    margin-top: -4.8rem;
  }

  .cases {
    padding: 6.875rem 0;
    padding-top: 4rem;
  }

  .offer__in .title::before {
    bottom: 2rem;
  }

  .hero-t2l,
  h1 {
    font-size: 5rem;
  }



  .hero__item-title {
    font-size: 7rem;
  }

  .why__item-title {
    font-size: 1.5rem;
  }

  .offer__c-in .title p {
    font-size: 4.9rem;
  }

  .why {
    padding-bottom: 4rem;
  }

  .offer-text {
    max-width: 21.1875rem;
    font-size: 0.9rem;
  }

  .cases__items {
    row-gap: 2rem;
  }

  .header .nav-wrap .nav-link {
    font-size: 0.9rem;
  }

  .politika-content .title,
  .portfolio__inner .title p,
  h2 {
    font-size: 4rem;
  }

  .videos-w {
    height: 51rem;
  }

  .hero4-img {
    min-height: 25.8125rem;
  }

  .hero-text {
    max-width: 27.1875rem;
  }
}

@media screen and (max-width: 1599px) {
  .hero__in2 .hero__c-in {
    gap: 2rem;
  }

  .wrapper3581 .hero__c-inl5 h1 {
    font-size: 3.5rem;
  }

  .semantic__inner .title p {
    font-size: 1.6rem;
  }

  .blog__states__item__img {
    height: 19.75rem;
  }

  .semantic__inner h2 {
    font-size: 4.6rem;
  }

  .hero5 .title strong:last-child {
    text-indent: 5.5rem;
  }

  .semantic__imgs {
    right: 3%;
  }

  .semantic__form .form-wrap {
    width: 43.75rem;
  }

  .cols__blog .image {
    height: 13rem;
  }

  .hero-text5 {
    right: -31%;
    width: 35%;
  }

  .hero-text {
    max-width: 23rem;
  }

  .wrapper3477 .hero4 .hero-text {
    max-width: 31rem;
  }

  .team__item-ava {
    transform: translate(-51%, 0);
  }

  #portfolio-results.cases__items {
    margin-bottom: 4rem;
  }



  #portfolio-results .cases__item .cases__item__img {
    /* height: 17rem; */
  }

  .multiselect-item,
  .multiselect-toggle {
    font-size: 1rem;
  }

  .category-count {
    min-width: 2rem;
    height: 2rem;
  }

  .filter-group-categories label {
    font-size: 1rem;
  }

  .multiselect-toggle {
    padding-top: .5rem;
  }

  .offer__in .title::before {
    bottom: -2.9rem;
    height: 12rem;
  }

  .cases-text {
    width: 36%;
  }

  .team__inner .title p:first-of-type {
    font-size: 2.1rem;
  }

  .team__item {
    min-height: 39rem;
  }

  .faq__question-text {
    font-size: 1rem;
  }

  .faq__container-wr {
    width: 81%;
  }

  .cases__item__content-title {
    line-height: 141%;
  }

  .offer-text {
    margin-bottom: -3rem;
  }

  .offer__c-in .title p {
    font-size: 4rem;
  }
}

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

  h1,
  .hero-t2l {
    font-size: 4rem;
  }

  .semantic__inner h2 {
    font-size: 4.1rem;
  }

  .contacts-page.page-form h1 {
    font-size: 4rem;
  }

  .page-form .form-wrap .form-desc {
    margin-bottom: 2rem;
  }

  .page-form .form-wrap {
    width: 34.75rem;
  }

  .contacts-page {
    padding-top: 6.75rem;
  }

  .contact-reason-text {
    font-size: 1.2rem;
  }

  .btn-l-two.btn-l {
    margin-left: 19.3%;
  }

  .reason-btn {
    font-size: 1.125rem;
  }

  .cases__two__item__img {
    height: 10rem;
  }

  .hero__c-in3 .title h1 {
    margin-bottom: 1.5rem;
  }

  .cases__two-item-title {
    font-size: 6rem;
  }

  .cases__two__items {
    margin-top: 2rem;
  }

  .cases__two__item:nth-child(4) .cases__two__item__img {
    height: 21rem;
  }

  .hero__c-in3 {
    gap: 5.5rem;
  }

  .hero__c-in3 .title p:not(:first-child) {
    margin-left: 4.5rem;
  }

  .hero3-text {
    font-size: 1.4rem;
    width: 36rem;
  }

  .hero__c-in3 .title {
    width: 32.75rem;
  }

  .hero5-img {
    height: 27.25rem;
  }

  .hero-text {
    font-size: 0.875rem;
  }

  .partners__slide {
    height: 4rem;
  }

  .multiselect-t {
    padding: 0.7rem 1rem;
    padding-bottom: 0;
  }

  .multiselect-item,
  .multiselect-toggle {
    padding: 0.7rem 1rem;
  }

  .hero__in2 h1 .text_color strong,
  .hero__in2 h1 .text_color {
    text-indent: 14rem;
  }

  .hero2-svg {
    margin-left: 14rem;
  }

  .hero__in2 h1 {
    font-size: 4rem;
  }

  .hero2-text {
    font-size: 1rem;
  }

  .steps__item-title {
    font-size: 1.6rem;
  }

  .steps .title h2 {
    margin-top: 0;
  }

  .steps__item {
    padding: 1.6rem 0;
  }

  .technologies .swiper-slide {
    width: 9rem !important;
    height: 9rem !important;
  }

  .hero-t2 {
    font-size: 1.25rem;
  }

  .hero__items {
    margin-top: 3.5rem;
  }

  .hero__item-text {
    font-size: 1rem;
  }

  .hero__item-link {
    padding: 1rem 1.2rem;
  }

  .h_b {
    width: 8rem;
    height: 3rem;
  }

  .hero__item {
    padding: 2.5rem;
    padding-bottom: 1.5625rem;
  }

  .videos_in .title {
    padding: 4rem 2rem;
  }

  .videos_in .title h2 {
    font-size: 3.4rem;
  }

  .videos_in .title h2 {
    margin: 1.25rem 0;
  }

  .offer-form {
    padding: 2.5rem;
  }

  .offer__c-in .title p {
    font-size: 3.5rem;
  }

  .why__item:nth-child(even) .why__item-elem,
  .why__item-elem {
    height: 9.4887rem;
  }

  .price h2 {
    font-size: 4.4rem;
  }

  .price__item-text p strong {
    font-size: 0.9rem;
  }

  .price__in {
    width: 100%;
  }

  .price__item-title-wr {
    font-size: 1.7rem;
  }

  .partners {
    padding: 3rem 0;
  }

  .rev__inner {
    width: 89%;
  }

  .rev-svg {
    top: 15%;
  }

  .price {
    padding: 4.25rem 0;
  }

  .price-te {
    font-size: 4.4rem;
    margin-top: -4.2rem;
  }

  .price-t {
    width: 77%;
  }

  .offer-text {
    max-width: 19rem;
  }

  .why__item-elem {
    width: 4rem;
  }

  .why {
    padding-top: 3rem;
  }

  .videos-w {
    height: 43rem;
  }
}

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

  .hero-t2l,
  h1 {
    font-size: 3.5rem;
  }

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

  .hero5.hero6 .title strong:last-child {
    text-indent: 0;
  }

  .page-form .cont-form {
    width: 100%;
  }

  .hero5.hero6 .hero-text {
    margin-left: 0;
  }

  .cases__two .title p {
    font-size: 0.875rem;
  }

  .btn-l-two.btn-l {
    margin-left: 0;
  }

  .hero__c-in3 .title p {
    font-size: 0.875rem;
  }

  .hero3-text {
    font-size: 1.2rem;
  }

  .hero-text {
    position: relative;
    right: unset;
    margin-left: 5.5rem;
    margin-top: 0.5rem;
  }

  .hero-text br {
    display: none;
  }

  .hero5-img {
    height: 21.25rem;
  }


  .hero4-img {
    min-height: 23rem;
  }



  #portfolio-results .cases__item .cases__item__img {
    /* height: 15rem; */
  }

  .portfolio__inner-title {
    font-size: 3rem;
    margin-top: 2rem;
  }

  .exactly__item-svg {
    bottom: 1.5rem;
    right: 1.5rem;
  }


  .hero__in2 .hero-t-in {
    margin-left: 29rem;
  }


  .exactly__item-num {
    top: 1.5rem;
    right: 1.5rem;
    font-size: 0.9rem;
  }

  .why__item-img2 {
    min-height: 9.25rem;
    height: 9.25rem;
  }

  .form-group input::placeholder {
    font-size: 1rem !important;

  }

  .footer__inner {
    padding-top: 4rem;
  }

  .form-group input {
    padding-bottom: 1rem;
  }



  .hero__item-title {
    font-size: 6rem;
  }

  .videos-w {
    height: 37rem;
  }

  .politika-content .title,
  .portfolio__inner .title p,
  h2 {
    font-size: 3.3rem;
  }

  .why__item-title {
    font-size: 1.2rem;
  }

  .form-desc {
    font-size: 1.125rem;
  }

  .price__item {
    padding: 1.5rem;
  }

  .docs__blag {
    gap: 2rem;
  }

  .services__item {
    font-size: 1.125rem;
    padding: 0.5rem 0;
  }

  .services {
    padding-bottom: 8rem;
  }



  .team__item-content-title,
  .team__item-content-dol {
    font-size: 1rem;
  }

  .form-wrap {
    width: 33.75rem;
    padding: 2.5rem;
  }


  .form-wrap .form-desc {
    margin-bottom: 3rem;
  }

  .manager__form {
    margin-right: 7.5rem;
  }

  .manager__inner .title p {
    font-size: 1.125rem;
  }

  .faq__container {
    padding-top: 1rem;
  }

  .team__item {
    min-height: 37rem;
  }

  .services__items {
    gap: 1rem;
  }

  .price-t {
    width: 86%;
  }

  .docs__item-img {
    flex: 0 0 16%;
  }

  .btn-l {
    font-size: 1.7rem;
  }

  .cases__item__content-title {
    line-height: 128%;
    font-size: 1rem;
  }

  .why__items {
    gap: 1rem;
  }

  .title p {
    font-size: 1rem;
  }

  .videos_in .title h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1365px) {
  .why__items {
    margin-top: 2rem;
  }

  .wrapper3581 .hero__c-inl5 h1 {
    font-size: 3rem;
  }

  .blog__states__item__content-title {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .blog__states__inner .slick-list {
    margin-right: -1.5rem;
  }

  .blog__states__item {
    margin-right: 1.5rem;
  }

  .blog__states__item__img {
    height: 17rem;
  }

  .price__form {
    width: 100%;
  }

  .social-floating-bar {
    padding-right: 1.5rem;
  }

  .footer__contacts .nav-wrap ul {
    column-count: 1;
  }

  .services-banner h2 {
    font-size: 3rem;
  }

  .services-banner {
    width: 100%;
  }

  .portfolio__inner .title p {
    margin: 0;
  }

  .portfolio__inner h2 {
    margin-top: 0;
  }

  .portfolio__inner-t-title {
    flex-direction: column;
  }

  #blog .autor-block .header-inn {
    font-size: 1rem;
  }

  .exactly-t h2 {
    font-size: 2.4rem;
  }

  .price h2 {
    font-size: 3.5rem;
  }

  .price-t {
    width: 73%;
  }

  .price-te {
    font-size: 3.5rem;
    margin-top: -3.4rem;
  }

  .header .nav-wrap .nav-link {
    font-size: 0.8rem;
  }

  .hero__in2 .hero__items {
    margin-top: 11.75rem;
  }

  .offer-text {
    margin-bottom: 1rem;
  }

  .offer-text {
    padding-top: 2.75rem;
  }

  .cases-text {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }

  .portfolio__inner h2 {
    margin-bottom: 1rem;
  }

  .rev__inner {
    width: auto;
  }


  .services-banner-text h3 {
    font-size: 1.6rem;
  }

  .steps__item-title {
    font-size: 1.4rem;
  }

  .team__tab {
    width: 4rem;
    height: 4rem;
  }

  .faq .title strong {
    font-size: 4rem;
  }

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

  .technologies_in .title h2 {
    font-size: 3rem;
  }

  .price__item-content {
    margin-bottom: 2rem;
  }

  .offer__in .title::before {
    display: none;
  }
}

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

  .hero4-img {
    min-height: 20rem;
  }

  .team {
    padding-bottom: 2rem;
  }

  a.blog__state__item-btn {
    padding: 0.8rem 1.3rem;
  }

  .price__form-title {
    font-size: 1rem;
  }

  .price__form .social-floating-bar ul.social.social-mess,
  .price__form-title-in p {
    margin-left: 11rem;
  }

  .price .price__form-title h2 {
    font-size: 3rem;
  }

  .semantic__inner h2 {
    font-size: 3.1rem;
  }

  #blog .ya-share2 {
    position: relative;
    top: unset;
  }

  #blog .row {
    flex-direction: column;
  }

  .cols__blog {
    gap: 1rem;
  }

  .ya-share2__list {
    display: block !important;
  }

  #portfolio-results .cases__item:nth-child(3),
  #portfolio-results .cases__item:nth-child(2),
  #portfolio-results .cases__item:first-child {
    width: 32%;
  }

  .header .nav-wrap .nav-link {
    font-size: 13px;
  }

  .contacts-page .form-wrap {
    width: 29.75rem;
  }

  .contacts-page-col span {
    font-size: 0.9rem;
  }

  .team__item-ava {
    transform: translate(-69%, 0);
  }

  .team__inner {
    overflow: hidden;
  }

  .team__item-ava {
    bottom: -3rem;
  }

  .price-t {
    width: 50rem;
  }

  #reset-filters {
    font-size: 0.9rem;
  }

  .filter-group-categories label {
    font-size: 0.9rem;
    padding: 0.87rem;
  }

  .filter-group.search-group {
    height: 3.5rem;
    padding: 0.5rem 1rem;
  }




  .multiselect-t {
    font-size: 10px;
  }

  .multiselect-item,
  .multiselect-toggle {
    font-size: 0.9rem;
  }

  .filter-in {
    gap: 1rem;
  }

  .hero__in2 h1 {
    font-size: 3.6rem;
  }

  .hero2-svg {
    margin-left: 10rem;
  }

  .hero__in2 .hero-t-in {
    margin-left: 21rem;
  }

  .hero__in2 h1 .text_color strong,
  .hero__in2 h1 .text_color {
    text-indent: 10rem;
  }

  .hero__item-content-wr {
    margin-bottom: 0.5rem;
  }

  .why__item:nth-child(even) .why__item-elem,
  .why__item-elem {
    height: 8rem;
  }

  .steps__item-text {
    font-size: 0.9rem;
  }

  .team__inner {
    padding: 2.5rem;
  }

  .team__tabs-i {
    left: 2.5rem;
  }

  .btn-in {
    width: 3rem;
    height: 3rem;
  }

  .faq__question {
    padding: 1rem 0;
    gap: 1.5rem;
  }

  .manager {
    padding-bottom: 8rem;
  }

  .btn span {
    padding-left: 1.5rem;
  }

  .team__item-content {
    flex: 0 0 43%;
  }

  .cases__inner .title h2,
  .cases-text {
    font-size: 2.5rem;
  }

  .politika-content .title,
  .portfolio__inner .title p,
  h2 {
    font-size: 2.6rem;
  }

  .rev-items-wrap .swiper-slide {
    margin-right: 16px !important;
  }

  .cases-text br {
    display: none;
  }

  .offer__c-in .title p {
    font-size: 3rem;
  }

  .hero .hero-text {
    max-width: 27rem;
  }

  .messenger-buttons {
    grid-template-columns: repeat(1, 1fr);
  }

  .semantic__form .form-wrap {
    width: 27rem;
  }
}

@media screen and (max-width: 1179px) {
  .hero-text {
    max-width: 30rem;
    gap: 1.5rem;
  }
.header__city{
    display:none;
}
  .hero.hero6.hero5 .hero__c-inl5 {
    position: relative;
  }

  .hero.hero6.hero5 .hero__c-inl5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translate(-50%, 0);
    filter: blur(2rem);
    z-index: -1;
    opacity: 0.6;
  }

  .hero.hero6.hero5 .btn,
  .hero.hero6.hero5 .hero-text5 {
    margin-left: 0;
  }

  .blog__states__item__img {
    height: 15rem;
  }

  .price__form {
    gap: 1rem;
  }

  .price .form-wrap {
    width: 25.75rem;
    padding: 2.5rem;
    flex-shrink: 0;
  }

  .price__form-title-in p {
    margin: 1rem 0;
  }

  .price__form .social-floating-bar ul.social.social-mess {
    margin-left: 0;
  }

  .exactly {
    padding: 5rem 0;
  }

  .semantic__inner .title {
    padding-top: 4rem;
  }

  section.semantic {
    padding-bottom: 2rem;
  }

  .semantic__inner .title::before {
    height: 2.8rem;
  }

  .cont-form {
    margin-top: 3rem;
  }

  .contacts-page.page-form h1 {
    font-size: 3.3rem;
  }

  .header__logo a {
    width: 7.1875rem;
  }

  .cases__item,
  #portfolio-results .cases__item:nth-child(3),
  #portfolio-results .cases__item:nth-child(2),
  #portfolio-results .cases__item:first-child {
    width: 48%;
  }

  .contacts-page-content {
    margin-top: 0;
  }

  .wpcf7-form-control.btn {
    text-align: left;
    padding-left: 1.3rem;
  }

  .contacts-page .form-wrap {
    width: 23.75rem;
  }

  .l2 {
    left: 33%;
  }

  .l3 {
    display: none;
  }

  .contacts-page-col-email::after {
    display: none;
  }

  .contacts-page-content::before {
    display: none;
  }

  .cases__two__item:nth-child(4) .cases__two__item__img {
    height: 17rem;
  }

  .contacts-page-col-email {
    padding-top: 0;
  }

  .cases__two__item__img {
    height: 8rem;
  }

  .cases__two-items {
    width: 77%;
  }

  .hero5 .title strong:last-child {
    text-indent: 0;
  }

  .hero-text {
    margin-left: 0;
    width: auto;
  }

  .social .soc,
  .social-floating-bar .social .soc,
  .social .soc a {
    width: 2.5rem;
    height: 2.5rem;
  }

  .social .soc,
  .social .soc a {
    border: 1px solid #313438;
  }

  .social-floating-bar {
    padding: 0.5rem;
  }

  .filter-row-wr {
    display: none;
    margin-bottom: 20px;
  }

  .filter-row-wr.active {
    display: block;
  }

  .filter-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: #fff;
    border-radius: .3125rem;
    cursor: pointer;
    margin-bottom: 15px;
    height: 3.5rem;
  }

  .filter-group.search-group {
    gap: 0.7rem;
  }

  .filter-group.search-group input::placeholder {
    font-size: 0.87rem;
  }

  .filter-group.search-group {
    padding: 12px 15px;
    margin-top: 1rem;
  }

  .filter-group.search-group {
    background: #fff;
  }

  .filter-mobile-toggle svg {
    transition: transform 0.3s ease;
  }

  .filter-mobile-toggle.active svg {
    transform: rotate(180deg);
  }

  .filter-in {
    display: none;
  }

  .filter-group.search-group.active {
    display: none;
  }



  .filter-in.active {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .loading,
  #portfolio-results p {
    font-size: 1.1rem;
  }

  .manager__inner .title p {
    font-size: 1rem;
  }

  .category-count {
    padding: 0.3rem;
  }

  .exactly__in {
    width: 100%;
  }


  .footer__contacts .nav-item {
    margin-bottom: 1rem;
  }

  .manager__inner h2 {
    margin-top: 0;
  }

  .manager__inner h2 {
    font-size: 3.5rem;
  }

  .faq .title strong {
    font-size: 2.5rem;
  }

  .faq__container-wr {
    width: auto;
  }

  .faq .title {
    flex-shrink: 0;
  }

  .team {
    padding-bottom: 4rem;
  }

  .faq {
    padding: 4rem 0;
  }

  .hero .title {
    width: auto;
  }

  .hero__item-title {
    font-size: 4rem;
  }

  .videos_in .title h2 {
    font-size: 2rem;
  }

  .videos-w {
    height: 33rem;
  }

  .technologies_in .title h2 {
    margin-top: 0;
  }

  .docs__item-img:nth-child(5) {
    flex: 0 0 18%;
  }

  .technologies__item-img {
    padding: 1.5rem;
  }

  .steps__item-text {
    padding-left: 3rem;
  }

  .steps__wr {
    width: 80%;
  }

  .services_in {
    margin-top: 6.25rem;
  }

  .s-svg {
    top: 47%;
  }

  .services-banner h2 {
    font-size: 3rem;
  }

  .services-banner {
    width: 100%;
  }

  .steps__item-title {
    padding-right: 3rem;
  }

  .hero-t2l,
  h1 {
    font-size: 2.8rem;
  }

  .hero-text {
    max-width: 17rem;
  }

  .hero__item {
    padding: 2rem;
  }

  .hero4-img {
    min-height: 17rem;
  }

  .hero__c-inl .hero-text svg {
    width: 5rem;
  }

  .docs__blag {
    gap: 1rem;
  }

  .price-t {
    width: auto;
  }

  .cases__items-single {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .manager__inner h2 {
    font-size: 3rem;
  }

  .wrapper3482 h1 span {
    text-indent: unset !important;
    display: inline !important;
    text-wrap: unset !important;
  }

  .wrapper3482 h1 br {
    display: none;
  }

  .wrapper3581 .hero__c-inl5 h1 {
    font-size: 2.5rem;
  }

  .wrapper3581 .hero__c-inl5 h1 span {
    text-indent: 0 !important;
    display: inline !important;
    text-wrap: unset !important;
  }

  .semantic__form .form-wrap {
    width: 24rem;
  }

  .semantic__inner h2 br {
    display: none;
  }

  .semantic__inner .title {
    width: 76%;
  }

  .semantic__inner .title p {
    font-size: 1.3rem;
  }

  .wrapper3477 .hero-t2l {
    text-indent: 0;
  }

  .price__form-title {
    font-size: 0.875rem;
  }

  .docs_manager__inner p.has-btn-icon {

    margin-left: 0;
  }

  .semantic__inner h2 {
    font-size: 2.1rem;
  }

  section.semantic {
    padding-bottom: 1rem;
  }

  .footer__wrapper {
    flex-wrap: wrap;
  }

  .semantic__inner {
    padding: 1.6rem;
  }

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

  .contacts-page-col,
  .contacts-page-col a[href^="mailto:"],
  .contacts-page-col a[href^="tel:"] {

    font-size: 1.125rem;
  }

  .contacts-page-content {
    gap: 1.5rem;
  }

  .contact-reason-text {
    font-size: 1rem;
  }

  .reason-btn {
    font-size: 1rem;
  }

  .contacts-page-content {
    padding-top: 1rem;
  }

  .cases__two__item:first-child {
    margin-right: 0;
  }


  .cases__two__items {
    max-height: unset;
  }

  .hero-t-inl {
    flex-wrap: wrap;
  }

  .hero__c-in3 .title p:not(:first-child) {
    margin-left: 0;
  }

  .hero__c-in3 {
    gap: 2.5rem;
  }

  .btn-l-two.btn-l {
    margin-top: 2rem;
  }

  .cases__two__item__img {
    height: 13rem !important;
  }

  .btn-l-two.btn-l {
    font-size: 1.125rem;
  }

  .cases__two-items {
    padding-top: 4rem;
  }

  .cases__two-items {
    width: 100%;
  }

  .cases__two__item {
    width: 31% !important;
  }

  .cases__two__items {
    flex-wrap: wrap;
  }

  .hero3-text {
    width: 28rem;
  }

  .hero4-img-two {
    right: -7%;
    width: 39%;
  }

  .hero4-img-one {
    left: -7%;
    width: 38%;
  }

  .hero-t2l {
    order: -1;
  }

  .hero3-video {
    width: 45%;
  }

  .manager__inner h2 {
    text-indent: 0;
  }



  .why__item-img {
    height: 2rem;
  }

  .partners__slide {
    height: 3rem;
  }

  .price-te,
  .price h2 {
    font-size: 2.9rem;
  }



  .filter-mobile-toggle {
    font-size: 0.87rem;
  }


  .hero__in2 .hero-t-in {
    margin-left: 11rem;
  }

  .hero .title p:first-of-type {
    font-size: 0.9rem;
  }

  .hero__in2 .hero-t-in {
    gap: 1rem;
  }

  .hero__in2 h1 {
    margin-bottom: 0.5rem;
  }

  .hero2-svg {
    margin-left: 6rem;
    width: 6rem;
    height: 4rem;
  }

  .hero2-svg svg {
    width: 100%;
  }

  .hero__in2 h1 .text_color strong,
  .hero__in2 h1 .text_color {
    text-indent: 6rem;
  }

  .hero2-text {
    width: auto;
    font-size: 13px;
  }

  .why__item-elem2 {
    animation: elem2 4s infinite !important;
  }

  .why__item {
    width: 20.375rem !important;
  }

  .hero {
    padding-top: 3rem;
  }

  .why__item:nth-child(even) .why__item-elem1 {
    animation: elem1 4s infinite !important;
  }

  .why__item:nth-child(even) .why__item-elem2 {
    animation: none !important;
  }

  .offer-text {
    max-width: 100%;
  }

  .offer__c-in {
    padding: 2rem;
  }

  .cases-text br {
    display: none;
  }

  .cases-text {
    text-align: left;
  }


  .docs__item-img {
    flex: 0 0 31% !important;
  }

  .team__tabs-i {
    left: unset;
    position: relative;
    bottom: unset;
    margin-bottom: 2rem;
  }

  .team__tab::before {
    display: none !important;
  }

  .team__inner .title {
    width: 80%;
    position: relative;
    top: unset;
    left: unset;
  }

  .steps__wr {
    width: auto;
  }

  .team__item-ava {
    transform: unset;
    left: -8%;
    width: 60%;
  }

  .header__contacts {
    justify-content: flex-end;
  }

  .header nav {
    display: none;
  }

  .team__inner .title p:first-of-type {
    font-size: 1.7rem;
  }

  .services_in .title h2 {
    font-size: 3.5rem;
  }

  .docs__item-img:nth-child(2) {
    flex: 0 0 26%;
  }

  .docs__item-img:nth-child(5) {
    flex: 0 0 23%;
  }

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

  .price-te {
    margin-top: 0;
    text-align: left;
  }

  .services_in .title h2 {
    font-size: 3rem;
  }

  .cases__item {
    width: calc((100% / 2) - 1rem);
  }

  .cases__inner .title h2 {
    text-align: left !important;
  }
}

@media screen and (max-width: 950px) {
  .hero__c-in {
    flex-direction: column;
    gap: 2rem;
  }

  .price .form-wrap {
    width: 20.75rem;
  }

  .price__form-title p br {
    display: none;
  }

  .price .price__form-title h2 {
    font-size: 2.6rem;
  }

  .form-desc {
    font-size: 1rem;
  }

  .contacts-page.page-form h1 {
    font-size: 2.6rem;
  }

  section.cases__two {
    padding-top: 2rem;
  }

  .cases__two-items {
    gap: 1.5rem;
  }

  .cases__two-item-text {
    font-size: 1rem;
  }

  .cases__two .title {
    margin-left: 0;
  }

  .hero5-img {
    height: 17.25rem;
  }

  .hero__c-inl5 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__c-inl .hero-text svg {
    height: auto;
  }

  .cases__items-single .cases__item {
    flex: 0 0 17rem;
  }

  .cases__items-single {
    gap: 1rem;
    display: flex;
    overflow-x: auto;
    padding-bottom: 1rem;
  }

  .exactly__items-wrapper,
  .exactly__items {
    gap: 0.7rem;
  }

  section.exactly {
    padding: 3rem 0;
  }

  .exactly__items {
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    padding-bottom: 1rem;
  }

  .exactly__item {
    flex: 0 0 16rem;
  }

  .exactly__item.exactly__item-one {
    display: none;
  }

  .hero2-img4 {
    top: 35%;
  }

  .hero__item-title {
    font-size: 3rem;
  }

  .hero__in2 .hero__items {
    margin-top: 12.75rem;
  }

  .exactly__items {
    margin-top: 3rem;
  }

  .hero__in2 .hero-t-in {
    margin-left: 0;
    flex-direction: column;
    gap: 1.5rem;
  }

  .politika-content .title,
  .portfolio__inner .title p,
  h2 {
    font-size: 2.5rem;
  }

  .offer__in {
    grid-template-columns: repeat(1, 1fr);
  }

  .offer-form {
    width: 80%;
    margin-left: auto;
  }

  .cases__items {
    margin-bottom: 4rem;
  }

  .price__item-title-wr {
    font-size: 1.4rem;
  }

  .technologies .swiper-slide {
    width: 10rem !important;
    height: 10rem !important;
  }

  .cases {
    padding: 4rem 0;
  }

  .price h2 {
    font-size: 2.8rem;
  }

  .cases__item__content {
    margin: 1.25rem 0 0 0;
  }

  .offer__c-in {
    width: 80%;
  }



  .why__c-in {
    width: auto;
  }

  .hero__item {
    padding: 1.5rem;
  }

  .services-banner-text {
    flex: 0 0 47%;
  }

  .faq-w {
    flex-direction: column;
  }

  .form-wrap .btn-in {
    display: none;
  }

  .wpcf7-form-control.btn,
  #order-popup .btn span,
  .form-wrap .wpcf7 .wpcf7-submit:disabled {
    text-align: center;
    padding: 6px;
  }
}

@media screen and (max-width: 767px) {
  .hero__items {
    display: flex;
    overflow: auto;
    padding-bottom: 1.5rem;
  }

  .semantic__inner .title br {
    display: none;
  }

  .semantic__imgs {
    bottom: unset !important;
    top: 1%;
  }

  .semantic__inner .title p {
    font-size: 1rem;
  }

  .price__form {
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }

  .price .form-wrap {
    margin: 0 auto;
  }

  .price__form-title {
    padding: 0;
  }

  .semantic__inner h2 {
    font-size: 1.6rem;
  }

  .docs_manager__inner .form-group {
    margin-bottom: 2rem;
  }

  .docs_manager__inner form {
    flex-direction: column;
    align-items: flex-start;
  }

  .docs_form-wrap {
    width: 100%;
  }

  .semantic__imgs {
    bottom: 14%;
    right: 3%;
    width: 49%;
  }

  .footer .nav-wrap .nav-link {
    padding: 0.1875rem 0;
  }

  .messenger-buttons {
    margin: 1rem 0;
  }

  .page-form .form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-desc {
    font-size: 1rem;
  }

  .form-group {
    margin-bottom: 1.5rem;
  }

  .contacts-page.page-form .cont-form {
    gap: 0;
  }

  .hero5-img {
    height: 14.25rem;
  }

  .cont-form .manager-img2 {
    display: none;
  }

  .cont-form {
    margin-top: 2rem;
  }

  .contacts-page-content {
    width: auto;
  }

  .contacts-video {
    width: 50%;
    top: 26%;
    right: -5%;
  }

  .cont-form {
    flex-direction: column;
  }

  .page3477 .hero {
    padding-top: 1rem;
  }

  .contacts-page {
    padding-top: 3rem;
  }

  .portfolio__inner-title {
    font-size: 2.3rem;
  }

  #order-popup .btn-in {
    display: none;
  }

  .breadcrumbs {
    margin-bottom: 1rem;
  }

  .form-wrap .wpcf7 .wpcf7-submit:disabled {
    text-align: center;
    padding: 6px;
  }

  .hero__in2 h1 {
    font-size: 2.6rem;
  }

  .team .slick-arrow svg {
    width: auto;
    height: auto;
  }

  .hero__in2 .hero__items {
    margin-top: 11.75rem;
  }

  .hero2-img4 {
    top: 23%;
  }

  .hero2-img3 {
    top: 30%;
    width: 29%;
  }

  .hero2-img5 {
    width: 24%;
    right: 9%;
    bottom: 23%;
  }

  .hero2-img2 {
    width: 26%;
  }

  .team .next {
    right: 0;
  }

  .team .slick-arrow {
    z-index: 3;
    box-shadow: none;
    background: linear-gradient(180deg, #FB9324 0%, #EB6B33 100%);
    width: 2rem;
    height: 2rem;
    padding: 0.7rem;
  }

  .team__tabs-btns {
    display: block;
    width: 100%;
    height: 100%;
  }

  .team__tab {
    width: 4rem !important;
    height: 4rem;
    display: flex !important;
    margin: 0 0.5rem;
  }

  @keyframes elem2 {
    0% {
      transform: rotate(0) translate(-100%);
    }


    50% {
      transform: rotate(45.28deg) translate(0);
    }

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

  .why__item-elem2 {
    animation: elem2 4s infinite;
  }

  .why__item:nth-child(even) .why__item-elem1 {
    transform: rotate(-22.68deg);
    animation: elem1 4s infinite;

  }

  @keyframes elem1 {
    0% {
      transform: rotate(0) translate(111%);
    }

    50% {
      transform: rotate(-22.68deg) translate(0);
    }

    100% {
      transform: rotate(0) translate(111%);
    }
  }


  @keyframes elem4 {
    0% {
      transform: rotate(0) translate(0, 0);
    }


    50% {
      transform: rotate(39.62deg) translate(0, 2.1875rem);
    }

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

  }

  .why__item-elem4 {
    transform: rotate(39.62deg) translate(0, 2.1875rem);
    animation: elem4 4s infinite;
  }

  body {
    background-color: #f4f4f4;
  }

  .hero {
    padding-top: 3rem;
  }


  .team__tab.active::before {
    display: none;
  }

  .team__tabs-i {
    margin-bottom: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .videos_in .title {
    padding: 1.5rem;
  }


  .why {
    padding-top: 2rem;
  }

  .faq__container {
    column-count: 1;
    column-gap: 0;
  }



  .manager__inner h2 {
    font-size: 2.7rem;
    margin-left: 0;
  }

  .container {
    padding: 0 2rem;
  }

  .footer__inner__text {
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .footer__wrapper {
    flex-wrap: wrap;
  }

  .manager__inner .title {
    width: 100%;
    max-width: 100%;
  }

  .team__item-content-title,
  .team__item-content-dol {
    font-size: 0.9rem;
  }

  .team__item-ava {
    right: unset;
    left: 0;
    width: 75%;
  }

  .team__item-content {
    flex: unset;
  }

  .services_in .title h2 {
    font-size: 3rem;
  }

  .team__inner .title {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
  }

  .docs__item-img {
    flex: 0 0 34%;
  }

  .services-banner {
    flex-direction: column;
    padding: 2.5rem;
  }

  .videos-w {
    height: 29rem;
  }

  .hero__item {
    flex: 0 0 16rem;
  }
}

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

  .hero-t2l,
  h1 {
    font-size: 2.6rem;
  }

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

  .contacts-page.page-form h1 {
    font-size: 2.3rem;
  }

  .contacts-page.page-form h1 br {
    display: none;
  }

  .hero3 .title p:first-of-type {
    font-size: 0.8rem;
  }

  .hero__c-in3 .title {
    width: 100%;
  }

  .hero__c-in3 {
    gap: 1.5rem;
  }

  .cases__two .title {
    width: auto;
  }

  .cases__two__item__img {
    height: 9rem !important;
  }

  .cases__two__item {
    width: 47.7% !important;
  }

  .cases__two-items {
    display: flex;
    flex-wrap: wrap;
  }

  .cases__two-item-text {
    font-size: 0.875rem;
  }

  .hero3-text {
    width: 21rem;
    font-size: 1rem;
  }

  .cases__two-item-title {
    font-size: 5rem;
  }

  .cases__two-item {
    width: 46%;
  }

  .hero5-img {
    height: 12.25rem;
  }

  .hero-t-inl {
    gap: 1rem;
  }

  .hero4-img {
    min-height: 13rem;
  }

  .cases__item__content-title {
    font-size: 0.8rem;
  }



  #portfolio-results .cases__item .cases__item__img {
    /* height: 12rem !important; */
  }

  .why__item-title {
    font-size: 1rem;
  }

  .hero__c-in {
    gap: 6rem;
  }

  .footer__contacts .nav-wrap ul {
    column-count: 1;
    display: block;
    column-gap: 0;
  }

  .footer__phone a {
    font-size: 1.5rem;
  }

  .manager__form {
    margin-right: 0;
  }

  .form-wrap {
    width: 100%;
  }

  .faq-text h2 {
    font-size: 1.7rem;
  }

  .cases__inner .title h2,
  .cases-text {
    font-size: 2.4rem;
  }

  .videos-w {
    height: 24rem;
  }

  .price-te,
  .price h2 {
    font-size: 2.3rem;
  }

  .videos_in .title h2 {
    font-size: 1.5rem;
  }

  .docs__item-img:nth-child(5) {
    flex: 0 0 32%;
  }

  .steps .title h2,
  .rev__inner .title p {
    font-size: 1.4rem;
  }

  .technologies_in .title h2 {
    font-size: 2.2rem;
  }

  .steps__item-text {
    padding-left: 2rem;
  }

  .services_in .title h2 {
    font-size: 1.9rem;
  }

  .steps__item-title {
    font-size: 1.1rem;
  }

  .services .s-svg {
    top: 40%;
  }

  .team__inner .title p:first-of-type {
    font-size: 1.5rem;
  }

  .team__inner {
    padding: 1.5rem;
  }

  .services__items {
    margin-top: 0;
    width: auto;
  }

  .team__item-content-bottom {
    flex-wrap: wrap;
  }

  .team__item-ava {
    width: 85%;
    bottom: -8.5rem;
    position: relative;
    order: 1;
    left: unset;
    right: unset;
    bottom: unset;
    margin-bottom: -8.5rem;
  }

  .team__item {
    min-height: unset;
  }

  .team__item-ava-in {
    flex-direction: column;
  }

  .services-banner-text h3 {
    font-size: 1.3rem;
  }

  .services-banner h2 {
    font-size: 2.3rem;
  }

  .steps__item-title {
    padding-right: 2rem;
  }

  .technologies .swiper-slide {
    width: 8rem !important;
    height: 8rem !important;
  }

  .docs__item-img:nth-child(2) {
    flex: 0 0 25%;
  }

  .price__items {
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .offer__c-in,
  .offer-form {
    width: auto;
  }

  .btn-l {
    font-size: 1.3rem;
  }

  .cases {
    padding: 3rem 0;
  }

  .cases__items {
    row-gap: 1rem;
    gap: 1rem;
  }

  .why {
    padding-bottom: 2rem;
  }

  .why__items {
    display: flex;
    margin: 0 auto;
    margin-top: 2rem;
    overflow-x: scroll;
    padding-bottom: 1rem;
    flex-wrap: nowrap;
  }

  .why__item-text {
    line-height: 140%;
    font-size: 13px;
  }

  .why__item-img2 {
    min-height: 6.25rem;
    height: 6.25rem;
  }

  .why__item {
    width: 19rem !important;
    flex: 0 0 19rem !important;
  }

  .title p {
    font-size: 0.9rem;
  }

  .hero-text {
    max-width: 100%;
  }

  .hero__item-link {
    padding: 0.6rem 0.8rem;
  }

  .h_b {
    display: none;
  }

  .hero__item {
    flex: 0 0 15rem;
  }
}

@media screen and (max-width: 550px) {
  .blog__states__inner .slick-list {
    margin-right: 0;
    overflow: visible;
  }
}

@media screen and (max-width: 499px) {
  .semantic__svg svg {
    width: 8rem;
    height: 3rem;
  }

  .hero .hero-text {
    width: 100%;
  }

  .wrapper3581 .hero__c-inl5 h1 {
    font-size: 1.7rem;
  }

  .wrapper3581 .hero.hero6.hero5 .hero-text5 {
    width: 100%;
  }

  .semantic__form .form-wrap {
    width: 100%;
  }

  .blog__states__item {
    margin-right: 0.7rem;
  }

  .blog__states__item__content-title {
    font-size: 0.875rem;
  }

  .blog__states__item__img {
    height: 14rem;
  }

  .price__form {
    margin-top: 3rem;
  }

  .price .price__form-title h2 {
    font-size: 2.3rem;
  }

  .price .form-wrap {
    width: 100%;
  }

  .docs__blag {
    overflow-x: hidden;
    padding-bottom: 0;
  }

  .docs_form-wrap .form-desc {
    margin-bottom: 0;
  }

  .docs_form-wrap {
    margin-top: 4rem;
  }

  .nav-wrap ul.nav-menu--level-1 {
    display: flex !important;
  }

  .semantic__inner .title::before {
    display: none;
  }

  .semantic__inner .title {
    width: 100%;
  }

  .semantic__inner {
    padding: 1.4rem;
  }

  .semantic__inner h2 {
    font-size: 1.4rem;
  }

  .semantic__imgs {
    bottom: 31%;
  }

  h1,
  .hero-t2l {
    font-size: 2.1rem;
  }

  .cols__blog .image {
    height: 11rem;
  }

  .price-t h2 .text_color {
    display: inline;
    text-align: left;
  }

  .header__contacts {
    gap: 1rem;
  }

  .exactly__item-text {
    font-size: 0.87rem;
  }

  .exactly__item-title-wr {
    margin-top: 0;
  }

  .exactly__item {
    flex: 0 0 14rem;
  }

  .exactly-t h2 {
    font-size: 2rem;
  }

  .cases__item,
  #portfolio-results .cases__item:nth-child(3),
  #portfolio-results .cases__item:nth-child(2),
  #portfolio-results .cases__item:first-child {
    width: 100%;
  }


  .contacts-page .form-wrap {
    width: 100%;
  }

  #portfolio-results.cases__items {
    width: 90%;
    margin: 0 auto;
  }

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

  .cont-form {
    width: auto;
  }

  .hero3-text {
    width: auto;
  }

  .contacts-video {
    width: 85%;
    top: -4%;
    right: -35%;
    pointer-events: none !important;
  }

  .contacts-page-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  section.hero3 {
    padding-top: 2rem;
  }

  .contacts-page-col,
  .contacts-page-col a[href^="mailto:"],
  .contacts-page-col a[href^="tel:"] {
    font-size: 1.25rem;
  }

  .cont-form .manager-img1 {
    right: 36%;
    bottom: -15%;
    width: 54%;
  }

  .cont-form .manager-img2 {
    display: block;
    right: -36%;
    bottom: -15%;
    width: 54%;
    top: unset;
  }

  .cont-form {
    margin-top: 2.2rem;
  }

  .contact-reason-text {
    margin: 2rem 0;
    font-size: 1.125rem;
  }

  .contacts-page {
    padding-bottom: 7.5rem;
  }

  .contacts-page-col span {
    font-size: 1rem;
  }

  .steps .title h2,
  .rev__inner .title p {
    text-indent: 4rem;
  }

  .hero3-img2 {
    bottom: -8%;
  }

  .hero3-img3 {
    width: 30%;
  }

  .cases__two__item__img {
    height: 12rem !important;
  }

  .cases__two__item__content-title {
    margin-top: 1rem;
  }

  .btn-l-two.btn-l {
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .cases__two-item-title {
    font-size: 3rem;
  }

  .hero3-img {
    transform: translate(-50%, 71%);
    width: 80%;
  }

  .cases__two__item {
    width: 83.7% !important;
  }

  .cases__two__items {
    justify-content: center;
  }

  .cases__two .s-svg {
    top: 26%;
  }

  .p1 {
    top: 12%;
    width: 31%;
  }

  .hero__c-inl5 h1 br {
    display: none;
  }

  .p2 {
    position: absolute;
    top: 5%;
    left: 46%;
    width: 15%;
  }

  .p6 {
    top: -40%;
    right: 17%;
    width: 26%;
  }

  .p3 {
    bottom: 53%;
    width: 17%;
    left: 6%;
  }

  .hero5-img {
    height: 10.25rem;
  }

  .hero3-video {
    width: 55%;
  }

  .cases__items-single .cases__item {
    flex: 0 0 15rem;
  }

  .cases__items-single .cases__item__img {
    height: 11rem;
  }

  .social-floating-bar .social .soc,
  .social-floating-bar .social .soc a {
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
  }

  #portfolio-results.cases__items {
    margin-bottom: 2.7rem;
  }

  .portfolio__inner-title {
    font-size: 1.8rem;
  }

  .hero__in2 .hero-t-in {
    gap: 2.5rem;
  }

  span.sp {
    gap: 2rem;
  }

  .hero2-img4 {
    width: 24%;
  }

  .hero__in2 .hero__items {
    margin-top: 13.75rem;
  }

  .hero__in2 h1 .text_color strong,
  .hero__in2 h1 .text_color {
    text-indent: 0;
  }

  .hero__in2 h1 br {
    display: none;
  }

  .hero__in2 h1 br:first-of-type {
    display: block;
  }

  span.sp {
    text-align: right;
    display: block;
    display: flex;
    align-items: center;
  }

  span.sp img {
    display: block;
  }

  .hero2-text {
    font-size: 16px;
  }

  .hero2-img4 {
    top: 0%;
    right: 18%;
    left: unset;
  }

  .hero__in2 .hero__c-in {
    gap: 1rem;
  }

  .hero2-svg {
    display: none;
  }

  .hero__in2 h1 {
    margin-bottom: 0;
  }

  .hero2-img2 {
    bottom: unset;
    top: 18%;
    left: unset;
    right: 0;
    width: 34%;
  }

  .hero2-img {
    animation: none !important;
  }

  .hero2-img3 {
    top: unset;
    width: 29%;
    bottom: 51%;
    right: -8%;
  }

  .hero2-img5 {
    right: 16%;
    bottom: 59%;
  }

  .hero2-img1 {
    bottom: unset;
    top: 5%;
    width: 20%;
    left: unset;
    right: 0;
    animation: img1 3.6s infinite;
  }

  .hero__in2 .hero__c-in {
    align-items: flex-start;
  }

  .hero__in2 h1 {
    font-size: 2rem;
  }

  .why__item-text {
    font-size: 12px;
  }

  .docs .rev-btns {
    display: flex;
    margin-bottom: 1rem;
    padding-top: 2rem;
    justify-content: flex-end;
  }

  .manager-img2 {
    top: 15%;
  }

  .price__items {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 1rem;
  }

  button.btn.show-more-cases {
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    color: var(--color);
    background-color: transparent;
    margin-bottom: 1rem;
  }

  .docs__blag {
    margin: 0 -1rem;
  }

  .cases__item.hid {
    display: none;
  }

  .price__item {
    flex: 0 0 20rem;
  }

  .docs__item-img {
    flex: unset;
    width: auto;
  }

  .why__items {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 1rem;
  }

  .why__item {
    flex: 0 0 20rem;
  }

  .offer__c-in .title p {
    font-size: 2.1rem;
  }

  .cases__items-wr {
    margin-top: 2rem;
  }

  .price-te br,
  .price h2 br {
    display: none;
  }

  .cases__items {
    margin-bottom: 2rem;
  }

  .rev__inner h2 {
    font-size: 1.2rem;
  }

  .technologies_in .title h2 {
    font-size: 1.8rem;
  }

  .docs__item-img:nth-child(2) {
    flex: 0 0 44%;
  }

  .steps__item {
    padding-left: 3rem;
  }

  .steps__item-el {
    left: 1rem;
  }

  .services-banner h2 {
    font-size: 1.7rem;
  }

  .services-banner {
    padding: 2rem;
  }

  .services {
    padding-bottom: 3rem;
  }

  .team__inner .title p:first-of-type {
    font-size: 1.2rem;
  }

  .team__tabs {
    gap: 1rem;
  }

  .team__item-ava {
    position: relative;
  }

  .manager__inner .title p {
    width: auto;
  }

  .footer__wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.4rem;
  }

  .manager {
    padding-bottom: 4rem;
  }

  .manager__inner h2 {
    font-size: 2.2rem;
  }

  .team__item-content-bottom {
    padding-top: 1rem;
  }



  .team__item-ava {
    width: 100%;
    bottom: 0;
    position: relative;
    margin-bottom: 0;
  }

  .services_in {
    width: auto;
  }

  .services_in {
    margin-top: 3.25rem;
  }

  .services-banner-text h3 {
    font-size: 1.1rem;
  }

  .steps__item::before {
    left: 1rem;
  }

  .steps__item-title {
    padding-right: 0;
    margin-bottom: 1.5rem;
  }

  .steps__item {
    grid-template-columns: repeat(1, 1fr);
  }

  .price-te,
  .price h2 {
    font-size: 1.8rem;
  }

  .price h2 br {
    display: none;
  }

  .btn-l {
    font-size: 1.1rem;
  }

  .cases__item__img {
    height: 14rem;
  }

  .form-desc {
    margin-bottom: 2rem;
  }

  .videos_in .title-logo svg {
    width: 8rem;
  }

  .politika-content .title,
  .portfolio__inner .title p,
  h2,
  .cases__inner .title h2,
  .cases-text {
    font-size: 1.8rem;
  }

  .videos_in .title h2 {
    font-size: 1.3rem;
    margin: 0.9rem 0;
  }

  .why-text {
    font-size: 0.9rem;
    width: auto;
  }

  .hero__item-text {
    font-size: 0.9rem;
  }

  .container {
    padding: 0 1rem;
  }

  .hero-text svg {
    display: none;
  }

  .team .next {
    transform: translateX(50%);
  }

  .team .prev {
    transform: translateX(-50%);
  }

  .hero-t-in {
    width: 100%;
  }
}

@media screen and (max-width: 413px) {
  .hero-t2 {
    font-size: 1.125rem;
  }

  .hero-t-inl .btn span {
    font-size: 12px;
  }

  .price .form-wrap {
    padding: 2rem;
  }

  .price__form {
    padding: 1.5rem;
  }

  .cols__blog .body .title {
    padding: 0.5rem 0;
  }

  .cols__blog {
    grid-template-columns: repeat(1, 1fr);
  }

  h1,
  .hero-t2l {
    font-size: 1.8rem;
  }

  .header__contacts .header__phone svg {
    display: none;
  }

  .cases__two-item-text {
    font-size: 12px;
  }

  #portfolio-results.cases__items {
    width: 100%;
  }

  .cases__two__item {
    width: 100% !important;
  }

  .cases__two-item-text br {
    display: none;
  }

  .cases__two-item {
    width: 45%;
  }

  .manager__inner h2 {
    text-indent: 50px;
  }

  .hero-t2 br {
    display: none;
  }

  .hero-t2 span {
    font-size: 1.25rem;
  }

  .header__logo a {
    width: 9rem;
  }

  .offer__c-in .title p {
    font-size: 1.9rem;
  }


}

@media screen and (max-width: 374px) {
  .services_in .title h2 {
    font-size: 1.5rem;
  }

  a.blog__state__item-btn {
    padding: 0.8rem 1.1rem;
    font-size: 12px;
  }

  .blog__states__item {
    width: 19rem !important;
  }

  .price__form {
    padding: 0;
    border: none;
  }

  .semantic__inner h2 {
    font-size: 1.2rem;
  }

  .contact-reason-text {
    margin: 1rem 0;
    font-size: 1rem;
  }

  .contacts-page.page-form h1 {
    font-size: 1.9rem;
  }


  .header__logo a {
    width: 7rem;
  }

  span.sp {
    gap: 1rem;
  }

  .btn span {
    padding-left: 0.7rem;
  }
}

@media screen and (max-width: 359px) {
  .hero__in2 h1 {
    font-size: 1.7rem;
  }

  .blog__states__item {
    width: 18rem !important;
  }

  .hero5-img {
    height: 8.25rem;
  }

  #portfolio-results .cases__item,
  #portfolio-results .cases__item:nth-child(3),
  #portfolio-results .cases__item:nth-child(2),
  #portfolio-results .cases__item:first-child {
    width: 100%;
  }

  .price__item {
    flex: 0 0 18rem;
  }

  .hero__in2 .hero__items {
    margin-top: 10.75rem;
  }

  .form-wrap {
    padding: 1.5rem;
  }

  p.has-btn-icon .btn-in {
    display: none;
  }

  .header__logo a {
    width: 7rem;
  }

  .hero-t2l,
  h1 {
    font-size: 1.8rem;
  }

  .header__phone svg {
    display: none;
  }

  .hero2-text {
    font-size: 12px;
  }

  .btn span {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {}