@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
}

body, html {
  scroll-behavior: smooth;
  position: relative;
  font-size: 0.078125vw;
  max-width: 100vw;
  overflow-x: hidden;
}
.main-item-img.additional{
	display:none;
}

@media (min-width: 1300px) {
  body, html {
    font-size: 0.0520833333vw;
  }
	.main-item>a{
		position:relative;
		display:block;
	}
	.main-item-img.additional.mob{
		display:none !important;
	}

}
@media (max-width: 1299px){
	.main-item-img.additional.desk{
		display:none !important;
	}
}

 .main-item-img.additional {
		opacity: 0;
		position: absolute;
		top: 0%;
		left: 0;
		transition: 0.8s;
		 display:block;
	}
/* 	.main-item>a:hover  .main-item-img.additional{
		opacity: 1.0;
		transition: 0.8s;
	} */
	.main-item-img.additional {
		animation: flickerAnimation 4s infinite;
	}
	@keyframes flickerAnimation {
	  0%   {opacity: 0;}
	  30%  {opacity: 1.0;}
	  60%  {opacity: 1.0;}
	  100% {opacity: 0;}
	}
.mob {
  display: none;
}

.desk {
  display: unset;
}

.container {
  width: 1240rem;
  margin: auto;
}

.header {
  padding-bottom: 13rem;
  padding-top: 10rem;
  position: relative;
  z-index: 2;
  background: #FFF;
  max-width: 1280rem;
  margin: auto;
}
.header .container {
  padding-left: 55rem;
  display: flex;
}

.header-logo {
  position: relative;
  padding-right: 50rem;
  display: flex;
  align-items: center;
}
.header-logo::after {
  content: "";
  display: block;
  width: 2rem;
  height: 141rem;
  display: block;
  background: #a0b0b9;
  margin-left: 50rem;
}

.logo {
  width: 181rem;
  height: 138rem;
}

.header-mid {
  display: flex;
  flex-direction: column;
  width: 533rem;
  position: relative;
}

.header-mid-top {
  display: flex;
  align-items: center;
  gap: 17rem;
}

.header-mid-top-heading {
  font-weight: 700;
  font-size: 76rem;
  text-transform: uppercase;
  text-align: center;
  color: #009cff;
}
.header-mid-top-heading span {
  font-weight: 500;
  font-size: 46rem;
}

.header-mid-top-text {
  font-weight: 400;
  font-size: 24rem;
  text-transform: uppercase;
  color: #2c3134;
}

.header-mid-btm {
  border-radius: 0 30rem 30rem 0;
  padding: 6rem 28rem 6rem 22rem;
  background: #00a000;
  display: flex;
  gap: 20rem;
  align-items: center;
  width: 533rem;
}

.header-mid-btm-text {
  font-weight: 400;
  font-size: 18rem;
  text-transform: uppercase;
  color: #FFF;
}
.header-mid-btm-text span {
  font-weight: 700;
}

.header-mid-line {
  height: 40rem;
  width: 2rem;
  background: #FFF;
}

.header-contacts {
  position: relative;
  display: flex;
  align-items: center;
}
.header-contacts::before {
  content: "";
  display: block;
  width: 2rem;
  height: 141rem;
  display: block;
  background: #a0b0b9;
  margin-left: 50rem;
}

.header-contacts-l {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  margin-left: 36rem;
  margin-right: 20rem;
}

.header-contact-l-item {
  width: 56rem;
  height: 56rem;
}

.header-contacts-r {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

.header-contacts-r-item {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.header-contacts-r-phone-heading {
  font-weight: 500;
  font-size: 22rem;
  color: #393e41;
}

.header-contacts-r-phone-text {
  font-weight: 400;
  font-size: 20rem;
  text-transform: uppercase;
  color: #393e41;
}

.services {
  background: #009cff;
  padding-top: 50rem;
  position: relative;
  z-index: 2;
  max-width: 1280rem;
  margin: auto;
}
.services .container {
  display: flex;
  gap: 30rem;
}

.services-item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services-item .service-item-img {
  opacity: 0.7;
}
.services-item.active .service-item-img {
  opacity: 1;
}
.services-item:hover {
  cursor: pointer;
}
.services-item:hover .service-item-img {
  scale: 1.1;
}
.services-item:hover .services-item-text::after {
  width: 100%;
}

.service-item-img {
  width: 100%;
  transition: all 0.4s ease;
}

.services-item-text {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24rem;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  margin-top: 25rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.services-item-text::after {
  content: "";
  display: block;
  margin-top: 2rem;
  width: 0;
  transition: all 0.4s ease;
  height: 3rem;
  background: white;
}

.main {
  background: #009cff;
  margin-bottom: -4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  max-width: 1280rem;
  margin: auto;
  z-index: 2;
}
.main .container {
  position: relative;
  z-index: 3;
}

.main-bg {
  width: 1280rem;
  position: relative;
  z-index: 2;
}

.main-item {
  position: absolute;
}
.main-item.vert {
  width: 296rem;
  height: auto;
}
.main-item.gor {
  width: 423rem;
  height: auto;
}
.main-item:nth-child(1) {
  top: 132rem;
  left: 67rem;
}
.main-item:nth-child(2) {
  top: 130rem;
  left: 581rem;
}
.main-item:nth-child(3) {
  top: 431rem;
  left: 601rem;
}
.main-item:nth-child(4) {
  top: 798rem;
  left: 324rem;
}
.main-item:nth-child(5) {
  top: 941rem;
  left: 40rem;
}
.main-item:nth-child(6) {
  top: 1033rem;
  right: 0;
}
.main-item:nth-child(7) {
  top: 1474rem;
  left: 159rem;
}
.main-item:nth-child(8) {
  top: 1594rem;
  left: 530rem;
}
.main-item:nth-child(9) {
  top: 1834rem;
  left: 855rem;
}

.main-item-img {
  width: 100%;
  height: 100%;
}

.footer {
  padding: 30rem 0;
  background: #323232;
  max-width: 1280rem;
  margin: auto;
  position: relative;
  z-index: 2;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyr {
  font-weight: 400;
  font-size: 16rem;
  color: #c0c0c0;
}

.footer-link {
  font-weight: 400;
  font-size: 20rem;
  text-transform: uppercase;
  text-align: center;
  color: #c0c0c0;
}

.footer-sety {
  display: flex;
  align-items: center;
  gap: 25rem;
}

.footer-sety-item {
  width: 40rem;
  height: 40rem;
}

.top-btn {
  position: fixed;
  right: 15rem;
  top: 50%;
  width: 65rem;
  height: 65rem;
  transform: translateY(0%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 12;
}
.top-btn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}

.fon {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
}

.footer-menu {
  display: flex;
  gap: 20rem;
}

.about-heading {
  padding: 60rem 0;
  background: white;
  position: relative;
  z-index: 2;
  max-width: 1280rem;
  margin: auto;
}
.about-heading .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-item {
  width: 100% S;
  border-radius: 6rem;
  width: 390rem;
  height: 190rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-item:nth-child(1) {
  background: #009cff;
}
.about-item:nth-child(1) .about-item-heading, .about-item:nth-child(1) .about-item-heading-text {
  color: white;
}
.about-item:nth-child(2) {
  background: white;
}
.about-item:nth-child(2) .about-item-heading, .about-item:nth-child(2) .about-item-heading-text {
  color: #009cff;
}
.about-item:nth-child(3) {
  background: white;
  border: 3rem solid #00a000;
}
.about-item:nth-child(3) .about-item-heading, .about-item:nth-child(3) .about-item-heading-text {
  color: #00a000;
}

.about-heading-heading {
  font-weight: 500;
  font-size: 40rem;
  text-transform: uppercase;
  color: #2c3134;
  margin-bottom: 55rem;
}

.about-item-heading {
  font-weight: 500;
  font-size: 80rem;
  text-transform: uppercase;
  text-align: center;
}

.about-item-heading-text {
  font-weight: 500;
  font-size: 30rem;
  text-transform: uppercase;
  text-align: center;
}

.page-template-page-about .services {
  padding-bottom: 40rem;
}
.page-template-page-about .form {
  padding-bottom: 20rem;
}

.about-history {
  background: white;
  position: relative;
  z-index: 3;
  max-width: 1280rem;
  margin: auto;
  padding-top: 47rem;
  position: relative;
}
.about-history .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 50rem;
}

.about-h-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 160rem 0 40rem;
  width: 100%;
  justify-content: space-between;
}
.about-h-item:nth-child(even) {
  flex-flow: row-reverse;
  padding: 0 40rem 0 160rem;
}
.about-h-item:nth-child(even) .about-h-item-text, .about-h-item:nth-child(even) .about-h-item-heading-text {
  text-align: right;
}
.about-h-item:nth-child(3) {
  margin-top: 103rem;
}
.about-h-item:nth-child(4) {
  margin-top: 103rem;
}
.about-h-item:nth-child(6) {
  margin-top: 110rem;
}

.about-h-item-l {
  max-width: 555rem;
}

.about-h-item-heading {
  display: flex;
  align-items: center;
  gap: 50rem;
  margin-bottom: 40rem;
}

.about-h-item-icon {
  width: 100rem;
  height: 100rem;
}

.about-h-item-heading-text {
  font-weight: 400;
  font-size: 30rem;
  text-transform: uppercase;
  color: #2c3134;
}

.about-h-item-text {
  font-weight: 400;
  font-size: 26rem;
  color: #7b8990;
}

.about-h-item-r-img {
  width: 300rem;
  height: auto;
}

.about-h-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280rem;
  width: 100%;
}

.about-h-item-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 36rem;
  color: #7b8990;
  padding-left: 40rem;
}

.special {
  position: relative;
  z-index: 3;
  max-width: 1280rem;
  background-color: white;
  margin: auto;
  padding-top: 109rem;
  overflow: hidden;
}
.special .container {
  position: relative;
  padding: 0 20rem;
  z-index: 2;
}

.spec-heading {
  font-weight: 500;
  font-size: 36rem;
  text-transform: uppercase;
  color: #0476be;
  margin-bottom: 65rem;
  font-family: "Inter", sans-serif;
}

.spec-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50rem 76rem;
  position: relative;
}

.spec-item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spec-item-img {
  width: 100%;
}

.spec-item-text {
  margin-top: 40rem;
  font-weight: 400;
  font-size: 36rem;
  text-transform: uppercase;
  text-align: center;
  color: #2c3134;
  font-family: "Inter", sans-serif;
}

.spec-bg {
  width: 1280rem;
  position: absolute;
  top: 2500rem;
}

.spec-bg-btm {
  width: 1280rem;
  position: absolute;
  top: -375rem;
  z-index: 1;
}

.consult {
  position: relative;
  z-index: 3;
  max-width: 1280rem;
  background-color: white;
  margin: auto;
}
.consult .container {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 55rem;
}

.consult-wrapper {
  border: 2rem solid #009cff;
  border-radius: 18rem;
  width: 821rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60rem;
  padding: 40rem 0;
}

.consult-wp {
  display: flex;
  align-items: center;
  max-width: 244rem;
  gap: 22rem;
}

.consult-wp-icon {
  width: 60rem;
  height: 60rem;
  gap: 22rem;
}

.consult-wp-text {
  font-weight: 500;
  font-size: 20rem;
  text-transform: uppercase;
  color: #00a000;
  font-family: "Inter", sans-serif;
}

.consult-phone {
  display: flex;
  align-items: center;
  gap: 22rem;
  max-width: 337rem;
}

.consult-phone-icon {
  width: 50rem;
  height: 50rem;
}

.consult-phone-text {
  font-weight: 400;
  font-size: 30rem;
  text-transform: uppercase;
  text-align: center;
  color: #7c7c7c;
}

.consult-bg {
  width: 100%;
}

.form {
  position: relative;
  z-index: 3;
  max-width: 1280rem;
  background-color: white;
  margin: auto;
  padding: 20rem 0 100rem;
}
.form .container {
  position: relative;
  display: flex;
  justify-content: center;
}

.form-wrapper {
  border-radius: 350rem 0;
  width: 896rem;
  height: 700rem;
  background: #d0e8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.form-inputs {
  display: flex;
  flex-direction: column;
  gap: 40rem;
  margin-bottom: 90rem;
}

.form-input {
  border-radius: 40rem;
  width: 492rem;
  height: 81rem;
  background: #deeffa;
  font-weight: 400;
  font-size: 26rem;
  color: #909ea7;
  font-family: "Inter", sans-serif;
  padding: 24rem 28rem;
  transition: all 0.4s ease;
}
.form-input:focus {
  background: white;
}

.form-btn {
  display: flex;
  align-items: center;
  gap: 25rem;
  justify-content: center;
  padding: 1rem 72rem;
  border-radius: 100rem;
  transition: all 0.4s ease;
  cursor: pointer;
}
.form-btn * {
  transition: all 0.4s ease;
}
.form-btn:hover {
  background: #009cff;
}
.form-btn:hover .form-btn-svg path {
  fill: white;
}
.form-btn:hover .form-btn-text {
  color: white;
}

.form-btn-svg {
  width: 100rem;
  height: 100rem;
}

.form-btn-text {
  font-weight: 400;
  font-size: 30rem;
  text-transform: uppercase;
  color: #2c3134;
  width: 245rem;
}

.contacts {
  position: relative;
  z-index: 3;
  max-width: 1280rem;
  background-color: white;
  margin: auto;
}
.contacts * {
  font-family: "Inter", sans-serif;
}

.contacts-top {
  padding: 43rem 0;
  border-top: 1rem solid #009cff;
  border-bottom: 1rem solid #009cff;
}

.contacts-top-heading {
  font-weight: 400;
  font-size: 30rem;
  text-transform: uppercase;
  color: #2c3134;
}

.contacts-top-text {
  font-weight: 400;
  font-size: 30rem;
  color: #2c3134;
  margin-top: 30rem;
}

.contacts-phone-block {
  margin-top: 50rem;
  gap: 23rem;
  display: flex;
  flex-direction: column;
}

.contacts-phone-b-heading {
  font-weight: 500;
  font-size: 36rem;
  text-transform: uppercase;
  color: #2c3134;
  margin-bottom: 50rem;
}

.page-template-page-contacts .contacts-phone-block {
  padding: 40rem 0;
  padding-bottom: 0;
  margin-bottom: 44rem;
}

.page-template-page-contacts .contacts-phone-block {
  gap: 20rem;
}
.page-template-page-contacts .contacts-phone-block:first-child {
  gap: 0;
}

.page-template-page-contacts .contacts-map {
  margin-top: 0;
}

.contacts-phone-b-wrapper {
  display: flex;
  align-items: center;
  gap: 60rem;
}

.contacts-phone-b-w-heading {
  font-weight: 400;
  font-size: 30rem;
  color: #909ea7;
  width: 446rem;
}

.contacts-phone-b-2-link {
  font-weight: 400;
  font-size: 30rem;
  text-transform: uppercase;
  text-align: center;
  color: #2c3134;
  border-radius: 27rem;
  padding: 10rem 28rem;
  background: #deeffa;
}

.contacts-map {
  background: #deeffa;
  padding: 55rem 0 66rem;
  margin-top: 70rem;
}

.contacts-m-heading {
  font-weight: 400;
  font-size: 30rem;
  color: #2c3134;
  margin-bottom: 55rem;
}

.contacts-m-map {
  width: 100%;
  height: 737rem;
  margin-bottom: 75rem;
}

.contacts-m-seti {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.contacts-m-seti-mail {
  font-weight: 400;
  font-size: 26rem;
  color: #909ea7;
}

.contacts-m-seti-wrapper {
  display: flex;
  align-items: center;
  gap: 10rem;
}

.contacts-m-seti-item {
  width: 60rem;
  height: 60rem;
}

.contacts-m-seti-item-img {
  width: 100%;
  height: 100%;
}

.rews {
  position: relative;
  z-index: 3;
  max-width: 1280rem;
  background-color: white;
  margin: auto;
  padding: 50rem 0 300rem;
}

.rev-slide-img {
  width: 100%;
}

.rew-slide-prev {
  left: 60rem;
}

.rew-slide-next {
  right: 60rem;
}
.rew-slide-next .rev-slide-arr-svg {
  rotate: 180deg;
}

.rew-arr {
  cursor: pointer;
  opacity: 0.6;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 60rem;
  height: 110rem;
}

.page-template-page-contacts .contacts {
  padding-top: 0rem;
}
.page-template-page-contacts .contacts-phone-block {
  padding-top: 50rem;
  margin-top: 0;
}
.page-template-page-contacts .services {
  padding-bottom: 50rem;
}

.wodo-menu {
  padding-top: 60rem;
  position: relative;
  z-index: 3;
  max-width: 1280rem;
  background-color: white;
  margin: auto;
}

.wedo-menu-heading {
  font-weight: 500;
  font-size: 40rem;
  text-transform: uppercase;
  color: #2c3134;
  margin-bottom: 40rem;
}

.wodo-item {
  position: relative;
}
.wodo-item:nth-child(even) .wodo-item-top {
  background: #deeffa;
}
.wodo-item:nth-child(2) {
  z-index: 2;
}
.wodo-item:nth-child(4) {
  z-index: 1;
}
.wodo-item:nth-child(7) {
  z-index: 2;
}
.wodo-item:nth-child(8) {
  z-index: 3;
}
.wodo-item.active .wodo-item-btm {
  max-height: 200vh;
  padding-top: 0;
  padding-bottom: 30rem;
}
.wodo-item.active .wodo-item-top {
  background: #067ac5;
}
.wodo-item.active .wodo-menu-item-heading {
  color: white;
}

.wodo-item-top {
  position: relative;
  padding: 36rem 0;
}
.wodo-item-top .container {
  display: flex;
  align-items: center;
}

.wodo-menu-item-heading {
  font-weight: 400;
  font-size: 24rem;
  text-transform: uppercase;
  color: #2c3134;
  max-width: 700rem;
}

.wodo-img {
  position: absolute;
  display: none;
}

.wodo-img-1 {
  width: 447rem;
  height: 289rem;
  right: 122rem;
  top: -95rem;
  display: block;
}

.wodo-img-3 {
  width: 364rem;
  height: 236rem;
  right: 38rem;
  top: -18rem;
  display: block;
}

.wodo-img-6 {
  width: 295rem;
  height: 191rem;
  top: -46rem;
  right: 195rem;
  display: block;
}

.wodo-img-7 {
  width: 295rem;
  height: 191rem;
  top: -32rem;
  right: 15rem;
  display: block;
}

.wodo-item-btm {
  transition: all 0.4s ease;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background: #bbe5ff;
}

.wodo-item-list-item {
  padding: 25rem 0;
  border-bottom: 1rem solid #9ecdea;
}
.wodo-item-list-item .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wodo-item-list-item:last-child {
  border-bottom: none;
}
.wodo-item-list-item:last-child .container {
  justify-content: flex-start;
}

.wodo-item-list-item-heading {
  font-weight: 400;
  font-size: 22rem;
  color: #2c3134;
}

.wodo-item-list-item-svg {
  width: 80rem;
  height: 80rem;
}

.wodo-item-list-watch {
  font-weight: 700;
  font-size: 22rem;
  text-align: center;
  color: white;
  border-radius: 21rem;
  padding: 8rem 30rem;
  background: #079f07;
  margin-left: 58rem;
}

.wodo-galery {
  padding-top: 70rem;
  position: relative;
  z-index: 3;
  max-width: 1280rem;
  background-color: white;
  margin: auto;
}

.wodo-g-heading {
  font-weight: 700;
  font-size: 38rem;
  text-transform: uppercase;
  color: #0476be;
  margin-bottom: 45rem;
}

.wodo-g-item {
  padding-bottom: 70rem;
}

.wodo-g-item-heaidang {
  font-weight: 400;
  font-size: 28rem;
  text-transform: uppercase;
  color: #2c3134;
  margin-bottom: 40rem;
}
.wodo-g-item-heaidang span {
  font-weight: 700;
}

.wodo-g-top {
  display: flex;
  gap: 40rem;
  height: 649rem;
}

.wodo-g-top-item {
  width: 651rem;
  height: 651rem;
  position: relative;
  flex-shrink: 0;
}

.wodo-g-top-img {
  width: 100%;
  height: 100%;
}

.wodo-g-top-r {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 34rem;
}

.wodo-g-top-r-item {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20em;
  overflow: hidden;
}

.wodo-g-top-r-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wodo-g-btm {
  margin-top: 40rem;
}

.wodo-more {
  position: relative;
  z-index: 3;
  max-width: 1280rem;
  background-color: white;
  margin: auto;
  padding-bottom: 75rem;
}
.wodo-more .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wodo-more .contacts-m-seti {
  width: 630rem;
  margin-bottom: 55rem;
  align-items: center;
}
.page-template-page-deal .services {
  padding-bottom: 60rem;
}

.rews-heaading {
  font-weight: 500;
  font-size: 24rem;
  text-transform: uppercase;
  color: #2c3134;
  width: 100%;
  text-align: center;
  margin-bottom: 20rem;
}

.about-h-item:nth-child(5) .about-h-item-icon {
  margin-left: -10rem;
}
.wedo-menu-heading {
  display: block;
}

.form-wrapper .regular-form-in-progress {
  display: flex;
  flex-direction: column;
}
.form-wrapper .regular-form-result {
  display: none;
  flex-direction: column;
}
.form-wrapper.active {
  background: #009cff;
}
.form-wrapper.active .regular-form-in-progress {
  display: none;
  flex-direction: column;
}
.form-wrapper.active .regular-form-result {
  display: flex;
  flex-direction: column;
}

.form-result-top {
  display: flex;
  align-items: center;
  padding-left: 90rem;
}

.form-result-top-text {
  font-weight: 700;
  font-size: 30rem;
  text-transform: uppercase;
  color: white;
}

.form-result-top-img {
  width: 70rem;
  height: 70rem;
  margin-left: 10rem;
}

.form-result-btm {
  margin-top: 25rem;
  font-weight: 500;
  font-size: 28rem;
  color: white;
  max-width: 369rem;
}

@media (max-width: 980px) {
  .rews-heaading {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
  .desk {
    display: none;
  }
  .mob {
    display: unset;
  }
  body, html {
    font-size: 0.2777777778vw;
  }
  .container {
    width: 330rem;
  }
  .header .container {
    padding: 0;
  }
  .logo {
    width: 82rem;
    height: 21rem;
  }
  .header-logo {
    padding-right: 18rem;
  }
  .header-logo::after {
    margin-left: 18rem;
    height: 34rem;
  }
  .header-mid-top-heading {
    font-size: 30rem;
  }
  .header-mid-top-heading span {
    font-size: 18rem;
  }
  .header-mid-top-text {
    font-size: 10rem;
    width: 180rem;
  }
  .header-mid-top {
    gap: 7rem;
  }
  .header {
    background: #009cff;
    padding-top: 0;
  }
  .header-top {
    background-color: white;
    padding-top: 12rem;
    padding-bottom: 2rem;
  }
  .header-mob {
    background: #009cff;
    display: flex;
    padding-top: 14rem;
  }
  .header-mob.hide-element {
    display: none;
  }
  .header-mob-green {
    display: flex;
    width: 225rem;
  }
  .header-mid-btm {
    gap: 16rem;
    border-radius: 0 100rem 100rem 0;
  }
  .header-mid-btm-text {
    font-size: 12rem;
  }
  .header-contacts-r-phone-text, .header-contacts-r-phone-heading {
    font-size: 10rem;
    color: white;
  }
  .header-contacts-r-item {
    gap: 0rem;
  }
  .header-contacts-r-item:last-child {
    flex-direction: row;
    align-items: center;
  }
  .header-contacts-r-item:last-child .wp-image-mob {
    width: 30rem;
    height: 30rem;
  }
  .header-contacts-r-item:last-child .header-contacts-r-phone-heading {
    width: 62rem;
  }
  .header-contacts::before {
    display: none;
  }
  .header-contact-l-item {
    width: 25rem;
    height: 25rem;
  }
  .header-contacts-l {
    margin-left: 4rem;
    margin-right: 4rem;
    gap: 4rem;
  }
  .header-contacts-r {
    gap: 5rem;
  }
  .services {
    padding-top: 17rem;
  }
  .services .container {
    gap: 9rem;
  }
  .services-item {
    flex: none;
    width: 76rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services-item-text {
    font-size: 10rem;
    margin-top: 6rem;
    text-align: center;
  }
  .main-bg {
    width: 100%;
  }
  .main-item.vert {
    width: 221rem;
    height: auto;
  }
  .main-item.gor {
    height: auto;
    width: 178rem;
  }
  .main-item:nth-child(1) {
    width: 221rem;
    height: 178rem;
    top: 42rem;
    left: 3rem;
  }
  .main-item:nth-child(2) {
    width: 221rem;
    height: 178rem;
    top: 174rem;
    left: 122rem;
  }
  .main-item:nth-child(3) {
    width: 221rem;
    height: 178rem;
    top: 308rem;
    left: -12rem;
  }
  .main-item:nth-child(4) {
    width: 221rem;
    height: 178rem;
    top: 440rem;
    left: 124rem;
  }
  .main-item:nth-child(5) {
    width: 221rem;
    height: 178rem;
    top: 568rem;
    left: -10rem;
  }
  .main-item:nth-child(6) {
    top: 643rem;
    left: 171rem;
    width: 174rem;
    height: 211rem;
  }
  .main-item:nth-child(7) {
    top: 784rem;
    left: -11rem;
    width: 174rem;
    height: 211rem;
  }
  .main-item:nth-child(8) {
    top: 844rem;
    left: 160rem;
    width: 174rem;
    height: 211rem;
  }
  .main-item:nth-child(9) {
    top: 1044rem;
    left: -5rem;
    width: 254rem;
    height: 176rem;
  }
  .footer-menu {
    flex-direction: column;
    gap: 5rem;
  }
  .footer-copyr {
    font-size: 10rem;
    width: 130rem;
  }
  .footer-link {
    font-size: 12rem;
    text-align: left;
  }
  .footer-sety-item {
    width: 20rem;
    height: 20rem;
  }
  .footer-sety {
    gap: 5rem;
  }
  .top-btn {
    width: 30rem;
    height: 30rem;
  }
  .wnutr-heading {
    position: relative;
    z-index: 2;
    background: white;
    max-width: 1280rem;
    display: block;
  }
  .wnutr-heading .header-mob {
    background: white;
    align-items: center;
    justify-content: space-between;
  }
  .wnutr-heading .header-contacts-r-phone-text, .wnutr-heading .header-contacts-r-phone-heading {
    color: #909ea7;
  }
  .wnutr-heading-heading {
    font-weight: 500;
    font-size: 20rem;
    text-transform: uppercase;
    color: #2c3134;
  }
  .header-mob-line {
    background: #909ea7;
    height: 50rem;
    width: 2rem;
    display: block;
    margin-left: 28rem;
  }
  .about-heading {
    padding-top: 23rem;
  }
  .about-heading .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }
  .about-item {
    width: 100%;
    height: 100%;
    padding: 9rem 0;
  }
  .about-item:nth-child(1) {
    order: 1;
  }
  .about-item:nth-child(2) {
    order: 3;
  }
  .about-item:nth-child(3) {
    grid-row: span 2;
    order: 2;
  }
  .about-item-heading {
    font-size: 40rem;
  }
  .about-item-heading-text {
    font-size: 16rem;
  }
  .about-h-item-icon {
    width: 30rem;
    height: 30rem;
  }
  .about-h-item {
    padding: 0;
  }
  .about-h-bg {
    width: 100vw;
  }
  .about-h-item {
    margin-top: 10rem;
  }
  .about-h-item:nth-child(1) .about-h-item-r-img {
    width: 100rem;
  }
  .about-h-item:nth-child(1) .about-h-item-l {
    max-width: 220rem;
  }
  .about-h-item:nth-child(2) {
    margin-top: 60rem;
    gap: 2rem;
  }
  .about-h-item:nth-child(2) .about-h-item-r-img {
    width: 160rem;
    margin-bottom: 100rem;
  }
  .about-h-item:nth-child(2) .about-h-item-l {
    max-width: 199rem;
  }
  .about-h-item:nth-child(3) {
    margin-top: -37rem;
  }
  .about-h-item:nth-child(3) .about-h-item-r-img {
    width: 100rem;
  }
  .about-h-item:nth-child(3) .about-h-item-l {
    max-width: 199rem;
  }
  .about-h-item:nth-child(3) .about-h-item-heading-text {
    width: 115rem;
  }
  .about-h-item:nth-child(4) {
    margin-top: 23rem;
  }
  .about-h-item:nth-child(4) .about-h-item-r-img {
    width: 100rem;
  }
  .about-h-item:nth-child(4) .about-h-item-l {
    max-width: 199rem;
  }
  .about-h-item:nth-child(5) .about-h-item-r-img {
    width: 100rem;
  }
  .about-h-item:nth-child(5) .about-h-item-l {
    max-width: 199rem;
  }
  .about-h-item:nth-child(6) {
    margin-top: 10rem;
  }
  .about-h-item:nth-child(6) .about-h-item-r-img {
    width: 100rem;
  }
  .about-h-item:nth-child(6) .about-h-item-l {
    max-width: 199rem;
  }
  .about-h-item:nth-child(7) .about-h-item-r-img {
    width: 100rem;
  }
  .about-h-item:nth-child(7) .about-h-item-l {
    max-width: 199rem;
  }
  .about-h-item:nth-child(even) {
    padding: 0;
  }
  .about-h-item:nth-child(even) .about-h-item-heading {
    justify-content: flex-end;
    gap: 0;
  }
  .about-h-item:nth-child(even) .about-h-item-heading-text {
    width: 115rem;
  }
  .about-h-item-heading {
    gap: 12rem;
    margin-bottom: 3rem;
  }
  .about-h-item-heading-text {
    font-size: 16rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .about-h-item-text {
    font-size: 14rem;
  }
  .about-history .container {
    gap: 0;
  }
  .about-history {
    padding-top: 13rem;
  }
  .special .container {
    padding: 0;
  }
  .spec-heading {
    font-size: 16rem;
    margin-bottom: 15rem;
  }
  .spec-wrapper {
    width: 100%;
    display: grid;
    gap: 14rem;
    grid-template-columns: repeat(2, 50%);
  }
  .spec-item-text {
    font-size: 16rem;
    margin-top: 13rem;
  }
  .consult-wrapper {
    border: none;
  }
  .consult {
    padding-top: 44rem;
  }
  .consult .container {
    width: 100%;
    padding-bottom: 0;
  }
  .consult-wrapper {
    padding-bottom: 0;
  }
  .consult-wp-text {
    font-size: 16rem;
  }
  .consult-wp {
    justify-content: center;
  }
  .consult-wp-icon {
    width: 50rem;
    height: 50rem;
  }
  .form-wrapper {
    width: 334rem;
    height: 253rem;
    border-radius: 90rem 0;
  }
  .form-input {
    width: 227rem;
    height: 47rem;
    font-size: 16rem;
    padding: 7rem 32rem;
  }
  .form-btn {
    width: 227rem;
  }
  .form-btn-svg {
    width: 50rem;
    height: 50rem;
    flex-shrink: 0;
  }
  .form-btn-text {
    font-size: 14rem;
  }
  .form-inputs {
    gap: 20rem;
    margin-bottom: 20rem;
  }
  .contacts-top-heading {
    font-size: 16rem;
  }
  .contacts-top-text {
    margin-top: 15rem;
    font-size: 16rem;
  }
  .contacts-top {
    padding: 17rem 0;
  }
  .contacts-phone-block {
    margin-top: 20rem;
  }
  .contacts-phone-b-heading {
    font-size: 16rem;
    margin-bottom: 20rem;
  }
  .contacts-phone-b-w-heading {
    font-size: 16rem;
    width: 170rem;
  }
  .contacts-phone-b-2-link {
    font-size: 13rem;
    padding: 5rem 13rem;
  }
  .contacts-phone-b-wrapper {
    gap: 0;
    justify-content: space-between;
  }
  .contacts-map {
    padding: 16rem 0;
  }
  .contacts-m-heading {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
  .contacts-m-map {
    height: 207rem;
    margin-bottom: 15rem;
  }
  .contacts-m-seti {
    flex-direction: column-reverse;
  }
  .contacts-m-seti-wrapper {
    justify-content: center;
  }
  .contacts-m-seti-item {
    width: 20rem;
    height: 20rem;
  }
  .contacts-m-seti-mail {
    font-size: 16rem;
    text-align: center;
    margin-top: 15rem;
  }
  .rew-arr {
    display: none;
  }
  .spec-bg {
    display: none;
  }
  .wodo-menu-item-heading, .wodo-item-list-item-heading {
    font-size: 16rem;
  }
  .wodo-img {
    display: none !important;
  }
  .wodo-item-list-item-svg {
    width: 40rem;
    height: 40rem;
    flex-shrink: 0;
  }
  .wodo-item-list-item .container {
    gap: 20rem;
  }
  .wodo-item-list-watch {
    padding: 7rem 25rem;
    font-size: 16rem;
    margin: 0;
  }
  .wodo-g-heading {
    font-size: 18rem;
    margin-bottom: 15rem;
  }
  .wodo-g-item-heaidang {
    font-size: 18rem;
  }
  .wodo-g-top-item {
    width: 182rem;
    height: 182rem;
  }
  .wodo-g-top {
    gap: 11rem;
  }
  .wodo-g-top-r {
    gap: 10rem;
  }
  .wodo-g-top-r-item {
    height: 86rem;
  }
  .footer {
    padding: 20rem 0;
  }
  .rews {
    padding-bottom: 100rem;
  }
  .page-template-page-about .contacts-phone-block {
    margin-top: 32rem;
  }
  .page-template-page-about .contacts-phone-b-heading {
    margin-bottom: 0;
  }
  .page-template-page-about .contacts-map {
    margin-top: 17rem;
  }
  .page-template-page-about .services {
    padding: 14rem 0;
  }
  .page-template-page-about .contacts-m-seti-item {
    width: 30rem;
    height: 30rem;
  }
  .page-template-page-about .rews {
    padding-top: 22rem;
  }
  .page-template-page-about .rews-heaading {
    margin-bottom: 22rem;
  }
  .services-item-text {
    font-size: 9rem;
  }
  .header {
    padding-bottom: 0;
  }
  .about-h-item {
    align-items: flex-start;
  }
  .about-h-item:nth-child(1) {
    margin-top: 10rem;
  }
  .about-h-item:nth-child(1) .about-h-item-icon {
    width: 30rem;
    height: 30rem;
  }
  .about-h-item:nth-child(1) .about-h-item-l {
    width: 225rem;
  }
  .about-h-item:nth-child(2) {
    margin-top: 50rem;
  }
  .about-h-item:nth-child(2) .about-h-item-icon {
    width: 38rem;
    height: 38rem;
  }
  .about-h-item:nth-child(2) .about-h-item-r-img {
    width: 160rem;
    position: absolute;
    margin-left: 10rem;
    left: -10rem;
  }
  .about-h-item:nth-child(2) .about-h-item-l {
    width: 180rem;
  }
  .about-h-item:nth-child(2) .about-h-item-text-wrapper {
    width: 180rem;
  }
  .about-h-item:nth-child(3) {
    margin-top: 150rem;
  }
  .about-h-item:nth-child(3) .about-h-item-icon {
    width: 42rem;
    height: 42rem;
  }
  .about-h-item:nth-child(3) .about-h-item-r-img {
    width: 158rem;
    margin-left: -20rem;
    margin-bottom: 30rem;
    margin-top: -80rem;
  }
  .about-h-item:nth-child(3) .about-h-item-l {
    width: 227rem;
    margin-top: -130rem;
  }
  .about-h-item:nth-child(3) .about-h-item-heading-text {
    width: 155rem;
    margin-left: -10rem;
  }
  .about-h-item:nth-child(3) .about-h-item-text {
    width: 180rem;
  }
  .about-h-item:nth-child(4) {
    margin-top: -110rem;
  }
  .about-h-item:nth-child(4) .about-h-item-icon {
    width: 32rem;
    height: 32rem;
    position: absolute;
    margin-right: 100rem;
    margin-top: -50rem;
  }
  .about-h-item:nth-child(4) .about-h-item-r-img {
    width: 152rem;
    position: absolute;
  }
  .about-h-item:nth-child(4) .about-h-item-l {
    width: 246rem;
    margin-top: 100rem;
  }
  .about-h-item:nth-child(4) .about-h-item-heading-text {
    width: 177rem;
  }
  .about-h-item:nth-child(5) {
    margin-top: 10rem;
  }
  .about-h-item:nth-child(5) .about-h-item-icon {
    width: 36rem;
    height: 36rem;
  }
  .about-h-item:nth-child(5) .about-h-item-r-img {
    width: 105rem;
  }
  .about-h-item:nth-child(5) .about-h-item-l {
    width: 237rem;
    margin-top: -70rem;
  }
  .about-h-item:nth-child(6) {
    margin-top: 10rem;
  }
  .about-h-item:nth-child(6) .about-h-item-icon {
    width: 36rem;
    height: 36rem;
  }
  .about-h-item:nth-child(6) .about-h-item-r-img {
    width: 160rem;
    margin-top: -10rem;
  }
  .about-h-item:nth-child(6) .about-h-item-l {
    width: 202rem;
    margin-top: 60rem;
  }
  .about-h-item:nth-child(6) .about-h-item-r {
    position: absolute;
    left: 0;
  }
  .about-h-item:nth-child(7) {
    margin-top: 40rem;
    align-items: center;
  }
  .about-h-item:nth-child(7) .about-h-item-icon {
    width: 33rem;
    height: 33rem;
  }
  .about-h-item:nth-child(7) .about-h-item-r-img {
    width: 110rem;
  }
  .about-h-item:nth-child(7) .about-h-item-l {
    width: 231rem;
  }
  .page-template-page-contacts .contacts-phone-block:first-child {
    padding-top: 30rem;
  }
  .page-template-page-contacts .contacts-phone-block {
    padding-top: 20rem;
  }
  .page-template-page-contacts .contacts-phone-block {
    margin-bottom: 20rem;
  }
  .page-template-page-contacts .contacts-phone-block:first-child {
    margin-bottom: 0;
  }
  .contacts-heading-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10rem;
  }
  .contacts-phone-b-heading {
    margin-bottom: 0rem;
  }
  .contacts-heading-mob-r {
    display: flex;
    align-items: center;
  }
  .ikonka_whatsapp_mob {
    width: 43rem;
    height: 43rem;
    margin-right: 10rem;
  }
  .mob-text-contact-heading {
    font-weight: 400;
    font-size: 14rem;
    text-transform: uppercase;
    color: #2c3134;
    width: 120rem;
  }
  .page-template-page-contacts .contacts-phone-block:first-child {
    padding-top: 18rem;
  }
  .contacts-m-seti-item {
    width: 30rem;
    height: 30rem;
  }
  .page-template-page-deal .header-mob-line {
    margin: 0;
  }
  .wodo-g-top {
    height: -moz-fit-content;
    height: fit-content;
  }
  .wodo-menu {
    padding-top: 20rem;
  }
  .page-template-page-deal .services {
    padding: 14rem 0;
  }
  .wodo-more .contacts-m-seti {
    flex-direction: row;
    width: 100%;
  }
  .wodo-more .contacts-m-seti .contacts-m-seti-item {
    width: 30rem;
    height: 30rem;
  }
  .wodo-more .contacts-m-seti .contacts-m-seti-mail {
    margin-top: 0rem;
  }
  .wodo-more .contacts-m-seti .consult-wrapper {
    padding-top: 0;
  }
  .wodo-g-item:last-child {
    padding-bottom: 0rem;
  }
  .wodo-more {
    padding-top: 10rem;
  }
  .wodo-more .consult-wrapper {
    padding-top: 0rem;
  }
  .wodo-more .contacts-m-seti {
    margin-bottom: 20rem;
  }
  .wodo-more {
    padding-bottom: 0rem;
  }
  .page-template-page-deal .form {
    padding-bottom: 20rem;
  }
  .form-wrapper .regular-form-in-progress {
    display: flex;
    flex-direction: column;
  }
  .form-wrapper .regular-form-result {
    display: none;
    flex-direction: column;
  }
  .form-wrapper.active {
    background: #009cff;
  }
  .form-wrapper.active .regular-form-in-progress {
    display: none;
    flex-direction: column;
  }
  .form-wrapper.active .regular-form-result {
    display: flex;
    flex-direction: column;
  }
  .form-result-top {
    display: flex;
    align-items: center;
    padding-left: 40rem;
  }
  .form-result-top-text {
    font-weight: 700;
    font-size: 20rem;
    text-transform: uppercase;
    color: white;
  }
  .form-result-top-img {
    width: 41rem;
    height: 41rem;
    margin-left: 10rem;
  }
  .form-result-btm {
    margin-top: 10rem;
    font-weight: 500;
    font-size: 18rem;
    color: white;
  }
	.footer .container{
		padding-top:45px;
	}
	.footer-menu{
		
		    width: 100%;
    position: absolute;
    display: block;
    top: 30px;
    text-align: center;
	}
	.footer-link{
		padding: 0 15px;
	}
}/*# sourceMappingURL=style.css.map */

.services-item .service-item-img.active{
	display:none;
}
.services-item.active .service-item-img{
	display:none;
}
.services-item.active .service-item-img.active{
	display:block;
}