@font-face {
  font-family: 'Aktiv Grotesk';
  src: local('Aktiv Grotesk');
  font-weight: 400 900;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  background: #fff;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.top-line {
  height: 8px;
  background: #ed1c24;
}

.header-container {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px;
}

.site-header {
  position: relative;
  z-index: 10;
  background: #fff;
}

.site-header .header-container {
  position: relative;
}

.logo {
  position: absolute;
  left: 35px;
  top: 0px;
  z-index: 5;
  width: 430px;
}

.header-actions {
  min-height: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 15px;
  border-radius: 5px;
  background: #ed1c24;
  color: #fff;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: normal;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.header-btn:hover {
  background: #c9141b;
  transform: translateY(-3px);
}

.main-nav {
  background: #16a4d0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

.nav-container {
  min-height: 65px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 50px;
}

.main-nav a {
  color: #fff;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: normal;
  transition: color 0.25s ease;
}

.main-nav a:hover {
  color: #e9f8ff;
}
.hero {
  position: relative;
  min-height: 710px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('images/hero-bg-two.jpg');
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.repair-header .hero-bg {
  background-image: url('images/repair-services.jpg');
}

.header-installation .hero-bg {
  background-image: url('images/installation-services.jpg');
}

.header-indoor .hero-bg {
  background-image: url('images/indoor-bg.jpg');
}

.header-services .hero-bg {
  background-image: url('images/services-bg.jpg');
}

.header-about .hero-bg {
  background-image: url('images/about-bg.jpg');
}

.hero-container {
  position: relative;
  z-index: 3;
  max-width: 1920px;
  width: 100%;
  padding: 70px 80px 240px 35px;
  display: flex;
  justify-content: right;
}

.inner .hero-container {
  max-width: 100%;
  padding: 10px 50px 50px;
  justify-content: right;
}

.inner {
  margin-top: 200px;
}

.hero-text {
  margin-right: 280px;
  padding: 22px 34px;
  border-radius: 14px;
  background: rgba(217, 217, 217, 0.55);
  text-align: center;
}

.hero-text h1 {
  margin: 0;
  color: #55addb;
  text-align: center;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 54.922px;
  font-weight: 800;
  line-height: normal;
}

.hero-text p {
  margin: 0;
  color: #55addb;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 43.922px;
  font-weight: 800;
  line-height: 50px;
}

.hero-text-inner {
  width: 750px;
  height: 426px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 160px;
}
.hero-text-inner h3 {
  margin: 5px 0;
  color: #55addb;

  font-size: 54.922px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.hero-text-inner p {
  color: #000;

  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px; /* 163.333% */
}

.hero-waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -260px;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}

.hero-waves img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1500px) {
  .logo {
    width: 340px;
  }

  .main-nav ul {
    gap: 30px;
  }

  .main-nav a {
    font-size: 22px;
  }

  .header-btn {
    font-size: 18px;
    padding: 0 22px;
  }

  .hero-text {
    margin-right: 0px;
  }

  .hero-text-inner {
    width: 550px;
  }

  .hero-text-inner h3 {
    font-size: 40px;
  }

  .hero-text-inner p {
    font-size: 24px;
  }

  .header-about .hero-bg {
    background-position: 20% center;
  }
}

@media (max-width: 991px) {
  .inner {
    margin-top: 0px;
  }

  .hero-text-inner h3 {
    font-size: 26px;
    font-weight: 700;
  }

  .hero-text-inner p {
    font-size: 19px;
    line-height: 1.5;
  }

  .hero-waves {
    bottom: 0;
  }

  .logo {
    position: relative;
    left: auto;
    top: auto;
    width: 300px;
    margin: 20px auto;
  }

  .header-actions {
    min-height: auto;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .nav-container {
    justify-content: center;
  }

  .main-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
    padding: 15px 0;
  }

  .hero-container {
    padding-top: 70px;
  }

  .hero-text h1 {
    font-size: 42px;
  }

  .hero-text p {
    font-size: 32px;
    line-height: 38px;
  }
}

.title-about-us {
  color: #fff !important;
  margin-left: 380px !important;
}

@media (max-width: 575px) {
  .title-about-us {
    margin-left: 0px !important;
  }
  .hero-container {
    padding: 10px 30px 10px;
  }
  .header-container {
    padding: 0 18px;
  }

  .header-btn {
    width: 100%;
  }

  .main-nav a {
    font-size: 19px;
  }

  .hero {
    min-height: 520px;
  }

  .hero-text h1 {
    font-size: 34px;
  }

  .hero-text p {
    font-size: 25px;
    line-height: 32px;
  }

  .hero-text-inner {
    width: fit-content;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 4px 18px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
  }

  .hero-text {
    text-align: center;
  }
}

.service-areas {
  margin-top: 210px;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.service-areas__container {
  position: relative;
  width: 100%;
  min-height: 1056px;
  margin: 0 auto;
}

.service-areas__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 1117px;
  height: 1056px;
  z-index: 1;
}

.service-areas__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-areas__images {
  position: absolute;
  right: 0;
  top: 0;
  width: 697px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.service-areas__images img {
  width: 697px;
  height: 505px;
  object-fit: cover;
}

.service-areas__card {
  position: absolute;
  z-index: 3;
  top: 95px;
  left: 50%;
  transform: translateX(-8%);
  width: 492px;
  border-radius: 46.878px;
  overflow: hidden;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.25);
}

.service-areas__head {
  border-radius: 46.878px 46.878px 0 0;
  background: #2c2a79;
  padding: 30px 45px 24px;
}

.service-areas__head h2 {
  margin: 0;
  color: #fff;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 48.05px;
  font-weight: 600;
  line-height: 49.222px;
}

.service-areas__body {
  background: #3f9ff2;
  padding: 22px 45px 35px;
}

.service-areas__body ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  margin-left: 30px;
}

.service-areas__body li {
  position: relative;

  color: #fff;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 35.159px;
  font-weight: 600;
  line-height: 49.222px;
}

@media (max-width: 1700px) {
  .service-areas__map {
    width: 62vw;
    height: auto;
  }

  .service-areas__map img {
    height: auto;
  }

  .service-areas__images {
    width: 38vw;
  }

  .service-areas__images img {
    width: 100%;
    height: auto;
  }

  .service-areas__container {
    min-height: 62vw;
  }

  .service-areas__card {
    top: 70px;
    left: 55%;
    transform: translateX(-20%);
  }
}

@media (max-width: 1200px) {
  .service-areas__container {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .service-areas__map,
  .service-areas__images,
  .service-areas__card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
  }

  .service-areas__map {
    width: 100%;
    height: auto;
  }

  .service-areas__map img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .service-areas__card {
    width: 492px;
    max-width: calc(100% - 40px);
    margin: -120px auto 40px;
  }

  .service-areas__images {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 0 24px 60px;
  }

  .service-areas__images img {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .service-areas {
    margin-top: 0px;
  }
  .service-areas__card {
    margin: -70px auto 35px;
    border-radius: 34px;
  }

  .service-areas__head {
    border-radius: 34px 34px 0 0;
    padding: 24px 30px 18px;
  }

  .service-areas__head h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .service-areas__body {
    padding: 20px 30px 30px;
  }

  .service-areas__body li {
    font-size: 28px;
    line-height: 40px;
  }

  .service-areas__images {
    grid-template-columns: 1fr;
    padding: 0 18px 45px;
  }

  .service-areas__images img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .service-areas__card {
    max-width: calc(100% - 28px);
    margin: -45px auto 30px;
    border-radius: 26px;
  }

  .service-areas__head {
    border-radius: 26px 26px 0 0;
    padding: 20px 24px 15px;
  }

  .service-areas__head h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .service-areas__body {
    padding: 18px 24px 24px;
  }

  .service-areas__body li {
    padding-left: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .service-areas__images img {
    height: 230px;
  }
}

.reviews-section {
  position: relative;
  padding: 45px 0 85px;
  background: url('images/reviews-bg.jpg');
  overflow: hidden;
}

.reviews-section__overlay {
  display: none;
}

.reviews-section__overlay {
  position: absolute;
  inset: 0;
  background: rgba(44, 42, 121, 0.82);
  z-index: 1;
}

.reviews-section__container {
  position: relative;
  z-index: 2;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px;
}

.reviews-section h2 {
  margin: 0 0 55px;
  color: #fff;
  text-align: center;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 53px;
  font-weight: 800;
  line-height: 31px;
}

.reviews-slider {
  position: relative;
  padding: 0 120px;
}

.reviews-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.review-card {
  min-height: 198px;
  padding: 28px 28px 25px;
  border-radius: 7px;
  background: #fff;
}

.review-card__stars {
  margin-bottom: 16px;
  color: #ffc400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 2px;
}

.review-card p {
  margin: 0 0 16px;
  color: #000;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 20.067px;
  font-weight: 400;
  line-height: 29.189px;
}

.review-card span {
  position: relative;
  display: block;
  padding-left: 18px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.review-card span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

.reviews-arrow {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 62px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%) rotate(45deg);
}

.reviews-arrow--prev {
  left: 12px;
  border-left: 7px solid #fff;
  border-bottom: 7px solid #fff;
}

.reviews-arrow--next {
  right: 12px;
  border-right: 7px solid #fff;
  border-top: 7px solid #fff;
}

.dealer-section {
  padding: 90px 0 105px;
  background: #3f9ff2;
}

.dealer-section__container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px;
  display: grid;
  grid-template-columns: 760px 1fr;
  gap: 110px;
  align-items: center;
}

.dealer-section__content h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
}

.dealer-section__content p {
  margin: 0 0 40px;
  color: #fff;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
}

.dealer-section__content p:last-child {
  margin-bottom: 0;
}

.dealer-section__content strong {
  font-weight: 800;
}

.dealer-section__logos {
  padding: 60px 70px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.dealer-section__logos img {
  width: 100%;
  display: block;
}

/* responsive */
@media (max-width: 1600px) {
  .reviews-slider {
    padding: 0 90px;
  }

  .review-card p {
    font-size: 18px;
    line-height: 27px;
  }

  .dealer-section__container {
    grid-template-columns: 480px 1fr;
    gap: 70px;
  }

  .dealer-section__content h2 {
    font-size: 52px;
  }

  .dealer-section__content p {
    font-size: 26px;
    line-height: 38px;
  }
}

@media (max-width: 991px) {
  .reviews-section {
    padding: 45px 0 60px;
  }

  .reviews-section h2 {
    margin-bottom: 35px;
    font-size: 42px;
    line-height: 46px;
  }

  .reviews-slider {
    padding: 0 55px;
  }

  .reviews-track {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .reviews-arrow {
    width: 42px;
    height: 42px;
  }

  .dealer-section {
    padding: 65px 0 75px;
  }

  .dealer-section__container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .dealer-section__content {
    max-width: 720px;
  }

  .dealer-section__logos {
    padding: 45px;
  }
}

@media (max-width: 575px) {
  .reviews-section__container,
  .dealer-section__container {
    padding: 0 18px;
  }

  .reviews-section h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .reviews-slider {
    padding: 0;
  }

  .reviews-arrow {
    display: none;
  }

  .review-card {
    padding: 24px 22px;
  }

  .review-card p {
    font-size: 17px;
    line-height: 25px;
  }

  .dealer-section__content h2 {
    font-size: 42px;
  }

  .dealer-section__content p {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 33px;
  }

  .dealer-section__logos {
    padding: 28px 22px;
    border-radius: 18px;
  }
}

.reviews-slider {
  position: relative;
  padding: 0 120px;
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 34px;
  transition: transform 0.35s ease;
}

.review-card {
  flex: 0 0 calc((100% - 68px) / 3);
  min-height: 198px;
  padding: 28px 28px 25px;
  border-radius: 7px;
  background: #fff;
}

@media (max-width: 991px) {
  .review-card {
    flex: 0 0 100%;
  }

  .reviews-slider {
    padding: 0 55px;
  }
}

@media (max-width: 575px) {
  .reviews-slider {
    padding: 0;
  }
}

.reviews-slider {
  position: relative;
  padding: 0 120px;
  overflow: hidden;
}

.reviews-viewport {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 34px;
  transition: transform 0.35s ease;
}

@media (max-width: 767px) {
  .reviews-slider {
    padding: 0;
  }

  .reviews-arrow {
    display: none;
  }

  .reviews-viewport {
    overflow-x: auto;
    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .reviews-viewport::-webkit-scrollbar {
    display: none;
  }

  .reviews-track {
    gap: 20px;
    padding: 0 20px;
    transform: none !important;
  }

  .review-card {
    flex: 0 0 calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    scroll-snap-align: center;
  }

  .review-card p {
    font-size: 18px;
    line-height: 30px;
  }
}

.dealer-section__logos {
  background: #fff;
  border-radius: 26px;
  padding: 70px 50px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 100px;
  align-items: center;
}

.dealer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dealer-logo img {
  max-width: 100%;
  max-height: 190px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  .dealer-section__logos {
    padding: 35px 25px;
    gap: 40px;
  }

  .dealer-logo img {
    max-height: 70px;
  }
}

@media (max-width: 480px) {
  .dealer-section__logos {
    grid-template-columns: 1fr;
  }

  .dealer-logo img {
    max-height: 60px;
  }
}

.faq-section {
  position: relative;
  padding: 90px 0 340px;
  background: url('images/faq-bg.jpg') center / cover no-repeat;
  overflow: hidden;
}

.faq-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(44, 42, 121, 0.12);
}

.faq-section__container {
  position: relative;
  z-index: 2;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px;
}

.faq-section h2 {
  margin: 0 0 45px;
  color: #fff;
  text-align: center;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 53px;
  font-weight: 800;
  line-height: 31px;
}

.faq-cards {
  display: flex;
  justify-content: center;
  gap: 36px;
}

.faq-card {
  width: 459px;
  border-radius: 13.944px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.faq-card h3 {
  margin: 0;
  min-height: 130px;
  padding: 30px 28px 24px;
  background: rgba(85, 173, 219, 0.85);
  color: #fff;
  text-align: center;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.faq-card p {
  margin: 0;
  padding: 30px 42px 42px;
  color: #000;
  font-family: 'Aktiv Grotesk', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.site-footer {
  background: #2c2a79;
  padding: 18px 0;
}

.site-footer__container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.footer-logo {
  width: 200px;
  flex-shrink: 0;
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 55px;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer-icon {
  font-size: 20px;
  line-height: 1;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-powered {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer-powered img {
  width: 135px;
}

/* adaptive */
@media (max-width: 1200px) {
  .faq-section {
    padding: 70px 0 180px;
  }

  .faq-cards {
    gap: 24px;
  }

  .faq-card h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .faq-card p {
    padding: 28px;
    font-size: 20px;
    line-height: 29px;
  }

  .site-footer__container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
}

@media (max-width: 991px) {
  .faq-cards {
    flex-direction: column;
    align-items: center;
  }

  .faq-card {
    width: 100%;
    max-width: 520px;
  }

  .faq-section {
    padding-bottom: 90px;
  }
}

@media (max-width: 575px) {
  .faq-section__container,
  .site-footer__container {
    padding: 0 18px;
  }

  .faq-section h2 {
    font-size: 42px;
    line-height: 44px;
  }

  .faq-card h3 {
    min-height: auto;
    padding: 24px 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .faq-card p {
    padding: 24px 22px 30px;
    font-size: 18px;
    line-height: 27px;
  }

  .site-footer__container {
    flex-direction: column;
    text-align: center;
  }

  .footer-info {
    flex-direction: column;
    gap: 16px;
  }

  .footer-item {
    justify-content: center;
  }
}

.repair-container {
  max-width: 1620px;
  margin: 0px auto 0;
  padding: 0 30px;
}

/* WHY */

.repair-why {
  margin-top: 200px;
  padding: 40px 0;
  background: #fff;
}

.repair-why__grid {
  display: grid;
  grid-template-columns: 1fr 650px;
  gap: 60px;
  align-items: center;
}

.repair-why__title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.repair-why__title span {
  color: #4abad6;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 171.355px;
  font-weight: 800;
  line-height: 0.85;
}

.repair-why__title h2 {
  color: #4abad6;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.08;
}

.repair-why ul {
  margin-top: 30px;
  padding-left: 35px;
  list-style: disc;
}

.repair-why li {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.9;
}

.repair-why li::marker {
  color: #16a3d7;
}

.repair-why__image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 0 0 20px 20px;
}

/* BLUE / HEATING BACKGROUND SECTIONS */

.repair-bg-section {
  position: relative;
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.repair-ac {
  background-image: url('images/ac-bg.jpg');
}

.repair-heating {
  margin-top: 50px;
  background-image: url('images/heating-bg.jpg');
}

.repair-bg__grid {
  display: grid;
  grid-template-columns: 1fr 700px;
  gap: 90px;
  align-items: center;
}

.repair-bg__text {
  max-width: 720px;
  color: #fff;
}

.repair-bg__text h2 {
  margin-bottom: 28px;
  color: #fff;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 77.669px;
  font-weight: 800;
  line-height: 1;
}

.repair-bg__text h4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
}

.repair-bg__text p {
  color: #fff;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 49px;
  margin-top: 0;
}

.repair-bg__text--dark h2 {
  color: #fff;
}

.repair-bg__text--dark h4,
.repair-bg__text--dark p {
  color: #fff;
}

.repair-problems {
  padding: 35px 45px;
}

.repair-problems--blue {
  border-radius: 33px;
  border: 2px solid #fff;
  background: #117aa0;
  color: #fff;
}

.repair-problems--white {
  border-radius: 25px;
  background: #fff;
  color: #000;
}

.repair-problems h3 {
  margin-bottom: 10px;
  color: inherit;
  font-size: 25px;
  font-weight: 800;
}

.repair-problems--white h3 {
  color: #3789b5;
}

.repair-problems ul {
  padding-left: 25px;
  list-style: disc;
}

.repair-problems li {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
  color: #3789b5;
}

/* 24 HOUR */

.repair-service {
  padding: 30px 0;
  background: #fff;
}

.repair-service__grid {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 90px;
  align-items: center;
}

.repair-service__image img {
  width: 520px;
  height: 520px;
  border-radius: 50%;
  object-fit: cover;
}

.repair-service__content {
  max-width: 670px;
}

.repair-service__content h2 {
  margin-bottom: 35px;
  color: #1caad0;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.1;
}

.repair-service__content h4 {
  margin-bottom: 8px;
  color: #3789b5;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
}

.repair-service__content p {
  color: #3789b5;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 0;
}

.repair-problems--blue li {
  color: #fff;
}

/* ADAPTIVE */

@media (max-width: 1400px) {
  .repair-container {
    max-width: 1200px;
  }

  .repair-why__grid {
    grid-template-columns: 1fr 560px;
  }

  .repair-why__title span {
    font-size: 125px;
  }

  .repair-bg__grid {
    grid-template-columns: 1fr 520px;
    gap: 60px;
  }

  .repair-bg__text h2 {
    font-size: 60px;
  }

  .repair-bg__text p {
    font-size: 24px;
    line-height: 40px;
  }

  .repair-problems li {
    font-size: 19px;
  }
}

@media (max-width: 1024px) {
  .repair-why {
    margin-top: 0;
  }
  .repair-why__grid,
  .repair-bg__grid,
  .repair-service__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .repair-why__content,
  .repair-bg__text,
  .repair-service__content {
    max-width: 720px;
    margin: 0 auto;
  }

  .repair-why__image,
  .repair-service__image {
    max-width: 720px;
    margin: 0 auto;
  }

  .repair-problems {
    max-width: 720px;
    margin: 0 auto;
  }

  .repair-service__image img {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .repair-container {
    padding: 0 18px;
  }

  .repair-why__title {
    display: block;
    text-align: center;
  }

  .repair-why__title span {
    font-size: 82px;
  }

  .repair-why__title h2 {
    font-size: 30px;
  }

  .repair-why li {
    font-size: 18px;
    line-height: 1.6;
  }

  .repair-why__image img {
    height: 280px;
  }

  .repair-bg-section {
    padding: 55px 0;
  }

  .repair-bg__text h2 {
    font-size: 42px;
  }

  .repair-bg__text h4 {
    font-size: 22px;
  }

  .repair-bg__text p {
    font-size: 18px;
    line-height: 32px;
  }

  .repair-problems {
    padding: 25px;
    border-radius: 22px;
  }

  .repair-problems h3 {
    font-size: 20px;
  }

  .repair-problems li {
    font-size: 16px;
  }

  .repair-service__image img {
    width: 320px;
    height: 320px;
  }

  .repair-service__content h2 {
    font-size: 32px;
  }

  .repair-service__content p {
    font-size: 18px;
  }
}

.install-container {
  max-width: 1730px;
  margin: 0 auto;
  padding: 0 30px;
}

/* WE INSTALL */

.install-intro {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #fff;
}

.install-intro__content {
  max-width: 1730px;
  margin: 0 auto;
  padding: 80px 30px;
  position: relative;
  z-index: 2;
}

.install-intro__text {
  max-width: 700px;
}

.install-intro__text h2 {
  color: #4abad6;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 35px;
}

.install-intro__text ul {
  padding-left: 28px;
  list-style: disc;
}

.install-intro__text li {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}

.install-intro__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.install-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BENEFITS */

.install-benefits {
  position: relative;
  padding: 85px 0;
  background: url('images/install-benefits-bg.jpg') center/cover no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.install-benefits h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0;
}

.install-benefits__subtitle {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 45px;
  text-align: center;
  margin-top: 0;
}

.install-benefits__grid {
  display: grid;
  grid-template-columns: 1fr 850px;
  gap: 80px;
}

.install-benefits__text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
}

.install-benefits__text ul {
  padding-left: 28px;
  list-style: disc;
}

.install-benefits__text li {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.9;
  padding-bottom: 10px;
}

.install-benefits__image img {
  width: 100%;
  border: 3px solid #fff;
  border-radius: 8px;
}

.install-benefits__note {
  max-width: 850px;
  margin-top: 22px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.45;
}

/* FINANCING */

.financing-section {
  background: #72b8e5;
  padding: 70px 0;
  color: #fff;
}

.financing-section h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.financing-section p {
  max-width: 1050px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
}

.financing-section strong {
  font-weight: 800;
}

/* CONTACT */

.install-contact {
  padding: 70px 0;
  background: #fff;
}

.install-contact h2 {
  color: #4abad6;
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 25px;
}

.install-contact p {
  max-width: 1150px;
  color: #000;
  font-size: 22px;
  line-height: 1.6;
}

.install-contact strong {
  font-weight: 800;
}

/* ADAPTIVE */

@media (max-width: 1400px) {
  .install-container,
  .install-intro__content {
    max-width: 1200px;
  }

  .install-intro__text h2 {
    font-size: 38px;
  }

  .install-intro__text li {
    font-size: 21px;
  }

  .install-benefits h2,
  .certified-dealers h2,
  .financing-section h2,
  .install-contact h2 {
    font-size: 46px;
  }

  .install-benefits__grid {
    grid-template-columns: 1fr 560px;
    gap: 55px;
  }
}

@media (max-width: 1024px) {
  .install-intro {
    display: flex;
    flex-direction: column;
  }

  .install-intro__content {
    padding: 55px 25px;
  }

  .install-intro__image {
    position: relative;
    width: 100%;
    height: 420px;
    order: -1;
  }

  .install-intro__text {
    max-width: 760px;
    margin: 0 auto;
  }

  .install-benefits__grid {
    grid-template-columns: 1fr;
  }

  .install-benefits__image {
    max-width: 720px;
    margin: 0 auto;
  }

  .install-benefits__note {
    max-width: 720px;
    margin: 22px auto 0;
  }

  .certified-logos {
    gap: 45px;
  }
}

@media (max-width: 767px) {
  .install-container {
    padding: 0 18px;
  }

  .install-intro__content {
    padding: 40px 18px;
  }

  .install-intro__image {
    height: 280px;
  }

  .install-intro__text h2 {
    font-size: 32px;
  }

  .install-intro__text li {
    font-size: 18px;
  }

  .install-benefits {
    padding: 55px 0;
  }

  .install-benefits h2,
  .certified-dealers h2,
  .financing-section h2,
  .install-contact h2 {
    font-size: 34px;
  }

  .install-benefits__subtitle,
  .financing-section p {
    font-size: 20px;
  }

  .install-benefits__text li,
  .install-benefits__note,
  .certified-dealers p,
  .install-contact p {
    font-size: 17px;
  }

  .certified-dealers,
  .financing-section,
  .install-contact {
    padding: 55px 0;
  }

  .certified-logos {
    gap: 28px;
  }

  .certified-logos img {
    max-width: 135px;
  }
}

.install-container {
  max-width: 1730px;
  margin: 0 auto;
  padding: 0 30px;
}

/* WE INSTALL */

.install-intro {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #fff;
}

.install-intro__content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 30px;
  position: relative;
  z-index: 2;
}

.install-intro__text {
  max-width: 700px;
}

.install-intro__text h2 {
  color: #4abad6;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 35px;
}

.install-intro__text ul {
  padding-left: 28px;
  list-style: disc;
}

.install-intro__text li {
  color: #3789b5;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.8;
}

.install-intro__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.install-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CERTIFIED DEALERS */

.certified-dealers {
  padding: 70px 0 80px;
  background: #fff;
  text-align: center;
}

.certified-dealers h2 {
  color: #16a3d7;
  font-size: 58px;
  font-weight: 800;
  margin-bottom: 55px;
}

.certified-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.certified-logos img {
  max-width: 290px;
  max-height: 80px;
  object-fit: contain;
}

.certified-dealers p {
  color: #3789b5;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  max-width: 1510px;
  margin: 0 auto;
  line-height: 1.3;
}

/* FINANCING */

.financing-section {
  background: url('images/financing-section-bg.jpg') center / cover no-repeat;
  padding: 70px 0;
  color: #fff;
}

.financing-section h2 {
  color: #fff;
  font-size: 77.669px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.financing-section p {
  max-width: 1500px;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.35;
}

.financing-section strong {
  font-weight: 800;
}

/* CONTACT */

.install-contact {
  padding: 30px 0 70px;
  background: #fff;
}

.install-contact h2 {
  color: #4abad6;
  font-size: 77.669px;
  font-weight: 800;
  margin-bottom: 25px;
}

.install-contact p {
  max-width: 1150px;
  color: #3789b5;
  font-size: 30px;
  line-height: 1.6;
}

.install-contact strong {
  color: #3789b5;
  font-weight: 800;
}

.btn-contact {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background: #16a3d7;
  color: #fff;
  max-width: 669px;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  margin: 100px auto 0;
}

.btn-contact-white {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background: #fff;
  color: #16a3d7;
  max-width: 669px;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  margin: 100px auto 0;
}

/* ADAPTIVE */

@media (max-width: 1400px) {
  .install-container,
  .install-intro__content {
    max-width: 1200px;
  }

  .install-intro__text h2 {
    font-size: 38px;
  }

  .install-intro__text li {
    font-size: 21px;
  }

  .install-benefits h2,
  .certified-dealers h2,
  .financing-section h2,
  .install-contact h2 {
    font-size: 46px;
  }

  .install-benefits__grid {
    grid-template-columns: 1fr 560px;
    gap: 55px;
  }
}

@media (max-width: 1024px) {
  .install-intro {
    display: flex;
    flex-direction: column;
  }

  .install-intro__content {
    padding: 55px 25px;
  }

  .install-intro__image {
    position: relative;
    width: 100%;
    height: 420px;
    order: -1;
  }

  .install-intro__text {
    max-width: 760px;
    margin: 0 auto;
  }

  .install-benefits__grid {
    grid-template-columns: 1fr;
  }

  .install-benefits__image {
    max-width: 720px;
    margin: 0 auto;
  }

  .install-benefits__note {
    max-width: 720px;
    margin: 22px auto 0;
  }

  .certified-logos {
    gap: 45px;
  }

  .btn-contact {
    font-size: 24px;
    margin: 50px auto 0;
  }
}

@media (max-width: 767px) {
  .install-container {
    padding: 0 18px;
  }

  .install-intro__content {
    padding: 40px 18px;
  }

  .install-intro__image {
    height: 280px;
  }

  .install-intro__text h2 {
    font-size: 32px;
  }

  .install-intro__text li {
    font-size: 18px;
  }

  .install-benefits {
    padding: 55px 0;
  }

  .install-benefits h2,
  .certified-dealers h2,
  .financing-section h2,
  .install-contact h2 {
    font-size: 34px;
  }

  .install-benefits__subtitle,
  .financing-section p {
    font-size: 20px;
  }

  .install-benefits__text li,
  .install-benefits__note,
  .certified-dealers p,
  .install-contact p {
    font-size: 17px;
  }

  .certified-dealers,
  .financing-section,
  .install-contact {
    padding: 55px 0;
  }

  .certified-logos {
    gap: 28px;
  }

  .certified-logos img {
    max-width: 135px;
  }
}

.air-container {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 30px;
}

/* INTRO */
.air-quality-intro {
  background: #fff;
  padding: 55px 0 0;
  overflow: hidden;
}

.air-container {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 30px;
}

.air-intro-top {
  display: grid;
  grid-template-columns: 750px 1fr;
  align-items: start;
  gap: 35px;
}

.air-intro-text {
  margin-left: 0;
}

.air-intro-text h1 {
  margin: 0 0 50px;
  color: #16a3d7;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.25;
}

.air-intro-text ul {
  margin: 0;
  padding-left: 25px;
  list-style: disc;
}

.air-intro-text li {
  color: #3a86ad;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.95;
}

.air-intro-image {
  margin-left: -350px;
  padding-top: 0;
}

.air-intro-image img {
  width: 1300px;
  max-width: none;
  display: block;
}

.air-intro-copy {
  margin-top: 45px;
  max-width: 1300px;
}

.air-intro-copy p {
  margin: 0 0 30px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.55;
}

/* WAVE */

.air-wave-divider {
  width: 100%;
}

.air-wave-divider img {
  width: 100%;
  display: block;
}

/* SERVICES */

.air-services {
  background: #fff;
  padding: 10px 0 80px;
}

.air-services h2 {
  margin: 0 0 45px;
  color: #16a3d7;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 77px;
  font-weight: 800;
  line-height: 1.1;
}

.air-service-row {
  display: grid;
  grid-template-columns: 765px 1fr;
  gap: 85px;
  align-items: center;
}

.air-service-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.air-service-content {
  padding-top: 25px;
}

.air-service-content h3 {
  margin: 0 0 20px;
  color: #16a3d7;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.15;
}

.air-service-content ul {
  margin: 0;
  padding-left: 32px;
  list-style: disc;
}

.air-service-content li {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
}

/* ADAPTIVE */

@media (max-width: 1400px) {
  .air-container {
    max-width: 1180px;
  }

  .air-intro-top {
    grid-template-columns: 440px 1fr;
  }

  .air-intro-text h1 {
    font-size: 32px;
  }

  .air-intro-image img {
    max-width: 630px;
  }

  .air-service-row {
    grid-template-columns: 500px 1fr;
    gap: 65px;
  }

  .air-services h2 {
    font-size: 48px;
  }
}

@media (max-width: 1024px) {
  .air-intro-image {
    margin-left: 0px;
    padding-top: 0;
  }

  .air-quality-intro {
    padding-top: 45px;
  }

  .air-intro-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .air-intro-text {
    max-width: 720px;
    margin: 0 auto;
  }

  .air-intro-image img {
    max-width: 680px;
    margin: 0 auto;
  }

  .air-intro-copy {
    max-width: 720px;
    margin: 35px auto 0;
  }

  .air-services h2 {
    text-align: center;
  }

  .air-service-row {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .air-service-image {
    max-width: 650px;
    margin: 0 auto;
  }

  .air-service-content {
    max-width: 650px;
    margin: 0 auto;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .air-container {
    padding: 0 18px;
  }

  .air-quality-intro {
    padding-top: 35px;
  }

  .air-intro-text h1 {
    font-size: 27px;
  }

  .air-intro-text li {
    font-size: 18px;
    line-height: 1.75;
  }

  .air-intro-copy p {
    font-size: 17px;
    line-height: 1.45;
  }

  .air-wave-divider {
    margin-top: 35px;
  }

  .air-services {
    padding: 35px 0 60px;
  }

  .air-services h2 {
    font-size: 36px;
    margin-bottom: 32px;
  }

  .air-service-image img {
    height: 320px;
    border-radius: 14px;
  }

  .air-service-content h3 {
    font-size: 28px;
  }

  .air-service-content li {
    font-size: 19px;
    line-height: 1.55;
  }
}

@media (max-width: 480px) {
  .air-intro-text h1 {
    font-size: 24px;
  }

  .air-services h2 {
    font-size: 32px;
  }

  .air-service-image img {
    height: 260px;
  }
}

@media (max-width: 1600px) {
  .air-container {
    max-width: 1320px;
  }

  .air-intro-top {
    grid-template-columns: 520px 1fr;
  }

  .air-intro-image {
    margin-right: -360px;
  }

  .air-intro-image img {
    width: 1150px;
  }

  .air-intro-text h1 {
    font-size: 38px;
  }
}

@media (max-width: 1200px) {
  .air-intro-top {
    grid-template-columns: 1fr;
  }

  .air-intro-text {
    max-width: 720px;
    margin: 0 auto;
  }

  .air-intro-image {
    margin-right: 0;
  }

  .air-intro-image img {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }

  .air-intro-copy {
    max-width: 820px;
    margin: 35px auto 0;
  }
}

@media (max-width: 767px) {
  .air-container {
    padding: 0 18px;
  }

  .air-intro-text h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .air-intro-text li {
    font-size: 18px;
  }

  .air-intro-copy p {
    font-size: 18px;
    line-height: 1.45;
  }
}

.air-quality-cards {
  background: #fff;
}

.air-card {
  position: relative;
}

.air-card--blue {
  background: url('images/air-blue-bg.jpg') center / cover no-repeat;
}

.air-card--white {
  background: #fff;
}

.air-card-container {
  max-width: 1560px;
  min-height: 510px;
  margin: 0 auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr 775px;
  align-items: center;
  gap: 70px;
}

.air-card--white .air-card-container {
  grid-template-columns: 775px 1fr;
}

.air-card-content {
  max-width: 610px;
}

.air-card-content--white {
  color: #fff;
}

.air-card-content--dark {
  color: #000;
}

.air-card-content h3 {
  margin: 0 0 24px;
  color: #16a3d7;
  font-size: 45px;
  font-weight: 800;
  line-height: 59px;
}

.air-card-content--white h3 {
  color: #fff;
}

.air-card-content ul {
  margin: 0;
  padding-left: 30px;
  list-style: disc;
}

.air-card-content li {
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
}

.air-card-image {
  width: 775px;
  height: 624px;
  border-radius: 30px;
  overflow: hidden;
}

.air-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.air-card-image--top {
  margin-top: -95px;
  margin-bottom: -95px;
  position: relative;
  z-index: 2;
}

.air-card--dryer {
  margin-top: 90px;
  margin-bottom: 90px;
}

.air-card--dryer .air-card-container {
  min-height: 420px;
  padding: 35px 0;
}

.air-card--dryer .air-card-image {
  margin-top: -90px;
  margin-bottom: -90px;
  position: relative;
  z-index: 2;
}

.air-card--dryer .air-card-content {
  padding-left: 40px;
}

/* ADAPTIVE */

@media (max-width: 1600px) {
  .air-card-container {
    max-width: 1320px;
    grid-template-columns: 1fr 620px;
    gap: 55px;
    padding: 60px 20px;
  }

  .air-card--white .air-card-container {
    grid-template-columns: 620px 1fr;
  }

  .air-card-image {
    width: 620px;
    height: 500px;
  }

  .air-card-content h3 {
    font-size: 38px;
    line-height: 1.2;
  }

  .air-card-content li {
    font-size: 28px;
    line-height: 48px;
  }
}

@media (max-width: 1024px) {
  .air-card-container,
  .air-card--white .air-card-container {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 55px 20px;
  }

  .air-card--white .air-card-image {
    order: 2;
  }

  .air-card--white .air-card-content {
    order: 1;
  }

  .air-card-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .air-card-image {
    width: 100%;
    max-width: 775px;
    height: auto;
    aspect-ratio: 775 / 624;
    margin: 0 auto;
  }

  .air-card-image--top {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .air-card-container,
  .air-card--white .air-card-container {
    padding: 45px 18px;
  }

  .air-card-content h3 {
    font-size: 30px;
    line-height: 1.25;
  }

  .air-card-content li {
    font-size: 20px;
    line-height: 34px;
  }

  .air-card-image {
    border-radius: 14px;
  }
}

@media (max-width: 1600px) {
  .air-card--dryer .air-card-container {
    padding: 35px 20px;
  }
}

@media (max-width: 1024px) {
  .air-card--dryer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .air-card--dryer .air-card-container {
    min-height: auto;
    padding: 55px 20px;
  }

  .air-card--dryer .air-card-image {
    margin-top: 0;
    margin-bottom: 0;
  }

  .air-card--dryer .air-card-content {
    padding-left: 0;
  }
}

.air-cta {
  padding: 80px 0 100px;
}

.air-cta-container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.air-cta-box {
  width: 100%;
  min-height: 361px;
  border-radius: 32px;
  background: #569acd;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 60px 90px;
  margin-bottom: 55px;
}

.air-cta-box p {
  max-width: 1150px;
  margin: 0;

  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
}

.air-cta-title {
  margin: 0 0 45px;
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
}

.air-cta-btn {
  display: flex;
  width: 669px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  margin: 0 auto;

  border-radius: 14px;
  background: #16a3d7;

  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;

  text-decoration: none;
  transition: 0.3s;
}

.air-cta-btn:hover {
  transform: translateY(-3px);
  opacity: 0.92;
}

@media (max-width: 1200px) {
  .air-cta-box {
    min-height: auto;
    padding: 50px;
  }

  .air-cta-box p,
  .air-cta-title {
    font-size: 30px;
    line-height: 1.5;
  }

  .air-cta-btn {
    width: 100%;
    max-width: 669px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .air-cta {
    padding: 60px 0 70px;
  }

  .air-cta-box {
    padding: 35px 25px;
    border-radius: 20px;
    margin-bottom: 35px;
  }

  .air-cta-box p {
    font-size: 20px;
    line-height: 1.6;
  }

  .air-cta-title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .air-cta-btn {
    width: 100%;
    font-size: 20px;
    min-height: 60px;
    border-radius: 12px;
  }
}

.refrigeration-container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 30px;
}

/* TOP BLOCK */

.refrigeration-hero {
  position: relative;
  min-height: 700px;
  background: #fff;
  overflow: hidden;
}

.refrigeration-hero .refrigeration-container {
  min-height: 540px;
  display: flex;
  align-items: center;
}

.refrigeration-hero__text {
  width: 800px;
  position: relative;
  z-index: 2;
}

.refrigeration-hero__text h1 {
  margin: 0 0 28px;
  color: #55addb;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 54.922px;
  font-weight: 800;
  line-height: normal;
}

.refrigeration-hero__text p {
  margin: 0 0 28px;
  color: #000;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 49px;
}

.refrigeration-hero__image {
  position: absolute;
  top: -30px;
  right: 0;
  width: 40%;
  height: 577px;
}

.refrigeration-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 0 0 30px;
}

/* BLUE BACKGROUND BLOCK */

.refrigeration-services {
  padding: 85px 0;
  background: url('images/refrigeration-services-bg.jpg') center / cover
    no-repeat;
  color: #fff;
}

.refrigeration-services h2 {
  margin: 0 0 35px;
  color: #fff;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 54.922px;
  font-weight: 800;
  line-height: normal;
}

.refrigeration-services ul {
  margin: 0;
  padding-left: 35px;
  list-style: disc;
}

.refrigeration-services li {
  color: #fff;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
}

.refrigeration-services strong {
  color: #fff;
  font-weight: 600;
}

/* CTA */

.refrigeration-cta {
  padding: 55px 0 70px;
  background: #fff;
  text-align: center;
}

.refrigeration-cta p {
  margin: 0 auto 35px;
  color: #3789b5;
  text-align: center;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
}

.refrigeration-cta .air-cta-btn {
  margin: 0 auto;
}

/* ADAPTIVE */

@media (max-width: 1400px) {
  .refrigeration-container {
    max-width: 1180px;
  }

  .refrigeration-hero__text {
    width: 520px;
  }

  .refrigeration-hero__text h1,
  .refrigeration-services h2 {
    font-size: 44px;
  }

  .refrigeration-hero__text p {
    font-size: 24px;
    line-height: 40px;
  }

  .refrigeration-services li,
  .refrigeration-cta p {
    font-size: 28px;
    line-height: 48px;
  }
}

@media (max-width: 1024px) {
  .refrigeration-hero {
    min-height: auto;
    padding: 55px 0;
  }

  .refrigeration-hero .refrigeration-container {
    min-height: auto;
    display: block;
  }

  .refrigeration-hero__text {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 35px;
  }

  .refrigeration-hero__image {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 760px;
    height: 420px;
    margin: 0 auto;
  }

  .refrigeration-services {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .refrigeration-container {
    padding: 0 18px;
  }

  .refrigeration-hero__text h1,
  .refrigeration-services h2 {
    font-size: 34px;
  }

  .refrigeration-hero__text p {
    font-size: 18px;
    line-height: 32px;
  }

  .refrigeration-hero__image {
    height: 280px;
  }

  .refrigeration-services li,
  .refrigeration-cta p {
    font-size: 20px;
    line-height: 34px;
  }

  .refrigeration-services ul {
    padding-left: 24px;
  }
}

.about-comfort-page {
  background: #fff;
  padding: 55px 0 90px;
}

.about-comfort-container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 30px;
}

.about-comfort-page h1 {
  margin: 0 0 45px;
  color: #55addb;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 54.922px;
  font-weight: 800;
  line-height: normal;
}

.about-comfort-grid {
  display: grid;
  grid-template-columns: 681px 1fr;
  gap: 75px;
  align-items: start;
}

.about-comfort-image {
  width: 681px;
  height: 603px;
  border-radius: 10px;
  overflow: hidden;
}

.about-comfort-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-comfort-text {
  padding-top: 0;
}

.about-comfort-text p {
  margin: 0 0 28px;
  color: #000;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 49px;
}

.about-comfort-btn {
  margin: 75px auto 0;
}

.about-badges {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 760px 760px;
  justify-content: center;
  gap: 40px;
}

.about-badge {
  width: 760.05px;
  height: 760.05px;
}

.about-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ADAPTIVE */

@media (max-width: 1600px) {
  .about-comfort-container {
    max-width: 1320px;
  }

  .about-comfort-grid {
    grid-template-columns: 560px 1fr;
    gap: 55px;
  }

  .about-comfort-image {
    width: 560px;
    height: 500px;
  }

  .about-comfort-page h1 {
    font-size: 46px;
  }

  .about-comfort-text p {
    font-size: 24px;
    line-height: 40px;
  }

  .about-badges {
    grid-template-columns: 580px 580px;
  }

  .about-badge {
    width: 580px;
    height: 580px;
  }
}

@media (max-width: 1024px) {
  .about-comfort-grid {
    grid-template-columns: 1fr;
  }

  .about-comfort-image {
    width: 100%;
    max-width: 681px;
    height: auto;
    aspect-ratio: 681 / 603;
    margin: 0 auto;
  }

  .about-comfort-text {
    max-width: 760px;
    margin: 0 auto;
  }

  .about-comfort-page h1 {
    text-align: center;
  }

  .about-badges {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-badge {
    width: 100%;
    max-width: 620px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about-comfort-page {
    padding: 45px 0 65px;
  }

  .about-comfort-container {
    padding: 0 18px;
  }

  .about-comfort-page h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .about-comfort-grid {
    gap: 30px;
  }

  .about-comfort-text p {
    font-size: 18px;
    line-height: 32px;
  }

  .about-comfort-btn {
    margin-top: 45px;
  }

  .about-badges {
    margin-top: 35px;
  }
}
