body {
  font-family: "Montserrat", sans-serif;
}
section {
  position: relative;
}

p {
  font-weight: 400;
  font-size: 14px;
}
/*-preloader*****/
/********************/
.box_preload {
  height: 80px;
  /*
   border:5px solid #0C84F3;*/
  /*
   -webkit-animation:download-1b8c66a7 2s infinite;
   animation:download-1b8c66a7 2s infinite;
   -webkit-animation-duration:1s;
   animation-duration:1s;
   */
  margin: 0 auto;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.44) !important;
  z-index: 1001;
  display: flex;
  align-items: center;
}
@keyframes download-1b8c66a7 {
  0% {
    border-radius: 0;
  }
  25% {
    border-radius: 2em;
  }
  50% {
    transform: rotate(90deg);
  }
  to {
    border-radius: 0;
    transform: rotate(90deg);
  }
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #337ab7;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
/*
  
  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes preloader-bounce {
  
    0%,
    100% {
      transform: scale(0);
    }
  
    50% {
      transform: scale(1);
    }
  }
  */
.box_preload h1 {
  margin: 0;
  padding: 0;
  font-family: ‘Arial Narrow’, sans-serif;
  font-weight: 100;
  font-size: 1.1em;
  color: #a3e1f0;
}

.box_preload span {
  position: relative;
  top: 0.63em;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  transform: rotateX(-90deg);
}

.box_preload .let1 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.2s;
}

.box_preload .let2 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.3s;
}

.box_preload .let3 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.4s;
}

.box_preload .let4 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.5s;
}

.box_preload .let5 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.6s;
}

.box_preload .let6 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.7s;
}

.box_preload .let7 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.8s;
}

.header_keys {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  display: flex;
  position: relative;
  z-index: 11;
  align-items: center;
  justify-content: space-between;
}
.mokup__arrow-1 img,
.mokup__arrow-2 img {
  height: 12px;
}
.mokup__arrow-1 a {
  margin-right: 0 !important;
}
.mokup__arrow-1 img {
  margin-left: 10px;
}
.mokup__arrow-2 img {
  margin-right: 10px;
}
.mokup__arrow-2,
.mokup__arrow-1 {
  width: auto !important;
  max-width: none !important;
  top: 0 !important;
  position: relative !important;
}

.fll_vvvl {
  display: flex;
  align-items: center;
}

.mokup__arrow-1 a,
.mokup__arrow-2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  padding: 8px 10px;
  width: 100px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  background: #0066ff;
  margin-right: 10px;
  border-radius: 8px;
}
a.link_key {
  font-size: 14px;
  margin: 0 22px 0 0;
  color: #000;
  text-decoration: underline;
}

.header__but a {
  font-weight: 600;
  color: #0c84f3;
  text-decoration: none;
  background: #fff;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 2px;
}

@keyframes drop {
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
  }
  80% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    top: 6.94em;
  }
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
/*-------*/

.mokup__logo {
  width: "171";
  height: "76";
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 30px;
}
.mokup__arrow-1 {
  position: absolute;
  z-index: 5;
  top: 70px;
}
.mokup__arrow-2 {
  position: absolute;
  z-index: 5;
  top: 70px;
  right: 0;
}

.img-container {
  background: url(../img/bg-buildings-home-1.png);
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header-text h1 {
  color: azure;
  text-transform: uppercase;
  text-align: center;
}

.line {
  background: linear-gradient(to right, #f3b608, #31b9f3);
  height: 1vh;
  width: 100%;
  margin: 0;
}

.section-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.section-text {
  width: 50%;
  max-width: 600px;
}

.section-text__number {
  font-weight: 300;
  color: #31b9f3;
  font-size: 36px;
}

.section-text__title {
  font-weight: 600;
}

.section-wrapper__two {
  position: relative;
  top: 100px;
  display: flex;
  justify-content: center;
}

.section-two__text {
  color: #000;
}

.section-three__text {
  color: #fff;
  margin-top: 5%;
  margin-right: 30px;
  width: 30%;
  max-width: 523px;
  min-width: 400px;
}
section p,
section li {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
}
section h1 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
}
.section-two__text {
  margin-top: 5%;
  margin-right: 30px;
  width: 30%;
  max-width: 523px;
  min-width: 400px;
}
.margin_cl {
  margin-top: -800px;
}

.brige {
  top: -300px;
  position: relative;
}

.box {
  position: relative;
  margin-left: 5%;
  height: 100vh;
  min-height: 890px;
  max-height: 1000px;
  background-color: #31b9f3;
  width: 95%;
  z-index: -1;
}

.box-yellow {
  position: absolute;
  bottom: -25%;
  left: auto;
  background: #f3b608;
  width: 35%;
  height: 70%;
  z-index: -2;
}

.section-wrapper__three {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
  margin-top: 50px;
}

.section-wrapper__four {
  padding-top: 10%;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 65%;
  height: 50vh;
  min-height: 700px;
  align-items: center;
}

.section-four__text {
  width: 60%;
  min-width: 425px;
  max-width: 532px;
}

.section-wrapper__five {
  position: relative;
  margin-top: 10%;
  margin-left: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.section-five__text {
  width: 25%;
  margin-right: 2%;
  margin-left: 3%;
}

.second-brige {
  position: relative;
}

.box-two {
  background: #31b9f3;
  position: absolute;
  bottom: -5vh;
  left: 0;
  width: 70%;
  height: 20vh;
  z-index: 1;
  min-height: 90px;
  max-height: 200px;
}

.box-two__yellow {
  background: #f3b608;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 30vh;
  z-index: 1;
}

.final-banner {
  width: 100%;
  height: auto;
}

.footer {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  height: 40vh;
  background: #31b9f3;
  align-items: center;
  min-height: 205px;
}

.footer-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20%;
}

.formblock--contact {
  display: flex;
}

.formblock--contact a {
  text-decoration: none;
  color: black;
}

.footer-form {
  margin-right: 20%;
}

.input {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 174px;
  justify-content: space-between;
}

.input input {
  padding: 15px 30px;
  height: 54px;
}

.btn-send {
  display: flex;
  align-items: center;
}

.mok_1 .connection__formblock {
  background-image: none;
  background-color: #dead4b;
}
.mok_1 .connection__formblock {
  color: white !important;
}
.formblock--title {
  color: white !important;
}
.formblock--contact a {
  color: white !important;
}
.mok_1 .popap_linck {
  color: white !important;
}
.mok_1 .strelka path {
  fill: white !important;
}
.mok_1 .popap_linck {
  color: white !important;
  margin-left: -6px;
}

.mx-wdth-img {
  max-width: 530px;
  width: 100%;
}

.mok_1 {
  padding: 0;
}
.mok_1 .container {
  max-width: 100%;
  padding: 0;
}

/*  */
.connection__formblock {
  background: #f8f8f8;
  box-shadow: 0px 4px 60px rgb(0 0 0 / 8%);
  padding: 70px 120px;
  background-image: url(../img/connection__bg.png);
}

.formblock--title {
  font-weight: 800;
  font-size: 36px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 15px;
}

.formblock--desc {
  max-width: 400px;
  margin-bottom: 20px;
}

.formblock--contact a {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  margin-right: 35px;
}

.formblock__desc--title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}

input.input-linck {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  padding: 15px 30px;
  margin-bottom: 10px;
  outline: none;
}

button.input-linck {
  font-weight: bold;
  font-size: 24px;
  color: #0c84f3;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  margin-top: 10px;
}
/***********/
.websiteName {
  text-decoration: underline !important;
  color: white !important;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;

  margin-left: auto;
  margin-right: auto;
}
.websiteName:hover {
  text-decoration: underline;
  color: white !important;
}
