* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.card-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.card-body a {
  color: #282828;
  text-decoration: none;
  display: inline-block;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

ul, ol {
  padding: 0;
  margin-bottom: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-left: 0;
  padding-right: 0;
}

header {
  background: #282828;
}
header .header_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .header_block .header_logo {
  flex: 0 0 auto;
  width: 8%;
}
header .header_block .header_contact {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0 90px;
  justify-content: flex-end;
}
header .header_block .hamurger {
  flex: 0 0 auto;
  width: 23.5%;
}
header .header_block .phone .phone_details {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
header .header_block .phone .phone_details .head_phone {
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
header .header_block .header_email a {
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
header .header_block .header_email a i {
  color: #fff;
  font-size: 30px;
}
header .header_block .hamburger {
  display: flex;
  align-items: center;
}

.breadcrumb.heroo {
  margin-bottom: 245px;
}

.breadcrumb .breadcrumb-item {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
}

.hero {
  background-image: url(../images/main_section_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 23px;
  padding-bottom: 120px;
}
.hero .hero_title {
  font-weight: 900;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  color: #FFFFFF;
  max-width: 915px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.hero .hero_little_title {
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 160px;
}
.hero .hero_button {
  text-align: center;
}
.hero .hero_button .hero_btn {
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  padding: 19px 88px;
  background: linear-gradient(110.45deg, #0095C3 13%, #126D92 87%);
}

.twentytwenty-handle {
  background-color: #0d789f;
  border: 3px solid #0d789f;
  border-radius: 1000px;
  z-index: 2222;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 58%;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 57%;
}

.section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  color: #000000;
  margin-bottom: 80px;
}
.section_title .blue_title {
  color: #00A0E3;
}

.about {
  padding: 105px 0;
  background: linear-gradient(90deg, #E7E7E7 50%, #BBBBBB 113.44%);
}
.about .about_block {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .about_block .about_item {
  flex: 0 0 auto;
  width: 44%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px 0;
  text-align: center;
  margin-top: 50px;
}
.about .about_block .about_item .about_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}
.about .about_block .about_item:first-child {
  margin-top: 0;
}

.square {
  background: #434242;
  padding: 110px 135px 55px 135px;
}
.square .square_block {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 65px 0;
}
.square .square_block .square_title {
  font-weight: 300;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
}
.square .square_shape {
  background: #D9D9D9;
  width: 1164px;
  height: 541px;
}

.quality {
  padding-top: 100px;
  padding-bottom: 160px;
  background-image: url(../images/quality_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}
.quality .section_title {
  color: #fff;
  margin-bottom: 65px;
}
.quality .quality_block {
  position: relative;
}
.quality .quality_block span {
  font-size: 26px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.quality .quality_block .material_text {
  position: absolute;
  top: 25px;
  width: 300px;
  left: 120px;
}
.quality .quality_block .quality_employees {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  position: absolute;
  bottom: -145px;
  left: 256px;
}
.quality .quality_block .quality_employees .employ {
  margin-bottom: 35px;
  max-width: 330px;
}
.quality .quality_block .quality_stage {
  position: absolute;
  top: 60px;
  left: 35%;
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
.quality .quality_block .quality_stage .stage {
  max-width: 330px;
}
.quality .quality_block .quality_deadline {
  position: absolute;
  top: 80px;
  right: 0;
  display: flex;
  align-items: center;
}
.quality .quality_block .quality_deadline .deadline_img {
  position: absolute;
  top: -115px;
  left: -158px;
}
.quality .quality_block .quality_deadline .deadline {
  max-width: 130px;
}
.quality .quality_block .quality_control {
  position: absolute;
  bottom: -10px;
  right: 205px;
}
.quality .quality_block .quality_control .control {
  max-width: 130px;
}
.quality .quality_block .quality_control .quality_img {
  position: absolute;
  top: -105px;
  left: -119px;
}

.service {
  padding: 121px 0 135px 0;
  background: #434242;
}
.service .section_title {
  color: #fff;
  margin-bottom: 20px;
}
.service .service_btn.special span {
  font-size: 20px;
  line-height: 29px;
}
.service .section_desc {
  font-weight: 700;
  line-height: 98px;
  color: #FFFFFF;
  margin-bottom: 150px;
}
.service .service_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service .service_block .service_image {
  flex: 0 0 auto;
  width: 49%;
}
.service .service_block .service_button {
  flex: 0 0 auto;
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px 0;
}
.service .service_block .service_button a {
  display: inline-block;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 44px 10px;
  border: 4px solid #00A0E3;
  border-radius: 282px;
  transition: all ease-in 0.3s;
}
.service .service_block .service_button a:hover {
  background: #00A0E3;
}

.gallery {
  padding: 125px 0 140px 0;
  background: linear-gradient(90deg, #E7E7E7 50%, #BBBBBB 113.44%);
}
.gallery .gallery_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
}
.gallery .gallery_block > div {
  width: calc(50% - 25px);
}
.gallery .gallery_block .twentytwenty-wrapper.twentytwenty-horizontal {
  width: calc(50% - 25px);
}
.gallery .gallery_block .twentytwenty-overlay {
  display: none;
}

.question {
  padding: 150px 0 50px 0;
  background-image: url(../images/questions.png);
  background-color: #000000;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.question .question_button {
  padding: 75px 45px 20px 60px;
  border: 6px solid #0192C0;
  border-radius: 114px;
  max-width: 910px;
  margin: 0 auto;
}
.question .question_button .question_title {
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.question .question_button .question_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.question .question_button .question_bottom .question_small_btn {
  padding: 13px 59px;
  background: linear-gradient(110.45deg, #0095C3 13%, #126D92 87%);
  text-align: center;
  border: none;
  border-radius: 30px;
  color: #FFFFFF;
  font-weight: 700;
}
.question .question_button .question_bottom .question_desc {
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  max-width: 380px;
  margin-bottom: 40px;
}

footer {
  padding: 70px 0 55px 0;
  background: #434242;
}
footer .footer_adress {
  text-align: center;
  margin: 0 auto;
  max-width: 690px;
  margin-bottom: 50px;
}
footer .footer_adress a {
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer_tel {
  margin-bottom: 15px;
  text-align: center;
}
footer .footer_tel a {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer_email {
  text-align: center;
}
footer .footer_email a {
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer_bottom {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}
footer .footer_bottom a {
  line-height: 25px;
  display: flex;
  font-size: 22px;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  max-width: 253px;
}

.main_topic {
  background: linear-gradient(90deg, #E7E7E7 50%, #BBBBBB 113.44%);
  padding: 0px 0px 40px 0px;
}
.main_topic .breadcrumb.shuvaq {
  padding-top: 25px;
  margin-bottom: 80px;
}
.main_topic .breadcrumb .breadcrumb-item.shuvaq {
  color: #000;
}
.main_topic .breadcrumb .breadcrumb-item.shuvaq a {
  color: #000;
}
.main_topic .topic_block {
  display: flex;
  justify-content: space-between;
}
.main_topic .topic_block .topic_right {
  flex: 0 0 auto;
  width: 44%;
}
.main_topic .topic_block .topic_right img {
  width: 100%;
}
.main_topic .topic_block .topic_left {
  flex: 0 0 auto;
  width: 46%;
}
.main_topic .topic_block .shuvaq_types {
  margin-bottom: 50px;
}
.main_topic .topic_block .shuvaq_types li {
  margin-bottom: 55px;
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.main_topic .topic_block .shuvaq_types li a {
  text-decoration: none;
  line-height: 29px;
  color: #000000;
}
.main_topic .topic_block .shuvaq_topic_button {
  text-align: center;
}
.main_topic .topic_block .shuvaq_topic_button a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 25px;
  border-radius: 30px;
  background: linear-gradient(110.45deg, #0095C3 13%, #126D92 87%);
}
.main_topic .topic_block .shuvaq_title {
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  display: flex;
  align-items: center;
  color: #000000;
  max-width: 540px;
  margin-bottom: 35px;
}
.main_topic .topic_block .shuvaq_small_title {
  font-weight: 700;
  padding-bottom: 25px;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 75px;
  max-width: 580px;
  border-bottom: 4px solid #0095C3;
}
.main_topic .topic_block .shuvaq_small_title.shtukaturka {
  margin-bottom: 20px;
}

.swiper-pagination-bullet {
  height: 17px;
  width: 17px;
  background: #fff;
  opacity: initial;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.execute {
  background: linear-gradient(90deg, #F5F5F5 50%, #BBBBBB 113.44%);
  padding: 85px 0 30px 0;
}
.execute .execute_block {
  display: flex;
  justify-content: space-between;
}
.execute .execute_block .excute_left {
  flex: 0 0 46%;
}
.execute .execute_block .excute_left img {
  width: 100%;
}
.execute .execute_block .excute_right {
  flex: 0 0 calc(54% - 75px);
}
.execute .execute_block .execute_types {
  list-style: none;
}
.execute .execute_block .execute_types li {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 0 40px;
}
.execute .execute_block .execute_types li a {
  text-decoration: none;
  line-height: 29px;
  color: #000000;
}
.execute .execute_block .execute_types.shumoizolyatsiya li, .execute .execute_block .execute_types.shtukaturka li {
  margin-bottom: 90px;
}

.shuvaq_quality {
  background: #D9D9D9;
}

.shuvaq_quality.kanal {
  background: #fff;
}

.stages .stages_block .stages_right, .stages .stages_block .stages_right.kanal {
  gap: 105px 0;
}

.stages {
  background: #D9D9D9;
}
.stages .section_title.stages {
  padding-top: 65px;
  padding-bottom: 65px;
  margin-bottom: 0;
}
.stages .stages_block {
  display: flex;
  flex-wrap: wrap;
}
.stages .stages_block .stages_left {
  flex: 0 0 50%;
}
.stages .stages_block .stages_left img {
  width: 100%;
  height: 100%;
}
.stages .stages_block .stages_right {
  flex: 0 0 50%;
  background: #434242;
  padding-left: 160px;
  line-height: 29px;
  position: relative;
  color: #FFFFFF;
}
.stages .stages_block .stages_right .stages_top.second {
  margin: 95px 0 257px 0;
}
.stages .stages_block .stages_right .stages_middle.second {
  margin-bottom: 225px;
}
.stages .stages_block .stages_right .stages_123 {
  position: absolute;
  top: 80px;
  left: 50px;
}

.shuvaq_quality {
  padding: 92px 0;
}
.shuvaq_quality .shuvaq_quality_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  margin: 0 auto;
  color: #000000;
  max-width: 80%;
}
.shuvaq_quality .shuvaq_quality_title .blue_quality_title {
  color: #0095C3;
}

.price {
  padding: 80px 0 140px 0;
  background: linear-gradient(90deg, #E7E7E7 50%, #BBBBBB 113.44%);
}
.price .section_title.price_part {
  margin-bottom: 60px;
}
.price .table_name {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3803921569);
}
.price .top_bar {
  background: #17375D;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  padding: 5px;
}
.price .price_table {
  width: 100%;
}
.price .price_table thead tr {
  background: #17375D;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}
.price .price_table tr td, .price .price_table th {
  padding: 7px;
}
.price .price_table tbody tr {
  font-size: 18px;
}
.price .price_table tbody tr:nth-child(2n) {
  background: #95B3D7;
}
.price .price_table tbody tr:nth-child(2n-1) {
  background: #DBE5F1;
}

.portfolio {
  background: #282828;
  padding: 83px 0 50px;
}
.portfolio .section_title.portfolio_part {
  margin-bottom: 75px;
  color: #fff;
}
.portfolio .portfolio_wrapper .portfolio_item {
  display: flex;
  flex-direction: column;
  gap: 45px 0;
}

.question.shuvaq {
  background-color: #000;
  background-image: url(../images/question_more.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.question.shuvaq .question .question_button.shuvaq {
  padding: 40px 45px 0px 60px;
}

.footer_social .right > a {
  color: transparent;
}

footer .footer_wrapper {
  display: flex;
  gap: 45px;
  justify-content: space-between;
}
footer .footer_wrapper .footer_left {
  flex: 0 0 60%;
  padding: 26px 30px;
  border: 6px solid #0192C0;
}
footer .footer_wrapper .footer_left .footer_location {
  line-height: 29px;
  color: #FFFFFF;
  max-width: 100%;
  margin-bottom: 25px;
}
footer .footer_wrapper .footer_left .phone_detail {
  display: flex;
  align-items: flex-start;
  gap: 0 15px;
}
footer .footer_wrapper .footer_left .phone_detail img {
  max-width: 29px;
}
footer .footer_wrapper .footer_left .phone_detail .footer_phone {
  font-weight: 700;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
footer .footer_wrapper .footer_left .footer_post i {
  font-size: 27px;
}
footer .footer_wrapper .footer_left .footer_post a {
  font-weight: 700;
  align-items: center;
  gap: 0 15px;
  display: flex;
  color: #fff;
  margin-bottom: 15px;
}
footer .footer_wrapper .footer_left .footer_social {
  display: flex;
  gap: 0 60px;
}
footer .footer_wrapper .footer_left .footer_social .left {
  display: flex;
  gap: 6px;
}

.stages .stages_block .stages_right .stages_123.qurilma {
  top: 125px;
  left: 50px;
}

.question.qurilma {
  background-color: #000;
  background-image: url(../images/qurilma_question_bg.png);
  background-size: cover;
  background-repeat: repeat;
}

.electr_main {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #000;
  background-image: url(../images/electr_main.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.electr_main .electr_title {
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  color: #FFFFFF;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 160px;
}
.electr_main .electr_button {
  text-align: center;
}
.electr_main .electr_button a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 25px;
  border-radius: 30px;
  background: linear-gradient(110.45deg, #0095C3 13%, #126D92 87%);
}

.video {
  padding: 130px 0 70px 0;
}
.video .video_block {
  margin-bottom: 90px;
  text-align: center;
}
.video .video_title {
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  color: #282828;
  font-family: "Montserrat", sans-serif;
}
.video .video_title a {
  text-decoration: none;
  color: #00A0E3;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.stages .stages_block .stages_right.four {
  gap: 105px 0;
}

.stages .stages_block .stages_right.electric {
  gap: 95px 0;
}

.stages .stages_block .stages_right,
.stages .stages_block .stages_right.three {
  padding: 80px 55px 50px 50px;
  gap: 62px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.stages .stages_block .stages_right {
  padding: 165px 45px;
}

.stages .stages_block .stages_right.chinni {
  gap: 110px 0;
}

.stages .stages_block .stages_right.izolyatsiya {
  gap: 143px 0;
}

.stages .stages_block .stages_right .stages_number::before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
}

.stages .stages_block .stages_right .stages_item {
  display: flex;
  gap: 0 50px;
  position: relative;
  padding-bottom: 135px;
}

.stages .stages_block .stages_right .stages_item:last-child {
  padding-bottom: 0;
}

.stages .stages_block .stages_right .stages_item::before {
  content: "";
  display: block;
  height: calc(100% - 88px);
  width: 2px;
  background-color: #276884;
  position: absolute;
  left: 34px;
  top: 78px;
}

.stages .stages_block .stages_right .stages_item:last-child::before {
  content: none;
}

.stages_number {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  position: relative;
  color: #fff;
  z-index: 22;
  height: 68px;
  width: 68px;
  justify-content: center;
  align-items: center;
  border: 2px solid #0192C0;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #434242;
}

.text_stage span {
  position: relative;
}

.text_stage span::before {
  content: none;
}

.stages .stages_block .stages_right .stages_item .stages_number::before {
  content: " ";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  flex: 0 0 auto;
  border: 1px solid #00A0E3;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.stages .stages_block .stages_right .stages_123.electric {
  top: 65px;
  left: 50px;
  display: none;
}

.main_topic .topic_block .topic_left.kanal {
  width: 53%;
}

.main_topic.kanal {
  padding: 0px;
}

.main_topic .topic_block .shuvaq_title {
  max-width: 640px;
}

.main_topic .topic_block .shuvaq_types.system {
  margin-bottom: 130px;
}

.electr_main .electr_title.charge {
  max-width: 971px;
}

.electr_main.recharge {
  background-image: url(../images/recharge_main.png);
}

.recommendation .rec_item::before {
  content: "01";
  position: absolute;
  top: -120px;
  left: -90px;
  font-weight: 700;
  font-size: 200px;
  line-height: 244px;
  color: #4F4F4F;
  z-index: -1;
}

.recommendation .rec_top .rec_item:last-child::before {
  content: "02";
}

.recommendation .rec_middle .rec_item:first-child::before {
  content: "03";
}

.recommendation .rec_middle .rec_item:last-child::before {
  content: "04";
}

.recommendation .rec_bottom .rec_item:first-child::before {
  content: "05";
}

.recommendation .rec_bottom .rec_item:last-child::before {
  content: "06";
}

.recommendation {
  padding: 130px 0 70px 0;
  background: #434242;
}
.recommendation .rec_title {
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #FFFFFF;
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 150px;
}
.recommendation .rec_title .blue_text {
  color: #00A0E3;
  font-weight: 700;
}
.recommendation .rec_item {
  z-index: 22;
  position: relative;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  max-width: 475px;
}
.recommendation .rec_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 180px;
  margin-left: 170px;
}
.recommendation .rec_middle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 180px;
  margin-left: 170px;
}
.recommendation .rec_bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
  margin-left: 170px;
}
.recommendation .rec_conclusion {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #00A0E3;
  max-width: 935px;
  margin: 0 auto;
}

.main_topic .topic_block .shuvaq_topic_button.gipsa {
  margin-bottom: 40px;
}

.execute.gipsa {
  background: #434242;
  padding: 70px 0;
}

.main_topic .topic_block .topic_right img {
  height: 100%;
}

.section_title.gipsa,
.execute .execute_block .execute_types li .white {
  color: #fff;
}

.section_title.gipsa {
  margin-bottom: 60px;
}

.execute .execute_block .execute_types.gipsa li {
  margin-bottom: 85px;
}

.video_block .gipsa {
  position: relative;
}

.video.gipsa {
  background: #E7E7E7;
}

.video_left {
  position: absolute;
  top: 9%;
  left: 340%;
}

.video_right {
  position: absolute;
  top: 9%;
  right: 340%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.price.gipsa {
  background: #fff;
}

.gipsa_rule {
  padding: 67px 0;
  width: 890px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #000000;
}

.blue_title {
  color: #00A0E3;
  font-weight: 700;
}

footer .footer_wrapper.gipsa {
  gap: 35px;
}

.electr_main.isolation {
  background-image: url(../images/izolyatsiya_main.png);
}

.electr_main .electr_title.isolation {
  max-width: 990px;
}

.advice {
  background: #434242;
  padding: 115px 0;
}
.advice .main_advice {
  max-width: 1025px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
}

.stages_bottom.isolate {
  margin-bottom: 65px;
}

.stages .stages_block .stages_right .stages_123.isolate {
  top: 140px;
}

.main_topic .topic_block .topic_left.chinni {
  width: 62%;
}

.main_topic .topic_block .shuvaq_types.chinni {
  margin-bottom: 41px;
}

.electr_main.floor {
  background-image: url(../images/floor.png);
}

.section_title.floor {
  margin-bottom: 45px;
}

.execute .execute_block .execute_types.floor li {
  margin-bottom: 60px;
}

.excute_left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.reason {
  padding: 115px 0;
  background: #434242;
}
.reason .reason_topic {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  color: #ffffff;
  margin-bottom: 190px;
  max-width: 900px;
}
.reason .reason_block {
  display: flex;
  margin-bottom: 145px;
  margin-left: 55px;
  justify-content: space-between;
}
.reason .reason_block .reason_item {
  position: relative;
  line-height: 29px;
  display: flex;
  color: #FFFFFF;
  max-width: 350px;
  z-index: 22;
}
.reason .reason_bottom {
  display: flex;
  gap: 150px;
  justify-content: center;
}
.reason .reason_bottom .bottom_item {
  position: relative;
  line-height: 29px;
  display: flex;
  color: #FFFFFF;
  max-width: 350px;
  z-index: 22;
}

.reason .reason_block .reason_item::before,
.reason .reason_bottom .bottom_item::before {
  content: "01";
  position: absolute;
  top: -120px;
  left: -90px;
  font-weight: 700;
  font-size: 200px;
  line-height: 244px;
  color: #4F4F4F;
  z-index: -1;
}

.reason .reason_bottom .bottom_item:first-child::before {
  content: "04";
}

.reason .reason_bottom .bottom_item:last-child::before {
  content: "05";
}

.reason .reason_bottom .bottom_item:first-child {
  margin-right: 80px;
}

.reason .reason_block .reason_item:nth-child(2):before {
  content: "02";
}

.reason .reason_block .reason_item:nth-child(3):before {
  content: "03";
}

.big_slider {
  padding: 30px 0 70px 0;
  background: #434242;
}
.big_slider .breadcrumb.task {
  margin-bottom: 70px;
}
.big_slider .task_title {
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.big_slider .task_desc {
  line-height: 29px;
  text-align: center;
  margin-bottom: 60px;
  color: #FFFFFF;
}
.big_slider .task_name {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 70px;
  color: #fff;
}
.big_slider .task_info {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 90px;
  color: #FFFFFF;
}
.big_slider .task_slider .task_block {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.stages_block .stages_right.gipsa {
  padding: 90px 65px;
}

.task_stage {
  background-image: url(../images/remont_bg.png);
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
}
.task_stage .section_title.task {
  padding: 74px 0 145px 0;
  color: #fff;
  margin: 0;
}
.task_stage .stage_img {
  padding-bottom: 340px;
}

.square.task {
  background-color: #fff;
}

.task_stage_bottom img {
  width: 100%;
}

.square .square_block .square_title.task {
  color: #000;
}

.stages_block .stages_right.gipsa {
  gap: 82px 0;
}

.portfolio_slide {
  background: #282828;
  padding: 125px 0 0px 0;
}
.portfolio_slide .section_title.tasks {
  max-width: 630px;
  color: #fff;
  margin-bottom: 100px;
}
.portfolio_slide .swiper-pointer-events {
  padding-bottom: 100px;
}
.portfolio_slide .port_img {
  margin-bottom: 30px;
}
.portfolio_slide .part_title {
  margin-bottom: 30px;
  line-height: 29px;
  color: #FFFFFF;
  font-weight: 700;
}
.portfolio_slide .part_desc {
  height: 75px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 90px;
}
.portfolio_slide .part_button {
  text-align: center;
}
.portfolio_slide .part_button a {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 90px;
  text-decoration: none;
  border-radius: 40px;
  background: linear-gradient(110.45deg, #0095C3 13%, #126D92 87%);
}

.twentytwenty-container img {
  height: 710px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.mobile_img {
  display: none;
}

.stages .stages_block .stages_right.three::before {
  content: " ";
  width: 3px;
  background-color: #00A0E3;
  height: 67vh;
  position: absolute;
  top: 106px;
  left: 60px;
}

.stages .stages_block .stages_right.stage2::before {
  content: " ";
  width: 3px;
  background-color: #00A0E3;
  height: 21vh;
  position: absolute;
  top: 90px;
  left: 60px;
}

.stages .stages_block .stages_right.four::before {
  content: " ";
  width: 3px;
  background-color: #00A0E3;
  height: 57vh;
  position: absolute;
  top: 90px;
  left: 60px;
}

.stages .stages_block .stages_right.electric::before {
  height: 28%;
  left: 61px;
}

.stages .stages_block .stages_right.stage2 {
  gap: 115px;
}

.stages .stages_block .stages_right.stage2::before {
  height: 25vh;
}

.video.chinni {
  background: linear-gradient(90deg, #E7E7E7 50%, #BBBBBB 113.44%);
}

.price.chinni {
  background: #fff;
}

.stages .stages_block .stages_right, .stages .stages_block .stages_right.system {
  gap: 0;
}

.stages_block .stages_right.system1 {
  gap: 82px 0;
}

.execute.qurilma {
  background: #fff;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
  margin-top: 30px;
}

.sub_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  color: #000000;
}

.stages_left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1400px) {
  .service .service_block .service_button a {
    font-size: 27px;
    padding: 24px 10px;
  }
  footer .footer_wrapper .footer_left {
    padding: 10px 20px;
  }
  .stages_block .stages_right.gipsa {
    padding: 90px 30px;
  }
  .stages_block .stages_right.gipsa {
    padding: 80px 50px;
  }
  .execute .execute_block .execute_types.charge li {
    margin-bottom: 60px;
  }
  .stages .stages_block .stages_right.system1 {
    gap: 87px 0;
  }
  .text_stage span::before {
    top: 12px;
    bottom: auto;
  }
  .stages .stages_block .stages_right.three.floor::before {
    height: 89vh;
  }
  .stages .stages_block .stages_right.izolyatsiya {
    gap: 152px 0;
  }
  .stages .stages_block .stages_right.stage2.floor::before {
    height: 34vh;
  }
  .stages .stages_block .stages_right.stage2 {
    gap: 76px;
  }
  .stages .stages_block .stages_right.stage2::before {
    height: 23vh;
  }
  .stages .stages_block .stages_right.gipsa::before {
    height: 68vh;
  }
  .stages .stages_block .stages_right.chinni::before {
    height: 77vh;
  }
  .stages .stages_block .stages_right.electric::before {
    height: 43%;
    left: 61px;
  }
  .stages .stages_block .stages_right.four::before {
    height: 75vh;
    top: 90px;
    left: 60px;
  }
  .stages .stages_block .stages_right.stage2::before {
    top: 90px;
    left: 61px;
  }
  .stages .stages_block .stages_right.three::before {
    height: 71vh;
  }
  .recommendation .rec_item {
    max-width: 450px;
  }
  .stages .stages_block .stages_right .stages_number::after {
    top: -4px;
    left: -14px;
  }
  footer .footer_wrapper .footer_left .footer_social {
    display: flex;
    gap: 0 0px;
  }
  .stages .stages_block .stages_right::before {
    height: 80vh;
    position: absolute;
    align-items: center;
    top: 64px;
    left: 60px;
  }
  .quality .quality_block .quality_employees .employ {
    margin-bottom: 7px;
  }
  .stages .stages_block .stages_right .stages_123.stages_123.charging {
    width: 48px;
  }
  .stages .stages_block .stages_right .stages_123 {
    top: 87px;
    width: 58px;
  }
  .portfolio_slide .port_img {
    margin-bottom: 30px;
    width: 100%;
  }
  .main_topic .topic_block .shuvaq_topic_button {
    margin-bottom: 30px;
  }
  .execute {
    padding: 60px 0;
  }
  .section_title.gipsa {
    margin-bottom: 60px;
  }
  footer .footer_wrapper .footer_left {
    flex: 0 0 56%;
  }
  .question .question_button {
    padding: 30px 45px 5px 60px;
  }
  .service .service_block .service_button {
    width: 42%;
    gap: 97px;
  }
  .gallery .gallery_block .gallery_item a img {
    width: 108%;
  }
}
@media (max-width: 1200px) {
  .header_logo a img {
    width: 100%;
  }
  .stages .stages_block .stages_right .stages_item {
    padding-bottom: 90px;
  }
  .reason .reason_block {
    margin-left: 35px;
  }
  .stages .stages_block .stages_right .stages_item {
    gap: 0 30px;
  }
  .stages .stages_block .stages_right .stages_number::after {
    top: -7px;
    left: -14px;
  }
  .recommendation .rec_middle,
.recommendation .rec_top,
.recommendation .rec_bottom {
    margin-left: 20px;
  }
  .recommendation .rec_item::before {
    top: -120px;
    left: -65px;
    font-size: 166px;
  }
  .section_title.gipsa {
    margin-bottom: 20px;
  }
  .main_topic .topic_block .topic_left {
    flex: 0 0 auto;
    width: 100%;
  }
  .stages .stages_block .stages_right.gipsa::before {
    height: 57%;
    left: 52px;
  }
  .stages .stages_block .stages_right.electric::before {
    height: 43%;
    left: 54px;
  }
  .stages .stages_block .stages_right.stage2::before {
    left: 53px;
  }
  .stages .stages_block .stages_right.four::before {
    height: 67vh;
    left: 55px;
  }
  .stages .stages_block .stages_right .stages_123.isolate {
    top: 116px;
  }
  .stages .stages_block .stages_right.three::before {
    height: 57vh;
    top: 64px;
    left: 53px;
  }
  footer .footer_wrapper .footer_left .footer_social {
    display: flex;
    gap: 0 0px;
  }
  .quality .quality_block .quality_deadline .deadline {
    max-width: 200px;
  }
  .quality .quality_block .quality_stage,
.quality .quality_block .quality_employees {
    align-items: center;
  }
  .qual_item {
    position: static;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .qual_item::before {
    content: "";
    height: 40px;
    width: 40px;
    background: url(../images/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .stages .stages_block .stages_right .stages_123.stages_123.charging2 {
    width: 41px;
  }
  .stages .stages_block .stages_right .stages_123.charging {
    top: 50px;
    left: 50px;
    width: 41px;
  }
  .stages .stages_block .stages_right .stages_123.qurilma {
    top: 100px;
  }
  .stages .stages_block .stages_right .stages_123 {
    width: 57px;
    left: 40px;
    top: 42px;
  }
  .stages .stages_block .stages_right .stages_123 {
    width: 49px;
  }
  .big_slider .task_title {
    font-size: 55px;
  }
  .portfolio_slide {
    padding: 70px 0 0px 0;
  }
  .portfolio_slide .section_title.tasks {
    max-width: 100%;
    margin-bottom: 71px;
  }
  .portfolio_slide .part_button {
    padding-bottom: 30px;
  }
  .portfolio_slide .part_desc {
    line-height: 29px;
    margin-bottom: 75px;
  }
  .task_slider {
    text-align: center;
  }
  .price {
    padding: 40px 0 80px 0;
  }
  .execute .execute_block {
    align-items: center;
  }
  .shuvaq_quality {
    padding: 70px 0;
  }
  .shuvaq_quality .shuvaq_quality_title {
    font-size: 35px;
    line-height: 36px;
  }
  .price .section_title.price_part {
    margin-bottom: 30px;
  }
  footer .footer_wrapper.gipsa {
    gap: 25px;
  }
  .execute .execute_block .execute_types.gipsa li {
    margin-bottom: 36px;
  }
  .reason {
    padding: 70px 0;
  }
  .execute {
    background: linear-gradient(90deg, #F5F5F5 50%, #BBBBBB 113.44%);
    padding: 0px 0;
  }
  .section_title.floor {
    margin-top: 20px;
  }
  .execute .execute_block .execute_types.floor li {
    margin-bottom: 33px;
  }
  .reason .reason_block .reason_item {
    line-height: 27px;
    max-width: 300px;
  }
  footer .footer_wrapper .footer_left {
    flex: 0 0 49%;
    padding: 11px;
  }
  footer .footer_wrapper {
    gap: 20px;
  }
  footer .footer_wrapper .footer_left .footer_social .youtube img {
    width: 50%;
  }
  .electr_main .electr_title {
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 147px;
  }
  .main_topic .topic_block .shuvaq_topic_button {
    margin-bottom: 40px;
  }
  .main_topic .topic_block .shuvaq_title {
    word-break: break-word;
    width: 549px;
    font-size: 49px;
    line-height: 60px;
  }
  .execute.chinni {
    padding: 0px;
  }
  .section_title {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .stages .stages_block .stages_right {
    padding: 60px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .execute .execute_block .execute_types li {
    margin-bottom: 44px;
  }
  .stages .stages_block .stages_right .stages_middle.isolate,
.stages .stages_block .stages_right .stages_top.chinni,
.stages_bottom.isolate,
.stages .stages_block .stages_right .stages_top.izolyatsiya,
.stages .stages_block .stages_right .stages_top.isolate,
.stages .stages_block .stages_right .stages_top.floor,
.stages .stages_block .stages_right .stages_top.floor2,
.stages .stages_block .stages_right .stages_middle.system,
.stages .stages_block .stages_right .stages_top.chinni2,
.stages .stages_block .stages_right .stages_middle.chinni2 {
    font-size: 15px;
    line-height: 20px;
  }
  .main_topic .topic_block .shuvaq_types li {
    margin-bottom: 40px;
  }
  header .header_block .header_contact {
    gap: 0 25px;
    width: 54%;
  }
  .breadcrumb.heroo {
    margin-bottom: 80px;
  }
  .square .square_shape {
    background: #D9D9D9;
    width: 120%;
    height: 463px;
  }
  .quality .quality_block .quality_control {
    right: 65px;
  }
  .service_image a img {
    width: 100%;
    height: 936px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .service .service_block .service_image {
    width: 100%;
  }
  .service .section_desc {
    margin-bottom: 50px;
  }
  .service {
    padding: 70px 0 70px 0;
  }
  .service .service_block .service_button a {
    font-size: 18px;
    padding: 24px 10px;
    line-height: 23px;
  }
  .service .service_block {
    justify-content: center;
  }
  .service .service_block .service_button {
    width: 50%;
    margin-top: 30px;
  }
  .gallery {
    padding: 80px 0 90px 0;
  }
  .question {
    padding: 90px 0 50px 0;
  }
  .question .question_button {
    padding: 44px 20px 0px 30px;
  }
  .hamburger_menu {
    text-align: end;
  }
  header .header_block .header_email a i {
    font-size: 26px;
  }
  .hamburger a img {
    width: 55%;
  }
  header .header_block .hamburger {
    flex: 0 0 auto;
    width: 30%;
  }
  .hero {
    padding-bottom: 50px;
  }
  .hero .hero_little_title {
    margin-bottom: 110px;
  }
  header .header_block .header_email a {
    gap: 0 10px;
    font-size: 17px;
  }
  .quality_block > div > img {
    display: none;
  }
  header .header_block .phone .phone_details .head_phone {
    font-size: 17px;
  }
  .quality {
    padding-bottom: 312px;
    padding-top: 50px;
  }
  .quality .quality_block span {
    font-size: 20px;
  }
  .quality .quality_block .material_text {
    position: static;
  }
  .quality .quality_block .quality_stage {
    gap: 30px;
  }
  .quality .quality_block .quality_control {
    bottom: 44px;
    right: 23px;
  }
  .quality .quality_block .quality_employees {
    bottom: -191px;
    left: 15px;
  }
  .quality .quality_block .quality_stage {
    top: 50px;
    left: 38%;
  }
  .quality .quality_block .quality_deadline {
    top: 202px;
  }
}
@media (max-width: 992px) {
  .service .service_btn.special span {
    font-size: 12px;
  }
  .reason .reason_block .reason_item::before, .reason .reason_bottom .bottom_item::before {
    top: -120px;
    left: -49px;
    font-size: 140px;
  }
  .stages .stages_block .stages_right .stages_item {
    gap: 0 25px;
    padding-bottom: 75px;
  }
  .text_stage span::before {
    top: -18px;
    left: -15px;
  }
  .stages .stages_block .stages_right.electric::before {
    height: 53%;
    left: 54px;
  }
  .recommendation .rec_bottom,
.recommendation .rec_top,
.recommendation .rec_top, .recommendation .rec_middle {
    margin-left: 0;
  }
  .stages .stages_block .stages_right.three::before {
    height: 65vh;
    top: 81px;
    left: 53px;
  }
  .stages .stages_block .stages_right.four::before {
    height: 71vh;
    left: 55px;
  }
  .recommendation .rec_item {
    max-width: 385px;
  }
  .recommendation .rec_top,
.recommendation .rec_middle {
    margin-bottom: 130px;
  }
  .recommendation .rec_item {
    max-width: 335px;
  }
  .main_topic .topic_block .topic_left.chinni {
    width: 100%;
  }
  .reason .reason_block {
    margin-bottom: 100px;
  }
  .main_topic .topic_block .topic_right {
    width: 100%;
    height: 500px;
  }
  .quality .quality_block .qual_item {
    position: static;
    width: 100%;
    margin-bottom: 40px;
    gap: 30px;
    align-items: stretch;
  }
  .qual_item::before {
    content: "";
    height: 50px;
    width: 50px;
  }
  .quality {
    padding-bottom: 90px;
  }
  .quality .quality_block .qual_item > span,
.quality .quality_block .quality_employees .employ,
.quality .quality_block .quality_stage .stage,
.quality .quality_block .quality_deadline,
.quality .quality_block .quality_control .control,
.quality .quality_block .quality_deadline .deadline {
    width: 100%;
    max-width: 100%;
  }
  .quality .quality_block span {
    line-height: 22px;
  }
  .quality .quality_block .quality_employees {
    align-items: center;
  }
  .quality .quality_block .quality_employees {
    bottom: -232px;
    left: 0px;
  }
  .qual_item,
.quality .quality_block .quality_stage,
.quality .quality_block .quality_employees {
    gap: 30px;
    align-items: center;
  }
  .quality .quality_block .quality_deadline {
    top: 233px;
  }
  .quality .quality_block .quality_stage {
    top: 110px;
    left: 24%;
  }
  .stages .stages_block .stages_right .stages_123.shuvaq {
    width: 41px;
    top: 81px;
  }
  .stages .stages_block .stages_right .stages_123.stages_123.charging2 {
    width: 34px;
    top: 15px;
  }
  .stages .stages_block .stages_right .stages_123.electric {
    width: 48px;
  }
  .stages .stages_block .stages_right .stages_123.qurilma {
    top: 110px;
    left: 40px;
    width: 58px;
  }
  .stages .stages_block .stages_right .stages_123.system2 {
    width: 45px;
    top: 47px;
  }
  .stages .stages_block .stages_right .stages_123.system {
    width: 45px;
  }
  .stages .stages_block .stages_right .stages_123.isolation {
    width: 41px;
    top: 33px;
  }
  .stages .stages_block .stages_right .stages_123.floor {
    width: 61px;
    top: 76px;
    left: 40px;
  }
  .stages .stages_block .stages_right .stages_123.isolate {
    top: 140px;
    left: 40px;
    width: 41px;
  }
  .stages .stages_block .stages_right .stages_123.electric {
    width: 58px;
  }
  .stages .stages_block .stages_right .stages_123 {
    width: 38px;
    top: 55px;
  }
  .big_slider .task_title {
    font-size: 41px;
  }
  .portfolio_slide .part_desc {
    font-size: 20px;
  }
  .big_slider .task_name {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .portfolio_slide .part_title {
    margin-bottom: 10px;
  }
  .big_slider .task_info {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 60px;
  }
  .task_stage .stage_img {
    padding-bottom: 85px;
  }
  .task_stage .stage_img img {
    width: 8%;
  }
  .recommendation .rec_title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 90px;
  }
  .recommendation .rec_item {
    font-size: 21px;
    line-height: 24px;
  }
  .recommendation .rec_conclusion {
    font-size: 33px;
    line-height: 37px;
  }
  .main_topic .topic_block .shuvaq_types.system {
    margin-bottom: 80px;
  }
  .advice .main_advice {
    font-size: 24px;
    line-height: 28px;
  }
  .advice {
    padding: 80px 0px;
  }
  .main_topic .topic_block {
    flex-wrap: wrap;
  }
  .main_topic .topic_block .topic_right {
    margin-bottom: 30px;
  }
  .execute .execute_block {
    align-items: center;
  }
  .main_topic .topic_block .topic_right img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .main_topic .topic_block .shuvaq_title {
    font-size: 40px;
    line-height: 48px;
    width: 100%;
  }
  .section_title.floor {
    margin: 8px 0;
  }
  .execute .execute_block .execute_types.gipsa li {
    margin-bottom: 23px;
  }
  .execute.gipsa {
    padding: 0px 0;
  }
  .shuvaq_quality .shuvaq_quality_title.kanal {
    font-size: 22px;
    line-height: 24px;
  }
  .gipsa_rule {
    width: 100%;
    font-size: 34px;
    line-height: 37px;
  }
  .main_topic .topic_block .topic_left.kanal {
    width: 100%;
  }
  .reason .reason_block .reason_item,
.reason .reason_bottom .bottom_item {
    line-height: 22px;
    font-size: 18px;
    max-width: 210px;
  }
  .execute .execute_block .execute_types.floor li {
    margin-bottom: 23px;
  }
  .main_topic .topic_block .shuvaq_types li a {
    font-size: 20px;
  }
  .section_title {
    font-size: 34px;
  }
  .execute .execute_block .execute_types li a {
    line-height: 19px;
    font-size: 20px;
  }
  .execute .execute_block .execute_types li {
    margin-bottom: 33px;
  }
  .stages .stages_block .stages_right .stages_123.gipsa {
    width: 57px;
  }
  .stages .stages_block .stages_right {
    padding-left: 25px;
    font-size: 17px;
  }
  .video {
    padding: 80px 0 40px 0;
  }
  .price {
    padding: 35px 0 80px 0;
  }
  .portfolio {
    padding: 40px 0 45px;
  }
  .portfolio .section_title.portfolio_part {
    margin-bottom: 40px;
  }
  footer .footer_wrapper .footer_left .footer_location {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .video .video_block a > img {
    width: 90%;
  }
  .execute .execute_block .excute_right {
    flex: 0 0 calc(54% - 50px);
  }
  footer .footer_wrapper .footer_left .phone_detail .footer_phone {
    line-height: 27px;
    font-size: 20px;
    margin-bottom: 9px;
  }
  footer .footer_wrapper .footer_left {
    flex: 0 0 90%;
    padding-left: 25px;
    padding-top: 14px;
  }
  footer .footer_wrapper .footer_left .footer_social {
    gap: 0 15px;
  }
  footer .footer_wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  footer .footer_bottom a {
    line-height: 21px;
    font-size: 14px;
  }
  .question .question_button .question_title {
    font-size: 30px;
    line-height: 3px;
  }
  .question .question_button .question_bottom .question_desc {
    line-height: 23px;
    font-size: 17px;
  }
  .question .question_button .question_bottom .question_small_btn {
    padding: 18px 50px;
    font-size: 14px;
  }
  footer {
    padding: 45px 0 40px 0;
  }
  footer .footer_adress a {
    font-size: 27px;
    line-height: 20px;
  }
  footer .footer_adress {
    margin-bottom: 20px;
  }
  footer .footer_tel a {
    font-weight: 600;
    font-size: 33px;
  }
  footer .footer_tel {
    margin-bottom: 0px;
  }
  footer .footer_email a {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  header .header_block .header_contact {
    display: none;
  }
  .stages .stages_block .stages_right .stages_item br {
    display: none;
  }
  .stages .stages_block .stages_right {
    padding: 50px 20px;
  }
  .reason .reason_block {
    margin-left: 0px;
  }
  .text_stage span::before {
    top: 4px;
    left: -15px;
  }
  .stages .stages_block .stages_right.gipsa::before {
    height: 60%;
    left: 69px;
  }
  .price .top_bar {
    padding: 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .stages .stages_block .stages_right.electric::before {
    height: 58%;
    left: 68px;
  }
  .stages .stages_block .stages_right.four::before {
    height: 53vh;
    left: 69px;
  }
  .stages_bottom {
    margin-bottom: 0px;
  }
  .stages .stages_block .stages_right.stage2 {
    padding-top: 30px;
  }
  .stages .stages_block .stages_right.stage2::before {
    top: 15px;
    left: 69px;
  }
  .recommendation .rec_top,
.rec_middle,
.recommendation .rec_bottom {
    flex-direction: column;
  }
  .stages .stages_block .stages_right.three::before {
    height: 58vh;
    top: 83px;
    left: 70px;
  }
  .recommendation .rec_item {
    max-width: 100%;
    margin-bottom: 120px;
  }
  .recommendation .rec_item::before {
    font-size: 150px;
  }
  .stages_bottom.isolate {
    margin-bottom: 65px;
  }
  .stages .stages_block .stages_left img {
    display: none;
  }
  .twentytwenty-container img {
    height: 400px;
  }
  .desktop_img {
    display: none;
  }
  .mobile_img {
    display: block;
  }
  .quality {
    padding-bottom: 10px;
  }
  .stages .stages_block .stages_right .stages_123.shuvaq {
    width: 36px;
  }
  .stages .stages_block .stages_right .stages_123.stages_123.charging {
    width: 40px;
  }
  .stages .stages_block .stages_right .stages_123.stages_123.charging2 {
    width: 28px;
    top: 14px;
  }
  .stages .stages_block .stages_right .stages_123.qurilma {
    top: 103px;
    width: 50px;
  }
  .stages .stages_block .stages_right .stages_123.qurilma2 {
    top: 39px;
    width: 7%;
  }
  .stages .stages_block .stages_right .stages_123.system {
    width: 35px;
    top: 57px;
  }
  .stages .stages_block .stages_right .stages_123.system2 {
    width: 32px;
    top: 27px;
  }
  .stages .stages_block .stages_right .stages_123.canal {
    width: 37px;
    top: 40px;
  }
  .stages .stages_block .stages_right .stages_123.isolation {
    width: 31px;
  }
  .stages .stages_block .stages_right .stages_123.gipsa {
    width: 46px;
  }
  .stages .stages_block .stages_right .stages_123.electric {
    width: 49px;
  }
  .stages .stages_block .stages_right .stages_123.floor {
    width: 41px;
  }
  .stages .stages_block .stages_right .stages_123.stages_left_electr {
    width: 6%;
  }
  .stages .stages_block .stages_right {
    padding: 30px;
  }
  .stages .stages_block .stages_right .stages_123.isolate {
    top: 7px;
    width: 6%;
    left: 50px;
  }
  .big_slider .task_title {
    font-size: 39px;
    line-height: 43px;
    text-align: start;
  }
  .portfolio_slide .section_title.tasks {
    max-width: 100%;
    font-size: 29px;
    margin-bottom: 39px;
  }
  .portfolio_slide .part_button a {
    font-size: 17px;
    line-height: 24px;
    padding: 10px 55px;
  }
  .portfolio_slide .part_title {
    margin-bottom: 10px;
  }
  .portfolio_slide .part_title {
    font-size: 19px;
  }
  .portfolio_slide .part_desc {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .task_stage .section_title.task {
    padding: 45px 0 75px 0;
  }
  .big_slider .task_info {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 50px;
  }
  .recommendation {
    padding: 80px 0 70px 0;
  }
  .recommendation .rec_title {
    font-size: 31px;
    line-height: 31px;
    margin-bottom: 100px;
  }
  .recommendation .rec_top,
.recommendation .rec_middle {
    margin-bottom: 25px;
  }
  .recommendation .rec_bottom {
    margin-bottom: 50px;
  }
  .main_topic .topic_block .topic_left {
    width: 100%;
  }
  .main_topic .topic_block .shuvaq_title {
    font-size: 34px;
    line-height: 35px;
  }
  .advice .main_advice {
    font-size: 18px;
    line-height: 28px;
  }
  .shuvaq_quality {
    padding: 70px 0;
  }
  .video_left {
    left: 130%;
  }
  .video_right {
    right: 150%;
  }
  .video_left,
.video_right {
    width: 126%;
  }
  .stages .section_title.stages {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .reason .reason_block {
    margin-bottom: 54px;
    flex-wrap: wrap;
  }
  .reason .reason_block .reason_item br,
.reason .reason_bottom .bottom_item br {
    display: none;
  }
  .reason .reason_block .reason_item,
.reason .reason_bottom .bottom_item {
    max-width: 100%;
    margin-bottom: 85px;
  }
  .reason .reason_block .reason_item:last-child {
    margin-bottom: 35px;
  }
  .reason .reason_bottom {
    gap: 0;
    flex-direction: column;
  }
  .reason .reason_topic {
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 70px;
  }
  .electr_main .electr_title {
    font-size: 41px;
    line-height: 48px;
    margin-bottom: 130px;
  }
  .electr_main {
    margin-bottom: 30px;
  }
  .shuvaq_quality .shuvaq_quality_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #000000;
  }
  .main_topic .topic_block {
    flex-wrap: wrap;
  }
  .execute .execute_block .excute_right {
    flex: 0 0 100%;
    padding-left: 20px;
  }
  .stages .stages_block .stages_left {
    flex: 0 0 100%;
  }
  .stages .stages_block {
    gap: 0;
  }
  .stages .stages_block .stages_right .stages_123 {
    width: 6%;
    left: 50px;
  }
  .stages .stages_block .stages_right .stages_item {
    gap: 0 45px;
  }
  .stages .stages_block .stages_right {
    flex: 0 0 100%;
  }
  .price .price_table tr td, .price .price_table th {
    font-size: 14px;
  }
  .portfolio .portfolio_wrapper .portfolio_item {
    align-items: center;
  }
  .stages .section_title.stages {
    padding-bottom: 41px;
    font-size: 30px;
    line-height: 51px;
    padding-top: 30px;
  }
  .main_topic .topic_block .topic_left.chinni {
    width: 100%;
  }
  .main_topic .topic_block .topic_right {
    width: 100%;
    height: 400px;
  }
  .execute .execute_block .excute_left {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .execute .execute_block .excute_left img {
    height: 400px;
  }
  .execute .execute_block {
    flex-wrap: wrap;
  }
  .main_topic.kanal {
    margin-bottom: 40px;
  }
  .hamburger a img {
    width: 68%;
  }
  .header_logo a img {
    width: 145%;
  }
  .hero .hero_title {
    font-weight: 600;
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 15px;
  }
  .hero .hero_little_title {
    margin-bottom: 65px;
  }
  .hero .hero_button .hero_btn {
    font-size: 16px;
    padding: 19px 70px;
  }
  .about {
    padding: 45px 0;
  }
  .section_title {
    font-size: 36px;
    line-height: 59px;
    margin-bottom: 8px;
  }
  .square {
    background: #434242;
    padding: 50px 80px 40px 80px;
  }
  .square .square_block {
    gap: 45px 0;
  }
  .quality .quality_block span {
    font-size: 18px;
  }
  .service {
    padding: 35px 0 50px 0;
  }
  .service .section_desc {
    margin-bottom: 35px;
    line-height: 27px;
  }
  .service_image a img {
    height: 500px;
  }
  .service .service_block .service_button {
    width: 85%;
    gap: 40px 0;
  }
  .gallery {
    padding: 50px 0 50px 0;
  }
  .question .question_button .question_title {
    font-size: 25px;
  }
  .question .question_button .question_bottom .question_desc {
    font-size: 15px;
  }
  .question .question_button .question_bottom .question_small_btn {
    padding: 5px 45px;
  }
  footer .footer_adress a {
    font-size: 23px;
  }
  footer .footer_tel a {
    font-size: 27px;
  }
  footer .footer_adress {
    margin-bottom: 0px;
  }
  .gallery .gallery_block {
    gap: 40px 0;
  }
  .gallery .gallery_block .twentytwenty-wrapper.twentytwenty-horizontal {
    width: calc(50% - 10px);
  }
  .about .about_block .about_item .about_title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0 10px;
  }
  .reason .reason_block .reason_item::before, .reason .reason_bottom .bottom_item::before {
    top: -124px;
    left: 0px;
    font-size: 110px;
  }
  .reason .reason_block .reason_item:last-child {
    margin-bottom: 70px;
  }
  .recommendation .rec_item::before {
    left: -5px;
  }
  .stages .stages_block .stages_right.four::before {
    height: 48vh;
    left: 69px;
  }
  .stages .stages_block .stages_right {
    padding: 67px 0 40px 57px;
  }
  .stages .stages_block .stages_right.stage2::before {
    height: 23vh;
  }
  .reason .reason_block {
    margin-bottom: 0px;
  }
  .stages .stages_block .stages_right .stages_123.isolation {
    width: 38px;
  }
  footer .footer_wrapper .footer_left {
    padding: 20px;
  }
  footer .footer_wrapper .footer_left .footer_social {
    gap: 0 15px;
    flex-direction: column;
  }
  .stages .stages_block .stages_right.three::before {
    height: 56vh;
    top: 76px;
    left: 70px;
  }
  .twentytwenty-container img {
    height: 400px;
  }
  .stages .stages_block .stages_right .stages_123.stages_123.charging {
    width: 48px;
  }
  .stages .stages_block .stages_right .stages_123.qurilma2 {
    top: 31px;
    width: 10%;
  }
  .stages .stages_block .stages_right .stages_123.system {
    width: 41px;
  }
  .stages .stages_block .stages_right .stages_123.canal {
    width: 47px;
    top: 40px;
  }
  .stages .stages_block .stages_right .stages_123.system2 {
    width: 40px;
    top: 27px;
  }
  .stages .stages_block .stages_right .stages_123.canal2 {
    top: 20px;
    left: 53px;
    width: 9%;
  }
  .stages_bottom.isolate {
    margin-bottom: 20px;
  }
  .stages .stages_block .stages_right .stages_123.isolate {
    top: 20px;
    width: 6%;
  }
  .stages .stages_block .stages_right .stages_123.stages_left_electr {
    width: 8%;
  }
  .big_slider .task_title {
    font-size: 35px;
    line-height: 38px;
  }
  .big_slider .task_desc {
    margin-bottom: 30px;
  }
  .electr_main .electr_title.charge {
    font-size: 33px;
    margin-bottom: 110px;
  }
  .recommendation .rec_middle {
    margin-bottom: 150px;
  }
  .recommendation .rec_top,
.recommendation .rec_middle {
    margin-bottom: 25px;
  }
  .recommendation .rec_conclusion {
    font-size: 29px;
    line-height: 30px;
  }
  .main_topic .topic_block .shuvaq_title {
    font-size: 30px;
  }
  .electr_main .electr_title.isolation {
    font-size: 32px;
  }
  .gipsa_rule {
    font-size: 23px;
    line-height: 27px;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 15px;
  }
  .price .section_title.price_part {
    margin-bottom: 17px;
  }
  .video .video_block {
    margin-bottom: 40px;
  }
  footer .footer_wrapper .footer_left .footer_social .youtube img {
    width: 35%;
  }
  .reason .reason_topic {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 70px;
  }
  .reason .reason_block {
    flex-wrap: wrap;
    gap: 0px;
  }
  .reason .reason_block .reason_item, .reason .reason_bottom .bottom_item {
    font-size: 18px;
    max-width: 100%;
  }
  .reason .reason_bottom {
    flex-wrap: wrap;
    gap: 0px;
  }
  .electr_main .electr_title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 110px;
    margin-top: 75px;
  }
  .stages .stages_block .stages_right {
    flex: 0 0 100%;
    padding: 30px;
  }
  .breadcrumb.heroo {
    margin-bottom: 20px;
  }
  .stages .stages_block .stages_right {
    gap: 0;
  }
  .execute {
    padding: 55px 0;
  }
  .shuvaq_quality .shuvaq_quality_title {
    font-size: 26px;
    line-height: 29px;
  }
  .shuvaq_quality {
    padding: 60px 0;
  }
  .stages .stages_block .stages_right .stages_123 {
    top: 38px;
    left: 53px;
    width: 6%;
  }
  .main_topic .breadcrumb.shuvaq {
    margin-bottom: 40px;
  }
  .execute .execute_block .excute_left {
    margin-bottom: 45px;
  }
  .hero .hero_title {
    font-size: 36px;
    line-height: 45px;
  }
  .section_title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .stages .section_title.stages {
    padding-bottom: 20px;
    font-size: 26px;
    padding-top: 20px;
  }
  .stages .stages_block {
    gap: 0px 0;
  }
  .stages .stages_block .stages_left img {
    height: 85%;
  }
  .stages .stages_block .stages_left {
    flex: 0 0 100%;
    height: 100%;
  }
  .about .about_block .about_item .about_img img {
    width: 70%;
  }
  .about .about_block .about_item {
    gap: 20px 0;
  }
  .about_item .about_title {
    font-size: 19px;
    line-height: 23px;
  }
  .square .square_block {
    gap: 28px 0;
  }
  .service_image a img {
    height: 370px;
  }
  .service .section_desc {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .question .question_button {
    border: none;
  }
  .question .question_button .question_bottom {
    flex-direction: column;
    align-items: center;
  }
  .stages .stages_block .stages_right .stages_item {
    gap: 0 12px;
  }
  .stages .stages_block .stages_right .stages_item {
    padding-bottom: 55px;
  }
  .question .question_button .question_bottom .question_desc {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .question .question_button .question_bottom .question_small_btn {
    padding: 12px 45px;
  }
  footer .footer_adress a {
    font-size: 21px;
  }
  footer .footer_tel a {
    font-size: 25px;
  }
  footer .footer_email a {
    font-size: 22px;
  }
  footer {
    padding: 30px 0 30px 0;
  }
}
@media (max-width: 480px) {
  .breadcrumb.heroo {
    margin-bottom: 0px;
  }
  .text_stage span::before {
    top: -20px;
    left: -15px;
  }
  .stages .stages_block .stages_right {
    padding-bottom: 0;
    padding-top: 0;
  }
  .stages .stages_block .stages_right::before {
    display: none;
  }
  footer .footer_wrapper .footer_left .footer_social .youtube img {
    width: 51%;
  }
  .portfolio_slide .swiper-pointer-events {
    padding-bottom: 15px;
  }
  .stages .stages_block .stages_right::before {
    height: 56vh;
    top: 76px;
    left: 29px;
  }
  .twentytwenty-container img {
    height: 400px;
  }
  .big_slider .task_title {
    font-size: 23px;
    line-height: 32px;
  }
  .big_slider .task_desc {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .big_slider .task_name {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .big_slider .task_slider .task_block {
    gap: 40px;
  }
  .task_stage .stage_img img {
    width: 10%;
    margin-left: 25px;
  }
  .portfolio_slide {
    padding: 25px 0 0px 0;
  }
  .portfolio_slide .section_title.tasks {
    max-width: 100%;
    font-size: 24px;
    margin-bottom: 29px;
  }
  .portfolio_slide .port_img {
    margin-bottom: 15px;
  }
  .portfolio_slide .part_button {
    padding-bottom: 50px;
  }
  .big_slider {
    padding: 15px 0 45px 0;
  }
  .electr_main .electr_title.charge {
    font-size: 22px;
    margin-bottom: 90px;
  }
  .main_topic .topic_block .shuvaq_types li img {
    max-width: 23px;
  }
  .recommendation .rec_title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 50px;
  }
  .recommendation .rec_top,
.recommendation .rec_middle,
.recommendation .rec_bottom {
    flex-direction: column;
    gap: 20px;
  }
  .recommendation .rec_conclusion {
    font-size: 22px;
    line-height: 24px;
  }
  .recommendation .rec_item {
    max-width: 95%;
    margin-bottom: 100px;
  }
  .main_topic .topic_block .shuvaq_topic_button a {
    font-size: 16px;
  }
  .advice {
    padding: 50px 0px;
  }
  .advice .main_advice {
    font-size: 15px;
    line-height: 23px;
  }
  footer .footer_wrapper .footer_left {
    flex: 0 0 100%;
  }
  .gipsa_rule {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
  }
  .main_topic .topic_block .shuvaq_title.system {
    max-width: 370px;
  }
  .video {
    padding: 40px 0 40px 0;
  }
  .reason .reason_topic {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 80px;
  }
  .electr_main .electr_title {
    font-size: 22px;
    line-height: 29px;
  }
  .execute .execute_block .execute_types li img {
    max-width: 23px;
  }
  .execute {
    padding: 0px 0;
  }
  .shuvaq_quality .shuvaq_quality_title {
    font-size: 23px;
    line-height: 24px;
  }
  .main_topic .topic_block .shuvaq_title {
    font-size: 27px;
    line-height: 33px;
    max-width: 430px;
  }
  .main_topic .topic_block .shuvaq_types li a {
    font-size: 15px;
    line-height: 17px;
  }
  .execute .execute_block .execute_types li a {
    line-height: 16px;
    font-size: 17px;
  }
  .execute .execute_block .execute_types li {
    gap: 0 25px;
  }
  .stages .section_title.stages {
    font-size: 20px;
    line-height: 25px;
  }
  .stages .stages_block .stages_right {
    padding-left: 25px;
    font-size: 21px;
    line-height: 22px;
    padding: 25px;
  }
  .stages .stages_block .stages_right .stages_123 {
    display: none;
  }
  .video .video_title {
    line-height: 23px;
    font-size: 18px;
  }
  .price .price_table tr td, .price .price_table th {
    font-size: 12px;
    word-break: break-all;
  }
  .hamburger a img {
    width: 90%;
  }
  .header_logo a img {
    width: 50px;
  }
  .hero .hero_title {
    font-size: 27px;
    line-height: 36px;
  }
  .hero .hero_title {
    font-size: 27px;
    line-height: 36px;
    margin-top: 25px;
  }
  .hero .hero_button .hero_btn {
    font-size: 15px;
    padding: 19px 50px;
  }
  .section_title {
    font-size: 21px;
    line-height: 30px;
  }
  .about_item .about_title {
    font-size: 16px;
    line-height: 21px;
  }
  .about .about_block .about_item {
    margin-top: 26px;
  }
  .square {
    background: #434242;
    padding: 30px 35px;
  }
  .square .square_shape {
    height: 380px;
  }
  .square .square_block .square_title {
    line-height: 23px;
    font-size: 18px;
  }
  .quality {
    padding-bottom: 30px;
  }
  .quality .quality_block span {
    font-size: 18px;
    line-height: 20px;
  }
  .quality .quality_block .quality_control {
    bottom: -12px;
    right: 11px;
  }
  .quality .quality_block .material_text {
    top: 9px;
    left: 9px;
    max-width: 33px;
  }
  .quality .quality_block .quality_employees {
    bottom: -210px;
  }
  .quality .quality_block .quality_stage {
    top: 201px;
    left: 50%;
  }
  .service .section_desc {
    font-size: 16px;
    line-height: 20px;
  }
  .service_image a img {
    height: 350px;
  }
  .service .service_block .service_button a {
    font-size: 15px;
    padding: 16px 10px;
    line-height: 17px;
  }
  .service .service_block .service_button {
    width: 100%;
    gap: 25px 0;
  }
  .service .service_btn.special span {
    line-height: 12px;
  }
  .gallery .gallery_block .twentytwenty-wrapper.twentytwenty-horizontal {
    width: 100%;
  }
  .gallery {
    padding: 30px 0 30px 0;
  }
  .question .question_button .question_title {
    font-size: 20px;
  }
  .question .question_button .question_bottom .question_desc {
    margin-bottom: 30px;
  }
  footer .footer_adress a {
    font-size: 18px;
  }
  footer .footer_tel a {
    font-size: 21px;
  }
  footer .footer_email a {
    font-size: 19px;
  }
}/*# sourceMappingURL=style.css.map */