
.main {
  height: 413px;
  width: 100%;
  background-color: #3c4b64;
  background: url("../img/bg.png") no-repeat center;
  background-size: cover;
  z-index: 1;
  padding-top: 113px;
  padding-bottom: 194px;
}
.main h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}
.main .content {
  position: relative;
  height: 100%;
}
.main .content .left-side-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
  position: relative;
}
.main .content .left-side-text h1 {
  max-width: 743px;
}
.main .content .left-side-text a.cell_button {
  max-width: 382px;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "proxima_nova", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .content .left-side-text ul {
  margin: 50px 0;
  max-width: 473px;
  list-style-type: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-left: 35px;
  color: #FFFFFF;
}
.main .content .left-side-text ul li {
  margin-bottom: 30px;
  position: relative;
}
.main .content .left-side-text ul li:last-child {
  margin-bottom: 0px;
}
.main .content .left-side-text ul li::before {
  content: "";
  background: url(../img/mark_h3.svg);
  height: 19px;
  width: 19px;
  display: block;
  position: absolute;
  top: 0;
  left: -36px;
}
.main .content .building {
  position: absolute;
  bottom: -330px;
  right: -286px;
  z-index: 6;
}
.main .content .bashk-map-vector {
  position: absolute;
  bottom: -181px;
  right: -56px;
  z-index: 5;
}
.main .content .ellipse {
  position: absolute;
  bottom: -478px;
  right: -73px;
  z-index: 4;
}
.main .content .helmet_left {
  position: absolute;
  bottom: -473px;
  left: -588px;
  z-index: 11;
}
.main .content .circle1 {
  position: absolute;
  top: -456px;
  left: -671px;
  z-index: 3;
}
.main .content .stars2 {
  position: absolute;
  bottom: 34px;
  right: -180px;
  z-index: 6;
}
.main .content .helmet {
  position: absolute;
  top: -20px;
  right: -580px;
  z-index: 6;
}
.main .content .big_ellipse {
  position: absolute;
  top: -898px;
  right: -493px;
  z-index: 5;
}
.main .content .stars1 {
  position: absolute;
  top: -63px;
  left: -260px;
  z-index: 5;
}

section.complex-proect {
  position: relative;
  z-index: 8;
  background: #fff;
  padding-top: 92px;
  padding-bottom: 142px;
}
section.complex-proect .container h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 141.19%;
  text-align: center;
}
section.complex-proect .container .flex-wrapper {
  margin-top: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 124px;
  row-gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.complex-proect .container .flex-wrapper .flex-wrapper-cell {
  border: 2px solid #3BB9FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 214px;
  height: 246px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
section.complex-proect .container .flex-wrapper .flex-wrapper-cell img {
  height: 77px;
  margin-bottom: 29px;
}
section.complex-proect .container .flex-wrapper .flex-wrapper-cell p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
section.complex-proect .container .flex-wrapper .flex-wrapper-cell .green-arrow {
  position: absolute;
  top: -16px;
  left: 42%;
  width: 31px;
  height: 31px;
}

section.porektirovanie .container .color-box {
  background: #F5FBFE;
  padding-top: 57px;
  padding-bottom: 100px;
  position: relative;
}
section.porektirovanie .container .color-box h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
}
section.porektirovanie .container .color-box .flex-wrapper {
  margin-top: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  row-gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 320px;
  height: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell .cross-left {
  display: none;
  width: 18px;
  height: 18px;
  position: absolute;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(1) img {
  width: 353px;
  position: absolute;
  left: -50px;
  z-index: 1;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(1) img:nth-child(2) {
  z-index: 0;
  width: 265px;
  left: -62px;
  top: -81px;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(1) .cross {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -7%;
  top: 50%;
  left: unset;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(3n) .cross {
  display: none;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(4) img {
  width: 100%;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(4) .cross {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -7%;
  top: 50%;
  left: unset;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(3) img {
  width: 100%;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(6) img {
  width: 80%;
  margin-bottom: 0px;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell .cross {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -7%;
  top: 50%;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell img {
  width: 70%;
  margin-bottom: 29px;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell span::before {
  content: "";
  background: url(../img/project/proektirovanie/bi_check-circle.svg);
  height: 26px;
  width: 26px;
  display: inline-block;
  position: relative;
  left: -5px;
  top: 5px;
}
section.porektirovanie .container .color-box .circ {
  position: absolute;
  right: -28px;
  bottom: -70px;
  z-index: 11;
}

.works {
  position: relative;
  z-index: 10;
  min-height: 741px;
  background-color: #fff;
}
.works .container {
  padding-top: 76px;
  height: auto;
}
.works .container h2 {
  font-size: 36px;
  margin-bottom: 16px;
  text-align: center;
}
.works .container span {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #3BB9FF;
  display: block;
}
.works .swiper.first {
  overflow: initial;
  min-width: 100%;
  margin-top: 50px;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card {
  background-color: #f5fbfe;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo1 {
  width: 100%;
  height: 253px;
  background: url("../img/works_slide1.png") center center no-repeat;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo2 {
  width: 100%;
  height: 253px;
  background: url("../img/works_slide2.png") center center no-repeat;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo3 {
  width: 100%;
  height: 253px;
  background: url("../img/works_slide3.png") center center no-repeat;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-left: 25px;
  width: 400px;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3bb9ff;
  font-size: 18px;
  margin-top: 28px;
  margin-left: 25px;
  padding-bottom: 28px;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a svg {
  margin-left: 9px;
}
.works .container {
  position: relative;
}
.works .container .swiper-button-prev::after,
.works .container .swiper-button-next::after {
  display: none;
}
.works .container .swiper-button-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.process {
  padding-top: 80px;
  padding-bottom: 100px;
}
section.process .container a.cell_button {
  max-width: 382px;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "proxima_nova", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 46px auto 0;
}
section.process .container h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 60px;
}
section.process .container .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 116px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 88px;
}
section.process .container .flex-wrapper .flex-wrapper-cell {
  width: 330px;
}
section.process .container .flex-wrapper .flex-wrapper-cell span {
  font-weight: 250;
  font-size: 72px;
  line-height: 88px;
  color: #3BB9FF;
}
section.process .container .flex-wrapper .flex-wrapper-cell h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}
section.process .container .flex-wrapper .flex-wrapper-cell p {
  font-size: 18x;
  line-height: 29px;
  font-weight: 400;
  line-height: 22px;
}

section.enviroment {
  padding-top: 105px;
  position: relative;
  z-index: 20;
}
section.enviroment .container {
  position: relative;
}
section.enviroment .container img.kaska-left {
  position: absolute;
  top: 444px;
  left: -596px;
}
section.enviroment .container .swiper-button-prev.swiper-five:after,
section.enviroment .container .swiper-button-next.swiper-five:after {
  display: none;
}
section.enviroment .container .swiper-button-prev.swiper-five,
section.enviroment .container .swiper-button-next.swiper-five {
  width: 34px;
  height: 34px;
}
section.enviroment .container .swiper-button-prev.swiper-five {
  top: 273px;
}
section.enviroment .container .swiper-button-next.swiper-five {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 273px;
}
section.enviroment .container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
section.enviroment .container .swiper.swiper-five {
  width: 90%;
}
section.enviroment .container .swiper.swiper-five .swiper-wrapper .swiper-slide .slide-box {
  max-width: 347px;
}
section.enviroment .container .swiper.swiper-five .swiper-wrapper .swiper-slide .slide-box img {
  margin-bottom: 25px;
}
section.enviroment .container .swiper.swiper-five .swiper-wrapper .swiper-slide .slide-box h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #3BB9FF;
  margin-bottom: 10px;
}
section.enviroment .container .swiper.swiper-five .swiper-wrapper .swiper-slide .slide-box p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
section.enviroment .container .laborator {
  margin-top: 85px;
  background: #F5FBFE;
  padding: 50px 53px 60px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
}
section.enviroment .container .laborator .text-div {
  min-width: 433px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.enviroment .container .laborator .text-div a {
  width: 100%;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "proxima_nova", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.enviroment .container .laborator .text-div .text-div-header h2 {
  text-align: left;
  margin: 0;
  margin-bottom: 15px;
}
section.enviroment .container .laborator .text-div .text-div-header p {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}
section.enviroment .container .laborator .slider-div {
  min-width: 647px;
}
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-button-prev.swiper-six:after,
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-button-next.swiper-six:after {
  display: none;
}
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-button-prev.swiper-six,
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-button-next.swiper-six {
  width: 45px;
  height: 45px;
}
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-button-next.swiper-six {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-pagination.swiper-six .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-pagination.swiper-six .swiper-pagination-bullet-active {
  background: #3BB9FF;
  opacity: 1;
}

section.exp {
  padding: 90px 0;
}
section.exp .container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 40px;
}
section.exp .container a.cell_button {
  max-width: 382px;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "proxima_nova", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 28px auto 0;
}
section.exp .container .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.exp .container .flex-wrapper .flex-wrapper_box {
  background: #F5FBFE;
  border-radius: 2px;
  width: 292px;
  height: 403px;
  padding: 24px 18px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
section.exp .container .flex-wrapper .flex-wrapper_box:last-child {
  margin-right: 0;
}
section.exp .container .flex-wrapper .flex-wrapper_box .border-box {
  border: 2px dashed #3BB9FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 45px 40px 35px 25px;
  height: 100%;
  position: relative;
}
section.exp .container .flex-wrapper .flex-wrapper_box .border-box span {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #3C4B64;
  margin-bottom: 19px;
  display: block;
}
section.exp .container .flex-wrapper .flex-wrapper_box .border-box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
section.exp .container .flex-wrapper .flex-wrapper_box .border-box img {
  position: absolute;
  bottom: 35px;
  left: 25px;
}

section.podhod {
  background: #F5FBFE;
  padding-top: 86px;
  padding-bottom: 85px;
}
section.podhod .container {
  position: relative;
}
section.podhod .container img.kaska {
  position: absolute;
  top: -368px;
  right: -648px;
}
section.podhod .container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 139px;
}
section.podhod .container h2 span {
  color: #3BB9FF;
}
section.podhod .container .border-box {
  border: 3px dashed #D8E8F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 332px;
}
section.podhod .container .border-box .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: -83px;
  margin: 0 45px 0 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.podhod .container .border-box .flex-wrapper .flex-wrapper_box {
  width: 276px;
}
section.podhod .container .border-box .flex-wrapper .flex-wrapper_box h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 10px;
}
section.podhod .container .border-box .flex-wrapper .flex-wrapper_box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
section.podhod .container .border-box .flex-wrapper .flex-wrapper_box img {
  margin: 0 auto;
  display: block;
  margin-bottom: 32px;
}
section.podhod .container .border-box a.cell_button {
  max-width: 382px;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 27px solid #F5FBFE;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "proxima_nova", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  bottom: 42px;
}



section.FAQ {
  padding: 100px 0;
}
section.FAQ .container {
  position: relative;
}
section.FAQ .container img.kaska-left {
  position: absolute;
  top: -89px;
  left: -596px;
}
section.FAQ .container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 60px;
}
section.FAQ .container .div-list ul {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  list-style: none;
  margin-left: 45px;
}
section.FAQ .container .div-list ul li {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.FAQ .container .div-list ul li::before {
  content: "";
  background: url(../img/mark_h3.svg);
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: -41px;
  top: 4px;
}
section.FAQ .container .div-list ul li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.FAQ .container .div-list ul li .text p {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 20px;
}
section.FAQ .container .div-list ul li .text .blue-line {
  width: 100%;
  height: 1px;
  background: #3BB9FF;
}
section.FAQ .container .div-list ul li .text img {
  width: 24px;
  height: 24px;
  margin-left: 20px;
  pointer-events: all;
}
section.FAQ .container .div-list ul li .text img:hover {
  cursor: pointer;
}
section.FAQ .container .div-list ul li .list-extend-box {
  margin-top: 20px;
  padding: 23px 40px;
  background: #F5FBFE;
}
section.FAQ .container .div-list ul li .list-extend-box.hidden {
  display: none;
}


@media screen and (max-width: 1228px) {

  .laborator {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .main {
    height: 676px;
  }
  .main .container .content .stars1 {
    top: 79px;
    left: 16px;
  }
  .main .container .content .stars1 img {
    height: 59px;
  }
  .main .container .content .helmet {
    top: 71px;
    right: -78px;
  }
  .main .container .content .helmet img {
    width: 151.29px;
  }
  .main .container .content .helmet_left {
    bottom: 96px;
    left: -89px;
  }
  .main .container .content .helmet_left img {
    width: 170px;
  }
  .main .container .content .circle1 {
    top: -37px;
    left: -108px;
    z-index: 4;
  }
  .main .container .content .circle1 img {
    width: 351px;
  }
  .main .container .content .ellipse {
    bottom: 45px;
    left: -117px;
  }
  .main .container .content .ellipse img {
    width: 581px;
  }
  .main .container .content .mount_vector {
    top: -91px;
    right: -2950px;
  }
  .main .container .content .ellipse-mobile {
    display: block;
  }
  .main .container .content .ellipse-mobile img {
    width: 581px;
  }
  .main .container .content .big_ellipse {
    display: none;
  }
  .main .container .content .stars2 {
    bottom: 122px;
    right: 17px;
    z-index: 5;
  }
  .main .container .content .stars2 img {
    height: 56px;
  }

}
@media screen and (max-width: 960px) {
  section.podhod .container .border-box {
    height: 603px;
  }
}
@media screen and (max-width: 768px) {


  section.process {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  section.process .container h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 60px;
  }
  section.process .container .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 116px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
  section.process .container .flex-wrapper .flex-wrapper-cell {
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.process .container .flex-wrapper .flex-wrapper-cell span {
    font-weight: 250;
    font-size: 48px;
    line-height: 58px;
    color: #3BB9FF;
    -webkit-box-flex: 0.6;
        -ms-flex: 0.6;
            flex: 0.6;
  }
  section.process .container .flex-wrapper .flex-wrapper-cell .flex-text-mob {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  section.process .container .flex-wrapper .flex-wrapper-cell .flex-text-mob h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  section.process .container .flex-wrapper .flex-wrapper-cell .flex-text-mob p {
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    line-height: 17px;
  }
  section.complex-proect{
    padding-bottom: 36px;
  }

  section.complex-proect .container .flex-wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 640px) {

  .main {
    height: calc(100vh - 91px);
    padding-top: 91px;
    padding-bottom: 0px;
  }
  .main .container .content .big_mount {
    top: 192px;
    right: -1221px;
  }
  .main .container .content .big_mount img {
    width: 1902px;
  }
  .main .container .content .building {
    width: 600px;
    bottom: -69px;
    right: -164px;
  }
  .main .container .content .building img {
    width: 600px;
  }
  .main .container .content .bashk-map-vector {
    bottom: 7px;
    right: -51px;
    z-index: 5;
    width: 270px;
  }
  .main .container .content .bashk-map-vector img {
    width: 270px;
  }
  .main .container .content .stars1 {
    top: 79px;
    left: 16px;
  }
  .main .container .content .stars1 img {
    height: 59px;
  }
  .main .container .content .helmet {
    top: 71px;
    right: -78px;
  }
  .main .container .content .helmet img {
    width: 151.29px;
  }
  .main .container .content .helmet_left {
    bottom: 96px;
    left: -89px;
  }
  .main .container .content .helmet_left img {
    width: 170px;
  }
  .main .container .content .circle1 {
    top: -37px;
    left: -108px;
    z-index: 4;
  }
  .main .container .content .circle1 img {
    width: 351px;
  }
  .main .container .content .ellipse {
    bottom: -144px;
    left: -117px;
  }
  .main .container .content .ellipse img {
    width: 581px;
  }
  .main .container .content .mount_vector {
    top: -91px;
    right: -2950px;
  }
  .main .container .content .ellipse-mobile {
    display: block;
  }
  .main .container .content .ellipse-mobile img {
    width: 581px;
  }
  .main .container .content .big_ellipse {
    display: none;
  }
  .main .container .content .stars2 {
    bottom: 122px;
    right: 17px;
    z-index: 5;
  }
  .main .container .content .stars2 img {
    height: 56px;
  }


  .works {
    min-height: 561px;
  }
  .works .container h2 {
    margin-bottom: 8px;
  }
  .works .container .category {
    overflow: scroll;
    grid-template-columns: 167px 180px 210px 200px 200px;
  }
  .works .container .category::-webkit-scrollbar{
    height: 4px;
    width: 0px;
    background-color: #EEEEEE;
    border-radius: 5px;

  }

  .works .container .category::-webkit-scrollbar-thumb{
    background-color: #3BB9FF;
    border-radius: 5px;
  }
  .works .container .button_mdl_blue,
  .works .container .button_mdl_white {
    width: 140px;
    font-size: 12px;
    padding: 9px 9px;
  }
  .works .swiper.first {
    margin-top: 50px;
  }
  .works .swiper.first .swiper-wrapper {
    width: initial;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card {
    background-color: #f5fbfe;
    overflow: hidden;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo1,
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo2,
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo3 {
    max-height: 127px;
    background-size: cover;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    margin-left: 10px;
    width: 250px;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3bb9ff;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 15px;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a svg {
    margin-left: 9px;
  }
  section.porektirovanie .container .color-box .flex-wrapper {
    margin-top: 41px;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(1) {
    height: 90px;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(1) .cross {
    display: none;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(1) img {
    width: 125px;
    left: unset;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(1) img:nth-child(2) {
    width: 94px;
    left: unset;
    top: unset;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(2) .cross {
    display: block;
    right: 0;
    top: -15%;
    width: unset;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(2) .cross-left {
    display: block;
    left: 0;
    top: -15%;
    width: unset;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(3) .cross {
    display: block;
    right: 0;
    top: -15%;
    width: unset;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(3) .cross-left {
    display: block;
    left: 0;
    top: -15%;
    width: unset;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(4) .cross {
    display: block;
    right: 0;
    top: -15%;
    width: unset;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(4) .cross-left {
    display: block;
    left: 0;
    top: -15%;
    width: unset;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(5) .cross {
    display: block;
    right: 0;
    top: -15%;
    width: unset;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(5) .cross-left {
    display: block;
    left: 0;
    top: -15%;
    width: unset;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(6) .cross {
    display: block;
    right: 0;
    top: -15%;
    width: unset;
  }
  section.porektirovanie .container .color-box .flex-wrapper .flex-wrapper-cell:nth-child(6) .cross-left {
    display: block;
    left: 0;
    top: -15%;
    width: unset;
  }
  section.porektirovanie .container .color-box .circ {
    right: 4px;
    bottom: -41px;
    z-index: 11;
    width: 77px;
  }

  section.FAQ .container .div-list ul {
    font-size: 18px;
  }
  section.FAQ .container .div-list ul li .text p {
    min-width: 60%;
  }
}
@media screen and (max-width: 425px) {


  section.complex-proect .container .flex-wrapper {
    gap: 30px;
  }
  section.complex-proect .container .flex-wrapper .flex-wrapper-cell {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 134px;
    height: 154px;
  }
  section.complex-proect .container .flex-wrapper .flex-wrapper-cell .green-arrow {
    left: unset;
    width: 19px;
    height: 19px;
    top: -11px;
  }
  section.complex-proect .container .flex-wrapper .flex-wrapper-cell img {
    width: 50px;
    margin-bottom: 18px;
  }
  section.complex-proect .container .flex-wrapper .flex-wrapper-cell p {
    font-size: 12px;
    line-height: 15px;
  }
}
.formKons {
  position: relative;
  z-index: 22;
}