@import url(styles/variables.css);
@import url(styles/reset.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Header styles */

.header-container {
  max-width: 1140px;
  height: 46px;
  background-color: #222;
  margin: 0 auto;
  border-radius: 0 0 570px 570px;
  padding: 0 50px 0 50px;
}

.header-items {
  min-height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-items li {
  position: relative;
}

.header-items > li::before {
  position: absolute;
  top: -13px;
  bottom: -5px;
  right: -40px;
  content: '';
  display: block;
  border-left: 1px solid white;
}

.header-items > li:last-child::before {
  display: none;
}

.header-items a,
.header-items h3 {
  color: #ffc527;
}

.header-items__social ul {
  display: flex;
  min-width: 150px;
  justify-content: space-around;
}

.header-items__facebook > svg,
.header-items__instagram > svg {
  width: 25px;
  height: 25px;
}

.header-items__youtube {
  display: block;
  margin-top: -2px;
}

.header-items__youtube > svg,
.header-items__tiktok > svg {
  width: 30px;
  height: 30px;
}

.header-items__tiktok {
  display: block;
  margin-top: -3px;
}

/* Header navigation menu styles */

.nav__container {
  max-width: 1050px;
  margin: 8px auto 3px auto;
  display: flex;
  justify-content: space-between;
}

.nav__logo {
  margin: -6px 0 0 0;
}

.nav__menu {
  display: flex;
  justify-content: space-between;
  min-width: 400px;
  margin: 10px 0 0 230px;
}

.nav__menu li a {
  /* border: 1px solid red; */
  display: block;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  color: #000;
}

.nav__action-button {
  background-color: #ffc527;
  padding: 15px 20px 12px;
  max-height: 54px;
  border-radius: 10px;
  margin-top: 7px;
  font-weight: 500;
}

/* Main section styles */

/* Slider styles */

.slider__content {
  max-width: 840px;
  margin-left: 185px;
}

.slider__container {
  background: url('assets/webp/background.webp') no-repeat center/cover;
  min-height: 810px;
  padding-top: 95px;
}

.slider__content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: white;
}

.slider__content h4 {
  padding-top: 8px;
  font-family: 'Roboto', Sans-serif;
  font-size: 45px;
  font-weight: 800;
  text-transform: none;
  line-height: 60px;
  color: white;
  max-width: 581px;
}

.slider__content p {
  margin-top: 49px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: white;
  max-width: 376px;
}

.slider__content .nav__action-button {
  margin-top: 20px;
  display: block;
  font-weight: 500;
  max-width: 184px;
  text-align: center;
  color: black;
}

.slider__container__google-reviews {
  margin-top: 140px;
  background-color: white;
  max-width: 90%;
  min-height: 72px;
  border-radius: 0 555px 555px 0;
  display: flex;
  justify-content: center;
}

.slider__container__google-reviews-rating {
  background-color: #ffc527;
  width: 170px;
  height: 52px;
  border-radius: 26px;
  margin: 10px 0 0 15%;
  padding: 2px 0 0 61px;
}

.slider__container__google-reviews-rating p {
  color: #000000;
  font-size: 32px;
  font-weight: 400;
}

.slider__container__google-reviews-stars {
  margin-left: 27px;
  padding-top: 14px;
}

.stars {
  display: flex;
  justify-content: space-evenly;
}

.stars svg {
  color: #ffab18;
  width: 15px;
  height: 15px;
}

.slider__container__google-reviews-text p {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
}

/* Our services styles */

.services-header-text {
  text-align: center;
  margin: 80px 0 30px 0;
}

.services-header-text h2 {
  color: #111111;
  font-size: 42px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 20px;
}

.services-header-text p {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 582px;
  margin: 0 auto;
}

.services-cards-container {
  max-width: 1125px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.services-card {
  background-color: #ffffff;
  padding: 15px 27px 15px 25px;
  box-shadow: 0px 0px 15px 0px
    rgba(25.00000000000001, 69.00000000000003, 94, 0.1);
  border-bottom: 4px solid #222222;
  max-width: 354px;
  margin-bottom: 35px;
}

.services-card-img {
  margin: 0 auto;
  color: #ffc527;
}

.services-card-img svg,
.services-card-img img {
  margin: 0 auto;
  color: #ffc527;
  width: 100px;
  height: 100px;
}

use.sink-trap {
  transform: scale(1.4);
  transform-origin: center center;
}

use.check-valve {
  position: absolute;
}

svg.check-valve {
  width: 200px;
  transform: scale(2);
  position: relative;
  top: 59px;
}

.services-card-header {
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  min-height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-card-text {
  font-size: 16px;
  margin: 5px auto 0 auto;
  text-align: center;
  text-overflow: ellipsis;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.services-card-button {
  max-width: 150px;
  text-align: center;
  margin: 13px auto 0 auto;
}

/* Call us block */

.call-us {
  margin: 40px auto 40px auto;
  background-color: #222;
  color: #000;
  max-width: 784px;
  min-height: 168px;
  border-radius: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 35px 0 35px 45px;
}

.call-us__header,
.call-us__inner-header {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  max-width: 280px;
  line-height: 1.8;
}

.call-us__img {
  padding: 0 10px 21px 50px;
}

.call-us__inner {
  padding-right: 40px;
}

.call-us__inner-header {
}

.call-us__inner-phone {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

/* About Us block */

.about-us {
  background-color: #eaf0f4;
  padding: 75px 0px 60px 0px;
  max-width: 100%;
}

.about-us__wrapper {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-us__info {
  max-width: 570px;
  padding: 10px;
}

.about-us-link {
  background-color: #222222;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ffc527;
  padding: 6px 20px 8px 20px;
  border-radius: 3px;
  margin-bottom: 20px;
  display: inline-block;
}

.about-us-link:hover {
  color: #000;
  background-color: #ffc527;
}

.about-us__header {
  color: #121212;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  max-width: 390px;
  margin-bottom: 20px;
}

.about-us__text {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-right: 35px;
}

.about-us__stats {
  max-width: 550px;
  border-radius: 10px;
  background-color: #ffc527;
  display: flex;
  justify-content: space-evenly;
}

.about-us__stats__inner {
  max-width: 150px;
  text-align: center;
  padding: 5px 10px 20px 10px;
  position: relative;
}

.about-us__stats__inner::after {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #111;
  top: 20%;
  right: -11px;
  height: 60%;
}

.about-us__stats__inner:last-child::after {
  border-right: none;
}

.about-us__stats__inner-number {
  color: #111111;
  font-size: 36px;
  font-weight: 700;
}

.about-us__stats__inner-text {
  color: #121212;
  font-size: 15px;
  font-weight: 600;
}

.about-us__photo-video-img {
  max-width: 350px;
  border-radius: 10px;
}

/* Our testimonials */

.our-testimonials {
  padding: 35px 0 45px 0;
  background-color: white;
}

.our-testimonials-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.our-testimonials__header {
  color: #111111;
  font-size: 42px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
  margin-bottom: 15px;
}

.our-testimonials__header-text {
  text-align: center;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  margin: 0 auto;
  max-width: 550px;
}

.our-testimonials__header-text-link {
  font-size: 20px;
  color: #ffc527;
  font-weight: bold;
}

.our-testimonials__testimonial {
  max-width: 553px;
  max-height: 336px;
  margin: 0 15px 0 15px;
  border: 2px solid #e6ecf1;
  background-color: #f3f7fa;
  border-radius: 55px;
  padding: 0 30px 30px 30px;
}

.our-testimonials__testimonial-header__wrapper {
  text-align: center;
  position: relative;
}

.our-testimonials__testimonial-img {
  max-width: 110px;
  max-height: 110px;
  position: absolute;
  left: 50px;
}

.our-testimonials__testimonial-header_person-name {
  color: #111111;
  font-size: 18px;
  font-weight: 900;
  line-height: 36px;
  margin: 15px 0 0 0;
}

.our-testimonials__testimonial-header-profession {
  color: #ffc527;
  font-size: 15px;
  font-weight: 500;
  line-height: 36px;
}

.our-testimonials__testimonial-header-quotes {
  color: #ffc527;
  height: 48px;
  width: 48px;
  display: block;
  margin: 25px auto 20px auto;
}

.our-testimonials__testimonial-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 0 auto;
}

/* recent-projects block */

.recent-projects {
  background-color: #eaf0f4;
}

.recent-projects__header {
  color: #111111;
  font-size: 42px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
  padding: 50px 0 25px 0;
}

.recent-projects__header-text {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 20px auto;
}

.recent-projects-types {
  text-align: center;
  background-color: #edf2f8;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}

.recent-projects-types a {
  margin: 0 10px;
}

.recent-projects-types-active {
  color: #ffc527;
}

.recent-projects__photos {
  max-width: 1120px;
  margin: 5px auto 0 auto;
  border-top: 1px solid #ddd;
  padding: 30px 15px 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.recent-projects__photos__photo {
  max-width: 334px;
}

.recent-projects__photos__photo-header {
  padding: 0;
  text-align: left;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  max-width: 334px;
  margin-top: -3px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.recent-projects__photos__photo-text {
  max-width: 334px;
  line-height: 0.9;
  margin: -2px 0 5px 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.recent-projects__photos__photo-and-description:hover
  .recent-projects__photos__photo-header,
.recent-projects__photos__photo-and-description:hover
  .recent-projects__photos__photo-text {
  opacity: 1;
}

/* our-expert-team */

.our-expert-team {
  background-color: white;
  padding: 60px 0 0 0;
}

.our-expert-team__header {
  text-align: center;
  color: #111111;
  font-size: 42px;
  font-weight: 800;
  line-height: 36px;
}

.our-expert-team__text {
  text-align: center;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 500px;
  margin: 25px auto 0 auto;
}

.our-expert-team__experts {
  display: flex;
  justify-content: center;
  padding: 45px 0 55px 0;
}

.our-expert-team__expert {
  margin: 0 38px;
}

.our-expert-team__expert__name {
  font-size: 22px;
  font-weight: 800;
  color: #111111;
  margin: 10px 0 5px 0;
}

.our-expert-team__expert__status {
  font-size: 16px;
  font-weight: 600;
  color: #ffc527;
  margin-bottom: 5px;
}

.our-expert-team__expert__phone {
  font-weight: 700;
  color: #111111;
  margin-bottom: 10px;
}

/* Footer styles  */

.footer {
  background-color: #20202c;
}

.footer-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 0 30px 0;
  display: flex;
  justify-content: space-evenly;
}

.footer__info-contacts__logo-header {
  display: flex;
  align-items: center;
}

.footer__info-contacts__logo-header__svg {
  color: #ffc527;
  width: 60px;
  height: 60px;
}

.footer__info-contacts__header {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  max-width: 300px;
  text-align: center;
}

.footer__info-contacts__text {
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 370px;
  padding: 15px 0 20px 0;
}

.footer__info-contacts__call-us {
  color: #ffc527;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  width: 100%;
  display: inline-block;
}

.footer__info-contacts__phone {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 36px;
  padding: 10px 0 0 0;
  display: inline-block;
  width: 100%;
}

.footer__info-contacts__action-button {
  background-color: #ffc527;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 15px;
  fill: #121212;
  color: #121212;
  border-radius: 06px 06px 06px 06px;
  padding: 12px 15px 12px 15px;
  display: inline-block;
  margin-top: 18px;
  text-align: center;
}

.footer-links {
  padding-top: 6px;
}

.footer-links__header {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 50px;
  color: #ffffff;
}

.footer-links__list__list-item {
  position: relative;
  padding-left: 10px;
}

.footer-links__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
}

.footer-links__link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 3px;
  background-color: #ffc527;
}

/* Стили формы обратной связи */

.contact__us {
  padding: 30px 20px;
  background-color: #222222;
}

.contact-form {
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(13, 20, 30, 0.06);
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.contact-form__title {
  margin: 0 0 6px 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.contact-form__subtitle {
  margin: 0 0 16px 0;
  font-size: 0.95rem;
  color: #555;
}
.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form__label {
  font-size: 0.85rem;
  color: #333;
}
.contact-form__input,
.contact-form__textarea {
  font-size: 1rem;
  padding: 10px 12px;
  border: 1px solid #d6dbe8;
  border-radius: 8px;
  outline: none;
  background: #fff;
}
.contact-form__textarea {
  min-height: 110px;
  resize: vertical;
}
.contact-form__controls {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.contact-form__button {
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  background: #ffc527;
  color: #000;
}
.contact-form__note {
  margin-top: 10px;
  font-size: 0.825rem;
  color: #666;
}
.contact-form__hint {
  font-size: 0.82rem;
  color: #c0392b;
  display: none;
}
.contact-form__field--error .contact-form__input,
.contact-form__field--error .contact-form__textarea {
  border-color: #c0392b;
}
.contact-form__field--error .contact-form__hint {
  display: block;
}
@media (max-width: 560px) {
  .contact-form {
    padding: 16px;
    border-radius: 10px;
  }
}

/* Adaptive breakpoints */

@media (max-width: 1200px) {
  .nav__container {
    max-width: 95%;
    margin: 8px auto;
  }
  .nav__menu {
    margin: 10px 0 0 100px;
    min-width: auto;
    gap: 20px;
  }
  .services {
    padding: 0 35px;
  }
  .services-card {
    max-width: 380px;
  }
  .services-cards-container {
    justify-content: space-evenly;
  }
  .about-us {
    padding: 75px 15px 60px 15px;
  }
}

@media (max-width: 1100px) {
  .about-us {
    padding: 35px 10px 35px 10px;
  }
  .about-us__wrapper {
    justify-content: center;
  }
  .about-us__info {
    padding-bottom: 30px;
  }
  .our-testimonials {
    padding: 30px 15px 20px 15px;
  }
  .our-testimonials__testimonial-img {
    left: -17px;
  }
}

@media (max-width: 1024px) {
  .header-container {
    padding: 0 30px;
  }
  .header-items {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .header-items > li {
    margin: 5px 10px;
  }
  .header-items__social ul {
    justify-content: center;
    gap: 15px;
  }
  .header-items__email {
    display: none;
  }
  .header-items > li::before {
    border: none;
  }
  .nav__container {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
  }
  .nav__menu {
    margin: 10px auto 0 auto;
    gap: 20px;
  }
  .nav__action-button-header {
    margin: 10px auto 0 auto;
  }
}

@media (max-width: 915px) {
  .footer-wrapper {
    flex-wrap: wrap;
  }
  .footer__info-contacts {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer__info-contacts__logo-header {
    justify-content: center;
  }
  .footer__info-contacts__text {
    margin: 0 auto;
  }
  .footer__info-contacts__call-us,
  .footer__info-contacts__phone {
    text-align: center;
  }
  .footer__info-contacts__action-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 180px;
    text-align: center;
  }
  .footer-links__header {
    text-align: center;
  }
}

@media (max-width: 975px) {
  .slider__content {
    max-width: 840px;
    text-align: center;
    margin: 0 auto;
  }
  .slider__content h4 {
    margin: 0 auto;
  }
  .slider__content .nav__action-button {
    margin: 60px auto 0 auto;
  }
  .services-card {
    max-width: 480px;
  }
  .services-header-text {
    margin-top: 40px;
  }
  .services-cards-container {
    justify-content: center;
  }
}

@media (max-width: 880px) {
  .our-testimonials__testimonial-img {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .our-testimonials__testimonial {
    max-height: none;
    height: auto;
    padding: 15px 10px 10px 10px;
  }
  .our-testimonials__testimonial-header_person-name {
    margin: 0;
    line-height: 25px;
  }
  .our-testimonials__testimonial-header-profession {
    line-height: 0;
  }
  .our-testimonials__testimonial-header-quotes {
    margin: 5px auto;
  }
  .our-testimonials__testimonial-text {
    margin: 0 auto;
    padding: 0 15px 0 15px;
  }
}

@media (max-width: 810px) {
  .call-us {
    margin: 10px 15px 20px 15px;
  }
  .call-us__img {
    padding: 0 10px 21px 60px;
  }
}

@media (max-width: 768px) {
  .header-container {
    height: auto;
  }
  .header-items {
    flex-direction: column;
    align-items: center;
  }
  .header-items__phone,
  .header-items__email,
  .header-items__address {
    text-align: center;
  }
  .header-items__address {
    order: 3;
  }
  .header-items__social ul {
    margin-top: 0px;
  }
  .nav__menu {
    margin: 10px 0 0 0;
    justify-content: center;
  }
  .nav__container {
    align-items: center;
    padding: 0;
  }
  .nav__logo {
    margin-bottom: 0;
    padding-top: 3px;
  }
  .nav__menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 10px 0;
  }
  .nav__action-button {
    width: 100%;
    text-align: center;
    margin: 7px 0 0 0;
  }
  .slider__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    align-items: center;
    text-align: center;
  }
  .slider__content {
    max-width: 100%;
    margin: 0;
  }
  .slider__container__google-reviews {
    margin-top: 80px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 15px;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .slider__container__google-reviews-rating {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    text-align: center;
  }
  .slider__content {
    margin-left: 0;
    max-width: 95%;
  }
  .slider__container__google-reviews-stars {
    margin: 10px 0 0 0;
  }
  .services-card__read-more {
    margin: 10px auto 0 auto;
    max-width: 150px;
  }
  .call-us {
    display: block;
    padding: 15px;
    min-height: 168px;
  }
  .call-us__header {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 1.3;
  }
  .call-us__img {
    padding: 8px 0 0 0;
    display: block;
    margin: 0 auto;
  }
  .call-us__inner {
    text-align: center;
    padding-right: 0;
  }
  .call-us__inner-header {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .our-testimonials-wrapper {
    flex-wrap: wrap;
  }
  .our-testimonials__testimonial {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .recent-projects {
    padding-right: 10px;
    padding-left: 10px;
  }
  .recent-projects__photos {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 690px) {
  .our-expert-team {
    padding: 40px 15px 0 15px;
  }
  .our-expert-team__experts {
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .our-expert-team__experts div:last-child {
    margin-bottom: 0;
  }
  .our-expert-team__expert {
    margin-bottom: 20px;
  }
}
@media (max-width: 510px) {
  .nav__container {
    flex-direction: column;
  }
  .nav__menu {
    margin: 0;
  }
  .nav__action-button {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .header-container {
    padding: 0 15px;
  }
  .header-items li {
    min-width: auto;
  }
  .header-items__social ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .nav__menu {
    flex-direction: column;
    gap: 5px;
  }
  .nav__action-button {
    width: 100%;
    text-align: center;
  }
  .slider__content {
    margin-left: 0;
    text-align: center;
  }
  .slider__container__google-reviews {
    align-items: center;
    justify-content: flex-start;
  }
  .nav__container {
    padding: 0 10px;
  }
  .slider__container {
    min-height: auto;
    padding: 20px 15px 0 15px;
  }
  .slider__content h4 {
    font-size: 32px;
    line-height: 42px;
  }
  .slider__content p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }
  .slider__container__google-reviews {
    margin-top: 30px;
    max-width: 100%;
    flex-direction: column;
    padding: 15px;
  }
  .slider__container__google-reviews-rating {
    width: 140px;
    height: 48px;
    padding: 0;
  }
  .nav__menu {
    flex-direction: column;
    width: 100%;
    padding: 7px 0 9px 0;
  }
  .nav__menu li {
    width: 100%;
    text-align: center;
  }
  .nav__menu li a {
    padding: 0;
  }
  .nav__action-button {
    width: 100%;
    font-size: 1em;
  }
  .recent-projects__photos__photo {
    max-width: 100%;
  }
  .services-header-text h2 {
    font-size: 37px;
  }
  .footer-links {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__info-contacts {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__info-contacts__text {
    width: auto;
    text-align: center;
  }
}

@media (max-width: 440px) {
  .about-us__stats__inner::after {
    right: 0;
  }
}

/* service-page styles */

.service-page__top-img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  margin-top: 3px;
}

.service-page__content-wrapper {
  display: flex;
  justify-content: center;
}

.service-page__content {
  max-width: 1250px;
  box-sizing: border-box;
  margin: 50px 30px 80px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  background-color: white;
  padding: 30px;
}

.service-page__content__img {
  width: 560px;
  height: 411px;
  object-fit: cover;
  padding-right: 30px;
}

.service-page__content__headers {
  max-width: 520px;
}

.service-page__content__headers h1 {
  color: #ffc527;
  font-size: 41px;
  font-weight: 800;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  line-height: 1;
  margin-top: -6px;
}

.service-page__content__headers h2 {
  color: #111111;
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
  padding-top: 22px;
}

.service-page__content__headers h3 {
  color: #ffc527;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 20px;
}

.service-page__content__text {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-indent: 30px;
  padding: 15px 40px;
}

.service-page__content__text p {
  padding-top: 10px;
  text-align: justify;
  text-justify: inter-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 1200px) {
  .service-page__top-img {
    display: none;
  }
  .service-page__content {
    margin: 0;
    padding: 25px 25px 35px 25px;
  }
  .service-page__content__img {
    width: auto;
    max-height: 400px;
    object-fit: cover;
    padding-right: 0;
    padding-bottom: 25px;
  }
  .service-page__content__headers {
    width: 100%;
    max-width: 70%;
    text-align: center;
  }
  .service-page__content__headers h1 {
    padding-top: 0;
    font-size: 31px;
  }
  .service-page__content__headers h2 {
    font-size: 25px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-top: 7px;
  }
  .service-page__content__headers h3 {
    font-size: 22px;
    padding-top: 7px;
    text-align: center;
  }
}

@media (max-width: 830px) {
  .service-page__content__headers {
    max-width: 100%;
  }
  .service-page__content__headers h2 {
    max-width: 100%;
  }
  .service-page__content__text p {
    text-align: center;
    text-justify: auto;
    word-wrap: normal;
    overflow-wrap: normal;
    hyphens: auto;
  }
}

@media (max-width: 585px) {
  .service-page__content__headers h1 {
    padding-top: 30px;
    font-size: 25px;
  }
  .service-page__content__headers h2 {
    font-size: 22px;
  }
  .service-page__content__headers h3 {
    font-size: 19px;
  }
  .service-page__content__text {
    padding: 10px 5px;
  }
}
