:root {
  --primary-color: #222223;
  --accent-color-d: #323335;
  --accent-color-l: #bfbfbf;
  --btn-color: #0d3ce0;
  --primary-text-color: #fafafa;
  /* --accent-text-color: #ffffff;  */
  /* --time: 250ms; */
  /* --cubic: cubic-bezier(0.4, 0, 0.2, 1); */
}
/*-------------------ABOUT PAGE----------------*/
.container-repair {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.about-page-wrap {
  max-width: 1072px;
  width: 100%;
  margin: 0 auto;
}
.about-page-wrap h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 150%; /* 54px */
  margin-bottom: 36px;
  margin-top: 54px;
}
.about-page-wrap img {
  max-width: 1072px;
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 32px;
  margin-bottom: 36px;
}
.about-page-wrap p {
  font-size: 20px;
  font-style: normal;
  line-height: 150%; /* 30px */
  margin-bottom: 36px;
}
.about-page-wrap h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%; /* 42px */
  margin-bottom: 16px;
}
.about-page-wrap p:nth-child(3) {
  padding-bottom: 36px;
  border-bottom: 1px solid var(--accent-color-l);
}
.galery-title {
  margin-bottom: 36px;
}
.galery-wrap {
  display: none;
  max-width: 1800px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  gap: 16px;
  /* flex-wrap: wrap; */
}
.galery-wrap1 {
  max-width: 1800px;
  width: 100%;
  object-fit: contain;
}
.galery-wrap1 img {
  /* object-fit: cover; */
  object-fit: contain;
  width: 100%;
  /* height: 690px; */
}
.swiper-galery {
  width: 100%;
}

.swiper-gallery-sl.swiper {
  display: none;
}
.btn-swiper-gal {
  display: none;
}

.galery-wrap img {
  object-fit: cover;
  width: 100%;
  height: 690px;
}
.galery-wrap div {
  width: 100%;
}
.galery-wrap div img:nth-child(1) {
  /* max-width: 800px; */
  width: 100%;
  /* height: 687px; */
}
.galery-wrap div img:nth-child(2) {
  /* max-width: 940px; */
  width: 100%;
  /* height: 687px; */
}
.galery-wrap img:nth-child(3) {
  max-width: 100%;
  /* height: 687px; */
}
.galery-wrap img:nth-child(4) {
  max-width: 800px;
  /* width: 100%; */
  /* width: 800px; */
  /* height: 500px; */
}
.galery-wrap img:nth-child(5) {
  max-width: 940px;
  /* width: 100%; */
  /* height: 500px; */
}
.swiper-galery.swiper {
  padding-bottom: 60px;
}
.swiper-galery.swiper .swiper-pagination {
  bottom: 5px;
}
.swiper-galery.swiper .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background-color: transparent;
  font-size: 14px;
  color: #fafafa;
  line-height: 20px;
  padding: 6px 0;
  text-align: center;
}
.swiper-galery.swiper .swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  background-color: #0d3ce0;
}
/*-------------------REPAIR PAGE----------------*/
.repair {
    border-radius: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 240px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.repair::before {
  content: ""; 
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  border-radius: 28px; 
  background: linear-gradient(90deg, #323335 0%, rgba(50, 51, 53, 0.79) 39.4%, rgba(50, 51, 53, 0.34) 100%);
  pointer-events: none; 
  z-index: 1;
}

.hero-container {
  position: relative; 
  z-index: 2; 
}


.price{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 6rem;
}
.price-text{
  font-size: 18px;
  margin-bottom: 2rem;

}


.price-title{
  font-size: clamp(1.5rem, 1.35vw, 3rem);
  padding: 1.4rem;
  border: 1px solid white;
  border-radius: 24px;
}

.repair.plumbing{
    background: linear-gradient( 90deg, #323335 0%, rgba(50, 51, 53, 0.79) 39.4%, rgba(50, 51, 53, 0.34) 100% ), url(../img/plumb-hero1.jpg), lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 240px;
    margin-bottom: 16px;
}
.repair.heating{
     background: linear-gradient( 90deg, #323335 0%, rgba(50, 51, 53, 0.79) 39.4%, rgba(50, 51, 53, 0.34) 100% ), url(../img/heating-hero.jpg), lightgray 50% / cover no-repeat;
      background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 240px;
    margin-bottom: 16px;
}
.hero-title.hero-title-page-h1{
    max-width: 100%;
}
.hero-title-page{
    font-size: 35px;
    max-width: 100%;
    margin-top: 70px;
    /*margin-bottom: 70px;*/
}
.hero-form-serv{
    margin-top: 50px;
}
.repair-wrap {
  /* width: 1859px;
  height: 754px; */
  padding: 50px 60px 40px 60px;
  border-radius: 36px;
  background: var(--accent-color-d);
}
.repair-wrap h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 150%; /* 96px */
}

.repair-title {
  margin-bottom: 16px;
}
.repair-wrap-img {
  display: flex;
  gap: 16px;
}
.repair-img1 {
  /* max-width: 1110px; */
  width: 100%;
  height: 557px;
  border-radius: 33px;
  object-fit: cover;
}
.repair-img2 {
  /* max-width: 560px; */
  width: 100%;
  height: 271px;
  border-radius: 26px;
  object-fit: cover;
}
.repair-img2:first-child {
  margin-bottom: 16px;
}
.repair-list-swiper {
  max-width: 1150px;
  object-fit: cover;
  width: 100%;
}
.repair-wrap-img2 {
  max-width: 570px;
  width: 100%;
  object-fit: cover;
}

.swiper-repair {
  width: 100%;
}
.swiper {
  width: 100%;
}
.repair-list {
  max-width: 1150px;
  width: 100%;
}
.swiper-slide {
  /* max-width: 1150px; */
  width: 100%;
}
.repair-list-swiper {
  position: relative;
}
.repair-item {
  max-width: 1150px;
  width: 100%;
}
.swpr-button-prev,
.swpr-button-next {
  position: absolute;
  z-index: 20;
}
.swpr-button-prev {
  top: 50%;
  left: 2px;
}
.swpr-button-next {
  top: 50%;
  right: 2px;
}
.repair-img2-ph {
  position: relative;
}

.repair-img2-ph:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 35, 0.52);
  border-radius: 33px;
  backdrop-filter: blur(3px);
  opacity: 0;
}

/*.repair-img2-ph:before {
   content: "+ фото";
  position: absolute;
  padding: 12px 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 38px;
  background: rgba(34, 34, 35, 0.66);
  backdrop-filter: blur(3px);

  z-index: 1;
  transition: opacity 0.4s ease;
  font-size: 20px;
  line-height: 150%; 
  font-weight: 500;
}*/

/* .services-item-open:hover:before,
.services-item-open:hover:after {
  opacity: 1;
} */
.swprp-button-prev,
.swprp-button-next {
  position: absolute;
  z-index: 20;
}
.swprp-button-prev {
  top: 50%;
  left: 2px;
}
.swprp-button-next {
  top: 50%;
  right: 2px;
}
.swprh-button-prev,
.swprh-button-next {
  position: absolute;
  z-index: 20;
}
.swprh-button-prev {
  top: 50%;
  left: 2px;
}
.swprh-button-next {
  top: 50%;
  right: 2px;
}
/*-------------------REPAIR SLOGAN PAGE----------------*/
.repair-slogan-wrap {
  max-width: 912px;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  margin: 0 auto;
}
.repair-services-title {
  margin-bottom: 16px;
}
.repair-services-item {
  display: flex;
  flex-direction: column;
  /* align-items: stretch; */
  justify-content: flex-start;
  /* gap: 16px; */
}
.repair-services-text {
  /* margin-top: 16px; */
  margin-bottom: 20px;
}
.repair-item-text {
  text-align: center;
  line-height: 150%; /* 24px */
}
.repair-services-item-text {
  line-height: 150%; /* 24px */
  list-style: circle;
  margin-left: 24px;
  margin-bottom: 8px;
}
.repair-services-item-img {
  max-width: 560px;
  width: 100%;
  height: 355px;
  object-fit: cover;
  margin-bottom: 0;
  border-radius: 21px;
}
.repair-services-item-img.repair-services-item-img-dop{
  max-width: 180px;
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin-bottom: 0;
  /*border-radius: 21px;*/
  margin-left: auto;
  margin-right: auto;
}
.repair-advantages-title {
  margin-bottom: 16px;
}
/*-------------------REVIEWS reviews PAGE----------------*/
.reviews-title {
  margin-bottom: 16px;
}
.reviews-list {
  max-width: 1800px;
  width: 100%;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}
.reviews-item {
  max-width: 500px;
  width: 100%;
}
.reviews-item-wrap {
  padding: 24px;
  max-width: 500px;
  width: 100%;
   height: 280px; 
  align-items: center;
  border-radius: 18px;
  background: var(--accent-color-d);
  margin-bottom: 16px;
}
.reviews-item-name {
  margin: 0 auto;
  text-align: center;
}
.reviews-item-img {
  margin: 0 auto;
  margin-bottom: 16px;
    width: 108px;
  height: 108px;
  border-radius: 50%;
}
.reviews-item-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.reviews-list-desctop.section-list {
  flex-wrap: nowrap;
}
.reviews-list-swiper.swiper {
  display: none;
}
.swiper-reviews {
  width: 100%;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  /* width:400px; */
}
.reviews-list-swiper .section-list {
  display: block;
}
.btn-swiper {
  display: none;
}
/*-------------------REPAIR REQUEST PAGE----------------*/

.questions-item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.repair-request-text {
  margin-bottom: 36px;
  text-align: center;
  font-size: 16px;

  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
.repair-request-form {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.repair-request-form input {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
  height: 40px;
  background-color: transparent;
  margin-right: auto;
  margin-left: auto;
  margin-top: 45px;
  border: none;
  border-bottom: 2px solid var(--accent-color-l);
  padding-bottom: 16px;
  font-size: 18px;
  color: #fafafa;
}
.repair-request-form input::placeholder {
  color: #cacaca;
  font-size: 18px;
  line-height: 150%; /* 27px */
}

/* .repair-request-form::after {
  content: url("../img/icon/Paperclip.svg");
  position: absolute;
  bottom: 12px;
  right: 5px;
  z-index: 10;
} */
.repair-request-form-paperclip {
  position: absolute;
  bottom: 148px;
  right: 5px;
  z-index: 10;
  background-color: transparent;
  border: none;
}
.heating-slogan-wrap {
  max-width: 665px;
}
.plumbing-slogan-wrap {
  /* max-width: 912px; */
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  margin: 0 auto;
}
.piumbing-slogan-wrap {
  max-width: 500px;
  text-align: center;
  line-height: 150%; /* 24px */
  margin-left: auto;
  margin-right: auto;
}
/*-------------------BLOG PAGE----------------*/
.blog-wrap {
  display: flex;
  gap: 36px;
  background: var(--accent-color-d);
  padding: 36px 60px;
  border-radius: 32px;
}
.blog-wrap-art1 {
  position: relative;

  max-width: 770px;
  width: 100%;
}
.blog-img1 {
  max-width: 770px;
  max-height: 400px;
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  margin-bottom: 36px;
}
.blog-wrap-art2 {
  display: flex;
  gap: 36px;
}
.blog-wrap-art2:first-child {
  margin-bottom: 45px;
}
.blog-img2 {
  max-width: 370px;
  min-height: 260px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.blog-wrap-art {
  max-width: 930px;
  width: 100%;
}
.blog-wrap-art2-text {
  max-width: 520px;
  width: 100%;
}
.blog-btn {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 10px 22px;
  border-radius: 38px;
  background: var(--btn-color);
  color: var(--primary-text-color);
}
.btn-mob-bl {
  display: none;
}
.blog-item-open {
  display: block;
  position: relative;
}

.blog-item-open:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 35, 0.52);
  border-radius: 33px;
  backdrop-filter: blur(3px);
  opacity: 0;
}

.blog-item-open:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/icon/Frame45.png) no-repeat center center;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease;
}

.blog-item-open:hover:before,
.blog-item-open:hover:after {
  opacity: 1;
}

.singl-blog-img {
  max-width: 1072px;
  width: 100%;
  /* height: 600px; */
  object-fit: cover;
  border-radius: 32px;
  /* margin-bottom: 36px; */
}
.singl-blog-img img {
  max-width: 1072px;
  width: 100%;
  height: 600px;
  /* border-radius: 32px; */
}

.entry-content p:nth-child(2) {
  padding-bottom: 36px;
  border-bottom: 1px solid var(--accent-color-l);
}
.about-page-wrap p:nth-child(3) {
  padding-bottom: 36px;
  border-bottom: 1px solid var(--accent-color-l);
}
/* .about-page-wra.single-page-wrap img {
  margin-bottom: 0;
}
.single-page-wrap img {
  margin-bottom: 0;
} */
@media screen and (max-width: 1600px) {
  .menu-btn {
    display: none;
  }
  .menu-btn-mob {
    display: block;
  }
  .container.calc-page-wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .calc-btn-blur {
    width: 182px;
    height: 182px;
    margin-right: 0;
  }
  .calc-btn {
    width: 162px;
    height: 162px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-form-sqr input {
    background-color: #222223;
  }
  .counter input {
    background-color: var(--primary-color);
  }
  .modal-form-row-2-page {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1451px) {
  .blog-wrap {
    display: block;
    padding: 20px;
  }
  .repair-wrap h1,
  .head-title {
    font-size: 52px;
  }
  .repair-wrap-img2 {
    max-width: 300px;
    width: 100%;
    object-fit: cover;
  }
  .reviews-item-wrap {
   height: 320px; 
}
  .blog-wrap-art {
    max-width: none;
    width: 100%;
  }
  .blog-wrap-art1 {
    margin: 0 auto;
  }
  .blog-wrap-art {
    display: flex;
  }
  .blog-wrap-art2 {
    display: block;
    max-width: 700px;
    width: 100%;
    padding: 24px;
    border-radius: 35px;
  }
  .blog-img2 {
    max-width: 770px;
    height: 300px;
    border-radius: 32px;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1250px) {
  .repair-wrap h1,
  .head-title {
    font-size: 48px;
  }
  .repair-wrap-img2 {
    display: none;
  }
  .reviews-item-wrap {
 
   height: 400px; 

}
}
@media screen and (max-width: 1120px) {
  .repair-wrap h1,
  .head-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 16px;
  }
  .repair-wrap {
    padding: 16px;
  }
  .about-page-wrap img {
    height: 500px;
  }
  .galery-wrap {
    flex-wrap: wrap;
  }
  .reviews-list.reviews-list-desctop {
    display: none;
  }
  .reviews-list-swiper.swiper {
    display: block;
  }
  .reviews {
    position: relative;
  }
  .reviews-item {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .reviews-item-wrap {
    margin-left: auto;
    margin-right: auto;
  }
    .reviews-item-wrap {
   height: 250px; 
}
  .btn-swiper {
    display: block;
  }
  .swr-button-prev,
  .swr-button-next {
    position: absolute;
  }
  .swr-button-prev {
    top: 0;
    left: 0;
  }
  .swr-button-next {
    top: 0px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
    .hero-form.hero-form-serv{
        display: block;
    }
    .hero-title-page {
    font-size: 20px;
    margin-top: 30px;
    /* margin-bottom: 70px; */
}
.repair {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 16px;
}
  .blog-wrap {
    background-color: transparent;
    padding: 0;
  }
  .blog-wrap-art1,
  .blog-wrap-art2 {
    max-width: 584px;
    width: 100%;
    padding: 16px;
    border-radius: 35px;
    background: var(--accent-color-d);
    margin-bottom: 16px;
  }
  .blog-wrap-art2 {
    margin-bottom: 16px;
    margin: 0 auto;
  }
  .blog-wrap-art2:first-child {
    margin-bottom: 16px;
  }
  .blog-wrap-art {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
  }
  .btn-mob-bl {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 10px; */
  }
  .blog-btn {
    display: none;
  }
  .blog-item-open:hover:before,
  .blog-item-open:hover:after {
    opacity: 0;
  }
  .blog-img1 {
    max-height: 320px;
    margin-bottom: 16px;
  }
  .blog-img2 {
    max-height: 320px;
    margin-bottom: 16px;
  }
  out-page-wrap img {
    height: 300px;
  }
  .about-page-wrap h1 {
    font-size: 24px;
  }
  .about-page-wrap p {
    font-size: 16px;
  }
  .about-page-wrap img {
    height: 400px;
  }
  .galery-wrap {
    flex-wrap: wrap;
  }
  .galery-wrap img {
    height: 400px;
  }
  .swiper-galery {
    display: none;
  }
  .swiper-gallery-sl {
    width: 100%;
  }
  .swiper-gallery-sl.swiper {
    display: block;
  }
  .btn-swiper-gal {
    display: block;
  }
  .galery {
    position: relative;
  }
  .btn-swiper-gal {
    display: block;
  }
  .swgs-button-prev,
  .swgs-button-next {
    position: absolute;
  }
  .swgs-button-prev {
    top: 0;
    left: 0;
  }
  .swgs-button-next {
    top: 0;
    right: 0;
  }
  .gallery-list-swiper {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .gallery-list div img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .galery.section-b {
    margin-bottom: 10px;
  }
  .container-repair {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .repair-request-text {
    font-size: 12px;
    margin-bottom: 28px;
  }
  .request-new {
    padding: 0px 0 0px 0px;
  }
  .repair-wrap {
    background-color: transparent;
  }
  .repair-banner {
    /* margin-top: 16px; */
    margin-bottom: 16px;
  }
  .repair-slogan {
    margin-bottom: 36px;
  }
  .repair-wrap h1,
  .head-title {
    font-size: 24px;
  }
  .repair-wrap-img div:last-child {
    display: none;
  }
  .repair-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .repair-img1 {
    margin: 0 auto;
    width: 100%;
    height: 350px;
    border-radius: 0;
  }
  .repair-services-item-img {
    height: 280px;
    border-radius: 16px;
  }

  .reviews-item-text {
    font-size: 15px;
  }

  .questions {
    margin-top: 56px;
  }
  .questions-item-title {
    font-size: 16px;
  }
  .steps-item-img {
    width: 40px;
    height: 40px;
  }
  .calc-btn-blur {
    margin-left: 0;
    margin-top: 36px;
    /* margin-bottom: 56px; */
  }
  .calc-btn-blur {
    display: block;
    max-width: 520px;
    width: 100%;
    height: 64px;

    /* margin: 0 auto; */
  }
  .calc-btn {
    max-width: 500px;
    width: 100%;
    height: 44px;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
  .calc-btn-blur.btn-blur.btn-blur-mob {
    max-width: 500px;
    width: 100%;
    padding-top: 1px;
    /* padding-left: 10px; */
    padding-right: 10px;
  }
  .calc-btn.btn-blue.btn-blue-mob {
    max-width: 480px;
    width: 98%;
    margin-left: 10px;
    margin-right: 10px;
    /* margin-bottom: 10px;
    margin-top: 10px; */
  }
  .modal-form-row-2-input upload-button {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
.hero-form-serv form input {
    width:100%;
}
.hero-form-serv .hero-btn-blue{
    max-width: 470px;
    width:100%;
}
.hero-form-serv .hero-btn-blur {
    /* margin: 0 auto; */
    max-width: 480px;
    width: 100%;
    height: 77px;
   
    display: block;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
  .repair-img1 {
    height: 250px;
  }
  .repair-services-item-img {
    height: 172px;
    border-radius: 16px;
  }
  .galery-wrap img {
    height: 289px;
  }
  .about-page-wrap img {
    height: 300px;
  }
  .blog-img1 {
    max-height: 300px;
  }
  .blog-img1 {
    max-height: 300px;
    margin-bottom: 16px;
  }
}
