@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
body {
  color: #404040;
  font-size: 14px;
  overflow-anchor: none;
  background-color: #ffffff;
}

body._lock {
  overflow: hidden;
}

._container {
  max-width: 1340px;
  margin: 0 auto;
  min-width: 0;
}
@media (max-width: 1352px) {
  ._container {
    max-width: 970px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.title-30 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .title-30 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
  }
}

.btn-blue {
  background: linear-gradient(93.62deg, #4EC8F4 18.25%, #00B1EB 104.07%);
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  min-height: 65px;
  padding: 0px 26px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  flex-shrink: 0;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 1257px;
}
@media (max-width: 992px) {
  .hero {
    min-height: auto;
  }
}
.hero__content {
  padding: 168px 0px 147px 0px;
}
@media (max-width: 1354px) {
  .hero__content {
    padding: 128px 0px 107px 0px;
  }
}
@media (max-width: 992px) {
  .hero__content {
    padding: 80px 16px 60px 16px;
  }
}
@media (max-width: 768px) {
  .hero__content {
    padding: 40px 16px 20px 16px;
  }
}
.hero__top {
  display: flex;
  gap: 52px;
  margin-bottom: 32px;
}
@media (max-width: 1354px) {
  .hero__top {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .hero__top {
    margin-bottom: 15px;
  }
}
.hero__title {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 46px;
  line-height: 140%;
  color: #1E194F;
  max-width: 1043px;
}
@media (max-width: 1354px) {
  .hero__title {
    font-size: 36px;
    max-width: 700px;
  }
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 26px;
  }
}
@media (max-width: 769px) {
  .hero__title {
    font-size: 20px;
  }
}
.hero__descr {
  font-size: 22px;
  color: #404040;
  max-width: 782px;
  margin-bottom: 70px;
}
@media (max-width: 1354px) {
  .hero__descr {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .hero__descr {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .hero__stat {
    display: none;
  }
}
.hero__stat-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__stat-item {
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  color: #404040;
}
.hero__stat-item span {
  font-weight: 600;
  display: block;
}
.hero__middle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
@media (max-width: 1354px) {
  .hero__middle {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .hero__middle {
    gap: 35px;
  }
}
@media (max-width: 768px) {
  .hero__middle {
    margin-bottom: 40px;
  }
}
.hero__middle-l {
  max-width: 740px;
}
@media (max-width: 1354px) {
  .hero__middle-l {
    max-width: 100%;
  }
}
.hero__descr-16 {
  font-size: 16px;
  line-height: 140%;
  color: #404040;
}
@media (max-width: 992px) {
  .hero__descr-16 {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.hero__middle-l-bot {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .hero__middle-l-bot {
    flex-direction: column;
    gap: 15px;
  }
}
.hero__btn {
  background: linear-gradient(93.62deg, #4EC8F4 18.25%, #00B1EB 104.07%);
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  width: 350px;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .hero__btn {
    font-size: 14px;
    height: 70px;
    width: 330px;
  }
}
@media (max-width: 768px) {
  .hero__btn {
    width: 100%;
  }
}
.hero__cards-done {
  display: flex;
}
@media (max-width: 768px) {
  .hero__cards-done {
    flex-direction: column;
    gap: 10px;
  }
}
.hero__advantages {
  overflow: auto;
}
.hero__advantages-inner {
  height: 250px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, minmax(290px, 1fr));
  gap: 60px;
}
@media (max-width: 992px) {
  .hero__advantages-inner {
    gap: 15px;
  }
}
.hero__advantage {
  height: 200px;
  background: #F3F9FF;
  border-radius: 5px;
  padding: 35px 20px 0px 20px;
  position: relative;
}
.hero__advantage-icon {
  z-index: 1;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #FFFFFF;
  border-radius: 5px;
  border-bottom: 1px solid #4EC8F4;
  border-right: 1px solid #4EC8F4;
  position: absolute;
  top: -25px;
  left: 20px;
}
.hero__advantage-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 10px;
}
.hero__advantage-descr {
  font-weight: 500;
  line-height: 140%;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-done {
  width: 220px;
  padding: 30px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .card-done {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 10px;
  }
}
.card-done--blue {
  background: #F3F9FF;
}
.card-done--white {
  background: #fff;
  transform: translate(-5px, 0px);
}
@media (max-width: 768px) {
  .card-done--white {
    transform: translate(0px, 0px);
    background: #F3F9FF;
  }
}
.card-done__number {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #1E194F;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .card-done__number {
    text-align: left;
    margin-bottom: 0px;
    line-height: 1;
  }
}
.card-done__text {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #404040;
}
@media (max-width: 992px) {
  .card-done__text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .card-done__text {
    text-align: left;
  }
}
.card-done__link {
  display: block;
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  text-decoration: underline;
  color: #4EC8F4;
}
@media (max-width: 992px) {
  .card-done__link {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .card-done__link {
    margin-top: 5px;
    text-align: left;
  }
}

.full-cycle {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .full-cycle {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.full-cycle__title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .full-cycle__title {
    margin-bottom: 15px;
  }
}
.full-cycle__services {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .full-cycle__services {
    margin-bottom: 20px;
  }
}
.services-cycle__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(200px, 1fr));
  gap: 30px;
}
@media (max-width: 1400px) {
  .services-cycle__list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (max-width: 768px) {
  .services-cycle__list {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
  }
}
.services-cycle__item {
  overflow: hidden;
  width: 100%;
  height: 200px;
  position: relative;
  background: #F3F9FF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  display: flex;
  padding: 24px 20px;
}
.services-cycle__item--just-text {
  background: transparent;
  box-shadow: none;
  width: 115px;
  max-width: 115px;
}
@media (max-width: 520px) {
  .services-cycle__item:last-child {
    grid-column: 1/3;
  }
}
.services-cycle__item-img {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  object-fit: contain;
  z-index: 0;
}
@media (max-width: 768px) {
  .services-cycle__item-img {
    height: 150px;
  }
}
.services-cycle__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-top: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .services-cycle__item-title {
    font-size: 14px;
  }
}
.services-cycle__item-just-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  max-width: 115px;
  width: 115px;
}
@media (max-width: 768px) {
  .services-cycle__item-just-text {
    display: none;
  }
}
.services-cycle__item-just-text--mobile {
  display: none;
}
@media (max-width: 768px) {
  .services-cycle__item-just-text--mobile {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
  }
}

.objects-services__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
  gap: 29px;
}
@media (max-width: 768px) {
  .objects-services__list {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
.objects-services__img {
  height: 120px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.objects-services__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.objects-services__title {
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

.implemented-objects {
  background: #F3F9FF;
  position: relative;
  z-index: 1;
  padding: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1350px) {
  .implemented-objects {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .implemented-objects {
    padding: 20px 0px;
  }
}
.implemented-objects__mobile {
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 768px) {
  .implemented-objects__mobile {
    display: block;
  }
}
.implemented-objects__footer-mobile {
  display: none;
}
.implemented-objects__footer-mobile .implemented-objects__btn {
  margin-bottom: 20px;
}
.implemented-objects__footer-mobile .implemented-objects__email-us {
  display: block;
}
@media (max-width: 768px) {
  .implemented-objects__footer-mobile {
    display: block;
  }
}
.implemented-objects__title {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .implemented-objects__title {
    text-align: center;
  }
}
.implemented-objects__content {
  display: flex;
  gap: 65px;
}
@media (max-width: 1350px) {
  .implemented-objects__content {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .implemented-objects__content {
    display: none;
  }
}
.implemented-objects__l {
  flex-shrink: 0;
  flex-grow: 1;
  transform: translate(20px, 50px);
}
@media (max-width: 1350px) {
  .implemented-objects__l {
    transform: translate(0px, 0px);
  }
}
.implemented-objects__views {
  display: flex;
  gap: 3px;
  margin-bottom: 60px;
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 1350px) {
  .implemented-objects__views {
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .implemented-objects__views {
    margin-bottom: 0px;
  }
}
.implemented-objects__img {
  width: 100%;
  max-width: 350px;
  height: 527px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .implemented-objects__img {
    max-width: 300px;
  }
}
@media (max-width: 1350px) {
  .implemented-objects__img {
    max-width: 250px;
    height: 427px;
  }
}
@media (max-width: 992px) {
  .implemented-objects__img {
    flex: 1 0 50%;
    height: 327px;
  }
}
@media (max-width: 768px) {
  .implemented-objects__img {
    max-width: 100%;
  }
}
.implemented-objects__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.implemented-objects__img span {
  background: #FFFFFF;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  padding: 6px 14px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.implemented-objects__actions {
  display: flex;
  gap: 65px;
  margin-bottom: 24px;
}
@media (max-width: 1350px) {
  .implemented-objects__actions {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .implemented-objects__actions {
    display: none;
  }
}
@media (max-width: 768px) {
  .implemented-objects__btn {
    max-width: 100%;
    width: 100%;
  }
}
.implemented-objects__controls {
  display: flex;
  gap: 10px;
}
.implemented-objects__control {
  width: 65px;
  height: 65px;
  border: 1px solid #404040;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.implemented-objects__email-us {
  font-size: 16px;
  line-height: 120%;
  color: #444444;
}
.implemented-objects__email-us span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration: underline;
  color: #4EC8F4;
}
@media (max-width: 768px) {
  .implemented-objects__email-us {
    display: none;
  }
}
.implemented-objects__spoiler-headr {
  min-height: 50px;
  border: 1px solid #8C8C8C;
  background: #FFFFFF;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  justify-content: space-between;
}
.info-objects {
  padding-top: 60px;
  padding: 60px 140px;
  max-width: 700px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1400px) {
  .info-objects {
    padding: 60px 80px;
    max-width: 600px;
  }
}
@media (max-width: 1350px) {
  .info-objects {
    padding: 40px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .info-objects {
    padding: 20px;
  }
}
.info-objects__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .info-objects__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.info-objects__type {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .info-objects__type {
    margin-bottom: 20px;
  }
}
.info-objects__specifications {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .info-objects__specifications {
    margin-bottom: 20px;
  }
}
.info-objects__specification {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #404040;
}
.info-objects__task-block {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .info-objects__task-block {
    margin-bottom: 20px;
  }
}
.info-objects__task-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 8px;
}
.info-objects__task-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.info-objects__details-block {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .info-objects__details-block {
    margin-bottom: 20px;
  }
}
.info-objects__details-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 8px;
}
.info-objects__details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info-objects__detail {
  display: flex;
  align-items: center;
  gap: 15px;
}
.info-objects__detail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-objects__detail-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.info-objects__btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #C4C4C4;
  border: 1px solid #C4C4C4;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 370px;
}