body {
  margin: 0;
  line-height: 1.4;
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Acrom';
  font-size: 16px;
  line-height: 1.5;
  color: #1E2248;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

a {
  color: #1E2248;
  text-decoration: none;
  font-weight: 400;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 10px;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.mr {
  margin-right: 10px;
}

/* Header */
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 102px;
  position: relative;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 137px;
  width: 100%;
}

.contacts img {
  width: 31px;
  height: 31px;
}

.contacts a {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.contacts a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.contacts .viber img {
  width: 31px;
  height: 31px;
}

.logo {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  margin-right: 10px;
  margin-left: 15px;
}

.logo span {
  color: #1BC07C;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-right: 10px;
  max-width: 894px;
  width: 100%;
}

.nav__item {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.nav__item:hover {
  font-weight: 700;
  color: #1BC07C;
}

/* Btn */
.btn {
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  background: #1BC07C;
  border-radius: 25px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn::before {
  -webkit-transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -25px;
}

.btn:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.btn .btn-animation-1:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(2);
          transform: scaleX(1.4) scaleY(2);
  opacity: 0;
}

.btn--orange {
  width: 240px;
  background: #F9AC66;
  border-radius: 25px;
}

.btn--border {
  width: 240px;
  background: #FFFFFF;
  border: 2px solid #1E2248;
  border-radius: 25px;
  color: #1E2248;
}

.btn--width {
  width: 230px;
}

.btn--min {
  width: 180px;
  margin-left: auto;
}

/* Content */
.content {
  margin-top: 89px;
}

.content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content__left {
  position: relative;
  max-width: 481px;
  width: 100%;
  height: 467px;
}

.content__left .people {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: -25px;
}

.content__left .green_circle {
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 27px;
}

.content__left .orange_circle {
  position: absolute;
  z-index: 0;
  top: 345px;
  right: 17px;
}

.content__right {
  max-width: 540px;
  width: 100%;
  position: relative;
  z-index: 4;
}

.content__right-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
}

.content__right-subtitle {
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  margin-top: 16px;
  margin-bottom: 29px;
}

.telephone {
  text-align: center;
  margin-bottom: 20px;
}

.content__tel {
  font-weight: 800;
  font-size: 30px;
  line-height: 48px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.content__tel:hover {
  color: #1BC07C;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}

/* Cards */
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 12px 15px 15px;
  max-width: 255px;
  width: 100%;
  height: 90px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.cards__item img {
  margin-right: 14px;
}

.cards__item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.cards__item .text span {
  font-weight: 500;
}

.cards-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards .margb {
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

/* Price */
.price {
  margin-top: 299px;
  background-color: #80E2DA;
  position: relative;
  z-index: 2;
}

.price:before {
  content: '';
  position: absolute;
  background-image: url(../img/bubles.png);
  background-size: cover;
  top: -390.5px;
  right: 0;
  width: 100%;
  height: 391px;
  z-index: 3;
}

.price .bubles {
  position: absolute;
  bottom: -500px;
  right: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.price .bubles img {
  position: relative;
  top: -150px;
  width: 100%;
}

.price__inner {
  margin-top: 21px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding-top: 14px;
  padding-bottom: 28px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.price__inner-subtitle {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #1BC07C;
}

.price__inner-title {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #1E2248;
}

.price__group {
  max-width: 920px;
  width: 100%;
  margin: 43px auto 39px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Select */
.selectBox {
  width: 445px;
  position: relative;
  height: 60px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  border-width: 2px;
  border-style: solid;
  border-radius: 15px;
  border-color: #B2CDD2;
  margin-bottom: 30px;
}

.b__color {
  border-color: #1E2248;
}

.square {
  font-family: 'Acrom';
  max-width: 445px;
  width: 100%;
  height: 60px;
  border: 2px solid #B2CDD2;
  border-radius: 15px;
  padding: 15px;
  padding-left: 28px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #1E2248;
  outline: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  margin-bottom: 30px;
}

.square::-webkit-input-placeholder {
  color: #6B7577;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.square:-ms-input-placeholder {
  color: #6B7577;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.square::-ms-input-placeholder {
  color: #6B7577;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.square::placeholder {
  color: #6B7577;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.square:focus {
  border-color: #1E2248;
  border-width: 2px;
}

.square--min {
  max-width: 310px;
}

.square--mr {
  margin-right: 10px;
}

.selectBox .valueTag {
  padding: 14px;
  padding-left: 28px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  color: rgba(30, 34, 72, 0.81);
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
}

.selectBox > .arrow {
  position: absolute;
  right: 25px;
  top: 24px;
  width: 20px;
  height: 11px;
}

.selectMenuBox {
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden !important;
  position: absolute;
  margin-top: 0px;
  display: block;
}

.selectMenuBox > li {
  display: block;
  padding: 10px;
  border-radius: 0px;
  cursor: pointer;
}

.selectMenuBox > .option {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  padding: 10px;
}

.selectMenuBox > .option:hover {
  background: #e1e1e1;
  -webkit-transition: .2s;
  transition: .2s;
}

.materials {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: rgba(30, 34, 72, 0.81);
}

.materials span {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #1E2248;
  margin-left: 93px;
}

.materials .more {
  margin-left: 76px;
}

.materials .vors {
  text-align: left;
}

.tkan {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: rgba(30, 34, 72, 0.81);
}

.flex,
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.fat {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #1E2248;
  margin-left: 35px;
}

/* Banner */
.banner {
  margin: 0 auto;
  padding: 25px 59px 32px 17px;
  margin-top: 39px;
  max-width: 920px;
  width: 100%;
  min-height: 150px;
  height: 100%;
  background: rgba(136, 128, 226, 0.05);
  border: 6px solid #EEF4F5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner__cost {
  max-width: 586px;
  width: 100%;
  text-align: left;
}

.banner__cost-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #1E2248;
  margin-bottom: 12px;
}

.banner__cost-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1E2248;
}

/* Clean */
.clean {
  margin-top: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clean__img img {
  width: 100%;
  height: auto;
}

.clean__text {
  max-width: 498px;
  width: 100%;
}

.clean__text-title {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #1E2248;
  margin-bottom: 25px;
}

.clean__text-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #324469;
}

.clean__text-text {
  margin-bottom: 35px;
}

.clean__text-text2 {
  margin-bottom: 0;
}

/* Stage */
.stage {
  margin-top: 320px;
}

.stage__inner {
  width: 100%;
  position: relative;
}

.stage__inner-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #5085D4;
}

.stage__inner-subtitle {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #1E2248;
}

.stage__inner img {
  position: absolute;
  top: 180px;
  right: 0;
  width: 100%;
}

.stage__group {
  position: absolute;
  width: 100%;
}

.stage__group-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #1E2248;
  margin-bottom: 29px;
  position: relative;
}

.stage__group-title:after {
  content: '';
  position: absolute;
  top: 36px;
  left: 0;
  width: 70px;
  height: 4px;
  background: #80E2DA;
  border-radius: 3px;
}

.stage__group-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #324469;
}

.group1,
.group2,
.group3,
.group4,
.group5,
.group6,
.group7 {
  opacity: 0;
}

.group1 {
  max-width: 259px;
  bottom: -705px;
  left: 153px;
}

.group2 {
  max-width: 269px;
  bottom: -438px;
  left: 153px;
}

.group2 .stage__group-title2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #1E2248;
  margin-bottom: 29px;
  position: relative;
}

.group2 .stage__group-title2:after {
  content: '';
  position: absolute;
  top: 63px;
  left: 0;
  width: 70px;
  height: 4px;
  background: #80E2DA;
  border-radius: 3px;
}

.group3 {
  max-width: 399px;
  bottom: -237px;
  left: 370px;
}

.group4 {
  max-width: 272px;
  bottom: -519px;
  left: 590px;
}

.group5 {
  max-width: 235px;
  bottom: -736px;
  left: 634px;
}

.group6 {
  max-width: 223px;
  bottom: -871px;
  left: 871px;
}

.group7 {
  max-width: 223px;
  bottom: -435px;
  left: 894px;
  text-align: right;
}

.stage__group-title3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #1E2248;
  margin-bottom: 29px;
  position: relative;
}

.stage__group-title3:after {
  content: '';
  position: absolute;
  top: 38px;
  right: 0;
  width: 70px;
  height: 4px;
  background: #80E2DA;
  border-radius: 3px;
}

.map_stages {
  display: none;
  margin-top: 50px;
}

/* Team */
.team {
  margin-top: 1050px;
  background-color: #80E2DA;
}

.rectang {
  width: 100%;
  margin-top: -130px;
}

.team__inner {
  margin-top: -100px;
  height: 333px;
}

.team__inner-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
}

.team__inner-subtitle {
  font-weight: 800;
  font-size: 46px;
  line-height: 55px;
  text-align: center;
  color: #1E2248;
  margin-bottom: 73px;
}

.team__inner-photo {
  max-width: 820px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.team__inner-photo img {
  width: 100%;
  height: auto;
}

.team__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 150px;
}

.team__left {
  max-width: 540px;
  width: 100%;
}

.team__right {
  max-width: 540px;
  width: 100%;
  max-height: 420px;
  background: #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
}

.team__right img {
  width: 100%;
  height: auto;
}

/* Reviews */
.reviews {
  margin-top: 125px;
}

.reviews__slider {
  margin-bottom: 60px;
  margin-top: 60px;
}

.reviews__text {
  margin-left: 30px;
  max-width: 635px;
  width: 100%;
  min-height: 280px;
  background: rgba(204, 241, 229, 0.4);
  border-radius: 20px;
  padding: 26px 27px 32px 24px;
}

.reviews__text-man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews__text-man img {
  margin-right: 22px;
}

.reviews__text-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #57545E;
}

.reviews__text-text {
  max-width: 492px;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #1E2248;
  margin-top: 22px;
  margin-left: 100px;
  position: relative;
}

.reviews__text-text::after {
  content: '';
  position: absolute;
  left: -30px;
  top: -5px;
  width: 6px;
  height: 150px;
  background: #1BC07C;
  border-radius: 3px;
}

.reviews__cappet {
  max-width: 445px;
  width: 100%;
  max-height: 280px;
  background: #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
}

.reviews__cappet img {
  width: 100%;
  height: auto;
}

/* Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  width: 50%;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots button {
  width: 22px;
  height: 22px;
  padding: 0;
  background: #6FD7AE;
  border-radius: 50%;
  border: 0;
  opacity: .5;
  cursor: pointer;
  font-size: 0;
  color: transparent;
}

.slick-dots button:focus {
  outline: 0;
}

.slick-dots .slick-active button {
  opacity: 1;
}

.slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Form */
.form {
  margin-top: 67px;
}

.form__flex {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__banner {
  max-width: 730px;
  width: 100%;
  min-height: 427px;
  padding: 23px 40px 37px 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.form__banner-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #1E2248;
  margin-bottom: 29px;
}

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__input {
  max-width: 650px;
  width: 100%;
  height: 150px;
  border: 2px solid #B2CDD2;
  border-radius: 15px;
  outline: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  padding: 15px 28px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #1E2248;
  margin-bottom: 24px;
  resize: none;
  font-family: 'Acrom';
  overflow-y: hidden;
}

.form__input::-webkit-input-placeholder {
  color: #6B7577;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.form__input:-ms-input-placeholder {
  color: #6B7577;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.form__input::-ms-input-placeholder {
  color: #6B7577;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.form__input::placeholder {
  color: #6B7577;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.form__input:focus {
  border-color: #1E2248;
  border-width: 2px;
}

/* Car */
.car {
  margin-top: 61px;
}

.count1 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #1E2248;
  margin-bottom: 10px;
}

.car__inner {
  min-height: 260px;
  background: #80E2DA;
  border-radius: 30px;
  padding: 0 20px 20px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.car__inner-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #1E2248;
  max-width: 400px;
}

.car__inner-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: rgba(30, 34, 72, 0.86);
  max-width: 336px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.car__left {
  margin-top: 22px;
}

.car__right {
  position: relative;
  bottom: -40px;
  opacity: 0;
}

.car__right img {
  width: 100%;
  height: auto;
}

/* Footer */
.footer {
  margin-top: auto;
  background-image: url(../img/bubles_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 380px;
  margin-bottom: 29px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__inner a {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.footer__inner a:hover {
  color: #1BC07C;
}

.footer__inner ul {
  list-style: disc;
}

.footer__inner-zone {
  margin-bottom: 20px;
}

.footer__inner-email {
  margin-bottom: 20px;
}

.footer__inner-phone {
  margin-bottom: 20px;
}

.footer__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1E2248;
  margin-bottom: 10px;
}

.footer__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1E2248;
}

.footer__under {
  margin-top: auto;
  width: 100%;
  height: 50px;
  background: #75D8D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #426D80;
}

.burger {
  display: none;
}

@media (min-width: 2600px) {
  .bubles {
    display: none;
  }
  .stage {
    margin-top: 100px;
  }
  .price {
    padding-top: 20px;
    margin-top: 220px;
    padding-bottom: 20px;
  }
  .price:before {
    background: none;
  }
}

@media (max-width: 1160px) {
  .non {
    display: none;
  }
  .stage__inner img {
    position: static;
  }
  .map_stages {
    display: block;
  }
  .reviews__text {
    margin-left: 0;
    margin-top: 20px;
  }
  .team {
    margin-top: 130px;
  }
}

@media (max-width: 1020px) {
  .burger {
    display: block;
    padding: 9px 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  .burger__item {
    display: block;
    width: 37px;
    height: 4px;
    background-color: #1BC07C;
    font-size: 0;
    position: relative;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
  }
  .burger__item:before,
  .burger__item:after {
    content: "";
    height: 100%;
    background-color: #1BC07C;
    position: absolute;
    right: 0;
    z-index: 1;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
  }
  .burger__item:before {
    width: 37px;
    top: -11px;
    -webkit-transition: top .25s .25s, -webkit-transform .25s;
    transition: top .25s .25s, -webkit-transform .25s;
    transition: transform .25s, top .25s .25s;
    transition: transform .25s, top .25s .25s, -webkit-transform .25s;
  }
  .burger__item:after {
    width: 37px;
    bottom: -10px;
    -webkit-transition: bottom .25s .25s, -webkit-transform .25s;
    transition: bottom .25s .25s, -webkit-transform .25s;
    transition: transform .25s, bottom .25s .25s;
    transition: transform .25s, bottom .25s .25s, -webkit-transform .25s;
  }
  .burger-active .burger__item {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    background: transparent;
  }
  .burger-active .burger__item:before {
    top: 0;
    -webkit-transition: top .4s, -webkit-transform .25s .25s;
    transition: top .4s, -webkit-transform .25s .25s;
    transition: top .4s, transform .25s .25s;
    transition: top .4s, transform .25s .25s, -webkit-transform .25s .25s;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
  }
  .burger-active .burger__item:after {
    bottom: 0;
    -webkit-transition: bottom .25s, -webkit-transform .25s .25s;
    transition: bottom .25s, -webkit-transform .25s .25s;
    transition: bottom .25s, transform .25s .25s;
    transition: bottom .25s, transform .25s .25s, -webkit-transform .25s .25s;
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #6fd7ae;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .2s linear;
    transition: height .2s linear;
  }
  .nav__item {
    margin-right: 20px;
  }
  .nav__item:first-child {
    margin-top: 10px;
  }
  .nav .btn {
    margin-bottom: 10px;
  }
  .nav.show {
    height: 270px;
    -webkit-transition: height .2s linear;
    transition: height .2s linear;
  }
  .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cards__item {
    margin-bottom: 20px;
  }
  .form__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cards-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 1020px) {
  .price__group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner__cost {
    margin-bottom: 20px;
    text-align: center;
  }
  .clean {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .clean__img {
    margin-bottom: 20px;
  }
  .content {
    margin-top: 0;
  }
  .content__left {
    margin-bottom: 20px;
  }
  .content__right {
    text-align: center;
  }
  .stage {
    margin-top: 190px;
  }
}

@media (max-width: 760px) {
  .team__inner {
    margin-top: 0;
  }
  .bubles {
    display: none;
  }
  .stage {
    margin-top: 60px;
  }
  .team__cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team__left {
    margin-bottom: 20px;
  }
  .reviews__text-text {
    height: auto;
    margin-left: 20px;
  }
  .car__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  .car__right {
    bottom: -20px;
  }
  .car__left {
    text-align: center;
  }
  .clean__text-title {
    text-align: center;
  }
}

@media (max-width: 555px) {
  .cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .materials {
    margin-bottom: 20px;
  }
  .banner {
    padding: 10px;
  }
  .team__inner {
    margin-top: 60px;
  }
  .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content__left {
    display: none;
  }
  .content__right-title {
    font-size: 32px;
  }
}
/*# sourceMappingURL=style.css.map */