:root {
  --accent-color-500: var(--custom-accent-color-500, #1c52ac);
  --accent-color-400: var(--custom-accent-color-400, #2363d1);
  --accent-color-300: var(--custom-accent-color-300, #B7CBE5);
  --accent-color-200: var(--custom-accent-color-200, #E5EFFF);
  --black-color: var(--custom-black-color, #000000);
  --white-color: var(--custom-white-color, #ffffff);
  --gray-color-800: var(--custom-gray-color-800, #222222);
  --gray-color-700: var(--custom-gray-color-700, #333333);
  --gray-color-600: var(--custom-gray-color-600, #ffffff1a);
  --gray-color-550: var(--custom-gray-color-550, #767676);
  --gray-color-540: var(--custom-gray-color-540, #7C8994);
  --gray-color-500: var(--custom-gray-color-500, #A7A7AB);
  --gray-color-450: var(--custom-gray-color-450, #BDBDBD);
  --gray-color-400: var(--custom-gray-color-400, #cccccc);
  --gray-color-300: var(--custom-gray-color-300, #dadada);
  --gray-color-260: var(--custom-gray-color-260, #D9D9DE);
  --gray-color-250: var(--custom-gray-color-250, #E4E4E4);
  --gray-color-200: var(--custom-gray-color-200, #E5E5EA);
  --gray-color-150: var(--custom-gray-color-150, #F3F3F3);
  --gray-color-100: var(--custom-gray-color-100, #f5f5f5);
  --hit-color: var(--custom-hit-color, #3ec28f);
  --sale-color: var(--custom-sale-color, #ff9500);
  --new-color: var(--custom-new-color, #30c2ff);
  --discount-color: var(--custom-discount-color, #c43228);
  --transparent-color: var(--custom-transparent-color, transparent);
  --green-color-400: var(--custom-green-color-400, #4FA22E);
  --green-color-200: var(--custom-green-color-200, #DCECD5)
}

/* шрифты */

@font-face {
  font-family: Manrope;
  font-weight: 100;
  src: url(https://bau-ug.ru/sftk/Manrope-Light.ttf);
}

@font-face {
  font-family: Manrope;
  font-weight: 600;
  src: url(https://bau-ug.ru/sftk/Manrope-Bold.ttf);
}

@font-face {
  font-family: Manrope;
  font-weight: 800;
  src: url(https://bau-ug.ru/sftk/Manrope-ExtraBold.ttf);
}

@font-face {
  font-family: Inter;
  font-weight: 500;
  src: url(https://bau-ug.ru/sftk/Inter-Regular.ttf);
}

.vetonit-systems a,
.vetonit-systems p,
.vetonit-systems button,
.vetonit-systems li,
.vetonit-systems ul {
  font-family: Inter !important;
}

.vetonit-systems h1,
.vetonit-systems h2,
.content-title {
  font-family: Manrope !important;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 110%;
  cursor: default;
}

.vetonit-systems h3,
.vetonit-systems h4,
.vetonit-systems h5,
.vetonit-systems h6 {
  font-family: Manrope !important;
  cursor: default;
  line-height: 110%;
}

.vetonit-systems h4 {
  font-size: 18px;
}

.vetonit-systems a {
  cursor: pointer !important;
}

.vetonit-systems h2 span {
  font-weight: 100;
}

.vetonit-systems p {
  line-height: 150%;
}

.text-page p {
  cursor: default;
}

/* всплывающее окно */

.modal.fancybox-content {
  max-width: 680px;
  background: url(https://bau-ug.ru/sftk/back-modal.svg)
    no-repeat;
  background-color: #ffffff;
  background-position-x: right;
  padding: 60px 100px;
}

.modal .h2 {
  text-align: left;
  font-size: 36px;
  color: #dc303c;
  max-width: 370px;
  margin-bottom: 30px;
  line-height: 110%;
}

.form-close {
  display: none;
}

.fancybox-close-small {
  background: url(https://bau-ug.ru/sftk/close.svg) 50% 50%
    no-repeat;
  width: 16px;
  height: 16px;
}

.fancybox-slide--html .fancybox-close-small {
  right: 31px;
  top: 29px;
}

/* шапка */

.__header .logo::after {
  content: "Кровля. Фасады. Изоляция";
  font-family: "Inter";
  margin-top: 18px;
  font-size: 14px;
}

.__header .logo {
  flex-direction: column;
}

.__h-fat-v2-bottom {
  background: var(--custom-gray-color-50);
}

header {
  background-color: var(--custom-gray-color-50);
}

.__header {
  background: var(--custom-gray-color-50);
}


.__fat-wrap {
  padding-left: 255px;
}

.__header .logo img {
  max-width: 185px;
  width: 185px;
}

.frontpage .active-menu a {
  color: #dc303c !important;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.__header .catalog-btn {
  background: transparent;
  border: 1px solid var(--custom-gray-color-600);
  color: #dc303c;
  border-radius: 0px;
  letter-spacing: 0px;
  max-width: 140px;
  height: 42px;
}

.__header .catalog-btn span {
  width: 20px;
  height: 1px;
  left: 24px;
}

.__header .catalog-btn span,
.__header .catalog-btn span:before,
.__header .catalog-btn span::after {
  background-color: #dc303c;
}

.__header .catalog-btn span:before {
  height: 1px;
}

.__header .catalog-btn span::after {
  height: 1px;
  width: 11px;
}

.__header .catalog-btn:hover {
  background: #dc303c;
  border: 1px solid #dc303c;
  color: #ffffff;
}

.__header .catalog-btn:hover span,
.__header .catalog-btn:hover span:before,
.__header .catalog-btn:hover span::after {
  background-color: #ffffff;
}

.__header .catalog-btn.toggled {
  background: #dc303c;
  border: 1px solid #dc303c;
  color: #ffffff;
}

.__header .catalog-btn.toggled span::after {
  width: 20px;
  background-color: #ffffff;
}

.__header .catalog-btn.toggled span::before {
  width: 20px;
  background-color: #ffffff;
}

.__header .catalog-btn.toggled:hover span {
  background: transparent;
}

.__fat-v2-nav ul li a {
  font-size: 14px;
  line-height: 14px;
  color: #dc303c;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 14px;
  transition: 0.2s;
}

.__fat-wrap {
  height: 30px;
}

.__fat-v2-nav ul li a:hover {
  color: #dc303c;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.__fat-v2-nav ul li {
  background: transparent !important;
}

.__header .custom-block {
  height: 42px;
  margin-top: 5px;
  padding-left: 35px;
}

.inner-page section.header--bottom-mob,
.inner-page section.__h-fat-v2-bottom {
  background-color: var(--custom-gray-color-50) !important;
}

.__fat-v2-nav ul li a.active {
  color: #dc303c;
  text-underline-offset: 3px;
}

.__header .search-box .submit {
  right: auto;
  margin-left: 5px;
  padding-left: 19px;
  padding-right: 19px;
  background: transparent;
  border: 1px solid var(--custom-gray-color-600);
}

.__header .search-box input {
  background: transparent;
  color: #dc303c;
  border: 1px solid var(--custom-gray-color-600);
  width: 305px;
  font-family: Inter !important;
}

.header--bottom-mob .search--box input,
.header--mob .search--box input {
  font-family: Inter !important;
}

.__header .search-box input::placeholder {
  color: var(--custom-gray-color-600);
  font-family: Inter;
}

.btn img,
.btn-download img {
  filter: brightness(20%);
}

.__header .search-box .submit:hover {
  background: #dc303c;
  border-color: #dc303c;
}

.__header .search-box .submit:hover img {
  filter: brightness(100%);
}

.__header .c-box-fat-v2 .order-call {
  border: 1px solid #dc303c;
  max-height: 42px;
  max-width: 174px;
  color: #dc303c;
}

.__header .c-box-fat-v2 .order-call:hover {
  background: #dc303c;
  color: #ffffff;
  border-color: #dc303c;
}

.__header .contact-box p a {
  color: #dc303c;
  font-size: 16px;
  font-weight: 800;
}

.__header .contact-box p a:hover {
  color: #dc303c;
}

.__header .c-box-fat-v2 p {
  margin-right: 20px;
}

.__header .c-box-fat-v2 p {
  max-width: none;
}

.__header .c-box-fat-v2 {
  padding-left: 0px;
}

.__fat-v2-options ul li:last-child {
  display: none;
}

.__fat-v2-options ul li a {
  font-size: 14px;
  color: #000000;
}

.__fat-v2-options ul li img {
  margin-right: 10px;
}

.__fat-v2-options ul li a:hover {
  color: #dc303c;
  text-decoration: none;
}

.__fat-v2-options {
  margin-top: -20px;
}

/* главный слайдер */

.offer-big-slider .catalog-side__content {
  border-top: 0px;
  padding: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.catalog-side-ul {
  width: 100%;
}

.welcome__side {
  width: 260px;
}

.welcome__content {
  width: calc(100% - 270px);
}

.offer-big-slider .catalog-side__title {
  display: none;
}

.offer-big-slider .catalog-side {
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 100%;
}

main {
  background: var(--custom-gray-color-50);
}

.catalog-side__content ul li a {
  color: #dc303c;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  padding: 13px 35px;
  height: 42px !important;
}

.catalog-side__content ul li a:hover {
  border: 1px solid #dc303c;
  background: #dc303c !important;
  color: #ffffff;
}

.catalog-side__content ul li a:hover:before {
  background-image: url(https://bau-ug.ru/sftk/arrow.svg);
  filter: brightness(1000%);
}

.catalog-side__content ul li a:before {
  background-image: url(https://bau-ug.ru/sftk/one-arrow.svg);
  right: 35px;
}

.catalog-side__content ul li.more a {
  margin: 20px 0px 0px 0px;
  width: 260px !important;
  display: flex;
  border: 1px solid #dc303c;
  background: transparent;
  border-radius: 0px !important;
}

.catalog-side__content .submenu {
  display: none !important;
}

.fixed .__header .logo::after {
  display: none;
}

.welcome__content .home-banner .owl-dots {
  display: none;
}

.home-banner .slide-content {
  background-color: transparent;
  left: 30px;
  right: auto;
  padding: 0px !important;
  margin: inherit;
  top: 30px;
}

.home-banner p {
  color: #ffffff;
  cursor: pointer;
}

.home-banner h2 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 15px;
  cursor: pointer;
}

.home-banner h2 span {
  color: #ffffff;
}

.home-banner .owl-nav {
  display: none;
}

.head-offer ul li {
  display: contents !important;
}

.head-offer ul li:before {
  display: none !important;
}

.head-offer ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0;
}

/* кнопки под баннером */

.button-bottom {
  background-color: #ffffff;
  background-image: url(https://bau-ug.ru/sftk/but-1.svg);
  background-size: cover;
  height: 133px;
  display: flex;
  width: 330px;
  flex-direction: column;
  padding: 20px 30px;
  color: #dc303c;
  font-weight: 800;
  font-size: 18px;
  gap: 10px;
  transition: 0.3s;
}

.button-top {
  background-color: #ffffff;
  background-image: url(https://bau-ug.ru/sftk/but-2.svg);
  background-size: cover;
  height: 133px;
  display: flex;
  width: 330px;
  flex-direction: column;
  padding: 20px 30px;
  color: #dc303c;
  font-weight: 800;
  font-size: 18px;
  gap: 10px;
  transition: 0.3s;
}

.buttons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.buttons-row span {
  font-weight: 500;
  font-size: 14px;
  max-width: 200px;
}

.clients-row span {
  font-weight: 500;
  font-size: 14px;
  max-width: 180px;
}

.button-bottom:hover {
  background-image: url(https://bau-ug.ru/sftk/but-1-hover.svg);
}

.button-top:hover {
  background-image: url(https://bau-ug.ru/sftk/but-2-hover.svg);
}

.big_banners {
  padding-bottom: 0px;
  padding-top: 0px !important;
}

/* подвал */

footer {
  padding: 60px 0 0px 0;
}

.footer-contact a {
  color: #ffffff;
  transition: 0.2s;
}

.footer-contact a:hover {
  color: #dc303c;
}

.footer-content__title {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: Manrope;
  cursor: default;
}

.footer-content__column a {
  font-size: 14px;
}

.footer-content__column li {
  margin-bottom: 10px;
}

.footer-content__ul-content {
  flex-direction: column;
}

.footer-first-column .logo img {
  width: 150px;
}

.footer-first-column .logo {
  position: absolute;
  bottom: 130px;
}

.footer-subscribe {
  flex-direction: column;
  gap: 10px;
}

.footer-content__menu {
  width: calc(100% - 730px);
}

.footer-subscribe input {
  width: 100%;
  height: 40px;
  font-size: 12px;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0px;
  font-family: Inter !important;
}

.footer-subscribe input::placeholder {
  color: var(--custom-gray-color-600);
  font-family: Inter;
}

.footer-subscribe button {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  line-height: 34px;
  font-size: 14px;
  background: #ffffff !important;
  color: #dc303c !important;
  border: none !important;
}

.footer-subscribe button:hover {
  background: #dc303c !important;
  border-color: #dc303c !important;
  color: #ffffff !important;
}

.developer-link a {
  font-size: 14px;
  line-height: 30px;
  font-family: Inter;
}

.footer-content {
  padding-bottom: 40px;
}

.footer-bottom__left {
  color: var(--custom-gray-color-600);
  font-family: Inter;
  font-size: 12px;
  cursor: default;
}

.footer-bottom {
  padding: 15px 0 50px;
  border-top: none;
}

.footer-bottom .copy {
  color: var(--custom-gray-color-600);
  font-family: Inter;
  opacity: 1;
}

.footer-phone a {
  transition: 0.2s;
}

.footer-phone a:hover {
  color: #dc303c;
}

footer > .container {
  padding: 0px 20px;
}

/* остались вопросы */

.section-dark.feedback-form {
  background-image: url(https://bau-ug.ru/sftk/back-question.svg) !important;
  background-color: #dc303c !important;
  background-position: top;
  background-size: cover;
}

.question-form {
  padding: 65px 0px 40px;
}

.question-main {
  max-width: 100%;
}

section.feedback-form .h2 {
  text-align: left;
  font-size: 36px;
  width: min-content;
}

.h2 {
  cursor: default;
}

section.feedback-form .h2::before {
  content: "Ответим через 10 минут";
  font-family: Inter;
  display: block;
  width: max-content;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 14px;
}

.question-form form {
  width: 647px;
  margin-top: -135px;
  margin-left: 313px;
}

.question-form form {
  flex-direction: column;
}

.question-form__column {
  width: 100%;
}

.question-form__column .form-group {
  margin-bottom: 10px;
}

.feedback-form .container {
  padding: 0px 20px !important;
}

section.feedback-form .form-control {
  border-radius: 0px;
  background: transparent;
  color: #ffffff;
  font-family: "Inter" !important;
}

.feedback-form .content-name {
  font-size: 14px;
  color: #ffffff;
  font-family: Inter !important;
}

section.feedback-form .form-control:focus + .label-name::after,
section.feedback-form .form-control:valid + .label-name::after,
section.feedback-form .form-control:valid + .label-name .content-name {
  display: none;
}

.question-main .btn {
  background: #ffffff;
  border-radius: 0px;
  color: #dc303c;
}

.question-main .btn:hover {
  background: #dc303c;
  color: #ffffff;
}

.form-control:focus + .label-name .content-name {
  display: none;
}
/*
.feedback-form .form-text {
  margin-left: 450px;
  font-family: Inter;
  margin-top: -36px;
  cursor: default;
  max-width: 500px;
}
*/
.feedback-form .form-text {
  font-family: Inter;
  cursor: default;
  max-width: 100%;
}

.feedback-form .privacy-policy {
  margin-top: -52px;
  margin-left: 130px;
  width: 80%;
}

.feedback-form .form-text a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dots-block {
  background: url(https://bau-ug.ru/sftk/dots-question.svg);
  background-position: bottom;
  margin-bottom: 0px;
  height: 163px;
  margin-top: -163px;
}

.dots-block p {
  display: none;
}

/* вопрос-ответ */

.faq_frontpage_block {
  position: relative;
  z-index: 2;
}

.faq_frontpage_block .container {
  padding: 0px 20px;
}

.faq_frontpage_block {
  margin-bottom: 150px;
  margin-top: -122px;
}

.faq-section__elements {
  padding-left: 313px;
}

.faq-element {
  background-color: transparent;
}

.faq-element__head {
  padding: 30px 0px;
}

.faq-element {
  border-top: 1px solid #dadada;
}

.faq-element:not(:last-child) {
  margin-bottom: 0px;
}

.faq-element__head p {
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}

.faq-element__content {
  padding: 0px 00px 30px;
}

.faq-element__head .faq-element__trigger {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  border: none;
  transition: 0.3s;
  background-color: transparent;
  background-image: url(https://bau-ug.ru/sftk/arrow-bottom.svg);
}

.faq-element__head.active .faq-element__trigger {
  background-image: url(https://bau-ug.ru/sftk/arrow-top.svg);
}

.faq-element__head .icon {
  display: none;
}

.faq_frontpage_block .h2 {
  display: none;
}

.h-faq {
  padding-top: 100px;
  margin-bottom: 0px;
}

.h-faq p {
  color: #dc303c;
  margin-bottom: 25px;
}

.h-faq h2 {
  font-size: 36px;
  color: #dc303c;
  margin-bottom: 0px;
}

.h-faq h2 span {
  color: #dc303c;
}

.h-faq .container {
  padding: 0px 20px;
}

/* наши партнеры */

.our-partners {
  padding-bottom: 40px;
  background: url(https://bau-ug.ru/sftk/partners-desktop.svg);
  background-position-x: center;
}

.our-partners .container {
  position: relative;
  padding: 40px 20px 100px;
}

.our-partners h2 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 40px;
}

.our-partners h2 span {
  color: #ffffff;
}

.partners-row {
  display: flex;
  gap: 10px;
}

.partners-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.partner {
  background: #ffffff;
  padding: 37px 57px;
  box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.06);
}

.partner img {
  margin-bottom: 0px;
}

.partners-col a {
  background: #dc303c;
  border: 1px solid #dc303c;
  color: #ffffff;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  transition: 0.2s;
  font-size: 14px;
}

.partners-col a:hover {
  background: transparent;
  border: 1px solid #ffffff;
}

.partners-col a img {
  margin-bottom: 0px;
}

/* наборы товаров */

.set-slider-shop {
  background: url(https://bau-ug.ru/sftk/grey-background.svg)
    no-repeat;
  background-position: bottom;
  margin-bottom: 0px;
  padding-bottom: 60px;
}

.set-slider-top .container {
  padding: 0px 20px;
}

.set-slider-shop .container {
  padding: 0px 20px;
}

.st-button_secondary {
  width: 100%;
}

.product-item__content-top {
  padding: 15px 15px;
  padding-bottom: 65px;
}

.product-item__head, .product-card-sell-badge {
  display: none;
}

.product-card__discription {
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: transparent;
}

.product-card__discription-title {
    font-weight: 400;
    font-size: 14px;
    color: #dc303c;
    font-family: Inter;
}

.product-card ul li {
    color: var(--custom-sale-color);
    margin-bottom: 5px;
}

.product-item__status {
    margin-bottom: 10px;
}

.product-item__status.common-status {
    color: var(--custom-sale-color);
}

.product-item__flag--new {
  background-color: var(--custom-sale-color);
  font-weight: 500;
}

.common-status {
  display: flex !important;
}

.product-item__cost {
  flex-direction: column-reverse;
  align-items: flex-start;
}

.st-button_add-to-cart {
  width: calc(100% - 90px);
}

.product-item__content-bottom {
  padding: 0px 15px 20px 15px;
}

.slider-constructor .slick-slide {
  row-gap: 10px;
}

.product-item__flag--offer,
.card-label_style-offer {
  background-color: #dc303c;
  font-weight: 500;
}

.product-item_new .input-number,
.product-item_wide .input-number,
.product-item_max-heigth .input-number,
.product-item_max-width .input-number,
.product-card-v2 .input-number {
  border: none;
  display: flex !important;
}

.product-item_new .input-number input[type="number"],
.product-item_wide .input-number input[type="number"],
.product-item_max-heigth .input-number input[type="number"],
.product-item_max-width .input-number input[type="number"],
.product-card-v2 .input-number input[type="number"] {
  color: #dc303c;
  font-size: 14px;
  font-family: Inter !important;
  cursor: default;
  width: 60px;
}

.product-item__image {
  aspect-ratio: 220 / 220;
}

.input-number .order-up {
  background: #ffffff;
}

.input-number .order-down {
  background: #ffffff;
}

.product-item__cost-product {
  line-height: 20px;
  font-size: 20px;
  font-family: Manrope;
  font-weight: 800;
}

.product-item__cost {
  margin-bottom: 10px;
}

.product-item__cost-product span {
  font-weight: 500;
  font-family: Inter !important;
}

.product-item__status--many {
  color: var(--custom-sale-color);
  font-size: 14px;
  margin-bottom: 0px;
}

.product-item .product-item__status--many {
  margin-bottom: 10px;
}

.product-item__cost-old {
  font-size: 14px;
  text-decoration: none;
  color: var(--custom-gray-color-600);
  padding-left: 0px;
  margin-bottom: 3px;
}

.slider-constructor .slick-prev,
.slider-constructor .slick-next {
  top: -80px;
}

.st-button__icon_cart {
  filter: brightness(1000%);
}

.st-button_add-to-cart:hover .st-button__icon_cart {
  filter: brightness(100%);
}

.w-100 {
  width: calc(100% - 90px) !important;
}

.slider-constructor .slick-next svg {
  width: 20px;
  height: 20px;
  background: url(https://bau-ug.ru/sftk/pink-arrow.svg);
}

.slider-constructor .slick-prev svg {
  width: 20px;
  height: 20px;
  background: url(https://bau-ug.ru/sftk/pink-arrow.svg);
  transform: rotate(180deg);
}

.button_style-1 {
  background-color: transparent;
  border: 1px solid #dc303c;
  color: transparent;
  border-radius: 0px !important;
}

.button_style-1:hover {
  background-color: #dc303c;
  border: 1px solid #dc303c;
}

.button_style-1:hover svg {
  filter: brightness(1000%) !important;
}

.product-item_new {
  border: 1px solid var(--custom-gray-color-50);
  box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.06);
}

.set-slider-top {
  margin-bottom: 120px;
}

/* большая распродажа */

.h-set-slider .container {
  padding: 0px 20px;
}

.h-set-slider h2 {
  color: #dc303c;
  font-size: 36px;
  margin-bottom: 0px;
  max-width: 751px;
}

.h-set-slider h2 span {
  color: #dc303c;
}

.slider-buttons {
  display: flex;
  width: 1062px;
}

.catalog-buttons button,
.catalog-buttons a {
  color: var(--custom-gray-color-600);
  height: 42px;
  display: flex;
  padding: 12px 25px;
  align-items: center;
  border: 1px solid var(--custom-gray-color-600);
  transition: 0.2s;
  font-size: 14px;
}

.catalog-buttons button:hover,
.catalog-buttons a:hover {
  color: #dc303c;
  border: 1px solid #dc303c;
}

.catalog-buttons .active {
  color: #ffffff !important;
  border: 1px solid #dc303c !important;
  background: #dc303c !important;
}

.catalog-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-end;
  max-width: 310px;
}

/* комплексные решения */

.h-services {
  background: #dc303c;
  padding: 120px 0px 70px;
}

.h-services .container {
  padding: 0px 20px;
}

.h-services h2 {
  color: #ffffff;
  font-size: 36px;
}

.h-services h2 span {
  color: #ffffff;
}

.h-services p {
  color: #ffffff;
  margin-bottom: 25px;
}

.services-slider-wrapper .container {
  padding: 0px 20px;
  margin-right: 0px;
  max-width: 1582px;
}

.services-slider-wrapper {
  max-width: 100%;
  margin-left: calc(50% - 330px);
  margin-top: -255px;
  margin-bottom: 60px;
}

.services-slider-wrapper .image img {
  min-height: 215px;
  height: 215px !important;
  object-fit: cover;
  transition: 0.3s;
}

.services-slider-wrapper .content-standard-box__container {
  gap: 0px;
  box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.06);
  height: fit-content;
}

.services-slider-wrapper .content-background-box__text-content {
  padding: 20px 20px 30px;
  background: #ffffff;
}

.services-slider-wrapper .content-standard-box:hover .image img {
  min-height: 300px;
  height: 300px !important;
}

.services-slider-wrapper .content-standard-box {
  min-height: 450px;
}

.services-slider-wrapper .button_style-1 {
  border: 1px solid #ffffff;
}

.services-slider-wrapper .button_style-1:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}

.services-slider-wrapper .slick-next {
  right: auto;
  left: 880px;
}

.services-slider-wrapper .slick-prev {
  right: auto;
  left: 830px;
}

.services-slider-wrapper .button_style-1 svg {
  filter: brightness(1000%);
}

.services-slider-wrapper .button_style-1:hover svg {
  filter: none !important;
}

.services-slider-wrapper .content-background-box__text-content img {
  position: absolute;
  bottom: 30px;
  right: 20px;
  filter: saturate(0%);
}

.services-slider-wrapper .content-standard-box:hover img {
  filter: saturate(100%);
}

.services-slider-wrapper .content-standard-box:hover h3 {
  color: #dc303c;
}

.services-slider-wrapper h3 {
  font-size: 18px;
  margin-bottom: 15px;
  transition: 0.2s;
  min-height: 40px;
  display: flex;
  align-items: flex-end;
}

.services-slider-wrapper .content-background-box__text-content a {
  font-size: 14px;
  color: #dc303c;
  transition: 0.2s;
}

.services-slider-wrapper .content-background-box__text-content a:hover {
  color: #dc303c;
}

/* сео текст */

.seo-block .container {
  padding: 0px 20px;
}

.seo-block h2 {
  color: #dc303c;
  font-size: 36px;
  max-width: max-content;
}

.seo-block h2 span {
  color: #dc303c;
}

.seo-row {
  display: flex;
  justify-content: space-between;
}

.images-row {
  width: 930px;
  display: flex;
  gap: 10px;
}

.images-col {
  max-width: 303px;
}

.images-col img {
  margin-bottom: 0px;
  transition: 0.3s;
}

.text-col {
  padding: 30px;
  background: #dc303c;
  height: 303px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-col h1 {
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  font-family: Inter !important;
  margin-bottom: 20px;
  transition: 0.3s;
}

.text-col p {
  color: #ffffff;
  cursor: default;
  transition: 0.3s;
}

.text-col a {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 14px;
  transition: 0.3s;
}

.images-col-2 .text-col {
  background: #ffffff;
}

.images-col-2 .text-col p {
  color: #dc303c;
}

.images-col-2 .text-col a {
  color: #dc303c;
}

.images-col-2 .text-col span {
  color: #dc303c;
}

.images-col-2 .text-col a:hover img {
  filter: saturate(0%);
}

.many-images-col {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.many-images-col a {
  width: calc(50% - 5px);
}

.seo-block {
  background: url(https://bau-ug.ru/sftk/seo-background.svg)
    no-repeat;
  background-position: bottom;
  padding-bottom: 120px;
  margin-bottom: 0px;
  padding-top: 120px;
}

/* кнопки под слайдером */

.mobile-promo {
  display: none;
}

.row-promo {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.offer-promo-buttons {
  margin-top: -353px;
  margin-bottom: 10px;
}

.row-promo img {
  margin-bottom: 0px;
  background-color: #dc303c;
  transition: 0.2s;
  height: 67px;
  width: 75px;
  object-fit: cover;
}

.row-promo img:hover {
  background-color: #dc303c;
}

/* монтажные услуги */

.h-repair {
  background: #dc303c;
  padding: 40px 0px 70px;
}

.h-repair .container {
  padding: 0px 20px;
}

.h-repair h2 {
  color: #ffffff;
  font-size: 36px;
}

.h-repair h2 span {
  color: #ffffff;
}

.h-repair p {
  color: #ffffff;
  margin-bottom: 25px;
}

/* мероприятия */

.events-block {
  margin-bottom: 120px;
}

.events-block .container {
  padding: 0px 20px;
}

.events-block h2 {
  color: #dc303c;
  font-size: 36px;
  margin-bottom: 40px;
}

.event {
  display: flex;
  padding: 30px 0px;
  border-top: 1px solid #dadada;
  justify-content: space-between;
  gap: 50px;
}

.event-col-1 {
  max-width: 520px;
}

.event p {
  margin-bottom: 40px;
}

.event h3 {
  font-size: 22px;
}

.event a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  max-width: max-content;
  color: #ffffff;
  font-size: 14px;
  background: #dc303c;
  border: 1px solid #dc303c;
  transition: 0.3s;
}

.event a:hover {
  background: transparent;
  color: #dc303c;
}

.last-event {
  border-bottom: 1px solid #dadada;
}

/* меню бургера */

#menu.mm-menu--opened {
  width: 100%;
}

.cross-button::after,
.cross-button::before {
  background-color: #dc303c;
}

.logo-link__image {
  max-width: 116px;
}

.mobile-side-menu-content__header {
  padding: 0 16px;
  max-width: 540px;
  margin: auto;
}

.search-input-group {
  padding: 0 16px;
  max-width: 540px;
  margin: auto;
}

.mobile-side-menu-footer {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  border-top: none;
}

.search-input-group__input {
  height: 40px;
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
  color: #dc303c;
  font-size: 14px;
  border: 1px solid var(--custom-gray-color-600);
  font-family: Inter;
  width: calc(100% - 75px);
  border-radius: 0px !important;
}

.search-input-group__input::placeholder {
  font-family: Inter;
  color: #dc303c;
}

.search-input-group__row {
  justify-content: space-between;
  gap: 5px;
}

.search-input-group__button {
  background: url(https://bau-ug.ru/sftk/loop.svg) no-repeat;
  background-position: center;
  height: 40px;
  width: 70px !important;
  border: 1px solid var(--custom-gray-color-600);
  border-radius: 0px;
}

.search-input-group__button svg {
  display: none;
}

.search-input-group__button:hover {
  border: 1px solid #dc303c;
}

.search-input-group__button svg {
  filter: brightness(20%);
  transform: scaleX(-1);
}

.phone-block__secondary-link {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  max-width: 100%;
  color: #ffffff !important;
  font-size: 14px;
  background: #dc303c;
  border: 1px solid #dc303c;
  transition: 0.3s;
}

.phone-block__secondary-link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://bau-ug.ru/sftk/pink-arrow.svg);
  background-size: cover;
  filter: brightness(1000%);
}

.phone-block__secondary-link:hover::after {
  filter: brightness(100%);
}

.phone-block__secondary-link:hover {
  color: #dc303c !important;
  background: transparent;
}

.phone-block {
  gap: 20px;
}

.phone-block__primary-link {
  font-size: 14px;
  color: #dc303c !important;
  transition: 0.3s;
}

.phone-block__primary-link:hover {
  color: #dc303c !important;
}

.mobile-side-menu-footer__link {
  gap: 10px;
  color: #dc303c !important;
  font-size: 14px;
}

.mobile-side-menu-footer__link:hover {
  color: #dc303c !important;
}

.mobile-side-menu-footer__link svg {
  color: #dc303c !important;
}

.mb-20 {
  margin-bottom: 25px !important;
  width: 100%;
}

.g-row.mobile-side-menu-footer__row {
  width: max-content;
}

.g-row {
  gap: 15px;
  align-items: baseline;
}

.mm-btn--next:after,
.mm-btn--prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #dc303c;
  border-bottom: none;
  border-right: none;
  -webkit-transform: rotate(var(--mm-btn-rotate));
  -ms-transform: rotate(var(--mm-btn-rotate));
  transform: rotate(var(--mm-btn-rotate));
}

.mm-navbar__title > span {
  color: #dc303c;
}

.menu-list__item {
  max-width: 540px;
  margin: auto;
}

#mm-1 .mm-listview {
  max-width: 540px;
  margin: auto;
}

/* мобильное меню */

.bottom-mobile-menu-button__text {
  color: var(--custom-gray-color-600);
}

.bottom-mobile-menu-button_active .bottom-mobile-menu-button__text {
  color: #dc303c;
}

.bottom-mobile-menu-button__counter {
  background-color: #dc303c;
}

.bottom-mobile-menu-button:hover .bottom-mobile-menu-button__text {
  color: #dc303c;
}

.bottom-mobile-menu-list_plates {
  padding: 20px 16px;
  padding-bottom: 95px;
}

.bottom-mobile-menu-list_plates .bottom-mobile-menu-list__link {
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-600);
  border-radius: 0px;
  padding: 15px;
  color: var(--custom-gray-color-600);
  height: 40px;
}

.bottom-mobile-menu-list_plates .bottom-mobile-menu-list__link:hover {
  background-color: #dc303c;
  border: 1px solid #dc303c;
  color: #ffffff;
}

/* внутренние страницы */

.inner-page header .row {
  padding-left: 0px;
}

.inner-page .__header .logo {
  align-items: flex-start;
}

.breadcrumbs {
  font-size: 14px;
  color: var(--custom-gray-color-600);
  font-family: "Inter";
  cursor: default;
  padding-top: 40px;
}

.breadcrumbs a {
  font-size: 14px;
  text-transform: none;
}

.inner-page h1 {
  color: #dc303c;
  font-size: 36px;
  line-height: 120%;
}

.inner-page .dots-block {
  margin-top: 0px;
}

/* каталог */

.catalog-menu-item {
  width: calc(20% - 8px);
  margin: 0px 10px 10px 0px;
  height: 195px;
  background-color: #dc303c;
  transition: 0.3s;
}

.catalog-menu-item:hover {
  background-color: #dc303c;
}

.catalog-menu-item:after {
  display: none;
}

.catalog-menu-item__name {
  bottom: auto;
  top: 20px;
  font-size: 18px;
  line-height: 120%;
  font-family: Manrope;
  font-weight: 600 !important;
}

.catalog-menu-item:before {
  display: none;
}

.category-root-page .catalog-side {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.category-root-page .catalog-side__title {
  display: none;
}

.catalog-side__content {
  padding: 0px;
  border-top: none;
}

.welcome .catalog-menu-item {
  width: calc(25% - 8px);
}

.menu-item.active a {
  border: 1px solid #dc303c;
  background: #dc303c !important;
  color: #ffffff;
}

.menu-item.active a:before {
  background-image: url(https://bau-ug.ru/sftk/arrow.svg);
  filter: brightness(1000%);
}

.category-root-page .catalog-menu {
  margin-bottom: 60px;
}

.welcome__content .mb-25 {
  font-size: 36px;
  margin-bottom: 40px !important;
  color: #dc303c;
}

.product-item__flag--hit {
  background-color: var(--custom-sale-color);
  font-weight: 100;
}

.product-item__flag-content {
  flex-direction: row;
}

.section .text-page {
  margin-left: 270px;
  padding-top: 40px;
}

.catalog-container:last-child {
  margin-bottom: 0;
  gap: 10px;
}

.subscription-form-agreement .form-text,
.footer-content-cookie {
  line-height: 120%;
  color: #767676;
}

.developer-link {
  margin-bottom: 10px;
}

.section .text-page h2 {
  font-size: 36px;
  margin-bottom: 30px !important;
  color: #dc303c;
}

.text-page ol li:before {
  top: 0px;
  width: 40px;
  height: 40px;
  border: 1px solid #dc303c;
  line-height: 40px;
  border-radius: 0px;
  color: #dc303c;
  font-weight: 100;
  background: transparent !important;
}
.text-page ul li, .o-product-tab ul li {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 23px;
}
.text-page ol li {
  padding-left: 60px;
}

.text-page strong {
  font-size: 18px;
  line-height: 24px;
  font-family: Manrope;
  color: #dc303c;
  margin-bottom: 10px !important;
  display: inline-block;
}

.text-page h3 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
}
.text-page ul li::before, .o-product-tab ul li::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--main-elements-color, #333333);
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
.catalog-right {
  display: none;
}

.catalog-filter-accordion .opener {
  font-weight: 500;
}

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  border: 1px solid var(--custom-gray-color-600);
}

.checkbox span {
  font-size: 12px;
  color: var(--custom-gray-color-600);
}

.catalog-filter-accordion .opener::before {
  border: none;
}

.catalog-filter-accordion .opener .icon {
  color: #dc303c;
}

.catalog-filter__bottom {
  padding: 0px 20px 20px;
}

.filter-item-title,
.catalog-filter-accordion .opener {
  font-weight: 100;
  font-family: Inter;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  top: -5px;
  border-radius: 0px;
}

.filter-range .noUi-connect::before {
  width: 100%;
}

.input-cont {
  width: 85px;
  height: 35px;
}

.input-cont .range-input {
  font-size: 14px;
  color: var(--custom-gray-color-600);
  font-family: Inter !important;
}

.input-cont .input-placeholder {
  background: transparent;
  border: 1px solid var(--custom-gray-color-600);
  border-radius: 0px;
}

input[disabled] {
  opacity: 1;
}

.noUi-horizontal .noUi-handle {
  right: -12px;
}

.noUi-handle-upper {
  right: 0px !important;
  left: inherit !important;
}

.catalog-filter__btns .btn {
  width: 182px;
  border-radius: 0px;
}

.btn-border {
  
}

.btn-border:hover {
  color: #dc303c;
}

.filter-range .noUi-target {
  border-radius: 0px;
  height: 1px;
  background: var(--custom-gray-color-600);
}

.noUi-connects {
  border-radius: 0px;
}

.filter-range__head {
  padding-right: 0px;
  padding-left: 0px;
}

.filter-range__head span {
  font-size: 14px;
  color: var(--custom-gray-color-600);
  font-family: Inter !important;
}

.catalog-sorting__title {
  color: #dc303c;
  opacity: 1;
  font-family: Inter;
  cursor: default;
}

.catalog-filter .catalog-filter-body {
  border: none;
}

.product-item__content-top {
  height: max-content;
}

.filter-btn {
  border-radius: 0px;
  box-shadow: none;
}

.mobile-menu-head__title {
  font-size: 28px;
  margin-bottom: 30px;
  color: #dc303c;
  text-transform: uppercase;
  font-family: Manrope;
  font-weight: 800;
}

.catalog-filter__btns {
  padding: 0 20px;
}

.catalog-filter__btns .btn {
  width: 100%;
}

.btn-link {
  border: none !important;
}

.dropdown-select {
  border: 1px solid var(--custom-gray-color-600);
  border-radius: 0px;
  color: var(--custom-gray-color-600);
  font-family: Inter;
}

.pagination span a {
  border-radius: 0px;
  font-size: 12px;
}

.pagination span {
  border-radius: 0px;
}

.pagination .next {
  border-radius: 0px;
  background-position: center;
  border: 1px solid #dc303c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .next:hover {
  background-color: #dc303c;
}

.pagination .prev {
  border-radius: 0px;
  background-position: center;
  border: 1px solid #dc303c;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .prev:hover {
  background-color: #dc303c;
}

.pagination .next::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(https://bau-ug.ru/sftk/pink-arrow.svg);
}

.pagination .prev::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(https://bau-ug.ru/sftk/pink-arrow.svg);
}

.pagination .prev:hover::after {
  filter: brightness(1000%);
}

.pagination .next:hover::after {
  filter: brightness(1000%);
}

.pagination .prev:before,
.pagination .next:before {
  display: none;
}

/* карточка товара */

.section-dark .breadcrumbs {
  padding-top: 0px;
}

.product-card__rating {
  display: none;
}

.product-card__left .st-button {
  max-width: 140px !important;
  height: 42px !important;
}

.product-card .not-available {
  font-size: 14px;
  border-radius: 0px;
  max-width: 180px;
}

.product-card__navigation {
  display: none;
}

.product-card__head {
  padding: 0px;
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 30px;
}

.product-card__title {
  width: 90%;
}

.product-card__container {
  padding: 30px;
}

.product-card__slideshow {
  width: 380px;
}

.product-card__content {
  width: calc(100% - 430px);
}

.product-card__right {
  width: 380px;
}

.product-card__left {
  width: 380px;
}

.product-card__right p span {
  color: var(--custom-sale-color);
}

.product-card__right h3 {
  margin-top: 30px;
}

.product-card {
  margin-bottom: 0px;
}

.product-card-container {
  background: #ffffff;
  margin-bottom: 80px;
}

.product-card__right .form-control {
  background: #ffffff;
  border: 1px solid var(--custom-gray-color-600);
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  border-radius: 0px;
  font-family: Inter !important;
}

.product-card__right .form-group {
  margin-bottom: 10px;
}

.button-theme_primary {
  border-radius: 0px;
}

.product-card ul li:not(.ya-share2__item, .product-card__discription ul li)::before {
  width: 8px;
  height: 8px;
  display: block;
  background: #dc303c;
  content: "";
  padding-top: 5px;
}

.product-card ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #dc303c;
  margin-bottom: 10px;
  cursor: default;
}

#sync1 {
  margin-bottom: 30px;
}

#sync2 .item {
  width: 60px;
  height: 60px;
  border: 1px solid transparent;
}

.product-card .product-item__flag {
  display: none;
}

.product-card__main-cost span {
  padding-left: 0px;
  color: #dc303c;
}

.product-card__main-cost {
  line-height: 20px;
  cursor: default;
}

.product-card__personal-cost span {
  font-family: Inter;
}

.product-card__personal-cost strong {
  font-size: 32px;
  font-family: Manrope;
  color: #dc303c !important;
  display: flex;
  text-transform: uppercase;
  line-height: 90% !important;
}

.product-card__personal-cost .ms-10 {
  margin-left: 15px !important;
  display: flex !important;
  align-items: center;
}

.product-sale-badge {
  background-color: #dc303c;
  border-radius: 0px;
  font-size: 12px !important;
  color: #ffffff;
  padding: 6px 12px !important;
}

.product-card__left {
  gap: 24px;
}

.product-card__radio-options {
  gap: 10px;
  order: 1;
}

.product-card__personal-cost {
  order: 2;
}

.product-card__radio-options span {
  color: #dc303c;
  font-family: Inter;
}

.product-card__radio-options a {
  border-radius: 0px;
  font-size: 14px;
  color: #dc303c;
  background: transparent;
  border: 1px solid var(--custom-gray-color-600);
}

.product-card__radio-options.product-modification-params a.active,
.product-card__product-mod-param_active {
  background: transparent;
  border-color: #dc303c;
  color: #dc303c;
}

.product-card__radio-options a:hover {
  background: #dc303c;
  border-color: #dc303c;
  color: #ffffff;
}

.btn-radius.share-btn .icon-svg {
  margin-right: 12px;
}

.share-btn {
  height: fit-content;
}

.shopping-cart-product {
  flex-direction: row-reverse;
  gap: 15px;
  justify-content: flex-end;
  order: 3;
}

.btn-radius .icon-svg svg {
  color: #dc303c;
}

.product-card__btns {
  order: 4;
}

.shopping-cart-btn--lg.custom-icon {
  border-radius: 0px;
  font-weight: 500;
  font-size: 14px;
  height: 42px;
  max-width: 140px;
}

.add-to-cart img.cart-icon {
  padding-right: 2px;
  filter: brightness(100);
}

.add-to-cart:hover img.cart-icon {
  filter: brightness(100%);
}

.input-number {
  margin-right: 0px;
  height: 40px;
  padding: 0px;
}

.input-number .order-down {
  background: transparent !important;
  border: none !important;
}

.input-number .order-up {
  background: transparent !important;
  border: none !important;
}

.input-number--lg input[type="number"] {
  font-size: 14px;
  font-family: Inter !important;
  color: #dc303c;
  cursor: default;
}

.input-number .order-down:before {
  background: #dc303c;
  top: auto;
  left: auto;
  height: 1px;
}

.input-number .order-up:before {
  background: #dc303c;
  top: auto;
  left: auto;
  width: 1px;
}

.input-number .order-up:after {
  background: #dc303c;
  top: auto;
  left: auto;
  height: 1px;
}
.input-number .order-down:hover:before {
  background: #dc303c;
}

.input-number .order-up:hover:before {
  background: #dc303c;
}

.input-number .order-up:hover:after {
  background: #dc303c;
}

#sync1.owl-theme .owl-next {
  width: 40px;
  height: 40px;
  bottom: -80px;
  border: 1px solid #dc303c;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sync1.owl-theme .owl-next:hover {
  background: #dc303c;
}

#sync1.owl-theme .owl-prev:hover {
  background: #dc303c;
}

#sync1.owl-theme .owl-next:hover span::after {
  filter: brightness(1000%);
}

#sync1.owl-theme .owl-prev:hover span::after {
  filter: brightness(1000%);
}

#sync1.owl-theme .owl-next span::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(https://bau-ug.ru/sftk/pink-arrow.svg)
    no-repeat;
}

#sync1.owl-theme .owl-prev {
  width: 40px;
  height: 40px;
  bottom: -80px;
  border: 1px solid #dc303c;
  background-position: center;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sync1.owl-theme .owl-prev span::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(https://bau-ug.ru/sftk/pink-arrow.svg)
    no-repeat;
}

.product-card-container .product-card-side {
  display: none;
}

.product-card-container .product-card-content {
  width: 100%;
  padding: 0px 30px 20px;
}

.tabs {
  margin-bottom: 30px;
}

.tabs li {
  color: #dc303c;
  padding: 0 25px;
  height: 42px;
  border: 1px solid #dc303c !important;
  margin-right: 12px;
  line-height: 42px;
}

.tabs li:hover,
.tabs li.active {
  background: #dc303c !important;
  color: #ffffff;
}

.tab-content {
  padding: 0px;
  background: transparent;
}

.text-page ul li::before {
  width: 8px;
  height: 8px;
  display: block;
  background: #dc303c;
  content: "";
  padding-top: 5px;
}

.text-page ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #dc303c;
  margin-bottom: 5px;
  cursor: default;
}

.text-page ul li:before {
  top: 6px;
}

.char-text__mask {
  background-color: #ffffff;
}

.char-text:first-child:before {
  filter: saturate(0);
}

.product-set-title {
  color: #dc303c;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 40px;
}

.product-slider,
.news-slider,
.action-slider,
.category-slider {
  margin-bottom: 80px;
}

.product-card__right .content-name {
  top: 11px;
  font-size: 14px;
  color: var(--custom-gray-color-600);
  font-family: Inter !important;
}

.custom__accordion .acc__toggle:not(.acc__toggle-inner, .not_toggle):before {
  display: none;
}

/* акции и новости */

.promo-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: -40px;
}

.promo-col {
  width: calc(25% - 15px);
  background: #ffffff;
  box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.06);
  position: relative;
}

.promo-col img {
  margin-bottom: 20px;
}

.h-promo {
  font-family: Manrope;
  font-weight: 800;
  font-size: 18px;
  max-width: 210px;
  padding-left: 20px;
  margin-bottom: 15px;
  display: flex;
  height: 48px;
  transition: 0.2s;
  color: #dc303c;
  align-items: flex-end;
  font-size: 18px;
  line-height: 110%;
}

.p-promo {
  padding-left: 20px;
  margin-bottom: 30px;
  display: block;
  color: #dc303c;
  font-size: 14px;
}

.arrow-promo {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.arrow-promo img {
  margin-bottom: 0px !important;
  filter: saturate(0%);
  transition: 0.2s;
}

.promo-col:hover .h-promo {
  color: #dc303c;
}

.promo-col:hover .arrow-promo img {
  filter: saturate(100%);
}

/* страница с акцией */

.page-promo-montazh {
  background: url(https://bau-ug.ru/sftk/backpromo.jpg);
  background-size: cover;
  background-position-x: center;
  margin-top: -40px;
  margin-bottom: -163px;
  padding-bottom: 163px;
}

.black-page-info {
  padding-top: 50px;
  max-width: 370px;
}

.black-page-info h3 {
  color: #ffffff;
  padding-top: 50px;
  margin-bottom: 15px;
}

.black-page-info p {
  color: #ffffff;
}

.opacity-p {
  color: var(--custom-gray-color-600) !important;
  max-width: 370px;
  font-size: 12px !important;
}

.black-page-info form {
  max-width: 370px;
  margin-top: 30px;
}

.black-page-info .form-control {
  border: 1px solid var(--custom-gray-color-600);
  background: transparent;
  border-radius: 0px;
  font-family: Inter;
  color: #ffffff;
}

.black-page-info .button-theme_primary {
  width: 100%;
}

.black-page-info .button-theme_primary:hover {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.black-page-info .content-name {
  top: 11px;
  font-size: 14px;
  color: var(--custom-gray-color-600);
  font-family: Inter !important;
}

.img-mobile {
  display: none;
}

/* страница с мероприятиями */

.event-col-2 {
  min-width: 290px;
  max-width: 290px;
}

.event-col-3 {
  min-width: 184px;
}

.page-events .event-col-1 {
  min-width: 520px;
}

.event-modal {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  max-width: max-content;
  color: #ffffff;
  font-size: 14px;
  background: #dc303c;
  border: 1px solid #dc303c;
  transition: 0.3s;
  font-family: "Inter";
  cursor: pointer;
}

.event-modal:hover {
  background: transparent;
  color: #dc303c;
}

.photo-event {
  background: transparent !important;
  color: #dc303c !important;
}

.photo-event:hover {
  background: #dc303c !important;
  color: #ffffff !important;
}

.page-events {
  margin-top: -40px;
}

/* всплывающее кастомное окно */

.custom-modal-content {
  background: url(https://bau-ug.ru/sftk/back-modal.svg)
    no-repeat;
  background-color: var(--custom-gray-color-50);
  background-position-x: right;
  background-position-y: top;
  padding: 60px 60px 100px !important;
  max-width: 800px !important;
}

.custom-modal-content p {
  color: #dc303c;
  margin-bottom: 25px;
}

.modal-text {
  color: var(--custom-gray-color-600) !important;
  margin-left: 140px;
  font-size: 12px;
  margin-top: -37px;
}

.modal-text span {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.modal h2 {
  font-size: 36px;
  color: #dc303c;
  margin-bottom: 30px;
}

.modal .form-control {
  border: 1px solid var(--custom-gray-color-600);
  border-radius: 0px;
  box-shadow: none;
  font-family: Inter;
  background: transparent;
}

.form-text {
  color: var(--custom-gray-color-600);
  margin-top: 15px;
  font-family: Inter;
}

.form-control:valid + .label-name .content-name {
  display: none;
}

.modal .form-group {
  margin-bottom: 10px;
}

.modal .content-name {
  top: 11px;
  font-size: 14px;
  color: var(--custom-gray-color-600);
  font-family: Inter !important;
}

/* выпадающее меню категорий */

.catalog-box li:before {
  content: "";
  background: url(https://bau-ug.ru/sftk/arrow-category.svg);
  height: 16px;
  width: 11px;
  right: 0px;
  position: absolute;
}

header ul.hover--underline li::after {
  border-color: #dc303c !important;
}

.catalog-box li {
  max-width: 100%;
}

.catalog-box ul {
  column-gap: 120px;
}

header ul.link--arrow-right li span,
header ul.link--arrow-left li span {
  max-width: 24px;
  max-height: 24px;
}

header ul.link--arrow-left span + a {
  padding-left: 40px;
}

/* страница ошибки */

.error__content {
  padding-top: 0px;
  background: url(https://bau-ug.ru/sftk/error.svg) 100% 0
    no-repeat;
}

.error {
  padding: 90px 0 150px;
}

.error__content p {
  max-width: 420px;
}

.error__content .btn {
  border-radius: 0px;
  margin-top: 20px;
  border: 1px solid #dc303c;
}

.error__content .btn:hover {
  color: #dc303c;
  background: transparent;
}

/* о компании */

.about-row {
  display: flex;
  justify-content: space-between;
}

.about-col-2 {
  width: 655px;
}

.about-col-2 img {
  margin-bottom: 0px;
}

.about-col-1 {
  width: 470px;
}

.about-col-1 h3 {
  margin-top: 40px;
  margin-bottom: 15px !important;
}

.page-about {
  margin-top: -40px;
  margin-bottom: 0px;
}

.our-sertificates {
  background: url(https://bau-ug.ru/sftk/sertificates.svg)
    no-repeat;
  background-position: top;
  padding-top: 300px;
  padding-bottom: 100px;
  margin-bottom: 0px;
  margin-top: -132px;
}

.our-sertificates p {
  color: #ffffff;
  margin-bottom: 25px;
}

.our-sertificates h2 {
  color: #ffffff;
  font-size: 36px;
}

.our-sertificates h2 span {
  color: #ffffff;
}

.sertificates-slider-wrapper .container {
  margin-right: 0px;
  max-width: 1582px;
}

.sertificates-slider-wrapper {
  max-width: 100%;
  margin-left: calc(50% - 330px);
  margin-top: -255px;
  margin-bottom: 100px;
}

.sertificates-slider-wrapper .content-standard-box__container {
  gap: 0px;
  box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.06);
  height: fit-content;
  margin-bottom: 10px;
}

.sertificates-slider-wrapper .button_style-1 {
  border: 1px solid #ffffff !important;
}

.sertificates-slider-wrapper .button_style-1:hover {
  border: 1px solid #ffffff !important;
  background: #ffffff !important;
}

.sertificates-slider-wrapper .slick-next {
  right: auto;
  left: 880px;
}

.sertificates-slider-wrapper .slick-prev {
  right: auto;
  left: 830px;
}

.sertificates-slider-wrapper .button_style-1 svg {
  filter: brightness(1000%);
}

.sertificates-slider-wrapper .button_style-1:hover svg {
  filter: none !important;
}

.why-incom h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #dc303c;
}

.why-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.why-col {
  width: calc(25% - 15px);
  background: #ffffff;
  box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.06);
  position: relative;
}

.why-col img {
  margin-bottom: 20px;
}

.why-col h3 {
  padding: 0px 20px;
  margin-bottom: 15px;
  transition: 0.2s;
  color: #dc303c;
  font-size: 16px;
  font-size: 18px !important;
}

.why-col p {
  padding: 0px 20px;
  margin-bottom: 30px;
  display: block;
  color: #dc303c;
  font-size: 14px;
}

.why-incom {
  background: url(https://bau-ug.ru/sftk/about.svg) no-repeat;
  background-position: bottom;
  margin-bottom: 0px;
}

.services-slider-wrapper h4 {
  font-size: 16px;
  margin-bottom: 45px;
  max-width: 220px;
  height: 36px;
}

.builder {
  background: #ffffff;
  display: flex;
  justify-content: center;
  height: 140px;
  width: 100%;
  align-items: center;
  box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.06);
}

.builder img {
  margin-bottom: 0px;
  max-width: 195px;
  max-height: 80px;
}

.about-partners p {
  margin-top: 30px;
}

.about-partners h2 {
  font-size: 36px;
  color: #dc303c;
  margin-bottom: 30px;
}

.about-partners .partners-col {
  width: 25%;
}

/* контакты */

.contacts-block {
  border: none;
  border-radius: 0px;
  flex-direction: column-reverse;
}

.contacts-block__map {
  width: 100%;
  height: 460px;
}

.contacts-block__info {
  width: 100%;
  padding: 30px 30px 60px;
  background: #ffffff !important;
  box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.06);
  display: flex;
  justify-content: space-between;
}

.contacts-block__title {
  display: none;
}

.contact-line {
  display: none;
}

.contact-line-new {
  display: flex;
}

.contact-row {
  display: flex;
  justify-content: space-between;
}

.contacts-block__title-red.address-data {
  display: none;
}

.contacts-block h3 {
  font-size: 16px;
}

.contact-line a {
  color: #dc303c;
  transition: 0.2s;
}

.contact-line a:hover {
  color: #dc303c;
}

.contact-line span {
  font-family: Inter !important;
}

.contact-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #dc303c;
  width: 280px;
}

.contact-button {
  height: 42px;
  background: #ffffff;
  color: #dc303c;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  border: 1px solid #ffffff;
  font-size: 14px;
}

.contact-button::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://bau-ug.ru/sftk/pink-arrow.svg);
  background-size: cover;
  display: block;
  transition: 0.3s;
}

.contact-2 h4 {
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 5px;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-button:hover {
  background: #dc303c;
  color: #ffffff;
}

.contact-button:hover::after {
  filter: brightness(1000%);
}

.contact-1 {
  min-width: 460px;
}

/* покупателям */

.clients-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.clients-row .head-button {
  width: calc(25% - 8px) !important;
  height: 146px !important;
  background-position: right;
}

.page-cilents {
  margin-top: -40px;
}

/* корзина */

.simple-cart__content {
  max-width: 100%;
}

.simple-order-form__submit .btn {
  max-width: 114px;
}

.simple-cart {
  padding-top: 0px;
}

.simple-cart .form-text {
  cursor: default;
}

.shopping-cart-item {
  padding: 10px 20px;
  border-bottom: 1px solid #dadada;
  background: #ffffff;
}

.shopping-cart {
  background: transparent;
}

.shopping-cart-item__delete svg {
  width: 24px;
  height: 24px;
  color: #dc303c;
}

.shopping-cart-item__delete svg:hover {
  color: #dc303c;
}

.shopping-cart-item__img img {
  max-width: 80px;
  max-height: 80px;
}

.shopping-cart-item__img {
  margin-right: 32px;
}

.shopping-cart-item__name span {
  font-size: 12px;
  color: var(--custom-gray-color-600);
  text-transform: uppercase;
}

.shopping-cart-item__name {
  font-size: 14px;
  color: #dc303c;
  font-family: Inter;
}

.simple-cart .content-title {
  color: #dc303c;
  font-size: 36px;
}

.shopping-cart-item__total-cost {
  color: #dc303c;
  font-family: Manrope;
  margin-left: 40px;
}

.shopping-cart-item__uom {
  display: none;
}

.shopping-cart-item__cost {
  color: #dc303c;
  font-family: Manrope;
  margin-right: 40px;
}

.input-number input[type="number"] {
  font-size: 14px;
  color: #dc303c;
  font-family: Inter !important;
  cursor: default;
  width: 60px;
}

.shopping-cart-item__numbers {
  min-width: 96px;
}

.delivery-total__sm {
  display: none;
}

.delivery-total ul li {
  margin-bottom: 0px;
}

.delivery-total__lg {
  text-transform: uppercase;
  font-family: Manrope;
}

.simple-order-form {
  margin: 0px;
  max-width: 600px;
}

.simple-order-form__title {
  font-size: 18px;
  margin-bottom: 30px !important;
}

.new-radio__label:before {
  border: 1px solid #dc303c;
  border-radius: 0px;
}

h3.simple-order-form__title.mb-0 {
  display: none;
}

.simple-order-form__column.d-grid.grid-columns-sm-2.grid-columns-md-2.grid-columns-xl-2.grid-columns-lg-2.gap-10 {
  display: none !important;
}

.new-radio__label:after {
  border-radius: 0px;
}

.simple-cart .form-group {
  margin-bottom: 10px;
}

.simple-cart .form-control {
  border: 1px solid var(--custom-gray-color-600);
  border-radius: 0px;
  box-shadow: none;
  font-family: Inter !important;
  background: transparent;
  top: 10px;
}

.simple-cart .content-name {
  font-size: 14px;
  font-family: Inter !important;
  color: var(--custom-gray-color-600);
}

.simple-order-form__group {
  margin: 0px;
}

.simple-order-form .form-group.comment {
  margin-top: 10px;
}

div#payment-section {
  margin-bottom: 40px;
}

.simple-order-form__group.simple-order-form__column {
  margin-bottom: 40px;
}

.simple-cart__form {
  margin-bottom: 100px;
}

/* лк */

.tabs-content--authorizaion {
  max-width: 420px;
}

.tabs-content--authorizaion h2 {
  font-size: 36px;
  color: #dc303c;
  margin-bottom: 30px;
}

.tabs-content--authorizaion .btn {
  width: max-content;
  padding: 0px 20px !important;
  border-radius: 0px;
  border: 1px solid #dc303c !important;
  margin-right: 15px !important;
}

.tabs-content--authorizaion .btn:hover {
  background: transparent !important;
  color: #dc303c;
}

.forgot-password {
  font-weight: 500;
  color: #dc303c;
}

.forgot-password:hover {
  color: #dc303c;
}

.tabs-content--authorizaion .form-control {
  border: 1px solid var(--custom-gray-color-600);
  border-radius: 0px;
  box-shadow: none;
  font-family: Inter !important;
  background: transparent;
}

.tabs-content--authorizaion .content-name {
  font-size: 14px !important;
  color: var(--custom-gray-color-600) !important;
  font-family: Inter !important;
  top: 10px;
}

.tabs-content--authorizaion .form-group {
  margin-bottom: 10px;
}

.tabs-content--authorizaion .tabs li {
  color: #dc303c;
  padding: 0px;
  height: auto;
  border: none !important;
  margin-right: 20px;
  line-height: 14px;
  background: transparent !important;
}

.tabs-content--authorizaion .tabs li a:hover {
  color: #dc303c;
}

.tabs-content--authorizaion .tabs li a {
  transition: 0.3s;
}

.tabs-content--authorizaion .tabs li.active a {
  color: var(--custom-gray-color-600);
}

.user-data__avatar {
  width: 80px;
  height: 80px;
  background: #dc303c;
  border-radius: 0px;
}

.lk-main-page__head .user-data__avatar {
  margin-right: 30px;
}

.user-data__name {
  font-family: Manrope;
  text-transform: uppercase;
}

.lk-exit .icon {
  display: none;
}

.user-data__content .btn-border {
  border-color: #dc303c !important;
  color: #dc303c !important;
  border-radius: 0px;
}

.user-data__content .btn-border:hover {
  background: #dc303c !important;
  color: #ffffff !important;
}

.lk-menu-item .icon {
  display: none;
}

.lk-menu-item {
  background: url(https://bau-ug.ru/sftk/lk.svg) no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-color: #ffffff;
  height: 186px;
  padding: 30px;
  border: none;
  box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.06);
}

.lk-menu-item__name {
  color: #dc303c;
  font-family: Manrope;
  transition: 0.3s;
}

.lk-menu-item__text {
  max-width: 155px;
  display: block;
  color: #dc303c;
}

.lk-menu-item:hover {
  background: url(https://bau-ug.ru/sftk/lk-hover.svg)
    no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-color: #ffffff;
}

.lk-menu-item:hover .lk-menu-item__name {
  color: #dc303c;
}

.user-data {
  margin-bottom: 30px;
}

.lf-main-container .container {
  padding: 0px !important;
}

.btn-border .icon {
  display: none;
}

.lk-head .btn-border {
  border-color: #dc303c !important;
  color: #dc303c !important;
  border-radius: 0px;
}

.lk-head .btn-border:hover {
  background: #dc303c !important;
  color: #ffffff !important;
}

.lk-container .lk-content {
  background: transparent;
  padding: 30px 100px 0px;
}

.personal-data__title {
  color: #dc303c;
  font-family: Manrope;
  margin-bottom: 30px;
}

.lk-title {
  color: #dc303c;
  font-family: Manrope;
}

.lk-container .lk-side .user-data__avatar {
  margin-bottom: 20px;
}

.lk-container .lk-side {
  background: #ffffff;
  box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.06);
  padding: 30px 0 70px;
}

.lk-menu li a {
  font-weight: 100;
  color: #dc303c;
  border: 1px solid transparent;
  border-bottom: 1px solid #dadada;
}

.lk-menu li a:hover {
  border: 1px solid #dc303c !important;
  background: transparent !important;
  color: #dc303c !important;
}

.lk-menu li a:hover .icon-svg {
  color: #dc303c;
}

.lk-menu li a .icon-svg {
  color: #dc303c;
}

.lk-menu li.current a {
  border-bottom: none;
}

.lk-container .lk-content .form-control {
  border: 1px solid var(--custom-gray-color-600);
  border-radius: 0px;
  box-shadow: none;
  font-family: Inter !important;
  background: transparent;
}

.lk-container .lk-content .content-name {
  font-size: 14px !important;
  color: var(--custom-gray-color-600) !important;
  font-family: Inter !important;
  top: 10px;
}

.lk-container .form-group {
  margin-bottom: 10px;
}

/* монтажные бригалы */

.services-p {
  margin-top: -40px;
  margin-bottom: 80px !important;
}

/* обслуживание кровли */

.col-krovli {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 30px 0px;
  border-top: 1px solid #dadada;
}

.block-krovli {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}

.block-krovli h4 {
  font-size: 18px;
}

.block-krovli ul li::before {
  background: #dadada !important;
  width: 5px;
  height: 5px;
}

.all-krovli {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available;
  gap: 30px;
}

.block-krovli .order-call {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 10px 25px;
  border: 1px solid #dc303c;
  margin-top: 20px;
  transition: 0.2s;
  color: #dc303c;
  font-size: 14px;
}

.block-krovli .order-call:hover {
  background: #dc303c;
  color: #ffffff;
}

.page-krovli {
  margin-top: -40px;
  margin-bottom: 80px;
}

.services-buttons a {
  color: var(--custom-gray-color-600);
  height: 42px;
  display: flex;
  padding: 12px 25px;
  align-items: center;
  border: 1px solid var(--custom-gray-color-600);
  transition: 0.2s;
  font-size: 14px;
}

.services-buttons a:hover {
  color: #dc303c;
  border: 1px solid #dc303c;
}

.services-buttons .active {
  color: #ffffff !important;
  border: 1px solid #dc303c !important;
  background: #dc303c !important;
}

.services-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
  margin-top: 60px;
}

.page-partners-col {
  padding: 30px 0px;
  border-top: 1px solid #dadada;
  display: flex;
  gap: 40px;
}

.page-partners-col img {
  margin-bottom: 0px !important;
  width: 313px;
  object-fit: cover;
}

.text-patner {
  width: calc(100% - 353px);
}

.text-patner {
  width: calc(100% - 353px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-patner p {
  margin-bottom: 35px;
}

.part-but-2 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0px 25px;
  border: 1px solid #dc303c;
  transition: 0.2s;
  color: #dc303c;
  font-size: 14px;
}

.part-but-2:hover {
  background: #dc303c;
  color: #ffffff;
}

.part-but-1 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0px 25px;
  border: 1px solid #dc303c;
  background: #dc303c;
  transition: 0.2s;
  color: #ffffff;
  font-size: 14px;
}

.part-but-1:hover {
  background: transparent;
  color: #dc303c;
}

.partner-buttons {
  display: flex;
  gap: 10px;
}

.page-partners {
  margin-top: -40px;
}

.form-group {
  margin-bottom: 10px !important;
}

/* поиск */

.mobile-search {
  height: 40px;
  border-radius: 0px;
}

.mobile-search input {
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  font-family: Inter !important;
}

.mobile-search button {
  height: 40px;
  border-radius: 0px;
  width: 70px;
  background: url(https://bau-ug.ru/sftk/loop.svg) no-repeat;
  background-position: center;
  border: 1px solid var(--custom-gray-color-600);
}

.mobile-search input {
  width: calc(100% - 75px);
  border-right: 1px solid;
  font-family: Inter !important;
}

.mobile-search button:hover {
  border: 1px solid #dc303c;
  background: url(https://bau-ug.ru/sftk/loop.svg) no-repeat;
  background-position: center;
}

.mobile-search button svg {
  display: none;
}

/* нас уже выбрали */

.inner-page .partners-row {
  flex-wrap: wrap;
  justify-content: space-between;
}

.inner-page .builder {
  width: calc(25% - 8px);
}

/* внутренние страницы */

.inner-row {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: space-between;
}

.inner-item {
  background: #ffffff;
  width: 33%;
}

.inner-header {
  color: #dc303c;
  font-size: 36px;
  margin-bottom: 30px;
  margin-top: 70px;
}

.page-inner {
  margin-top: -40px;
}

.inner-text {
  padding: 0px 20px 25px;
}

.inner-text p {
  margin-bottom: 0px;
}

.inner-item img {
  margin-bottom: 20px;
}

.inner-item h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.brend-row {
  display: flex;
  margin: 70px 0px 60px;
  justify-content: space-between;
}

.brend-text {
  width: 50%;
  padding-right: 70px;
}

.brend-img {
  display: flex;
  width: 50%;
  gap: 10px;
}

.brend-img img {
  object-fit: cover;
}

.new-site-row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.new-site-text {
  width: 50%;
  padding-right: 75px;
}

.new-site-img {
  width: 50%;
}

.new-site-img img {
  object-fit: cover;
  object-position: left;
  height: 100%;
}

.dom-images {
  display: flex;
  gap: 10px;
  margin-top: 50px;
}

.dom-images img {
  position: relative;
  aspect-ratio: 420 / 378;
  object-fit: cover;
}

.pena-row {
  display: flex;
}

.pena-text {
  width: 50%;
  padding-right: 100px;
}

.pena-img img {
  margin-bottom: 30px;
}

.pena-img a {
  display: flex;
  width: 105px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #333;
  border: 1px solid #dc303c;
  transition: 0.2s;
}

.pena-img a:hover {
  color: #fff;
  background: #dc303c;
}

/* адаптив */

@media (min-width: 1380px) {
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1280px;
    padding: 0px;
  }

  .inner-page .__fat-wrap {
    padding-left: 230px;
  }

  .about-col-1 {
    width: 500px;
  }

  .building-text .container {
    padding: 0px;
  }

  .welcome .catalog-menu-item:nth-child(5n + 5) {
    margin-right: 10px;
    width: calc(25% - 8px) !important;
  }
}

@media (min-width: 1280px) and (max-width: 1380px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1212px;
    padding-right: var(--bs-gutter-x, var(--container-padding-x));
    padding-left: var(--bs-gutter-x, var(--container-padding-x));
  }

  header .row {
    padding-left: 0px;
  }

  .__fat-wrap {
    padding-left: 213px;
  }

  .offer-promo-buttons {
    margin-top: -382px;
  }

  .row-promo img {
    height: 67px;
    width: 67px;
  }

  .button-bottom {
    background-position: center;
    height: 148px;
    width: 296px;
    padding: 20px;
  }

  .button-top {
    background-position: center;
    height: 147px;
    width: 296px;
    padding: 20px;
  }

  .services-slider-wrapper {
    margin-left: calc(50% - 280px);
  }

  .services-slider-wrapper .image img {
    min-height: 170px;
    height: 170px !important;
  }

  .services-slider-wrapper h3 {
    font-size: 14px;
  }

  .services-slider-wrapper .content-standard-box:hover .image img {
    min-height: 215px;
    height: 215px !important;
  }

  .services-slider-wrapper .content-background-box__text-content {
    padding: 15px 15px 30px;
  }

  .services-slider-wrapper .content-standard-box {
    min-height: 350px;
  }

  .services-slider-wrapper .slick-next {
    right: auto;
    left: 805px;
  }

  .services-slider-wrapper .slick-prev {
    right: auto;
    left: 755px;
  }

  .sertificates-slider-wrapper {
    margin-left: calc(50% - 280px);
  }

  .sertificates-slider-wrapper .slick-next {
    right: auto;
    left: 805px;
  }

  .sertificates-slider-wrapper .slick-prev {
    right: auto;
    left: 755px;
  }

  .why-col h3 {
    font-size: 16px !important;
  }

  .inner-page .feedback-form .container {
    padding: 0px !important;
  }

  .inner-page footer > .container {
    padding: 0px;
  }

  .welcome .catalog-menu-item:nth-child(5n + 5) {
    margin-right: 10px;
    width: calc(25% - 8px) !important;
  }

  .contact-1 {
    min-width: 400px;
  }
}

@media (min-width: 991px) and (max-width: 1280px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 960px;
  }

  .rating-item p {
    width: 65%;
  }

  .__header .contact-box a {
    font-size: 14px;
  }

  .__header .contact-box p.toggled {
    display: none;
  }

  .inner-page header .row {
    justify-content: space-between;
  }

  header .row {
    padding-left: 0px;
    justify-content: space-between;
  }

  .__header .logo img {
    max-width: 100%;
  }

  .__header .logo::after {
    display: none;
  }

  .__fat-wrap {
    padding-left: 0px;
  }

  .__header .catalog-btn {
    padding: 5px 4px 5px 57px;
    font-size: 14px;
  }

  .__header .catalog-btn span:first-child {
    left: 20px;
  }

  .__header .row .col-lg-6 {
    width: 40%;
  }

  .__header .row .col-lg-4 {
    width: 174px;
  }

  .__header .custom-block {
    margin-top: 0px;
  }

  .__header .row .col-lg-6 {
    width: 60%;
  }

  .home-banner .image_cover img {
    object-fit: cover;
    object-position: left;
  }

  .home-banner .image_cover {
    height: 240px !important;
  }

  .row-promo img {
    height: 50px;
    width: 50px;
  }

  .button-bottom {
    width: 324px;
    flex-direction: column;
    padding: 20px;
  }

  .button-top {
    width: 324px;
    flex-direction: column;
    padding: 20px;
    background-image: url(https://bau-ug.ru/sftk/but-1.svg);
  }

  .button-top:hover {
    background-image: url(https://bau-ug.ru/sftk/but-1-hover.svg);
  }

  .head-button br {
    display: none;
  }

  .buttons-row span {
    max-width: 220px;
  }

  .catalog-side__content ul li.more a {
    margin: 40px 0px 0px 0px;
  }

  .offer-big-slider .catalog-side__content ul li a {
    padding: 16px 30px;
  }

  .__fat-v2-nav ul li a {
    padding: 5px 30px 0px 0px;
  }

  .offer-promo-buttons {
    margin-top: -480px;
  }

  .h-services .container {
    padding: 0px;
  }

  .services-slider-wrapper {
    margin-left: 0px;
    margin-top: -255px;
    margin-bottom: 60px;
  }

  .sertificates-slider-wrapper {
    margin-left: 0px;
    margin-top: -130px;
    margin-bottom: 60px;
  }

  .h-services {
    padding: 60px 0px 240px;
  }

  .services-slider-wrapper .slick-next {
    right: 0px;
    left: auto;
  }

  .services-slider-wrapper .slick-prev {
    right: 50px;
    left: auto;
  }

  .sertificates-slider-wrapper .slick-next {
    right: 0px;
    left: auto;
  }

  .sertificates-slider-wrapper .slick-prev {
    right: 50px;
    left: auto;
  }

  .services-slider-wrapper .content-standard-box {
    min-height: 430px;
  }

  .h-set-slider .container {
    padding: 0px;
  }

  .services-slider-wrapper .container {
    padding: 0px;
    margin-right: auto;
    max-width: 960px;
  }

  .h-set-slider h2 {
    max-width: 487px;
  }

  .set-slider-top .container {
    padding: 0px;
  }

  .h-repair {
    padding: 0px 0px 240px;
  }

  .seo-block .container {
    padding: 0px;
  }

  .images-row {
    width: 690px;
  }

  .faq_frontpage_block .container {
    padding: 0px;
  }

  .images-col {
    max-width: 223px;
  }

  .text-col {
    height: 223px;
    padding: 25px;
  }

  .images-col-2 .text-col a {
    display: none;
  }

  .images-col-1 .text-col p {
    display: none;
  }

  .h-repair .container {
    padding: 0px;
  }

  .events-block .container {
    padding: 0px;
  }

  .event-col-1 {
    max-width: 450px;
  }

  .set-slider-shop .container {
    padding: 0px;
  }

  .our-partners .container {
    padding: 40px 0px 100px;
  }

  .partners-col a {
    height: 52px;
    padding: 0px 20px;
  }

  .faq-section__elements {
    padding-left: 400px;
  }

  .h-faq .container {
    padding: 0px;
  }

  .feedback-form .container {
    padding: 0px !important;
  }

  footer > .container {
    padding: 0px;
  }

  .footer-right {
    width: 240px;
  }

  .footer-content__menu {
    width: calc(100% - 590px);
  }

  .catalog-menu-item:nth-child(5n + 5) {
    margin-right: 10px;
  }

  .catalog-menu-item:nth-child(4n + 4) {
    margin-right: 0;
  }

  .catalog-menu-item {
    width: calc(25% - 8px);
  }

  .welcome .catalog-menu-item:nth-child(4n + 4) {
    margin-right: 10px;
  }

  .welcome .catalog-menu-item:nth-child(3n + 3) {
    margin-right: 0;
  }

  .welcome .catalog-menu-item {
    width: calc(33% - 5px);
  }

  #sync1.owl-theme .owl-prev {
    left: 0px;
  }

  #sync1.owl-theme .owl-next {
    right: 0px;
  }

  .product-card__main-cost {
    display: none;
  }

  .product-card__btns {
    display: none;
  }

  .product-card__content {
    flex-direction: column !important;
  }

  .card-none {
    display: none;
  }

  .product-card__left {
    margin-bottom: 0px;
  }

  #sync1.owl-theme .owl-prev {
    bottom: -85px;
  }

  #sync1.owl-theme .owl-next {
    bottom: -85px;
  }

  #sync1 {
    margin-bottom: 35px;
  }

  .promo-row {
    gap: 15px;
  }

  .promo-col {
    width: calc(25% - 12px);
  }

  .h-promo {
    font-size: 16px;
    align-items: flex-start;
  }

  .page-events .event-col-1 {
    min-width: 400px;
    width: 400px;
  }

  .__fat-v2-options {
    margin-top: 0px;
  }

  .catalog-box ul a {
    font-size: 14px;
  }

  .catalog-box ul {
    column-gap: 60px;
  }

  .error__content {
    background-size: 50%;
    background-position: right;
  }

  .about-col-2 {
    width: 50%;
  }

  .about-col-1 {
    width: 400px;
  }

  .text-display {
    display: none;
  }

  .our-sertificates {
    padding-bottom: 170px;
  }

  .sertificates-slider-wrapper .container {
    padding: 0px 16px;
    margin-right: auto;
    max-width: 960px;
  }

  .inner-page .services-slider-wrapper .container {
    padding: 0px 16px;
  }

  .inner-page .h-services .container {
    padding: 0px 16px;
  }

  .why-row {
    gap: 10px;
  }

  .why-col {
    width: calc(25% - 8px);
  }

  .contact-1 {
    max-width: 240px;
    min-width: 280px;
  }

  .clients-row .head-button {
    height: 136px !important;
    background-position: center;
    width: calc(33% - 4px) !important;
  }

  .shopping-cart-item__name {
    width: 75%;
  }

  .block-krovli img {
    max-width: 90px;
  }

  .text-patner br {
    display: none;
  }

  .welcome .catalog-menu-item:nth-child(5n + 5) {
    margin-right: 10px;
    width: calc(33% - 5px) !important;
  }

  .product-card__right {
    margin-left: 0px;
  }

  .big_banners {
    padding-top: 20px !important;
  }

  .brend-img {
    width: 100%;
  }

  .brend-row {
    gap: 60px;
    flex-direction: column;
  }

  .brend-text {
    width: 100%;
    padding-right: 0px;
  }

  .new-site-text {
    width: 70%;
  }

  .new-site-img {
    width: 30%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .__h-fat-v2-bottom {
    display: flex;
  }

  .black-page-info {
    max-width: 530px;
  }

  .__header {
    display: flex;
  }

  .header--mob {
    display: none;
  }

  header .row {
    padding-left: 0px;
  }

  .__header .col-lg-2 {
    width: 30%;
    padding: 0px;
  }

  .__header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .__header .logo::after {
    display: none;
  }

  .header--bottom-mob {
    display: none;
  }

  .__header .pl--0 {
    width: 30%;
  }

  .search-box.fat-v2-width {
    display: none;
  }

  .__header .catalog-btn {
    padding: 5px 4px 5px 57px;
    font-size: 14px;
    display: none;
  }

  .__header .catalog-btn span:first-child {
    left: 20px;
  }

  .__header .col-lg-4 {
    width: 40%;
  }

  .__header .c-box-fat-v2 .order-call {
    display: none;
  }

  .__header .logo {
    align-items: flex-start;
    margin-left: 7px;
  }

  .__fat-wrap {
    padding-left: 0px;
  }

  .__fat-v2-nav ul li a {
    padding-left: 0px;
    padding-right: 30px;
  }

  .__header .c-box-fat-v2 p {
    margin-right: 0px;
  }

  main {
    padding-top: 130px !important;
  }

  .py--2 {
    padding: 0px;
  }

  .offer-big-slider .welcome__side {
    display: none;
  }

  .offer-big-slider .welcome__content {
    width: 100%;
  }

  .home-banner__slide {
    height: 300px;
  }

  .home-banner.inner-block__active .slide-content {
    background-color: transparent;
  }

  .text-banner {
    width: 100%;
  }

  .home-banner p {
    max-width: 160px;
    display: flex;
    flex-direction: column;
    height: 125px;
    justify-content: space-between;
  }

  .offer-promo-buttons {
    margin-top: 10px;
  }

  .row-promo {
    padding-left: 0px;
  }

  .mobile-promo {
    display: block;
  }

  .row-promo {
    gap: 10px;
    flex-wrap: wrap;
  }

  .row-promo a {
    width: calc(12.5% - 9px);
  }

  .row-promo img {
    height: auto;
    width: 100%;
    position: relative;
    aspect-ratio: 1 / 1;
  }

  .buttons-row {
    padding-left: 0px;
  }

  .button-bottom {
    width: calc(33% - 4.3px);
    height: auto;
    padding: 20px 15px;
  }

  .button-top {
    width: calc(33% - 4.3px);
    height: auto;
    padding: 20px 15px;
  }

  .services-slider-wrapper {
    margin-left: 0px;
    margin-top: -255px;
    margin-bottom: 60px;
  }

  .sertificates-slider-wrapper {
    margin-left: 0px;
    margin-top: -130px;
    margin-bottom: 60px;
  }

  .h-services {
    padding: 60px 0px 240px;
  }

  .services-slider-wrapper .slick-next {
    right: 0px;
    left: auto;
  }

  .services-slider-wrapper .slick-prev {
    right: 50px;
    left: auto;
  }

  .sertificates-slider-wrapper .slick-next {
    right: 0px;
    left: auto;
  }

  .sertificates-slider-wrapper .slick-prev {
    right: 50px;
    left: auto;
  }

  .services-slider-wrapper .content-standard-box {
    min-height: 435px;
  }

  .slider-buttons {
    width: 80%;
  }

  .seo-row {
    flex-direction: column;
    gap: 30px;
  }

  .set-slider-top {
    margin-bottom: 100px;
  }

  .images-row {
    width: 100%;
  }

  .images-col {
    width: 33%;
  }

  .text-col {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .images-col-2 .text-col a {
    display: none;
  }

  .images-col-1 .text-col p {
    display: none;
  }

  .seo-block {
    padding-bottom: 40px;
  }

  .h-repair {
    padding: 40px 0px 240px;
  }

  .catalog-buttons button,
  .catalog-buttons a {
    padding: 12px 15px;
  }

  .catalog-buttons {
    width: 420px;
  }

  .partner {
    padding: 25px;
    height: 110px;
    display: flex;
    align-items: center;
  }

  .partners-col a {
    height: 50px;
    padding: 0px 20px;
  }

  .event-col-1 {
    max-width: 340px;
  }

  .event-col-2 {
    max-width: 140px;
    min-width: 140px;
  }

  .question-main {
    padding: 0px;
  }

  .question-form form {
    width: calc(100% - 313px);
  }

  .footer-content__menu {
    flex-direction: column;
    width: 30%;
  }

  .footer-right {
    width: 35%;
  }

  .footer-content__column:first-child {
    flex: none;
    margin-bottom: 40px;
  }

  .footer-first-column {
    width: 30%;
  }

  .footer-first-column .logo {
    bottom: 140px;
  }

  .footer-bottom__left {
    gap: 20px;
  }

  .faq_frontpage_block {
    margin-bottom: 80px;
  }

  .developer-link a {
    font-size: 12px;
  }

  .catalog-menu-item {
    width: calc(33% - 5px) !important;
    margin: 0 0px 10px 0 !important;
  }

  .catalog-menu-item__name {
    font-size: 16px;
  }

  .breadcrumbs {
    padding-top: 0px;
  }

  .catalog-menu.catalog-categories-block {
    margin-bottom: 0px;
  }

  .welcome .catalog-menu-item {
    width: calc(50% - 5px) !important;
  }

  .category-root-page .catalog-menu {
    margin-bottom: 60px;
  }

  .section .text-page {
    margin-left: 0px;
  }

  .product-card__slideshow {
    width: calc(100% - 360px);
  }

  .product-card__content {
    width: 320px;
  }

  .product-card__left {
    width: 100%;
  }

  .product-card__right {
    width: 100%;
  }

  .promo-col {
    width: calc(33% - 12px);
  }

  .h-promo {
    align-items: flex-start;
  }

  .page-promo-montazh {
    background-position-x: -450px;
  }

  .page-events .event-col-1 {
    min-width: 300px;
    width: 300px;
  }

  .event-col-2 {
    min-width: 220px;
    max-width: 220px;
  }

  .page-events .event-col-2 br {
    display: none;
  }

  .custom-modal-content {
    max-width: 580px !important;
  }

  .catalog-box ul {
    column-gap: 50px;
  }

  header ul.link--arrow-left span + a {
    max-width: 80%;
  }

  .modal-text {
    margin-left: 0px;
    margin-top: 15px;
  }

  .error__content {
    background-size: 50%;
    background-position-y: bottom;
  }

  .error__content p {
    max-width: 300px;
  }

  .error {
    padding: 50px 0 150px;
  }

  .about-row {
    flex-direction: column;
    gap: 30px;
  }

  .about-col-1 {
    width: 100%;
  }

  .about-col-2 {
    width: 100%;
  }

  .why-col {
    width: calc(33% - 12px);
  }

  .our-sertificates {
    padding-top: 250px;
    padding-bottom: 160px;
  }

  .builder img {
    max-width: 120px;
    max-height: 60px;
  }

  .builder {
    height: 120px;
  }

  .contact-2 {
    display: none;
  }

  .contact-row {
    justify-content: flex-start;
    gap: 80px;
  }

  .contacts-block__map {
    height: 360px;
  }

  .clients-row .head-button {
    background-color: #ffffff;
    background-image: url(https://bau-ug.ru/sftk/but-1.svg);
    width: calc(33% - 5px) !important;
    height: 135px !important;
    background-position: center;
  }

  .shopping-cart-item__name {
    width: 40%;
  }

  .shopping-cart-item__img {
    margin-right: 20px;
  }

  .simple-cart__form {
    margin-bottom: 60px;
  }

  .services-p br {
    display: none;
  }

  .lk-menu-item {
    padding: 20px;
  }

  .block-krovli img {
    max-width: 90px;
    min-width: 90px;
  }

  .text-patner br {
    display: none;
  }

  .home-banner p::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(https://bau-ug.ru/sftk/pink-arrow.svg);
    display: block;
  }

  .inner-page .builder {
    width: calc(33% - 5px);
  }

  .inner-page .partners-row {
    justify-content: flex-start;
  }

  .inner-page .builder img {
    max-width: 170px;
    max-height: 70px;
  }

  .contact-1 {
    min-width: 280px;
  }

  .brend-img {
    width: 100%;
  }

  .brend-row {
    gap: 60px;
    flex-direction: column;
  }

  .brend-text {
    width: 100%;
    padding-right: 0px;
  }

  .new-site-img {
    width: 100%;
  }

  .new-site-row {
    gap: 40px;
    flex-direction: column;
  }

  .new-site-text {
    width: 100%;
    padding-right: 0px;
  }

  .dom-images img {
    min-height: 250px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .feedback-form .privacy-policy {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }

  .product-card__title {
    width: 100%;
  }

  .black-page-info {
    max-width: 100%;
  }

  .footer-right iframe {
    display: none;
  }
  .section-dark {
    background-color: var(--custom-gray-color-50) !important;
  }

  header .row {
    padding: 0px 4px !important;
  }

  .fancybox-slide--html .fancybox-close-small {
    right: 27px;
    top: 25px;
  }

  .modal.fancybox-content {
    max-width: 580px !important;
    padding: 100px 50px;
    background-size: 180px;
  }

  .modal .h2 {
    font-size: 28px;
    max-width: 300px;
  }

  .header--mob .phone--box {
    display: none;
  }

  .dom-images {
    gap: 0px;
    flex-direction: column;
  }

  .burger-box .tel-mob {
    display: none;
  }

  .burger-box svg {
    width: 20px !important;
  }

  .burger-box svg rect {
    width: 20px !important;
  }

  header .col-3 {
    width: auto;
    padding: 0px;
  }

  .header--mob .logo {
    max-width: 116px;
  }

  .header--mob .col-5 {
    display: none;
  }

  .header--mob .row {
    justify-content: space-between;
  }

  .header--bottom-mob {
    background-color: var(--custom-gray-color-50);
    border-top: none;
  }

  .col-8 {
    width: 100%;
    padding: 0px;
  }

  .header--bottom-mob .search--box input,
  .header--mob .search--box input {
    height: 40px;
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
    color: #dc303c;
    font-size: 14px;
    border: 1px solid var(--custom-gray-color-600);
    font-family: Inter;
    width: calc(100% - 80px);
    border-radius: 0px !important;
    font-family: Inter !important;
  }

  .header--bottom-mob .search--box input::placeholder {
    font-family: Inter;
    color: #dc303c;
  }

  .search--box form {
    gap: 5px;
  }

  .header--bottom-mob {
    height: auto;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .search--box .submit {
    background: url(https://bau-ug.ru/sftk/loop.svg) no-repeat;
    background-position: center;
    height: 40px;
    width: 70px !important;
    border: 1px solid var(--custom-gray-color-600);
  }

  .search--box .submit img {
    display: none;
  }

  .search--box .submit:hover {
    border: 1px solid #dc303c;
    background: transparent;
    background: url(https://bau-ug.ru/sftk/loop.svg) no-repeat;
    background-position: center;
  }

  .search--box .submit img {
    max-width: 20px;
    width: 17px;
  }

  .header--bottom-mob .custom-mob-cart {
    position: absolute;
    right: 15%;
    top: -44px;
    flex-direction: row-reverse;
    gap: 10px;
    color: #000;
    font-size: 12px;
  }

  main {
    padding-top: 95px !important;
  }

  .catalog-side__title {
    font-size: 14px;
    height: 40px;
    font-family: Inter;
  }

  .catalog-side__title .icon svg {
    width: 20px !important;
  }

  .offer-promo-buttons {
    margin-top: 10px;
  }

  .offer-big-slider .welcome__side {
    display: none;
  }

  .offer-big-slider .welcome__content {
    width: 100%;
  }

  .welcome__content .home-banner {
    margin: auto;
  }

  .frontpage .section-first,
  .frontpage .section-first-alter {
    padding-bottom: 0px;
  }

  .home-banner__slide {
    height: 370px;
  }

  .home-banner.inner-block__active .slide-content {
    background-color: transparent;
  }

  .text-banner {
    width: 100%;
  }

  .home-banner .slide-content {
    left: 20px;
    right: 20px;
    margin: 0px !important;
    justify-content: flex-start !important;
  }

  .home-banner h2 {
    font-size: 28px;
  }

  .home-banner.inner-block__active .image {
    padding-top: 160px;
    background-color: #dc303c;
  }

  .row-promo {
    padding-left: 0px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .row-promo a {
    width: calc(25% - 8px);
  }

  .row-promo img {
    height: auto;
    width: 100%;
    position: relative;
    aspect-ratio: 1 / 1;
  }

  .frontpage .buttons-row {
    padding-left: 0px;
  }

  .frontpage .buttons-row span {
    display: none;
  }

  .frontpage .button-bottom {
    height: 40px;
    width: 100%;
    background: #ffffff;
    padding: 0px 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    justify-content: center;
    border: 1px solid #ffffff;
  }

  .frontpage .button-top {
    height: 40px;
    width: 100%;
    background: #ffffff;
    padding: 0px 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    justify-content: center;
    border: 1px solid #ffffff;
  }

  .frontpage .button-bottom:hover {
    border: 1px solid #dc303c;
    background: #ffffff !important;
  }

  .frontpage .button-top:hover {
    border: 1px solid #dc303c;
    background: #ffffff !important;
  }

  .h-services {
    padding: 40px 0px 175px;
  }

  .h-services h2 {
    font-size: 28px;
  }

  .h-services p {
    margin-bottom: 15px;
  }

  .footer-first-column .mobile-show {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }

  .frontpage .head-button::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://bau-ug.ru/sftk/pink-arrow.svg);
    background-size: cover;
  }

  .frontpage .head-button {
    flex-direction: row;
    align-items: center;
    justify-content: space-between !important;
  }

  .frontpage .head-button:hover {
    background: #dc303c !important;
    color: #ffffff !important;
  }

  .frontpage .head-button:hover:after {
    filter: brightness(1000%);
  }

  .services-slider-wrapper .image img {
    min-height: 158px;
    height: 158px !important;
  }

  .services-slider-wrapper .content-background-box__text-content {
    padding: 20px 15px 30px;
  }

  .services-slider-wrapper h3 {
    font-size: 16px;
  }

  .services-slider-wrapper {
    max-width: 100%;
    margin-left: 0px;
    margin-top: -248px;
    margin-bottom: 60px;
  }

  .sertificates-slider-wrapper {
    max-width: 100%;
    margin-left: 0px;
    margin-top: -140px;
    margin-bottom: 60px;
  }

  .services-slider-wrapper .slick-dots {
    top: 10px;
    right: 0;
    bottom: auto;
  }

  .services-slider-wrapper .slick-dots {
    top: -10px;
    right: 0;
    bottom: auto;
  }

  .services-slider-wrapper .container {
    max-width: 540px;
    margin-right: auto;
  }

  .sertificates-slider-wrapper .slick-dots {
    top: 10px;
    right: 0;
    bottom: auto;
  }

  .sertificates-slider-wrapper .slick-dots {
    top: -10px;
    right: 0;
    bottom: auto;
  }

  .sertificates-slider-wrapper .container {
    max-width: 540px;
    margin-right: auto;
  }

  .slick-dots button {
    border-radius: 0px;
    opacity: 0.5;
    border: none !important;
    width: 8px;
    height: 8px;
    background-color: #dc303c;
  }

  .slick-dots .slick-active button {
    opacity: 1;
    background-color: #dc303c;
  }

  .services-slider-wrapper .slick-dots .slick-active button {
    opacity: 1;
    background-color: #ffffff;
  }

  .slick-dots li:not(:last-child) {
    margin-right: 5px;
  }

  .services-slider-wrapper .content-standard-box:hover .image img {
    min-height: 158px;
    height: 158px !important;
  }

  .services-slider-wrapper .content-standard-box {
    min-height: 180px;
    padding: 10px 5px;
  }

  .catalog-side__content-accordeon .custom__accordion li:last-child {
    border-bottom: 1px solid #000;
  }

  .custom__accordion .acc__toggle::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://bau-ug.ru/sftk/pink-arrow.svg);
    background-size: cover;
    display: block;
  }

  .custom__accordion .acc__toggle:not(.acc__toggle-inner) {
    display: flex;
    justify-content: space-between;
    transition: 0.2s;
  }

  .custom__accordion .acc__toggle:hover {
    color: #dc303c !important;
  }

  .h-set-slider h2 {
    font-size: 28px;
    max-width: max-content;
  }

  .slider-buttons {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 25px;
  }

  .catalog-buttons {
    max-width: 80%;
  }

  .h-top-slider {
    margin-bottom: 0px;
  }

  .product-item__link {
    flex-direction: column;
  }

  .product-item__flag {
    padding: 0 10px;
  }

  .product-item__image {
    max-width: 100%;
    width: 100%;
  }

  .product-item__name {
    height: 54px;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
  }

  .product-item__content-top {
    padding: 0px 10px 10px;
    padding-bottom: 60px;
  }

  .product-item__cost {
    flex-direction: column;
  }

  .product-item_new .input-number {
    display: none !important;
  }

  .product-item_new .product-item__content-bottom {
    width: 100%;
    padding: 10px;
  }

  .st-button_add-to-cart {
    width: 100%;
  }

  .w-100 {
    width: 100% !important;
  }

  .st-button {
    font-size: 14px;
  }

  .slider-constructor .product-item {
    border: none;
  }

  .slider-constructor .slick-slide {
    row-gap: 6px;
    padding: 10px 3px;
  }

  .container {
    padding: 0px 16px !important;
  }

  .st-button {
    padding: 8px 5px;
  }

  .set-slider-top {
    margin-bottom: 60px;
  }

  .seo-row {
    flex-direction: column;
    gap: 15px;
  }

  .seo-block h2 {
    font-size: 28px;
  }

  .images-row {
    width: 100%;
    gap: 0px;
    flex-direction: column;
  }

  .images-col {
    max-width: 100%;
  }

  .images-col-1 {
    display: flex;
    flex-direction: column-reverse;
  }

  .text-col {
    padding: 20px;
    height: auto;
  }

  .text-col a {
    margin-top: 25px;
  }

  .images-col-2 img {
    display: none;
  }

  .images-col-2 .text-col img {
    display: block;
  }

  .image-none {
    display: none;
  }

  .seo-block {
    padding-bottom: 200px;
    margin-bottom: -170px;
    padding-bottom: 60px !important;
  }

  .h-repair p {
    margin-bottom: 15px;
  }

  .h-repair h2 {
    font-size: 28px;
  }

  .h-repair {
    padding: 40px 0px 175px;
  }

  .events-block h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .event {
    flex-direction: column-reverse;
    padding: 20px 0px;
    gap: 0px;
  }

  .event h3 {
    font-size: 16px;
  }

  .event p {
    margin-bottom: 30px;
  }

  .event-col-2 h3 {
    display: none;
  }

  .event-col-3 p {
    margin-bottom: 0px;
  }

  .event-col-1 {
    max-width: 100%;
  }

  .event a::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://bau-ug.ru/sftk/pink-arrow.svg);
    background-size: cover;
    filter: brightness(1000%);
  }

  .event a {
    justify-content: space-between;
    max-width: 100%;
  }

  .event a:hover::after {
    filter: brightness(100%);
  }

  .event-modal::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://bau-ug.ru/sftk/pink-arrow.svg);
    background-size: cover;
    filter: brightness(1000%);
  }

  .event-modal {
    justify-content: space-between;
    max-width: 100%;
  }

  .event-modal:hover::after {
    filter: brightness(100%);
  }

  .events-block {
    margin-bottom: 60px;
  }

  .h-set-slider {
    margin-bottom: 0px;
  }

  .our-partners h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .partners-row {
    flex-direction: column;
  }

  .partners-col {
    flex-direction: row;
  }

  .partner {
    padding: 20px;
  }

  .partners-row .partners-col:last-child {
    flex-direction: column;
  }

  .partner-none {
    display: none;
  }

  .partners-col a {
    height: 40px;
    padding: 0px 20px 0px 30px;
  }

  .our-partners {
    padding-bottom: 40px;
    background: url(https://bau-ug.ru/sftk/partners.svg);
    background-position-x: right;
  }

  .h-faq {
    padding-top: 60px;
    margin-bottom: 30px;
  }

  .faq_frontpage_block {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .h-faq p {
    margin-bottom: 15px;
  }

  .h-faq h2 {
    font-size: 28px;
  }

  .faq-section__elements {
    padding-left: 0px;
  }

  .faq-element__head p {
    font-size: 16px;
    line-height: 16px;
  }

  .faq-element__head {
    padding: 20px 0px;
  }

  .faq-element__content {
    padding: 0px 00px 20px;
    max-width: 85%;
  }

  .faq-element__content br {
    display: none;
  }

  .faq-element__head .faq-element__trigger {
    width: 16px;
    height: 16px;
    background-size: cover;
    right: 0px;
  }

  .dots-block {
    background: url(https://bau-ug.ru/sftk/dots-question-mobile.svg)
      no-repeat;
    background-size: cover;
    height: auto;
    width: 80%;
    position: relative;
    aspect-ratio: 459 / 163;
    margin: auto;
    margin-top: 0px;
    max-width: 450px;
  }

  .content-block {
    padding-top: 0px;
  }

  .faq-element:last-child {
    border-bottom: 1px solid #dadada;
  }

  .feedback-form .container {
    padding: 0px 16px !important;
  }

  .question-form {
    padding: 20px 0px;
  }

  section.feedback-form .h2::before {
    margin-bottom: 15px;
  }

  section.feedback-form .h2 {
    font-size: 28px;
  }

  .question-form form {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }

  .feedback-form .form-text {
    margin-left: 0px;
    margin-top: 15px;
  }

  footer {
    padding: 40px 0 0px 0;
  }

  .footer-content__title span {
    padding-top: 5px;
    opacity: 1;
  }

  .footer-content__menu {
    width: 100%;
  }

  .footer-content__column:first-child {
    margin-right: 30px;
  }

  .footer-content__menu {
    margin-bottom: 60px;
  }

  .footer-first-column .logo {
    position: inherit;
  }

  footer .logo img {
    max-width: 100%;
  }

  .footer-first-column .logo img {
    width: 200px;
    margin-bottom: 20px;
  }

  .footer-content {
    padding-bottom: 0px;
  }

  .footer-bottom__left {
    text-align: center;
  }

  .inner-page h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .inner-page .catalog-side {
    margin-top: 2px;
  }

  .page-head {
    width: 100%;
    background: var(--custom-gray-color-50);
    padding: 0px;
    margin: 0px;
  }

  .breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 130%;
    gap: 5px 0;
  }

  .breadcrumbs a {
    text-transform: uppercase;
  }

  .catalog-menu-item {
    position: relative;
    aspect-ratio: 160 / 142;
    height: auto;
    width: calc(50% - 5px) !important;
    margin-bottom: 10px !important;
  }

  .catalog-menu-item__name {
    top: 10px;
    left: 10px;
    font-size: 14px;
  }

  .breadcrumbs a:first-child {
    font-size: 12px;
  }

  .catalog-menu.catalog-categories-block {
    margin-bottom: 20px;
  }

  .catalog-menu.catalog-categories-block {
    margin-bottom: 0px;
  }

  .category-root-page .welcome__side {
    display: none;
  }

  .welcome__content {
    width: 100%;
  }

  .category-root-page .catalog-menu {
    margin-bottom: 60px;
  }

  .welcome__content .mb-25 {
    font-size: 28px;
    margin-bottom: 30px !important;
  }

  .section .text-page {
    margin-left: 0px;
  }

  .section .text-page h2 {
    font-size: 28px;
  }

  .product-card__head {
    margin-bottom: 0px;
  }

  .product-card__container {
    padding: 20px 20px 60px;
  }

  .product-card__slideshow {
    width: 100%;
  }

  #sync1.owl-theme .owl-dots .owl-dot span {
    background: #dc303c;
    opacity: 0.5;
  }

  #sync1.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 0px;
  }

  #sync1.owl-theme .owl-dots .owl-dot.active span,
  #sync1.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
  }

  .product-card__left {
    width: 100%;
  }

  #sync1.owl-theme .owl-next {
    bottom: -40px;
    border: none !important;
  }

  #sync1.owl-theme .owl-prev {
    bottom: -40px;
    border: none !important;
  }

  .product-card__slideshow {
    margin-bottom: 40px;
  }

  .product-card__content {
    width: 100%;
  }

  .product-card__right {
    margin: 0px;
    width: 100%;
  }

  .product-set-title {
    font-size: 28px;
    margin-bottom: 0px;
  }

  .product-card-container .product-card-content {
    width: 100%;
    padding: 0px 20px 0px;
  }

  .tab-content {
    padding: 20px 0px 30px;
  }

  .tab_drawer_heading {
    background-color: #ffffff;
    border: 1px solid #dc303c;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    font-family: Inter;
    color: #dc303c;
    margin-bottom: 10px;
  }

  .d_active {
    border: 1px solid var(--custom-gray-color-600);
  }

  .tab_drawer_heading .icon .icon-svg {
    color: transparent;
    width: 16px;
    height: 16px;
    background: url(https://bau-ug.ru/sftk/pink-arrow.svg);
    background-size: cover;
    transform: rotate(90deg);
  }

  .d_active .icon .icon-svg {
    color: transparent;
    transform: rotate(-90deg);
  }

  .product-card-bottom__artikul {
    display: none;
  }

  .product-card-container {
    margin-bottom: 60px;
  }

  .product-slider,
  .news-slider,
  .action-slider,
  .category-slider {
    margin-bottom: 60px;
  }

  .promo-col {
    width: 100%;
  }

  .promo-row {
    gap: 15px;
    margin-top: -20px;
  }

  .h-promo {
    max-width: 100%;
    height: auto;
  }

  .img-mobile {
    display: block;
  }

  .page-promo-montazh {
    background: #dc303c;
    margin-top: -20px;
    margin-bottom: -100px;
    padding-bottom: 100px;
  }

  .black-page-info br {
    display: none;
  }

  .opacity-p {
    max-width: 100%;
  }

  .black-page-info form {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .black-page-info h3 {
    padding-top: 30px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .opacity-p {
    margin-bottom: 0px !important;
  }

  .page-events .event-col-1 {
    min-width: 100%;
  }

  .page-events {
    margin-top: -20px;
  }

  .photo-event {
    background: #dc303c !important;
    color: #ffffff !important;
  }

  .photo-event:hover {
    background: transparent !important;
    color: #dc303c !important;
  }

  .photo-event::after {
    filter: brightness(1000%) !important;
  }

  .photo-event:hover::after {
    filter: brightness(100%) !important;
  }

  .modal-text {
    margin-left: 0px;
    margin-top: 15px;
  }

  .error__content {
    background-size: contain;
  }

  .error h1 {
    padding-top: 55%;
  }

  .error__content p {
    max-width: 100%;
  }

  .error {
    padding: 50px 0 60px;
  }

  .about-row {
    flex-direction: column;
    gap: 30px;
  }

  .about-col-1 {
    width: 100%;
  }

  .about-col-2 {
    width: 100%;
  }

  .why-col {
    width: calc(50% - 10px);
  }

  .our-sertificates {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .builder img {
    max-width: 120px;
    max-height: 60px;
  }

  .builder {
    height: 120px;
  }

  .page-about {
    margin-top: -20px;
  }

  .text-page h3 {
    font-size: 16px;
  }

  .our-sertificates h2 {
    font-size: 28px;
  }

  .our-sertificates p {
    margin-bottom: 15px;
  }

  .why-incom h2 {
    font-size: 28px;
  }

  .about-partners h2 {
    font-size: 28px;
  }

  .about-partners .partners-col {
    width: 100%;
  }

  .about-partners .partners-row .partners-col:last-child {
    flex-direction: row !important;
  }

  .why-col h3 {
    font-size: 16px !important;
    max-width: 200px;
  }

  .contacts-block {
    flex-direction: column;
  }

  .contact-row {
    flex-direction: column;
    gap: 60px;
  }

  .contact-2 {
    width: 100%;
  }

  .page-cilents {
    margin-top: -20px;
  }

  .simple-cart .content-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .simple-cart {
    padding-top: 20px;
  }

  .shopping-cart-item__name {
    width: calc(100% - 130px);
    margin-left: 0px;
  }

  .shopping-cart-item {
    padding: 15px;
  }

  .delivery-cart {
    padding: 0;
  }

  .simple-cart__form {
    margin-bottom: 20px;
  }

  .tabs-content--authorizaion {
    max-width: 100%;
  }

  .tabs-content--authorizaion h2 {
    font-size: 28px;
  }

  .tabs-content--authorizaion .form-gorup-inline {
    flex-direction: row !important;
  }

  .tabs-content--authorizaion .btn {
    margin-bottom: 0px !important;
  }

  .services-p br {
    display: none;
  }

  .services-p {
    margin-top: -20px;
    margin-bottom: 60px !important;
  }

  .lk-main-page__head .user-data {
    padding-left: 100px;
    margin-bottom: 80px;
  }

  .mobile-menu-item {
    display: block;
    background-color: #ffffff;
    border: 1px solid #dc303c;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    font-family: Inter;
    color: #dc303c;
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }

  .lk-container .lk-side {
    background: transparent;
    box-shadow: none;
    padding: 0px 0px 30px;
  }

  .mobile-menu-item .icon .icon-svg {
    color: transparent;
    width: 16px;
    height: 16px;
    background: url(https://bau-ug.ru/sftk/pink-arrow.svg);
    background-size: cover;
    transform: rotate(90deg);
  }

  .page-head .btn-border {
    border-color: #dc303c !important;
    color: #dc303c !important;
    border-radius: 0px;
  }

  .lk-container .lk-content {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 30px;
  }

  .user-data {
    padding-left: 100px;
    margin-bottom: 80px !important;
  }

  .mobile-menu-item.active {
    color: #dc303c;
    border-color: var(--custom-gray-color-600);
    background: #ffffff;
  }

  .mobile-menu-item.active .icon .icon-svg {
    color: transparent;
    transform: rotate(-90deg);
  }

  .personal-data {
    max-width: 100%;
  }

  .col-krovli {
    padding: 0px;
    border-top: none;
    flex-direction: column;
    grid-template-columns: 100%;
  }

  .block-krovli {
    padding: 30px 0px;
    border-top: 1px solid #dadada;
  }

  .all-krovli {
    gap: 0px;
  }

  .page-krovli {
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .col-krovli:last-child {
    border-bottom: 1px solid #dadada;
  }

  .services-buttons {
    margin-top: 30px;
  }

  .text-patner br {
    display: none;
  }

  .page-partners-col {
    gap: 30px;
    flex-direction: column;
  }

  .page-partners-col img {
    width: 100%;
  }

  .text-patner {
    width: 100%;
  }

  .page-partners {
    margin-top: -20px;
  }

  .simple-cart .form-text {
    margin-left: 0px;
    margin-top: 20px;
  }

  .simple-order-form__submit .btn {
    max-width: 100%;
  }

  .catalog-side__title .icon {
    background: url(https://bau-ug.ru/sftk/burger.png)
      no-repeat;
    background-size: cover;
  }

  .catalog-side__title .icon path {
    display: none;
  }

  .home-banner.inner-block__active .image::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://bau-ug.ru/sftk/white-arrow.svg);
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 20px;
  }

  .services-slider-wrapper .slick-next {
    right: 0px;
    left: auto;
  }

  .services-slider-wrapper .slick-prev {
    right: 50px;
    left: auto;
  }

  .images-col-1 .text-col a {
    width: 100% !important;
  }

  .images-col-2 .text-col a {
    width: 100% !important;
  }

  .char-text:last-child {
    font-size: 14px;
    color: #dc303c;
  }

  .section-dark.feedback-form {
    background: #dc303c !important;
  }

  .shopping-cart-item__img {
    margin-right: 15px;
  }

  .shopping-cart-item__img {
    margin-right: 10px;
  }

  .shopping-cart-item {
    row-gap: 10px;
  }

  body .notifyjs-wrapper,
  body .notifyjs-container {
    display: none !important;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .slider-constructor .slick-dots {
    bottom: auto;
    top: 20px;
  }

  .catalog-buttons {
    max-width: 100%;
    gap: 5px;
  }

  .catalog-buttons button,
  .catalog-buttons a {
    height: 35px;
    padding: 10px 15px;
    font-size: 12px;
  }

  .services-buttons a {
    height: 35px;
    padding: 10px 15px;
    font-size: 12px;
  }

  .services-buttons {
    gap: 5px;
  }

  .clients-row .head-button {
    width: calc(50% - 5px) !important;
  }

  .clients-row .button-top {
    background-color: #ffffff;
    background-image: url(https://bau-ug.ru/sftk/but-1.svg);
    background-size: cover;
  }

  .clients-row .button-top:hover {
    background-color: #ffffff;
    background-image: url(https://bau-ug.ru/sftk/but-1-hover.svg);
    background-size: cover;
  }

  .home-banner__slide .image img {
    object-position: right;
    height: 210px !important;
  }

  a.acc__toggle.acc__toggle-inner.not_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    padding: 15px 35px 15px 20px;
  }

  .custom__accordion .acc__toggle:not(.acc__toggle-inner) {
    color: #dc303c;
  }

  .images-col span img {
    width: 16px;
  }

  .partners-col a img {
    width: 16px;
  }

  .pagination .next::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(https://bau-ug.ru/sftk/pink-arrow.svg);
    background-size: cover;
  }

  .inner-page .builder {
    width: calc(50% - 5px);
  }

  .inner-page .partners-row {
    flex-direction: row;
  }

  .contacts-block__info {
    flex-direction: column;
    gap: 60px;
  }

  .contact-1 {
    min-width: 100%;
  }

  .inner-header {
    font-size: 28px;
    margin-top: 40px;
  }

  .inner-row {
    flex-direction: column;
  }

  .inner-item {
    width: 100%;
  }

  .page-inner {
    margin-top: -30px;
  }

  .brend-img {
    width: 100%;
  }

  .brend-row {
    gap: 40px;
    flex-direction: column;
    margin: 40px 0px 30px;
  }

  .brend-text {
    width: 100%;
    padding-right: 0px;
  }

  .head-brend-img {
    min-height: 135px;
    object-position: right;
    object-fit: cover;
  }

  .new-site-img {
    width: 100%;
  }

  .new-site-row {
    gap: 40px;
    flex-direction: column;
  }

  .new-site-text {
    width: 100%;
    padding-right: 0px;
  }

  .pena-row {
    flex-direction: column;
    gap: 50px;
  }

  .pena-text {
    width: 100%;
    padding-right: 0px;
  }

  .pena-img img {
    margin: 0px auto 40px;
  }

  .pena-img a {
    margin: auto;
  }
}

@media (max-width: 768px) and (min-width: 578px) {
  .row-promo a {
    width: calc(16% - 6px);
  }

  .builder img {
    max-width: 180px;
    max-height: 70px;
  }

  .button-bottom {
    width: calc(50% - 5px);
  }

  .button-top {
    width: calc(50% - 5px);
  }

  .services-slider-wrapper {
    margin-top: -218px;
  }

  .slider-constructor .slick-prev,
  .slider-constructor .slick-next {
    top: -40px;
  }

  .images-col-1 {
    flex-direction: row;
  }

  .st-button_add-to-cart {
    width: calc(100% - 90px);
  }

  .product-item_new .input-number {
    display: flex !important;
  }

  .text-col {
    width: 50%;
  }

  .images-col-1 a {
    width: 50%;
  }

  .images-col-1 .text-col p {
    display: none;
  }

  .images-col-2 a {
    width: 50%;
  }

  .images-row {
    gap: 10px;
  }

  .images-col-2 img {
    display: block;
  }

  .images-col.images-col-2 {
    display: flex;
  }

  .partners-row .partners-col:last-child {
    flex-direction: row;
    justify-content: space-between;
  }

  .partners-col a {
    width: calc(50% - 5px);
  }

  .catalog-buttons {
    max-width: 80%;
  }

  .catalog-menu-item__name {
    top: 20px;
    left: 20px;
    font-size: 18px;
  }

  .product-set-title {
    margin-bottom: 20px;
    max-width: calc(100% - 100px);
  }

  .product-card__container {
    padding: 30px 30px 60px;
  }

  .product-card-container .product-card-content {
    padding: 0px 30px 0px;
  }

  .h-promo br {
    display: block;
  }

  .black-page-info h3 {
    padding-top: 40px;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .header--bottom-mob .custom-mob-cart {
    right: 22%;
  }

  .clients-row .head-button {
    height: 135px !important;
    padding: 20px;
    background-position-x: -50px;
  }

  .row-promo a {
    width: calc(16.6% - 8px);
  }
}

@media (max-width: 768px) and (min-width: 480px) {
  .promo-col {
    width: calc(50% - 8px);
  }
}

@media (max-width: 578px) {
  .our-sertificates {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .mobile-promo {
    display: block;
  }

  .services-slider-wrapper button {
    background-color: #ffffff;
  }

  .clients-row .head-button {
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    height: 120px !important;
    line-height: 120%;
  }

  .our-partners {
    background: url(https://bau-ug.ru/sftk/partners.svg);
    background-position-x: 80%;
  }

  .inner-page h1 {
    word-wrap: break-word;
    hyphens: auto;
  }

  .clients-row .head-button {
    width: 100% !important;
  }

  .seo-block {
    padding-top: 30px;
    margin-bottom: -30px;
  }
}

@media (max-width: 480px) {
  .custom-modal-content {
    padding: 100px 20px 100px !important;
    background-size: 150px !important;
  }

  .modal.fancybox-content {
    padding: 100px 20px 100px !important;
    background-size: 150px !important;
  }

  .modal-content {
    justify-content: flex-start;
  }

  .custom-modal-content h2 {
    font-size: 28px;
  }

  .custom-modal-content p {
    margin-bottom: 15px;
  }

  .why-col {
    width: 100%;
  }

  .block-krovli {
    gap: 20px;
  }

  .home-banner__slide .image img {
    object-position: -290px;
  }
}

.set-top {
  display: none;
}

.set-top.active {
  display: block;
}

.set-top-1.active {
  display: block !important;
}

.content-background-box__text-content {
  padding: 0 !important;
}

.complex-slide {
  display: block;
  background: #ffffff;
}

.services-slider-wrapper
  .content-background-box__text-content
  .complex-slide
  img {
  width: 100%;
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  object-fit: cover;
  filter: saturate(100%);
}

.complex-slide-info {
  padding: 20px 20px 30px;
}

.services-slider-wrapper
  .content-background-box__text-content
  .complex-slide
  .complex-slide-info
  img {
  position: absolute !important;
  bottom: 30px !important;
  right: 20px !important;
  filter: saturate(0%);
  width: fit-content !important;
}

.services-slider-wrapper
  .content-standard-box:hover
  .complex-slide
  .complex-slide-info
  img {
  filter: saturate(100%) !important;
}

.fancybox-slide {
  left: auto;
  right: 1px;
}

.custom-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
  justify-content: center;
  align-items: center;
}

.custom-modal .modal {
  position: relative;
}

.custom-modal .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.set-top .container {
  padding: 0 20px;
}

@media (max-width: 480px) {
  .custom-modal .modal {
    padding-top: 250px !important;
    background-position-y: 200px;
  }
  .custom-modal .close {
    top: 242px;
    right: 12px;
  }
}

.set-top .slick-slide {
  min-width: 165px;
}

@media (min-width: 768px) {
  .set-top .slick-slide {
    min-width: 249px;
  }
}

@media (min-width: 991px) {
  .set-top .slick-slide {
    min-width: 235px;
  }

  .catalog-container .catalog-filter {
    width: 260px;
  }

  .catalog-container .catalog-body {
    width: calc(100% - 260px);
  }
}

@media (min-width: 1280px) {
  .set-top .slick-slide {
    min-width: 250px;
  }
}

#search-result-container[data-search-results-active],
#search-result-mob[data-search-results-active] {
  display: block !important;
}

/* ветонит */

.vetonit-systems {
  margin-top: -40px;
}

.vetonit-systems .category-catalog {
  margin: 120px 0;
}

h2 {
  font-size: 36px;
  color: var(--custom-accent-color-400);
}

.page-partners-row {
  border-bottom: 1px solid #dadada;
}

.main-btn-border {
  border: 1px solid #dc303c;
  height: 42px;
  padding: 0 25px;
  background: transparent;
  border-radius: 0;
}

.main-btn-border:hover {
  border: 1px solid #dc303c;
  color: #ffffff;
  background: #dc303c;
}

.buttons-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-catalog h2 {
  margin-bottom: 40px;
}

.category-catalog .plus-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.plus-info {
  background: #ffffff;
  display: flex;
  padding: 30px;
  justify-content: flex-start;
  box-shadow: 0px 6px 6px 0px rgba(51, 51, 51, 0.06);
  flex-direction: column;
}

.plus-info h4 {
  font-size: 18px;
}

.offer-banner-block img {
  margin: 0;
  width: 100%;
}

.vetonit-card-slider,
.vetonit-description {
  display: none;
}
.vetonit-card-slider.active,
.vetonit-description.active {
  display: block;
}

.tarif-item,
.tarif-item h4,
.tarif-item p,
.tarif-item ul li {
  cursor: pointer;
}

.vetonit-card {
  display: flex;
  gap: 50px;
  background: #ffffff;
  padding: 30px;
}

.vetonit-card-slider {
  width: 380px;
}

.vetonit-card-slider img {
  margin: 0;
}

.tarif-block {
  width: calc(100% - 380px);
}

.tarif-block-items {
  display: grid;
  gap: 20px;
}

.tarif-block-items-1 {
  grid-template-columns: repeat(1, 1fr);
}

.tarif-block-items-2 {
  grid-template-columns: repeat(2, 1fr);
}

.tarif-block-items-3 {
  grid-template-columns: repeat(3, 1fr);
}

.tarif-item {
  border: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0.8;
  position: relative;
  gap: 30px;
}

.tarif-item::after {
  content: "";
  width: 42px;
  height: 42px;
  border: 1px solid #dadada;
  right: -1px;
  top: -1px;
  position: absolute;
}

.tarif-item.active {
  border: 1px solid #dc303c;
  opacity: 1;
}

.tarif-item.active::after {
  content: "";
  width: 42px;
  height: 42px;
  border: 1px solid #dc303c;
  right: -1px;
  top: -1px;
  position: absolute;
  background: url(https://bau-ug.ru/sftk/check.svg)
    no-repeat;
  background-position: center center;
  background-size: 24px;
}

.main-btn-border.btn-border  {
	
}
.main-btn:hover {
  border: 1px solid #dc303c;
  color: #dc303c;
  background: transparent;
}

.fivestar-widget {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  width: 58px;
}

.star {
  width: 16px;
  height: 16px;
}

.star.on {
  background: url(https://bau-ug.ru/sftk/star-on.svg)
    no-repeat;
  background-position: center center;
  background-size: 100%;
}

.star.off {
  background: url(https://bau-ug.ru/sftk/star-off.svg)
    no-repeat;
  background-position: center center;
  background-size: 100%;
}

.tarif-rating {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.tarif-rating .rating-item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.rating-item p {
  margin: 0;
  width: calc(100% - 70px);
}

.vetonit-description {
  margin-top: 80px;
 padding: 0 20px;
}
.desc-part {
	 background: #F1F1F1;
	 padding: 20px;
}
.vetonit-description .desc-part,
.vetonit-description .structure-part,
.vetonit-description .recomendation-part {
  margin-bottom: 80px;
}

.desc-download {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  justify-content: space-between;
}

.desc-download p:not(.desc-download-info p),
.desc-download-info {
  width: 70%;
}

.download .hover-btn,
.download:hover .default-btn {
  display: none;
}

.download:hover .hover-btn,
.download .default-btn {
  display: block;
}

.download {
  gap: 10px;
}

.download img {
  width: 20px;
}

.plus-ul ul li::before {
  width: 42px;
  height: 42px;
  background: url(https://bau-ug.ru/sftk/check.svg)
    no-repeat;
  background-position: center center;
  background-size: 24px;
  border: 1px solid #dc303c;
  top: -10px;
}

.plus-ul ul li {
  padding-left: 60px;
}

.plus-ul ul {
  display: grid;
  gap: 30px 15px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  padding: 0;
}

.structure-part h3 {
  max-width: 600px;
}

.structure-block {
  display: grid;
  gap: 30px 20px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 0;
  margin-top: 30px;
}

.structure-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}

.structure-item img {
  margin: 0;
}

.structure-item .img-tovar {
  width: 70px;
  height: 70px;
  border: 1px solid #dadada;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.structure-item .img-tovar img {
  height: 100%;
  object-fit: cover;
}

.structure-item:hover .img-tovar {
  border: 1px solid #dc303c;
}

.structure-item p {
  cursor: pointer;
  margin-bottom: 5px;
}

.structure-item .grey {
  color: var(--custom-gray-color-500);
}

.tovar-item-info {
  width: calc(100% - 128px);
}

.info-structure-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-footer-structure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.main-img-block {
  display: flex;
  align-items: center;
  height: 100%;
}

/* Доставка и оплата */
.pay-delivery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

.pay-delivery-wrapper-item {
  background-color: #fff;
  position: relative;
}

.contacts-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.contacts-link img {
  margin-bottom: 0;
}

.pay-delivery-wrapper-item-text {
  padding: 20px;
  padding-bottom: 30px;
}

.pay-delivery-wrapper-item-text span {
  font-size: 18px;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 15px;
  display: block;
}

.pay-delivery-wrapper-item-text p {
  margin-bottom: 0;
}

.pay-delivery-wrapper-item-img img {
  margin-bottom: 0;
}

.pay-delivery h2 {
  margin-top: 70px;
  color: #dc303c;
}

.pay-delivery ul li:before {
  display: none;
}

.pay-delivery ul li {
  padding-left: 0;
}

.pay-delivery-wrapper-item-text a {
  color: #000;
}

.sber-banner {
  margin-top: 110px;
}

@media (max-width: 1280px) {
  .category-catalog .plus-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .tarif-block-items {
    grid-template-columns: repeat(1, 1fr);
  }

  .desc-download {
    gap: 40px;
}

  .vetonit-card {
    align-items: flex-start;
  }

  .vetonit-card {
    gap: 20px;
  }

  .vetonit-card-slider {
    width: 40%;
    margin-top: 100px;
  }

  .tarif-block {
    width: 60%;
  }

  .info-footer-structure .buttons-line {
    width: 287px;
  }

  .tarif-block-items-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .vetonit-card {
    gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .vetonit-card-slider,
  .tarif-block {
    width: 100%;
  }

  .vetonit-card-slider {
    margin-top: 0;
  }

  .desc-download p,
  .info-structure-text {
    width: 50%;
  }

  .info-footer-structure .buttons-line {
    width: max-content;
    justify-content: flex-end;
  }

  .desc-download {
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .recomendation-part .desc-download p,
  .desc-download-info {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .vetonit-systems .category-catalog {
    margin: 60px 0;
  }

  .rating-item p {
    width: 70%;
  }

  .category-catalog h2,
  .vetonit-systems h2 {
    margin-bottom: 20px;
  }

  h2 {
    font-size: 28px;
  }

  .category-catalog h3 {
    font-size: 22px;
  }

  .main-btn-border {
    width: max-content;
  }

  .plus-info {
    padding: 20px;
  }

  .info-footer-structure {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .desc-download p,
  .info-structure-text {
    width: 100%;
  }

  .structure-block {
    grid-template-columns: repeat(1, 1fr);
  }

  h3 {
    font-size: 16px;
    margin-bottom: 15px !important;
  }

  h4 {
    font-size: 14px;
  }

  .plus-ul ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
  }

  .desc-download {
    gap: 10px;
    justify-content: flex-start;
  }

  .vetonit-systems {
    margin-top: -20px;
  }

  .tarif-item {
    padding: 15px;
  }

  .tarif-item::after,
  .tarif-item.active::after {
    width: 30px;
    height: 30px;
  }

  .tarif-item .main-btn-border {
    width: 100%;
  }

  .tarif-block-items {
    grid-template-columns: repeat(1, 1fr);
  }

  .pay-delivery-wrapper {
    grid-template-columns: 1fr;
  }

  .product-card__artikul {
    display: none;
  }

  .PWPreviewWidgetButtonWrapper {
    bottom: 80px !important;
    left: 10px !important;
}

.PWPreviewWidgetButton {
    bottom: 60px !important;
}

.about-img img{
  margin-bottom: 0px !important;
}
}

@media (max-width: 575px) {
  .category-catalog .plus-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .buttons-line {
    gap: 5px;
  }

  .page-partners-row .buttons-line .main-btn-border {
    height: 35px;
    padding: 10px 15px;
    font-size: 12px;
  }

  .buttons-line {
    flex-direction: column;
  }

  .vetonit-card {
    gap: 30px;
    padding: 15px;
  }

  .vetonit-card h3 {
    margin-bottom: 25px !important;
  }

  .vetonit-description {
    margin-top: 30px;
  }

  .vetonit-description .desc-part,
  .vetonit-description .structure-part,
  .vetonit-description .recomendation-part {
    margin-bottom: 60px;
  }

  .structure-block {
    gap: 10px;
  }

  .structure-item .grey {
    font-size: 12px;
    line-height: 120%;
  }

  .info-structure-text p {
    width: calc(100% - 20px);
  }

  .info-structure-text {
    align-items: flex-start;
  }

  .page-partners-row .buttons-line .main-btn-border {
        height: auto;
        min-height: 30px;
        white-space: normal;
        text-align: center;
        line-height: 120%;
        width: 100%;
    }
}

.form-group.privacy-policy
  .checkbox
  [type="checkbox"]:not(:checked)
  + label:after,
.checkbox [type="checkbox"]:checked + label:after,
.form-group.privacy-policy
  .checkbox
  [type="checkbox"]:not(:checked)
  + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  top: 0px;
}

p a {
  color: var(--custom-accent-color-400);
}

.modal .form-control::placeholder {
  font-family: Inter;
}

.table table td {
  font-size: 14px;
  font-family: "Inter";
  padding: 10px 25px 10px 0;
}

.catalog-side {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.catalog-side__title {
  display: none;
}

/* .home-banner .image_cover {
  position: relative;
  z-index: 50;
} */


.about-img img{
  margin-bottom:200px ;
}

.page-about h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.conditional-section {
  margin-bottom: 40px;
  position: relative;
}
.vetonit-card-slider img {
  margin: 0;
}
.text-page img {
  max-width: 100%;
}
.main-btn-border {
  border: 1px solid #dc303c;
  color: #333333;
  height: 42px;
  padding: 0 25px;
  background: transparent;
  border-radius: 0;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  line-height: 0;
  cursor: pointer;
}

.main-btn {
  border: 1px solid #dc303c;
  color: #ffffff;
  background: #dc303c;
}