/*!
Theme Name: pom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
.elementor-message.elementor-message-danger {
  color: #d9534f;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 0;
}
.elementor-message.elementor-message-danger::after {
  text-align: center;
  position: absolute;
  z-index: 6;
  content: "Thank you for your message. It has been sent.";
  color: black;
  padding: 5px 0;
  top: 0;
  left: 0;
  font-size: 15px;
  width: 100%;
}
a {
	color: #f25a29;
}
.container {
  max-width: 1165px;
  margin: 0 auto;
}
.locations h2{
	font-family: "Montserrat", Sans-serif;
	text-align:center;
}
.locations_list {
  padding: 0;
  margin: 0 auto 30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.locations_list li {
  width: 32%;
}
.locations_list li a {
  font-family: "Montserrat", Sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position:relative;
  border: none;
  max-width: 360px;
  max-height: 239px;
}
.locations_list li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "Montserrat", Sans-serif;
  color: white;
  font-weight: 800;
}
.locations_list li a:before {
   content: "";
   position:absolute;
   width:100%;
   height:100%;
   background-color:  #073B68;
   opacity: 0.76;
}
.locations_list li a:hover:before {
   content: "";
   position:absolute;
   width:100%;
   height:100%;
   background-color:  #F25A29;
   opacity: 0.76;
   transition: 0.3s all;
}
.review_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.review_list li {
  width: 32%;
  background: #F6F6F6;
  padding: 25px 30px;
  box-sizing: border-box;
  font-family: "Montserrat", Sans-serif;
  color: black;
  font-weight: 600;
}
.first-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.review_list p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width:767px){
	.locations_list li {
  width: 100%;
}
	.review_list li {
  width: 100%;
}
}



/* General styles and typography
--------------------------------------------- */
@font-face {
font-display:swap;
  font-family: "Homestead";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('/wp-content/themes/pom/fonts/Homestead/woff2/HomesteadRegular.woff2') format("woff2");
}
@font-face {
font-display:swap;
  font-family: "Raleway";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('/wp-content/themes/pom/fonts/Raleway/woff2/Raleway-Regular.woff2') format("woff2");
}
@font-face {
font-display:swap;
  font-family: "Raleway";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('/wp-content/themes/pom/fonts/Raleway/woff2/Raleway-Italic.woff2') format("woff2");
}
@font-face {
font-display:swap;
  font-family: "Raleway";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('/wp-content/themes/pom/fonts/Raleway/woff2/Raleway-Bold.woff2') format("woff2");
}
@font-face {
font-display:swap;
  font-family: "Raleway";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url('/wp-content/themes/pom/fonts/Raleway/woff2/Raleway-BoldItalic.woff2') format("woff2");
}
body {
  color: #2D2D2D;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

/* Buttons styles
--------------------------------------------- */
.button__custom {
  padding: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 177px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 15px;
  cursor: pointer;
  transition: 0.15s;
}
.button__custom:active {
  opacity: 0.9;
}
.button__custom.button__custom--main {
  color: #fff;
  border-color: #4AB4BC;
  background-color: #4AB4BC;
}
.button__custom.button__custom--main:hover {
  color: #fff;
  border-color: #E5633A;
  background-color: #E5633A;
}
.button__custom.button__custom--accent {
  color: #fff;
  border-color: #E5633A;
  background-color: #E5633A;
}
.button__custom.button__custom--accent:hover {
  color: #fff;
  border-color: #4AB4BC;
  background-color: #4AB4BC;
}

/* awards styles
--------------------------------------------- */
.awards {
  box-sizing: border-box;
  margin-top: 100px;
}
.awards * {
  box-sizing: border-box;
}

.awards__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2D2D2D;
  text-align: center;
}
.awards__title:first-child {
  margin-top: 0;
}

.awards__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: -20px -10px 0;
}

.awards__item-image {
  padding: 20px 10px 0;
}
.awards__item-image img {
  display: block;
  height: 100px;
  width: auto;
}

.container--awards {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--awards {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--awards {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--awards {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--awards {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .awards {
    margin-top: 60px;
  }
  .awards:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .awards__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .awards__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .awards__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .awards__item-image {
    flex: 0 1 auto;
  }
  .awards__item-image img {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .awards__list {
    margin: -10px -5px 0;
  }
  .awards__item-image {
    padding: 15px 10px 0;
  }
  .awards__item-image img {
    height: 60px;
  }
}
/* plumbing styles
--------------------------------------------- */
.plumbing {
  box-sizing: border-box;
  margin-top: 100px;
  padding-bottom: 50px;
}
.plumbing * {
  box-sizing: border-box;
}

.plumbing__title {
  margin-bottom: 24px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2D2D2D;
}
.plumbing__title:first-child {
  margin-top: 0;
}
.plumbing__title.plumbing__title--small {
  font-size: 24px;
}

.plumbing__description {
  color: #2D2D2D;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}
.plumbing__description h5 {
  font-family: Homestead;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.plumbing__description h5 + * {
  margin-top: 0;
}

.plumbing__row {
  display: flex;
  justify-content: space-between;
}
.plumbing__row + .plumbing__row {
  margin-top: 60px;
}
.plumbing__row.plumbing__row--reverse {
  flex-direction: row-reverse;
}
.plumbing__row.plumbing__row--reverse .plumbing__content {
  padding-right: 0;
  padding-left: 95px;
}

.plumbing__content {
  flex-grow: 1;
  padding-right: 95px;
}

.plumbing__image {
  min-width: 490px;
}
.plumbing__image img {
  display: block;
  width: 100%;
  height: auto;
}

.container--plumbing {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--plumbing {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--plumbing {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--plumbing {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--plumbing {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 767.98px) {
  .plumbing {
    margin-top: 60px;
  }
  .plumbing:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .plumbing__content {
    padding-right: 40px;
  }
  .plumbing__row.plumbing__row--reverse .plumbing__content {
    padding-left: 40px;
  }
  .plumbing__image {
    min-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .plumbing__title {
    font-size: 28px;
  }
  .plumbing__title.plumbing__title--small {
    font-size: 22px;
  }
  .plumbing__row {
    flex-direction: column;
  }
  .plumbing__row.plumbing__row--reverse {
    flex-direction: column;
  }
  .plumbing__row.plumbing__row--reverse .plumbing__content {
    padding-left: 0;
  }
  .plumbing__content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .plumbing__image {
    min-width: 100%;
  }
  .plumbing__row + .plumbing__row {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .plumbing__title {
    font-size: 24px;
  }
  .plumbing__title.plumbing__title--small {
    font-size: 20px;
  }
  .plumbing__description {
    font-size: 16px;
  }
  .plumbing__description h5 {
    font-size: 16px;
  }
}
/* services styles
--------------------------------------------- */
.services {
  box-sizing: border-box;
  margin-top: 100px;
}
.services * {
  box-sizing: border-box;
}

.services__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2D2D2D;
  text-align: center;
}
.services__title:first-child {
  margin-top: 0;
}

.services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -24px -10px 0;
}

.services__item {
  width: 50%;
  padding: 24px 10px 0;
}

.services__link {
  background-color: #F4F4F4;
  color: #2D2D2D;
  font-family: Homestead;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
  border-bottom: 2px solid #4AB4BC;
  transition: 0.15s;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 56px;
  padding: 5px 40px 4px 24px;
}
.services__link:hover {
  border-color: #E5633A;
  box-shadow: 0 10px 15px 0 #FFE8E1;
}
.services__link:hover .services__item-icon {
  filter: invert(40%) sepia(98%) saturate(450%) hue-rotate(328deg) brightness(100%) contrast(90%);
}

.services__item-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  filter: invert(67%) sepia(15%) saturate(1399%) hue-rotate(136deg) brightness(92%) contrast(89%);
}
.services__item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.container--services {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--services {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--services {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--services {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--services {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .services {
    margin-top: 60px;
  }
  .services:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .services__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .services__list {
    margin: -16px -8px 0;
  }
  .services__item {
    padding: 16px 8px 0;
  }
}
@media (max-width: 767.98px) {
  .services__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .services__item {
    width: 100%;
  }
  .services__link {
    font-size: 16px;
    min-height: 48px;
    padding: 5px 35px 4px 16px;
  }
  .services__item-icon {
    right: 12px;
  }
}
/* requests styles
--------------------------------------------- */
.requests {
  box-sizing: border-box;
  margin-top: 100px;
}
.requests * {
  box-sizing: border-box;
}
.requests h1:first-child, .requests h2:first-child, .requests h3:first-child, .requests h4:first-child, .requests h5:first-child, .requests h6:first-child, .requests p:first-child {
  margin-top: 0;
}

.requests__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2D2D2D;
}
.requests__title:first-child {
  margin-top: 0;
}

.requests__row {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}

.requests__content {
  padding-left: 95px;
  flex-grow: 1;
}

.requests__image {
  min-width: 500px;
}
.requests__image img {
  display: block;
  width: 100%;
}

.requests__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.requests__item {
  padding-left: 66px;
  position: relative;
}
.requests__item + .requests__item {
  margin-top: 85px;
}
.requests__item + .requests__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -43px;
  left: 66px;
  right: 0;
  height: 1px;
  background-color: #D7D7D7;
}
.requests__item .requests__item-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.requests__item-icon {
  width: 40px;
  height: 40px;
}
.requests__item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.requests__item-title {
  color: #2D2D2D;
  font-family: Homestead;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 16px;
}

.requests__description {
  color: #2D2D2D;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55; /* 155.556% */
}

.container--requests {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--requests {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--requests {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--requests {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--requests {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .requests {
    margin-top: 60px;
  }
  .requests:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .requests__content {
    padding-left: 40px;
  }
  .requests__image {
    min-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .requests__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .requests__row {
    flex-direction: column;
  }
  .requests__content {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .requests__image {
    min-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .requests__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .requests__item {
    padding-left: 50px;
  }
  .requests__item + .requests__item {
    margin-top: 60px;
  }
  .requests__item + .requests__item::before {
    top: -33px;
    left: 50px;
  }
  .requests__item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .requests__description {
    font-size: 16px;
  }
}
/* benefits styles
--------------------------------------------- */
.benefits {
  box-sizing: border-box;
  margin-top: 100px;
  background-color: #2D2D2D;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.benefits * {
  box-sizing: border-box;
}
.benefits h1:first-child, .benefits h2:first-child, .benefits h3:first-child, .benefits h4:first-child, .benefits h5:first-child, .benefits h6:first-child, .benefits p:first-child {
  margin-top: 0;
}

.benefits__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.benefits__title:first-child {
  margin-top: 0;
}

.benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -38px 0;
}

.benefits__item {
  width: 25%;
  padding: 16px 38px 0;
}

.benefits__item-icon {
  width: 40px;
  height: 40px;
}
.benefits__item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.benefits__item-icon {
  width: 64px;
  height: 64px;
}

.benefits__item-title {
  font-family: Homestead;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33; /* 133.333% */
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 16px;
}

.benefits__description {
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55; /* 155.556% */
}

.container--benefits {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--benefits {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--benefits {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--benefits {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--benefits {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .benefits {
    margin-top: 60px;
  }
  .benefits:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .benefits__list {
    margin: 0 -15px;
  }
  .benefits__item {
    padding: 16px 15px 0;
  }
}
@media (max-width: 991.98px) {
  .benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .benefits__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .benefits__item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .benefits {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .benefits__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .benefits__item {
    width: 100%;
    padding-top: 0;
  }
  .benefits__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .benefits__item-icon {
    width: 48px;
    height: 48px;
  }
  .benefits__item-title {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 12px;
  }
  .benefits__description {
    font-size: 16px;
  }
}
/* faq styles
--------------------------------------------- */
.faq {
  box-sizing: border-box;
  margin-top: 100px;
}
.faq * {
  box-sizing: border-box;
}
.faq h1:first-child, .faq h2:first-child, .faq h3:first-child, .faq h4:first-child, .faq h5:first-child, .faq h6:first-child, .faq p:first-child {
  margin-top: 0;
}

.faq__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2D2D2D;
  text-align: center;
}
.faq__title:first-child {
  margin-top: 0;
}

.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -24px 0 0;
}

.faq__item {
  width: 100%;
  padding: 24px 0 0;
}

.faq__details {
  border-bottom: 2px solid #4AB4BC;
}
.faq__details:hover, .faq__details[open] {
  border-color: #E5633A;
  box-shadow: 0 10px 15px 0 #FFE8E1;
}
.faq__details:hover .faq__icon, .faq__details[open] .faq__icon {
  filter: invert(40%) sepia(98%) saturate(450%) hue-rotate(328deg) brightness(100%) contrast(90%);
}
.faq__details[open] .faq__icon {
  transform: translateY(-50%) rotate(270deg);
}

.faq__summary {
  background-color: #F4F4F4;
  color: #2D2D2D;
  font-family: Homestead;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
  transition: 0.15s;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 54px;
  padding: 5px 40px 2px 24px;
  cursor: pointer;
}

.faq__icon {
  position: absolute;
  right: 18px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(90deg);
  filter: invert(67%) sepia(15%) saturate(1399%) hue-rotate(136deg) brightness(92%) contrast(89%);
  transition: 0.15s transform;
}
.faq__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.faq__answer {
  padding: 24px 20px 10px 24px;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55; /* 155.556% */
}

.container--faq {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--faq {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--faq {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--faq {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--faq {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .faq {
    margin-top: 60px;
  }
  .faq:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .faq__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .faq__list {
    margin-top: -16px;
  }
  .faq__item {
    padding-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .faq__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .faq__summary {
    font-size: 16px;
    min-height: 48px;
    padding: 5px 35px 2px 16px;
  }
  .faq__icon {
    right: 12px;
  }
  .faq__answer {
    font-size: 16px;
    padding: 16px 15px 10px 16px;
  }
}
/* customer-reviews styles
--------------------------------------------- */
.customer-reviews {
  box-sizing: border-box;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3D9BA5;
  position: relative;
}
.customer-reviews * {
  box-sizing: border-box;
}
.customer-reviews h1:first-child, .customer-reviews h2:first-child, .customer-reviews h3:first-child, .customer-reviews h4:first-child, .customer-reviews h5:first-child, .customer-reviews h6:first-child, .customer-reviews p:first-child {
  margin-top: 0;
}

.customer-reviews__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.customer-reviews__title:first-child {
  margin-top: 0;
}

.customer-reviews__title,
.customer-reviews__slider {
  position: relative;
  z-index: 2;
}

.customer-reviews__image-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.customer-reviews__image-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-reviews__slider {
  margin-left: -10px;
  margin-right: -10px;
}
.customer-reviews__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  background-color: #fff;
  border: 2px solid #4AB4BC;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.customer-reviews__slider .slick-arrow:hover {
  border-color: #E5633A;
}
.customer-reviews__slider .slick-arrow:hover::after {
  filter: invert(40%) sepia(98%) saturate(450%) hue-rotate(328deg) brightness(100%) contrast(90%);
}
.customer-reviews__slider .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  filter: invert(67%) sepia(15%) saturate(1399%) hue-rotate(136deg) brightness(92%) contrast(89%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('/wp-content/uploads/svg/arrow.svg');
}
.customer-reviews__slider .slick-prev {
  left: -14px;
}
.customer-reviews__slider .slick-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.customer-reviews__slider .slick-next {
  right: -14px;
}

.customer-reviews__slider-list .slick-track {
  display: flex;
}

.customer-reviews__item {
  padding: 0 10px;
  height: auto;
}

.customer-reviews__card {
  background-color: #fff;
  height: 100%;
  padding: 40px;
  border-bottom: 2px solid #E5633A;
}

.customer-reviews__card-top {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.customer-reviews__name {
  color: #2D2D2D;
  font-family: Homestead;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33; /* 133.333% */
  text-transform: uppercase;
}

.customer-reviews__quote-icon {
  width: 40px;
  height: 40px;
}
.customer-reviews__quote-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.customer-reviews__quote-icon {
  width: 22px;
  height: 22px;
  margin-top: -5px;
}

.customer-reviews__description {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125; /* 131.25% */
}

.rate {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 16px;
  background-image: url('/wp-content/uploads/svg/star-1.svg');
  background-repeat: repeat-x;
  background-size: 20px 100%;
  background-position: left 0 center;
}

.current-rate {
  width: 80%;
  height: 16px;
  background-image: url('/wp-content/uploads/svg/star-2.svg');
  background-repeat: repeat-x;
  background-size: 20px 100%;
  background-position: left 0 center;
}

.container--customer-reviews {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--customer-reviews {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--customer-reviews {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--customer-reviews {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--customer-reviews {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .customer-reviews {
    margin-top: 60px;
  }
  .customer-reviews:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .customer-reviews__slider .slick-prev {
    left: -10px;
  }
  .customer-reviews__slider .slick-next {
    right: -10px;
  }
}
@media (max-width: 991.98px) {
  .customer-reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .customer-reviews__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .customer-reviews__slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .customer-reviews__card {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .customer-reviews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .customer-reviews__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .customer-reviews__slider {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .customer-reviews__card {
    padding: 24px;
  }
  .customer-reviews__name {
    font-size: 16px;
  }
  .customer-reviews__description {
    font-size: 15px;
  }
}
/* estimate styles
--------------------------------------------- */
.estimate {
  box-sizing: border-box;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background-color: #2D2D2D;
}
.estimate * {
  box-sizing: border-box;
}
.estimate h1:first-child, .estimate h2:first-child, .estimate h3:first-child, .estimate h4:first-child, .estimate h5:first-child, .estimate h6:first-child, .estimate p:first-child {
  margin-top: 0;
}

.customer-reviews + .estimate {
  margin-top: 0;
}

.estimate__title {
  margin-bottom: 30px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.estimate__title:first-child {
  margin-top: 0;
}

.estimate__row {
  display: flex;
  flex-wrap: wrap;
  margin: -24px -10px 0;
}

.estimate__field {
  padding: 24px 10px 0;
  width: 25%;
}

.estimate__label {
  display: block;
  margin-bottom: 16px;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125; /* 131.25% */
}

.estimate__input {
  appearance: none;
  border: none;
  display: block;
  width: 100%;
  height: 44px;
  background-color: #676767;
  color: #fff;
  padding: 3px 16px 1px;
  font-size: 16px;
}
.estimate__input::placeholder {
  color: #B3B3B3;
}
.estimate__input:focus {
  outline: none;
}
.estimate__input:focus::placeholder {
  opacity: 0;
}

.estimate__consent {
  margin-top: 24px;
  margin-bottom: 32px;
}

.estimate__checkbox-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  user-select: none;
  cursor: pointer;
}
.estimate__checkbox-wrapper .estimate__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.estimate__checkbox-wrapper .estimate__checkbox:checked ~ .estimate__checkbox-text::after {
  background-image: url('/wp-content/uploads/svg/check.svg');
}

.estimate__checkbox-text {
  display: block;
  font-family: Raleway;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 36px;
}
.estimate__checkbox-text::before, .estimate__checkbox-text::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 2px solid transparent;
}
.estimate__checkbox-text::before {
  border-color: #676767;
}
.estimate__checkbox-text::after {
  filter: brightness(0) invert(100%);
}

.estimate__disclaimer {
  margin: 0;
  padding-left: 36px;
  color: rgba(255, 255, 255, 0.5);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125;
}
.estimate__disclaimer a:not(:hover) {
  color: inherit;
}

.container--estimate {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--estimate {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--estimate {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--estimate {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--estimate {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .estimate {
    margin-top: 60px;
  }
  .estimate:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .estimate {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .estimate__title {
    font-size: 28px;
  }
  .estimate__field {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .estimate {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .estimate__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .estimate__row {
    margin-top: -16px;
  }
  .estimate__field {
    width: 100%;
    padding-top: 16px;
  }
  .estimate__label {
    margin-bottom: 8px;
  }
  .estimate__consent {
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .estimate__checkbox-text {
    font-size: 14px;
  }
  .estimate__disclaimer {
    font-size: 12px;
  }
}
/* service-locations styles
--------------------------------------------- */
.service-locations {
  position: relative;
  box-sizing: border-box;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background-color: #336994;
}
.service-locations * {
  box-sizing: border-box;
}
.service-locations h1:first-child, .service-locations h2:first-child, .service-locations h3:first-child, .service-locations h4:first-child, .service-locations h5:first-child, .service-locations h6:first-child, .service-locations p:first-child {
  margin-top: 0;
}

.customer-reviews + .service-locations,
.estimate + .service-locations {
  margin-top: 0;
}

.service-locations__title {
  margin-bottom: 40px;
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.service-locations__title:first-child {
  margin-top: 0;
}

.service-locations__title,
.service-locations__list {
  position: relative;
  z-index: 2;
}

.service-locations__image-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-locations__image-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-locations__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -40px -20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-locations__item {
  position: relative;
  padding: 0 20px 0 60px;
  margin-top: 40px;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3125; /* 131.25% */
  background-image: url('/wp-content/uploads/svg/location.svg');
  background-repeat: no-repeat;
  background-position: left 20px top 0;
  background-size: 24px 24px;
  min-height: 24px;
  padding-top: 2px;
}
.service-locations__item a {
  text-decoration: none;
}
.service-locations__item a:not(:hover) {
  color: inherit;
}

.container--service-locations {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Media  MIN --------------------------------------------- */
@media (min-width: 577px) {
  .container--service-locations {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--service-locations {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container--service-locations {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--service-locations {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}
/* Media  Max --------------------------------------------- */
@media (max-width: 991.98px) {
  .service-locations {
    margin-top: 60px;
  }
  .service-locations:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .service-locations__list {
    margin: -30px -15px 0;
    justify-content: center;
  }
  .service-locations__item {
    padding: 2px 15px 0 50px;
    margin-top: 30px;
    background-position: left 15px top 0;
  }
}
@media (max-width: 991.98px) {
  .service-locations {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service-locations__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .service-locations__item {
    width: 33.333%;
  }
}
@media (max-width: 767.98px) {
  .service-locations {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-locations__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .service-locations__list {
    margin: -20px -10px 0;
  }
  .service-locations__item {
    width: 50%;
    margin-top: 16px;
    padding: 2px 10px 0 40px;
    font-size: 14px;
    background-size: 20px 20px;
    background-position: left 10px top 0;
  }
}
@media (max-width: 480px) {
  .service-locations__item {
    font-size: 13px;
  }
}

.green-line {
  background: #4AB4BC;
  padding: 78px 0;
}
.container.container--gl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h2.gl__title {
  font-family: Homestead;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: white;
}

a.button__custom.button__custom--accent {
  max-height: 40px;
  font-size: 14px;
  font-weight: 600;
  font-family: Raleway;
  text-decoration: none;
}

@media (max-width: 767.98px) {
.container.container--gl {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}
	h2.gl__title {
  font-family: Homestead;
  font-size: 24px;
  font-weight: 400;

}
}
.hero-home {
  position: relative;
  min-height: 540px;
}
.hero-home picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:-1;
}
.container.container--home {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 540px;
}
.hero-home h1 {
  font-family: Homestead;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: white;
  max-width: 573px;
}

@media (max-width: 767.98px) {
.container.container--home {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 540px;
  padding: 0 10px;
}
	.hero-home h1 {
  font-size: 36px;
max-width: 100%;
}
}
.wpcf7-form.init input {
  appearance: none;
  border: none;
  display: block;
  width: 100%;
  height: 44px;
  background-color: #676767;
  color: #fff;
  padding: 3px 16px 1px;
  font-size: 16px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 177px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 15px;
  cursor: pointer;
  transition: 0.15s;
  color: #fff;
  border-color: #E5633A;
  background-color: #E5633A;
  width: 177px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  color: #fff;
  border-color: #4AB4BC;
  background-color: #4AB4BC;
}
.wpcf7-form-control.wpcf7-submit.has-spinner label {
  display: block;
  margin-bottom: 16px;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125;
}
.form-inner-input {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.form-inner-input p {
  padding: 0;
  margin: 0;
}

/* Скрываем стандартный чекбокс */
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* Стилизуем контейнер чекбокса */
.custom-checkbox .wpcf7-list-item {
    display: inline-block;
    position: relative;
    padding-left: 30px; /* Место для кастомного чекбокса */
    cursor: pointer;
    margin-right: 15px;
}

/* Создаем кастомный чекбокс */
.custom-checkbox .wpcf7-list-item::before {
    content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -16px;
  top: -4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-color: #676767;
}

/* Стили для активного (выбранного) чекбокса */
.custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #0073aa; /* Цвет фона */
    border-color: #0073aa; /* Цвет рамки */
}

/* Галочка при нажатии */
.custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: '\2713'; /* Символ галочки */
    position: absolute;
    left: 5px;
    top: 1px;
    color: #fff;
    font-weight: bold;
}
.wpcf7-list-item-label {
  display: block;
  font-family: Raleway;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 6px;
}
.estimate__consent p {
  margin-bottom: 0;
  padding-bottom: 0;
}