/*
Theme Name: crus
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: Dmitrieva O
Author URI: https://degorov.ru/
Version: 1.0
*/
:root {
  --h1: calc(26px + (88 - 26) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --h2: calc(20px + (48 - 20) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p36: calc(18px + (36 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p76: calc(24px + (76 - 24) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p28: calc(17px + (28 - 17) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p115: calc(40px + (115 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));

}

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

#footer-2::before {
  display: none;
}
a.btn-download {
    font-size: 1.3rem;
    margin: 1.5rem 0;
    font-weight: 600;
}
.footer-2-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
}

#hero.g-hero .hero__inner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page-template-page-thanks .pt .hero__inner-content .btn {
    margin-top:0;
}
#menu .menu .current-menu-item a::after, #menu .menu .current-menu-parent a::after, #menu .menu .current-post-ancestor a::after{
    display:none;
}
.guide-download h3 {
    margin-top: 0;
    font-size: 1.3rem;
}
.individual-form .form-header{
    display:none;
}

#footer-2 a {
  color: var(--color2);
  border-bottom: 1px solid;
}

#footer-2 {
  color: #fff;
  font-size: 0.875rem;
  background: #191818;
}

.b2b-copy {
  margin: 0;
}

.manager-1 .text-wrap .header h2 {
  margin-bottom: 6.3rem;
}

.manager-1 .text-wrap .header h2,
h2 {
  font-size: var(--h2);
  line-height: 110%;
  text-transform: uppercase;
}

.btn {

  background: #6CC8FF;
  box-shadow: 0px 0.914536px 0px #39B4FE, inset -9.14536px -9.14536px 36.5814px rgba(255, 255, 255, 0.3), inset 9.14536px 9.14536px 36.5814px rgba(255, 255, 255, 0.3);
  border-radius: 62.5rem;

}

.manager-1 .form-wrap .form-header {
  display: none;
}


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

.popup .agreement-label a {
  color: #fff;
}

.btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -0.5rem;
  background: #39B4FE;
  box-shadow: 0px 23.7779px 14.5411px -14.6326px rgba(0, 0, 0, 0.25), 0px 16.4616px 8.13937px -11.889px rgba(0, 0, 0, 0.25), 0px 12.8035px 2.46925px -12.8035px rgba(0, 0, 0, 0.9), inset 25.607px -13.718px 3.38378px -25.607px #39B4FE, inset -25.607px -13.718px 3.38378px -25.607px #39B4FE, inset 0px -26.5215px 3.38378px -25.607px rgba(0, 0, 0, 0.5), inset 0px -25.607px 1.09744px -25.607px rgba(0, 0, 0, 0.5);
  border-radius: 62.5rem;
  z-index: -1;
}

.popup .btn span {
  font-size: 1rem;
  padding: 1.5rem 1.75rem;
}

.popup {
  background: rgba(19, 95, 171, 0.83);
  color: #fff;
}

.btn span {
  padding: 1.5rem 1.75rem;
}



#hero .btn span {
  padding-right: 4.2rem;
  font-size: 1.25rem;
  min-width: unset;
  text-shadow: 0px 0.848061px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

#hero.hero_err .btn span {
  padding: 1.5rem 1.75rem;
}

#hero .btn {
  position: relative;
}

.btn-img {
  position: absolute;
  top: 50%;
  object-fit: contain;
  right: 0.3rem;
  transform: translate(0, -40%);
  width: 4rem;
  height: 4rem;
}

.methods__item-img {
  border-radius: 3.5rem;
}

.methods__inner h2 {
  margin-top: 0;
}

.methods__item {
  position: relative;

  border-radius: 3.5rem;

}

.methods__item-img {
  filter: blur(2px);
}

.slick-active .methods__item-img {
  filter: blur(0);
}

.methods__inner .slick-track {
  padding-top: 7.6rem;
  padding-bottom: 7rem;
}

.methods__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
  bottom: 0;
  border-radius: 3.5rem;
  transition: all 0.5s;
  right: 0;
}

.methods__inner .slick-center .methods__item::after {
  opacity: 0;
}

.methods__items::before {
  content: '';
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translate(-50%, 0) rotate(3deg);
  background-color: var(--dark);
  filter: blur(3rem);
  width: 47%;
  opacity: 0.6;
  height: 90%;
  pointer-events: none;
}

.methods__inner .slick-center {
  transform: scale(1.3) rotate(3deg);
  z-index: 6;
  position: relative;
  transition: all 0.5s;
}

.methods__inner .slick-center .methods__item {
  border-radius: 12px;
  box-shadow: 0px 16px 12px -3px rgba(0, 0, 0, 0.5);
}

.methods__inner .slick-center .methods__item::before {
  content: '';
  position: absolute;
  top: -1.2rem;
  bottom: -1.2rem;
  left: -1.2rem;
  right: -1.2rem;
  background-image: url(assets/i/bbb.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -2;
}

.methods__inner .slick-center .methods__item-img img,
.methods__inner .slick-center .methods__item-img {
  border-radius: 12px;
}

.methods__item-img img {
  border-radius: 3.5rem;

}

.methods__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 70%;
  width: 80%;
  transform: translate(-50%, 0);
  background-color: #A6DEFF;
  border-radius: 1.5rem;
  z-index: -1;
}

.methods__inner {
  position: relative;
  padding: 4rem;
  padding-bottom: 0;
}

.methods__inner .cases_arr {
  margin-top: 0;
  justify-content: center;
}
#hero.g-hero .hero__inner-content {
    margin-top: -10rem;
}
.hero__bg--img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-54%, 0);
  width: 51%;
  pointer-events: none;
  z-index: 4;
}

.hero__bg {
  pointer-events: none;
}

h1 {
  font-size: var(--h1);
  line-height: 89%;
  text-transform: uppercase;
  color: #525252;
}

h1 .text_color {
  color: var(--color2);
}

.hero__inner {
  padding-top: 7.875rem;
    padding-bottom: 29.5rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.hero__inner h1 {
  margin-bottom: 1.75rem;
}

.hero__inner-content .title p:first-of-type {
  font-weight: 700;
  font-size: var(--p36);
  line-height: 120%;
  text-transform: uppercase;
  color: #333333;
}

.hero__inner-content .btn {
  margin-top: 4.75rem;
}

.hero__inner-right p {
  margin: 0;
}

.hero__inner-right {
  font-size: 1.5rem;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 1rem;
  align-self: flex-start;
  align-items: flex-start;
  position: relative;
}

.hero__inner-right::before {
  content: '';
  position: absolute;
  width: 25vw;
  height: 25vh;
  background-color: #fff;
  filter: blur(2.5rem);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.p_text {
  position: relative;
  padding-bottom: 2.5rem;
}

.p_text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(assets/i/v2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.4rem;
  width: 100%;
}

.methods--bg {
  position: absolute;
  top: -10%;
}

.text_big {
  font-weight: 700;
  font-size: var(--p76);
  line-height: 130%;
  color: #135FAB;
  line-height: 88%;
}

.hero__inner-right .text_big {
  font-weight: 700;
  font-size: var(--p76);
  line-height: 130%;
  color: #135FAB;
  line-height: 88%;
}

.hero__bg-text-img {
  flex-shrink: 0;
  display: flex;
  width: 42%;
}

.home #hero {
  background-image: url(assets/i/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 15%);
}

.hero__bg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 130%;
  height: 21%;
  background-color: #fff;
  filter: blur(2rem);
  will-change: filter;
  z-index: 5;
}

.hero__bg-text {
  position: absolute;
  bottom: 44%;
  right: 13%;
  width: 30%;
  padding: 1.5rem;
  padding-left: 7%;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.25) 0%,
      rgba(108, 200, 255, 0.2) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 1.5rem;
  z-index: -1;
  display: flex;
  border: 1px solid var(--color2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.home #hero .btn::before {
  bottom: -0.1rem;
  box-shadow: none;
}

.hero__bg-text::before {
  content: '';
  position: absolute;
  top: -54%;
  left: 9%;
  width: 72%;
  height: 104%;
  background-image: url(assets/i/pp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.hero__bg-text-wr {
  color: #525252;
}

.video__btn {

  background-color: transparent;
  border: none;
  padding: 0;
}

.video__button {
  width: 6.75rem;
  height: 6.75rem;
}

.cases_arr .slick-arrow {
  position: relative;
  transform: unset;
  top: unset;
  left: unset;
  bottom: unset;
  padding: 0.5rem;
}

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

.slick-arrow {
  height: 4rem;
  width: 4rem;
  background: #fff;
  box-shadow: none;
}

.slick__numb {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 110%;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Sofia Sans';
}

.cases_arr {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.current-slide {
  font-weight: 700;
  font-size: 3rem;
  line-height: 110%;
  text-transform: uppercase;
  color: #135FAB;
}

.btn.btn-white {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.01em;

  color: #333333;
  text-shadow: 0px 0.848061px 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  box-shadow: none;
}

.btn.btn-white::after {

  background: #C4C4C4;
  box-shadow: 0px 23.7779px 14.5411px -14.6326px rgba(0, 0, 0, 0.25), 0px 16.4616px 8.13937px -11.889px rgba(0, 0, 0, 0.25), 0px 12.8035px 2.46925px -12.8035px rgba(0, 0, 0, 0.9), inset 25.607px -13.718px 3.38378px -25.607px #C4C4C4, inset -25.607px -13.718px 3.38378px -25.607px #C4C4C4, inset 0px -26.5215px 3.38378px -25.607px rgba(0, 0, 0, 0.5), inset 0px -25.607px 1.09744px -25.607px rgba(0, 0, 0, 0.5);
}

.cases__section-inner .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5rem;
}

.cases__section--img {
  position: absolute;
  bottom: 2%;
  left: -2%;
  z-index: 1;
  pointer-events: none;
  width: 34%;
}

.cases__section-inner .btn.btn-white {
  margin-top: auto;
}

.cases__section-inner .cases_arr {
  margin: 4rem 0;
}

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

.hero__bg-text-wr p {
  margin: 0;
}

.hero__bg-text-wr p:first-of-type {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.75rem;
  text-transform: uppercase;
}

#manager .hero__bg-text-wr p:first-of-type {
  margin: 0;
  text-transform: unset;
  font-weight: 400;
}

.manager--text-wr-im {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(43%, -50%);
  width: 46%;
}

#manager .hero__bg-text::before {
  display: none;
}

.manager-1 .form-wrap::before {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -11%;
  width: 36%;
  height: 63%;
  background-image: url(assets/i/pp1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#manager .hero__bg-text {
  position: absolute;
  bottom: 69%;
  right: -52%;
  width: 84%;
  padding: 1.5rem;
  padding-left: 15%;
  padding-right: 10%;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.25) 0%,
      rgba(108, 200, 255, 0.2) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 1.5rem;
  z-index: -1;
  display: flex;
  border: 1px solid var(--color2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero__bg-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 30%,
      transparent 70%,
      rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
}

.cases__section-items .slick-snext {
  opacity: 1;
  transform: scale(0.95);
  z-index: 1;
  opacity: 0.62;
  will-change: filter;
}

.cases__section-items {
  position: relative;
  display: block;
}

.cases__section-items .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 0);
  z-index: 2;
  transform: scale(0.87);
}

.cases__section-inner {
  display: flex;
  gap: 4rem;
}

.cases__section-inner h2 {
  color: #fff;
}

.title {
  color: #525252;
  font-size: 1.75rem;
}

.cases__section-items {
  width: 47%;
  margin-top: -8%;
}

.cases__section-items .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
}

.cases__section-inner {
  max-width: 83%;
  background: #A6DEFF;
  backdrop-filter: blur(16.35px);
  border-radius: 3.5rem;
  justify-content: center;
  padding: 2rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.cases__section-items .slick-slide {
  position: absolute;
  opacity: 0.2;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.cases__section-items .slick-snext,
.cases__section-items .slick-sprev {
  display: block;

}

.cases__section-items .slick-snext {
  left: 9%;
  transform: scale(0.83);
  bottom: -3rem;
  opacity: 0.4;
}

.cases__section-items .video {
  position: absolute;
  width: 100%;
  height: 100%;

  padding-bottom: 0;
}

.cases__section-items .video,
.cases__section-item .video__media,
.cases__section-item {
  border-radius: 2.625rem;
}

.cases__section-item {
  width: 25.25rem !important;
  height: 51.1875rem !important;
}

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

.cases__section-items .slick-current.slick-active .cases__section-item::after {
  content: '';
  position: absolute;
  top: -2rem;
  left: -2rem;
  bottom: -2rem;
  right: -1rem;
  background: #FFFFFF;
  filter: blur(36.2px);
  border-radius: 42.5581px;
  z-index: -1;
}

.cases__section-items::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  width: 37vw;
  height: 37vw;
  border-radius: 50%;
  transform: translate(50%, 28%);

  background: #FFFFFF;
  filter: blur(15.625rem);
  z-index: -1;
  pointer-events: none;
}

.cases__section--img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  width: 34%;
}

.cases__section-items .slick-current.slick-active .cases__section-item::before {
  position: absolute;
  content: '';
  top: -1.2%;
  left: -2.8%;
  bottom: -1.7%;
  right: -2%;
  background-image: url(assets/i/2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
}

.hero__inner-right-t2 strong {
  display: block;
}

.hero__inner-right-t {
  position: relative;
  height: 7rem;
  overflow: hidden;
  width: 20rem;
}

.hero__inner-right-t2 {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: textChange 4.5s infinite;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero__inner-right-t2:nth-child(1) {
  animation-delay: 0s;
}

.hero__inner-right-t2:nth-child(2) {
  animation-delay: 1.5s;
}

.hero__inner-right-t2:nth-child(3) {
  animation-delay: 3s;
}

@keyframes textChange {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(2px);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

  28% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

  33% {
    opacity: 0;
    transform: translateY(-30px);
    filter: blur(2px);
  }

  100% {
    opacity: 0;
    transform: translateY(-30px);
    filter: blur(2px);
  }
}

.my_path--bg {
  position: absolute;
  top: 0;
}

.my_path {
  background-color: #EAFAFB;
  padding-top: 16rem;
  margin-top: -5rem;
}

.cases__section {
  background-color: #EEFFFE;
  padding-top: 8rem;
}

.cases__section::after {
  content: '';
  position: absolute;
  top: -2%;
  left: -15%;
  width: 130%;
  height: 55%;
  background-color: #fff;
  filter: blur(1.4rem);
  will-change: filter;
  z-index: 0;
}

.my_path:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  filter: blur(3.9rem);
  border-radius: 42.5581px;
  z-index: 0;
  width: 25vw;
  height: 33vh;
  opacity: 0.4;
}

.my_path::before {
  content: '';
  position: absolute;
  top: -36%;
  right: -10%;
  pointer-events: none;
  width: 57vw;
  z-index: 0;
  height: 127vh;
  background-image: url(assets/i/x31.webp);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.cases__section::before {
  content: '';
  position: absolute;
  width: 43vw;
  height: 43vw;
  left: -12%;
  bottom: -12%;
  background: linear-gradient(174.26deg, #FFFFFF 4.57%, #A6DEFF 50.52%);
  filter: blur(17.1875rem);
  z-index: 1;
}

.cases__section-items .slick-sprev {
  left: -3rem;
  transform: scale(0.7);
  bottom: -2rem;
}

.cases__section-inner .slick-track {
  padding-left: 32% !important;
}

.toggle-text-btn {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  color: #6CC8FF;
  background-color: transparent;
  border: none;
  padding: 0;
  border-bottom: 3px dashed;
  cursor: pointer;
  transition: all 0.3s;
}

.toggle-text-btn:hover {
  border-color: transparent;
}

.toggle-text-btn {
  margin-top: 4rem;
}

.cases__section-items .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 0);
  z-index: 2;
  transform: scale(1);
}

.my_path__content {
  width: 47%;
  position: relative;
  margin-left: 8%;
}

.my_path__content .title p .text_color {
  color: var(--color2);
}

.my_path__el {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46%;
}

.my_path__el .btn {
  position: absolute;
  bottom: 22%;
  left: 47%;
  transform: translate(-50%, 0);
  width: max-content;
}

.my_path__el .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 62.5rem;
  z-index: 0;
}

.my_path__cr {
  position: absolute;
  bottom: -21%;
  left: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
}

.my_path__text {
  width: 52%;
  font-size: 1.25rem;
  line-height: 130%;
  color: #525252;
}

.my_path__img {
  position: absolute;
  top: 15rem;
  right: -8%;
  width: 51%;
}

.my_path__inner {
  padding-bottom: 21rem;
}

.my_path__content .title {
  font-size: 1.75rem;
  line-height: 130%;
  color: #525252;
  margin-bottom: 5.375rem;
  position: relative;
}

.my_path__content .title .title-icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -64%);
}

.rep::after {
  content: '';
  position: absolute;
  top: -21%;
  left: -15%;
  width: 130%;
  height: 70%;
  background-color: #fff;
  filter: blur(2.5rem);
  will-change: filter;
  z-index: 1;
}

.rep .container-fluid {
  z-index: unset;
}

.rep {
  padding-top: 0;
  margin-top: -1rem;
}

.rep__inner {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 3rem;
  position: relative;
  z-index: 2;
}

.rep__item-text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  color: #FFFFFF;
  text-align: center;
}

.rep__item-text p {
  margin: 0;
}

.rep__item {
  border-radius: 1.5rem;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  background-color: #2068B0;
  gap: 1.375rem;
  padding: 18.75rem 2.6875rem 3.75rem 2.6875rem;
  /* min-height: 23rem; */
}

.rep__item::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  backdrop-filter: blur(1rem);
  content: '';
  position: absolute;
  opacity: 0.15;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.rep__item:first-child::before {
  background-image: url(assets/i/rr2.webp);

}

.rep__item:first-child {
  /* min-height: 21rem; */
  transform: rotate(-6deg);
  padding-top: 15.75rem;
}

.rep__item:nth-child(2)::before {
  background-image: url(assets/i/rr3.webp);

}

.rep__item:nth-child(2) {
  transform: scale(1.05);
}

.rep__item:nth-child(3) {
  transform: rotate(6deg);
}

.rep__item:nth-child(3)::before {
  background-image: url(assets/i/rr4.webp);

}

.rep__item:nth-child(4) {
  transform: scale(0.95);
  /* min-height: 22.0625rem; */
}

.rep__item:nth-child(4)::before {
  background-image: url(assets/i/rr5.webp);

}

.rep__item-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -21%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-docshomepage {
  width: 87%;
  margin: 0 auto;
  margin-top: -5%;
}

.slider-docshomepage .slick-slide {
  padding: 2rem;
}

.home .frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(assets/i/border.webp) no-repeat center;
  background-size: 140% 184%;
}

a.frame::before {
  display: none;
}

.frame-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .frame {
  padding: 0.7%;
  box-shadow: 0 8px 22px 0px rgba(0, 0, 0, 0.5);
  height: 18rem;
}

.hotos_docs-homepage-inner {
  position: relative;
  padding: 3rem;
}

.hotos_docs-homepage-inner {
  position: relative;
}

.hotos_docs-homepage-inner .cases_arr {
  justify-content: center;
  margin-top: 2rem;
}

.hotos_docs-homepage-inner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 92%;
  height: 84%;
  background: #A6DEFF;
  backdrop-filter: blur(16.35px);
  border-radius: 3.5rem;
}

.homepage__img {
  position: absolute;
  width: 24%;
  transform: translate(0, -53%);
  top: 0;
}

.homepage__img.homepage__img1 {
  left: 4%;
}

.homepage__img.homepage__img2 {
  right: 4%;
}

.top .collumn {
  width: 36rem;
  display: flex;
  flex-direction: column;
  gap: 5.375rem;
  align-items: flex-start;
}

.top__inner h2 {
  margin-top: 0;
}

.top__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top__items {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 5.625rem;
}

.top {
  padding-bottom: 29rem;
}

.top__item {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.36);
  border-radius: 1.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  position: relative;
  color: #FFFFFF;

}

.top__item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(110%, 0);
  background-image: url(assets/i/vv1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51%;
  height: 35%;
}

.top__item0::before {
  bottom: 0;
  top: unset;
}

.top__item1::before {
  background-image: url(assets/i/vv2.svg);
  width: 35%;
  top: 2rem;
}

.top__item2::before {
  background-image: url(assets/i/vv3.svg);
  height: 110%;
  top: -45%;
}

.top__item3::before {
  background-image: url(assets/i/vv4.svg);
  right: unset;
  left: 0;
  width: 63%;
  transform: translate(-89%, 0);
  height: 70%;
}

.top__item4::before {
  background-image: url(assets/i/vv5.svg);
  right: unset;
  left: 0;
  width: 59%;
  transform: translate(-108%, 0);
  height: 47%;
}

.top__item5::before {
  background-image: url(assets/i/vv6.svg);
  right: unset;
  left: 0;
  width: 66%;
  transform: translate(-108%, -93%);
  height: 100%;
}

.collumn1 .top__item:not(:nth-child(2)) {
  margin-left: 2rem;
}

.collumn2 .top__item:not(:nth-child(2)) {
  margin-right: 2rem;
}

.collumn2 .top__item {
  width: 70%;
}

.top .collumn2 {
  align-items: flex-end;
}

.title p {
  font-size: var(--p28);
  line-height: 130%;
}

.title-about {
  position: relative;
  background: #6CC8FF;
  border-radius: 3.5rem;
  padding: 3.3rem;
  font-size: 1.25rem;
  line-height: 130%;
  flex: 0 0 40%;
  overflow: hidden;
  border: 1px solid #fff;
}

.title-abs {
  font-weight: 700;
  font-size: var(--p115);
  line-height: 130%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.07);
  transform: rotate(-90deg);
  position: absolute;
  bottom: 39%;
  right: -41%;
}

.popup-about-text-bg {
  flex: 0 0 59%;
  margin-left: -13rem;
  z-index: 1;
  margin-top: -8rem;
}

.popup-about-text-bg {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.popup-about-text {
  display: flex;
}

.popup-about_content {
  font-size: 1.25rem;
}

#hero .hero_err .btn span {
  padding: 1.5rem 1.75rem;
}

.popup-about_content h2 {
  color: #fff;
  margin: 2.5rem 0;
  padding: 2.5rem 0;
  border-bottom: 2px solid var(--color2);
  border-top: 2px solid var(--color2);
}

.popup-about__inner {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}

.title-about h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0;
}

.popup-about .f-button.is-close-btn {
  top: 2rem;
  right: 2rem;
}

.popup-about {
  background: #2068B0;
  backdrop-filter: blur(1rem);
  border-radius: 3.5rem;
  padding: 9.75rem 3.5rem;
  width: 87%;
  color: #fff;
  display: none;
}

.this__items {
  gap: 2.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 2.3125rem;
  border-radius: 3.75rem;
  background-color: #fff;
  max-width: 1574px;
  margin: 0 auto;
}

.this::before {
  content: '';
  position: absolute;
  background-color: #EFFFFE;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 50%;
  filter: blur(2.5rem);
}

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

.this__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.this {
  padding-top: 0;
  margin-top: -16%;
  z-index: 2;
}

.this__inner .title {
  padding: 3.6875rem;
  border-radius: 56px 56px 0 0;

  background: #2068B0;
  border: 1rem solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(1.0219rem);
  border-bottom: none;
}

.this__item {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1.5rem;
  position: relative;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 2.1875rem 1.8125rem;
  font-size: 1.25rem;
  line-height: 130%;

  color: #525252;
  display: flex;
  flex-direction: column;
  min-height: 29.375rem;
}

.this__item-text p:first-of-type {
  font-size: 1.5rem;
}

.this__item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 86%;
}

.this__item-text {
  width: 80%;
  margin-bottom: -2rem;
}

.this__item::before {
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  width: 12.875rem;
  height: 12.875rem;
  background: linear-gradient(174.26deg, #FFFFFF 4.57%, #A6DEFF 50.52%);
  filter: blur(7.8125rem);
  transform: translate(0, 50%);
}

#menu .menu .menu-item a {
  padding: 1rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140%;
  border-left: none;
  color: #525252;
}

#menu .menu {
  background: transparent;
  border-radius: 62.5rem;
  border: 2px solid #6CC8FF;
  width: auto;
}

#menu {
  width: auto;
}

#header {
  padding-top: 2rem;
}

.header__mode {
  font-size: 1rem;
}

.home .header__mode span {
  color: #525252;
}

.header__mode span {
  display: block;

}

.home #footer .header__mode span {
  color: #E7E2E2;
}

.agreement-check input:checked+.agreement-label .check::before {

  border: 2px solid var(--color2);
  border-top-color: transparent;
  border-left-color: transparent;
}

.message-error::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 1rem;
  bottom: 0;
  border-radius: 3px;
  transform: rotate(45deg) translate(50%);
  background: rgb(38 38 38);
  z-index: -1;
}

.message-error {
  position: absolute;
  right: auto;
  top: -2.5rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-weight: var(--f1w);
  line-height: 1.2;
  background: rgb(38 38 38);
  z-index: 100;
  color: #f5f6f8;
  font-size: .8rem;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
  white-space: nowrap;
  transition: all .3s ease;
}

.home #hero {
  background-color: #F1FFFE;
}

#header .contacts svg {
  fill: transparent;
  width: 1.125rem;
  height: 1.125rem;
  margin-bottom: 0;
  margin-right: 0;
  border: none;
  border-radius: 0;
  padding: 0;
}

#footer .contacts {
  display: flex;
}

#footer .phone-content {
  color: var(--dark);
  margin-bottom: 0;
}

#footer #menu .menu .menu-item a {
  color: #E7E2E2;
}

#footer .row {
  gap: 2rem;
  margin: 0;
  row-gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.foote-rinf {
  flex-shrink: 0;
}

.header__mode span {
  color: #E7E2E2;
}

#footer .link,
#header .contacts .link {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.375rem solid #fff;
}

#header .contacts {
  display: flex;
}

#footer .phone-content,

#header .contacts .phone-content {
  font-size: 1.25rem !important;
  font-weight: 700;
  padding: 0.7rem 1.3125rem;
  border-radius: 1.6875rem;
  background-color: #fff;
  height: 100%;
  position: relative;
}

#footer .contacts .phone-content::before,
#header .contacts .phone-content::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  z-index: -1;
}

.social .soc {
  width: 2.25rem;
  height: 2.25rem;
  background-color: var(--color2);
  border-radius: 50%;
}

.social .soc a {
  width: 100%;
  padding: 0.5rem;
  height: 100%;
}

#header .mainrow {
  justify-content: space-between;
  gap: 1rem;
}

.work__inner-text {
  font-size: 1.5rem;
  line-height: 130%;
  text-align: center;
  margin-top: 4.75rem;
  color: #525252;


}

/* Добавьте эти стили */
.slick-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
}

/* Отключить outline при фокусе */
.slick-arrow:focus,
.slick-arrow:focus,
.slick-arrow:focus,
.slick-arrow:focus {
  outline: none !important;
  box-shadow: none !important;
}


.work {
  background-color: #EFFFFE;
}

.work__inner h2 {
  margin-top: 0;
}

.work__inner-text p {
  margin: 0;
}

.work__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12rem;
  width: 82%;
  margin: 0 auto;
  margin-top: 8rem;
  transform: translate(4%, 0);
}

.work__item-text2 {
  width: 24.0625rem;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 1.5rem;
  color: #525252;
  padding: 2.25rem;
  position: absolute;
  overflow: hidden;
  bottom: 3rem;
  right: 0;
  transform: translate(8%, 0);
  z-index: 2;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.individual__inner-el {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44%;
  z-index: -1;
}

.work-e {
  position: absolute;
  bottom: -6%;
  left: -15%;
  width: 130%;
  height: 23%;
  background-color: #fff;
  filter: blur(2rem);
  will-change: filter;
  z-index: 1;
}

.work .container-fluid {
  z-index: 2;
}

.work__item-text2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  transition: left 0.7s ease;
}

.work__item-text2 ul {
  position: relative;
  z-index: 1;
}

#hero.hero_err .main {
  padding: 10rem 0 14rem 5rem;
}

.g-hero .hero__inner {
  padding-top: 17rem;
}

#hero.g-hero h1,
.hero_err h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: var(--color2);
}

#hero.g-hero .hero__inner-content,
#hero.hero_err .list {
  font-size: 1.75rem;
  line-height: 120%;
  text-transform: uppercase;

  color: #333333;


}

.hero_err {
  background-image: url(assets/i/erbg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.err--img {
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
}

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

.work__item-text2 ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.work__item-text p:first-of-type {
  font-size: 1.5rem;
  font-weight: 700;
}

.work__item:nth-child(1) {
  background-image: url(assets/i/fr2.webp);
}

.work__item:nth-child(2) {
  background-image: url(assets/i/fr1.webp);
}

.work__item:nth-child(2) .work__item-text {

  background: #A6DEFF;
  box-shadow: -98px 71px 48px rgba(0, 0, 0, 0.01), -55px 40px 41px rgba(0, 0, 0, 0.05), -25px 18px 30px rgba(0, 0, 0, 0.09), -6px 4px 17px rgba(0, 0, 0, 0.1);

}

.work__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  background-position: center;
}

.work__item-text {
  overflow: hidden;
}

.work__item:nth-child(1) .work__item-text {
  color: #fff;
  background: #2068B0;
  box-shadow: -59px 56px 23px rgba(20, 119, 169, 0.01), -38px 36px 21px rgba(20, 119, 169, 0.05), -21px 20px 17px rgba(20, 119, 169, 0.16), -9px 9px 13px rgba(20, 119, 169, 0.27), -2px 2px 7px rgba(20, 119, 169, 0.31);

}

.work__item-img {
  z-index: 1;
  margin-top: -5rem;
  display: flex;
}

.work__item-text {
  font-size: 1.25rem;
  line-height: 130%;
  border-radius: 1.5rem;
  min-height: 21.3125rem;
  padding: 2rem;
  max-width: 25.25rem;
  position: absolute;
  top: 1rem;
  left: 0;
  transform: translate(-44%, 0);
  z-index: 0;
}

.work__item-textim {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 65%;
  display: flex;
  align-items: flex-end;
}

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

.work__item-text p:first-child {
  margin-top: 0;
}

.work__item-text2::before {
  content: '';
  position: absolute;
  background: rgba(166, 222, 255, 0.51);
  filter: blur(3.125rem);
  bottom: 0;
  right: 0;
  transform: translate(63%, 75%);
  width: 20vw;
  height: 20vw;
  z-index: 0;
}

.work__item:nth-child(2) .work__item-text2::before {

  background: rgba(49, 202, 129, 0.4);

}

.work::before {
  content: '';
  position: absolute;
  width: 39vw;
  height: 39vw;
  left: -12%;
  top: -12%;
  background: linear-gradient(174.26deg, #FFFFFF 4.57%, #A6DEFF 50.52%);
  filter: blur(17.1875rem);
  z-index: 1;
}

.work::after {
  content: '';
  position: absolute;
  width: 47vw;
  height: 47vw;
  right: -12%;
  bottom: -12%;
  background: linear-gradient(174.26deg, #FFFFFF 4.57%, #A6DEFF 50.52%);
  filter: blur(17.1875rem);
  z-index: 0;
}

.wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.work_bgs {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top::before {
  content: '';
  position: absolute;
  top: -12%;
  left: -15%;
  width: 130%;
  height: 31%;
  background-color: #fff;
  filter: blur(6rem);
  will-change: filter;
  z-index: 1;
}

section.photos_docs-homepage {
  z-index: 2;
  padding-top: 7rem;
}

.individual__inner {
  gap: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.individual__content {
  max-width: 45.1875rem;
  color: #fff;
}

.individual__content .title ul {
  font-size: 1.25rem;
  line-height: 130%;
  color: #E7E2E2;
  max-width: 70%;
}

.individual__inner-bg {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translate(-45%, 0);
  width: 62%;
}

#footer {
  background-color: #191818;
}

.individual__content .title ul li {
  position: relative;
  padding-left: 2.1875rem;
  margin-bottom: 1.25rem;

}

.individual__content .title ul,
.individual__content .title p:nth-child(3) {
  margin-left: 2rem;
}

.individual__content .title p:nth-child(3) {
  margin-bottom: 1.5rem;
}

.individual__content .title p:nth-child(3) strong {
  font-size: 1.5rem;
  line-height: 130%;
  margin-bottom: 1.5rem;

}

.individual {
  background: linear-gradient(179.02deg, rgba(108, 200, 255, 0) 13.52%, rgba(48, 124, 193, 0.95) 43.32%, #2068B0 51.31%);
  backdrop-filter: blur(1.0219rem);
  padding-top: 33%;
  margin-top: -19%;
}

.form-group {

  background: #E5E7E9;
  border-radius: 10px;

}

.hideLabels .form-control {
  border-radius: 10px;

}

.individual .form .button .btn {
  width: 100%;
}

.individual .form .button {
  margin-bottom: 2.1rem;
  width: 100%;
}

.individual_text {
  padding: 2rem 3rem 2rem 10.6875rem;
  position: relative;
  background: rgba(255, 255, 255, 0.81);
  border-radius: 1.5rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 130%;
  color: #333333;
  width: 88%;

  margin-top: 5.125rem;
  margin-left: 2rem;
  background-image: url(assets/i/ggg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.individual__content h2 {
  margin-top: 0;
}

.individual__content .title p:first-of-type {
  text-transform: uppercase;
  margin-bottom: 4rem;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
}

.individual__content .title p:first-of-type .text_color {
  color: var(--color2);
}

.individual_text-icon {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34%;
}

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

.menu .menu-item::after,
.menu .menu-item::before {
  display: none;
}

.individual_text a:hover {
  color: var(--color2);
  border-bottom-color: transparent;
}

.individual_text p {
  margin: 0;
}

#manager .utp ul li::before,
.individual__content .title ul li::before {
  content: '';
  position: absolute;
  top: 0.4rem;
  height: 1.25rem;
  width: 1.25rem;
  left: 0;
  background-image: url(assets/i/li2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.individual_text a {

  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  display: block;
  width: max-content;
  color: #333333;
  margin-top: 12px;
  border-bottom: 1px dashed;

}

.hideLabels .form-group {
  margin: .5rem auto 1.5rem;
}

.individual__content .title {
  color: #fff;
}

.individual-form {
  padding: 3.375rem;
  width: 31.125rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1.5rem;

}

.manager-1 .agreement-label,
.individual-form .agreement-label {
  color: #fff;
}

.manager-1 .agreement-label a,
.individual-form .agreement-label a {
  color: var(--color2);
  font-weight: 700;
}

.individual-form .buttom {
  margin-bottom: 1.5rem;
  width: 100%;
}

.programms__items {
  gap: 2.1875rem;
  max-width: 87.3125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  margin-top: 5rem;
}

.programms__item {
  padding: 4rem;
  border-radius: 1.5rem;
  padding-bottom: 5.4375rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-blend-mode: multiply, normal;
  box-shadow: -33px 317px 128px rgba(0, 0, 0, 0.01), -18px 179px 108px rgba(0, 0, 0, 0.04), -8px 79px 80px rgba(0, 0, 0, 0.06), -2px 20px 44px rgba(0, 0, 0, 0.07);

}

.programms__item__title {
  font-weight: 700;
  font-size: var(--p28);
  line-height: 130%;
  margin-bottom: 2rem;
  color: #333333;


}

.programms__item .btn {
  margin-top: auto;
}

.programms__item__pr {
  font-weight: 700;
  font-size: var(--h1);
  line-height: 110%;
  text-transform: uppercase;

  color: #6CC8FF;


}

.programms__item__pr2 {
  font-size: var(--p36);
  line-height: 110%;
  text-decoration-line: line-through;
  text-transform: uppercase;

  color: rgba(19, 95, 171, 0.36);
  margin-top: 1rem;

}

.programms__item__text-strong {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  margin-bottom: 2rem;

}



.programms__item__dl {
  font-size: 1.75rem;
  line-height: 130%;
  margin-top: 1.5rem;
  color: #525252;


}

.programms__item__dl strong {
  color: var(--color);
}

.programms__item:nth-child(1) {
  background-color: #fff;
}

.programms__item:nth-child(2) {
  background-color: #2068B0;
  color: #E7E2E2;
}

.experts__inner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  pointer-events: none;
}

.experts__inner {
  position: relative;
  max-width: 87.3125rem;
  margin: 0 auto;
  background: #6CC8FF;
  backdrop-filter: blur(1.0219rem);
  border-radius: 3.5rem;
  display: flex;
  padding: 4.6875rem;
  gap: 2rem;
  padding-left: 27.75rem;

  margin-top: 3.5625rem;
}

.experts__inner-text {
  font-size: 1.25rem;
  line-height: 130%;

  color: #525252;


}

#manager {
  padding-top: 12%;
  overflow: visible;
  padding-bottom: 7rem;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 0 -11rem;
}

.experts__inner-text strong {
  color: var(--dark);
}

.experts__inner-title h3 {
  font-size: 2.25rem;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0;
  color: #333333;

}

.hero__inner .btn::after {
  display: none;
}

.btn span {
  border-radius: 5rem;
  overflow: hidden;
}

.programms__item:nth-child(2) .programms__item__pr2 {
  color: rgba(231, 226, 226, 0.64);
}

.programms__item:nth-child(2) .programms__item__title {
  color: #fff;
}

.programms__item:nth-child(2) strong {
  color: #fff;
}

.programms__item__text {
  line-height: 130%;
  padding-top: 6.0625rem;
  position: relative;
  font-size: 1.25rem;
  margin-top: auto;
  margin-bottom: 2rem;
}

.programms::before {
  content: '';
  position: absolute;
  width: 35vw;
  height: 35vw;
  right: -12%;
  top: -12%;
  background: linear-gradient(174.26deg, #FFFFFF 4.57%, #A6DEFF 50.52%);
  filter: blur(17.1875rem);
  z-index: 0;
}

.programms::after {
  content: '';
  position: absolute;
  width: 35vw;
  height: 35vw;
  left: -12%;
  bottom: 26%;
  background: linear-gradient(174.26deg, #FFFFFF 4.57%, #A6DEFF 50.52%);
  filter: blur(17.1875rem);
  z-index: 0;
}

.btn span {
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.01em;

}

#manager::before {
  content: '';
  position: absolute;
  top: -12%;
  left: -15%;
  width: 130%;
  height: 31%;
  background-color: #fff;
  filter: blur(6rem);
  will-change: filter;
  z-index: 0;
}

.programms {
  background-color: #EAFAFB;
  padding-bottom: 0;
  padding-top: 8rem;
  margin-top: -4rem;
}

.programms__item .btn span {
  min-width: 246px;
}

.programms__item:nth-child(2) .btn {
  text-shadow: 0px 0.848061px 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  color: #333333;
}


.programms__item:nth-child(2) .btn::after {
  background: #C4C4C4;
  box-shadow: 0px 23.7779px 14.5411px -14.6326px rgba(0, 0, 0, 0.25), 0px 16.4616px 8.13937px -11.889px rgba(0, 0, 0, 0.25), 0px 12.8035px 2.46925px -12.8035px rgba(0, 0, 0, 0.9), inset 25.607px -13.718px 3.38378px -25.607px #C4C4C4, inset -25.607px -13.718px 3.38378px -25.607px #C4C4C4, inset 0px -26.5215px 3.38378px -25.607px rgba(0, 0, 0, 0.5), inset 0px -25.607px 1.09744px -25.607px rgba(0, 0, 0, 0.5);
}

.programms__item__text::before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -25%;
  left: 0;
  background-image: url(assets/i/40.webp);
  background-repeat: no-repeat;
  background-size: 106%;
  width: 100%;
  height: 55%;
}

.programms__item:nth-child(2) .programms__item__text::before {
  background-image: url(assets/i/41.webp);
}

.title-about ul li,
.experts__inner-text ul li,
.programms__item__text ul li {
  position: relative;
  padding-left: 2.1875rem;
  margin-bottom: 1.25rem;
}

.experts__inner-text ul {
  margin-bottom: 1.5rem;
}

.title-about ul li::before,
.experts__inner-text ul li::before,
.programms__item__text ul li::before {
  content: '';
  position: absolute;
  top: 0;
  height: 1.125rem;
  width: 1.125rem;
  left: 0;
  background-image: url(assets/i/li3.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.why__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 1.875rem;
  grid-auto-flow: row;
  grid-template-areas:
    "col-1 col-2 col-2 col-3"
    "col-4 col-5 col-6 col-6";

}

.why {
  padding-top: 11rem;
  background-color: #EFFFFE;
  background-image: url(assets/i/ga.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.why__item {
  position: relative;
  padding: 2.25rem 1.75rem 1.75rem 1.75rem;
  border-radius: 1.5rem;
  font-size: 1.25rem;
  line-height: 130%;
  overflow: hidden;
}

.why__item-1 {
  grid-area: col-1;
  padding-bottom: 18rem;
}

.why__item-2 {
  grid-area: col-2;
  padding-bottom: 18rem;
  background-image: url(assets/i/bg6.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;

}

.why__item__text p:first-of-type {
  font-size: 1.5rem;
  line-height: 130%;
}

.why__item__text h2 {
  color: #fff;
}

.why__item:nth-child(even) h2 strong {
  color: #fff;
}

.why__item-3 {
  grid-area: col-3;
  padding-bottom: 18rem;
}

.why__item-4 {
  grid-area: col-4;
  padding-bottom: 8.4375rem;

}

.why__item-5 {
  grid-area: col-5;
  padding-bottom: 8.4375rem;


}

.why__item-6 {
  grid-area: col-6;
  padding-bottom: 5.1875rem;
  overflow: visible;

}

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

.why__item-2 .why__item__text {
  margin: 0;
  margin-left: auto;
  width: 50%;
}

.why__item-6 .why__item__text {
  width: 46%;
}

.why__item-6 .why__item-img {
  width: 90%;
  height: 100%;
  bottom: 0;
}

.why__item:nth-child(odd) {
  background-color: #2068B0;
  color: #E7E2E2;
}

.why__item:nth-child(even) {

  background-color: #A6DEFF;

  color: #525252;


}

.why__item:nth-child(even) strong {
  color: var(--dark);
}

.hero__bg-text h2 {
  color: #fff;
}

.why__item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

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

.why__item-2 .why__item-img {
  right: unset;
  width: 70%;
  left: 0;
  bottom: 0;
  transform: translate(-1.7%, 0);
}

.popup-about {
  margin: 3rem 0;
}

.manager-1 .wrap {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.5rem;
  flex-direction: column;
}

.manager-1 .text-wrap {
  max-width: 100%;
  flex: unset;
  padding: 0;
}

.form-wrap .form-head {
  display: none;
}

.manager-1 form.form_block {
  column-count: 2;
}

.manager--img3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 39%;
  height: 100%;
}

.manager-1 .form-wrap {
  max-width: 59.25rem;
  padding: 5rem 2.8rem;
  background: rgba(19, 95, 171, 0.83);
  border-radius: 1.5rem;
  box-shadow: none;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 4rem;
}


.form .button .btn span {
  padding: 1rem 1.5rem;
}

.manager-1 .hideLabels .form-group {
  margin: 0;
  margin-bottom: 1.5rem;
}

.fancybox__toolbar__column.is-left {
  display: none !important;
}

.manager--img2 {
  position: absolute;
  bottom: 14%;
  left: 0;
  width: 36%;
  z-index: 1;
}

.f-thumbs.fancybox__thumbs.is-modern.is-horizontal {
  display: none;
}

.manager--img1 {
  position: absolute;
  bottom: 23%;
  right: 0;
  width: 39%;
  z-index: 1;
}

.manager--img4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.programms-ele {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

#manager .utp ul li,
.manager-1 .text-wrap .subheader {
  color: #404040;
  font-size: 1.25rem;
}

.manager-1 .text-wrap .subheader ul {
  margin-top: 2rem;
}



.wp-image-3620 {
  margin-left: 1rem;
}

.programms-ele2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -20%);
  z-index: 2;
  pointer-events: none;
  width: 26%;
}

.manager-1 .text-wrap .header p {
  color: #525252;
  font-size: 1.5rem;
  line-height: 130%;
}

.requests__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 41%;
  row-gap: 4rem;
  align-items: flex-end;
}

#hero.g-hero .hero__inner-content {
  width: 37%;
}

.individual::before {
  content: '';
  position: absolute;
  top: 3%;
  left: -15%;
  width: 130%;
  height: 27%;
  background-color: #fff;
  filter: blur(6rem);
  will-change: filter;
  z-index: -1;
}

.requests__item {
  font-size: 1.25rem;
  line-height: 130%;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  color: #525252;
}

.search_mobile {
  display: none;
}

.request__el {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  flex-shrink: 0;
}

.requests__text {
  width: 900px;
  background: rgba(255, 255, 255, 0.66);
  border-radius: 1.5rem;
  font-size: var(--p28);
  line-height: 130%;
  text-align: center;
  color: #525252;
  padding: 2rem 3.5rem;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 6%;
  z-index: 10;
  border: 1px solid var(--color2)
}

.requests__text::before {
  content: '';
  position: absolute;
  background: var(--color2);
  filter: blur(3.125rem);
  bottom: 0;
  right: 0;
  transform: translate(49%, 37%);
  width: 16vw;
  height: 16vw;
  z-index: 0;
  opacity: 0.5;
}

.requests__text p {
  position: relative;
  z-index: 2;
}

.requests__text:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  transition: left 0.7s ease;
  border-radius: 1.5rem;
  border: 1px solid #fff;
}

.requests__text p {
  margin: 0
}

.requests__text strong {
  color: var(--dark);
}

.requests-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -3%);
  width: 52%;
  z-index: 1;
  pointer-events: none;
}

.requests .container-fluid {
  z-index: 2;
}

.requests-im {
  top: 0;
  left: 0;
  position: absolute;
}

.requests {
  background-color: #EFFFFE;
  padding-top: 8rem;
}

.requests::before {
  content: '';
  position: absolute;
  top: -17%;
  left: -15%;
  width: 130%;
  height: 31%;
  background-color: #EFFFFE;
  filter: blur(6rem);
  will-change: filter;
  z-index: 0;
}

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

.requests__item p:first-of-type {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  color: #333333;
  margin-top: 0;


}

#manager .hero__bg-text-wr p:first-of-type {

  font-size: 1.5rem;
}

#header .contacts .link,
.social .soc {
  transition: all 0.3s;
}

#footer .link:hover,
#header .contacts .link:hover,
.social .soc:hover {
  background-color: var(--color);
}

#menu .menu .menu-item a:hover {
  color: var(--dark);
  font-weight: 600;
}

.slick-arrow:hover {
  transform: scale(1.05);
}

.requests__items .title {
  margin-bottom: 0;
  margin-right: -3rem;
}

#header .contacts .link:hover {
  border: 0.375rem solid #fff !important;
}

.requests__items h2 {
  margin: 0
}

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

@media screen and (max-width: 1919px) {
  #menu .menu .menu-item a {
    font-size: 1.125rem;
    padding: 1rem 0.875rem;
  }
  #hero.g-hero .hero__inner-content {
    margin-top: -4rem;
}
  .g-hero .hero__inner {
    padding-top: 10rem;
        padding-bottom: 23.5rem;
}

  #footer #menu .menu .menu-item a {
    font-size: 1rem;
    padding: 1rem 0.5rem;
  }

  #footer .row {
    gap: 1rem;
  }


  .popup-about {
    padding: 4.75rem 3.5rem;
  }

  .title-about {
    font-size: 1.125rem;
    padding: 2rem;

  }

  .title-inner p br {
    display: none;
  }

  #manager .hero__bg-text-wr p:first-of-type {

    font-size: 1.3rem;
  }

  .individual {
    padding-top: 28%;
  }

  .requests {
    padding-top: 4rem;
  }

  .social {
    gap: 0.5rem;
  }

  .work__items {
    margin-top: 4rem;
  }

  .work__item-img {
    height: 95%;
    width: 100%;
  }

  .my_path {
    padding-top: 12rem;
  }


  .why__item-1,
  .why__item-2,
  .why__item-3 {
    padding-bottom: 18rem;
  }

  .why__item-4,
  .why__item-5 {
    padding-bottom: 5rem;
  }

  .top .collumn {
    gap: 4rem;
    width: 32rem;
  }

  .rep__item-img {
    width: 92%;
  }

  .work__inner-text,
  .work__item-text p:first-child,
  .why__item__text p:first-of-type,
  .this__item-text p:first-of-type,
  .top__item {
    font-size: 1.3rem;
  }



  .why__item {
    font-size: 1.124rem;
  }

  .rep__item {
    padding: 15.75rem 2.6875rem 2.75rem 2.6875rem;
    min-height: unset !important;
  }
}

@media screen and (max-width: 1679px) {
  .hero__bg-text {
    right: 9%;
    width: 33%;
  }
#hero.g-hero .hero__inner-content, #hero.hero_err .list {
    font-size: 1.4rem;
}
  .rep__item-text {
    font-size: 1.2rem;
  }

  .hero__inner {
    padding-top: 5rem;
  }


  #hero.g-hero .hero__inner-content,
  #hero.hero_err .list {
    font-size: 1.5rem;
  }

  #hero.hero_err .main {
    padding: 10rem 0 14rem 0;
  }

  .requests__items {
    row-gap: 2rem;
  }

  .why__item__text h2 {
    margin-top: 0;
  }

  .requests__item p:first-of-type {
    font-size: 1.3rem;
  }

  .requests__items h2 {
    margin-bottom: 2rem;
  }

  .methods__inner .slick-center .methods__item::before {
    top: -0.8rem;
    bottom: -0.8rem;
    left: -0.8rem;
    right: -0.8rem;
  }

  .why__item-1,
  .why__item-2,
  .why__item-3 {
    padding-bottom: 14rem;
  }

  .why {
    padding-top: 7rem;
  }

  .individual__inner-bg {
    width: 58%;
  }

  .individual__content .title p:first-of-type {
    font-size: 1.7rem;
  }

  .work__item-text {
    min-height: 18.3125rem;
    max-width: 22.25rem;
  }

  .work__item-text {
    font-size: 1.125rem;
  }

  .this__item {
    min-height: 26rem;
  }

  .manager--img3 {
    width: 43%;
  }

  .home .frame {
    height: 16rem;
  }

  .manager--text-wr-im {
    transform: translate(32%, -50%);
    width: 39%;
  }

  .my_path {
    padding-top: 7rem;
  }

  .my_path__inner {
    padding-bottom: 16rem;
  }

  .cases__section-item {
    width: 23.25rem !important;
    height: 44.1875rem !important;
  }
}

@media screen and (max-width: 1599px) {
  .header__mode {
    font-size: 0.875rem;
  }#hero.g-hero .hero__inner-content, #hero.hero_err .list {
    font-size: 1.2rem;
}

  .manager--img3 {
    transform: translate(-50%, 2%);
  }

  .why__item-2 .why__item__text {
    width: 61%;
  }

  .rep__item-text {
    font-size: 1rem;
  }

  .g-hero .hero__inner {
    padding-top: 7rem;
  }

  #hero.g-hero h1,
  .hero_err h1 {
    font-size: 2.5rem;
  }

  .programms__item:nth-child(2) .programms__item__text::before {
    top: -29%;
  }

  #hero.hero_err .main {
    padding: 5rem 0 14rem 0;
  }

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

  .manager--img1 {
    bottom: 28%;
    right: -3%;
    width: 40%;
  }

  #footer .phone-content {
    font-size: 1.125rem !important;
    padding: 0.7rem 1rem;
  }

  .header__mode {
    font-size: 13px;
    width: 6rem;
  }

  .popup-about_content {
    font-size: 1.125rem;
  }

  .popup-about {
    width: 96%;
  }


  .hero__inner {
    padding-bottom: 18.5rem;
  }

  .requests__items {
    column-gap: 30%;
    row-gap: 2rem;
  }

  .requests__text {
    width: 60%;
  }

  .requests__item p:first-of-type {
    font-size: 1.3rem;
  }

  .experts__inner {
    max-width: 100%;
    padding-left: 30%;
  }

  .why__item-1,
  .why__item-2,
  .why__item-3 {
    padding-bottom: 11rem;
  }

  .programms__item__dl {
    font-size: 1.5rem;
  }

  .programms__item__text {
    font-size: 1.125rem;
  }

  .individual_text {
    font-size: 1.125rem;
  }

  .cases__section-inner {
    max-width: 100%;
  }

  .my_path__content {
    width: 51%;
    margin-left: 5%;
  }

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

  .hero__bg-text {
    padding-left: 5%;
  }

  #header .contacts .phone-content {
    padding: 0.7rem 1rem;
  }

  .top .collumn {
    gap: 3rem;
    width: 29rem;
  }

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

  .hero__inner {
    padding-top: 6rem;
  }

  .cases__section-item {
    width: 21.25rem !important;
    height: 40.1875rem !important;
  }

  .cases__section-items {
    width: 49%;
  }

  .collumn2 .top__item {
    font-size: 1.1rem;
  }

  .work__item-text2 {

    bottom: 1rem;
    transform: translate(23%, 0);
  }

  .btn span {
    font-size: 1.125rem;
  }

  .individual-form {
    padding: 2.3rem;
    width: 28.125rem;
  }

  .individual__content {
    max-width: 39.1875rem;
  }

  .this__item {
    font-size: 1.125rem;
  }

  .slider-docshomepage {
    width: 93%;
  }

  .my_path__text {
    font-size: 1.125rem;

  }
}

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

  .individual {
    padding-top: 25%;
  }

  .header__mode {
    width: 7rem;
  }

  .why__item__text p:first-of-type {
    font-size: 1.2rem;
  }

  .social .soc {
    width: 2rem;
    height: 2rem;
  }

  #footer .link,
  #header .contacts .link {
    width: 3rem;
    height: 3rem;
  }

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

  #hero.hero_err .list {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1365px) {
  .rep__inner {
    gap: 2rem;
  }

  .manager--img3 {
    transform: translate(-50%, 4%);
  }

  .header__mode {
    width: auto;
  }

  #footer .contacts {
    margin-left: auto;
  }

  .individual_text {
    margin-left: 0;
  }

  .hero__inner {
    padding-top: 4rem;
  }

  .hero__bg-text::before {
    left: 2%;
    width: 65%;
  }

  .hero__inner-content .btn {
    margin-top: 2.75rem;
  }

  .requests__text {
    font-size: 1.125rem;
  }

  .top::before {
    top: -5%;
  }

  .requests__item {
    font-size: 1.125rem;
  }

  .requests__item {
    gap: 1.2rem;
  }

  .request__el {
    width: 3rem;
    height: 3rem;
    padding: 0.9rem;
  }

  .work__item-text {
    min-height: 17rem;
    max-width: 20.25rem;
  }

  .why__item-2.why__item {
    width: 65.5%;
  }

  .why__item-1,
  .why__item-2,
  .why__item-3,
  .why__item-4 {
    padding-bottom: 17rem;
  }

  .why__item-2 .why__item-img {
    width: 62%;
    transform: translate(6%, 0);
  }


  .why__item-3,
  .why__item-4 {
    padding-bottom: 4rem;
  }

  .why__item-6.why__item {
    width: 100%;
  }

  .why__item-6 .why__item-img {
    width: 54%;
  }

  .why__item-3 .why__item-img {
    display: none;
  }

  .why__item-6.why__item {
    width: 100%;
    overflow: hidden;
  }

  .individual__content .title ul,
  .individual__content .title p:nth-child(3) {
    margin-left: 0;
  }

  .why {
    padding-top: 11rem;
  }

  .why__item-2 {
    padding-bottom: 12rem;
  }

  .programms__item {
    padding: 3rem;
  }

  .experts__inner {
    padding: 2.5rem;
    padding-left: 30%;
  }

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

  .top__item {
    font-size: 1.1rem;
    padding: 1.5rem;
  }

  .top {
    padding-bottom: 24rem;
  }

  .top__items {

    margin-top: 3rem;
  }

  .home .frame {
    height: 14rem;
  }

  .top .collumn {
    width: 25rem;
    gap: 1.5rem;
  }

  .my_path__inner {
    padding-bottom: 11rem;
  }

  .why__item {
    width: 31.5%;
  }

  .why__items {
    display: flex;
    flex-wrap: wrap;
  }

  .rep__item:first-child {
    padding-top: 14.75rem;
  }
}

@media screen and (max-width: 1279px) {
  .header__mode {
    display: none;
  }
  #hero.g-hero h1, .hero_err h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.hero__bg-text-wr p:first-of-type {
    font-size: 1.5rem;
}
  #hero.g-hero .hero__bg-text {
    font-size: 0.9rem;
}
#hero.g-hero .hero__inner-content, #hero.hero_err .list {
    font-size: 1.1rem;
}
#hero.g-hero  .btn span {
    font-size: 1rem;
}
a.btn-download {
    font-size: 1rem;
    margin: 0;
    margin-bottom: 1.5rem;
}
  .manager-1 .text-wrap .header h2 {
    margin-bottom: 2.3rem;
  }

  .why {
    padding-top: 5rem;
  }

  .work__item-text p:first-child {
    font-size: 1.1rem;
  }

  .work__item-text {
    font-size: 0.95rem;
  }

  .work__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .work__item-text2 {
    width: 19rem;
    padding: 1.4rem;
    font-size: 0.85rem;
    transform: translate(32%, 0);
    min-height: 11.5rem;
  }



  .work__item-textim {
    height: 56%;
  }



  .work__item-text2 ul li:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .work__item-text {
    min-height: 12rem;
    max-width: 17.25rem;
    padding: 1.4rem;
  }

  .homepage__img {
    width: 27%;
    transform: translate(0, -42%);
  }

  section.photos_docs-homepage {
    padding-top: 5rem;
  }

  .my_path__cr {
    bottom: -17%;
  }

  .rep__item {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hotos_docs-homepage-inner::before {
    height: 73%;
  }

  .homepage__img.homepage__img1 {
    left: -1%;
  }

  a.frame:hover,
  .home .frame {
    box-shadow: 0 8px 17px 0px rgba(0, 0, 0, 0.5);
  }

  .slider-docshomepage .slick-slide {
    padding: 1.5rem;
  }

  .homepage__img.homepage__img2 {
    right: -1%;
  }

  .home .frame {
    height: 12rem;
  }

  .manager-1 .form-wrap {
    margin-top: 4rem;
  }
.manager--img2 {
    bottom: -2%;
}
.manager--img1 {
    bottom: 14%;
    width: 40%;
}

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

  .popup-about {
    padding: 2.5rem;
  }

  .popup-about_content {
    font-size: 1rem;
  }

  #manager .hero__bg-text {
    bottom: 71%;
  }

  .manager--text-wr-im {
    width: 30%;
  }

  .hero__bg-text {
    right: 4%;
    width: 37%;
  }

  .hero__bg-text::before {
    top: -64%;
  }

  .cases__section-item {
    width: 18.25rem !important;
    height: 35.1875rem !important;
  }

  .cases__section-items {
    margin-top: 0;
  }

  .cases__section-inner .title {

    margin-bottom: 0;
  }

  .cases__section-inner {
    padding: 2rem;
  }

  .this__inner .title {
    padding: 2rem;
  }

  .individual__content .title p:first-of-type {
    margin-bottom: 2rem;
  }


  .cases__section--img2 {
    right: -5%;
  }

  .my_path__content .title {
    margin-bottom: 3.375rem;
  }

  .my_path__content h2 {
    margin-top: 0;
  }

  .my_path__content {
    width: 56%;
    margin-left: 0;
  }

  .hero__inner-content .btn {
    margin-top: 3rem;
  }

  .cases__section-inner .slick-track {
    padding-left: 10rem !important;
  }

  .work__item-text2 {
    width: 15.6rem;
    padding: 1rem;
    font-size: 13px;
  }

  .work__item-text2 ul li br {
    display: none;
  }

  .work__item-text2 ul li:not(:last-child) {
    margin-bottom: 0.3rem;
  }

  .work__item-text {
    font-size: 0.87rem;
    max-width: 16rem;
    padding: 1rem;
  }
}

@media screen and (max-width: 1179px) {
  .hero__bg-text {
    padding: 2rem;
  }
  #hero.g-hero .btn span {
    font-size: 1rem;
}
a.btn-download {
    margin: 0;
    margin-bottom: 1.5rem;
}
  .g-hero .hero__inner {
    padding-top: 3rem;
}
#hero.g-hero .hero__inner-content {
    margin-top: 0;
}
  .why__item {
    font-size: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
  }

  .why__item {
    width: 31.1%;
  }

  .why__item.why__item-1 {
    width: 31%;
    padding-bottom: 11.5rem;
  }

  #hero.g-hero .hero__inner-content br {
    display: none;
  }

  #hero.g-hero .hero__inner-content,
  #hero.hero_err .list {
    font-size: 1.2rem;
  }

  .programms__item__text::before {
    top: -14%;
    height: 45%;
  }

  .programms__items {
    margin-top: 3rem;
  }

  .hero__bg-text-wr p:first-of-type {
    font-size: 1.3rem;
  }

  .work {
    padding-top: 2rem;
  }

  .my_path__inner {
    padding-bottom: 7rem;
  }

  .manager--img3 {
    transform: translate(-50%, 0);
  }

  #manager .hero__bg-text {
    right: -57%;
    width: 88%;
    padding-left: 20%;
    padding-right: 13%;
  }

  #manager {
    padding-top: 10%;
  }

  .why__item-6 .why__item-img {
    width: 68%;
  }

  #manager .hero__bg-text-wr p:first-of-type {
    font-size: 1.1rem;
  }



  .individual__content .title ul {
    color: #ffff;
  }

  .collumn2 .top__item {
    width: 100%;
  }

  #header {
    padding-top: 1rem;
  }

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

  .p_text {
    padding-bottom: 1.5rem;
  }

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

  #header .contacts {
    margin-right: 3.4rem;
  }

  #footer #menu {
    display: flex;
  }

  #menu {
    display: none;
  }

  .requests__item p:first-of-type {
    font-size: 1.2rem;
  }

  .requests__item {
    font-size: 1rem;
  }

  .requests-im {
    top: unset;
    bottom: 1%;
  }

  .work__items {
    gap: 2rem;
    width: 100%;
  }

  .why__item-img {
    bottom: -16%;
  }

  .top__item::before {
    display: none;
  }

  .this__item-text {
    width: 100%;
  }

  .work__item-text {
    position: relative;
    top: unset;
    left: 0;
    transform: translate(-50%, 0);
    z-index: 0;
  }

  .work__item-text2 {
    overflow: visible;
  }

  .work__items {
    transform: unset;
  }

  .work__item-text2 {

    margin-top: 6rem;
  }

  .individual::before {
    top: -14%;
    filter: blur(2rem);
    height: 18%;
  }

  .individual {
    background: linear-gradient(179.02deg, rgba(108, 200, 255, 0.9) 13.52%, rgba(48, 124, 193, 0.95) 43.32%, #2068B0 51.31%);

    padding-top: 6rem;
    margin-top: 0;
  }

  .individual_text {
    margin-top: 2rem;
  }

  .methods__inner::before {
    width: 90%;
  }

  .individual-form {
    margin: 0 auto;
  }

  .work__item-img {
    width: 90%;
    left: 50%;
    transform: translate(-29%, 0);
    position: absolute;
    bottom: 0;
    display: flex;
    height: 90%;
  }

  .work-e {
    bottom: -4%;
  }


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

  .individual__inner-bg {
    width: 79%;
    left: unset;
    right: -28%;
    transform: unset;
  }

  .work__item {
    flex-direction: column;
  }

  .work__item-text2 {
    position: relative;
    bottom: unset;
    transform: unset;
  }

  .top::before {
    top: 8%;
    z-index: 2;
    filter: blur(3rem);
  }

  .top .container-fluid {
    z-index: 2;
  }

  .hero__bg-text-img {
    width: 36%;
  }

  .my_path__content {
    width: 63%;
  }

  .my_path__el {
    right: -8%;
  }

  .my_path__text {
    font-size: 1rem;
  }

  .rep__item-img {
    width: 70%;
    margin-top: 1rem;
  }

  .rep__inner {
    display: flex;
    gap: 1.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1.5rem;
  }

  .rep__item-img {
    transform: translate(-50%, 0);
  }

  .rep__item {
    transform: unset !important;
    flex: 0 0 30%;
  }

  .experts__inner-text {
    font-size: 1.125rem;
  }

  .why__item-4,
  .why__item-5,
  .why__item-4 {
    padding-bottom: 2rem;
  }

  .why__item.why__item-2 {
    padding-bottom: 7rem;
  }

  .why__item-6.why__item {
    width: 100%;
  }

  .err--img {
    top: 25%;
  }

  .individual__content .title p:first-of-type .text_color {
    color: var(--color);
  }


}

@media screen and (max-width: 1023px) {
  .hero__inner-right {
    font-size: 1.3rem;
  }

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

  .hero__inner-right-t {
    height: 5rem;
  }

  #hero .btn span {
    font-size: 1rem;
  }

  .g-hero .hero__inner {
    padding-top: 3rem;
  }

  #hero.g-hero .hero__inner-content {
    width: 59%;
  }

  .err--img {
    position: relative;
    top: unset;
    width: 100%;
    margin-top: -11rem;
    pointer-events: none;
  }

  #hero.hero_err .wrap {
    max-width: 100%;
  }

  #hero.hero_err .main {
    padding: 5rem 0 5rem 0;
  }

  #hero.hero_err {
    flex-direction: column;
  }




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

  .title-about {
    width: 70%;
  }

  .popup-about_content h2 {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
  }

  .popup-about-text-bg {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
    pointer-events: none;
    width: 49%;
  }

  .popup-about__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .title-icon svg {
    width: 10rem;
    height: 10rem;
  }

  .toggle-text-btn {
    font-size: 1.125rem;
  }

  .individual__content .title p:first-of-type {
    font-size: 1.4rem;
  }

  .individual_text {
    background-image: none;
  }

  #header .contacts svg {
    display: block;
  }

  .title-inner h2 {
    margin-top: 0;
  }

  .current-slide {
    font-size: 2.5rem;
  }

  .slick__numb {
    font-size: 1.4rem;
  }

  .cases__section-inner .cases_arr {
    margin: 2rem 0;
    margin-top: 1rem;
  }

  .methods__inner h2 br {
    display: none;
  }

  .individual {
    margin-top: -5%;
  }

  .wp-image-3620 {
    display: none;
  }

  .manager-1 .text-wrap .header p {
    font-size: 1.2rem;
  }

  .programms__item__text::before {
    display: none;
  }

  .hero__inner-right {
    font-size: 1.1rem;
  }

  #manager .hero__bg-text-wr p:first-of-type {
    font-size: 1rem;
  }

  #manager .hero__bg-text {
    top: 5%;
    right: -57%;
    padding-left: 2rem;
    bottom: unset;
  }

  .programms__item__text {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 2px solid var(--color2);
  }

  .requests__items {
    padding-bottom: 31%;
  }

  .requests__items {
    row-gap: 1.5rem;
  }

  .cases__section {
    padding-top: 3rem;
  }

  .requests__text {
    width: 72%;
    padding: 1.7rem;
  }

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

  .my_path {
    padding-bottom: 0;
  }

  .top {
    padding-top: 2rem;
  }

  .slick-arrow {
    height: 3.4rem;
    width: 3.4rem;
    padding: 1.1rem;
  }

  .top::before {
    height: 44%;
  }

  .work__item-text {
    transform: translate(22%, 0);
    margin-right: auto;
  }


  .work__items {
    margin-top: 2.5rem;
  }

  .title p br {
    display: none;
  }

  section.photos_docs-homepage {
    padding-top: 2rem;
  }

  .home .frame {
    height: 12rem;
  }

  .requests-img {
    width: 62%;
  }

  .requests__items {
    column-gap: 6%;
    padding-bottom: 25%;
  }

  .cases__section-items {
    width: 75%;
    align-self: center;
  }

  .hero__bg-text-img {
    bottom: 1rem;
    right: 1rem;
  }

  .hero__bg-text {
    padding: 1rem;
    padding-bottom: 4rem;
  }

  .my_path__el {
    right: -11%;
    width: 60%;
  }

  .hotos_docs-homepage-inner {
    padding: 1.5rem;
  }

  .my_path__inner {
    padding-bottom: 1rem;
  }

  .hero__bg-text-img {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }


  .experts__inner {
    flex-direction: column;
  }



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

  .rep__item {
    flex: 0 0 37%;
  }

  .my_path__img {
    position: relative;
    top: unset;
    right: unset;
    width: 51%;
    margin-top: 1rem;
  }

  .my_path__content {
    width: 100%;
  }

  .individual_text a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 900px) {
  .hero__inner-right-t {
    width: 14rem;
  }

  .why__item-2.why__item {
    order: -1;
  }

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

  .why__item.why__item-1 {
    width: 32.1%;
  }

  .why__items {
    gap: 1.2rem;
  }

  .why__item__text p:first-of-type {
    font-size: 1rem;
  }

  .why__item {
    width: 31.7%;
  }

  .work__item-img {
    transform: translate(-43%, 0);
  }

  .work__items {
    grid-template-columns: repeat(1, 1fr);
    width: 77%;
  }
}

@media screen and (max-width: 767px) {
  .why__item {
    width: 47.9%;
  }

  .manager--img4 {
    bottom: 0;
  }

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

  .form .button .btn span {
    padding: 1rem 1rem;
    font-size: 0.875rem;
  }

  .manager--img1 {
    bottom: 46%;
  }

  #manager .utp ul li,
  .manager-1 .text-wrap .subheader {
    font-size: 1.125rem;
  }

  .hero__inner-content .title p:first-of-type {
    font-size: 1.25rem;
  }

  .hero__inner-content .btn {
    margin-top: 1.5rem;
  }

  .why__item-2 .why__item-img {
    width: 52%;
  }

  .why__item,
  .why__item.why__item-1 {
    width: 48.5%;
  }

  .why__item-2.why__item {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .requests__text {
    width: 87%;
  }
.g-hero .hero__inner {
    padding-bottom: 0;
}
  #hero .btn span {
    font-size: 1rem;
  }

  #footer .contacts {
    margin-left: 0;
  }

  #footer #menu .menu {
    border-radius: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #footer .row {
    gap: 1rem;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .individual_text a {
    font-size: 1rem;
  }

  .individual_text-icon {
    width: 31%;
  }

  .individual_text {
    padding: 2rem 2rem 2rem 6.6875rem;
  }

  .experts__inner-title h3 {
    font-size: 1.7rem;
  }

  .this::before {
    content: '';
    position: absolute;
    width: 73vw;
    height: 73vw;
    left: 9%;
    top: 14%;
    opacity: 0.7;
    background: linear-gradient(174.26deg, #FFFFFF 4.57%, #A6DEFF 50.52%);
    filter: blur(4rem);
    z-index: 0;
  }

  .methods__items::before {
    bottom: -1%;
    width: 100%;
    height: 75%;
  }

  .methods__inner .slick-track {
    padding-top: 3.6rem;
    padding-bottom: 6rem;
  }

  .methods__inner .slick-center {
    transform: scale(1.2) rotate(3deg);
  }

  .this__items {
    box-shadow: 0px -7px 15px -3px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .top__item.top__item4 {
    margin-left: 0 !important;
  }

  .top__item4.top__item,
  .collumn1 .top__item:not(:nth-child(2)) {
    margin-left: 0;
    margin-right: 2rem;
  }

  .homepage__img {
    width: 43%;
    transform: translate(0, -38%);
  }

  .collumn2 .top__item {
    width: auto;
  }

  .top__item:nth-child(even) {
    margin-left: 2rem;
  }

  .home .frame {
    height: 16rem;
  }

  .top .collumn2 {
    margin-left: auto;
  }

  .this__items {
    gap: 1.5rem;
  }

  .work__inner-text,
  .work__item-text p:first-child,
  .why__item__text p:first-of-type,
  .this__item-text p:first-of-type,
  .top__item {
    font-size: 1.2rem;
  }

  .methods__items .slick-list {
    overflow: visible;
  }

  .work__item-text {
    transform: translate(2%, 0);
  }

  .work__inner-text br {
    display: none;
  }

  .top__img::before {
    content: '';
    position: absolute;
    top: -11%;
    left: -15%;
    width: 130%;
    height: 31%;
    background-color: #fff;
    filter: blur(2rem);
    will-change: filter;
    z-index: 1;
  }

  .hero__inner {
    padding-bottom: 2rem;
  }

  .top__items {
    gap: 1.5rem;
    flex-direction: column;
  }

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

  .hero__bg-text-img {
    width: 28%;
  }

  .hero__bg-text {
    width: 42%;
    top: 0;
    right: unset;
    left: 2rem;
    bottom: unset;
  }

  .hero__bg-text::before {
    width: 46%;
    height: 62%;
    top: -39%;
  }

  .cases__section--img {
    left: -19%;
    width: 59%;
  }

  .cases__section--img2 {
    width: 44%;
  }

  .rep__item {
    flex: 0 0 17rem;
  }

  .my_path__content .title {
    margin-bottom: 2rem;
  }

  .cases__section-inner {
    gap: 2.5rem;
  }

  .cases__section-items {
    width: 68%;
    align-self: center;
  }

  .cases__section-inner .slick-track {
    padding-left: 0 !important;
  }

  #hero.g-hero h1,
  .hero_err h1 {
    font-size: 2.1rem;
  }

  .hero__bg {
    width: 125%;
    position: relative;
  }

  #hero.g-hero .hero__bg {
    transform: translate(-6%, 13%);
  }

  .header__soc {
    display: none;
  }

  .hero__inner {
    padding-top: 3rem;
  }

  .video__button {
    width: 4.75rem;
    height: 4.75rem;
  }

  .btn span {
    font-size: 1rem;
  }

  .hero__inner {
    flex-direction: column;
    padding-bottom: 0;
  }

  .requests-img {
    width: 77%;
  }

  .requests__items {
    padding-bottom: 54%;
  }

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

  .collumn2 .top__item:not(:nth-child(2)) {
    margin-right: 0;
    margin-left: 2rem;
  }

  .individual_text-icon {
    width: 26%;
  }

  #manager .hero__bg-text {
    display: none;
  }

  .manager--img3 {
    transform: translate(8%, 0);
    left: unset;
    right: 0;
    width: 54%;
  }

  .manager-1 .text-wrap .header h2 {
    margin-bottom: 2.3rem;
  }
}

@media screen and (max-width: 830px) {
  .why__item-2.why__item {
    width: 100%;
  }

  .why__item-3 .why__item-img {
    display: block;
  }

  .why__item.why__item-1 {
    padding-bottom: 16.5rem;
  }

  .why__item.why__item-1,
  .why__item {
    width: 48.5%;
  }

  .why__item-2 .why__item-img {
    width: 44%;
  }

  .why__item-2 .why__item__text {
    width: 52%;
  }
}

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

  .why__item-2 .why__item-img {
    width: 63%;
  }

  .why__item.why__item-1 {
    padding-bottom: 9.5rem;
  }

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

  #hero.g-hero .hero__inner-content {
    width: auto;
  }

  .top .collumn {
    align-items: stretch !important;
  }



  .top .collumn {
    width: 100%;
    margin: 0;
  }

  .requests__item p:first-of-type {
    font-size: 1.1rem;
  }

  .popup-about-text-bg {
    top: -58%;
    right: -16%;
    width: 49%;
  }

  .title-about {
    width: 100%;
  }

  .popup-about-text {
    position: relative;
  }

  .why__item.why__item-1 .why__item-img {
    bottom: -28%;
  }

  .request__el {
    width: 2.7rem;
    height: 2.7rem;
  }

  .manager-1 form.form_block {
    column-count: unset;
  }

  .programms__item__dl {
    font-size: 1.2rem;
  }

  .why__item-2 .why__item-img {
    transform: translate(0, 0);
  }

  .why__item__text p:first-of-type {
    font-size: 1.1rem;
  }

  .experts__inner {
    padding: 2rem;
    padding-left: 2rem;
    padding-bottom: 37%;
  }

  .experts__inner-text {
    font-size: 1rem;
  }

  .manager--img3 {
    transform: translate(5%, 3%);
    width: 54%;
  }

  .manager-1 .text-wrap .header h2 {
    margin-bottom: 2rem;
  }

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

  .toggle-text-btn {
    margin-top: 2rem;
  }

  #manager .hero__bg-text {

    display: none;
  }

  .toggle-text-btn {
    font-size: 1rem;
  }

  .hero__bg img.hero__bg1 {
    transform: scale(1.2) translate(8%, -8%);
  }

  .hero__bg--img {
    transform: translate(-38%, 0);
    width: 60%;

  }

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

  .experts__inner {
    gap: 1.5rem;
  }

  #manager .hero__bg-text {
    display: none;
  }

  #manager .utp ul li,
  .manager-1 .text-wrap .subheader {
    font-size: 1rem;
  }

  .why__items {
    gap: 0.9rem;
  }

  .why__item-6 .why__item__text {
    width: 100%;
  }

  .programms__item {
    padding: 2.4rem;
  }

  .programms__item__text-strong {
    font-size: 1.3rem;
  }

  .why__item-6 .why__item-img {
    display: none;
  }

  .why__item-6.why__item {
    padding-bottom: 2rem;
  }

  .why__item {
    font-size: 0.9rem;
    line-height: 135%;
  }

  .why__item__text p:first-of-type {
    font-size: 1rem;
  }


}

@media screen and (max-width: 505px) {
  .work__item-text {
    padding: 1.2rem;
  }
  #hero.g-hero .hero__inner-content, #hero.hero_err .list {
    font-size: 1rem;
}
.guide-download {
    margin: 0 !important;
}
  .manager--img3::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 66%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    filter: blur(2.3rem);
  }

  .work {
    padding-top: 3rem;
  }

  .work__item-text2 {
    position: relative;
    margin-top: 14rem;
    width: 18rem;
  }

  .why__item-6 .why__item-img::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 0;
    width: 104%;
    height: 33%;
    background: #A6DEFF;
    filter: blur(1.9rem);
    z-index: 0;
  }

  .why__item-6 .why__item__text {
    z-index: 1;
    position: relative;
  }

  .why__item-6 .why__item-img {
    display: block;
    position: relative;
    width: 112%;
    margin-left: -6%;
  }

  .why__item {
    width: 100% !important;
  }

  .why__item-3 .why__item-img {
    display: block;
  }

  .why__item.why__item-2 {
    order: -1;
  }

  .requests-img {
    width: 100%;
  }

  .work__item-img {
    width: 100%;
    left: 50%;
    transform: translate(-34%, -13%);
    position: absolute;
    bottom: 0;
    display: flex;
    height: 87%;
  }

  .work__items {
    width: auto;
  }

  .programms__item .btn {
    margin: 0 auto;
    margin-top: auto;
  }


  .individual__content .title p:first-of-type {
    font-size: 1.3rem;
  }

  .experts__inner {
    border-radius: 1.5rem;
  }

  .manager-1 .text-wrap .header p {
    font-size: 1.1rem;
  }

  .manager--img3 {
    transform: translate(5%, 7%);
  }

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

  .individual_text-icon {
    width: 33%;
  }

  .individual_text {
    font-size: 1rem;
  }

  .individual__content .title p:nth-child(3) strong {
    font-size: 1.3rem;
  }

  .individual__content .title ul {
    font-size: 1rem;
  }

  .hero__inner-content .btn {
    margin-top: 1rem;
  }

  #hero.g-hero .hero__bg {
    padding-top: 0;
  }

  #hero.g-hero .hero__inner-content .btn {
    margin-top: 1rem;
  }

  #hero.g-hero .hero__bg-text {
    display: none;
  }

  .btn span {
    padding: 1rem 1.75rem;
  }

  .err--img {
    margin-top: -7rem;
  }

  .methods__inner .slick-center {
    transform: scale(1.15) rotate(3deg);
  }

  .work__item-text {
    transform: translate(0, 2.6%);
    border-radius: 1.3rem;
  }

  .work__item:first-child .work__item-text {
    transform: translate(0, 0.6%);
  }

  .work__item-img {
    height: auto;
  }

  .manager--img1 {
    bottom: 53%;
    width: 52%;
  }

  .manager--img4 {
    left: 50%;
    transform: translate(-50%, 0);
    width: 146%;
  }

  .work__item:nth-child(2) .work__item-img {
    bottom: 0;
    transform: translate(-29%, -8%);
  }

  .work__item-text {
    font-size: 1rem;
  }

  .work__item-text2 {
    background: rgba(255, 255, 255, 0.9);
  }

  .popup-about-text-bg {
    top: -39%;
  }

  .requests__text {
    width: auto;
  }

  #footer .link,
  #header .contacts .link {
    width: 3rem;
    height: 3rem;
  }

  .popup-about .f-button.is-close-btn {
    top: -2rem;
    right: 0;
  }

  .title-about h3 {
    font-size: 2rem;
  }

  .my_path__cr {
    bottom: -3%;
  }

  .requests__items h2 {
    margin-bottom: 1rem;
  }

  .rep__item {
    padding-bottom: 2rem;
  }

  .why__item.why__item-3 {
    padding-bottom: 17rem;
  }

  .why__item.why__item-1 {
    padding-bottom: 19.5rem;
  }

  .why__item,
  .why__item.why__item-1 {
    width: 100%;
  }

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

  .work__item-img {
    height: 88%;
    transform: translate(-34%, -22%);
  }

  .toggle-text-btn {
    margin-top: 1rem;
  }

  .cases__section-items {
    width: 80%;
  }

  .my_path__el {
    right: unset;
    width: 86%;
    margin-left: auto;
    position: relative;
    margin-top: -12rem;
    margin-right: -5rem;
  }

  .methods__inner::before {
    width: 100%;
  }

  .home .frame {
    height: 14rem;
  }

  .title-icon svg {
    width: 7rem;
    height: 7rem;
  }

  .programms__item__text {
    font-size: 1rem;
  }

  .methods__inner {
    padding: 2.7rem;
  }

  .my_path__text {
    width: 100%;
  }

  .individual {
    padding-bottom: 12rem;
  }

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

  .why__item-2 .why__item__text {
    width: 58%;
  }

  .why__item h2 {
    font-size: 1.3rem;
  }

  .why__item-2 .why__item__text h2 {
    color: var(--color);
  }

  .individual-form {
    width: 100%;
  }

  .individual__content .title ul {
    max-width: 100%;
  }

  .individual_text {
    width: 100%;
  }


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

  .requests__items {
    padding-bottom: 19rem;
  }

  #hero.g-hero h1,
  .hero_err h1 {
    font-size: 2.2rem;
  }

  #hero.hero_err .list {
    font-size: 1.2rem;
  }

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

  .requests {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 420px) {
  .why__item.why__item-1 {
    padding-bottom: 16.5rem;
  }

  .why__item.why__item-3 {
    padding-bottom: 15rem;
  }
}

@media screen and (max-width: 413px) {
  #header .contacts .phone-content {
    display: none;
  }

  .why__item-6 .why__item-img {
    width: 114%;
  }

  .why__item h2 {
    font-size: 1.2rem;
  }

  .hero__inner-right-t {
    width: 17rem;
    height: 3rem;
  }

  .hero__inner {
    padding-top: 2rem;
  }

  .work__item-text {
    padding-right: 2rem;
  }

  .cases__section-items {
    width: 85%;
  }


  .work__item-text2 {
    width: 20.0625rem;
  }

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

  .popup-about {
    padding: 1.8rem;
    border-radius: 1.5rem;
  }

  .title-about {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }

  .hero__bg {
    padding-top: 8rem;
  }

  .hero__bg-text {
    left: 1.3rem;
  }

  .hero__bg-text {
    width: 53%;
  }

  .cases__section-item {
    width: 16.25rem !important;
    height: 31.1875rem !important;
  }

  .top .collumn {
    width: 100%;
  }

  .work__item-text {
    min-height: 16rem;
    max-width: 16.75rem;
    font-size: 1rem;
    padding: 1.2rem;
  }

  .requests-img {
    width: 116%;
  }


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



  .this__item-text {
    margin-bottom: -3rem;
  }

  .slider-docshomepage {
    width: 100%;
  }
}

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

  .why__item-2 .why__item__text {
    width: 61%;
  }

  .why__item-2,
  .why__item-3 {
    padding-bottom: 13rem;
  }
}

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

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