:root {
  --accent-color: #006999;
  --text-color: #606060;
  --black: #212121;
}

*,
:after,
:before {
  box-sizing: border-box;
}

* {
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  color: initial;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  -webkit-font-smoothing: inherit;
  background: none;
  border: none;
  padding: 0;
  line-height: normal;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

ul {
  padding: 0;
  list-style: none;
}

button:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

html,
body {
  min-height: 100%;
}

html {
  font-size: 18px;
}

body {
  position: relative;
  background-color: #fff;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  max-width: 81.889rem;
  margin: 0 auto;
  padding: 0 50px;
}

main {
  flex: 1;
}

.fw-400 {
  font-weight: 400 !important;
}

.tac {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.header__wrapper {
  height: 6.667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  gap: 15px;
}

.logo {
  flex-shrink: 0;
}

.header__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.667rem;
  margin-top: 1.111rem;
}

.header__menu li a {
  position: relative;
  font-family: "Merriweather", serif;
  color: #919d9e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.header__menu li.active a {
  color: #2980b9;
}

.header__menu li.active a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.333rem;
  width: 100%;
  height: 2px;
  background-color: #2980b9;
}

.search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.778rem;
  height: 2.778rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  flex-shrink: 0;
}

.search-btn img {
  width: 44%;
}

.hero {
  padding-top: 5rem;
}

.hero--home {
  padding-bottom: 8.333rem;
}

.hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}

.page-title {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 4.167rem;
  line-height: 4.556rem;
  color: var(--black);
}

.page-subtitle {
  font-size: 1.333rem;
  font-weight: 500;
  line-height: 2rem;
  color: var(--black);
}

.btn-group {
  display: flex;
  align-items: center;
  gap: 1.667rem;
  margin-top: 2.611rem;
}

.btn {
  height: 3rem;
  min-width: 10rem;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  border-radius: 0.333rem;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  transition: 0.2s ease;
  padding: 0 1.167rem;
}

.btn:hover {
  background-color: #1c1c1c;
  color: #fff;
}

.btn--big {
  height: 3.556rem;
}

.btn--small {
  height: 2.778rem;
}

.btn-outlined {
  color: var(--accent-color);
  background-color: transparent;
  border: 1px solid var(--accent-color);
}

.btn-outlined:hover {
  border: 1px solid #1c1c1c;
}

.btn-white {
  background-color: #fff;
  color: var(--accent-color);
}

.hero-bgr {
  margin-top: 4.444rem;
}

.home-hero-bg {
  overflow: hidden;
}

.home-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoomInOut 10s infinite ease-in-out;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.guides {
  max-width: 81.889rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  margin: 0 auto;
  padding: 0 50px;
  z-index: -1;
}

.guides-line {
  width: 1px;
  background-color: rgb(220 220 220 / 25%);
}

.services {
  padding-bottom: 6.278rem;
}

.services__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1.667rem;
}

.services__grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.611rem 1.278rem;
}

.services__heading {
  flex: 0.6;
}

.section-title {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 3.333rem;
  line-height: 3.667rem;
  color: var(--black);
  margin-bottom: 2.444rem;
}

.services__item {
  min-height: 22.444rem;
  background-color: #fff;
  border-radius: 0.556rem;
  box-shadow: 0px 0.167rem 0.833rem 0.167rem rgba(43, 43, 43, 0.07);
  transition: 0.2s ease;
  padding: 2.222rem 1.944rem 1.611rem;
}

.services__item:hover {
  box-shadow: 0px 0.167rem 1.5rem 0.611rem rgba(43, 43, 43, 0.1);
}

.services__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: var(--accent-color);
  margin-bottom: 2.056rem;
}

.services__item-title {
  position: relative;
  font-family: "Merriweather", serif;
  font-size: 1.778rem;
  line-height: 1.944rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 1.389rem;
}

.services__grid .services__item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.944rem;
  height: 100%;
  width: 4px;
  background-color: var(--accent-color);
}

p.text {
  font-size: 1rem;
  line-height: 1.75rem;
}

.grey-bg {
  background-color: #f8f8f8;
  padding: 8rem 0 8.444rem;
}

.grey-bg__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7.5%;
}

.img-square {
  position: relative;
  flex: 0.9;
  margin-left: 2.333rem;
  margin-top: 1.833rem;
}

.img-square::before {
  content: "";
  position: absolute;
  top: -1.833rem;
  left: -2.333rem;
  width: 70.5%;
  height: 93%;
  border-radius: 1.111rem;
  background-color: var(--accent-color);
}

.img-square img {
  position: relative;
  width: 100%;
  border-radius: 20px;
}

.grey-bg__content {
  flex: 1;
  margin-top: 1.833rem;
}

.grey-bg__content .section-title {
  margin-bottom: 1.778rem;
}

.grey-bg__content .btn {
  margin-top: 2.778rem;
}

.faq__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  padding: 10.556rem 0 16.889rem;
}

.faq__top-item {
  position: relative;
}

.faq__top-item .btn {
  margin-top: 2.222rem;
}

.faq__top-content {
  display: flex;
  gap: 2.889rem;
}

.img-square--right {
  flex: initial;
  margin-left: auto !important;
  margin-top: 1.833rem !important;
  margin-right: 2.333rem !important;
}

.img-square--right::before {
  top: -1.833rem !important;
  left: auto !important;
  right: -2.333rem !important;
  width: 70.5%;
  height: 93%;
}

.faq__top-img {
  margin-top: 2.222rem;
  margin-right: 2.222rem;
}

.faq__top-img::before {
  width: 85%;
  height: 76.5%;
  top: -2.222rem;
  right: -2.222rem;
}

.faq__bottom {
  background-color: #f1f1f1;
}

.ask-section {
  min-height: 330px;
  background: url("../images/block-img.png") center no-repeat;
  background-size: cover;
  border-radius: 1.111rem;
  transform: translateY(-8.556rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.667rem 8.722rem 1.667rem 4.611rem;
}

.ask-section .section-title {
  color: #fff;
  margin-bottom: 20px;
}

.ask-section p {
  max-width: 29rem;
  font-family: "Merriweather", serif;
  font-size: 1.444rem;
  line-height: 1.722rem;
  color: #fff;
}

.footer {
  background-color: #2c3e50;
  padding-left: 5.167rem;
  padding-right: 5.167rem;
  padding-top: 5.556rem;
}

.footer__main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #818181;
  padding-bottom: 2.778rem;
}

.footer__bottom p {
  font-size: 14px;
  color: #a5b4b5;
  text-align: center;
  padding: 1.722rem 0 2.222rem;
}

.footer__col {
  color: #fff;
}

.footer__col-title {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 1.444rem;
  color: #fff;
  margin-bottom: 1.667rem;
}

.footer__col address {
  max-width: 13.889rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.333rem;
  margin-bottom: 20px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__contacts p {
  display: flex;
  align-items: center;
}

.footer__contacts p span {
  width: 16px;
  margin-right: 14px;
}

.footer__contacts p a {
  font-size: 16px;
  color: #fff;
}

.footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__col-links a {
  font-size: 16px;
  color: #fff;
}

.footer__col-socials li a {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer__col-socials li a .img {
  width: 20px;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 22px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #114d84;
  position: absolute;
  height: 2px;
  width: 22px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -6px;
}

.menu-button::after {
  content: "";
  margin-top: 6px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.page-hero__wrapper {
  align-items: flex-end;
}

.page-hero__right .btn {
  margin-left: auto;
}

.page-hero__wrapper > * {
  flex: 1;
}

.page-about-subtitle {
  margin-top: 1.444rem;
}

.about-summary {
  background-color: var(--accent-color);
  margin: 8.333rem 0;
  padding: 5.556rem 0;
}

.about-summary__container {
  display: flex;
  justify-content: space-around;
}

.about-summary__item {
  position: relative;
  text-align: center;
  color: #fff;
  flex: 1;
}

.about-summary__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #fff;
}

.about-summary__item:last-child:after {
  content: none;
}

.summary__item-title {
  font-family: "Merriweather", serif;
  font-size: 2.778rem;
  font-weight: 700;
  margin-bottom: 23px;
}

.summary__item-desc {
  font-size: 1.111rem;
  line-height: 1.778rem;
}

.property-types .faq__bottom {
  margin-top: 17.167rem;
}

.property-types-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 2.944rem;
}

.property-types__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.property-types__item img {
  width: 100%;
}

.property-types__item-title {
  position: absolute;
  width: 100%;
  display: flex;
  background-color: var(--accent-color);
  color: #fff;
  left: 0;
  bottom: 0;
  align-items: center;
  font-family: "Merriweather", serif;
  font-size: 1.444rem;
  gap: 13px;
  padding: 1.389rem 1.667rem;
}

.property-types__item-title::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../images/icons/service-arrow.svg") center no-repeat;
  background-size: 100%;
}

.property-types__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(from var(--accent-color) r g b / 96%);
  transition: 0.2s ease-in-out;
  opacity: 0;
}

.property-types__item:hover .property-types__overlay {
  opacity: 1;
}

.program-details {
  padding: 9.375rem 0;
}

.program-details__info {
  text-align: center;
}

.program-details__info p {
  font-family: "Merriweather", serif;
  font-size: 1.778rem;
  line-height: 2.833rem;
  color: var(--black);
}

.program-details__info .btn-group {
  justify-content: center;
}

.program-details__article {
  display: flex;
  align-items: center;
  gap: 6%;
  margin-top: 10.556rem;
}

.program-details__article > * {
  flex: 1;
}

.program-details__article.reverse {
  flex-direction: row-reverse;
}

.program-details__article-subtitle {
  font-family: "Merriweather", serif;
  font-size: 1.375rem;
  line-height: 2.188rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}

.program-details__article .text {
  line-height: 1.75rem;
}

.readmore {
  font-size: 1.111rem;
  color: var(--accent-color);
  font-weight: 500;
  text-decoration-line: underline;
}

.criteria {
  background-color: var(--accent-color);
  color: #fff;
  padding: 4.889rem 0;
}

.criteria__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.criteria .section-title {
  color: #fff;
  margin-bottom: 14px;
}

.criteria p {
  max-width: 700px;
  margin: 0 auto 2.778rem;
}

.readmore.white {
  color: #fff;
}

.tax-benefits {
  padding: 8.333rem 0;
}

.tax-benefits__article {
  margin-top: 0 !important;
  margin-bottom: 8.333rem;
}

.tax-benefits__article .section-title {
  margin-bottom: 16px;
}

.tax-benefits__article-subtitle {
  max-width: 500px;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: var(--text-color);
}

.swiper-container {
  position: relative;
}

.swiper-container .swiper-arrows {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-container .swiper-arrows .swiper-button-prev,
.swiper-container .swiper-arrows .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: #fff;
}

.swiper-container .swiper-arrows .swiper-button-prev {
  left: -7.5rem;
}

.swiper-container .swiper-arrows .swiper-button-next {
  right: -7.5rem;
}

.swiper-container .swiper-arrows .swiper-button-prev svg,
.swiper-container .swiper-arrows .swiper-button-next svg {
  width: 40%;
}

.swiper-container .swiper-arrows .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  content: none !important;
}

.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
  background-color: #fff;
  color: var(--accent-color);
}

.swiper-container .swiper-slide {
  background-color: var(--accent-color);
  border-radius: 1.875rem;
  padding: 6.25rem 30px;
}

.swiper-slide__inner {
  position: relative;
  max-width: 57.75rem;
  color: #fff;
  padding-left: 11.389rem;
  margin: 0 auto;
}

.swiper-slide__inner .slide-number {
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-slide__inner .text .readmore {
  font-size: 1rem;
}

.swiper-slide__inner .section-title {
  color: #fff;
  margin-bottom: 1.5rem;
}

.slide-number {
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  font-weight: bold;
  color: var(--accent-color);
  flex-shrink: 0;
  background-color: #d9d9d9;
}

.swiper-btn {
  margin-top: 2.778rem;
}

.swiper-btn a {
  margin: 0 auto;
}

.tax-abatement-info {
  background-color: #f8f8f8;
  padding: 5.556rem 0;
}

.tax-abatement-info__inner {
  display: flex;
  gap: 8%;
}

.tax-abatement-info__inner > * {
  flex: 1;
}

.tax-abatement-info__inner .section-title {
  font-size: 2.778rem;
  line-height: 3.333rem;
}

.tax-abatement-info__desc p {
  font-size: 1.333rem;
  line-height: 1.833rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 1.667rem;
}

.service {
  padding: 8.333rem 0 5.556rem;
}

.service .services__heading {
  text-align: center;
}

.service .section-title {
  margin-bottom: 1.333rem;
}

.service p.text {
  max-width: 584px;
  margin: 0 auto;
}

.service .services__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 4.222rem 0 2.778rem;
}

.service .services__grid .services__item-icon {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.service__btn .btn {
  margin: 0 auto;
}

.spoiler-list {
  display: grid;
  gap: 1.444rem;
}

.spoiler {
  transition: 0.3s all;
}

[data-spoiler="active"] .spoiler__container {
  margin: 0;
  padding: 0 74px 1.667rem 1.667rem;
  grid-template-rows: 1fr;
}

.spoiler__heading {
  background-color: #f8f8f8;
  transition: 0.3s all;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 1.278rem 1.667rem;
  border-radius: 4px;
}

[data-spoiler-trigger] {
  cursor: pointer;
}

.spoiler__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 1.667rem;
  height: 1.667rem;
  border-radius: 50%;
  border: 2px solid var(--black);
  margin-left: auto;
  transition: 0.3s all;
  flex-shrink: 0;
}

.spoiler__arrow::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url("../images/icons/accordion-plus.svg") center no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
}

[data-spoiler="active"] .spoiler__arrow::after {
  background: url("../images/icons/accordion-minus.svg") center no-repeat;
  background-size: 100%;
}

.spoiler__content {
  display: grid;
  min-height: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
}

.spoiler__title {
  font-family: "Merriweather";
  color: var(--black);
  font-size: 1.556rem;
  line-height: 1.833rem;
}

.spoiler__container {
  margin: 0;
  padding: 0 74px 0 1.667rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.3s all;
  background-color: #f8f8f8;
}

.faq .faq__bottom .ask-section {
  min-height: 15.722rem;
  background: var(--accent-color);
}

.faq .faq__bottom {
  margin-top: 16.667rem;
}

.faq .section-title {
  text-align: center;
}

.contact {
  display: flex;
  gap: 10%;
  padding: 8.333rem 0;
}

.contact__address {
  flex: 0.48;
}

.contact__address-title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}

.contact__address-title p {
  font-size: 24px;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
}

.contact__address-block {
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
}

.contact__address-block:last-child {
  border-bottom: none;
}

.contact__address-block p {
  color: var(--black);
  font-size: 18px;
  line-height: 27px;
}

.contact__address-phones {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 40px;
}

.contact__address-phones p {
  white-space: nowrap;
}

.contact__address-phones::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 24px;
  background-color: rgba(33, 33, 33, 0.5);
}

.contact__form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #f8f8f8;
  padding: 80px 50px;
}

.input-holder {
  display: flex;
  gap: 44px;
}

.contact__form input {
  width: 100%;
  border-bottom: 1px solid #dedede;
  color: var(--black);
  font-size: 18px;
  outline: 0;
  padding: 16px 0;
}

.contact__form input::placeholder {
  color: var(--black);
}

.contact__form .btn {
  min-width: 180px;
  height: 54px;
  font-size: 18px;
  margin-top: 24px;
}

.search {
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 9999px;
  width: max-content;
  margin-top: 1.111rem;
}

.search--expanded .search__input {
  width: 10rem;
  color: var(--black);
  padding: 0 15px;
}

.search__input {
  border: none;
  padding: 0;
  width: 0;
  transition: width 120ms;
}

.search__input:focus {
  outline: none;
}

.search__button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.search__icon {
  fill: none;
  stroke: #d1d5db;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  height: 1.5rem;
  width: 1.5rem;
}

.benefits {
  padding: 8.333rem 0;
}

.benefits__inner {
  display: flex;
  flex-direction: column;
  gap: 5.556rem;
}

.benefits__title {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 2.778rem;
  color: var(--accent-color);
  margin-bottom: 1.944rem;
}

.benefits__inner-title {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 1.667rem;
  color: var(--black);
  margin-bottom: 1.111rem;
}

.benefits__inner-title.icap {
  font-size: 1.444rem;
}

.benefits__inner-title.icap-blue {
  color: var(--accent-color);
  margin-top: 50px;
}

.benefits__inner p {
  position: relative;
  font-size: 1.111rem;
  line-height: 1.778rem;
  color: var(--black);
  padding-left: 60px;
  margin-bottom: 1.667rem;
}

.benefits__inner p::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url("../images/icons/dot.svg") center no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}

.benefits__inner p.icap::before {
  content: none;
}

.benefits__btn .btn {
  margin: 20px auto 0;
}

.hidden-text p,
.hidden-text span {
  font-size: 1rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 1360px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) {
  .swiper-container .swiper-arrows .swiper-button-prev,
  .swiper-container .swiper-arrows .swiper-button-next {
    left: auto;
    position: static;
    background-color: #fff;
    border-color: #fff;
    color: var(--accent-color);
  }
  .swiper-container .swiper-button-next.swiper-button-disabled,
  .swiper-container .swiper-button-prev.swiper-button-disabled {
    background-color: transparent;
    color: #fff;
  }
  .swiper-container .swiper-arrows {
    bottom: 40px;
    top: auto;
    transform: none;
    justify-content: center;
    gap: 22px;
  }
  .swiper-container .swiper-slide {
    padding: 60px 30px 140px;
  }
  .contact {
    gap: 6%;
  }
}

@media screen and (max-width: 991px) {
  .services__wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .guides-line {
    background-color: rgba(185, 185, 185, 0.15);
  }
  .ask-section {
    min-height: 316px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    transform: translateY(-165px);
    padding: 40px;
  }
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .hero__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .hero {
    padding-top: 60px;
  }
  .hero--home {
    padding-bottom: 80px;
  }
  .grey-bg__wrapper {
    flex-direction: column-reverse;
    gap: 90px;
  }
  .img-square {
    width: -webkit-fill-available;
  }
  .grey-bg {
    padding: 80px 0;
  }
  .grey-bg__content {
    margin-top: 0;
  }
  .grey-bg__wrapper .img-square {
    margin-left: auto;
    margin-top: 40px;
    margin-right: 40px;
  }
  .grey-bg__wrapper .img-square::before {
    top: -40px;
    left: auto;
    right: -40px;
  }
  .faq__top {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 120px 0 260px;
  }
  .faq__top-content {
    width: 100%;
    justify-content: space-between;
    gap: 2.889rem;
  }
  .faq__top-img {
    margin-top: 40px !important;
    margin-left: 40px !important;
    margin-right: auto !important;
  }
  .faq__top-img::before {
    top: -40px !important;
    left: -40px !important;
    right: auto !important;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 93px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0;
    z-index: 1;
  }
  .menu > li {
    width: 100%;
    overflow: hidden;
  }
  #menu-toggle ~ .menu li a {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li a {
    border: 1px solid #333;
    height: 50px;
    padding: 0.5em;
    align-items: center;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .search {
    margin-top: 0;
    margin-left: auto;
    margin-right: 5px;
  }
  .header__menu li a.active::after {
    content: none;
  }
  .nav {
    order: 1;
  }
  .menu-button-container {
    display: flex;
  }
  .hero-bgr {
    margin-top: 50px;
  }
  .page-banner {
    position: relative;
    min-height: 500px;
  }
  .page-banner img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .about-summary {
    margin: 80px 0;
    padding: 50px 0;
  }
  .property-types-grid {
    grid-template-columns: 1fr;
  }
  .property-types .faq__bottom {
    margin-bottom: -64px;
  }
  .program-details {
    padding: 80px 0;
  }
  .program-details__article {
    flex-direction: column;
    gap: 40px;
    margin-top: 55px;
  }
  .program-details__article.reverse {
    flex-direction: column;
  }
  .tax-benefits {
    padding: 80px 0;
  }
  .swiper-container .swiper-arrows .swiper-button-prev,
  .swiper-container .swiper-arrows .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .swiper-slide__inner .slide-number {
    position: static;
  }
  .swiper-slide__inner-heading {
    display: flex;
    gap: 30px;
  }
  .swiper-slide__inner {
    padding-left: 0;
  }
  .slide-number {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
  .tax-benefits__article {
    margin-bottom: 80px;
  }
  .swiper-slide__inner-heading {
    margin-bottom: 20px;
  }
  .swiper-slide__inner .section-title {
    margin-bottom: 0;
  }
  .tax-abatement-info__inner {
    flex-direction: column;
  }
  .tax-abatement-info {
    padding: 50px 0;
  }
  .service {
    padding: 80px 0;
  }
  .service .services__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 34px;
    margin: 40px 0 50px;
  }
  .service .services__grid .services__item-icon {
    width: 58px;
    height: 58px;
    font-size: 30px;
  }
  .spoiler__heading {
    padding: 20px;
  }
  .spoiler__container {
    padding: 0 74px 0 20px;
  }
  [data-spoiler="active"] .spoiler__container {
    padding: 0 74px 20px 20px;
  }
  .spoiler__title {
    font-size: 24px;
    line-height: 28px;
  }
  .faq .faq__bottom .ask-section {
    min-height: 300px;
    align-items: center;
    gap: 30px;
    transform: translateY(-146px);
  }
  .faq .faq__bottom {
    margin-top: 224px;
  }
  .contact {
    flex-direction: column;
    gap: 10px;
    padding: 50px 0 80px;
  }
  .contact__form {
    margin: 0 -50px;
    padding: 24px 50px 40px;
  }
  .input-holder {
    gap: 42px;
  }
  .benefits {
    padding: 80px 0;
  }
  .benefits__inner {
    gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .faq__top {
    gap: 47px;
    padding: 84px 0 260px;
  }
  .page-title,
  .section-title {
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 15px;
  }
  .btn-group {
    gap: 23px;
    margin-top: 24px;
  }
  .hero {
    padding-top: 30px;
  }
  .hero--home {
    padding-bottom: 58px;
  }
  .hero-bgr {
    margin-top: 30px;
  }
  .services__item-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 23px;
  }
  .services__item-icon img {
    width: 26px;
  }
  .services__grid {
    gap: 20px;
  }
  .services__grid .services__item-title::before {
    width: 3px;
  }
  .services {
    padding-bottom: 6.278rem;
  }
  .grey-bg {
    padding: 0;
    background-color: transparent;
  }
  .grey-bg__wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .grey-bg__content {
    margin-top: 0;
  }
  .btn {
    height: 50px;
  }
  .ask-section {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding: 27px;
    transform: translateY(-166px);
    margin-bottom: -70px;
  }
  .container {
    padding: 0 25px;
  }
  .footer__main {
    flex-direction: column;
    gap: 50px;
    padding-bottom: 65px;
  }
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__col {
    padding: 0 25px;
  }
  .footer__bottom p {
    padding: 12px 0;
  }
  .guides {
    padding: 0 25px;
  }
  .grey-bg--page {
    background-color: #f8f8f8;
    padding: 60px 0;
  }
  .page-banner {
    min-height: 309px;
  }
  .about-summary {
    margin: 60px 0;
  }
  .about-summary__container {
    flex-direction: column;
    gap: 80px;
  }
  .about-summary__item::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -40px;
    left: 0;
    right: auto;
    height: auto;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .property-types-grid {
    gap: 20px;
  }
  .property-types__item-title {
    font-size: 20px;
    padding: 18px 14px;
  }
  .property-types .faq__bottom {
    background-color: transparent;
    margin: 60px 0;
  }
  .property-types .faq__bottom .ask-section {
    transform: none;
    margin-bottom: 0;
  }
  .program-details {
    padding: 60px 0;
  }
  .program-details__info p {
    font-size: 22px;
    line-height: 35px;
  }
  .criteria {
    padding: 50px 0;
  }
  .tax-benefits {
    padding: 60px 0;
  }
  .tax-benefits__article-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .swiper-container .swiper-slide {
    padding: 30px 30px 110px 30px;
  }
  .slide-number {
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 2px;
  }
  .swiper-slide__inner-heading {
    gap: 20px;
  }
  .swiper-container .swiper-arrows {
    bottom: 30px;
    gap: 15px;
  }
  .tax-abatement-info {
    padding: 40px 0;
  }
  .tax-abatement-info__inner .section-title {
    font-size: 34px;
    line-height: 37px;
  }
  .tax-abatement-info__desc p {
    font-size: 16px;
    line-height: 22px;
  }
  .service {
    padding: 60px 0;
  }
  .service .services__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px 0 40px;
  }
  .service .services__grid .services__item-icon {
    font-size: 28px;
  }
  .service .services__grid .services__item {
    min-height: 200px;
  }
  .spoiler__heading {
    padding: 16px 14px;
  }
  .spoiler__container {
    padding: 0 74px 0 14px;
  }
  [data-spoiler="active"] .spoiler__container {
    padding: 0 74px 16px 14px;
  }
  .spoiler__title {
    font-size: 16px;
    line-height: 19px;
  }
  .spoiler-list {
    gap: 14px;
  }
  .spoiler__arrow {
    width: 18px;
    height: 18px;
    border-width: 1px;
  }
  .spoiler__arrow::after {
    width: 10px;
    height: 10px;
  }
  .spoiler__content {
    font-size: 14px;
    line-height: 19px;
  }
  .faq .section-title {
    margin-bottom: 30px;
  }
  .faq .faq__bottom .ask-section {
    min-height: 268px;
    gap: 20px;
    transform: translateY(-128px);
  }
  .faq .faq__bottom {
    margin-top: 180px;
  }
  .contact {
    padding: 30px 0 60px;
  }
  .input-holder {
    flex-direction: column;
    gap: 12px;
  }
  .contact__form {
    margin: 0 -25px;
    padding: 14px 25px 30px;
  }
  .benefits {
    padding: 60px 0;
  }
  .benefits__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .benefits__inner {
    gap: 40px;
  }
  .benefits__inner-title {
    font-size: 24px;
    line-height: 26px;
  }
  .benefits__inner p {
    font-size: 16px;
    line-height: 25px;
    padding-left: 36px;
  }
  .benefits__inner p::before {
    width: 16px;
    height: 16px;
    left: 10px;
  }
  .benefits__inner-title.icap-blue {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
  .services__item {
    min-height: auto;
    border-radius: 10px;
  }
  .faq__top-content {
    flex-direction: column;
    width: 100%;
  }
  .faq__top-item .services__item-icon {
    position: absolute;
    left: 0;
    top: -4px;
  }
  .faq__top-item {
    padding-left: 86px;
  }
  .grey-bg__wrapper .img-square {
    margin-left: 23px;
    margin-top: 18px;
    margin-right: auto;
  }
  .grey-bg__wrapper .img-square::before {
    top: -18px;
    left: -23px;
    right: auto;
  }
  .img-square--right {
    margin-top: 24px !important;
    margin-right: 24px !important;
    margin-left: auto !important;
  }
  .img-square--right::before {
    top: -24px !important;
    right: -24px !important;
    left: auto !important;
  }
}

@media screen and (max-width: 480px) {
  .btn-group .btn {
    min-width: auto;
    width: 50%;
  }
  .search {
    position: relative;
    border: none;
  }
  .search__input {
    position: absolute;
  }
  .search--expanded .search__input {
    position: absolute;
    right: 0;
    height: 100%;
    width: 13rem;
    border: 1px solid #d9d9d9;
    border-radius: 9999px;
    background-color: #fff;
    padding-right: 40px;
  }
  .search-btn {
    z-index: 1;
  }
}

@media screen and (max-width: 360px) {
  .contact__address-phones {
    flex-direction: column;
    gap: 10px;
  }
  .contact__address-phones::after {
    content: none;
  }
}
