@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Thin.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Thin.woff2") format("woff2");
  font-weight: 150;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/Circe-Bold.ttf") format("ttf"), url("../fonts/Circe/Circe-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/Circe-Regular.ttf") format("ttf"), url("../fonts/Circe/Circe-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/Circe-Light.ttf") format("ttf"), url("../fonts/Circe/Circe-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Thin.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Thin.woff2") format("woff2");
  font-weight: 150;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/Circe-Bold.ttf") format("ttf"), url("../fonts/Circe/Circe-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/Circe-Regular.ttf") format("ttf"), url("../fonts/Circe/Circe-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/Circe-Light.ttf") format("ttf"), url("../fonts/Circe/Circe-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

*,
*::after,
*::before {
  outline: none !important;
}

html,
body {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Circe", Arial, Helvetica, sans-serif;
  font-weight: normal;
  background-color: #F5F5F5;
}

body.lock {
  overflow: hidden;
}

body.lock-popup {
  overflow: hidden;
}

.share-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.share-socials li:not(:last-of-type) {
  margin-right: 15px;
}

.share-socials__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.share-socials__icon-wrap {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}

.popup__requisites {
  margin: 55px 0 20px 0 !important;
}

.popup__requisites .requisites__title {
  font-size: 18px;
  font-weight: 400;
}

.popup__requisites .requisites__row {
  height: 60px;
  display: grid;
  grid-template-columns: 1fr 47px;
}

.popup__requisites .requisites__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.popup__requisites .requisites__title {
  max-width: 420px;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 25px;
}

@media screen and (max-width: 767.9px) {
  .popup__requisites .requisites__title {
    max-width: 205px;
  }
}

.sl-overlay {
  opacity: .6 !important;
  -webkit-backdrop-filter: blur(10px) grayscale(70%) brightness(20%) !important;
  backdrop-filter: blur(10px) grayscale(70%) brightness(20%) !important;
}

.ymap-cluster-icon {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.ymap-popover {
  width: 244px;
  height: 250px;
  background-color: #fff;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper,
.benefits__contacts,
.inform__inner,
.catalog .breadcrumbs,
.catalog__wrap,
.catalog .pagination {
  padding: 0 20px;
  overflow: hidden;
}

.heading {
  font-weight: 150;
  max-width: 195px;
  font-family: "Gilroy";
  font-weight: 250;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: #3D3D3D;
  margin: 0px 0px 0px 0px;
}

.heading--big {
  max-width: 255px;
}

.subheading {
  font-family: "Gilroy";
  font-weight: 400;
  max-width: 192px;
  font-size: 11px;
  line-height: 15px;
  color: #3D3D3D;
}

.subheading--big {
  max-width: 280px;
}

.button {
  font-family: 'Circe';
  font-weight: 300;
  max-width: 350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 68px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  background: transparent;
  color: #3D3D3D;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, rgba(255, 255, 255, 0), #BB9D70);
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 4;
  -webkit-transition: .1s linear;
  -o-transition: .1s linear;
  transition: .1s linear;
}

.button--gradient {
  border-image-source: linear-gradient(to left, rgba(255, 255, 255, 0), #BB9D70 187%);
}

.button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #D9B277;
  background: #D9B277;
  opacity: 0;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
  z-index: -1;
}

.button:hover {
  color: #fff;
}

.button:hover::before {
  opacity: 1;
}

.button:active::before {
  background: #C49F68;
  border: 1px solid #BB9D70;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.button:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.button:disabled:hover {
  color: #3D3D3D;
}

.button:disabled:hover::before {
  opacity: 0;
}

.button--disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button--disabled:hover {
  color: #3D3D3D;
}

.button--disabled:hover::before {
  opacity: 0;
}

.button--disabled:active {
  background: transparent;
}

.button--secondary {
  background: #BB9D70;
  color: #fff;
}

.slide {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide__button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 2px 2px 9px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 9px rgba(0, 0, 0, 0.1);
  -webkit-filter: drop-shadow(-3px -3px 20px #fff) drop-shadow(3px 3px 30px rgba(61, 61, 61, 0.25));
  filter: drop-shadow(-3px -3px 20px #fff) drop-shadow(3px 3px 30px rgba(61, 61, 61, 0.25));
  cursor: pointer;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 8;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.slide__icon {
  height: 16px;
  width: 8px;
  fill: none;
  stroke: #BB9D70;
}

.slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 182px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 7;
}

.slide:hover .slide__button {
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

.slide:active .slide__button {
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}

.form__heading {
  font-family: "Gilroy";
  font-weight: 250;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #3D3D3D;
  padding: 40px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.form__subheading {
  max-width: 320px;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #3D3D3D;
  opacity: 0.7;
  margin: 25px 0px 30px 0px;
}

.form__wrap {
  border: none;
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.form__wrap label:first-of-type {
  color: #909090;
  opacity: .3;
  font-size: 11px;
  line-height: 20px;
}

.form__wrap:not(:last-child) {
  margin-bottom: 17px;
}

select {
  color: #BB9D70 !important;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__input {
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #C0C0C0;
  outline: none;
  font-size: 12px;
  line-height: 200%;
  color: #434343;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__input.val+.form__label,
.form__input:focus+.form__label {
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
}

.form__input.val {
  border-color: #323232;
}

.form__input:focus {
  border-color: #BB9D70;
}

.form__input:invalid {
  border-color: #FC7171;
}

.form__input:invalid+.form__label {
  color: #FC7171;
}

.form__input:not([value=""]):not(:focus):invalid {
  border-color: #C0C0C0;
}

.form__input:not([value=""]):not(:focus):invalid+.form__label {
  color: #909090;
}

.form__input--textarea {
  padding-top: 15px;
  resize: none;
}

.form__label {
  position: absolute;
  top: 15.5px;
  left: 0;
  font-size: 11px;
  line-height: 20px;
  color: #000000;
  opacity: 0.3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form__type {
  font-size: 11px;
  line-height: 20px;
  color: #000000;
  opacity: 0.3;
  margin: 0px 10px 0px 0px;
}

.form__information {
  font-weight: 300;
  max-width: 250px;
  font-size: 11px;
  line-height: 15px;
  color: #000000;
}

.form__information a {
  color: #BB9D70;
  text-decoration: none;
}

.form__button {
  margin-top: 42px;
  margin-bottom: 18px;
  min-height: 50px;
}

.form--search {
  max-width: 100%;
  width: 100%;
}

.form--search .form__label {
  cursor: text;
}

.form--search .form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.form--search .form__button {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  min-height: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.form--search .form__icon {
  margin-left: auto;
  width: 20px;
  height: 20px;
}

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0px 0px 0px 0px;
}

.tabs__list li:not(:last-child) .tabs__tab {
  margin: 0px 10px 0px 0px;
}

.tabs__tab {
  font-family: "Gilroy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 110px;
  min-height: 30px;
  background: transparent;
  border: 1px solid #D8C9B3;
  padding: 8px 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  color: #3D3D3D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.tabs__tab.active {
  background: #BB9D70;
  color: #FFFFFF;
  border-color: #BB9D70;
}

.tabs__tab:hover {
  background: rgba(217, 178, 119, 0.5);
  border: 1px solid #BB9D70;
  color: #3D3D3D !important;
}

.tabs__item {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.tabs__item.active {
  height: auto;
  visibility: visible;
}

.breadcrumbs {
  display: none;
}

.simple-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.simple-tabs__tab {
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.03em;
  color: #3D3D3D;
  cursor: pointer;
}

.simple-tabs__tab:not(:last-child) {
  padding: 0px 34px 0px 0px;
  position: relative;
}

.simple-tabs__tab:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 15px;
  width: 1px;
  height: 100%;
  background-color: #3D3D3D;
  opacity: .15;
}

.simple-tabs__tab.active {
  color: #BB9D70;
}

.filters__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.filters__label {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #3D3D3D;
}

.filters__icon {
  width: 17px;
  height: 17px;
  margin: 0px 0px 0px 10px;
}

.view__text {
  font-size: 14px;
  line-height: 45px;
  letter-spacing: -0.03em;
  color: #3D3D3D;
  opacity: 0.3;
}

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

.drop-menu {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}

.drop-menu>li {
  position: relative;
}

.drop-menu>li .sublist {
  z-index: 7;
}

.drop-menu__link {
  font-size: 11px;
  line-height: 45px;
  color: #3D3D3D;
  cursor: pointer;
}

.drop-menu--secondary .drop-menu__link {
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #BB9D70;
  position: relative;
}

.drop-menu--secondary .drop-menu__link::after {
  content: '';
  width: calc(100% - 28px);
  height: 1px;
  position: absolute;
  bottom: 14px;
  left: 0;
  border-bottom: 1px dotted #BB9D70;
}

.drop-menu--secondary .navbar__icon {
  margin: 0px 0px -7px 10px;
  fill: none;
  width: 15px;
  height: 10px;
}

.drop-menu--secondary.active .navbar__icon {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  margin: 0px 0px -5px 7px;
}

.drop-menu--right.active .sublist {
  left: unset;
  right: 0;
}

.drop-menu.active .sublist {
  width: 250px;
  visibility: visible;
  opacity: 1;
  right: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -o-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}


.pagination {
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination__item.active .pagination__page {
  color: #BB9D70;
}

.pagination__item.active .pagination__page::after {
  opacity: 1;
}

.pagination__item--height .pagination__page {
  line-height: 20px;
}

.pagination__page {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3D3D3D;
  padding: 0 10px 4px 10px;
  text-decoration: none;
  position: relative;
}

.pagination__item.disabled .pagination__page {
  opacity: .7;
  pointer-events: none;
}

.pagination__page::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #BB9D70;
  opacity: 0;
}

.pagination__icon {
  width: 10px;
  height: 20px;
  fill: none;
  padding-top: 1px;
}

.pagination__icon--rotate {
  -webkit-transform: rotate(180deg) translateY(6px);
  -ms-transform: rotate(180deg) translateY(6px);
  transform: rotate(180deg) translateY(6px);
}

.filter-form {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  z-index: 90;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  padding: 20px 20px 140px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
}

.filter-form__wrap {
  position: relative;
}

.filter-form__tabs {
  padding: 30px 0;
  border-bottom: 1px solid #E6E6E6;
}

.filter-form__tabs .tabs__list {
  margin: 0px 0px 0px 0px;
}

.filter-form__tabs--currency .tabs__tab {
  width: auto;
  padding: 0.7rem 1.4rem;
}

.filter-form__tabs--sort {
  border-bottom: 0;
}

.filter-form__range {
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}

.filter-form__item {
  padding-top: 30px;
}

.filter-form__title {
  font-family: Circe;
  font-weight: 700;
  font-size: 14px;
  line-height: 45px;
  color: rgb(61, 61, 61);
  margin-bottom: 15px;
}

.filter-form__action {
  margin: 20px 0px 0px 0px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-form__action .button {
  max-width: 150px;
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-size: 14px;
  font-family: "Gilroy";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7C7C7C;
  border-color: #808080;
  border-width: 1px;
  border-image-source: none;
  text-transform: unset;

}

.filter-form__action .button:before {
  content: none;
}

.filter-form__action .button:hover {
  color: #fff;
  background-color: #808080;
}

.filter-form__action .button--secondary {
  color: #fff;
  border-color: #BB9D70;
}

.filter-form__action .button--secondary:hover {
  border-color: #D9B277;
  background-color: #D9B277;
}

.filter-form__action .button:first-child {
  margin: 0px 5px 0px 0px;
}

.filter-form__action::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  height: 40px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.filter-form__action::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}

.filter-form.active {
  visibility: visible;
  opacity: 1;
}

.filter-form.active .filter-form__action {
  position: fixed;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.filters-close {
  padding: 4px 0px 24px 20px;
  margin-left: auto;
  display: block;
  width: 22px;
  height: 14px;
  cursor: pointer;
}

.filters-close span {
  background-color: transparent;
  display: block;
  position: relative;
}

.filters-close span::before,
.filters-close span::after {
  content: "";
  position: absolute;
}

.filters-close span::before {
  width: 100%;
  right: 0;
  top: 6px;
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
  -ms-transform: rotate(45deg) translate(-1px, 0px);
  transform: rotate(45deg) translate(-1px, 0px);
}

.filters-close span::after {
  width: 100%;
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  -ms-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
  top: 12px;
  left: 0;
}

.filters-close span::before,
.filters-close span::after {
  height: 2px;
  background-color: #3D3D3D;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
}

.filter-selected {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

.filter-selected__item {
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 8px 8px 0px;
  padding: 0px 0px 0px 14px;
}

.filter-selected__item:last-child {
  margin-right: 0;
}

.filter-selected__item:hover .filter-selected__icon {
  -webkit-filter: invert(47%) sepia() saturate(226%) hue-rotate(-4deg);
  filter: invert(47%) sepia() saturate(226%) hue-rotate(-4deg);
}

.filter-selected__title {
  max-width: 116px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Gilroy";
  font-size: 12px;
  line-height: 14px;
  color: #3D3D3D;
  opacity: 0.5;
  margin: 0px 0px 0px 0px;
}

.filter-selected__icon {
  width: 7px;
  height: 7px;
  padding: 10px;
  cursor: pointer;
}

.filter-selected__icon:active {
  -webkit-filter: invert(47%) sepia() saturate(226%) hue-rotate(-4deg);
  filter: invert(47%) sepia() saturate(226%) hue-rotate(-4deg);
  opacity: .3;
}

.range__block {
  background-color: #D0D0D0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 1px;
}

.range__block .noUi-base {
  position: relative;
}

.range__block .noUi-base::after,
.range__block .noUi-base::before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #D0D0D0;
  top: -7.5px;
  position: absolute;
}

.range__block .noUi-base::after {
  left: 0;
}

.range__block .noUi-base::before {
  right: 0;
}

.range__block .noUi-connects {
  overflow: visible;
}

.range__block .noUi-connect {
  background-color: #BB9D70;
  height: 4px;
}

.range__block .noUi-handle {
  top: 2px;
  width: 25px;
  border: none;
  border-radius: 0%;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.range__block .noUi-handle:after {
  content: '';
  width: 17px;
  height: 23px;
  background: transparent;
  background-image: url("../../images/icons/range.svg");
  background-repeat: no-repeat;
  left: 0;
}

.range__block .noUi-handle:before {
  content: none;
}

.range__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 22px 0px;
}

.range__input {
  width: 50%;
  font-size: 14px;
  line-height: 20px;
  color: #3D3D3D;
  height: 40px;
  border: 1px solid #ECECEC;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  font-weight: 400;
}

.range__input:first-child {
  margin: 0px 13px 0px 0px;
}

.form__accordion .accordion__heading.active {
  border-bottom: 1px solid transparent;
}



.form__accordion .accordion__heading.active .accordion__icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.form__accordion .accordion__heading--border {
  border-bottom: none;
}

.form__accordion .accordion__list {
  max-width: 200px;
}

.form__accordion .accordion__toggle {
  font-family: "Circe";
  font-size: 12px;
  font-weight: 400;
  line-height: 45px;
  color: #3D3D3D;
  opacity: 1;
  padding: 0px 0px 0px 0px;
}

.form__accordion .accordion__icon {
  padding: 0px 0px 0px 0px;
}

.form__accordion .accordion__inner {
  padding: 0 20px 27px 0px;
}

.form__accordion .accordion__link {
  font-family: "Circe";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
}

.form__accordion .accordion__link:hover {
  color: #BB9D70;
}

.ribbon {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ribbon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 4;
  min-height: 48px;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 20px;
  opacity: .9;
  text-transform: uppercase;
}

.ribbon__item--vehicle {
  background: #F5F5F5;
  color: #3D3D3D;
}

.ribbon__item--hot {
  background: #D7B67F;
  color: #fff;
}

.ribbon__item--exclusive {
  background: #3D3D3D;
  color: #E7C086;
}

.ribbon__item--deal {
  background: #FFFFFF;
  color: #BB9D70;
}

.ribbon__item--small {
  min-height: 26px;
  opacity: 1;
}

.check-text.checked .accordion__link {
  color: #BB9D70;
}

.ribbon__icon {
  width: 17px;
  height: 12.33px;
  margin: 0px 10px 0px 0px;
}

.action {
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

.fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.fullscreen__icon {
  width: 15px;
  height: 15px;
  fill: none;
}

.checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox__input+label {
  font-family: "Circe";
  font-size: 12px;
  line-height: 24px;
  color: #3D3D3D;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.checkbox__input+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.checkbox__input:checked+label::before {
  border-color: #BB9D70;
  background-color: #BB9D70;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size: 75%;
}

.checkbox__input:not(:disabled):not(:checked)+label:hover::before {
  border-color: #B8B8B8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23B8B8B8' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size: 75%;
}

.swiper-container {
  position: relative;
}

.swiper-custom-button--prev,
.swiper-custom-button--next {
  display: inline;
  position: absolute;
  bottom: .5%;
  z-index: 6;
  outline: none;
  padding: 10px 5px;
  cursor: pointer;
}

.swiper-custom-button--prev svg,
.swiper-custom-button--next svg {
  width: 49px;
  height: 13px;
}

.swiper-custom-button--prev.swiper-button-disabled,
.swiper-custom-button--next.swiper-button-disabled {
  opacity: .2;
}

.swiper-custom-button--prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  bottom: 2%;
  left: 24px;
}

.swiper-custom-button--next {
  right: 23px;
}

.swiper-pagination {
  position: relative;
  bottom: 0;
  z-index: 2;
}

.swiper-pagination-fraction {
  font-family: 'Gilroy';
  font-size: 12px;
  line-height: 45px;
  letter-spacing: 0.645em;
  color: #3D3D3D;
}

.swiper-custom-button--prev::after,
.swiper-custom-button--next::after {
  content: '';
  position: absolute;
  left: 30%;
  width: 20px;
  height: 20px;
  top: 42.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #BB9D70;
  opacity: 0;
  -webkit-transition: .1s linear;
  -o-transition: .1s linear;
  transition: .1s linear;
  z-index: 0;
}

.swiper-custom-button--prev:hover::after,
.swiper-custom-button--next:hover::after {
  opacity: .7;
}

.swiper-custom-button--prev:active::after,
.swiper-custom-button--next:active::after {
  left: 70%;
}

.swiper-custom-button--prev {
  bottom: 0%;
  -webkit-transform: rotate(-180deg) translateY(5px);
  -ms-transform: rotate(-180deg) translateY(5px);
  transform: rotate(-180deg) translateY(5px);
  left: -5px;
}

.swiper-custom-button--next {
  right: 0;
}

.swiper-button-disabled {
  stroke: #D3D3D3;
}

.benefits {
  background-color: #FFFFFF;
}

.benefits__navigation {
  display: none;
}

.benefits__container {
  overflow: hidden;
}

.benefits__sample {
  display: none;
}

.benefits__wrap {
  margin: 0px 30px 0px 0px;
}

.benefits__heading {
  padding: 42px 20px 4px 20px;
}

.benefits__subheading {
  padding: 0px 20px 30px 20px;
  line-height: 20px;
}

.benefits__covered {
  height: 100%;
}

.benefits__presentation {
  max-width: 100%;
  max-height: 178px;
  overflow: hidden;
}

.benefits__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.benefits__block {
  margin: -7px 0px 0px 0px;
  position: relative;
  background: #BB9D70;
}

.benefits__list {
  list-style: none;
  padding: 50px 20px 50px 20px;
  margin: 0px 0px 0px 0px;
  max-height: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.benefits__list.opened {
  max-height: 100%;
}

.benefits__point:not(:last-child) {
  margin-bottom: 36px;
}

.benefits__contacts {
  background-color: #F8F8F8;
}

.benefits__title,
.benefits__description {
  max-width: 160px;
  font-family: "Gilroy";
  font-weight: 300;
  font-size: 21.8269px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.benefits__description {
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}

.benefits__slide.slide::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 157, 112, 0)), to(#BB9D70));
  background: -o-linear-gradient(top, rgba(187, 157, 112, 0) 0%, #BB9D70 100%);
  background: linear-gradient(180deg, rgba(187, 157, 112, 0) 0%, #BB9D70 100%);
}

.benefits .slide__button {
  bottom: 25px;
  -webkit-filter: drop-shadow(-3px -3px 20px rgba(255, 255, 255, 0.1)) drop-shadow(3px 3px 30px rgba(61, 61, 61, 0.25));
  filter: drop-shadow(-3px -3px 20px rgba(255, 255, 255, 0.1)) drop-shadow(3px 3px 30px rgba(61, 61, 61, 0.25));
}

.benefits__swiper {
  margin-left: auto;
  margin-right: 0;
}

.benefits--secondary {
  background-color: #F5F5F5;
}

.benefits--secondary .benefits__list {
  padding: 35px 20px 0 20px;
}

.benefits--secondary .benefits__list li:not(:last-child) {
  margin: 0px 0px 35px 0px;
}

.benefits--secondary .benefits__list:last-child {
  padding-bottom: 35px;
}

.benefits--secondary .benefits__icon {
  width: 24px;
  height: 22px;
  margin: 0px 20px 0px 0px;
  flex-shrink: 0;
}

.benefits--secondary .benefits__icon--big {
  width: 27px;
  height: 25px;
}

.benefits--secondary .benefits__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Gilroy";
  font-size: 12px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #3D3D3D;
}

.benefits--secondary .benefits__link:hover {
  color: #BB9D70;
}

.benefits--secondary .benefits__link:hover .benefits__text {
  color: #BB9D70;
}

.benefits--secondary .benefits__link:active .benefits__text {
  color: #BB9D70;
  opacity: .7;
}

.benefits--secondary .benefits__text {
  max-width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (min-width: 1600px) {
  .benefits--secondary .benefits__text {
    max-width: 270px;
  }
}

.benefits--light {
  background-color: #FFFFFF;
}

.benefits--light .benefits__contacts {
  background-color: #FFFFFF;
}

.estate {
  background: #F9F9F9;
  padding: 0px 0px 36px 20px;
}

.estate__block--top {
  margin-top: auto;
  margin-right: 30px;
}

.estate__heading {
  padding-top: 78px;
  padding-bottom: 22px;
}

.estate__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.estate__slider {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3D3D3D;
  opacity: 0.2;
  margin: 0px 10.22px 0px 0px;
}

.estate__name {
  font-family: "Gilroy";
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3D3D3D;
}

.estate__wrap {
  max-width: 280.37px;
  max-height: 413.78px;
  position: relative;
}

.estate__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.estate__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 30px;
  top: 110px;
}

.estate__cover:not(:last-child) {
  margin: 0px 27px 0px 0px;
}

.estate__list {
  max-width: 100px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}

.estate__head {
  font-family: "Gilroy";
  font-size: 14px;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.estate__link {
  display: block;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin: 12px 0;
}

.estate__navigation {
  display: none;
}

.estate__swiper.swiper-container {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.estate__swiper .swiper-slide {
  width: calc(100% - 40px);
}

.estate__swiper .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.estate--secondary {
  margin: 0px 0px 0px 20px;
}

.estate--secondary .estate__image {
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.estate--secondary .estate__wrap {
  overflow: hidden;
}

.estate--secondary .estate__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.estate--secondary .estate__block:hover .estate__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.estate--secondary .estate__block:hover .estate__description {
  opacity: 1;
}

.estate--secondary .estate__block:hover .estate__interact {
  background-color: #bb9d70;
}

.estate--secondary .estate__wrap {
  height: 269px;
}

.estate--secondary .estate__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.estate--secondary .estate__slider {
  margin: 0px 0px 0px 0px;
}

.estate--secondary .estate__icon {
  width: 7px;
  height: 10px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  fill: #BB9D70;
}

.estate--secondary .estate__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.estate--secondary .estate__interact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(187, 157, 112, 0.2);
  margin: 0px 0px 0px 12px;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.estate--secondary .estate__description {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(187, 157, 112, 0.9);
  opacity: 0;
  -webkit-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.estate--secondary .estate__head {
  font-size: 11px;
  line-height: 18px;
  padding: 20px;
}

.estate--grid .estate__block {
  display: none;
}

.estate--grid .estate__block--shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inform {
  position: relative;
  background: #FFFFFF;
  padding: 30px 0px 20px 0px;
}

.inform__inner {
  padding-bottom: 17px;
}

.inform__block {
  max-height: 200px;
}

.inform__block.opened {
  max-height: 100%;
}

.inform__text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
}

.inform--grey {
  background: #F5F5F5;
}

.response__container {
  padding: 30px 0;
}

.response .form {
  max-width: 100%;
  margin: 0 auto 0 auto;
  padding: 40px 0;
}

.response .form__button {
  max-width: 100%;
}

.response .form__information {
  max-width: 100%;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  text-underline-offset: 15%;
}

.link__icon {
  width: 15px;
  height: 13px;
  margin-right: 15px;
}

.link__title {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3D3D3D;
  letter-spacing: .5px;
  text-decoration: underline;
  -webkit-text-decoration-color: #3D3D3D;
  text-decoration-color: #3D3D3D;
}

.link:hover .link__title {
  color: #BB9D70;
  -webkit-text-decoration-color: #BB9D70;
  text-decoration-color: #BB9D70;
}

.link:hover .link__icon {
  -webkit-filter: invert(56%) sepia() saturate(180%) hue-rotate(-4deg);
  filter: invert(56%) sepia() saturate(180%) hue-rotate(-4deg);
}

.link:active .link__title {
  color: #BB9D70;
  opacity: .5;
  -webkit-text-decoration-color: #BB9D70;
  text-decoration-color: #BB9D70;
}

.link:active .link__icon {
  -webkit-filter: invert(56%) sepia() saturate(180%) hue-rotate(-4deg);
  filter: invert(56%) sepia() saturate(180%) hue-rotate(-4deg);
  opacity: .5;
}

.link.disabled,
.link:disabled {
  opacity: 0.3;
}

.link--color {
  opacity: 1;
}

.link--color .link__title {
  color: #BB9D70;
  -webkit-text-decoration-color: #BB9D70;
  text-decoration-color: #BB9D70;
}

.link--color .link__icon {
  fill: #BB9D70;
}

._link--interact:hover {
  opacity: 1;
}

._link--interact:active {
  opacity: .6;
}

._link--interact.disabled,
._link--interact:disabled {
  opacity: 5;
}

.interior {
  padding: 20px 0px 20px 0px;
  background: #FFFFFF;
}

.interior__main {
  position: relative;
}

.interior__main:hover .interior__fade {
  opacity: 0;
}

.interior__wrap {
  margin: 0px 30px 0px 0px;
}

.interior__block {
  max-height: 260px;
  overflow: hidden;
  position: relative;
}

.interior__fade {
  content: '';
  height: 260px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(253, 187, 45, 0)));
  background: -o-linear-gradient(bottom, #fff 0%, rgba(253, 187, 45, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(253, 187, 45, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .interior__fade {
    opacity: 0;
  }
}

.interior__block.opened {
  max-height: 100%;
}

.interior__title {
  font-family: "Gilroy";
  font-size: 18px;
  line-height: 100%;
  color: #3D3D3D;
  margin: 15px 0 10px 0;
}

.interior__content {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
}

.interior__link {
  margin: 34px 0px 10px 0px;
}

.apartament-plan {
  max-width: 280px;
  padding: 20px 0px 0px 0px;
}

.apartament-plan__block {
  max-width: 280px;
  max-height: 276px;
  height: 276px;
}

.apartament-plan__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.apartament-plan__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.apartament-plan__link {
  margin: 0px 0px 40px 0px;
}

.apartament-plan .tabs--secondary .tabs__tab {
  font-size: 14px;
  display: inline;
  color: #3D3D3D !important;
}

.apartament-plan .tabs--secondary .tabs__tab::after {
  bottom: -6px !important;
}

.apartament-plan .tabs--secondary .tabs__tab.active {
  color: #3D3D3D !important;
}

.apartament-plan .tabs--secondary .link {
  margin: 0px 0px 0px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apartament-plan .tabs--secondary .link__icon {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0px 5px 3px 0px;
}

.apartament-plan .tabs--secondary .link__title {
  line-height: 32px;
}

.location {
  overflow: hidden;
  height: 500px;
}

.location__item--padding {
  padding: 0 20px;
}

.location__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  padding: 25px;
}

.location__marker {
  width: 52px;
  height: 70px;
}

.location__tabs {
  position: relative;
}

.location__tabs .tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 7;
  left: 50%;
  min-width: 276px;
  height: 68px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
}

.location__tabs .tabs__tab {
  width: 113px;
  padding: 11px 5px;
}

.location__tabs .tabs__content {
  position: absolute;
}

.location__map {
  max-width: 100%;
  width: 99vw;
  height: 500px;
  position: relative;
}

.location__picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.location .address__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 15px 0;
}

.advantages {
  padding: 40px 0px;
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}

.advantages__list li:not(:last-of-type) {
  margin: 0px 20px 42px 0px;
}

.advantages__item {
  max-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages__icon {
  width: 38px;
  height: 38px;
  margin-right: 20px;
}

.advantages__title {
  font-family: "Gilroy";
  font-size: 12px;
  line-height: 15px;
  color: #3D3D3D;
}

.advantages__title--small {
  max-width: 70px;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup__content {
  width: 320px;
  padding: 30px 20px;
  position: relative;
  background: #fff;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__heading {
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 375px;
}

.popup__title {
  font-family: "Gilroy";
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
  color: #3D3D3D;
  margin-top: 25px;
  margin-bottom: 25px;
}

.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin-right: 0;
  margin-left: auto;
}

.popup__icon {
  width: 33px;
  height: 33px;
}

.popup__icon--small {
  width: 15px;
  height: 15px;
}

.popup .checkout {
  display: none;
}

.popup .checkout__block {
  padding: 30px 0;
}

.popup.open .checkout {
  display: block;
}

.popup--fullscreen .popup__close {
  right: 1%;
  top: 0%;
}

.requisites {
  max-width: 617px;
  padding-bottom: 60px;
  margin: 0px auto;
  position: relative;
}

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

.requisites__list:not(:first-child) {
  margin-top: 35px;
}

.requisites__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  padding: 5px 0;
}

.requisites__row--border {
  border-bottom: none;
}

.requisites__label {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #3D3D3D;
  opacity: 0.5;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.requisites__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #3D3D3D;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.requisites__title--color {
  font-family: "Gilroy";
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
  color: #3D3D3D;
  margin: 0;
}

.requisites__action {
  width: 14px;
  padding: 10px 0 10px 10px;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  position: relative;
  margin: 0px 0px 0px 30px;
}

.requisites__action::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #bb9d706c;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .1s linear;
  -o-transition: .1s linear;
  transition: .1s linear;
  opacity: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.requisites__action:hover {
  opacity: 1;
}

.requisites__action:active::before {
  -webkit-animation: scaleAnimation .2s linear forwards;
  animation: scaleAnimation .2s linear forwards;
}

@-webkit-keyframes scaleAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}

@keyframes scaleAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}

.requisites__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

.requisites__footer {
  margin-top: 35px;
}

.requisites__post {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #BB9D70;
}

.requisites__info {
  font-family: "Gilroy";
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  color: #3D3D3D;
  opacity: 0.5;
}

.requisites__signature {
  width: 149px;
  height: 59px;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.requisites__signature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.requisites__row--border .requisites__action {
  margin-top: -15px;
}

.form-success {
  display: none;
}

.form-success__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90vw;
  padding: 80px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#BB9D70), to(#BB9D70));
  background: -o-linear-gradient(bottom, #BB9D70, #BB9D70);
  background: linear-gradient(0deg, #BB9D70, #BB9D70);
}

.form-success__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-success__content {
  text-align: center;
}

.form-success__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 118px;
  height: 118px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.form-success__icon {
  margin: 5px 0px 0px 0px;
  width: 40px;
  height: 35px;
  fill: none;
}

.form-success__title,
.form-success__subtitle {
  font-family: "Gilroy";
}

.form-success__title {
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 25px 0 10px 0px;
}

.form-success__subtitle {
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
}

.icon {
  width: 144px;
  height: 144px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 70;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 67px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.header__block,
.header__list,
.header__languages,
.header__favorites,
.header__search,
.header__logotype {
  position: relative;
  z-index: 3;
}

.header__favorites {
  margin: 0 0px 0 18px;
}

.header__search {
  margin: 0 14px 0 35px;
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  height: 0vh;
  background-color: #fff;
  padding: 0px 60px 0px 60px;
  -webkit-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  z-index: 8;
}

.header__block.active {
  height: 100vh;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  overflow: auto;
}

.header__mobile {
  margin: 0px 0px 5px 0px;
  position: relative;
  z-index: 10;
}

.header__contact {
  display: block;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #BB9D70;
  text-decoration: none;
  z-index: 3;
}

.header__contact--underline {
  text-decoration: underline;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: 2;
}

.header.scroll {
  -webkit-box-shadow: 1px 5px 4px rgba(226, 226, 226, 0.4);
  box-shadow: 1px 5px 4px rgba(226, 226, 226, 0.4);
}

.logotype {
  padding: 20px;
}

.logotype__image {
  width: 200px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #BB9D70;
}

.logotype__icon {
  width: 112px;
  height: 26px;
  fill: #BB9D70;
}

.logotype__text {
  width: 85px;
  height: 20px;
  fill: #BB9D70;
}

.logotype--size {
  max-width: 100px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logotype--size .logotype__icon {
  width: 21px;
  height: 20px;
  fill: #BB9D70;
  margin: 0px 0px 9px 0px;
}

.favorites__block {
  position: relative;
}

.favorites__icon {
  width: 21px;
  height: 18px;
  fill: none;
  stroke-width: 3px;
}

.favorites__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -5px;
  left: 14px;
  padding: 2px 4px;
  font-size: 10px;
  color: #fff;
  background: #BB9D70;
  border-radius: .2em;
  font-weight: bold;
}

.favorites:hover .favorites__icon {
  background-image: url("../../images/icons/wishes_state2.svg");
  background-size: contain;
}

.favorites:active .favorites__icon {
  background-image: url("../../images/icons/wishes_state3.svg");
  background-size: contain;
}

.search {
  outline: none;
  cursor: pointer;
}

.search__button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  pointer-events: none;
}

.search__icon {
  width: 22px;
  height: 20px;
}

.search__input {
  position: absolute;
  width: 0vw;
  right: 0;
  top: -10px;
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  color: #3D3D3D;
  visibility: hidden;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  background: #fff url("../../images/cross.svg");
  background-repeat: no-repeat;
  background-position: -50% 50%;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px 0px 35px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.search__input.show {
  right: 10vw;
  position: absolute;
  width: 62vw;
  visibility: visible;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}

.search__input.x {
  background-position: 98% 50%;
}

.search__input::-webkit-input-placeholder {
  font-weight: "Circe";
  font-size: 12px;
  line-height: 20px;
  color: #3D3D3D;
  opacity: 0.5;
}

.search__input::-moz-placeholder {
  font-weight: "Circe";
  font-size: 12px;
  line-height: 20px;
  color: #3D3D3D;
  opacity: 0.5;
}

.search__input:-ms-input-placeholder {
  font-weight: "Circe";
  font-size: 12px;
  line-height: 20px;
  color: #3D3D3D;
  opacity: 0.5;
}

.search__input::-ms-input-placeholder {
  font-weight: "Circe";
  font-size: 12px;
  line-height: 20px;
  color: #3D3D3D;
  opacity: 0.5;
}

.search__input::placeholder {
  font-weight: "Circe";
  font-size: 12px;
  line-height: 20px;
  color: #3D3D3D;
  opacity: 0.5;
}

.search__input::-ms-clear,
.search__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.search__input::-webkit-search-decoration,
.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-results-button,
.search__input::-webkit-search-results-decoration {
  display: none;
}

.mobile {
  cursor: pointer;
  padding: 10px 20px;
}

.mobile__menu {
  display: block;
  width: 22px;
  height: 14px;
}

.mobile__menu span {
  display: block;
  position: relative;
}

.mobile__menu span::before,
.mobile__menu span::after {
  content: "";
  position: absolute;
}

.mobile__menu span::before {
  width: 50.5%;
  right: 0;
  top: 6px;
}

.mobile__menu span::after {
  width: 100%;
  top: 12px;
  left: 0;
}

.mobile__menu span,
.mobile__menu span::before,
.mobile__menu span::after {
  height: 2px;
  background-color: #3D3D3D;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
}

.mobile.on .mobile__menu span {
  background-color: transparent;
}

.mobile.on .mobile__menu span::before {
  width: 100%;
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
  -ms-transform: rotate(45deg) translate(-1px, 0px);
  transform: rotate(45deg) translate(-1px, 0px);
}

.mobile.on .mobile__menu span::after {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  -ms-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}

.languages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0px 0px 0px 0px;
}

.languages__list li:last-child .languages__item {
  position: relative;
}

.languages__list li:last-child .languages__item::before {
  content: '/';
  color: #C5C5C5;
}

.languages__item {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #C5C5C5;
}

.languages__item.active {
  color: #BB9D70;
}

.navigation__list {
  width: 100%;
  padding: 15px 0px 15px 0px;
  list-style: none;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.navigation__link {
  display: block;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3D3D3D;
  text-decoration: none;
  padding: 11px 0;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0px 0px 0px 0px;
  z-index: 3;
}

.social li:first-child .social__icon {
  padding: 10px 0px 10px 0px;
}

.social li:last-child .social__icon {
  padding: 10px 0px 10px 5px;
}

.social__icon {
  width: 18px;
  height: 16px;
  padding: 10px 15px;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.social__icon--yt {
  width: 20px;
  height: 18px;
}

.social__icon:hover {
  -webkit-filter: invert(68%) sepia(58%) saturate(257%) hue-rotate(357deg) brightness(86%) contrast(81%);
  filter: invert(68%) sepia(58%) saturate(257%) hue-rotate(357deg) brightness(86%) contrast(81%);
}

.social__icon:active {
  -webkit-filter: invert(68%) sepia(58%) saturate(257%) hue-rotate(357deg) brightness(86%) contrast(81%);
  filter: invert(68%) sepia(58%) saturate(257%) hue-rotate(357deg) brightness(86%) contrast(81%);
  opacity: .8;
}

.navbar {
  margin: 67px 0px 0px 0px;
}

.navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0px 0px 0px 0px;
  list-style: none;
  border-top: 2px solid rgba(226, 226, 226, 0.4);
  border-bottom: 2px solid rgba(226, 226, 226, 0.4);
}

.navbar__list>li {
  position: relative;
  margin: 0 5px;
}

.navbar__list>li:first-child {
  margin: 0 5px 0 0;
}

.navbar__list>li:nth-last-child(-n+2) {
  margin: 0 0 0 5px;
}

.navbar__list>li:focus .navbar__link::before,
.navbar__list>li:focus-within .navbar__link::before,
.navbar__list>li:hover .navbar__link::before {
  height: 6px;
}

.navbar__list>li:focus .sublist,
.navbar__list>li:focus-within .sublist,
.navbar__list>li:hover .sublist {
  width: 150px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -o-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}

.navbar__list>li:nth-last-child(-n+2):focus .sublist,
.navbar__list>li:nth-last-child(-n+2):focus-within .sublist,
.navbar__list>li:nth-last-child(-n+2):hover .sublist {
  right: 0;
  left: unset;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.navbar__list>li:nth-last-child(-n+2):focus .sublist__link,
.navbar__list>li:nth-last-child(-n+2):focus-within .sublist__link,
.navbar__list>li:nth-last-child(-n+2):hover .sublist__link {
  padding: 15px 20px 15px 0px;
}

.navbar__list>.none {
  display: none;
}

.navbar__link {
  display: block;
  font-size: 9px;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #3D3D3D;
  position: relative;
  white-space: nowrap;
  padding: 22px 0;
}

.navbar__link::before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: #BB9D70;
  z-index: 1;
  -webkit-transition: height .2s ease-in-out;
  -o-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
}

.navbar__icon {
  position: relative;
  width: 8px;
  height: 4px;
  fill: none;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sublist {
  width: 0px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0px 5px 0px 0px;
  list-style: none;
  -webkit-transform: translateY(0.5em);
  -ms-transform: translateY(0.5em);
  transform: translateY(0.5em);
  z-index: 15;
  -webkit-transition: visibility 0s linear .2s, z-index 0s linear 0.01s, -webkit-transform 0.3s ease-in-out 0s;
  transition: visibility 0s linear .2s, z-index 0s linear 0.01s, -webkit-transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s, visibility 0s linear .2s, z-index 0s linear 0.01s;
  transition: transform 0.3s ease-in-out 0s, visibility 0s linear .2s, z-index 0s linear 0.01s;
  transition: transform 0.3s ease-in-out 0s, visibility 0s linear .2s, z-index 0s linear 0.01s, -webkit-transform 0.3s ease-in-out 0s;
}

.sublist--height {
  height: 150px;
  overflow: auto;
}

.sublist li:not(:last-child) {
  margin-bottom: 6px;
  border-bottom: 1px solid #E9E9E9;
}

.sublist__link {
  display: block;
  font-size: 9px;
  line-height: 11px;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #3D3D3D;
  opacity: 0.7;
  padding: 15px 20px 15px 0;
}

.footer {
  background: #F5F5F5;
}

.footer__item--border {
  border-top: 1px solid #E2E2E2;
  padding-bottom: 50px;
}

.footer__wrap,
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__phone {
  display: block;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #3D3D3D;
  margin: -4px 0px 11px 0px;
  text-decoration: none;
}

.footer__link {
  font-family: "Gilroy";
  display: block;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #BB9D70;
}

.footer__link:first-child {
  margin: 0px 0px 13px 0px;
}

.footer__link:not(:first-child) {
  margin: 0px 0px 15px 0px;
}

.footer__navbar {
  margin: 0px 0px 0px 0px;
}

.footer__navbar .navbar__list {
  border-top: none;
  border-bottom-width: 1px;
  border-bottom-color: #E2E2E2;
}

.footer__navbar .navbar__link {
  padding: 29.5px 0;
}

.footer__social {
  margin: 0px 0px 15px 0px;
}

.footer__social li:first-child .social__icon {
  padding: 10px 0px 10px 0px;
}

.footer__social li:last-child .social__icon {
  padding: 10px 0px 10px 5px;
}

.footer__address {
  margin: 23px 0px 8px 5px;
}

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

.accordion__heading {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  border-bottom: 1px solid #E2E2E2;
}

.accordion__toggle {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  opacity: .5;
  padding: 0px 0px 0px 22px;
}

.accordion__inner {
  border-bottom: 1px solid transparent;
  padding: 5px 20px 5px 20px;
  overflow: hidden;
  display: none;
}

.accordion__inner.show {
  border-bottom-color: #e4e4e4;
}

.accordion__title {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 1;
}

.accordion__list {
  max-width: 100px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}

.accordion__list li:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.accordion__link {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #000000;
  text-decoration: none;
}

.accordion__icon {
  width: 8px;
  height: 4px;
  fill: none;
  pointer-events: none;
  padding: 0px 17px 0px 0px;
}

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

.address__item {
  margin-bottom: 8px;
}

.address__item:hover .address__text {
  color: #BB9D70;
}

.address__item:active .address__text {
  color: #BB9D70;
  opacity: .5;
}

.address__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: none;
}

.address__icon {
  width: 11.18px;
  height: 9.91px;
  margin: 0px 10px 0px 0px;
}

.address__text {
  max-width: 174px;
  font-family: "Gilroy";
  font-size: 11px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #000000;
}

.card {
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.card__image {
  display: block;
  max-width: 613px;
  margin: 0px auto;
  width: 100%;
  max-height: 212px;
  height: 212px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card__favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.card__favorite:hover .card__icon {
  background-image: url("../../images/icons/wishes_state2.svg");
}

.card__favorite.added .card__icon {
  background-image: url("../../images/icons/wishes_state3.svg");
}

.card__icon {
  width: 22px;
  height: 19.56px;
  background-image: url("../../images/icons/wishes_state1.svg");
}

.card__preview {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}

.card__switch {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card__switch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__item {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.card__item.active .card__switched {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
}

.card__switched {
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.card__switched::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-9.44%, #2A2A2A), color-stop(24.26%, rgba(42, 42, 42, 0))), url(), -webkit-gradient(linear, left bottom, left top, color-stop(-9.44%, #2A2A2A), color-stop(24.26%, rgba(42, 42, 42, 0)));
  background: -o-linear-gradient(bottom, #2A2A2A -9.44%, rgba(42, 42, 42, 0) 24.26%), url(), -o-linear-gradient(bottom, #2A2A2A -9.44%, rgba(42, 42, 42, 0) 24.26%);
  background: linear-gradient(0deg, #2A2A2A -9.44%, rgba(42, 42, 42, 0) 24.26%), url(), linear-gradient(0deg, #2A2A2A -9.44%, rgba(42, 42, 42, 0) 24.26%);
  pointer-events: none;
}

.card__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}

.card__bullet {
  padding: 10px 0;
  position: relative;
  z-index: 9;
  width: 31.19px;
  height: 10px;
  margin: 0 3.5px;
  opacity: .5;
  position: relative;
  cursor: pointer;
}

.card__bullet::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 0;
}

.card__bullet.active {
  opacity: 1;
}

.card__content {
  padding: 32px 20px 10px 20px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.card__address {
  display: block;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #BB9D70;
}

.card__title {
  font-weight: 300;
  max-width: 230px;
  display: block;
  margin: 20px 0 11px 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-underline-offset: 13%;
  color: #3D3D3D;
}

.card__title:hover {
  color: #BB9D70;
}

.card__title:active {
  color: #BB9D70;
  opacity: .5;
}

.card__info {
  font-family: 'Circe';
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: -0.02em;
  color: #3D3D3D;
}

.card__info:not(:last-child) {
  margin: 0px 10px 0px 0px;
}

.card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px 0;
}

.card__offer {
  font-size: 11px;
  line-height: 14px;
  text-align: right;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3D3D3D;
}

.card:not(:last-child) {
  margin-bottom: 22px;
}

.card--map {
  width: 240px !important;
  max-width: 240px !important;
  -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.25));
}

.card--map .card__action {
  left: 0;
  right: unset;
}

.card--map .card__action--close {
  left: unset;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.card--map .card__action--close .card__icon {
  background-image: url("../../images/icons/cross.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 50% 50%;
}

.card--map .card__footer {
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card--map .card__offer {
  margin-top: 12px;
}

.card--map .card__title {
  margin-top: 3px;
}

.card--map .card__price .price__new {
  color: #BB9D70;
}

.catalog__mapping {
  padding: 0;
  margin: 0;
}

.catalog__head {
  flex-direction: column;
}

.card--map .card__price .price__new span {
  color: #9E9E9E;
}

.card--map .card__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  width: 100%;
  background: #CFB184;
}

.card--map .card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  background: #CFB184;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  cursor: pointer;
}

.card--map .card__button:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.card--map .card__button:active {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.card--map .card__arrow {
  width: 15px;
  height: 11px;
  fill: none;
}

.card--map .card__arrow--rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card--contacts .card__content {
  min-height: 200px;
}

.card--contacts .card__title {
  font-size: 22px;
  text-decoration: none;
}

.card--contacts .card__address {
  font-size: 14px;
  color: #3D3D3D;
  opacity: .5;
  text-decoration: none;
}

.card--contacts .card__footer {
  margin-top: 35px;
}

.card--contacts .card__link {
  display: block;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #BB9D70;
}

.card--contacts .card__link:not(:first-child) {
  margin-top: 5px;
}

.price {
  font-weight: 300;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.price__old {
  font-size: 12px;
  line-height: 18px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #9A9A9A;
  margin: 0 0 9px 0;
}

.price__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 16px;
  line-height: 14px;
  color: #3D3D3D;
}

.price__new span {
  margin: 0px 0px 0px 4px;
}

.price--normal .price__new {
  color: #3D3D3D;
}

.catalog {
  padding: 30px 0px 0px 0px;
}

.catalog.ribbon__tag {
  font-weight: 300;
}

.catalog__head {
  margin: 31px 0px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog__block {
  max-width: 320px;
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  margin: 0 auto;
  overflow: hidden;
}

.catalog__form--search {
  margin-top: 10px;
}



.catalog .card__content {
  background-color: #F5F5F5;
}

.catalog__pagination {
  margin: 40px auto 35px auto;
}

.catalog__map {
  width: 100%;
  height: 572px;
}

.catalog__options {
  padding: 0 20px;
}

.catalog .ribbon {
  display: none;
}

@media screen and (max-width: 767px) {
  .catalog__card {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 360px) {
  .benefits__block {
    margin: 0;
  }

  .estate__wrap {
    max-width: 320px;
    max-height: 501px;
  }
}

@media screen and (min-width: 36em) {
  .ribbon__item:not(:last-child) {
    margin: 0px 0px 8px 0px;
  }

  .benefits__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .benefits__presentation {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }

  .benefits--secondary .benefits__presentation {
    max-width: 100%;
    max-height: 280px;
    height: 100%;
  }

  .estate__swiper .swiper-slide {
    width: 55%;
  }

  .header__search {
    margin-left: auto;
    margin-right: 15px;
  }

  .search__input {
    right: 0;
  }

  .search__input.show {
    width: 56vw;
  }

  .card__image {
    max-height: 244px;
    height: 244px;
  }
}

@media screen and (min-width: 62em) {
  body.lock-popup {
    padding-right: 16px;
  }

  .content.lock-poup {
    padding-right: 16px;
  }
}

@media screen and (min-width: 74em) {
  .card__image {
    max-height: 310px;
    height: 310px;
  }
}

@media screen and (min-width: 1278px) {
  .popup .checkout__block {
    padding: 100px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
  }

  .popup .checkout__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }

  .popup--fullscreen .popup__body {
    padding: 0;
  }

  .popup--fullscreen .popup__content {
    background-color: #F5F5F5;
    width: 100vw;
    height: 100vh;
  }

  .popup--fullscreen .popup__item--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .popup--fullscreen .popup__title {
    max-width: 430px;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #3D3D3D;
  }

  .popup--fullscreen .requisites {
    background: #FFFFFF;
    border: 1px solid #E8ECEE;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .popup--fullscreen .requisites__signature {
    right: 60px;
  }
}

.testimonials__main p {
  max-width: 780px;
  margin: 40px 0;
}

@media screen and (min-width: 1600px) {
  .popup .checkout__inner {
    max-width: 80%;
  }

  .popup--fullscreen .popup__close {
    right: 10%;
    top: 8%;
  }

  .requisites__signature {
    bottom: 32px;
  }
}

.form__input--textarea {
  height: 100px;
  line-height: 18px;
}

.form__input--textarea::placeholder {
  color: #909090;
  opacity: .3;
}


.filter__check {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.filter__check:not(:last-child) {
  margin-bottom: 13px;
}

.filter__check input {
  display: none;
}

.filter__check input:checked~.filter__check-c {
  background: #BB9D70;
  border: 1px solid transparent;
}

.filter__check input:checked~.filter__check-c::before {
  opacity: 1;
}

.filter__check-c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: 1px solid #B8B8B8;
  border-radius: 3px;
  transition: all .3s;
}

.filter__check-c::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url('../../img/check.svg') no-repeat center/contain;
  opacity: 0;
  transition: opacity .3s;
}


.--disabled {
  pointer-events: none;
  opacity: .3;
}

.--grid .tabs__list {
  flex-wrap: wrap;
}

.--grid .tabs__list .accordion__list li:not(:last-child) {
  margin: 0;
}

.--grid .tabs__list li {
  margin-right: 7px;
  margin-bottom: 10px;
}

.--grid .tabs__list li:not(:last-child) .tabs__tab {
  margin: 0;
}

.--grid .tabs__list .tabs__tab {
  min-width: 43px;
  width: auto;
  padding: 7px;
}

.--grid .accordion__list {
  max-width: none;
}

.filter__search-s {
  width: 205px;
  height: 20px;
  padding: 0 2px;
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.15);
  font-family: inherit;
  font-size: 14px;
  color: #3D3D3D;
}

.filter__search-s::placeholder {
  color: rgba(61, 61, 61, 0.15);
}

.filter__search-wrap {
  padding: 17px 17px 0;
  width: 100%;
  max-height: 130px;
  border: 1px solid #C4C4C4;
  overflow-y: auto;
}

.filter__search-wrap:not(:last-child) {
  margin-bottom: 20px;
}

.filter__search-wrap::-webkit-scrollbar {
  width: 5px;
}

.filter__search-wrap::-webkit-scrollbar-track {
  background: #C4C4C4;
}

.filter__search-wrap::-webkit-scrollbar-thumb {
  background: #BB9D70;
}

.filter__search-item {
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  cursor: pointer;
  transition: color .3s;
  margin-bottom: 15px;
}

.filter__search-item.checked,
.filter__search-item:hover {
  color: #BB9D70;
}

.filter__search .tabs__tab {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 5px;
}

.filter__search .tabs__tab.checked {
  background: rgb(187, 157, 112);
  color: rgb(255, 255, 255);
  border-color: rgb(187, 157, 112);
}

.accordion__acc {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.accordion__acc svg {
  width: 11px;
  height: 8px;
  margin-left: 10px;
  fill: none;
  pointer-events: none;
}

.accordion__acc.active .accordion__link {
  color: #BB9D70;
}

.accordion__acc-content {
  padding-left: 20px;
  margin-bottom: 10px;
}

.accordion__acc.active svg {
  transform: rotate(180deg);
}

.filter-form__head-mob {
  display: flex;
  flex-wrap: wrap;
}

.no-objects {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-family: "Gilroy";
  font-size: 24px;
  line-height: 28px;
  font-weight: 150;
  letter-spacing: -0.02em;
  color: #3D3D3D;
  text-align: center;
}


@media screen and (max-width: 1278px) {
  .filter__check {
    font-size: 12px;
  }

  .filter__check-c {
    margin-right: 17px;
    width: 15px;
    height: 15px;
  }

  .range__input {
    font-size: 12px;
  }

  .filter__search-s {
    background: #F8F8F8;
    font-size: 12px;
  }

  .filter__search-item {
    font-size: 12px;
  }

  .tabs__tab {
    font-size: 12px;
  }

  .filter-form__tabs--currency {
    border-bottom: none;
    display: flex;
    align-items: center;
  }

  .filter-form__label {
    font-weight: 400;
    font-size: 12px;
    line-height: 45px;
    margin-bottom: 9px;
    color: #3D3D3D;
  }

  .filter-form__tabs--currency .filter-form__label {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .catalog__filters {
    margin-top: 15px;
  }

  .filters-close {
    margin-bottom: -30px;
  }
}