/* * {
  padding: 0;
  margin: 0;
  border: none;
}

::selection {
  background-color: #3ab77f86;
  color: white;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input::-ms-clear {
  display: none;
}
button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  background: 0 0;
  cursor: pointer;
}
button:active,
button:focus,
input:active,
input:focus {
  outline: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  display: block;
}
:root {
  --black-color: #131018;
  --grey-color: #707070;
  --red-color: #f1573d;
  --white-color: #fff;
}
body,
html {
  height: 100%;
}
* {
  color: var(--black-color);
}
.wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.wrapper-container {
  flex: 1 1 auto;
}
[class*="__container"] {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.reviews-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #3cb879;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  z-index: 99999;
}
.up:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #fac400;
}
.up.visible {
  opacity: 1;
  pointer-events: auto;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: icons;
  src: url(../fonts/icons.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" _icon-"]::before,
[class^="_icon-"]::before {
  font-family: icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
._icon-arrow:before {
  content: "";
  color: #707070;
}
._icon-search:before {
  content: "";
  color: #707070;
}
._icon-close:before {
  content: "";
  color: #707070;
}
._icon-destination:before {
  content: "";
  color: #707070;
}
.header {
  background-color: #000;
  padding: 20px 40px;
  position: absolute;
  left: 0;
  width: 100%;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 9999;
}
.header.slidedown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  -webkit-animation: slidedown 0.7s forwards;
  animation: slidedown 0.7s forwards;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 15px 40px;
}
@-webkit-keyframes slidedown {
  from {
    top: -250px;
  }
  to {
    top: 0;
  }
}
@keyframes slidedown {
  from {
    top: -250px;
  }
  to {
    top: 0;
  }
}
.header__blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.header .logo img {
  max-width: 200px;
  z-index: 999;
}
.header .hide-mob {
  display: flex;
}
.header .show-mob {
  display: none;
}
.header__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #3ab77f;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 17px 33px;
  cursor: pointer;
  border-radius: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.header__btn:hover {
  background-color: #f5c700;
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.menu__item {
  position: relative;
}
.menu__item__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.menu__item-arrow {
  display: none;
}
.menu__item:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.menu__item.is-open .submenu {
  max-height: 500px;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.menu__link {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #110729;
  font-size: 12px;
  line-height: 23px;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  transition: color 0.2s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.menu__link:hover {
  color: #61ce70;
}
.menu__link.active {
  color: #61ce70;
}
.submenu {
  position: absolute;
  top: 25px;
  left: 0;
  background: #000;
  padding: 30px 29px;
  width: 230px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease;
}
.submenu a {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.submenu a:hover {
  transition: all 0.2s ease-in-out;
  color: #3cb879;
}
.submenu a:hover .design-circle {
  display: block;
}
.submenu .design-circle {
  min-width: 8px;
  min-height: 8px;
  background-color: #fac400;
  border-radius: 50%;
  display: none;
  transition: all 0.2s ease-in-out;
  content: "";
}
#nav-icon3 {
  display: none;
}
#nav-icon3 span:nth-child(1) {
  top: 0;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 7px;
}
#nav-icon3 span:nth-child(4) {
  top: 14px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.footer {
  background-color: #000;
}
.footer * {
  color: #fff;
}
.footer__blocks {
  padding: 90px 0 100px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__left .logo {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.footer__left .logo img {
  max-width: 300px;
  width: 100%;
}
.footer__left .name {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
}
.footer__info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__info-item a,
.footer__info-item p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 17px;
}
.footer__info-item a {
  transition: color 0.2s ease-in-out;
}
.footer__info-item a:hover {
  color: #fac400;
}
.footer__right {
  display: flex;
  align-items: start;
  gap: 25px;
}
.footer__right-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 415px;
  width: 100%;
}
.footer__right-info .title {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}
.footer__right-info__item:nth-child(even) {
  align-self: flex-end;
  justify-content: flex-end;
  align-items: end;
}
.footer__map iframe {
  width: 415px;
  min-height: 200px;
}
.footer .your-review {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .your-review__list {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.footer .your-review__title {
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}
.footer .your-review__item {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: #3cb879;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.footer .your-review__item:hover {
  background-color: rgba(60, 184, 122, 0.8039215686);
}
.footer .your-review__item img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 30px;
  height: 30px;
}
.footer__copyright {
  border-top: 1px solid #252525;
  padding: 30px 0;
}
.footer__copyright p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 17px;
  text-align: center;
}
.footer__copyright p a {
  transition: color 0.2s ease-in-out;
}
.footer__copyright p a:hover {
  color: #fac400;
}
.main {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main__container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.main .slider-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .swiper {
  width: 100%;
  height: 100vh;
}
.main .swiper .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
}
.main .swiper .swiper-slide::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 99;
  width: 100%;
  height: 100%;
}
.main .swiper .slider__content {
  position: relative;
  padding: 100px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
  z-index: 999;
  gap: 50px;
  max-width: 600px;
  width: 100%;
  margin-left: 130px;
}

.main .swiper .slider__content * {
  color: #fff;
  font-family: Montserrat;
}
.main .swiper .slider__content-number {
  font-size: 24.75px;
  text-shadow: none;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
.main .swiper .slider__content-above {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
}
.main .swiper .slider__content-title {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 800;
}
.main .swiper .slider__content-descript {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}
.main .swiper .slider__content__btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main .swiper .slider__content__btn {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  background-color: #3ab77f;
  padding: 12px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
}
.main .swiper .slider__content__btn:hover {
  background-color: #f5c700;
}
.main .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  bottom: 20px !important;
}
.main .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #0f0a05;
  opacity: 1;
  border-radius: 50%;
  border: 0 solid #000;
  transition: background-color 0.3s;
}
.main .swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.main .swiper .swiper-button-next,
.main .swiper .swiper-button-prev {
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.main .swiper .swiper-button-next::after,
.main .swiper .swiper-button-prev::after {
  font-size: 30px;
}
.features {
  padding-top: 50px;
  padding-bottom: 100px;
  z-index: 99999;
  position: relative;
}
.features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 15px;
}
.features__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.features__top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.features__top .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #3cb879;
}
.features__top p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #110729;
  font-weight: 600;
}
.features__descript {
  position: relative;
  height: 60px;
}
.features__descript .number {
  color: #ededed;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  z-index: -1;
}
.features__descript p {
  font-family: Roboto, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
}
.service-area__blocks {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service-area__blocks .design-lines {
  position: absolute;
  z-index: -1;
  top: -70%;
  left: 0;
  width: 100%;
}
.service-area__info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
.service-area__info-top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.service-area__info-top .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #3cb879;
}
.service-area__info-top p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #110729;
  font-weight: 600;
}
.service-area__info-title {
  color: #110729;
  font-size: 50px;
  font-weight: 800;
  font-family: Roboto, sans-serif;
  line-height: 55px;
  max-width: 620px;
}
.service-area__btn {
  position: relative;
  width: auto;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 7px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 17px 33px;
  background-color: #3ab77f;
  cursor: pointer;
  color: #fff;
  margin-top: 20px;
}
.service-area__btn:hover {
  background-color: #f5c700;
}
.service-area__picture {
  max-width: 635px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-area__picture p {
  color: #7a7a7a;
  font-size: 17px;
  line-height: 27px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.service-area__picture p strong {
  color: #7a7a7a;
  font-size: 17px;
  line-height: 27px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.service-area__picture img {
  border-radius: 10px;
}
.swiper-pictures {
  max-width: 1200px;
  width: 100%;
  height: 580px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 70px;
}
.swiper-pictures .swiper-wrapper {
  width: 80%;
}
.swiper-pictures .swiper-slide {
  width: 90%;
}
.swiper-pictures .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.swiper-pictures .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.swiper-pictures .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.affordability {
  padding-top: 70px;
  padding-bottom: 40px;
}
.affordability__blocks {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 25px;
}
.affordability__top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.affordability__top .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #3cb879;
}
.affordability__top p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #110729;
  font-weight: 600;
}
.affordability__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.affordability__info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.affordability__info-list p {
  font-size: 17px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-weight: 400;
  line-height: 27px;
}
.affordability__info .hidden-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.affordability__descript {
  position: relative;
}
.affordability__descript .number {
  color: #ededed;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  z-index: -1;
}
.affordability__descript p {
  font-family: Roboto, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
}
.affordability .hidden-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
}
.affordability a {
  color: #1d1434;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
.affordability a:hover {
  color: #f5c700;
}
.affordability__picture {
  max-width: 635px;
  width: 100%;
  min-width: 635px;
}
.affordability__picture img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.affordability .read-more {
  align-items: start;
  font-family: Roboto, sans-serif;
  float: left;
  color: #fff;
  background: #3ab77f;
  border-radius: 5px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}
.affordability .read-more:hover {
  background-color: #f5c700;
}
.reviews__blocks {
  background-color: #f5f5f5;
  padding: 35px 15px 25px 15px;
  position: relative;
}
.reviews__top {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}
.reviews__top h2 {
  padding-bottom: 40px;
  font-family: Robota, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #110729;
}
.reviews .swiper-reviews {
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 98%;
  margin: 0 auto;
}
.reviews__list {
  display: flex;
  align-items: start;
  margin-bottom: 25px;
}
.reviews__item {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  max-width: 313px;
  width: 100%;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}
.reviews__item-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.reviews__item-top__left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.reviews__item-top__left .name .author {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
}
.reviews__item-top__left .name .data {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 16px;
  font-size: 11px;
}
.reviews__item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews__item-content .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.reviews__item-content .stars img {
  color: #f6bb06;
  width: 15px;
  height: 15px;
}
.reviews__item-content .descript {
  font-size: 15px;
  line-height: 22px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.reviews .review-text {
  position: relative;
  overflow: hidden;
}
.reviews .review-text .descript {
  line-height: 1.4;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.reviews .review-text .read-more-btn {
  margin-top: 5px;
  background: 0 0;
  border: none;
  color: silver;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.reviews .review-text .read-more-btn:hover {
  color: #000;
  text-decoration: underline;
}
.reviews .reviews-button-next,
.reviews .reviews-button-prev {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}
.reviews .reviews-button-next::after,
.reviews .reviews-button-prev::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #c3c3c3;
  border-right: 2px solid #c3c3c3;
}
.reviews .reviews-button-next {
  right: 10px;
}
.reviews .reviews-button-next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reviews .reviews-button-prev {
  left: 10px;
}
.reviews .reviews-button-prev::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.reviews .your-review {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews .your-review__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.reviews .your-review__title {
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}
.reviews .your-review__item {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: #3cb879;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.reviews .your-review__item:hover {
  background-color: rgba(60, 184, 122, 0.8039215686);
}
.reviews .your-review__item img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 30px;
  height: 30px;
}
.features2 .features__map {
  min-height: 600px;
  max-width: 100%;
  margin-top: 40px;
}
.features2 .features__map iframe {
  width: 100%;
  min-height: 600px;
}
.call-now {
  margin-bottom: 70px;
}
.call-now__blocks {
  display: flex;
  gap: 50px;
}
.call-now__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.call-now__top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.call-now__top .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #3cb879;
}
.call-now__top p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #110729;
  font-weight: 600;
}
.call-now__descript {
  position: relative;
}
.call-now__descript .number {
  color: #ededed;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  z-index: -1;
}
.call-now__descript p {
  font-family: Roboto, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
}
.call-now__list {
  max-width: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.call-now__item {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #7a7a7a;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.call-now__item p {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #7a7a7a;
}

.call-now__picture {
  max-width: 630px;
  width: 100%;
  min-height: 430px;
}
.call-now__picture img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.call-now__btn {
  background-color: #3cb879;
  border-radius: 5px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 17px 33px;
  cursor: pointer;
  max-width: 170px;
  width: 100%;
  margin-top: 20px;
}
.call-now__btn:hover {
  background-color: #f5c700;
}
@media (max-width: 1204px) {
  .header.slidedown {
    padding: 15px 15px;
  }
}
@media (max-width: 1200px) {
  .header {
    padding: 15px 15px;
  }
  .header .logo img {
    max-width: 170px;
  }
  .header__btn {
    padding: 10px 20px;
  }
  .menu__list {
    gap: 25px;
  }
  .footer__left .logo img {
    max-width: 200px;
  }
  .footer__right-info {
    width: 100%;
    max-width: 350px;
  }
  .footer__map iframe {
    width: 100%;
    height: 100%;
  }
  .service-area__picture {
    max-width: 500px;
  }
  .swiper-pictures {
    margin-bottom: 0;
  }
  .affordability__picture {
    max-width: 500px;
    width: 100%;
    min-width: 500px;
  }
}
@media (max-width: 1024px) {
  .header {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
  }
  .header .hide-mob {
    display: none;
  }
  .header .show-mob {
    display: flex;
  }
  .header__info {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: opacity 0.3s ease, top 0.5s ease, background-color 0.5s ease,
      visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, top 0.5s ease,
      background-color 0.5s ease, visibility 0s linear 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, top 0.5s ease,
      background-color 0.5s ease, visibility 0s linear 0.3s,
      -webkit-transform 0.3s ease;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 15px 0 15px;
    overflow-y: auto;
    background-color: #fff;
    z-index: -1;
  }
  .header__info.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.3s ease, background-color 0.5s ease, top 0.3s ease,
      -webkit-transform 0.5s ease;
    transition: opacity 0.3s ease, background-color 0.5s ease, top 0.3s ease,
      transform 0.5s ease;
    transition: opacity 0.3s ease, background-color 0.5s ease, top 0.3s ease,
      transform 0.5s ease, -webkit-transform 0.5s ease;
    z-index: -1;
  }
  .header__btn {
    width: 100%;
    margin-top: 25px;
  }
  .menu {
    width: 100%;
  }
  .menu__list {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
  }
  .menu__item {
    width: 100%;
  }
  .menu__item-arrow {
    display: flex;
  }
  .menu__item:hover .submenu {
    max-width: 500px;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .menu__link {
    color: #000;
    width: auto;
  }
  .submenu a:hover .design-circle {
    display: none;
  }
  .submenu {
    position: relative;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    height: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  .submenu a {
    position: relative;
    display: block;
    padding: 9px 0;
    margin: 0;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    line-height: 23px;
    color: gray;
    cursor: pointer;
    font-weight: 300;
  }
  .submenu a br {
    display: none;
  }
  .submenu a:hover {
    color: #61ce70;
  }
  .submenu .design-circle {
    display: none;
  }
  #nav-icon3 {
    width: 25px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: flex;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #000;
    border-radius: 50px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 0.25s ease-in-out;
  }
  .footer__blocks {
    flex-direction: column;
    padding: 40px 0 50px 0;
  }
  .footer__left {
    gap: 30px;
  }
  .footer__right {
    flex-direction: column;
    gap: 50px;
  }
  .footer__right-info {
    max-width: 100%;
  }
  .footer__map {
    max-width: 415px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .swiper .slider__content {
    margin-left: 0;
    max-width: 500px;
  }
  .main .swiper .slider__content-number {
    font-size: 20px;
  }
  .main .swiper .slider__content-above {
    font-size: 25px;
  }
  .main .swiper .slider__content-title {
    font-size: 40px;
  }
  .main .swiper .slider__content-descript {
    font-size: 18px;
  }
  .main .swiper .swiper-button-next,
  .main .swiper .swiper-button-prev {
    display: none;
  }
  .service-area__blocks .design-lines {
    top: 0;
  }
  .service-area__blocks {
    flex-direction: column;
    gap: 35px;
  }
  .service-area__info-title {
    font-size: 40px;
    max-width: 550px;
  }
  .swiper-pictures {
    max-width: 100%;
    width: 100%;
    height: 480px;
    margin-top: 60px;
  }
  .swiper-pictures .swiper-wrapper {
    width: 100%;
  }
  .swiper-pictures .swiper-slide {
    width: 100%;
  }
  .reviews .swiper-reviews {
    max-width: 100%;
  }
  .reviews__item {
    max-width: 100%;
  }
  .reviews .reviews-button-next,
  .reviews .reviews-button-prev {
    display: none;
  }
}
@media (max-width: 992px) {
  .up {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
  .main .slider-bg {
    min-height: 100vh;
  }
  .main .swiper {
    min-height: 100vh;
  }
  .affordability__blocks {
    flex-direction: column;
  }
  .affordability__picture {
    margin: 0 auto;
    min-width: 100%;
    max-width: 500px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .affordability__picture img {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
  .features2 {
    padding-bottom: 80px;
  }
  .features2 .features__map {
    min-height: 400px;
  }
  .features2 .features__map iframe {
    min-height: 400px;
  }
  .call-now__blocks {
    gap: 20px;
  }
  .call-now__picture {
    max-width: 550px;
    width: 100%;
    min-height: 380px;
  }
  .call-now__picture img {
    max-width: 550px;
    width: 100%;
    min-height: 380px;
  }
}
@media (max-width: 768px) {
  .features2 .features__top {
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-items: center;
    text-align: center;
  }
  .features2 .features__list {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-items: center;
    text-align: center;
  }
  .call-now__blocks {
    flex-direction: column-reverse;
  }
  .call-now__picture {
    max-width: 400px;
    width: 100%;
    min-height: 280px;
    margin: 0 auto;
  }
  .call-now__picture img {
    max-width: 400px;
    width: 100%;
    min-height: 280px;
  }
}
@media (max-width: 640px) {
  .features__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .main .swiper .slider__content {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
  }

  .main .slider__content__top {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .main .swiper .slider__content-number {
    font-size: 16px;
  }
  .main .swiper .slider__content-above {
    font-size: 18px;
  }
  .main .swiper .slider__content-title {
    font-size: 27px;
  }
  .main .swiper .slider__content-descript {
    font-size: 14px;
  }
  .main .swiper .slider__content__btns {
    margin: 0 auto;
  }
  .service-area__info {
    margin: 0 auto;
    justify-content: center;
    font-size: 30px;
    max-width: 550px;
    text-align: center;
  }
  .service-area__info-top {
    margin: 0 auto;
  }
  .service-area__info-title {
    font-size: 30px;
    max-width: 550px;
    text-align: center;
    line-height: 40px;
  }
  .service-area__btn {
    margin: 0 auto;
  }
  .swiper-pictures {
    height: 350px;
  }
  .affordability__info {
    gap: 15px;
  }
  .affordability__info-list {
    gap: 10px;
  }
  .affordability__info-list p {
    font-size: 15px;
  }
  .affordability .read-more {
    max-width: 100%;
    width: 100%;
  }
  .features2 .features__map {
    min-height: 300px;
  }
  .features2 .features__map iframe {
    min-height: 300px;
  }

  .reviews__top {
    padding-top: 15px;
  }

  .reviews__top h2 {
    padding-bottom: 30px;
  }

  .features2 {
    padding-bottom: 50px;
  }
}

@media (max-width: 420px) {
  .wp-gr .grw-btns {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
} */

* {
  padding: 0;
  margin: 0;
  border: none;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input::-ms-clear {
  display: none;
}
button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  background: 0 0;
  cursor: pointer;
}
button:active,
button:focus,
input:active,
input:focus {
  outline: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  display: block;
}
:root {
  --black-color: #131018;
  --grey-color: #707070;
  --red-color: #f1573d;
  --white-color: #fff;
}
body,
html {
  height: 100%;
}
* {
  color: var(--black-color);
}
.wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.wrapper-container {
  flex: 1 1 auto;
}
[class*="__container"] {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.reviews-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #3cb879;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  z-index: 99999;
}
.up:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #fac400;
}
.up.visible {
  opacity: 1;
  pointer-events: auto;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: icons;
  src: url(../fonts/icons.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" _icon-"]::before,
[class^="_icon-"]::before {
  font-family: icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
._icon-arrow:before {
  content: "о¤‚";
  color: #707070;
}
._icon-search:before {
  content: "о¤ѓ";
  color: #707070;
}
._icon-close:before {
  content: "о¤Ђ";
  color: #707070;
}
._icon-destination:before {
  content: "о¤Ѓ";
  color: #707070;
}
.header {
  background-color: #000;
  padding: 20px 40px;
  position: absolute;
  left: 0;
  width: 100%;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 9999;
}
.header.slidedown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  -webkit-animation: slidedown 0.7s forwards;
  animation: slidedown 0.7s forwards;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 15px 40px;
}
@keyframes slidedown {
  from {
    top: -250px;
  }
  to {
    top: 0;
  }
}
.header__blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.header .logo img {
  max-width: 200px;
  z-index: 999;
}
.header .hide-mob {
  display: flex;
}
.header .show-mob {
  display: none;
}
.header__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #3ab77f;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 17px 33px;
  cursor: pointer;
  border-radius: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.header__btn:hover {
  background-color: #f5c700;
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.menu__item {
  position: relative;
}
.menu__item__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.menu__item-arrow {
  display: none;
}
.menu__item:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.menu__item.is-open .submenu {
  max-height: 500px;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.menu__link {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #110729;
  font-size: 12px;
  line-height: 23px;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  transition: color 0.2s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.menu__link:hover {
  color: #61ce70;
}
.menu__link.active {
  color: #61ce70;
}
.submenu {
  position: absolute;
  top: 25px;
  left: 0;
  background: #000;
  padding: 30px 15px;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease;
}
.submenu a {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.submenu a.active,
.submenu a:hover {
  transition: all 0.2s ease-in-out;
  color: #3cb879;
}
.submenu a.active .design-circle,
.submenu a:hover .design-circle {
  display: block;
}
.submenu .design-circle {
  min-width: 8px;
  min-height: 8px;
  background-color: #fac400;
  border-radius: 50%;
  display: none;
  transition: all 0.2s ease-in-out;
  content: "";
}
#nav-icon3 {
  display: none;
}
#nav-icon3 span:nth-child(1) {
  top: 0;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 7px;
}
#nav-icon3 span:nth-child(4) {
  top: 14px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.footer {
  background-color: #000;
}
.footer * {
  color: #fff;
}
.footer__blocks {
  padding: 90px 0 100px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__left .logo {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.footer__left .logo img {
  max-width: 300px;
  width: 100%;
}
.footer__left .name {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
}
.footer__info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__info-item a,
.footer__info-item p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 17px;
}
.footer__info-item a {
  transition: color 0.2s ease-in-out;
}
.footer__info-item a:hover {
  color: #fac400;
}
.footer__right {
  display: flex;
  align-items: start;
  gap: 25px;
}
.footer__right-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 415px;
  width: 100%;
}
.footer__right-info .title {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}
.footer__right-info__item:nth-child(even) {
  align-self: flex-end;
  justify-content: flex-end;
  align-items: end;
}
.footer__map iframe {
  width: 415px;
  min-height: 200px;
}
.footer .your-review {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .your-review__list {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.footer .your-review__title {
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}
.footer .your-review__item {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: #3cb879;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.footer .your-review__item:hover {
  background-color: rgba(60, 184, 122, 0.8039215686);
}
.footer .your-review__item img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 30px;
  height: 30px;
}
.footer__copyright {
  border-top: 1px solid #252525;
  padding: 30px 0;
}
.footer__copyright p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 17px;
  text-align: center;
}
.footer__copyright p a {
  transition: color 0.2s ease-in-out;
}
.footer__copyright p a:hover {
  color: #fac400;
}
* {
  padding: 0;
  margin: 0;
  border: none;
}
::selection {
  background-color: rgba(58, 183, 127, 0.5254901961);
  color: #fff;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input::-ms-clear {
  display: none;
}
button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  background: 0 0;
  cursor: pointer;
}
button:active,
button:focus,
input:active,
input:focus {
  outline: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  display: block;
}
:root {
  --black-color: #131018;
  --grey-color: #707070;
  --red-color: #f1573d;
  --white-color: #fff;
}
body,
html {
  height: 100%;
}
* {
  color: var(--black-color);
}
.wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.wrapper-container {
  flex: 1 1 auto;
}
[class*="__container"] {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.reviews-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #3cb879;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  z-index: 99999;
}
.up:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #fac400;
}
.up.visible {
  opacity: 1;
  pointer-events: auto;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: icons;
  src: url(../fonts/icons.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" _icon-"]::before,
[class^="_icon-"]::before {
  font-family: icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
._icon-arrow:before {
  content: "о¤‚";
  color: #707070;
}
._icon-search:before {
  content: "о¤ѓ";
  color: #707070;
}
._icon-close:before {
  content: "о¤Ђ";
  color: #707070;
}
._icon-destination:before {
  content: "о¤Ѓ";
  color: #707070;
}
.header {
  background-color: #000;
  padding: 20px 40px;
  position: absolute;
  left: 0;
  width: 100%;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 9999;
}
.header.slidedown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  -webkit-animation: slidedown 0.7s forwards;
  animation: slidedown 0.7s forwards;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 15px 40px;
}
@-webkit-keyframes slidedown {
  from {
    top: -250px;
  }
  to {
    top: 0;
  }
}
@keyframes slidedown {
  from {
    top: -250px;
  }
  to {
    top: 0;
  }
}
.header__blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.header .logo img {
  max-width: 200px;
  z-index: 999;
}
.header .hide-mob {
  display: flex;
}
.header .show-mob {
  display: none;
}
.header__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #3ab77f;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 17px 33px;
  cursor: pointer;
  border-radius: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.header__btn:hover {
  background-color: #f5c700;
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.menu__item {
  position: relative;
}
.menu__item__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.menu__item-arrow {
  display: none;
}
.menu__item:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.menu__item.is-open .submenu {
  max-height: 500px;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.menu__link {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #110729;
  font-size: 12px;
  line-height: 23px;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  transition: color 0.2s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.menu__link:hover {
  color: #61ce70;
}
.menu__link.active {
  color: #61ce70;
}
.submenu {
  position: absolute;
  top: 25px;
  left: 0;
  background: #000;
  padding: 30px 29px;
  width: 230px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease;
}
.submenu a {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.submenu a:hover {
  transition: all 0.2s ease-in-out;
  color: #3cb879;
}
.submenu a:hover .design-circle {
  display: block;
}
.submenu .design-circle {
  min-width: 8px;
  min-height: 8px;
  background-color: #fac400;
  border-radius: 50%;
  display: none;
  transition: all 0.2s ease-in-out;
  content: "";
}
#nav-icon3 {
  display: none;
}
#nav-icon3 span:nth-child(1) {
  top: 0;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 7px;
}
#nav-icon3 span:nth-child(4) {
  top: 14px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.footer {
  background-color: #000;
}
.footer * {
  color: #fff;
}
.footer__blocks {
  padding: 90px 0 100px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__left .logo {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.footer__left .logo img {
  max-width: 300px;
  width: 100%;
}
.footer__left .name {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
}
.footer__info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__info-item a,
.footer__info-item p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 17px;
}
.footer__info-item a {
  transition: color 0.2s ease-in-out;
}
.footer__info-item a:hover {
  color: #fac400;
}
.footer__right {
  display: flex;
  align-items: start;
  gap: 25px;
}
.footer__right-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 415px;
  width: 100%;
}
.footer__right-info .title {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}
.footer__right-info__item:nth-child(even) {
  align-self: flex-end;
  justify-content: flex-end;
  align-items: end;
}
.footer__map iframe {
  width: 415px;
  min-height: 200px;
}
.footer .your-review {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .your-review__list {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.footer .your-review__title {
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}
.footer .your-review__item {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: #3cb879;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.footer .your-review__item:hover {
  background-color: rgba(60, 184, 122, 0.8039215686);
}
.footer .your-review__item img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 30px;
  height: 30px;
}
.footer__copyright {
  border-top: 1px solid #252525;
  padding: 30px 0;
}
.footer__copyright p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 17px;
  text-align: center;
}
.footer__copyright p a {
  transition: color 0.2s ease-in-out;
}
.footer__copyright p a:hover {
  color: #fac400;
}
.main {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main__container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.main .slider-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .swiper {
  width: 100%;
  height: 100vh;
}
.main .swiper .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
}
.main .swiper .swiper-slide::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 99;
  width: 100%;
  height: 100%;
}

.main .swiper .slider__content {
  position: relative;
  padding: 100px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
  z-index: 999;
  gap: 50px;
  max-width: 600px;
  width: 100%;
  margin-left: 130px;
}
.main .swiper .slider__content * {
  color: #fff;
  font-family: Montserrat;
}
.main .swiper .slider__content-number {
  font-size: 24.75px;
  text-shadow: none;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
.main .swiper .slider__content-above {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
}
.main .swiper .slider__content-title {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 800;
}
.main .swiper .slider__content-descript {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}

.slider__content-descript {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.main .swiper .slider__content__btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.slider__content__btn {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  background-color: #3ab77f;
  padding: 12px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
}
.slider__content__btn:hover {
  background-color: #f5c700;
}
.main .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  bottom: 20px !important;
}
.main .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #0f0a05;
  opacity: 1;
  border-radius: 50%;
  border: 0 solid #000;
  transition: background-color 0.3s;
}
.main .swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.main .swiper .swiper-button-next,
.main .swiper .swiper-button-prev {
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.main .swiper .swiper-button-next::after,
.main .swiper .swiper-button-prev::after {
  font-size: 30px;
}
.features {
  padding-top: 50px;
  padding-bottom: 100px;
  z-index: 99999;
  position: relative;
}
.features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 15px;
}
.features__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.features__top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.features__top .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #3cb879;
}
.features__top p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #110729;
  font-weight: 600;
}
.features__descript {
  position: relative;
  /* height: 60px; */
}
.features__descript .number {
  color: #ededed;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  z-index: -1;
}
.features__descript p {
  font-family: Roboto, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
}
.service-area__blocks {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service-area__blocks .design-lines {
  position: absolute;
  z-index: -1;
  top: -70%;
  left: 0;
  width: 100%;
}
.service-area__info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
.service-area__info-top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.service-area__info-top .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #3cb879;
}
.service-area__info-top p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #110729;
  font-weight: 600;
}
.service-area__info-title {
  color: #110729;
  font-size: 50px;
  font-weight: 800;
  font-family: Roboto, sans-serif;
  line-height: 55px;
  max-width: 620px;
}
.service-area__btn {
  position: relative;
  width: auto;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 7px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 17px 33px;
  background-color: #3ab77f;
  cursor: pointer;
  color: #fff;
  margin-top: 20px;
}
.service-area__btn:hover {
  background-color: #f5c700;
}
.service-area__picture {
  max-width: 635px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-area__picture p {
  color: #7a7a7a;
  font-size: 17px;
  line-height: 27px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.service-area__picture p strong {
  color: #7a7a7a;
  font-size: 17px;
  line-height: 27px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.service-area__picture img {
  border-radius: 10px;
}
.swiper-pictures {
  max-width: 1200px;
  width: 100%;
  height: 580px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 70px;
}
.swiper-pictures .swiper-wrapper {
  width: 80%;
}
.swiper-pictures .swiper-slide {
  width: 90%;
}
.swiper-pictures .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.swiper-pictures .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.swiper-pictures .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.affordability {
  padding-top: 70px;
  padding-bottom: 40px;
}
.affordability__blocks {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 25px;
}
.affordability__top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.affordability__top .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #3cb879;
}
.affordability__top p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #110729;
  font-weight: 600;
}
.affordability__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.affordability__info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.affordability__info-list p {
  font-size: 17px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-weight: 400;
  line-height: 27px;
}
.affordability__info .hidden-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.affordability__descript {
  position: relative;
}
.affordability__descript .number {
  color: #ededed;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  z-index: -1;
}
.affordability__descript p {
  font-family: Roboto, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
}
.affordability .hidden-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
}
.affordability a {
  color: #1d1434;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
.affordability a:hover {
  color: #f5c700;
}
.affordability__picture {
  max-width: 635px;
  width: 100%;
  min-width: 635px;
}
.affordability__picture img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.affordability .read-more {
  align-items: start;
  font-family: Roboto, sans-serif;
  float: left;
  color: #fff;
  background: #3ab77f;
  border-radius: 5px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}
.affordability .read-more:hover {
  background-color: #f5c700;
}
.reviews__blocks {
  background-color: #f5f5f5;
  padding: 35px 15px 25px 15px;
  position: relative;
}
.reviews__top {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}
.reviews__top h2 {
  padding-bottom: 40px;
  font-family: Robota, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #110729;
}
.reviews .swiper-reviews {
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 98%;
  margin: 0 auto;
}
.reviews__list {
  display: flex;
  align-items: start;
  margin-bottom: 25px;
}
.reviews__item {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  max-width: 313px;
  width: 100%;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}
.reviews__item-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.reviews__item-top__left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.reviews__item-top__left .name .author {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
}
.reviews__item-top__left .name .data {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 16px;
  font-size: 11px;
}
.reviews__item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews__item-content .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.reviews__item-content .stars img {
  color: #f6bb06;
  width: 15px;
  height: 15px;
}
.reviews__item-content .descript {
  font-size: 15px;
  line-height: 22px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.reviews .review-text {
  position: relative;
  overflow: hidden;
}
.reviews .review-text .descript {
  line-height: 1.4;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.reviews .review-text .read-more-btn {
  margin-top: 5px;
  background: 0 0;
  border: none;
  color: silver;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.reviews .review-text .read-more-btn:hover {
  color: #000;
  text-decoration: underline;
}
.reviews .reviews-button-next,
.reviews .reviews-button-prev {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}
.reviews .reviews-button-next::after,
.reviews .reviews-button-prev::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #c3c3c3;
  border-right: 2px solid #c3c3c3;
}
.reviews .reviews-button-next {
  right: 10px;
}
.reviews .reviews-button-next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reviews .reviews-button-prev {
  left: 10px;
}
.reviews .reviews-button-prev::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.reviews .your-review {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews .your-review__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.reviews .your-review__title {
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}
.reviews .your-review__item {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: #3cb879;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.reviews .your-review__item:hover {
  background-color: rgba(60, 184, 122, 0.8039215686);
}
.reviews .your-review__item img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 30px;
  height: 30px;
}
.features2 .features__map {
  min-height: 600px;
  max-width: 100%;
  margin-top: 40px;
}
.features2 .features__map iframe {
  width: 100%;
  min-height: 600px;
}
.call-now {
  margin-bottom: 70px;
}
.call-now__blocks {
  display: flex;
  gap: 50px;
}
.call-now__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.call-now__top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.call-now__top .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #3cb879;
}
.call-now__top p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #110729;
  font-weight: 600;
}
.call-now__descript {
  position: relative;
}
.call-now__descript .number {
  color: #ededed;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  z-index: -1;
}
.call-now__descript p {
  font-family: Roboto, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
}
.call-now__list {
  max-width: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.call-now__item {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #7a7a7a;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.call-now__item p {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #7a7a7a;
}
.call-now__picture {
  max-width: 630px;
  width: 100%;
  min-height: 430px;
}
.call-now__picture img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.call-now__btn {
  background-color: #3cb879;
  border-radius: 5px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 17px 33px;
  cursor: pointer;
  max-width: 170px;
  width: 100%;
  margin-top: 20px;
}
.call-now__btn:hover {
  background-color: #f5c700;
}
.about {
  position: relative;
  width: 100%;
  /* min-height: 100vh; */
  padding: 100px 0 0 0;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 99;
  width: 100%;
  height: 100%;
}

.about__blocks {
  height: 100%;
  width: 100%;
}
.about__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 999;
  gap: 15px;
  max-width: 1200px;
  width: 100%;
  padding: 50px 0;
}
.about__top {
  display: flex;
  align-items: center;
  gap: 5px;
}
.about__top .line {
  display: inline-block;
  vertical-align: middle;
  height: 4px;
  width: 57px;
  margin-right: 21px;
  background-color: #fac400;
}
.about__top p {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.about__title {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
}

.trust-bar .trust-bar__blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: space-between;
  position: relative;
  padding: 50px 0;
}

.trust-bar__blocks::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #d5d5d5;
  content: "";
  opacity: 0.7;
}

.trust-bar .trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 100%;
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.399);
  border-radius: 5px;
  min-height: 150px;
}

.recurring-scheduled .trust-bar {
  margin-top: 35px;
  h2 {
    color: rgb(19, 16, 24);
    font-size: 32px;
    border-left: none;
    padding-left: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    text-align: center;
    position: relative;
  }
}

.contractual-services .trust-bar {
  margin-top: 35px;
  h2 {
    color: rgb(19, 16, 24);
    font-size: 32px;
    border-left: none;
    padding-left: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    text-align: center;
    position: relative;
  }
}

.recurring-scheduled .trust-item {
  gap: 10px;
}

.recurring-scheduled .trust-item {
  padding: 20px 15px;
}

.contractual-services .trust-item {
  padding: 20px 15px;
}

.trust-bar .trust-item i {
  font-size: 30px;
  color: #3ab77f;
}

.contractual-services .trust-item span,
.trust-bar .trust-item span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: rgb(128, 128, 128);
}

.trust-item strong {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.trust-item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgb(128, 128, 128);
  text-align: center;
}

.about-us__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 60px;
}

.about-us__title {
  font-size: 35px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 45px;
}

.about-us__wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 0 0 60px 0;
}
.about-us__blocks {
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
}
.about-us__block {
  display: flex;
  flex-direction: column;
  /* gap: 35px; */
  max-width: 850px;
  width: 100%;
  margin-top: 10px;
}
.about-us__text {
  color: gray;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
}
.about-us__text a:hover {
  color: #fac400;
}
.about-us__text-list {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  list-style-type: disc;
  margin-left: 20px;
}
.about-us__text-list li {
  list-style-type: disc;
  color: gray;
}
.about-us__text-list p {
  color: gray;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  margin-left: 5px;
}
.about-us__picture {
  max-width: 410px;
  width: 100%;
  border-radius: 10px;
}

.feature-list {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-number {
  background-color: #3ab77f;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 8px 0px;
  font-size: 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  max-width: 35px;
  min-width: 35px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.feature-content h3 {
  margin: 0 0 8px;
  font-size: 14px;
  color: #222;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.feature-content p {
  margin: 0;
  font-size: 13px;
  color: rgb(128, 128, 128);
  line-height: 1.6;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.our-services {
  margin: 50px 0;
}

.testimonials-cta {
  margin: 100px 0 50px 0;
}

.testimonials-cta__rewievs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.testimonials-cta__title {
  font-size: 35px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 45px;
}

.final-cta {
  padding: 100px 0;
  background-color: #dadada6c;
}

.final-cta__title {
  font-size: 35px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 45px;
}

.final-cta__blocks {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.final-cta__descript {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 27px;
  color: rgb(128, 128, 128);
  font-weight: 400;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

.final-cta__btns {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
  margin-top: 15px;
}

.final-cta .number {
  font-weight: 600;
}

.our-services__blocks {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}

.our-services__title {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 45px;
}

.our-services__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}

.our-services__card {
  background-color: #f9f9f9;
  padding: 25px 15px;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-services__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgb(0 0 0 / 0.15);
}

.our-services__icon i {
  font-size: 40px;
  color: #3ab77f;
  margin-bottom: 15px;
}

.our-services__name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.our-services__desc {
  color: gray;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.our-services__button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  text-decoration: none;
  color: #3ab77f;
  border: 1px solid #3ab77f;
  padding: 8px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.our-services__button:hover {
  background-color: #3ab77f;
  color: #fff;
}

.our-services__full-list-button {
  display: inline-flex;
  margin: 0 auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #3ab77f;
  padding: 12px 30px;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 15px;
}

.our-services__full-list-button:hover {
  background-color: #f5c700;
  color: #fff;
}

.services-wrap .swiper-pictures {
  max-width: 100%;
  width: 100%;
}
.services-wrap .swiper-slide {
  width: 70%;
}
.services__blocks {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 50px 0;
}
.services__content-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.services__content {
  max-width: 635px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.services__content-text a {
  transition: color 0.2s ease-in-out;
}
.services__content-text a:hover {
  color: #fac400;
}
.services__content p {
  color: gray;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
}
.services__content-text__wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.services__top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.services__top .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #3cb879;
}
.services__top p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #110729;
  font-weight: 600;
}
.services__btn {
  background-color: #3cb879;
  border-radius: 5px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 17px 33px;
  cursor: pointer;
  max-width: 325px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.services__btn:hover {
  background-color: #fac400;
}
.services__title {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
}
.services__map {
  max-width: 635px;
  width: 100%;
}
.services__map iframe {
  width: 100%;
  height: 100%;
}
.services-list {
  padding-bottom: 50px;
}
.services-list__blocks {
  display: flex;
  align-items: start;
  gap: 25px;
  justify-content: space-between;
}
.services-list__left {
  display: flex;
  flex-direction: column;
  list-style-type: disc;
  margin-left: 20px;
}
.services-list__left li {
  list-style-type: disc;
  color: gray;
}
.services-list__left .services-list__item {
  color: gray;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  margin-left: 5px;
}
.services-list .service-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.services-list .service-categories p {
  color: gray;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
  margin-left: 5px;
}
.services-detail .about__content {
  max-width: 100%;
  width: 100%;
}
.services-detail .about__title {
  max-width: 100%;
  width: 100%;
  font-size: 50px;
}
.services-overview__top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.services-overview__top .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #fac400;
}
.services-overview__top p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #110729;
  font-weight: 600;
}
.services-overview__title {
  font-family: Roboto, sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #000;
}
.services-overview__header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 100px;
}
.services-overview__blocks {
  padding: 50px 0;
}
.services-overview__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services-overview__wrap-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services-overview__wrap-header__title {
  text-align: center;
  font-weight: 800;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: #110729;
}
.services-overview__category {
  display: flex;
  align-items: start;
  gap: 300px;
  position: relative;
}
.services-overview__category:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #fac400;
}
.services-overview__category-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
.services-overview__category-block:first-child {
  min-width: 360px;
  padding-bottom: 80px;
}
.services-overview__category-block h4 {
  color: #000;
  font-size: 19px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 23px;
}
.services-overview__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style-type: disc;
}
.services-overview__list li {
  list-style-type: disc;
  color: gray;
  font-size: 17px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 27px;
  margin-left: 5px;
}
.other-types {
  padding: 30px 0;
  position: relative;
  margin-bottom: 50px;
}
.other-types::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f9f9f9;
}
.other-types__blocks {
  position: relative;
  z-index: 99;
}
.other-types__top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.other-types__top h3 {
  font-family: Roboto, sans-serif;
  font-weight: 800;
  font-size: 17px;
  white-space: nowrap;
}
.other-types__top .line {
  position: relative;
  width: 100%;
}
.other-types__top .line::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}
.other-types__header {
  display: flex;
  align-items: center;
  gap: 0;
}
.other-types__header .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  margin-right: 21px;
  background-color: #fac400;
}
.other-types__header p {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  font-weight: 600;
}
.other-types__grid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.other-types__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 100%;
  margin-left: 15px;
}
.other-types__block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: start;
  justify-content: start;
}
.other-types__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: disc;
}
.other-types__list li {
  list-style-type: disc;
  color: gray;
  font-size: 17px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 27px;
}
.locations .about {
  min-height: 65vh;
}
.locations .about__content {
  height: 65vh;
}
.locations .about__title {
  text-transform: capitalize;
  margin-top: 25px;
}
.locations__top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.locations__header {
  display: flex;
  align-items: center;
  gap: 5px;
}
.locations__header .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 32px;
  margin-right: 21px;
  background-color: #fac400;
}
.locations__header p {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.locations__title {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
  color: #000;
  font-weight: 800;
}
.locations__blocks {
  padding: 100px 0;
}
.locations .local-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.locations .local-link p {
  transition: all 0s ease-in-out;
}
.locations .local-link .local-pin-yellow {
  display: none;
}
.locations .local-link:hover .local-pin-yellow {
  display: flex;
}
.locations .local-link:hover .local-pin-black {
  display: none;
}
.locations .local-link:hover p {
  color: #fac400;
}
.features__descript {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
}
.features__descript .number {
  color: #ededed;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: -30px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.features__descript-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: gray;
  max-width: 95%;
}

.features__descript-text-size {
  max-width: 650px;
  width: 100%;
}
.puyallup .haul-extra {
  background-color: #f9f9f9;
  padding: 90px 0;
}
.puyallup .haul-extra .features {
  padding: 0;
}
.puyallup .haul-extra .features__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 30px;
  justify-items: start;
}
.puyallup .haul-extra .features__descript {
  align-items: start;
}
.puyallup .haul-extra .features__descript-text {
  max-width: 100%;
  width: 100%;
}

.features__descript-top {
  min-height: 50px;
}
.puyallup .haul-extra__btn {
  color: #110729;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e1e1e1;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  outline: 0;
  line-height: 24px;
  padding: 17px 33px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.puyallup .haul-extra__btn:hover {
  color: #fff;
  background-color: #110729;
  border: 1px solid #e1e1e1;
}
.puyallup .affordability .call-now__blocks {
  gap: 30px;
}
.puyallup .affordability .call-now__picture {
  max-width: 630px;
  width: 100%;
  min-height: 400px;
  height: 400px;
}
.puyallup .affordability .call-now__picture img {
  min-height: 400px;
  height: 400px;
}
.puyallup .affordability .call-now__info {
  align-items: start;
}
.puyallup .affordability .service-area__btn {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 7px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 17px 33px;
  background-color: #3ab77f;
  cursor: pointer;
  color: #fff;
  margin-top: 20px;
}
.puyallup .affordability .service-area__btn:hover {
  background-color: #f5c700;
}

.contacts .main .swiper .slider__content {
  max-width: 700px;
}

.contacts .main .swiper-slide {
  cursor: default;
}

.contacts .main .slider__content__amzy {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contacts .main .slider__content__amzy p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}

.contacts .about__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.contact-action {
  padding: 50px 0;
}

.contact-action__blocks {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}

.contact-action__primary {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: start;
}

.contact-action__secondary {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: end;
  max-width: 500px;
  width: 100%;
}

.contact-action__secondary:last-child {
  align-items: start;
}

.contact-action__headline {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.contact-action__headline2 {
  text-align: right;
  display: flex;
  margin: 0 0 0 auto;
}

.contact-action__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #808080;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: end;
}

.contact-action__phone {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #3ab77f;
  margin-top: 10px;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  transition: color 0.2s ease-in-out;
}

.contact-action__phone:hover {
  color: #f5c700;
}

.contact-action__btn {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border-radius: 7px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 17px 33px;
  background-color: #3ab77f;
  cursor: pointer;
  color: #fff;
}
.contact-action__btn:hover {
  background-color: #f5c700;
}

.contact-action__hours {
  background-color: #ffffffa9;
  border-left: 4px solid #80808075;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-action__hours-title {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.contact-action__icon {
  margin-right: 0.6rem;
  font-size: 1.1rem;
  color: #3ab77f;
}

.contact-action__hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-action__hours-list li {
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 0.35rem 0;
  font-size: 14px;
  color: #808080;
  border-bottom: 1px dashed #ddd;
}

.contact-action__hours-list li:last-child {
  border-bottom: none;
}

.contact-action__hours-list li span:first-child {
  font-weight: 500;
}

.how-it-works a {
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}

.how-it-works a:hover {
  color: #f5c700;
}

.how-it-works__blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 50px 0;
}

.how-it-works__blocks::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid #d5d5d5;
  content: "";
  opacity: 0.7;
}

.how-it-works__top {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 500px;
  width: 100%;
}

.how-it-works__picture {
  max-width: 410px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 250px;
  max-height: 250px;
  min-height: 250px;
}

.how-it-works__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 35px;
  color: #131018;
  line-height: 45px;
}

.contacts-contacts-service-area {
  background-color: #efefef;
  padding: 100px 0;
}

.contacts-service-area__title {
  font-size: 35px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #131018;
  line-height: 45px;
}

.contacts-service-area__blocks {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 0 auto;
  align-items: center;
}

.contacts-service-area__list {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}

.contacts-service-area__separator {
  margin: 0 8px;
  opacity: 0.5;
}

.service .slider__content-descript {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service .slider__content-descript p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: white;
}

.services-box__blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 100px 0;
}

.services-box__item {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.services-box__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.services-box__icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3ab77f94, #32a871a3);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(58, 183, 127, 0.4);
}

.services-box__icon i {
  font-size: 28px;
  color: #ffffff;
}

.services-box__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: rgb(34, 34, 34);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.services-box__description {
  font-size: 13px;
  color: #808080;
  line-height: 20px;
  max-width: 350px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.seo-only {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.commercial {
  background-color: #121212; /* темний фон для контрасту */
}

.commercial-white {
  background-color: white;
}

.commercial__blocks {
  padding: 50px 0;
}

.commercial__blocks ul a {
  border-bottom: 1px solid #3cb879;
}

.commercial-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.commercial p {
  color: #808080;
  line-height: 27px;
  font-size: 14px;
  cursor: default;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.commercial h1 {
  color: #3ab77f;
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  margin-bottom: 50px;
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  text-shadow: 0 0 8px rgba(58, 183, 127, 0.7);
}

.commercial-white h1 {
  color: #3ab77f;
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  margin-bottom: 50px;
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  text-shadow: none;
}

.commercial h2 {
  color: #3ab77f;
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 40px; /* змінено */
  border-left: none; /* забираємо ліву рамку */
  padding-left: 0; /* забираємо зайвий відступ */
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  text-align: center; /* центр */
  text-shadow: 0 0 6px rgba(58, 183, 127, 0.6);
  position: relative;
}

.commercial-white h2 {
  color: rgb(19, 16, 24);
  text-shadow: none;
}

.commercial p {
  color: #c5c5c5;
  font-size: 1.05rem;
  max-width: 700px;
  margin-bottom: 25px;
}

.commercial-white p,
.commercial-white li,
.commercial-white strong {
  color: #808080;
}

.commercial-white p strong {
  color: #000000;
}
.commercial h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #3ab77f;
  border-radius: 2px;
}

.commercial h3 {
  color: #4cd495;
  font-size: 1.5rem;
  margin-top: 25px;
  margin-bottom: 20px; /* збільшено */
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

.commercial strong {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

.category-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
}

.category-flex > li {
  width: calc(50% - 20px); /* 2 в ряд при wrap */
}

.commercial-white .category-flex > li {
  width: 100%;
}

.commercial li,
.commercial li a {
  color: #c5c5c5;
  font-size: 1.05rem;
  margin-bottom: 25px;
}
.commercial ul {
  list-style-type: none;
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}

.commercial .feature-list h3 {
  margin-top: 0;
  padding-top: 0;
}

.commercial ul > li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 1.1rem;
  cursor: default;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.commercial ul > li > a {
  position: relative;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
}

.commercial ul > li > a:hover {
  color: #3ab77f;
}

.commercial .commercial-sub {
  margin-top: 15px;
}

.commercial .commercial-sub li {
  font-size: 14px;
}

.commercial ul > li::before {
  content: "▹";
  position: absolute;
  left: 0;
  color: #3ab77f;
  font-weight: bold;
}

.commercial .commercial-sub > li::before {
  color: #f5c700;
}

.commercial ul ul {
  margin-top: 20px;
  margin-left: 30px;
  color: #c5c5c5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.commercial h3 + ul {
  margin-left: 20px;
}

.commercial__blocks-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.commercial__blocks-item-pic {
  max-width: 500px;
  width: 100%;
  min-width: 500px;
  min-height: 350px;
  height: 350px;
  border-radius: 350px;
}

.commercial__blocks-item-pic img {
  max-width: 500px;
  width: 100%;
  min-width: 500px;
  min-height: 350px;
  height: 350px;
  border-radius: 25px;
  object-fit: cover;
}

.commercial__pictures {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.commercial-structure .commercial__blocks {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
}

.why-choose-us {
  padding: 80px 0;
}

.why-choose-us__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: rgb(34, 34, 34);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #a0a0a046;
  padding-bottom: 0.3rem;
}

.why-choose-us__list {
  list-style: none;
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.why-choose-us__list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.3rem;
  font-family: "Monsserat", sans-serif;
  font-weight: 400;
  color: #808080;
}

.why-choose-us__list * {
  font-family: "Monsserat", sans-serif;
  font-weight: 400;
  color: #808080;
}

.why-choose-us__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: bold;
}
.why-choose-us__blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.why-choose-us__picture {
  max-width: 550px;
  width: 100%;
  border-radius: 25px;
  min-height: 380px;
}

.why-choose-us__picture img {
  max-width: 550px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  min-height: 380px;
}

/* // Таблиця ключових слів */
.keywords__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  margin-bottom: 45px;
  th,
  td {
    border: 1px solid #ccccccb8;
    padding: 0.75rem;
    text-align: left;
    font-size: 0.95rem;
    color: rgb(128, 128, 128);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  th {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }

  thead {
    background: #4cd495;
    color: #fff;
    font-weight: 600;
  }
}

.keywords__title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
  color: rgb(34, 34, 34);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}

.internal-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.internal-link a {
  text-decoration: none;
  color: #007acc;
  transition: color 0.3s ease;
}
.internal-link a:hover {
  color: #005f99;
}

.hazard-note__blocks {
  display: flex;
  background-color: #fff8e1;
  border-left: 6px solid #ffa500;
  padding: 30px;
  margin-top: 50px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hazard-icon {
  font-size: 2.5rem;
  color: #d17b00;
  flex-shrink: 0;
  line-height: 1;
}

.hazard-content h2 {
  margin-top: 0;
  color: #d17b00;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.hazard-content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.hazard-content li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

.hazard-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  color: #d17b00; /* оранжевий */
  font-size: 1.2em;
}

.hazard-content li,
.hazard-content p {
  font-family: "Monsserat", sans-serif;
  font-weight: 400;
}

.hazard-content p {
  margin-bottom: 15px;
  margin-top: 15px;
  color: #000000dd;
}

/* ---------------------------------------------------- */

.locations .about {
  background-color: #121212;
}

.locations .about::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: transparent;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.locations .about__blocks {
  padding: 50px 0;
  gap: 0;
  margin: 0;
}

.locations .about__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 999;
  padding: 0;
  height: auto;
  gap: 10px;
  max-width: 1200px;
  width: 100%;
  gap: 0;
  margin: 0;
  padding-bottom: 50px;
}

.locations .hero-map {
  max-width: 1200px;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.locations #map {
  width: 100%;
  height: 350px; /* замість 500 */
  border-radius: 8px;
  /* position: relative;
  z-index: 9; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.leaflet-control-attribution {
  display: none !important;
}

/* Стилі для посилання у спливаючому вікні */
.leaflet-popup-content a.info-window-button {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 20px;
  background-color: #3ab77f;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.leaflet-popup-content a.info-window-button:hover {
  background-color: #0056b3;
}

@media (max-width: 1204px) {
  .header.slidedown {
    padding: 15px 15px;
  }
  .header.slidedown {
    padding: 15px 15px;
  }
}
@media (max-width: 1200px) {
  .header {
    padding: 15px 15px;
  }
  .header .logo img {
    max-width: 170px;
  }
  .header__btn {
    padding: 10px 20px;
  }
  .menu__list {
    gap: 25px;
  }
  .footer__left .logo img {
    max-width: 200px;
  }
  .footer__right-info {
    width: 100%;
    max-width: 350px;
  }
  .footer__map iframe {
    width: 100%;
    height: 100%;
  }
  .header {
    padding: 15px 15px;
  }
  .header .logo img {
    max-width: 170px;
  }
  .header__btn {
    padding: 10px 20px;
  }
  .menu__list {
    gap: 25px;
  }
  .footer__left .logo img {
    max-width: 200px;
  }
  .footer__right-info {
    width: 100%;
    max-width: 350px;
  }
  .footer__map iframe {
    width: 100%;
    height: 100%;
  }

  .trust-bar .trust-bar__blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .trust-bar .trust-item {
    padding: 20px;
    text-align: center;
  }

  .our-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 15px;
    align-items: start;
    width: 100%;
  }

  .service-area__picture {
    max-width: 500px;
  }
  .swiper-pictures {
    margin-bottom: 0;
  }
  .affordability__picture {
    max-width: 500px;
    width: 100%;
    min-width: 500px;
  }
  .services-list {
    padding-top: 50px;
  }
  .services-list__blocks {
    flex-direction: column;
    gap: 20px;
  }
  .puyallup .affordability .call-now__blocks {
    flex-direction: column;
  }
  .puyallup .affordability .call-now__picture {
    margin: 0 auto;
  }
  .puyallup .affordability .call-now__list {
    max-width: 100%;
  }

  .how-it-works__blocks {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
  }

  .how-it-works__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
  }
  .header .hide-mob {
    display: none;
  }
  .header .show-mob {
    display: flex;
  }
  .header__info {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: opacity 0.3s ease, top 0.5s ease, background-color 0.5s ease,
      visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, top 0.5s ease,
      background-color 0.5s ease, visibility 0s linear 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, top 0.5s ease,
      background-color 0.5s ease, visibility 0s linear 0.3s,
      -webkit-transform 0.3s ease;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 15px 0 15px;
    overflow-y: auto;
    background-color: #fff;
    z-index: -1;
  }
  .header__info.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.3s ease, background-color 0.5s ease, top 0.3s ease,
      -webkit-transform 0.5s ease;
    transition: opacity 0.3s ease, background-color 0.5s ease, top 0.3s ease,
      transform 0.5s ease;
    transition: opacity 0.3s ease, background-color 0.5s ease, top 0.3s ease,
      transform 0.5s ease, -webkit-transform 0.5s ease;
    z-index: -1;
  }
  .header__btn {
    width: 100%;
    margin-top: 25px;
  }
  .menu {
    width: 100%;
  }
  .menu__list {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
  }
  .menu__item {
    width: 100%;
  }
  .menu__item-arrow {
    display: flex;
  }
  .menu__item:hover .submenu {
    max-width: 500px;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .menu__link {
    color: #000;
    width: auto;
  }
  .submenu a.active .design-circle,
  .submenu a:hover .design-circle {
    display: none;
  }
  .submenu {
    position: relative;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    height: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  .submenu a {
    position: relative;
    display: block;
    padding: 9px 0;
    margin: 0;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    line-height: 23px;
    color: gray;
    cursor: pointer;
    font-weight: 300;
  }
  .submenu a br {
    display: none;
  }
  .submenu a:hover {
    color: #61ce70;
  }
  .submenu .design-circle {
    display: none;
  }
  #nav-icon3 {
    width: 25px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: flex;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #000;
    border-radius: 50px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 0.25s ease-in-out;
  }
  .footer__blocks {
    flex-direction: column;
    padding: 40px 0 50px 0;
  }
  .footer__left {
    gap: 30px;
  }
  .footer__right {
    flex-direction: column;
    gap: 50px;
  }
  .footer__right-info {
    max-width: 100%;
  }
  .footer__map {
    max-width: 415px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
  }
  .header .hide-mob {
    display: none;
  }
  .header .show-mob {
    display: flex;
  }
  .header__info {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: opacity 0.3s ease, top 0.5s ease, background-color 0.5s ease,
      visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, top 0.5s ease,
      background-color 0.5s ease, visibility 0s linear 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, top 0.5s ease,
      background-color 0.5s ease, visibility 0s linear 0.3s,
      -webkit-transform 0.3s ease;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 15px 0 15px;
    overflow-y: auto;
    background-color: #fff;
    z-index: -1;
  }
  .header__info.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.3s ease, background-color 0.5s ease, top 0.3s ease,
      -webkit-transform 0.5s ease;
    transition: opacity 0.3s ease, background-color 0.5s ease, top 0.3s ease,
      transform 0.5s ease;
    transition: opacity 0.3s ease, background-color 0.5s ease, top 0.3s ease,
      transform 0.5s ease, -webkit-transform 0.5s ease;
    z-index: -1;
  }
  .header__btn {
    width: 100%;
    margin-top: 25px;
  }
  .menu {
    width: 100%;
  }
  .menu__list {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
  }
  .menu__item {
    width: 100%;
  }
  .menu__item-arrow {
    display: flex;
  }
  .menu__item:hover .submenu {
    max-width: 500px;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .menu__link {
    color: #000;
    width: auto;
  }
  .submenu a:hover .design-circle {
    display: none;
  }
  .submenu {
    position: relative;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    height: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  .submenu a {
    position: relative;
    display: block;
    padding: 9px 0;
    margin: 0;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    line-height: 23px;
    color: gray;
    cursor: pointer;
    font-weight: 300;
  }
  .submenu a br {
    display: none;
  }
  .submenu a:hover {
    color: #61ce70;
  }
  .submenu .design-circle {
    display: none;
  }
  #nav-icon3 {
    width: 25px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: flex;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #000;
    border-radius: 50px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 0.25s ease-in-out;
  }
  .footer__blocks {
    flex-direction: column;
    padding: 40px 0 50px 0;
  }
  .footer__left {
    gap: 30px;
  }
  .footer__right {
    flex-direction: column;
    gap: 50px;
  }
  .footer__right-info {
    max-width: 100%;
  }
  .footer__map {
    max-width: 415px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .swiper .slider__content {
    margin-left: 0;
    max-width: 500px;
  }
  .main .swiper .slider__content-number {
    font-size: 20px;
  }
  .main .swiper .slider__content-above {
    font-size: 25px;
  }
  .main .swiper .slider__content-title {
    font-size: 40px;
  }
  .main .swiper .slider__content-descript {
    font-size: 18px;
  }
  .main .swiper .swiper-button-next,
  .main .swiper .swiper-button-prev {
    display: none;
  }
  .service-area__blocks .design-lines {
    top: 0;
  }
  .service-area__blocks {
    flex-direction: column;
    gap: 35px;
  }
  .service-area__info-title {
    font-size: 40px;
    max-width: 550px;
  }
  .swiper-pictures {
    max-width: 100%;
    width: 100%;
    height: 480px;
    margin-top: 60px;
  }
  .swiper-pictures .swiper-wrapper {
    width: 100%;
  }
  .swiper-pictures .swiper-slide {
    width: 100%;
  }
  .reviews .swiper-reviews {
    max-width: 100%;
  }
  .reviews__item {
    max-width: 100%;
  }
  .reviews .reviews-button-next,
  .reviews .reviews-button-prev {
    display: none;
  }

  .commercial-structure .commercial__blocks {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .up {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
  .up {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
  .main .slider-bg {
    min-height: 100vh;
  }
  .main .swiper {
    min-height: 100vh;
  }
  .affordability__blocks {
    flex-direction: column;
  }
  .affordability__picture {
    margin: 0 auto;
    min-width: 100%;
    max-width: 500px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .affordability__picture img {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
  .features2 {
    padding-bottom: 80px;
  }
  .features2 .features__map {
    min-height: 400px;
  }
  .features2 .features__map iframe {
    min-height: 400px;
  }
  .call-now__blocks {
    gap: 20px;
  }
  .call-now__picture {
    max-width: 550px;
    width: 100%;
    min-height: 380px;
  }
  .call-now__picture img {
    max-width: 550px;
    width: 100%;
    min-height: 380px;
  }

  .about .slider__content-descript {
    font-size: 16px;
  }

  .service .slider__content-descript,
  .service .slider__content-descript p {
    font-size: 16px;
  }

  .main .about__content {
    gap: 0;
  }
  .about__top .line {
    width: 40px;
    margin-right: 15px;
    height: 4px;
  }
  .about__top p {
    font-size: 13px;
  }
  .about__title {
    font-size: 40px;
    line-height: 50px;
  }

  .keywords__title {
    font-size: 40px;
    line-height: 50px;
  }

  .about-us__wrap {
    gap: 50px;
    padding: 0 0 40px 0;
  }
  .about-us__blocks {
    flex-direction: column;
  }
  .about-us__block {
    max-width: 100%;
  }
  .about-us__picture {
    margin: 0 auto;
  }

  .testimonials-cta {
    .wp-gr[data-layout="grid"] .grw-reviews {
      flex-wrap: wrap !important;
      gap: var(--card-gap, 10px);
    }
  }

  .services-wrap .about__title {
    line-height: 70px;
  }
  .services__blocks {
    gap: 30px;
    flex-direction: column;
  }
  .services__content {
    max-width: 100%;
  }
  .services__map {
    max-width: 100%;
    height: 300px;
  }
  .services-detail .about__title {
    font-size: 35px;
    line-height: 40px;
  }

  .services-box__blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 50px 0;
  }

  .keywords__title {
    font-size: 35px;
    line-height: 50px;
  }
  .services-overview__header {
    padding-bottom: 40px;
  }
  .services-overview__category {
    gap: 100px;
  }
  .services-overview__list li {
    margin-left: 15px;
  }
  .locations__header .line {
    width: 40px;
    margin-right: 15px;
    height: 4px;
  }
  .locations__header p {
    font-size: 13px;
  }
  .locations__blocks {
    padding: 50px 0;
  }
  .puyallup .features {
    padding-bottom: 50px;
  }

  .contact-action__secondary {
    max-width: 400px;
    width: 100%;
  }

  .contact-action__headline,
  .how-it-works__title,
  .contacts-service-area__title {
    font-size: 25px;
    line-height: 30px;
  }

  .contact-action__text {
    font-size: 14px;
  }

  .category-flex > li {
    width: 100%;
  }

  .commercial__blocks-item-pic {
    max-width: 300px;
    width: 100%;
    min-width: auto;
    min-height: 250px;
    height: 250px;
    border-radius: 250px;
  }

  .commercial__blocks-item-pic img {
    max-width: 300px;
    width: 100%;
    min-width: auto;
    min-width: auto;
    min-height: 250px;
    height: 250px;
    border-radius: 250px;
    border-radius: 25px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .features2 .features__top {
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-items: center;
    text-align: center;
  }
  .features2 .features__list {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-items: center;
    text-align: center;
  }
  .call-now__blocks {
    flex-direction: column-reverse;
  }
  .call-now__picture {
    max-width: 400px;
    width: 100%;
    min-height: 280px;
    margin: 0 auto;
  }
  .call-now__picture img {
    max-width: 400px;
    width: 100%;
    min-height: 280px;
  }
  .services-overview__category {
    flex-direction: column;
    gap: 0;
  }
  .services-overview__category-block {
    padding-bottom: 20px;
  }
  .services-overview__category-block:first-child {
    min-width: 100%;
    padding-bottom: 20px;
  }
  .other-types__wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  .puyallup .haul-extra {
    padding: 50px 0;
  }
  .puyallup .haul-extra .features__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-us__wrapper {
    gap: 20px;
    margin-top: 40px;
  }

  .our-services {
    margin: 30px 0 50px 0;
  }

  .our-services__card {
    min-height: 220px;
  }

  .our-services__name {
    font-size: 15px;
    text-align: center;
  }

  .our-services__desc {
    font-size: 12px;
  }

  .final-cta__descript {
    font-size: 14px;
    line-height: 20px;
  }

  .final-cta__btns {
    margin-top: 0px;
    gap: 10px;
  }

  .our-services__button {
    font-size: 14px;
  }

  .our-services__icon i {
    font-size: 25px;
  }

  .about-us__title,
  .our-services__title,
  .testimonials-cta__title,
  .final-cta__title,
  .keywords__title {
    font-size: 25px;
    line-height: 35px;
  }

  .testimonials-cta {
    margin: 40px 0 50px 0;
  }

  .contact-action__blocks {
    display: flex;
    flex-direction: column;
  }

  .contact-action__primary {
    align-items: center;
  }

  .contact-action__secondary {
    align-items: center;
  }

  .contact-action__secondary:last-child {
    align-items: center;
  }

  .contact-action__headline2 {
    text-align: center;
    display: flex;
    margin: 0 auto;
  }

  .contact-action__text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .how-it-works__top {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 756px) {
  .services-wrap .swiper-slide {
    width: 100%;
  }

  .about {
    padding: 50px 0 0 0;
  }

  .trust-bar .trust-item span {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonials-cta {
    .wp-gr[data-layout="grid"] .grw-reviews {
      flex-wrap: wrap !important;
      display: flex;
      flex-direction: column;
      gap: var(--card-gap, 10px);
    }
  }

  .final-cta,
  .contacts-contacts-service-area {
    padding: 50px 0;
  }

  .commercial__blocks-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }

  .commercial__blocks-item-pic {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 250px;
    height: 250px;
    border-radius: 25px;
  }

  .commercial__blocks-item-pic img {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 250px;
    height: 250px;
    border-radius: 25px;
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  .features__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .our-services__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .why-choose-us__blocks {
    flex-direction: column;
  }
  .why-choose-us__block {
    flex: 1 1 100%;
  }

  .services-box__item {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
  }

  .services-box__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  }

  .services-box__icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 10px;
  }

  .services-box__icon i {
    font-size: 20px;
    color: #ffffff;
  }

  .services-box__title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .services-box__description {
    font-size: 12px;
  }

  .why-choose-us {
    padding: 40px 0;
  }

  .why-choose-us__picture {
    max-width: 550px;
    width: 100%;
    height: 280px;
    min-height: 280px;
    border-radius: 25px;
  }

  .why-choose-us__picture img {
    max-width: 550px;
    width: 100%;
    height: 280px;
    min-height: 280px;
    border-radius: 25px;
    object-fit: cover;
  }
}

@media (max-width: 520px) {
  .other-types__wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-items: start;
  }

  .commercial__blocks {
    padding: 20px 0 20px 0;
  }

  .commercial h1 {
    color: #3ab77f;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .commercial h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .contractual-services .trust-bar,
  .recurring-scheduled .trust-bar {
    h2 {
      font-size: 20px;
    }
  }

  .why-choose-us__title {
    font-size: 20px;
  }

  .commercial p {
    font-size: 14px;
  }

  .commercial h2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #3ab77f;
    border-radius: 2px;
  }

  .commercial h3 {
    color: #4cd495;
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 20px; /* збільшено */
    font-family: "Roboto", sans-serif;
    font-weight: 800;
  }

  .commercial strong {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
  }

  .category-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
  }

  .commercial li {
    color: #c5c5c5;
    font-size: 14px;
    margin-bottom: 25px;
  }

  .commercial ul {
    list-style-type: none;
    padding-left: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
  }

  .commercial ul > li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    cursor: default;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  .commercial ul > li::before {
    content: "▹";
    position: absolute;
    left: 0;
    color: #3ab77f;
    font-weight: bold;
  }

  .commercial ul ul {
    margin-top: 20px;
    margin-left: 10px;

    color: #c5c5c5;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }

  .commercial h3 + ul {
    margin-left: 10px;
  }

  .keywords__table {
    th,
    td {
      font-size: 12px;
    }
  }

  .hazard-note__blocks {
    display: flex;
    background-color: #fff8e1;
    border-left: 6px solid #ffa500;
    padding: 10px;
  }

  .hazard-icon {
    font-size: 25px;
  }

  .hazard-content h2 {
    margin-top: 0;
    color: #d17b00;
    font-size: 1.4rem;
  }

  .hazard-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
  }

  .hazard-content li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .hazard-content li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -2px;
    color: #d17b00; /* оранжевий */
    font-size: 0.8em;
  }

  .hazard-content li,
  .hazard-content p {
    font-family: "Monsserat", sans-serif;
    font-weight: 400;
    font-size: 13px;
  }

  .hazard-content p {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #000000dd;
  }
}
@media (max-width: 480px) {
  .main .swiper .slider__content {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
  }
  .main .slider__content__top {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .main .swiper .slider__content-number {
    font-size: 16px;
  }
  .main .swiper .slider__content-above {
    font-size: 18px;
  }
  .main .swiper .slider__content-title {
    font-size: 27px;
  }
  .main .swiper .slider__content-descript {
    font-size: 14px;
  }
  .main .swiper .slider__content__btns {
    margin: 0 auto;
  }
  .service-area__info {
    margin: 0 auto;
    justify-content: center;
    font-size: 30px;
    max-width: 550px;
    text-align: center;
  }
  .service-area__info-top {
    margin: 0 auto;
  }
  .service-area__info-title {
    font-size: 30px;
    max-width: 550px;
    text-align: center;
    line-height: 40px;
  }
  .service-area__btn {
    margin: 0 auto;
  }
  .swiper-pictures {
    height: 350px;
  }
  .affordability__info {
    gap: 15px;
  }
  .affordability__info-list {
    gap: 10px;
  }
  .affordability__info-list p {
    font-size: 15px;
  }
  .affordability .read-more {
    max-width: 100%;
    width: 100%;
  }
  .features2 .features__map {
    min-height: 300px;
  }
  .features2 .features__map iframe {
    min-height: 300px;
  }
  .reviews__top {
    padding-top: 15px;
  }
  .reviews__top h2 {
    padding-bottom: 30px;
  }
  .features2 {
    padding-bottom: 50px;
  }
  .about-us__wrap {
    gap: 25px;
  }
  .about-us__block {
    /* gap: 25px; */
  }

  .about__title {
    font-size: 30px;
    line-height: 45px;
  }

  .about-us__text {
    font-size: 15px;
    line-height: 23px;
  }
  .about-us__text-list p {
    font-size: 15px;
    line-height: 23px;
  }

  .final-cta__btns {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
  }

  .final-cta__btns a {
    width: 100%;
    text-align: center;
  }

  .services-wrap .about__title {
    font-size: 30px;
    line-height: 40px;
  }
  .services__content p {
    font-size: 15px;
    line-height: 23px;
  }
  .services-list__left .services-list__item {
    font-size: 15px;
    line-height: 23px;
  }
  .services-list .service-categories p {
    font-size: 15px;
    line-height: 23px;
  }
  .services-overview__list li {
    font-size: 15px;
    line-height: 23px;
  }
  .other-types__list li {
    font-size: 15px;
    line-height: 23px;
  }

  .services-box__blocks {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .contacts .main .slider__content__amzy {
    margin: 0 auto;
  }

  .contacts .main .slider__content {
    gap: 20px;
  }
}
@media (max-width: 420px) {
  .wp-gr .grw-btns {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }

  .trust-bar .trust-item {
    padding: 10px;
  }

  .our-services__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .our-services__card {
    min-height: auto;
  }

  .our-services__full-list-button {
    font-size: 14px;
  }

  .our-services__blocks {
    gap: 30px;
  }

  .our-services {
    margin: 0 0 40px 0;
  }
}

.internal-link {
  margin: 50px 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.internal-link * {
  text-decoration: none;
  color: #007acc;
  transition: color 0.3s ease;
}

.internal-link *:hover {
  color: #005f99;
}
