.products--layout-horizontal .product-card {
  margin-bottom: .5rem;
}

.products--layout-horizontal .product-card__inner {
  padding: .5rem 1rem .5rem .5rem;
  min-height: initial;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #f0f3f5;
}

@media (min-width: 602px) and (max-width: 767px) {
  .products--layout-horizontal .product-card__inner {
    padding: 16px;
  }
}
@media (max-width: 601px) {
  .products--layout-horizontal .product-card__inner {
    padding-left: 0;
  }
}
.products--layout-horizontal .product-card__info {
  padding-top: .75rem;
  padding-bottom: 0;
  min-height: 10.38vw;
}

@media (max-width: 576px) {
  .products--layout-horizontal .product-card__info {
    padding-top: 0;
  }
}
.products--layout-horizontal .product-card__pic {
  position: static;
  margin-right: 1.75rem;
  width: 100%;
  max-width: 11.1875rem;
  height: 11.5rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .products--layout-horizontal .product-card__pic {
    max-width: 226px;
    height: 240px;
  }
}
@media (max-width: 601px) {
  .products--layout-horizontal .product-card__pic {
    margin-top: auto;
    margin-right: 0;
    margin-bottom: auto;
    max-width: 116px;
    height: 120px;
  }
}
.products--layout-horizontal .product-card__img {
  object-fit: contain;
}

.products--layout-horizontal .product-card__name {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .products--layout-horizontal .product-card__name {
    max-width: 100%;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .products--layout-horizontal .product-card__name {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .products--layout-horizontal .product-card__name {
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 601px) {
  .products--layout-horizontal .product-card__name {
    max-width: calc(100% - 20px);
    font-size: .875rem;
  }
}
.products--layout-horizontal .product-card__options {
  margin-bottom: 1.875rem;
  max-width: 100%;
}

.products--layout-horizontal .chips__item {
  --chips-bg: #ffffff;
}

@media (max-width: 330px) {
  .products--layout-horizontal .product-card__order {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.products--layout-horizontal .order-history__product .product-card__inner {
  border-radius: var(--brad-half);
}

@media (max-width: 767px) {
  .products--layout-horizontal .order-history__product .product-card__inner {
    padding: 8px;
  }
}
@media (max-width: 601px) {
  .products--layout-horizontal .order-history__product .product-card__inner {
    padding: 4px;
  }
}
@media (min-width: 602px) {
  .nav-dynamic-content ~ .callback-cards {
    padding-top: 120px;
  }
}
@media (max-width: 601px) {
  .nav-dynamic-content ~ .callback-cards {
    padding-top: 0;
  }
}
.js-categories-card-slideshow .categories-card__pic {
  opacity: 0;
  transition: all .3s ease;
}

.js-categories-card-slideshow .categories-card__pic--visible {
  opacity: 1;
}

.doc--small {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (max-width: 767px) {
  .doc--small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.doc__title {
  margin-top: 2.75rem;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

@media (max-width: 767px) {
  .doc__title {
    margin-top: 2.5rem;
    margin-bottom: 1.75rem;
    font-size: 1.6875rem;
  }
}
.doc--small .doc-card {
  column-gap: 1.8125rem;
  grid-template-columns: 22.2rem auto;
}

@media (max-width: 767px) {
  .doc--small .doc-card {
    padding-top: .875rem;
  }
}
@media (min-width: 768px) {
  .doc--small .doc-card {
    padding: 2.5rem 4.375rem 2.5rem 5rem;
  }
}
@media (max-width: 767px) {
  .doc--small .doc-card__title {
    margin-bottom: .75rem;
  }
}
@media (min-width: 602px) {
  .doc ~ .callback-cards {
    padding-top: 1.875rem;
  }
}
@media (max-width: 601px) {
  .doc ~ .callback-cards {
    padding-top: 3.75rem;
  }
}
.doc--has-spoilers .doc-card__desc.doc-card__desc--minified > p:not(:first-child) {
  display: none;
}

.out-of-stock-pop__gallery .product-card__options .chips__content {
  display: flex;
}

.checkout__subtotal .cart-total__title,
.checkout__subtotal .cart-total__value {
  font-size: .875rem;
  line-height: 140%;
}

@media (min-width: 602px) and (max-width: 767px) {
  .checkout__subtotal .cart-total__title,
  .checkout__subtotal .cart-total__value {
    font-size: 28px;
  }
}
.checkout__select {
  --maxw: 100%;
  --bg: #5f6c75;
  --vlaue-color: #ffffff;
  --angle-color: #ffffff;
  margin-right: 0;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .checkout__fields .fieldset__title {
    margin-bottom: 11px;
  }
}
.page__checkout .sidebar__sticky {
  margin-bottom: 0;
}

@media (min-width: 601px) {
  .page__checkout .page-heading__title:only-child {
    margin-bottom: 79px;
  }
}
@media (min-width: 602px) {
  .page__checkout .sidebar-card {
    padding-top: 2.3125rem;
    padding-bottom: 1.3125rem;
  }
}
@media (min-width: 602px) {
  .page__checkout .cart-total__row {
    margin-bottom: 1.0625rem;
  }
}
@media (min-width: 602px) {
  .page__checkout .cart-total {
    padding-top: 1.6875rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 602px) {
  .page__checkout .cart-total .cart-total__row {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 767px) {
  .page__checkout .cart-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .page__checkout .sidebar__sticky {
    position: static;
    height: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .page__checkout .sidebar-card {
    pointer-events: initial;
  }
}
@media (max-width: 767px) {
  .page__checkout .cart-total {
    position: sticky;
    bottom: 8px;
  }
}
.button-detect-city {
  font-family: 'RF Dewi', sans-serif;
  font-size: .875rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .button-detect-city {
    font-size: 28px;
  }
}
.checkout__button-pick-location {
  margin-top: .75rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .checkout__button-pick-location {
    margin-top: 24px;
    font-size: 24px;
  }
}
.hero {
  margin-bottom: 2.5rem;
}

@media (max-width: 1200px) {
  .hero {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero {
    margin-bottom: 60px;
  }
}
@media (max-width: 601px) {
  .hero {
    margin-bottom: 30px;
  }
}
.hero__layout {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
  max-width: var(--w-container);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'media media' 'title desc';
  column-gap: 1.125rem;
  row-gap: 2.5rem;
}

@media (max-width: 767px) {
  .hero__layout {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    display: block;
    column-gap: 16px;
  }
}
@media (max-width: 601px) {
  .hero__layout {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    column-gap: 8px;
  }
}
@media (max-width: 767px) {
  .hero__layout .hero__title {
    line-height: 1.18;
  }
}
@media (max-width: 767px) {
  .hero__layout .hero__desc {
    font-size: 28px;
    line-height: 1.24;
  }
}
@media (max-width: 601px) {
  .hero__layout .hero__desc {
    font-size: 14px;
  }
}
.hero__media {
  grid-area: media;
  display: block;
}

.hero__pic {
  display: block;
}

@media (max-width: 767px) {
  .hero__pic {
    margin-bottom: 40px;
  }
}
@media (max-width: 601px) {
  .hero__pic {
    margin-bottom: 20px;
  }
}
.hero__img {
  height: calc(var(--index) * 34.7);
  display: block;
  border-radius: 1rem;
  object-fit: cover;
}

@media (max-width: 767px) {
  .hero__img {
    height: calc(var(--index) * 52);
  }
}
.hero__title {
  font-size: 1.6875rem;
  line-height: 110%;
  font-weight: 400;
  color: #000000;
  grid-area: title;
}

@media (max-width: 767px) {
  .hero__title {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
@media (max-width: 601px) {
  .hero__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.hero__desc {
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
  color: #000000;
  grid-area: desc;
}

@media (min-width: 602px) and (max-width: 767px) {
  .hero__desc {
    font-size: 28px;
  }
}
.hero__paragraph {
  margin-bottom: 1.375rem;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

@media (max-width: 767px) {
  .hero__paragraph {
    margin-bottom: 32px;
  }
}
@media (max-width: 601px) {
  .hero__paragraph {
    margin-bottom: 16px;
  }
}
.hero__ol {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

@media (max-width: 767px) {
  .hero__ol {
    padding-left: 10px;
  }
}
@media (max-width: 601px) {
  .hero__ol {
    padding-left: 5px;
  }
}
.about-ol {
  padding-top: 5.25rem;
  padding-bottom: 7.125rem;
  background: #ffffff;
  border-radius: 1rem;
}

@media (max-width: 767px) {
  .about-ol {
    padding-left: 36px;
    padding-right: 36px;
    border-radius: 24px;
  }
}
@media (max-width: 601px) {
  .about-ol {
    padding: 40px 18px 67px;
    border-radius: 12px;
  }
}
.about-ol__title {
  margin-bottom: 3.0625rem;
  font-size: 1.6875rem;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

@media (max-width: 767px) {
  .about-ol__title {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 601px) {
  .about-ol__title {
    margin-bottom: 26px;
    font-size: 20px;
  }
}
.about-ol-list {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w-container);
  counter-reset: about-ol;
  column-count: 2;
  column-gap: .5rem;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .about-ol-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .about-ol-list {
    column-count: 1;
  }
}
.about-ol-list__item {
  margin-bottom: .5rem;
  padding: 1.0625rem 1.25rem 1.25rem 2.0625rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  counter-increment: about-ol;
  color: #000000;
  background: #f0f3f5;
  border-radius: 12px;
  break-inside: avoid;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .about-ol-list__item {
    min-height: 94px;
  }
}
@media (max-width: 767px) {
  .about-ol-list__item {
    margin-bottom: 16px;
    padding: 12px 40px 24px 60px;
    min-height: 182px;
    font-size: 28px;
    border-radius: 24px;
  }
}
@media (max-width: 601px) {
  .about-ol-list__item {
    margin-bottom: 8px;
    padding: 6px 15px 12px;
    min-height: 91px;
    font-size: 14px;
    line-height: 1.18;
    border-radius: 12px;
  }
}
.about-ol-list__item:before {
  content: counter(about-ol);
  margin-right: 2.8125rem;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  color: #000000;
}

@media (max-width: 767px) and (min-width: 602px) {
  .about-ol-list__item:before {
    margin-right: 40px;
    min-width: 60px;
    max-width: 60px;
    display: block;
    font-size: 80px;
  }
}
@media (max-width: 601px) {
  .about-ol-list__item:before {
    margin-right: 20px;
    min-width: 30px;
    max-width: 30px;
    display: block;
  }
}
.about-ol-list__item:last-child {
  margin-bottom: 0;
}

.shops {
  --brad: .5rem;
  padding-top: 4.6875rem;
  padding-bottom: 3.5625rem;
  background-color: #ffffff;
  border-radius: var(--brad);
}

@media (min-width: 602px) and (max-width: 767px) {
  .shops {
    --brad: 16px;
  }
}
@media (max-width: 601px) {
  .shops {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.shops__container {
  overflow: hidden;
}

.shops__heading {
  margin-right: 0;
  padding-right: 8.2638888889vw;
  max-width: calc(100% - 8.2638888889vw);
}

.shops__title {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 601px) {
  .shops__title {
    padding-left: 10px;
  }
}
@media (max-width: 1024px) {
  .shops__container .section-heading {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .shops__button-all {
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .shops__button-all {
    display: none;
  }
}
.blog {
  margin-bottom: 2.5rem;
}

.blog__gallery {
  margin-bottom: 2.5rem;
  padding-top: .5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
}

@media (max-width: 767px) {
  .blog__gallery {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .blog__gallery {
    gap: 16px;
  }
}
@media (max-width: 601px) {
  .blog__gallery {
    margin-bottom: 18px;
  }
}
.blog__filters {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

@media (max-width: 601px) {
  .blog__filters {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .blog__filters .row-filters__select {
    --maxw: 100%;
  }
}
@media (max-width: 601px) {
  .blog__filters .row-filters__select {
    --maxw: 100%;
  }
}
@media (max-width: 601px) {
  .blog__filters .select__list--single > .select__item {
    font-size: 12px;
  }
}
.blog__article-layout {
  margin-top: .5rem;
  display: grid;
  grid-template-columns: auto minmax(320px, 32.5694444444vw);
  column-gap: .5rem;
}

@media (max-width: 1024px) {
  .blog__article-layout {
    grid-template-columns: auto minmax(220px, 350px);
  }
}
@media (max-width: 767px) {
  .blog__article-layout {
    margin-top: -30px;
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .blog__article-layout {
    row-gap: 16px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .blog__article-layout {
    margin-top: -15px;
  }
}
.blog-article {
  margin-bottom: 2.5rem;
  padding: 2.0625rem 1.25rem 1.25rem;
  background-color: #ffffff;
  border-radius: 12px;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article {
    padding-top: 40px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .blog-article {
    margin-bottom: 0;
  }
}
@media (max-width: 601px) {
  .blog-article {
    padding-top: 20px;
  }
}
.blog-article__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  max-width: 46.25rem;
}

@media (min-width: 1800px) {
  .blog-article__container {
    max-width: 73.75rem;
  }
}
@media (max-width: 601px) {
  .blog-article__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-article__date {
  margin-bottom: 1.25rem;
  display: block;
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
  color: #a1aeb3;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article__date {
    font-size: 24px;
  }
}
@media (max-width: 601px) {
  .blog-article__date {
    margin-bottom: 16px;
  }
}
.blog-article__title {
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article__title {
    margin-bottom: 36px;
    font-size: 56px;
  }
}
@media (max-width: 601px) {
  .blog-article__title {
    margin-bottom: 17px;
    font-size: 27px;
    line-height: 1.1;
  }
}
.blog-article__summary {
  margin-bottom: 2.4375rem;
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article__summary {
    font-size: 28px;
  }
}
@media (max-width: 601px) {
  .blog-article__summary {
    margin-bottom: 20px;
    padding-right: 20px;
    line-height: 1.25;
  }
}
.blog-article__cover {
  margin-bottom: 2.5rem;
  display: block;
}

@media (max-width: 601px) {
  .blog-article__cover {
    margin-bottom: 20px;
  }
}
.blog-article__cover-pic {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-article__cover-img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: var(--brad-half);
  object-fit: cover;
}

.blog-article__index {
  padding: 2.5rem;
  background: #f0f3f5;
  border-radius: var(--brad-half);
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article__index {
    margin-bottom: 40px;
  }
}
@media (max-width: 601px) {
  .blog-article__index {
    padding: 20px 24px;
  }
}
.blog-article__index-title {
  margin-bottom: 1.75rem;
  font-size: .875rem;
  line-height: 1.2;
  color: #a1aeb3;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article__index-title {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
@media (max-width: 601px) {
  .blog-article__index-title {
    margin-bottom: 16px;
  }
}
.blog-article__index-item {
  margin-bottom: .4375rem;
  text-decoration: none;
  color: #5f6c75;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article__index-item {
    margin-bottom: 32px;
  }
}
@media (max-width: 601px) {
  .blog-article__index-item {
    margin-bottom: 16px;
  }
}
.blog-article__index-link {
  display: inline;
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  border: none;
  border-bottom: 0.0625rem solid;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article__index-link {
    font-size: 24px;
  }
}
@media (max-width: 601px) {
  .blog-article__index-link {
    font-size: 12px;
  }
}
.blog-article__content {
  margin-bottom: 5rem;
}

@media (max-width: 601px) {
  .blog-article__content {
    margin-bottom: 28px;
  }
}
.blog-article__content > h2 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.6875rem;
  line-height: 110%;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article__content > h2 {
    margin-top: 56px;
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 601px) {
  .blog-article__content > h2 {
    margin-top: 28px;
    margin-bottom: 18px;
    font-size: 20px;
  }
}
.blog-article__content > p {
  margin-bottom: 1.375rem;
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article__content > p {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
@media (max-width: 601px) {
  .blog-article__content > p {
    margin-bottom: 12px;
    line-height: 1.25;
  }
}
.blog-article-share {
  padding: 2.5rem;
  background-color: #f0f3f5;
  border-radius: var(--brad-half);
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article-share {
    border-radius: 12px;
  }
}
@media (max-width: 601px) {
  .blog-article-share {
    padding: 32px 24px 46px;
  }
}
.blog-article-share__title {
  margin-bottom: 2.75rem;
  font-size: 1.6875rem;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article-share__title {
    margin-bottom: 48px;
    font-size: 32px;
  }
}
@media (max-width: 601px) {
  .blog-article-share__title {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.blog-article-share__button {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.1875rem;
  padding-bottom: 1.5rem;
  width: 100%;
  max-width: 15.9027777778vw;
  display: block;
}

@media (max-width: 767px) {
  .blog-article-share__button {
    max-width: 229px;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .blog-article-share__button {
    padding: 11px 42px 14px;
  }
}
@media (max-width: 601px) {
  .blog-article-share__button {
    padding: 11px 22px 14px;
    width: fit-content;
  }
}
.blog-article__gallery {
  padding-top: 1.125rem;
}

.blog-article__gallery-content {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: .5rem;
  row-gap: .5rem;
}

.blog-article__media {
  display: block;
}

.blog-article__media-pic {
  height: 100%;
  display: block;
  display: block;
  aspect-ratio: 1/1;
}

.blog-article__media-pic img {
  object-fit: cover;
}

.blog-article__media-img {
  border-radius: .5rem;
  object-fit: cover;
}

.blog-article__gallery-more {
  --button-color: #a1aeb3;
}

.blog-article__gallery-more--hidden {
  opacity: 0;
}

.blog-article-prodcuts__gallery {
  margin-bottom: 1.875rem;
}

@media (max-width: 601px) {
  .blog-article-prodcuts__gallery {
    margin-bottom: 24px;
  }
}
.blog-article .products--layout-horizontal .product-card:not(.product-card--in-cart) .product-card__button-add:before {
  background-color: #ffffff;
}

.blog-article .products--layout-horizontal .product-card:not(.product-card--in-cart) .product-card__button-add:hover:before {
  background-color: #6c7982;
  --button-color: #ffffff;
  --icon-color: #ffffff;
}

.blog-article .products--layout-horizontal .product-card:not(.product-card--in-cart) .product-card__button-add:hover .button__icon {
  fill: white !important;
}

@media (max-width: 601px) {
  .blog-article .products--layout-horizontal .product-card__inner {
    padding-left: 8px;
  }
}
.blog-article .products--layout-horizontal .product-card__pic {
  border-radius: var(--brad-half);
}

@media (max-width: 601px) {
  .blog-article .products--layout-horizontal .product-card__pic {
    margin-top: 0;
    margin-right: 16px;
    padding: 8px;
    width: 72px;
    min-width: 72px;
    height: 72px;
  }
}
.blog-article .products--layout-horizontal .product-card__options {
  margin-bottom: .76rem;
}

.blog-article .products--layout-horizontal .product-card__options .chips__content {
  grid-template-columns: repeat(3, 1fr);
}

.blog-article .gallery-accordion {
  padding-top: 1.25rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-article .gallery-accordion {
    padding-top: 24px;
  }
}
@media (max-width: 601px) {
  .blog-article .gallery-accordion {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .blog-article .gallery-accordion__button-more {
    margin-left: 0;
  }
}
.blog-article .blog-sidebar {
  margin-top: .5625rem;
}

.blog-aritcle-products {
  padding-top: 1.125rem;
}

@media (max-width: 601px) {
  .blog-article-products__button-more {
    padding-top: 11px;
    padding-bottom: 14px;
    font-size: 14px;
  }
}
.blog-sidebar {
  --sidebar-minh: calc(var(--index) * 32);
}

@media (max-width: 601px) {
  .blog-sidebar {
    --sidebar-minh: 359px;
  }
}
.blog-sidebar-about {
  margin-bottom: 2.5rem;
  padding: 2.5rem;
  min-height: var(--sidebar-minh);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: initial;
  color: #ffffff;
  background-color: #5f6c75;
  border-radius: 1rem;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .blog-sidebar-about {
    padding: 30px;
  }
}
@media (max-width: 601px) {
  .blog-sidebar-about {
    margin-bottom: 30px;
  }
}
.blog-sidebar-about__top,
.blog-sidebar-about__bottom {
  width: 100%;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-sidebar-about__top {
    margin-bottom: 30px;
  }
}
.blog-sidebar-about__title {
  margin-bottom: 2rem;
  font-family: 'RF Dewi', sans-serif;
  font-size: .875rem;
  line-height: 1.2142857143;
  font-weight: 400;
  font-style: normal;
  color: #a1aeb3;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-sidebar-about__title {
    margin-bottom: 32px;
    font-size: 22px;
  }
}
@media (max-width: 601px) {
  .blog-sidebar-about__title {
    margin-bottom: 16px;
    font-size: 11px;
  }
}
.blog-sidebar-about__desc {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 400;
  color: #f0f3f5;
}

@media (min-width: 602px) and (max-width: 767px) {
  .blog-sidebar-about__desc {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar-about__desc {
    font-size: 17px;
    line-height: 1.14;
  }
}
.blog-related__title {
  margin-bottom: 30px;
  padding-left: 28px;
}

@media (max-width: 601px) {
  .blog-related__title {
    margin-bottom: 26px;
    padding-left: 20px;
  }
}
.blog-sidebar-about__button {
  margin-top: 50px;
}

@media (max-width: 601px) {
  .blog-sidebar-about__button {
    padding-top: 11px;
    padding-bottom: 14px;
    font-size: 14px;
  }
}
.certificates {
  margin-top: 1.25rem;
}
.certificates-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 0.625rem;
}
.certificates-card {
  display: flex;
}
.certificates-card a {
  display: block;
}

.certificates__container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w-container);
}

@media (min-width: 601px) {
  .page__changes .page-heading__title {
    margin-bottom: 45px;
  }
}
.page__changes .page-heading {
  margin-bottom: 44px;
}

@media (max-width: 601px) {
  .page__changes .page-heading {
    margin-bottom: 42px;
  }
}
@media (min-width: 602px) {
  .page__changes .categories {
    margin-bottom: 135px;
  }
}
@media (max-width: 601px) {
  .page__changes .blog-card {
    row-gap: 0;
  }
}
@media (max-width: 601px) {
  .page__changes .blog-card__title {
    padding-right: 10px;
  }
}
@media (min-width: 602px) {
  .page__changes .captions-1-1__desc {
    line-height: 1.4;
  }
}
.changes-cases {
  margin-bottom: 5.125rem;
}

@media (max-width: 767px) {
  .changes-cases {
    margin-bottom: 101px;
  }
}
@media (max-width: 601px) {
  .changes-cases {
    margin-bottom: 51px;
  }
}
.changes-cases--has-mb {
  margin-bottom: 7.5rem;
}

@media (max-width: 576px) {
  .changes-cases--has-mb {
    margin-bottom: 3.75rem;
  }
}
.changes-cases__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}

@media (max-width: 767px) {
  .changes-cases__gallery {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .changes-cases__gallery {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .changes-cases ~ .captions {
    margin-top: -10px;
  }
}
.page__changes-cases .page-heading {
  margin-bottom: 1.375rem;
}

@media (max-width: 601px) {
  .page__changes-cases .page-heading {
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page__changes-cases .page-heading__title {
  margin-bottom: 4rem;
}

@media (max-width: 601px) {
  .page__changes-cases .page-heading__title {
    margin-bottom: 14px;
  }
}
.page__changes-cases .page-heading__captions {
  column-gap: 10px;
}

.page__changes-cases .captions-1-1__desc {
  font-family: 'RF Dewi Extended', sans-serif;
}

.page__changes-cases .captions-1-1__desc:not(.captions-1-1__desc--big) {
  max-width: 100%;
  line-height: 1.45;
}

@media (max-width: 601px) {
  .page__changes-cases .captions-1-1__desc:not(.captions-1-1__desc--big) {
    line-height: 1.2;
  }
}
.page__changes-cases .person-result {
  margin-bottom: 2.875rem;
}

@media (max-width: 601px) {
  .page__changes-cases .person-result {
    margin-bottom: 18px;
    padding-bottom: 27px;
  }
}
@media (min-width: 602px) {
  .page__changes-cases .related-products {
    padding-bottom: 60px;
  }
}
@media (min-width: 602px) {
  .page__changes-cases .related-products__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .page__changes-cases .related-products__gallery ~ .container {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page__changes-cases .person-result__compare .person-result__media {
    height: inherit;
  }
}
@media (max-width: 601px) {
  .page__changes-cases .person-result__media-pic {
    --gallery-item-h: 172px;
  }
}
.changes {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 1200px) {
  .changes {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .changes__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 601px) {
  .changes__title {
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .changes__title br {
    display: none;
  }
}
.changes__gallery {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.875rem;
  max-width: 74rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 1800px) {
  .changes__gallery {
    max-width: 1580px;
  }
}
@media (min-width: 2000px) {
  .changes__gallery {
    max-width: 2090px;
  }
}
@media (max-width: 1300px) {
  .changes__gallery {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
@media (max-width: 1200px) {
  .changes__gallery {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .changes__gallery {
    margin-bottom: 46px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media (max-width: 601px) {
  .changes__gallery {
    margin-bottom: 23px;
  }
}
.changes__desc {
  margin-bottom: 7.625rem;
}

@media (max-width: 1280px) {
  .changes__desc {
    margin-bottom: 88px;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .changes__desc {
    margin-bottom: 61px;
  }
}
@media (max-width: 601px) {
  .changes__desc {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 31px;
    max-width: 400px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .changes__desc br {
    display: none;
  }
}
.changes__button-more {
  margin-bottom: 2.5625rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .changes__button-more {
    margin-bottom: 54px;
  }
}
@media (max-width: 601px) {
  .changes__button-more {
    margin-bottom: 26px;
  }
}
.changes__troubles {
  padding-top: 3.125rem;
  --categories-nav-link-bg: #ffffff;
  --categories-nav-link-color: #000000;
}

@media (min-width: 602px) and (max-width: 767px) {
  .changes__troubles {
    padding-top: 50px;
  }
}
@media (max-width: 601px) {
  .changes__captions {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.testimonials {
  padding-top: 1.6875rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 601px) {
  .testimonials {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.testimonials__gallery {
  margin-bottom: 2.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: .5rem;
  column-gap: .5rem;
}

@media (max-width: 810px) {
  .testimonials__gallery {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .testimonials__gallery {
    margin-bottom: 36px;
  }
}
@media (max-width: 601px) {
  .testimonials__gallery {
    margin-bottom: 18px;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .testimonials__button-more {
    --fz-button: 28px;
  }
}
@media (max-width: 601px) {
  .testimonials__button-more {
    --fz-button: 14px;
  }
}
.magazine {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 810px) {
  .magazine {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.magazine__row {
  margin-bottom: .5rem;
  display: grid;
  grid-template-columns: 49.7% 14.1% 13.5714285714% auto;
  grid-template-rows: 10vw 16vw;
  grid-template-areas: 'card pic1 pic2 pic3' 'card pic4 pic4 pic3';
  row-gap: .5rem;
  column-gap: .5rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .magazine__row {
    row-gap: 16px;
    column-gap: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .magazine__row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 29vw 29vw 29vw;
    grid-template-areas: 'card pic1' 'card pic2' 'card pic3';
  }
}
@media (max-width: 601px) {
  .magazine__row {
    row-gap: 4px;
    column-gap: 4px;
  }
}
.locations {
  padding-top: 2.5rem;
  --bg: #ffffff;
}

@media (max-width: 810px) {
  .locations {
    padding-top: 30px;
  }
}
.locations--no-bg {
  padding-top: 0;
  --bg: transparent;
}

.locations__container {
  padding-top: 184px;
  padding-bottom: 80px;
  background-color: var(--bg);
  border-radius: 12px;
}

@media (max-width: 962px) {
  .locations__container {
    padding: 60px 8px 40px;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .locations__container {
    padding-bottom: 80px;
    border-radius: 25px;
  }
}
@media (max-width: 601px) {
  .locations__container {
    padding: 40px;
  }
}
.locations__gallery {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125rem;
  max-width: var(--w-container);
  display: grid;
  grid-template-columns: 37.25rem 29.375rem;
  justify-content: center;
  column-gap: 7.9375rem;
}

@media (min-width: 1800px) {
  .locations__gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 999px) {
  .locations__gallery {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    grid-template-columns: 1.2fr .8fr;
    column-gap: 20px;
  }
}
@media (max-width: 810px) {
  .locations__gallery {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .locations__gallery {
    margin-bottom: 80px;
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}
@media (max-width: 601px) {
  .locations__gallery {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    row-gap: 40px;
  }
}
.locations--no-bg .locations__container {
  padding-top: 7.625rem;
}

@media (max-width: 767px) {
  .locations--no-bg .locations__container {
    padding-top: 96px;
  }
}
@media (max-width: 601px) {
  .locations--no-bg .locations__container {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .locations__button-more {
    color: #ffffff;
    background-color: #000000;
  }
}
@media (max-width: 1280px) {
  .locations__container .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 601px) {
  .locations__container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.popular {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.popular__title {
  margin-bottom: 2.8125rem;
}

@media (max-width: 601px) {
  .popular__title {
    margin-bottom: 30px;
  }
}
.popular__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

@media (max-width: 767px) {
  .popular__gallery {
    margin-bottom: 12px;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .popular__gallery {
    row-gap: 16px;
    margin-bottom: 24px;
  }
}
.popular-filters {
  margin-bottom: 1.875rem;
  --chips-fz: .76rem;
  --chips-fw: 400;
}

@media (min-width: 769px) {
  .popular-filters {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .popular-filters {
    margin-bottom: 36px;
  }
}
@media (max-width: 601px) {
  .popular-filters {
    margin-bottom: 18px;
  }
}
.popular__gallery .product-card--tall {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 4;
}

@media (max-width: 810px) {
  .popular__gallery .product-card--tall {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
  }
}
@media (max-width: 767px) {
  .popular__gallery .product-card--tall {
    order: -1;
    grid-row-start: unset;
    grid-row-end: unset;
    grid-column-start: unset;
  }
}
.popular__button-container {
  display: none;
  --fz-button: 14px;
  --fw-button: 500;
}

@media (max-width: 767px) {
  .popular__button-container {
    display: unset;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .popular__button-container {
    --fz-button: 28px;
  }
}
.about-features {
  margin-bottom: 5.125rem;
  padding-top: .6875rem;
}

@media (max-width: 767px) {
  .about-features {
    margin-bottom: 30px;
    padding-top: 12px;
  }
}
@media (max-width: 601px) {
  .about-features {
    margin-bottom: 15px;
    padding-top: 6px;
  }
}
.about-features__gallery {
  margin-bottom: 5.1875rem;
  display: grid;
  grid-template-columns: auto 20.878652% 14.351685% 13.451685%;
  grid-template-rows: 36.70339% 60.601695%;
  column-gap: .5rem;
  row-gap: .5rem;
  grid-template-areas: 'pic1 pic2 pic3 pic4' 'pic1 pic2 pic5 pic5';
}

@media (max-width: 810px) {
  .about-features__gallery {
    grid-template-columns: 41% 24% 15% 15%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .about-features__gallery {
    margin-bottom: 32px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 287px 121px 121px 287px;
    grid-template-areas: 'pic1 pic1' 'pic2 pic3' 'pic2 pic4' 'pic5 pic5';
  }
}
.about-features .about-features__gallery {
  margin-bottom: 4.5625rem;
  grid-template-columns: 41.4% 24.278652% 16.751685% auto;
  grid-template-rows: 31.70339% 64.601695%;
}

@media (max-width: 767px) {
  .about-features .about-features__gallery {
    margin-bottom: 33px;
    grid-template-columns: 49.4% 48.378652%;
    grid-template-rows: 36.8% 15.2% 14.8% 30.6%;
  }
}
.about-features__media:nth-of-type(1) {
  grid-area: pic1;
}

.about-features__media:nth-of-type(2) {
  grid-area: pic2;
}

.about-features__media:nth-of-type(3) {
  grid-area: pic3;
}

.about-features__media:nth-of-type(4) {
  grid-area: pic4;
}

.about-features__media:nth-of-type(5) {
  grid-area: pic5;
}

.about-features__pic {
  height: 100%;
  display: block;
}

.about-features__img {
  border-radius: 1rem;
  object-fit: cover;
}

@media (min-width: 602px) and (max-width: 767px) {
  .about-features__img {
    border-radius: 25px;
  }
}
.about-features__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: .5rem;
  row-gap: .5rem;
}

@media (max-width: 1399px) and (min-width: 769px) {
  .about-features__columns {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .about-features__columns {
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
}
@media (max-width: 601px) {
  .about-features__columns {
    row-gap: 18px;
  }
}
.about-features__column-title {
  margin-bottom: 1.75rem;
  font-family: 'RF Dewi', sans-serif;
  font-size: .875rem;
  line-height: 1.21;
  font-weight: 400;
  color: #a1aeb3;
}

@media (max-width: 767px) {
  .about-features__column-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media (max-width: 601px) {
  .about-features__column-title {
    margin-bottom: 16px;
    font-size: 12px;
  }
}
.about-features__column-desc {
  font-size: .875rem;
  line-height: 148%;
  font-weight: 400;
  color: #000000;
}

@media (max-width: 767px) and (min-width: 602px) {
  .about-features__column-desc {
    font-size: 28px;
  }
}
@media (max-width: 601px) {
  .about-features__column-desc {
    line-height: 1.22;
  }
}
.about-features__column-desc p {
  margin-bottom: .75rem;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

@media (max-width: 767px) {
  .about-features__column-desc p {
    margin-bottom: 26px;
  }
}
@media (max-width: 601px) {
  .about-features__column-desc p {
    margin-bottom: 13px;
  }
}
@media (min-width: 769px) {
  .about-features__column-desc p:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.services-gallery .about-features__gallery {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .services-gallery .about-features__gallery {
    margin-bottom: -18px;
    grid-template-columns: 37.9% 30% 30%;
    grid-template-rows: 47.1% 22.1% 22.1%;
    grid-template-areas: 'pic1 pic1 pic1' 'pic2 pic3 pic4' 'pic2 pic5 pic5';
    column-gap: 4px;
    row-gap: 4px;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .services-gallery .about-features__gallery {
    row-gap: 8px;
    margin-bottom: 16px;
  }
}
.services-location {
  margin-bottom: .5rem;
  padding-top: 81px;
  padding-bottom: 84px;
  background-color: #ffffff;
  border-radius: 1rem;
}

@media (max-width: 767px) {
  .services-location {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .services-location {
    margin-bottom: 16px;
    padding-top: 60px;
    padding-bottom: 80px;
    border-radius: 25px;
  }
}
.services-location ~ .services-location {
  padding-top: 94px;
}

@media (max-width: 767px) {
  .services-location ~ .services-location {
    padding-top: 64px;
  }
}
@media (max-width: 601px) {
  .services-location ~ .services-location {
    padding-top: 34px;
  }
}
.services-location__container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w-container);
  display: grid;
  grid-template-columns: auto 40.9027777778vw;
  grid-template-areas: 'info info' 'gallery services';
  column-gap: 7.9375rem;
  row-gap: 5.875rem;
}

@media (max-width: 1380px) {
  .services-location__container {
    column-gap: 3.75rem;
  }
}
@media (max-width: 1280px) {
  .services-location__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .services-location__container {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }
}
.services-location__info {
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
  color: #000000;
  grid-area: info;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-location__info {
    margin-bottom: 80px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 601px) {
  .services-location__info {
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 330px) {
  .services-location__info {
    padding-left: 0;
    padding-right: 0;
  }
}
.services-location__name {
  margin-bottom: .7777777778em;
  font-size: 1.6875rem;
  line-height: 110%;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-location__name {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
@media (max-width: 601px) {
  .services-location__name {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 120%;
  }
}
.services-location__contacts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .services-location__contacts {
    display: block;
  }
}
.services-location__contacts-item {
  margin-right: .76rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-location__contacts-item {
    margin-right: 24px;
    margin-bottom: 16px;
    font-size: 28px;
  }
}
@media (max-width: 601px) {
  .services-location__contacts-item {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .services-location__contacts-item:last-of-type {
    margin-bottom: 0;
  }
}
.services-location__contacts-item:before {
  content: '';
  margin-right: .5rem;
  width: .875rem;
  height: 1.125rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-location__contacts-item:before {
    margin-right: 16px;
    width: 30px;
    height: 36px;
  }
}
.services-location-address:before {
  background-image: url("/local/templates/main/assets/img/common/icon-geo.svg");
}

.services-location-time {
  margin-right: 14px;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-location-time {
    margin-right: 28px;
  }
}
.services-location-time:before {
  background-image: url("/local/templates/main/assets/img/common/icon-time.svg");
}

.services-location-phone:before {
  background-image: url("/local/templates/main/assets/img/common/icon-tel.svg");
}

.services-location__gallery {
  grid-area: gallery;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-location__gallery {
    margin-bottom: 80px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 601px) {
  .services-location__gallery {
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 330px) {
  .services-location__gallery {
    padding-left: 0;
    padding-right: 0;
  }
}
.services-location__services {
  grid-area: services;
}

.services-location__media {
  margin-bottom: .76rem;
  height: calc(var(--index) * 22);
  display: block;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-location__media {
    margin-bottom: 16px;
    height: 362px;
  }
}
@media (max-width: 601px) {
  .services-location__media {
    margin-bottom: 8px;
    height: 181px;
  }
}
.services-location__pic {
  width: 100%;
  height: 100%;
  display: block;
}

.services-location__img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-location__img {
    border-radius: 24px;
  }
}
.services-location__button-more {
  --button-color: #5f6c75;
  font-family: 'RF Dewi', sans-serif;
}

@media (min-width: 767px) and (max-width: 602px) {
  .services-location__button-book {
    padding-top: 24px;
    padding-bottom: 30px;
  }
}
@media (max-width: 601px) {
  .services-location__button-book {
    padding-top: 12px;
    padding-bottom: 15px;
  }
}
.services-location-service-card {
  margin-bottom: .5rem;
  padding: 1.25rem;
  background: #f0f3f5;
  border-radius: 1rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-location-service-card {
    margin-bottom: 16px;
    padding: 24px 10px 32px 32px;
    border-radius: 24px;
  }
}
@media (max-width: 601px) {
  .services-location-service-card {
    padding: 12px 5px 16px 16px;
  }
}
.services-location-service-card:last-of-type {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .services-location-service-card:last-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 601px) {
  .services-location-service-card:last-of-type {
    margin-bottom: 15px;
  }
}
.services-location-service-card__title {
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-location-service-card__title {
    margin-bottom: 22px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .services-location-service-card__title {
    max-width: 80%;
    line-height: 1.15;
  }
}
@media (max-width: 601px) {
  .services-location-service-card__title {
    margin-bottom: 11px;
    font-size: 14px;
  }
}
.services-location-service-card__desc {
  font-family: 'RF Dewi', sans-serif;
  font-size: .76rem;
  line-height: 1.16;
  font-weight: 400;
  color: #a1aeb3;
}

@media (max-width: 767px) {
  .services-location-service-card__desc {
    max-width: 96%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .services-location-service-card__desc {
    font-size: 24px;
  }
}
.services-location__services-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.625rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-location__services-buttons {
    column-gap: 20px;
  }
}
.services-all__layout {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(320px, 32.5694444444vw);
  column-gap: 0.5rem;
}

@media (max-width: 1024px) {
  .services-all__layout {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .services-all__layout {
    z-index: unset;
  }
}
.services-all__category {
  margin-bottom: 3.75rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-all__category {
    margin-bottom: 64px;
  }
}
@media (max-width: 601px) {
  .services-all__category {
    margin-bottom: 32px;
  }
}
.services-all__title {
  margin-bottom: 2.625rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services-all__title {
    margin-bottom: 48px;
    padding-left: 40px;
  }
}
@media (max-width: 601px) {
  .services-all__title {
    margin-bottom: 24px;
    padding-left: 20px;
  }
}
.services__sidebar {
  --sidebar-minh: calc(var(--index) * 30);
}

@media (max-width: 1024px) {
  .services__sidebar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 13;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.25rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
    transition: all .3s ease;
  }
}
@media (max-width: 767px) {
  .services__sidebar {
    --sidebar-minh: 359px;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .services__sidebar {
    max-width: 600px;
  }
}
.services__sidebar-toggler {
  position: sticky;
  bottom: 1rem;
  z-index: 1;
  margin: 0 auto;
  padding: .7857142857em 1.5714285714em 1em !important;
  width: auto !important;
  display: none;
  pointer-events: initial;
  border-radius: var(--brad-half);
  --button-bg: #5f6c75;
  --button-color: #ffffff;
}

.services__sidebar--active .services__sidebar-toggler {
  display: none;
}

@media (min-width: 602px) and (max-width: 767px) {
  .services__sidebar-toggler {
    border-radius: 12px;
  }
}
@media (max-width: 1024px) {
  .services__sidebar-toggler {
    display: flex;
  }
}
@media (max-width: 601px) {
  /*  .services__sidebar-toggler {
      top: 91.5vh;
    } */
}
.services__sidebar-card {
  top: 9.375rem;
}

@media (min-width: 1800px) {
  .services__sidebar-card {
    margin-bottom: 6.875rem;
  }
}
@media (max-width: 1024px) {
  .services__sidebar-card {
    position: fixed;
    top: unset;
    left: 0;
    right: 0;
    bottom: -100vh;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 1rem);
    transition: all .3s ease;
  }
}
@media (max-width: 767px) {
  .services__sidebar-card {
    padding-top: 28px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .services__sidebar--active .services__sidebar-card {
    bottom: -20px;
  }
}
@media (max-width: 601px) {
  .services__sidebar--active .services__sidebar-card {
    bottom: -20px;
  }
}
@media (max-width: 1024px) {
  .services-all {
    padding-bottom: 100px;
  }

  .services-all__layout {
    margin-bottom: 70px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .services-all {
    padding-bottom: 50px;
  }

  .services-all__layout {
    margin-bottom: 0;
  }
}
.page__services-all .header--scrolled {
  box-shadow: none;
}

@media (min-width: 602px) {
  .page__services-all .page-heading {
    margin-bottom: 40px;
  }
}
.page__services-all .page-heading__title {
  margin-bottom: 2.5rem;
}

@media (max-width: 601px) {
  .page__services-all .page-heading__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .page__services-all .sidebar {
    padding-top: 4.475rem;
  }
}
@media (min-width: 1025px) {
  .page__services-all .blog-sidebar-about__desc {
    font-size: 1.4375rem;
    line-height: 1.08;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .page__services-all .blog-sidebar-about__desc {
    font-size: 28px;
  }
}
@media (min-width: 769px) {
  .stores {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .stores {
    margin-left: -8px;
    width: calc(100% + 16px);
  }
}
.stores__container {
  position: relative;
  height: calc(100vh - 5.25rem - 2rem);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

@media (max-width: 767px) {
  .stores__container {
    height: initial;
  }
}
.stores__list .select__list--single > .select__item {
  background-color: #5f6c75;
  transition: background-color .3s ease;
}

.stores__list .select__list--single > .select__item:hover {
  background-color: #6c7982;
}

.stores__menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 2rem 1.25rem 1rem;
  width: 100%;
  max-width: 22.9861111111vw;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 1rem 0 0 1rem;
  transform-origin: left;
  transition: all .45s ease;
}

.stores__menu::-webkit-scrollbar {
  width: 10px;
}

.stores__menu::-webkit-scrollbar-track {
  background: #ffffff;
}

.stores__menu::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
}

.stores__menu::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

@media (max-width: 767px) {
  .stores__menu {
    margin-top: 320px;
    max-width: 100%;
    height: initial;
    overflow: hidden;
    border-radius: 0;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .stores__menu {
    margin-top: 480px;
    padding-top: 40px;
  }
}
.stores__menu:before {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(95, 108, 117, 0.15) 0%, rgba(95, 108, 117, 0) 100%);
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .stores__menu:before {
    content: '';
    top: -40px;
    height: 40px;
  }
}
@media (max-width: 601px) {
  .stores__menu:before {
    top: -20px;
    height: 20px;
  }
}
.stores__list {
  transform-origin: top;
  transition: all .45s ease, pointerevents 0s;
}

.stores__city {
  position: relative;
  z-index: 2;
  margin-bottom: .75rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .stores__city {
    margin-bottom: 24px;
  }
}
.stores__list-title {
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.stores__results-caption {
  margin-bottom: 1rem;
  font-size: .75rem;
  line-height: 1.16;
  font-weight: 400;
  color: #a2aaad;
}

@media (min-width: 602px) and (max-width: 767px) {
  .stores__results-caption {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.stores-list {
  position: relative;
  width: 100%;
  /* total width */
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
  /* set button(top and bottom of the scrollbar) */
}

.stores-list::-webkit-scrollbar {
  width: .7rem;
  background-color: #ffffff;
}

.stores-list::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: .7rem;
}

.stores-list::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: .25rem solid #ffffff;
  border-radius: .7rem;
}

.stores-list::-webkit-scrollbar-button {
  display: none;
}

@media (max-width: 767px) {
  .stores-list {
    height: initial;
  }
}
.stores__container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  margin-bottom: -.625rem;
  width: calc(22.9861111111vw - .75rem);
  height: 1.25rem;
  display: block;
  pointer-events: none;
  background: linear-gradient(180deg, #ffffff 24.79%, rgba(255, 255, 255, 0) 100%);
  border-radius: 1.25rem 0 0;
}

@media (max-width: 767px) {
  .stores__container:before {
    display: none;
  }
}
.stores__results {
  position: relative;
  z-index: 1;
}

.stores__container:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: calc(22.9861111111vw - .75rem);
  height: 1.25rem;
  display: block;
  pointer-events: none;
  background: linear-gradient(0deg, #ffffff 24.79%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 0 0 1.25rem;
}

@media (max-width: 767px) {
  .stores__container:after {
    display: none;
  }
}
.stores__map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 1rem;
  transform: translateZ(0);
}

@media (max-width: 767px) {
  .stores__map {
    height: 480px;
    border-radius: 0;
  }
}
.stores__map-frame {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

@media (max-width: 767px) {
  .stores__map-frame {
    border-radius: 0;
  }
}
.stores__details {
  z-index: 1;
  max-width: 31.25vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  transform-origin: top;
  transition: all .45s ease, pointerevents 0s;
}

@media (max-width: 767px) {
  .stores__details {
    max-width: 100%;
  }
}
.stores__menu--show-details .stores__details {
  max-height: 125rem;
  overflow: initial;
  opacity: 1;
  pointer-events: initial;
}

.stores__menu--show-details .stores__list {
  max-height: 1px;
  overflow: hidden;
  opacity: 1;
}

.stores__details-show-list {
  --button-color: #5f6c75;
  margin-bottom: 1.75rem;
  border: none;
}

.stores__details-show-list:before {
  content: '';
  margin-right: .625rem;
  width: .625rem;
  height: .625rem;
  display: block;
  background-image: url("/local/templates/main/assets/img/common/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scale(-1, 1);
}

.stores__details-gallery {
  position: relative;
  /* total width */
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
  /* set button(top and bottom of the scrollbar) */
}

.stores__details-gallery::-webkit-scrollbar {
  width: 1rem;
  background-color: #ffffff;
}

.stores__details-gallery::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 1rem;
}

.stores__details-gallery::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: .25rem solid #ffffff;
  border-radius: 1rem;
}

.stores__details-gallery::-webkit-scrollbar-button {
  display: none;
}

@media (max-width: 767px) {
  .stores__details-gallery {
    overflow: initial;
  }
}
.stores__details-info {
  margin-bottom: 1.875rem;
}

.stores__details-route {
  margin-bottom: 2.5rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .stores__details-route {
    font-size: 24px;
  }
}
@media (max-width: 601px) {
  .stores__details-route {
    font-size: 14px;
  }
}
.stores__details-media {
  margin-bottom: .5rem;
  display: block;
}

@media (min-width: 602px) and (max-width: 767px) {
  .stores__details-media {
    margin-bottom: 16px;
  }
}
.stores__details-pic {
  width: 100%;
  height: 100%;
  display: block;
}

.stores__details-img {
  display: block;
  border-radius: var(--brad-half);
  object-fit: cover;
}

@media (min-width: 602px) and (max-width: 767px) {
  .stores__details-img {
    border-radius: 12px;
  }
}
.stores__city-picker {
  --brad: var(--brad-half);
  --fz: .75rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .stores__details-title {
    padding-left: 0;
    padding-right: 0;
  }
}
