* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:active,
*:focus {
  outline: none;
}

body {
  background: #2b3034;
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
  position: relative;
  color: #ffffff;
}

a {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
}

p {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
}

span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.wrap {
  width: 100%;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.header_overlay {
  background: #2b3034;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.header-logo_link {
  cursor: pointer;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav_link {
  line-height: 18px;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.header-nav_link:hover {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 0px 4px #5f64f2);
  filter: drop-shadow(0px 0px 4px #5f64f2);
  color: #6368ff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-nav_number {
  line-height: 24px;
  color: #32cf31;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.header-nav_number:hover {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 0px 4px #32cf31);
  filter: drop-shadow(0px 0px 4px #32cf31);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-nav-adapt {
  display: none;
}

.header-burger {
  position: relative;
  width: 40px;
  height: 35px;
  cursor: pointer;
  z-index: 11;
}

.header-burger span,
.header-burger:after,
.header-burger:before {
  height: 3px;
  width: 100%;
  position: absolute;
  background: #ffffff;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-burger span {
  top: 14px;
}

.header-burger:after,
.header-burger:before {
  content: "";
}

.header-burger:after {
  bottom: 10px;
}

.header-burger:before {
  top: 5px;
}

.header-burger.open-menu span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-burger.open-menu:before {
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
  top: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-burger.open-menu:after {
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
  bottom: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.open__active {
  opacity: 1;
  right: 0;
  pointer-events: all;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav-adapt {
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  top: 0px;
  right: -40px;
  background: #2b3034;
  z-index: 12;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 20px 54px 20px 20px;
  max-width: 380px;

  width: 100%;
  text-transform: uppercase;
  height: 100vh;
}

.header-container {
  position: relative;
}

.header-nav_link {
  margin-right: 0;
  margin-bottom: 20px;
}

.header-nav {
  gap: 12px;
}

.header-button-raiting {
  border: 1px solid #ffffff;
  background: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 13px;
}

.header-button-riting_img {
  margin-right: 6px;
}

.header-button-raiting-text {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #292929;
  text-transform: uppercase;
}

.header-nav_link img {
  width: 100%;
  margin-left: 27px;
}

@media (max-width: 1230px) {
  .header-nav_link {
    margin-right: 15px;
  }
}

@media (max-width: 1200px) {
  .header-nav-wats {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-nav-adapt {
    width: 100%;
    padding: 0px;
    height: 100vh;
    padding-top: 30px;
    top: 0;
  }

  .header-logo_link {
    width: 250px;
  }

  .header-logo_link img {
    width: 250px;
  }
}

.promo {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-bottom: 170px;
}

.promo-container {
  padding-top: 194px;
  padding-left: 20px;
}

.promo-title {
  max-width: 800px;
  text-align: right;
  line-height: 68px;
  color: #ffffff;
}

.promo-subtitle {
  margin-top: 15px;
  line-height: 32px;
  color: #ffffff;
  background: #1c1a26;
  max-width: 1030px;
  text-transform: uppercase;
}

.active-title {
  -webkit-animation: pulse infinite 2s;
  animation: pulse infinite 2s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 6px #fff);
    filter: drop-shadow(0px 0px 6px #fff);
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
  }

  40% {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 8px #fff);
    filter: drop-shadow(0px 0px 8px #fff);
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
  }

  80% {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
    filter: drop-shadow(0px 0px 10px #fff);
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
  }

  100% {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 6px #fff);
    filter: drop-shadow(0px 0px 6px #fff);
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 6px #fff);
    filter: drop-shadow(0px 0px 6px #fff);
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
  }

  40% {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 8px #fff);
    filter: drop-shadow(0px 0px 8px #fff);
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
  }

  80% {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
    filter: drop-shadow(0px 0px 10px #fff);
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
  }

  100% {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 6px #fff);
    filter: drop-shadow(0px 0px 6px #fff);
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
  }
}

.promo-button {
  margin-top: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.promo-button-onlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1c1a26;
  border-radius: 220px;
  padding: 13px 66px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}

.promo-button-onlock_img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.promo-button-onlock_text {
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 25px;
  position: relative;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.promo-button-onlock_subtext {
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-right: 20px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.promo-button-onlock:hover img {
  -webkit-box-shadow: 0px 0px 16px #6368ff;
  box-shadow: 0px 0px 16px #6368ff;
  border-radius: 60px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.promo-disable {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  position: absolute;
}

.promo-active {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  position: absolute;
}

.promo-on {
  -webkit-transform: translateX(205px);
  -ms-transform: translateX(205px);
  transform: translateX(205px);
}

.promo-button-modal {
  background: #4bc452;
  box-shadow: 0px 0px 11px #55d461;
  border-radius: 220px;
  padding: 13px 20px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-right: 20px;
}

.promo-button-modal_text {
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.promo-button-modal:hover {
  -webkit-box-shadow: 0px 0px 41px #55d461;
  box-shadow: 0px 0px 41px #55d461;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.promo-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.promo-img_active {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.video-two {
  display: none;
}

@media (max-width: 1200px) {
  .promo-button {
    flex-wrap: wrap;
    margin-top: 79px;
  }

  .promo-button-onlock {
    margin-top: 20px;
  }

  .promo-button-modal {
    margin-top: 20px;
  }

  .promo-button-files {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .promo {
    height: 100%;
  }

  .promo-img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .promo-container {
    padding-top: 140px;
  }

  .promo-title {
    text-align: left;
    line-height: 40px;
  }

  .promo-button-onlock {
    margin-right: 15px;
  }

  .promo-button-modal {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .promo-button-onlock {
    margin-right: 0;
  }

  .promo-button-modal {
    margin-right: 0;
  }

  .promo-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .promo-on {
    -webkit-transform: translateX(165px);
    -ms-transform: translateX(165px);
    transform: translateX(165px);
  }
}

@media (max-width: 480px) {
  .promo-title {
    width: 100%;
    text-align: center;
  }

  .promo-subtitle {
    text-align: center;
  }

  .promo-button {
    margin-top: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .promo-container {
    padding-left: 0;
  }

  .promo {
    padding-bottom: 50px;
  }
}

@media (max-width: 375px) {
  .track-companu_img {
    max-width: 207px;
  }

  .promo-title br {
    display: none;
  }

  .promo-button-onlock {
    padding: 13px 60px;
  }
}

.track {
  padding-top: 70px;
  padding-bottom: 70px;
}

.track-title {
  line-height: 68px;
  color: #c5d314;
  text-shadow: 0px 0px 36px #c5d314;
  margin-bottom: 30px;
}

.track-subtitle {
  line-height: 26px;
  color: #ffffff;
  max-width: 661px;
}

.track-companu {
  margin-top: 55px;
}

.track-companu_img {
  margin-right: 41px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.track-companu_img:hover {
  -webkit-filter: drop-shadow(0px 0px 1px #c5d314);
  filter: drop-shadow(0px 0px 1px #c5d314);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.track-companu_img:last-child {
  margin-right: 0;
}

.track-bottom {
  margin-top: 76px;
}

.track-bottom-block {
  border: 2px solid #c5d314;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 16px #c5d314;
  box-shadow: 4px 4px 16px #c5d314;
  border-radius: 12px;
  padding: 32px 84px 48px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.track-bottom-block__text_title {
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 25px;
  -webkit-filter: drop-shadow(1px 1px 7px #c5d314);
  filter: drop-shadow(1px 1px 7px #c5d314);
}

.track-bottom-block__text_txt {
  line-height: 24px;
  color: #ffffff;
}

.track-bottom-block__button_link {
  line-height: 35px;
  text-align: center;
  color: #1c1a26;
  background: #c5d314;
  border-radius: 100px;
  padding: 13px 16px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

.header-nav-wats {
  display: flex;
  align-items: center;
}

.header-wats-head {
  margin-right: 6px;
}

.header-nav_number {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .header-button-raiting {
    display: none;
  }
  .raiteng-otzv {
      display:flex;
  }
  .track-bottom-block__text_title {
    max-width: 700px;
  }

  .track-bottom-block {
    padding: 32px 48px 48px 19px;
  }
}

@media (max-width: 992px) {
  .track-bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .track-bottom-block__button {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .track-title {
    margin-bottom: 10px;
  }

  .track-companu_img {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .track-subtitle {
    text-align: center;
  }

  .track-companu_img {
    margin-right: 10px;
    max-width: 280px;
  }

  .track-companu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.systems {
  padding-top: 77px;
  padding-bottom: 70px;
}
.otzyvi {
  padding-top: 77px;
  padding-bottom: 70px;
}
.systems-title {
  line-height: 50px;
  color: #d34085;
  -webkit-filter: drop-shadow(0px 0px 6px #d34085);
  filter: drop-shadow(0px 0px 6px #d34085);
}

.systems-nav {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.systems-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.systems-nav__item:nth-child(1).systems-nav__item_active
  .systems-nav__item-img {
  background: #d34085;
  -webkit-filter: drop-shadow(2px 2px 8px #d34085);
  filter: drop-shadow(2px 2px 8px #d34085);
}

.systems-nav__item:nth-child(1).systems-nav__item_active
  .systems-nav__item-text {
  background: #d34085;
  -webkit-filter: drop-shadow(2px 2px 8px #d34085);
  filter: drop-shadow(2px 2px 8px #d34085);
}

.systems-nav__item:nth-child(1):hover .systems-nav__item-img {
  background: #d34085;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: drop-shadow(2px 2px 8px #d34085);
  filter: drop-shadow(2px 2px 8px #d34085);
}

.systems-nav__item:nth-child(1):hover .systems-nav__item-text {
  background: #d34085;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: drop-shadow(2px 2px 8px #d34085);
  filter: drop-shadow(2px 2px 8px #d34085);
}

.systems-nav__item:nth-child(2).systems-nav__item_active
  .systems-nav__item-img {
  background: #5f64f2;
  -webkit-filter: drop-shadow(2px 2px 8px #5f64f2);
  filter: drop-shadow(2px 2px 8px #5f64f2);
}

.systems-nav__item:nth-child(2).systems-nav__item_active
  .systems-nav__item-text {
  background: #5f64f2;
  -webkit-filter: drop-shadow(2px 2px 8px #5f64f2);
  filter: drop-shadow(2px 2px 8px #5f64f2);
}

.systems-nav__item:nth-child(2):hover .systems-nav__item-img {
  background: #5f64f2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: drop-shadow(2px 2px 8px #5f64f2);
  filter: drop-shadow(2px 2px 8px #5f64f2);
}

.systems-nav__item:nth-child(2):hover .systems-nav__item-text {
  background: #5f64f2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: drop-shadow(2px 2px 8px #5f64f2);
  filter: drop-shadow(2px 2px 8px #5f64f2);
}

.systems-nav__item:nth-child(3).systems-nav__item_active
  .systems-nav__item-img {
  background: #c5d314;
  -webkit-filter: drop-shadow(2px 2px 8px #c5d314);
  filter: drop-shadow(2px 2px 8px #c5d314);
}

.systems-nav__item:nth-child(3).systems-nav__item_active
  .systems-nav__item-text {
  background: #c5d314;
  -webkit-filter: drop-shadow(2px 2px 8px #c5d314);
  filter: drop-shadow(2px 2px 8px #c5d314);
}

.systems-nav__item:nth-child(3):hover .systems-nav__item-img {
  background: #c5d314;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: drop-shadow(2px 2px 8px #c5d314);
  filter: drop-shadow(2px 2px 8px #c5d314);
}

.systems-nav__item:nth-child(3):hover .systems-nav__item-text {
  background: #c5d314;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: drop-shadow(2px 2px 8px #c5d314);
  filter: drop-shadow(2px 2px 8px #c5d314);
}

.systems-nav__item:nth-child(4).systems-nav__item_active
  .systems-nav__item-img {
  background: #00aeef;
  -webkit-filter: drop-shadow(2px 2px 8px #00aeef);
  filter: drop-shadow(2px 2px 8px #00aeef);
}

.systems-nav__item:nth-child(4).systems-nav__item_active
  .systems-nav__item-text {
  background: #00aeef;
  -webkit-filter: drop-shadow(2px 2px 8px #00aeef);
  filter: drop-shadow(2px 2px 8px #00aeef);
}

.systems-nav__item:nth-child(4):hover .systems-nav__item-img {
  background: #00aeef;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: drop-shadow(2px 2px 8px #00aeef);
  filter: drop-shadow(2px 2px 8px #00aeef);
}

.systems-nav__item:nth-child(4):hover .systems-nav__item-text {
  background: #00aeef;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: drop-shadow(2px 2px 8px #00aeef);
  filter: drop-shadow(2px 2px 8px #00aeef);
}

.systems-nav__item:nth-child(5).systems-nav__item_active
  .systems-nav__item-img {
  background: #bd66c5;
  -webkit-filter: drop-shadow(2px 2px 8px #bd66c5);
  filter: drop-shadow(2px 2px 8px #bd66c5);
}

.systems-nav__item:nth-child(5).systems-nav__item_active
  .systems-nav__item-text {
  background: #bd66c5;
  -webkit-filter: drop-shadow(2px 2px 8px #bd66c5);
  filter: drop-shadow(2px 2px 8px #bd66c5);
}

.systems-nav__item:nth-child(5):hover .systems-nav__item-img {
  background: #bd66c5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: drop-shadow(2px 2px 8px #bd66c5);
  filter: drop-shadow(2px 2px 8px #bd66c5);
}

.systems-nav__item:nth-child(5):hover .systems-nav__item-text {
  background: #bd66c5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: drop-shadow(2px 2px 8px #bd66c5);
  filter: drop-shadow(2px 2px 8px #bd66c5);
}

.systems-nav__item-img {
  background: #242230;
  border-radius: 150px;
  padding: 25px 25px;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.systems-nav__item-img_icon {
  width: 120px;
  height: 109px;
  -o-object-fit: contain;
  object-fit: contain;
}

.systems-nav__item-text {
  border-radius: 50px;
  padding: 10px 22px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.systems-nav__item-text_name {
  line-height: 25px;
  color: #ffffff;
}

.systems-nav .system__pur {
  background: #d34085;
}

.systems-nav .system__blue {
  background: #5f64f2;
}

.systems-nav .system__green {
  background: #c5d314;
}

.systems-nav .system__sky {
  background: #00aeef;
}

.systems-nav .system__pink {
  background: #bd66c5;
}

.systems-content {
  margin-top: 66px;
  position: relative;
}

.systems-elem {
  display: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 34px 36px 30px 36px;
  margin-bottom: 20px;
}

.systems-elem_img {
  max-width: 400px;
}

.system-opac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.system-opac.system-elem-one_active {
  display: flex;
}

.system-opac.system-elem-two_active {
  display: flex;
}

.system-opac.system-elem-three_active {
  display: flex;
}

.system-opac.system-elem-four_active {
  display: flex;
}

.system-opac.system-elem-five_active {
  display: flex;
}

.system-elem-one_active {
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.system-elem-two_active {
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.system-elem-three_active {
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.system-elem-four_active {
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.system-elem-five_active {
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.systems-elem-item {
  margin-left: 60px;
  line-height: 25px;
}

.systems-elem-item_text {
  margin-bottom: 30px;
}

.system-one_color {
  color: #d34085;
}

.system-two_color {
  color: #5f64f2;
}

.system-three_color {
  color: #c5d314;
}

.system-four_color {
  color: #099edd;
}

.system-five_color {
  color: #bd66c5;
}

@media (max-width: 1200px) {
  .systems-elem_img {
    width: 350px;
  }
}

@media (max-width: 992px) {
  .systems-nav__item-img {
    padding: 15px 15px;
  }

  .systems-nav__item-img_icon {
    width: 70px;
    height: 50px;
  }

  .systems-elem_img {
    width: 350px;
  }

  .systems-elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .systems-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .systems-nav__item {
    margin-bottom: 20px;
  }

  .systems-content {
    margin-top: 36px;
  }

  .systems-nav {
    margin-top: 30px;
  }

  .systems {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .otzyvi {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .systems-elem {
    padding: 20px 15px 20px 15px;
  }

  .systems-elem-item {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .systems-elem_img {
    width: 260px;
  }
}

.project {
  padding-top: 77px;
  padding-bottom: 70px;
}

.project-title {
  line-height: 50px;
  color: #d34085;
  opacity: 0.8;
  margin-bottom: 50px;
  -webkit-filter: drop-shadow(0px 0px 6px #d34085);
  filter: drop-shadow(0px 0px 6px #d34085);
}

@media (max-width: 1200px) {
  .project-img {
    width: 280px;
  }

  .project-container {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .project-img {
    width: 240px;
  }

  .project {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .project-img {
    width: 150px;
  }

  .project-title {
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .systems-elem-item_text {
    text-align: center;
  }

  .project-img {
    width: 280px;
  }
}

@media (max-width: 375px) {
  .systems-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.jobs {
  padding-top: 70px;
  padding-bottom: 70px;
}

.jobs-title {
  line-height: 20px;
  color: #bd66c5;
  text-shadow: 0px 0px 36px #bd66c5;
}

.jobs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 97px;
}

.jobs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.jobs-block:last-child {
  margin-bottom: 0;
}

.jobs-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 50px;
}

.jobs-block-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.jobs-block-item__top_arrow {
  margin-left: 115px;
}

.jobs-block-item__text {
  max-width: 350px;
}

.jobs-block-item__text_span {
  line-height: 20px;
  color: #bd66c5;
  margin-bottom: 10px;
  display: block;
}

.jobs-block-item__text_txt {
  line-height: 20px;
}

.jobs-block-item__btn {
  background: #5f64f2;
  -webkit-box-shadow: 0px 0px 11px #6368ff;
  box-shadow: 0px 0px 11px #6368ff;
  border-radius: 220px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  padding: 13px 66px;
  cursor: pointer;
}

.jobs-block-item:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .jobs-block-item {
    margin-right: 20px;
    width: 280px;
  }

  .jobs-block-item__btn {
    padding: 13px 46px;
  }
}

@media (max-width: 992px) {
  .jobs-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .jobs-block-item {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-right: 0;
  }

  .jobs-block-item__top_arrow {
    display: none;
  }
}

@media (max-width: 480px) {
  .jobs-content {
    margin-top: 50px;
  }
}

.explor {
  padding-top: 70px;
  padding-bottom: 70px;
}

.explor-title {
  line-height: 68px;
  color: #099edd;
  text-shadow: 0px 0px 36px #099edd;
  margin-bottom: 20px;
}

.explor-subtitle {
  line-height: 39px;
  color: #ffffff;
}

.explor-content {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.explor-info {
  margin-right: 30px;
}

.explor-info__block {
  border-radius: 40px;
  margin-bottom: 30px;
  width: 381px;
}

.explor-info__block_text {
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  padding: 26px 6px;
}

.explor-info__block:last-child {
  margin-bottom: 0;
}

.explor-purp {
  background: #5f64f2;
  -webkit-box-shadow: 0px 0px 10px #5f64f2;
  box-shadow: 0px 0px 10px #5f64f2;
}

.explor-blue {
  background: #099edd;
  -webkit-box-shadow: 0px 0px 8px #099edd;
  box-shadow: 0px 0px 8px #099edd;
}

.explor-img {
  width: 100%;
  max-width: 710px;
  max-height: 420px;
  object-fit: cover;
  border: 8px solid #007aff;
  border-radius: 20px;
}

.explor-bottom {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 3px solid #5f64f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 6px #bd66c5;
  box-shadow: 0px 0px 6px #bd66c5;
  border-radius: 12px;
  padding: 41px 86px 39px 21px;
}

.explor-bottom__item_title {
  line-height: 38px;
  color: #5f64f2;
  -webkit-filter: drop-shadow(0px 0px 6px #5f64f2);
  filter: drop-shadow(0px 0px 6px #5f64f2);
  margin-bottom: 20px;
}

.explor-bottom__item_text {
  line-height: 24px;
  color: #ffffff;
  max-width: 416px;
}

.explor-bottom__tex_number {
  outline: none;
  text-decoration: none;
  line-height: 24px;
  color: #5f64f2;
  cursor: pointer;
}

.explor-bottom__tex_text {
  line-height: 16px;
  color: #ffffff;
  margin-top: 3px;
}

.explor-bottom__tex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #099edd;
  border-radius: 100px;
  padding: 8px 10px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  margin-top: 25px;
}

.explor-bottom__tex-btn_img {
  margin-right: 11px;
}

.explor-bottom__tex-btn_text {
  line-height: 27px;
  color: #ffffff;
}

.promo-img-two {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}

.promo-container {
  position: relative;
  z-index: 2;
}

.promo-title {
  font-family: "Manrope", sans-serif;
  font-size: 90px !important;
  font-weight: 300;
  line-height: 68px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  max-width: 100%;
}

.text-proms {
  margin-top: 26px;
  margin-left: 152px;
}

.promo-button-txt {
  font-family: "Cormorant", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 68px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 6px;
}

.promo-button-txt::after {
  content: "";
  width: 1px;
  height: 67px;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin-left: 6px;
  margin-right: 16px;
}

.promo-button-txt-conta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.promo-button-txt-two {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  max-width: 474px;
}

.promo-button-knop {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 13px 82px;
  background: #a58fda;
  border-radius: 50px;
  margin-top: 25px;
  cursor: pointer;
  text-transform: uppercase;
}

.promo-button {
  align-items: flex-start;
}

.project-title {
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  opacity: 1;
  filter: none;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 78px;
}

.project-blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
}

.project-blocks-four {
  display: flex;
  flex-wrap: wrap;
}

.project-blocks-four img {
  max-width: 215px;
  width: 100%;
}

.project-blocks-one {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.project-blocks-one img {
  width: 414px;
}

body {
  background: #1f1f1f;
}

.project-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.systems-title {
  filter: none;
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}

.systems-title::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 100px;
  background: #a58fda;
  top: -50px;
  left: -96px;
  z-index: -1;
}

.systems-nav__item-img {
  border-radius: 20px;
}

.systems-nav__item:nth-child(1):hover .systems-nav__item-img {
  background: none;
  filter: none;
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
}

.systems-nav__item:nth-child(2):hover .systems-nav__item-img {
  background: none;
  filter: none;
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
}

.systems-nav__item:nth-child(3):hover .systems-nav__item-img {
  background: none;
  filter: none;
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
}

.systems-nav__item:nth-child(4):hover .systems-nav__item-img {
  background: none;
  filter: none;
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
}

.systems-nav__item:nth-child(5):hover .systems-nav__item-img {
  background: none;
  filter: none;
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
}

.systems-nav__item:nth-child(1):hover .systems-nav__item-text {
  filter: none;
  background: none;
}

.systems-nav__item:nth-child(2):hover .systems-nav__item-text {
  background: none;
  filter: none;
}

.systems-nav__item:nth-child(3):hover .systems-nav__item-text {
  background: none;
  filter: none;
}

.systems-nav__item:nth-child(4):hover .systems-nav__item-text {
  background: none;
  filter: none;
}

.systems-nav__item:nth-child(5):hover .systems-nav__item-text {
  background: none;
  filter: none;
}

.systems-nav__item-img {
  background: none;
}

.systems-nav__item:nth-child(1).systems-nav__item_active
  .systems-nav__item-img {
  filter: none;
  background: none;
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
}

.systems-nav__item:nth-child(2).systems-nav__item_active
  .systems-nav__item-img {
  background: none;
  filter: none;
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
}

.systems-nav__item:nth-child(3).systems-nav__item_active
  .systems-nav__item-img {
  background: none;
  filter: none;
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
}

.systems-nav__item:nth-child(4).systems-nav__item_active
  .systems-nav__item-img {
  background: none;
  filter: none;
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
}

.systems-nav__item:nth-child(5).systems-nav__item_active
  .systems-nav__item-img {
  background: none;
  filter: none;
  box-shadow: 0px 0px 10px 1px #f2e89a;
  border: 1px solid #f2e89a;
}

.systems-nav__item:nth-child(1).systems-nav__item_active
  .systems-nav__item-text {
  background: none;
  filter: none;
}

.systems-nav__item:nth-child(2).systems-nav__item_active
  .systems-nav__item-text {
  background: none;
  filter: none;
}

.systems-nav__item:nth-child(3).systems-nav__item_active
  .systems-nav__item-text {
  background: none;
  filter: none;
}

.systems-nav__item:nth-child(4).systems-nav__item_active
  .systems-nav__item-text {
  background: none;
  filter: none;
}

.systems-nav__item:nth-child(5).systems-nav__item_active
  .systems-nav__item-text {
  background: none;
  filter: none;
}

.systems-nav__item-text {
  position: relative;
}

.systems-nav__item:nth-child(1).systems-nav__item_active
  .systems-nav__item-text::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  background: #f2e89a;
  width: 100%;
  height: 1px;
}

.systems-nav__item:nth-child(2).systems-nav__item_active
  .systems-nav__item-text::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  background: #f2e89a;
  width: 100%;
  height: 1px;
}

.systems-nav__item:nth-child(3).systems-nav__item_active
  .systems-nav__item-text::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  background: #f2e89a;
  width: 100%;
  height: 1px;
}

.systems-nav__item:nth-child(4).systems-nav__item_active
  .systems-nav__item-text::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  background: #f2e89a;
  width: 100%;
  height: 1px;
}

.systems-nav__item:nth-child(5).systems-nav__item_active
  .systems-nav__item-text::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  background: #f2e89a;
  width: 100%;
  height: 1px;
}

.systems-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.otzyvi-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.systems-nav {
  gap: 60px;
}

.complect-two {
  padding-top: 90px;
}

.complect-two-container {
  position: relative;
}

.complect-two-blure {
  position: absolute;
  top: -100px;
  left: -144px;
  z-index: -1;
}

.complect-two-title {
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.complect-two-text {
  font-family: "Cormorant", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.complect-two-blocks {
  margin-top: 94px;
  background: #292929;
  border: 1px solid #ffffff;
  border-radius: 25px;
  margin-bottom: 41px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 44px 50px 58px 50px;
  position: relative;
}

.complect-two-blocks::after {
  content: "";
  height: 100%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  transform: rotate(-15deg) translate(574px, 153px);
}

.complect-two-blocks-one {
}

.complect-two-blocks-two {
}

.complect-two-blocks-title {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  text-transform: uppercase;
}

.complect-two-blocks-text {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.complect-two-images {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 41px;
}

.complect-two-images_img-one {
  border: 3px solid #a58fda;
  border-radius: 30px;
}

.complect-two-images_img-two {
  border: 3px solid #a58fda;
  border-radius: 30px;
}

.complect-two-lest {
  border: 1px solid #ffffff;
  border-radius: 25px;
  padding: 32px 72px 21px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.complect-two-lest_left {
}

.complect-two-lest_left-text {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 43px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 10px;
}

.complect-two-lest_left-textTwo {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.complect-two-buttons {
  background: #6166fa;
  border: 1px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 19px 25px 18px 54px;
}

.complect-two-buttons_txt {
  margin-right: 99px;
}

.complect-two-litfis {
  font-family: "Manrope", sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff17;

  margin-top: 56px;
}

.controller {
  padding-top: 120px !important;
}

.controller-title {
  font-family: "Manrope", sans-serif;
  font-size: 70px !important;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff !important;
}

.controller-nav__btn_link::after {
  display: none;
}
.otzyvi-nav__btn_link::after {
  display: none;
}

.controller-nav__btn {
  border-bottom: none !important;
  justify-content: flex-start !important;
  gap: 16px;
}
.otzyvi-nav__btn {
  border-bottom: none !important;
  justify-content: flex-start !important;
  gap: 16px;
}

.otzyvi-nav__btn_link:nth-child(3) {
  text-align: center !important;
}

.controller-nav__btn_link:nth-child(2) {
  text-align: center !important;
}

.controller-nav__btn_link:nth-child(1).controller-nav__btn_active {
  background: #a58fda;
  text-align: center;
  border: 1px solid #ffffff;
}

.controller-nav__btn_link:nth-child(2).controller-nav__btn_active {
  background: #a58fda;
  text-align: center;
  border: 1px solid #ffffff;
}

.controller-nav__btn_link:nth-child(3).controller-nav__btn_active {
  background: #a58fda;
  text-align: center;
  border: 1px solid #ffffff;
}

.controller-nav__btn_link {
  flex: none !important;
  width: 181px;
  border-radius: 50px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff !important;
  transition: none !important;
  text-shadow: none !important;
}

.otzyvi-nav__btn_link:nth-child(3) {
  text-align: center !important;
}

.otzyvi-nav__btn_link:nth-child(2) {
  text-align: center !important;
}

.otzyvi-nav__btn_link:nth-child(1).otzyvi-nav__btn_active {
  background: #a58fda;
  text-align: center;
  border: 1px solid #ffffff;
}

.otzyvi-nav__btn_link:nth-child(2).otzyvi-nav__btn_active {
  background: #a58fda;
  text-align: center;
  border: 1px solid #ffffff;
}

.otzyvi-nav__btn_link:nth-child(3).otzyvi-nav__btn_active {
  background: #a58fda;
  text-align: center;
  border: 1px solid #ffffff;
}

.otzyvi-nav__btn_link {
  flex: none !important;
  width: 310px;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff !important;
  transition: none !important;
  text-shadow: none !important;
}
.rating-navs {
    max-width: none !important;
    margin-top:10px;
}
.raiteng-otzv {
    width: 310px;
    justify-content: center;
}

.otzyvi-link-text {
  flex: none !important;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
      color: #292929 !important;
  transition: none !important;
  text-shadow: none !important;
}

.controller-block_span-txt {
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a58fda;
  margin-bottom: 25px;
}

.controller-block_text {
  margin-bottom: 45px !important;
}

.controller-block_link {
  margin-top: 150px !important;
}

.t2t233 {
  max-width: 456px;
  justify-content: center;
  margin-top: 150px !important;
  background: none;
}

.complect-two {
  padding-bottom: 90px;
}

.systems-title {
  width: 100%;
  text-align: left;
}

.controller-title {
  text-shadow: none;
}

.controller-title::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 100px;
  background: #a58fda;
  top: -50px;
  left: -96px;
  z-index: -1;
}

.datch-title {
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 81px !important;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff !important;
  text-shadow: none !important;
}

.datch-title::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 100px;
  background: #a58fda;
  top: -50px;
  left: -96px;
  z-index: -1;
}

.datch-title-v2 {
  font-family: "Manrope", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a58fda !important;
  margin-bottom: 25px;
}

.v2-mr {
  margin-left: 35px;
}

.datch-column_img {
  width: 400px !important;
  height: 372px !important;
  object-fit: none !important;
}

@media (max-width: 1200px) {
  .explor-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .explor-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .explor-info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .explor-info__block_text {
    padding: 16px 6px;
  }

  .explor-content {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .explor-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 31px 25px 39px 25px;
  }

  .explor-title {
    margin-bottom: 5px;
  }

  .explor-bottom__item {
    text-align: center;
  }

  .explor-bottom__tex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .explor-subtitle {
    text-align: center;
    line-height: 20px;
  }

  .explor-title {
    line-height: 35px;
  }
}

.complect {
  padding-top: 77px;
  padding-bottom: 70px;
}

.complect-title {
  line-height: 70px;
  color: #5f64f2;
  text-shadow: 0px 0px 6px #5f64f2;
  margin-bottom: 26px;
}

.complect-subtitle {
  line-height: 26px;
  color: #ffffff;
}

.complect-content {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.complect-content__item_title {
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}

.complect-content__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 10px;
}

.complect-content__item-block_img {
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.complect-content__item-block_text {
  line-height: 17px;
  color: #ffffff;
}

.complect-pink {
  background: #bd66c5;
  border-radius: 20px;
  padding: 14px 5px 38px 25px;
  max-width: 305px;
}

.complect-blue {
  background: #5f64f2;
  border-radius: 40px;
  padding: 13px 32px 31px 27px;
  max-width: 782px;
}

.complect-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.complect-help {
  margin-top: 90px;
  border: 2px solid #865ff2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 7px #5f64f2;
  box-shadow: 2px 2px 7px #5f64f2;
  border-radius: 12px;
  padding: 44px 77px 50px 67px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.complect-help_title {
  line-height: 38px;
  color: #ffffff;
  max-width: 505px;
  -webkit-filter: drop-shadow(4px 4px 7px #5f64f2);
  filter: drop-shadow(4px 4px 7px #5f64f2);
  margin-bottom: 11px;
}

.complect-help_text {
  line-height: 24px;
  color: #ffffff;
}

.complect-help_btn {
  background: #c5d314;
  border-radius: 100px;
  line-height: 35px;
  text-align: center;
  color: #1c1a26;
  padding: 14px 56px;
  outline: none;
  text-decoration: none;
  -webkit-appearance: append;
  -moz-appearance: append;
  appearance: append;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.complect-help_btn:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(2px 2px 9px #c5d314);
  filter: drop-shadow(2px 2px 9px #c5d314);
}

@media (max-width: 1200px) {
  .complect-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .complect-pink {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .complect {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .complect-help {
    padding: 30px 35px 25px 35px;
  }

  .complect-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .complect-help {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .complect-help-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .complect-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .complect-title {
    line-height: 40px;
  }

  .complect-help_title {
    line-height: 32px;
  }

  .complect-content__item_title {
    text-align: center;
  }

  .complect-subtitle {
    text-align: center;
  }
}

@media (max-width: 375px) {
  .complect-help {
    padding: 25px 15px 25px 15px;
  }
}

.advantages {
  padding-top: 70px;
  padding-bottom: 70px;
}

.advantages-title {
  line-height: 70px;
  color: #5f64f2;
  -webkit-filter: drop-shadow(0px 0px 6px #5f64f2);
  filter: drop-shadow(0px 0px 6px #5f64f2);
}

.advantages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px;
}

.advantages-block {
  max-width: 488px;
}

.advantages-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.advantages-block__item_number {
  line-height: 70px;
  margin-right: 22px;
}

.advantages-block__item_text {
  line-height: 30px;
}

.advantage-yellow-text {
  color: #c5d314;
}

.advantage-purp-text {
  color: #bd66c5;
}

.advantage-number-yellow {
  color: #c5d314;
  text-shadow: 0px 0px 15px #c5d314;
}

.advantage-number-purp {
  color: #bd66c5;
  text-shadow: 0px 0px 8px #bd66c5;
}

@media (max-width: 992px) {
  .advantages {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .advantages-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantages-block__item_number {
    line-height: 40px;
  }

  .advantages-title {
    line-height: 40px;
  }
}

.controller {
  padding-top: 77px;
  padding-bottom: 70px;
}

.controller-title {
  line-height: 70px;
  color: #5f64f2;
  text-shadow: 0px 0px 6px #5f64f2;
}

.controller-nav {
  margin-top: 44px;
  max-width: 100%;
  width: 100%;
      padding-left: 76px;

}

.controller-nav__btn {
  max-width: 749px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 9px solid #515151;
}

.controller-nav__btn_link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  line-height: 70px;
  color: #515151;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.controller-nav__btn_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.controller-nav__btn_link:nth-child(1).controller-nav__btn_active {
  color: #6368ff;
  text-shadow: 0px 0px 0px rgba(99, 104, 255, 0.6),
    0px 0px 7px rgba(99, 104, 255, 0.6), 0px 0px 16px rgba(99, 104, 255, 0.6),
    0px 0px 13px rgba(99, 104, 255, 0.6);
}

.controller-nav__btn_link:nth-child(1).controller-nav__btn_active::after {
  -webkit-box-shadow: rgba(99, 104, 255, 0.6) 0px 2px 8px 2px;
  box-shadow: rgba(99, 104, 255, 0.6) 0px 2px 8px 2px;
  background: #6368ff;
}

.controller-nav__btn_link:nth-child(2) {
  text-align: center;
}

.controller-nav__btn_link:nth-child(2).controller-nav__btn_active {
  color: #099edd;
  text-shadow: 0px 0px 0px rgba(9, 158, 221, 0.6),
    0px 0px 7px rgba(9, 158, 221, 0.6), 0px 0px 16px rgba(9, 158, 221, 0.6),
    0px 0px 13px rgba(9, 158, 221, 0.6);
}

.controller-nav__btn_link:nth-child(2).controller-nav__btn_active::after {
  -webkit-box-shadow: rgba(9, 158, 221, 0.6) 0px 2px 8px 2px;
  box-shadow: rgba(9, 158, 221, 0.6) 0px 2px 8px 2px;
  background: #099edd;
}

/* .controller-nav__btn_link:nth-child(3) {
    text-align: right
} */

.controller-nav__btn_link:nth-child(3).controller-nav__btn_active {
  text-shadow: 0px 0px 0px rgba(50, 207, 49, 0.6),
    0px 0px 7px rgba(50, 207, 49, 0.6), 0px 0px 16px rgba(50, 207, 49, 0.6),
    0px 0px 13px rgba(50, 207, 49, 0.6);
  color: #32cf31;
}

.controller-nav__btn_link:nth-child(3).controller-nav__btn_active::after {
  -webkit-box-shadow: rgba(50, 207, 49, 0.6) 0px 2px 8px 2px;
  box-shadow: rgba(50, 207, 49, 0.6) 0px 2px 8px 2px;
  background: #32cf31;
}

.otzyvi-nav__btn {
  max-width: 749px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 9px solid #515151;
}
.otzyvi-nav__btn_link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  line-height: 90px;
  color: #515151;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.otzyvi-nav__btn_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.otzyvi-nav__btn_link:nth-child(1).otzyvi-nav__btn_active {
  color: #6368ff;
  text-shadow: 0px 0px 0px rgba(99, 104, 255, 0.6),
    0px 0px 7px rgba(99, 104, 255, 0.6), 0px 0px 16px rgba(99, 104, 255, 0.6),
    0px 0px 13px rgba(99, 104, 255, 0.6);
}

.otzyvi-nav__btn_link:nth-child(1).otzyvi-nav__btn_active::after {
  -webkit-box-shadow: rgba(99, 104, 255, 0.6) 0px 2px 8px 2px;
  box-shadow: rgba(99, 104, 255, 0.6) 0px 2px 8px 2px;
  background: #6368ff;
}

.otzyvi-nav__btn_link:nth-child(2) {
  text-align: center;
}

.otzyvi-nav__btn_link:nth-child(2).otzyvi-nav__btn_active {
  color: #099edd;
  text-shadow: 0px 0px 0px rgba(9, 158, 221, 0.6),
    0px 0px 7px rgba(9, 158, 221, 0.6), 0px 0px 16px rgba(9, 158, 221, 0.6),
    0px 0px 13px rgba(9, 158, 221, 0.6);
}

.otzyvi-nav__btn_link:nth-child(2).otzyvi-nav__btn_active::after {
  -webkit-box-shadow: rgba(9, 158, 221, 0.6) 0px 2px 8px 2px;
  box-shadow: rgba(9, 158, 221, 0.6) 0px 2px 8px 2px;
  background: #099edd;
}

.otzyvi-nav__btn_link:nth-child(3) {
  text-align: right;
}

.otzyvi-nav__btn_link:nth-child(3).otzyvi-nav__btn_active {
  text-shadow: 0px 0px 0px rgba(50, 207, 49, 0.6),
    0px 0px 7px rgba(50, 207, 49, 0.6), 0px 0px 16px rgba(50, 207, 49, 0.6),
    0px 0px 13px rgba(50, 207, 49, 0.6);
  color: #32cf31;
}

.otzyvi-nav__btn_link:nth-child(3).otzyvi-nav__btn_active::after {
  -webkit-box-shadow: rgba(50, 207, 49, 0.6) 0px 2px 8px 2px;
  box-shadow: rgba(50, 207, 49, 0.6) 0px 2px 8px 2px;
  background: #32cf31;
}

.controller-nav__line {
  width: 100%;
  background: #515151;
  height: 9px;
  position: relative;
}

.controller-nav__line_color {
  height: 9px;
  background: none;
  position: absolute;
  top: 0;
}

.controller-nav__line_color:nth-child(1).line_active {
  background: #5f64f2;
  width: 30%;
}

.controller-nav__line_color:nth-child(2).line_active {
  background: #099edd;
  width: 30%;
  right: 30%;
}

.controller-nav__line_color:nth-child(3).line_active {
  background: #32cf31;
  width: 30%;
  right: 0;
}

.controller-wrapper {
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 67px;
}
.otzyvi-wrapper {
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 67px;
}

.controller-wrapper__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.otzyvi-wrapper__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.controller-block {
  margin-right: 20px;
}

.controller-block_img {
  max-width: 440px;
  margin-bottom: 10px;
}

.controller-block_text {
  line-height: 25px;
  margin-bottom: 20px;
}

.controller-block_link {
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 66px;
  outline: none;
  text-decoration: none;
  margin-top: 40px;
  display: block;
  max-width: 319px;
  border-radius: 220px;
  cursor: pointer;
}

.controller-span_pupr {
  color: #6368ff;
}

.controller-span_blue {
  color: #099edd;
}

.controller-span_green {
  color: #61cf31;
}

.controller-link_purp {
  background: #6368ff;
  -webkit-box-shadow: 0px 0px 11px #6368ff;
  box-shadow: 0px 0px 11px #6368ff;
}

.controller-link_blue {
  background: #099edd;
  -webkit-box-shadow: 0px 0px 11px #099edd;
  box-shadow: 0px 0px 11px #099edd;
}

.controller-link_green {
  background: #32cf31;
  -webkit-box-shadow: 0px 0px 11px #32cf31;
  box-shadow: 0px 0px 11px #32cf31;
}

@media (max-width: 992px) {
  .controller {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .controller-nav {
    max-width: 100%;
    padding: 0px 20px;
  }

  .controller-nav__btn {
    max-width: 100%;
  }
  .otzyvi-nav__btn {
    max-width: 100%;
  }
  .controller-block_img {
    width: 250px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .controller-block_img {
    width: 150px;
    height: 100px;
  }

  .controller-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .otzyvi-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .controller-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .controller-block_img {
    width: 80%;
    height: 80%;
  }
}

@media (max-width: 480px) {
  .controller-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .otzyvi-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .controller-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .controller-block_img {
    width: 80%;
    height: 80%;
  }
}

@media (max-width: 375px) {
  .controller-block_text {
    text-align: center;
  }

  .controller-nav {
    margin-top: 25px;
  }
}

.datch {
  padding-top: 60px;
  padding-bottom: 70px;
}

.datch-title {
  line-height: 70px;
  color: #5f64f2;
  text-shadow: 0px 0px 6px #5f64f2;
}

.datch-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

.datch-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.datch-column_img {
  margin-bottom: 33px;
  width: 280px;
  height: 200px;
  object-fit: cover;
}

.datch-column_img:last-child {
  margin-bottom: 0;
}

.datch-text {
  max-width: 700px;
  line-height: 25px;
  margin-bottom: 30px;
}

.datch-span {
  color: #5f64f2;
}

.datch-btn {
  outline: none;
  text-decoration: none;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  background: #6368ff;
  -webkit-box-shadow: 0px 0px 11px #6368ff;
  box-shadow: 0px 0px 11px #6368ff;
  border-radius: 220px;
  max-width: 319px;
  padding: 13px 66px;
  margin-top: 30px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .datch-column:nth-child(1) {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .datch {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .datch-column_img {
    width: 100%;
  }

  .datch-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }

  .datch-column:nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
    justify-content: space-around;
  }

  .datch-column_img {
    width: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 150px;
  }

  .datch-column:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 375px) {
  .datch-column:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
  }
}

.reviews {
  padding-top: 70px;
  padding-bottom: 60px;
}

.reviews-container {
  width: 100%;
}

.reviews-title {
  line-height: 70px;
  color: #32cf31;
  text-shadow: 0px 0px 6px #32cf31;
  margin-bottom: 26px;
}

.reviews-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-img {
  margin-bottom: 20px;
  max-width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50% 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 16px #32cf31;
  box-shadow: 5px 5px 16px #32cf31;
}

.reviews-img_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-city {
  margin-bottom: 30px;
}

.reviews-city_text {
  line-height: 24px;
  color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 6px #fff);
  filter: drop-shadow(0px 0px 6px #fff);
  text-align: center;
}

.reviews-text {
  padding: 20px 20px;
  border: 1px solid #32cf31;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 6px #32cf31;
  box-shadow: 0px 0px 6px #32cf31;
  border-radius: 20px;
  height: 250px;
  width: 100%;
}

.reviews-text_txt {
  line-height: 18px;
  color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 1px #fff);
  filter: drop-shadow(0px 0px 1px #fff);
}

@media (max-width: 768px) {
  .reviews-img {
    max-width: 150px;
    height: 100px;
    border-radius: 59% 30%;
  }

  .reviews {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

.modals {
  position: absolute;
  top: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.modals-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.zayavk {
  background: #2b3034;
  border: 5px solid #099edd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8px #099edd;
  box-shadow: 0px 0px 8px #099edd;
  border-radius: 8px;
  max-width: 335px;
  padding: 39px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: none;
  position: fixed;
  top: 100px;
}

.zayavk_input {
  background: #ffffff;
  border-radius: 30px;
  font-size: 18px;
  line-height: 29px;
  color: #8b8b8b;
  padding: 11px 0px 10px 13px;
  margin-bottom: 16px;
}

.zayavk_input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 29px;
  color: #8b8b8b;
}

.zayavk_input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 29px;
  color: #8b8b8b;
}

.zayavk_input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 29px;
  color: #8b8b8b;
}

.zayavk_input::placeholder {
  font-size: 18px;
  line-height: 29px;
  color: #8b8b8b;
}

.zayavk_btn {
  background: #099edd;
  -webkit-box-shadow: 0px 0px 11px #099edd;
  box-shadow: 0px 0px 11px #099edd;
  border-radius: 30px;
  padding: 17px 77px;
  border: none;
  font-size: 20px;
  line-height: 15px;
  color: #ffffff;
  cursor: pointer;
}

.zayavk-title {
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  color: #099edd;
  margin-bottom: 30px;
}

.zayavk-sogl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.zayavk-sogl_check {
  margin-right: 10px;
}

.zayavk-sogl_text {
  font-size: 14px;
  line-height: 15px;
  color: #ffffff;
  max-width: 229px;
}

.quez {
  background: #2b3034;
  border: 10px solid #099edd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 69px 65px 88px 35px;
}

.quez-content {
  position: relative;
}

.quez-title {
  font-size: 60px;
  line-height: 50px;
  color: #099edd;
  margin-bottom: 41px;
}

.quez-text {
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
}

.quez-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quez-item_text {
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
  margin-right: 5px;
}

.quez-item input {
  max-width: 250px;
  border: none;
  background: none;
  border-bottom: 2px solid #ffffff;
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
}

.quez-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
}

.quez-item-radio input {
  border: 1px solid #099edd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}

.quez-item-radio span {
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
  margin-left: 10px;
}

.quez-subtext {
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
}

.quez-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quez-forms_input {
  background: #ffffff;
  border-radius: 30px;
  font-size: 20px;
  line-height: 29px;
  color: #8b8b8b;
  padding: 19px 0px 26px 24px;
  margin-bottom: 30px;
}

.quez-forms_input::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 29px;
  color: #8b8b8b;
}

.quez-forms_input:-ms-input-placeholder {
  font-size: 20px;
  line-height: 29px;
  color: #8b8b8b;
}

.quez-forms_input::-ms-input-placeholder {
  font-size: 20px;
  line-height: 29px;
  color: #8b8b8b;
}

.quez-forms_input::placeholder {
  font-size: 20px;
  line-height: 29px;
  color: #8b8b8b;
}

.quez-forms-title {
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  color: #099edd;
  margin-bottom: 1px;
}

.quez-forms-text {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}

.quez-forms-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.quez-forms-radio_check {
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quez-forms-radio_text {
  font-size: 16px;
  line-height: 15px;
  color: #ffffff;
  max-width: 229px;
  margin-left: 10px;
}

.quez_btn {
  background: #099edd;
  border-radius: 30px;
  border: none;
  font-size: 25px;
  line-height: 50px;
  color: #ffffff;
  padding: 4px 61px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}

.quez-forms-btn {
  background: #099edd;
  -webkit-box-shadow: 0px 0px 11px #099edd;
  box-shadow: 0px 0px 11px #099edd;
  border-radius: 30px;
  font-size: 20px;
  line-height: 15px;
  color: #ffffff;
  padding: 25px 90px;
  border: none;
  cursor: pointer;
}

.open_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: all;
}

.quez__active {
  display: block;
}

.quez-form_active {
  display: block;
}

.quez-data_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-active {
  overflow: hidden;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
}

@media (max-width: 480px) {
  .zayavk-title {
    font-size: 24px;
  }

  .zayavk {
    padding: 18px 15px;
  }

  .zayavk_input {
    padding: 7px 0px 6px 8px;
    font-size: 14px;
  }

  .zayavk_input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .zayavk_input:-ms-input-placeholder {
    font-size: 14px;
  }

  .zayavk_input::-ms-input-placeholder {
    font-size: 14px;
  }

  .zayavk_input::placeholder {
    font-size: 14px;
  }

  .zayavk-sogl_text {
    font-size: 12px;
  }

  .zayavk_btn {
    font-size: 16px;
    padding: 14px 35px;
  }

  .header-logo_link {
    width: 200px;
  }

  .header-logo_link img {
    width: 200px;
  }
}

.footer {
  padding-top: 70px;
  padding-bottom: 30px;
}

.footer-title {
  line-height: 68px;
  color: #bd66c5;
  text-shadow: 0px 0px 36px #d34085;
  margin-bottom: 30px;
}

.footer-block {
  border: 2px solid #c5d314;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8px #c5d314;
  box-shadow: 0px 0px 8px #c5d314;
  border-radius: 12px;
  padding: 34px 23px 34px 23px;
}

.footer-block_text {
  line-height: 35px;
  color: #ffffff;
}

.footer-item {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-item-form {
  background: #bd66c5;
  border-radius: 12px 0px 0px 12px;
  padding: 31px 30px;
}

.footer-item-form__title {
  line-height: 28px;
  color: #ffffff;
  max-width: 295px;
  margin-bottom: 13px;
}

.footer-item-form__subtitle {
  line-height: 24px;
  color: #ffffff;
}

.footer-item-form__block {
  margin-top: 15px;
  background: #ffffff;
  border-radius: 20px;
  padding: 34px 31px 24px 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item-form__block_input {
  margin-bottom: 17px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #bd66c5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  line-height: 17px;
  color: #000000;
  padding: 18px 0px 17px 11px;
}

.footer-item-form__block_input::-webkit-input-placeholder {
  line-height: 17px;
  color: #000000;
}

.footer-item-form__block_input:-ms-input-placeholder {
  line-height: 17px;
  color: #000000;
}

.footer-item-form__block_input::-ms-input-placeholder {
  line-height: 17px;
  color: #000000;
}

.footer-item-form__block_input::placeholder {
  line-height: 17px;
  color: #000000;
}

.footer-item-form__block_text {
  line-height: 11px;
  color: #000000;
  max-width: 264px;
  margin-bottom: 21px;
}

.footer-item-form__block_btn {
  /* background: #beca0f;
	-webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.09);
	border-radius: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 51px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	padding: 10px 99px; */
  cursor: pointer;
  font-size: 16px;
}

.footer-item-map {
  width: 100%;
  height: 507px;
}

.footer-item-map img {
  width: 100%;
  height: 100%;
}

.footer-info {
  margin-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-info__block_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  color: #c5d314;
  outline: none;
  text-decoration: none;
  margin-bottom: 5px;
  cursor: pointer;
}

.footer-info__block_mail {
  line-height: 18px;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  margin-bottom: 32px;
  cursor: pointer;
}

.footer-info__block_link {
  background: #099edd;
  border-radius: 30px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  padding: 11px 51px;
  cursor: pointer;
}

.footer-info__block_text {
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 4px;
}

.footer-info__block-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-info__block-elem a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

.footer-ip {
  margin-top: 41px;
}

.footer-ip_text {
  line-height: 24px;
  text-align: center;
  color: #999999;
}

@media (max-width: 768px) {
  .footer-block_text {
    line-height: 20px;
  }

  .footer-item-form {
    padding: 15px 15px;
  }

  .footer-item-form__block {
    padding: 20px 15px 20px 15px;
  }

  .footer-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-info__block {
    margin-bottom: 20px;
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-info__block:last-child {
    margin-right: 0;
  }

  .footer-info__block-elem_img {
    margin-right: 5px;
  }

  .footer-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item-form__title {
    text-align: center;
    max-width: 100%;
  }

  .footer-item-form__subtitle {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-info__block {
    margin-right: 0;
  }

  .footer-title {
    line-height: 40px;
    text-align: center;
  }

  .footer-item-map img {
    height: 320px;
  }
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-36 {
  font-size: 36px;
}

.fs-50 {
  font-size: 50px;
}

.fs-60 {
  font-size: 60px;
}

@media (max-width: 992px) {
  .fs-36 {
    font-size: 26px;
  }

  .fs-50 {
    font-size: 30px;
  }

  .fs-60 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .fs-16 {
    font-size: 11px;
  }

  .fs-18 {
    font-size: 16px;
  }

  .fs-20 {
    font-size: 16px;
  }

  .fs-24 {
    font-size: 16px;
  }

  .fs-26 {
    font-size: 18px;
  }

  .fs-30 {
    font-size: 20px;
  }

  .fs-60 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .fs-18 {
    font-size: 14px;
  }

  .fs-60 {
    text-align: center;
    font-size: 26px;
  }
}

@media (max-width: 375px) {
  .fs-60 {
    font-size: 22px;
  }
}

.quiz {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.5s;
  -o-transition: opacity 0.3s ease-in-out 0.5s;
  transition: opacity 0.3s ease-in-out 0.5s;
}

.quiz__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
}

.quiz__content {
  position: relative;
  max-width: 934px;
}

.quiz_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.quiz-item {
  display: none;
  -webkit-animation: quiz-fade 1s ease-in-out 0s;
  animation: quiz-fade 1s ease-in-out 0s;
}

.quiz-item_active {
  display: block;
  opacity: 1;
}

.quiz-item_active.quez-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes quiz-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes quiz-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .quez-title {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .quez-text {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .quez-item-radio span {
    font-size: 20px;
  }

  .quez {
    padding: 39px 35px 44px 35px;
  }

  .quez-subtext {
    font-size: 16px;
    line-height: 20px;
  }

  .quez-item_text {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
  }

  .quez-item input {
    max-width: 80px;
    line-height: 20px;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
  }

  .quez_btn {
    padding: 4px 30px;
    font-size: 20px;
  }

  .quez-forms-title {
    font-size: 30px;
    line-height: 30px;
  }

  .quez-forms-text {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .quez-forms_input {
    padding: 9px 0px 16px 14px;
    font-size: 16px;
  }

  .quez-forms_input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .quez-forms_input:-ms-input-placeholder {
    font-size: 16px;
  }

  .quez-forms_input::-ms-input-placeholder {
    font-size: 16px;
  }

  .quez-forms_input::placeholder {
    font-size: 16px;
  }

  .quez-forms-radio_text {
    font-size: 14px;
  }

  .quez-forms-btn {
    font-size: 18px;
    padding: 15px 45px;
  }

  .quez {
    overflow: scroll;
  }
}

@media (max-width: 480px) {
  .quez {
    padding: 39px 25px 84px 25px;
  }

  .quez_btn {
    bottom: -76px;
    right: 0;
    left: 0;
  }

  .quiz__content {
    width: 100%;
  }
}

.promo-button-files-text {
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.promo-button-files {
  background: #1c1a26;
  -webkit-box-shadow: 0px 0px 11px #1c1a26;
  box-shadow: 0px 0px 11px #1c1a26;
  border-radius: 220px;
  padding: 13px 15px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-right: 20px;
}

.promo-button-files:hover {
  -webkit-box-shadow: 0px 0px 41px #1c1a26;
  box-shadow: 0px 0px 41px #1c1a26;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.promo-button-files:last-child {
  margin-right: 0px;
}

@media (max-width: 1230px) {
  .promo-button-files:last-child {
    margin-top: 20px;
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .promo-button-files {
    margin-right: 0px;
  }
}

.advantages {
  padding: 120px 0px;
}

.advantages-v2-title {
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 67px;
  text-transform: uppercase;
}

.advantages-v2-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.advantages-v2-item {
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 290px;
}

.advantages-v2-item-block {
  border-radius: 30px;
  border: 1px solid #ffffff61;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 30px;
  max-width: 130px;
  height: 138px;
}

.advantages-v2-item-block_img {
}

.advantages-v2-text {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.advantages-v2-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 105px;
}

.advantages-v2-wrap-block {
  background: #a58fda;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 19px 51px;
  position: relative;
}

.advantages-v2-wrap_img {
  position: absolute;
  top: -81px;
  left: -60px;
}

.advantages-v2-wrap_txt {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.job-v2 {
  padding: 100px 0px;
}

.job-v2-content {
}

.job-v2-title {
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 67px;
  text-transform: uppercase;
}

.job-v2-blocks {
  display: flex;
  flex-direction: column;
}

.job-v2-item {
  margin-bottom: 52px;
}

.job-v2-item-title {
  font-family: "Manrope", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff5e;
  margin-bottom: 52px;
  transform: translateX(-35px);
  text-transform: uppercase;
}

.job-v2-item-contai {
  position: relative;
  padding: 41px 38px 41px 110px;
  border: 1px solid #ffffff;
  background: #292929;
  border-radius: 30px;
  max-width: 666px;
}

.job-v2-item-contai-circl {
  background: #a58fda;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  left: -50px;
  padding: 35px 30px;
}

.job-v2-item-contai-circl-txt {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.job-v2-item-contai-txt {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.job-v2-wraps {
  display: flex;
}

.job-v2-images {
  display: flex;
  flex-direction: column;
  transform: translateX(-72px);
  position: relative;
}

.job-v2-images_img {
  margin-bottom: 42px;
}

.job-v2-images_blur {
  position: absolute;
  top: 34%;
  left: 0;
  z-index: -1;
}

.track-title {
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  text-shadow: none;
}

.track-subtitle {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.track-companu_img {
  margin-right: 15px;
}

.track-bottom-block__text_title {
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  filter: none;
  color: #ffffff;
}

.track-bottom-block__text_txt {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.track-bottom-block {
  border: 2px solid #a58fda;
  box-shadow: 4px 4px 7px 0px #a58fda;
}

.track-bottom-block__button_link {
  display: flex;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  background: #a58fda;
  border: 1px solid #ffffff;
  padding: 23px 45px 23px 80px;
}

.track-bottom-block__button_link svg {
  margin-left: 147px;
}

.explor-title {
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  text-shadow: none;
  margin-bottom: 17px;
}

.explor-subtitle {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.explor-content {
  margin-top: 90px;
  position: relative;
}

.explor-content-left {
}

.explor-content-left_img {
}

.explor-content-right {
  transform: translate(-20px, 5px);
  z-index: -1;
}

.explor-content-right_item {
  background: none;
  padding: 12px 20px 12px 40px;
}

.br-tops {
  border-top: 1px solid #ffffff;
}

.explor-content-right_textItem {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.explor-content-right_purp {
  background: #a58fda;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ffffff;
}

.explor-content-right_textPurp {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.explor-content_imges {
  position: absolute;
  bottom: -50px;
  left: -150px;
  z-index: -1;
}

.br-bottom {
  border-bottom: 1px solid #ffffff;
}

.explor-bottom {
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 7px 0px #f2e89a;
}

.explor-bottom__item_title {
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  filter: none;
}

.explor-bottom__item_text {
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  max-width: 455px;
}

.instruct {
  padding: 90px 0px;
}

.instruct-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.instruct-title {
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 26px;
  text-align: left;
  width: 100%;
}

.instruct-text {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  text-align: left;
  width: 100%;
}

.instruct-wrapper {
  margin-top: 67px;
  justify-content: space-between;
  gap: 23px;
  width: 100%;
  margin-bottom: 51px;
}

.instruct-image-one {
}

.instruct-image-qr {
}

.accordion {
  font-family: "Arial", sans-serif;
  width: 100%;
  padding: 90px 0px;
}

.accordion-title {
  margin-bottom: 90px;
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  text-transform: uppercase;
}

.accordion-content {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion-item {
  border: 0.5px solid #ffffff;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #292929;
  padding: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #ffffff80;
}
.accordion-header::after {
  content: "";
  background-image: url("../images/plus.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}

.accordion-header:hover {
  /* background-color: #e0e0e0; */
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  background-color: #fff;
}

.accordion-body p {
  margin: 15px 0;
  color: #111015;
}

/* Состояние открытого аккордеона */
.accordion-item.active .accordion-header {
  background-color: #fff;
  color: #8676b7;
}
.accordion-item.active .accordion-header::after {
  content: "";
  background-image: url("../images/minus.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}

.accordion-item.active .accordion-body {
  max-height: 150px; /* Задайте максимальную высоту контента */
}

.company {
  padding: 90px 0px;
}
.company-content {
}
.company-header {
  position: relative;
}
.company-header-title {
  margin-bottom: 17px;
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.company-header-text {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.company-header-image {
  position: absolute;
  top: -130px;
  right: 0;
}
.company-body {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 90px;
}
.company-body-item {
  background: #292929;
  border: 1px solid #ffffff80;
  width: 540px;
  height: 340px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 40px;
}
.company-body-image {
  position: absolute;
  top: 90px;
  z-index: -1;
}
.company-body-item_text {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.company-body-item_text-span {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a58fda;
}

.footer-sss {
  display: flex;
  align-items: center;
}
.track-bottom-block__button_links {
  display: flex;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  background: #a58fda;
  border: 1px solid #ffffff;
  padding: 23px 70px 23px 26px;
  border-radius: 30px;
}
.footer-item-form__block_btn {
  background: none;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}
.footer-item-form {
  background: #a58fda;
  border-radius: 16px;
  border: 1px solid #ffffff;
}
.footer-item-form__block_text {
  max-width: 380px;
}
.footer-item-form__block_input {
  width: 100%;
}
.footer-item-form__title {
  max-width: 416px;
  width: 100%;
}
.footer-item-form {
  width: 57%;
}
.track-bottom-block__button_links {
  width: 100%;
  justify-content: flex-end;
  cursor: pointer;
}
.track-bottom-block__button_links svg {
  margin-left: 50px;
}
.footer-elicpse {
  position: absolute;
  top: -150px;
  right: -170px;
}
.footer-title {
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
}
.footer-block_text {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.footer-item {
  gap: 20px;
}
.footer-item-map {
  height: 100%;
}
.footer-info__block_number {
  color: #5fd7f2;
}
.footer-info__block_link {
  background: #52b1c6;
}
.footer-ip_text {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #999999;
}
.footer-info__block_text {
  margin-bottom: 18px;
}
.footer-info__block_number {
  margin-bottom: 11px;
}
.zayavk {
  border: 5px solid #a58fda;
  box-shadow: none;
}
.zayavk-title {
  color: #a58fda;
}
.zayavk_btn {
  background: #a58fda;
  box-shadow: none;
}
@media (max-width: 1300px) {
  .header-button-raiting {
  }
  .header-button-raiting-text {
    font-size: 16px;
  }
  .header-nav_number {
    font-size: 20px;
  }
}
@media (max-width: 1240px) {
  .complect-two-images {
    flex-direction: column;
  }
  .footer-elicpse {
    display: none;
  }
  .footer-item {
    flex-direction: column;
  }
  .job-v2-images {
    display: none;
  }
  .datch-column {
    display: none;
  }
  .complect-two-lest {
    flex-direction: column;
  }
  .complect-two-blocks::after {
    display: none;
  }
  .complect-two-blocks {
    flex-direction: column;
  }
  .complect-two-blure {
    display: none;
  }
  .project-blocks-one img {
    width: 100%;
  }
  .promo-title {
    font-size: 50px !important;
  }
  .text-proms {
    margin-left: 0;
    margin-top: 16px;
  }
  .systems-nav {
    gap: 20px;
  }
  .complect-two-title {
    font-size: 45px;
    line-height: 50px;
  }
  .complect-two-buttons {
    margin-top: 40px;
  }
  .complect-two-litfis {
    display: none;
  }
  .datch {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .advantages {
    padding: 40px 0px;
  }
  .advantages-v2-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .advantages-v2-item-block {
    max-width: 90px;
    height: 98px;
  }
  .advantages-v2-item-block_img {
    width: 100%;
  }
  .advantages-v2-content {
    align-items: center;
  }
  .job-v2-item-title {
    transform: translateX(0px);
  }
  .job-v2-item-contai-circl {
    left: 0px;
  }
  .job-v2-item-contai {
    padding: 41px 38px 41px 121px;
  }
  .track-title {
    font-size: 35px;
    line-height: 40px;
  }
  .explor-title {
    font-size: 35px;
    line-height: 40px;
  }
  .explor-subtitle {
    font-size: 18px;
  }
  .explor-content {
    margin-top: 45px;
  }
  .explor-content-right {
    transform: translate(0px, 0px);
  }
  .explor-content_imges {
    display: none;
  }
  .explor-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .instruct-title {
    font-size: 35px;
    line-height: 40px;
  }
  .instruct {
    padding: 45px 0px;
  }
  .instruct-wrapper {
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .accordion-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .company-header-image {
    display: none;
  }
  .company {
    padding: 45px 0px;
  }
  .company-body-image {
    display: none;
  }
  .footer-title {
    font-size: 35px;
    line-height: 40px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer-item-form {
    width: 100%;
  }
  .footer-item-form__block_text {
    max-width: 100%;
  }
  .track-bottom-block__button_links {
    justify-content: center;
  }
  .track-bottom-block__button_links svg {
    margin-left: 15px;
  }
  .track-bottom-block__button_links {
    max-width: 260px;
  }
  .header-nav_link {
    margin-right: 100px;
  }
  .header-burger {
    z-index: 12;
  }
  .explor-content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .datch-title-v2 {
    text-align: center;
  }
  .t2t233 {
    margin-top: 50px !important;
  }
  .controller-title {
    text-shadow: none;
    font-size: 30px;
  }
  .promo-img-two {
    width: 20%;
  }
  .job-v2-title {
    font-size: 35px;
    line-height: 40px;
  }
  .datch-column {
    display: flex;
  }
}
/*# sourceMappingURL=main.css.map */
@media (max-width: 768px) {
  .complect-two-images img {
    width: 100%;
  }
  .controller-block_span-txt {
    font-size: 32px;
  }
  .datch-title-v2 {
    font-size: 32px;
  }
  .advantages-v2-title {
    text-align: center;
  }
  .advantages-v2-item {
    width: 180px;
  }
  .advantages-v2-text {
    font-size: 20px;
  }
  .job-v2-item-title {
    font-size: 35px;
  }
  .job-v2-item-contai-txt {
    font-size: 20px;
  }
  .job-v2-item-contai-circl-txt {
    font-size: 20px;
  }
  .job-v2-item-contai-circl {
    top: 5px;
    left: 0px;
    padding: 16px 20px;
  }
  .job-v2-item-contai {
    padding: 41px 38px 41px 71px;
  }
  .job-v2 {
    padding: 50px 0px;
  }
  .track {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .explor {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .instruct-image-qr {
    display: none;
  }
  .accordion {
    padding: 40px 0px;
  }
  .company-header-title {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
  .company-header-text {
    font-size: 18px;
    text-align: center;
  }
  .company-body-item {
    width: 450px;
    height: 262px;
  }
  .company-body-item_text {
    font-size: 18px;
    line-height: 25px;
  }
  .company-body-item_text-span {
    font-size: 18px;
    line-height: 25px;
  }
  .company-body {
    gap: 30px;
  }
  .controller-nav__btn {
    gap: 5px;
  }
  .otzyvi-nav__btn {
    gap: 5px;
  }
  .controller-nav__btn_link {
    width: 130px;
  }
  .otzyvi-nav__btn_link {
    width: 130px;
  }
  .controller-title {
    font-size: 30px !important;
  }
  .complect-two-lest_left-text {
    font-size: 20px;
    line-height: 23px;
  }
  .complect-two-lest_left-textTwo {
    font-size: 18px;
    line-height: 19px;
  }
  .complect-two-lest {
    padding: 22px 20px 21px 20px;
  }
  .complect-two-blocks-title {
    font-size: 20px;
    line-height: 40px;
  }
  .complect-two-blocks-text {
    font-size: 18px;
    line-height: 19px;
  }
  .complect-two-text {
    line-height: 42px;
  }
  .complect-two-blocks {
    margin-top: 65px;
  }
}
@media (max-width: 480px) {
  .promo-title {
    font-size: 20px !important;
    line-height: 32px;
  }
  .text-proms {
    margin-top: 0;
  }
  .promo-button-txt {
    font-size: 20px;
  }
  .promo-button {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .promo-button-txt-conta {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .promo-button-txt-two {
    max-width: 100%;
    text-align: center;
  }
  .complect-two-title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .track-bottom-block__button_link {
    padding: 23px 20px 23px 40px;
  }
  .track-bottom-block__button_link svg {
    margin-left: 20px;
  }
  .instruct-image-one {
    width: 100%;
  }
  .accordion-header span {
    font-size: 14px;
  }
  .accordion-header::after {
    width: 17px;
    height: 15px;
  }
  .explor-content-left_img {
    width: 100%;
  }
  .controller-nav__btn_link {
    width: 90px;
  }
  .otzyvi-nav__btn_link {
    width: 90px;
  }
}
@media (max-width: 375px) {
  .promo-button-knop {
    padding: 13px 20px;
    font-size: 16px;
  }
  .controller-block_span-txt {
    text-align: center;
    font-size: 25px;
  }
  .complect-two-text {
    text-align: center;
    font-size: 32px;
  }
  .complect-two-blocks {
    padding: 29px 10px 45px 15px;
  }
  .complect-two-blocks-one {
    margin-bottom: 10px;
  }
  .complect-two-buttons {
    padding: 19px 25px 18px 28px;
  }
  .datch-title-v2 {
    font-size: 24px;
    line-height: 32px;
  }
  .advantages-v2-title {
    font-size: 30px;
  }
  .advantages-v2-item {
    width: 100px;
  }
  .advantages-v2-text {
    font-size: 16px;
    line-height: 25px;
  }
  .advantages-v2-wrap_txt {
    font-size: 16px;
    line-height: 30px;
  }
  .job-v2-title {
    font-size: 30px;
  }
  .job-v2-item-contai-txt {
    font-size: 16px;
  }
  .job-v2-item-contai-circl {
    display: none;
  }
  .job-v2-item-contai {
    padding: 41px 18px 41px 13px;
  }
  .track-title {
    font-size: 30px;
  }
  .track-subtitle {
    font-size: 18px;
  }
  .track-bottom-block__text_title {
    font-size: 20px;
    line-height: 25px;
  }
  .track-bottom-block__text_txt {
    line-height: 20px;
    font-size: 16px;
  }
  .track-bottom-block__button_link svg {
    margin-left: 5px;
  }
  .track-bottom-block__button_link {
    padding: 23px 20px 16px 16px;
    font-size: 18px;
  }
  .explor-title {
    font-size: 30px;
  }
  .explor-content-right_textItem {
    font-size: 18px;
    line-height: 30px;
  }
  .explor-content-right_textPurp {
    font-size: 18px;
    line-height: 30px;
  }
  .explor-content-right_item {
    padding: 12px 20px 12px 15px;
  }
  .explor-content-right_purp {
    padding: 12px 20px 12px 15px;
  }
  .explor-bottom__item_title {
    font-size: 20px;
    line-height: 30px;
  }
  .explor-bottom {
    padding: 31px 15px 39px 15px;
  }
  .instruct-title {
    font-size: 30px;
  }
  .instruct-text {
    font-size: 20px;
  }
  .accordion-title {
    font-size: 25px;
    text-align: center;
  }
  .accordion-header::after {
    width: 13px;
    height: 9px;
  }
  .accordion-body p {
    font-size: 14px;
  }
  .accordion-item.active .accordion-body {
    max-height: 210px;
  }
  .accordion-item.active .accordion-header::after {
    width: 13px;
    height: 9px;
  }
  .company-body {
    margin-top: 30px;
  }
  .company-body-item {
    width: 100%;
    padding: 0px 15px;
  }
  .footer-title {
    font-size: 20px;
    text-align: center;
  }
  .footer-block_text {
    text-align: c;
  }
  .header-nav-adapt {
    right: 0;
    top: 17px;

    align-items: center;
  }
  .header-nav_link {
    margin-right: 0;
  }
  .header-nav_link img {
    margin-left: 0;
  }
}
.btn-open-modal {
  cursor: pointer;
}
.advantages {
  background-image: url("../images/phones.png");
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 1380px) {
  .job-v2-images {
    left: 161px;
  }
  .job-v2-blocks {
    right: -100px;
    position: relative;
  }
  .project-blocks {
    flex-direction: column;
  }
  .project-blocks-one img {
    display: none;
  }
}

.systems-elem-item_span {
  font-family: "Manrope", sans-serif;
  font-size: 50px !important;
  font-weight: 300;
  line-height: 50px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 31px;
}
.elems-sys-elem {
  margin-bottom: 31px;
  font-family: "Manrope", sans-serif;
  font-size: 30px !important;
  font-weight: 300;
  line-height: 50px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #ffffff;
}
.otzyvi-title {
  font-family: "Manrope", sans;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 30px;
  width: 100%;
  text-transform: uppercase;
}
.otzivy-blocks {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
}
.otzyvi-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.otzyvi-blocks_img {
  width: 100%;
}

.otzivy-buttons-text {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.otzivy-buttons {
  text-transform: uppercase;
  padding: 25px 30px 25px 30px;
  background: none;
}

@media (max-width: 992px) {
  .otzyvi-nav__btn_link {
    font-size: 16px;
    width: 200px;
  }
  .job-v2-blocks {
    right: 0;
  }
  .systems-elem-item_span {
    font-size: 20px !important;
    line-height: 25px;
  }
  .otzyvi-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .promo-img {
    height: 100vh;
  }
  .project-blocks-four img {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .otzyvi-nav__btn_link {
    font-size: 14px;
    width: 146px;
  }
  .complect-two-buttons_txt {
    margin-right: 10px;
  }
  .project-blocks {
    flex-wrap: wrap;
  }
  .project-blocks-four img {
    max-width: 200px;
  }
  .project-title {
    line-height: 35px;
  }
  .project-blocks-four img {
    max-width: 106px;
  }
  .promo {
    height: 100vh;
  }
}
@media (max-width: 480px) {
  .company-body {
    margin-top: 30px;
  }
  .otzyvi-nav__btn_link {
    width: 104px;
    font-size: 10px;
  }
  .job-v2-item-contai-txt {
    font-size: 18px;
  }
  .promo-button-knop {
    font-size: 18px;
  }
  .project-blocks-four img {
    max-width: 145px;
  }
  .project-blocks {
    border: none;
  }
  .project-blocks-four {
    justify-content: center;
    gap: 10px;
  }
}

.systems-elem_bg {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
.systems-threee {
  padding: 34px 36px 30px 161px;
}

@media (max-width: 992px) {
  .systems-elem_bg {
    display: none;
  }
  .v2-mr {
    margin-left: 0px;
  }
  .datch-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .datch-column_img {
    width: 100% !important;
    height: 100% !important;
  }
  .systems-threee {
    padding: 34px 36px 30px 36px;
  }
  .footer-info__block-elem {
    gap: 16px;
  }
}
.thsnks-img {
  width: 100%;
  height: auto;
}
.footer-info__block-elem_img {
  width: 40px;
  height: 40px;
}
.footer-info__block-elem {
  gap: 15px;
}
.footer {
	padding-bottom: 130px;
}
.plashk {
  position: fixed;
	bottom: 0;
	margin: 0 auto;
  background: #a58fda;
  border-radius: 30px;
  display: flex;
  align-items: center;
	justify-content: center;
  gap: 46px;
	padding: 14px 10px;
	width: 100%;
}
.plashk-text {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 24px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.plashk-text_span {
  color: #7838ef;
}
.plashk-button {
  display: flex;
  align-items: center;
  gap: 7px;
}
.plashk-button_blue {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  background: #6368ff;
  border-radius: 30px;
  max-width: 231px;
	min-width: 231px;
  width: 100%;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 53px;
}
@media (max-width: 1165px) {
    .controller-nav {
 padding-left:0px;   
        
    }
}
@media (max-width: 1244px) {
.plashk {
	gap: 25px;
}
.plashk-text {
	font-size: 20px;
}
}
@media (max-width: 992px) {
	.plashk-button_blue {
		max-width: 150px;
		min-width: 150px;
	}
	.plashk-text {
		font-size: 14px;
	}
	.raiteng-otzv {
	    
	   width: 197px;
	}
}
@media (max-width: 768px) {
	.plashk-button_blue {
		font-size: 14px;

	}
	.plashk-button_blue {
		max-width: 90px;
		min-width: 90px;
	}
	.plashk-text {
		text-align: center;
	}
	.raiteng-otzv {
	            width: 140px;
	}
	.header-button-riting_img {
	    display:none;
	}
}
@media (max-width: 480px) {
    .header-wats-head {
        display:none;
    }
    .header-nav_number {
        font-size: 16px;
    }
	.plashk {
		flex-direction: column;
		gap:5px;
		padding: 5px 10px;
	}
	.plashk-button_blue {
	        height: 35px;
	}
	.plashk-text {
        font-size: 15px;
    }
	.footer {
		padding-bottom: 190px;
	}
	.raiteng-otzv {
	            width: 105px;

	}
}