@font-face {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://lambrianov-pamyatniki.ru/media/customization/fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: "AtypDisplay";
  font-optical-sizing: auto;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://lambrianov-pamyatniki.ru/media/customization/fonts/AtypDisplay-Regular.ttf");
}

*,
p {
  scroll-behavior: smooth;
  font-family: Inter !important;
  font-weight: 400 !important;
  line-height: 130%;
  color: var(--custom-black-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.header-phones__phone {
  font-family: "AtypDisplay", sans-serif !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  color: var(--custom-black-color);
}

.btn,
.btn-download {
  color: var(--custom-black-color) !important;
}

.conditional-section {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .contacts-block {
    gap: 30px;
  }

  .conditional-section {
    margin-bottom: 50px;
  }

  .related-products-category {
    margin-top: 25px;
  }

  .related-products-category .slider-constructor .slick-prev,
  .related-products-category .slider-constructor .slick-next {
    top: -55px;
  }
}

/* Header */

.header-body {
  background: none;
}

.top-header__content-left {
  gap: 40px;
}

@media (max-width: 1280px) {
  .top-header__content-left {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
}

.top-header__content-right .btn-border,
.catalog-inner-btn,
.header-search--inner {
  display: none;
}

.header-phones__phone {
  background-color: var(--preview-bg-color);
  font-weight: 400;
  padding: 10px 40px;
  transition: all 0.5s ease-in-out;
}

.header-phones__phone:hover {
  background-color: var(--color-button-primary-background-hover);
  color: var(--color-button-muted-text-hover);
}

.main-menu a {
  font-size: 16px;
  opacity: 1;
  letter-spacing: 0.2px;
}

.main-menu {
  margin: 0;
}

.media-icon-1::marker,
.media-icon-2::marker {
  display: none !important;
}

.buttons-line ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.media-icon-1 a,
.media-icon-2 a {
  font-size: 0;
  width: 25px;
  height: 25px;
  display: flex;
  transition: 0.3s;
}

.media-icon-1 a:hover,
.media-icon-2 a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.media-icon-1 a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://lambrianov-pamyatniki.ru/media/uploads/telegram.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.media-icon-2 a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://lambrianov-pamyatniki.ru/media/uploads/max.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-menu li {
  margin-right: 0;
}

.main-menu ul {
  gap: 20px;
}

.header__bottom__container ul {
  display: flex;
  gap: 15px;
  list-style-type: none;
}

.header__bottom__container ul li {
  padding-left: 0;
}

.header__bottom__container ul li:before {
  display: none;
}

.header__bottom__container ul li a {
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}

.header__bottom__container ul li a:hover {
  color: var(--custom-accent-color-400);
  text-decoration: underline;
}

.btn,
.st-button__title {
  font-size: 16px !important;
}

@media (max-width: 767px) {

  .btn,
  .st-button__title {
    font-size: 14px !important;
  }

  .catalog-side.mobile-show {
    display: none !important;
  }

  .header__bottom {
    display: none;
  }

  .catalog-head {
    display: none;
  }
}

/* Main banner */

.main__banner__container {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.main__banner__container__left {
  width: 60%;
}

.main__banner__container__left__text {
  margin-bottom: 35px;
}

h1 {
  font-size: 45px;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 110%;
  text-transform: uppercase;
}

.main__banner__container__left__text p {
  font-size: 16px;
}

.main__banner__container__left a {
  padding: 10px 40px;
  background-color: var(--color-button-primary-background);
  transition: all 0.5s ease-in-out;
}

.main__banner__container__left a:hover {
  background-color: var(--color-button-primary-background-hover);
  color: var(--color-button-primary-text-hover) !important;
}

.main__banner__container__right {
  width: 58%;
}

.main__banner__container__right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  .main__banner__container {
    flex-direction: column;
    gap: 36px;
  }

  .main__banner__container__right,
  .main__banner__container__left {
    width: 100%;
  }

  .main__banner__container__left__text h1 {
    width: 68%;
    font-size: 32px;
  }

  h1,
  h2 {
    font-size: 28px;
  }

  .main__banner__container__left__text p {
    font-size: 14px;
  }

  .main__banner__container__left a {
    font-size: 14px;
  }
}

/* Main page second block */

.main-page__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.main-page__wrapper-2 {
  grid-template-columns: 1fr 1fr;
}

.main-page__wrapper__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  padding: 40px 40px 0 40px;
  background-color: var(--preview-bg-color);
}

.main-page__wrapper__item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
}

.main-page__wrapper__item__top a {
  padding: 12px 16px;
  background-color: var(--custom-white-color);
  flex-shrink: 0;
  font-weight: 400 !important;
  line-height: 110% !important;
  color: var(--custom-black-color);
  transition: all 0.5s ease-in-out;
}

.main-page__wrapper__item__top a:hover {
  background-color: var(--color-button-primary-background-hover);
  color: var(--color-button-primary-text-hover) !important;
}

.main-page__wrapper__item__bottom {
  overflow-y: hidden;
}

.main-page__wrapper__item__bottom img {
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .main-page__wrapper__item__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .main-page__wrapper__item__top {
    flex-direction: row;
    align-items: center;
  }

  .main-page__wrapper__item__top a {
    font-size: 14px;
  }

  .main-page__wrapper {
    grid-template-columns: 1fr;
  }

  .main-page__wrapper__item {
    padding: 25px 25px 0 25px;
  }
}

/* Offers slider */
.offers-slider__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 30px 0 0 40px;
  border: 1px solid var(--custom-gray-color-300);
}

.offers-slider__item.gray {
  background-color: var(--custom-gray-color-50);
  border-color: var(--custom-gray-color-50);
}

.offers-slider__item__left {
  width: 70%;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  z-index: 2;
}

.btn-secondary {
  display: block;
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  padding: 12px 40px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
  margin-top: auto;
  margin-bottom: 0;
}

.btn-secondary:hover {
  background-color: var(--custom-accent-color-400);
  color: var(--custom-black-color);
}

.offers-slider__item__right {
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

.offers-slider__item__right__offer {
  z-index: 5;
  background-color: var(--custom-gray-color-50);
  padding: 5px 10px;
  margin-right: 40px;

  font-family: Atyp Display;
}

.offers-slider__item.gray .offers-slider__item__right__offer {
  background-color: var(--custom-white-color);
}

.offers-slider__item__right img {
  width: 40%;
  height: auto;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider-constructor .slick-prev,
.slider-constructor .slick-next {
  border: none;
  border-radius: 0;
  top: -25px;
}

.slider-constructor .slick-arrow img,
.slider-constructor .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.offers-list .content-standard-box {
  height: 100%;
}

.offers-list .content-background-box__text-content {
  height: 100%;
  padding: 0 !important;
}

.offers-list .slider-constructor .slick-slide>div:not([class]) {
  height: 100%;
}

.offers-list .slick-track {
  display: flex;
  padding-top: 30px;
}

.offers-list .slick-track .slick-slide {
  display: flex;
  height: auto !important;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .offers-list {
    margin-bottom: 110px;
  }

  .offers-list .slick-list {
    min-height: 300px !important;
  }

  .offers-slider__item {
    padding-left: 25px;
    padding-top: 25px;
  }

  .offers-slider__item__right__offer {
    margin-right: 25px;
  }

  .offers-slider__item__right img {
    width: 40%;
  }

  .btn-secondary {
    font-size: 14px !important;
  }

  .link-to-catalog {
    margin-bottom: 70px;
  }
}

@media (max-width: 575.98px) {
  .offers-list .slider-constructor {
    padding-top: 0;
  }

  .offers-list .slick-track {
    padding-top: 0;
  }

  .offers-list .slider-constructor .slick-dots {
    bottom: 0;
  }

  .offers-list {
    margin-bottom: 50px;
  }

  .main__second-block {
    margin-bottom: 50px !important;
  }

  .st-button__icon+.st-button__text {
    display: block;
  }
}

/* Why us */

.why-us__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.why-us__wrapper__item {
  border: 1px solid var(--custom-gray-color-350);
  padding: 24px;
  display: flex;
  position: relative;
}

.why-us__wrapper__item__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-us__wrapper__item__right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 100px;
}

.why-us__wrapper__item__right svg {
  position: absolute;
  top: 0;
  right: 0;
}

.why-us__wrapper__item__right a {
  background-color: var(--custom-gray-color-50);
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
}

.why-us__wrapper__item__right a:hover {
  background-color: var(--color-button-primary-background-hover);
  color: var(--color-button-primary-text-hover) !important;
}

@media (max-width: 767px) {
  .why-us__wrapper {
    grid-template-columns: 1fr;
  }

  .why-us__wrapper__item__right a {
    font-size: 14px;
  }
}

/* Examples product */

.examples-catalog {
  margin-bottom: 30px;
}

.product-card-v2 {
  border: 1px solid var(--custom-gray-color-350);
}

.product-card-v2__pricing-txt {
  display: none;
}

.product-card-v2__price {
  color: var(--custom-black-color);
  font-family: "AtypDisplay", sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 130%;
}

.product-card-v2__price span {
  font-size: 24px !important;
  font-weight: 500 !important;
}

.text-color-accent, .product-card-v2__price.text-color-accent span {
  color: grey !important;
  position: relative;
}

.text-color-accent::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #c10808;
  top: 50%;
  left: 0;
  position: absolute;
}

.slider-constructor .slick-slide>div:not([class]) {
  width: 100%;
}

.slider-constructor .slick-prev svg,
.slider-constructor .slick-next svg {
  display: none;
}

.slider-constructor .slick-prev {
  background-image: url(https://lambrianov-pamyatniki.ru/media/uploads/2025/group_6748.svg);
  background-size: contain;
  background-position: center;
}

.slider-constructor .slick-next {
  background-image: url(https://lambrianov-pamyatniki.ru/media/uploads/2025/group_6747.svg);
  background-size: contain;
  background-position: center 2px;
}

.examples-catalog .slick-track,
.standart-catalog .slick-track {
  padding-top: 30px;
}

.catalog-link-wrapper .container {
  display: flex;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .examples-catalog .slider-constructor {
    padding-top: 0;
  }

  .catalog-link-wrapper .container {
    justify-content: left;
  }

  .slider-constructor .slick-dots {
    bottom: -30px;
  }

  .slick-dots button {
    border-radius: 0;
  }
}

/* Individual form */

.individ-form {
  display: flex;
  gap: 10px;
}

.individ-form .form-group {
  margin-bottom: 10px;
}

.individ-form .form-control {
  padding: 0 17px;
  height: 50px;
  line-height: 110%;
  border-radius: 0;
}

.individ-form .form-control::placeholder {
  color: var(--custom-black-color);
  opacity: 1;
  font-size: 14px;
}

.individ-form__left {
  width: 50%;
  border: 1px solid var(--custom-gray-color-350);
  padding: 35px;
}

.individ-form__left p {
  width: 70%;
}

.individ-form__left span {
  display: inline-block;
  margin-bottom: 10px;
}

.individ-form__left form {
  width: 60%;
}

.individ-form__left .button-theme_primary {
  background-color: var(--custom-accent-color-500) !important;
  border: none !important;
  color: var(--custom-white-color) !important;
  padding: 12px 40px;
  transition: all 0.5s ease-in-out !important;
  width: fit-content;
}

.individ-form__left .button-theme_primary:hover {
  background-color: var(--color-button-secondary-background-hover) !important;
  color: var(--custom-black-color) !important;
  border: none !important;
}

.individ-form__right {
  width: 50%;
}

.individ-form__right img {
  width: 100%;
  height: 100%;
}

.individual-gallery {
  margin-top: 80px;
}

.individual-gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.individual-gallery__wrapper__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .individ-form__left .button-theme_primary {
    font-size: 14px !important;
  }

  .individ-form {
    flex-direction: column;
  }

  .individ-form__left,
  .individ-form__right,
  .individ-form__left p,
  .individ-form__left form {
    width: 100%;
  }

  .individ-form__left {
    padding: 40px 24px;
  }

  .individ-form__left p {
    margin-bottom: 30px;
  }

  .individual-gallery__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Standart catalog */

.standart-catalog .product-card-v2__image .image img,
.trotuar-catalog .product-card-v2__image .image img,
.exclusive-catalog .product-card-v2__image .image img,
.memorial-catalog .product-card-v2__image .image img {
  width: 100%;
  padding: 0;
  height: 100%;
  object-fit: contain;
}

.memorial-catalog .product-card-v2__image .image img {
  object-fit: fill;
}

.standart-catalog-header-block,
.trotuar-catalog-header-block,
.exclusive-catalog-header-block {
  margin-bottom: -25px;
}

.memorial-catalog-header-block {
  margin-bottom: -24px;
}

.standart-catalog-header-block h2,
.trotuar-catalog-header-block h2,
.exclusive-catalog-header-block h2,
.memorial-catalog-header-block h2 {
  margin-bottom: 9px;
  width: 80%;
}

.examples-catalog h2.mb-25 {
  margin-bottom: 0 !important;
}

.standart-catalog .slick-track,
.trotuar-catalog .slick-track,
.exclusive-catalog .slick-track,
.memorial-catalog .slick-track {
  padding-top: 50px;
}

.memorial-catalog {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {

  .standart-catalog .slick-track,
  .trotuar-catalog .slick-track,
  .exclusive-catalog .slick-track,
  .memorial-catalog .slick-track {
    padding-top: 25px;
  }

  .standart-catalog,
  .trotuar-catalog,
  .exclusive-catalog {
    margin-bottom: 100px;
  }

  .memorial-catalog {
    margin-bottom: 30px;
  }
}

/* О компании */

.about-container__wrapper {
  display: flex;
  gap: 10px;
}

.about-container__wrapper__left {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  border: 1px solid var(--custom-gray-color-350);
  padding: 40px;
}

.about-container__wrapper__left a {
  display: block;
  width: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  background-color: var(--custom-gray-color-50);
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
}

.about-container__wrapper__left a:hover {
  background-color: var(--color-button-primary-background-hover);
  color: var(--color-button-primary-text-hover) !important;
}

.about-container__wrapper__left img {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}

.about-container__wrapper__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-container__wrapper__right__item {
  padding: 40px;
  border: 1px solid var(--custom-gray-color-350);
}

.about-container__wrapper__right__item.gray {
  position: relative;
  background-color: var(--custom-gray-color-50);
  padding-right: 120px;
  border: none;
}

.about-container__wrapper__right__item.gray p {
  margin-bottom: 48px;
}

.about-container__wrapper__right__item.gray a {
  display: block;
  width: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  background-color: var(--custom-white-color);
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
}

.about-container__wrapper__right__item.gray a:hover {
  background-color: var(--color-button-primary-background-hover);
  color: var(--color-button-primary-text-hover) !important;
}

.about-container__wrapper__right__item.gray img {
  position: absolute;
  height: 90%;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

.about-container__wrapper__right__item a:hover svg rect,
.about-container__wrapper__right__item a:hover svg path {
  transition: all 0.5s ease-in-out;
}

.about-container__wrapper__right__item a:hover svg rect {
  fill: var(--color-button-primary-background-hover);
}

.about-container__wrapper__right__item a:hover svg path {
  fill: var(--custom-white-color);
}

.about-container__wrapper__right__item a:hover svg.tg path {
  fill: var(--color-button-primary-background-hover);
  stroke: var(--custom-white-color);
}

@media (max-width: 767px) {
  .about-container {
    display: none;
  }
}

/* Блок с видео */

.video-block__container__top {
  display: flex;
}

.video-block__container__top p {
  width: 20%;
  flex-shrink: 0;
}

.video-block__container__top .btn {
  flex-shrink: 0;
  width: fit-content;
  margin-left: 60px;
  font-size: 16px;
}

.video-block__container__top .btn:hover {
  color: var(--custom-white-color) !important;
}

.video-block__container .btn.mobile {
  display: none;
}

.video-block__container__bottom {
  display: flex;
  gap: 10px;
}

.video-block__container__bottom__video {
  width: 50%;
}

@media (max-width: 767px) {
  .video-block__container__bottom__video:last-child {
    display: none;
  }

  .video-block__container__top .btn {
    display: none;
  }

  .video-block__container .btn.mobile {
    display: inline-flex;
    font-size: 14px;
    width: fit-content !important;
    padding: 0 20px;
    margin-top: 15px;
  }

  .video-block__container__top {
    flex-direction: column;
  }

  .video-block__container__top p {
    width: 50%;
  }

  .video-block__container__bottom__video {
    width: 100%;
  }
}

/* Slider */

.header-for-slider-container {
  margin-bottom: -13px;
}

.header-for-slider-container h2 {
  margin-bottom: 0;
}

.photo-slider-container {
  margin-bottom: 120px;
}

.photo-slider-container .slick-track {
  padding-top: 50px;
}

@media (max-width: 575.98px) {
  .photo-slider-container .slick-track {
    padding-top: 0;
  }
}

/* Footer */
footer {
  padding-top: 120px;
}

.footer-top-image {
  margin-bottom: 0;
}

.footer-top-image .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.footer-top-image .footer-image {
  width: 100%;
  height: 134px;
  background-image: url(https://lambrianov-pamyatniki.ru/media/uploads/2025/frame_6736.svg);
  background-repeat: repeat-x;
}

.footer-top-container {
  background-color: var(--footer-bg-color);
  padding-top: 120px;
  margin-bottom: 0;
}

.footer-top-container__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer-top-container__wrapper__left {
  width: 60%;
}

.footer-top-container__wrapper__left h2,
.footer-top-container__wrapper__left p {
  color: var(--custom-white-color);
}

.footer-top-container__wrapper__left h2 {
  font-size: 40px;
}

.footer-top-container__wrapper__left p {
  width: 75%;
}

.footer-top-container__wrapper__right {
  width: 40%;
}

.footer-top-container__wrapper__right .form-group {
  margin-bottom: 10px;
}

.footer-top-container__wrapper__right .form-control {
  background: none;
  border-color: var(--custom-white-color);
  color: var(--custom-white-color);
  border-radius: 0;
  font-family: "AtypDisplay", sans-serif !important;
}

.footer-top-container__wrapper__right .form-control::placeholder {
  color: var(--custom-white-color);
  font-family: "AtypDisplay", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

.footer-top-container__wrapper__right .btn {
  color: var(--custom-black-color) !important;
}

.footer-top-container__wrapper__right .btn:hover {
  color: var(--color-button-primary-text-hover) !important;
}

.footer-content__title {
  font-family: "AtypDisplay", sans-serif !important;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer-right .footer-content__title {
  display: none;
}

.footer-content__column a {
  font-size: 16px;
}

.footer-subscribe {
  display: none;
}

.footer-phone a {
  font-family: "AtypDisplay", sans-serif !important;
  font-size: 24px;
}

.footer-contact {
  font-size: 24px;
}

.footer-first-column .logo img {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1280px) {
  .footer-content__menu {
    width: auto;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  footer {
    padding-top: 75px;
  }

  .footer-top-image .footer-image {
    height: 96px;
  }

  .footer-top-container {
    padding-top: 75px;
  }

  .footer-top-container__wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .footer-content__menu {
    order: -1;
  }

  .footer-right {
    order: 4;
  }

  .footer-first-column {
    align-items: flex-start;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .footer-top-container__wrapper__left h2 {
    font-size: 28px;
  }

  .footer-top-container__wrapper__left {
    width: 100%;
  }

  .footer-top-container__wrapper__left p {
    width: 90%;
  }

  .footer-top-container__wrapper__right {
    width: 100%;
  }

  .footer-phone a,
  .footer-contact {
    font-size: 22px;
  }
}

/* О компании */

.article-inner__share {
  display: none;
}

.about-company {
  display: flex;
  gap: 10px;
}

.about-company__item {
  width: 50%;
  padding: 40px;
  border: 1px solid var(--custom-gray-color-350);
}

.about-company__item p,
.about-company__item ul li {
  font-family: "AtypDisplay", sans-serif !important;
  width: 80%;
}

.about-company__item.gray {
  background-color: var(--custom-gray-color-50);
  border-color: var(--custom-gray-color-50);
}

.about-company__item.gray h6 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .about-company {
    flex-direction: column;
  }

  .about-company__item {
    width: 100%;
  }

  .about-company__item p,
  .about-company__item ul li {
    width: 100%;
  }
}

.client-item {
  height: 177px;
  border: 1px solid var(--custom-gray-color-350);
}

.client-item__text {
  bottom: 45%;
  font-family: "AtypDisplay", sans-serif !important;
}

.client-item_bg::after {
  opacity: 0;
}

.client-item_bg:hover::after {
  background: var(--color-button-primary-background-hover);
  opacity: 1;
}

.client-item:hover {
  background-color: var(--color-button-primary-background-hover);
}

/* Отзывы */

.reviews-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.reviews-wrapper__item {
  position: relative;
  display: flex;
  padding: 45px;
  border: 1px solid var(--custom-gray-color-350);
}

.reviews-wrapper__item.gray {
  background-color: var(--custom-gray-color-50);
  border-color: var(--custom-gray-color-50);
}

.reviews-wrapper__item__text h5 {
  font-size: 16px;
  font-weight: 600 !important;
  margin-bottom: 15px;
}

.reviews-wrapper__item__text p {
  font-family: "AtypDisplay", sans-serif !important;
}

.reviews-wrapper__item__photo {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.article-inner__content {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .reviews-wrapper {
    grid-template-columns: 1fr;
  }

  .article-inner__content {
    width: 100%;
    padding: 20px 15px;
  }
}

/* Индивидуальное проектирование */
.individual-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.individual-wrapper__item p,
.individual-wrapper__item ul li {
  font-family: "AtypDisplay", sans-serif !important;
}

.individual-wrapper__item.gray {
  background-color: var(--custom-gray-color-50);
  padding: 40px;
}

.individual-wrapper__item.gray h5 {
  font-weight: 600 !important;
  margin-top: 30px;
  margin-bottom: 20px;
}

.individual-wrapper__item.image {
  border: 1px solid var(--custom-gray-color-350);
}

.individual-wrapper__item.image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.individual-wrapper__item.individual-form {
  border: 1px solid var(--custom-gray-color-350);
  padding: 40px;
}

.individual-wrapper__item.individual-form p {
  margin-bottom: 30px;
}

.individual-wrapper__item.individual-form h5 {
  margin-bottom: 12px;
  font-weight: 600 !important;
}

.individual-wrapper__item.individual-form #id_comment {
  min-height: 40px;
  height: 40px;
}

.individual-wrapper__item.individual-form .btn {
  padding-left: 45px;
  padding-right: 45px;
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
}

.individual-wrapper__item.individual-form .btn:hover {
  background-color: var(--custom-accent-color-400) !important;
  border-color: var(--custom-accent-color-400) !important;
  color: var(--custom-black-color) !important;
}

@media (max-width: 767px) {
  .individual-wrapper {
    grid-template-columns: 1fr;
  }

  .individual-wrapper__item.image {}
}

.offets-slider__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.offets-slider__wrapper .offers-slider__item .offers-slider__item__left,
.offets-slider__wrapper .offers-slider__item .offers-slider__item__right {
  width: 50%;
}

@media (max-width: 767px) {
  .offets-slider__wrapper {
    grid-template-columns: 1fr;
  }

  .offets-slider__wrapper .offers-slider__item {
    padding: 30px 0 0 20px;
  }

  .offets-slider__wrapper .offers-slider__item .offers-slider__item__right__offer {
    margin-right: 20px;
  }

  .offets-slider__wrapper .offers-slider__item .offers-slider__item__left {
    width: 100%;
  }

  .offets-slider__wrapper .offers-slider__item .offers-slider__item__right {
    width: fit-content;
  }

  .offets-slider__wrapper .offers-slider__item__right img {
    display: none;
  }
}

/* Благоустройство */
.improvement-container p {
  font-size: 18px;
  font-family: "AtypDisplay", sans-serif !important;
  margin-bottom: 65px;
}

.improvement-container h3 {
  font-size: 28px;
}

.improvement-container__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 25px;
}

.improvement-container__wrapper__item {
  height: 190px;
  position: relative;
  padding: 30px;
  background-color: var(--custom-gray-color-50);
}

.improvement-container__wrapper__item img {
  object-fit: contain;
  margin-bottom: 0;
  height: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.improvement-container .btn {
  color: var(--custom-black-color) !important;
}

.improvement-container .btn:hover {
  color: var(--custom-white-color) !important;
}

.catalog-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.catalog-menu-item {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
}

.catalog-menu-item:before {
  display: none;
}

.catalog-menu-item:after {
  opacity: 0;
}

.catalog-menu-item__name {
  top: 25px;
  font-size: 18px;
  font-family: "AtypDisplay", sans-serif !important;
}

.catalog-filter .catalog-filter-body {
  background: var(--custom-gray-color-50);
  border: none;
  box-shadow: none;
}

.catalog-filter-accordion .opener::before {
  border: none;
}

.catalog-filter__btns {
  padding: 0 20px;
}

.catalog-filter__btns .btn {
  width: 100%;
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
}

.catalog-filter__btns .btn:hover {
  background-color: var(--custom-accent-color-400) !important;
  border-color: var(--custom-accent-color-400) !important;
  color: var(--custom-black-color) !important;
}

.product-card-v2__image .image img {
  width: 100% !important;
  padding: 0;
  object-fit: contain;
}

.product-card__left {
  padding: 20px;
  border: 1px solid var(--custom-gray-color-350);
}

.product-card__container {
  justify-content: flex-start;
  gap: 10px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .improvement-container__wrapper {
    grid-template-columns: 1fr;
  }

  .catalog-menu {
    grid-template-columns: 1fr;
  }

  .catalog-menu-item {
    width: 100% !important;
  }
}

.icon-sort-price span,
.icon-sort-price span:before,
.icon-sort-price span:after {
  background-color: var(--option-item__bg) !important;
}

.catalog-sorting__title {
  color: var(--custom-black-color);
  opacity: 1;
}

.sort-availability {
  display: none;
}

.catalog-right {
  display: none;
}

.breadcrumbs a {
  text-transform: none;
}

.client-item__text {
  color: var(--custom-black-color);
}

.portfolio-card-info {
  position: relative;
  flex-direction: row;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.portfolio-card-type {
  position: absolute;
  top: 20px;
  left: 20px;
}

.portfolio-card-title,
.portfolio-card-placeholder {
  color: var(--custom-white-color);
}

.portfolio-card-placeholder {
  width: fit-content;
  gap: 2px;
  margin-left: -95px;
}

body .portfolio-card-placeholder .svg-icon svg {
  fill: var(--custom-white-color) !important;
  color: var(--custom-white-color) !important;
  stroke: var(--custom-white-color) !important;
}

.g-content_inner {
  padding: 0;
}

.g-content_inner span.h2 {
  text-transform: uppercase;
  display: none;
}

.product-set-title.h2 {
  text-transform: uppercase;
}

.tab-content {
  padding: 0;
  padding-top: 50px;
}

.product-slider .slick-track {
  padding-top: 50px;
}

.product-set-title {
  margin-bottom: -8px;
}

.additional-products-block__price {
  max-width: fit-content;
  flex-direction: row;
  align-items: center;
}

.additional-products-block__price-text {
  font-family: "AtypDisplay", sans-serif !important;
  text-transform: uppercase;
  font-size: 28px !important;
  line-height: 130% !important;
}

.additional-product__info {
  width: fit-content;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.additional-product__price {
  font-family: "AtypDisplay", sans-serif !important;
  font-size: 28px !important;
  line-height: 130% !important;
  text-transform: uppercase;
}

.additional-product__price-block {
  margin-bottom: 0;
}

.additional-product p {
  font-family: "AtypDisplay", sans-serif !important;
  color: var(--custom-black-color);
  margin-bottom: 0;
}

.additional-product__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 20px 40px;
}

.additional-product__articul {
  display: none;
}

.additional-product__info {
  padding: 20px 40px 20px 0;
}

.additional-product__price-title {
  display: none !important;
}

.additional-product__title {
  font-size: 20px !important;
  line-height: 130% !important;
  overflow: visible;
}

.additional-product__image-wrapper {
  display: none;
}

.product-card-container {
  margin-top: 100px;
}

.products-calc-final-price {
  font-family: "AtypDisplay", sans-serif !important;
}

.product-card__discription {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  padding: 40px 40px 20px 40px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--custom-gray-color-350);
}

.product-card__discription-title,
.product-item__status--many {
  color: var(--custom-black-color);
  font-family: "AtypDisplay", sans-serif !important;
}

.product-card ul li {
  color: var(--custom-black-color);
  margin-bottom: 5px;
}

.product-item__status {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "AtypDisplay", sans-serif !important;
}

.product-card__slideshow {
  width: 40%;
  padding: 20px;
  border: 1px solid var(--custom-gray-color-350);
}

.product-card__left {
  padding: 40px;
  width: 50%;
}

.product-card__content {
  width: 60%;
}

.product-card__right {
  width: 50%;
  margin-left: 10px;
}

.product-card__right__info {
  height: 100%;
  padding: 20px 40px 40px 40px;
  background-color: var(--custom-gray-color-50);
}

.product-card__right__info ul {
  list-style-type: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 28px;
}

.product-card__right__info ul li p {
  font-family: "AtypDisplay", sans-serif !important;
}

.product-card__right__info h6 {
  font-weight: bolder !important;
  margin-bottom: 10px;
}

.product-card__right__info .form-control {
  background-color: transparent;
  box-shadow: none;
}

.product-card__right__info .form-control::placeholder {
  color: var(--custom-black-color);
  font-size: 14px;
}

.product-card__right__info .btn {
  color: var(--custom-black-color) !important;
}

.product-card__right__info .btn:hover {
  color: var(--custom-white-color) !important;
}

body .product-card__personal-cost strong {
  font-family: "AtypDisplay", sans-serif !important;
  color: var(--custom-black-color) !important;
  font-size: 30px;
}

.product-card-container .product-card-content {
  width: 100%;
}

.product-card-content .tabs {
  gap: 24px;
}

.product-card-content .tabs li {
  font-family: "AtypDisplay", sans-serif !important;
  height: auto;
  padding: 0;
  text-align: left;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--custom-gray-color-350);
}

.product-card-content .tabs li.active {
  color: var(--custom-black-color);
}

.product-card__navigation {
  border-bottom: none;
}

.product-card__head {
  border-bottom: none;
}

.product-card__artikul {
  display: none;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  display: none;
}

#sync2 {
  margin: 0;
}

.owl-dots.disabled {
  display: none;
}

.product-counter_disabled .product-counter__order-up::after,
.product-counter_disabled .product-counter__order-down::before {
  color: var(--custom-black-color);
}

.product-counter_disabled .product-counter__input {
  font-family: "AtypDisplay", sans-serif !important;
  font-size: 14px;
  color: var(--custom-black-color);
}

/* Портфолио */

.portfolio-widget {
  border: none;
  padding: 0;
}

.portfolio-widget-pictures {
  gap: 10px;
}

.additional-products-block__button {
  display: none;
}

.product-counter:hover {
  background-color: transparent;
  border-color: var(--custom-black-color);
}

.product-counter_active {
  background-color: transparent;
  border-color: var(--custom-black-color);
}

.product-counter:hover .product-counter__order-up:hover,
.product-counter:hover .product-counter__order-down:hover {
  background-color: var(--custom-accent-color-400);
}

.shopping-cart-product .input-number {
  display: none;
}

.product-card__radio-options a {
  color: var(--custom-black-color);
  border-color: var(--custom-gray-color-350);
}

.product-card__radio-options.product-modification-params a.active,
.product-card__product-mod-param_active {
  color: var(--custom-black-color);
  background-color: var(--custom-accent-color-400);
  border-color: var(--custom-accent-color-400);
}

.product-card__radio-options a:hover {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  border-color: var(--custom-accent-color-500);
}

.shopping-cart-btn .cart-icon {
  display: none;
}

.shopping-cart-btn {
  color: var(--custom-black-color) !important;
  font-size: 16px;
}

.shopping-cart-btn:hover {
  color: var(--custom-white-color) !important;
}

.product-card__personal-cost span,
.product-card__radio-options span {
  font-size: 20px;
  font-family: "AtypDisplay", sans-serif !important;
  color: var(--custom-black-color);
}

.product-card__radio-options span {
  margin-bottom: 10px;
}

.portfolio-widget-pictures {
  margin-bottom: 10px;
}

.g-title {
  display: none;
}

.portfolio-form__wrapper {
  display: flex;
  background-color: var(--custom-gray-color-50);
  padding: 40px;
}

.portfolio-form__wrapper__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.portfolio-form__wrapper__item .btn {
  width: fit-content;
  margin-top: 15px;
}

.portfolio-form__wrapper__item h6 {
  font-size: 24px;
  margin-bottom: 20px;
}

.portfolio-form__wrapper__item .form-control {
  background-color: transparent;
  box-shadow: none;
  width: fit-content;
}

.portfolio-form__wrapper__item .form-control::placeholder {
  color: var(--custom-black-color);
  font-size: 14px;
}

.portfolio-form__wrapper__item .form-group-inline .btn {
  margin-top: 0;
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
}

.portfolio-form__wrapper__item .form-group-inline .btn:hover {
  background-color: var(--custom-accent-color-400) !important;
  color: var(--custom-black-color) !important;
  border-color: var(--custom-accent-color-400) !important;
}

@media (max-width: 767px) {
  .portfolio-form__wrapper {
    flex-direction: column;
    padding: 20px;
    gap: 50px;
  }

  .portfolio-form__wrapper__item {
    width: 100%;
  }

  .portfolio-form__wrapper__item .btn {
    width: 100%;
  }

  .product-card-v2__price {
    font-size: 20px;
  }
}

.st-button__icon_cart {
  display: none;
}

.main__second-block {
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .main__second-block {
    margin-bottom: 90px;
  }

  .breadcrumbs :first-child a::before {
    background-image: url(https://lambrianov-pamyatniki.ru/media/uploads/2025/slideshow-arrow.svg) !important;
  }

  .product-card__slideshow {
    width: 100%;
    margin-bottom: 0;
  }

  .product-card__content {
    width: 100%;
  }

  .product-card__left {
    width: 100%;
  }

  .product-card__right {
    width: 100%;
    margin-left: 0;
  }

  .product-card-bottom {
    display: none;
  }

  .product-slider .slick-track {
    padding-top: 0;
  }

  .product-card-container {
    margin-top: 50px;
  }

  .product-card-content .tab-content {
    padding-top: 0;
  }

  .product-card-content .tabsgroup {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .product-card-content .tab_drawer_heading {
    font-style: normal;
    font-size: 20px !important;
    font-family: "AtypDisplay", sans-serif !important;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: transparent !important;
    border: 1px solid var(--custom-gray-color-350);
  }

  .product-card-content .tab_drawer_heading .icon {
    top: 10px;
    height: auto;
  }

  .product-card-content .tab_drawer_heading.d_active {
    background-color: transparent !important;
    border: 1px solid var(--custom-gray-color-350);
    border-bottom: none;
  }

  .product-card-content .tab-content {
    padding: 20px;
    border: 1px solid var(--custom-gray-color-350);
    border-top: none;
    margin-top: -6px;
  }

  .product-card-content .tab-content .text-page {
    width: 100%;
  }

  .st-button__icon+.st-button__text {
    display: block;
  }

  .additional-products-block__price {
    margin-bottom: 0;
  }

  .st-button__title {
    color: var(--custom-black-color);
    font-size: 14px !important;
  }
}

.st-button__title {
  color: var(--custom-black-color);
}

.st-button_primary:hover .st-button__title {
  color: var(--custom-white-color);
}

.bottom-mobile-menu__content {
  background-color: var(--custom-black-color);
}

.bottom-mobile-menu-button_active .bottom-mobile-menu-button__text {
  color: var(--custom-white-color);
}

.contacts-block {
  border: none;
}

.contacts-block__info {
  padding: 0;
}

.contacts-block__title {
  display: none;
}

.contacts-block__title-red {
  display: none;
}

.contact-line .icon {
  width: 24px;
}

.contact-line span,
.contact-line a,
.contact-text-line p {
  font-family: "AtypDisplay", sans-serif !important;
  font-size: 16px;
  line-height: 110%;
  color: var(--custom-black-color);
}

.contact-line a:hover {
  color: var(--custom-black-color);
}

.contact-text-line {
  margin-top: 36px;
}

.contact-text-line h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.header-body__content {
  height: 0;
}

.header-user,
.simple-order-form__column#pickup-section {
  display: none !important;
}

.header-cart {
  margin-top: 20px;
}

.header-cart span.cart-number {
  font-size: 12px;
  color: var(--custom-black-color);
  border-radius: 0;
  background: var(--preview-bg-color);
  margin-top: 2px;
}

.mobile-phone a {
  font-family: "AtypDisplay", sans-serif !important;
}

@media (max-width: 767px) {
  .section.mobile-show.header-top-bg-color {
    display: none !important;
  }

  .page-head {
    margin-top: 0;
    background: transparent;
  }

  .additional-products-block-wrapper {
    margin-bottom: 0 !important;
  }

  .additional-product {
    height: auto;
    border: none;
    border-bottom: 1px solid var(--custom-gray-color-350);
  }

  .additional-product__content {
    flex-direction: row;
    padding: 0;
    padding-bottom: 10px;
  }

  .additional-product__title {
    font-size: 16px !important;
  }

  .additional-product__price {
    font-size: 16px !important;
  }

  .additional-product__description {
    padding: 0;
  }

  .additional-product__info {
    padding: 0;
  }

  .additional-products-block__price-text {
    font-size: 20px !important;
    margin-bottom: 0 !important;
  }

  .additional-product__counter-text {
    display: none;
  }

  #callme-modal .form-text {
    margin-top: 15px;
  }

  #callme-modal .fancybox-close-small {
    background: transparent;
    border-color: var(--color-button-primary-background);
  }

  .fancybox-close-small svg {
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }

  #callme-modal .form-close {
    display: none;
  }
}

.burger-menu {
  width: 39px;
}

.burger,
.burger::before,
.burger::after {
  width: 39px;
  background-color: var(--custom-black-color);
}

@media (max-width: 1100px) {
  .logo img {
    max-width: 100%;
  }
}

.bottom-mobile-menu-button:hover .bottom-mobile-menu-button__text {
  color: var(--custom-accent-color-400);
}

.catalog-menu-item:hover:after {
  opacity: 1;
  background: var(--custom-accent-color-500);
}

.catalog-menu-item:hover .catalog-menu-item__name {
  color: var(--custom-white-color);
}

.st-button_muted:hover .st-button__title {
  color: var(--custom-white-color);
}

.btn:active,
.btn-download:active {
  background-color: var(--custom-accent-color-500);
}

.btn:hover,
.btn-download:hover {
  color: var(--custom-white-color) !important;
}

.footer-social span {
  opacity: 1;
}

.footer-social a.svg {
  width: 30px;
  height: 30px;
}

.footer-social svg.icon {
  width: 15px;
}

.footer-bottom__left {
  display: none;
}

.footer-bottom {
  justify-content: flex-end;
}

.pagination .prev {
  background-color: var(--white-color);
  border: 1px solid var(--color-button-primary-border);
}

.about-company__item ul {
  margin-bottom: 27px;
}

.product-card__nav-next:hover,
.product-card__nav-prev:hover {
  background-color: transparent;
  color: var(--custom-accent-color-500);
}

.product-card-container {
  margin-bottom: 100px;
}

.product-card-container .tabsgroup {
  margin-bottom: 0;
}

.product-card__head {
  padding-left: 0;
}

.product-card__nav-prev {
  padding-left: 0;
}

.product-card__nav-next {
  padding-right: 0;
}

.product-card__left .shopping-cart-product {
  width: 100%;
}

.shopping-cart-btn {
  padding-left: 40px !important;
  padding-right: 40px;
}

.st-button_primary {
  color: var(--custom-black-color);
  font-size: 14px;
}

.input-number .order-up,
.input-number .order-down {
  border-color: var(--color-button-primary-background);
}

.mobile-search button:hover {
  background-color: var(--color-button-secondary-background-hover);
}

.st-button_primary.w-100 {
  font-size: 16px;
}

.shopping-cart-product .st-button_primary.w-100 {
  font-size: 16px;
  height: 48px;
  padding: 0 40px;
}

.video-block__container__top p {
  width: max-content;
  margin-left: auto;
}

.mobile-search button:active {
  background: #d4c6b6;
}

.mobile-ul {
  margin-bottom: 16px;
  padding: 0 0 20px 0;
  width: 100%;
}

.gallery-product h2 {
  margin-bottom: 35px;
}

.gallery-product {
  margin-bottom: 120px !important;
}

.wa-btn {
  background-color: var(--preview-bg-color);
  padding: 10px 30px;
  transition: 0.2s;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 100%;
}

.wa-btn:hover {
  background-color: var(--color-button-primary-background-hover);
  color: var(--color-button-muted-text-hover);
  transition: 0.2s;
}

.wa-btn img {
  margin: 0;
  width: 21px;
}

.wa-btn .hover-img,
.wa-btn:hover .default-img,
.product-card__navigation {
  display: none;
}

.wa-btn:hover .hover-img {
  display: block;
}

.shopping-cart-btn,
.st-button_primary.w-100,
.product-card__right__info .btn,
.product-card .btn-border {
  height: 42px !important;
  width: 100% !important;
  font-size: 16px;
}

.product-card .btn-border {
  margin: 0;
}

.product-card .btn-border:hover {
  color: var(--custom-black-color) !important;
}

.product-card__right__info {
  max-height: max-content;
}

header .logo {
  width: 276px;
}

@media (max-width: 1279px) {
  .main-menu {
    margin-left: 0;
  }

  .footer-content__column--lg {
    flex: 1 1 250px !important;
  }
}

@media (max-width: 1023px) {
  .product-card__left {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-card__right {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  main {
    padding-top: 100px !important;
  }

  .footer-first-column {
    width: 240px;
  }
}

@media (max-width: 991px) {
  .gallery-product .catalog-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .footer-content__menu {
    order: -1;
    gap: 30px;
  }

  .st-button_primary.w-100 {
    font-size: 14px;
  }

  .video-block__container__top p {
    width: 100%;
    margin-left: 0;
  }

  .product-card__right__info,
  .product-card__discription {
    padding: 20px;
  }

  .product-card-v2__price span {
    font-size: 20px !important;
  }

  .gallery-product {
    margin-bottom: 80px !important;
  }

  .header-cart {
    margin-left: -40px;
    margin-top: 0;
  }

  .shopping-cart-btn,
  .st-button_primary.w-100,
  .product-card__right__info .btn,
  .product-card .btn-border {
    font-size: 14px !important;
  }

  .product-card__left {
    padding: 20px;
  }

  .page-head {
    width: 100%;
    margin: 0;
    padding: 10px 0px;
    margin-top: 10px !important;
  }

  .product-sidebar__static-text-wrapper {
    margin: 0 !important;
  }

  header .logo {
    width: 200px;
  }
}

@media (max-width: 575px) {
  main {
    padding-top: 40px !important;
  }

  .offers-list .slider-constructor .slick-dots {
    bottom: -20px;
  }

  .gallery-product .catalog-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}


main {
  overflow: hidden;
}

.cookie-modal__content button {
  border-radius: 0;
  font-size: 14px;
  color: var(--custom-black-color);
  height: 37px;
}

.cookie-modal__content button:hover {
  background-color: var(--color-button-primary-background-hover);
  color: var(--color-button-primary-text-hover);
  border-color: var(--color-button-primary-background-hover);
}

.delivery-total__sm {
  font-size: 14px;
  line-height: 16px;
  display: none;
}

.product_set_slider .st-button,
.catalog-body .st-button {
  display: none;
}

.ymaps-2-1-79-ground-pane canvas,
.ymaps-2-1-79-ground-pane .ymaps-2-1-79-user-selection-none {
  filter: grayscale(1) !important;
  opacity: 0.7 !important;
}

#yamap_addresses .ymaps-2-1-79-svg-icon {
  background-image: url(https://lambrianov-pamyatniki.ru/media/uploads/lamb.svg) !important;
  z-index: 999;
}

.city-select-dropdown {
  background: transparent;
  border-radius: 0;
  border-color: #000;
  width: 335px;
}

.affiliate-network__head {
  display: none;
}

.partner-wrapper {
  justify-content: flex-end;
}

.custom-select-wrapper::after {
  content: "";
  background-image: url(https://lambrianov-pamyatniki.ru/media/uploads/select-arrow.svg);
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 17px;
}

.partner-search-wrapper .form-control {
  border-radius: 0;
  border-color: #000;
  box-shadow: none;
}

.partner-search-wrapper .form-control::placeholder {
  font-size: 16px !important;
  font-family: "AtypDisplay", sans-serif !important;
  color: #000;
}

.partner-item__bg {
  background: transparent;
  height: auto;
}

.partner-item__name {
  font-family: "AtypDisplay", sans-serif !important;
  font-weight: 600 !important;
  font-size: 25px;
  line-height: 110.00000000000001%;
  padding: 0;
  margin-bottom: 30px;
}

.partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.partner-item {
  width: 100%;
  margin: 0;
  border: none;
  background-color: var(--custom-gray-color-50);
  padding: 30px;
}

.partner-item__content {
  background-color: transparent;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.partner-item .icon {
  display: none;
}

.city-select-wrapper {
  width: auto;
  
}

.partner-wrapper {
  margin-bottom: 30px;
}

.city-select-box.open .city-select-box__trigger,
.city-select-box__dropdown {
  border-color: var(--custom-black-color);
}

.city-select-box__trigger:hover {
  border-color: var(--custom-black-color);
}

.city-select-box__search-input:focus {
  border-color: var(--custom-accent-color-400);
  box-shadow: none;
}

.city-select-box__option.selected,
.city-select-box__option:hover {
  background: var(--custom-accent-color-400);
  color: var(--custom-black-color);
}

#partner-search-results-inline {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff !important;
  font-size: 16px !important;
}

.partner-item__line {
  font-size: 18px;
  font-family: "AtypDisplay", sans-serif !important;
  margin-bottom: 15px;
  flex-direction: column;
  align-items: flex-start;
  grid-area: 15px;
}

.partner-item__line p {
  font-size: 18px;
  font-family: "AtypDisplay", sans-serif !important;
}

.partner-item__line h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.partner-item a {
  font-size: 18px;
  color: #000;
  font-family: "AtypDisplay", sans-serif !important;
}

.partner-item__line .btn {
  margin-top: 15px;
  width: 167px;
  border-radius: 0;
}

.partner-item .flex {
  display: flex;
  align-items: center;
  gap: 5px;
}

.partner-product-slider {
  margin-bottom: 30px;
}

.partner-product-slider .slider-constructor .slick-prev, .partner-product-slider .slider-constructor .slick-next {
  top: -65px;
}

.partner-detail {
  display: flex;
  gap: 20px;
}

.partner-detail__item {
  width: 40%;
}

.partner-detail__item__logo {
  width: 60%;
}

.partner-detail__item__line:not(:last-child) {
  margin-bottom: 15px;
}

.partner-detail__item h3 {
  font-size: 25px;
  font-weight: 600 !important;
  margin-bottom: 30px;
}

.partner-detail__item__line span {
  font-family: "AtypDisplay", sans-serif !important;
  font-size: 18px;
}

.seo-text h2 {
  max-width: 70%;
  margin-bottom: 30px;
}

.seo-text h3 {
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

.seo-wrapper {
  display: flex;
  gap: 10px;
}

.seo-wrapper:not(:last-child) {
  margin-bottom: 50px;
}

.seo-wrapper__item.text {
  width: 60%;
  padding: 40px;
  border: 1px solid var(--custom-gray-color-350);
}

.seo-wrapper__item.img {
  width: 40%;
  border: 1px solid var(--custom-gray-color-350);
}

.seo-wrapper__item.img img {
  margin-bottom: 0;
}

.podrobnee-btn {
  margin-top: auto;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .partners {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .partners {
    grid-template-columns: 1fr;
  }

  .partner-detail {
    flex-direction: column-reverse;
  }

  .partner-detail__item {
    width: 100%;
  }

  .partner-detail__item__logo {
    width: 100%;
  }

  .seo-text h2 {
    max-width: none;
  }

  .seo-wrapper {
    flex-direction: column-reverse;
  }

  .seo-wrapper:nth-child(3) {
    flex-direction: column;
  }

  .seo-wrapper__item.text {
    width: 100%;
    padding: 20px;
  }

  .seo-wrapper__item.img {
    width: 100%;
  }
}