/* шрифты */

@font-face {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-display: swap;
  font-style: normal;
  src: url(https://bolars-shop.ru/media/customization/fonts/Inter-Regular.ttf);
}

@font-face {
  font-family: "HeliosCond";
  font-style: normal;
  font-display: swap;
  font-weight: 500 !important;
  src: url(https://bolars-shop.ru/media/customization/fonts/helioscond_bold.otf);
}

main {
  margin-top: 160px;
  overflow: hidden;
}

*,
a,
.__header .search-box input::placeholder,
.search--box form.s-icon-right input::placeholder,
.__header .search-box input {
  font-family: "Inter", serif !important;
}

*,
p {
  font-weight: 400;
  letter-spacing: 0;
  color: var(--custom-black-color);
}

span,
p {
  line-height: 130% !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.g-title {
  font-weight: 500 !important;
  line-height: 110% !important;
  font-family: "HeliosCond", serif !important;
}

a {
  font-weight: 400 !important;
  line-height: 100% !important;
}

.inner-page h1 {
  color: var(--custom-black-color);
  margin-bottom: 25px;
}

h3,
.h3,
.mb-25 {
  font-size: 28px;
  text-transform: uppercase;
}

h2,
.h2,
.conditional-section h2,
.g-title {
  font-size: 41px;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 100% !important;
  text-transform: uppercase;
}

h5,
.h5 {
  font-size: 14px;
  line-height: 100% !important;
}

main {
  overflow: hidden;
}

.h1-main {
  padding-top: 80px !important;
}

.h1-main h1 {
  font-size: 32px;
  line-height: 110% !important;
  margin-bottom: 25px;
}

.frontpage .conditional-section h2:not(.hero-wrapper-left .h1) {
  max-width: 36%;
}

.product_set_slider h2 {
  max-width: 16% !important;
}

.set-two-product h2 {
  max-width: 20% !important;
}

.choice-container h2 {
  max-width: 50% !important;
}

.follow-container-item h2 {
  max-width: 100% !important;
}

/* курсор */

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
.h4,
.h5,
h5,
h6,
.h6,
.personal-form__element-top,
.personal-form__post-text,
section.feedback-form .form-text,
.modal.fancybox-content .form-text,
.footer-content__title,
.frontpage p,
.frontpage .text-page ul li,
.footer-bottom .copy.version,
.footer-bottom__left,
ul li,
.catalog-sorting__title,
.g-title,
.product-card__discription-title,
.product-card__personal-cost span,
.product-card__discription-title,
.product-item__status,
.orig-price strong,
.product-card__left p,
.shopping-cart-item__name,
.shopping-cart-item__total-cost,
.shopping-cart-item__cost,
.footer-content-cookie,
.form-text,
.footer-contact,
.product-card__artikul,
.product-card-container p,
.main-action p,
.contacts-block__title,
.contacts-block__title-red.address-data,
.contact-text-line p,
.content-title {
  cursor: default;
}

[data-fancybox],
.btn-border.callme-button,
.category-box-text,
.form-close,
.catalog-item p,
.st-button__title,
.events-item h4 {
  cursor: pointer;
}

.fixed::after {
  display: none;
}

.text-page img {
  margin-bottom: 0;
}

.conditional-section {
  margin-bottom: 0;
  margin-top: 100px;
}

.inner-page .conditional-section {
  margin-top: 0px;
}

.container {
  max-width: 1260px;
}

.button {
  height: 40px;
  text-align: center;
  background-color: var(--custom-accent-color-400);
  color: var(--custom-black-color);
  width: 100%;
  border-radius: 10px 0 10px 0;
}

.button:hover {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  background-color: var(--custom-accent-color-500);
}

/* таблицы */

.table {
  overflow: auto;
  width: 100%;
  margin-bottom: 30px;
  border-right: none;
}

.table table td {
  border-bottom: 1px solid var(--custom-gray-color-600);
  border-right: 1px solid var(--custom-gray-color-600);
  font-size: 14px;
  padding: 10px;
  vertical-align: top;
}

.table table td img {
  width: 100px;
  max-width: 100px;
}

@media (max-width: 767px) {
  .table table td img {
    width: 50px;
    max-width: 50px;
  }

  h2,
  .h2,
  .conditional-section h2 {
    font-size: 35px;
  }
}

/* шапка */
.__header {
  position: relative;
  z-index: 9999 !important;
  isolation: isolate;
  box-shadow: none;
}

.fixed .__header {
  box-shadow: none;
}

.__header .catalog-box {
  display: none;
}

.__header .row {
  position: relative;
  justify-content: space-between;
}

.__header .row .col-lg-2 {
  order: 3;
  max-width: none;
  width: auto;
}

.__header .custom-block {
  width: fit-content;
}

.__header .row .col-lg-2:first-child {
  order: 2;
}

.__header .row .col-lg-2:nth-child(3) {
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: -70px;
}

.__header .option-items li {
  position: relative;
}

.__header .option-items li img {
  max-width: none !important;
  width: 18px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  transition: all 0.2s ease-in-out;
}

.__header .option-items li a {
  border: 1px solid var(--custom-accent-color-400);
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  padding-left: 0 !important;
  transition: all 0.2s ease-in-out;
}

.__header .option-items li a:hover {
  border-color: var(--custom-accent-color-500);
  background-color: var(--custom-accent-color-500);
}

.__header .option-items li a:hover img {
  filter: invert(1);
}

.cart-number {
  position: absolute;
  top: -14px;
  right: 3px;
  font-size: 7px;
  background-color: var(--custom-accent-color-500);
  border-radius: 100%;
  padding: 3px 6px;
  transform: translate(50%, 50%);
  color: var(--white-color);
}

.__header .options-box .login-register {
  display: none;
}

.col-lg-6.pl--0 .btn.catalog-btn {
  display: none;
}

.__header .custom-block {
  padding-left: 0;
}

.__header .search-box input {
  background: transparent;
  border-color: var(--custom-gray-color-400);
  border-radius: 10px 0 10px 0;
  height: 40px;
  color: var(--custom-black-color);
  padding-right: 77px;
}

.row {
  margin-left: 0;
}

.general--width {
  max-width: 340px;
}

.__header .search-box input::placeholder {
  color: var(--custom-black-color);
}

.__header .search-box .submit {
  height: 40px;
  background: transparent;
  border-color: var(--custom-black-color);
  border-radius: 0 0 10px 0;
  background-image: url(https://bolars-shop.ru/media/uploads/icons/search-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  width: 20px;
  margin-right: 17px;
}

.__header .search-box .submit:hover {
  background-color: transparent;
  background-image: url(https://bolars-shop.ru/media/uploads/icons/search-icon-hover.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.__header .row .col-lg-6 {
  width: fit-content;
}

.__header .search-box .submit img {
  display: none;
}

.__header .logo {
  justify-content: center;
}

.__header .options-box {
  justify-content: center;
  width: fit-content;
  margin-left: 0;
}

.__header .options-box .login-register img {
  border: 1.44px solid var(--custom-accent-color-400);
  border-radius: 100%;
}

.__header .options-box .login-register:hover img {
  display: none;
}

.__header .options-box .login-register:hover::before {
  content: "";
  display: block;
  background-image: url(https://bolars-shop.ru/media/uploads/icons/lk-icon-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  border: 1.44px solid var(--custom-accent-color-500);
  background-color: var(--custom-accent-color-500);
  border-radius: 100%;
  width: 22px;
  height: 22px;
  margin-right: 11px;
}

.__header .contact-box {
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.__header .contact-box a img {
  display: none;
}

.__header .contact-box p a {
  border: none;
  padding: 0;
  height: auto;
  display: block;
}

.__header .contact-box a {
  border: 1px solid var(--custom-gray-color-600);
  border-radius: 10px 0 10px 0;
  height: 40px;
  padding: 0 30px;
  font-size: 14px;
}

.__header .contact-box a:hover {
  border-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  background-color: var(--custom-accent-color-500);
}

.__header .contact-box p a:hover,
.__header .options-box .login-register a:hover {
  color: var(--custom-accent-color-500);
  background-color: transparent;
}

/* 1. Полностью отключаем влияние mm-меню на хедер */
.mm-wrapper,
.mm-page,
.mm-slideout {
  z-index: auto !important;
  position: static !important;
  transform: none !important;
}

/* 2. Фиксируем хедер в абсолютно новом контексте */
body {
  position: relative;
  isolation: auto;
}

/* 3. Максимальный приоритет для хедера */
.__header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 23647 !important;
  /* Максимальное значение */
  transform: none !important;
  will-change: transform;
  /* Оптимизация для браузеров */
}

/* блок под шапкой */
.under-header {
  position: fixed;
  top: 80px;
  background-color: var(--custom-white-color);
  width: 100%;
}

.under-header-wrapper {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  position: relative;
}

.under-header-wrapper ul {
  display: flex;
  gap: 10px;
  list-style-type: none;
  margin-bottom: 0;
  width: 84%;
}

.under-header-wrapper ul li {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-grow: 1;
}

.under-header-wrapper ul li a {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: var(--custom-gray-color-100);
  border-radius: 10px 0 10px 0;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  flex-grow: 1;
  justify-content: center;
  padding: 0 10px;
}

.under-header-wrapper ul li a:hover {
  color: var(--custom-white-color);
  background-color: var(--custom-accent-color-500);
}

.under-header-wrapper ul li::before {
  display: none;
}

.under-header-wrapper .social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 41px;
  margin-left: auto;
}

.under-header-wrapper .social-links a {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.44px solid var(--custom-accent-color-400);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.under-header-wrapper .social-links a img {
  object-fit: contain;
  width: 80%;
  height: 80%;
  transition: all 0.2s ease-in-out;
}

.under-header-wrapper .social-links a .icon-hover {
  display: none;
  opacity: 0;
}

.under-header-wrapper .social-links a:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.under-header-wrapper .social-links a:hover .icon {
  display: none;
}

.under-header-wrapper .social-links a:hover .icon-hover {
  display: block;
  opacity: 1;
}

@media (max-width: 991px) {
  .header--bottom-mob,
  .under-header,
  .burger-box .tel-mob {
    display: none;
  }

  main {
    margin-top: 0;
  }

  .burger-box #my-button,
  .cross-button {
    border: 1.44px solid var(--custom-accent-color-400);
    border-radius: 100%;
    padding: 7px;
    height: 30px;
    width: 30px;
  }

  .cross-button::after,
  .cross-button::before {
    width: 11px;
    height: 1px;
  }

  .mobile-side-menu-footer {
    padding: 10px;
  }

  .search-input-group {
    padding: 0 10px;
  }

  .search-input-group__input {
    border-radius: 0;
    border: none;
    color: var(--custom-black-color);
  }

  .search-input-group__row {
    border-radius: 10px 0 10px 0;
    overflow: hidden;
    border: 1px solid var(--custom-gray-color-400);
  }

  .search-input-group__button {
    background-color: transparent;
    stroke: none;
    border-radius: 0;
  }

  .search-input-group__button path,
  .search-input-group__button line {
    stroke: var(--custom-black-color);
  }

  #mm-1 .mm-listview {
    padding-bottom: 80px;
  }

  .mobile-side-menu-content__header {
    padding: 20px 10px;
    height: auto;
  }

  .mm-navbar__title span,
  .menu-list__item.mm-listitem#mm-2 .mm-listitem__text {
    font-family: "HeliosCond", serif !important;
    font-size: 21px;
    font-weight: 500 !important;
    text-transform: uppercase;
  }

  .mm-btn--next:after,
  .mm-btn--prev:before {
    border: 1px solid var(--custom-black-color);
    border-bottom: none;
    border-right: none;
    margin: 0;
    top: 17px;
  }

  .mm-menu a:not(.phone-block__secondary-link):hover {
    color: var(--custom-accent-color-500) !important;
  }

  .phone-block__secondary-link:hover {
    background: var(--custom-accent-color-500);
    color: var(--white-color) !important;
  }

  .mm-btn--prev:before {
    top: 21px;
  }

  .menu-list__item {
    padding-left: 10px;
  }

  .menu-list__item a {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
  }

  .mobile-show {
    display: none !important;
  }

  .mobile-side-menu-footer__link {
    color: var(--custom-black-color) !important;
  }

  .phone-block__primary-link {
    color: var(--custom-black-color) !important;
    font-size: 16px;
  }

  .mobile-side-menu-footer .g-row:last-child {
    display: none;
  }

  .phone-block__secondary-link {
    padding: 12px 0;
    background-color: var(--custom-accent-color-400);
    color: var(--custom-black-color) !important;
    text-align: center;
    border-radius: 10px 0 10px 0;
    height: 40px;
  }

  .menu-list__item_bottom {
    display: none;
  }

  .mobile-side-menu-footer {
    border-top: none;
  }

  .mobile-side-menu-footer {
    display: flex;
    flex-direction: column-reverse;
  }

  .phone-block {
    gap: 25px;
    margin-bottom: 0 !important;
  }
}

/* Hero block */
.hero-slider-container {
  margin-top: 0;
}

.hero-wrapper {
  display: flex;
  gap: 5px;
}

.hero-wrapper-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--custom-accent-color-500);
  max-height: 408px;
  margin: 20px 0;
  border-radius: 10px 0 10px 0;
  padding: 30px 20px 20px 20px;
  min-width: 288px;
}

.hero-wrapper-left .h1 {
  font-size: 46px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--custom-white-color);
  max-width: 200px;
}

.hero-wrapper-left p {
  font-size: 76.77px;
  font-weight: 500;
  font-family: "HeliosCond" !important;
  line-height: 100% !important;
  color: var(--custom-white-color);
}

.hero-wrapper-left p span {
  font-size: 46.77px;
  font-weight: 500;
  font-family: "HeliosCond" !important;
  line-height: 100% !important;
  text-transform: uppercase;
  color: var(--custom-white-color);
}

.hero-wrapper-left .button:hover {
  background-color: var(--custom-gray-color-100);
  color: var(--custom-black-color);
}

.hero-slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow-x: hidden;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  user-select: none;
  /* Запрет выделения текста */
  -webkit-user-drag: none;
  /* Запрет перетаскивания в Safari */
}

.slide {
  display: block;
  flex: 0 0 20%;
  /* 5 слайдов на экране */
  padding: 0 5px !important;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  height: 408px;
  pointer-events: auto;
  /* Разрешаем клики только когда не dragging */
}

.scrollbar-thumb:active {
  cursor: grabbing;
}

.slider-container.dragging .slide {
  pointer-events: none;
  /* Блокируем клики во время перетаскивания */
}

.slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding-top: 30px;
}

.slide-layer {
  position: absolute;
  border-radius: 10px 0 10px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #d0d0d0;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.slide:hover .slide-layer {
  opacity: 0;
  border-radius: 0 10px 0 10px;
}

.slide-content h5 {
  z-index: 5;
  position: relative;
  text-align: left;
  max-width: 150px;
  font-weight: 400 !important;
  padding-left: 20px;
}

.slide-content-background {
  position: absolute;
  border-radius: 10px 0 10px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.slide:hover .slide-content-background {
  filter: grayscale(0);
  border-radius: 0 10px 0 10px;
}

.slide-content-img {
  position: relative;
  z-index: 6;
  margin-bottom: -25px !important;
  margin-left: auto;
  margin-right: 0;
}

.slide:hover {
  transform: translateY(-10px);
}

.slide:hover h5 {
  color: var(--custom-white-color);
}

.slide:hover .slide-content {
  border-radius: 0 10px 0 10px;
}

/* Кнопки навигации */
.slider-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 50px;
  height: 100px;
  background-color: var(--custom-white-color);
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.slider-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.slider-btn.prev {
  left: 254px;
  border-radius: 50px 0 0 50px;
}

.slider-btn.next {
  right: -38px;
  border-radius: 0 50px 50px 0;
  background-color: var(--custom-accent-color-400);
}

/* Полоса прокрутки */
.slider-scrollbar {
  cursor: pointer;
  width: 100%;
  height: 4px;
  background-color: #eee;
  border-radius: 3px 0 3px 0;
  margin-top: 65px;
  position: relative;
}

.scrollbar-thumb {
  position: absolute;
  height: 100%;
  background-color: var(--custom-accent-color-500);
  border-radius: 3px 0 3px 0;
  cursor: pointer;
}

@media (min-width: 1280px) {
  .__header .row .col-lg-2:first-child {
    margin-left: 92px;
  }
}

@media (max-width: 1279px) {
  .slide {
    flex: 0 0 25%;
    /* 4 слайда на экранах < 1280px (100% / 4) */
  }

  .slider-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .hero-slider-container .container {
    padding: 0;
  }

  .hero-wrapper-left {
    margin: 0 10px;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .slider-container {
    align-items: center;
    padding: 0 5px;
  }

  .slide {
    flex: 0 0 60%;
    transition: all 0.3s ease;
    transform: translateY(0);
    padding: 0 5px !important;
  }

  .slide.active .slide-layer {
    opacity: 0;
    border-radius: 0 10px 0 10px;
  }

  .slide.active .slide-content-background {
    filter: grayscale(0);
    border-radius: 0 10px 0 10px;
  }

  .slide.active h5 {
    color: var(--custom-white-color);
  }

  .slide.active .slide-content {
    border-radius: 0 10px 0 10px;
  }
}

/* Нас выбирают */
.choice {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.choice-container {
  width: 43%;
}

.choice-container.text {
  width: 53%;
}

.choice-container.text p {
  text-align: left;
  max-width: 70%;
}

.choice-container-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
}

.choice-container-wrapper-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 15px;
  border: 1px solid var(--custom-gray-color-300);
  border-radius: 10px 0 10px 0;
}

.choice-container-wrapper-item span {
  font-family: "HeliosCond", serif !important;
  font-size: 41px;
  font-weight: 500;
  z-index: 2;
}

.choice-container-wrapper-item img {
  display: block;
  width: 60px;
  height: 60px;
  z-index: 1;
}

.choice-container p {
  font-size: 16px;
  text-align: left;
}

.choice-container-wrapper-item p {
  margin-bottom: 0;
  font-size: 16px;
  width: 85%;
}

.choice-container-text {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 75px;
}

.choice-container-text img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.choice-container-text h1 {
  font-family: "Inter" !important;
  font-size: 16px;
  font-weight: 400 !important;
  margin-bottom: 0;
}

.choice-container h2 {
  font-size: 41px;
  text-transform: uppercase;
  max-width: 280px;
}

.choice-container-partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 40px;
}

.choice-container-partners-item {
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}

.choice-container-partners-item:hover {
  filter: grayscale(0);
  opacity: 1;
}

.choice-new-block.desktop {
  gap: 40px;
}

.choice-new-block.desktop img {
  height: 90px;
}

@media (max-width: 991px) {
  .choice {
    gap: 20px;
  }

  .choice-container {
    width: 50%;
  }

  .choice-container-wrapper {
    gap: 25px;
  }

  .choice-container-wrapper-item img {
    left: 0;
  }
}

@media (max-width: 768px) {
  .choice {
    flex-direction: column;
    gap: 30px;
  }

  .choice-container {
    width: 100%;
  }

  .choice-container-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .choice-container-partners {
    grid-template-columns: repeat(2, 1fr);
  }

  .choice-container h2 {
    font-size: 35px;
  }
}

.product-card__main-cost span {
  font-size: 16px;
  padding-left: 0;
  color: var(--custom-accent-color-500);
}

.product-sale-badge {
  width: 42px;
  height: 42px;
  display: flex !important;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: var(--custom-accent-color-400);
  color: var(--custom-black-color);
  margin: 0;
}

.product-card-sell-badge {
  display: none;
}

.product-card-v2__old-price,
.product-card-v2__old-price span {
  color: var(--custom-accent-color-500);
  padding: 0;
}

.product-card-v2__old-price::after {
  background-color: var(--custom-accent-color-500);
}

.orig-price strong {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Объекты */
.objects {
  margin-top: 420px;
}

.container--small h3,
.container--small h4 {
  margin-top: 30px;
  color: #cdcdcd;
}

.container--small h2 {
  color: #a2a2a2;
}

.objects .container {
  margin-top: -430px;
}

.object-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.object-wrapper-item-img {
  position: relative;
  display: block;
  height: 336px;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
  padding: 20px;
}

.object-wrapper-item-img .bg-layer {
  position: absolute;
  border-radius: 10px 0 10px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fdfdfd29;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.object-wrapper-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.object-wrapper-item-img:hover .bg-layer {
  opacity: 0;
}

.object-wrapper-item-img:hover img {
  filter: grayscale(0);
}

.object-wrapper-item-img span {
  font-family: "HeliosCond" !important;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  color: var(--custom-white-color);
}

.object-wrapper-item p {
  margin-top: 20px;
}

.object-wrapper-item:last-child .object-wrapper-item-img {
  display: flex;
  justify-content: space-between;
  filter: grayscale(0);
  background: linear-gradient(to bottom, #9a9a9a, #ebebeb36);
}

.object-wrapper-item:last-child .object-wrapper-item-img img {
  object-fit: contain;
  bottom: 0;
  height: auto;
  top: auto;
}

.object-wrapper-item:last-child .object-wrapper-item-img .item-link {
  width: 40px;
  height: 40px;
  background-color: var(--custom-accent-color-400);
  object-fit: contain;
  border-radius: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.object-wrapper-item:last-child .object-wrapper-item-img .item-link img {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  object-fit: contain;
  width: auto;
  height: auto;
}

.object-wrapper-item .secondary-img {
  margin-top: 10px;
}

.object-wrapper-item-quality {
  background-color: var(--custom-accent-color-500);
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.object-wrapper-item-quality h2 {
  text-transform: uppercase;
  color: var(--custom-white-color);
}

.fronpage .object-wrapper-item-quality h2 {
  margin-bottom: 0;
}

.fronpage .object-wrapper-item-quality .button {
  display: none;
}

.object-wrapper-item-quality .button:hover {
  background-color: var(--custom-gray-color-100);
  color: var(--custom-black-color);
}

.object-wrapper-item-documents {
  position: relative;
  padding: 75px 48px;
}

.object-wrapper-item-documents-container {
  padding: 20px 10px;
  background: linear-gradient(to bottom, #ff52af, #e5097f);
  display: flex;
  flex-direction: column;
  border-radius: 10px 0 10px 0;
}

.object-wrapper-item-documents-container h4 {
  color: var(--custom-white-color);
  text-transform: uppercase;
}

.object-wrapper-item-documents-container span {
  font-size: 10px;
  line-height: 100% !important;
  color: var(--custom-white-color);
  height: auto;
}

.object-wrapper-item-documents img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.object-wrapper-item-documents-container .doc-link:hover .default-arrow {
  opacity: 1;
  display: block;
}

.object-wrapper-item-documents-container .doc-link:hover .hover-arrow {
  opacity: 0;
  display: none;
}

.object-wrapper-item-documents .secondary-img {
  margin-top: 0;
}

.doc-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--custom-accent-color-400);
  margin-left: auto;
  margin-right: 0;
}

.doc-link img {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  object-fit: contain;
}

.object-wrapper-item-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.object-wrapper-item-list .button {
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-600);
  transition: all 0.2s ease-in-out;
}

.object-wrapper-item-list .button:hover {
  border-color: var(--custom-accent-color-500);
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.object-wrapper-item:first-child {
  margin-top: 104px;
}

.object-wrapper-item:nth-child(2) {
  margin-top: 68px;
}

.object-wrapper-item:nth-child(4) {
  margin-top: 68px;
}

.object-wrapper-item:last-child {
  margin-top: 104px;
}

@media (max-width: 991px) {
  .object-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .object-wrapper-item {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .conditional-section.objects {
    background-color: transparent !important;
  }

  .object-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .object-wrapper-item-img span {
    font-size: 16px;
  }

  .object-wrapper-item.span-2 {
    grid-column: span 2;
  }

  .object-wrapper-item-documents {
    margin-top: 10px;
  }

  .object-wrapper-item-documents-container {
    margin: 0 102px;
  }

  .object-wrapper-item-quality h2 {
    width: min-content;
  }

  .object-wrapper-item-img img {
    filter: grayscale(0);
  }

  .object-wrapper-item-img .bg-layer {
    display: none;
  }

  .object-wrapper-item-img {
    height: 255px;
    padding: 10px;
  }
}

@media (max-width: 440px) {
  .object-wrapper-item-documents-container {
    margin: 0 20px;
  }
}

/* 100 готовых решений */
.solutions {
  padding-top: 80px;
  margin-top: 0;
}

.solution-wrapper {
  display: flex;
  gap: 10px;
}

.solutions .slider-container {
  max-height: 240px;
}

.solutions .hero-slider .slider-btn {
  top: 50%;
}

.slider-btn:hover {
  background-color: var(--custom-white-color);
  border: 1px solid var(--custom-gray-color-400);
}

.solutions .hero-slider .slider-btn.prev {
  left: -45px;
}

.solutions .hero-slider .slider-btn.next {
  right: -45px;
}

.solutions .hero-slider .slide {
  height: 240px;
  transition: all 0.2s ease-in-out;
}

.solutions .hero-slider .slide:hover {
  height: 300px;
}

.solutions .hero-slider .slide .slide-content-background {
  transition: all 0.2s ease-in-out;
}

.solutions .hero-slider .slide .slide-content {
  padding-top: 0;
}

.solutions .hero-slider .slide .doc-link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: var(--custom-accent-color-500);
  transition: all 0.2s ease-in-out;
}

.solutions .hero-slider .slide .doc-link .default-arrow {
  display: none;
}

.solutions .hero-slider .slide .doc-link .hover-arrow {
  display: block;
  opacity: 1;
}

.solutions .hero-slider .slide:hover .doc-link {
  z-index: 10;
}

/* .solutions .hero-slider .slide:hover .slide-content-background {
  margin-top: 15px;
} */

.solutions .hero-slider .slide span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  transition: all 0.005s ease;
  pointer-events: none;
  width: 90%;
}

.solutions .hero-slider .slide:hover span {
  opacity: 0;
  display: none;
}

.solutions .hero-slider .slider-scrollbar {
  margin-top: 105px;
  background-color: var(--custom-gray-color-350);
}

.all-solutions {
  display: none;
}

.solution-wrapper .all-solutions {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  height: 240px;
  background-color: var(--custom-accent-color-500);
  padding: 20px;
  border-radius: 10px 0 10px 0;
}

.all-solutions h4 {
  position: relative;
  z-index: 50;
  color: var(--custom-white-color);
  font-size: 21px;
  line-height: 130% !important;
  text-transform: uppercase;
  cursor: pointer;
}

.all-solutions img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.all-solutions .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

@media (max-width: 768px) {
  .solutions {
    background-color: transparent !important;
  }

  .solution-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .solution-wrapper .all-solutions {
    height: fit-content;
    justify-content: center;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    font-size: 14px;
    height: 40px;
  }

  .solution-wrapper .slide.active .doc-link {
    z-index: 10;
  }

  .solutions .hero-slider .slider-scrollbar {
    margin-top: 105px;
  }

  .solution-wrapper .all-solutions img {
    display: none;
  }

  .solution-wrapper .all-solutions h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: "Inter" !important;
    text-transform: none;
  }
}

/* Станьте частью команды */
.team-form-block {
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 0;
}

.team-form-block .container {
  max-width: none;
  display: flex;
  flex-direction: column;
}

.team.container {
  max-width: 1260px;
  position: relative;
}

.team-form-container {
  position: absolute;
  top: -50px;
  left: 15px;
  z-index: 5;
  max-width: 400px;
}

.team-form-container h2 {
  max-width: none !important;
}

.conditional-section.product_set_slider {
  margin-top: -335px;
  padding-top: 0 !important;
  z-index: 20;
  background-color: var(--custom-white-color);
}

.set-two-product {
  margin-top: 80px !important;
  padding-bottom: 80px !important;
}

.team-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.team-map-container {
  position: relative;
  width: 90%;
  /* Занимает 90% ширины родителя (можно 100%, если нужно вплотную) */
  max-width: 1200px;
  /* Ограничение на очень больших экранах (опционально) */
  aspect-ratio: 1 / 1;
  /* Сохраняем квадратную форму (чтобы круг не искажался) */
  margin: 0 auto;
  /* Центрируем */
}

/* Анимация вращающейся рамки */
.team-map-container::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 100%;
  border: 2px dashed #8b8186;
  animation: rotate 50s linear infinite;
}

.image-opisanie {
  margin-bottom: 20px;
}

/* Изображение карты (подстраивается под контейнер) */
.team-map-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  border-radius: 100%;
}

/* Стили для точек на карте */
.map-point {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}

.map-point img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.map-point img:hover {
  transform: scale(1.3);
  transition: 0.3s;
}

.gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  width: 100%;
  z-index: 1;
}

.gradient img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.map-point {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.form-control {
  box-shadow: none;
  border: none;
  border-radius: 10px 0 10px 0;
  padding: 0 15px;
}

.project-card-image {
  border-radius: 10px 0 10px 0;
}

.project-card-title {
  font-size: 14px;
  text-transform: none;
  font-weight: 400 !important;
  color: var(--custom-black-color);
  font-family: "Inter", serif !important;
}

.project-card-button {
  color: var(--custom-black-color);
  background: var(--custom-gray-color-100);
  font-size: 14px;
  height: 40px;
  padding: 12px 30px;
  border-radius: 10px 0 10px 0;
}

.project-card-button:hover {
  color: var(--custom-white-color);
  background: var(--custom-accent-color-500);
}

.project-card-badge {
  bottom: 10px;
  left: 10px;
  background: var(--custom-accent-color-400);
  color: var(--custom-black-color);
  padding: 6px 10px;
  border-radius: 5px 0 5px 0;
  font-size: 10px;
}

.projects-content {
  gap: 20px 10px;
}

.city-select-box {
  width: 300px;
}

.city-select-box__trigger:hover {
  border-color: var(--custom-accent-color-500) !important;
  background: transparent;
}

.city-select-box__option.selected,
.city-select-box__option:hover {
  background: transparent;
  color: var(--custom-accent-color-500);
  font-weight: 400;
}

.city-select-box__search-input {
  border: 1px solid var(--custom-black-color);
  box-shadow: none;
  border-radius: 10px 0 10px 0;
}

.projects-search__input,
.city-select-box__trigger {
  box-shadow: none;
  border: 1px solid var(--custom-black-color);
  border-radius: 10px 0 10px 0;
  padding: 0 15px;
  height: 40px;
}

.projects-search__input:focus,
.city-select-box__trigger:focus,
.city-select-box.open .city-select-box__trigger,
.city-select-box__search-input:focus {
  border-color: var(--custom-accent-color-500) !important;
}

.projects-search__input {
  width: 300px;
}

.content-name {
  font-size: 14px;
  color: #050505;
  top: 10px;
  left: 15px;
}

.team-form-container form {
  display: flex !important;
  flex-wrap: wrap;
}

.team .form-group.privacy-policy {
  width: 50%;
  margin-bottom: 0;
}

.team .form-group.privacy-policy .form-text {
  color: var(--custom-black-color) !important;
}

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  border-color: var(--custom-accent-color-500);
}

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  background-color: var(--accent-color-500);
}

.team .form-group-inline {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.team .form-group-inline .btn {
  width: 90%;
}

.btn {
  border-radius: 10px 0 10px 0;
  color: var(--custom-black-color) !important;
}

.team .form-group-inline .btn:hover {
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
}

.form-control:valid + .label-name .content-name,
.form-control:focus + .label-name .content-name {
  color: var(--custom-black-color) !important;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.point-1 {
  top: 30%;
  left: 17%;
}

.point-2 {
  top: 27%;
  left: 34%;
}

.point-3 {
  top: 30%;
  left: 48%;
}

.point-4 {
  top: 16%;
  left: 50%;
}

.point-5 {
  top: 42%;
  left: 51%;
}

.point-6 {
  top: 25%;
  left: 60%;
}

.point-7 {
  top: 35%;
  left: 67%;
}

.point-8 {
  top: 19%;
  left: 68%;
}

.point-9 {
  top: 33%;
  left: 82%;
}

.point-10 {
  top: 25%;
  left: 80%;
}

/* Стили для тултипа */
.info-tooltip {
  position: absolute;
  width: 280px;
  background: white;
  padding: 10px;
  border-radius: 10px;
  z-index: 20;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.info-tooltip.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.info-tooltip.off {
  display: none;
}

.info-tooltip h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.info-tooltip p {
  margin: 0 0 12px 0;
  font-size: 10px;
  line-height: 100%;
}

.info-tooltip a {
  display: inline-block;
  color: var(--custom-black-color);
  text-decoration: none;
  font-size: 10px;
  transition: color 0.2s;
}

.info-tooltip a:hover {
  color: var(--custom-accent-color-500);
  text-decoration: underline;
}

.close-tooltip {
  display: none;
}

.close-tooltip:hover {
  color: var(--custom-black-color);
}

/* Плоский угол тултипа */
.info-tooltip {
  border-bottom-left-radius: 0;
}

.team-form-block .button {
  position: absolute;
  z-index: 25;
  bottom: 500px;
  left: 45%;
  width: fit-content;
  background-color: var(--custom-accent-color-500);
  margin-left: auto;
  margin-right: auto;
  color: var(--custom-white-color);
  transition: all 0.2s ease-in-out;
}

.team-form-block .button:hover {
  background-color: var(--custom-accent-color-400);
  color: var(--custom-black-color);
}

.team-map-mobile {
  display: none;
}

@media (max-width: 991px) {
  .team.container {
    padding: 0;
  }

  .team-map {
    margin-top: 60px;
  }

  .team-form-container {
    position: relative;
    max-width: none;
    top: auto;
    left: auto;
  }

  .team-form-container form {
    margin-top: 30px;
  }

  .team .form-group.privacy-policy {
    width: 100%;
  }

  .team .form-group-inline {
    width: 100%;
    margin-top: 30px;
  }

  .team .form-group-inline .btn {
    width: 100%;
  }

  .team-form-block .button {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }

  .team-form-container {
    position: relative;
    top: auto;
    left: auto;
  }

  .team-map-container img {
    object-fit: cover;
  }

  .conditional-section.product_set_slider {
    margin-top: 90px;
  }

  .conditional-section.product_set_slider .slider-constructor {
    padding-top: 0;
  }

  .st-button__title {
    font-size: 14px;
  }

  .gradient {
    height: 30%;
  }

  .point-1 {
    top: 67%;
    left: 52%;
  }

  .point-2 {
    top: 44%;
    left: 24%;
  }

  .point-3 {
    top: 48%;
    left: 47%;
  }

  .point-4 {
    top: 25%;
    left: 50%;
  }

  .point-5 {
    top: 40%;
    left: 65%;
  }

  .point-6 {
    top: 30%;
    left: 79%;
  }

  .point-7 {
    top: 57%;
    left: 77%;
  }

  .point-8,
  .point-9,
  .point-10 {
    display: none;
  }
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .team-map-container {
    width: 95vw;
    height: 95vw;
  }
}

.st-button_muted {
  background-color: var(--custom-gray-color-100);
  border-radius: 10px 0 10px 0;
  color: var(--custom-black-color);
  border: none;
}

.st-button_muted:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.slider-constructor .slick-prev,
.slider-constructor .slick-next {
  top: 45%;
  width: 50px;
  height: 100px;
}

.slider-constructor .slick-prev:hover,
.slider-constructor .slick-next:hover {
  border-color: var(--custom-gray-color-400);
  background-color: var(--custom-white-color);
}

.slider-constructor .slick-prev {
  right: auto;
  left: -60px;
  border-radius: 50px 0 0 50px;
  background-color: var(--custom-gray-color-100);
  border-color: var(--custom-gray-color-100);
}

.slider-constructor .slick-next {
  right: -60px;
  border-radius: 0 50px 50px 0;
}

.slick-arrow svg {
  display: none !important;
}

.slider-constructor .slick-prev::before {
  content: "";
  display: block;
  background-image: url(https://bolars-shop.ru/media/uploads/svg/slider-arrow-prev.svg);
  width: 15px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-constructor .slick-next::before {
  content: "";
  display: block;
  background-image: url(https://bolars-shop.ru/media/uploads/svg/slider-arrow-next.svg);
  width: 15px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-constructor .slick-next:hover::before {
}

.partner-wrapper {
  flex-direction: row-reverse;
  gap: 10px;
}

.partners-show-more .button-theme_secondary {
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-600) !important;
  color: var(--custom-black-color) !important;
  height: 40px;
  border-radius: 10px 0 10px 0;
}

.partners-show-more .button-theme_secondary:hover {
  border: 1px solid var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
}

/* страница проекта */

.fancybox-button {
  background: rgb(199 199 199 / 60%);
}

.project-chars h2,
.custom-partner-slider h2,
.project-description h2,
.layout h2,
.cost-building h2 {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 35px;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
  margin-bottom: 80px;
}

.gallery .item {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  border-radius: 10px 0 10px 0;
  border: 1px solid var(--custom-gray-color-500);
}

.gallery .item--big {
  grid-row: span 2;
  border-radius: 20px 0 20px 0;
  border: none;
}

.project-chars {
  border: 1px solid var(--custom-gray-color-500);
  padding: 40px 40px 60px 40px;
  border-radius: 20px 0 20px 0;
  margin-bottom: 20px;
}

.project-description {
  padding: 40px 40px 60px 40px;
  border-radius: 20px 0 20px 0;
  background: var(--custom-gray-color-200);
}

.char li {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.char li:before {
  display: none;
}

.product-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 298px;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 80px;
}

.product-info__banner {
  display: block;
  min-width: 0;
  height: 100%;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}

.layout-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.layout-img {
  border: 1px solid var(--custom-gray-color-500);
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cost-building {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  border: none;
  margin-top: 80px;
  align-items: center;
}

.amk-projects__actions {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  gap: 10px;
}

.layout {
  margin-bottom: 20px;
}

.docs {
  margin-top: 80px;
  margin-bottom: 80px;
}

.doc-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0px;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid var(--custom-gray-color-500);
}

.doc-item span {
  margin: 0;
  font-size: 14px;
}

.doc-item:hover .project-card-button {
  background: var(--custom-accent-color-500);
  color: #fff;
}

.doc-item:hover span {
  color: var(--custom-accent-color-500);
}

.project-card-button {
  background-color: var(--custom-gray-color-100);
  color: var(--custom-black-color);
}

.amk-projects__big-image.offer__content {
  height: auto;
  grid-area: inherit;
}

.amk-projects img {
  max-width: 100%;
  margin: 0;
}

.gallery .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.buttons-columns {
  display: flex;
  gap: 10px;
  flex-direction: row;
}

.banners-builders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 120px;
}

.banners-builders .banner-item {
  position: relative;
  border-radius: 20px 0 20px 0;
  background: radial-gradient(circle at 70% 70%, #fff, #d7d7d7);
  overflow: hidden;
  padding: 40px 30px;
  height: 600px;
}

.banner-item.pink {
  background: var(--custom-accent-color-500);
}

.banner-item.pink h3,
.banner-item.pink p {
  color: var(--custom-white-color);
}

.banners-builders .banner-item .button {
  width: 175px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}

.banners-builders .banner-item img {
  position: absolute;
  bottom: 0;
  height: auto;
  left: 0;
  z-index: 1;
}

.banners-builders .banner-item h3,
.banners-builders .banner-item p {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .slider-constructor .slick-prev,
  .slider-constructor .slick-next {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .layout-img {
    border-radius: 10px 0 10px 0;
  }

  .gallery .item--big {
    grid-column: 1;
    grid-row: auto;
    height: auto;
  }

  .gallery {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    margin-bottom: 20px;
    gap: 10px;
  }

  .project-chars h2,
  .custom-partner-slider h2,
  .project-description h2,
  .project-description h3,
  .layout h2,
  .cost-building h2 {
    font-size: 21px;
  }

  .gallery .item {
    height: auto;
    aspect-ratio: 1.4;
  }

  .product-info__banner {
    display: none;
  }

  .product-info {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 60px;
  }

  .buttons-columns {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .cost-building {
    grid-template-columns: 100%;
    gap: 30px;
    margin-top: 60px;
    align-items: start;
  }

  .project-card-button {
    width: 90px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .docs {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .project-description,
  .project-chars {
    padding: 20px;
  }

  .amk-projects {
    display: flex;
    flex-direction: column;
  }

  .product_set_slider {
    padding-bottom: 20px;
  }

  .partner-wrapper {
    flex-direction: column;
  }

  .city-select-box,
  .projects-search__input {
    width: 100%;
    max-width: 100%;
  }

  .slider-constructor .slick-prev,
  .slider-constructor .slick-next {
    display: none !important;
  }

  .slick-dots li {
    width: 100%;
  }

  .slick-dots button {
    width: 100%;
    height: 4px;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
  }

  .slick-dots {
    background-color: #e8e8e8;
  }

  .slick-dots .slick-active button {
    border-radius: 10px 0 10px 0;
    background-color: var(--custom-accent-color-500);
    border-color: var(--custom-accent-color-500);
  }

  .slick-dots li:not(:last-child) {
    margin-right: 0;
  }
}

/* Рассчитать расход продукции */
.calculate-container {
  display: flex;
  justify-content: space-between;
}

.calculate-container h2 {
  max-width: 86% !important;
}

.calculate-container-form {
  max-width: 400px;
}

.calculate-container-img-wrapper {
  max-width: 600px;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.calculate-container-img-wrapper-item {
  border-radius: 20px 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 185px;
}

.calculate-container-img-wrapper-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.calculate-container-img-wrapper-item.green {
  background-color: var(--custom-accent-color-400);
}

.calculate-container-img-wrapper-item.black {
  background-color: var(--custom-black-color);
}

.calculate-container-img-wrapper-item.dashed {
  border: 1px dashed var(--custom-gray-color-300);
}

.calculate-container-img-wrapper-item.pink {
  background-color: var(--custom-accent-color-500);
}

.calculate-container-img-wrapper-item.bordered {
  border: 1px solid var(--custom-gray-color-100);
}

/* #select_material {
  border-radius: 10px 0 10px 0;
  padding: 15px;
  font-size: 16px;
}

#select_material option {
  font-size: 16px;
} */

#select_material {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  font-size: 14px;
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 10px 0 10px 0;
  background-color: white;
  background-image: url("https://bolars-shop.ru/media/uploads/svg/selectarrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.3s;
  margin-bottom: 10px;
}

.consumption-calculator-inner input {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  font-size: 16px;
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 10px 0 10px 0;
}

.consumption-calculator-inner input::placeholder {
  font-size: 14px;
}

.consumption-calculator-inner p {
  margin-bottom: 35px;
}

.consumption-calculator-inner .button {
  height: 40px;
  width: fit-content;
  padding: 0;
  border: none;
  margin-top: 35px;
}

.consumption-calculator-inner .button:hover {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

#layer_depth {
  margin-top: 10px;
}

#calculator_result {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: absolute;
  z-index: 501;
  width: 500px;
  background-color: var(--custom-white-color);
  top: 40%;
  left: 40%;
  border-radius: 10px 0 10px 0;
}

#calculator_result th,
td {
  padding: 35px 25px;
}

#calculator_result th,
#calculator_result th span {
  font-size: 16px;
  font-family: "HeliosCond" !important;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}

#calculator_result table {
  width: 100%;
  border-collapse: collapse;
  /* Обязательно для корректного отображения */
  border-style: hidden;
  /* Скрываем внешние границы таблицы */
}

#calculator_result th,
#calculator_result td {
  text-align: left;
  border: 1px solid var(--custom-gray-color-400);
  /* Границы между ячейками */
}

#calculator_result tr:first-child th,
#calculator_result tr:first-child td {
  border-top: none;
  /* Убираем верхнюю границу у первой строки */
}

#calculator_result tr:last-child td {
  border-bottom: none;
  /* Убираем нижнюю границу у последней строки */
}

#calculator_result th:first-child,
#calculator_result td:first-child {
  border-left: none;
  /* Убираем левую границу у первого столбца */
}

#calculator_result th:last-child,
#calculator_result td:last-child {
  border-right: none;
  /* Убираем правую границу у последнего столбца */
}

.close-calc {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid var(--custom-accent-color-400);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--custom-white-color);
  cursor: pointer;
}

@media (max-width: 767px) {
  .calculate-container {
    flex-direction: column;
    gap: 40px;
  }

  .calculate-container-form {
    max-width: 100%;
  }

  .calculate-container-img-wrapper {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .calculate-container-img-wrapper-item.green {
    order: 2;
  }

  .calculate-container-img-wrapper-item.dashed {
    order: 1;
  }

  .calculate-container-img-wrapper-item.black {
    order: 3;
  }

  .calculate-container-img-wrapper-item.bordered {
    order: 4;
  }

  .calculate-container-img-wrapper-item.pink {
    order: 5;
  }

  .consumption-calculator-inner .button {
    width: 100%;
  }
}

/* Для кого мы работаем */
.conditional-section.for-who {
  margin-bottom: -230px;
  position: relative;
  z-index: 20;
  margin-top: 0 !important;
}

.for-who .slick-slider {
  padding-bottom: 40px;
}

.for-who .slick-slide .content-standard-box {
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}

.for-who-item {
  position: relative;
  height: 395px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px 0 10px 0;
  border: 1px solid var(--custom-gray-color-300);
  overflow: hidden;
}

.for-who-item img {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 104%;
  height: 104%;
  object-fit: cover;
}

.for-who-item .hover-img {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.for-who-item h4 {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  max-width: 67%;
  margin-bottom: 30px;
  height: min-content;
  cursor: pointer;
}

.for-who-item p {
  position: relative;
  z-index: 5;
}

.for-who-item .doc-link {
  position: relative;
  z-index: 5;
}

.for-who-item .doc-link img {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  object-fit: contain;
}

.content-background-box__text-content {
  padding: 0;
}

.for-who-item .hover-img {
  display: none;
  opacity: 0;
}

.for-who-item .default-img,
.for-who-item .hover-img {
  transition: all 0.2s ease-in-out;
}

.for-who-item:hover .default-img {
  opacity: 0;
  display: none;
}

.for-who-item:hover .hover-img {
  opacity: 1;
  display: block;
}

.for-who-item:hover {
  border-color: var(--custom-accent-color-500);
}

.for-who-item:hover .doc-link {
  background-color: var(--custom-accent-color-500);
}

.default-arrow,
.hover-arrow {
  transition: all 0.2s ease-in-out;
}

.doc-link {
  flex-shrink: 0;
}

.doc-link .hover-arrow {
  opacity: 0;
  display: none;
}

.doc-link:hover .default-arrow {
  opacity: 0;
  display: none;
}

.doc-link:hover .hover-arrow {
  opacity: 1;
  display: block;
}

.for-who-item:hover .default-arrow {
  opacity: 0;
  display: none;
}

.for-who-item:hover .hover-arrow {
  opacity: 1;
  display: block;
}

@media (max-width: 767px) {
  .conditional-section.for-who {
    margin-bottom: -190px;
  }

  .for-who h2 {
    max-width: 50% !important;
  }

  .for-who-item {
    height: 230px;
    padding: 10px;
  }

  .for-who-item h4 {
    font-size: 14px;
    max-width: none;
  }

  section.feedback-form .question-form {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ПОДПИСЫВАЙТЕСЬ ! СЛЕДИТЕ ЗА НОВИНКАМИ */
.conditional-section.follow {
  margin-top: 0;
  padding-top: 280px;
}

.follow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.follow-container-item {
  width: 50%;
}

.follow-container h2,
.follow-container span,
.follow-container p {
  color: var(--custom-white-color);
}

.socials {
  display: flex;
  gap: 50px;
  margin-top: 40px;
}

.socials-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.socials-item:hover .doc-link {
  background-color: var(--custom-accent-color-500);
}

.socials-item:hover .doc-link .default-arrow {
  opacity: 0;
  display: none;
}

.socials-item:hover .doc-link .hover-arrow {
  opacity: 1;
  display: block;
}

.socials-item span {
  font-size: 16px;
}

.follow-container-item {
  position: relative;
}

.follow-container-item .loyalty {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  top: 30%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--custom-white-color);
  border: 1px solid var(--custom-accent-color-400);
}

.follow-container-item .loyalty span {
  color: var(--custom-black-color);
  font-size: 14px;
}

.follow-container-item .loyalty::before {
  content: "";
  position: absolute;
  top: -10px;
  /* Отступ от основного круга */
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px dashed var(--custom-accent-color-400);
  /* Пунктирная граница */
  border-radius: 50%;
  pointer-events: none;
  /* Чтобы не мешать взаимодействию с основным элементом */
  animation: rotate 50s linear infinite;
}

.follow-container-item .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

@media (max-width: 991px) {
  .follow-container {
    flex-direction: column;
  }

  .follow-container-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .follow-container-item h2 {
    text-align: center;
  }

  .follow-container-item .loyalty {
    left: 30%;
  }
}

@media (max-width: 768px) {
  .follow-container-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .follow-container-item h2 {
    text-align: left;
  }

  .follow-container-item .loyalty {
    left: auto;
  }

  .socials {
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 20px 40px;
  }
}

.section-dark.feedback-form {
  background-color: var(--custom-black-color) !important;
}

section.feedback-form .h2 {
  text-align: left;
  color: var(--custom-white-color);
  text-transform: uppercase;
}

section.feedback-form .question-form {
  background-color: var(--custom-black-color);
  border: none;
}

section.feedback-form .checkbox [type="checkbox"]:not(:checked) + label:before,
section.feedback-form .checkbox [type="checkbox"]:checked + label:before {
  border-color: var(--custom-white-color);
}

section.feedback-form .form-text {
  color: var(--custom-white-color) !important;
}

.form-control:valid + .label-name .content-name,
.form-control:focus + .label-name .content-name {
  color: var(--custom-white-color) !important;
}

.question-main .btn:hover {
  color: var(--custom-white-color) !important;
}

.question-main .btn:active {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color) !important;
}

/* Footer */
footer {
  background-color: var(--custom-black-color);
}

.footer-first-column .logo img {
  width: 160px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-info a {
  color: var(--custom-white-color);
  font-size: 16px;
  text-align: left;
}

.footer-content__title {
  font-family: "HeliosCond", serif !important;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--custom-white-color);
}

.footer-content__column a {
  font-size: 16px;
  color: var(--custom-white-color);
}

.footer-content__column a:hover {
  color: var(--custom-accent-color-400);
}

.footer-content__column li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-content-cookie {
  display: none;
}

footer .checkbox [type="checkbox"]:not(:checked) + label:before,
footer .checkbox [type="checkbox"]:checked + label:before {
  background-color: transparent;
}

footer .checkbox span {
  color: var(--custom-white-color) !important;
}

.footer-first-column {
  display: flex;
  flex-direction: column;
}

.footer-first-column a:hover {
  color: var(--custom-accent-color-400);
}

.footer-first-column .logo {
  margin-top: auto;
  margin-bottom: 0;
}

.footer-bottom {
  display: none;
}

.footer-subscribe input {
  border-radius: 10px 0 10px 0;
  height: 40px;
}

.footer-subscribe input::placeholder {
  color: var(--custom-black-color);
  font-size: 14px;
}

.footer-subscribe button {
  border-radius: 10px 0 10px 0;
  color: var(--custom-black-color) !important;
  height: 40px;
}

.footer-subscribe button:hover {
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
}

@media (max-width: 767px) {
  .footer-content {
    gap: 60px;
  }

  .footer-first-column {
    order: 1;
    align-items: flex-start;
  }

  .footer-content__menu {
    order: 2;
    flex-direction: column;
    gap: 60px;
  }

  .footer-right {
    order: 3;
  }

  .conditional-section h2 {
    max-width: none;
  }
}

.video iframe {
  height: auto;
  aspect-ratio: 1.78;
  border-radius: 10px 0 10px 0;
}

.product-card-v2 {
  border-radius: 10px 0 10px 0;
}

/* Контакты */
.inner-page h1,
.content-title {
  font-size: 41px;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: 400 !important;
  line-height: 100% !important;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 4px;
}

.fancybox-close-small svg {
  display: block;
}

.content-title,
.content-title span {
  font-family: "HeliosCond", serif !important;
}

.form-group label.select-label {
  font-size: 16px;
  color: var(--custom-black-color);
  margin-bottom: 20px;
}

.dropdown-select {
  border-radius: 10px 0 10px 0;
  border-color: var(--custom-gray-color-600);
  padding: 11px 15px;
}

.dropdown-select .icon {
  border-radius: 100%;
  border: 1px solid var(--custom-accent-color-400);
  padding: 3px;
}

.active .dropdown-select-ul {
  border-color: var(--custom-black-color);
}

.dropdown-select-ul li.selected {
  background-color: var(--custom-accent-color-500);
}

.dropdown-select-ul li:hover {
  background-color: var(--custom-accent-color-500);
}

.active .dropdown-select {
  border-radius: 10px 0 0 0;
}

.active .dropdown-select-ul {
  border-radius: 0 0 10px 0;
}

.affiliate-network__head {
  margin-bottom: 30px;
}

.contacts-block {
  border: none;
}

.contacts-block__info {
  padding-left: 0;
  padding-top: 0;
  width: 40%;
}

.contacts-block__title {
  display: none;
}

.contacts-block__title-red {
  display: none !important;
}

.contact-line {
  display: none;
}

.custom-contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-title {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-family: "HeliosCond" !important;
  gap: 10px;
}

/*
.contact-title::before {
  content: "";
  background-image: url(https://bolars-shop.ru/media/uploads/svg/vk.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid var(--custom-accent-color-400);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  flex-shrink: 0;
}
*/
.contact-text-line p {
  font-size: 16px;
}

/*
.custom-contacts-item {
  padding-left: 40px;
}
*/
.custom-contacts-item ol {
  padding-left: 18px;
}

.custom-contacts-item ol li {
  font-size: 16px;
}

.custom-contacts-item a {
  display: block;
  transition: all 0.2s ease-in-out;
}

.custom-contacts-item a:hover {
  color: var(--custom-accent-color-500);
}

.contact-title.mail {
  font-size: 16px;
  text-transform: none;
  margin-bottom: 0;
  display: flex;
  font-family: "Inter" !important;
}

.custom-contacts-item a:not(:last-child) {
  margin-bottom: 15px;
}

.custom-contacts-item.schedule {
  display: flex;
  gap: 50px;
}

.attention-block {
  margin-top: 60px;
}

.schedule-item:not(:first-child) .contact-title {
  margin-left: 0;
}

.schedule-item:not(:first-child) .contact-title::before {
  display: none;
}

.attention-title {
  font-family: "HeliosCond" !important;
  font-weight: 500;
  font-size: 21px;
  text-transform: uppercase;
  color: var(--custom-accent-color-500);
  margin-bottom: 15px;
}

.attention-title.black {
  color: var(--custom-black-color);
  margin-bottom: 0;
}

.contacts-block__map {
  width: 60%;
  max-width: 650px;
  aspect-ratio: 1 / 1;
  /* Фиксируем квадратную форму */
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  /* Центрируем */
}

/* Контейнер карты */
.ymaps-2-1-79-map {
  width: 100% !important;
  /* Переопределяем инлайновые стили Яндекса */
  height: 100% !important;
  border-radius: 100%;
  overflow: hidden;
}

/* Анимированная рамка */
.contacts-block__map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  border: 2px dashed #8b8186;
  animation: rotate 50s linear infinite;
  z-index: 20;
  /* Корректируем размер рамки */
  margin: -10px;
  /* Расширяем за пределы карты */
  pointer-events: none;
  /* Чтобы не блокировала клики по карте */
}

.ymaps-2-1-79-ground-pane {
  filter: grayscale(100%);
}

.ymaps-2-1-79-controls__control,
.ymaps-2-1-79-map-copyrights-promo,
.ymaps-2-1-79-controls__control_toolbar {
  display: none !important;
}

.ymaps-2-1-79-svg-icon {
  background-image: url(https://bolars-shop.ru/media/uploads/svg/point.svg) !important;
  z-index: 999;
}

@media (max-width: 991px) {
  .contacts-block {
    flex-direction: column;
  }

  .contacts-block__info,
  .contacts-block__map {
    width: 100%;
  }

  #yamap_addresses {
    height: 100% !important;
    margin-bottom: 50px;
  }
}

/* КАТАЛОГ */
.catalog-menu.catalog-categories-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 45px;
  margin-bottom: 120px;
}

.catalog-menu-item {
  width: 100%;
  margin: 0;
  aspect-ratio: 0.7;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-top: 30px;
}

.catalog-menu-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 10px 0;
  filter: grayscale(100%);
  overflow: hidden;
}

.catalog-menu-item__name {
  left: 30px;
  bottom: auto;
  text-align: left;
  position: relative;
  font-size: 20px;
  font-family: "HeliosCond", serif !important;
  text-transform: uppercase;
  max-width: calc(100% - 60px);
  font-weight: 500 !important;
  line-height: 110% !important;
}

/* превью категорий */

.catalog-menu-item::before {
  content: "";
  width: 220px;
  height: 280px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -42px;
  right: 0;
}

.catalog-menu-item:not(.welcome .catalog-menu-item):nth-of-type(1)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/offer-tovar-1.webp);
}

.catalog-menu-item:not(.welcome .catalog-menu-item):nth-of-type(2)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-decor-materiali.webp);
}

.catalog-menu-item:not(.welcome .catalog-menu-item):nth-of-type(3)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/offer-tovar-3.webp);
}

.catalog-menu-item:not(.welcome .catalog-menu-item):nth-of-type(4)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-kraski.webp);
}

.catalog-menu-item:not(.welcome .catalog-menu-item):nth-of-type(5)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-gidroizolyaciya.webp);
}

.catalog-menu-item:not(.welcome .catalog-menu-item):nth-of-type(6)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-gotovie-shpaklevki-klei.webp);
}

.catalog-menu-item:not(.welcome .catalog-menu-item):nth-of-type(7)::before {
  background-image: url(https://bolars.ru/media/uploads/webp/offer-tovar-8.webp);
}

.catalog-category-1 .catalog-menu-item:nth-of-type(1)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-shtykstyrka.webp);
}

.catalog-category-1 .catalog-menu-item:nth-of-type(2)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-shpaklevki.webp);
}

.catalog-category-1 .catalog-menu-item:nth-of-type(3)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/cat-dlya-plitki.webp);
}

.catalog-category-1 .catalog-menu-item:nth-of-type(4)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/cat-vspomogatelnie-materialy.webp);
}

.catalog-category-1 .catalog-menu-item:nth-of-type(5)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-klei-uteplitelya.webp);
}

.catalog-category-1 .catalog-menu-item:nth-of-type(6)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-decor-faktur-shtukaturki-shaklevki.webp);
}

.catalog-category-1 .catalog-menu-item:nth-of-type(7)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-klei-gazoblokov.webp);
}

.catalog-category-1 .catalog-menu-item:nth-of-type(8)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-smesi-virvnivaniya-pola.webp);
}

.catalog-category-2 .catalog-menu-item:nth-of-type(1)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-decor-shaklevki.webp);
}

.catalog-category-2 .catalog-menu-item:nth-of-type(2)::before {
  background-image: url(https://bolars-shop.ru//media/uploads/webp/anyconv.com__cat-akrilovie-decor-kraski.webp);
}

.catalog-category-2 .catalog-menu-item:nth-of-type(3)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-decor-faktur-shtukaturki-shaklevki.webp);
}

.catalog-category-3 .catalog-menu-item:nth-of-type(1)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-gotovie-shpaklevki-klei.webp);
}

.catalog-category-3 .catalog-menu-item:nth-of-type(2)::before {
  background-image: url(https://bolars-shop.ru/media/uploads/webp/anyconv.com__cat-klei.webp);
}

.catalog-menu-item:hover .catalog-menu-item__image {
  filter: grayscale(0);
}

.catalog-menu-item:hover:after {
  opacity: 0;
}

.breadcrumbs {
  color: var(--custom-black-color);
  font-size: 14px;
  line-height: 110%;
  color: var(--custom-gray-color-600) !important;
}

.breadcrumbs span {
  font-size: 14px;
  color: var(--custom-black-color);
  text-transform: none;
}

.breadcrumbs__sep {
  border: 1px solid var(--custom-accent-color-400);
  border-radius: 100%;
  padding: 2px;
  width: 14px;
  height: 14px;
}

.section .text-page {
  margin-left: 240px;
}

.catalog-description {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 150px;
}

.catalog-description-img {
  max-width: 50%;
}

.catalog-description-text {
  max-width: 38%;
}

.catalog-description-text p {
  margin-bottom: 0;
}

.follow-container.catalog {
  margin-top: 80px;
}

.follow-container.catalog h2,
.follow-container.catalog span,
.follow-container.catalog p {
  color: var(--custom-black-color);
}

.follow-container.catalog .follow-container-item:last-child {
  width: 40%;
}

.follow-container.catalog .follow-container-item .loyalty {
  top: auto;
  bottom: 10%;
  right: 25%;
}

section.feedback-form,
.inner-page .section-dark.feedback-form {
  background-color: var(--custom-black-color) !important;
}

.welcome .catalog-menu-item {
  width: 100%;
}

.category-root-page .catalog-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 40px;
}

.catalog-side__title {
  display: none;
}

.catalog-side.mobile-hide {
  border-radius: 10px 0 10px 0;
  box-shadow: none;
  border-color: var(--custom-gray-color-350);
}

.catalog-side__content {
  border-top: none;
  padding: 0;
}

.catalog-side__content ul li a {
  padding: 20px 40px 20px 20px;
}

.menu-item.active {
  background-color: transparent;
}

.menu-item.active a {
  color: var(--custom-accent-color-500);
}

.catalog-side__content .submenu {
  box-shadow: none;
  border: 1px solid var(--custom-gray-color-350);
  border-radius: 10px 0 10px 0;
}

.submenu .menu-item a {
  color: var(--custom-black-color);
}

.submenu .menu-item:hover a {
  color: var(--custom-accent-color-500);
}

.catalog-filter .catalog-filter-body {
  padding: 30px 0;
  box-shadow: none;
  border-radius: 10px 0 10px 0;
  border-color: var(--custom-gray-color-350);
}

.filter-item-title,
.catalog-filter-accordion .opener {
  font-family: "HeliosCond", serif !important;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.catalog-filter-accordion .opener {
  overflow: visible;
}

.input-number input[type="number"] {
  width: 80px;
}

.catalog-filter .checkbox [type="checkbox"]:not(:checked) + label:before,
.catalog-filter .checkbox [type="checkbox"]:checked + label:before {
  border-color: var(--custom-gray-color-350);
  border-radius: 100%;
}

.catalog-filter .checkbox [type="checkbox"]:hover + label:before,
.catalog-filter .checkbox [type="checkbox"]:checked + label:before {
  border-color: var(--custom-accent-color-500);
}

.catalog-filter .checkbox [type="checkbox"]:not(:checked) + label:after,
.catalog-filter .checkbox [type="checkbox"]:checked + label:after {
  background-color: transparent;
  background-image: url(https://bolars-shop.ru/media/uploads/svg/sort-arrow.svg);
}

.filter-show-all {
  background-color: var(--custom-accent-color-500);
}

.filter-show-all:before {
  background-color: var(--custom-accent-color-500);
}

.filter-range .noUi-connect::before,
.noUi-handle {
  background: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.input-cont .input-placeholder {
  border-radius: 10px 0 10px 0;
}

.catalog-filter__bottom {
  padding: 30px;
}

.catalog-filter__btns {
  padding: 0 30px;
}

.catalog-filter__btns .btn {
  width: 100%;
  background-color: transparent !important;
  border-color: var(--custom-black-color) !important;
  margin-bottom: 20px;
}

.catalog-filter__btns .btn:hover {
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
}

.catalog-filter__btns .btn-link {
  height: fit-content;
}

.catalog-right {
  display: none;
}

.icon-sort-price span,
.icon-sort-price span:before,
.icon-sort-price span:after {
  background-color: var(--custom-accent-color-500);
}

.catalog-sorting__title {
  color: var(--custom-black-color);
  opacity: 1;
  font-size: 14px;
}

.catalog-sorting ul li a,
.catalog-right .price-download {
  font-size: 14px;
}

.product-card__nav-next,
.product-card__nav-prev {
  padding: 0;
}

.catalog-description.category {
  align-items: flex-start;
}

.catalog-description.category .catalog-description-text {
  max-width: 45%;
}

.catalog-description.category .catalog-description-img {
  width: 45%;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}

.catalog-description.category .choice-container-text {
  margin-top: 40px;
}

.catalog-description.category .choice-container-text span {
  font-size: 14px;
}

.catalog-category-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  gap: 10px;
}

.catalog-category-wrapper-item {
  max-width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.catalog-category-wrapper-item span {
  text-align: center;
  max-width: 160px;
}

.catalog-category-wrapper-item .icon {
  border: 1px solid var(--custom-accent-color-400);
  border-radius: 100%;
  width: 102px;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog-category-wrapper-item.link {
  cursor: pointer;
}

.catalog-category-wrapper-item.link .icon {
  background-color: var(--custom-accent-color-400);
}

.catalog-category-wrapper-item.link:hover .icon {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  border-color: var(--custom-accent-color-500);
}

.catalog-category-wrapper-item.link span {
  font-size: 14px;
  color: var(--custom-gray-color-600);
  max-width: 200px;
}

.free-sampler {
  margin-top: 150px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.images-container {
  width: 100%;
  display: flex;
  gap: 10px;
}

.images-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid var(--custom-gray-color-300);
  border-radius: 10px 0 10px 0;
}

.free-sampler-form {
  width: 100%;
}

.free-sampler-form h3 {
  text-transform: uppercase;
}

.catalog-description-files {
  position: relative;
  width: 45%;
}

.catalog-description-files .file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalog-description-files .file-item:not(:last-child) {
  margin-bottom: 35px;
}

.catalog-description-files .file-item img {
  margin-left: auto;
  margin-right: 20px;
  flex-shrink: 0;
}

.catalog-description-files .file-item .button {
  padding: 15px 28px;
  width: fit-content;
  margin-left: 40px;
}

.link.button.bordered {
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 1px solid var(--custom-black-color);
  padding: 15px 28px;
}

.link.button.bordered:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.catalog-description-files .file-item span:last-of-type {
  flex-shrink: 0;
}

.product-card__navigation {
  border-bottom: none;
}

.product-card__nav-next:hover,
.product-card__nav-prev:hover {
  background: transparent;
  color: var(--custom-accent-color-500);
}

.product-card__nav-prev .icon {
  border: 1px solid #bebebe;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  margin-top: 0;
  background-color: var(--custom-gray-color-100);
  background-image: url(https://bolars-shop.ru/media/uploads/svg/detail-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-card__nav-next .icon {
  border: 1px solid #bebebe;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  margin-top: 0;
  background-color: var(--custom-gray-color-100);
  background-image: url(https://bolars-shop.ru/media/uploads/svg/detail-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-card__nav-prev .icon svg,
.product-card__nav-next .icon svg {
  display: none;
}

.product-card__head {
  margin-top: 0px;
  border-bottom: none;
  padding: 0;
}

.product-content .gap-10 ul li {
  padding-left: 24px;
}

.content-title span {
  color: var(--custom-accent-color-500);
}

ul li:before {
  background-color: var(--custom-accent-color-500) !important;
}

.product-card__artikul {
  display: none;
}

.product-card__slideshow {
  width: 45%;
}

.product-card__content {
  width: 55%;
  gap: 40px;
  flex-direction: row-reverse;
}

.buttons-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-left: 348px;
  width: 100%;
  margin-top: -90px;
}

.product-card__left {
  min-width: 0;
  width: 50%;
}

.product-sidebar__static-text-wrapper {
  display: none;
}

.add-to-cart img.cart-icon {
  display: none;
}

.product-card__left .shopping-cart-product .button-theme_cart {
  border-radius: 10px 0 10px 0;
  font-size: 14px;
  padding: 15px 0;
}

.product-card__left .shopping-cart-product .button-theme_cart:hover {
  background-color: var(--custom-accent-color-400) !important;
  border-color: var(--custom-accent-color-400) !important;
  color: var(--custom-black-color) !important;
}

.orig-price strong {
  font-family: "HeliosCond", "Inter" !important;
  font-weight: 500;
  font-size: 26px;
}

.input-number .order-down:hover,
.input-number .order-up:hover {
  background-color: transparent;
}

.product-card__left .input-number--lg {
  width: 100%;
  padding: 0;
  justify-content: space-between;
}

.product-card__right {
  width: 50%;
  margin-left: 0;
}

.shopping-cart-product {
  flex-direction: column;
  gap: 20px;
}

.btn-radius:active,
.btn-radius:hover {
  color: var(--custom-accent-color-500);
}

.product-card__discription {
  display: none;
}

.product-card__container {
  padding: 0;
  gap: 40px;
}

.product-card-content ol {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.product-content ol li::before {
  display: none !important;
}

.product-content {
  padding-left: 0;
  padding-right: 0;
}

[data-collapse-initialized][data-collapse] {
  overflow: auto;
}

#sync1 {
  border: none;
  border-radius: 20px 0 20px 0;
  padding: 40px 0;
  margin-bottom: 20px;
}

#sync1 .item img {
  max-height: 360px;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  top: 40%;
  width: 50px;
  height: 100px;
}

#sync1.owl-theme .owl-next {
  display: block;
  background: url(https://bolars-shop.ru/media/uploads/svg/slider-arrow-next.svg)
    50% 50% no-repeat;
  right: 0;
  border-radius: 0 50px 50px 0;
  background-color: var(--custom-white-color);
  border: 1px solid var(--custom-gray-color-400);
}

#sync1.owl-theme .owl-prev {
  display: block;
  background: url(https://bolars-shop.ru/media/uploads/svg/slider-arrow-next.svg)
    50% 50% no-repeat;
  left: 0;
  right: auto;
  border-radius: 0 50px 50px 0;
  background-color: var(--custom-white-color);
  border: 1px solid var(--custom-gray-color-400);
}

#sync1.owl-theme .owl-prev:hover,
#sync1.owl-theme .owl-next:hover {
  border-color: var(--custom-accent-color-400);
  background-color: var(--custom-accent-color-400);
}

#sync2 {
  width: 239px;
}

#sync2 .owl-item {
  height: 70px;
}

#sync2 .owl-item .item {
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 10px 0 10px 0;
  border-color: var(--custom-gray-color-400);
}

#sync2 .current .item {
  border-color: var(--custom-accent-color-500);
}

.product-card-content .tabs {
  gap: 10px;
}

.product-card-content .tabs li {
  background-color: var(--custom-gray-color-100);
  border-radius: 10px 0 10px 0;
  height: 40px;
  padding: 0 35px;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
}

.tabs li:hover,
.tabs li.active {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.tab-content {
  padding: 40px 0;
}

.shopping-cart-item__delete {
  order: 1;
  margin-right: 0;
}

.form-control {
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 10px 0 10px 0;
  font-size: 14px;
  height: 40px;
}

.content-name {
  top: 11px;
}

.product-card__right h3 {
  width: 100%;
  margin-bottom: 30px;
}

.product-card__right .checkbox span {
  color: var(--custom-black-color) !important;
}

.form-control:focus {
  border-color: var(--custom-accent-color-500) !important;
}

.product-card__right .form-control:valid + .label-name .content-name,
.product-card__right .form-control:focus + .label-name .content-name {
  color: var(--custom-black-color) !important;
}

.product-card__right .form-group-inline {
  margin-top: 15px;
}

/* Корзина */
.simple-cart__content {
  max-width: none;
}

.shopping-cart-list {
  margin-bottom: 35px;
}

.shopping-cart-item {
  justify-content: space-between;
  border-bottom: none;
  padding: 0;
}

.shopping-cart-item:not(:last-child) {
  margin-bottom: 20px;
}

.shopping-cart-item__img {
  max-height: 250px;
  max-width: max-content;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopping-cart-item__img img {
  max-height: none;
  max-width: 170px;
}

.shopping-cart-item__name span {
  font-size: 12px;
  color: #1c1c1c;
  margin-bottom: 10px;
}

.shopping-cart-item__name {
  font-size: 16px;
  font-weight: 500;
  font-family: "HeliosCond" !important;
  text-transform: uppercase;
  max-width: 180px;
}

.shopping-cart-item__cost {
  font-size: 16px;
  margin-right: 0;
  margin-left: 0;
}

.shopping-cart-item__total-cost {
  font-size: 16px;
}

.input-number input[type="number"] {
  font-size: 16px;
}

.input-number .order-down,
.input-number .order-up {
  border: none;
}

.input-number .order-down:before {
  background: var(--custom-accent-color-500);
}

.input-number .order-up::before,
.input-number .order-up::after {
  background: var(--custom-accent-color-500);
}

.shopping-cart-item__delete a svg {
  display: none;
}

.shopping-cart-item__delete a {
  background-image: url(https://bolars-shop.ru/media/uploads/svg/delete-btn.svg);
  background-position: center;
  width: 12px;
  height: 12px;
  display: block;
}

.delivery-cart {
  border-top: 1px solid var(--custom-gray-color-400);
}

.simple-cart .delivery-total {
  padding-top: 35px;
}

.delivery-total ul li:nth-child(1),
.delivery-total ul li:nth-child(2) {
  display: none;
}

.delivery-total__lg {
  font-size: 26px;
  font-family: "HeliosCond", serif !important;
  font-weight: 500;
  text-transform: uppercase;
}

.simple-order-form__title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 26px;
  text-transform: uppercase;
  width: min-content;
}

.simple-order-form__title::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.simple-order-form__group ul {
  padding-left: 75px;
}

/* Первый заголовок в форме */
.simple-order-form__column:nth-of-type(1) .simple-order-form__title::before {
  background-image: url(https://bolars-shop.ru/media/uploads/icons/dostavka.svg);
}

/* Второй заголовок в форме */
.simple-order-form__column:nth-of-type(2) .simple-order-form__title::before {
  background-image: url(https://bolars-shop.ru/media/uploads/icons/dostavka.svg);
}

/* Третий заголовок в форме */
.simple-order-form__column:nth-of-type(3) .simple-order-form__title::before {
  background-image: url(https://bolars-shop.ru/media/uploads/icons/pay.svg);
}

.new-radio__label:before,
.simple-order-form__column .d-flex.flex-row label:before {
  border-radius: 0;
  border-color: var(--custom-accent-color-500);
  border-width: 1px;
}

.new-radio__label:after,
.simple-order-form__column .d-flex.flex-row label:after {
  border-radius: 0;
  background: var(--custom-accent-color-500)
    url(https://bolars-shop.ru/static/images/checkbox-check.svg) 50% 50%
    no-repeat;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.simple-order-form__column .d-flex.flex-row.gap-10 {
  margin-left: 75px;
}

.simple-cart .form-group.privacy-policy {
  margin-top: 20px;
}

.simple-cart .form-group.privacy-policy .checkbox span {
  color: var(--custom-black-color) !important;
}

.simple-order-form__submit .btn {
  width: fit-content;
}

.simple-order-form__submit .btn:hover {
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
}

.portfolio-card-type {
  background-color: var(--custom-accent-color-500);
  border-radius: 10px 0 10px 0;
  padding: 5px 20px;
  color: var(--white-color);
}

.portfolio-card-title {
  font-size: 16px;
  color: var(--white-color);
}

.portfolio-card-placeholder .svg-icon {
  display: none;
}

.portfolio-card-placeholder {
  font-size: 14px;
  height: 40px;
  color: var(--custom-black-color);
  background: var(--custom-accent-color-400);
  border-radius: 10px 0 10px 0;
  padding: 0 30px;
}

.catalog__links-block a {
  font-size: 14px;
  height: 40px;
  color: var(--custom-black-color);
  background: var(--custom-gray-color-100);
  border-radius: 10px 0 10px 0;
  padding: 0 30px;
  border: none;
}

.catalog__links-block a:is(:hover, :focus-visible, .active) {
  color: var(--custom-black-color);
}

.portfolio-card {
  border-radius: 10px 0 10px 0;
}

.portfolio-widget {
  --_padding-y: 0;
  --_padding-x: 0;
  border: none;
}

.related-products-main .slider-constructor .slick-prev,
.related-products-main .slider-constructor .slick-next {
  top: 28%;
}

.product-card__left .shopping-cart-product .button-theme_cart {
  height: 40px;
  flex: none;
}

@media (max-width: 991px) {
  .catalog-menu-item {
    width: 100% !important;
    margin: 0 !important;
  }

  .catalog-description {
    flex-direction: column-reverse;
  }

  .catalog-description-img {
    max-width: 100%;
  }

  .catalog-description-text {
    max-width: 100%;
  }

  .follow-container.catalog .follow-container-item .loyalty {
    right: -2%;
    left: auto;
  }

  .catalog-description.category {
    gap: 30px;
  }

  .catalog-description.category .catalog-description-text {
    max-width: 100%;
  }

  .catalog-description.category .catalog-description-img {
    width: 100%;
  }

  .product-card__slideshow,
  .product-card__content {
    width: 100%;
  }

  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    display: none;
  }

  #sync1.owl-theme .owl-dots .owl-dot.active span,
  #sync1.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--custom-accent-color-500) !important;
  }

  .tabsgroup {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .tab_drawer_heading {
    background-color: transparent;
    border: 1px solid var(--custom-gray-color-400);
    height: 40px;
    border-radius: 10px 0 10px 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
  }

  .tab_drawer_heading .icon {
    position: relative;
    top: auto;
    right: auto;
    height: fit-content;
  }

  .product-card__nav-next {
    width: auto;
  }

  .product-card__navigation {
    display: none;
  }

  .product-card__head {
    margin-top: 0;
    padding: 0;
  }

  .product-card__container {
    padding-top: 0;
  }

  .product-card__left {
    margin-bottom: 0;
  }

  .product-card .btn-border {
    margin-bottom: 0;
    border-radius: 10px 0 10px 0;
  }
}

@media (max-width: 767px) {
  .st-button {
    font-size: 14px;
  }

  .g-title {
    font-size: 30px;
  }

  .portfolio-set-title {
    margin-bottom: 20px;
  }

  .catalog__links-block a {
    font-size: 12px;
    height: 34px;
    padding: 0 12px;
  }

  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .simple-order-form__submit .btn {
    width: 100%;
  }

  .delivery-cart {
    padding: 0;
  }

  .catalog-menu-item {
    height: 240px;
  }

  .catalog-menu-item::before {
    width: 130px;
    height: 165px;
    bottom: -25px;
  }

  .catalog-menu-item__name {
    font-size: 14px;
    left: 15px;
    width: calc(100% - 30px);
  }

  .inner-page h1 {
    font-size: 35px;
  }

  .category-root-page .catalog-menu {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .page-head {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }

  .catalog-head {
    display: none;
  }

  .form-group.privacy-policy {
    margin-top: 20px;
  }

  .product-card__left {
    width: 70%;
  }

  .shopping-cart-item {
    flex-wrap: nowrap;
    position: relative;
    justify-content: flex-start;
    padding-bottom: 35px;
  }

  .shopping-cart-item__numbers {
    min-width: auto;
    position: absolute;
    bottom: -10px;
    left: 110px;
  }

  .shopping-cart-item__delete {
    position: absolute;
    right: 0;
    top: 0;
  }

  .shopping-cart-item__cost {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .shopping-cart-item__cost::after {
    content: "/шт.";
    font-size: 16px;
  }

  .shopping-cart-item__img {
    max-width: 150px;
    max-height: 150px;
    margin-right: 10px;
    width: fit-content;
  }

  .shopping-cart-item__img img {
    max-width: 100px;
  }

  .shopping-cart-item__name {
    margin: 0;
    position: absolute;
    top: 0;
    left: 110px;
  }

  .shopping-cart-item__total-cost {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .follow-container.catalog .follow-container-item:last-child {
    width: 100%;
  }

  .follow-container.catalog .follow-container-item .loyalty {
    right: auto;
    left: 0;
    top: 30%;
    bottom: auto;
  }

  .bottom-mobile-menu-button__icon {
    width: 100%;
    height: 100%;
  }

  .product-card-bottom__artikul {
    display: none;
  }
}

.cookie-modal__content button,
.cookie-modal__content {
  border-radius: 10px 0 10px 0;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_visible.SmartCaptcha-Shield_position_right {
  z-index: 999 !important;
}

.cookie-modal__content button:hover {
  color: var(--custom-white-color);
}

.button.bordered {
  border: 1px solid var(--custom-black-color);
  border-radius: 10px 0 10px 0;
  height: 40px;
  background-color: transparent;
}

.button.bordered:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.choice-wrapper {
  display: flex;
  justify-content: space-between;
}

.choice-new-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.choice-new-block.mobile {
  display: none;
}

.choice-buttons-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.choice-buttons-wrapper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 1px solid var(--custom-gray-color-300);
  border-radius: 10px 0 10px 0;
  width: 100%;
  cursor: default;
}

.choice-buttons-wrapper-item span {
  text-align: center;
}

.choice-buttons-wrapper-item .default-icon {
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--custom-accent-color-400);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 10px;
}

.choice-buttons-wrapper-item .hover-icon {
  display: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--custom-accent-color-500);
  background-color: var(--custom-accent-color-500);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

@media (max-width: 767px) {
  .choice-buttons-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .choice-new-block.desktop {
    display: none;
  }

  .choice-new-block.mobile {
    display: flex;
    justify-content: space-evenly;
  }
}

.team-map.new .map-point {
  width: 21px;
  height: 21px;
}

.team-map.new .point-1 {
  top: 13%;
  left: 45%;
}

.team-map.new .point-4 {
  top: 18%;
  left: 51%;
}

.team-map.new .point-5 {
  top: 27%;
  left: 50%;
}

.team-map.new .point-2 {
  top: 27%;
  left: 46%;
}

.team-map.new .point-7 {
  top: 32%;
  left: 53%;
}

.team-map.new .point-8 {
  top: 18%;
  left: 54%;
}

.team-map.new .point-6 {
  top: 19%;
  left: 60%;
}

.team-map.new .point-9,
.team-map.new .point-10 {
  display: none;
}

.product-card-v2__content {
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;
}

.product-card-v2__buttons .st-button_add-to-cart,
.st-button_primary {
  background-color: var(--white-color);
  border-radius: 10px 0 10px 0;
  border-color: var(--custom-gray-color-600);
  color: var(--custom-black-color);
  height: 40px !important;
}

.product-card-v2__buttons .st-button_add-to-cart:hover,
.st-button_primary:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.product-card-v2__buttons .st-button_add-to-cart svg {
  display: none;
}

.product-card-v2__labels {
  top: 20px;
  right: 20px;
  left: unset;
  bottom: unset;
  width: fit-content;
}

.product-card-v2__label {
  min-width: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: var(--custom-accent-color-400);
  color: var(--custom-black-color);
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 100%;
}

.product-card-sell-badge_top {
  display: none;
}

.product-card-v2__price {
  font-family: "HeliosCond", sans-serif !important;
  font-size: 26px;
  font-weight: 500;
}

.product-card-v2__title {
  font-size: 14px;
}

.product-card-v2__image {
  padding-top: 20px;
}

.text-page ol li:before,
.o-product-tab ol li:before {
  color: var(--custom-accent-color-500);
}

.document-item__text {
  order: 1;
}

.document-item__size {
  order: 2;
}

.document-item__format {
  background: url(https://bolars-shop.ru/media/uploads/icons/doc.svg);
  order: 3;
}

.document-item__btn {
  order: 4;
}

.form-group-inline .button-theme_primary:hover {
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color);
}

section.feedback-form .form-control {
  border: none;
}

/* О заводе */

.company-1 {
  margin-top: 0;
}

.about-first-section {
  position: relative;
  margin-top: 60px;
}

.about-first-section__text {
  position: absolute;
  top: -75px;
  left: 35%;
  max-width: 335px;
}

.about-first-section__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.about-first-section__wrapper__item {
  width: 100%;
  height: 325px;
  overflow: hidden;
  border-radius: 10px 0 10px 0;
}

.about-first-section__wrapper__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-first-section__wrapper__item:nth-child(2) {
  margin-top: 220px;
}

.about-first-section__wrapper__item:nth-child(3) {
  margin-top: 260px;
}

.about-first-section__wrapper__item:nth-child(4) {
  margin-top: 40px;
}

.about-first-section__wrapper__item .object-wrapper-item-quality {
  margin-top: 0;
}

.about-second-section {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}

.about-second-section__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  width: 45%;
}

.about-second-section__wrapper__item {
  width: 100%;
  border: 1px solid var(--custom-gray-color-100);
  border-radius: 10px 0 10px 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.about-second-section__wrapper__item .icon {
  padding: 15px;
  border: 1px solid var(--custom-accent-color-400);
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.about-second-section__wrapper__item span {
  text-align: left;
}

.about-second-section__text {
  width: 35%;
}

.about-second-section__text h2 {
  max-width: none;
}

.reasons-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.reasons-wrapper__item.span {
  grid-column: span 2;
  display: flex;
  gap: 25px;
  align-items: center;
  border: none;
}

.reasons-wrapper__item.span .number {
  font-size: 184px;
  font-family: "HeliosCond" !important;
  color: var(--custom-accent-color-500);
  line-height: 100% !important;
}

.reasons-wrapper__item.span .bigText {
  font-size: 38px;
  font-family: "HeliosCond" !important;
  font-weight: 500;
  text-transform: uppercase;
}

.reasons-wrapper__item {
  border: 1px solid var(--custom-gray-color-500);
  border-radius: 10px 0 10px 0;
  padding: 20px;
  max-height: 220px;
}

.reasons-wrapper__item h4 {
  font-size: 21px;
  margin-bottom: 30px;
}

.reasons-wrapper__item:nth-child(3),
.reasons-wrapper__item:nth-child(5),
.reasons-wrapper__item:nth-child(7) {
  background-color: var(--custom-gray-color-500);
}

.history-block {
  margin-top: 120px;
}

.history-title,
.history-subtitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.history-title {
  font-size: 28px;
  font-weight: bold;
}

.history-subtitle {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: normal;
}

.timeline-container {
  position: relative;
  margin-top: 180px;
}

.timeline-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--custom-gray-color-500);
}

.timeline-items {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.timeline-dot {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -18px;
  z-index: 2;
}

.year {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "HeliosCond" !important;
}

.description {
  font-size: 16px;
}

.timeline-item:nth-child(1),
.timeline-item:nth-child(3),
.timeline-item:nth-child(5) {
  margin-top: 50px;
}

.timeline-item:nth-child(1) .timeline-dot,
.timeline-item:nth-child(3) .timeline-dot,
.timeline-item:nth-child(5) .timeline-dot {
  top: -68px;
}

.timeline-item:nth-child(2) {
  margin-top: -160px;
}

.timeline-item:nth-child(2) .timeline-dot {
  top: auto;
  bottom: 194px;
}

.timeline-item:nth-child(4) {
  margin-top: -245px;
}

.timeline-item:nth-child(4) .timeline-dot {
  top: auto;
  bottom: 194px;
}

.video-container {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
}

.video-container .video {
  width: 50%;
}

.video-container-text {
  width: 45%;
}

.product-card-container .product-card-content {
  width: 100%;
}

.table {
  max-width: none;
}

.table table {
  border: 1px solid var(--custom-gray-color-600);
  width: 100% !important;
}

.partner-item {
  margin: 0;
}

.partners {
  gap: 15px;
  position: relative;
}

.partners div#partner-search-results-inline {
  display: none;
}

@media (max-width: 767px) {
  .product-card-v2__content {
    padding: 10px;
  }

  .st-button__title {
    text-align: center;
  }

  .st-button__icon + .st-button__text {
    display: flex;
  }

  .team-map-desktop {
    transform: scale(1.2);
  }

  .gradient {
    height: 10%;
  }
}

.slider-container {
  display: flex;
  will-change: transform;
}

.slide {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  flex-shrink: 0;
}

#menu.mm-menu--opened {
  z-index: 9999;
}

.modal.fancybox-content {
  border-radius: 10px 0 10px 0;
  background-color: var(--custom-white-color);
}

.modal-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.modal-calculate .modal-content {
  position: absolute;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.consumption-calculator-depth {
  margin-top: 10px;
}

.form-close {
  display: none;
}

.modal.fancybox-content .btn {
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
}

.modal.fancybox-content .btn:hover {
  background-color: var(--custom-accent-color-400) !important;
  border-color: var(--custom-accent-color-400) !important;
  color: var(--custom-black-color) !important;
}

.modal.fancybox-content .form-control:valid + .label-name .content-name,
.modal.fancybox-content .form-control:focus + .label-name .content-name {
  color: var(--custom-black-color) !important;
}

.modal.fancybox-content .checkbox span {
  color: var(--custom-black-color) !important;
}

.fancybox-close-small {
  background: var(--white-color)
    url(https://bolars-shop.ru/media/uploads/svg/close-modal.svg) 50% 50%
    no-repeat;
  border-radius: 100%;
  border: 1px solid var(--custom-accent-color-400);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--custom-white-color);
  width: 30px;
  height: 30px;
}

#pickup-section {
  display: none !important;
}

.product-content h2,
.product-content h3 {
  margin-top: 40px;
}

.product-card-content .g-title {
  font-size: 35px;
}

.product-card-content h2 {
  font-size: 28px;
}

.product-card .btn-border {
  min-height: 40px;
  flex-shrink: 0;
  height: 40px;
  background-color: var(--white-color) !important;
  border-color: var(--custom-gray-color-600) !important;
  color: var(--custom-black-color) !important;
  min-width: auto;
  border-radius: 10px 0 10px 0;
}

.product-card .btn-border:hover {
  background-color: var(--custom-accent-color-400) !important;
  border-color: var(--custom-accent-color-400) !important;
}

@media (max-width: 767px) {
  .modal-content {
    height: auto;
  }

  .close-calc {
    top: 0;
    right: 10px;
  }

  .slider-constructor {
    padding-top: 0;
  }

  .breadcrumbs {
    row-gap: 5px;
  }

  .header--mob .logo {
    max-width: 220px;
    width: 220px;
  }

  .logo img {
    max-width: 155px;
  }

  .footer-first-column .logo img {
    width: 190px;
  }

  .header--mob .col-3 {
    width: 35%;
  }

  .header--mob .row {
    justify-content: space-between;
  }

  .header--mob .col-5 {
    display: none;
  }

  .objects {
    margin-top: 480px;
  }

  .footer-content__menu {
    margin-bottom: 0;
  }

  .solutions .container {
    padding-left: 0;
    padding-right: 0;
  }

  .solutions .container h2 {
    margin-left: 15px;
  }

  .product-card__right .desc-form {
    display: none;
  }

  .buttons-grid {
    margin: 0;
  }

  .product-card-content .g-title {
    font-size: 35px;
  }

  .product-card-content h2,
  .product-card-content h3 {
    font-size: 26px;
  }

  .set-two-product {
    margin-top: 40px !important;
    padding-bottom: 60px !important;
  }

  .catalog {
    margin-bottom: 80px;
  }

  .ymaps-2-1-79-balloon_layout_panel {
    bottom: 80px !important;
    left: 15px !important;
    max-width: 300px !important;
  }

  .affiliate-network .form-group {
    max-width: none;
  }

  .footer-content__column:first-child {
    width: 100%;
    margin-right: 0;
    max-width: none;
  }

  .article-inner {
    margin-top: 20px;
  }

  .product-content h2,
  .product-content h3 {
    margin-top: 10px;
  }
}

.footer-content__title span {
  color: var(--white-color);
  opacity: 1;
  font-size: 12px;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0px;
  padding-top: 0;
}

.footer-subscribe {
  flex-direction: column;
  gap: 10px;
}

.footer-subscribe input {
  width: 100%;
}

.footer-subscribe button {
  width: 100%;
  font-size: 14px;
}

.btn,
.btn-download {
  font-size: 14px;
}

.bottom-mobile-menu-button__inner {
  width: auto;
}

#menu.mm-menu--opened {
  width: 100%;
}

.product-card-v2__buttons .st-button_not-availbe {
  height: 40px !important;
}

.button,
.btn {
  font-size: 14px !important;
}

.simple-order-form__group {
  margin-right: 0;
}

.product-card .product-item__flag--hit {
  min-width: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: var(--custom-accent-color-400);
  color: var(--custom-black-color);
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 100%;
}

[data-collapse-open] {
  color: var(--custom-black-color);
}

.footer-subscribe input {
  font-size: 14px;
}

.slider-constructor .slick-dots {
  border-radius: 10px 0 10px 0;
}

/* ошибка 404 */

.error__content .btn:hover {
  color: var(--white-color) !important;
}

.error__content {
  padding-top: 0px;
  background: none;
  position: relative;
}

.error__content .btn {
  position: relative;
  z-index: 1;
}

.error__content::before {
  content: "";
  background: url(https://bolars-shop.ru/media/uploads/webp/error-back.webp)
    no-repeat;
  background-position: right bottom;
  background-size: 100%;
  width: 1499px;
  height: 455px;
  position: absolute;
  z-index: 0;
}

.error__content h1 {
  margin-bottom: 15px;
}

.btn:active,
.btn-download:active {
  background: var(--accent-color-500);
}

/* меню */

.static-prev-menu {
  margin-top: -30px;
}

.menu-block {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 120px;
}

.menu-block .menu-item {
  border: none;
  border-radius: 10px 0 10px 0;
  height: max-content;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  aspect-ratio: 0.57;
  transition: 0.2s;
  background: var(--custom-gray-color-100);
}

.menu-block .menu-item img {
  margin: 0;
  object-fit: cover;
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.menu-block .menu-item span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  color: var(--custom-black-color);
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500 !important;
  line-height: 110% !important;
  font-family: "HeliosCond", serif !important;
  max-width: 80%;
  transition: all 0.3s ease-in-out;
}

.menu-block .menu-item:hover span {
  color: var(--custom-white-color);
  transition: all 0.3s ease-in-out;
}

.menu-block .menu-item:hover img {
  filter: none;
  transition: all 0.3s ease-in-out;
}

.mb-25 {
  font-size: 41px;
}

.mobile-side-menu-footer__link img {
  border: 1px solid var(--custom-accent-color-400);
  border-radius: 30px;
  margin-right: 7px;
  padding: 2px;
}

.team .form-control:valid + .label-name .content-name,
.team .form-control:focus + .label-name .content-name {
  color: var(--custom-black-color) !important;
}

.catalog-side__content ul li a:hover,
.catalog-side__content .submenu a:hover {
  color: var(--custom-accent-color-500);
}

.shopping-cart-item__total-cost,
.shopping-cart-item__cost,
.delivery-total__lg {
  font-family: "HeliosCond", "Inter" !important;
  font-weight: 500;
}

.partner-item__bg {
  height: max-content;
  background: transparent;
}

.inner-page
  .conditional-section.product_set_slider:not(.custom-partner-slider) {
  margin-top: 120px !important;
}

.partner-item__name {
  font-size: 21px;
  display: block;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-family: "HeliosCond" !important;
  color: var(--custom-black-color);
}

.affiliate-network__title {
  font-size: 35px;
  text-transform: uppercase;
  font-family: "HeliosCond" !important;
}

.partner-item {
  border: 1px solid var(--custom-gray-color-350);
  border-radius: 10px 0 10px 0;
  overflow: hidden;
  background: #f9f9f9;
  position: relative;
  display: flex;
  flex-direction: column;
}

.affiliate-network .ymaps-2-1-79-map {
  border-radius: 20px 0 20px 0;
}

.partner-item__line {
  font-size: 14px;
  color: var(--custom-black-color);
  align-items: flex-start;
  height: 100%;
}

.partner-item a {
  color: var(--custom-black-color);
}

.partner-item__content {
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.circle-img {
  width: 28px;
  height: 28px;
  display: flex;
  padding: 4px;
  border: 1px solid var(--custom-accent-color-400);
  background: var(--white-color);
  border-radius: 100%;
  flex-shrink: 0;
}

.partner-item__line:not(.partner-item__line:last-child) {
  display: none;
}

.partner-info {
  display: flex;
  gap: 15px;
  flex-direction: column;
  height: 100%;
}

.btn-patner-link {
  height: 40px;
  border-radius: 10px 0 10px 0;
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-600);
  color: var(--custom-black-color) !important;
  justify-content: center;
  width: min-content;
  padding: 0 30px;
  margin-top: auto;
}

.partner-item__content {
  height: 100%;
}

.partner-new.universal span {
  font-family: "HeliosCond", serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  text-transform: uppercase;
  padding: 20px 25px;
  border: 1px solid var(--custom-accent-color-500);
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #667799;
  text-align: center;
      max-width: 80%;
    min-width: 200px;
}

.btn-patner-link:hover {
  background: var(--custom-accent-color-500);
  color: var(--custom-white-color) !important;
  border: 1px solid var(--custom-accent-color-500);
}

.partner-item a {
  margin-bottom: 0;
}

.partner-custom-line.partner-item-btn p {
  margin: 0;
}

.partner-item a:active {
  color: var(--custom-accent-color-500);
}

.pagination span.active a,
.pagination span a:hover,
.pagination span:hover {
  color: var(--custom-black-color);
}

.article-info {
  display: grid;
  grid-template-columns: 39% 36%;
  gap: 220px;
  align-items: center;
  margin-bottom: 120px;
}

.article-info-1 {
  grid-template-columns: 48% 41%;
  gap: 110px;
}

.article-info-2 {
  grid-template-columns: 39% 48%;
  gap: 110px;
}

.article-info-3 {
  grid-template-columns: 50% 42%;
  gap: 80px;
  margin-bottom: 80px;
}

.article-info-3 img {
  width: 100%;
}

.article-info .banners-block {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 10px;
}

.article-info .banners-block .banner-item {
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}

.article-info .img-block img {
  border-radius: 10px 0 10px 0;
}

.article-info .banners-block .hero-wrapper-left {
  min-width: 0;
  background: var(--custom-accent-color-500)
    url(https://bolars-shop.ru/media/uploads/svg/solutions-vector.svg) no-repeat;
  background-position: bottom right;
  background-size: 80%;
  height: 100%;
  max-height: 100%;
  margin: 0;
}

.article-info .banners-block .hero-wrapper-left h2 {
  color: var(--white-color);
}

.faq-element__head-title p {
  font-size: 18px;
  font-family: "HeliosCond" !important;
}

.faq-element__head::before {
  content: "?";
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  border-radius: 100%;
  border: 1px solid var(--custom-accent-color-400);
  background: var(--white-color);
  color: var(--custom-black-color);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
}

.faq-element__head-title {
  width: calc(100% - 160px);
}

.faq-element {
  background: transparent;
  border-bottom: 1px solid var(--custom-gray-color-600);
  padding-bottom: 40px;
}

.faq-element__content {
  background: var(--custom-gray-color-100);
  padding: 20px;
  margin-top: 35px;
  border-radius: 20px 0 20px 0;
}

.faq-element__head {
  padding: 0;
}

.faq-element__trigger {
  border: 1px solid var(--custom-accent-color-400);
  background-color: transparent;
}

.faq-element__head:hover .faq-element__trigger {
  background: transparent;
}

.bottom-mobile-menu-button__text {
  font-size: 12px;
}

.main-action__type--news span,
.action-item__type--news span,
.main-action__type--action span,
.action-item__type--action span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  border-radius: 10px 0 10px 0;
  font-size: 14px;
  height: 40px;
  width: 100px;
  cursor: default;
}

.action-item__type--news span,
.action-item__type--action span {
  font-size: 12px;
  height: 26px;
}

.action-item__type--action span {
  color: var(--custom-black-color) !important;
  background: var(--custom-accent-color-400) !important;
}

.side-menu {
  box-shadow: none;
  border-radius: 10px 0 10px 0;
}

.side-menu ul li a:hover {
  background: transparent;
  color: var(--custom-accent-color-500);
}

.main-action__text .button-theme_secondary {
  background: var(--custom-accent-color-400) !important;
  border-radius: 10px 0 10px 0;
  font-size: 14px;
  height: 40px;
  color: var(--custom-black-color) !important;
  border: none !important;
  width: 160px;
}

.main-action__text .button-theme_secondary:hover {
  color: var(--white-color) !important;
  background: var(--custom-accent-color-500) !important;
}

.actions-content .item {
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}

.main-action__image {
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}

.main-action__text {
  background: transparent;
}

.main-action {
  background: var(--custom-gray-color-100);
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}

.main-action p {
  font-size: 21px;
  font-family: "HeliosCond" !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: var(--custom-black-color);
}

/* о компании */

.company-2 {
  padding: 120px 0;
}

.about-first-section__wrapper__item {
  width: 100%;
  height: 325px;
  overflow: hidden;
  border-radius: 10px 0 10px 0;
}

.about-first-section__wrapper__item .object-wrapper-item-quality {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--custom-accent-color-500)
    url(https://bolars-shop.ru/media/uploads/svg/solutions-vector.svg) no-repeat;
  background-position: bottom right;
  background-size: 70%;
}

/* технические решения */

.decision-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 200px;
  row-gap: 100px;
}

.decision-block .slide-content-background {
  filter: none;
  margin-bottom: 20px;
  position: relative;
}

.decision-block .slide-content {
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 0;
}

.decision-block .doc-link {
  right: 15px;
  z-index: 2;
  position: absolute;
  top: 15px;
}

.decision-block .doc-link:hover {
  background: var(--custom-accent-color-500);
}

.decision-info .button {
  width: 180px;
  margin-top: 30px;
}

.video-container-text h2 {
  max-width: none !important;
}

.form-control::placeholder {
  font-size: 14px;
  color: var(--custom-black-color);
}

.static-builders .reasons-wrapper {
  margin: 120px 0;
}

.static-builders ul li {
  margin-bottom: 30px;
}

.dealers-info .button {
  width: 180px;
  margin-top: 30px;
}

.team-map.new .point-9 {
  display: block;
  background-image: url(https://bolars-shop.ru/media/uploads/svg/tsk-point.svg);
  background-size: 100%;
  width: 45px;
  height: 45px;
  top: 24%;
  left: 50%;
}

.solutions .hero-slider .slide span {
  width: 90%;
}

.container--small {
  margin-top: 120px;
}

/* партнёры*/

.custom-partner {
  margin-top: -60px !important;
  margin-bottom: 40px;
}

.partner-img-block {
  position: relative;
  overflow: hidden;
  border-radius: 10px 0 10px 0;
  margin-top: 30px;
}

.partner-new {
  max-height: 355px;
  background-color: #efefef;
  background-image: url(https://bolars-shop.ru/media/uploads/partner-background.svg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 75px 0;
}

.partner-new img {
  margin: 0;
  width: auto;
  object-fit: contain;
  height: 114px;
      max-width: 440px;
  /*border: 1px solid var(--custom-accent-color-500);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;*/
}

.custom-partner-slider {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.about-partner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 100px;
}

.about-item {
  border: 1px solid var(--custom-gray-color-500);
  border-radius: 10px 0 10px 0;
  padding: 30px;
}

.about-item:nth-child(1),
.about-item:nth-child(4),
.about-item:nth-child(5) {
  border: 1px solid var(--custom-gray-color-200);
  background: var(--custom-gray-color-200);
}

.about-item:nth-child(1):hover,
.about-item:nth-child(4):hover,
.points-grid .partner-item:hover {
  background: transparent;
  border: 1px solid var(--custom-gray-color-200);
}

.about-points h2 {
  max-width: 100% !important;
}

.points-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.points-grid .partner-item {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.custom-partner-1 .buttons-columns {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-direction: row;
}

.buttons-columns .button {
  width: min-content;
  padding: 0 30px;
}

.border-btn {
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-600);
}

.custom-partner-slider {
  margin-top: 60px !important;
}

/* технические решения */

.technical-solutions-static {
  margin-bottom: 120px;
}

.technical-solutions-static .grey-block h3 {
  margin-bottom: 30px;
}

.offer-banner {
  margin-bottom: 80px !important;
  width: 100%;
}

.border-radius-10-0 {
  border-radius: 10px 0 10px 0;
}

.pink-block {
  background: var(--custom-accent-color-500);
  border-radius: 20px 0 20px 0;
  position: relative;
  overflow: hidden;
}

.block-margin-80 {
  margin-bottom: 80px;
}

.block-margin-40 {
  margin-bottom: 40px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.pink-block .text-info-block {
  padding: 40px;
  width: 50%;
}

.pink-block .pattern-img {
  position: absolute;
  bottom: 0;
  right: 60px;
}

.grey-block {
  border-radius: 20px 0 20px 0;
  padding: 40px;
  background: #f9f9f9;
}

.pink-block h3,
.pink-block p {
  color: var(--custom-white-color);
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.image-td {
  display: flex;
  gap: 18px;
}

.image-td img {
  width: 100px;
  max-width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 10px 0 10px 0;
}

.steps .image-td img {
  width: 80px;
  height: 80px;
  border: 1px solid var(--custom-black-color);
}

.partner-custom-line.partner-item-btn {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  align-items: center;
  gap: 15px;
}

.technical-solutions-static .partner-custom-line.partner-item-btn {
  margin-top: 50px;
}

.pink-text {
  color: var(--custom-accent-color-500);
}

.technical-solutions-static .partner-custom-line.partner-item-btn h3 {
  margin: 0;
}

/* оффер новый */

.offer-slider-new .slider-constructor {
  width: calc(50% - 2.5px);
  z-index: 5;
}

.offer-slider-new {
  margin-top: 13px;
}

.offer-slide-item {
  background: var(--custom-accent-color-500);
  padding: 30px 20px 20px 20px;
  position: relative;
  border-radius: 20px 0 20px 0;
  display: block;
  transition: 0.3s linear;
  overflow: hidden;
}

.offer-slide-item img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  transition: 0.2s ease-in-out;
}

.offer-content {
  position: relative;
  z-index: 2;
  max-width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.offer-content h2,
.offer-content p {
  color: var(--custom-white-color);
  cursor: pointer;
}

.offer-content h2 {
  font-size: 41px;
  max-width: 100% !important;
}

.offer-content .button:hover {
  background: var(--custom-white-color) !important;
  color: var(--custom-black-color);
}

.offer-slide-item:hover .button {
  background: var(--custom-white-color) !important;
  color: var(--custom-black-color);
}

.offer-slide-item:hover img {
  transform: scale(1.03);
}

.hero-wrapper {
  max-width: calc(50% - 2.5px);
  margin-left: auto;
  z-index: 5;
  position: relative;
}

.under-menu-left {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 613px;
}

.hero-slider-container {
  margin-top: -428px;
}

.slider-btn.prev {
  left: -65px;
}

.slider-btn.next {
  right: -55px;
}

.offer-slider-new .slider-constructor .slick-next {
  display: none !important;
}

.offer-slider-new .slider-constructor .slick-prev {
  top: 150px;
  background: var(--custom-accent-color-400);
}

.offer-slider-new .slider-constructor .slick-prev:hover {
  background: var(--custom-white-color);
}

.slider-scrollbar {
  margin-top: 40px;
}

.offer-slider-new .slider-constructor .slick-prev {
  display: flex !important;
}

.offer-slider-new .slick-dots {
  bottom: -44px !important;
}

.builder-button-services {
  border: 1px solid var(--custom-gray-color-600);
  color: var(--custom-black-color);
  background: var(--custom-white-color);
}

.builder-button-catalog {
  border: 1px solid var(--custom-accent-color-400) !important;
}

.builder-top-buttons .btn:hover {
  border: 1px solid var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
  background: var(--custom-accent-color-500);
}

.builder-back, .partner-wrapper__item__flag {
  display: none;
}

.builder-top-buttons {
  margin-top: 20px;
  margin-bottom: 100px;
}

@media (max-width: 1279px) {
  .under-menu-left {
    width: 48vw;
  }

  .error__content::before {
    right: calc(50% - 800px);
  }

  .choice-new-block.desktop {
    width: 40%;
  }

  .choice-container h2 {
    max-width: 60% !important;
  }

  .objects {
    margin-top: 440px;
  }

  .solutions .hero-slider .slide span {
    width: 100%;
  }

  .buttons-grid {
    margin-left: 26.5vw;
  }

  .button {
    padding: 0 10px;
    min-width: 0;
  }

  .product-card__content {
    gap: 30px;
  }
}

@media (min-width: 992px) {
  .technical-solutions-static .grey-block {
    padding-right: 30%;
  }
}

@media (max-width: 991px) {
  .buttons-grid {
    grid-template-columns: 1fr;
    margin-top: -190px;
  }

  .product-card__slideshow {
    width: 50%;
  }

  .product-card__slideshow,
  .product-card__content {
    width: 50%;
  }

  .product-card__container {
    gap: 0;
  }

  .buttons-grid {
    margin-left: 25.5vw;
  }

  .product-card__right .button-theme_primary {
    width: 100%;
  }

  .checkbox span {
    font-size: 10px;
  }

  .offer-slider-new .slider-constructor {
    width: 100%;
  }

  .hero-wrapper {
    max-width: 100%;
  }

  .hero-slider-container {
    margin-top: 40px;
  }

  .decision-block {
    grid-template-columns: repeat(4, 1fr);
  }

  .article-info {
    grid-template-columns: 48% 48%;
    gap: 30px;
    margin-bottom: 80px;
  }

  .menu-block {
    grid-template-columns: repeat(4, 1fr);
  }

  .menu-block .menu-item span {
    top: 15px;
    left: 15px;
    font-size: 16px;
  }

  .error__content::before {
    top: -40px;
  }

  .article-info {
    grid-template-columns: 100%;
    gap: 60px;
  }

  .article-info .banners-block {
    grid-template-columns: 49% 49%;
  }

  .about-second-section {
    flex-direction: column;
    gap: 30px;
  }

  .reasons-wrapper__item {
    max-height: none;
  }

  .reasons-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-items {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 46px;
  }

  .timeline-item {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0 !important;
  }

  .timeline-dot {
    left: -46px;
    top: 0 !important;
    bottom: auto !important;
  }

  .year {
    margin-bottom: 10px;
  }

  .banners-builders .banner-item {
    padding: 20px 20px;
    height: auto;
    aspect-ratio: 0.65;
  }

  .banners-builders .banner-item p {
    display: none;
  }

  .timeline-line {
    left: 18px;
    right: auto;
    width: 1px;
    height: 100%;
    background: var(--custom-gray-color-500);
  }

  .about-second-section__text,
  .about-second-section__wrapper {
    width: 100%;
  }

  .about-second-section__wrapper {
    gap: 10px;
  }

  .timeline-container {
    margin-top: 60px;
  }

  .video-container {
    flex-direction: column;
    gap: 30px;
    margin-top: 80px;
  }

  .video-container .video,
  .video-container-text {
    width: 100%;
  }

  .team-map.new .point-9 {
    top: 45%;
  }

  .team-map.new .point-1 {
    top: 29%;
    left: 40%;
  }

  .team-map.new .point-2 {
    top: 52%;
    left: 40%;
  }

  .point-3 {
    top: 60%;
    left: 45%;
  }

  .team-map.new .point-4 {
    top: 54%;
    left: 48%;
  }

  .team-map.new .point-5 {
    top: 33%;
    left: 57%;
  }

  .team-map.new .point-6 {
    top: 39%;
    left: 69%;
  }

  .team-map.new .point-7 {
    top: 36%;
  }

  .team-map.new .point-8 {
    top: 63%;
    left: 50%;
    display: block;
  }

  .article-info-3 {
    gap: 0px !important;
  }

  .oplata-btn {
    display: none;
  }

  .container--small {
    margin-top: 60px;
  }

  .points-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-item {
    padding: 20px;
  }

  .custom-partner-slider {
    margin-top: 0px !important;
  }

  .about-item h3 {
    font-size: 21px;
  }

  .pink-block .pattern-img {
    right: -50px;
  }
}

@media (max-width: 680px) {
  .object-wrapper-item-documents-container {
    margin: 0 82px;
  }
}

@media (max-width: 767px) {
  .section .text-page {
    margin-left: 0px;
  }

  .partner-new img {
    height: 98px;
    max-width: 100%;
  }

  .decision-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-first-section__wrapper__item {
    margin-top: 0 !important;
  }

  .faq-element__head {
    align-items: flex-start;
  }

  .faq-element__head::before {
    font-size: 22px;
    width: 40px;
    margin-right: 10px;
    height: 40px;
  }

  .faq-element__head-title {
    width: calc(100% - 100px);
  }

  .faq-element__head-title p,
  .faq-element__content h4 {
    font-size: 16px;
  }

  .faq-element__content {
    border-radius: 10px 0 10px 0;
    margin-top: 20px;
  }

  .faq-element {
    padding-bottom: 20px;
  }

  .faq-element__trigger {
    top: 20px;
    right: 0;
  }

  .article-info {
    gap: 30px;
  }

  .banners-builders {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-info .banners-block .hero-wrapper-left h2 {
    font-size: 21px;
  }

  .article-info .hero-wrapper-left {
    padding: 15px;
  }

  .article-info {
    margin-bottom: 40px;
  }

  .article-info-1 {
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-wrapper-left .button {
    min-width: 0;
  }

  .menu-block {
    grid-template-columns: repeat(3, 1fr);
  }

  iframe {
    aspect-ratio: 1.8 / 1;
    height: auto;
  }

  .doc-link {
    width: 30px;
    height: 30px;
    margin-top: auto;
  }

  .for-who-item .doc-link img,
  .doc-link img {
    width: 10px;
    height: 10px;
  }

  .team .form-group.privacy-policy {
    margin-top: 0;
  }

  .error__content::before {
    content: "";
    background: url(https://bolars-shop.ru/media/uploads/webp/error-back-mob.webp)
      no-repeat;
    background-position: center center;
    width: 100%;
    height: 60%;
    z-index: 0;
    top: 0;
    right: 0;
    background-size: 100%;
  }

  .builder-top-buttons {
    margin-bottom: 60px;
}

    .partner-new.universal {
        padding: 60px 30px;
    }

  .product-card__slideshow,
  .product-card__content,
  .product-card__left,
  .product-card__right {
    width: 100%;
  }

  .shopping-cart-product {
    flex-direction: column;
    gap: 27px;
  }

  .product-card__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .affiliate-network__title {
    font-size: 21px;
  }

  .offer-content {
    max-width: 100%;
    gap: 40px;
  }

  .offer-content h2 {
    font-size: 35px;
  }

  .offer-slide-item {
    height: 490px;
  }

  .offer-slide-item img {
    height: 360px;
  }

  .offer-slider-new .slick-dots {
    bottom: -20px !important;
  }

  .offer-content {
    height: 440px;
  }

  .error {
    padding-top: 0;
  }

  .catalog-menu-item {
    padding-top: 15px;
  }

  .error__content {
    padding-top: 60%;
  }

  .inner-page h1 {
    margin-bottom: 25px !important;
  }

  .catalog-description {
    margin-top: 80px;
  }

  .mb-25 {
    font-size: 35px;
  }

  .catalog-menu.catalog-categories-block {
    margin-bottom: 70px;
  }

  .article-inner {
    padding-top: 20px;
  }

  .char-text__mask {
    color: #a9b1b9;
  }

  .char li {
    flex-direction: row;
    padding-bottom: 10px;
    border-bottom: 1px dashed #a9b1b9;
  }

  .mm-navbar__title > span {
    white-space: nowrap;
    overflow: visible;
  }

  .product-card__slideshow {
    margin-bottom: 0;
  }

  #sync1.owl-theme .owl-dots .owl-dot {
    width: 100%;
  }

  .partner-new.universal span {
    font-size: 28px !important;
    padding: 20px 15px;
    max-width: 100%;
    width: 100%;
  }

  #sync1.owl-theme .owl-dots .owl-dot span {
    width: 100%;
    height: 4px;
    background-color: #e8e8e8;
    margin: 0;
    border-radius: 11px;
  }

  #sync1.owl-theme .owl-dots {
    width: 100%;
  }

  .SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom {
    bottom: 80px !important;
  }

  .share-block__show {
    left: 0px;
  }

  .offer-slider-new {
    margin-top: 0;
  }

  #sync1.owl-theme .owl-dots .owl-dot.active span {
    border-radius: 10px 0 10px 0;
    background-color: var(--custom-accent-color-500);
  }

  .char-text:last-child {
    font-size: 14px;
  }

  .modal .h2 {
    font-size: 28px;
  }

  .phone-block__secondary-link {
    font-size: 14px;
  }

  .input-number input[type="number"] {
    font-size: 14px;
    width: 60px;
  }

  .simple-order-form {
    margin: 0;
    max-width: 100%;
  }

  .simple-order-form .form-control:valid + .label-name .content-name,
  .simple-order-form .form-control:focus + .label-name .content-name {
    color: var(--custom-black-color) !important;
  }

  .affiliate-network #yamap_addresses {
    height: 300px !important;
  }

  .pink-block .text-info-block {
    padding: 20px;
    width: 100%;
  }

  .offer-banner {
    margin-bottom: 30px !important;
  }

  .pink-block {
    border-radius: 10px 0 10px 0;
  }

  .block-margin-80 {
    margin-bottom: 60px;
  }

  .padding-bottom-60 {
    padding-bottom: 30px;
  }

  .grey-block {
    border-radius: 10px 0 10px 0;
    padding: 30px 20px;
  }

  .technical-solutions-static .grey-block {
    padding-right: 20px;
  }

  .h2-for-who {
    margin-top: 60px;
  }

  .for-who .slick-slider {
    padding-bottom: 0;
  }

  .product-card-v2__labels {
    top: 10px;
    right: 10px;
  }

  .about-item:nth-child(4) {
    border: 1px solid var(--custom-gray-color-500);
    background: transparent;
  }

  .about-item:nth-child(3) {
    border: 1px solid var(--custom-gray-color-200);
    background: var(--custom-gray-color-200);
  }

  .main-action p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .main-action__text .button-theme_secondary {
    width: 100%;
  }

  .team-form-block {
    padding-top: 70px;
  }

  .about-first-section__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .about-first-section__text {
    position: relative;
    top: auto;
    left: auto;
  }

  .about-first-section__text h2 {
    display: none;
  }

  .about-first-section {
    margin-top: 0;
  }

  .section.mobile-show.header-top-bg-color ~ .section {
    padding: 0;
  }

  .inner-page .conditional-section {
    margin-top: 0px;
  }

  .choice-block {
    margin-top: 40px;
  }

  .frontpage .conditional-section h2:not(.hero-wrapper-left .h1) {
    max-width: 100% !important;
  }

  .choice-container-text {
    margin-top: 40px;
  }

  .object-wrapper-item .secondary-img {
    border-radius: 10px 0 10px 0;
  }

  .catalog-menu-item__name {
    max-width: calc(100% - 30px);
  }

  section.feedback-form,
  .inner-page .section-dark.feedback-form {
    padding-top: 40px;
  }

  h2 br {
    display: none;
  }

  .inner-page .conditional-section h2 {
    max-width: 100%;
  }

  .static-builders .reasons-wrapper {
    margin: 60px 0;
  }

  .reasons-wrapper__item.span {
    padding: 20px 0;
  }

  .company-2 {
    padding: 60px 0;
  }

  .company-1 {
    margin-bottom: 60px;
  }

  .content-title {
    font-size: 35px;
  }

  .team-map.new .point-9 {
    top: 46%;
  }

  .buttons-grid {
    margin: 0;
  }

  .team-map.new .point-1 {
    top: 26%;
    left: 36%;
  }

  .team-map.new .point-2 {
    top: 52%;
    left: 40%;
  }

  .point-3 {
    top: 60%;
    left: 45%;
  }

  .team-map.new .point-4 {
    top: 54%;
    left: 48%;
  }

  .team-map.new .point-5 {
    top: 29%;
    left: 60%;
  }

  .team-map.new .point-6 {
    top: 38%;
    left: 73%;
  }

  .team-map.new .point-8 {
    top: 68%;
    left: 57%;
    display: block;
  }

  .object-wrapper-item-documents {
    aspect-ratio: 1 / 1.24;
    padding: 31% 20%;
  }

  .object-wrapper-item-documents-container {
    margin: 0;
    height: 100%;
  }

  .slider-scrollbar {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }

  .d-flex.gap-10 [data-collapse-initialized][data-collapse] {
    overflow: visible;
    height: auto !important;
  }

  .d-flex.gap-10 [data-collapse-open],
  .d-flex.gap-10 [data-collapse-initialized][data-collapse]::after {
    display: none;
  }

  .solutions {
    padding-top: 0;
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
  }

  .object-wrapper-item-documents-container span {
    font-size: 12px;
    line-height: 120% !important;
  }

  .inner-page
    .conditional-section.product_set_slider:not(.custom-partner-slider) {
    margin-top: 80px !important;
  }
}

@media (max-width: 575px) {
  .menu-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .error__content::before {
    height: 40%;
  }

  .about-first-section__wrapper {
    grid-template-columns: 1fr;
  }

  .about-second-section,
  .history-block {
    margin-top: 60px;
  }

  .about-second-section__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .reasons-wrapper__item.span .bigText {
    font-size: 26px;
    padding-left: 0px;
  }

  .reasons-wrapper__item span {
    padding: 0;
  }

  .reasons-wrapper {
    display: flex;
    flex-direction: column;
  }

  .company-2,
  .timeline-container {
    margin-top: 40px;
  }

  .reasons-wrapper__item h4 {
    margin-bottom: 20px;
  }

  .decision-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .decision-info .button {
    width: 100%;
    margin-top: 20px;
  }

  .decision-item .slide {
    height: auto;
    aspect-ratio: 1 / 1.5;
  }

  .decision-item span {
    font-size: 14px;
  }

  .decision-block {
    row-gap: 90px;
  }

  .decision-block .slide-content-background {
    margin-bottom: 10px;
  }

  .product-card__content {
    gap: 10px;
  }

  .custom-partner {
    margin-bottom: 20px;
    margin-top: 0 !important;
  }

  .partner-new {
    padding: 60px 10px;
  }

  .about-partner {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 60px;
  }

  .points-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .points-grid .partner-item {
    padding: 15px;
  }

  .custom-partner-1 .buttons-columns {
    flex-direction: column;
  }

  .buttons-columns .button {
    width: 100%;
  }

  .custom-partner-slider {
    margin-top: 30px !important;
  }
}

@media (min-width: 769px) {
  .article-inner__content {
    padding: 0;
  }

  .static-builders ul {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 40px;
  }
}

@media (min-width: 991px) {
  .object-wrapper {
    margin-top: -60px;
  }
}

@media (max-width: 1350px) {
  .product_set_slider {
    padding-bottom: 20px;
  }

  .slider-constructor .slick-prev,
  .slider-constructor .slick-next {
    display: none !important;
  }

  .conditional-section .slider-constructor .slick-dots {
    display: flex !important;
  }

  .slider-constructor .slick-dots {
    border-radius: 10px 0 10px 0;
  }

  .slick-dots li {
    width: 100%;
  }

  .slick-dots button {
    width: 100%;
    height: 4px;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
  }

  .slick-dots {
    background-color: #e8e8e8;
  }

  .slick-dots .slick-active button {
    border-radius: 10px 0 10px 0;
    background-color: var(--custom-accent-color-500);
    border-color: var(--custom-accent-color-500);
  }

  .slick-dots li:not(:last-child) {
    margin-right: 0;
  }

  .related-products-main .slider-constructor:not([data-no-arrows]) .slick-dots {
    display: flex !important;
  }
}

.news-image {
  margin-bottom: 30px !important;
  border-radius: 10px 0 10px 0;
  width: 100%;
}

.side-menu ul li a {
  height: max-content;
  margin-bottom: 20px;
}

.side-menu ul li:last-child a {
  margin-bottom: 0px;
}

.inner-page .section-dark.feedback-form {
  margin-top: 40px;
}

iframe {
  aspect-ratio: 1.8 / 1;
  height: auto;
}

.affiliate-network__title {
  display: none;
}

.oplata-btn {
  width: 200px;
  position: fixed;
  z-index: 99999999;
  top: 21px;
  left: calc(50% + 414px);
  height: 40px;
}

.oplata-btn .container {
  position: relative;
  padding: 0;
}

.oplata-btn .width {
  width: 100%;
}

.button.oplata {
  max-width: 200px;
  z-index: 99999999;
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-600);
}

.button.oplata:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.affiliate-network__title {
  display: none;
}

.calculate-container {
  display: flex;
  justify-content: space-between;
}

.calculate-container-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 220px;
  margin-bottom: 120px;
}

.calculate-container-inner .calculate-container-form {
  max-width: 100%;
}

.calculate-container-inner h2 {
  max-width: 100% !important;
}

.calculate-image-block {
  overflow: hidden;
  border-radius: 10px 0 10px 0;
}

@media (max-width: 1250px) {
  .calculate-container-inner {
    gap: 80px;
  }

  .oplata-btn {
    left: auto;
    right: 15px;
  }
}

.big-banner-slider {
  margin-top: 20px;
  margin-bottom: 110px;
}

.big-slide-img-desktop,
.big-slide-img-mobile {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-slide-img-mobile {
  display: none;
}

.slick-dots {
  max-width: 720px;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: -30px !important;
}

.slick-dots li {
  width: 100%;
}

.slick-dots button {
  width: 100%;
  height: 4px;
  background-color: var(--custom-gray-color-350);
  border-radius: 3px 0 3px 0;
  border: none;
}

.slick-dots .slick-active button {
  background-color: var(--custom-accent-color-500);
}

.slick-dots li:not(:last-child) {
  margin: 0;
}

@media (max-width: 767px) {
  .calculate-container-inner {
    grid-template-columns: 100%;
    gap: 30px;
    margin-bottom: 60px;
  }

  .big-banner-slider {
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .choice-container.text p {
    max-width: 100%;
  }

  .choice-container.text {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .big-slide-img-desktop {
    display: none;
  }

  .big-slide-img-mobile {
    display: block;
  }

  .choice-container-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .pink-block .pattern-img {
    right: 0;
    position: relative;
  }
  .slider-scrollbar {
    margin-top: 60px;
  }

  .banners-builders {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 60px;
  }

  .banners-builders .banner-item.pink {
    grid-column: 1 / -1;
  }

  .banners-builders .banner-item {
    aspect-ratio: 0.65;
  }

  .banners-builders .banner-item:not(.pink) {
    border-radius: 10px 0 10px 0;
    padding: 15px;
  }

  .banners-builders .banner-item p {
    display: block;
  }

  .banners-builders .banner-item:not(.pink) h3 {
    font-size: 16px;
  }

  .banners-builders .banner-item .button {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
}
