/* шрифты */

@font-face {
  font-family: "Mulish";
  font-style: normal;
  src: url("https://kirpich-tolyatti.ru/media/customization/fonts/Mulish-Black_U66EFuO.ttf");
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
.product-item__cost-product,
.__header #search-result .s-item-info span:last-child,
.product-card__personal-cost,
.simple-cart .delivery-total ul li:last-child,
.shopping-cart-item__total-cost,
.shopping-cart-item__cost,
.shopping-cart-btn--lg.custom-icon {
  font-family: Unbounded;
}

main {
  overflow: hidden;
  padding-top: 15px !important;
}

@media (max-width: 767px) {
  .new-slide-item--wide .new-slide-item__image {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .new-slide-item--wide .new-slide-item__image {
    width: calc(100% / 2 - -290px);
  }

  .new-slide-item__image {
    height: 100px;
  }
}

/* семинар */

.seminar-img {
  margin-top: -30px;
}

/* глобальные */

.conditional-section_bg+.conditional-section_bg,
.conditional-section_bg+.section-dark,
.conditional-section_bg+.section-first-alter,
.conditional-section_bg+.home-banner {
  margin-top: -41px;
}

.slider-constructor .slick-list {
  padding-bottom: 0;
}

/* кнопки пагинация */

.home-banner .owl-dots {
  display: flex;
  left: 20px;
  bottom: -23px;
}

.main-text-zakaz {
  border-bottom: 1px solid var(--custom-gray-color-400);
}

/* карточка товара */

.product-item {
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 2px;
}

.product-item__content-bottom {
  padding: 0 10px 10px;
}

.product-item__image,
.product-item__image img {
  border-radius: 0 !important;
}

.product-item__content-top {
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 55px;
}

.catalog-filter .catalog-filter-body {
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 2px;
  box-shadow: none;
}

.noUi-horizontal {
  height: 1px;
}

.noUi-horizontal .noUi-handle {
  border-radius: 0;
  width: 12px;
  height: 12px;
  top: -6px;
}

.noUi-handle.noUi-handle-lower {
  right: -13px;
}

.noUi-handle.noUi-handle-upper {
  right: 0;
}

.filter-item-title {
  font-weight: 400;
}

.st-button_without-price, .product-card__content .not-for-sale {
  border-radius: 2px;
  height: 34px;
}

.button-theme_secondary {
  --color-text: #ffffff;
  --color-background: #3f3535;
  --color-border: #3f3535;
  --color-text-hover: #ffffff;
  --color-background-hover: var(--custom-accent-color-500);
  --color-border-hover: var(--custom-accent-color-500);
  border-radius: 50px;
  padding: 12px 20px !important;
}

.product-item__image img {
  padding: 0px;
  border-radius: 10px;
  object-fit: cover;
  will-change: auto;
}

.product-item__image {
  border-radius: 10px;
}

.input-cont {
  width: 90px;
  height: 34px;
}

.input-cont .input-placeholder {
  border-radius: 2px;
}

.input-cont .range-input {
  font-size: 10px !important;
  opacity: 1;
}

@media (max-width: 767px) {

  .product-item__image img {
    border-radius: 10px;
  }

  .product-item__image {
    border-radius: 10px;
    width: 128px;
    height: 100px;
    margin-top: 0px;
  }
}

.product-card__content .not-for-sale {
  border-radius: 30px;
}

@media (min-width: 905px) and (max-width: 1024px) {
  .product-item__image {
    height: 440px;
  }
}

/* кол-во товаров в ряду */

@media (min-width: 768px) and (max-width: 1024px) {
  .grid-columns-1 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* форма */

section.feedback-form .form-control {
  border-radius: 30px;
}

.question-main .btn {
  border-radius: 30px;
}

section.feedback-form .h2 {
  font-size: 30px;
  max-width: 350px;
}

.btn {
  background: #b84d00;
}

.btn:hover {
  background: #3f3636;
}

.footer-subscribe input {
  border-radius: 15px 0 0 15px;
}

.footer-subscribe button {
  border-radius: 0 15px 15px 0px;
}

/* шрифты */

h1,
.h1,
h2,
.h2 {
  font-size: 28px !important;
  line-height: 100%;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: var(--custom-black-color);
}

h3,
.h3 {
  font-size: 22px !important;
  line-height: 120%;
  font-weight: 400 !important;
}

h4,
.h4 {
  font-size: 16px !important;
  line-height: 110%;
  font-weight: 400 !important;
  font-family: Unbounded !important;
}

.footer-content__title {
  font-family: Unbounded;
}

p, span, a, input, textarea, .new-radio__label {
  font-family: Montserrat !important;
  font-size: 13px !important;
  color: var(--custom-black-color);
}

/* шапка */

.__header .catalog-btn {
  background: transparent;
  border: 1px solid var(--custom-gray-color-400);
  font-size: 13px;
  border-radius: 2px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  height: 34px;
  color: var(--custom-black-color);
  max-width: 126px;
  letter-spacing: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif !important;
  font-size: 13px !important;
}

.__header .catalog-btn.toggled span::after {
  bottom: -8px;
}

.__header .catalog-btn span {
  position: relative;
  left: unset;
  margin: 0;

}

.__header .catalog-btn span, .__header .catalog-btn span:before, .__header .catalog-btn span::after {
  background-color: var(--custom-black-color);
  height: 1px;
  width: 16px;
}

.__header .catalog-btn span:before {
  top: -4px;
}

.__header .catalog-btn span:after {
  bottom: -4px;
}

.__header .catalog-btn:hover {
  background: var(--custom-accent-color-500);
  border: 1px solid var(--custom-accent-color-500);
  color: white;
}

.__header .catalog-btn.toggled {
  background: var(--custom-accent-color-500);
  border: 1px solid var(--custom-accent-color-500);
  color: #ffffff;
}

.__header .catalog-btn:hover span,
.__header .catalog-btn:hover span:before,
.__header .catalog-btn:hover span::after {
  background-color: var(--custom-white-color);
}

.__header .catalog-btn.toggled span {
  background-color: transparent;
}

.__header .catalog-btn.toggled span:before,
.__header .catalog-btn.toggled span:after {
  background-color: var(--custom-white-color);
}

.__header .search-box {
  display: flex;
  align-items: center;
}

.__header .search-box form {
  height: auto;
  display: flex;
  align-items: center;
}

.__header .row .col-lg-2 {
  width: auto;
}

.__header .search-box input {
  background: #ffffff;
  color: #1c1c1c !important;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid var(--custom-gray-color-400);
  width: 78%;
  height: 34px;
  
}

.__header .search-box .submit {
  width: 76px;
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
  background: #fff url(https://kirpich-tolyatti.ru/media/uploads/search.svg) center center no-repeat;
  height: 34px;
  position: relative;
}

.__header .search-box .submit:hover {
  background: var(--custom-accent-color-500) url(https://kirpich-tolyatti.ru/media/uploads/search-hover.svg) center center no-repeat;
  border-color: var(--custom-accent-color-500);
}

@media (min-width: 990px) {

  .btn img,
  .btn-download img {
    display: none;
  }
}

@media (min-width: 990px) and (max-width: 1279px) {
  .__header .search-box .submit {
    width: 60px;
  }
}

.__header .c-box-fat-v2 .order-call {
  border: 1px solid var(--custom-accent-color-500);
  background: var(--custom-black-color);
  color: #ffffff;
  border-radius: 50px;
}

.__header .c-box-fat-v2 .order-call:hover {
  background: var(--custom-accent-color-500);
  border: none;
}

.__header .contact-box a {
  font-family: Montserrat !important;
}

.__fat-v2-options ul li a,
.text-page ol li, .o-product-tab ol li {
  color: var(--custom-black-color);
}

.__fat-v2-options ul li a:hover {
  color: var(--custom-accent-color-500);
}

.__h-fat-v2-bottom {
  background: #ffffff;
  color: var(--custom-black-color);
  border-bottom: 1px solid var(--custom-gray-color-400);
}

.__fat-v2-nav ul li a {
  color: var(--custom-black-color);
  text-underline-offset: 3px;
}

.__fat-v2-nav ul li a:hover {
  color: var(--custom-accent-color-500);
  text-decoration-line: underline;
}

.__fat-v2-nav ul li:hover {
  background: #ffffff;
}

.__header .contact-box p a {
  display: none;
  color: #423434;
  margin-right: 14px;
  font-size: 13px;
  font-family: Unbounded;
}

.__header .contact-box a:hover {
  color: var(--custom-accent-color-500);
}

.__header .catalog-box {
  background-color: #f6f6f6;
}

.catalog-box ul a {
  color: var(--custom-black-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button {
  font-family: Montserrat !important;
}

.catalog-box ul a::after {
  content: "";
  display: block;
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/arrow-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.inner-page section.header--bottom-mob,
.inner-page section.__h-fat-v2-bottom {
  background-color: #fff !important;
}



.__fat-v2-nav ul li a.active {
  color: #3e1b02;
}

/* цена */

.__header #search-result .s-item-price {
  color: var(--custom-accent-color-500);
}

/* вид */

.view-sort-item {
  border: 1px solid var(--custom-accent-color-500);
  border-radius: 26px;
}

.product-item__status--none {
  color: var(--custom-accent-color-500);
}

.product-card__nav-next:hover,
.product-card__nav-prev:hover {
  background: #fff;
  color: black;
  border-bottom: 1px solid var(--custom-accent-color-500);
}

/* запрос звонка */

.form-text {
  padding-top: 3px;
}

.form-close {
  padding-left: 20px;
}

.modal .h2 {
  max-width: 79%;
  margin-bottom: 25px;
  color: #271101;
  font-size: 28px !important;
  text-transform: uppercase;
}

.modal-content {
  align-items: center;
}

/* адаптив шапка */

.mm-navbar {
  background-color: #ffffff;
}

.search--box input {
  width: 77%;
  background: #ffffff;
  border: 1px solid #d9d9de;
  color: #444444;
  border-radius: 50px;
}

.search--box .submit {
  background: #c9c9c9;
  margin-left: 10px;
  border: none;
  width: 40px;
  border-radius: 50px;
}

.frontpage .section-first,
.frontpage .section-first-alter {
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .catalog-side__title {
    border-radius: 30px;
  }

  .catalog-side {
    border-radius: 25px;
  }

  .mobile-search input {
    border-radius: 30px 0 0 30px;
  }

  .mobile-search button {
    border-radius: 0 30px 30px 0;
  }

  .shopping-cart-product .btn-border {
    border-radius: 30px;
  }

  .btn-link {
    border: 1px solid var(--custom-accent-color-500);
    background: #fff;
    color: var(--custom-black-color);
    border-radius: 30px;
  }

  .btn-link:hover {
    border: 1px solid #bdbdbd;
    background: #ddd;
    color: var(--custom-black-color);
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 22px !important;
    line-height: 100%;
    font-weight: 400 !important;
  }

  h3,
  .h3 {
    font-size: 16px !important;
    line-height: 120%;
    font-weight: 400 !important;
  }

  h4,
  .h4 {
    font-size: 13px !important;
    line-height: 110%;
  }
}

/* контакты */

.contacts-block__title-red.address-data {
  font-family: Unbounded;
}

.contacts-block__title {
  font-family: Unbounded;
}

.fixed-btn {
  border-radius: 20px 20px 20px 0;
}

.fixed-btn:hover {
  color: #ffffff;
}

/* каталог меню */

.custom__accordion .acc__toggle:not(.acc__toggle-inner) {
  font-size: 14px;
  padding: 12px 35px 12px 20px;
}

.custom__accordion .acc__toggle.not_toggle:hover {
  color: var(--custom-accent-color-500);
}

.custom__accordion .acc__toggle.active:not(.acc__toggle-inner) {
  background: transparent;
  color: var(--custom-black-color);
}

/* кнопки в разделах */

.btn-border:hover {
  color: var(--custom-black-color) !important;
}

.new-slide-item--wide .new-slide-item__date {
  display: none;
}

.text-page .new-slide-item__title {
  border-radius: 20px;
}

.form-control {
  border-radius: 30px;
}

/* заголовки */

.content-title {
  color: #423434;
  text-transform: uppercase;
  font-family: Unbounded;
  font-size: 22px;
}

/* пагинация */

.action-slider .owl-nav [class*="owl-"] {
  background: #fff url(https://kirpich-tolyatti.ru/media/uploads/slider-nav-arrow-black.svg) 60% 50% no-repeat;
  opacity: 1;
  border: none;
}

.action-slider .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.action-slider .owl-nav [class*="owl-"] span {
  display: none;
}

.action-item__type--new span {
  border-radius: 2px;
}

.product-slider .owl-nav, .news-slider .owl-nav, .action-slider .owl-nav, .category-slider .owl-nav {
  top: -50px;
}

.pagination .next {
  background: #fff;
  border: 1px solid var(--custom-accent-color-500);
}

.pagination .prev {
  background: #fff;
  border: 1px solid var(--custom-accent-color-500);
}

.pagination .next:hover {
  background: var(--custom-accent-color-500);
  opacity: 1;
  border: 1px solid var(--custom-accent-color-500);
}

.pagination .prev:hover {
  background: var(--custom-accent-color-500);
  opacity: 1;
  border: 1px solid var(--custom-accent-color-500);
}

.news-slider .owl-nav [class*="owl-"] {
  background: #fff url(https://kirpich-tolyatti.ru/media/uploads/slider-nav-arrow-black.svg) 60% 55% no-repeat;
  opacity: 1;
  border: 1px solid var(--custom-accent-color-500);
}

.product-slider .owl-nav [class*="owl-"],
.news-slider .owl-nav [class*="owl-"] {
  background: #fff url(https://kirpich-tolyatti.ru/media/uploads/slider-nav-arrow-black.svg) 60% 55% no-repeat;
  opacity: 1;
  border: 1px solid var(--custom-accent-color-500);
}

.product-slider .owl-nav [class*="owl-"]:hover,
.news-slider .owl-nav [class*="owl-"]:hover {
  background: var(--custom-accent-color-500) url(https://kirpich-tolyatti.ru/media/uploads/slider-nav-arrow-white.svg) 60% 50% no-repeat;
  opacity: 1;
  border: 1px solid var(--custom-accent-color-500);
}

/* кнопка корзина */

.button-theme_cart {
  border-radius: 20px;
  --color-background-hover: #bdbdbd !important;
  --color-border-hover: #bdbdbd !important;
}

.input-number .order-down,
.input-number .order-up {
  border: 1px solid #bdbdbd;
}

/* вид */

.catalog-right {
  display: none;
}

/* превью */

.catalog-menu-item:hover:after {
  opacity: 0.2;
  background-color: #d9d9de;
  border: 1px solid #d9d9de;
}

/* кнопка контакты */

.dropdown-select {
  margin-top: 15px;
  border-radius: 20px;
}

.active .dropdown-select {
  border-radius: 20px 20px 0 0;
}

.dropdown-select-ul {
  background: #f5f5f5;
  border-radius: 0 0 20px 20px;
}

.dropdown-select-ul li {
  border-radius: 20px;
}

.dropdown-select-ul li.selected {
  border-radius: 20px;
}

@media (max-width: 1023px) {
  .fixed-btn {
    margin-top: -65px;
  }
}

.catalog-box {
  margin-top: 15px;
}

/* сайдбар */

.side-menu ul li a {
  height: 60px;
}

/* стили */

.page-head {
  background: #f5f5f500;
}

@media (max-width: 767px) {
  .product-item {
    margin-bottom: 15px;
  }
}

.filter-btn {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.product-card__discription {
  background: #f6f6f600;
}

.contacts-block {
  border: none;
  gap: 10px;
}

.contacts-block__info {
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 2px;
  padding: 40px 30px;
  width: 50%;
}

.contacts-block__map {
  width: 50%;
  border-radius: 2px;
}

.contacts-block__title {
  display: none;
}

.contacts-block__title-red.address-data {
  margin-top: 0;
  font-size: 22px !important;
  font-family: Unbounded !important;
  font-weight: 400 !important;
  color: var(--custom-black-color);
}

.contact-line .icon {
  display: none;
}

.contact-line a {
  color: var(--custom-black-color);
}

.form-control:focus {
  border-color: var(--custom-accent-color-500) !important;
}

.form-control:focus+.label-name .content-name {
  color: var(--custom-accent-color-500) !important;
}

.st-button {
  border-radius: 2px !important;
  height: 34px !important;
}

/* Сотрудничество */

.partnership_container {
  border-radius: 2px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 113px;
  position: relative;
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/about-img-2.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.partnership_container:first-child,
.partnership_container:last-child {
  border: 1px solid var(--custom-gray-color-400);
  background-image: none;
}

.partnership_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.partnership_container::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.partnership_container:first-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.partnership_container:first-child::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.partnership_container:last-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.partnership_container:last-child::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.partnership_container p {
  margin-bottom: 0;
}

.orange_zagolovok {
  color: var(--custom-black-color) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  font-family: Unbounded !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

.partnership_tezis {
  margin-bottom: 20px !important;
  font-size: 22px !important;
  color: var(--custom-black-color) !important;
  text-transform: none !important;
}

.main_zagolovok-partnershi {
  color: var(--custom-black-color);
  font-size: 28px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .main_zagolovok-partnershi {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .main_zagolovok-partnershi {
    font-size: 45px;
    margin-top: -10px;
  }

  .seo-zagolovok .main_zagolovok {
    margin-bottom: -44px;
  }

  .seo-zagolovok .orange_zagolovok {
    margin-top: 90px;
  }
}

@media (max-width: 480px) {
  .main_zagolovok-partnershi {
    font-size: 36px;
  }
}

@media (max-width: 390px) {
  .main_zagolovok-partnershi {
    font-size: 34px;
  }
}

/* точки продаж */

.img_point_main {
  max-width: auto;
  width: 100%;
}

.button_learning {
  cursor: pointer;
}

.img_point_main,
.img_point {
  display: none;
}

.img_point_main.show,
.img_point.show {
  display: block;
}

.tatyana__img_show.active,
.samara__img_show.active {
  background: var(--custom-accent-color-500);
  color: #fff;
}

@media (max-width: 576px) {
  .catalog-kirpich {
    overflow: hidden;
  }
}

/* оффер */

.big_image2 {
  width: 11vw !important;
  margin-top: 0px;
  margin-bottom: 30px;
}

.home-banner .slide-content {
  background: none;
  position: relative;
  max-height: 100%;
  height: auto;
}

.home-banner .content-container .slide-content.align--left {
  left: 0;
  padding-top: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 50px;
  padding-bottom: 30px;
}

.conditional-section.wide-container .container:first-child {
  max-width: 1212px;
  padding: 0 15px;
}

.home-banner .owl-prev .icon,
.home-banner .owl-next .icon {
  height: 30px;
  fill: var(--custom-accent-color-500);
  opacity: 1;
}

.home-banner .owl-dot.active {
  background-color: var(--custom-accent-color-500);
}

.home-banner .owl-dot {
  background-color: var(--custom-gray-color-400);
  border-radius: 0;
  border: none;
  width: 18px;
  height: 3px;
}

.home-banner .owl-dot:not(:last-child) {
  margin-right: 6px;
}

.main-text {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: Unbounded, sans-serif !important;
  font-style: normal;
  color: white;
  line-height: 120%;
}

.main-text2 {
  font-size: 2vw;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: Unbounded, sans-serif !important;
  font-style: normal;
  color: white;
  line-height: 120%;
  width: 70%;
}

.big_text {
  font-size: 90px;
  font-weight: 800;
  margin-bottom: 50px;
  line-height: 85px;
  font-family: Unbounded, sans-serif !important;
  font-style: normal;
  color: #6c5247;
  margin-left: -5px;
}

.button_main {
  font-size: 13px;
  max-height: 34px;
  padding: 7px 32px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: var(--custom-black-color);
  border: 1px solid var(--custom-accent-color-500);
  border-radius: 2px;
}

.button_main:hover {
  background: var(--custom-accent-color-500);
}

.offer_block {
  margin-top: 0px;
  min-width: 600px;
}

/* оффер 2 */

.main-text_1 {
  line-height: 110%;
  font-size: 1.4vw;
}

.big_text_1 {
  font-size: 3.2vw;
  line-height: 100%;
  color: #6c472b;
}

.sale-offer-block .big_text_1 {
  max-width: 90%;
}

.big_text_1 span {
  color: #ffffff;
}

.button_main_1:hover {
  background: var(--custom-accent-color-500);
}

.home-banner .content-container {
  margin: 0;
}

@media (max-width: 1200px) {

  .conditional-section.wide-container .container:first-child {
    max-width: 960px;
    height: 100%;
  }
  
  .home-banner,
  .owl-carousel,
  .home-banner .owl-stage,
  .home-banner .owl-item,
  .home-banner .image_cover,
  .owl-carousel .owl-stage-outer,
  .home-banner__slide {
    height: 100% !important;
  }



  .big_banners {
    height: 350px !important;
  }

  .home-banner .content-container .slide-content.align--left {
    left: 0;
  }

  .sale-offer-block .big_text_1 {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .offer_block {
    margin: 50px;
    min-width: 380px;
  }

  .button_main:hover {
    background: #423434;
    color: white;
  }

  .home-banner .content-container .slide-content.align--left {
    left: 0;
  }
}

@media (max-width: 768px) {
  .offer_block {
    margin: 25px;
  }
}

@media (max-width: 768px) {
  .button_main {
    padding: 13px 34px;
  }

  .main-text {
    font-size: 20px;
  }

  .main-text2 {
    font-size: 26px;
    width: 100%;
  }

  .offer_block {
    min-width: 460px;
  }
}

@media (max-width: 991px) {
  .home-banner .content-container .slide-content.align--left {
    background: transparent;
  }
}

@media (max-width: 550px) {
  .offer_block {
    min-width: 440px;
  }
}

@media (max-width: 500px) {
  .offer_block {
    min-width: 410px;
  }
}

@media (max-width: 480px) {
  .big_text_1 {
    font-size: 40px;
    line-height: 130%;
  }

  .offer_block {
    min-width: 370px;
  }
}

@media (max-width: 440px) {
  .offer_block {
    min-width: 350px;
  }
}

@media (max-width: 400px) {
  .offer_block {
    min-width: 320px;
  }
}

@media (max-width: 380px) {
  .big_text_1 {
    font-size: 33px;
    line-height: 37px;
  }

  .main-text_1 {
    line-height: 130%;
    font-size: 16px;
  }

  .offer_block {
    min-width: 300px;
  }
}

.home-banner__slide {
  height: auto;
}

/* кнопки под оффером */

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-size: 13px;
  border-radius: 2px;
  max-width: 144px;
  border: 1px solid var(--custom-gray-color-400);
  transition: all 0.2s ease-in-out;
}

.link.primary {
  background-color: var(--custom-white-color);
  color: var(--custom-black-color);
}

.link.primary:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.link.secondary {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.link.secondary:hover {
  background-color: var(--custom-white-color);
  border: 1px solid var(--custom-gray-color-400);
  color: var(--custom-black-color);
}

.link.bordered {
  background-color: var(--custom-white-color);
  border-color: var(--custom-accent-color-500);
  color: var(--custom-accent-color-500);
}

.link.bordered:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.button_black {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 14px 40px;
  letter-spacing: 0.4px;
  font-weight: 300;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  color: white;
  border: 1px solid var(--custom-accent-color-500);
  border-radius: 50px;
  background: #423434;
  display: inline-block;
}

.button_black:hover {
  background: var(--custom-accent-color-500);
}

.knopki {
  position: relative;
  display: table;
  margin: -65px 0 0 auto;
}

.block_button {
  display: inline-block;
}

/* главный стеновой */

.orange_zagolovok {
  color: #b04f0a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.main_zagolovok {
  color: #271101;
  font-size: 70px;
  line-height: 90%;
  font-weight: 800;
}

.text {
  color: var(--custom-black-color);
  font-size: 13px;
  line-height: 130% !important;
  margin-top: 50px;
  margin-bottom: 0px !important;
}

@media (max-width: 1024px) {
  .text {
    margin-top: -10px;
  }

  .main_zagolovok {
    font-size: 60px;
  }
}

@media (max-width: 380px) {
  .main_zagolovok {
    font-size: 36px;
    line-height: 130%;
  }
}

/* каталог кирпичей */

.kirpich_container {
  border-radius: 10px;
  padding: 20px 0 60px 0;
}

.kirpich_container:hover {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
}

.kirpich_text {
  font-size: 15px;
  width: 52%;
  padding: 40px 0px 0px 60px;
}

.kirpich_container_1 {
  border-radius: 8px;
  padding: 20px 0 20px 0;
}

.kirpich_container_1:hover {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
}

.kirpich_text_1 {
  font-size: 15px;
  width: 85%;
  padding: 40px 0px 0px 20px;
}

.kirpich_container img {
  width: 100%;
}

.kirpich_container_1 img,
.kirpich_container_1 img {
  width: 100%;
}

@media (max-width: 768px) {

  .kirpich_text_1,
  .kirpich_text {
    width: 100%;
  }

  .catalog-kirpich .content-background-box__text-content {
    padding: 0px important;
  }
}

.button_category {
  color: var(--custom-black-color);
}

.button_category:hover {
  color: var(--custom-accent-color-500);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .catalog-kirpich .row {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .catalog-kirpich .image-zoom:last-child {
    width: 900px;
  }

  .catalog-kirpich .content-background-box__text-content:last-child {
    width: 380px;
  }

  .catalog-kirpich .image-zoom:nth-child(2) {
    margin-left: -560px;
  }
}

@media (min-width: 300px) and (max-width: 768px) {
  .catalog-kirpich .grid-columns-md-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .kirpich_text {
    font-size: 16px;
    padding: 40px 0px 0px 20px;
  }

  .kirpich_text_1 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .catalog-kirpich .row {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .catalog-kirpich .content-background-box__text-content:last-child {
    width: 250px;
  }

  .catalog-kirpich .image-zoom:last-child {
    width: 760px;
    margin-top: -60px;
  }

  .catalog-kirpich .image-zoom:nth-child(2) {
    margin-left: -550px;
  }
}

@media (max-width: 510px) {
  .catalog-kirpich .row {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .catalog-kirpich .content-background-box__text-content:last-child {
    width: 200px;
  }

  .catalog-kirpich .image-zoom:last-child {
    width: 500px;
  }

  .catalog-kirpich .image-zoom:nth-child(2) {
    margin-left: -335px;
  }
}

@media (max-width: 410px) {
  .catalog-kirpich .row {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .catalog-kirpich .content-background-box__text-content:last-child {
    width: 170px;
  }

  .catalog-kirpich .image-zoom:last-child {
    width: 340px;
  }

  .catalog-kirpich .image-zoom:nth-child(2) {
    margin-left: -210px;
  }

  .kirpich_text,
  .kirpich_text_1 {
    font-size: 14px;
  }
}

/* кнопки под контейнерами */

.button_learning {
  font-size: 16px;
  margin-right: 20px;
  padding: 12px 45px;
  letter-spacing: 0.4px;
  font-weight: 500;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  color: #616161;
  border: 1px solid var(--custom-accent-color-500);
  border-radius: 50px;
}

.button_learning:hover {
  background: var(--custom-accent-color-500);
  color: white;
}

.button_catalog {
  font-size: 16px;
  padding: 12px 45px;
  letter-spacing: 0.4px;
  font-weight: 500;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  color: #616161;
  border: 1px solid var(--custom-accent-color-500);
  border-radius: 50px;
}

.button_catalog:hover {
  background: var(--custom-accent-color-500);
  color: white;
}

.button_catalog_1 {
  font-size: 16px;
  padding: 12px 45px;
  letter-spacing: 0.4px;
  font-weight: 500;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  color: white;
  border: 1px solid var(--custom-accent-color-500);
  border-radius: 50px;
}

.button_catalog_1:hover {
  background: #fff;
  color: #271101;
  border: none;
}

/* кнопки системные */

.button_style-1 {
  border: 1px solid var(--custom-accent-color-500);
  color: #000000;
}

.button_style-1[data-hover] {
  border-color: var(--custom-accent-color-500);
  background-color: var(--custom-accent-color-500);
  color: #fff;
}

/* слайдер */

.kirpich_text_2 {
  font-size: 14px;
  width: 50%;
  padding: 40px 0px 0px 60px;
  color: white;
}

@media (max-width: 540px) {
  .main-text-exclusive .main_zagolovok {
    font-size: 50px !important;
  }
}

@media (max-width: 450px) {
  .main-text-exclusive .main_zagolovok {
    font-size: 35px !important;
    line-height: 130%;
  }
}

.slider-kirpich .slick-slide img {
  max-width: 90%;
}

@media (max-width: 12790px) {
  .kirpich_text_2 {
    padding: 28px 0px 0px 15px;
  }
}

/* суперкарта */

.block-supercard {
  padding-bottom: 165px;
}

/* форма */

.button_castom {
  border-radius: 50px;
  border: 1px solid var(--custom-accent-color-500);
  color: #3f3535;
}

.text_card {
  font-size: 14px;
  width: 60%;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 130%;
  letter-spacing: 0.6px;
}

@media (max-width: 1279px) {
  .text_card {
    width: 80%;
  }
}

@media (max-width: 500px) {
  .text_card {
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .block-supercard .main_zagolovok {
    font-size: 50px !important;
    line-height: 130% !important;
  }
}

@media (max-width: 380px) {
  .block-supercard .main_zagolovok {
    font-size: 45px !important;
  }

  .card {
    margin-top: -15px;
  }
}

.button-theme_primary {
  --color-text: var(--color-button-primary-text, #fff);
  --color-background: #3f3535;
  --color-border: var(--custom-accent-color-500);
  --color-text-hover: var(--color-button-primary-text-hover, var(--color-text));
  --color-background-hover: var(--custom-accent-color-500);
  --color-border-hover: var(--custom-accent-color-500);
  border-radius: 50px;
}

.form-control:focus+.label-name .content-name {
  color: #3f3535;
}

.form-control:focus {
  border-color: var(--custom-accent-color-500);
}

.card {
  width: 100%;
}

.block-supercard .main_zagolovok {
  font-size: 65px;
  line-height: 130%;
}

@media (max-width: 769px) {
  .block-supercard {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 455px) {
  .block-supercard .main_zagolovok {
    font-size: 40px !important;
  }
}

/* приложение */

.logo_game {
  width: 100px;
  right: 0;
  top: 60px;
  position: absolute;
}

.block-prilozhenie {
  background: url(https://kirpich-tolyatti.ru/media/customization/images/phone_back.webp) no-repeat bottom;
  background-size: cover;
  padding: 40px 0 550px 0;
}

.block-prilozhenie .text {
  width: 80%;
}

.prilozhenie_zagolovok {
  font-size: 62px;
}

@media (max-width: 1279px) {
  .block-prilozhenie .text {
    margin-top: 0px;
  }

  .block-prilozhenie {
    padding: 40px 0 640px 0;
  }

  .block-prilozhenie .main_zagolovok {
    font-size: 45px;
    line-height: 130%;
  }
}

@media (max-width: 940px) {
  .block-prilozhenie .main_zagolovok {
    font-size: 40px;
  }
}

@media (max-width: 769px) {
  .block-prilozhenie {
    background: none;
    padding: 40px 0 40px 0;
  }

  .logo_game {
    top: 0px;
    right: auto;
    left: 20px;
  }

  .block-prilozhenie .text {
    width: 100%;
  }
}

@media (max-width: 455px) {
  .block-prilozhenie .main_zagolovok {
    font-size: 38px;
    line-height: 130%;
  }
}

/* seo */

.seo-zagolovok {
  padding-top: 140px !important;
  padding: 0px 20px;
}

@media (max-width: 769px) {
  .seo-zagolovok {
    padding-top: 0px !important;
  }
}

@media (min-width: 413px) and (max-width: 530px) {
  .seo-zagolovok .main_zagolovok {
    font-size: 44px;
    line-height: 45px;
  }

  .main_zagolovok {
    font-size: 44px;
    line-height: 45px;
  }
}

@media (max-width: 413px) {
  .seo-zagolovok .main_zagolovok {
    font-size: 36px;
  }

  .main_zagolovok {
    font-size: 36px;
    line-height: 40px;
  }
}

.block-seo-1 {
  margin-bottom: 0px;
}

@media (max-width: 1279px) {
  .text-seo {
    padding-bottom: 60px;
  }
}

@media (max-width: 967px) {
  .text-seo {
    padding-bottom: 0px;
  }
}


.black_zagolovok {
  color: #3f3636;
  margin-bottom: 0px;
}

.text-seo-3 {
  padding-bottom: 45px;
  margin-top: 30px;
}

@media (max-width: 1280px) {
  .block-seo-1 .content-background-box__background-image .image {
    height: 70%;
  }
}

@media (max-width: 1024px) {
  .block-seo-1 .content-background-box__background-image .image {
    height: 56%;
  }
}

@media (max-width: 769px) {
  .block-seo-1 .content-background-box__container {
    min-height: 580px;
  }

  .block-seo-1 .content-background-box__background-image .image {
    height: 100%;
  }
}

.block-seo-1 .image-zoom[data-hover] .image,
.block-seo-1 .image-zoom[data-touch] .image {
  transform: none;
}

.seo_text_h {
  font-size: 14px;
  line-height: 130% !important;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 0.6px;
  font-family: Montserrat !important;
  font-weight: 200;
}

/* точки продаж */

.img_point {
  max-width: 100%;
  margin-bottom: 10px;
  border-radius: 15px;
}

.img_point_main {
  max-width: 100%;
  border-radius: 20px;
}

.text-point {
  color: var(--custom-black-color);
  font-size: 14px;
  line-height: 130% !important;
  letter-spacing: 0.4px;
  margin-bottom: 78px !important;
}

.points-zagolovok {
  padding-top: 90px;
}

.button_point {
  font-size: 16px;
  padding: 12px 45px;
  letter-spacing: 0.4px;
  font-weight: 500;
  font-style: normal;
  color: #616161;
  border: 1px solid var(--custom-accent-color-500);
  border-radius: 50px;
  width: 78%;
}

.button_point:hover {
  background: var(--custom-accent-color-500);
  color: white;
}

@media (max-width: 1279px) {
  .text-point {
    font-size: 12px;
    line-height: 130% !important;
    margin-bottom: 35px !important;
  }
}

@media (min-width: 967px) and (max-width: 1279px) {
  .button_point {
    font-size: 12px;
    width: 41%;
    position: absolute;
  }
}

@media (max-width: 967px) {
  .button_point {
    width: 55%;
    text-align: center;
  }
}

@media (max-width: 436px) {
  .button_point {
    width: 60%;
  }
}

@media (max-width: 404px) {
  .button_point {
    width: 67%;
  }
}

@media (min-width: 967px) {
  .block_points .col-md-12 {
    width: 50%;
  }
}

.block_points .content-background-box__text-content {
  padding-bottom: 23px !important;
}

@media (min-width: 400px) {
  .point {
    width: 90%;
  }
}

/* кнопки */

.buttons_points {
  display: flex;
  box-sizing: border-box;
  padding-top: 20px;
}

@media (max-width: 440px) {
  .point_button {
    font-size: 14px;
    padding: 12px 20px;
  }

  .points-zagolovok {
    padding: 90px 20px 0 20px;
  }
}

.block_points .content-background-box__text-content {
  padding: 0px 0px;
}

@media (min-width: 1280px) {
  .text-point {
    margin-bottom: 105px !important;
  }
}

/* статичные конструкторы */

.about_static .image_cover img {
  object-fit: contain;
}

.about_static_1 {
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/back_about_1.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}

.about_static .content-background-box__container {
  min-height: 316px;
}

.text-seo-static {
  padding-bottom: 0px;
}

/* оплата и доставка */

.text-oplata {
  padding-bottom: 50px;
  margin-top: 30px;
}

.oplata_block {
  font-size: 30px;
}

.oplata_tezis {
  font-size: 22px;
  color: #271101;
}

/* конфигуратор */

.product-item__flag {
  min-width: 100px;
}

#advanced_iframe {
  visibility: visible;
  opacity: 1;
  vertical-align: top;
}

/* акции */

h1,
.h1 {
  color: #b04f0a;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* статьи */

@media (min-width: 1024px) {
  .article-inner__content {
    padding: 40px 0px 20px 0px;
  }
}

@media (max-width: 500px) {
  .invent {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .invent {
    font-size: 50px;
  }
}

@media (max-width: 460px) {
  .invent {
    font-size: 32px;
  }
}

.buttons-line {
  z-index: 1;
}

/* шапка */

.__header .contact-box p a:after {
  content: "Пн. - Пт. 8:00 - 18:00 Сб. 9:00 - 16:00";
  font-size: 12px !important;
  color: var(--custom-black-color);
  padding-top: 2px !important;
  font-family: Montserrat !important;
  display: inline-block;
  line-height: 100%;
}

.__header .c-box-fat-v2 {
    flex-wrap: nowrap;
}

@media (max-width: 1279px) {
  .__header .contact-box p a:after {
    font-size: 9px !important;
  }
}

/* выпадающее меню */

.catalog-box ul a {
  font-size: 16px;
  line-height: 130%;
}

/* города */

.city_1 {
  margin-left: 10px;
  display: inherit;
}

.city_2 {
  display: inherit;
  margin-left: 10px;
}

.city_1:before {
  content: url(https://kirpich-tolyatti.ru/media/uploads/map.svg);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -8px;
}

.city_2:before {
  content: url(https://kirpich-tolyatti.ru/media/uploads/map.svg);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -8px;
}

@media (max-width: 1279px) {
  .city_1 {
    margin-left: 0px;
  }

  .__fat-v2-nav ul li a {
    padding-right: 3px;
    padding-left: 7px;
  }

  .city_2 {
    margin-left: 0px;
  }

  .city_1 {
    margin-left: 15px;
  }
}

/* капча */

.recaptcha-terms {
  font-size: 10px;
  color: #767676;
}

.recaptcha-terms a {
  text-decoration: none;
  color: #767676;
}

.safety-message-fixed__btn {
  bottom: 64px;
}

.js-up {
  bottom: 130px;
}

/* внутренние страницы */

@media (max-width: 470px) {
  .static_main_zagolovok {
    font-size: 50px;
    line-height: 130%x;
  }
}

@media (max-width: 390px) {
  .static_main_zagolovok {
    font-size: 40px;
    line-height: 130%;
  }
}

/* текст по центру */

.center_text {
  width: 50%;
  margin: 20px auto;
  text-align: center;
}

.image_center {
  margin: auto;
}

.center_text1 {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 1269px) {
  .center_text {
    width: 80%;
  }
}

.c-configurator {
  aspect-ratio: 1180/670;
  width: 100%;
  height: 100%;
  min-height: 166px;
}

.text-seo-sam {
  padding-bottom: 30px;
  margin-top: 15px;
  width: 86%;
}

.slide-oficc .b-multirows-row:last-child {
  width: 86%;
}

.about_static_111 {
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/back_about_1.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}

.about_static_111 .b-multirows-row:last-child {
  width: 86%;
}

@media (max-width: 767px) {
  .slide-oficc .b-multirows-row:last-child {
    width: 100%;
  }

  .about_static_111 .b-multirows-row:last-child {
    width: 100%;
  }

  .text-seo-sam {
    width: 100%;
  }

  .orange_zagolovok {
    line-height: 100%;
  }
}


.product-card-v2 .st-button_add-to-cart,
.product-card-v2 .st-button_not-availbe {
  width: 100%;
  border-radius: 50px;
}


/* акция керакам */

.big_text_big_text_1_1 {
  color: #6c472b !important;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 82px */
  margin-bottom: 50px;
}

.main-text_main-text_1_1 {
  font-size: 22px;
  font-style: normal;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 30px !important;
  margin-top: 50px !important;
  color: #ffffff !important;
}

.main-text.main-text_1 {
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  text-transform: uppercase;
}

.kerakam-sale {
  margin-right: 70px;
  margin-top: 50px;
}

.kerakam-text2 {
  margin-bottom: 50px !important;
}

.sale-123 {
  margin-bottom: 70px !important;
  margin-top: 40px !important;
}

.catalog-side__content ul li a:before {
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/arrow.svg);
}

@media (max-width: 767px) {
  .button_main {
    width: 100% !important;
    position: relative;
    text-align: center;
    display: inline-block;
  }

  .big_text_big_text_1_1 {
    font-size: 55px;
  }

  .kirpich_text_2 {
    font-size: 16px;
    width: 60%;
    padding: 28px 0px 0px 0px;
  }

  .inner-page .catalog-side {
    margin-top: 0;
    overflow: hidden;
  }

  .inner-page .conditional-section.bg-color {
    background-color: #ffffff;
  }

  .product-card__title {
    font-size: 22px;
    line-height: 120%;
  }

  .product-card__container {
    padding: 0px 15px 0 15px;
  }

  .product-card__head {
    padding: 0 15px;
  }

  .partnership_container {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .block_button {
    width: 95%;
  }

  .gap-grid {
    gap: 0px 10px !important;
  }

  .button_black {
    width: 100%;
  }

  .main-text-tovar,
  .main-text-new,
  .points-zagolovok {
    padding-top: 30px !important;
  }

  .buttons-block-4 {
    padding-bottom: 30px !important;
  }

  .block-seo-1 .row {
    margin-bottom: 0px !important;
  }

  .slider-kirpich {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
  }

  .button_learning,
  .button_catalog,
  .button_catalog_1,
  .button_main-seo {
    margin-right: 0;
    width: 100% !important;
    text-align: center;
    display: inline-block;
    margin-top: 26px;
  }

  .buttons_points {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .buttons_points p {
    width: 100%;
  }

  .footer-phone a {
    font-size: 18px;
  }

  .catalog-1,
  .catalog-2,
  .catalog-3 {
    padding-bottom: 0px !important;
    margin-bottom: 10px;
  }

  .catalog-2 {
    padding-top: 0px !important;
  }

  .catalog-kirpich {
    margin-bottom: 0px;
  }

  .slider-constructor:not([data-no-arrows]) .slick-dots {
    padding-right: 0;
  }
}

.product-item_max-width .product-item__image img {
  aspect-ratio: 298/260;
  object-fit: cover;
}

.pagination span.active {
  border-width: 1px;
}

.input-number input[type=number] {
  color: var(--custom-black-color) !important;
  font-size: 10px !important;
}

.input-number {
  border: 1px solid var(--custom-gray-color-400) !important;
  height: 34px !important;
  border-radius: 2px;
}

.st-button_add-to-cart {
  height: 34px !important;
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 2px !important;
}

.input-number .order-down:before,
.input-number .order-up:before,
.input-number .order-up:after {
  background: var(--custom-black-color);
}

.product-item_max-width .input-number .order-up:hover {
  background: transparent !important;
}

.product-item__cost-product {
  font-size: 18px;
}

.st-button_add-to-cart .st-button__icon_cart {
  display: none;
}

.st-button__text::before {
  content: "В корзину";
  color: var(--custom-black-color);
  font-size: 13px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.st-button_add-to-cart:hover .st-button__text::before {
  color: var(--custom-white-color);
}

.st-button_add-to-cart {
  padding: 7px;
  min-width: 88px;
}

.product-item_max-width .input-number {
  min-width: 73px;
}

.product-item__btns {
  gap: 6px;
}

.st-button_primary {
  width: 100%;
  border-radius: 30px;
}

@media (min-width: 991px) {
  .product-card__container {
    padding: 20px;
  }
}

.shopping-cart-product {
  flex-direction: column;
}

.btn-radius {
  padding: 0;
}

.input-number--lg {
  width: 130px;
}

.add-to-cart img.cart-icon {
  display: none;
}

.shopping-cart-btn {
  padding: 0;
}

.shopping-cart-btn--lg.custom-icon {
  width: 100%;
  flex-shrink: 0;
  border-radius: 2px;
  height: 34px !important;
  min-height: 34px;
  font-weight: 400;
  line-height: 100%;
}

.btn-get-an-account-min:hover {
  color: var(--custom-accent-color-500);
}

.shopping-cart-btn--lg.custom-icon:hover {
  color: var(--custom-black-color) !important;
  background-color: #fff !important;
  border: 1px solid var(--custom-accent-color-500) !important;
}

.tab_drawer_heading {
  background-color: #ffffff;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  color: #271101;
}

@media (max-width:990px) {
  .product-item_max-width .input-number {
    display: none !important;
  }

  .catalog-filter__btns .btn {
    margin-top: 0;
  }
}

.st-button_secondary {
  border-radius: 50px;
  width: 100%;
}

.slick-dots .slick-active button {
  background-color: #c9c9c9;
  border: none;
}

.slick-dots button {
  background-color: #e9e9e9;
  border: none;
}

.btn-download-2 {
  border-radius: 50px;
}

@media (max-width: 767px) {
  .modal {
    background: #ffffff;
  }

  .product-card__navigation {
    padding: 0px;
  }

  .product-card__artikul {
    margin-top: -47px;
    margin-bottom: 20px;
  }
}

.form-group-inline .button-theme_primary {
  margin: 0 0 10px 0;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  background: url(https://kirpich-tolyatti.ru/media/uploads/arrow.svg) 50% 50% no-repeat;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  background-color: rgba(255, 255, 255, 0.007);
}

.simple-order-form__group {
  margin: 0 20px 20px 0;
}


.input-number {
  width: 100%;
}


.product-item_max-width .product-item__image {
  aspect-ratio: 300/255;
}


/* акция зимнее хранение и линкер термо */

.text-seo-static-1 {
  padding-bottom: 20px;
}

.text-seo-static-2 {
  padding-bottom: 20px;
}

/* страница о сотрудничестве */

@media (max-width: 575px) {
  .partnership_container {
    border-radius: 10px;
    padding: 30px 20px 30px 20px !important;
  }

  .partnershi_banner {
    margin-bottom: -33px !important;
  }

  .partnershi_banner .row-gap-25 {
    row-gap: 0px !important;
    margin-top: -47px;
  }
}

@media (max-width: 767px) {
  .product-item__name {
    height: 57px;
  }

  .breadcrumbs a:first-child {
    padding: 0;
  }

  .page-head {
    margin: 0px -15px 0;
    padding: 10px 15px;
  }
}

.st-button_secondary {
  white-space-collapse: collapse;
}




@media (min-width: 1279px) {
  .product-card__content {
    width: calc(100% - 519px);
  }
}


@media (min-width: 767px) {
  @media (max-width: 1279px) {
    .product-card__right {
      margin-left: 0px;
    }
  }
}


@media (min-width: 510px) {
  .product-card__slideshow {
    width: 450px;
  }

  #sync1 .item {
    height: 450px !important;
    width: 450px !important;
  }
}

.search-input-group__button {
  background-color: #000000;
  color: #fff;
  height: 40px;
  min-width: 48px;
  stroke: #fff;
  border-radius: 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.mobile-side-menu-footer__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000 !important;
  gap: 5px;
}

.phone-block__primary-link {
  color: #000000 !important;
  font-size: 22px;
}

.phone-block__secondary-link {
  color: #000000 !important;
  font-size: 16px;
  text-decoration: underline;
}


.search-input-group__input {
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  height: 34px;
  outline: none !important;
  padding: 10px 16px;
  width: 100%;
}

.search-input-group__button {
  background: #fff url(https://kirpich-tolyatti.ru/media/uploads/search.svg) center center no-repeat;
  color: #fff;
  height: 34px;
  min-width: 85px;
  stroke: #fff;
  border-radius: 0;
  border: 1px solid var(--custom-gray-color-400);
  border-left: none;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.search-input-group__button  svg {
  display: none;
}

.mobile-side-menu-footer__link path {
  fill: rgb(0, 0, 0);
}

.conditional-section:first-child:not(.conditional-section_bg):not(.home-banner) {
  margin-top: 40px;
  display: none;
}

.kirpich_text_1 {
  height: 90px;
}

@media (max-width: 767px) {

  .section {
    padding: 10px 0;
  }
}

@media (max-width: 479px) {
  .form-gorup-inline .btn {
    border-radius: 34px;
  }
}

@media (max-width: 479px) {

  .header--bottom-mob .search--box input,
  .header--mob .search--box input {
    background: #444444;
  }
}

@media (min-width: 767px) {
  .section {
    padding: 10px 0;
  }
}

@media (min-width: 768px) {
  .custom-offer-content__image {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .home-banner__slide {
    min-height: max-content;
    height: 612px;
    background: #343434;
    padding: 0;
  }

  .home-banner.inner-block__active .slide-content {
    display: flex;
    justify-content: flex-start;
  }

  .custom-offer-content {
    max-width: 100%;
  }

  .custom-offer-content__image {
    width: 100% !important;
    height: auto !important;
  }

  .wide-container .home-banner .slide-content {
    max-width: 100%;
  }

  .offer_block {
    min-width: 100%;
    width: 100%;
    padding: 20px;
    margin: 0;
  }

  .home-banner .content-container .slide-content.align--left {
    margin: 0;
    padding: 0;
  }

  .big_G {
    margin-top: 0px;
  }

  .big_image2 {
    width: auto !important;
    height: 42px !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .main-text.main-text_1 {
    margin-bottom: 20px !important;
    margin-top: 30px !important;
  }

  .main-text2,
  .big_text {
    margin-bottom: 30px;
    width: 100%;
  }

  .button_main:hover {
    background-color: var(--custom-accent-color-500);
  }
}

.catalog-side {
  margin-top: 0;
}

@media (max-width: 575px) {
  .home-banner__slide {
    height: 530px;
  }
}

.footer-content__title {
  font-size: 18px;
  margin-bottom: 8px;
}

.footer-content__column a {
  font-size: 14px;
}

.footer-phone a {
  font-size: 20px;
}

.st-button_without-price,
.product-card__content .not-for-sale {
  background: #fff !important;
  color: var(--custom-black-color) !important;
  border: 1px solid var(--custom-gray-color-400) !important;
  border-radius: 2px !important;
}

.product-card__content .not-for-sale:hover,
.st-button_without-price:hover {
  border: 1px solid var(--custom-accent-color-500) !important;
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
}

.product-card__head {
  padding: 10px 30px 10px 0;
}

.product-card__personal-cost span {
  font-size: 18px;
}

.product-card__content .not-for-sale {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .product-content {
    padding: 20px 0px;
  }
}

.g-title {
  font-family: Unbounded;
}

p.g-title {
  color: #b04f0a;
}

@media (max-width: 767px) {
  .product-card__container {
    padding: 0;
  }

  .product-card__slideshow {
    width: 100% !important;
  }

  .product-card__head {
    padding: 30px 0px 20px 0;
  }

  .product-content {
    padding: 20px 0;
  }

  .conditional-section {
    margin-bottom: 20px;
  }

  .question-form {
    padding: 25px 0px;
    width: 100%;
    margin: 0;
  }

  .question-main {
    padding: 0;
  }

  .main-action p {
    margin-bottom: 20px;
  }
}

.main-action p,
.new-slide-item--wide .new-slide-item__name {
  font-family: Unbounded;
}

[data-collapse-open] {
  color: var(--custom-accent-color-500);
  font-size: 13px;
}

[data-collapse-close] {
  font-size: 13px;
}

.mm-navbar__title>span {
  white-space: normal;
  overflow: hidden;
  font-family: Unbounded;
  font-size: 16px;
}

.phone-block__primary-link:hover {
  color: #b04f0a !important;
}

.s-item-price {
  color: var(--custom-accent-color-500);
  font-family: Unbounded;
}

.shopping-cart-item__delete svg {
  width: 25px;
  height: 25px;
  color: #c9c9c9;
}

.shopping-cart-item {
  padding: 10px 0px;
}

.delivery-cart {
  padding-right: 0;
}

.shopping-cart-item__name {
  font-size: 14px;
  line-height: 130%;
}

.shopping-cart-item__img img {
  max-width: 90px;
  max-height: 90px;
  border-radius: 8px;
}

.shopping-cart-item__img {
  margin-right: 20px;
}

.simple-order-form__title {
  font-size: 18px;
  line-height: 110%;
}

@media (max-width: 1280px) {
  .shopping-cart-item__name {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .shopping-cart-item__name {
    max-width: 100%;
    width: calc(100% - 120px);
    margin-left: 0;
  }

  .delivery-cart {
    padding: 0;
  }

  .shopping-cart-item__img img {
    max-width: 70px;
  }

  .big_banners {
    margin-bottom: 40px;
  }

  .st-button {
    font-size: 14px;
  }

  .button_learning,
  .button_catalog,
  .button_catalog_1,
  .button_main-seo {
    margin-top: 0;
  }

  .block_points .content-background-box__text-content {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 990px) {
  input.search_input_mobile {
    background: transparent !important;
    border: 1px solid var(--custom-accent-color-500) !important;
    color: var(--custom-black-color) !important;
  }

  .s-icon-right .placeholder {
    color: var(--custom-black-color) !important;
  }
}

.mobile-side-menu-footer {
  padding-top: 20px;
}

.main-action__image img,
.main-action {
  border-radius: 33px;
}

.actions-content .item {
  border-radius: 20px;
  overflow: hidden;
}

.modal.fancybox-content {
  border-radius: 0;
  max-width: 680px;
}

.modal {
  padding: 60px 100px;
}

.modal .form-group-inline .button-theme_primary {
  width: fit-content;
}

.fancybox-slide--html .fancybox-close-small {
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/close-img.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 57px;
  height: 53px;
  background-size: contain;
  border-radius: 0;
  top: 20px;
  right: 20px;
}

.form-close {
  display: none;
}

.form-group-inline .button-theme_primary {
  width: 100%;
}

.btn-link {
  color: var(--custom-black-color);
}

.catalog-filter__btns .btn {
  width: 80%;
}

/* категории new */

.category-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
}

.category-col-1 {
  display: flex;
  width: 33%;
  gap: 10px;
  flex-direction: row;
}

.category-col,
.category-col-2 {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.category-col {
  width: 33%;
}

.__header .contact-box p.toggled a {
  display: flex;
  gap: 60px;
}

.__header .contact-box p.toggled {
  flex-shrink: 0;
  max-width: none;
}

.__header .contact-box p a:after {
  font-size: 13px !important;
  max-width: 134px;
}

.__header .row .col-lg-4 {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 1279px) {
  .kirpich_text_1 {
    width: 90%;
  }

  .kirpich_text {
    padding: 40px 0px 0px 50px;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .kirpich_text_1 {
    width: 75%;
    padding: 30px 0px 0px 30px;
  }

  .kirpich_text {
    padding: 30px 0px 0px 30px;
  }

  .category-col-2 {
    flex-direction: column;
    width: 50%;
  }

  .kirpich_container,
  .kirpich_container_1 {
    width: 100%;
  }

  .category-col {
    flex-direction: row;
  }

  .category-content {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
  }

  .category-col-1 {
    flex-direction: row;
  }

  .category-col-1,
  .category-col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .category-col-2 {
    flex-wrap: wrap;
  }

  .category-content {
    flex-wrap: wrap;
  }

  .category-col {
    width: 49%;
    flex-direction: column;
  }

  .catalog-kirpich {
    padding-bottom: 10px;
  }


  .info_1 {
    width: 100%;
  }

  .slide-oficc {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .category-col {
    width: 48%;
  }

  .kirpich_container {
    padding: 20px 0 30px 0;
  }

  .kirpich_text,
  .kirpich_text_1 {
    width: 90%;
    padding: 20px 0px 0px 20px;
    height: 60px;
  }
}

.kirpich_container:hover .button_category,
.kirpich_container_1:hover .button_category {
  color: var(--custom-accent-color-500);
}

@media (max-width: 1279px) {
  .__header .c-box-fat-v2 {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .__header .contact-box p.toggled {
    display: flex;
    flex-direction: column;
  }

  .__header .contact-box p.toggled a {
    width: 100%;
  }

  .__header .contact-box p a:after {
    padding-top: 0px !important;
    display: none;
  }
}

.inner-page .text-seo {
  margin-top: 0;
}

.inner-page .content-background-box__text-content {
  padding: 0px;
}

.inner-page h1,
.inner-page .h1 {
  margin-bottom: 30px;
  margin-top: 0;
  color: var(--custom-black-color);
}

.breadcrumbs a {
  text-transform: none;
  color: var(--custom-black-color);
  font-size: 10px !important;
}

.breadcrumbs {
  font-size: 10px !important;
}

.inner-page .button_main-seo {
  display: inline-block;
}

.catalog-menu-item {
  width: calc(25% - 8px);
  margin: 0;
  height: auto;
  border-radius: 25px;
  box-shadow: 0px 5px 10px 3px rgba(200, 196, 193, 0.4);
}

.catalog-menu {
  gap: 10px;
}

.catalog-menu-item__name {
  left: 30px;
  bottom: 30px;
  line-height: 130%;
  font-size: 16px;
  max-width: 70%;
  font-weight: 400;
}

.catalog-menu-item::after,
.catalog-menu-item::before {
  display: none;
}

.catalog-menu-item:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.catalog-menu-item:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-color: transparent;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.catalog-menu-item:nth-child(6):before,
.catalog-menu-item:nth-child(10):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: unset;
    bottom: unset;
    top: 0;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.catalog-menu-item:nth-child(6)::after,
.catalog-menu-item:nth-child(10)::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: unset;
    left: unset;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.catalog-menu-item:hover:after {
  opacity: 1;
  border: none;
  background-color: transparent;
}

@media (max-width: 991px) {
  .catalog-menu-item {
    width: calc(33% - 5px) !important;
  }
}

@media (max-width: 767px) {
  .actions-content .item {
    display: block;
  }

  .catalog-menu-item {
    width: calc(50% - 5px) !important;
  }
}

@media (max-width: 575px) {
  .catalog-menu-item__name {
    left: 15px;
    bottom: 15px;
    width: 96%;
  }

  .catalog-menu-item {
    height: 230px;
  }

  .catalog-menu-item__image img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 74%;
    object-fit: contain;
  }
}

.product-card__right {
  height: auto;
  border: 1px solid #f6f6f6;
  border-radius: 15px;
  background: #f6f6f6;
}

.product-card__discription ul {
  list-style-position: inside;
}

.product-card__discription ul li {
  list-style-type: disc;
  color: var(--custom-black-color);
}

.product-card__discription ul li strong,
.product-card__discription-title {
  color: #423434;
  font-family: Unbounded;
}

.delivery-total__sm {
  display: none;
}

.product-card .btn-border {
  margin-top: 0;
}

@media (max-width: 1279px) {
  .product-card__container {
    padding: 20px;
    gap: 20px;
  }

  .product-card__slideshow {
    width: 350px;
  }

  .product-card__content {
    gap: 20px;
  }
}

#sync2 .item {
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 767px) {

  .product-card__container,
  .product-card__content {
    padding: 0;
    gap: 0;
  }

  .product-card-bottom__artikul {
    top: 6px;
  }

  .breadcrumbs span:last-child {
    display: block;
  }

  .frontpage .image_cover {
    display: none;
  }

  .block_points .row-gap-25 {
    row-gap: 10px !important;
  }

  .catalog-filter__btns .btn {
    width: 100%;
  }

  .table table td {
    padding: 10px 5px;
  }
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: max-content;
}

.partnership_container a {
  color: #271101;
}

@media (max-width: 991px) {
  .custom-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* тизер */

.product-item__cost-old {
  font-size: 16px;
  text-decoration-color: #e60000;
  color: #767676;
  top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .catalog-menu-item:before {
    bottom: 15px;
  }

  .page-head {
    margin: 0;
    padding: 0;
  }
}

h1,
.h1,
section.feedback-form .h2 {
  line-height: 110%;
}

.main_zagolovok-partnershi {
  line-height: 90%;
}

.new-banner-block {
  width: 100%;
}

/* баннеры убрать после удаления сккм */

.big_banners .image_cover img {
  object-fit: cover;
  object-position: left;
}

.image_cover {
  background-color: white;
}

input::placeholder {
  color: var(--custom-gray-color-700) !important;
}

@media (min-width: 1800px) {
  .big_text_1 {
    font-size: 2.2vw;
  }

  .main-text_1 {
    font-size: 1vw;
  }

  .main-text2 {
    font-size: 1.4vw;
  }
}

@media (max-width: 1279px) {
  .big_image2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .home-banner .owl-stage {
    height: auto;
  }

  .big_banners .image_cover img {
    object-fit: cover;
  }

  .header--mob .cart-mob {
    display: none;
  }

  .big_text_1 {
    font-size: 50px;
  }

  .sale-offer-block .big_text_1 {
    max-width: 100%;
  }

  .main-text_1,
  .main-text2 {
    font-size: 20px;
  }

  .burger-box #my-button {
    width: 24px;
    padding-left: 0;
    justify-content: flex-end;
  }

  .col-3 {
    padding-right: 0;
  }

  .burger-box svg {
    color: var(--custom-gray-color-400);
  }

  .header--mob .row {
    justify-content: space-between;
  }

  .header--mob {
    height: auto;
    padding-top: 15px;
    padding-bottom: 60px;
    position: relative;
  }

  .pr--0 {
    position: absolute;
    left: 0;
    bottom: -47px;
  }

  .header--bottom-mob .search--box input, .header--mob .search--box input {
    height: 34px;
    border-color: var(--custom-gray-color-400) !important;
    border-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }



  input.search_input_mobile {
    padding-left: 20px !important;
  }

  .search--box .submit {
    margin-left: 0;
    border: 1px solid var(--custom-gray-color-400);
    border-left: none;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #fff url(https://kirpich-tolyatti.ru/media/uploads/search.svg) center center no-repeat;
    height: 34px;
    width: 80px;
    
  }

  .__header .search-box input {
    color: var(--custom-black-color) !important;
  }

  .search--box .submit img {
    display: none;
  }

  .big_image2 {
    width: 15vw !important;
    margin-bottom: 30px;
  }

  main {
    padding-top: 130px !important;
  }

  .home-banner .content-container .slide-content.align--left {
    margin: 0;
  }

  .knopki {
    max-width: 650px;
  }
}

@media (max-width: 767px) {

  .home-banner__slide .container,
  .custom-offer-content {
    max-width: 100%;
    width: 100%;
  }

  .home-banner__slide,
  .home-banner .owl-stage {
    height: 143vw;
  }

  .home-banner .content-container .slide-content.align--left {
    width: 100%;
    height: 100%;
  }

  .home-banner__slide .container,
  .custom-offer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .big_text {
    font-size: 9vw;
  }

  .big_image2 {
    width: auto !important;
  }

  .new-banner-block-image {
    height: 100% !important;
    margin-left: -30px;
    width: auto !important;
  }

  .pr--0 {
    width: 100%;
  }

  .frontpage .section-first, .frontpage .section-first-alter {
    display: none !important;
  }

  .big_banners {
    height: 420px !important;
  }

  .offer-container {
    padding: 20px;
  }

  .home-banner .owl-prev, .home-banner .owl-next {
    display: none;
  }

  .big_banners .image_cover img {
    display: none;
  }
}

.main-text-tovar .button_catalog {
  display: inline-block;
  margin-top: 30px;
}

.filter-item-title,
.catalog-filter-accordion .opener {
  font-size: 13px;
  font-weight: 400;
}

.checkbox [type=checkbox]:not(:checked)+label,
.checkbox [type=checkbox]:checked+label {
  font-size: 13px;
  font-weight: 400;
  font-family: Montserrat;
}

.filter-item .checkbox span {
  font-size: 13px !important;
  color: #747474 !important;
  margin-left: 12px;
}

.mobile-menu-head__title {
  font-family: Unbounded;
}

.__header .c-box-fat-v2 .order-call {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.__header .logo img {
  width: 50px;
}

.st-button_add-to-cart {
  flex: 1 !important;
}

.form-text a {
  color: #b84d00;
}

.__header {
  border-bottom: 1px solid var(--custom-gray-color-400);
}

.fixed .__header {
  top: 0;
  transform: none;
}

.tg_link {
  width: 100%;
  position: fixed;
  top: -18px;
  z-index: 9999;
}

.tg_link .container {
  position: relative;
}

.mobile-after-header__container {
  display: none;
  position: absolute;
  width: auto;
}

.offer-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-container h2 {
  margin-bottom: 15px !important;
}

.offer-container p {
  margin-bottom: 30px !important;
}

.__header .c-box-fat-v2 .order-call {
  height: 34px;
  background-color: transparent;
  border-radius: 2px;
  border-color: var(--custom-gray-color-400);
  color: var(--custom-black-color);
  font-size: 13px !important;
}

.__fat-v2-nav ul li a {
  padding: 0;
}

.__fat-v2-nav ul {
  gap: 20px;
}

.big_banners {
  margin-bottom: 20px;
}

.owl-nav.disabled {
  display: block !important;
}

.home-banner .owl-prev .icon, .home-banner .owl-next .icon {
  width: 8px;
  height: auto;
}

.home-banner .owl-prev, .home-banner .owl-next {
  width: 35px;
  height: 35px;
}

.home-banner .owl-next {
  right: 0;
}

.home-banner .owl-prev {
  left: 0;
}

.knopki {
  max-width: 780px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 0;
}

.knopki .link {
  max-width: none;
}

.mobile-after-header__container a {
  color: var(--custom-black-color);
  font-weight: 500;
}

.choice-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.choice-container__text {
  max-width: 380px;
}

.choice-container__text p {
  max-width: 300px;
}

.choice-container__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 20px;
  max-width: 780px;
}

.choice-container__wrapper__item {
  position: relative;
  background-color: var(--custom-gray-color-100);
  border-radius: 2px;
  padding: 20px;
}

.choice-container__wrapper__item h4 {
  font-family: Unbounded !important;
  color: var(--custom-black-color) !important;
  font-weight: 400;
  margin-bottom: 10px;
}

.choice-container__wrapper__item p {
  margin-bottom: 25px;
}

.choice-container__wrapper__item img {
  position: absolute;
  margin-bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choice-container__wrapper__item .link {
  z-index: 2;
  position: relative;
  max-width: 107px;
}

.choice-container__wrapper__item:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.choice-container__wrapper__item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.choice-container__wrapper__item:last-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.choice-container__wrapper__item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.choice-container__wrapper__item:hover .link {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  border-color: var(--custom-accent-color-500);
}

.conditional-section.big_banners {
  margin-bottom: 20px;
}

.conditional-section {
  margin-bottom: 90px;
}

.slider-constructor .slick-prev, .slider-constructor .slick-next {
  border: none;
  border-radius: 0;
}

.slick-arrow svg path {
  fill: var(--custom-accent-color-500);
}

.button_style-1[data-hover] {
  background-color: transparent;
}

.main-text-zakaz {
  margin-bottom: 30px;
}

.product-item__head {
  display: none;
}

.product-item__name {
  color: var(--custom-black-color);
}

.product-item__cost-product,
.product-item__cost-product span {
  color: var(--custom-black-color);
  font-size: 16px !important;
  font-weight: 500;
}

.product_set_slider .slider-constructor .slick-prev, .product_set_slider .slider-constructor .slick-next {
  top: -97px;
}

.slider-constructor .slick-dots {
  display: flex;
}

.product_set_slider .slick-dots {
  bottom: -20px;
  top: auto;
}

.slick-dots li:not(:last-child) {
  margin-right: 6px;
}

.slick-dots button {
  border-radius: 0;
  width: 18px;
  height: 3px;
  background-color: var(--custom-gray-color-400);
}

.slick-dots .slick-active button {
  background-color: var(--custom-accent-color-500);
}

.slider-constructor:not([data-no-arrows]) .slick-dots {
  display: flex !important;
  justify-content: flex-start;
}

.slider-constructor .slick-slide {
  row-gap: 10px;
}

.buttons-block-1 .link {
  margin-left: auto;
  margin-right: -2px;
  max-width: 187px;
}

.catalog-1 {
  margin-bottom: 20px;
}

.content-standard-box {
  position: relative;
}

.content-background-box__text-content {
  padding: 20px;
  padding-bottom: 0;
  border: 1px solid var(--custom-gray-color-400);
  height: 385px;
}

.prices-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: contain;
  object-position: bottom;
}

.prices-slide h4 {
  font-weight: 400;
  font-size: 16px !important;
  font-family: Unbounded !important;
  margin-bottom: 25px;
}

.prices-slide:hover .link {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.conditional-section.no-border {
  margin-bottom: 30px;
}

.exclusive-slide h4 {
  font-weight: 400;
  font-size: 16px !important;
  font-family: Unbounded !important;
  margin-bottom: 25px;
  color: var(--custom-white-color);
  position: relative;
  z-index: 3;
}

.exclusive-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -20px;
  object-fit: contain;
  object-position: bottom;
}

.exclusive-slide .link {
  position: absolute;
  opacity: 0;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 171px;
  cursor: pointer;
}

.exclusive-slider .slick-slide:hover .link {
  opacity: 1;
}

.exclusive-slider .content-background-box__text-content {
  padding: 70px 30px;
  border: none;
  background: var(--custom-accent-color-500);
  position: relative;
  transition: opacity 0.3s ease-in-out;
  clip-path: polygon(100% 10%, 100% 90%, 50% 100%, 0% 90%, 0% 10%, 50% 0%);
}

.exclusive-slider .content-background-box__text-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #E00404 0%, #FF5900 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  clip-path: inherit;
}

.exclusive-slider .slick-slide:hover .content-background-box__text-content::before {
  opacity: 1;
}

.catalog-4 {
  margin-bottom: 20px;
}

.seo-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.seo-wrapper__item {
  padding: 25px;
  position: relative;
}

.seo-wrapper__item:first-child,
.seo-wrapper__item:last-child {
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 2px;
}

.seo-wrapper__item ol {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  margin-left: 10px;
}

.seo-heading {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.text-page ol {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  gap: 27px;
}

.text-page ol li, .o-product-tab ol li {
  padding-left: 56px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif !important;
    font-size: 13px !important;
}

.seo-heading img {
  flex-shrink: 0;
}

.seo-wrapper__item h2 {
  margin-bottom: 20px;
}

.seo-heading img,
.seo-heading h2 {
  margin-bottom: 0;
}

.seo-wrapper__item .bg-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.text-page ol li:before, .o-product-tab ol li:before {
  border: none;
  border-radius: 0;
  width: 34px;
  text-align: center;
  height: auto;
  font-size: 28px;
  font-family: Unbounded;
  font-weight: 400;
  background-color: transparent;
  top: 0;
}

.seo-wrapper__item:first-child p {
  margin-bottom: 25px;
}

.seo-wrapper__item form {
  margin-top: 0;
}

.form-group {
  margin-bottom: 10px;
}

.form-control,
section.feedback-form .form-control {
  border-radius: 2px !important;
  border-color: var(--custom-gray-color-400);
  box-shadow: none;
  font-size: 13px;
  height: 34px;
}

.form-control:focus+.label-name .content-name,
.form-control:valid+.label-name .content-name {
  font-size: 8px !important;
  top: -10px;
}

.content-name {
  top: 9px;
}

.checkbox [type=checkbox]:not(:checked)+label:before, .checkbox [type=checkbox]:checked+label:before,
.checkbox [type=checkbox]:not(:checked)+label:after, .checkbox [type=checkbox]:checked+label:after {
  border-radius: 2px;
}

.form-text {
  padding-top: 0;
}

.checkbox span {
  font-size: 10px !important;
  color: var(--custom-black-color) !important;
}

.form-text a {
  font-size: 10px !important;
  color: var(--custom-accent-color-500) !important;
}

.form-group-inline .button-theme_primary,
.question-main .btn {
  margin: 0;
  border-radius: 2px;
  height: 34px;
  background-color: var(--custom-accent-color-500) !important;
  border: 1px solid var(--custom-accent-color-500);
}

.question-main .btn:hover {
  background-color: transparent !important;
  color: var(--custom-accent-color-500);
}

textarea.form-control {
  min-height: 78px;
}

.question-main .privacy-policy.agree-one {
  max-width: 50%;
}

.question-form__column .form-group:has(textarea) {
  max-height: 78px;
}

.form-group-inline .button-theme_primary:hover {
  background-color: transparent !important;
  color: var(--custom-accent-color-500) !important;
}

.seo-wrapper__item:last-child p {
  margin-bottom: 0;
  margin-top: 30px;
}

.question-main {
  max-width: none;
  margin: 0;
}

.section-dark {
  padding: 0;
}

.question-form {
  padding: 0;
  border: none;
}

footer {
  margin-top: 90px;
  background: transparent;
  padding-top: 0;
}

footer>img {
  display: none;
}

section.feedback-form .h2 {
  font-family: Unbounded !important;
  text-align: left;
  margin-bottom: 30px;
}

.form-group {
  height: fit-content;
}

.footer-phone a {
  color: var(--custom-black-color);
  font-size: 16px !important;
  font-weight: 500;
}

.footer-content__title {
  font-size: 16px !important;
  font-family: Unbounded !important;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer-content__column a {
  margin-bottom: 0;
}

.footer-content__ul-content {
  gap: 10px;
}

.footer-content__column li {
  margin-bottom: 0;
}

.footer-content__column li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-contact {
  color: var(--custom-black-color);
}

.footer-content__title span {
  font-size: 10px !important;
  margin-bottom: 0;
  line-height: 100% !important;
  margin-top: 5px;
  display: block;
}

.footer-subscribe {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-subscribe input {
  width: 100%;
  height: 34px;
  border: 1px solid var(--custom-gray-color-400);
  font-size: 13px !important;
  border-radius: 2px;
}

.footer-subscribe button {
  width: 100%;
  font-size: 13px !important;
  height: 34px;
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
  border-radius: 2px;
}

.footer-subscribe button:hover {
  background-color: transparent !important;
  color: var(--custom-accent-color-500) !important;
}

.question-form__column {
  width: calc(50% - 5px);
}

.footer-content-cookie {
  font-size: 10px !important;
}

.developer-link a {
  font-size: 10px !important;
  color: #767676;
}

.developer-link a:hover {
  color: var(--custom-accent-color-500) !important;
}

.recaptcha-terms {
  display: none;
}

.footer-bottom .copy.version {
  font-size: 10px !important;
}

.footer-bottom .copy {
  width: auto;
  font-size: 10px !important;
  opacity: 1;
}

.inner-page .section-dark.feedback-form {
  margin-top: 90px;
}

.catalog-menu.catalog-categories-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 90px;
}

.catalog-menu-item {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  box-shadow: none;
  background-color: var(--custom-gray-color-100);
  min-height: 158px;
}

.catalog-menu-item__name {
  left: 20px;
  top: 20px;
  font-size: 16px !important;
  font-family: Unbounded !important;
  font-weight: 400;
  max-width: 39%;
}

.catalog-menu-item__image {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.catalog-menu-item__image {
  height: 100%;
}

.catalog-body .d-grid {
  grid-template-columns: repeat(5, 1fr) !important;
}

.product-item__flag {
  font-size: 9px;
  font-weight: 400;
}

.catalog-body .st-button_add-to-cart {
  padding-left: 0;
  padding-right: 0;
  min-width: 75px;
}

.custom__accordion .acc__toggle.active:not(.acc__toggle-inner) {
  background-color: transparent;
  font-weight: 400;
  border-bottom: none;
}

.custom__accordion .acc__toggle:not(.acc__toggle-inner,.not_toggle):before {
  border-width: 1px;
}

.custom__accordion .inner {
  border-top: none;
}

.custom__accordion .acc__toggle:not(.acc__toggle-inner) {
  padding-left: 16px;
  padding-top: 16px;
  border-top: none;
  border-bottom: none;
}

.custom__accordion .acc__toggle-inner {
  padding-left: 16px;
  color: var(--custom-black-color);
}

.custom__accordion {
  border: 1px solid var(--custom-gray-color-400);
}

.filter-range__content {
  gap: 10px;
}

.filter-range__head span {
  color: var(--custom-black-color);
}

.catalog-filter__btns .btn {
  border-radius: 2px;
  background-color: transparent !important;
  border-color: var(--custom-gray-color-400) !important;
  color: var(--custom-black-color) !important;
}

.catalog-filter__btns .btn:hover {
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
  border-color: var(--custom-accent-color-500) !important;
}

.catalog-filter__btns .btn-link:hover {
  color: var(--custom-accent-color-500) !important;
}

.catalog-filter__bottom {
  padding: 16px;
  padding-top: 0;
  border-top: none;
}

.catalog-filter .catalog-filter-body {
  padding: 16px 0;
}

.catalog-head {
  display: none;
}

.catalog-filter-accordion .opener::before {
  border: none;
  border-radius: 0;
}

.catalog-filter-accordion .opener .icon {
  color: var(--custom-black-color);
}

.catalog-akciya {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/catalog-akciya-bg.webp);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--custom-gray-color-100);
  padding: 20px;
}

.catalog-akciya h3 {
  color: var(--custom-black-color);
}

.catalog-akciya .link {
  width: 144px;
}

.pagination span,
.pagination .next,
.pagination .prev {
  width: 32px;
  height: 32px;
  border-radius: 0;
}

.pagination .next {
  margin-left: 4px;
}

.pagination .prev:before, .pagination .next:before {
  border-color: var(--custom-accent-color-500);
  border-width: 1px;
  width: 6px;
  height: 6px;
}

.pagination .prev {
  margin-right: 4px;
}

.catalog-body {
  margin-bottom: 60px;
}

.product-card__navigation {
  display: none;
}

.product-card__title {
  margin-bottom: 0 !important;
}

.product-card__head {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.product-card__artikul {
  color: #747474;
}

.product-card__container {
  padding: 0;
}

#sync1 {
  background-color: var(--custom-gray-color-100);
  margin-bottom: 0;
  border-radius: 2px;
}

#sync2 {
  position: absolute;
  bottom: -95px;
  left: 0;
  margin: 0;
  height: auto !important;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  display: none;
}

#sync2 .item {
  border-radius: 2px;
  height: 62px;
  border-color: var(--custom-gray-color-400);
}

.product-card__container {
  gap: 20px;
  padding-bottom: 110px;
}

.product-card__slideshow {
  width: 480px;
  position: relative;
}

.product-card__content {
  width: calc(100% - 500px);
  padding: 25px;
  border: 1px solid var(--custom-gray-color-400);
  position: relative;
}

.product-card__content:last-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.product-card__content:last-child::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.product-content {
  padding-top: 0;
}

.g-title {
  font-size: 22px !important;
  font-family: Unbounded !important;
  color: var(--custom-black-color) !important;
  font-weight: 400 !important;
}

.content-title {
  font-family: Unbounded !important;
  color: var(--custom-black-color) !important;
  font-weight: 400 !important;
}

.product-card__personal-cost strong {
  font-weight: 400 !important;
}

.product-card__right {
  border: none;
  background-color: transparent;
}

.product-card__discription {
  padding: 0;
}

.product-card__discription:not(:last-child) {
  margin-bottom: 30px;
}

.product-card__discription form {
  margin-top: 0;
}

.about-container-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.about-container-1__item:first-child {
  max-width: 780px;
}

.about-container-1__item img {
  max-width: 300px;
  margin-top: -85px;
}

.about-container-2 {
  display: flex;
  gap: 45px;
}

.about-container-2__item {
  width: 100%;
  padding: 25px;
  border-radius: 2px;
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/about-img-2.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.about-container-2__item p {
  margin-bottom: 0;
}

.about-container-2__item:first-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.about-container-2__item:first-child::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.about-container-2__item:last-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.about-container-2__item:last-child::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.article-inner__share {
  display: none;
}

.inner-page h3 {
  margin-bottom: 30px;
}

.akciya-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.akciya-wrapper__item:first-child,
.akciya-wrapper__item:last-child {
  padding: 25px;
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 2px;
  position: relative;
}

.akciya-wrapper__item p {
  margin-bottom: 0;
}

.akciya-wrapper__item h2 {
  margin-bottom: 20px !important;
}

.akciya-wrapper__item form {
  margin-top: 25px;
}

.akciya-wrapper__item:last-child::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/skidka-img-2.svg);
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.table table td {
  padding-left: 0;
  border-color: var(--custom-gray-color-400);
}

.contact-custom-container {
  margin-bottom: 30px;
}

.simple-cart__content {
  max-width: none;
}

.input-number .order-down, .input-number .order-up {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.input-number .order-down:hover, .input-number .order-up:hover {
  background-color: transparent;
}

.input-number .order-down:before {
  height: 1px;
  width: 9px;
  top: 10px;
}

.shopping-cart-item__numbers {
  min-width: 178px;
}

.shopping-cart-item__numbers {
  margin-right: 40px;
}

.shopping-cart-item__cost {
  margin-right: 40px;
}

.input-number .order-up:before {
  width: 1px;
  top: 6px;
  left: 8px;
  height: 9px;
}

.input-number .order-up:after {
  height: 1px;
  width: 9px;
  top: 10px;
  left: 4px;
}

.shopping-cart-item__total-cost {
  font-weight: 500 !important; 
}

.shopping-cart-item__name span {
  font-size: 10px !important;
}

.delivery-total__lg {
  font-size: 16px !important;
  font-weight: 500 !important; 
}

.shopping-cart-list {
  margin-bottom: 20px;
}

.delivery-total ul li:first-child,
.delivery-total ul li:nth-child(2) {
  display: none;
}

.simple-cart .delivery-total {
  padding: 0;
}

.simple-order-form__title {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}

.new-radio__label:before, .simple-order-form__column .d-flex.flex-row label:before {
  border-width: 1px;
  border-radius: 2px;
}

.new-radio__label:after, .simple-order-form__column .d-flex.flex-row label:after {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  top: 6px;
  left: 6px;
}

.simple-order-form__group {
  margin: 0;
  margin-bottom: 30px;
}

#pickup-section {
  display: none;
}

.simple-order-form__group.simple-order-form__inputs {
  margin-bottom: 10px;
}

.simple-order-form .form-group.comment {
  margin-top: 0;
  margin-bottom: 10px;
}

.form-group.comment .content-name {
  top: -10px !important;
}

.new-radio__label {
  font-size: 13px !important;
}

.simple-order-form__submit .btn {
  border-radius: 2px;
  background-color: var(--custom-accent-color-500) !important;
  width: fit-content;
  height: 34px;
}

.simple-order-form__submit .btn:hover {
  background-color: transparent !important;
  color: var(--custom-accent-color-500) !important;
}

.clients-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.clients-wrapper__item {
  background-color: var(--custom-gray-color-100);
  position: relative;
}

.clients-wrapper__item span {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px !important;
  font-family: Unbounded !important;
  font-weight: 400 !important;
  color: var(--custom-black-color) !important;
}

.clients-wrapper__item img {
  margin-bottom: 0;
}

.clients-wrapper__item:first-child:before,
.clients-wrapper__item:last-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.clients-wrapper__item:first-child::after,
.clients-wrapper__item:last-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.clients-wrapper__item:nth-child(3):before,
.clients-wrapper__item:nth-child(6):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.clients-wrapper__item:nth-child(3)::after,
.clients-wrapper__item:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.new-slide-item__content {
  width: 100% !important;
  padding: 20px !important;
  position: absolute !important;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

.new-slide-item__image {
  width: 100% !important;
  height: 100% !important;
}

.new-slide-item__title {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  width: fit-content !important;
  padding: 0 15px !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  height: 20px;
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.new-slide-item__name {
  height: auto !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: Unbounded !important;
  max-width: 53%;
  color: var(--custom-black-color) !important;
}

.articles-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}

.articles-block .item {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 2px !important;
} 

.new-slide-item {
  border: 1px solid var(--custom-gray-color-100);
  height: 160px;
}

.new-slide-item:before {
  display: none;
}

.new-slide-item:hover {
  background-color: var(--custom-white-color);
  border-color: var(--custom-accent-color-500);
}

.new-slide-item__date {
  display: none;
}

.product-slider, .news-slider, .action-slider, .category-slider {
  margin-bottom: 80px;
}

.seo-wrapper__item h1 {
  font-family: Montserrat, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--custom-black-color) !important;
  margin: 0;
  text-transform: none;
}

.slovar-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.slovar-container:not(:last-child) {
  margin-bottom: 50px;
}

.slovar-container img {
  max-width: 370px;
  min-width: 370px;
  margin-bottom: 0;
}

.akcii-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.akcii-wrapper__item {
  position: relative;
  padding: 20px;
  min-height: 385px;
  border: 1px solid var(--custom-gray-color-400);
  transition: all 0.2s ease-in-out;
}

.akcii-wrapper__item:hover .link {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.akcii-wrapper__item:hover {
  border-color: var(--custom-accent-color-500);
}

.akcii-wrapper__item img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.partner-wrapper {
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.map {
  margin-bottom: 20px;
}

.partner-search-wrapper {
  display: none;
}

.partner-item {
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
  background-color: var(--custom-gray-color-100);
}

.catalog__links-block a {
  padding: 7px 30px;
}

.city-select-box {
  min-width: 155px;
}

.city-select-wrapper {
  width: fit-content;
}

.city-select-box__arrow {
  color: var(--custom-black-color);
}

.city-select-box__trigger {
  padding: 7px 30px;
  min-height: 34px;
  border-color: var(--custom-gray-color-400);
}

.city-select-box__trigger:hover,
.city-select-box.open .city-select-box__trigger {
  border-color: var(--custom-accent-color-500);
}

.city-select-box.open .city-select-box__arrow {
  color: var(--custom-accent-color-500);
}

.city-select-box__dropdown {
  border-color: var(--custom-accent-color-500);
}

.city-select-box__search-input:focus {
  border-color: var(--custom-accent-color-500);
  box-shadow: none;
}

.city-select-box__option.selected,
.city-select-box__option:hover {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.city-select-box__search-input {
  font-size: 13px !important;
  color: var(--custom-black-color);
}

.affiliate-network__head {
  display: none;
}

.catalog__links-block {
  padding-bottom: 0;
}

.partner-item__name {
  font-size: 22px !important;
  color: var(--custom-black-color);
  padding: 20px;
  padding-bottom: 0;
  text-transform: uppercase;
  font-family: Unbounded !important;
  font-weight: 400 !important;
}

.partner-item__content {
  padding: 20px;
  padding-top: 0;
  margin-top: 15px;
  background-color: var(--custom-gray-color-100);
}

.partner-item__bg {
  height: auto;
  background: transparent;
}

.partner-item .icon {
  display: none;
}

.partner-item__line {
  font-family: Montserrat !important;
  font-size: 13px !important;
  color: var(--custom-black-color);
  margin-bottom: 5px;
}

.partner-item__link {
  margin-top: 40px;
}

.partner-item__link::before {
  content: "Подробнее";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  background-color: var(--custom-white-color);
  border: 1px solid var(--custom-gray-color-400);
  color: var(--custom-black-color);
  border-radius: 2px;
  width: 140px;
  transition: all 0.2s ease-in-out;
}

.partner-item__link:hover::before {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  border-color: var(--custom-accent-color-500);
}

.partner-item__link::after {
  display: none;
}

.partner-wrapper {
  flex-direction: column;
  gap: 20px;
}

.user-data {
  gap: 20px;
}

.user-data__avatar {
  border-radius: 0;
  margin: 0;
}

.user-data__avatar::after {
  content: "";
  display: block;
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/avatar.svg);
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
}

.user-data__name {
  font-weight: 400 !important;
  margin-bottom: 0;
}

.user-data__content {
  flex-direction: column;
  justify-content: space-between;
}

.user-data__avatar svg {
  display: none;
}

.user-data__content .lk-exit {
  background-color: transparent !important;
  border-color: var(--custom-accent-color-500) !important;
  color: var(--custom-black-color) !important;
  border-radius: 2px;
  height: 34px;
}

.user-data__content .lk-exit:hover {
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
}

.lk-exit .icon {
  display: none;
}

.lk-menu-item {
  padding: 20px;
  height: auto;
}

.lk-menu-item .icon {
  display: none;
}

.lk-menu-item__name {
  font-size: 16px !important;
  font-family: Unbounded !important;
  font-weight: 400;
  color: var(--custom-black-color);
  margin-bottom: 15px !important;
}

.lk-menu-item__text {
  display: block;
  max-width: 60%;
}

.lk-menu-item:hover {
  border-color: var(--custom-accent-color-500);
  background-color: transparent;
}

.tabs-content--authorizaion {
  max-width: none;
  margin: 0;
}

.content-block:has(.tabs-content--authorizaion) {
  display: flex;
  gap: 40px;
}

.content-block:has(.tabs-content--authorizaion)::before {
  content: "";
  display: block;
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/lk-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 385px;
  height: 100%;
  min-height: 320px;
}

.tabs-content--authorizaion .tabsgroup {
  margin-bottom: 0;
  max-width: 580px;
}

.tabs-content--authorizaion .tabs li {
  height: auto;
  padding: 0;
  line-height: 100%;
}

.tabs-content--authorizaion .tabs {
  gap: 16px;
  margin-bottom: 30px;
}

.tabs-content--authorizaion .btn {
  background-color: var(--custom-accent-color-500);
  max-width: 144px;
  border: 1px solid var(--custom-accent-color-500);
  margin-right: 15px;
}

.form-gorup-inline {
  margin-bottom: 10px;
}

.tabs-content--authorizaion .btn:hover {
  background-color: transparent;
  color: var(--custom-black-color);
}

.forgot-password {
  font-weight: 400;
}

.tab-content {
  padding: 0;
}

.btn-exit {
  border: 1px solid var(--custom-accent-color-500);
  border-radius: 2px;
  color: var(--custom-black-color);
  height: 34px;
  min-width: 130px;
}

.btn-exit .icon {
  display: none;
}

.btn-exit:hover {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color) !important;
}

.lk-container .lk-side {
  padding: 20px;
  padding-bottom: 40px;
  background-color: var(--custom-white-color);
  border: 1px solid var(--custom-gray-color-400);
}

.lk-menu li a {
  padding: 10px 0;
  background-color: var(--custom-gray-color-100);
  font-weight: 400;
  color: var(--custom-black-color);
  display: flex;
  padding-left: 34px;
  align-items: center;
  height: 34px;
}

.lk-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lk-menu .icon {
  margin-right: 10px;
}

.lk-menu li a .icon-svg {
  color: var(--custom-black-color);
}

.lk-container .lk-content {
  padding: 0;
  padding-left: 60px;
}

.lk-title {
  font-size: 22px !important;
  font-family: Unbounded !important;
  font-weight: 400;
}

.personal-data__title {
  font-size: 16px !important;
  font-family: Unbounded !important;
  font-weight: 400;
}

.personal-data {
  display: flex;
  gap: 30px;
  max-width: none;
}

.personal-data__item {
  margin-bottom: 0;
  width: 100%;
  max-width: none;
}

.personal-data .btn {
  border-radius: 2px;
  background-color: transparent !important;
  border-color: var(--custom-accent-color-500) !important;
  color: var(--custom-accent-color-500) !important;
  height: 34px;
  width: 144px;
}

.personal-data .btn:hover {
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
}

.owl-carousel .owl-item img.offer-mobile-img {
  display: none;
}

.product-card__left {
  position: relative;
}

.product-card__left::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/kvadrat.svg);
  background-size: contain;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}

.contacts-block__info {
  position: relative;
}

.contacts-block__info:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.contacts-block__info::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-image: url(https://kirpich-tolyatti.ru/media/uploads/line-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.contacts-list:last-child {
  position: relative;
}

.contacts-list:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: -48px;
  right: 0;
  background-image: url(https://kirpich-tolyatti.ru/media/uploads/kvadrat.svg);
  background-size: contain;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}

.error__content .btn {
  background-color: var(--custom-accent-color-500);
  border: 1px solid var(--custom-accent-color-500);
  color: var(--custom-white-color);
  height: 34px;
  border-radius: 2px;
}

.error__content .btn:hover {
  background-color: transparent;
  color: var(--custom-accent-color-500);
}

.city_1:before {
  content: url(https://kirpich-samara.ru/media/uploads/map-icon.svg);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 4px;
}

.city_2:before {
  content: url(https://kirpich-samara.ru/media/uploads/map-icon.svg);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 4px;
}

.tg_link {
  display: none;
}

@media (max-width: 1280px) {
  .mobile-after-header__container {
    left: 85px;
    top: 40px;
  }

  .__header .catalog-btn span:first-child {
    left: 0;
  }

  .__header .col-lg-2 {
    margin-right: 32px;
  }

  .catalog-body .d-grid {
      grid-template-columns: repeat(3, 1fr) !important; 
    }

    .product-card__slideshow {
      width: 50%;
    }

    .product-card__content {
      width: 50%;
      flex-direction: column;
    }

    .about-container-1__item:first-child {
      max-width: 555px;
    }

    .conditional-section.wide-container .container:first-child {
        max-width: 1212px;
    }

    .shopping-cart-item__numbers {
      min-width: 130px;
    }

    .akcii-wrapper {
      grid-template-columns: repeat(3, 1fr);
    }

    .prices-slide h4 {
      height: 70px;
    }

    .catalog-menu-item {
      min-height: 135px;
    }

    .clients-wrapper {
      grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
  .bottom-mobile-menu-button__text {
    color: #767676;
    font-size: 10px !important;
  }

  .bottom-mobile-menu-button__icon-wrapper {
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
  }

  .bottom-mobile-menu-button_active .bottom-mobile-menu-button__text {
    color: var(--custom-black-color);
  }

  .bottom-mobile-menu-button__counter {
    display: none;
  }

  .catalog-body .d-grid {
    grid-template-columns: repeat(2, 1fr) !important; 
  }

  .akcii-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .mobile-after-header__container {
    display: flex;
    flex-direction: column;
  }

  .header--mob .row {
    position: relative;
  }

  .choice-container {
    flex-direction: column;
  }

  .choice-container__text,
  .choice-container__wrapper {
    max-width: none;
  }

  .choice-container__text p {
    max-width: none;
  }

  .seo-wrapper {
    grid-template-columns: 1fr;
  }

  .seo-wrapper__item .bg-image {
    height: 50%;
    object-fit: cover;
    object-position: top center;
  }

  .seo-wrapper__item {
    padding: 20px;
  }

  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-menu-item {
    width: 100% !important;
  }

  .catalog-akciya {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    background-position: bottom left;
  }

  .inner-page h1, .inner-page .h1 {
    max-width: none;
  } 

  .akciya-wrapper {
    grid-template-columns: 1fr;
  }

  .clients-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .slovar-container {
    flex-direction: column;
    gap: 30px;
  }

  .slovar-container:nth-child(2),
  .slovar-container:nth-child(4) {
    flex-direction: column-reverse;
  }

  .prices-slide img {
    height: 65%;
  }

  .exclusive-slide img {
    height: 75%;
  }

  .akcii-wrapper__item img {
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
  }

  .product-item_max-width .product-item__image img {
    aspect-ratio: 188/155;
  }
}

@media (max-width: 767px) {
  .knopki {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-banner .owl-dots {
    display: flex;
    left: 20px;
    bottom: -15px;
  }

  .conditional-section.big_banners {
    margin-bottom: 35px;
  }

  .big_banners {
    margin-bottom: 35px;
  }

  .choice-container__wrapper {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .choice-container__wrapper__item p {
    margin-bottom: 10px;
  }

  .content-background-box__text-content {
    height: 450px;
  }

  .exclusive-slider .slick-slide .link {
    opacity: 1;
  }

  .question-main {
    border: 1px solid var(--custom-gray-color-400);
    padding: 20px;
  }

  .new-seo-text {
    margin-bottom: 10px;
  }

  .question-form__column {
    margin-bottom: 10px;
  }

  .question-main .privacy-policy.agree-one {
    max-width: none;
    margin-bottom: 0;
  }

  footer {
    margin-top: 60px;
    padding-top: 0;
  }

 .footer-content__title {
    text-transform: uppercase;
  }

  .footer-content__title span {
    padding-top: 0;
    text-transform: none;
  }

  .footer-content__menu {
    flex-direction: column;
  }

  .footer-content__column:first-child {
    margin: 0;
    flex: auto;
    max-width: none;
  }

  .question-form__column {
    width: 100%;
  }

  .footer-content__menu {
    gap: 30px;
  }

  .catalog-menu.catalog-categories-block {
    grid-template-columns: 1fr;
  }

  .st-button__icon+.st-button__text {
    display: block;
  }

  .product-card__content {
    width: 100%;
  }

  #sync1.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 3px;
    border-radius: 0;
  }

  .product-card {
    margin-bottom: 60px;
  }

  .product-card__container {
    padding-bottom: 0;
  }

  .product-content {
    gap: 30px !important;
  }

  .product-card-container p:last-child {
    margin-bottom: 0 !important;
  }

  .conditional-section.wide-container .container:first-child {
    max-width: 540px;
  }

    .about-container-1 {
      flex-direction: column;
      gap: 30px;
    }

    .about-container-1__item {
      max-width: none !important;
    }

    .about-container-1__item img {
      max-width: none;
      width: 100%;
      height: auto;
      margin: 0;
    }

    .page-head {
      margin-bottom: 40px;
    }

    .about-container-2 {
      flex-direction: column;
      gap: 30px;
    }

    .partnership_container {
      padding: 20px;
      gap: 30px;
    }

    .contacts-block__info,
    #yamap_addresses {
      width: 100%;
    }

    .simple-order-form__submit .btn {
      width: 144px;
    }

    .clients-wrapper {
      grid-template-columns: 1fr;
    }

    .akcii-wrapper {
      grid-template-columns: 1fr;
    }

    .modal {
      padding: 15px;
    }

    .modal .h2 {
      max-width: none;
    }

    .modal .form-group-inline .button-theme_primary {
      width: 140px;
    }

    .content-block {
      padding-top: 0;
    }

    .page-head {
      margin-bottom: 20px;
    }

    main {
      padding-top: 125px !important;
    }

    .lk-menu {
      display: none;
    }

    .lk-container .lk-content {
      padding-top: 60px;
      padding-left: 0;
      width: 100%;
      margin: 0;
    }

    .mobile-menu-item.active {
      background-color: var(--custom-accent-color-500);
      color: var(--custom-white-color);
    }

    .mobile-menu-item.active .icon .icon-svg {
      color: var(--custom-white-color);
    }

    .btn-border .icon {
      display: none;
    }

    .page-head {
      width: 100%;
    }

    .btn-exit {
      color: var(--custom-accent-color-500) !important;
      background-color: transparent !important;
      border-color: var(--custom-accent-color-500) !important;
    }

    .owl-carousel .owl-item img.offer-mobile-img {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
    }

    .offer-container h2,
    .offer-container p,
    .offer-btns {
      position: relative;
      z-index: 20;
    }

    .contacts-list:last-child::after {
      top: auto;
      bottom: 0;
    }

    .product-card__left::after {
      left: auto;
      right: 0;
    }
}