*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  --webkit-appearance: none;
  border-radius: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Screens Sizes */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ea175e");
  src: url("../fonts/icomoon.eot?ea175e#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ea175e") format("truetype"), url("../fonts/icomoon.woff?ea175e") format("woff"), url("../fonts/icomoon.svg?ea175e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bathroom:before {
  content: "\e900";
}

.icon-checklist:before {
  content: "\e901";
}

.icon-comercial:before {
  content: "\e902";
}

.icon-emergency:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-leak:before {
  content: "\e907";
}

.icon-professional:before {
  content: "\e909";
}

.icon-protection:before {
  content: "\e90a";
}

.icon-response:before {
  content: "\e90b";
}

.icon-rightarrow:before {
  content: "\e90c";
}

.icon-leftarrow:before {
  content: "\e90d";
}

.icon-twitter:before {
  content: "\e90e";
}

.icon-Vector:before {
  content: "\e90f";
}

.icon-water-filteration:before {
  content: "\e910";
}

.icon-heater:before {
  content: "\e911";
}

.icon-quote:before {
  content: "\e912";
}

.icon-drain:before {
  content: "\e913";
}

.icon-pipe:before {
  content: "\e903";
}

.icon-tap:before {
  content: "\e908";
}

.site-wrapper {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.site-content {
  flex-grow: 1;
}

.site-header,
.site-content,
.site-footer {
  flex-shrink: 0;
}

body.nav-active {
  overflow-y: hidden;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1310px) {
  .container {
    max-width: 1310px;
  }
}

html,
body {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #222222;
  background: #ffffff;
  font-size: 1rem;
  line-height: 1.7;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}

p {
  margin-bottom: 1rem;
}
p:last-of-type {
  margin-bottom: 0;
}

strong,
.bold {
  font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-bottom: 1rem;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.48;
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.8125rem;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.36;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: normal;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

.form-control {
  width: 100%;
  height: 3rem;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.75rem 1.25rem;
  border-radius: 3.125rem;
  color: rgba(0, 0, 0, 0.6);
  background-clip: padding-box;
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgba(34, 34, 34, 0.12);
}
@media (min-width: 1024px) {
  .form-control {
    height: 3.375rem;
    padding: 1rem 1.25rem;
  }
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.form-control:focus {
  outline: none;
  color: #000000;
  border-color: #000000;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

select.form-control {
  cursor: pointer;
}
select.form-control:focus {
  color: rgba(0, 0, 0, 0.6);
  background-color: #ffffff;
}

textarea.form-control {
  resize: none;
  overflow: hidden;
}

.form-group {
  margin-bottom: 1.125rem;
}
@media (min-width: 1024px) {
  .form-group {
    margin-bottom: 1.25rem;
  }
}
.form-group label {
  display: none;
  color: #000000;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
}

.submitButton {
  font: inherit;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .submitButton {
    width: 100%;
  }
}

.messages {
  display: none;
}

.has-error .form-control {
  border-color: #dc3545;
}
.has-error .g-recaptcha-v2-visible iframe {
  border: 1px solid #dc3545;
}

.thank-you-message {
  margin: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  border-radius: 0.5rem;
  background-color: #16a34a;
}
.thank-you-message a {
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  text-decoration: underline;
}
.thank-you-message a:hover {
  text-decoration: none;
}
.thank-you-message .thank-you-heading,
.thank-you-message .thank-you-content {
  color: #fff;
}

.thank-you-heading {
  font-size: 1.25rem;
}

.animate-spin {
  width: 12px;
  height: 12px;
  animation: spin 1s linear infinite;
}

.spin-hold {
  position: absolute;
  right: 12px;
  top: 10px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.submitButton {
  position: relative;
}

/*Components Styles*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (min-width: 1024px) {
  .site-header__top {
    display: none;
  }
}
.site-header__top .btn-primary {
  width: 100%;
  border-radius: 0;
  text-align: center;
}
.site-header__top .btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #222222 !important;
}
.site-header__bottom {
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .site-header__bottom {
    padding: 19px 0;
  }
}
.site-header__bottom .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__bottom .row .brand-logo {
  max-width: 110px;
}
@media (min-width: 1024px) {
  .site-header__bottom .row .brand-logo {
    max-width: 134px;
  }
}
.site-header__bottom .row .btn-wrap {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1023.98px) {
  .site-header__bottom .row .btn-wrap .contact-link {
    padding-left: 44px;
  }
}
@media (max-width: 1023.98px) {
  .site-header__bottom .row .btn-wrap .contact-link .sm-text,
  .site-header__bottom .row .btn-wrap .contact-link .bold-text {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .site-header__bottom .row .btn-wrap .btn-primary {
    display: none;
  }
}

.block-hero {
  background: url("../../assets/images/hero-bg.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .block-hero {
    padding-bottom: 80px;
  }
}
.block-hero .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 33px;
  padding-bottom: 60px;
}
@media (min-width: 1280px) {
  .block-hero .row {
    margin-left: -25px;
    margin-right: -25px;
    padding-bottom: 127px;
  }
}
.block-hero .row .col-left {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .block-hero .row .col-left {
    flex: 0 0 52%;
    max-width: 52%;
  }
}
@media (min-width: 1280px) {
  .block-hero .row .col-left {
    flex: 0 0 56%;
    max-width: 56%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.block-hero .row .col-right {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .block-hero .row .col-right {
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .block-hero .row .col-right {
    flex: 0 0 44%;
    max-width: 44%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.block-hero .content {
  color: #ffffff;
}
.block-hero .content .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
}
@media (min-width: 1024px) {
  .block-hero .content .btn-wrap {
    margin-top: 41px;
  }
}
.block-hero .media figure {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.block-hero .media figure img {
  width: 100%;
  mix-blend-mode: lighten;
}

.block-title {
  margin-bottom: 1rem;
}
.block-title .eyebrow {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  color: #222222;
  text-transform: uppercase;
}
.block-title h1,
.block-title h2 {
  margin-bottom: 0;
}
.block-title.text-center {
  text-align: center;
}
.block-title.type-white .eyebrow {
  color: #ffffff;
}
.block-title.type-white h1,
.block-title.type-white h2,
.block-title.type-white .eyebrow {
  color: #ffffff;
}

.btn {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px 32px;
  font-weight: 600;
  transition: all 0.3s;
}
.btn:hover {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-primary {
  background-color: #222222;
}
.btn.btn-primary:hover {
  border-color: #222222;
  background-color: #ffffff;
  color: #222222;
}
.btn.btn-primary--alt {
  background-color: #DFDDDD;
  color: #222222;
  border-color: #DFDDDD;
}
.btn.btn-primary--alt:hover {
  border-color: #DFDDDD;
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-block:hover {
  border-color: #222222;
  background-color: #ffffff;
  color: #222222;
}
.btn.btn-block--alt {
  background-color: #DFDDDD;
  color: #222222;
  border-color: #DFDDDD;
}
.btn.btn-block--alt:hover {
  border-color: #DFDDDD;
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-outline {
  background-color: transparent;
  color: #222222;
  border-color: #222222;
}
.btn.btn-outline:hover {
  border-color: #222222;
  background-color: #222222;
  color: #ffffff;
}
.btn.btn-outline--alt {
  color: #ffffff;
  border-color: #DFDDDD;
}
.btn.btn-outline--alt:hover {
  border-color: #ffffff;
  background-color: #DFDDDD;
  color: #222222;
}
.btn.btn-block {
  width: 100%;
}

.card-service {
  color: #222222;
  background-color: #ffffff;
  padding: 30px 24px;
  text-align: center;
  height: 100%;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .card-service {
    padding: 40px 30px;
  }
}
@media (min-width: 1280px) {
  .card-service {
    padding: 58px 35px;
  }
}
.card-service__icon {
  display: inline-block;
  font-size: 3rem;
  line-height: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .card-service__icon {
    font-size: 4rem;
  }
}
@media (min-width: 1280px) {
  .card-service__icon {
    margin-bottom: 30px;
    font-size: 5rem;
  }
}
.card-service__content h3 {
  font-weight: 600;
}
.card-benefits {
  color: #111111;
  background-color: #EDEDED;
  padding: 20px 16px;
  height: 100%;
  border-top: 2px solid #222222;
  border-radius: 4px;
}
.card-benefits__content {
  font-weight: 600;
}
.card-benefits__icon {
  display: inline-block;
  font-size: 1.875rem;
  color: #222222;
  line-height: 0;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .card-benefits__icon {
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .card-benefits__icon {
    margin-bottom: 20px;
  }
}
.card-serve {
  border-radius: 4px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  background: #ffffff;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.card-serve .short {
  display: inline-block;
  padding: 13px 12px;
  background-color: #222222;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 0;
  min-width: 56px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-serve h4 {
  margin-bottom: 0;
}
.card-blockquote {
  height: 100%;
  padding-top: 40px;
}
.card-blockquote .inner {
  background-color: #ffffff;
  padding: 61px 24px 32px 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 20px 20px rgba(34, 34, 34, 0.008);
  border-radius: 10px;
  transition: all 0.3s;
  font-size: 1rem;
  line-height: 1.7;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-blockquote .inner::before, .card-blockquote .inner::after {
  position: absolute;
  content: "";
  top: -18px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #ffffff;
}
.card-blockquote .inner::before {
  right: 18px;
}
.card-blockquote .inner::after {
  right: 48px;
}
.card-blockquote .inner .icon-wrap {
  position: absolute;
  top: -20px;
  right: 20px;
  padding: 5px;
  font-size: 3rem;
  z-index: 1;
  transition: all 0.3s;
}
.card-blockquote .inner p:last-of-type {
  margin-bottom: 20px;
}
.card-blockquote .inner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.card-blockquote .inner .wrap .author strong {
  display: block;
}

.check-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 16px;
}
.check-list li::before {
  position: absolute;
  content: "\e901";
  top: 4px;
  left: 0px;
  width: 20px;
  height: 20px;
  font-size: 1.0625rem;
  font-family: "icomoon";
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .check-list li::before {
    top: 6px;
  }
}

.contact-link {
  position: relative;
  text-decoration: none;
  min-height: 40px;
  display: inline-block;
  padding-left: 58px;
  color: #ffffff;
  transition: all 0.3s;
  padding-top: 8px;
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
.contact-link:hover {
  opacity: 0.7;
}
.contact-link .icon-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid white;
  overflow: hidden;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-link .icon-wrap i {
  font-size: 1.25rem;
  line-height: 1;
}
.contact-link .sm-text {
  display: block;
  font-weight: 400;
  margin-bottom: 9px;
}
.contact-link.type-black {
  color: #222222;
}
.contact-link.type-black .icon-wrap {
  border: 1px solid #222222;
}

.swiper-button-prev, .swiper-button-next {
  width: 58px;
  height: 32px;
  border: 1px solid #222222;
  border-radius: 40px;
  color: #ffffff;
  background-color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .swiper-button-prev, .swiper-button-next {
    width: 68px;
  }
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: transparent;
  border-color: #0d2f63;
  color: #0D2F63;
}
.swiper-button-prev i, .swiper-button-next i {
  font-size: 1.125rem;
  line-height: 1;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-disabled {
  background: transparent;
  border-color: rgba(13, 47, 99, 0.1);
  opacity: 1 !important;
  color: #0D2F63;
}

.site-footer {
  background-color: #F0F0F0;
  padding-bottom: 52px;
}
.site-footer__content {
  background-image: url("../../assets/images/footer-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 0 16px;
}
@media (min-width: 640px) {
  .site-footer__content {
    padding: 0 38px;
  }
}
.site-footer__content .logo {
  margin-bottom: 18px;
}
.site-footer__content .logo img {
  mix-blend-mode: lighten;
}
.site-footer__content h2 {
  color: #ffffff;
  font-weight: 500;
}
.site-footer__content .h4 {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 10px;
}
.site-footer__content .link-wrap {
  display: flex;
  flex-direction: column;
}
.site-footer__content .link-wrap a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.site-footer__content .link-wrap .email {
  font-size: 1rem;
  font-weight: 400;
}
.site-footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .site-footer .row {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.site-footer .copyright {
  text-align: center;
  font-size: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0;
  color: #ffffff;
}

.sticky-footer {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  border-radius: 0;
}
.sticky-footer .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sticky-footer .contents a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 0;
  border: 1px solid #ffffff;
}
@media (min-width: 640px) {
  .sticky-footer .contents a {
    width: 50%;
  }
}
.sticky-footer .contents a:hover {
  color: #222222;
}

/*Pages styles*/
.top-wrpper {
  position: relative;
}
.top-wrpper::before {
  position: absolute;
  content: "";
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/about-pattern.png") no-repeat;
  background-position: bottom right;
  z-index: -1;
}
@media (min-width: 1024px) {
  .top-wrpper::before {
    top: 80px;
  }
}

.block-appointment {
  margin-top: -60px;
}
@media (min-width: 1024px) {
  .block-appointment {
    margin-top: -80px;
  }
}
.block-appointment__form {
  border-radius: 8px;
  padding: 24px 20px;
  background-color: #ffffff;
  box-shadow: 0px 16px 35.2px 0px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .block-appointment__form {
    padding: 26px 24px;
  }
}
@media (min-width: 1024px) {
  .block-appointment__form {
    padding: 32px 30px;
  }
}
@media (min-width: 1280px) {
  .block-appointment__form {
    padding: 38px 32px;
  }
}
.block-appointment__form form .form-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (min-width: 1024px) {
  .block-appointment__form form .form-wrap {
    justify-content: space-between;
  }
}
.block-appointment__form form .form-header, .block-appointment__form form .form-section {
  width: 100%;
  flex: 0 0 100%;
  padding: 0 15px;
  max-width: 100%;
}
.block-appointment__form form .form-header {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .block-appointment__form form .form-header {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1280px) {
  .block-appointment__form form .form-header {
    flex: 0 0 28%;
    max-width: 28%;
  }
}
.block-appointment__form form .form-header h2 {
  z-index: 1;
  font-size: 20px;
  position: relative;
  line-height: normal;
  margin-bottom: 20px;
  padding-left: 12px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
}
.block-appointment__form form .form-header h2::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 44px;
  height: 44px;
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(34, 34, 34, 0.1);
}
@media (min-width: 1024px) {
  .block-appointment__form form .form-section {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1280px) {
  .block-appointment__form form .form-section {
    flex: 0 0 71%;
    max-width: 71%;
  }
}
.block-appointment__form form .form-section__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.block-appointment__form form .form-group {
  width: 100%;
  padding: 0 8px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 640px) {
  .block-appointment__form form .form-group {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .block-appointment__form form .form-group {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .block-appointment__form form .form-group.w-lg-double {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .block-appointment__form form .form-group.w-lg-double {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}
.block-appointment__form form .form-group textarea.form-control {
  height: 3rem;
  border-radius: 50px;
}
@media (min-width: 1024px) {
  .block-appointment__form form .form-group textarea.form-control {
    height: 3.375rem;
  }
}
.block-appointment__form form .form-footer {
  width: 100%;
  padding: 0 8px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .block-appointment__form form .form-footer {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.block-about-us {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .block-about-us {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
.block-about-us .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1280px) {
  .block-about-us .row {
    margin-left: -28px;
    margin-right: -28px;
  }
}
.block-about-us .row .col-left {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .block-about-us .row .col-left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .block-about-us .row .col-left {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.block-about-us .row .col-right {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .block-about-us .row .col-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .block-about-us .row .col-right {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.block-about-us .media-wrap {
  position: relative;
}
.block-about-us .media-wrap .image-top img, .block-about-us .media-wrap .image-bottom img {
  width: 100%;
}
.block-about-us .media-wrap .image-top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52%;
}
.block-about-us .media-wrap .image-bottom {
  padding-left: 20%;
  padding-bottom: 15%;
}
.block-about-us .media-wrap .experience-info {
  background-color: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(28, 58, 79, 0.1);
  border-radius: 10px;
  padding: 5px 20px;
  min-width: 180px;
  position: absolute;
  top: 7%;
  left: 0;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (min-width: 768px) {
  .block-about-us .media-wrap .experience-info {
    min-width: 228px;
  }
}
.block-about-us .media-wrap .experience-info strong {
  margin-bottom: 0;
}
.block-about-us .media-wrap .experience-info span {
  display: inline-block;
  line-height: 1.33;
  color: #222222;
}
.block-about-us .media-wrap .clients-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  padding-bottom: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
}
.block-about-us .media-wrap .clients-wrap .clients {
  width: 36%;
}
@media (min-width: 768px) {
  .block-about-us .media-wrap .clients-wrap .clients {
    width: 40%;
  }
}
.block-about-us .media-wrap .clients-wrap .clients img {
  width: 100%;
}
.block-about-us .media-wrap .clients-wrap .info {
  font-size: clamp(10px, 3vw, 18px);
}
.block-about-us .media-wrap .clients-wrap .info strong {
  display: block;
  line-height: 1;
}
.block-about-us .media-wrap .clients-wrap .info span {
  display: block;
  line-height: 1.2;
}
.block-about-us .content {
  margin-top: 40px;
}
.block-about-us .content ul {
  margin-top: 20px;
}
.block-about-us .content .btn-wrap {
  margin-top: 36px;
}
.block-services {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../images/our-services-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .block-services {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .block-services {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.block-services .block-title {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .block-services .block-title {
    margin-bottom: 50px;
  }
}
.block-services .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}
.block-services .row .col {
  padding-left: 13px;
  padding-right: 13px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .block-services .row .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 26px;
  }
}
@media (min-width: 1024px) {
  .block-services .row .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .block-services .row .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.block-services .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .block-services .btn-wrap {
    margin-top: 50px;
  }
}
.block-benifits {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .block-benifits {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .block-benifits {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.block-benifits .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1280px) {
  .block-benifits .row {
    margin-left: -35px;
    margin-right: -35px;
  }
}
.block-benifits .row .col-left {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .block-benifits .row .col-left {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (min-width: 1280px) {
  .block-benifits .row .col-left {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.block-benifits .row .col-right {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .block-benifits .row .col-right {
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .block-benifits .row .col-right {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.block-benifits .media-wrap {
  position: relative;
}
.block-benifits .media-wrap figure img {
  width: 100%;
  border-radius: 4px;
}
.block-benifits .media-wrap .contact-wrap {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 8px 22px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.block-benifits .media-wrap .contact-wrap .icon-wrap {
  background-color: rgba(230, 58, 39, 0.06);
}
.block-benifits .content {
  margin-top: 40px;
}
.block-benifits .content .row {
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 32px;
}
.block-benifits .content .row .col {
  padding-left: 8px;
  padding-right: 8px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .block-benifits .content .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .block-benifits .content .row .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.block-benifits .content .btn-wrap {
  margin-top: 26px;
}
.block-free-consultation {
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .block-free-consultation {
    margin-bottom: -100px;
  }
}
.block-free-consultation__wrap {
  z-index: 1;
  padding: 32px 16px;
  position: relative;
  border-radius: 0.75rem;
  background: url("../images/deposit.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 640px) {
  .block-free-consultation__wrap {
    padding: 40px 24px;
  }
}
@media (min-width: 1024px) {
  .block-free-consultation__wrap {
    padding: 45px 28px;
  }
}
@media (min-width: 1280px) {
  .block-free-consultation__wrap {
    padding: 50px 32px;
  }
}
.block-free-consultation__wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.block-free-consultation__content {
  text-align: center;
  line-height: 1.56;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}
.block-free-consultation__content .btn-wrap {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .block-free-consultation__content .btn-wrap {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .block-free-consultation__content .btn-wrap {
    margin-top: 28px;
  }
}
.block-area-we-serve {
  padding-top: 130px;
  padding-bottom: 50px;
  background-color: #F0F0F0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-area-we-serve {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .block-area-we-serve {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.block-area-we-serve::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/serve-pattern.png") no-repeat;
  background-position: bottom right;
  z-index: -1;
}
.block-area-we-serve .block-title {
  max-width: 687px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .block-area-we-serve .block-title {
    margin-bottom: 50px;
  }
}
.block-area-we-serve .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.block-area-we-serve .row .col {
  padding-left: 12px;
  padding-right: 12px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .block-area-we-serve .row .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .block-area-we-serve .row .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .block-area-we-serve .row .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.block-gallery {
  padding: 48px 0;
}
@media (min-width: 640px) {
  .block-gallery {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .block-gallery {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .block-gallery {
    padding: 100px 0;
  }
}
.block-gallery .block-title {
  margin-bottom: 0;
}
.block-gallery .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 36px;
}
@media (min-width: 1280px) {
  .block-gallery .row {
    margin-left: -28px;
    margin-right: -28px;
  }
}
.block-gallery .row .col-left {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .block-gallery .row .col-left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .block-gallery .row .col-left {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.block-gallery .row .col-right {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .block-gallery .row .col-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .block-gallery .row .col-right {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.block-gallery .image-wrap:focus {
  border: none;
  outline: none;
}
.block-gallery .image-wrap img {
  border-radius: 6px;
  width: 100%;
}
.block-gallery .swiper {
  overflow: visible !important;
}
.block-gallery .swiper-slide {
  height: auto;
}
.block-gallery .swiper-button {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .block-gallery .swiper-button {
    justify-content: end;
    margin-top: 0;
  }
}
.block-gallery .swiper-button-prev, .block-gallery .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  z-index: 3;
  margin-top: 0;
}
.block-testimonials {
  padding: 50px 0;
  background-color: #F0F0F0;
}
@media (min-width: 768px) {
  .block-testimonials {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) {
  .block-testimonials {
    padding: 100px 0;
  }
}
.block-testimonials .block-title {
  margin-bottom: 5px;
}
.block-testimonials .row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 36px;
}
@media (min-width: 1280px) {
  .block-testimonials .row {
    margin-left: -28px;
    margin-right: -28px;
  }
}
.block-testimonials .row .col-left {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .block-testimonials .row .col-left {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 1280px) {
  .block-testimonials .row .col-left {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.block-testimonials .row .col-right {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .block-testimonials .row .col-right {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (min-width: 1280px) {
  .block-testimonials .row .col-right {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.block-testimonials .swiper-slide {
  height: auto;
  padding: 10px 10px;
}
.block-testimonials .swiper-button {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.block-testimonials .swiper-button-prev, .block-testimonials .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  z-index: 3;
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
