/*
Theme Name: miraco
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: Dmitrieva O.V
Author URI: https://degorov.ru/
Version: 1.0
*/
@font-face {
  font-family: 'Bebas-Neue-Cyrillic';
  src: url('assets/fonts/Bebas-Neu-Cyrillic.eot');
  src: local('Bebas-Neue-Cyrillic'), local('Bebas-Neue-Cyrillic'),
    url('assets/fonts/Bebas-Neue-Cyrillic.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Bebas-Neue-Cyrillic.woff2') format('woff2'),
    url('assets/fonts/Bebas-Neue-Cyrillic.woff') format('woff'),
    url('assets/fonts/Bebas-Neue-Cyrillic.ttf') format('truetype'),
    url('assets/fonts/Bebas-Neue-Cyrillic.svg#Arimo-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

:root {
  --zoom: 1;
  --h1: calc(22px + (48 - 22) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --h2: calc(22px + (48 - 22) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-56: calc(26px + (56 - 26) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-58: calc(26px + (58 - 26) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-24: calc(16px + (24 - 16) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --h1-text-color: calc(40px + (128 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-170: calc(80px + (170 - 80) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-500: calc(200px + (500 - 200) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-150: calc(40px + (150 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-210: calc(60px + (210 - 60) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-45: calc(20px + (45 - 20) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-48: calc(22px + (48 - 22) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-70: calc(24px + (70 - 24) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-50: calc(24px + (50 - 24) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-40: calc(18px + (40 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-60: calc(30px + (60 - 30) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-64: calc(26px + (64 - 26) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-30: calc(18px + (30 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-32: calc(18px + (32 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-350: calc(200px + (350 - 200) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

body {
  line-height: 125%;
}

.hero__wrapper h1 {
  font-size: 3.5rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  margin-bottom: 2rem;
}

.offices-wrap-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  gap: 5.75rem;
}

.office-item-wrap .department {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

ul#language-chooser {
  display: flex;
  border-radius: 6.375rem;
  background-color: var(--dark);
  overflow: hidden;

}

.header__translater .language-chooser li.active {
  background-color: var(--color);
}

.header__translater .language-chooser li a {
  color: #fff;
}

.header__translater .language-chooser li {
  padding: 0.7rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  line-height: 140%;
  border-radius: 6.375rem;
  text-align: center;
  color: #FFFFFF;
}

.footer-top {
  padding: 3rem 0;
  background-color: var(--dark);
  border-radius: 1.875rem;
}

.select-wrapper select {
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  border: none;
  color: #3e4757;
  font-size: .9rem;
}

.select-wrapper {
  padding: 0.85rem 1rem 1rem;
  position: relative;
  border-radius: 3.125rem;
  background: #fff;
  border: 0.0625rem solid #665D5B;
  height: 3.5rem;
}

.office-item .adress {
  line-height: 140%;
}

.hero__content .btn__inner {
  margin-top: 3rem;
}

.offices__title {
  font-size: 1.5rem;
  line-height: 130%;
  color: #FE6263;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3.125rem;

}

.popup .agreement-check {
  color: var(--dark);
}

#footer {
  background-color: #fff;
  color: var(--dark);
  padding-top: 2.75rem;
}

#footer .footer-logo {
  max-width: 440px;
  margin: 0;
}

#footer .descriptor {
  line-height: 1.3;
  font-size: 1rem;
  line-height: 140%;

}

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

.footer__row .btn span {
  padding: 1rem 2.5rem;
}



.container-fluid,
.g-modules .container-fluid,
.g-hero .container-fluid,
.g-benefits .container-fluid,
#balls-cart .container-fluid,
#cases-hero .container-fluid,
#hero .container-fluid,
.home #team .container-fluid {
  max-width: 1985px;
}

.footer__col-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer-menu .menu .menu-item a {
  color: #fff;
  opacity: 1;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: .875rem;
  line-height: 125%;
  color: #525161;


}

.type-header-1 #header {
  padding: 16px 0;
}

.header__info {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin: 0 4rem;
}

#footer .footer-head {
  text-transform: none;
  margin-bottom: 1rem;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  color: #150D22;


}

#footer li[itemprop="telephone"] {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1.1875rem;
}

.soc a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0.0625rem solid #D60031;
  border-radius: 0.625rem;
  flex-grow: 0;
}

#footer .phone-content {
  font-family: 'Commissioner';
  font-weight: 700;
  font-size: 1.5rem !important;
  line-height: 130%;
  color: #150D22;


}

.header__soc-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 2rem;
}

.email-li {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 3rem;
  margin-top: 2rem;
}

.info-footer-2 {
  font-size: .875rem;
  line-height: 130%;
  color: #525161;
  margin-top: 2rem;

}

.info-footer-2 p {
  margin: 0.5rem 0;
}

#header .contacts .phone-content {
  font-size: 1.5rem !important;
  font-weight: 700;
}

.footer__col-desc {
  display: flex;
  flex-direction: column;
}

#footer .header__soc-inner {
  margin: 0;
}

.policy-priv {
  margin-top: 3rem;
}

ul.footer-contacts {
  width: 79%;
  margin-left: auto;
}

#footer a[href^="mailto:"] {
  font-size: .875rem;
  line-height: 125%;
  color: #D60031;

}

#header .logo a {
  max-width: 27.5rem;
}

.type-header-1 #header .btn span {
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

.footer-info-head {
  font-size: .875rem;
  line-height: 125%;
  color: #818181;
}


.type-header-1 #header .button {
  -ms-flex: unset;
  flex: unset;
}

#menu .menu {
  background: transparent;
  border-radius: 0;
}

#menu .menu .menu-item a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: #525161;
  padding: 0 1rem;

}

#menu .menu .current-menu-item::after,
#menu .menu .current-menu-parent::after {
  display: none;
}

#menu .menu .current-menu-item a,
#menu .menu .current-menu-parent a {
  color: var(--color);

}

.menu-item.menu-item-has-children a {
  padding-right: 32px !important;
}

.menu-item.menu-item-has-children a::before {

  right: 16px;
  top: 50%;
  height: 8px;
  width: 8px;
  -webkit-transform: translateY(-80%) rotate(45deg);
  -ms-transform: translateY(-80%) rotate(45deg);
  transform: translateY(-80%) rotate(45deg);
  border-right: 0.125rem solid;
  border-bottom: 0.125rem solid;
  border-color: var(--color);
}

#menu .menu .current-menu-item a::after {
  display: none;
}

.header__bottom-inner {

  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.0625rem solid #525161;
  border-radius: 1.875rem;
  padding: 0.75rem 9rem;
  padding-left: 8rem;
  gap: 16px;
  justify-content: flex-end;
}

#menu {
  width: auto;
}

#header .row {
  margin: 0;
}

.head__info {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 125%;
  color: #818181;


}

.wrapper {
  overflow: hidden;
}

.btn span {
  padding: 1.5rem 3.5rem;
  font-size: 1rem;
  border-radius: 1.875rem;
  overflow: hidden;
}

.btn:hover {
  background-color: #FE6263;
}

.home .slick-arrow:hover,
.next-swiper:hover,
.prev-swiper:hover {
  background-color: #FE6263;
}

.soc a:hover {
  background-color: var(--dark);
}

#footer .phone-content:hover {
  color: var(--color);
}

.hero__img-inner {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}

.btn__inner-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 125%;
  color: #FFFFFF;
}

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

/* .approach__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
} */
.approach__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  /* align-items: flex-start; */
}

.approach__inner .title {
  width: 49%;
}

.approach .services__item {
  min-height: 213px;
  width: calc((100% / 4) - 1.5rem);
}

.approach__text-inner {
  min-height: 213px;
  align-self: flex-end;
}

.approach__text-inner {
  width: 49%;
}

.btn__inner {
  padding-left: 1.625rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.125rem;
  justify-content: center;
  max-width: 300px;
}

.approach {
  background-color: var(--dark);
  border-radius: 1.875rem;
  padding: 3rem 0;
}

.approach__items .services__item,
.approach__items .services__item-content {
  background-color: #fff;
  color: var(--dark);
}

.approach__items .services__item-content {
  position: relative;
  padding-left: 7.25rem;
}

.approach__text p {
  margin: 0;
}

.approach__text {
  font-size: 1.5rem;
  line-height: 130%;
  color: #150D22;
  padding: 2rem;
  background-color: #FE6263;
  border-radius: 1.875rem;
  width: 53%;
  margin-left: auto;
}

.approach__items .services__item-img {
  position: absolute;
  top: 1.625rem;
  left: 2.25rem;
  width: 3rem;
  height: 3rem;
}

.approach__text-inner {
  grid-column-end: 5;
  grid-column-start: 3;
  border-radius: 1.875rem;
  background-image: url(assets/i/p.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.services__item-text ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;

}

.approach__items .services__item-title {
  font-size: 1.25rem;
}

.approach__items .services__item-text {
  color: #525161;
  display: none;
}

.services__item-text ul li::before {
  content: '';
  position: absolute;
  top: 11.2px;
  left: 0;
  height: 0.0625rem;
  background-color: #525161;
  width: 0.6875rem;

}

.search-form {
  display: flex;
  align-items: center;
  border: none;
  background: #FFFFFF;
  border: 0.0625rem solid #818181;
  border-radius: 1.875rem;
  padding: 0.625rem 1.75rem;
  width: 18.5rem;
}

.btn-svg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.8125rem;
  transform: translate(0, -50%);
}

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

.search-form input {
  border: none;
  width: 100%;
}

a[href^="mailto:"] {
  border-bottom: 0.0625rem solid;
}

.progress__inner-btn {
  cursor: pointer;
}



#header-wrapper {
  padding-bottom: 16px;
}

.search-button {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__content {
  color: #fff;
}

.hero__content .title p {
  font-size: 2rem;
  line-height: 125%;
}

.hero__inner {
  display: flex;
  justify-content: space-between;
  padding: 2.5625rem 4.9375rem;
  padding-bottom: 0;
  background: var(--dark);
  z-index: 1;
  position: relative;
  border-radius: 1.875rem;
  /* clip-path: polygon(0% 15%, 0 0, 15% 0%, 82% 0%, 100% 0, 100% 47%, 73% 47%, 73% 73%, 47% 73%, 47% 100%, 0 100%, 0% 85%); */
}

/* clip-path: polygon(90% 8%, 100% 0, 100% 60%, 100% 100%, 0 100%, 0 1%, 11% 8%); */

.hero__wrapper-el {
  will-change: filter;
  filter: url('#flt_tag');
}

.flt_svg {
  visibility: hidden;
  position: absolute;
  width: 0rem;
  height: 0rem;
}

.hero__item-left {
  background: #4E56D3;
  border-radius: 1.875rem;
  color: #FFFFFF;
}

.hero__item {
  font-size: 1.5rem;
  line-height: 130%;

}

.hero__item-center-text .text_color {
  text-align: center;
  color: #FE6263;
}

.hero__item-top-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  margin-right: -1px;
}

.hero__item-center::before {
  content: '';
  position: absolute;
  top: -2rem;
  left: -2rem;
  bottom: 0;
  right: -1px;
  background-color: #fff;
  border-radius: 1.875rem 0 0 0;
  z-index: -1;
}

.hero__item-left::before {
  content: '';
  position: absolute;
  top: -4rem;
  left: -1px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
}

.hero__item-left::after {
  content: '';
  position: absolute;
  left: 0;
  top: -2rem;
  width: 100%;
  transform: translate(0, -100%);
  height: 3rem;
  background-color: var(--dark);
  z-index: 1;
  border-radius: 0 0 1.875rem 1.875rem;
}

.hero__item-top-inner::before {
  content: '';
  position: absolute;
  top: -2rem;
  left: -2rem;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 1.875rem 0 0 0;
  z-index: -1;
}

.hero__items.hero__items-mobile {
  display: none;
}

.hero__items {
  /* margin-top: -3.4rem; */
  margin-right: -4.9375rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: flex-end;
  margin-left: 2rem;
}

.hero__item-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 3.125rem 3.875rem;
  z-index: 1;
}

.hero__item-top {
  padding: 2.875rem;
  border-radius: 1.875rem;
  text-align: right;
}

.hero__item-center::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  border: 0.125rem dashed #4E56D3;
  border-radius: 1.875rem;
  transform: rotate(-5deg);
  z-index: -1;
}

.hero__item-top:first-child {
  background-color: #FE6263;
}

.hero__item-top:nth-child(2) {
  color: #fff;
  background-color: #525161;
}

.hero__item-top:nth-child(2) .text_color {
  color: #FE6263;

}

.hero__item-center-text {
  width: 18.3125rem;
  height: 18.3125rem;
  border-radius: 50%;
  border: 0.75rem solid #FE6263;
  padding: 3.75rem 2.125rem;
  text-align: center;
  flex-shrink: 0;
  color: var(--dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero__item-top:first-child {
  color: var(--dark);
}

.hero__item-left {
  display: flex;
  gap: 4rem;
  padding: 3rem 6.25rem 4rem 5.5625rem;
  margin-left: -4.9375rem;
  align-items: center;
  margin-top: auto;
  position: relative;
  margin-right: -0.0625rem;
}


.hero__item-top-img {
  margin-bottom: -28.8px;
}

.hero__item p {
  margin: 0;

}

.hero__item-left p {
  width: 44%;
  margin-left: auto;
}

.hero__item p strong {
  font-size: 2rem;
}

.triangle {
  position: absolute;
  width: 3.875rem;
  height: 3.75rem;
  border-top: solid 1.875rem var(--dark);
  border-left: solid 1.875rem var(--dark);
  border-top-left-radius: 1.875rem;
  border-right: solid 1.875rem transparent;
  border-bottom: solid 1.875rem transparent;
  transform: rotate(180deg) translate(0, 46%);
  top: -4rem;
  right: 0;
}

.triangle-white {
  position: absolute;
  width: 2.3125rem;
  height: 2.0625rem;
  background-color: #fff;
  transform: translate(0, 29%);
  top: -4rem;
  right: -1px;
  z-index: -1;
}

.triangle-1 {
  transform: rotate(180deg) translate(0, 46%);
  top: -4rem;
  right: 1px;
}

.hero__item-left-img {
  position: absolute;
  flex-shrink: 0;
  width: 47%;
  bottom: 0;
  left: 5rem;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.selection__items-tag {
  display: flex;
  gap: 1.125rem;
}

.selection__items-tag-title {
  font-size: 1rem;
  line-height: 140%;
  color: #FFFFFF;
  transform: rotate(-15deg);
  border: 0.0625rem solid #4E56D3;
  padding: 1rem 1.375rem;
  border-radius: 1.875rem;
}

.selection__content {
  background-color: var(--dark);
  border-radius: 1.875rem 0 1.875rem 1.875rem;
  width: 73%;
  padding: 4rem;
}

.selection__content__title {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.selection__content__title .title {
  padding: 3.125rem;
  background-color: #fff;
  border-radius: 0 0 1.875rem 0;
  margin-bottom: 0;
  z-index: 2;
}

.selection__content-text {
  background: #FE6263;
  border-radius: 1.875rem;
  padding: 4rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.selection__content-text p strong {
  font-size: 2rem;
  line-height: 125%;
  display: block;
  margin-bottom: 16px;

}

#popup-order.popup .form-wrap .form-header {
  display: none;
}

#popup-order.popup {
  max-width: unset;
  width: 64%;
  /* background: transparent; */
  padding: 2rem;
  border-radius: 1.875rem;
}

#popup-order.popup .form-group,
#popup-order.popup .select-wrapper {
  border-radius: 1.125rem;
}

.selection__content-link {
  font-size: 1.25rem;
  line-height: 130%;
  color: var(--color);
  border-bottom: 0.0625rem dashed;

}

.selection__content-text p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 130%;
}

.selection__dots {
  height: 1.125rem;
  position: relative;
}

.selection__dots .slick-dots {
  position: relative;
  bottom: unset;
}

.selection__content-link-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 57%;
  gap: 16px;
}

.selection__dots .slick-dots li button,
.swiper-pagination-bullet {
  border-radius: 50%;
  box-shadow: none;
  background: transparent;
  width: 1.1113rem !important;
  height: 1.1113rem !important;
  border: 0.125rem solid #818181 !important;
  opacity: 1 !important;
}

.selection__dots .slick-dots li.slick-active button,
.swiper-pagination-bullet-active {
  background: var(--color) !important;
  border-color: var(--color) !important;
}

.hero__svg {
  position: absolute;
  top: 41%;
  transform: translate(0%, -50%);
  z-index: -1;
  width: 46%;
}

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

.hero__content-wrap {
  width: 91%;
  margin-left: auto;

}

.home #hero {
  padding-top: 0 !important;
}

/* .hero__svg path {
  animation: dash2 2s linear;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  stroke-dasharray: 8;
  stroke-dashoffset: 100;
} */

.hero__svg svg {
  fill: var(--color);
  fill-opacity: 0;
  stroke: var(--color);
  stroke-width: 1;
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000px;
  animation-name: draw, show;
  animation-duration: 1s, 1s;
  animation-delay: 0s, 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.saving__svg {
  position: absolute;
  top: 30%;
  left: 2rem;
  width: 78%;
}

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

.hero__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30%;
  width: 27rem;
  height: 26.125rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(78, 86, 211, 0.3) 0%, rgba(78, 86, 211, 0) 100%);
  filter: blur(10px);
  will-change: filter;
  transform: translate(0, -34%);
}

.hero__inner::after {
  content: '';
  position: absolute;
  top: 8%;
  opacity: 0.9;
  right: 0;
  width: 27rem;
  height: 26.125rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(214, 0, 49, 0.3) 0%, rgba(214, 0, 49, 0) 100%);
  filter: blur(10px);
  will-change: filter;
  z-index: -2;
}

.selection__items-tags::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -12%;
  width: 22rem;
  height: 19.125rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(214, 0, 49, 0.3) 0%, rgba(214, 0, 49, 0) 100%);
  filter: blur(10px);
  will-change: filter;
  z-index: 0;
}

.selection__content::before {
  content: '';
  position: absolute;
  bottom: -17%;
  right: 3%;
  width: 27rem;
  height: 26.125rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(78, 86, 211, 0.3) 0%, rgba(78, 86, 211, 0) 100%);
  filter: blur(10px);
  will-change: filter;
}

.services::before {
  content: '';
  position: absolute;
  top: -8%;
  left: -2%;
  width: 27rem;
  height: 26.125rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(78, 86, 211, 0.3) 0%, rgba(78, 86, 211, 0) 100%);
  filter: blur(10px);
  will-change: filter;
  z-index: 1;
}

.fancybox__slide {
  backdrop-filter: none;
}


.inputfile:focus {
  outline-width: 0;
}

.services::after {
  content: '';
  position: absolute;
  bottom: -33%;
  right: -9%;
  width: 41.25rem;
  height: 41.25rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(214, 0, 49, 0.3) 0%, rgba(214, 0, 49, 0) 100%);
  filter: blur(10px);
  will-change: filter;
  z-index: 0;
}

.approach::after {
  content: '';
  position: absolute;
  top: 0;
  left: -9%;
  width: 41.25rem;
  height: 41.25rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(214, 0, 49, 0.3) 0%, rgba(214, 0, 49, 0) 100%);
  filter: blur(10px);
  will-change: filter;
  z-index: 0;
}

.form-wrap-bg::before {
  content: '';
  position: absolute;
  bottom: -19%;
  right: -2%;
  width: 22rem;
  height: 16rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(78, 86, 211, 0.3) 0%, rgba(78, 86, 211, 0) 100%);
  filter: blur(10px);
  will-change: filter;
  z-index: 1;
}

.form-wrap-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 31%;
  width: 22rem;
  height: 16rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(214, 0, 49, 0.3) 0%, rgba(214, 0, 49, 0) 100%);
  filter: blur(10px);
  will-change: filter;
  z-index: 0;
}

.saving__svg path {
  fill: #fff;
  fill-opacity: 0;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000px;
  animation-name: draw, show;
  animation-duration: 2s, 1s;
  animation-delay: 0s, 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

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

@keyframes show {
  to {
    fill-opacity: 1;
  }
}

@keyframes dash2 {
  from {
    stroke-dashoffset: -100;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.selection__items {
  overflow: hidden;
}

.selection__items-tags {
  background-color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  border-radius: 1.875rem 1.875rem 0 0;
  position: relative;
  margin-bottom: -0.0625rem;
}

.selection__items {
  margin-bottom: 4.125rem;
}

.selection__items-next {
  right: 0;
}

.selection__items-wrapper {
  position: relative;
  padding: 0 3rem;
}

.selection__items-wrapper .selection__items-prev,
.selection__items-wrapper .selection__items-next,
.clients-slider-wrapper .selection__items-prev,
.clients-slider-wrapper .selection__items-next {
  position: absolute;
}

.selection-item-i {
  transform: scale(1.2);
}

.selection__dots.swiper-pagination-bullets {
  position: relative;
  width: auto !important;
  bottom: unset !important;
  left: unset !important;
}

.selection__content-wrapper {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.selection__items-prev {
  left: 0;
  bottom: 50%;
}

.selection__items-next {
  right: 0;
  bottom: 50%;

}

.selection__content-img {
  margin: 0 -3rem;
  margin-top: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selection__items-tags::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 86%;
  background-color: var(--dark);
  transform: translate(-97%, 0);
}


h2,
.manager-1 .text-wrap .header h2 {
  font-size: 3rem;
  line-height: 130%;
  letter-spacing: 0.01em;

}

.manager-1 .text-wrap .header h2 {
  margin-left: 32px;
}

.selection-wrapper h2 {
  margin: 0;
}

#manager .utp ul li {
  margin-bottom: 1.25rem;
}

.selection-wrapper h2 .text_color {
  display: block;
  color: #fff;
  background-color: var(--color);
  border-radius: 3.125rem;
  padding: 0.3125rem 2.5rem;
  margin-left: -2.5rem;
  padding-bottom: 0;
}

.selection-item-title {
  font-size: 1.25rem;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}

.selection__content .slick-slide {
  margin: 0 1rem;
}

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

.services__item {
  border-radius: 1.875rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.services__item__wrapper {
  will-change: filter;
  filter: url(#flt_tag);
  width: 100%;
  height: 100% !important;
  position: absolute;
  z-index: -1;
}

.approach__inner .title {
  grid-column-start: 1;
  grid-column-end: 3;
}

.approach__inner .title {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.approach__inner .title h2 {
  margin: 0;
  color: #fff;
}

.title-img {
  flex-shrink: 0;
}

/* 
.services__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 84%, 79% 100%, 0 100%, 0 0);
  background: #525161;
  z-index: -1;
} */

.services__item-el {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 87%, 81% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 87%, 81% 100%, 0 100%);

  background: #525161;
  z-index: -1;
  position: absolute;
}

.hero__item-left-el-wrap {
  will-change: filter;
  filter: url(#flt_tag);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.hero__item-left-el {
  clip-path: polygon(90% 8%, 100% 0, 100% 60%, 100% 100%, 0 100%, 0 1%, 11% 8%);
  -webkit-clip-path: polygon(90% 8%, 100% 0, 100% 60%, 100% 100%, 0 100%, 0 1%, 11% 8%);

  background-color: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-el {
  clip-path: polygon(35% 7%, 66% 7%, 66% 0, 100% 0, 100% 100%, 32% 100%, 0 100%, 0 0, 35% 0);
  -webkit-clip-path: polygon(35% 7%, 66% 7%, 66% 0, 100% 0, 100% 100%, 32% 100%, 0 100%, 0 0, 35% 0);

  background-color: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.saving {
  padding: 3rem 0;
}

.saving-el {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%, 24% 78%, 0 78%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%, 24% 78%, 0 78%);

  background-color: #525161;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services {
  overflow: hidden;
  border-radius: 1.875rem;
  /* background: var(--dark); */
  padding-top: 16px;
}


.services__item__wrapper {
  will-change: filter;
  filter: url(#flt_tag);
}

.services-el-wrap,
.manager-el-wrap {
  will-change: filter;
  filter: url(#flt_tag);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.saving-el-wrap {
  will-change: filter;
  filter: url(#flt_tag);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.services__inner h2 {
  margin: 0;
}

.services__item.active .services__item-link svg {
  transform: rotate(180deg);
}

.services__item-link svg {
  transition: all 0.3s;
}

.home .slick-arrow,
.next-swiper,
.prev-swiper {
  width: 3.6875rem;
  height: 3.6875rem;
  box-shadow: none;
  padding: 0.5rem;
  cursor: pointer;
}

#hero.hero__error .main {
  justify-content: center;
  background-color: #4E56D3;
  border-radius: 1.875rem;
  margin: 1rem 0 2rem 0;
  height: auto;

}

#hero.hero__error .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-img-er2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 59%);
  z-index: 0;
  width: 45%;
}

.hero-img-er {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 75%;
  z-index: 2;
}

#hero.hero__error h1 {
  font-weight: 700;
  font-size: 25rem;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FE6263;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}

.next-swiper,
.prev-swiper {
  background-color: var(--color);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__error-title {
  font-weight: 700;
  font-size: 3rem;
  font-family: 'Bebas-Neue-Cyrillic';
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.home .slick-arrow svg {
  width: auto;
  height: auto;
}

#hero.hero__error .intro {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.manager-el {
  clip-path: polygon(40% 35%, 40% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
  -webkit-clip-path: polygon(40% 35%, 40% 0, 100% 0, 100% 100%, 0 100%, 0 35%);

  background-color: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#manager {
  padding: 48px 0;
}

.services__item-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
}

.services__item-text.active {
  display: block;
}

.services__item-link.active svg {
  transform: rotate(180deg);
}

.manager-img {
  z-index: 1;
  position: absolute;
  left: 5.5rem;
  bottom: 0;
  width: 24%;
}

#manager .form-wrap .button {
  margin: 0;
  margin-top: 1.6875rem;
}

.inputfile+label {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  align-items: center;
  gap: 0.6875rem;

}

.inputfile+label span {
  color: #FFFFFF;

}

.form-group {
  position: relative;

  border-radius: 3.125rem;
  background: #fff;
  border: 0.0625rem solid #665D5B;
}

.hideLabels .form-control {
  border-radius: 3.125rem;
}

#manager .form-group,
#popup-order .form-group {
  margin: 0;
}

#popup-order.popup .agreement-check {
  color: #fff;
}

.agreement-check {
  color: #fff;
}

#manager .form-group.form-group-textarea {
  border-radius: 1.875rem;
  height: 100%;
}

.form-wrap .form-header {
  margin-bottom: 16px;
}

.inputfile+label svg {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  fill: currentColor;
  margin-top: 0;
  margin-right: 0;
}

.services__item-content {
  font-size: 1.25rem;
  line-height: 130%;
  color: #FFFFFF;
  padding: 2.375rem 2rem 2.75rem 2rem;
}

.services__item-text {
  margin-top: 1.75rem;
}

.services__item-img {
  border-radius: 1.875rem;
  overflow: hidden;
}

.services__item-link-text {
  line-height: 140%;
  color: #FFFFFF;
  background: #4E56D3;
  border-radius: 0rem 3.125rem 3.125rem 1.875rem;
  padding: 1.0625rem 2.3125rem 1.0625rem 1.0625rem;
  max-width: 18.0625rem;
}

.services__item-link-wrap {
  padding: 16px 0 0 16px;
  background-color: var(--dark);
  border-radius: 3.125rem 0rem 0rem 0rem;

}

.services__item-links {
  margin-top: auto;
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
}

.services__item-link {
  background: var(--color);
  border-radius: 50%;
  padding: 4.8px;
  margin-left: auto;
  width: 3.6875rem;
  height: 3.6875rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}

#header .contacts .phone-content:hover {
  color: var(--color);
}

.services__item-link:hoveR {
  background-color: #FE6263;
}

.clients-section {
  background: #4E56D3;
  border-radius: 1.875rem;

}

.clients-section .item .logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-slider {
  margin-bottom: 2rem;
}

.clients-section .item {
  padding: 2.5rem 1.75rem;
  background: #FFFFFF;
  border-radius: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.5rem;
}

.clients-section .slick-slide {
  margin: 0 1.25rem;
}

.clients-section .title {
  color: #fff;
}

.clients-section .title h2 {
  margin-top: 0;
}

.clients-slider-wrapper {
  position: relative;
  padding: 0 9.625rem;
}

.clients-slider {
  overflow: hidden;
}

.clients-slider-wrapper .selection__items-prev {
  left: 0;
}

.team__inner {
  display: flex;
}

.team__inner .header {
  flex: 0 0 22rem;
}

.team__section__slider-big {
  width: 34.25rem;
}

.team__section__inner {
  width: 45%;
}

.team__section__wrapper {
  display: flex;
  gap: 1.5rem;
  width: 77%;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 4rem;
  padding-bottom: 4rem;
}

.team__section__slide {
  width: 9rem;
  flex-shrink: 0;
  height: 9rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.team__section .selection__dots {
  height: 1.125rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.team__section-wrapper-in .title {
  font-size: 1.25rem;
  line-height: 130%;
  color: #525161;

}

.team__section-wrapper-in .title h2 {
  margin-bottom: 16px;
  color: #FE6263;

}

.team__section .selection__items-prev {
  left: 0;
}

.saving-img {
  display: none;
}

.cases {
  padding: 3rem 0;
}

.section__office {
  padding-top: 0;
  padding-bottom: 3rem;
}

.team__section {
  padding-top: 0;
  padding-bottom: 3rem;
}

.cases__item-case .head,
.popup-cases-info .head {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  color: #FE6263;
  margin-bottom: 11.2px;

}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.cases__item-case .list ul li::before {
  background-color: #fff;
}

.team__section__slider_item {
  display: flex !important;
  align-items: center;
  gap: 2.5rem;
  justify-content: center;
}

.team__section__slider_item-text {
  width: 11.875rem;
  flex-shrink: 0;
}



.team__section-wrapper-in {
  display: flex;
  justify-content: space-between;
}

.team__section-wrapper-in .title {
  width: 21%;
  flex: 0 0 21%;
}


.team__section-slider__wrapper {
  position: relative;
  padding: 2rem;
}

.team__section-slider__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  border: 0.125rem dashed #4E56D3;
  border-radius: 1.875rem;
  transform: rotate(-5deg);
  z-index: -1;
}

.team__section__name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  color: #525161;
  margin-bottom: 20px;
}

.cases__item-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 125%;
  padding-bottom: 32px;
  color: #FE6263;
  margin-bottom: 32px;
  border-bottom: 0.0625rem solid var(--color2);
}

.cases__item-case-intro .intro {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  color: #FFFFFF;
  padding: 2.125rem 2.375rem 2.125rem 0;
  background: #4E56D3;
  border-radius: 0rem 3.125rem 3.125rem 0rem;
  position: relative;

}

.cases__item-case-intro .intro p {
  margin: 0;
}

.cases__intro-inner .slick-list {
  overflow: visible;
}

.cases__intro-inner-wrapper {
  display: flex;
  margin-bottom: 3.6875rem;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.wrap__arrows {
  position: relative;
  height: 3.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.wrap__arrows .slick-arrow {
  position: relative;
  bottom: unset;
  left: unset;
  right: unset;
}

.cases__title-img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-8%, 0);
  width: 52%;
}

.wrap__count {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 130%;


}

.cases__item-case-intro .intro::after {
  content: '';
  position: absolute;
  top: 0;
  left: -4rem;
  width: 4rem;
  height: 100%;
  background-color: var(--color2);
}

.wrap__count-val,
.swiper-pagination-current {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 2rem;

}

.cases__inner {
  width: 50%;
  background-color: var(--dark);
  border-radius: 1.875rem;
  padding: 4rem;
}

.cases__intro-inner {
  width: 69%;
}

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

.cases__title {
  background: #FE6263;
  border-radius: 1.875rem;
  display: flex;
  gap: 3.125rem;
  align-items: center;
  padding: 4rem;
  height: 27.875rem;
  position: relative;
}

.cases__title::before {
  content: '';
  position: absolute;
  top: -2rem;
  left: -2rem;
  bottom: -2rem;
  right: -2rem;
  border-radius: 1.875rem;
  border-top-left-radius: 0;
  background-color: #fff;
  z-index: -1;
}

/* 
.cases__inner-items,
.cases__results-inner {
  overflow: hidden;
} */

.cases__title-wrap {
  width: 48.1%;
  position: relative;
  z-index: 0;
  /* margin-bottom: 2rem; */
}

.cases__item-case {
  color: #fff;
}

.cases__title h2 {
  margin: 0;
}

.cases__title .title {
  width: 18.75rem;
  font-size: 1.5rem;
  line-height: 130%;
  color: #150D22;
  margin-left: auto;
}

.cases__results-wrap {
  background: #4E56D3;
  border-radius: 1.875rem;
  padding: 2rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 130%;
  position: relative;
}

.cases__results-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(17%, 11%);
  width: 49%;
}

.cases__item-head-result {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 16px;
  display: block;
}

#manager .utp ul li {
  padding-left: 2rem;
}

.cases__results-dark {
  height: calc(100% - 29.875rem);
  padding: 4rem;
  background-color: var(--dark);
  border-radius: 0 1.875rem 1.875rem 0;
  margin-top: 2rem;
  padding-left: 0;
  position: relative;
}

.cases__results-dark::before {
  content: '';
  position: absolute;
  top: -32px;
  left: -4rem;
  width: 112px;
  height: calc(100% + 32px);
  background-color: var(--dark);
  z-index: -2;
  overflow: hidden;
}

#hero.g-hero .main {
  background-color: #150D22;
  color: #fff;
  border-radius: 1.875rem;
  padding: 5.625rem;
  position: relative;
}

.g-hero .row {
  background-image: url(assets/i/blag2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.875rem;
  align-items: center;
  justify-content: center;
  padding: 9.6875rem 0;
}

.hero-img-blag {
  position: absolute;
  bottom: 0;
  right: 5rem;
  width: 41%;
}

#hero.g-hero .wrap {
  width: 65%;
}

.cases__item-case-cases__result .btn {
  margin-top: 2rem;
}

.cases__item-case__result-inner {
  width: 67%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cases__item-case .content {
  font-size: 1.25rem;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  height: 35.125rem;
}

.progress__inner-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 140%;
  color: var(--color);
  gap: 0.4375rem;
  margin-top: auto;
}

.popup-cases-info {
  width: 70% !important;
  background-color: var(--dark);
  color: #fff;
  border-radius: 1.875rem;
  display: none;
  padding: 3rem;
}

.fancybox__slide .popup-cases-info {
  display: block;
}

.popup-cases-info ul li {
  position: relative;
  margin: 0.5rem 0;
  list-style: none;
  padding-left: 2rem;

}

.popup-cases-info-work {
  display: flex;
  flex-direction: column;
  gap: 2rem;

}

.popup-cases-info .cases__results-bg {
  width: 33%;
}

.popup-cases-info .cases__item-case__result-inner {
  margin-left: auto;
  border-radius: 1.875rem;
  padding: 2rem;
  background-color: var(--color2);
  font-size: 1.25rem;
  line-height: 130%;
  padding-right: 20rem;
}

.popup-cases-info ul li::before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #fff;
}

.cases__item-case .workequipment {
  margin-bottom: 0.5rem;
}

.cases__item-case .work {
  display: -webkit-box;
  line-height: 1.4;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
  height: calc(1.25rem * 1.4 * 13);
  overflow: hidden;
  position: relative;
}

.cases__item-case .work::before {
  content: '';
  position: absolute;
  bottom: -3rem;
  left: -2rem;
  width: 112%;
  height: 6rem;
  background-color: var(--dark);
  z-index: 1;
  filter: blur(1rem);
  will-change: filter;
}

.cases__item-case .work.active {
  display: -webkit-box;
  line-height: 140%;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  height: auto;
  overflow: visible;
}

.section__office__inner {
  display: flex;
  gap: 4.375rem;
  background: #4E56D3;
  border-radius: 1.875rem;
  padding: 4rem;
  overflow: hidden;
}

.section__office__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3125rem;
  flex: 0 0 51%;
}

.section__office__item {
  background: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2rem;
  color: #525161;
}

.section__office__item-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  color: #FE6263;
  padding-bottom: 1.625rem;
  position: relative;
  padding-left: 2.75rem;
}

.section__office__item-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(assets/i/pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

.section__office__content .title {
  width: 79%;
}

.section__office__item-text p:first-of-type strong {
  font-size: 1.25rem;
  line-height: 130%;
}

.section__office__item-text p:last-child {
  margin-bottom: 0;
}

.section__office__item-text p {
  line-height: 140%;
}

.map__svg {
  position: absolute;
  bottom: -4rem;
  right: -0.625rem;
  width: 92%;
}

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

.section__office__content {
  color: #fff;
  position: relative;
}

.section__office__content .title p {
  font-size: 1.5rem;
  line-height: 130%;
  margin: 0;
}

.section__office__content .title h2 {
  margin: 0;
  margin-bottom: 16px;
}

.cases__title-mobile {
  display: none;
}

.box-mobile {
  display: none;
}

.section__office__content .title h2 .text_color {
  color: #FE6263;
}

.manager__text {
  background: #FE6263;
  border-radius: 1.875rem;
  padding: 2rem;

}

.manager__text p strong {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  color: #150D22;

}

.manager__text ul,
#manager .utp ul li {
  font-size: 1.25rem;
  line-height: 130%;


}

#manager .utp ul {
  margin-bottom: 0;
}

#manager .utp ul li::before {
  background-color: var(--dark);
  width: 8px;
  height: 8px;
  background-image: none;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 4.8px;
}

.manager-1 .text-wrap {
  max-width: 32.5rem;
  -ms-flex: 1 0 32.5rem;
  flex: 1 0 32.5rem;
  padding: 0;
}

.manager-1 .form-wrap {
  margin-top: 0;
}

.form-wrap .form-head {
  position: relative;
  color: #fff;
  background: transparent;
  margin: 0;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  font-weight: normal;
  font-weight: var(--f1w);
}

#manager .form .form-head {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  color: #FE6263;


}

.form-wrap {
  margin-top: 0;
  max-width: 32.25rem;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  max-width: 32.25rem;
}

#manager .form-desk {
  display: none;
}

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

.manager-1 .wrap {
  background: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
}

.form-inner,
.form-wrapper-agree {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}


.manager-1 .left-wrap {
  flex: 0 0 32.5rem;
}

.form__manager-white-element {
  position: absolute;
  background-color: #fff;
  width: 38%;
  height: 32%;
  border-radius: 1.875rem 0 1.875rem 0;
  left: -1px;
  top: -1px;
  z-index: 1;
}

.message-error {
  font-size: 12px;
  color: #fff;
}

.triangle-4 {
  top: 1px;
  transform: translate(100%, 0);
}

.form__manager-white-element .triangle-white {
  transform: translate(69%, 0);
  top: 0;
}

.triangle-5 {
  transform: translate(0, 100%);
  bottom: 0;
  top: unset;
  right: unset;
  left: 1px;
}

.triangle-white-b {
  position: absolute;
  width: 2.3125rem;
  height: 2.0625rem;
  background-color: #fff;
  transform: translate(0, 77%);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.form-wrap-bg {
  display: flex;
  gap: 7rem;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  padding: 3.75rem 6.25rem 4.375rem 5.5rem;
  background-color: var(--dark);
  border-radius: 1.875rem;
}

.saving__item-title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
}

.saving__item-title p {
  margin: 0;
}

.saving__item-title .text_color {
  color: #FE6263;
}

.saving__inner {
  display: flex;
}

.saving__content {
  width: 50%;
  padding: 3.875rem;
  border-radius: 1.875rem;
  background-color: var(--color2);
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 2rem;
}

.saving__content .title h2 {
  margin: 0;
  z-index: 2;
  position: relative;
}

.saving__content .title h2 .text_color {
  color: #FE6263;
}

.saving-title-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  transform: translate(10%, 0);
}

.saving__items {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 58%;
  gap: 2rem;
}

.saving__item {
  background: #525161;
  border-radius: 30px;
  padding: 2.5rem;
  gap: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.mobile-icon {
  top: 1rem !important;
}

.saving__item:nth-child(1) {
  display: flex;
  width: 100%;
  background: transparent;
  flex-direction: row-reverse;
  margin-left: 14rem;
  height: 19.75rem;
  justify-content: space-between;
}

.saving__item:nth-child(1) .saving__item-title {
  width: 41%;
  margin-right: auto;
  align-self: flex-start;
}

.saving__item:nth-child(2) {
  width: calc(40% - 2rem);
  margin-top: -4rem;
}

.saving__item:nth-child(3) {
  width: calc(30% - 1rem);
  background-color: transparent;
  color: var(--dark);
}

.saving__item:nth-child(3)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  /* border: 0.125rem dashed #525161; */
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23525161FF' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 30px;
  border-radius: 30px;
  border-radius: 30px;
  border-radius: 1.875rem;
  transform: rotate(5deg);
  z-index: -1;
}

.saving__item:nth-child(1) .saving__item-img {
  position: absolute;
  width: 49%;
  bottom: 0;
  right: 0;
}

.saving__content .title {
  margin-right: -18rem;
  position: relative;
}

.saving__content .title-el {
  position: absolute;
  top: -3.875rem;
  right: 0;
  bottom: -4rem;
  left: 3.875rem;
  background-color: var(--color2);
  border-radius: 1.875rem;
  z-index: -1;
}

.triangle-2 {
  position: absolute;
  width: 3.875rem;
  height: 3.75rem;
  border-top: solid 1.875rem #fff;
  border-left: solid 1.875rem #fff;
  border-top-left-radius: 1.875rem;
  border-right: solid 1.875rem transparent;
  border-bottom: solid 1.875rem transparent;
  transform: rotate(0deg) translate(45%, 100%);
  bottom: 0;
  right: 12rem;
  top: unset;
}

.triangle-dark {
  position: absolute;
  width: 2.3rem;
  height: 3rem;
  background-color: var(--color2);
  transform: translate(0, 60%);
  bottom: 0;
  right: 12rem;
  z-index: -1;
}

.saving__item:nth-child(4) {
  width: calc(30% - 1rem);
}

.saving__item:nth-child(5) {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: row;

}

.saving__item:nth-child(6) {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: row;


}

.saving__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-img {
  width: 86%;
  z-index: 2;
}

@media screen and (min-width: 2500px) {
  body {
    zoom: 1;
  }

  .hero__item p strong {
    font-size: 24px;
  }


  :root {
    --zoom: 1.33
  }
}

@media screen and (max-width: 1919px) {
  #header .logo a {
    max-width: 17.5rem;
  }

  .footer__row .btn span {
    padding: 1rem 1.5rem;
  }

  #footer .phone-content {
    font-size: 1.25rem !important;
  }

  .form__manager-white-element {
    width: 21%;
  }

  ul.footer-contacts {
    width: 83%;
  }

  .hero__wrapper h1 {
    font-size: 3.3rem;
    margin-bottom: 1rem;
  }

  .team__section__slider-big {
    width: 33.25rem;
  }

  .hero__content .btn__inner {
    margin-top: 2rem;
  }

  .saving-title-img {
    width: 53%;
    transform: translate(9%, 0);
  }

  .approach__text {
    padding: 1.6rem;
  }

  .hero__item-left-img {
    left: 2rem;
  }

  #header .row {
    row-gap: 1rem;
  }

  .section__office__content .title {
    width: 91%;
  }

  .team__section__slider_item {
    gap: 2rem;
  }

  .cases__item-head-result {
    font-size: 1.3rem;
  }

  .saving__items {
    gap: 1.5rem;
  }

  .team__section__slide {
    height: 7rem;
  }

  .cases__item-case-intro .intro {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }

  .cases__intro-inner-wrapper {
    margin-bottom: 2rem;
  }

  .approach__inner .title {
    gap: 1.5rem;
  }

  .saving__content .title-el {
    bottom: -3.9rem;
  }

  .saving__content {
    margin-right: 1.5rem;
  }

  .selection-wrapper h2 .text_color {
    padding: 0.3125rem 2rem;
    margin-left: -2rem;
    padding-bottom: 0;
  }

  .approach__items {
    gap: 1.5rem;
  }

  .selection__content-wrapper {
    gap: 1.5rem;
  }

  .saving__item-title {
    font-size: 1.25rem;
  }

  .selection__items-tag {
    gap: 1rem;
  }

  .hero__img-inner {
    flex: 0 0 48.4%;
  }

  .header__bottom-inner {
    padding: 0.75rem 7rem;
  }

  .header__info {
    gap: 2rem;
    margin: 0 3rem;
  }

  .clients-slider-wrapper {
    padding: 0 4.625rem;
  }

  .clients-section .item {
    height: 11.5rem;
  }

  .manager__text p strong {
    font-weight: 700;
    font-size: 1.3rem;
  }

  .hero__item-top {
    padding: 2rem;
  }

  .form-wrap-bg {
    padding: 3rem;
  }

  .clients-section .slick-slide {
    margin: 0 .7rem;
  }

  .section__office__item-title {
    font-size: 1.3rem;
  }

  .section__office__inner {
    gap: 3rem;
  }

  .section__office__inner {
    gap: 1rem;
  }

  .section__office__item-text p:first-of-type strong {
    font-size: 1.125rem;
  }

  /* 
  .team__section__slider-big {
    width: 28rem;
  } */

  .section__office__item-title {
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
  }

  .section__office__items {
    gap: 1.5rem;
  }

  .section__office__item {
    padding: 1.5rem;
  }

  .services__items {
    gap: 1.5rem
  }

  .selection__content {
    padding: 3rem;
  }

  .services__item-title {
    font-size: 1.2rem;
  }

  .cases__title {
    padding: 2rem;
  }

  .services__item-content {
    padding: 1.5rem;
  }

  .services__items {
    margin-top: 2rem;
  }

  .cases__item-title {
    font-size: 1.8rem;
  }



  .approach__text {
    font-size: 1.3rem;
  }

  .saving__inner {
    margin: 0 -3rem;
  }

  .services__item-content {
    padding: 1.75rem;

  }

  .selection__content-text {
    padding: 2.5rem;
    padding-bottom: 0;
  }

  .selection__content-img {
    margin: 0 -2rem;

  }

  .selection__content-text p {
    font-size: 1.125rem;
  }

  .selection__items-tags {
    padding: 2rem;
  }

  .services__item-link-text {
    font-size: 0.875rem;
    max-width: 16rem;
  }

  .services__item-content {
    font-size: 1.125rem;
  }

  .selection__items-tag-title {
    font-size: 0.9rem;
    padding: 0.9rem;
  }

  .services__item-text {
    margin-top: 1.5rem;
  }

  .selection-item-title {
    font-size: 1.125rem;
  }

  .selection__content__title .title {
    padding: 1.5rem;
  }

  .selection__content-text p strong {
    font-size: 1.75rem;
  }

  .hero__item-left {
    margin-left: -2.5rem;
  }

  .hero__items {
    margin-right: -2.5rem;
  }

  .hero__item p strong {
    font-size: 1.4rem;
  }

  #header .contacts .phone-content {
    font-size: var(--p-24) !important;
  }

  .hero__item {
    font-size: 1.3rem;
  }

  .hero__content .title p {
    font-size: 1.5rem;
  }


  .hero__item-center-text {
    padding: 2rem 2rem;
    height: 17rem;
    width: 17rem;
  }



  .hero__item-left {
    padding: 3rem 4rem 3.6rem 3.5rem;
  }


  h2,
  .manager-1 .text-wrap .header h2 {
    font-size: var(--h2);
  }

  .form-wrap {
    max-width: 31.25rem;
  }

  .manager-el {
    clip-path: polygon(31% 35%, 31% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
    -webkit-clip-path: polygon(31% 35%, 31% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
  }

  .manager-img {
    left: 3rem;
    width: 28%;
  }

  .manager__text ul,
  #manager .utp ul li {
    font-size: 1.125rem;
  }

  .header__soc-inner {
    margin: 0 2rem;
  }

  .hero__item-center {
    padding: 2.4rem;
  }

  .hero__inner {
    padding: 2.5rem;
    padding-bottom: 0;
  }

  .services__item-text {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 1679px) {
  .hero__content-wrap {
    padding-bottom: 2rem;
  }

  #hero.hero__error h1 {
    font-size: 21rem;
    line-height: 100%;
  }

  .type-header-1 #header .contacts {
    -ms-flex: 0 0 14rem;
    flex: 0 0 14rem;
  }

  .header__translater .language-chooser li {
    padding: 0.5rem 0.7rem;
    font-size: 0.8rem;
  }

  .header__soc-inner {
    margin: 0 1rem;
    gap: 0.5rem;
  }

  .header__info {
    margin: 0 2rem;
  }

  .popup-cases-info .cases__item-case__result-inner {
    padding-right: 14rem;
  }

  ul.footer-contacts {
    width: 93%;
  }

  .footer__row .btn span {
    font-size: 0.87rem;
  }

  #footer .footer-logo {
    max-width: 20rem;
  }

  #footer .descriptor {
    width: 78%;
  }

  .services__item-content {
    font-size: 1rem;
  }

  .approach__items .services__item-img {
    left: 1.65rem;
  }

  .approach__items .services__item-content {
    padding-left: 5.75rem;
  }

  .approach__text {
    font-size: 1.2rem;
  }

  .cases__title .title {
    width: 18.75rem;
    font-size: 1.3rem;
  }

  .cases__inner {
    width: 49.5%;
    padding: 3rem;
  }

  .cases__item-case-intro .intro::after {
    left: -3rem;
    width: 3rem;
  }

  .section__office__items {
    flex: 0 0 55%;
  }

  .section__office__content .title p {
    font-size: 1.3rem;
  }

  .team__section__slider_item {
    gap: 1.5rem;
  }

  .team__section__slider-big {
    width: 27.25rem;
  }

  .cases__item-case-intro .intro {
    font-size: 1.125rem;
  }

  .hero__wrapper h1 {
    font-size: 3.2rem;
  }

  .cases__item-title {
    font-size: 1.5rem;
  }

  .cases__item-case .content {
    font-size: 1.125rem;
  }

  .cases__results-wrap {
    padding: 1.5rem;
    font-size: 1.125rem;
  }

  .cases__item-case__result-inner {
    width: 65%;
  }

  .cases__item-case .head,
  .popup-cases-info .head {
    font-size: 1.2rem;
  }

  .services__item-text {
    font-size: 0.9rem;
  }

  .cases__results-dark {
    padding: 3rem;
    padding-left: 0;
  }

  .title-img {
    width: 35%;
  }

  .selection-item-title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1599px) {
  .selection__items-tag-title {
    font-size: 0.8rem;
  }

  .popup-cases-info {
    padding: 2.5rem;
  }

  .selection__items-tags::before {
    height: 77%;
  }

  .manager-img {
    left: -5rem;
    width: 30%;
  }


  #manager .utp ul li {
    padding-left: 1.5rem;
  }


  .selection__content-text p strong {
    font-size: 1.5rem;
  }

  .saving__item:nth-child(5) .saving__item-img,
  .saving__item:nth-child(6) .saving__item-img {
    width: 35%;
  }

  .saving__item:nth-child(1) {
    height: 18.75rem;
  }

  .selection__content-text p {
    font-size: 1rem;
  }

  .saving-el {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%, 19% 79%, 0 78%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%, 19% 79%, 0 78%);

  }

  .cases__title {
    height: 20rem;
  }

  .services__item-content {
    padding: 1.25rem;
  }

  .saving__item {
    padding: 1.8rem;
  }

  .cases__item-case .content {
    height: auto;
  }

  .cases__results-dark {
    height: calc(100% - 22rem);
  }

  .cases__title .title {
    width: 16.75rem;
  }

  .cases__item-case .work {
    -webkit-line-clamp: 10;
    height: calc(1.25rem * 1.4 * 10);
  }

  .section__office__item-title {
    padding-bottom: 1.125rem;
  }

  .section__office__content .title {
    width: 100%;
  }

  .clients-section .item {
    height: 10.5rem;
  }

  .section__office__items {
    gap: 1rem;
  }

  .section__office__item-text p:first-of-type strong {
    font-size: 1.1rem;
  }

  .selection-wrapper h2 {
    font-size: 2.4rem;
  }

  .saving__item-title {
    font-size: 1.05rem;
  }

  .services__item-link-text {
    font-size: 0.8rem;
  }

  .hero__item {
    font-size: 1.25rem;
  }

  .services__item-text {
    margin-top: 1rem;
    font-size: 1rem;
  }


}

@media screen and (max-width: 1535px) {
  #header .contacts .phone-content {
    font-size: 1.125rem !important;
  }

  #hero.g-hero .main {
    padding: 5rem 3rem;
  }

  .header__soc-inner {
    margin-right: 0;
  }

  .header__info {
    margin-left: 0;
  }

  #popup-order.popup {
    width: 63%;
  }

  .popup-cases-info {
    margin-top: 3rem;
  }

  .manager-img {
    left: 0;
  }

  .manager-1 .form-wrap {
    max-width: 26.25rem;
  }

  .offices-wrap-items {
    gap: 3.75rem;
  }

  .services__item-title {
    font-size: 1.125rem;
  }

  .services__item-text {
    margin-top: 0.7rem;
    font-size: 0.9rem;
  }

  .title-img {
    width: 30%;
  }

  .form-inner,
  .form-wrapper-agree {
    gap: 1rem;
  }

  #menu .menu .menu-item a {
    font-size: 0.9rem;
  }

  .header__bottom-inner {
    padding: 0.5rem 4rem;
  }

  #manager .form-wrap .button {
    margin-top: 1rem;
  }

  .btn span {
    padding: 1.25rem 2.5rem;
  }

  .hero__item p strong {
    font-size: 1.3rem;
  }

  .team__section-slider__wrapper {
    padding: 1.5rem;
  }

  .services__item-title {
    font-size: 1.2rem;
  }

  .services__item-link-text {
    padding: 1.0625rem 1.3125rem 1.0625rem 1.0625rem;
  }

  .services__items {
    margin-top: 2.5rem;
  }

  .saving__item {
    padding: 2rem;
  }

  .saving-el {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 20% 80%, 0 80%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 20% 80%, 0 80%);

  }

  .approach__text {
    font-size: 1.1rem;
  }

  .saving__content {
    padding: 2.5rem;
  }

  .saving__content .title-el {
    top: -2.5rem;
    left: 2.5rem;
  }


  .saving__item:nth-child(1) {
    overflow: hidden;
  }

  .approach__items .services__item-img {
    left: 1.35rem;
  }

  .saving__content .title-el {
    bottom: -5.6rem;
  }

  .cases__intro-inner {
    width: 60%;
  }

  .services__item-content {
    padding: 1.2rem;
    padding-left: 5.25rem;
  }

  .approach .services__item {
    width: calc((100% / 4) - 1.2rem);
  }

  .wrap__count {
    font-size: 1.125rem;
  }

  .wrap__count-val,
  .swiper-pagination-current {
    font-size: 1.6rem;
  }

  .cases__results-dark {
    padding: 2rem;
    padding-left: 0;
  }

  .cases__item-case .content {
    font-size: 1rem;
  }

  .section__office__item-title {
    font-size: 1.2rem;
  }

  .cases__inner {
    width: 49.5%;
  }

  .cases__title {
    height: 18rem;
  }

  .cases__item-case .work {
    -webkit-line-clamp: 7;
    height: calc(1.25rem * 1.4 * 7);
  }

  .cases__results-dark {
    height: calc(100% - 20rem);
  }

  .section__office__item-text p:first-of-type strong {
    font-size: 1rem;
  }

  .section__office__item {
    padding: 1.25rem;
  }

  .section__office__items {
    gap: 1rem;
  }

  .team__section__slider-big {
    width: 24rem;
  }

  .team__section__name {
    font-size: 1.125rem;
    margin-bottom: 0.6rem;
  }

  .team__section-wrapper-in .title {
    font-size: 1.125rem;
  }

  .section__office__item-title {
    padding-bottom: 0.5rem;
  }

  .section__office__item-text p {
    margin: 0.5rem 0;
  }

  .section__office__content .title p {
    font-size: 1.25rem;
  }

  .section__office__item-content {
    font-size: 0.87rem;
  }

  .section__office__item-content br {
    display: none;
  }

  .cases__results-wrap {
    font-size: 1rem;
    padding: 1.5rem;
  }

  .cases__item-case-intro .intro {
    font-size: 1.125rem;
  }

  .wrap__arrows {
    gap: 1rem;
  }

  .saving__item-title {
    font-size: 1.1rem;
  }

  .btn__inner {
    max-width: 241px;
  }



  .saving__content .title {
    margin-right: -16.6rem;
  }

  .approach__items .services__item-content {
    padding-left: 5.25rem;
  }

  .approach__inner .title h2 {
    font-size: 2.3rem;
  }

  .approach__items .services__item-title {
    font-size: 1.125rem;
  }

  .services__item-content {
    padding: 1.5rem;
  }

  .selection__content-link {
    font-size: 1.125rem;
  }

  .selection-item-title {
    font-size: 1rem;
  }

  .hero__item {
    font-size: 1.125rem;
  }

  .hero__item-center-text {
    height: 16rem;
    width: 16rem;
  }

  .hero__item-center {
    padding: 1.8rem;
  }

  .hero__wrapper h1 {
    margin-bottom: 1rem;
  }

  .hero__content .btn__inner {
    margin-top: 1.5rem;
  }

  .selection__items-tag-title {
    padding: 0.5rem 0.7rem;
  }

  .selection__items-tag {
    gap: 0.5rem;
  }

  .selection__content-text {
    padding: 2rem;
    padding-bottom: 0;
  }

  .selection__content-img {
    margin: 0 -0.7rem;
  }

  .selection__content-text p {
    font-size: 1rem;
  }

  .selection__content-text p strong {
    font-size: 1.5rem;
  }

  .selection-wrapper h2 {
    font-size: 2.2rem;
  }

  .hero__wrapper h1 {
    font-size: 3rem;
  }

  .header__bottom-inner {
    padding: 0.75rem 4rem;
  }

  .hero__content .title p {
    font-size: 1.3rem;
  }

  .type-header-1 #header .contacts {
    -ms-flex: 0 0 12rem;
    flex: 0 0 12rem;
  }


}

@media screen and (max-width: 1439px) {
  .hero__item-center-text {
    height: 15rem;
    width: 15rem;
    padding: 1.5rem;
  }

  .header__soc-inner {
    margin-right: 0;
  }

  .hero__inner::after {
    right: unset;
    left: 0;
  }

  #footer .descriptor {
    width: 69%;
    font-size: 0.9rem;
  }

  .offices-wrap-items {
    font-size: 0.9rem;
  }

  .email-li,
  .info-footer-2 {
    margin-top: 1.5rem;
  }

  .cases__item-head-result {
    font-size: 1.2rem;
  }

  .saving__item:nth-child(5) .saving__item-img,
  .saving__item:nth-child(6) .saving__item-img {
    width: 29%;
  }

  .selection-wrapper h2 {
    font-size: 2rem;
  }

  .clients-section .item {
    height: 9.5rem;
    padding: 1.5rem;
  }

  .cases__title .title {
    width: 15.75rem;
    font-size: 1.25rem;
  }

  .cases__item-case .head,
  .popup-cases-info .head {
    font-size: 1.2rem;
  }

  .map__svg {
    width: 75%;
  }

  .cases__item-case .content {
    font-size: 1rem;
  }

  .section__office__inner {
    padding: 2.5rem;

  }

  .cases__item-title {
    font-size: 1.5rem;
  }


  .saving__item {
    padding: 1.5rem;
  }

  .saving__item-img {
    width: 49%;
  }

  .approach__inner .title h2 {
    font-size: 2rem;
  }

  .hero__item p strong {
    font-size: 1.2rem;
  }

  .hero__item-top {
    padding: 1.5rem;
  }

  .hero__item-center {
    padding: 1.5rem;
  }

  .hero-img {
    width: 75%;
  }

  .selection__dots .slick-dots li button {
    width: 0.9rem;
    height: 0.9rem;
  }

  .home .slick-arrow,
  .next-swiper,
  .prev-swiper {
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (max-width: 1365px) {
  .header__adress {
    display: none;
  }

  .type-header-1 #header .btn span {
    padding: 0.8rem 1.5rem;
  }

  .g-hero .row {
    padding: 6rem 0;
  }

  #popup-order.popup {
    padding: 0;
    background-color: transparent;
  }

  #popup-order.popup .manager-img {
    display: none;
  }

  #popup-order.popup {
    width: auto;
  }

  .offices__title {
    margin-bottom: 1.5rem;
  }

  ul.footer-contacts {
    width: auto;
  }

  .form__manager-white-element {
    width: 18%;
  }

  .title-img {
    width: 23%;
  }

  .selection__content-link-inner {
    justify-content: flex-start;
    width: 100%;
    gap: 4rem;
  }

  .manager-1 .text-wrap {
    max-width: 26.5rem;
    flex: 0 0 26.5rem;
  }

  .approach__text {
    font-size: 1rem;
  }

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

  .approach__inner .title {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .team__section__slide {
    width: 7rem !important;
  }

  .team__section-wrapper-in .title {
    font-size: 1rem;
  }

  .clients-section .item {
    height: 8.5rem;
  }

  .manager-1 .text-wrap .header h2 {
    margin-right: 0;
  }

  .approach__items .services__item-img {
    width: 2.5rem;
    height: 2.5rem;
    left: 1.2rem;
  }

  .services__item-text ul li {
    padding-left: 1.15rem;
  }

  .team__section__inner {
    width: 35%;
  }

  #manager {
    padding-bottom: 0;
    margin-bottom: -1px;
  }

  .approach__items .services__item-content {
    padding-left: 4.45rem;
  }

  .form-field.box {
    display: none;
  }

  .form-field.box-mobile {
    display: block;
  }

  .approach__text-inner {
    grid-column-end: 4;
    grid-column-start: 2;
  }

  .manager-img {
    left: -8rem;
    width: 45%;
    bottom: -1px;
  }

  .manager-1 .wrap {
    align-items: flex-start;
  }

  .form-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-wrap-bg {
    background-color: var(--dark);
    border-radius: 1.875rem;
  }

  .manager-1 .text-wrap .header h2 {
    margin-left: 0;
  }

  .manager-el-wrap {
    display: none;
  }

  .section__office__content .title {
    width: auto;
  }

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

  .selection__content__title .title {
    padding: 1rem;
  }

  .selection__items-tag-title {
    font-size: 12px;
  }

  .selection__items-tags {
    padding: 1rem;
  }

  .selection__content {
    padding: 2rem;
  }

  .selection__content-text p strong {
    font-size: 1.3rem;
  }

  .hero__wrapper h1 {
    font-size: 2.6rem;
  }

  .hero__items {
    margin-top: 1.6rem;
  }

  .hero__content-wrap {
    padding-bottom: 0;
  }

  .hero-img {
    width: 82%;
  }

  .hero__item-top {
    min-height: 10rem;
  }

  .header__soc-inner {
    margin: 0 1rem;
  }

  .hero__content .title p {
    font-size: 1.1rem;
  }

  .form__manager-white-element {
    display: none;
  }

  .form-wrap-bg {
    width: auto;
  }


  .manager-img {
    left: -16rem;
    width: 55%;
  }
}

@media screen and (max-width: 1279px) {
  .type-header-1 #header .button {
    margin-right: 0;
  }

  .cases__item-case__result-inner {
    width: 84%;
  }

  .hero__items {
    margin-top: 4rem;
  }

  .type-header-1 #header .button {
    -ms-flex: unset;
    flex: unset;
  }

  .triangle-white {
    position: absolute;
    width: 1.5125rem;
    height: 3.0625rem;
    background-color: #fff;
    transform: translate(0, 29%);
    top: -4.9rem;
    right: 0;
    z-index: -1;
  }

  .triangle-white {
    width: 1.5125rem;
    height: 3.0625rem;
    top: -4.9rem;
  }

  .selection__items-tags::before {
    height: 76%;
  }

  .saving__inner {
    margin: 0 -1rem;
  }

  .approach__items .services__item-title {
    font-size: 1rem;
    line-height: 113%;
  }
}

@media screen and (max-width: 1179px) {
  .header__email {
    display: none;
  }

  #hero.g-hero .list h1+p {
    font-size: 1.125rem;
  }

  .hero-img-blag {
    right: -2rem;
  }

  .header__error-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .triangle-0 {
    right: 1px;
  }

  #hero.hero__error h1 {
    font-size: 17rem;
  }

  #hero.hero__error .intro {
    font-size: 1.25rem;
  }

  .approach__items {
    gap: 1rem;
  }

  .approach__items .services__item-img {
    width: 2.2rem;
    height: 2.2rem;
    left: 1.4rem;
    top: 1.1rem;
  }

  .popup-cases-info {
    width: 88% !important;
  }

  .form-wrap-bg {
    display: block;
  }

  .form-wrap-bg::after {
    display: none;
  }

  .manager-1 .form-wrap {
    max-width: unset;
  }

  #footer .footer-logo {
    max-width: 15rem;
  }

  #footer .footer-head {
    margin-bottom: 0.5rem;
  }

  .hero__wrapper h1 {
    font-size: 2.1rem;
  }

  #manager {
    padding-bottom: 3rem;
  }

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

  /* .cases__title-mobile {
    display: flex;
  } */

  .cases__item-case .content {
    height: auto;
  }

  .team__section__slider-big {
    width: 21rem;
  }

  .manager-1 .form-wrap {
    padding: 0;
  }

  .map__svg {
    width: 100%;
  }

  .manager-1 .form-wrap .form-head {
    margin: 0;
    padding: 0;
  }

  .form-wrap-bg {
    justify-content: center;
  }

  .team__section__slider_item {
    gap: 0.8rem;
  }

  .manager-img {
    display: none;
  }

  .team__section__slider_item-text {
    width: 10rem;
  }

  .section__office__content .title p {
    font-size: 1rem;
  }

  .search-form {
    width: 15.5rem;
  }

  #menu .menu .menu-item a {
    padding: 0 0.8rem;
  }

  .hero__item-center-text {
    height: 13rem;
    width: 13rem;
  }

  .hero__item p strong {
    font-size: 1.1rem;
  }

  .hero__item-left {
    padding: 2.4rem;
  }

  .selection-wrapper h2 {
    font-size: 1.8rem;
  }

  .selection__items-tag {
    row-gap: 1.2rem;
  }

  .saving__content .title h2 {
    margin-right: 2rem;
  }

  .selection__content__title .title {

    display: flex;
    align-items: center;
  }

  .saving__item-title {
    font-size: 1rem;
  }

  .saving-el-wrap {
    display: none;
  }

  .saving__item:nth-child(2) {
    margin-top: -1rem;
  }

  .saving__item:nth-child(1) {
    height: 13.75rem;
  }


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



  .cases__title .title {
    width: 12.75rem;
    font-size: 1rem;
  }

  .saving__item:nth-child(1) {
    background: #525161;
  }

  .cases__inner {
    width: 48.5%;
  }

  .saving__content .title-el {
    bottom: -1.8rem;
  }

  .selection__content-text {
    padding: 1.4rem;
    padding-bottom: 0;
  }

  .selection__content-link {
    font-size: 1rem;
  }

  .selection__content-text p strong {
    font-size: 1.1rem;
  }

  .approach__items .services__item-text {
    margin-left: -3rem;
  }

  .selection-wrapper h2 .text_color {
    margin-left: -1rem;
  }

  .selection__items-tag {
    flex-wrap: wrap;
  }

  .selection__items-tags {
    padding-top: 2rem;
  }

  .hero__item-top {
    padding: 1.1rem;
  }

  .hero__items {
    gap: 1.9rem;
  }

  .hero__item {
    font-size: 1rem;
  }

  /* 

  .type-header-1 #header .button {
    margin-right: 4rem;
  } */

  .header__bottom-inner {
    padding: 0.75rem 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .hero__item-top {
    min-height: auto;
  }

  .selection-item-i {
    transform: unset;
  }

  .cases__intro-inner-wrapper {
    align-items: flex-start;
  }

  .cases__item-case-intro .intro {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }

  .footer__col-menu {
    grid-template-columns: unset;
  }

  .footer__menus:not(:last-child) {
    margin-bottom: 1rem;
  }

  #footer .descriptor {
    width: auto;
  }

  .header__bottom-inner {
    justify-content: flex-end;
  }

  .cases__results-dark::before {
    display: none;
  }

  .cases__results-dark {
    height: auto;
    width: 100%;
    margin-top: 0;
    padding: 2rem;
    border-radius: 1.875rem;
  }

  .section__office__inner {
    flex-direction: column;
    gap: 2rem;
  }

  .cases__title {
    margin-bottom: 1.5rem;
    height: 18rem;
  }

  .section__office__content .title {
    width: 56%;
  }

  .team__section-wrapper-in .title {
    width: 42%;
    flex: unset;
  }

  .team__section__inner {
    width: 42%;
  }

  /* .manager-1 .wrap {
    flex-direction: column;
  } */

  .manager-1 .left-wrap {
    flex: unset;
  }

  .team__section-wrapper-in {
    gap: 2rem;
    flex-direction: column;
  }

  /* .manager-img {
    display: block;
    width: 70%;
    left: 0;
    transform: translate(-100%, 11%);
  } */

  .form-wrap-bg {
    margin-left: auto;
    width: auto;
  }

  .team__section__wrapper {
    width: 100%;
  }

  .team__section__slider-big {
    width: 25rem;
  }

  .map__svg {
    /* width: 65%; */
    /* position: relative; */
    bottom: unset;
    margin-left: auto;
    top: 0;
    width: 45%;
    margin-top: -6rem;
  }

  .cases__title-img {
    width: 43%;
    transform: translate(3%, 0);
    left: unset;
    right: 0;
  }

  .cases__title .title {
    width: 53%;
    margin-left: 0;
  }

  .cases__title-wrap {
    width: 48%;
  }

  .hero__item-left {
    display: none;
    margin: 0;
    overflow: hidden;
  }

  .hero__item-top-inner {
    flex-direction: row;
    grid-column-start: 1;
    grid-column-end: 3;
    align-items: flex-start;
  }

  .hero__item-left::after {
    display: none;
  }

  .hero__item-center::before {
    display: none;
  }

  .hero__item-center {
    background-color: #fff;
  }

  .hero__inner {
    padding-bottom: 2.5rem;
  }

  .hero__items-mobile .hero__item-left {
    display: flex;
  }

  .triangle-0,
  .triangle-white,
  .hero__item-top-inner::before,
  .triangle-1 {
    display: none;
  }

  .hero__items-mobile .hero__item-left {
    flex-direction: column-reverse;
  }

  .hero__item-left-img {
    left: 2rem;
    width: 91%;
    margin-bottom: -2.5rem;
  }

  .hero__item-left p {
    width: auto;
    margin-left: 0;
  }

  .hero__item-left-img {
    position: relative;
  }

  .hero__item-top {
    padding: 2rem;
  }

  .hero__items {
    margin-top: 0;
    margin: 0;
  }

  .hero__items {
    display: none;
  }

  .selection__content__title {
    grid-template-columns: unset;
  }

  .selection__items-tag-title {
    font-size: 1rem;
  }

  .selection__content-link-inner {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .selection__content-text p strong {
    font-size: 1.5rem;
  }


  .selection__content-text {
    padding: 2rem;
  }

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

  .saving__inner {
    margin: 0;
  }


  /* 
  .saving__items {
    gap: 0.8rem;
  } */

  /* .saving__item:nth-child(4) {
    width: calc(54% - 1rem);
  } */
  /* .saving__item:nth-child(6) {
    width: 100%;
  }

  .saving__item:nth-child(3) {
    width: calc(47% - 1rem);
  }

  .saving__item:nth-child(2) {
    width: calc(60% - 2rem);
  } */

  .approach__text-inner {
    grid-column-end: 3;
    grid-column-start: 1;
  }

  /* 
  .saving__content {
    width: 34%;
  } */

  /* .saving__content {
    justify-content: flex-start;
    gap: 3rem;
  } */
  .approach__items .services__item-img {
    width: 2rem;
    height: 2rem;
    left: 1.2rem;
    top: 1.2rem;
  }

  .cases__title {
    display: none;
  }

  .cases__title-mobile {
    display: flex;
    width: 69%;
  }

  .cases__inner {
    width: 50%;
  }

  .cases__results-bg {
    bottom: -15rem;
    width: 79%;
  }

  .popup-cases-info .cases__results-bg {
    bottom: 0;
  }

  .cases__title h2 br {
    display: none;
  }

  .popup-cases-info .cases__item-case__result-inner {
    font-size: 1.125rem;
  }

  .popup-cases-info-work {
    gap: 1.2rem;
  }

  .saving__content .btn__inner {
    margin-left: -1rem;
  }

  .cases__wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  /* .saving-title-img {
    width: 87%;
  } */
  .cases__item-title {
    font-size: 1.125rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .cases__item-case .head,
  .popup-cases-info .head {
    font-size: 1rem;
  }

  .cases__item-case-intro .intro::after {
    left: -2rem;
    width: 2rem;
  }

  .cases__inner {
    padding: 2rem;
  }

  .btn span {
    padding: 1.25rem 1.8rem;
  }

  .approach__inner .title {
    grid-column-end: 3;
  }

  .services-el-wrap {
    display: none;
  }

  .services {
    background-color: var(--dark);
    padding: 3rem 0;
  }

  .selection__items-tags {
    padding: 2rem;
    margin-bottom: 0;
    padding-top: 3.5rem;
  }

  .selection__items {
    margin-bottom: 2.5rem;
  }

  .selection__content-text {
    flex-direction: row;
  }

  .selection__content-img {
    margin-bottom: -2rem;
  }

  .selection__content {
    border-radius: 0 0 1.875rem 1.875rem;
    margin-top: -1px;
    width: 100%;
    padding: 2rem;
  }

  .selection__content-wrapper {
    flex-direction: column-reverse;
  }

  .selection__items-tags::before {
    display: none;
  }

  .hero__items.hero__items-mobile {
    display: flex;
    margin-top: 2rem;
  }

  .hero__item-top-inner,
  .hero__items {
    gap: 1rem;
  }

  .selection-wrapper h2 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 918px) {
  .hero__items.hero__items-mobile {
    display: grid;
    margin-top: 1rem;
  }

  .cases__intro-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .wrap__arrows {
    margin-left: auto;
  }

  .approach__items {
    display: grid;
  }

  .approach .services__item {
    width: auto;
  }

  .approach__inner .title {
    width: 81%;
  }

  .approach__text-inner {
    width: auto;
    min-height: 10rem;
  }

  .approach__text {
    width: 43%;
  }

  .form-wrap-bg::after,
  .selection__content::before,
  .services::before {
    display: none;
  }

  .saving__svg {
    top: 40%;
    width: 48%;
  }

  .offices-wrap-items {
    gap: 2rem;
  }

  .hero__inner::before {
    display: none;
  }

  #hero.g-hero .list h1+p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {

  .header__soc-inner,
  .header__info,
  .manager-img {
    display: none;
  }

  #footer .header__soc-inner {
    display: flex;
  }

  .hero-img-blag {
    right: 0;
  }

  #header .row {
    align-items: flex-start;
  }

  .cases__intro-inner {
    width: 60%;
  }

  .form-wrap {
    max-width: unset;
    padding: 2.5rem;
  }

  .team__section__slide {
    width: auto !important;
  }

  .cases__item-case__result-inner {
    width: auto;
  }

  #manager .utp ul li {
    margin-bottom: 0.8rem;
  }

  .team__section-wrapper-in .title h2 {
    margin-top: 0;
  }

  .popup-cases-info .cases__item-case__result-inner {
    padding-right: 6rem;
  }

  .popup-cases-info .cases__item-case__result-inner {
    font-size: 1rem;
  }

  .type-header-1 #header .content .contacts {
    margin-right: 0;
  }

  .search-form input {
    width: 100%;
  }

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

  .office-item-wrap .department {
    font-size: 1.125rem;
  }

  .footer-top {
    padding: 2rem 0;
  }

  .offices-wrap-items {
    gap: 1rem;
    font-size: 0.8rem;
  }

  .footer__col:last-child {
    order: 0;
    width: 45%;
  }

  .footer__col-desc {
    width: 39%;
  }

  .footer-info-head {
    text-align: right;
  }

  #footer li[itemprop="telephone"] {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
  }

  .info-footer-2 p {
    text-align: right;
  }

  .footer__col-menu {
    order: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 55%;
  }

  .email-li {
    justify-content: flex-end;
  }

  .footer__col-menu {
    order: 1;
  }

  #footer .footer-logo {
    max-width: 19rem;
  }

  .selection__items-tag-title {
    font-size: 0.8rem;
  }

  .cases__results-bg {
    bottom: 0;
    width: 43%;
  }

  .selection-wrapper h2 {
    font-size: 1.8rem;
  }

  .cases__inner {
    margin-bottom: 2rem;
  }

  .cases__intro-inner-wrapper {
    flex-direction: row;
  }

  .cases__inner,
  .cases__title-wrap {
    width: 100%;
  }

  .saving__svg {
    top: 30%;
    left: unset;
    right: 0;
    width: 41%;
  }


  .hero__content-wrap {
    width: auto;
  }

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

  .manager-1 .form-wrap {
    padding: 2rem;
  }

  .manager-1 .text-wrap {
    max-width: 100%;
    margin-bottom: 1.5rem;
    flex: unset;
  }

  .search-form {
    width: 100%;
  }

  .form-wrap-bg {
    padding: 0;
  }

  #header .contacts .phone-content {
    font-size: 1.25rem !important;
  }

  .hero__inner {
    gap: 3rem;
    flex-direction: column;
  }

  .saving__content .title {
    margin-right: 0;
  }

  .saving__inner {
    display: block;
  }

  .saving__items {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .saving__item {
    width: 100% !important;
  }

  .saving__item:nth-child(1) {
    margin-left: 0;
    flex-direction: column;
  }

  .saving__item:nth-child(1) .saving__item-title {
    width: 90%;
  }

  .saving__content {
    width: auto;
    margin: 0;
    gap: 2rem;
  }

  /* .saving-img {
    display: block;
  } */

  .saving__items {
    margin-top: 2rem;
  }

  .manager-1 .left-wrap {
    width: 62%;
  }

  .manager-1 .text-wrap {
    margin-bottom: 0;
  }

  .form-wrap-bg {
    display: block;
  }

  .manager-1 .wrap {
    gap: 1.3rem;
  }

  .form-group,
  .hideLabels .form-control,
  #manager .form-group.form-group-textarea,
  .select-wrapper select,
  .select-wrapper {
    border-radius: 1rem;
  }

  #manager {
    padding-bottom: 3rem;
    margin-bottom: 0;
  }

  .manager-1 .wrap {
    display: flex;
    flex-direction: column;
  }

  .team__section__wrapper {
    flex-direction: column;
  }

  .team__section__inner {
    width: 100%;
  }

  .team__section-wrapper-in .title {
    width: 63%;
  }

  .team__section__slider-big {
    width: 21rem;
  }

  .section__office__items {
    grid-template-columns: repeat(2, 1fr);

    flex: unset;
  }

  /* .saving-img {
    width: 50%;
    margin-left: auto;
  } */

  .saving-title-img {
    display: none;
  }

  .saving__item:nth-child(2) {
    margin-top: 0;
  }

  .map__svg {
    position: relative;
    margin-left: auto;
    top: 0;
    width: 86%;
    margin-top: -4rem;
  }

  .section__office__content .title {
    width: 81%;
  }

  .section__office__inner {
    gap: 0;
  }

  .section__office__inner {
    padding: 2rem;
  }

  .services::after {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .hero__item-top-inner {
    gap: 1rem;
  }

  #hero.g-hero .main {
    padding: 2rem 1rem;
  }

  #header .content .row {
    align-items: flex-end;
  }

  .offices-wrap-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .hero__svg {
    top: 30%;
    width: 87%;
  }


  .selection__items-tags {
    padding: 1.5rem;
    padding-top: 3.5rem;
  }

  .office-item-wrap .department {
    font-size: 1rem;
  }

  .manager-1 .left-wrap {
    width: 74%;
  }

  .policy-priv {
    margin-top: 1rem;
  }

  .footer-info-head {
    text-align: left;
  }

  #footer .descriptor {
    margin-top: 0;
  }

  .policy-priv {
    margin: 0;
    margin-top: 1rem;
  }

  .info-footer-2 p {
    text-align: left;
  }

  .email-li {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .footer__col-desc {
    align-items: flex-start;
  }

  #footer li[itemprop="telephone"] {
    align-items: flex-start;
  }

  h2,
  .manager-1 .text-wrap .header h2 {
    font-size: 2rem;
  }

  .selection__content-text p strong {
    font-size: 1.3rem;
  }

  .selection__content {
    padding-top: 0;
  }

  .cases__title-img {
    width: 57%;
  }

  .cases__inner {
    margin-bottom: 1rem;
  }

  .cases__title-mobile {
    width: 100%;
  }


  .saving__content .title-el {
    display: none;
  }

  .services__items {
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .hero__items {
    gap: 1rem;
  }

  .approach__items .services__item-text {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 499px) {
  #header .logo {
    flex: 0 0 14rem;
  }

  #hero.g-hero .btn span {
    padding: 1.25rem 1.25rem;
    font-size: 0.9rem;
  }

  #hero.g-hero .list h1 {
    margin-bottom: 1rem;
  }

  .g-hero .row {
    padding: 4rem 0;
  }

  #hero.hero__error .intro {
    font-size: 1rem;
  }

  #hero.hero__error h1 {
    font-size: 15rem;
  }

  #hero.hero__error h1 {
    font-size: 12rem;
  }

  .header__error-title {
    font-size: 2rem;
  }

  .services__item {
    border-radius: 1rem;
  }

  .services__item-link {
    padding: 5px;
  }

  .clients-slider {
    margin-bottom: 0;
  }

  .approach .services__item,
  .approach__text-inner {
    min-height: 150px;
  }

  .popup-cases-info .cases__item-case__result-inner {
    padding: 1.6rem;
  }

  .selection__items-tag {
    row-gap: 0.9rem;
  }

  #header .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup-cases-info .cases__results-bg {
    display: none;
  }

  .hero__item-top {
    padding: 1.2rem;
  }

  .hero__item-center {
    margin: 0 auto;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .hero__item {
    font-size: 0.9rem;
  }

  .footer__col {
    width: 100% !important;
  }

  .saving__items {
    gap: 1rem;
  }

  .manager-1 .left-wrap {
    width: 100%;
  }



  .saving__items {
    margin-top: 1rem;
  }

  .saving__svg {
    top: 44%;
    right: 0;
    width: 48%;
  }

  .saving__content {
    padding: 2rem;
  }

  .form-wrap-bg {
    margin: 0 auto;
  }

  .team__section__slider-big {
    width: 19rem;
  }

  .hero__wrapper h1 {
    font-size: 2rem;
  }

  .saving__item:nth-child(5),
  .saving__item:nth-child(6) {
    flex-direction: column;
  }

  .selection-wrapper h2 {
    font-size: 1.6rem;
  }

  .hero__inner {
    padding: 2rem;
  }


  .saving__item:nth-child(5) .saving__item-img,
  .saving__item:nth-child(6) .saving__item-img {
    width: 69%;
  }

  .hero__item-left-img {
    left: 4rem;
    width: 64%;
    margin-bottom: -2.5rem;
  }

  .cases__intro-inner-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cases__item-title {
    font-size: 1.3rem;
  }

  .section__office__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .section__office__content .title {
    width: 100%;
  }

  .clients-section .item {
    height: 9.5rem;
    padding: 1.5rem;
  }

  .map__svg {
    width: 90%;
    margin-top: 0;
  }

  .cases__item-case .content {
    height: 18rem;
  }

  .cases__intro-inner {
    width: 100%;
  }

  .services__item-link {
    width: 2.6875rem;
    height: 2.6875rem;
  }

  .approach__text {
    width: 80%;
  }

  .approach .services__item {
    border-bottom-right-radius: 0;
  }

  .approach::after {
    left: 36%;
    width: 25.25rem;
    height: 23.25rem;
  }

  .services__item-link-wrap {
    border-radius: 2.125rem 0rem 0rem 0rem;
  }

  .approach__text-inner {
    display: block;
    padding-top: 6rem;
    min-height: unset;
  }

  .approach .services__item {
    margin-bottom: 1.5rem;
  }

  .cases__title .title {
    font-size: 1.1rem;
  }

  .approach__inner .title {
    width: auto;
    flex-direction: column;
    margin-bottom: 2rem;
    text-align: center;
  }

  .title-img {
    width: 42%;
  }

  .approach__items {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .hero__items-mobile .hero__item-left {
    grid-column-start: 1;
    grid-column-end: 3;
    gap: 1rem;
  }
}

@media screen and (max-width: 413px) {
  .clients-section .slick-slide {
    margin: 0 0.3rem;
  }

  #header .logo {
    flex: unset;
    margin-right: auto;
  }

  .type-header-1 #header .contacts {
    flex: unset;
  }

  #header .row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
  }

  #header .row {
    row-gap: 0.5rem;
  }

  .popup-cases-info {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 374px) {
  /* #header .logo {
    flex: 0 0 8rem;
  } */

  .clients-section .item {
    height: 6.5rem;
  }

  .selection-wrapper h2 {
    font-size: 1.4rem;
  }

  #header .contacts .phone-content {
    font-size: 1.125rem !important;
  }
}

@media screen and (max-width: 320px) {}
