#address-map [class*=ymaps-2-1][class*=-ground-pane] {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.our-team__photo {
    width: 145px;
    height: 200px;
}

.product-tile__title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.22;
    word-wrap: break-word;
}

.product-tile__label {
    margin-right: 10px;
}

.product-tile__value {
    max-width: 60%;
    text-align: right;
}

.product-information__title {
    margin: 0 0 30px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    word-wrap: break-word;
}

.typography a {
    color: #54565c;
    text-decoration: none;
}

.text-page__content {
    max-width: 1320px;
    margin: 0 auto;
}

.section-services {
    margin-top: 0;
}

.products-categories__tile--service {
    justify-content: space-between;
}

.services-note {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 300;
    color: #54565c;
}

.catalogue-filter__group-head:hover {
    color: #cf1223;
}


.site-header__mobile {
    position: relative;
    display: none;
}

.site-header__mobile-button {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 0;
    background-color: white;
    border-radius: 50%;
    user-select: none;
    cursor: pointer;
}

.site-header__mobile-button--loaded {
    opacity: 1;
}

.site-header__mobile-icons {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    transition: opacity ease-in-out 0.2s;
}

.site-header__mobile-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
    transform: translateX(36px);
    transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
}

.site-header__mobile-icon--prev {
    transform: translateX(-36px);
}

.site-header__mobile-icon--current {
    transform: translateX(0);
    opacity: 1;
}

.site-header__mobile-icon img,
.site-header__mobile-close img {
    display: block;
    width: 22px;
    height: auto;
}

.site-header__mobile-close {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 0;
    border-radius: 50%;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
}

.site-header__mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 260px;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    transform: translateY(10px);
    box-shadow: 0 0 20px 0 rgba(114, 114, 114, 0.10);
}

.site-header__mobile-menu--opened {
    transform: translateY(15px);
}

.site-header__mobile-item {
    margin-bottom: 10px;
}

.site-header__mobile-item:last-child {
    margin-bottom: 0;
}

.site-header__mobile-link {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    min-height: 28px;
    font-size: 16px;
    color: black;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.site-header__mobile-link img {
    display: block;
    width: 28px;
    height: auto;
    margin-right: 10px;
}

.site-header__mobile--opened .site-header__mobile-close {
    opacity: 1;
}

.site-header__mobile--opened .site-header__mobile-icons {
    opacity: 0;
}

.header-information {
    padding: 5px 0;
    color: #fff;
    background-color: #F44336;
}

.header-information .container {
    display: flex;
    flex-flow: row wrap;
}

.header-information__item {
    margin-right: 30px;

    &:last-child {
        margin: 0;
    }
}


.header-information__values {
    display: flex;
    flex-flow: row wrap;
}

.section {
    margin: 50px 0;
}

.section--gray {
    padding: 40px 0;
}

.projects,
.contacts-block,
.posts {
    margin-bottom: 50px;
}

.reviews-list__item {
    padding-top: 0;
}

.products-categories {
    margin-bottom: 40px;
}

.request-block {
    padding: 60px 0;
}

.vendors-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 40px 20px;
    margin-top: 40px;
}

.vendors-list__item {
    flex: 0 0 180px;
    max-width: 180px;
}

.vendors-list__item img {
    display: block;
    width: 100%;
}

.site-footer__nds-text {
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
}

.site-notice {
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-top: 1px solid rgba(255,255,255, 0.3);
    border-bottom: 1px solid rgba(255,255,255, 0.3);
}

.product-prices-notice {
  width: 100%;
  margin: 0 0 20px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #363636;
  border-radius: 6px;

  a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
  }
}

.important-note {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin: 15px 0;
  padding: 15px 20px;
  background: linear-gradient(90deg, #1f1f1f 0%, #2a2a2a 35%, #3a3222 65%, #2a2a2a 100%);
}

.important-note__text {
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.important-note__text strong {
  color: #d6b36a;
  font-weight: 600;
}

.important-note__text a {
  color: #f1f1f1;
  font-weight: 700;
  white-space: nowrap;
}

.simple-note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #363636;
  opacity: 0.4;
}

.bx-filter-button-box {
    padding: 20px 30px 20px 0;
}

.bx-filter-button-box .button {
    flex: 1 0;
    padding: 0;
}

.bx-filter-button-box .bx-filter-parameters-box-container {
    display: flex;
    gap: 10px;
}

.catalogue-filter__group {
    position: relative;
}

.bx-filter-container-modef {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 10;
}

.bx-filter-popup-result {
    background: #2b2b2a;
    padding: 10px;
    border-radius: 4px;
}
.bx-filter-popup-result::before {
    content: '';
    position: absolute;
    left: -20px;
    bottom: 9px;
    border: 10px solid transparent;
    border-right: 10px solid #2b2b2a;
}

.bx-filter-popup-result a {
    color: #fff;
    display: inline-flex;
    gap: 6px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.contacts__shop {
    flex: 1 0 auto;
}

.contacts__links {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contacts__links-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: min-content;
    font-size: 14px;
}
    .contacts__links-link img {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        filter: grayscale(1);
        transition: all .2s ease;
    }

.contacts__links-link:hover img {
    filter: none;
}

/* header update */
.site-header__logo-text:nth-child(3) {
    transform: translateY(-0.7px);
}
.site-header__logo-divider {
    width: 2px;
    height: 30px;
    margin-right: 20px;
    background-color: #fff;
}

@media (min-width: 992px) {
  .site-header__top .site-header__logo {
    margin-right: 0;
  }

  .site-header__top .site-header__navigation {
    flex: 0 0 auto;
    justify-content: flex-start;
    margin: 0 0 0 auto;
    padding: 0 0 0 48px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 0;
    white-space: nowrap;
  }

  .site-header__top .site-header__navigation li {
    margin: 0;
  }

  .site-header__top .site-header__navigation li + li {
    margin-left: 48px;
    padding-left: 48px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
/* new contacts */

.beautiful-contacts {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 60px;
}

.beautiful-contacts__shops {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}

.beautiful-contacts__shop {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 calc(33.33333% - 20px);
  max-width: calc(33.33333% - 20px);
}

.beautiful-contacts__photo {
  padding-bottom: 68%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.beautiful-contacts__details {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  min-height: 0;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(54, 54, 54, .1);
}

.beautiful-contacts__address {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.beautiful-contacts__phone {
  font-size: 18px;
  line-height: 1;
  letter-spacing: .04em;
  font-weight: 500;
}

.beautiful-contacts__group {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.beautiful-contacts__links {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}

.beautiful-contacts__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: min-content;
  font-size: 14px;
}

.beautiful-contacts__link img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  filter: grayscale(1);
  transition: filter ease-in-out 0.2s;
}

.beautiful-contacts__link:hover img {
  filter: grayscale(0);
}

.beautiful-contacts__map {
  height: 460px;
}

@media (min-width: 992px) {
  .catalogue__description {
    padding: 26px;
  }
}

@media (max-width: 1400px) {
  .site-header__logo-text:nth-child(3) img {
    width: 170px;
  }
}

@media (max-width: 1199px) {
  .section {
    margin: 40px 0;
  }

  .beautiful-contacts__shop {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 991px) {
  .section {
    margin: 30px 0;
  }

  .section--gray {
    padding: 30px 0;
  }

  .site-header__logo {
    margin-right: 20px;
  }

  .site-header__logo-divider {
    display: none;
  }

  .site-header__links {
    top: -49px !important;
  }

  .site-header__mobile {
    display: block;
  }

  .site-header__mobile-menu {
    right: -132px;
  }

  .request-block {
    padding: 40px 0;
  }

  .vendors-list {
    gap: 30px 20px;
  }

  .vendors-list__item {
    flex: 0 0 150px;
    max-width: 150px;
  }

  .bx-filter-container-modef {
    right: 0;
    top: 55px;
    left: auto;
  }

  .bx-filter-popup-result {
    padding: 7px;
  }

  .bx-filter-popup-result a {
    font-size: 14px;
  }

  .bx-filter-popup-result::before {
    position: absolute;
    right: 17px;
    left: auto;
    bottom: 32px;
    border: 10px solid transparent;
    border-bottom: 10px solid #2b2b2a;
  }

  .bx-filter-button-box {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .header-information__item {
    margin: 0 0 6px;
  }

  .beautiful-contacts {
    gap: 40px;
  }

  .beautiful-contacts__shop {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .vendors-list {
    margin-top: 30px;
    gap: 20px 14px;
  }

  .vendors-list__item {
    flex: 0 0 calc(50% - 7px);
    max-width: 150px;
  }

  .beautiful-contacts__map {
    height: 400px;
  }
}

@media (max-width: 375px) {
  .site-header__logo {
    margin-right: 14px;
  }

  .site-header__menu-link {
    margin: 0;
  }

  .site-header__link {
    margin-left: 15px;
  }

  .header-information .container {
    padding: 0 10px;
  }

  .header-information__item {
    font-size: 14px;
  }
}

/* SEO content and curated catalog selections */
.home-seo-intro {
  padding: 54px 0 34px;
  background: #f9f9f9;
}

.home-seo-intro h1 {
  margin: 0 0 18px;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 400;
}

.home-seo-intro p,
.seo-landing__intro {
  max-width: 920px;
}

.seo-selections {
  margin: 70px 0;
}

.seo-selections__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-selections__groups {
  display: grid;
  gap: 34px;
}

.seo-selections__group h3 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 500;
}

.seo-selections__link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid rgba(54, 54, 54, .18);
  border-radius: 24px;
  transition: background-color .2s, border-color .2s;
}

.seo-selections__link:hover {
  background: #f3f3f3;
  border-color: rgba(54, 54, 54, .35);
}

.seo-selections__list--collapsed .seo-selections__link:nth-child(n+11) {
  display: none;
}

.seo-selections__group--collapsible.is-expanded .seo-selections__link:nth-child(n+11) {
  display: inline-flex;
}

.seo-selections__toggle {
  margin-top: 16px;
  padding: 0 0 3px;
  font-size: 17px;
  line-height: 1.2;
  color: #363636;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(54, 54, 54, .45);
  cursor: pointer;
}

.seo-selections__toggle:hover {
  border-bottom-color: #363636;
}

.seo-content {
  margin: 70px 0;
}

.seo-content h2 {
  margin-bottom: 24px;
}

.seo-content p {
  max-width: 980px;
}

.seo-faq {
  margin: 70px 0;
}

.seo-faq__list {
  max-width: 980px;
  border-top: 1px solid rgba(54, 54, 54, .16);
}

.seo-faq__item {
  border-bottom: 1px solid rgba(54, 54, 54, .16);
}

.seo-faq__item summary {
  position: relative;
  padding: 20px 44px 20px 0;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.seo-faq__item summary::-webkit-details-marker {
  display: none;
}

.seo-faq__item summary::after {
  content: '+';
  position: absolute;
  top: 17px;
  right: 4px;
  font-size: 26px;
  font-weight: 300;
}

.seo-faq__item[open] summary::after {
  content: '−';
}

.seo-faq__answer {
  padding: 0 44px 20px 0;
}

.seo-faq__answer p {
  margin: 0;
  line-height: 1.6;
}

.seo-landing__intro {
  margin-bottom: 36px;
}

.seo-landing > .container > .products-list {
  margin-top: 20px;
}

.product-gallery__photo {
  position: relative;
}

.product-gallery__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-information__availability {
  margin: 10px 0;
  font-size: 15px;
  color: #3b7a3f;
}

.product-offers {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  margin: 4px 0 22px;
}

.product-offers--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-offer {
  min-width: 0;
  padding: 13px 15px;
  color: #363636;
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}

.product-offer--new-home {
  border-left: 4px solid #c9a943;
}

.product-offer--glue {
  background: linear-gradient(135deg, #faf2d2 0%, #e5cd7f 100%);
  border-color: #d1b552;
}

.product-offer__title {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.product-offer__text {
  font-size: 13px;
  line-height: 1.4;
}

.products-list__item--new-home-promo {
  align-self: flex-start;
}

.catalog-new-home-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 0;
  aspect-ratio: 2 / 3;
  padding: 28px 24px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #191919 0%, #33302a 56%, #806929 100%);
  border-radius: 6px;
}

.catalog-new-home-tile:before {
  content: '';
  position: absolute;
  top: -85px;
  right: -70px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(224, 193, 92, 0.45);
  border-radius: 50%;
}

.catalog-new-home-tile__decor {
  position: absolute;
  top: 42px;
  right: 36px;
  width: 76px;
  height: 76px;
  border: 2px solid #d8ba57;
  transform: rotate(45deg);
}

.catalog-new-home-tile__decor:before,
.catalog-new-home-tile__decor:after {
  content: '';
  position: absolute;
  background-color: #d8ba57;
}

.catalog-new-home-tile__decor:before {
  top: 50%;
  left: -15px;
  right: -15px;
  height: 2px;
}

.catalog-new-home-tile__decor:after {
  top: -15px;
  bottom: -15px;
  left: 50%;
  width: 2px;
}

.catalog-new-home-tile__eyebrow {
  position: relative;
  margin-bottom: auto;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d8ba57;
}

.catalog-new-home-tile__title {
  position: relative;
  margin-top: 100px;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}

.catalog-new-home-tile__accent {
  position: relative;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  color: #e0c35f;
}

.catalog-new-home-tile__text {
  position: relative;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.catalog-new-home-tile__phone {
  position: relative;
  display: block;
  margin-top: 24px;
  padding: 13px 15px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #252525;
  background-color: #e0c35f;
  border-radius: 4px;
}

.catalog-new-home-tile__phone:hover {
  color: #252525;
  background-color: #eed77f;
}

.catalog-new-home-tile__number {
  position: relative;
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 767px) {
  .product-offers--double {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-new-home-tile {
    min-height: 460px;
    aspect-ratio: auto;
  }
}

@media (max-width: 767px) {
  .home-seo-intro {
    padding: 38px 0 24px;
  }

  .home-seo-intro h1 {
    font-size: 30px;
  }

  .seo-selections,
  .seo-content,
  .seo-faq {
    margin: 48px 0;
  }

  .seo-selections .section-title {
    margin-bottom: 24px;
  }
}

.basket-toast {
  position: fixed;
  z-index: 10050;
  right: 28px;
  bottom: 28px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  gap: 16px;
  width: min(520px, calc(100vw - 32px));
  padding: 22px;
  color: #363636;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}

.basket-toast--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.basket-toast__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: #438647;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 500;
}

.basket-toast--error .basket-toast__icon {
  background: #b94040;
}

.basket-toast__title {
  margin-top: 1px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
}

.basket-toast__product {
  display: -webkit-box;
  margin-top: 7px;
  overflow: hidden;
  color: #777;
  font-size: 15px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.basket-toast__actions {
  display: flex;
  gap: 10px;
  margin-top: 17px;
}

.basket-toast__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid #363636;
  border-radius: 3px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.basket-toast__button--primary {
  color: #fff;
  background: #363636;
}

.basket-toast__button--primary:hover {
  color: #fff;
  background: #1f1f1f;
}

.basket-toast__button--secondary {
  color: #363636;
  background: #fff;
}

.basket-toast__close {
  align-self: start;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #999;
  background: transparent;
  border: 0;
  font-size: 28px;
  line-height: 24px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .basket-toast {
    right: 16px;
    bottom: 16px;
    grid-template-columns: 38px minmax(0, 1fr) 24px;
    gap: 11px;
    padding: 17px;
  }

  .basket-toast__icon {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .basket-toast__title {
    font-size: 18px;
  }

  .basket-toast__actions {
    flex-direction: column;
  }

  .basket-toast__button {
    width: 100%;
  }
}
