/* шрифты */

@font-face {
  font-family: Inter;
  font-weight: 400;
  src: url(https://hommet.ru/media/customization/fonts/Inter-Regular.otf);
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  src: url(https://hommet.ru/media/customization/fonts/Inter-Bold.otf);
}

@font-face {
  font-family: Mulish;
  font-weight: 400;
  src: url(https://hommet.ru/media/customization/fonts/Mulish-Medium.ttf);
}

@font-face {
  font-family: Mulish;
  font-weight: 800;
  src: url(https://hommet.ru/media/customization/fonts/Mulish-ExtraBold.ttf);
}

a,
p,
button,
li,
ul {
  font-family: Inter !important;
  cursor: default;
}

h1,
h2,
h3,
h4 {
  font-family: Mulish !important;
  cursor: default;
}

a {
  cursor: pointer !important;
}

/* глобально */

h2 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}

h2 span {
  font-weight: 800;
  color: #000;
}

/* шапка */

.__header.trapeze .catalog-btn:before {
  border: none;
  background: #df0923;
  transition: 0.3s;
}

.catalog-btn:hover:before {
  background: #353535 !important;
}

.__header.trapeze .catalog-btn {
  color: #ffffff !important;
  padding: 0px !important;
}

.__header .catalog-btn span,
.__header .catalog-btn span:before,
.__header .catalog-btn span::after {
  background-color: #ffffff00;
}

.__header.trapeze .catalog-btn {
  position: relative;
}

.__header.trapeze .catalog-btn::after {
  content: "Каталог";
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter";
  position: relative;
  left: -42px;
  z-index: 2;
}

.__header.trapeze .search-box .field__box:before {
  border: 1px solid #474747;
}

.__header.trapeze .search-box input::placeholder {
  color: #474747;
}

.__header.trapeze .search-box .submit {
  background: #df0923;
}

.__header.trapeze .search-box .submit:hover {
  background: #353535;
}

.__header .catalog-btn.toggled span:before {
  transform: rotate(0deg) translateX(32px) !important;
}

.__header.trapeze .c-box-fat-v2 .order-call:before {
  top: -3px;
  height: 47px;
  border: none;
  background: #df0923;
}

.__header.trapeze .c-box-fat-v2 .order-call:hover:before {
  background: #353535;
}

.__header.trapeze .c-box-fat-v2 .order-call span {
  color: #ffffff;
  font-weight: 700;
}

.trapeze+.__h-fat-v2-bottom {
  background: #68676c;
}

.trapeze+.__h-fat-v2-bottom .__fat-v2-nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding-left: 0px;
  padding-right: 50px;
  transition: text-decoration 0.3s !important;
}

.trapeze+.__h-fat-v2-bottom .__fat-v2-nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.trapeze+.__h-fat-v2-bottom .__fat-v2-nav ul li:hover {
  background: #ffffff00;
}

.trapeze+.__h-fat-v2-bottom .__fat-v2-options ul li a {
  font-size: 16px;
  font-weight: 700;
}

.__header .contact-box p.toggled a {
  color: #474747;
  font-family: Mulish !important;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.__header .contact-box p.toggled a:hover {
  color: #df0923;
}

.__header.trapeze .catalog-btn {
  max-width: 180px;
}

.__header .c-box-fat-v2 p {
  margin-right: 15px;
  padding-left: 0px !important;
}

.trapeze+.__h-fat-v2-bottom .__fat-v2-options ul li a:hover {
  color: #ffffff;
}

.trapeze+.__h-fat-v2-bottom .__fat-v2-options ul li img,
.trapeze+.__h-fat-v2-bottom .__fat-v2-options ul li svg {
  margin-right: 10px;
  width: 25px;
}

.__header.trapeze .search-box input {
  color: #000;
  font-family: Inter !important;
}

/* главный экран */

.head-block h1 {
  font-size: 45px;
  line-height: 52px;
  text-transform: uppercase;
  color: #000000;
}

.head-block p {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #000;
  margin-bottom: 30px !important;
}

.head-block {
  padding: 130px 0px 130px 50px;
}

.head-button {
  color: #df0923;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}

.head-button:hover {
  color: #353535;
}

.head-offer {
  background: url(https://hommet.ru/media/uploads/mainimg.png);
  background-position: bottom;
  margin-bottom: 0px !important;
  background-size: cover;
}

/* хомуты и профили */

.grey-button {
  height: 45px;
  display: flex;
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
  width: 150px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding-right: 20px;
  transition: 0.3s;
}

.grey-button:hover {
  background: url(https://hommet.ru/media/uploads/hover-button.svg);
  background-position: right;
}

.red-button {
  height: 45px;
  display: flex;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  width: 150px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding-right: 20px;
  transition: 0.3s;
}

.red-button:hover {
  background: url(https://hommet.ru/media/uploads/hover-button.svg);
  background-position: right;
}

.buttons-block {
  background: url(https://hommet.ru/media/uploads/back-but.jpg);
  background-size: cover;
  background-position: top;
  padding: 50px 0px;
}

.buttons-block h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.buttons-block p {
  color: #ffffff;
  font-size: 16px !important;
  line-height: 20px !important;
  margin-bottom: 30px !important;
}

.buttons-block .col-6 {
  padding-left: 50px;
}

.buttons-block .col-but {
  padding-left: 90px;
}

.head-buttons {
  margin-bottom: 100px;
  padding: 0px;
}

/* набор товаров */

.product_set_slider .button_style-1 {
  border: 1px solid #474747 !important;
  border-radius: 0px !important;
  transform: skew(-25deg);
}

.product_set_slider .button_style-1:hover {
  background-color: #474747 !important;
}

.product_set_slider .button_style-1 svg {
  transform: skew(25deg);
}

.slider-constructor .slick-prev,
.slider-constructor .slick-next {
  top: -70px;
}

.product-card-v2__image .image img {
  padding: 15px;
  background: #f2f2f2;
}

.product-card-v2__buttons {
  flex-direction: row-reverse;
  margin-left: -20px;
}

.product-card-v2__content {
  padding: 20px;
}

.st-button__icon_cart {
  display: none;
}

.bim-modal h2 {
  font-weight: 800;
}

.st-button {
  padding: 0px 0px 0px 20px;
  justify-content: flex-start;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  background-size: cover;
  border: none !important;
}

.st-button:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
  background-size: cover;
  border: none !important;
}

.product-card-v2__buttons .st-button__title {
  margin-left: 0px;
  font-size: 0;
  line-height: 100%;
}

.product-card-v2__buttons .st-button__title::before {
  content: "Подробнее";
  color: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.product-card-v2__title {
  font-family: "Inter";
  color: #474747;
}

.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;
}

.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: #333;
  font-family: Inter !important;
  cursor: default;
}

.input-number .order-up {
  border: 1px solid #e6e7e9 !important;
  height: 21px !important;
  border-radius: 22px;
  width: 21px !important;
  padding: 0px;
}

.input-number .order-down {
  border: 1px solid #e6e7e9 !important;
  height: 21px !important;
  width: 21px !important;
  border-radius: 22px;
  padding: 0px;
}

.input-number .order-up:hover {
  background: #e6e7e9 !important;
}

.input-number .order-up,
.input-number .order-down {
  border-radius: 22px !important;
}

.input-number .order-down:hover {
  background: #e6e7e9 !important;
}

.product-card-v2__price {
  font-family: Mulish;
  color: #000;
}

.product-card-v2__price span {
  font-size: 20px;
}

.product-card-v2__price::after {
  content: "Рекомендованная розничная цена";
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 18px;
}

.st-button_add-to-cart .st-button__title {
  font-weight: 700;
}

.product-card-v2:hover {
  border-color: #d9d9de;
}

.product_set_slider {
  margin-bottom: 100px;
}

/* баннеры с категориями */

.banners-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px !important;
}

.banner-1 {
  background: url(https://hommet.ru/media/uploads/%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D1%8B_%D0%BF%D1%80%D0%BE%D1%84%D0%B8%D0%BB%D0%B5%D0%B9.png);
  background-size: cover;
}

.banner-2 {
  background: url(https://hommet.ru/media/uploads/banner2.jpg);
  background-size: cover;
}

.banner-3 {
  background: url(https://hommet.ru/media/uploads/banner3.jpg);
  background-size: cover;
}

.banner-4 {
  background: url(https://hommet.ru/media/uploads/bnr4.png);
  background-size: cover;
}

.banner-6 {
  background: url(https://hommet.ru/media/uploads/bnr5.png);
  background-size: cover;
}

.banner {
  padding: 50px 25px;
  width: 380px;
  height: 440px;
}

.banner h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
}

.banner p {
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 19px !important;
  margin-bottom: 47px;
}

.banner h3 span {
  color: #ffffff;
  font-weight: 100;
}

.banner-3 p {
  width: 70%;
}

.banner-1 p {
  width: 80%;
}

.ban-button {
  color: #fff;
  font-weight: 700;
  transition: text-decoration 0.3s;
}

.ban-button:hover {
  text-decoration: underline;
}

.banner-5 {
  background: #f5f5f5;
}

.banner-5 p {
  width: 90%;
}

.form-sotr input {
  background: url(https://hommet.ru/media/uploads/custom-input.svg);
  background-size: cover;
  background-position: right;
  border: none;
  border-left: 1px solid #474747 !important;
  border-radius: 0px;
  box-shadow: none !important;
}

.input-1 {
  width: 70% !important;
}

.input-2 {
  width: 60% !important;
}

.form-sotr .button-theme_primary {
  border: none !important;
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-color: #ffffff00 !important;
  background-position: right;
  width: 50% !important;
  border-radius: 0px;
  font-weight: 700;
  justify-content: flex-start;
  padding: 0px 20px;
  height: 45px !important;
  transition: 0.3s !important;
  max-width: 180px;
}

.form-sotr .button-theme_primary:hover {
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-color: #ffffff00 !important;
  background-position: right;
}

.form-sotr .content-name {
  font-size: 12px;
  color: #474747 !important;
  font-family: Inter;
}

.banners-block {
  margin-bottom: 100px;
}

/* наши услуги */

.col-about-text p {
  color: #333333;
  font-size: 16px !important;
  line-height: 20px !important;
  padding-right: 110px;
  margin-bottom: 30px !important;
}

.custom-slider-section .slider-constructor .slick-list {
  padding: 0px !important;
}

.row-about .container {
  padding: 0px;
}

.usl-descr {
  margin-top: 10px;
  margin-bottom: -75px !important;
  position: relative;
  width: 40%;
  margin-left: 25px;
  font-size: 16px !important;
  line-height: 20px !important;
}

.a-href {
  font-size: 18px !important;
  font-weight: 700;
  color: #000;
}

.row-about .a-href {
  margin-top: 20px;
  margin-bottom: 0px !important;
  position: relative;
  z-index: 3;
  width: 50% !important;
}

.row-about .head-button {
  margin-top: 38px !important;
  margin-bottom: 0px !important;
  display: block;
}

.a-href a {
  color: #df0923;
  transition: 0.3s;
}

.a-href a:hover {
  color: #353535;
}

.row-about .slider-constructor .slick-prev,
.row-about .slider-constructor .slick-next {
  display: none !important;
}

.row-about .slider-constructor:not([data-no-arrows]) .slick-dots {
  display: flex !important;
  bottom: -60px;
}

.slick-dots li:before {
  display: none !important;
}

.slick-dots li {
  padding-left: 0 !important;
}

.slick-dots button {
  background-color: #fff;
  border-radius: 0px;
  border-color: #000;
  transform: skew(-25deg);
  cursor: pointer;
}

.slick-dots .slick-active button {
  background-color: #df0923;
  border-color: #df0923;
}

.about-block {
  margin-bottom: 100px;
}

/* наши партнеры */

.partners-block {
  background: #df0923;
  padding: 50px 0px;
  margin-bottom: 100px;
}

.row-partners {
  display: flex;
  justify-content: space-between;
}

.row-partners img {
  object-fit: contain;
}

/* география поставок */

.cart-block p {
  font-size: 16px !important;
  line-height: 20px !important;
  margin-bottom: 30px !important;
  width: 30%;
}

.cart-img {
  margin-top: -140px;
}

.cart-block .a-href {
  position: relative;
  z-index: 3;
}

.cart-block {
  margin-bottom: 100px;
}

/* остались вопросы */

.h2-question {
  padding: 70px 0px 30px;
  margin-bottom: 0px;
}

.h2-question p {
  font-size: 16px !important;
  line-height: 20px !important;
}

.question-form {
  padding: 0px;
}

.question-main {
  max-width: 100%;
}

.feedback-form .h2 {
  display: none;
}

.feedback-form .form-control {
  border-radius: 0px !important;
}

.content-name {
  font-size: 12px;
  color: #474747;
  font-family: Inter;
}

.feedback-form .form-text {
  font-size: 14px;
  width: 70%;
}

.question-main .btn {
  border-radius: 0px;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  padding-right: 20px;
  width: 150px;
  max-width: 150px !important;
  font-weight: 700;
  justify-content: flex-start;
}

.question-main .btn:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
}

.feedback-form {
  padding-bottom: 80px !important;
  padding-top: 20px !important;
  background: url(https://hommet.ru/media/uploads/que-back.svg);
  background-position: bottom;
}

/* подвал */

footer {
  padding: 80px 0 0px 0;
  background: url(https://hommet.ru/media/uploads/footer.svg);
  background-position: top;
}

.footer-phone a {
  font-size: 18px;
  font-family: Mulish !important;
  transition: 0.3s;
}

.footer-phone a:hover {
  color: #df0923;
}

.mail-button {
  color: #ffffff;
  font-size: 16px;
  transition: 0.3s;
}

.mail-button:hover {
  color: #df0923;
}

.footer-phone {
  margin-bottom: 25px;
}

.footer-content__title {
  font-family: Mulish;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-content__column a {
  font-size: 16px;
}

.footer-first-column .logo img {
  width: 90%;
  max-width: none !important;
}

.footer-content__column li {
  margin-bottom: 15px;
}

.footer-right .footer-content__title {
  font-weight: 700;
}

.footer-right .footer-content__title span {
  font-weight: 100;
  opacity: 1;
  font-size: 18px;
}

.footer-subscribe {
  gap: 15px;
  flex-direction: column;
}

.footer-right {
  width: 340px;
}

.footer-subscribe input {
  width: 80%;
  height: 40px;
  font-size: 12px;
  background: url(https://hommet.ru/media/uploads/custom-input.svg);
  background-size: cover;
  background-position: right;
  border: none;
  border-left: 1px solid #474747 !important;
  border-radius: 0px;
  box-shadow: none !important;
}

.footer-subscribe button {
  border-radius: 0px;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  padding-right: 20px;
  width: 160px;
  font-weight: 700;
  height: 40px;
  background-color: #ffffff00 !important;
  border: none !important;
  font-size: 14px;
  transition: 0.3s !important;
}

.footer-subscribe button:hover {
  background: url(https://hommet.ru/media/uploads/hover-button.svg);
  background-position: right;
}

.developer-link a {
  font-size: 14px;
  color: #f5f5f5;
}

.footer-content-cookie {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: 70%;
  color: #68676c;
  margin-top: 15px;
  display: none;
}

.footer-content {
  padding-bottom: 80px;
}

/* мобильное меню */

.bottom-mobile-menu__content {
  background-color: #353535;
}

.bottom-mobile-menu-button_background.bottom-mobile-menu-button_active .bottom-mobile-menu-button__inner {
  background-color: #353535;
}

.bottom-mobile-menu-button_background .bottom-mobile-menu-button__inner {
  background-color: #353535;
}

.bottom-mobile-menu-button:hover .bottom-mobile-menu-button__inner {
  background-color: #353535;
}

.bottom-mobile-menu-button:hover .bottom-mobile-menu-button__text {
  color: #ffffff;
}

.bottom-mobile-menu-button__text {
  font-size: 12px;
  line-height: 14px;
  color: #7d7d7d;
}

.bottom-mobile-menu-button_active .bottom-mobile-menu-button__text {
  color: #ffffff;
}

.cross-button::after,
.cross-button::before {
  background-color: #df0923;
}

#mm-1 .mm-listview {
  background: #f5f5f5;
  padding-top: 20px;
}

.mm-menu a {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
}

.mb-10 {
  margin-bottom: 20px !important;
}

.search-input-group__row {
  transform: skew(-25deg);
  border: 1px solid var(--gray-color-500);
}

.search-input-group__input {
  border: none;
  transform: skew(25deg);
  background: #ffffff00 !important;
}

.search-input-group__row svg {
  transform: skew(25deg);
}

.search-input-group__button {
  background-color: #df0923;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0px !important;
}

.search-input-group__button:hover {
  background-color: #353535;
}

.phone-block__primary-link {
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: Mulish !important;
  font-weight: 700;
  color: #000 !important;
  transition: 0.3s;
}

.g-row.mobile-side-menu-footer__row {
  display: none;
}

.phone-block__primary-link:hover {
  color: #df0923 !important;
}

.phone-block__secondary-link {
  height: 45px;
  display: flex;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  width: 200px;
  color: #ffffff !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding-right: 20px;
  transition: 0.3s;
}

.phone-block {
  gap: 25px;
}

.phone-block__secondary-link:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
}

.mobile-side-menu-footer {
  padding-top: 30px;
}

/* выпадающее меню категорий */

.catalog-box ul a {
  font-size: 16px;
  font-weight: 700;
}

.catalog-box li {
  max-width: 70%;
}

/* реквизиты */

.rekv td {
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 20px;
  padding: 15px 60px 15px 25px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.western {
  font-weight: 700;
}

.rekv tr {
  transition: 0.2s;
}

.rekv p {
  font-size: 16px !important;
  line-height: 22px !important;
}

.rekv tr:hover {
  background: #f2f2f2;
}

.rekv tr {
  transition: 0.2s;
}

.rekv {
  border-spacing: 0px;
  margin-bottom: 100px;
}

/* внутренние страницы */

.inner-page section.__h-fat-v2-bottom {
  background-color: #68676c !important;
}

.breadcrumbs {
  font-size: 16px;
  color: #68676c;
  font-weight: 700;
  font-family: Inter !important;
}

.breadcrumbs a {
  font-weight: 700;
  font-size: 16px;
  color: #68676c;
  margin-right: 20px;
}

.trapeze+.__h-fat-v2-bottom .__fat-v2-nav ul li a.active {
  color: #bdbdbd;
}

.breadcrumbs {
  padding-top: 35px;
}

h1 {
  text-transform: uppercase;
  color: #000000;
}

.catalog-menu-item {
  width: 385px;
  height: 280px;
  margin: 0 10px 10px 0;
}

.catalog-menu-item:nth-child(5n + 5) {
  margin: 0 10px 10px 0;
}

.catalog-menu-item:nth-child(3n + 3) {
  margin-right: 0px;
}

.catalog-menu-item:before {
  display: none;
}

.catalog-menu-item__name {
  left: 30px;
  top: 30px;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  font-family: Mulish !important;
  font-weight: 100;
  max-width: 70%;
}

.catalog-menu-item:hover:after {
  background: #353535;
  opacity: 1;
}

.article-inner__content {
  padding: 0px;
}

.article-inner__share {
  display: none;
}

.cart-about-block {
  margin-top: 80px;
}

.article-inner__content p {
  font-size: 16px;
  line-height: 22px;
}

.col-second {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 45px;
}

.col-first {
  padding-bottom: 310px;
}

.row-services {
  background: url(https://hommet.ru/media/uploads/services.jpg);
  background-size: cover;
  margin-top: 80px;
  margin-bottom: 100px;
  background-position: center;
}

.row-services .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0px;
  width: 250px;
  background: url(https://hommet.ru/media/uploads/custom-input.svg);
  background-size: cover;
  background-position: right;
  border-left: 1px solid #474747 !important;
}

.row-services .phone {
  width: 280px;
}

.row-services img {
  display: none;
}

.row-services .btn {
  border-radius: 0px;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  padding-right: 20px;
  width: 150px;
  max-width: 150px !important;
  font-weight: 700;
  justify-content: flex-start;
  background-color: #ffffff00 !important;
  border: none !important;
  transition: 0.2s !important;
}

.row-services .btn:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
}

/* ошибка 404 */

.error__content {
  background: url(https://hommet.ru/media/uploads/error.svg) 100% 0 no-repeat;
}

.error__content p {
  font-size: 16px;
  line-height: 20px;
  max-width: 360px;
  margin-bottom: 20px;
}

.error__content .btn {
  margin-top: 10px;
  border-radius: 0px;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  padding-right: 40px;
  width: 160px;
  font-weight: 700;
  height: 40px;
  background-color: #ffffff00 !important;
  border: none !important;
  font-size: 14px;
  transition: 0.3s !important;
}

.error__content .btn:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
}

/* клиентам */

.client-item {
  width: 290px;
  height: 280px;
  margin: 0px 6px 6px 0px;
}

.client-item__text {
  left: 30px;
  top: 50px;
  color: #ffffff !important;
  font-family: "Mulish";
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
}

.client-item_bg:hover::after {
  background: #353535;
  opacity: 1;
}

.clients-section {
  margin-bottom: 100px;
}

/* корзина */

.simple-cart {
  padding: 0px 0px 100px;
}

.simple-cart__content {
  max-width: 100%;
  margin-bottom: 80px;
}

.shopping-cart-item {
  font-family: Inter;
}

.delivery-cart {
  justify-content: center;
  padding-right: 0px;
}

.shopping-cart-item {
  padding: 25px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.content-title {
  font-family: Mulish !important;
  text-transform: uppercase;
}

.shopping-cart-item__name {
  font-size: 16px;
  line-height: 22px;
}

.shopping-cart-item__name span {
  font-size: 16px;
  line-height: 30px;
  color: #cccccc;
}

.shopping-cart-item__cost {
  font-size: 18px;
  margin-right: 50px;
}

.input-number input[type="number"] {
  font-size: 18px;
}

.shopping-cart-item__total-cost {
  font-size: 18px;
  margin-left: 50px;
}

.delivery-total {
  max-width: 650px;
}

.delivery-total__sm {
  font-size: 16px;
  line-height: 20px;
}

.simple-order-form {
  margin: auto;
  max-width: 650px;
}

.new-radio__label {
  font-size: 16px;
}

.simple-order-form__title {
  font-size: 22px;
  font-weight: 100;
  line-height: 1.3;
  text-transform: uppercase;
}

.simple-cart .form-control {
  border: 1px solid #474747;
  border-radius: 0px;
}

.simple-order-form__inputs {
  margin: 60px 0px 20px;
}

.simple-order-form__submit .btn {
  margin: 0 !important;
  display: flex;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  background-size: cover;
  width: 180px;
  padding-right: 20px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding-right: 40px;
  transition: 0.3s !important;
  background-color: #ffffff00 !important;
  border: none !important;
  border-radius: 0px;
}

.simple-order-form__submit .btn:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
  background-size: cover;
}

.simple-cart .form-text {
  margin-left: 0;
  margin-top: 20px;
  color: #353535;
}

/* карточка товара */

.product-card__head {
  padding: 20px 0px;
  border-bottom: none;
}

.product-card__left .st-button {
  height: 48px;
  width: 180px !important;
  font-weight: 700;
  font-size: 16px !important;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0px 20px 0px 0px;
}

.product-card__navigation {
  display: none;
}

.product-card__title {
  width: 100%;
}

.product-card__artikul {
  display: none;
}

.product-card__right {
  display: none;
}

.product-card__container {
  padding: 20px 0px;
}

.product-card-container .product-card-content {
  width: 95%;
}

#sync1 .item {
  width: 590px !important;
  height: 500px !important;
}

.product-card__slideshow {
  width: 590px !important;
}

.add-to-cart img.cart-icon {
  display: none;
}

.product-card__content {
  width: 45%;
}

.product-card__left {
  width: 460px;
  gap: 25px;
  justify-content: center;
}

.share-btn {
  color: #df0923;
  font-weight: 700;
}

.btn-radius.share-btn .icon-svg {
  margin-right: 15px;
}

.product-card__personal-cost {
  font-family: "Mulish";
}

#sync1 .item img {
  aspect-ratio: 1;
  background: #f2f2f2;
  padding: 0px;
}

.product-sidebar__static-text-wrapper {
  font-size: 16px;
  line-height: 20px;
  font-family: Inter !important;
}

.product-content {
  padding: 60px 0px;
  flex-direction: column-reverse !important;
  gap: 80px !important;
}

.shopping-cart-product {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.g-title {
  font-size: 30px !important;
  font-family: Mulish !important;
  font-weight: 100;
  text-transform: uppercase;
}

.product-content p {
  font-size: 16px;
  line-height: 22px;
}

.product-card-container .product-card-side {
  display: none;
}

.gap-md-20 {
  gap: 30px !important;
}

.char-text__mask {
  font-size: 16px;
  color: #333333;
}

.char-text:last-child {
  font-size: 16px;
  color: #333333;
}

.shopping-cart-btn--lg.custom-icon {
  display: flex;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  background-size: cover;
  width: 150px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding-right: 20px;
  transition: 0.3s;
  background-color: #ffffff00 !important;
  border: none !important;
  border-radius: 0px;
}

.shopping-cart-btn--lg.custom-icon:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
  background-size: cover;
}

#sync2 .item {
  width: 100px;
  height: 100px;
  padding: 0px;
  border: none;
  background: #ffffff;
  border: 1px solid #d9d9de;
}

#sync2 .item.active {
  border: 1px solid #df0923;
}

#sync1 {
  margin-bottom: 40px;
}

#sync2 .owl-item {
  width: 100px !important;
  height: 100px !important;
}

#sync2 {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

#sync1.owl-theme .owl-next {
  display: none;
}

#sync1.owl-theme .owl-prev {
  display: none;
}

.product-slider,
.news-slider,
.action-slider,
.category-slider {
  margin-bottom: 100px;
}

.product-set-title {
  font-family: "Mulish";
  text-transform: uppercase;
  margin-bottom: 35px;
}

.input-number .order-up:after {
  top: auto;
  left: auto;
}

.input-number .order-up:before {
  top: auto;
  left: auto;
}

.input-number .order-down:before {
  top: auto;
  left: auto;
}

.input-number .order-up:hover,
.input-number .order-down:hover {
  border: none !important;
}

/* каталог */

.catalog-right {
  display: none;
}

.catalog-sorting ul li a {
  font-size: 16px;
  line-height: 16px;
}

.catalog-side__content ul li a {
  font-size: 16px;
  line-height: 20px;
}

.catalog-side__content ul li a:hover {
  color: #df0923;
}

.catalog-sorting__title {
  font-size: 16px;
  font-family: Inter !important;
}

.dropdown-select span {
  font-family: Inter !important;
}

.catalog-side {
  border: 1px solid #d9d9de;
  box-shadow: none;
  margin-top: 0px;
  font-family: Inter !important;
}

.catalog-side__title {
  font-size: 16px;
}

.top-products-block .slider-constructor .slick-slide {
  display: flex;
}

.icon-sort-price span:before {
  top: -5.5px;
}

.icon-sort-price span:after {
  bottom: -5.5px;
}

.icon-sort-price span,
.icon-sort-price span:before,
.icon-sort-price span:after {
  background-color: #df0923;
  border-radius: 2px;
}

.top-products-block {
  margin-top: 60px;
}

.catalog-side__title .icon svg {
  width: 16px;
  height: 16px;
}

.catalog-side__content {
  padding: 8px 0px;
}

.section .text-page {
  margin-left: 0px;
}

.discr-catalog {
  padding: 100px 0px;
}

.discr-catalog p {
  font-size: 16px;
  line-height: 20px;
}

.catalog-sorting__title {
  opacity: 1;
}

.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);
}

/* всплывающее окно */

.fancybox-content {
  background: #f5f5f5;
}

.modal .h2 {
  font-family: Mulish !important;
  text-transform: uppercase;
  width: 90%;
  margin: auto;
  margin-bottom: 35px;
}

.modal .form-control {
  background: url(https://hommet.ru/media/uploads/custom-input.svg);
  background-size: cover;
  background-position: right;
  border: none;
  border-left: 1px solid #474747 !important;
  border-radius: 0px;
  box-shadow: none !important;
}

.modal .phone {
  width: 90%;
}

.form-close {
  display: none;
}

.modal .button-theme_primary {
  border-radius: 0px;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  padding-right: 20px;
  width: 150px;
  max-width: 150px !important;
  font-weight: 700;
  justify-content: flex-start;
  border: none !important;
  background-color: #ffffff00 !important;
  transition: background 0.3s !important;
}

.modal .button-theme_primary:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
}

.modal .form-text {
  font-size: 14px;
  margin-top: 20px;
}

.fancybox-close-small {
  background: #f5f5f5 url(https://hommet.ru/media/uploads/modal-close.svg) 50% 50% no-repeat;
}

/* контакты */

.contacts-block__info {
  width: 50%;
  padding: 50px 50px 70px;
  background: url(https://hommet.ru/media/uploads/contact.svg);
  background-size: cover;
  background-position: bottom;
}

.contacts-block__title {
  display: none;
}

.contacts-block__title-red.address-data {
  margin-top: 0px;
  color: #ffffff;
  font-family: Mulish !important;
  font-size: 22px;
  line-height: 26px;
  font-weight: 100;
  max-width: 330px;
}

.contacts-block__map {
  width: 50%;
}

.contacts-block {
  border: none;
  border-radius: 0px;
  gap: 20px;
}

.contact-line {
  display: none;
}

.contact-line-new {
  display: flex;
  color: #ffffff;
  font-family: Inter !important;
  font-size: 16px !important;
}

.contact-line a {
  color: #ffffff;
  font-weight: 700;
  transition: 0.2s;
}

.contact-line a:hover {
  color: #df0923;
}

/* личный кабинет */

.user-data__avatar {
  width: 92px;
  height: 92px;
  background: #353535;
  border-radius: 0px;
}

.lk-main-page__head .user-data__avatar {
  margin-right: 30px;
}

.lk-main-page__head .user-data__name {
  font-family: Inter !important;
  font-weight: 100;
  margin-bottom: 30px;
}

.btn-exit .icon {
  display: none;
}

.btn-exit {
  border-radius: 0px;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  padding-right: 20px;
  width: 150px;
  max-width: 150px !important;
  font-weight: 700;
  justify-content: flex-start;
  background-color: #ffffff00 !important;
  border: none !important;
  transition: 0.2s !important;
  color: #ffffff !important;
}

.btn-exit:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
  background-color: #ffffff00 !important;
}

.lf-main-container .container {
  padding: 0px;
}

.lk-menu-item {
  background: url(https://hommet.ru/media/uploads/lk.svg);
  background-size: cover !important;
  padding: 30px;
  height: 220px;
  background-position: right;
}

.lk-menu-item:hover {
  background-color: #353535 !important;
  background: #353535 !important;
}

.lk-menu-item__name {
  color: #ffffff;
  font-family: "Mulish";
  text-transform: uppercase;
  font-weight: 100;
  font-size: 22px;
}

.lk-menu-item__text {
  font-size: 16px;
  line-height: 22px;
  max-width: 250px;
  display: block;
}

.lk-menu-item__text {
  color: #fff;
}

.btn-border img {
  display: none;
}

.lk-title {
  font-family: Mulish;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  font-weight: 100;
}

.tabs-lk-content p {
  font-size: 16px;
  line-height: 22px;
}

.lk-container .lk-side {
  background: #f5f5f5;
  padding: 30px 0;
  margin-top: 35px;
  margin-bottom: 100px;
  height: fit-content;
}

.lk-side .user-data__avatar {
  width: 70px;
  height: 70px;
  background: #353535;
  border-radius: 0px;
  margin-top: -50px;
  margin-bottom: 20px;
}

.user-data {
  margin-bottom: 30px;
}

.lk-container .lk-side .user-data__name {
  font-family: "Inter";
  font-size: 16px;
}

.lk-menu li a {
  color: #353535;
}

.lk-menu li a .icon-svg {
  color: #353535;
}

.lk-menu li a:hover {
  background: #353535;
}

.personal-data__title {
  font-family: "Mulish";
  font-weight: 100;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.personal-data .button-theme_primary {
  border-radius: 0px;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  padding-right: 20px;
  width: 150px;
  max-width: 150px !important;
  font-weight: 700;
  justify-content: flex-start;
  border: none !important;
  transition: 0.2s !important;
  background-color: #ffffff00 !important;
}

.personal-data .button-theme_primary:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
  background-color: #ffffff00 !important;
}

.personal-data .form-control {
  border: 1px solid #474747;
  box-shadow: none;
  border-radius: 0px;
}

.tabs-content--authorizaion .tab-content {
  padding: 40px 24px;
}

.tabs-content--authorizaion .form-control {
  border: 1px solid #474747;
  box-shadow: none;
  border-radius: 0px;
}

.tabs-content--authorizaion .btn {
  border-radius: 0px;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  padding-right: 20px;
  width: 150px;
  max-width: 150px !important;
  font-weight: 700;
  justify-content: center;
  transition: 0.2s !important;
}

.tabs-content--authorizaion .btn:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
}

/* анимация появления */

.frontpage h1 {
  animation: 0.6s show linear;
}

.head-offer p {
  animation: 0.6s show linear;
}

.head-button {
  animation: 0.6s show linear;
  display: block;
}

@keyframes show {
  from {
    transform: translate(-100px, 0px);
    opacity: 0;
  }

  to {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

/* адаптив */

@media (max-width: 1280px) and (min-width: 990px) {
  .__header.trapeze .c-box-fat-v2 .order-call {
    display: none;
  }

  .lk-menu-item {
    height: 180px;
  }

  .__header.trapeze .c-box-fat-v2 p {
    max-width: none;
    margin-right: 0px;
  }

  .__header.trapeze .col-md-4 {
    width: 20%;
  }

  .__header.trapeze .row {
    justify-content: space-between;
  }

  .__header.trapeze .col-md-6 {
    width: 60%;
  }

  .header--mob {
    display: none !important;
  }

  .buttons-block p br {
    display: none;
  }

  .buttons-block p {
    width: 260px;
  }

  .buttons-block {
    padding: 30px 0px;
  }

  .head-block {
    padding: 130px 0px 100px 0px;
  }

  .buttons-block .col-6 {
    padding-left: 30px;
  }

  .buttons-block .col-but {
    padding-left: 80px;
  }

  .banners-row {
    gap: 5px;
    margin-bottom: 5px !important;
  }

  .banner {
    padding: 25px 25px;
  }

  .banner h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .banner p {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 63px;
  }

  .input-1 {
    width: 90% !important;
  }

  .input-2 {
    width: 80% !important;
  }

  .form-sotr .button-theme_primary {
    width: 70% !important;
  }

  .banner-4,
  .banner-5,
  .banner-6 {
    height: 410px;
  }

  .banner-3 {
    background: url(https://hommet.ru/media/uploads/banner3-3.jpg);
    background-size: cover;
  }

  .lk-menu-item__name {
    font-size: 16px;
  }

  .usl-descr {
    margin-top: 0px;
    margin-bottom: -60px !important;
    width: 50%;
    margin-left: 0px;
  }

  .col-first {
    padding-bottom: 350px;
  }

  .col-about-text p {
    padding-right: 60px;
  }

  .disp-none {
    display: none;
  }

  .row-about .head-button {
    margin-top: 0px !important;
  }

  .row-about .a-href {
    margin-top: 25px;
  }

  .footer-content__menu {
    flex-direction: column;
  }

  .footer-right {
    width: 350px;
  }

  .footer-content__menu {
    width: calc(100% - 700px);
    margin-left: 0;
  }

  .footer-content__column--lg {
    flex: 1 1 300px;
  }

  .footer-content {
    padding-bottom: 140px;
  }

  .buttons-block {
    background: url(https://hommet.ru/media/uploads/back-but-2.jpg);
    background-size: cover;
    background-position: top;
  }

  .trapeze+.__h-fat-v2-bottom .__fat-v2-nav ul li a {
    padding-right: 40px;
  }

  .catalog-menu-item {
    width: 302px;
    height: 250px;
  }

  .catalog-menu-item__name {
    left: 20px;
    top: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  #sync1 .item {
    width: 480px !important;
    height: auto !important;
  }

  .product-card__slideshow {
    width: 480px !important;
  }

  .product-card__left {
    justify-content: flex-start;
  }

  footer {
    background: #353535;
  }

  .client-item {
    width: calc(25% - 6px);
    position: relative;
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .client-item__text {
    top: 30px;
    left: 25px;
    font-size: 18px;
    line-height: 24px;
  }

  .clients-section {
    margin-bottom: 100px;
  }

  .lk-menu-item__text {
    font-size: 14px;
    line-height: 18px;
    max-width: 180px;
    display: block;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  .lk-menu-item .icon {
    display: none;
  }

  .lk-menu-item {
    height: 210px;
  }

  .__header {
    display: flex;
  }

  .header--mob {
    display: none;
  }

  .pl--0 {
    display: none;
  }

  .head-block {
    padding: 90px 0px 80px 30px;
  }

  .buttons-block {
    padding: 60px 0px;
  }

  .buttons-block h2 {
    margin-bottom: 40px;
  }

  .__header .row {
    justify-content: space-between;
  }

  .__header.trapeze .col-md-4 {
    width: 60%;
  }

  .__header.trapeze .c-box-fat-v2 .order-call {
    max-width: 180px;
  }

  footer {
    background: #353535;
  }

  .__header.trapeze .c-box-fat-v2 .order-call span {
    font-size: 14px;
  }

  .__header.trapeze .c-box-fat-v2 p {
    max-width: none;
    margin-right: 20px;
  }

  .header--bottom-mob {
    display: none;
  }

  .__header {
    height: 70px;
  }

  .error__content {
    background: #ffffff;
    text-align: center;
  }

  .error__content p {
    margin: auto;
    margin-bottom: 20px;
  }

  .head-buttons .container {
    padding: 0px;
  }

  .buttons-block p {
    display: none;
  }

  .buttons-block .col-6 {
    padding-left: 50px;
  }

  .buttons-block {
    background: url(https://hommet.ru/media/uploads/back-but-2.jpg);
    background-size: cover;
    background-position: top;
  }

  .banners-row {
    gap: 5px;
    margin-bottom: 5px !important;
  }

  .banner p {
    display: none;
  }

  .banner {
    padding: 30px 20px;
    width: 380px;
    height: 300px;
  }

  .banner-1,
  .banner-2,
  .banner-3 {
    height: 280px;
  }

  .banner h3 {
    max-width: 180px;
    font-size: 18px;
    line-height: 22px;
  }

  .discr-catalog {
    padding: 60px 0px;
  }

  .banner-1 h3,
  .banner-2 h3,
  .banner-3 h3 {
    margin-bottom: 55px;
  }

  .feedback-form {
    padding: 20px 0 80px;
  }

  .feedback-form .form-text {
    width: 100%;
  }

  .footer-content__menu {
    flex-direction: column;
  }

  .footer-content__column:first-child {
    margin-bottom: 40px;
  }

  .footer-first-column {
    width: 280px;
  }

  .footer-first-column .logo img {
    width: 70%;
  }

  .ban-button {
    font-size: 14px;
  }

  .input-1 {
    width: 90% !important;
  }

  .input-2 {
    width: 80% !important;
  }

  .form-sotr .button-theme_primary {
    width: 70% !important;
  }

  .row-about .col-md-6 {
    width: 100%;
  }

  .col-about-text p {
    padding-right: 0px;
  }

  .row-about .head-button {
    display: none;
  }

  .usl-descr {
    margin-top: 0px;
    margin-bottom: -85px !important;
    width: 45%;
    margin-left: 0px;
  }

  .usl-descr br {
    display: none;
  }

  .row-partners {
    gap: 40px;
  }

  .cart-block p {
    width: 280px;
  }

  .cart-img {
    margin-top: -100px;
  }

  .question-main {
    padding: 0px;
  }

  .catalog-menu-item__name {
    top: 35px;
    font-size: 16px;
    line-height: 20px;
    max-width: 60%;
  }

  .contacts-block__info {
    padding: 50px 30px 70px;
  }

  .contacts-block {
    gap: 5px;
  }

  .contact-line-new {
    font-size: 14px !important;
  }

  .contacts-block__title-red.address-data {
    font-size: 20px;
    line-height: 24px;
  }

  #sync1 .item {
    width: 50% !important;
    height: auto !important;
  }

  .product-card__slideshow {
    width: 50% !important;
  }

  .product-card__left {
    justify-content: flex-start;
  }

  .product-card__left {
    width: auto;
    gap: 25px;
    justify-content: center;
  }

  .product-content {
    padding: 40px 0px 60px;
    flex-direction: column-reverse !important;
    gap: 60px !important;
  }

  .shopping-cart-item__name {
    width: 40%;
  }

  .client-item {
    width: calc(50% - 3px);
    background-position: bottom;
  }

  .client-item:nth-child(2n + 2) {
    margin-right: 0px;
  }

  .lk-menu-item__text {
    font-size: 14px;
    line-height: 18px;
    max-width: 150px;
    display: block;
  }

  .lk-menu-item__name {
    font-size: 16px;
  }

  .row-services img {
    display: block;
    margin: 20px 0px 40px;
  }

  .row-services {
    background: #ffffff;
  }

  .col-first {
    padding-bottom: 0px;
  }

  .col-second {
    padding-left: 0px;
  }

  .row-services .btn {
    justify-content: center;
  }

  .row-services {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {

  .button-to-profil,
  .button-to-homut {
    display: none;
  }

  .row-partners-mobile {
    display: none;
  }

  .cart-img-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .btn-link,
  .btn-link:hover {
    border: none;
    background: none;
  }

  .mobile-menu-head__title {
    font-family: Mulish !important;
    text-transform: uppercase;
    color: #000000;
  }

  .article-inner__content br {
    display: none;
  }

  .row-services img {
    display: block;
    margin: 20px 0px 40px;
  }

  .row-services {
    background: #ffffff;
  }

  .col-first {
    padding-bottom: 0px;
  }

  .col-second {
    padding-left: 0px;
  }

  .row-services .btn {
    justify-content: center;
  }

  .row-services {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .header--mob .col-5 {
    display: none;
  }

  .burger-box .tel-mob {
    display: none;
  }

  .header--mob .row {
    justify-content: space-between;
  }

  .header--mob .logo img {
    max-width: none;
    width: 150px;
  }

  .section-first {
    display: none !important;
  }

  .header--bottom-mob {
    display: none;
  }

  .header--mob {
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
  }

  .head-block {
    padding: 60px 0px 30px;
  }

  .head-block h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px !important;
  }

  .head-block p {
    font-size: 16px !important;
    line-height: 20px !important;
    width: 180px;
    margin-bottom: 65px !important;
  }

  .head-button {
    font-size: 15px;
  }

  .error__content {
    padding-top: 55%;
    padding-bottom: 40px;
  }

  .tabs-content--authorizaion .form-gorup-inline {
    flex-direction: row !important;
    justify-content: space-between;
  }

  .tabs-content--authorizaion .btn {
    margin-bottom: 0px !important;
  }

  .tabs-content--authorizaion h2 {
    margin-bottom: 30px;
  }

  .error__content {
    background: url(https://hommet.ru/media/uploads/error.svg) 100% 0 no-repeat;
    background-size: contain;
  }

  .lk-title {
    font-size: 22px;
    line-height: 26px;
  }

  .discr-catalog {
    padding: 60px 0px;
  }

  .buttons-block p {
    display: none;
  }

  .head-buttons .container {
    padding: 0px;
  }

  .buttons-block {
    padding: 30px 0px;
    background: url(https://hommet.ru/media/uploads/mobile-buttons.jpg);
    background-size: cover;
    background-position: top;
  }

  .buttons-block h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .personal-data .button-theme_primary {
    justify-content: center;
  }

  .personal-data__title {
    margin-top: 0px;
  }

  .buttons-block .col-6 {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .clients-section {
    margin-bottom: 60px;
  }

  .grey-button {
    font-size: 14px;
    background: none;
    height: 18px;
    justify-content: flex-start;
  }

  .red-button {
    font-size: 14px;
    background: none;
    height: 18px;
    justify-content: flex-start;
  }

  .red-button:hover {
    background: none;
  }

  .grey-button:hover {
    background: none;
  }

  .slider-constructor {
    padding-top: 0px;
  }

  .head-buttons {
    margin-bottom: 30px;
  }

  .burger-box svg {
    display: none !important;
  }

  .burger-box #my-button {
    background: url(https://hommet.ru/media/uploads/burger.svg);
    height: 20px !important;
    width: 31px !important;
    background-size: contain;
  }

  .head-offer {
    background: url(https://hommet.ru/media/uploads/mobile-back.jpg);
    background-position: bottom;
    margin-bottom: -1px !important;
    background-size: cover;
  }

  .product-card-v2__content {
    padding: 15px;
  }

  .product-card-v2__price::after {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 16px;
  }

  .banner-1 p,
  .banner-2 p,
  .banner-3 p {
    height: 76px !important;
  }

  .st-button__icon+.st-button__text {
    display: block;
  }

  .st-button__title {
    font-size: 14px;
  }

  .product-card-v2 .input-number {
    display: flex !important;
    margin-left: 20px;
  }

  .product-card-v2__buttons {
    flex-direction: column;
  }

  .product-card-v2__buttons .st-button_add-to-cart {
    width: 85% !important;
  }

  .a-href {
    font-size: 15px !important;
  }

  .button-to-homut .a-href {
    width: 50%;
    margin-top: -63px;
  }

  .slider-constructor .slick-dots {
    bottom: -50px;
    width: 50%;
  }

  .modal .button-theme_primary {
    justify-content: center;
  }

  .button-to-profil,
  .button-to-homut {
    margin-bottom: 60px;
  }

  .banners-row {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 0px !important;
  }

  .rekv p {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .rekv td {
    padding: 20px 20px 20px 0px;
  }

  .banner {
    width: 100%;
  }

  .banners-block .container {
    padding: 0px;
  }

  .banner-4,
  .banner-6 {
    display: none;
  }

  .banners-block {
    margin-bottom: 60px;
  }

  .about-block .container {
    padding: 0px;
  }

  .col-about-text {
    padding: 0px 16px;
  }

  .col-about-text p {
    padding-right: 10px;
  }

  .row-about .head-button {
    display: none;
  }

  .custom-slider-item__image {
    width: 150%;
    max-width: 540px !important;
  }

  .usl-descr {
    margin-top: 0px;
    margin-bottom: -65px !important;
    width: 230px;
    margin-left: 11px;
  }

  .h2-profil,
  .h2-homut {
    margin-bottom: 30px;
  }

  .row-about .slider-constructor:not([data-no-arrows]) .slick-dots {
    margin-right: 16px;
  }

  .row-about .a-href {
    margin-left: 16px;
  }

  .about-block {
    margin-bottom: 60px;
  }

  .partners-block {
    margin-bottom: 60px;
  }

  .cart-block p {
    width: 265px;
  }

  .footer-content__title span {
    padding-top: 2px;
  }

  .feedback-form .form-text {
    width: 100%;
    margin-top: 15px;
  }

  .row-partners {
    display: none;
  }

  .row-partners-mobile img {
    object-fit: contain;
  }

  .row-partners-mobile .col-12 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }

  .cart-img {
    display: none;
  }

  .cart-about-block {
    margin-top: 60px;
  }

  .article-inner__content {
    padding: 0 16px;
  }

  .article-inner__content h1 {
    margin-top: 30px;
  }

  .article-inner__content .col-about-text {
    padding: 0px 5px;
  }

  .article-inner__content .custom-slider-section {
    display: none;
  }

  .article-inner__content .row-about .a-href {
    margin-left: 0px;
    margin-top: 0px;
    font-size: 16px !important;
  }

  .cart-img-mobile {
    width: 100% !important;
    margin-top: -40px;
  }

  .cart-block {
    margin-bottom: 60px;
  }

  .h2-question {
    padding: 60px 0px 30px;
  }

  .question-form form .btn {
    padding-left: 20px;
  }

  .footer-first-column .logo {
    width: 90%;
    margin-bottom: 30px;
  }

  .footer-first-column .logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .developer-link a {
    font-size: 16px;
  }

  .header-top-bg-color {
    display: none !important;
  }

  .page-head {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #ffffff !important;
  }

  .rekv {
    margin-bottom: 60px;
  }

  .breadcrumbs {
    font-family: Inter;
  }

  .inner-page h1 {
    margin-bottom: 30px;
  }

  .catalog-menu-item {
    height: 220px;
  }

  .contacts-block__info {
    width: 100%;
    padding: 50px 30px 80px;
  }

  .contacts-block__map {
    width: 100%;
  }

  .contacts-block__title-red.address-data {
    font-size: 18px;
    line-height: 22px;
  }

  .contact-line-new {
    font-size: 14px !important;
  }

  .product-card__title {
    margin-bottom: 0px !important;
    font-size: 22px;
    line-height: 28px;
  }

  #sync1 .item {
    width: 100% !important;
    height: auto !important;
  }

  .product-card__slideshow {
    width: 100% !important;
    height: auto !important;
  }

  .product-card__content {
    width: 100%;
  }

  .product-card__left {
    width: 100%;
  }

  .product-card__head {
    padding: 0px;
  }

  .product-content {
    padding: 0px;
    flex-direction: column-reverse !important;
    gap: 60px !important;
  }

  .g-title {
    font-size: 22px !important;
  }

  .feedback-form {
    padding-top: 20px;
  }

  .content-title {
    font-size: 22px;
  }

  .product-slider,
  .news-slider,
  .action-slider,
  .category-slider {
    margin-bottom: 60px;
  }

  .char-text:last-child {
    font-size: 16px;
    color: #df0923;
  }

  .char-text:first-child {
    width: auto;
    margin-right: 10px;
  }

  .char li {
    flex-direction: row !important;
    justify-content: space-between;
  }

  [data-collapse-open] {
    color: #df0923;
  }

  .simple-order-form__column {
    flex: none;
    margin-bottom: 60px !important;
    width: 100%;
  }

  .shopping-cart-item__name {
    width: 100%;
    margin-top: 10px;
  }

  .delivery-cart {
    padding: 0px;
  }

  .simple-order-form__inputs {
    margin: 0px 0px 20px;
  }

  .simple-cart .form-text {
    margin-left: 0px;
    margin-top: 20px;
  }

  .simple-order-form {
    max-width: 100%;
  }

  .client-item {
    width: calc(50% - 3px);
    position: relative;
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .client-item:nth-child(2n + 2) {
    margin-right: 0px;
  }

  .client-item__text {
    top: 30px;
    left: 25px;
    font-size: 18px;
    line-height: 24px;
  }

  .lk-main-page__head .user-data {
    padding-left: 130px;
    height: 100px;
  }

  .btn-exit {
    justify-content: center;
    width: 150px !important;
  }

  .mobile-menu-item.active {
    background-color: #353535;
    pointer-events: none;
    color: #ffffff !important;
  }

  .mobile-menu-item.active .icon .icon-svg {
    color: #ffffff;
  }

  .lk-side .user-data__avatar {
    margin-top: 0px;
  }

  .user-data {
    padding-left: 90px;
    height: 70px;
  }

  .user-data {
    justify-content: center;
  }

  .page-head {
    align-items: flex-end;
  }

  .lk-container .lk-side .user-data__name {
    margin-bottom: 0px !important;
  }

  .lk-container .lk-side {
    background: #fff;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .lk-container {
    margin-bottom: 60px;
  }

  .mobile-menu-item {
    background-color: #df0923;
    height: 60px;
    color: #fff;
    width: 100%;
    margin: 0px 0px 10px;
    display: flex !important;
    align-items: center;
    font-weight: 700;
    font-size: 16px !important;
  }

  .mobile-menu-item .icon .icon-svg {
    color: #fff;
  }

  .mobile-menu-item .icon .icon-svg {
    width: 20px;
    height: 10px;
    color: #fff;
    margin-top: 25px;
  }
}

@media (max-width: 768px) and (min-width: 578px) {
  .head-buttons {
    margin-top: -12px;
  }

  .head-block {
    padding: 60px 0px 40px;
  }

  .product-card-v2__buttons {
    flex-direction: row-reverse;
  }

  .catalog-menu-item__name {
    left: 20px;
    top: 30px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 578px) {
  .catalog-menu-item {
    height: auto;
    width: 100% !important;
    position: relative;
    aspect-ratio: 220 / 160;
  }

  .catalog-menu-item__name {
    left: 30px;
    top: 35px;
    font-size: 16px;
    line-height: 120%;
  }

  .mobile-search input {
    color: black;
  }
}

@media (min-width: 480px) {
  .modal {
    padding: 50px 90px;
  }
}

@media (max-width: 480px) {
  .modal .h2 {
    width: 100%;
    margin: inherit;
    margin-bottom: 30px;
  }

  .shopping-cart-item__cost {
    display: none;
  }

  .modal {
    padding: 50px 35px;
  }

  .discr-catalog h2 br {
    display: none;
  }

  .client-item__text {
    top: 25px;
    left: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.catalog-menu-item__name {
  color: #000000;
}

.text-page ul:not(.custom-slider-section ul) {
  padding-left: 18px;
  list-style-type: disc;
}

.welcome .catalog-menu-item:hover .catalog-menu-item__name {
  color: white;
}

.st-button__title {
  cursor: pointer;
}

[data-collapse-close],
[data-collapse-open] {
  font-size: 16px;
}

.shopping-cart-product .btn-border {
  flex: none;
}

.pagination .next,
.pagination .prev {
  background-color: #fff;
}

.pagination span.active,
.pagination span:not(.pagination span.dot):hover {
  background-color: #df0923;
  border-color: #df0923;
}

.pagination span:not(.pagination span.dot) {
  border: solid 1px #d9d9d9;
}

.pagination .prev,
.pagination .next {
  border-color: #d9d9d9;
}

.pagination .prev:hover::before,
.pagination .next:hover::before,
.pagination .prev::before,
.pagination .next::before {
  border-color: #df0923;
}

.pagination span:not(.pagination span.dot),
.pagination .next,
.pagination .prev {
  border-radius: 0;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: #fff;
  border-color: #df0923;
}

.pagination span.dot {
  background-color: transparent;
}

main {
  overflow: hidden;
}

.row-indent {
  margin-top: 80px;
}

.uslugi-form .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0px;
  width: 250px;
  background: url(https://hommet.ru/media/uploads/custom-input.svg);
  background-size: cover;
  background-position: right;
  border-left: 1px solid #474747 !important;
}

.uslugi-form .phone {
  width: 280px;
}

.uslugi-form .btn {
  border-radius: 0px;
  background: url(https://hommet.ru/media/uploads/red-button.svg);
  background-position: right;
  padding-right: 20px;
  width: 150px;
  max-width: 150px !important;
  font-weight: 700;
  justify-content: flex-start;
  background-color: #ffffff00 !important;
  border: none !important;
  transition: 0.2s !important;
}

.uslugi-form .btn:hover {
  background: url(https://hommet.ru/media/uploads/grey-button.svg);
  background-position: right;
}

.uslugi-form {
  margin-bottom: 80px;
}

.category-root-page .catalog-menu {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.welcome .catalog-menu-item {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.custom-partner {
  margin-top: -135px !important;
}

@media (max-width: 1279px) {
  .category-root-page .catalog-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .__header.trapeze .catalog-btn::after {
    left: -29px;
  }
}

@media (max-width: 768px) {
  .custom-partner {
    margin-top: -50px !important;
  }

  .custom-partner .buttons-row {
    display: none !important;
  }

  .uslugi-form .btn {
    justify-content: center;
  }

  .catalog-menu-item__name {
    max-width: 60%;
  }

  .category-root-page .catalog-menu {
    grid-template-columns: repeat(1, 1fr);
  }

  .row-indent img {
    display: block;
    margin: 20px 0px 40px;
  }

  .row-indent {
    margin-top: 0px !important;
  }

  .row-indent-bottom {
    margin-bottom: 0px !important;
  }

  .footer-content {
    padding-bottom: 20px;
  }

  .breadcrumbs {
    font-size: 14px;
    line-height: 100%;
    gap: 7px;
    padding-top: 25px;
    padding-right: 0;
  }

  .breadcrumbs a {
    margin-right: 0px;
  }

  .breadcrumbs__sep {
    margin-right: 3px;
  }
}

.inner-row {
  margin-top: 0;
}

.text-page ul:not(.custom-slider-section ul) {
  padding-left: 0px !important;
  list-style-type: none;
}

.text-page ul li {
  font-size: 16px !important;
  color: #333;
}

.row-indent-bottom {
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  img.partner-1.aos-init.aos-animate {
    margin-right: 50px;
  }

  img.partner-3.aos-init.aos-animate {
    margin-right: 50px;
  }
}

.articul-container {
  display: flex;
}

.aricul-container-left.middle {
  width: 75%;
}

.aricul-container-right.short {
  width: 70%;
}

.aricul-container-left.long {
  width: 100%;
}

.aricul-container-right img,
.aricul-container-left img {
  margin-bottom: 0;
  object-fit: cover;
  object-position: left;
  width: 100%;
  height: 100%;
}

.aricul-container-left img {
  object-position: right;
}

.aricul-container-left.text,
.aricul-container-right.text {
  padding: 50px 0 50px 50px;
}

@media (max-width: 991px) {
  .articul-container {
    flex-direction: column;
  }

  .aricul-container-left.middle {
    width: 100%;
  }

  .aricul-container-right.short {
    width: 100%;
  }

  .aricul-container-left.text,
  .aricul-container-right.text {
    padding: 20px 0;
  }

  .aricul-container-left.img,
  .aricul-container-right.img {
    height: 200px;
  }
}

.catalog-side__content ul li:hover .submenu,
.catalog-menu-item:hover:after,
.client-item_bg:hover::after,
.simple-order-form__column#pickup-section,
.partner-item .icon {
  display: none !important;
}

.catalog-menu.catalog-categories-block,
.clients-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.catalog-menu-item::after,
.client-item::after {
  content: "";
  width: 100% !important;
  height: auto;
  margin: 0 !important;
  aspect-ratio: 1.38;
  background: url(https://hommet.ru/media/uploads/back-red-pattern.svg) no-repeat;
  background-position: bottom left;
  opacity: 1;
  background-size: 66%;
  bottom: 0;
}

.catalog-menu-item:hover::after,
.client-item:hover::after {
  content: "";
  width: 100% !important;
  display: block !important;
  height: auto;
  margin: 0 !important;
  background: url(https://hommet.ru/media/uploads/back-red-pattern.svg) no-repeat;
  background-position: bottom left;
  opacity: 1;
  background-size: 66%;
  bottom: 0;
}

.catalog-menu-item,
.client-item {
  width: 100% !important;
  height: auto;
  margin: 0 !important;
  aspect-ratio: 1.38;
  background-color: #f5f5f5;
  background-position: center;
  background-size: 100%;
}

.catalog-menu-item:hover,
.client-item:hover {
  background: #353535;
  background-image: none !important;
}

.catalog-menu-item__name {
  width: 50%;
  color: #353535 !important;
}

.client-item__text {
  width: 90%;
  color: #353535 !important;
}

.catalog-menu-item:hover .catalog-menu-item__name,
.client-item:hover .client-item__text {
  color: white !important;
}

.cookie-modal__content button {
  border-radius: 0;
  background: #353535;
}

.modal .form-text {
  color: #353535 !important;
}

.cookie-modal__content h4 {
  text-transform: uppercase;
}

.cookie-modal__content button:hover {
  background: #df0923;
}

.catalog-menu-item__name,
.client-item__text {
  left: 20px;
  top: 20px;
}

footer .form-text a {
  color: #fff;
}

/* партнеры */

.catalog__links-block a,
.catalog__links-block a:is(:hover, :focus-visible, .active) {
  background: none;
  border: 1px solid #353535;
  height: 40px;
  padding: 0 30px;
  position: relative;
  color: #353535;
  border-radius: 0;
}

.catalog__links-block a:is(:hover, :focus-visible, .active) {
  color: white !important;
  border: 1px solid #df0923;
  background: #df0923;
}

.partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.partner-item__content {
  background: transparent;
  padding: 0;
  height: 100%;
    display: flex;
    flex-direction: column;
}

.partner-item__link {
    display: flex;
    margin-top: auto;
    margin-bottom: 0;
}

.partner-item__name {
  padding: 0;
  font-weight: 600;
  font-size: 22px;
  color: #353535;
  text-transform: uppercase;
  font-family: "Mulish";
  cursor: default;
  line-height: 100%;
}

.map {
  margin-bottom: 20px;
}

.partner-item__bg {
  height: auto;
  background: transparent;
}

.partner-item {
  width: 100%;
  margin: 0;
  border: none;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 25px;
}

.partner-item__line {
  display: flex;
  font-size: 14px;
  color: #353535;
  margin-bottom: 15px;
  align-items: center;
  cursor: default;
  font-family: "Inter";
}

.partner-item__link {
    height: 40px;
    bottom: 0;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.partner-item__link::after {
    content: "Подробнее";
    position: absolute;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    left: 28px;
    z-index: 2;
}

.partner-item__link::before {
  content: "";
  height: 100%;
  width: 100%;
    background: #fff;
    transform: skew(-25deg);
    border: 1px solid #353535;
    z-index: 0;
    position: relative;
}

.partner-item__link:hover::before {
  background: #df0923;
    border: 1px solid #df0923;
}

.partner-item__link:hover::after {
    color: #fff;
}

.partner-item a {
  color: #353535;
}

.partner-item a:hover {
  color: #df0923;
}

.about-columns-block {
  display: grid;
  margin-bottom: 80px;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}

.about-columns-block h3 {
  margin-top: 25px;
}

.form-control {
  box-shadow: none;
  border-radius: 0px;
  font-family: "Inter" !important;
}

.form-control::placeholder {
  font-size: 14px;
}

.form-group {
  margin-bottom: 15px;
}

.text-page .form-text a {
  color: #353535;
}

.about-columns-item.form-block {
  background: #f5f5f5;
  padding: 40px;
  height: 100%;
}

.custom-partner .buttons-row {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-top: -60px;
  flex-direction: column;
  width: 185px;
}

.custom-partner .buttons-row .button,
.buttons-columns .button {
  width: 100%;
  text-align: center;
  display: flex;
  position: relative;
  margin-left: 10px;
  padding: 12px 15px 8px 15px;
  max-width: 165px;
  min-width: none;
  overflow: visible;
}

.custom-partner .buttons-row .button:before,
.buttons-columns .button::before {
  content: "";
  position: absolute;
  transform: skew(-25deg);
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 1;
  border: none;
  background: #df0923;
  transition: 0.2s;
}

.custom-partner .buttons-row .button:hover:before,
.buttons-columns .button:hover:before {
  background: #353535;
}

.custom-partner .buttons-row .button.border-btn::before,
.buttons-columns .button.border-btn::before {
  background: #353535;
}

.custom-partner .buttons-row .button.border-btn:hover::before,
.buttons-columns .button.border-btn:hover::before {
  background: #df0923;
}

.custom-partner .buttons-row .button span,
.buttons-columns .button span {
  position: relative;
  z-index: 2;
  color: #fff;
  height: auto;
}

.partner-img-block {
  margin-top: 20px;
  display: flex;
  background: #df0923;
  overflow: hidden;
}

.partner-img-block-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.partner-img-block-left.universal .universal-logo {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: none;
  border-bottom: none; /* Убираем нижнюю границу */
  padding: 30px 35px;
  position: relative;
}

/* Скошенная правая сторона */
.partner-img-block-left.universal .universal-logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(-18deg);
  transform-origin: top right;
  z-index: 1;
}

/* Нижняя граница (укороченная) */
.partner-img-block-left.universal .universal-logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 39px);
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

/* Логотип поверх всего */
.partner-img-block-left.universal .universal-logo .logo-icon {
  position: absolute;
  bottom: 0;
  right: 35px;
  width: 85px;
  height: 50px;
  margin-bottom: 0;
  z-index: 2;
}

.partner-img-block-left.universal span {
  display: block;
  font-size: 22px;
  font-family: Mulish !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  color: #fff;
  max-width: 80%;
}

.partner-img-block-right {
  padding: 90px;
  width: 50%;
  position: relative;
}

.partner-img-block-right::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background-color: #353535;
  transform: skew(-18deg);
  z-index: 1;
}

.partner-img-block-right h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.partner-img-block-right h3 b {
  font-weight: 800;
}

.partner-img-block-right p {
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 100%;
}

.partner-product-slider {
  margin-top: 100px;
}

.partner-product-slider .slider-constructor .slick-prev,
.partner-product-slider .slider-constructor .slick-next {
  top: -60px;
}

.about-partner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.about-partner .about-item {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 25px;
}

.about-partner .about-item:hover {
  background-color: transparent;
  border: 1px solid #474747;
}

.about-partner .about-item h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 10px;
}

.about-partner .about-item h3 b {
  font-weight: 800;
}

.about-partner .about-item p {
  max-width: 90%;
}

.about-points {
  margin-top: 100px;
}

.points-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.points-grid .partner-item {
  gap: 15px;
  padding-bottom: 50px;
  border: 1px solid #f5f5f5;
}

.partner-custom-line p {
  margin-bottom: 0;
}

.about-points h2 {
  font-weight: 800;
}

.buttons-columns {
  margin-top: 30px;
  display: flex;
}

.static-partner-1-1 .buttons-columns .button:not(.border-btn) {
  max-width: 220px;
}

.about-points-one {
  margin-top: 10px;
  gap: 0;
  position: relative;
}

.about-points-one .partner-item {
  padding: 0;
  gap: 14px;
}

.about-points-one h2 {
  margin-bottom: 15px;
}

.about-points-one::after {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 140px;
  right: 70px;
  bottom: 0;
  background-image: url(https://hommet.ru/media/uploads/partner-img.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.partner-custom-line.partner-item-btn {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.circle-img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.circle-img img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.bim-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bim-modal.active {
  display: flex;
  opacity: 1;
}

.bim-form-content {
  background: #f5f5f5;
  width: 90%;
  max-width: 580px;
  padding: 50px 90px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  transition: transform 0.3s ease;
  overflow: hidden;
  position: relative;
}

.bim-modal.active .bim-form-content {
  transform: scale(1);
}

.bim-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  cursor: pointer;
}

.points-grid .partner-item:hover {
  border: 1px solid var(--feedback-form-input-border, #e0e0e0);
  background: transparent;
}

@media (max-width: 991px) {

  .catalog-menu.catalog-categories-block,
  .clients-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {

  .catalog-menu.catalog-categories-block,
  .clients-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-columns-block {
    display: flex;
    margin-bottom: 40px;
    gap: 30px;
    flex-direction: column;
  }

  .about-columns-block:last-child {
    flex-direction: column-reverse;
  }

  .about-columns-item.form-block {
    padding: 20px;
  }

  .catalog-menu-item__name {
    width: 70%;
  }

  .catalog-menu-item,
  .client-item {
    aspect-ratio: 1.5;
  }

  .client-item__text {
    font-size: 18px;
    line-height: 120%;
  }

  .catalog__links-block a,
  .catalog__links-block a:is(:hover, :focus-visible, .active) {
    height: 30px;
    padding: 0 20px;
  }

  .partners {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .partner-item__name {
    font-size: 16px;
  }

  .partner-item {
    gap: 20px;
    padding: 15px;
  }

  .about-points {
    margin-top: 60px;
  }

  .points-grid .partner-item {
    padding-bottom: 15px;
  }

  .partner-item__link {
    width: 100% !important;
  }

  .partner-item__link::after {
    left: auto !important;
    font-size: 14px !important;
  }

  .partner-img-block {
    flex-direction: column;
  }

  .partner-img-block-right::after {
    transform: none;
  }

  .partner-img-block-left,
  .partner-img-block-right {
    width: 100%;
    padding: 30px;
  }

  .about-partner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .partner-product-slider .slick-dots {
    bottom: -30px !important;
  }

  .partner-product-slider {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .points-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .about-points-one::after {
    display: none;
  }

  .about-points-one {
    gap: 0;
    padding-bottom: 25px;
  }

  .about-partner .about-item {
    padding: 20px;
  }

  .bim-form-content {
    padding: 35px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .points-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .buttons-columns {
    flex-direction: column;
    gap: 15px;
  }
}

.ymaps-2-1-79-svg-icon {
  display: block;
  background: url(https://hommet.ru/media/uploads/map-pin.svg) no-repeat !important;
  background-size: cover !important;
  width: 50px !important;
  height: 50px !important;
}

.partner-item__link::after {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
}

.affiliate-network__head {
  display: none;
}

.__header .catalog-btn.toggled span {
  background: white !important;
}

.__header .catalog-btn span:before {
  left: 0;
}

.__header .catalog-btn.toggled span::after {
  transform: none;
  left: 0;
}

.__header .catalog-btn span,
.__header .catalog-btn span:before,
.__header .catalog-btn span::after {
  background-color: white !important;
}

.__header .catalog-btn.toggled span {
  background: transparent !important;
}

.__header .catalog-btn.toggled span::after {
  transform: rotate(-45deg) translateX(8.5px) !important;
  left: -7px !important;
  background: white !important;
}

.__header .catalog-btn.toggled span:before {
  transform: rotate(45deg) translateX(8.5px) !important;
  left: -7px !important;
}


.SmartCaptcha-Shield.SmartCaptcha-Shield_visible {
  z-index: 999;
}

.smart-captcha {
  margin-bottom: 15px;
  width: 200px;
}

.Text_typography_control-xxl {
  font-size: 12px !important;
}