@charset "UTF-8";
/* Google Fonts loaded via <link> in layout to avoid render-blocking @import */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

a,
button,
input,
select,
textarea,
.accordion-footer,
.accordion-button,
.filter-sub_body,
.overlay,
.burger,
.object-item,
.object-item img,
.slide,
.header-site,
.submenu {
  transition: 0.3s;
}

body.no-scroll {
  overflow: hidden;
}

.fs2 {
  font-family: "Cormorant", serif;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  all: unset;
  cursor: pointer;
  display: inline-block;
}

button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  font: inherit;
  color: inherit;
}

/* Restore checkbox appearance */
input[type="checkbox"] {
  all: revert;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
input[type=number] {
  padding: 14px 12px;
  border: 1px solid #B9BBBE;
  border-radius: 4px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

*::placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #80848E;
}

*::-webkit-input-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #80848E;
}

*:-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #80848E;
}

*::-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #80848E;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

.container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

li {
  padding-left: 20px;
}

ul li.no-list {
  padding: 0;
  list-style: none;
}
ul li.no-list:before {
  content: "";
  display: none;
}

.btn {
  padding: 14px 20px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  transition: 0.3s;
}

.black-btn {
  color: #FFFFFF;
  background-color: #2B2D31;
}
.black-btn:hover {
  background-color: rgba(43, 45, 49, 0.8784313725);
}

.white-btn {
  color: #20221D;
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
}
.white-btn:hover {
  background-color: rgba(185, 187, 190, 0.1607843137);
}

.grey-btn {
  color: #F9F9F9;
  background-color: rgba(255, 255, 255, 0.2);
}
.grey-btn:hover {
  opacity: 0.8;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border: 2px solid #3A3D43;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: transparent;
  transition: background 0.2s, border-color 0.2s;
}

.arrow {
  transition: 0.3s;
}

input[type=checkbox]:checked {
  background-color: #3A3D43;
  border-color: #3A3D43;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.0775 4.41083C16.4029 4.08539 16.9304 4.08539 17.2559 4.41083C17.5813 4.73626 17.5813 5.26377 17.2559 5.58921L8.08919 14.7559C7.76375 15.0813 7.23624 15.0813 6.91081 14.7559L2.74414 10.5892C2.4187 10.2638 2.4187 9.73626 2.74414 9.41083C3.06958 9.08539 3.59709 9.08539 3.92252 9.41083L7.5 12.9883L16.0775 4.41083Z' fill='%23F08D05'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

input[type=checkbox].white-checkbox {
  border-color: #E9E9E9 !important;
}
input[type=checkbox].white-checkbox:checked {
  background-color: #E9E9E9 !important;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.0775 4.41083C16.4029 4.08539 16.9304 4.08539 17.2559 4.41083C17.5813 4.73626 17.5813 5.26377 17.2559 5.58921L8.08919 14.7559C7.76375 15.0813 7.23624 15.0813 6.91081 14.7559L2.74414 10.5892C2.4187 10.2638 2.4187 9.73626 2.74414 9.41083C3.06958 9.08539 3.59709 9.08539 3.92252 9.41083L7.5 12.9883L16.0775 4.41083Z' fill='%23191919'/></svg>");
}

*::-webkit-scrollbar {
  width: 5px;
  background-color: #E9E9E9;
  border-radius: 10px;
}

/* Трек (фон) */
*::-webkit-scrollbar-track {
  background-color: #E9E9E9;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #F08D05;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #ff9c3c;
}

*::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

/* Скрыть горизонтальный скролл */
::-webkit-scrollbar:horizontal {
  height: 5px;
}

.custom-dropdown {
  border: 1px solid #E9E9E9;
  border-radius: 100px;
  position: relative;
  padding: 10px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 4px;
  transition: all 0.3s ease;
}
.custom-dropdown span {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #20221D;
  transition: color 0.3s ease;
}
.custom-dropdown .arrow {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.custom-dropdown .arrow svg {
  width: 100%;
  height: 100%;
}
.custom-dropdown .arrow svg path {
  transition: fill 0.3s ease;
}
.custom-dropdown .custom-select__list {
  position: absolute;
  width: 120px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03137), 0px 12px 16px -4px rgba(16, 24, 40, 0.07843);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
  max-height: 0;
  opacity: 0;
  transition: none;
  z-index: 1000;
}
.custom-dropdown .custom-select__list li {
  padding: 5px 0;
  width: 90%;
  display: flex;
  justify-content: center;
  transition: color 0.2s ease;
}
.custom-dropdown .custom-select__list li:hover {
  color: #F08D05;
}
.custom-dropdown.open .custom-select__list {
  display: flex;
  max-height: 230px;
  margin-top: 6px;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.custom-dropdown.open .arrow {
  transform: rotate(180deg);
}
.custom-dropdown .custom-select__list li a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 8px 12px;
  transition: all 0.2s ease;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  position: relative;
}
.custom-dropdown .custom-select__list li a:hover {
  color: #F08D05;
}
.custom-dropdown .custom-select__list li a.active {
  background: rgba(185, 187, 190, 0.16);
}
.custom-dropdown .custom-select__list li a.active::after {
  display: none;
}

.title-section {
  font-weight: 600;
  font-size: 48px;
  line-height: 112%;
  letter-spacing: -0.3px;
  color: #20221D;
}

.section-sub-title {
  color: #3A3D43;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  padding-top: 16px;
}

.black-arrow {
  width: 48px;
  height: 48px;
  border: 1.8px solid #2B2D31;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.black-arrow:hover {
  background-color: #2B2D31;
}
.black-arrow:hover svg path {
  fill: #FFFFFF;
}

p {
  color: #3A3D43;
  font-weight: 300;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0;
}

h6.fs2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #20221D;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 20px;
}

ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 4px;
  height: 4px;
  background-color: #20221D;
  transform: rotate(45deg);
}

/* WYSIWYG content - restore list/paragraph styles for TinyMCE output */
.text-side ol, .text-side ul,
.text-wrapper ol, .text-wrapper ul,
.right-side ol, .right-side ul,
.second-seo-block ol, .second-seo-block ul,
.seo-text ol, .seo-text ul,
.hero-content ol, .hero-content ul,
.accordion-footer ol, .accordion-footer ul,
.news-content ol, .news-content ul {
  padding-left: 24px;
  margin: 12px 0;
}
.text-side ol, .text-wrapper ol, .right-side ol,
.second-seo-block ol, .seo-text ol, .hero-content ol,
.accordion-footer ol, .news-content ol {
  list-style-type: decimal;
}
.text-side ul, .text-wrapper ul, .right-side ul,
.second-seo-block ul, .seo-text ul, .hero-content ul,
.accordion-footer ul, .news-content ul {
  list-style-type: disc;
}
.text-side ol li, .text-wrapper ol li, .right-side ol li,
.second-seo-block ol li, .seo-text ol li, .hero-content ol li,
.accordion-footer ol li, .news-content ol li,
.text-side ul li, .text-wrapper ul li, .right-side ul li,
.second-seo-block ul li, .seo-text ul li, .hero-content ul li,
.accordion-footer ul li, .news-content ul li {
  padding-left: 4px;
  position: static;
}
.text-side ol li::before, .text-wrapper ol li::before, .right-side ol li::before,
.second-seo-block ol li::before, .seo-text ol li::before, .hero-content ol li::before,
.accordion-footer ol li::before, .news-content ol li::before,
.text-side ul li::before, .text-wrapper ul li::before, .right-side ul li::before,
.second-seo-block ul li::before, .seo-text ul li::before, .hero-content ul li::before,
.accordion-footer ul li::before, .news-content ul li::before {
  content: none;
}
.text-side p, .text-wrapper p, .hero-content p, .news-content p {
  margin-bottom: 8px;
}
/* Headings inside WYSIWYG content areas */
.text-side h1, .text-wrapper h1, .right-side h1,
.second-seo-block h1, .seo-text h1, .hero-content h1,
.accordion-footer h1, .news-content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin: 16px 0 8px;
  color: #20221D;
}
.text-side h2, .text-wrapper h2,
.seo-text h2, .hero-content h2,
.accordion-footer h2, .news-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  margin: 14px 0 8px;
  color: #20221D;
}
.second-seo-block .container .right-side-wrapper .right-side h2,
.second-seo-block .right-side h2,
.right-side h2 {
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 120% !important;
  margin: 14px 0 8px !important;
  color: #20221D !important;
  text-align: left !important;
}
.text-side h3, .text-wrapper h3,
.seo-text h3, .hero-content h3,
.accordion-footer h3, .news-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin: 12px 0 6px;
  color: #20221D;
}
.second-seo-block .container .right-side-wrapper .right-side h3,
.second-seo-block .right-side h3,
.right-side h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 130% !important;
  margin: 12px 0 6px !important;
  color: #20221D !important;
  text-align: left !important;
}
.text-side h4, .text-wrapper h4, .right-side h4,
.second-seo-block h4, .seo-text h4, .hero-content h4,
.accordion-footer h4, .news-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin: 10px 0 6px;
  color: #20221D;
}
.text-side h5, .text-wrapper h5, .right-side h5,
.second-seo-block h5, .seo-text h5, .hero-content h5,
.accordion-footer h5, .news-content h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  margin: 8px 0 4px;
  color: #20221D;
}
.text-side h6, .text-wrapper h6, .right-side h6,
.second-seo-block h6, .seo-text h6, .hero-content h6,
.accordion-footer h6, .news-content h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin: 8px 0 4px;
  color: #20221D;
}

h1 {
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-align: center;
  color: #20221D;
}

@media (max-width: 768px) {
  h6.fs2 {
    font-size: 20px;
  }
  .container {
    padding: 0 16px;
  }
  h1 {
    font-size: 36px;
  }
  .section-sub-title {
    color: #80848E;
    font-size: 16px;
  }
}
header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 100;
}
header .top-header {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #E9E9E9;
  overflow: visible;
  position: relative;
  z-index: 20;
  max-height: 200px;
  opacity: 1;
  transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.3s ease;
}
header .top-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-header .container .top-header__social-links ul {
  display: flex;
  width: 204px;
  justify-content: space-between;
}
header .top-header .container .top-header__social-links ul li a {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top-header__site-config {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
header .top-header__site-config .custom-select {
  position: relative;
}
header .top-header__site-config .custom-select .custom-select__trigger {
  display: flex;
  gap: 9.65px;
  padding: 1px 8px;
  cursor: pointer;
}
header .top-header__site-config .custom-select .custom-select__trigger span {
  color: #20221D;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}
header .top-header__site-config .custom-select .custom-select__trigger span:hover {
  text-shadow: 0 0 2px rgba(32, 34, 29, 0.4);
  color: #000;
}
header .top-header__site-config .custom-select .custom-select__trigger .arrow {
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
header .top-header__site-config .custom-select .custom-options {
  display: none;
}
header .top-header__site-config .custom-select.open .arrow {
  transform: rotate(180deg);
}
header .top-header__site-config .custom-select.open .arrow path {
  fill: #F08D05;
}
header .top-header__site-config .custom-select.open .custom-options {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  background-color: #fff;
  z-index: 1000;
}
header .top-header__site-config .custom-select.open .custom-options li {
  cursor: pointer;
  padding: 10px 50px 10px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #3A3D43;
}
header .top-header__site-config .custom-select.open .custom-options li.active {
  background-color: rgba(185, 187, 190, 0.1607843137);
  color: #20221D;
  position: relative;
}
header .top-header__site-config .custom-select.open .custom-options li.active::after {
  display: none;
}
header .top-header__site-config .wish-list {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1px 8px;
  cursor: pointer;
}
header .top-header__site-config .wish-list .icon {
  width: 18px;
  height: 18px;
}
header .top-header__site-config .wish-list p {
  color: #20221D;
  font-weight: 500;
  font-size: 14px;
}
header .top-header__site-config .wish-list p:hover {
  text-shadow: 0 0 2px rgba(32, 34, 29, 0.4);
  color: #000;
}
header .top-header__site-config .wish-list p span {
  font-weight: 600;
  color: #F08D05;
}
header .top-header__site-config .wish-list p .wishlist-counter {
  font-size: 14px;
  margin-left: 4px;
}
header .main-header {
  border-bottom: 1px solid #E9E9E9;
  background-color: #fff;
  transition: box-shadow 0.25s ease;
}
header .main-header.sticky {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
header.scrolled .top-header {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
header .main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
header .main-header .container .main-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .main-header .container .main-header__nav .button-side {
  padding-left: 24px;
  display: flex;
  gap: 14px;
}
header .main-header .container .main-header__nav .button-side a {
  font-weight: 500;
  line-height: 130%;
}
header .main-header .container .main-header__mobile {
  display: none;
  align-items: center;
  gap: 12px;
}
header .main-header .container .main-header__mobile .burger-menu {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
header .main-header .container .main-header__mobile .burger-menu span, header .main-header .container .main-header__mobile .burger-menu::before, header .main-header .container .main-header__mobile .burger-menu::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2B2D31;
  border-radius: 2px;
  transition: all 0.3s ease;
}
header .main-header .container .main-header__mobile .burger-menu span {
  top: 50%;
  transform: translateY(-50%);
}
header .main-header .container .main-header__mobile .burger-menu::before {
  top: calc(50% - 6px);
}
header .main-header .container .main-header__mobile .burger-menu::after {
  bottom: calc(50% - 6px);
}
header .main-header .container .main-header__mobile .burger-menu.active span {
  transform: translateY(-50%) rotate(45deg);
  background-color: #3A3D43;
}
header .main-header .container .main-header__mobile .burger-menu.active::before {
  transform: rotate(-45deg);
  top: 50%;
  background-color: #3A3D43;
}
header .main-header .container .main-header__mobile .burger-menu.active::after {
  opacity: 0;
  transform: translateY(4px);
}
header .main-header .container .main-header__mobile .wish-list {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
}
header .main-header .container .main-header__mobile .wish-list .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-header .container .main-header__mobile .wish-list span {
  position: absolute;
  font-weight: 500;
  font-size: 8px;
  text-align: center;
  line-height: 1.5;
  color: #FFFFFF;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #3A3D43;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -2.5px;
  right: -6px;
}
header .main-header .container .main-header__mobile .wish-list span.non-empty {
  background-color: #F08D05;
}
header .main-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18.17px;
}
header .main-nav ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #20221D;
}
header .main-nav ul li:hover {
  color: #F08D05;
}
header .main-nav ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #20221D;
}
header .main-nav ul li a:hover {
  color: #F08D05;
}
header .main-nav ul li .arrow {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-nav ul li .submenu {
  display: none;
}
header .main-nav ul li.has-submenu {
  position: relative;
}
header .main-nav ul li.has-submenu:hover .submenu,
header .main-nav ul li.open .submenu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  background-color: #fff;
  gap: 0;
}
header .main-nav ul li.has-submenu:hover .submenu li,
header .main-nav ul li.open .submenu li {
  cursor: pointer;
  padding: 10px 40px 10px 12px;
}
header .main-nav ul li.has-submenu:hover .submenu li:hover,
header .main-nav ul li.open .submenu li:hover {
  opacity: 0.7;
}
header .main-nav ul li.has-submenu:hover .submenu li a,
header .main-nav ul li.open .submenu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #3A3D43;
  width: 223px;
  text-transform: none;
}
header .main-nav ul li.has-submenu:hover .submenu li.active,
header .main-nav ul li.open .submenu li.active {
  background-color: rgba(185, 187, 190, 0.1607843137);
  position: relative;
}
header .main-nav ul li.has-submenu:hover .submenu li.active a,
header .main-nav ul li.open .submenu li.active a {
  color: #20221D;
}
header .main-nav ul li.has-submenu:hover .submenu li.active::after,
header .main-nav ul li.open .submenu li.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.0775 4.41083C16.4029 4.08539 16.9304 4.08539 17.2559 4.41083C17.5813 4.73626 17.5813 5.26377 17.2559 5.58921L8.08919 14.7559C7.76375 15.0813 7.23624 15.0813 6.91081 14.7559L2.74414 10.5892C2.4187 10.2638 2.4187 9.73626 2.74414 9.41083C3.06958 9.08539 3.59709 9.08539 3.92252 9.41083L7.5 12.9883L16.0775 4.41083Z' fill='%23F08D05'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
header .main-nav ul li.has-submenu:hover .arrow,
header .main-nav ul li.open .arrow {
  transform: rotate(180deg);
}
header .main-nav ul li.has-submenu:hover .arrow path,
header .main-nav ul li.open .arrow path {
  fill: #F08D05;
}
header .mobile-adaptive__nav {
  position: fixed;
  top: 126px;
  right: 0;
  width: 80%;
  max-width: 400px;
  height: calc(100vh - 126px);
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  z-index: 999;
  border-left: 1px solid #E9E9E9;
  border-top: 1px solid #E9E9E9;
}
header .mobile-adaptive__nav .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px 16px;
}
header .mobile-adaptive__nav .container .top-header__site-config .custom-select .custom-select__trigger {
  padding: 1px 0;
}
header .mobile-adaptive__nav.open {
  transform: translateX(0);
}
header .mobile-adaptive__nav .main-nav ul {
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
header .mobile-adaptive__nav .main-nav ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-transform: uppercase;
  padding: 7px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #3A3D43;
}
header .mobile-adaptive__nav .main-nav ul li > a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #3A3D43;
  display: block;
  width: 100%;
  padding: 8px 0;
}
header .mobile-adaptive__nav .main-nav ul li .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
header .mobile-adaptive__nav .main-nav ul li .row > a {
  flex: 1;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #3A3D43;
  padding: 8px 0;
}
header .mobile-adaptive__nav .main-nav ul li .row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
header .mobile-adaptive__nav .main-nav ul li .row > a {
  flex: 1;
  display: flex;
  align-items: center;
}
header .mobile-adaptive__nav .main-nav ul li .row > .arrow,
header .mobile-adaptive__nav .main-nav ul li > .arrow {
  width: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 16px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
header .mobile-adaptive__nav .main-nav ul li.open > .arrow svg,
header .mobile-adaptive__nav .main-nav ul li.open .row > .arrow svg {
  transform: rotate(180deg);
}
header .mobile-adaptive__nav .main-nav ul li .row > .arrow svg,
header .mobile-adaptive__nav .main-nav ul li > .arrow svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
header .mobile-adaptive__nav .main-nav ul li .row > .arrow svg path {
  fill: #B9BBBE;
}
header .mobile-adaptive__nav .main-nav ul li .submenu {
  position: inherit;
  width: 100%;
  border-radius: inherit;
  z-index: 10;
  display: none !important;
}
header .mobile-adaptive__nav .main-nav ul li.open .submenu {
  display: flex !important;
  flex-direction: column !important;
}
header .mobile-adaptive__nav .main-nav ul li .submenu li {
  padding: 7px;
  background-color: rgba(185, 187, 190, 0.1607843137);
}
header .mobile-adaptive__nav .main-nav ul li .submenu li a {
  text-transform: initial;
  font-weight: 400;
  font-size: 14px;
  color: #3A3D43;
}
header .mobile-adaptive__nav .top-header__social-links {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid #E9E9E9;
}
header .mobile-adaptive__nav .top-header__social-links h4 {
  color: #20221D;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
}
header .mobile-adaptive__nav .top-header__social-links ul {
  display: flex;
  gap: 12px;
}
header .mobile-adaptive__nav .top-header__social-links ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(32, 34, 29, 0.4784313725);
  border-radius: 50%;
}
header .mobile-adaptive__nav .button-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 24px;
}
header .mobile-adaptive__nav .button-side a {
  text-align: center;
}

header .top-header__site-config .phone-select.open .custom-options {
  right: inherit;
  left: 0;
}

.consultations-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.consultations-overlay.active {
  display: flex;
}
.consultations-overlay .consultations-overlay__content {
  padding: 24px 24px 32px;
  background-color: #fff;
  border-radius: 8px;
  width: 672px;
  position: relative;
  display: block;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  max-height: 90vh;
  overflow-y: auto;
}
.consultations-overlay .consultations-overlay__content .consultations-overlay__close {
  position: absolute;
  right: 29px;
  top: 35.5px;
}
.consultations-overlay .consultations-overlay__content .consultations-overlay__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 104%;
  letter-spacing: -0.5%;
  color: #20221D;
  margin-bottom: 16px;
}
.consultations-overlay .consultations-overlay__content .consultations-overlay__subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #80848E;
  padding-bottom: 40px;
}
.consultations-overlay .consultations-overlay__content .consultations-overlay__note {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #3A3D43;
}
.consultations-overlay .consultations-overlay__content .consultations-overlay__form {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}
.consultations-overlay .consultations-overlay__content .consultations-overlay__form .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.consultations-overlay .consultations-overlay__content .consultations-overlay__form .form-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #20221D;
}
.consultations-overlay .consultations-overlay__content .consultations-overlay__form button {
  text-align: center;
  margin-top: 40px;
}
.consultations-overlay .consultations-overlay__content .consultations-overlay__form .checkbox-side {
  display: flex;
  align-items: center;
  gap: 12px;
}
.consultations-overlay .consultations-overlay__content .consultations-overlay__form .checkbox-side label {
  display: flex;
  gap: 9px;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #20221D;
  cursor: pointer;
}
.consultations-overlay .consultations-overlay__content .form-double-group {
  display: flex;
  width: 100%;
  gap: 24px;
}
.consultations-overlay .consultations-overlay__content .form-double-group .form-group {
  width: 50%;
}
.consultations-overlay .consultations-overlay__content .social-buttons {
  display: flex;
  justify-content: center;
  padding: 24px 0 0;
  gap: 12px;
}
.consultations-overlay .consultations-overlay__content .social-buttons a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.consultations-overlay .consultations-overlay__content .social-buttons a .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-upload {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.file-upload .row {
  display: flex;
  gap: 16px;
  align-items: center;
}
.file-upload__input {
  display: none;
}
.file-upload__label {
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #3A3D43;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #20221D;
  transition: all 0.2s ease;
}
.file-upload__label:hover {
  border-color: #999;
  background-color: #f8f8f8;
}
.file-upload__label:active {
  background-color: #eee;
}
.file-upload p {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #3A3D43;
}
.file-upload p span {
  color: #20221D;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}
.file-upload__text {
  font-size: 15px;
  color: #20221D;
  font-weight: 400;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1279px) {
  header .main-header .container .main-header__nav .button-side {
    display: none;
  }
}
@media (max-width: 980px) {
  header .main-header .container .main-header__nav {
    display: none;
  }
  header .main-header .container .main-header__mobile {
    display: flex;
  }
}
@media (max-width: 768px) {
  header .top-header {
    display: none;
  }
  header .main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 999;
  }
  header .main-header .container {
    padding: 16px;
  }
  header .mobile-adaptive__nav {
    width: 100%;
    top: 78px;
    height: calc(100vh - 78px);
    max-width: none;
  }
  header .top-header__site-config .custom-select.open ul {
    width: auto;
  }
  .consultations-overlay .consultations-overlay__content {
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px 16px;
    display: block;
  }
  .consultations-overlay .consultations-overlay__content .form-double-group {
    flex-direction: column;
    gap: 0;
  }
  .consultations-overlay .consultations-overlay__content .form-double-group .form-group {
    width: 100%;
  }
  .consultations-overlay .consultations-overlay__content .consultations-overlay__title {
    font-size: 26px;
    font-weight: 700;
  }
  .consultations-overlay .consultations-overlay__content .consultations-overlay__subtitle {
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 24px;
  }
  .consultations-overlay .consultations-overlay__content .consultations-overlay__close {
    top: 22px;
    right: 16px;
  }
  .consultations-overlay .consultations-overlay__content .consultations-overlay__form .form-group label {
    font-weight: 400;
    font-size: 15px;
  }
  .consultations-overlay .consultations-overlay__content .consultations-overlay__form {
    padding-bottom: 20px;
  }
  .consultations-overlay .consultations-overlay__content .social-buttons a {
    padding: 10px 12px;
    font-weight: 400;
  }
}
@media (max-width: 520px) {
  header .mobile-adaptive__nav .top-header__social-links ul {
    flex-wrap: wrap;
  }
  .consultations-overlay .consultations-overlay__content .social-buttons {
    flex-wrap: wrap;
  }
}
footer {
  padding: 40px 0 16px;
  background-color: #141414;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .container * a {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #FFFFFF;
}
footer .container .footer-top {
  display: flex;
  justify-content: space-between;
  gap: 94px;
}
footer .container .footer-top .footer-top__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 306px;
}
footer .container .footer-top .footer-top__left .logo {
  height: 124px;
}
footer .container .footer-top .footer-top__middle {
  display: flex;
  gap: 48px;
  width: 444px;
  justify-content: space-between;
}
footer .container .footer-top .footer-top__middle ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .container .footer-top .footer-top__right {
  display: flex;
  flex-direction: column;
  width: 342px;
  gap: 16px;
}
footer .container .footer-top .footer-top__right #subscription-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .container .footer-top .footer-top__right .consent-wrapper {
  margin-top: 0;
}
footer .container .footer-top .footer-top__right .consent-label {
  color: #B9BBBE;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  cursor: pointer;
}
footer .container .footer-top .footer-top__right .consent-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
footer .container .footer-top .footer-top__right .consent-label .custom-checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #B9BBBE;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  transition: all 0.2s ease;
}
footer .container .footer-top .footer-top__right .consent-label input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #B9BBBE;
  border-color: #B9BBBE;
}
footer .container .footer-top .footer-top__right .consent-label input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '';
  width: 5px;
  height: 9px;
  border: solid #141414;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}
footer .container .footer-top .footer-top__right .consent-label .consent-text {
  flex: 1;
}
footer .container .footer-top .footer-top__right label {
  color: #B9BBBE;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  cursor: pointer;
}
footer .container .footer-top .footer-top__right .email-form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 4px;
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
}
footer .container .footer-top .footer-top__right .email-form .email-input {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding-left: 16px;
}
footer .container .footer-top .footer-top__right .email-form .email-input input {
  background: transparent;
  border: none;
  outline: none;
  color: #F9F9F9;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  padding: 14px 0;
}
footer .container .footer-top .footer-top__right .email-form .email-input input::placeholder {
  color: white;
  opacity: 0.9;
}
footer .container .footer-top .footer-top__right .email-form button {
  background: white;
  color: black;
  border: none;
  border-radius: 50px;
  padding: 0 24px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  width: 103px;
}
footer .container .footer-top .footer-top__right .email-form button:hover {
  background: #f0f0f0;
}
footer .container .footer-top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #F9F9F9;
}
footer .container .footer-social ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .container .footer-social ul li {
  cursor: pointer;
}
footer .container .footer-social ul li a {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1.5px solid #B9BBBE;
  transition: 0.3s;
}
footer .container .footer-social ul li a:hover {
  background-color: #B9BBBE;
  border-color: #B9BBBE;
}
footer .container .footer-social ul li a:hover svg path {
  fill: #000;
}
footer .container .footer-bottom {
  border-top: 1px solid #80848E;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
}
footer .container .footer-bottom *, footer .container .footer-bottom a {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #B9BBBE;
}
footer .container .footer-bottom a:hover {
  color: white;
}

@media (max-width: 1279px) {
  footer .container .footer-top {
    gap: inherit;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 24px 0 32px;
  }
  footer .container {
    padding: 0 16px;
    gap: 32px;
  }
  footer .container .footer-top {
    flex-direction: column;
    gap: 48px;
  }
  footer .container .footer-top .footer-top__left {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  footer .container .footer-top .footer-top__left .logo {
    display: flex;
    justify-content: center;
  }
  footer .container .footer-top .footer-top__middle {
    width: 100%;
    gap: 16px;
  }
  footer .container .footer-top .footer-top__middle ul {
    gap: 10px;
  }
  footer .container * a {
    font-size: 14px;
  }
  footer .container .footer-top .footer-top__right {
    width: 100%;
  }
  footer .container .footer-top .footer-top__right p {
    font-size: 16px;
  }
  footer .container .footer-top .footer-top__right .consent-label {
    font-size: 14px;
  }
  footer .container .footer-top .footer-top__right .consent-label .consent-text {
    font-size: 14px;
  }
  footer .container .footer-social {
    display: flex;
    justify-content: center;
  }
  footer .container .footer-social ul {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 343px;
  }
  footer .container .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  footer .container .footer-bottom .footer-bottom__right {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  footer .container .footer-bottom .footer-bottom__right svg {
    display: none;
  }
  footer .container .footer-top .footer-top__right .email-form .email-input {
    gap: 0;
  }
}
@media (max-width: 520px) {
  footer .container .footer-top .footer-top__right {
    width: 100%;
  }
}
.main-section {
  width: 100%;
  height: 910px;
  margin-top: -120px;
  background-image: url(../img/main.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main-section .container {
  position: relative;
  height: 100%;
  align-content: flex-end;
}
.main-section h1,
.main-section h2 {
  text-align: center;
  max-width: 1063px;
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.5%;
  color: #fff;
  margin: 0 auto;
  padding-bottom: 220px;
  padding-top: 530px;
}

.filter-section {
  margin-top: -164px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 100px;
}

.filter {
  min-height: 328px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  background-color: #fff;
  padding: 32px 24px;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
}
.filter .filter-header {
  display: none;
}
.filter .filter-body {
  padding-bottom: 20px;
}
.filter .filter-body, .filter .filter-sub_body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
}
.filter .filter-body .form-group, .filter .filter-sub_body .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 290px;
}
.filter .filter-body .form-group:has(.double-input-row),
.filter .filter-sub_body .form-group:has(.double-input-row) {
  width: calc(50% - 12px);
}
.filter .filter-body .form-group .custom-select, .filter .filter-sub_body .form-group .custom-select {
  width: 100%;
}
.filter .filter-body .form-group .custom-select .custom-select__header span,
.filter .filter-sub_body .form-group .custom-select .custom-select__header span {
  min-width: 0;
  flex: 1 1 auto;
}
.filter .filter-body .form-group .double-input-row, .filter .filter-sub_body .form-group .double-input-row {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
}
.filter .filter-body .form-group input:not([type="checkbox"]), .filter .filter-sub_body .form-group input:not([type="checkbox"]) {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
}
.filter .filter-body .form-group .double-input-row input,
.filter .filter-sub_body .form-group .double-input-row input {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
}
.filter .filter-body .form-group .double-input-row input[type="number"]::-webkit-outer-spin-button,
.filter .filter-body .form-group .double-input-row input[type="number"]::-webkit-inner-spin-button,
.filter .filter-sub_body .form-group .double-input-row input[type="number"]::-webkit-outer-spin-button,
.filter .filter-sub_body .form-group .double-input-row input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.filter .filter-body .form-group .double-input-row input[type="number"],
.filter .filter-sub_body .form-group .double-input-row input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.custom-select__item.disabled-option label {
  color: #B9BBBE;
}
.custom-select__item.disabled-option .count {
  color: #B9BBBE;
}
.custom-select__item .count {
  color: #999;
  font-size: 13px;
}
.filter .filter-sub_body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.filter .filter-sub_body.active {
  overflow: inherit;
  border-top: 1px solid #E9E9E9;
  padding: 30px 0;
  max-height: 1000px;
  opacity: 1;
}
.filter .filter-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.filter .filter-footer .left-side a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #20221D;
}
.filter .filter-footer .left-side a .arrow {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter .filter-footer .left-side a .arrow svg {
  width: 100%;
  height: 100%;
}
.filter .filter-footer .left-side a.active {
  color: #F08D05;
}
.filter .filter-footer .left-side a.active .arrow {
  transform: rotate(-180deg);
}
.filter .filter-footer .left-side a.active .arrow svg path {
  fill: #F08D05;
}
.filter .filter-footer .right-side {
  display: flex;
  gap: 16px;
}
.filter .filter-footer .right-side .white-btn {
  width: 161px;
  text-align: center;
}
.filter .filter-footer .right-side .black-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  font-weight: 500;
}
.filter .filter-footer .right-side .black-btn .icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-select {
  position: relative;
}
.custom-select .custom-select__header {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid #B9BBBE;
  border-radius: 4px;
  cursor: pointer;
}
.custom-select .custom-select__header span {
  min-width: 244px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #80848E;
}
.custom-select .custom-select__header .arrow {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-select .custom-select__header .arrow svg {
  width: 100%;
  height: 100%;
}
.custom-select ul {
  display: none;
}
.custom-select ul input:active {
  border-color: #2B2D31;
  color: #2B2D31;
}
.custom-select.open .custom-select__header {
  border-color: #2B2D31;
}
.custom-select.open .custom-select__header span {
  color: #2B2D31;
}
.custom-select.open .custom-select__header .arrow {
  transform: rotate(-180deg);
}
.custom-select.open .custom-select__header .arrow svg path {
  fill: #F08D05;
}
.custom-select.open ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 12px 16px 4px rgba(16, 24, 40, 0.0784313725);
  border-radius: 0 0 5px 5px;
  max-height: 300px;
  overflow-y: auto;
}
.custom-select.open ul li {
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #80848E;
}
.custom-select.open ul li:hover {
  color: #2B2D31;
}

.popular-search {
  padding: 24px 0;
  display: flex;
  gap: 16px;
  align-items: center;
}
.popular-search p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #20221D;
}
.popular-search ul {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 80%;
}
.popular-search ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
  color: #2B2D31;
  transition: color 0.3s ease;
}
.popular-search ul li a:hover {
  color: #F08D05;
}

.seo-block .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.seo-block .seo-text {
  height: 218px;
  overflow-y: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-right: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #20221D;
}
/* iOS scrollbar visibility */
.seo-block .seo-text::-webkit-scrollbar {
  width: 5px;
  -webkit-appearance: none;
}
.seo-block .seo-text::-webkit-scrollbar-thumb {
  background-color: #F08D05;
  border-radius: 10px;
}
.seo-block .seo-text::-webkit-scrollbar-track {
  background-color: #E9E9E9;
  border-radius: 10px;
}

.fast-sell {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.fast-sell .fast-sell__grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object {
  position: relative;
  overflow: hidden;
  min-height: 424px;
  cursor: pointer;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object img {
  width: 110%;
  height: 110%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.6s ease;
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object .arrow,
.fast-sell .fast-sell__grid-list .fast-sell__grid-object .text-side {
  position: relative;
  z-index: 2;
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object:hover .arrow {
  transform: rotate(30deg);
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object .arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  z-index: 3;
  justify-content: center;
  border: 1.6px solid #FFFFFF;
  border-radius: 50%;
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object .arrow:hover {
  background-color: #fff;
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object .arrow:hover svg path {
  fill: #000;
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object .text-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 80%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object .text-side h4 {
  font-weight: 700;
  font-size: 36px;
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object .text-side p {
  font-weight: 300;
  font-size: 19px;
  line-height: 140%;
}
.fast-sell .fast-sell__grid-list .fast-sell__grid-object .text-side * {
  color: #FFFFFF;
  text-align: center;
}

.about-our-service .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 100px 0;
}
.about-our-service .container .text-item {
  padding: 24px;
  display: flex;
  gap: 56px;
  border: 1px solid #E9E9E9;
  border-radius: 12px;
}
.about-our-service .container .text-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.about-our-service .container .text-item img {
  flex-shrink: 0;
  height: 600px;
  width: 568px;
  border-radius: 8px;
}
.about-our-service .container .text-item .text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-our-service .container .text-item .text-side h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 104%;
  color: #20221D;
  padding-right: 40px;
  padding-bottom: 32px;
}
.about-our-service .container .text-item .text-side .text-wrapper {
  position: relative;
  display: flex;
}
.about-our-service .container .text-item .text-side .content-scroll {
  padding-right: 40px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #20221D;
  max-height: 438px;
  overflow-y: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.about-our-service .container .text-item .text-side .content-scroll p {
  margin-bottom: 1em;
}
.about-our-service .container .text-item .text-side .content-scroll p:last-child {
  margin-bottom: 0;
}
/* Webkit scrollbar */
.about-our-service .container .text-item .text-side .content-scroll::-webkit-scrollbar {
  width: 5px;
  -webkit-appearance: none;
}
.about-our-service .container .text-item .text-side .content-scroll::-webkit-scrollbar-thumb {
  background-color: #F08D05;
  border-radius: 10px;
}
.about-our-service .container .text-item .text-side .content-scroll::-webkit-scrollbar-track {
  background-color: #E9E9E9;
  border-radius: 10px;
}
/* Hide native scrollbar on iOS - show custom scrollbar instead */
@supports (-webkit-touch-callout: none) {
  .about-our-service .container .text-item .text-side .content-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .about-our-service .container .text-item .text-side .content-scroll::-webkit-scrollbar {
    display: none;
  }
}
/* Custom scrollbar for iOS - hidden on desktop, shown only on mobile */
.custom-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .custom-scrollbar {
    display: block;
  }
}
.about-our-service .container .text-item .text-side .text-wrapper .custom-scrollbar {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  width: 5px;
  height: 100%;
  max-height: 438px;
  background-color: #E9E9E9;
  border-radius: 10px;
}
.about-our-service .container .text-item .text-side .text-wrapper .custom-scrollbar-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #F08D05;
  border-radius: 10px;
  min-height: 40px;
}

.wallpaper-section {
  padding: 94px 0;
  background-image: url(../img/wallpaper.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.wallpaper-section .best-offer-form {
  padding: 32px 24px;
  margin: 0 108.5px;
  background-color: rgba(223, 237, 229, 0.6980392157);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.wallpaper-section .best-offer-form h2 {
  padding-bottom: 16px;
}
.wallpaper-section .best-offer-form .row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}
.wallpaper-section .best-offer-form .row .form-group {
  flex-shrink: 0;
}
.wallpaper-section .best-offer-form .row .custom-select .custom-select__header {
  border: 1px solid #20221D;
  padding: 11px 10px;
}
.wallpaper-section .best-offer-form .row .room-filter {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}
.wallpaper-section .best-offer-form .row .room-filter label {
  width: 44px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #20221D;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #20221D;
  transition: all 0.2s ease;
}
.wallpaper-section .best-offer-form .row .room-filter label input {
  display: none;
}
.wallpaper-section .best-offer-form .row .room-filter label:hover {
  background: rgba(32, 34, 29, 0.79);
  color: #fff;
}
.wallpaper-section .best-offer-form .row .room-filter label:has(input:checked) {
  background: #20221D;
  color: #fff;
  border-color: #20221D;
}
.wallpaper-section .best-offer-form .row .form-group--wide {
  flex: 1 1 auto;
}
.wallpaper-section .best-offer-form .row .form-group--wide input {
  width: 100%;
  height: 48px;
  border: 1px solid #20221D;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 140%;
}
.wallpaper-section .best-offer-form .second-row {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.wallpaper-section .best-offer-form .second-row .form-group {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wallpaper-section .best-offer-form .second-row input {
  border-color: #20221D;
  padding: 12px;
}
.wallpaper-section .best-offer-form .third-row {
  display: grid;
  gap: 24px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}
.wallpaper-section .best-offer-form .third-row .form-group,
.wallpaper-section .best-offer-form .third-row .btn {
  flex: 1 1 0;
  min-width: 0;
}
.wallpaper-section .best-offer-form .third-row .form-group {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 140%;
  color: #20221D;
  cursor: pointer;
}
.wallpaper-section .best-offer-form .third-row .btn {
  text-align: center;
}

.top-slider, .new-propose-slider, .rental-new-slider {
  background: #EEEDEB;
  padding: 104px 0 80px;
}
.top-slider .container .row, .new-propose-slider .container .row, .rental-new-slider .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.rental-new-slider .slider .slide, .top-slider .slider .slide {
  background-color: inherit;
}
.rental-new-slider .slider .slide .object-item, .top-slider .slider .slide .object-item {
  background-color: #fff;
}

/* Equal height cards in top-slider */
.top-slider .slider .slider-track {
  align-items: stretch;
}
.top-slider .slider .slide .object-item {
  height: 100%;
}
.top-slider .slider .slide .object-item .info-side {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.top-slider .slider .slide .object-item .info-side .sub-info {
  flex-grow: 1;
}

/* Equal height cards in new-propose-slider */
.new-propose-slider .slider .slider-track {
  align-items: stretch;
}
.new-propose-slider .slider .slide .object-item {
  height: 100%;
}
.new-propose-slider .slider .slide .object-item .info-side {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.new-propose-slider .slider .slide .object-item .info-side .sub-info {
  flex-grow: 1;
}

/* Equal height cards in rental-new-slider */
.rental-new-slider .slider .slider-track {
  align-items: stretch;
}
.rental-new-slider .slider .slide .object-item {
  height: 100%;
}
.rental-new-slider .slider .slide .object-item .info-side {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.rental-new-slider .slider .slide .object-item .info-side .sub-info {
  flex-grow: 1;
}

/* Equal height cards in news-slider */
.news-slider .slider .slider-track {
  align-items: stretch;
}
.news-slider .slider .slide .news-object {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-slider .slider .slide .news-object .news-object-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news-slider .slider .slide .news-object .news-object-body .text-side {
  flex-grow: 1;
}

.reviews-slider {
  overflow: hidden;
}
/* Equal height cards in reviews-slider */
.reviews-slider .slider .slider-track {
  align-items: stretch;
}
.reviews-slider .slider .slide .review-object {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reviews-slider .slider .slide .review-object .review-object-body {
  flex-grow: 1;
}

.new-propose-slider {
  background-color: #fff;
}

.start-test-section {
  padding: 126.5px 0;
  background-image: url(../img/background2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.start-test-section .start-test-table {
  padding: 40px 100px 40px 40px;
  margin-right: 325px;
  background: linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url(../img/wallpaper-2.webp) center center/cover no-repeat;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.start-test-section .start-test-table * {
  color: #fff;
}
.start-test-section .start-test-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.start-test-section .start-test-table p, .start-test-section .start-test-table li {
  font-weight: 300;
  font-size: 19px;
  line-height: 140%;
}
.start-test-section .start-test-table ul li {
  position: relative;
  padding-left: 20px;
}
.start-test-section .start-test-table ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #fff;
  background: inherit;
  transform: none;
}
.start-test-section .start-test-table .btn {
  color: #20221D;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  padding: 14px 84.5px;
}

.experts-slider {
  padding-top: 32px;
  padding-bottom: 104px;
}
.experts-slider .container .sub-title {
  font-weight: 300;
  font-size: 19px;
  line-height: 140%;
  color: #80848E;
  padding-bottom: 48px;
}

/* Contact page expert cards with vertical contact info */
.contact-experts {
  padding-bottom: 104px;
  border-bottom: 1px solid #E9E9E9;
}
.contact-experts .slider .slider-track {
  padding-bottom: 22px;
}
.contact-experts .experts-card.contact-expert-card {
  padding-bottom: 24px;
}
.contact-experts .expert-contacts-vertical {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-experts .expert-contacts-vertical .expert-contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #20221D;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-experts .expert-contacts-vertical .expert-contact-link:hover {
  color: #80848E;
}
.contact-experts .expert-contacts-vertical .expert-contact-link svg {
  flex-shrink: 0;
  color: #B9BBBE;
}
/* Expert social row - same style as office social-row */
.contact-experts .expert-social-row {
  margin-top: 16px;
}
.contact-experts .expert-social-row ul {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-experts .expert-social-row ul li.no-list {
  list-style: none;
}
.contact-experts .expert-social-row ul li a {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1.4px solid rgba(32, 34, 29, 0.4784313725);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
}
.contact-experts .expert-social-row ul li a:hover {
  background-color: #20221D;
}
.contact-experts .expert-social-row ul li a:hover svg path {
  fill: #fff;
}

/* Contact experts mobile styles */
@media (max-width: 768px) {
  .contact-experts .slider .slide {
    line-height: 22px;
  }
  .contact-experts .expert-contacts-vertical {
    gap: 6px;
  }
  .contact-experts .expert-contacts-vertical .expert-contact-link {
    font-size: 14px;
  }
  .contact-experts .expert-social-row {
    margin-top: 12px;
  }
  .contact-experts .expert-social-row ul {
    gap: 8px;
  }
  .contact-experts .expert-social-row ul li a {
    width: 36px;
    height: 36px;
  }
  .experts-slider, .our-service, .news-slider, .reviews-slider, .partners {
    padding-bottom: 24px;
  }
  .experts-slider .container .sub-title {
    padding-bottom: 24px;
  }
}

.our-service {
  padding-top: 104px;
}
.our-service .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.our-service .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-service .container .service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.our-service .container .service-grid .service-item {
  width: 100%;
  padding: 48px 24px;
  display: flex;
  border: 1px solid #2B2D31;
  flex-direction: column;
  border-right: none;
}
.our-service .container .service-grid .service-item:last-child {
  border-right: 1px solid #2B2D31;
}
.our-service .container .service-grid .service-item .service-item-logo {
  padding-bottom: 32px;
}
.our-service .container .service-grid .service-item .service-item-title {
  color: #20221D;
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
}
.our-service .container .service-grid .service-item .service-item-desc {
  font-weight: 300;
  font-size: 17px;
  line-height: 140%;
  color: #3A3D43;
  margin-top: 16px;
}

.news-slider, .reviews-slider {
  padding-top: 104px;
}
.news-slider .container .row, .reviews-slider .container .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-slider .container .news-filter-row, .reviews-slider .container .news-filter-row {
  padding-top: 32px;
  width: 100%;
  border-top: 1px solid #E9E9E9;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.news-slider .container .news-filter-row .left-side, .reviews-slider .container .news-filter-row .left-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.news-slider .container .news-filter-row .left-side .sub-title, .reviews-slider .container .news-filter-row .left-side .sub-title {
  font-weight: 300;
  font-size: 19px;
  line-height: 140%;
  color: #80848E;
}
.news-slider .container .news-filter-row .right-side, .reviews-slider .container .news-filter-row .right-side {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Ссылка на профиль Google над блоком отзывов */
.reviews-slider .container .news-filter-row .right-side .google-reviews-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.reviews-slider .container .news-filter-row .right-side .google-reviews-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1;
  color: #1F2229;
  text-decoration: none;
  background: #FFFFFF;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.reviews-slider .container .news-filter-row .right-side .google-reviews-link a:hover {
  border-color: #C9CDD6;
  box-shadow: 0 2px 8px rgba(31, 34, 41, 0.08);
}
.reviews-slider .container .news-filter-row .right-side .google-reviews-link svg {
  flex-shrink: 0;
}
.news-slider .container .news-filter-row {
  padding-bottom: 48px;
}

.reviews-slider .container .news-filter-row {
  padding-bottom: 40px;
}

.review-object-body {
  position: relative;
  max-width: 600px;
}

.review-text {
  display: block;
  max-height: 147px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}

/* создаем эффект троеточия */
.review-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(to top, white 60%, transparent);
  pointer-events: none;
}

.review-object-body.expanded .review-text {
  max-height: none;
}

.review-object-body.expanded .review-text::after {
  display: none;
}

.read-more {
  display: inline-block;
  margin-top: 8px;
  color: #20221D;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-style: solid;
  cursor: pointer;
}

.read-more:hover {
  opacity: 0.8;
}

.partners {
  padding: 104px 0;
}
.partners .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 131px;
}
.partners .container .left-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.partners .container .left-side p {
  padding-bottom: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #20221D;
}
.partners .container .left-side .btn {
  padding: 14px 112.5px;
  font-size: 15px;
  font-weight: 500;
}

.dream-search {
  background-color: #191919;
  padding: 88px 0 105px;
}
.dream-search .container {
  display: flex;
  gap: 131px;
  justify-content: space-between;
}
.dream-search .container .social-button-side {
  padding-top: 58px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dream-search .container .social-button-side span {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #F9F9F9;
}
.dream-search .container .social-button-side .social-links-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dream-search .container .social-button-side .social-links-row a.btn.grey-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px !important;
  font-size: 13px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #F9F9F9;
}
.dream-search .container .social-button-side .social-links-row a .icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dream-search .container .left-side {
  width: 629px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dream-search .container .left-side .title-section {
  color: #FFFFFF;
}
.dream-search .container .left-side p {
  font-weight: 300;
  font-size: 19px;
  line-height: 140%;
  color: #F9F9F9;
  padding-right: 108px;
}
.dream-search .container .right-side {
  width: 520px;
}
.dream-search .container .right-side .consultations-overlay__form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.dream-search .container .right-side .consultations-overlay__form .form-group + .form-group {
  margin-top: 7px;
}
.dream-search .container .right-side .consultations-overlay__form .form-group:last-of-type {
  margin-top: 18px;
}
.dream-search .container .right-side .consultations-overlay__form .btn {
  margin-top: 12px;
}
.dream-search .container .right-side .consultations-overlay__form .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dream-search .container .right-side .consultations-overlay__form .form-group label {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.dream-search .container .right-side .consultations-overlay__form .form-group span {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  padding-top: 0;
}
.dream-search .container .right-side .consultations-overlay__form .form-group input {
  border-color: #80848E;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  color: #FFFFFF;
}
.dream-search .container .right-side .consultations-overlay__form .form-group input:not([type=checkbox]) {
  padding: 12px;
}
.dream-search .container .right-side .consultations-overlay__form .form-group input[type=checkbox] {
  margin: 6px;
}
.dream-search .container .right-side .consultations-overlay__form .form-group .checkbox-side {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dream-search .container .right-side .consultations-overlay__form .form-group .checkbox-side label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dream-search .container .right-side .consultations-overlay__form .btn {
  width: 100%;
  border: 1px solid #E9E9E9;
  text-align: center;
  color: #F9F9F9;
  box-sizing: border-box;
  margin-top: 65px;
  margin-bottom: 24px;
}
.dream-search .container .right-side .consultations-overlay__form .btn:hover {
  background-color: #E9E9E9;
  color: #191919;
}
.dream-search .container .right-side .consultations-overlay__form .sub-btn-text {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #B9BBBE;
}
.dream-search .container .right-side .social-button-side-mobile {
  display: none;
}
.dream-search .title-section {
  color: #FFFFFF;
}

.second-seo-block {
  padding: 104px 0;
}
.second-seo-block .container {
  display: flex;
  gap: 60px;
}
.second-seo-block .container .left-side {
  max-width: 550px;
  flex-shrink: 0;
}
.second-seo-block .container .left-side h2,
.second-seo-block .container .left-side .title-section {
  font-weight: 600;
  font-size: 48px;
  font-style: normal;
  line-height: 120%;
  color: #20221D;
}
/* Wrapper for right-side with custom scrollbar */
.second-seo-block .container .right-side-wrapper {
  position: relative;
  display: flex;
  flex: 1;
}
.second-seo-block .container .right-side {
  max-height: 466px;
  overflow-y: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-right: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* Hide native scrollbar on iOS/Safari */
@supports (-webkit-touch-callout: none) {
  .second-seo-block .container .right-side {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .second-seo-block .container .right-side::-webkit-scrollbar {
    display: none;
  }
}
/* Webkit scrollbar (Chrome, Safari desktop) */
.second-seo-block .container .right-side::-webkit-scrollbar {
  width: 5px;
  -webkit-appearance: none;
}
.second-seo-block .container .right-side::-webkit-scrollbar-thumb {
  background-color: #F08D05;
  border-radius: 10px;
  min-height: 40px;
}
.second-seo-block .container .right-side::-webkit-scrollbar-track {
  background-color: #E9E9E9;
  border-radius: 10px;
}
/* Custom scrollbar for iOS - hidden by default on desktop */
.second-seo-block .container .custom-scrollbar {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  max-height: 466px;
  background-color: #E9E9E9;
  border-radius: 10px;
}
.second-seo-block .container .custom-scrollbar-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #F08D05;
  border-radius: 10px;
  min-height: 40px;
}
.second-seo-block .container .right-side * {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #20221D;
}
.second-seo-block .container .right-side img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1439px) {
  .main-section {
    height: 768px;
  }
  .main-section h1,
  .main-section h2 {
    padding-top: 410px;
  }
}
@media (max-width: 1279px) {
  .fast-sell .fast-sell__grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-our-service .container .text-item {
    align-items: center;
  }
  .about-our-service .container .text-item img {
    height: 400px;
    width: auto;
  }
  .wallpaper-section .best-offer-form {
    margin: inherit;
  }
  .our-service .container .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .our-service .container .service-grid .service-item:nth-child(even) {
    border-right: 1px solid #2B2D31;
  }
}
@media (max-width: 991px) {
  .price-form {
    width: 100%;
  }
  .price-form .double-input-row {
    width: 100%;
    justify-content: space-between;
  }
  .about-our-service .container .text-item {
    gap: 20px;
  }
  .start-test-section .start-test-table {
    margin-right: 0;
  }
  .partners .container {
    flex-direction: column-reverse;
  }
  .partners .container .right-side {
    width: 100%;
  }
  .partners .container .right-side img {
    width: 100%;
  }
  .about-our-service .container .text-item .text-side h5 {
    font-size: 32px;
  }
  .title-section {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .filter-section {
    margin-top: 0;
  }
  .news-slider .news-object .image {
    height: 208px;
  }
  .filter .filter-footer .right-side {
    flex-direction: column;
    width: 100%;
  }
  .filter .filter-footer .right-side .white-btn,
  .filter .filter-footer .right-side .black-btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
  .start-test-section .start-test-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .start-test-section .start-test-table ul li {
    position: relative;
    text-indent: 18px;
    padding: 0;
  }
  .start-test-section .start-test-table ul li::before {
    top: 0;
    left: -18px;
  }
  .our-service .container .service-grid .service-item {
    height: auto;
    min-height: 212px;
    padding: 24px 20px;
  }
  .fast-sell .fast-sell__grid-list .fast-sell__grid-object {
    min-height: auto;
    height: 288px;
  }
  .fast-sell .fast-sell__grid-list .fast-sell__grid-object img {
    width: 100%;
    height: 100%;
  }
  .title-section {
    font-size: 32px;
  }
  .fast-sell .title-section {
    text-align: center;
  }
  .main-section {
    height: 490px;
    margin-top: 0;
  }
  .main-section .container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .main-section h1,
  .main-section h2 {
    max-width: 100%;
    padding-top: 0;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    padding-bottom: 32px;
  }
  .filter {
    margin-top: 20px;
    border: 1px solid #E9E9E9;
    min-height: auto;
    padding: 20px 16px;
  }
  .filter .filter-header {
    display: block;
    width: 100%;
  }
  .filter .filter-header .filter-header-burger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    color: #20221D;
  }
  .filter .filter-header .filter-header-burger .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DDEAE0;
    border-radius: 4px;
  }
  .filter .filter-body,
  .filter .filter-footer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    min-height: 0;
    padding-bottom: 0;
  }
  .filter.active .filter-body, .filter.active .filter-footer {
    max-height: 100%;
    opacity: 1;
    overflow: visible;
  }
  .filter.active .filter-footer {
    min-height: 50px;
  }
  .filter.active .filter .filter-body {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .custom-select .custom-select__header span {
    flex: 1;
  }
  .filter .filter-body .form-group, .filter .filter-sub_body .form-group {
    width: 100%;
  }
  .filter .filter-body .form-group input:not([type="checkbox"]),
  .filter .filter-sub_body .form-group input:not([type="checkbox"]) {
    width: 100%;
    max-width: 100%;
  }
  .filter .filter-body .form-group .double-input-row,
  .filter .filter-sub_body .form-group .double-input-row {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .filter .filter-body .form-group .double-input-row input,
  .filter .filter-sub_body .form-group .double-input-row input {
    flex: 1;
    min-width: 0;
  }
  .filter .filter-sub_body.active {
    max-height: 100%;
  }
  .filter-section {
    padding-bottom: 54px;
  }
  .seo-block {
    display: none;
  }
  .fast-sell {
    padding-top: 0;
  }
  .fast-sell .fast-sell__grid-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-our-service .container .text-item:nth-child(odd), .about-our-service .container .text-item {
    flex-direction: column;
  }
  .about-our-service .container .text-item img {
    height: 329px;
    width: 100%;
    object-fit: cover;
  }
  .about-our-service .container .text-item {
    padding: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .about-our-service .container .text-item .text-side h5 {
    font-size: 28px;
  }
  .about-our-service .container .text-item .text-side .content-scroll {
    padding-right: 20px;
    font-size: 14px;
    max-height: 327px;
  }
  .about-our-service .container .text-item .text-side .text-wrapper .custom-scrollbar {
    right: 0;
    max-height: 327px;
  }
  .wallpaper-section {
    padding: 0;
  }
  .wallpaper-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .wallpaper-section .container .best-offer-form {
    border-radius: 0;
    gap: 20px;
  }
  .wallpaper-section .container .best-offer-form .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .wallpaper-section .container .best-offer-form .row .form-group {
    width: 100%;
  }
  .wallpaper-section .container .best-offer-form .row .room-filter {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
  .wallpaper-section .container .best-offer-form .row .room-filter label {
    height: 44px;
  }
  .wallpaper-section .container .best-offer-form .third-row .btn {
    width: 100%;
    box-sizing: border-box;
  }
  .dream-search .container .left-side p {
    padding-right: 0;
  }
  .top-slider, .new-propose-slider, .rental-new-slider {
    padding: 64px 0;
  }
  .experts-slider, .our-service, .news-slider, .reviews-slider, .partners {
    padding-top: 64px;
  }
  .our-service .container .service-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .our-service .container .service-grid .service-item {
    border-right: 1px solid #2B2D31;
  }
  .news-slider .container .news-filter-row, .reviews-slider .container .news-filter-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .news-slider .container .news-filter-row .right-side .buttons-filter, .reviews-slider .container .news-filter-row .right-side .buttons-filter {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  /* На мобильных шапка становится колонкой — ссылку на Google выравниваем влево */
  .reviews-slider .container .news-filter-row .right-side {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
  }
  .reviews-slider .container .news-filter-row .right-side .google-reviews-link {
    align-items: flex-start;
  }
  .news-slider .container .news-filter-row .right-side .buttons-filter button, .reviews-slider .container .news-filter-row .right-side .buttons-filter button {
    flex: 1;
    width: 100%;
    text-align: center;
  }
  .news-slider .container .news-filter-row .right-side, .reviews-slider .container .news-filter-row .right-side {
    width: 100%;
  }
  .partners .container {
    gap: 32px;
  }
  .dream-search {
    padding: 32px 0;
  }
  .dream-search .container {
    gap: 48px;
    flex-direction: column;
  }
  .dream-search .container .left-side .social-button-side {
    display: none;
  }
  .dream-search .container .right-side .consultations-overlay__form {
    gap: 0;
  }
  .dream-search .container .right-side .consultations-overlay__form .btn {
    margin-top: 22px;
    margin-bottom: 14px;
  }
  .dream-search .container .right-side .social-button-side-mobile {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
  }
  .dream-search .container .social-button-side .social-links-row a {
    font-size: 14px;
  }
  .buttons-filter button {
    padding: 14px 0;
  }
  .news-filter-row .buttons-filter button.active {
    padding: 13px 0;
  }
  .second-seo-block .container {
    gap: 20px;
    flex-direction: column;
  }
  .second-seo-block {
    padding: 64px 0;
  }
  section {
    overflow: hidden;
  }
  .dream-search .container .right-side, .dream-search .container .left-side {
    width: 100%;
  }
  .top-slider .container .row, .new-propose-slider .container .row, .rental-new-slider .container .row {
    flex-direction: column;
    align-items: inherit;
    gap: 20px;
  }
  .top-slider .container .row a, .new-propose-slider .container .row a, .rental-new-slider .container .row a {
    text-align: right;
  }
  .object-item .info-side .sub-info .row {
    flex-direction: row;
  }
  .filter.active .filter-footer {
    flex-direction: column;
    padding-top: 20px;
    align-items: flex-start;
    gap: 20px;
  }
  .filter.active .filter-footer .right-side {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .start-test-section .start-test-table .btn {
    padding: 14px 0;
    text-align: center;
    width: 100%;
  }
  .start-test-section .start-test-table {
    padding: 24px 16px;
  }
  .fast-sell .fast-sell__grid-list .fast-sell__grid-object .text-side {
    width: 100%;
  }
}
.catalog-items .header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.catalog-items .header-section .right-side {
  display: flex;
  align-items: center;
  gap: 20px;
}
.catalog-items .header-section .right-side .dropdown-filters {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog-items .header-section .right-side .sorting-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog-items .header-section .right-side .sorting-buttons .sort-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: transparent;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #3A3D43;
}
.catalog-items .header-section .right-side .sorting-buttons .sort-btn:hover {
  border-color: #F08D05;
  color: #F08D05;
}
.catalog-items .header-section .right-side .sorting-buttons .sort-btn.active {
  border-color: #F08D05;
  color: #F08D05;
}
.catalog-items .header-section .right-side .sorting-buttons .sort-btn .sort-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}

.object-item {
  padding: 8px;
  width: 412px;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 6px 16px -4px rgba(16, 24, 40, 0.0784313725), 0px -4px 10px 0px rgba(0, 0, 0, 0.0392156863);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.object-item:hover {
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.08), 0px 8px 20px -4px rgba(16, 24, 40, 0.16), 0px -4px 12px 0px rgba(0, 0, 0, 0.08);
}
.object-item:hover .object-item-image img {
  transform: scale(1.05);
}
.object-item .object-item-image {
  height: 227px;
  min-height: 227px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}
.object-item .object-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.5s ease-out;
}
.object-item .object-item-image .teg-side {
  position: absolute;
  top: 12px;
  left: 12px;
}
.object-item .object-item-image .teg-side ul {
  display: flex;
  gap: 8px;
  align-items: center;
}
.object-item .object-item-image .teg-side ul li {
  padding: 7.5px 10px;
  color: white;
  background-color: rgba(32, 34, 29, 0.7215686275);
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
.object-item .info-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px;
  flex-grow: 1;
}
.object-item .info-side .object-name {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  color: #20221D;
  text-align: left;
}
.object-item .info-side .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.object-item .info-side .price-row .main-price {
  color: #20221D;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
.object-item .info-side .price-row .square-price {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #20221D;
}
.object-item .info-side .price-row .square-price .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.object-item .info-side .sub-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 8px;
}
.object-item .info-side .sub-info .row {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  padding-bottom: 0;
}
.object-item .info-side .sub-info .row p {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #20221D;
}
.object-item .info-side .sub-info .row p:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 3px;
  background: #20221D;
  right: -13px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.object-item .object-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E9E9E9;
  width: calc(100% - 16px);
  padding: 12px 8px;
}
.object-item .object-item__footer p {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #80848E;
}
.object-item .object-item__footer .add-to-wish {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #80848E;
  cursor: pointer;
}
.object-item .object-item__footer .add-to-wish:hover {
  color: #F08D05;
}
.object-item .object-item__footer .add-to-wish:hover .icon svg path {
  fill: #F08D05;
}
.object-item .object-item__footer .add-to-wish .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.object-item .object-item__footer .add-to-wish.active {
  color: #F08D05;
}
.object-item .object-item__footer .add-to-wish.active .icon svg path {
  fill: #F08D05;
}

.wish-list-section {
  padding: 80px 0;
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  user-select: none;
}
.slider .slider-track {
  display: flex;
  transition: transform 0.3s ease;
  cursor: grab;
  padding: 16px 0 72px 2px;
  box-sizing: border-box;
}
.slider .slide {
  flex-shrink: 0;
  background: #fff;
  border-radius: 12px;
  margin-right: 22px;
  text-align: center;
  min-width: calc((100% - 44px) / 3);
}
@media (max-width: 768px) {
  .slider .slide {
    min-width: calc((100% - 22px) / 1.5);
    font-size: 32px;
    line-height: 160px;
  }
}
.slider .slider-controls {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 40px;
}
.slider .slider-controls .slider-controls_buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.slider .slider-controls button {
  background: #2b2d31;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}
.slider .slider-controls button:hover {
  opacity: 0.7;
}
.slider .slider-progress {
  display: flex;
  align-items: center;
  width: 369px;
  justify-content: space-between;
}
.slider .slider-progress__step {
  flex: 1;
  height: 4px;
  background: #ddd;
  transition: background 0.3s;
}
.slider .slider-progress__step.active {
  background: orange;
}

.expert-slider .experts-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.expert-slider .experts-card img {
  border-radius: 8px;
  height: 448px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.expert-slider .experts-card .expert-name {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  height: 40px;
  color: #20221D;
}
.expert-slider .experts-card .expert-title {
  height: 48px;
  font-weight: 300;
  font-size: 19px;
  line-height: 140%;
  color: #3A3D43;
}

.show-more_btn {
  font-weight: 500;
  font-style: Italic;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
  color: #2B2D31;
}

.news-object {
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 6px 16px -4px rgba(16, 24, 40, 0.0784313725), 0px -4px 10px 0px rgba(0, 0, 0, 0.0392156863);
  width: 412px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}
.news-object:hover {
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.08), 0px 8px 20px -4px rgba(16, 24, 40, 0.16), 0px -4px 12px 0px rgba(0, 0, 0, 0.08);
}
.news-object .image {
  width: 100%;
  height: 283px;
  border-radius: 8px;
  overflow: hidden;
}
.news-object .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-out;
}
.news-object:hover .image img {
  transform: scale(1.05);
}
.news-object .text-side {
  text-align: left;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.news-object .text-side .news-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #20221D;
}
.news-object .text-side .news-desc {
  max-height: 45px;
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #80848E;
}
.news-object .news-object-body {
  padding: 8px;
}
.news-object .news-footer {
  padding-top: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E9E9E9;
}
.news-object .news-footer .date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #80848E;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
}
.news-object .news-footer .date .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-object .news-footer .more {
  font-weight: 300;
  font-style: Italic;
  font-size: 15px;
  line-height: 140%;
  text-decoration: underline;
  color: #3A3D43;
  display: flex;
  align-items: center;
  gap: 6px;
}

.buttons-filter button {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  padding: 14px 24px;
  border-radius: 100px;
  color: #20221D;
}
.buttons-filter button.active {
  border: 1px solid #20221D;
  padding: 13px 23px;
}

.reviews-slider .review-object {
  padding: 16px 14px 12px;
  width: 412px;
  box-shadow: 0px 6px 16px -4px #10182814, 0px -4px 10px 0px #0000000A;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reviews-slider .review-object .review-object__header {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 4px;
}
.reviews-slider .review-object .review-object__header .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-slider .review-object .review-object__header .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-slider .review-object .review-object__header .review-object__header-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 44px;
}
.reviews-slider .review-object .review-object__header .review-object__header-info h6,
.reviews-slider .review-object .review-object__header .review-object__header-info .review-author-name {
  color: #20221D;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.5%;
}
.reviews-slider .review-object .review-object-body {
  width: 100%;
  border-radius: 4px;
  text-align: left;
}
.reviews-slider .review-object.video-review .review-object-body {
  height: 256px;
  overflow: hidden;
}
.reviews-slider .review-object .review-object-body p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  color: #20221D;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 7 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
}
.reviews-slider .review-object .review-object-body.expanded p {
  -webkit-line-clamp: unset !important;
  display: block !important;
  max-height: none;
}
.reviews-slider .review-object .review-object-body .read-more {
  display: inline-block;
  margin-top: 8px;
  color: #20221D;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-style: solid;
  cursor: pointer;
  text-align: left;
}
.reviews-slider .review-object .review-object-body .read-more:hover {
  opacity: 0.8;
}
.reviews-slider .review-object .review-object-body .video-container {
  height: 256px;
}
.reviews-slider .review-object .review-object-body .video-container .video-wrapper {
  height: 100%;
}
.reviews-slider .review-object .review-object-footer {
  display: flex;
  justify-content: flex-end;
}
.reviews-slider .review-object .review-object-footer .date {
  color: #80848E;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}

.reviews-slider .slide {
  text-align: left;
}

.review-object__rate {
  display: flex;
  align-items: center;
  gap: 3px;
}

.star svg {
  display: block;
}

.video-container {
  position: relative;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 32px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-side {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pagination-side ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination-side ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-side ul li:before {
  display: none;
}
.pagination-side ul li a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  color: #20221D;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.5%;
}
.pagination-side ul li a:hover {
  background-color: #20221D;
  color: #E9E9E9;
}
.pagination-side ul li.active a {
  background-color: #20221D;
  color: #E9E9E9;
}
.pagination-side ul li.dots span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #80848E;
  font-size: 16px;
}
@media (max-width: 576px) {
  .pagination-side {
    gap: 8px;
  }
  .pagination-side ul {
    gap: 4px;
  }
  .pagination-side ul li a {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .pagination-side ul li.dots span {
    width: 24px;
    height: 36px;
  }
  .pagination-side .arrow-left,
  .pagination-side .arrow-right {
    width: 36px;
    height: 36px;
  }
  .pagination-side .arrow-left svg,
  .pagination-side .arrow-right svg {
    width: 12px;
    height: 12px;
  }
}

.accordion-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 32px 0;
}
.accordion-item:first-child {
  border-top: 1px solid #e6e6e6;
}
.accordion-item.active {
  padding-top: 40px;
}

.accordion-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.accordion-body .number {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #20221D;
  padding-right: 96px;
}

.accordion-body .title {
  flex: 1;
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #20221D;
}

.accordion-body .accordion-button {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.5s ease;
}

.accordion-body .accordion-button::before,
.accordion-body .accordion-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #3A3D43;
  border-radius: 2px;
  transition: background-color 0.3s ease, transform 0.4s ease, opacity 0.3s ease;
  transform-origin: center;
}

.accordion-body .accordion-button::before {
  transform: translate(-50%, -50%);
}

.accordion-body .accordion-button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.active .accordion-button {
  transform: rotate(180deg);
}

.accordion-item.active .accordion-button::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.accordion-item.active .accordion-button::before {
  background-color: #F08D05;
}

.accordion-footer {
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
  opacity: 0;
  padding-right: 217px;
  padding-left: 109px;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.accordion-item.active .accordion-footer {
  opacity: 1;
  max-height: 400px !important;
  overflow-y: auto;
  color: #3A3D43;
  font-weight: 300;
  font-size: 19px;
  line-height: 140%;
  transition: 0.3s;
  margin-top: 24px;
}
.accordion-item.active .accordion-footer * {
  color: #3A3D43;
  font-weight: 300;
  font-size: 19px;
  line-height: 140%;
}

.accordion-footer-inner {
  padding-bottom: 10px;
}

.bread-crumbs {
  background-color: #F9F9F9;
  border-top: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
}
@media (max-width: 768px) {
  .bread-crumbs {
    display: none;
  }
  .bread-crumbs .container ul li:first-child a {
    font-size: 0;
    display: inline-flex;
    align-items: center;
  }
  .bread-crumbs .container ul li:first-child a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2320221D'><path d='M21.71,12.71a1,1,0,0,1-1.42,0L20,12.42V20.3A1.77,1.77,0,0,1,18.17,22H16a1,1,0,0,1-1-1V15.1a1,1,0,0,0-1-1H10a1,1,0,0,0-1,1V21a1,1,0,0,1-1,1H5.83A1.77,1.77,0,0,1,4,20.3V12.42l-.29.29a1,1,0,0,1-1.42,0,1,1,0,0,1,0-1.42l9-9a1,1,0,0,1,1.42,0l9,9A1,1,0,0,1,21.71,12.71Z'/></svg>") no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: 2px;
  }
}
.bread-crumbs .container ul {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
}
.bread-crumbs .container ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #20221D;
}
.bread-crumbs .container ul li a:hover {
  color: #F08D05;
}
.bread-crumbs .container ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url("data:image/svg+xml;utf8,<svg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.21967 0.21967C0.512563 -0.0732233 0.987324 -0.0732233 1.28022 0.21967L6.53022 5.46967C6.82311 5.76256 6.82311 6.23732 6.53022 6.53022L1.28022 11.7802C0.987324 12.0731 0.512563 12.0731 0.21967 11.7802C-0.0732233 11.4873 -0.0732233 11.0126 0.21967 10.7197L4.9394 5.99994L0.21967 1.28022C-0.0732233 0.987324 -0.0732233 0.512563 0.21967 0.21967Z' fill='%2320221D'/></svg>") no-repeat center center;
  background-size: contain;
}

.no-padding {
  padding: 0;
}

.padding-side {
  padding: 104px 0;
}

.done-icon {
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(35, 162, 109, 0.1215686275);
}
.done-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page404 {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page404 .text {
  font-weight: 600;
  font-style: Italic;
  font-size: 344px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 64px;
  color: #20221D;
}
.page404 a {
  margin-top: 40px;
}

.policy .container .done-icon {
  display: none;
}
.policy .container h1 {
  width: 80%;
}

.private-policy {
  padding-bottom: 104px;
}
.private-policy .container {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.private-policy .container .item {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.private-policy .container .item h6 {
  color: #20221D;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.5%;
}
.private-policy .container .item p, .private-policy .container .item li, .private-policy .container .item ul, .private-policy .container .item ol, .private-policy .container .item a {
  color: #3A3D43;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}

.gallery {
  width: 100%;
  margin: 0 auto;
  padding-top: 32px;
}
.gallery .container .sub-title {
  max-width: 800px;
}
.gallery .gallery-slider {
  padding-top: 40px;
}
.gallery__main img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  height: 760px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery__thumbs-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  position: relative;
}
.gallery__thumbs {
  display: flex;
  gap: 8px;
  overflow: hidden;
  justify-content: center;
  scroll-behavior: smooth;
  padding: 0 32px;
}
.gallery__thumbs img {
  width: 104px;
  height: 88px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.gallery__thumbs img.active {
  opacity: 1;
}
.gallery__thumbs img:hover {
  opacity: 1;
}
.gallery__thumbs-btn {
  border: 1.8px solid #2B2D31;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.gallery__thumbs-btn:hover {
  background-color: #2B2D31;
}
.gallery__thumbs-btn:hover svg path {
  fill: #FFFFFF;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}
.lightbox.active {
  display: flex;
}
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
}
.lightbox__close {
  top: 20px;
  right: 30px;
}
.lightbox__prev {
  left: 5%;
}
.lightbox__next {
  right: 5%;
}

@media (max-width: 1280px) {
  .wish-list-section .object-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .expert-slider .experts-card img {
    height: 330px;
    object-fit: cover;
  }
  .policy .container .done-icon {
    display: flex;
  }
  .policy .container h1 {
    width: 100%;
  }
  .private-policy {
    padding-bottom: 64px;
  }
  .private-policy .container {
    padding: 20px 16px;
    width: 100%;
  }
  .private-policy .container .item {
    max-width: 100%;
    width: 100%;
    gap: 16px;
  }
  .private-policy .container .item h6 {
    font-size: 26px;
  }
  .private-policy .container .item p, .private-policy .container .item li, .private-policy .container .item ul, .private-policy .container .item ol, .private-policy .container .item a {
    font-size: 14px;
    text-wrap: wrap;
  }
  .page404 .text {
    font-size: 200px;
    padding-bottom: 20px;
  }
  .page404 a {
    margin-top: 20px;
  }
  .slider .slider-controls {
    display: none;
  }
  .slider .slider-track {
    padding: 16px 0;
  }
  .object-item, .experts-card, .news-object, .reviews-slider .review-object {
    width: 304px;
  }
  .object-item .info-side .object-name {
    font-size: 22px;
  }
  .object-item .info-side .sub-info .row p {
    font-size: 15px;
  }
  .object-item .object-item-image {
    height: 176px;
  }
  .object-item .info-side .object-name {
    text-align: left;
  }
  .object-item .info-side .sub-info {
    padding-top: 0;
    padding-bottom: 3.5px;
  }
  .object-item .info-side .price-row .main-price {
    font-size: 22px;
  }
  .object-item .info-side .row {
    padding-bottom: 0;
  }
  .object-item .object-item__footer {
    padding: 12px 0 8px;
  }
  .object-item .object-item__footer p {
    font-size: 12px;
  }
  .object-item .object-item__footer .add-to-wish {
    gap: 4px;
    font-size: 12px;
  }
  .object-item .object-item__footer .add-to-wish .icon {
    width: 18px;
    height: 18px;
  }
  .object-item .object-item__footer .add-to-wish .icon svg {
    width: 16.2px;
    height: 14.7px;
  }
}
.catalog-main-section {
  height: 576px;
  margin-top: 0;
  position: relative;
}
.catalog-main-section .container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  gap: 40px;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
.catalog-main-section .container p {
  color: #F9F9F9;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}
.catalog-main-section h1,
.catalog-main-section h2 {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  color: #F9F9F9;
}

.object-finds {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #20221D;
}

.catalog-items {
  padding-bottom: 104px;
}

.catalog-items-side {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 22px;
  grid-row-gap: 40px;
  padding-bottom: 48px;
}
.catalog-items-side .object-item {
  width: 100%;
  max-width: 100%;
}

a.object-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.support-card {
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #DFEDE5;
  border-radius: 12px;
  gap: 8px;
}
.support-card .support-name {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #20221D;
}
.support-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #20221D;
  padding-bottom: 16px;
}
.support-card img {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  object-fit: cover;
}
.support-card a {
  font-weight: 500;
}

.related-section .container .related-grid {
  padding-top: 36px;
}
.related-section .container .related-grid ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 22px;
  grid-row-gap: 10px;
  padding-left: 0;
  margin-left: 0;
}
.related-section .container .related-grid ul li {
  padding-left: 20px;
}
.related-section .container .related-grid ul li a {
  transition: color 0.3s ease;
}
.related-section .container .related-grid ul li a:hover {
  color: #F08D05;
}

.accordion-section {
  padding: 104px 0;
}
.product-faq-section {
  padding-top: 20px;
}
.accordion-section h2 {
  padding-bottom: 40px;
}

@media (max-width: 1279px) {
  .catalog-items-side {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-items-side .object-item {
    margin: 0 auto;
  }
  .support-card {
    display: none;
  }
}
@media (max-width: 992px) {
  .catalog-items-side .object-item {
    width: 100%;
  }
  .related-section .container .related-grid ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .catalog-main-section {
    height: 413px;
  }
  .catalog-main-section .container {
    justify-content: flex-end;
    gap: 16px;
    padding-top: 0;
    padding-bottom: 120px;
  }
  .catalog-main-section .container h1,
  .catalog-main-section .container h2 {
    padding: 0;
    font-size: 28px;
  }
  .catalog-main-section .container p {
    font-size: 14px;
  }
  .accordion-body .title {
    font-size: 20px;
  }
  .accordion-item .accordion-footer, .accordion-item.active .accordion-footer {
    font-size: 13px;
  }
  .popular-search {
    flex-direction: column;
    align-items: inherit;
  }
  .popular-search ul {
    align-self: flex-end;
    width: 100%;
  }
  .catalog-items .header-section {
    flex-direction: column;
    justify-content: inherit;
    align-items: inherit;
    gap: 40px;
  }
  .catalog-items .header-section .right-side {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
  }
  .related-section .container .related-grid ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .accordion-body .number {
    padding-right: 10px;
  }
  .accordion-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .accordion-body {
    align-items: inherit;
  }
}
@media (max-width: 540px) {
  .catalog-items-side {
    grid-template-columns: repeat(1, 1fr);
  }
  .related-section .container .related-grid ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.about-us-main {
  display: flex;
  flex-direction: column;
}
.about-us-main .container {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.about-us-main .container h1 {
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-align: center;
  color: #20221D;
}
.about-us-main .container .text-side {
  display: flex;
  flex-direction: column;
  max-width: 846px;
  margin: 0 auto;
  gap: 12px;
}
.about-us-main .container .text-side p {
  color: #3A3D43;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
}
.about-us-main .container a {
  font-weight: 500;
}
.about-us-main .img-side {
  max-width: 100vw;
  height: 576px;
  background-image: url(../img/Build.jpg);
  background-position: center 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

.about-us-stats {
  border-top: 1px solid #E9E9E9;
  margin: 104px 0;
}
.about-us-stats .container {
  display: flex;
  justify-content: space-between;
}
.about-us-stats .container .left-side {
  padding: 32px 32px 32px 0;
  border-right: 1px solid #E9E9E9;
}
.about-us-stats .container .left-side img {
  width: 608px;
  height: 720px;
  border-radius: 12px;
}
.about-us-stats .container .right-side {
  display: flex;
  flex-direction: column;
  padding: 32px 0 32px 32px;
  gap: 32px;
}
.about-us-stats .container .right-side .sub-title {
  color: #3A3D43;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
.about-us-stats .container .right-side .stat-number {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-around;
}
.about-us-stats .container .right-side .stat-number .number-side {
  border-top: 1px solid #E9E9E9;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.about-us-stats .container .right-side .stat-number .number-side p {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0;
  color: #20221D;
}
.about-us-stats .container .right-side .stat-number .number-side span {
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.5%;
}

.our-work-city {
  padding-bottom: 104px;
}
.our-work-city .section-sub-title {
  width: 738px;
}

.grid-work-city {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 21px;
  grid-row-gap: 40px;
  padding-top: 64px;
}
.grid-work-city .item {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 352px;
  position: relative;
}
.grid-work-city .item img {
  width: 100%;
  height: 100%;
}
.grid-work-city .item .text-side {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7215686275);
}
.grid-work-city .item .text-side p {
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #FFFFFF;
}
.grid-work-city .item .text-side span {
  font-weight: 300;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0;
}

.our-excellence {
  padding-bottom: 104px;
  padding-top: 0;
}
.our-excellence .container {
  gap: 16px;
}
.our-excellence .container .section-sub-title {
  width: 738px;
  padding-top: 0;
}
.our-excellence .container .service-grid {
  padding-top: 40px;
}
.our-excellence .container .service-grid .service-item .service-item-logo {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background-color: #DFEDE5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 32px;
  flex-shrink: 0;
}
.our-excellence .container .service-grid .service-item .service-item-logo img {
  max-width: 32px;
  max-height: 32px;
}
.our-excellence .container .service-grid .service-item:first-child {
  border-radius: 8px 0 0 8px;
}
.our-excellence .container .service-grid .service-item:last-child {
  border-radius: 0 8px 8px 0;
}

@media (max-width: 1280px) {
  .about-us-stats .container .left-side img {
    width: auto;
  }
}
@media (max-width: 992px) {
  .about-us-stats .container .left-side img {
    height: 500px;
  }
  .grid-work-city {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .about-us-stats .container {
    flex-direction: column;
  }
  .about-us-stats .container .left-side {
    padding: 0;
    border-right: none;
  }
  .about-us-stats .container .left-side img {
    width: 100%;
    height: 406px;
    object-fit: cover;
  }
  .about-page .experts-slider {
    padding-bottom: 0;
  }
  .padding-side {
    padding: 64px 0;
  }
  .partners .container .right-side img {
    height: 366.8px;
    object-fit: cover;
    border-radius: 12px;
  }
  .partners .container .left-side .btn {
    width: 100%;
    text-align: center;
  }
  .our-work-city .section-sub-title, .our-excellence .container .section-sub-title {
    width: 100%;
  }
  .grid-work-city {
    grid-template-columns: repeat(4, 304px);
    overflow-x: auto;
  }
  .about-us-stats {
    margin: 64px 0;
  }
  .our-work-city {
    padding-bottom: 0;
  }
  .our-excellence {
    padding-top: 64px;
  }
  .our-excellence .container .service-grid .service-item {
    min-height: 220px;
    height: auto;
    padding: 24px 20px;
    gap: 14px;
  }
  .our-excellence .container .service-grid .service-item .service-item-logo {
    margin-bottom: 0;
    height: 48px;
    width: 48px;
  }
  .our-service .container .service-grid .service-item .service-item-title {
    height: auto;
    font-size: 24px;
  }
  .our-service .container .service-grid .service-item .service-item-desc {
    font-size: 14px;
  }
  .our-excellence .container .service-grid .service-item:first-child {
    border-radius: 8px 8px 0 0;
  }
  .our-excellence .container .service-grid .service-item:last-child {
    border-radius: 0 0 8px 8px;
  }
  .about-us-stats .container .right-side .stat-number {
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .about-us-main {
    flex-direction: column-reverse;
  }
  .about-us-main .container {
    padding: 32px 16px;
  }
  .about-us-main .container h1 {
    font-size: 34px;
  }
  .about-us-main .container .text-side p {
    font-size: 16px;
  }
  .about-us-main.services-main .container h1 {
    font-size: 36px;
  }
  .about-us-main.services-main .container .text-side p {
    font-size: 16px;
  }
  .about-us-main .img-side {
    height: 328px;
  }
  .about-us-stats .container .right-side .stat-number .number-side {
    padding: 24px 16px;
  }
  .about-us-stats .container .right-side .sub-title {
    font-size: 14px;
  }
  .about-us-stats .container .right-side {
    gap: 20px;
  }
  .about-us-stats .container .right-side .stat-number .number-side {
    gap: 14px;
  }
  .about-us-stats .container .right-side .stat-number .number-side p {
    font-size: 20px;
  }
  .about-us-stats .container .right-side .stat-number .number-side span {
    font-size: 40px;
  }
  .about-us-stats .container .right-side .stat-number .number-side {
    padding: 24px 0;
  }
}
.services-main .container .text-side p {
  font-size: 22px;
  color: #20221D;
}

.services-grid {
  padding: 104px 0;
}
.services-grid .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.services-grid .container .item {
  height: 412px;
  width: 412px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 6px 16px -4px rgba(16, 24, 40, 0.0784313725), 0px -4px 10px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 12px;
}
.services-grid .container .item:hover .img-wrapper {
  opacity: 1;
  top: 0;
}
.services-grid .container .item:hover .text-side * {
  color: white;
}
.services-grid .container .item .img-wrapper {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}
.services-grid .container .item .img-wrapper .img-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -10%, rgba(0, 0, 0, 0.8) 73.56%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.services-grid .container .item .img-wrapper img {
  width: 100%;
  height: 100%;
}
.services-grid .container .item .text-side {
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.services-grid .container .item .text-side * {
  color: #20221D;
}
.services-grid .container .item .text-side h6 {
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.5%;
}
.services-grid .container .item .text-side p {
  font-weight: 300;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0;
  color: #3A3D43;
}
.services-grid .container .item .text-side a {
  text-align: center;
  background-color: inherit;
  font-weight: 500;
  margin-top: 16px;
}
.services-grid .container .item .text-side a:hover {
  background-color: #fff;
  color: #20221D;
}

@media (max-width: 1280px) {
  .services-grid .container .item {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .services-grid .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .services-grid .container {
    gap: 12px;
  }
}
@media (max-width: 540px) {
  .services-grid .container {
    grid-template-columns: 1fr;
  }
  .services-grid .container .item {
    height: 263px;
  }
  .services-grid .container {
    gap: 20px;
  }
  .services-grid .container .item .text-side h6 {
    font-size: 26px;
  }
  .services-grid .container .item .text-side p {
    font-size: 14px;
  }
  .services-grid {
    padding: 64px 0;
  }
}
.news-catalog-main {
  padding: 80px 0;
}
.news-catalog-main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.news-catalog-grid {
  padding-bottom: 104px;
}
.news-catalog-grid .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-catalog-grid .container .news-grid {
  display: grid;
  padding: 40px 0;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 22px;
  grid-row-gap: 40px;
}
.news-catalog-grid .container .news-grid .news-object {
  height: 100%;
}
.news-catalog-grid .container .news-grid .news-object .news-object-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news-catalog-grid .container .news-grid .news-object .news-object-body .text-side {
  flex-grow: 1;
}

@media (max-width: 1280px) {
  .news-catalog-grid .container .news-grid .news-object {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .news-catalog-grid .container .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .news-catalog-main {
    padding: 64px 0;
  }
  .news-catalog-main .container {
    gap: 24px;
  }
  .news-catalog-main .container h1 {
    font-size: 36px;
  }
  .news-catalog-main .container .section-sub-title {
    padding-top: 0;
  }
  .news-object .image {
    height: 233px;
  }
  .news-catalog-grid .container .row {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .news-catalog-grid .container .row .right-side {
    width: 100%;
  }
  .news-catalog-grid .container .row .right-side .buttons-filter {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 4px;
  }
  .news-catalog-grid .container .row .right-side .buttons-filter button {
    text-align: center;
    padding: 14px 0;
  }
}
@media (max-width: 540px) {
  .news-catalog-grid .container .news-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-page .img-side {
  background-image: url(../img/contact-page.png);
}

.contact-page-stats {
  margin-bottom: 0;
  padding-bottom: 104px;
  border-bottom: 1px solid #E9E9E9;
}
.contact-page-stats .container .left-side img {
  object-fit: cover;
}
.contact-page-stats .container .right-side {
  gap: 16px;
}
.contact-page-stats .container .right-side .section-sub-title {
  padding-top: 0;
}
.contact-page-stats .container .right-side .sub-title {
  padding-top: 16px;
}

.our-office {
  padding: 32px 0 104px;
}

.office-list {
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.office-list .item {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: stretch;
}
.office-list .item .text-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 521px;
  box-shadow: 0px 6px 16px -4px rgba(16, 24, 40, 0.0784313725), 0px -4px 10px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 12px;
  padding: 24px;
}
.office-list .item .text-side .row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.office-list .item .text-side .office-header {
  flex-direction: row;
  gap: 6px;
  align-items: center;
  padding-bottom: 16px;
  position: relative;
}
.office-list .item .text-side .office-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #ccc 0 4px, transparent 4px 8px);
}
.office-list .item .text-side .office-header .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.office-list .item .text-side .office-header .city-name {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0;
  color: #20221D;
}
.office-list .item .text-side .row .title {
  color: #20221D;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.5%;
  padding-bottom: 6px;
}
.office-list .item .text-side .row .text {
  color: #3A3D43;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
.office-list .item .text-side .row .text a {
  cursor: pointer;
}
.office-list .item .text-side .row .text a.office-mail {
  text-decoration: underline;
}
.office-list .item .text-side .social-row ul {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.office-list .item .text-side .social-row ul li a {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1.4px solid rgba(32, 34, 29, 0.4784313725);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.office-list .item .text-side .social-row ul li a:hover {
  background-color: #20221D;
}
.office-list .item .img-side {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}
.office-list .item .img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-list .item:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 1280px) {
  .contact-page-stats .container .left-side img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .office-list {
    gap: 32px;
  }
  .office-list .item {
    flex-direction: column-reverse;
  }
  .office-list .item .text-side {
    width: 100%;
  }
  .office-list .item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .contact-page-stats .container .right-side {
    padding: 0;
  }
  .office-list .item .text-side .social-row ul li a {
    width: 36px;
    height: 36px;
  }
  .office-list .item .img-side img {
    height: 288px;
  }
}
@media (max-width: 450px) {
  .office-list .item .text-side {
    padding: 16px 12px;
  }
  .office-list .item .text-side .social-row ul {
    gap: 11px;
  }
}
.thank-you-page-main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 144px 0 104px;
  gap: 32px;
  text-align: center;
}

.next-step {
  padding-bottom: 104px;
}
.next-step .container {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.next-step .container .next-step-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 22px;
}
.next-step .container .next-step-grid .next-step-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  box-shadow: 0px 6px 16px -4px rgba(16, 24, 40, 0.0784313725), 0px -4px 10px 0px rgba(0, 0, 0, 0.0392156863);
  width: 412px;
  border-radius: 12px;
}
.next-step .container .next-step-grid .next-step-item .icon {
  width: 64px;
  height: 64px;
  background-color: #DFEDE5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.next-step .container .next-step-grid .next-step-item .title {
  color: #20221D;
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  padding-top: 16px;
  letter-spacing: -0.5%;
}
.next-step .container .next-step-grid .next-step-item .text {
  color: #3A3D43;
  font-weight: 300;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0;
}

@media (max-width: 1280px) {
  .next-step .container .next-step-grid .next-step-item {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .next-step .container .next-step-grid .next-step-item .title {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .next-step .container .next-step-grid {
    flex-direction: column;
  }
  .thank-you-page-main .container {
    gap: 16px;
  }
  .next-step .container .next-step-grid .next-step-item .icon {
    width: 48px;
    height: 48px;
  }
  .next-step .container .next-step-grid .next-step-item .title {
    font-size: 24px;
  }
  .next-step .container .next-step-grid .next-step-item .text {
    font-size: 14px;
  }
}
.partners-page {
  border-bottom: none;
}
.partners-page .img-side {
  background-image: url(../img/partners.jpg);
}

.partners-page-grid-section {
  padding-bottom: 104px;
}
.partners-page-grid-section .container h2 {
  padding-bottom: 48px;
}
.partners-page-grid-section .container .partners-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 22px;
  align-items: stretch;
  justify-content: space-between;
}
.partners-page-grid-section .container .partners-page-grid .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  box-shadow: 0px 6px 16px -4px rgba(16, 24, 40, 0.0784313725), 0px -4px 10px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 12px;
}
.partners-page-grid-section .container .partners-page-grid .item .icon {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DFEDE5;
}
.partners-page-grid-section .container .partners-page-grid .item .title {
  color: #20221D;
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.5%;
}
.partners-page-grid-section .container .partners-page-grid .item p {
  font-weight: 300;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0;
  color: #3A3D43;
}

@media (max-width: 768px) {
  .partners-page-grid-section {
    padding-bottom: 64px;
  }
  .partners-page-grid-section .container h2 {
    padding-bottom: 32px;
  }
  .partners-page-grid-section .container .partners-page-grid {
    grid-template-columns: 1fr;
  }
  .partners-page-grid-section .container .partners-page-grid .item .title {
    font-size: 24px;
  }
  .partners-page-grid-section .container .partners-page-grid .item p {
    font-size: 14px;
  }
}
.single-news-main {
  padding: 80px 0 88px;
}
.single-news-main h1,
.single-news-main h1 h1,
.single-news-content h1,
.single-news-content .content-side h1 {
  text-align: left;
  font-size: 48px;
  line-height: 112%;
  letter-spacing: -0.3px;
}
.single-news-content h1,
.single-news-content .content-side h1 {
  font-size: 32px;
}
.single-news-main .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-news-main .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-news-main .container .row .left-side {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-news-main .container .row .left-side .creator-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.single-news-main .container .row .left-side .creator-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-news-main .container .row .left-side .creator-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.single-news-main .container .row .left-side .creator-info .creator-name {
  color: #20221D;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.5%;
}
.single-news-main .container .row .left-side .creator-info .creator-position {
  color: #3A3D43;
  font-weight: 300;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0;
}
.single-news-main .container .row .right-side {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(32, 34, 29, 0.8784313725);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
.single-news-main .container .row .right-side .icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-news-main .container .news-image {
  padding-top: 32px;
  border-top: 1px solid #E9E9E9;
  width: 100%;
  max-height: 568px;
  overflow: hidden;
}
.single-news-main .container .news-image img {
  width: 100%;
  height: auto;
  max-height: 568px;
  object-fit: cover;
  border-radius: 12px;
}

.single-news-content .container {
  display: grid;
  grid-template-columns: 846px 1fr;
  gap: 22px;
}
.single-news-content .container .content-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
}
.single-news-content .container .content-side p, .single-news-content .container .content-side li {
  color: #3A3D43;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
.single-news-content .container .content-side img {
  max-width: 100%;
  height: auto;
}
.single-news-content .container .content-side strong,
.single-news-content .container .content-side b {
  font-weight: 700;
}

.subscribe-side {
  display: flex;
  padding: 16px 14px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  flex-direction: column;
  height: min-content;
  gap: 14px;
}
.subscribe-side p {
  color: #80848E;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  padding-bottom: 16px;
}
.subscribe-side label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #3A3D43;
}

.news-slider .container .news-single-slider {
  padding-bottom: 24px;
  padding-top: 0;
}

.news-slider .slider .slider-controls {
  margin-top: 0;
}

.email-form {
  display: flex;
  align-items: center;
  border: 1.5px solid #20221D;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  height: 48px;
  background: #fff;
  padding: 4px;
  margin-bottom: 15px;
}
.email-form .email-input {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding-left: 16px;
}
.email-form .email-input svg {
  flex-shrink: 0;
}
.email-form .email-input input {
  border: none;
  outline: none;
  font-size: 16px;
  color: #20221D;
  width: 100%;
}
.email-form .email-input input::placeholder {
  color: #20221D;
}
.email-form button {
  background: #2B2D31;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s ease;
}
.email-form button:hover {
  background: #000;
}

.news-page-slider {
  padding-bottom: 104px;
}
.news-page-slider .container .news-filter-row {
  border-top: none;
}

@media (max-width: 1280px) {
  .single-news-content .container {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 992px) {
  .single-news-content .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .single-news-content .container {
    grid-template-columns: 1fr;
  }
  .single-news-content .container .content-side p, .single-news-content .container .content-side li {
    font-size: 14px;
  }
  .single-news-content .container .content-side {
    padding: 16px;
    gap: 20px;
  }
  .single-news-main .container .row {
    flex-direction: column;
    gap: 20px;
  }
  .single-news-main .container .row .left-side {
    width: 100%;
  }
  .single-news-main .container .news-image img {
    height: 406px;
  }
  .single-news-main {
    padding-bottom: 32px;
  }
  .news-page-slider .news-object .image {
    height: 206px;
  }
}
.single-service-header {
  padding-bottom: 104px;
  border-top: 1px solid #E9E9E9;
}
.single-service-header .container {
  display: flex;
  align-items: center;
}
.single-service-header .container .left-side {
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-service-header .container .left-side h1 {
  color: #20221D;
  font-weight: 600;
  font-size: 40px;
  line-height: 104%;
  letter-spacing: -0.5%;
  text-align: left;
}
.single-service-header .container .left-side .text-side p {
  font-family: 'Noto Sans', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 140% !important;
  letter-spacing: 0% !important;
  color: #3A3D43 !important;
}
.single-service-header .container .left-side .text-side {
  max-height: 416px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 24px;
  color: #3A3D43;
}
.single-service-header .container .right-side {
  padding: 32px 0 32px 32px;
  border-left: 1px solid #E9E9E9;
}
.single-service-header .container .right-side img {
  width: 608px;
  height: 720px;
  object-fit: cover;
  border-radius: 12px;
  object-position: center;
}

.single-service-gallery .title-section {
  padding-bottom: 16px;
}
.single-service-gallery .gallery-slider {
  padding-top: 48px;
}
.single-service-gallery .container .sub-title {
  max-width: 846px;
  font-size: 20px;
}

.process {
  padding-bottom: 104px;
}
.process .container {
  text-align: center;
}
.process .container .process__list {
  display: flex;
  gap: 22px;
  padding-top: 64px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.process .container .process__list .process__item {
  min-width: calc((100% - 66px) / 4);
  max-width: calc((100% - 66px) / 4);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  position: relative;
}
.process .container .process__list .process__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(50% + 54px);
  width: calc(100% - 90px);
  height: 2px;
  display: block;
  background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='2' viewBox='0 0 220 2' fill='none'><path opacity='0.24' d='M1 1L219 1.00002' stroke='%2320221D' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 4'/></svg>");
}
.process .container .process__list .process__item .process__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #DFEDE5;
}
.process .container .process__list .process__item p {
  font-size: 16px;
}
.single-service-page_our-advantages {
  padding: 104px 0 0;
}
.single-service-page_our-advantages .container {
  display: flex;
  justify-content: space-between;
  gap: 130px;
  align-items: stretch;
  padding-bottom: 104px;
  border-bottom: 1px solid #E9E9E9;
}
.single-service-page_our-advantages .container .right-side {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-page_our-advantages .container .right-side .accordion-advantages {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-service-page_our-advantages .container .right-side .accordion-advantages .accordion-item {
  box-shadow: 0px 6px 16px -4px rgba(16, 24, 40, 0.0784313725), 0px -4px 10px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #2B2D31;
  border-radius: 12px;
  padding: 16px;
}
.single-service-page_our-advantages .container .right-side .accordion-advantages .accordion-item .accordion-footer {
  padding: 0;
}
.single-service-page_our-advantages .container .right-side .accordion-advantages .accordion-item .accordion-body {
  gap: 24px;
}
.single-service-page_our-advantages .container .right-side .accordion-advantages .accordion-item .accordion-body .icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DFEDE5;
  border-radius: 8px;
}

@media (max-width: 992px) {
  .single-service-header .container .right-side img {
    width: 100%;
    height: auto;
  }
  .single-service-page_our-advantages .container {
    gap: 20px;
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 32px;
  }
  .single-service-page_our-advantages .container .left-side {
    width: 100%;
  }
  .single-service-page_our-advantages .container .left-side img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single-service-header .container {
    flex-direction: column-reverse;
    gap: 20px;
    padding-top: 64px;
  }
  .single-service-header .container .right-side {
    padding: 0;
    border-left: none;
  }
  .single-service-header .container .left-side {
    padding-right: 0;
  }
  .single-service-header .container .left-side h1 {
    font-size: 32px;
  }
  .single-service-header .container .left-side p, .process .container .process__list .process__item p {
    font-size: 14px;
  }
  .accordion-advantages .accordion-body .title {
    font-size: 18px;
    align-self: center;
  }
  .accordion-advantages .accordion-body {
    align-items: center;
  }
  .single-service-page_our-advantages .container {
    padding-bottom: 32px;
  }
  .reviews-slider .container .show-more_btn {
    display: none;
  }
  .accordion-advantages .accordion-item .accordion-footer, .accordion-item.active .accordion-footer {
    font-size: 13px;
  }
  .single-service-page_our-advantages .container .left-side img {
    height: 366px;
    object-fit: cover;
  }
  .process .container .process__list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
    gap: 16px;
    -webkit-overflow-scrolling: touch;
  }
  .process .container .process__list .process__item {
    min-width: 230px;
    max-width: 350px;
    flex-shrink: 0;
  }
  .process .container .process__list .process__item:not(:last-child)::before {
    display: none;
  }
  .gallery__thumbs img {
    width: 50px;
    height: 50px;
  }
  .gallery__main img {
    height: 284px;
  }
  .process {
    padding-bottom: 64px;
  }
  .single-service-page_our-advantages {
    padding: 0;
  }
}
.single-product-gallery {
  width: 100%;
  margin: 0 auto;
  padding-top: 32px;
}
.single-product-gallery__wrapper {
  padding: 40px 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .single-product-gallery__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.single-product-gallery__main {
  position: relative;
  width: 100%;
}
.single-product-gallery__main img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .single-product-gallery__main img {
    height: auto;
    max-height: 400px;
  }
}
.single-product-gallery__main button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #20221d;
  border-radius: 6px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #20221d;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 14px;
  right: 14px;
  opacity: 0.9;
}
.single-product-gallery__main button svg {
  width: 15px;
  height: 15px;
}
.single-product-gallery__main button:hover {
  background: #20221d;
  color: #fff;
  opacity: 1;
}
.single-product-gallery__main button:hover svg path {
  fill: #fff;
}
@media (max-width: 768px) {
  .single-product-gallery__main button {
    align-self: flex-start;
  }
}
.single-product-gallery__thumbs-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 520px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-product-gallery__thumbs-wrapper {
    height: auto;
    gap: 16px;
  }
}
.single-product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  height: 100%;
  overflow: hidden;
}
.single-product-gallery__thumbs > * {
  overflow: hidden;
  border-radius: 6px;
}
.single-product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.single-product-gallery__thumb-more {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.single-product-gallery__thumb-more img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.thumb-more-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .single-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    height: auto;
  }
  .single-product-gallery__thumbs img {
    width: 100%;
    height: 60px;
  }
  .single-product-gallery__thumb-more {
    width: 100%;
    height: 60px;
  }
  .thumb-more-overlay {
    font-size: 18px;
  }
}

/* Lightbox стили */
.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.lightbox.active {
  display: flex;
  opacity: 1;
}
.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.lightbox__close {
  top: 20px;
  right: 20px;
}
.lightbox__prev {
  left: 40px;
}
.lightbox__next {
  right: 40px;
}
.lightbox__thumbs {
  display: flex;
  position: absolute;
  bottom: 40px;
  gap: 10px;
  overflow-x: auto;
}
.lightbox__thumbs img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.lightbox__thumbs img.active {
  opacity: 1;
}
.lightbox__thumbs img:hover {
  opacity: 1;
}

.single-product-gallery-header {
  padding: 50px 0 24px;
  border-bottom: 1px solid #E9E9E9;
}
.single-product-gallery-header h1 {
  text-align: left;
}

.single-product-info .container {
  display: grid;
  grid-template-columns: 2fr 412px;
  gap: 22px;
}
.single-product-info .container .left-side {
  padding: 24px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
}
.single-product-info .container .left-side .text-side {
  padding-right: 40px;
  max-height: 700px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-product-info .container .left-side .text-side p, .single-product-info .container .left-side .text-side li, .single-product-info .container .left-side .text-side a {
  width: 100%;
  color: #3A3D43;
  font-size: 16px;
  font-weight: 400;
}
.single-product-info .container .left-side .text-side ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 161px;
}
.single-product-info .container .left-side .text-side h5 {
  font-weight: 600;
  font-size: 40px;
}
.single-product-info .container .right-side {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.single-product-info .container .right-side .single-product-info-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0px 6px 16px -4px rgba(16, 24, 40, 0.0784313725), 0px -4px 10px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 16px 12px;
  height: min-content;
  border-radius: 12px;
}
.single-product-info .container .right-side .single-product-info-side p {
  color: #20221D;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0;
}
.single-product-info .container .right-side .single-product-info-side .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product-info .container .right-side .single-product-info-side .icon svg {
  height: 100%;
}
.single-product-info .container .right-side .single-product-info-side .square-price {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: #20221d;
}
.single-product-info .container .right-side .single-product-info-side .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 14px;
}
.single-product-info .container .right-side .single-product-info-side .price-row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='2' viewBox='0 0 220 2' fill='none'><path opacity='0.24' d='M1 1L219 1.00002' stroke='%2320221D' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 4'/></svg>") center/contain;
}
.single-product-info .container .right-side .single-product-info-side .price-row .main-price {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0;
}
.single-product-info .container .right-side .single-product-info-side .price-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  position: relative;
}
.single-product-info .container .right-side .single-product-info-side .price-body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='2' viewBox='0 0 220 2' fill='none'><path opacity='0.24' d='M1 1L219 1.00002' stroke='%2320221D' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 4'/></svg>") center/contain;
}
.single-product-info .container .right-side .single-product-info-side .price-body .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-product-info .container .right-side .single-product-info-side .price-body .row .left-side-row, .single-product-info .container .right-side .single-product-info-side .price-body .row .right-side-row {
  display: flex;
  gap: 8px;
}
.single-product-info .container .right-side .single-product-info-side .price-body .row .number-product {
  font-weight: 600;
}
.single-product-info .container .right-side .single-product-info-side .price-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-product-info .container .right-side .single-product-info-side .price-footer p {
  font-size: 14px;
}
.single-product-info .container .right-side .single-product-info-side .price-footer .add-to-wish {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0;
}
.single-product-info .container .right-side .single-product-info-side .price-footer .add-to-wish .icon {
  width: 18px;
  height: 18px;
}
.single-product-info .container .right-side .single-product-info-side .price-footer .add-to-wish:hover {
  color: #F08D05;
}
.single-product-info .container .right-side .single-product-info-side .price-footer .add-to-wish.active {
  color: #F08D05;
}
.single-product-info .container .right-side .single-product-info-side .price-footer .add-to-wish.active .icon svg path {
  fill: #F08D05;
}
.single-product-info .container .right-side .have-a-questions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 24px 12px;
  text-align: center;
  background-color: #DFEDE5;
  border-radius: 12px;
}
.single-product-info .container .right-side .have-a-questions a {
  width: 100%;
}

.single-product-page .accordion-section {
  padding: 0 0 104px;
}

@media (max-width: 768px) {
  .single-product-info .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
  .single-product-info .container .left-side {
    padding: 16px;
  }
  .single-product-info .container .left-side .text-side {
    max-height: 520px;
    padding-right: 10px;
  }
  .single-product-info .container .left-side .text-side ul {
    padding-right: 10px;
    gap: 4px;
  }
  .single-product-info .container .left-side .text-side p, .single-product-info .container .left-side .text-side li, .single-product-info .container .left-side .text-side a {
    font-size: 14px;
  }
  .single-product-gallery__main {
    max-height: 284px;
  }
  .single-product-gallery__main img {
    height: 284px;
  }
  .single-product-info .container .right-side .have-a-questions h6.fs2 {
    font-size: 24px;
  }
  .single-product-info .container .left-side .text-side h5 {
    font-size: 24px;
  }
  .single-product-page .accordion-section {
    padding: 0;
  }
}
.search-page_header {
  padding-top: 80px;
}

.search-page_body {
  padding: 40px 0 108px;
}
.search-page_body .search-page-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 22px;
}
.search-page_body .container .item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
}
.search-page_body .container .item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.search-page_body .container .item ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
  color: #3A3D43;
}
.search-page_body .container .item ul li a:hover {
  color: #F08D05;
}

@media (max-width: 540px) {
  .search-page_body {
    padding: 40px 0;
  }
  .search-page_body .container .search-page-list {
    grid-template-columns: 1fr;
  }
}
.single-complex-main {
  padding-top: 80px;
}
.single-complex-main h1 {
  text-align: left;
}

.single-complex-gallery {
  padding-top: 48px;
}
.single-complex-gallery .gallery__main img {
  height: 520px;
}
.single-complex-gallery .gallery-slider {
  padding-top: 0;
}
.single-complex-gallery .gallery__thumbs {
  gap: 14px;
}

.single-complex-desk {
  padding-top: 80px;
}
.single-complex-desk--last {
  padding-bottom: 80px;
}
.single-complex-desk .text-side {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
}
.single-complex-desk .text-side h6:not(:first-child) {
  padding-top: 16px;
}
.single-complex-desk .text-side p, .single-complex-desk .text-side ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #3A3D43;
}
.single-complex-desk .text-side ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 768px) {
  .single-complex-gallery .gallery__thumbs-wrapper .gallery__thumbs-btn {
    display: none;
  }
  .single-complex-gallery .gallery__thumbs-wrapper .gallery__thumbs {
    overflow-x: auto;
    padding: 0;
  }
  .single-complex-gallery .gallery__thumbs-wrapper .gallery__thumbs img {
    width: 75px;
    height: 72px;
  }
  .single-complex-desk {
    padding-top: 40px;
  }
  .single-complex-desk--last {
    padding-bottom: 40px;
  }
  .single-complex-desk h6.fs2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .single-complex-slider .slider {
    width: 100%;
    overflow: visible;
  }
  .single-complex-slider .slider-track {
    display: block;
    transform: none !important;
    cursor: auto;
    padding: 0;
  }
  .single-complex-slider .slide {
    min-width: 100% !important;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .single-complex-slider .slider-controls {
    display: none;
  }
}

/* Fixed image size for advantages section */

/* Fixed image size for advantages section - STRICT SIZES */
.single-service-page_our-advantages .container .left-side {
  flex-shrink: 0;
  width: 521px !important;
  min-width: 521px;
  max-width: 521px;
}

.single-service-page_our-advantages .container .left-side img {
  width: 521px !important;
  min-width: 521px;
  max-width: 521px;
  height: 604px !important;
  min-height: 604px;
  max-height: 604px;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 992px) {
  .single-service-page_our-advantages .container .left-side {
    width: 100% !important;
    min-width: auto;
    max-width: 100%;
  }
  
  .single-service-page_our-advantages .container .left-side img {
    width: 100% !important;
    min-width: auto;
    max-width: 100%;
    height: auto !important;
    min-height: auto;
    max-height: 604px;
  }
}

@media (max-width: 768px) {
  .single-service-page_our-advantages .container .left-side img {
    height: 366px !important;
    min-height: 366px;
    max-height: 366px;
  }
}

/* 404 Page Styles */
.page404 {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page404 .text {
  font-weight: 600;
  font-style: Italic;
  font-size: 344px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 64px;
  color: #20221D;
}

.page404 a {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .page404 .text {
    font-size: 200px;
    padding-bottom: 20px;
  }

  .page404 a {
    margin-top: 20px;
  }
}

/* Filter checkbox styles */
.custom-select.open ul li.checkbox-item {
  width: 100%;
  padding: 0 !important;
  display: list-item !important;
}

.custom-select.open ul li.checkbox-item label {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
  padding: 6px 10px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #2B2D31;
}
.custom-select.open ul li.checkbox-item.disabled-option label {
  color: #B9BBBE;
}

.custom-select.open ul li.checkbox-item label:hover {
  color: #2B2D31;
}

.custom-select .checkbox-item input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  z-index: 1 !important;
  accent-color: #F08D05 !important;
  border: 1px solid #B9BBBE !important;
  background: white !important;
  box-sizing: border-box !important;
}

.custom-select.open ul li.select-all-item,
.custom-select.open ul li.clear-all-item {
  font-weight: 500 !important;
  color: #F08D05 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 6px 10px !important;
  border-bottom: 1px solid #E9E9E9;
  font-size: 14px;
}

.custom-select.open ul li.select-all-item:hover,
.custom-select.open ul li.clear-all-item:hover {
  background-color: rgba(240, 141, 5, 0.05);
  color: #F08D05 !important;
}

.custom-select.open ul li.select-all-item svg,
.custom-select.open ul li.clear-all-item svg {
  flex-shrink: 0;
}
/* Mobile Filter Checkboxes - FINAL FIX */
@media (max-width: 768px) {
  /* Container for dropdown */
  .custom-select.open ul {
    max-height: 400px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    display: block !important;
  }

  /* Checkbox list items */
  .custom-select.open ul li.checkbox-item {
    width: 100% !important;
    padding: 0 !important;
    display: block !important;
    list-style: none !important;
  }

  /* Label wrapper - FLEX ROW */
  .custom-select.open ul li.checkbox-item label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    cursor: pointer !important;
    padding: 10px 12px !important;
    margin: 0 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 140% !important;
    color: #80848E !important;
    box-sizing: border-box !important;
    min-height: 44px !important;
  }

  .custom-select.open ul li.checkbox-item label:active {
    background-color: rgba(240, 141, 5, 0.05) !important;
  }

  /* CRITICAL: Checkbox sizing - MUST NOT GROW */
  .custom-select .checkbox-item input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    
    /* Fixed dimensions */
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    
    /* Prevent stretching */
    flex: 0 0 20px !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    
    /* Display */
    display: inline-block !important;
    
    /* Spacing */
    margin: 0 !important;
    padding: 0 !important;
    
    /* Appearance */
    border: 1.5px solid #B9BBBE !important;
    border-radius: 4px !important;
    background: white !important;
    background-color: white !important;
    
    /* Position */
    position: relative !important;
    vertical-align: middle !important;
    
    /* Misc */
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1 !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
  }

  /* Checked state */
  .custom-select .checkbox-item input[type="checkbox"]:checked {
    background-color: #F08D05 !important;
    border-color: #F08D05 !important;
    background-image: url("data:image/svg+xml;utf8,<svg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 4.5L5 8.5L13 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 12px 9px !important;
  }

  /* Focus state */
  .custom-select .checkbox-item input[type="checkbox"]:focus {
    outline: none !important;
    border-color: #F08D05 !important;
    box-shadow: 0 0 0 2px rgba(240, 141, 5, 0.1) !important;
  }

  /* Select all / Clear all buttons */
  .custom-select.open ul li.select-all-item,
  .custom-select.open ul li.clear-all-item {
    font-weight: 500 !important;
    color: #F08D05 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px !important;
    border-bottom: 1px solid #E9E9E9 !important;
    font-size: 15px !important;
    min-height: 44px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
  }

  .custom-select.open ul li.select-all-item:active,
  .custom-select.open ul li.clear-all-item:active {
    background-color: rgba(240, 141, 5, 0.1) !important;
  }

  .custom-select.open ul li.select-all-item svg,
  .custom-select.open ul li.clear-all-item svg {
    flex-shrink: 0 !important;
    width: 16px !important;
    height: 16px !important;
  }

  /* Dropdown header */
  .custom-select .custom-select__header {
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .custom-select .custom-select__header span {
    flex: 1 !important;
    font-size: 15px !important;
  }

  /* Scrollbar */
  .custom-select.open ul::-webkit-scrollbar {
    width: 4px;
  }

  .custom-select.open ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
  }

  .custom-select.open ul::-webkit-scrollbar-thumb {
    background: #B9BBBE;
    border-radius: 2px;
  }
}

/* Smaller screens */
@media (max-width: 520px) {
  .custom-select.open ul li.checkbox-item label {
    font-size: 14px !important;
    padding: 9px 10px !important;
    min-height: 40px !important;
    gap: 10px !important;
  }

  .custom-select .checkbox-item input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    flex: 0 0 18px !important;
  }

  .custom-select .checkbox-item input[type="checkbox"]:checked {
    background-size: 11px 8px !important;
  }

  .custom-select.open ul li.select-all-item,
  .custom-select.open ul li.clear-all-item {
    font-size: 14px !important;
    padding: 10px !important;
    gap: 8px !important;
  }
}


@media (max-width: 400px) {
  .dream-search .container .social-button-side .social-links-row {
    flex-direction: column;
    gap: 8px;
  }
  .dream-search .container .social-button-side .social-links-row a {
    width: 100%;
    justify-content: center;
  }
}
.accordion-footer strong,
.accordion-footer b {
  font-weight: 700 !important;
}
.accordion-footer em,
.accordion-footer i {
  font-style: italic !important;
}
@media (max-width: 768px) {
  .social-share-section {
    display: none;
  }
}
