@charset "UTF-8";

@font-face {
  font-family: "NT Somic";
  src: url(fonts/NTSomic-Regular.woff2);
  font-weight: 400;
}

@font-face {
  font-family: "NT Somic";
  src: url(fonts/NTSomic-Medium.woff2);
  font-weight: 500;
}

@font-face {
  font-family: "NT Somic";
  src: url(fonts/NTSomic-Bold.woff2);
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.formPopupBtm {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: "NT Somic" !important;
  color: #333;
  transition: all 0.4s ease;
  color: black;
  font-size: 16px;
}

.my-5 a {
  font-size: 14px;
}

.my-5 ul {
  display: flex;
}

section {
  background-color: #f0f0f0;
  padding: 0;
}

a.disabled {
  pointer-events: none;
  /* делаем ссылку некликабельной */
}

.check {
  position: absolute;
  z-index: 999;
  opacity: 0.4;
}

.desk {
  display: inherit;
}

.mob {
  display: none;
}

.asstesr {
  opacity: 0;
  top: -99999rem;
  position: absolute;
}

h1,
.h1 {
  font-size: 46rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 50.6rem */
  letter-spacing: -2.76rem;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 42rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 50.4rem */
  letter-spacing: -2.52rem;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125.023%;
  /* 22.504rem */
  letter-spacing: -0.54rem;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125.023%;
  /* 30.005rem */
  text-transform: uppercase;
}

.text-24 {
  font-size: 24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 26.4rem */
}

.text-18,
b {
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4rem */
}

.text-16 {
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 21.6rem */
}

.button {
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 136.523%;
  /* 24.574rem */
  text-transform: uppercase;
}

.number {
  font-size: 60rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125.023%;
  /* 75.014rem */
  letter-spacing: -2.1rem;
  text-transform: uppercase;
}

.phone {
  font-size: 32rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125.023%;
  /* 40.007rem */
  text-transform: uppercase;
}

.page-title {
  margin-top: 80rem;
  background: #f0f0f0;
}

.bg-body,
.bg-white {
  background: #f0f0f0 !important;
}

.hreff {
  font-size: 19rem;
  font-style: normal;
  font-weight: 400;
  line-height: 136.523%;
  /* 27.305rem */
}

body,
html {
  background: #f0f0f0;
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 0.0520833333vw;
}

.containerkas {
  width: 1804rem;
  margin: 0 calc((100vw - 1804rem) / 2);
}

header {
  position: fixed;
  left: 0;
  z-index: 98;
  padding: 11rem 0;
  background: #f0f0f0;
  top: 0;
}

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

.header__left-menu {
  border-radius: 15rem;
  display: flex;
  background: #FFF;
  padding: 25rem 60rem;
 /* margin-right: 275rem;*/
  align-items: center;
}

.header__logo {
  width: 226rem;
  height: 34rem;
  margin-right: 50rem;
}

.header__left-menu__list {
  display: flex;
}

.header__left-menu__list__item {
  margin-right: 35rem;
  color: black;
}

.header__left-menu__list__item:last-child {
  margin-right: 0;
}

.header__right-menu {
  display: flex;
}

.whatsapp-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 253.126rem;
  height: 85rem;
  margin-right: 10rem;
  background-color: #FFF;
  border-radius: 15rem;
}

.whatsapp-block__img {
  width: 33rem;
  height: 33rem;
  margin-right: 15rem;
}

.header-location {
  width: 253.126rem;
  height: 85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10rem;
  background-color: #FFF;
  border-radius: 15rem;
}

.header-location__img {
  width: 23rem;
  height: 33rem;
  margin-right: 15rem;
}

.header-burger {
  width: 83rem;
  cursor: pointer;
  height: 85rem;
}

.close-popups {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
  visibility: hidden;
}

.close-popups.active {
  opacity: 0.8;
  visibility: visible;
}

.header-menu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 580rem;
  padding: 40rem 30rem 50rem 30rem;
  z-index: 100;
  background: #203FE1;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-menu.active {
  transform: translateX(0);
}

.header-menu__close {
  position: absolute;
  top: 10rem;
  right: 20rem;
  width: 83rem;
  height: 85rem;
  cursor: pointer;
}

.menu-name {
  color: #FFF;
  margin-bottom: 40rem;
}

.header-menu__list__item {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25rem;
}

.header-menu__list__item:last-child {
  margin-bottom: 0;
}

.header-menu-item {
  display: flex;
  align-items: center;
}

.header-menu-item.active .header-menu-arrow {
  transform: rotate(180deg);
}

.header-menu-hreff {
  color: #FFF;
  margin-right: 10rem;
}

.header-menu-hreff:hover {
  color: white;
}

.header-menu-arrow {
  width: 13rem;
  height: 6rem;
}

.header-menu-lvl2 {
  border-radius: 5rem;
  background: #FFF;
  max-height: 0rem;
  overflow: hidden;
  padding: 0 20rem;
  margin-left: 20rem;
  max-width: 388rem;
  display: flex;
  flex-direction: column;
}

.header-menu-lvl2.active {
  max-height: 224rem;
  margin-top: 20rem;
  padding: 20rem;
  overflow-y: scroll;
}

.header-menu-lvl2::-webkit-scrollbar {
  width: 5px;
}

.header-menu-lvl2::-webkit-scrollbar-track {
  background: none;
  /* цвет дорожки */
}

.header-menu-lvl2::-webkit-scrollbar-thumb {
  background-color: #203FE1;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
}

.header-menu-lvl2__item {
  margin-bottom: 5rem;
  color: black;
}

.header-menu-lvl2__item:last-child {
  margin-bottom: 0;
}

.main-block {
  margin-top: 136rem;
}

.main-block__container {
  display: flex;
  border-radius: 15rem;
  background: #FFF;
  padding-left: 68rem;
  align-items: center;
  justify-content: space-between;
  height: 850rem;
}

.main-block__left {
  width: 850rem;
  flex-shrink: 0;
}

.main-block__left__heading {
  margin-bottom: 35rem;
}

b {
  font-weight: 500;
}

.main-block__left__text {
  width: 660rem;
  margin-bottom: 35rem;
  font-size: 16px;
}

.main-block__left__button {
  border-radius: 15rem;
  margin-top: 20rem;
  display: block;
  width: 100%;
  background: #203FE1;
  padding: 35rem 72rem;
  border: 2rem solid #203FE1;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.main-block__left__button:hover {
  border: 2rem solid #203FE1;
  background: none;
  color: #203FE1;
}

.main-block__left__button.white {
  background: white;
  border: 2rem solid white;
  color: #203FE1;
}

.main-block__left__button.white:hover {
  background: none;
  color: white;
}

.main-block__right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main-block__right__svg {
  max-height: 100%;
}

.advantages {
  margin-top: 120rem;
}

.advantages-heading {
  margin-bottom: 28rem;
}

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

.advantages-itemm {
  width: 352rem;
  height: 217rem;
  padding: 30rem 0 0 30rem;
  border-radius: 15rem;
  background: #FFF;
}

.advantages-item__num {
  color: #203FE1;
  margin-bottom: 38rem;
}

.services {
  margin-top: 120rem;
  background: #f0f0f0;
}

.services-container {
  display: flex;
}

.services-left {
  width: 546rem;
  margin-right: 90rem;
}

.services-left__heading {
  margin-bottom: 30rem;
}

.services-left__text {
  margin-bottom: 76rem;
  width: 546rem;
}

.secvices-form-block {
  border-radius: 25rem;
  background: #FFF;
  padding: 40rem;
  width: 546rem;
  height: 548rem;
}

.services-form-heading {
  margin-bottom: 35rem;
}

.normal-form {
  display: flex;
  flex-direction: column;
}

.services-form-checbox {
  display: flex;
  align-items: center;
  margin-bottom: 30rem;
}

#top-form-checkbox,
#top-form-checkbox1,
#top-form-checkbox2 {
  position: absolute;
  opacity: 0;
}

.normal-forn-input {
  border-radius: 15rem;
  background: #f0f0f0;
  padding: 20rem;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 17rem;
  width: 100%;
  height: 66.637px;
}

.normal-forn-input:last-child {
  margin-bottom: 20rem;
}

#top-form-checkbox+label,
#top-form-checkbox1+label,
#top-form-checkbox2+label {
  display: block;
  border-radius: 7rem;
  background: #f0f0f0;
  width: 30rem;
  height: 30rem;
  flex-shrink: 0;
  margin-right: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-form-checkbox+label svg,
#top-form-checkbox1+label svg,
#top-form-checkbox2+label svg {
  opacity: 0;
  width: 16rem;
}

#top-form-checkbox:checked+label svg,
#top-form-checkbox1:checked+label svg,
#top-form-checkbox2:checked+label svg {
  opacity: 1;
}

.top-form-cgeckbox-text {
  opacity: 0.6;
  font-size: 13rem;
  width: 316rem;
}

.top-form-cgeckbox-text.white {
  color: white;
}

.services-right {
  display: grid;
  grid-template-columns: repeat(2, 569rem);
  -moz-column-gap: 34rem;
  column-gap: 34rem;
  row-gap: 30rem;
}

.services-right__item {
  border-radius: 25rem;
  background: #FFF;
  width: 569rem;
  height: 360rem;
  padding: 20rem 20rem 30rem 20rem;
}

.services-right__item:hover .services-right__item__img {
  filter: grayscale(0);
}

.services-right__item:hover .blueLines {
  opacity: 0;
  transition: all .4s ease;
}

.services-right__item:hover .services-item-hreff svg {
  transform: rotate(0);
}

.services-right__item__img {
  width: 530rem;
  height: 207rem;
  margin-bottom: 20rem;
  filter: grayscale(100%);
}

.services-right__item__text {
  margin-bottom: 17rem;
}

.services-item-hreff {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}

.services-item-hreff svg {
  margin-left: 5rem;
  width: 18rem;
  transform: rotate(-45deg);
}

.services-item-hreff:hover svg {
  transform: rotate(0);
}

.services-item-hreff-text {
  color: #203FE1;
  text-transform: uppercase;
}

.equipment {
  margin-top: 120rem;
}

.equipment-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30rem;
  align-items: flex-end;
}

.equipment-arrows {
  display: flex;
}

.equipment-arrows.mob {
  display: none;
}

.equipment-arrow-prew,
.equipment-arrow-next {
  border-radius: 25rem;
  border: 1rem solid #203FE1;
  background: #203FE1;
  cursor: pointer;
  width: 58rem;
  height: 29rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.equipment-arrow-prew svg,
.equipment-arrow-next svg {
  height: 13rem;
}

.equipment-arrow-prew svg path,
.equipment-arrow-next svg path {
  stroke: #fff;
}

.swiper-button-disabled {
  border: 1rem solid #203FE1;
  background: none;
}

.swiper-button-disabled svg path {
  stroke: #203FE1;
}

.equipment-arrow-prew {
  margin-right: 8rem;
}

.equipment-arrow-next svg {
  transform: rotate(180deg);
}

.equipment-slider {
  margin-left: calc((100vw - 1804rem) / 2);
  overflow: visible;
}

.equipment-slide {
  border-radius: 15rem;
  background: #FFF;
}

.equipment-slide:hover svg {
  transform: rotate(0);
}

.equipment-slide svg {
  cursor: pointer;
}

.equipment-slide .services-item-hreff {
  padding-left: 26rem;
  margin-bottom: 15rem;
}

.equipment-slide:hover .equipment-slide-img {
  filter: grayscale(0);
}

.equipment-slide-img {
  margin-bottom: 42rem;
  filter: grayscale(100%);
  width: 100%;
}

.equipment-slide-title {
  margin-bottom: 15rem;
  padding-left: 26rem;
}

.equipment-slide-text {
  color: #828282;
  padding-left: 26rem;
  max-height: 0rem;
  overflow: hidden;
}

.about {
  margin-top: 120rem;
  overflow: hidden;
  padding: 0;
}

.about-container {
  display: grid;
  grid-template-columns: repeat(4, 450rem);
  -moz-column-gap: 10rem;
  column-gap: 10rem;
  row-gap: 10rem;
}

.about-item {
  height: 400rem;
  border-radius: 15rem;
  background: #FFF;
  padding: 30rem;
  position: relative;
  overflow: hidden;
}

.big {
  grid-column: span 2;
  background: none;
  padding: 0;
  padding-top: 20rem;
}

.about-item-heading {
  width: 600rem;
  margin-bottom: 30rem;
}

.about-item-text {
  margin-bottom: 15rem;
  width: 546rem;
  color: #828282;
}

.about-item-num {
  color: #203FE1;
  position: absolute;
  right: 30rem;
  bottom: 30rem;
}

.big-2 {
  grid-column: span 2;
}

.about-item-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.big-2-text {
  position: relative;
  z-index: 3;
  color: #fff;
}

.sertif {
  margin-top: 120rem;
  background: white;
  padding: 120rem 0;
}

.sertif-slide {
  border-radius: 15rem;
  background: #f0f0f0;
  padding: 55rem 60rem;
}

.sertif-slide__img {
  height: 440rem;
}

.sertif-slide__img.acitve {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  height: 96vh;
  filter: grayscale(0%);
}

.workers {
  margin-top: 120rem;
}

.workers__heading {
  margin-bottom: 30rem;
}

.workers__wraper {
  display: flex;
  margin-right: 13rem;
}

.workers-item {
  margin-right: 13rem;
  border-radius: 10rem;
  background: #FFF;
  width: 440rem;
  height: 231rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.workers-item:last-child {
  margin-right: 0;
}

.workers-item:hover {
  background: #0236BD;
}

.workers-item:hover .workers-item__img {
  filter: invert(100%);
}

.workers-item__img {
  max-height: 135rem;
  max-width: 90%;
}

.contacts {
  margin-top: 120rem;
}

.contacts .containerkas {
  display: flex;
}

.contacts__left {
  display: grid;
  grid-template-columns: repeat(2, 584rem);
  grid-gap: 20rem;
  grid-template-rows: 366rem 216rem;
  margin-right: 24rem;
}

.contacts-item {
  border-radius: 15rem;
  background: #FFF;
  padding: 40rem 25rem;
}

.contacts-item.cen {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts-item__heading {
  margin-bottom: 30rem;
}

.contacts-item__text {
  width: 432rem;
}

.contacts-item__text.mb70 {
  margin-bottom: 70rem;
}

.contacts-item__text.mb50 {
  margin-bottom: 50rem;
}

.contacts-item-num {
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
}

.contacts-item-num.mob {
  display: none;
}

.contacts-item-num:last-child {
  margin-bottom: 0;
}

.contacts-item-num__img {
  margin-right: 15rem;
  width: 33rem;
  height: 33rem;
}

.contacts-item-num__text {
  color: #203FE1;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.contacts-item-num__text.fw400 {
  font-weight: 400;
}

.contacts-item-num__text::after {
  content: "";
  display: block;
  background: #203FE1;
  height: 2rem;
  width: 0;
  transition: all 0.4s ease;
}

.contacts-item-num__text:hover::after {
  width: 100%;
}

.contacts-right {
  padding: 40rem;
  border-radius: 15rem;
  background: #203FE1;
}

.contacts-right .main-block__left__button {
  color: #203FE1;
  background: white;
  border: 2rem solid white;
}

.contacts-right .main-block__left__button:hover {
  background: none;
  color: white;
}

.contacts-right__heading {
  color: white;
  margin-bottom: 40rem;
}

.w316 {
  width: 316rem;
  color: white;
}

.rew {
  margin-top: 120rem;
  padding: 120rem 0;
  background-color: white;
}

.location {
  margin-top: 120rem;
}

.location .containerkas {
  display: flex;
}

.location-form {
  width: 597rem;
  margin-right: 23rem;
}

.map-iframe {
  border-radius: 25rem;
  width: 1182rem;
  /*  height: 605rem;*/
  height: auto;
}

footer {
  margin-top: 120rem;
}

footer .containerkas {
  display: flex;
  padding: 60rem 30rem;
  border-radius: 50rem 50rem 0 0;
  background: #FFF;
}

footer .footer-container {
  border-radius: 0;
  padding: 0rem 25rem;
  position: relative;
  flex-direction: column;
  padding-bottom: 45rem;
}

.footer-info {
  width: 335rem;
  margin-right: 244rem;
  flex-shrink: 0;
}

.footer__logo {
  width: 286rem;
  height: 42.609rem;
  margin-bottom: 40rem;
}

.footer-info-text {
  color: #333;
  margin-bottom: 9rem;
}

.footer-info-text:last-child {
  margin-bottom: 0;
}

.footer-menu {
  width: 100rem;
  margin-right: 210rem;
  flex-shrink: 0;
  margin-top: 10rem;
}

.footer-menu__heading {
  color: #333;
  margin-bottom: 40rem;
}

.footer-menu-list__item {
  color: #333;
  margin-bottom: 15rem;
  display: block;
}

.footer-menu-list__item:last-child {
  margin-bottom: 0;
}

.footer-deals {
  flex-shrink: 0;
  margin-top: 10rem;
  width: 363rem;
  margin-right: 135rem;
}

.footer-contacts {
  flex-shrink: 0;
}

.footer-num {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}

.footer-num:last-child {
  margin-bottom: 5rem;
}

.footer-num__img {
  width: 33rem;
  height: 33rem;
  margin-right: 10rem;
}

.footer-num__text {
  font-weight: 400;
}

.footer-contacts__text {
  margin-left: 70rem;
  margin-bottom: 35rem;
}

.footer-line {
  width: 100%;
  height: 1rem;
  background: #203FE1;
}

.footer-btm-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20rem;
}

.footer-btm__item {
  color: #828282;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: none;
  /* цвет дорожки */
}

body::-webkit-scrollbar-thumb {
  background-color: #203FE1;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
}

.main-block__left__button.white {
  color: #203FE1;
  background: #fff;
  width: 100%;
  border: 2rem solid white;
}

.main-block__left__button.white:hover {
  background: none;
  color: white;
}

.mission {
  margin-top: 120rem;
}

.mission__heading {
  margin-bottom: 30rem;
}

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

.mission-text-left {
  width: 917rem;
}

.mission-text-right {
  width: 594rem;
}

.mission-img {
  width: 100%;
  margin-top: 30rem;
}

.advantages {
  margin-top: 120rem;
}

.advantages__heading {
  margin-bottom: 30rem;
  width: 902rem;
}

.advantages__wraper {
  display: grid;
  grid-template-columns: repeat(4, 443rem);
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.advantages-item {
  border-radius: 15rem;
  background: #FFF;
  padding: 30rem 40rem;
  height: 244rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advantages-item.inv {
  opacity: 0;
}

.advantages-item__heading {
  width: 100%;
  text-align: center;
  color: #203FE1;
}

.advantages-item__text {
  width: 100%;
  text-align: center;
}

.advantages-item__textm {
  text-align: left;
}

.keys {
  margin-top: 120rem;
}

.keys-slide {
  display: flex;
  border-radius: 15rem;
  background: #FFF;
}

.keys-slide .keys-slide-img {
  filter: grayscale(100%);
}

.keys-slide:hover .keys-slide-img {
  filter: grayscale(0%);
}

.keys-slide__left {
  padding: 40rem;

}

.keys-slide__left p,
.keys-slide__left li {
  color: #828282;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.keys-slide__heading {
  width: 318rem;
  margin-bottom: 25rem;
}

.services-item-hreff-text {
  width: 351rem;
  margin-bottom: 20rem;
}

.keys-slide-img {
  width: 430rem;
  height: 377rem;
  border-right: 15rem;
}

.services-item-hreff-text {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}

.news {
  margin-top: 120rem;
}

.news__heading {
  margin-bottom: 30rem;
}

.news-wraper {
  display: grid;
  grid-template-columns: repeat(4, 450rem);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.news-item {
  padding: 30rem;
  border-radius: 15rem;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 362rem;
}

.news-item.inv {
  opacity: 0;
  visibility: hidden;
}

.news-item:hover {
  background: #203FE1;
}

.news-item:hover .services-item-hreff-text,
.news-item:hover .news-item__heading,
.news-item:hover .news-item-text {
  color: white;
}

.news-item:hover path {
  fill: white;
}

.news-item:hover svg {
  transform: rotate(0);
}

.news-item__heading {
  margin-bottom: 15rem;
}

.news-button {
  width: 100%;
  margin-top: 35rem;
  display: flex;
  justify-content: center;
}

.questions {
  margin-top: 120rem;
}

.questions .containerkas {
  display: flex;
}

.questions__left {
  border-radius: 15rem;
  background: #FFF;
  flex-shrink: 0;
  padding: 40rem;
  margin-right: 27rem;
  padding-right: 85rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 895rem;
}

.questions__left__heading {
  margin-bottom: 30rem;
}

.questions__left__list {
  margin-bottom: 30rem;
  font-size: 16px;
}

.questions__right {
  width: 100%;
}

.question {
  padding: 30rem 40rem;
  border-radius: 15rem;
  background: #FFF;
  margin-bottom: 10rem;
}

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

.question.active .question__answer {
  max-height: 500rem;
  margin-top: 15rem;
}

.question.active .question__quest__plus {
  background: none;
}

.question.active .question__quest__plus::after {
  background: #0236BD;
  transform: rotate(45deg);
}

.question.active .question__quest__plus::before {
  transform: rotate(45deg);
  background: #0236BD;
}

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

.question__quest__plus {
  cursor: pointer;
  width: 58rem;
  height: 29rem;
  border-radius: 50rem;
  border: 1rem solid #0236BD;
  background: #0236BD;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question__quest__plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 18rem;
  border-radius: 50rem;
  background: white;
  transition: all 0.4s ease;
}
.question__quest h4 {
  font-size: 16px !important;
}
.question__quest__plus::before {
  content: "";
  display: block;
  position: absolute;
  width: 18rem;
  height: 2rem;
  border-radius: 50rem;
  background: white;
  transition: all 0.4s ease;
}

.question__answer {
  max-height: 0rem;
  overflow: hidden;
}

.question__answer__text {
  margin-bottom: 15rem;
  /* width: 734rem;*/
  font-size: 16px;
}

.forWhat {
  margin-top: 120rem;
}

.paralax-photo {
  background: url(https://energiatrend.ru/wp-content/themes/energiatrend/media/whayWe/913102dc26f116992db5e65f44904e3a.png) 50%/50% 100% no-repeat;
  width: 1803rem;
  background-size: 100%;
  filter: grayscale(100%);
  background-attachment: fixed;
  height: 600rem;
  border-radius: 15rem;
  margin-bottom: 60rem;
}

.forWhat__wraper {
  display: flex;
}

.table td,
table td {
  font-size: 24px;
}

.forwhat-right__text {
  font-size: 16px;
}

.forwhat-right__text b {
  font-size: 24rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125.023%;
  /* 30.005px */
  text-transform: uppercase;

}

.forWhat-left {
  margin-right: 204rem;
  width: 895rem;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
}

.forwhat-left__text {
  font-size: 16px;
}

.forwhat_heading {
  margin-bottom: 20rem;
}

.whayWe {
  margin-top: 120rem;
}

.whayWe-top-wraper {
  display: flex;
  margin-bottom: 40rem;
}

.whayWe-left {
  width: 895rem;
  margin-right: 20rem;
  border-radius: 15rem;
  background: #FFF;
  padding: 40rem;
}
.waywe-item__text {
  font-size: 16px;
}
.whayWe__heading {
  margin-bottom: 30rem;
}

.whayWe__text {
  margin-bottom: 30rem;
  font-size: 16px;
}

.whayWe-right {
  width: 895rem;
  height: 360rem;
}

.wayWe-btmwraper {
  display: flex;
}

.wayWe-item {
  padding: 30rem;
  border-radius: 15rem;
  background: #FFF;
  margin-right: 10rem;
}

.wayWe-item:last-child {
  margin-right: 0;
}

.waywe-item__num {
  margin-bottom: 16rem;
  color: #203FE1;
}

.workers-begustrok {
  display: flex;
}

.workers__wraper {
  width: 100vw;
  animation: begustr 18s linear infinite;
}

@keyframes begustr {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.popupImg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.popupImg.active {
  opacity: 1;
  visibility: visible;
}

.popupImg-img {
  height: 90vh;
}

.normal-forn-input {
  border: 1rem solid white;
}

.normal-forn-input.red-flag {
  border: 1rem solid red;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.normal-forn-input.red-flag::-webkit-input-placeholder {
  color: #c0392b;
}

.normal-forn-input.red-flag::-moz-placeholder {
  color: #c0392b;
}

.normal-forn-input.red-flag:-moz-placeholder {
  color: #c0392b;
}

.normal-forn-input.red-flag:-ms-input-placeholder {
  color: #c0392b;
}

.keys-slide__text {
  color: #828282;
}

.form-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 101;
  border-radius: 15rem;
  background: #203FE1;
  padding: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  width: 660px;
  height: 572px;
}

.form-popup.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.form-popup__heading {
  width: 567rem;
  text-align: center;
  color: white;
  margin-bottom: 15rem;
}

.form-popup__text {
  width: 567rem;
  text-align: center;
  color: white;
  margin-bottom: 35rem;
}

.closePopupForm {
  position: absolute;
  top: 6rem;
  right: 6rem;
  width: 40rem;
  height: 40rem;
}

.popup-equipment {
  border-radius: 15rem;
  background: #203FE1;
  padding: 80rem 60rem;
  width: 780rem;
  height: 572rem;
  z-index: 101;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
}

.popup-equipment.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.popup-quipment__close {
  position: absolute;
  top: 20rem;
  right: 5rem;
  width: 40rem;
  height: 40rem;
}

.popup-equipment__heading {
  margin-bottom: 30rem;
  color: white;
  text-align: center;
}

.popup-equipment__text {
  color: white;
  text-align: center;
}

.popup-equipment::-webkit-scrollbar {
  width: 5px;
}

.popup-equipment::-webkit-scrollbar-track {
  background: none;
  /* цвет дорожки */
}

.popup-equipment::-webkit-scrollbar-thumb {
  background-color: #203FE1;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
}

.text-seo {
  margin-top: 90rem;
}

.text-seo .containerkas {}

.text-seo__heading {
  margin-bottom: 30rem;
}

.text-seo__text {
  width: 100%;
}

.blueLines {
  position: absolute;
  z-index: 3;
  width: 530rem;
  height: 207rem;
}

@media (max-width: 1024px) {

  .closePopupForm {
    top: 45rem;
  }

  .mob-header-thing-href {
    width: 20rem;
    height: 20rem;
   /* margin-left: 70rem;*/

  }

  .mob-header-thing {
    width: 20rem;
    height: 20rem;
  }

  * {
    font-size: 12px;
  }

  .desk {
    display: none;
  }

  b {
    font-weight: 500;
  }

  .paralax-photo {
    background-size: 300%;
  }

  .popupImg-img {
    width: 90vw;
    height: auto;
  }

  .mob {
    display: inherit;
  }

  .blueLines {
    width: 93%;
    height: auto;
    top: 10rem;
    left: 10rem;

  }

  body,
  html {
    font-size: 0.3125vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .containerkas {
    width: calc(100vw - 20rem);
    margin: 0 10rem;
  }

  header {
    background: none;
    padding: 0;
  }

  header .containerkas {
    border-radius: 5rem;
    background: #FFF;
    padding: 5rem;
    justify-content: space-between;
    align-items: center;
  }

  .header__left-menu {
    padding: 0;
  }

  .header__logo,
  .header__left-menu {
    margin: 0;
    margin-left: 5rem;
  }

  .header__logo {
    width: 130rem;
    height: 18rem
  }

  .header-burger {
    width: 45rem;
    height: 45rem;
  }

  h1,
  .h1 {
    font-size: 20rem;
    font-style: normal;
    line-height: 120%;
    /* 26.4rem */
    letter-spacing: -1.32rem;
    text-transform: uppercase;
  }

  h2,
  .h2 {
    font-size: 20rem;
    font-style: normal;
    line-height: 110%;
    /* 26.4rem */
    letter-spacing: -0.24rem;
    text-transform: uppercase;
  }

  h3,
  .h3,
  .h3mob {
    font-size: 14rem;
    font-style: normal;
    line-height: 125.023%;
    /* 17.503rem */
    text-transform: uppercase;
  }

  .text-14 {
    font-size: 14rem;
    font-style: normal;
    font-weight: 500;
    line-height: 136.523%;
    /* 19.113rem */
    letter-spacing: -0.28rem;
  }

  .text-12 {
    font-size: 12rem;
    font-style: normal;
    line-height: 140%;
    /* 16.8rem */
  }

  .button {
    font-size: 12rem;
    font-style: normal;
    line-height: 136.523%;
    /* 16.383rem */
    text-transform: uppercase;
  }

  .number {
    font-size: 36rem;
    font-style: normal;
    line-height: 125.023%;
    /* 45.008rem */
    letter-spacing: -1.26rem;
    text-transform: uppercase;
  }

  .phone {
    font-size: 32rem;
    font-style: normal;
    line-height: 125.023%;
    /* 40.007rem */
    text-transform: uppercase;
  }

  .hreff {
    font-size: 14rem;
    font-style: normal;
    line-height: 136.523%;
    /* 19.113rem */
  }

  .header-menu {
    width: 100vw;
    overflow-y: scroll;
  }

  .main-block {
    margin-top: 70rem;
  }

  .main-block__container {
    padding: 0;
    background: none;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }

  .main-block__left {
    width: 100%;
    margin-bottom: 20rem;
  }

  .main-block__left__text {
    width: 100%;
    margin-bottom: 20rem;
  }

  .main-block__left__heading {
    margin-bottom: 20rem;
  }

  .main-block__left__button {
    width: 100%;
    padding: 17rem 0;
    border-radius: 10rem;

  }

  .main-block__right__svg {
    width: 100%;
  }

  .main-block__right {
    background: #FFF;
    border-radius: 25rem;
    padding: 20px;
  }

  .advantages {
    margin-top: 50rem;
  }

  .advantages-heading {
    margin-bottom: 20rem;
  }

  .advantages-wraper {
    flex-direction: column;
  }

  .advantages-itemm {
    padding: 10rem 20rem 10rem 10rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 10rem;
  }

  .equipment-arrow-prew,
  .equipment-arrow-next {
    height: 30px;
  }

  .advantages-itemm:last-child {
    margin-bottom: 0;
  }

  .advantages-item__num {
    margin-bottom: 2rem;
  }

  .services {
    margin-top: 50rem;
  }

  .services-left,
  .services-right {
    width: 100%;
  }

  .services-container {
    flex-direction: column;
  }

  .services-container {
    margin-bottom: 20rem;
  }

  .services-left__text {
    width: 100%;
    margin-bottom: 0;
  }

  .services-right__item {
    width: 100%;
    padding: 10rem;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }

  .services-right__item__img {
    width: 280rem;
    height: auto;
  }

  .services-left {
    margin: 0;
    margin-bottom: 20rem;
  }

  .services-right__item__text {
    width: 100%;
  }

  .services-right {
    grid-template-columns: 1fr;
  }

  .equipment {
    margin-top: 50rem;
  }

  .equipment-top {
    justify-content: center;
  }

  .equipment-slider {
    width: calc(100vw - 20rem);
    margin: 0 10rem;
  }

  .equipment-slide-text {
    max-height: 0rem;
    padding: 0 5rem;
    margin-bottom: 18rem;
  }

  .equipment-slide-title {
    padding: 0 5rem;
    padding-left: 26rem;
  }

  .equipment-slide:hover .equipment-slide-text {
    padding: 0 5rem;
  }

  .mob-arrow {
    margin-top: 20rem;
    display: flex;
    justify-content: center;
  }

  .about {
    margin-top: 50rem;
  }

  .about-container {
    grid-template-columns: 1fr;
  }

  .big,
  .big-2 {
    grid-column: span 1;
  }

  .big {
    padding: 0;
  }

  .about-item-text {
    width: 100%;
  }

  .about-item-heading {
    width: 100%;
    margin-bottom: 20rem;
  }

  .about-item {
    height: -moz-fit-content;
    height: fit-content;
    padding: 10rem;
  }

  .about-item:nth-child(1) {
    order: 1;
    border-radius: 0;
  }

  .about-item:nth-child(2) {
    display: flex;
    flex-direction: column;
    order: 3;
  }

  .about-item:nth-child(3) {
    display: flex;
    flex-direction: column;
    order: 4;
  }

  .about-item:nth-child(4) {
    display: flex;
    flex-direction: column;
    order: 5;
  }

  .about-item:nth-child(5) {
    display: flex;
    flex-direction: column;
    order: 6;
  }

  .about-item:nth-child(6) {
    order: 2;
    height: 190rem;
  }

  .about-item-num {
    position: relative;
    top: 0;
    bottom: auto;
    right: auto;
    left: 0;
    order: 1;
    margin-bottom: 2rem;
  }

  .about-item-title {
    order: 2;
  }

  .sertif {
    margin-top: 50rem;
    padding: 50rem 0;
  }

  .equipment-arrows {
    display: flex;
    justify-content: center;
    margin-top: 10rem;
  }

  .equipment-arrows.desk {
    display: none;
  }

  .sertif-slide {
    padding: 38rem 41rem;
  }

  .sertif-slide__img {
    width: 216.279rem;
    height: 306.4rem;
  }

  .workers {
    margin-top: 50rem;
  }

  .workers__heading {
    margin-bottom: 15rem;
  }

  .workers-mob-text {
    margin-bottom: 20rem;
  }

  .workers__wraper {
    width: 100%;
    margin-right: 5rem;
    width: -moz-fit-content;
    width: fit-content;
  }

  .workers-item {
    width: 190.476rem;
    height: 100rem;
    margin-right: 5rem;
  }

  .workers-item:last-child {
    margin-right: 0;
  }

  .workers-item__img {
    width: 103.463rem;
    height: auto;
  }

  .contacts {
    margin-top: 50rem;
  }

  .contacts .containerkas {
    flex-direction: column;
  }

  .contacts__left {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
    margin: 0;
    grid-column-gap: 15rem;
  }

  .contacts-item {
    width: 100%;
    margin: 0;
  }

  .contacts-item:nth-child(1) {
    padding: 0;
    background: none;
  }

  .contacts-item:nth-child(2) {
    width: 300rem;
    height: 150rem;
  }

  .contacts-item:nth-child(3) {
    padding: 0;
    background: none;
  }

  .contacts-item:nth-child(4) {
    padding: 0;
    background: none;
  }

  .contacts-item__text {
    width: 100%;
  }

  .contacts-item__heading {
    width: 100%;
  }

  .contacts-item-num__text {
    width: 100%;
  }

  .text-16mob {
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8rem */
    text-transform: uppercase;
  }

  .contacts-item-num__img {
    width: 25rem;
    height: 25rem;
  }

  .contacts-item__text.mb70 {
    margin-bottom: 15rem;
  }

  .mb20 {
    margin-bottom: 20rem;
  }

  .mb0mob {
    margin-bottom: 15rem !important;
  }

  .contacts-item-num.mob {
    display: flex;
  }

  .contacts-right {
    margin-top: 20rem;
    padding: 20rem 10rem;
  }

  .contacts-right__heading {
    text-align: center;
    margin-bottom: 20rem;
  }

  .normal-forn-input {
    width: 280rem;
    height: 40rem;
    border-radius: 5rem;
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 16.8rem */
    padding: 12rem 15rem;
    margin-bottom: 10rem;
  }

  .rew {
    margin-top: 50rem;
    padding: 50rem 0;
  }

  .location {
    margin-top: 50rem;
  }

  .location .containerkas {
    flex-direction: column;
  }

  .location-form {
    width: 100%;
    margin: 0;
  }

  .map-iframe {
    width: 100%;
    height: 300rem;
    margin-top: 15rem;
  }

  footer {
    margin-top: 50rem;
  }

  footer .containerkas {
    flex-direction: column;
    padding: 20rem 10rem;
    border-radius: 10rem 10rem 0rem 0rem;
  }

  footer .footer-container {
    padding-top: 0;
  }

  .footer-info,
  .footer-menu,
  .footer-deals,
  .footer-contacts {
    width: 100%;
    margin: 0;
    margin-bottom: 20rem;
    position: relative;
  }

  .footer-contacts {
    margin-bottom: 0;
  }

  .footer__logo {
    margin-bottom: 15rem;
  }

  .footer-menu-list__item {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5rem;
  }

  .footer-menu-list__item:nth-child(1) {
    order: 1;
    width: 94rem;
    margin-right: 46rem;
  }

  .footer-menu-list__item:nth-child(2) {
    order: 3;
    margin-right: 46rem;
    width: 94rem;
  }

  .footer-menu-list__item:nth-child(3) {
    order: 5;
    margin-right: 46rem;
    width: 94rem;
  }

  .footer-menu-list__item:nth-child(4) {
    order: 2;
  }

  .footer-menu-list__item:nth-child(5) {
    order: 4;
  }

  .footer-menu-list__item.fw {
    width: 100%;
  }

  .footer-menu__list {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-menu__list.noflex {
    display: block;
  }

  .footer-menu__heading {
    margin-bottom: 10rem;
  }

  .footer-num__img {
    width: 20rem;
    height: 20rem;
  }

  .footer-contacts__text {
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    top: 27rem;
    position: absolute;
    left: 157rem;
  }

  .footer-contacts__mail {
    color: #203FE1;
    margin-top: 16rem;
  }

  .footer-btm-wraper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-btm__item {
    margin-bottom: 5rem;
  }

  .footer-btm__item:last-child {
    margin-bottom: 0;
  }

  .header-menu__close {
    width: 30rem;
    height: 30rem;
    top: 20rem;
    right: 20rem;
  }

  .header-menu {
    padding: 35rem 20rem;
  }

  .header-menu-hreff {
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125.023%;
    /* 17.503rem */
    text-transform: uppercase;
  }

  .header-menu-lvl2 {
    padding: 0 10rem;
  }

  .header-menu-lvl2.active {
    padding: 10rem;
  }

  .header-contacts {
    margin-top: 60rem;
    display: flex;
    flex-direction: column;
  }

  .header-contacts .footer-num__text {
    color: #fff;
  }

  .header-contacts .footer-contacts__text {
    color: #fff;
  }

  .mission {
    margin-top: 50rem;
  }

  .mission__text-wraper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .mission-text-left,
  .mission-text-right {
    width: 100%;
  }

  .mission-text-left {
    margin-bottom: 10rem;
  }

  .advantages__heading {
    width: 100%;
  }

  .advantages__wraper {
    grid-template-columns: 1fr;
  }

  .advantages-item__heading {
    text-align: left;
    margin-bottom: 12rem;
  }

  .advantages-item__text {
    text-align: left;
  }

  .advantages-item {
    padding: 10rem;
  }

  .advantages-item.inv {
    display: none;
  }

  .equipment-arrows.mob {
    display: flex;
  }

  .keys-slide {
    flex-direction: column-reverse;
    background: none;
  }

  .keys-slide-img {
    width: 100%;
    height: auto;
  }

  .keys-slide__left {
    border-radius: 15rem;
    background: #fff;
    margin-top: 10rem;
    padding: 20rem;
  }

  .keys-slide__heading {
    margin-bottom: 15rem;
    width: 100%;
  }

  .keys-slide .keys-slide-img {
    filter: grayscale(0%);
  }

  .questions {
    margin-top: 50rem;
  }

  .questions .containerkas {
    flex-direction: column;
  }

  .questions__left {
    padding: 30rem 10rem;
    margin: 0;
    margin-bottom: 10rem;
    width: 100%;
  }

  .questions__left__heading {
    margin-bottom: 20rem;
  }

  .question {
    padding: 20rem 10rem;
  }

  .question__quest__plus {
    width: 36rem;
    height: 18rem;
    flex-shrink: 0;
  }

  .question__quest__plus::after {
    height: 8rem;
  }

  .question__quest__plus::before {
    width: 8rem;
  }

  .paralax-photo {
    width: 300rem;
    height: 300rem;
    background-size: 100vh;
  }

  .forWhat__wraper {
    flex-direction: column;
  }

  .forWhat-left {
    margin: 0;
    width: 100%;
    margin-bottom: 20rem;
  }

  .forWhat {
    margin-top: 50rem;
  }

  .whayWe {
    margin-top: 50rem;
  }

  .whayWe-top-wraper {
    flex-direction: column-reverse;
  }

  .whayWe-right {
    width: 300rem;
    height: 200rem;
    border-radius: 15rem;
    margin-bottom: 15rem;
  }

  .whayWe-right .about-item-map {
    width: auto;
    height: 100%;
  }

  .whayWe-left {
    width: 100%;
    padding: 0;
    background: none;
  }

  .whayWe__heading {
    margin-bottom: 30rem;
  }

  .wayWe-btmwraper {
    flex-direction: column;
  }

  .wayWe-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12rem 10rem;
    margin: 0;
    margin-bottom: 10rem;
  }

  .wayWe-item:last-child {
    margin-bottom: 0;
  }

  .waywe-item__num {
    margin-right: 20rem;
  }

  .keys {
    margin-top: 50rem;
  }

  .mobblack {
    color: black;
  }

  .services-form-checbox {
    margin-top: 10rem;
  }

  .header-menu__list__item {
    margin-bottom: 25rem;
  }

  .form-popup {
    width: 100vw;
    height: 100vh;
    padding: 80rem 28rem;
  }

  .form-popup__heading,
  .form-popup__text {
    width: 100%;
  }

  .popup-form-form {
    width: 100%;
  }

  .top-form-cgeckbox-text {
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 16.8rem */
  }

  .popup-equipment {
    width: 100vw;
    height: 100vh;
    padding: 80rem 20rem;
  }

  .text-seo .containerkas {
    padding: 0rem;

  }

  .forwhat-left__text {
    text-transform: none;
  }
}

/*# sourceMappingURL=style.css.map */