/* шрифты */
@font-face {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

*,
a,
.__header .search-box input::placeholder,
.search--box form.s-icon-right input::placeholder,
.__header .search-box input {
  font-family: "Rubik", serif !important;
}

*,
p {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: var(--custom-black-color);
}

P {
  font-size: 14px !important;
}

.btn,
.forgot-password {
  font-size: 14px;
}

.btn {
  border-radius: 0;
  background-color: var(--custom-gray-color-100);
  color: var(--custom-black-color);
  height: 40px;
  text-align: center;
}

strong {
  font-weight: 700 !important;
}

span,
p,
.text-page ul li,
.o-product-tab ul li {
  line-height: 130% !important;
  font-size: 14px;
}

.frontpage h1 {
  margin-bottom: 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.footer-content__title,
.g-title {
  font-weight: 700 !important;
  line-height: 100% !important;
  font-family: "Rubik", serif !important;
  text-transform: uppercase;
}

h4,
.h4,
h5,
.h5,
h6,
.h6,
.__header .contact-box p.toggled {
  font-weight: 500 !important;
  line-height: 110% !important;
  font-family: "Rubik", serif;
  font-size: 16px;
}

a {
  font-weight: 400 !important;
  line-height: 100% !important;
  font-size: 13px;
}

h1,
.h1 {
  color: var(--custom-black-color);
  font-size: 28px;
  margin-bottom: 20px;
}

h2,
.h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.inner-page h2:not(.slider-h2 h2),
.inner-page .h2,
.inner-page h2 span:not(.slider-h2 h2 span),
.inner-page .h2 span {
  font-size: 22px !important;
}

h3,
.h3,
.mb-25,
.footer-content__title,
.g-title {
  font-size: 16px;
}

main {
  overflow: hidden;
}

img {
  margin-bottom: 0 !important;
}

/* курсор */

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
.h4,
.h5,
h5,
h6,
.h6,
.personal-form__element-top,
.personal-form__post-text,
section.feedback-form .form-text,
.modal.fancybox-content .form-text,
.footer-content__title,
.frontpage p,
.frontpage .text-page ul li,
.footer-bottom .copy.version,
.footer-bottom__left,
ul li,
.catalog-sorting__title,
.g-title,
.product-card__discription-title,
.product-card__personal-cost span,
.product-card__discription-title,
.product-item__status,
.orig-price strong,
.product-card__left p,
.shopping-cart-item__name,
.shopping-cart-item__total-cost,
.shopping-cart-item__cost,
.footer-content-cookie,
.form-text,
.footer-contact,
.product-card__artikul,
.product-card-container p,
.main-action p,
.contacts-block__title,
.contacts-block__title-red.address-data,
.contact-text-line p,
.content-title {
  cursor: default;
}

[data-fancybox],
.btn-border.callme-button,
.category-box-text,
.form-close,
.catalog-item p,
.st-button__title,
.events-item h4 {
  cursor: pointer;
}

.fixed::after {
  display: none;
}

/* таблицы */

.table table td {
  font-size: 13px;
  padding: 10px 25px 10px 0;
}

/* нижнее меню */

/* шапки */

.btn img,
.btn-download img {
  width: 18px;
}

.__header .c-box-fat-v2 {
  flex-wrap: nowrap;
}

.__header .logo {
  width: 210px;
}

.header-phones__inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.catalog-box ul a {
  line-height: 120% !important;
  color: var(--custom-black-color);
}

.main-menu {
  margin-left: 20px;
}

header ul.hover--underline li::after {
  border-color: var(--custom-black-color) !important;
}

header ul.hover--underline a:hover {
  color: var(--custom-black-color) !important;
}

/* дефолтная */

#search-result-container[data-search-results-active],
#search-result-mob[data-search-results-active] {
  display: block !important;
}

.search-result-item__name {
  color: var(--custom-black-color);
}

.search-result-item__cost {
  color: var(--custom-accent-color-500);
}

.header-user__link .icon img {
  width: 24px;
}

.header-cart span.cart-number {
  width: min-content;
  padding: 0 5px;
  height: 22px;
  font-size: 12px;
  line-height: 100% !important;
  color: var(--custom-black-color);
  border-radius: 0;
  background: var(--custom-accent-color-500);
}

.modal.fancybox-content {
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 100%, 0 20%);
}

.top-header__content {
  height: 49px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.header-body__content {
  height: 41px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  header {
    position: fixed;
    height: 160px;
  }

  header.fixed {
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
  }

  main {
    padding-top: 200px;
  }

  .fixed .header-body {
    position: relative;
    top: 0;
    transform: none;
    box-shadow: none;
  }
}

.custom-post-header {
  position: absolute;
  width: max-content;
  top: 94px;
  left: calc(50% - 187px);
  z-index: 9999;
}

.header-cart .icon-svg {
  width: 24px;
  height: 24px;
}

.custom-header-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.custom-header-buttons a {
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--custom-accent-color-100);
  transition: all 0.3s ease;
}

.custom-header-buttons a:last-child {
  clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0 100%);
}

.custom-header-buttons a:hover {
  transition: all 0.3s ease;
  background: var(--custom-accent-color-500);
}

.custom-header-buttons a:last-child {
  width: 186px;
}

.custom-pre-header {
  position: absolute;
  width: 270px;
  top: 39px;
  left: calc(50% + 170px);
}

.custom-pre-header p {
  font-size: 13px;
  color: var(--custom-gray-color-800);
  margin: 0;
}

.catalog-inner-btn {
  border: 1px solid var(--custom-accent-color-500);
  color: var(--custom-black-color);
  border-radius: 0px;
  height: 34px;
  width: 195px;
  display: none;
}

.header-search input {
  height: 41px;
  border: 1px solid var(--custom-gray-color-200);
  border-right: 0;
  color: var(--custom-black-color);
  padding: 0 20px;
  border-radius: 0;
  background: transparent;
  width: calc(100% - 41px);
}

.header-search input::placeholder {
  color: var(--custom-gray-color-800);
  font-size: 13px;
}

.header-search button,
.mobile-search button {
  width: 41px;
  height: 41px;
  background: var(--custom-accent-color-500) !important;
  border: none;
  border-radius: 0;
  margin-left: -35px;
}

.header-search button::before,
.mobile-search button::before {
  content: "";
  background: url(https://vetonit-center.ru/media/uploads/search-icon.svg)
    no-repeat;
  background-position: center center !important;
  height: 20px;
  width: 20px;
  background-size: cover;
}

.header-search button:hover,
.mobile-search button:hover {
  background: var(--custom-accent-color-400) !important;
}

.header-search button .icon-svg,
.mobile-search button .icon-svg {
  display: none;
}

.header-search--inner {
  height: 41px;
  margin-left: 0;
  justify-content: flex-start;
  width: 433px;
  z-index: 20;
}

.custom-post-header .container {
  padding-left: 0;
}

.header-user__link {
  font-size: 13px;
  color: var(--custom-black-color);
}

.main-menu a {
  opacity: 1;
  color: var(--custom-black-color);
}

.main-menu a:hover {
  text-underline-offset: 3px;
}

.main-menu li {
  margin-right: 0;
}

.main-menu ul {
  gap: 20px;
}

.btn-border.callme-button {
  border: 1px solid var(--custom-accent-color-500) !important;
  color: var(--custom-black-color) !important;
  background-color: transparent !important;
  border-radius: 0px;
  display: none;
}

.btn-border.callme-button:hover {
  border: 1px solid var(--custom-accent-color-500);
  color: var(--custom-white-color) !important;
  background-color: var(--custom-accent-color-500) !important;
}

.header-phones__phone {
  color: var(--custom-black-color);
  font-size: 13px;
}

.header-phones__phone:hover,
.header-user__link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--custom-accent-color-500);
  transition: all 0.3s ease;
}

.header-cart {
  display: flex;
  align-items: center;
}

.catalog-box {
  background: var(--custom-gray-color-50);
}

/* slim v1 */

.__header .options-box .nav-items li a,
.__header .option-items li a,
.__header .contact-box p a,
.__header .contact-box a {
  color: var(--custom-black-color);
}

.__header .options-box .nav-items li a {
  font-weight: 400;
}

.__header .options-box .nav-items li a.active,
.__header .options-box .nav-items li a:hover,
.__header .contact-box a:hover,
.__header .option-items li a:hover {
  color: var(--custom-accent-color-500);
}

.__header .option-items li a {
  font-size: 13px;
}

.__header .catalog-btn {
  background: var(--custom-accent-color-100);
  border: 1px solid var(--custom-accent-color-100);
  color: var(--custom-black-color);
  padding: 0;
  height: 34px;
  letter-spacing: 0;
  display: flex;
  gap: 12px;
  font-size: 13px;
  width: 166px;
}

.__header .catalog-btn span {
  left: 0px;
  position: relative;
  margin: 0;
}

.__header .search-box input {
  background: var(--custom-white-color);
  color: var(--custom-black-color);
  height: 34px;
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 2px 0 0 2px;
  font-size: 13px;
}

.__header .search-box form,
.__header .search-box {
  height: 34px;
}

.__header .catalog-btn span:before,
.__header .catalog-btn span::after,
.__header .catalog-btn span {
  height: 1px;
}

.__header .search-box input::placeholder {
  color: var(--custom-gray-color-800);
}

.__header .search-box .submit {
  background: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  height: 34px;
  border: 1px solid var(--custom-accent-color-500);
  border-radius: 0 2px 2px 0;
}

.__header .search-box .submit:hover {
  background: var(--custom-accent-color-100);
  color: var(--custom-black-color);
  border: 1px solid var(--custom-accent-color-100);
}

.__header .catalog-btn:hover,
.__header .catalog-btn.toggled {
  background: var(--custom-accent-color-500);
  border: 1px solid var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.__header .catalog-btn:hover span,
.__header .catalog-btn:hover span:before,
.__header .catalog-btn:hover span::after {
  background-color: var(--custom-white-color);
}

.__header .catalog-btn:hover.toggled span {
  background: transparent;
}

.__header .catalog-btn.toggled span:before,
.__header .catalog-btn.toggled span::after {
  background-color: var(--custom-white-color);
}

.__header .option-items li img {
  max-width: 40px;
  width: 26px;
}

.__header .option-items li a {
  padding-left: 30px;
}

.header-body__content-right {
  flex-direction: row-reverse;
}

/* slim v3 */

.header--bottom-mob.bottom-fixed {
  background-color: var(--custom-gray-color-50);
  border-top: 1px solid var(--custom-gray-color-400);
}

.header--bottom-mob .custom-mob-number,
.header--bottom-mob .custom-tel-24,
.header--bottom-mob .custom-mob-cart.bordered {
  min-height: 30px;
  height: 30px;
  font-size: 13px;
  color: var(--custom-black-color);
  border: 1px solid var(--custom-accent-color-500);
}

.header--bottom-mob .custom-mob-number:hover,
.header--bottom-mob .custom-tel-24:hover,
.header--bottom-mob .custom-mob-cart.bordered:hover {
  color: var(--custom-white-color);
  border: 1px solid var(--custom-accent-color-500);
  background: var(--custom-accent-color-500);
}

.header--bottom-mob .custom-tel-24 img {
  display: none;
}

.__header .custom-block {
  padding-left: 45px;
}

.__header .v3-variant {
  margin-left: -23px;
}

.__header .menu-btn {
  background: var(--custom-white-color);
  color: var(--custom-black-color);
  border: 1px solid var(--custom-accent-color-500);
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.__header .menu-btn img {
  display: none;
}

.__header .menu-btn::before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(https://vetonit-center.ru/media/uploads/user-menu.svg)
    no-repeat;
  background-size: 100%;
  background-position: center center;
}

.__header .menu-btn.toggled::before,
.__header .menu-btn:hover::before {
  background: url(https://vetonit-center.ru/media/uploads/user-menu-white.svg)
    no-repeat;
  background-size: 100%;
  background-position: center center;
}

.__header .menu-btn.toggled::before {
  display: none;
}

.__header .menu-btn img + img {
  position: relative;
  left: 0;
  margin-right: 0;
  width: 27px;
  height: 27px;
  padding: 7px;
}

.__header .menu-box {
  background: var(--custom-accent-color-500);
}

.__header .menu-btn.toggled,
.__header .menu-btn:hover {
  background: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  border: 1px solid var(--custom-accent-color-500);
}

.__header .option-items li img {
  width: 26px;
}

.mobile-side-menu-footer__link img {
  width: 34px;
}

.mobile-side-menu-footer__link {
  color: var(--custom-black-color) !important;
}

.mobile-side-menu-footer__link span {
  font-size: 13px;
}

#menu.mm-menu--opened {
  width: 100%;
}

.search--box form.s-icon-right input,
.search--box form.s-icon-right .submit {
  height: 36px;
}

.search--box form.s-icon-right .submit {
  width: 50px;
}

.header--bottom-mob.bottom-fixed {
  display: none;
}

.__header .option-items.v-white img {
  max-width: 40px;
}

.__header .v3-variant .col-block .option-items li a {
  padding-left: 33px;
}

/* fat v2 */

.__header .c-box-fat-v2 p {
  margin-right: 0px;
}

.__header .contact-box p.toggled a {
  font-weight: 500 !important;
  font-size: 13px;
}

.__header .c-box-fat-v2 p a + a {
  padding-top: 5px;
}

.catalog-box li {
  max-width: 300px;
}

.__header .c-box-fat-v2 .order-call {
  border: 1px solid var(--custom-gray-color-100);
  max-height: 34px;
  color: var(--custom-black-color);
  background: var(--custom-gray-color-100);
  border-radius: 0px;
  max-width: none;
  width: 166px;
  font-size: 13px;
  padding: 0px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.__header .c-box-fat-v2 .order-call:hover {
  border: 1px solid var(--custom-accent-color-100);
  color: var(--custom-black-color);
  background: var(--custom-accent-color-100);
}

.__h-fat-v2-bottom {
  background: var(--custom-white-color);
  border-top: 1px solid var(--custom-gray-color-400);
  border-bottom: 1px solid var(--custom-gray-color-400);
}

.__fat-v2-nav ul li a,
.trapeze + .__h-fat-v2-bottom .__fat-v2-nav ul li a {
  color: var(--custom-black-color);
  padding: 0;
  font-size: 13px;
}

.__fat-v2-nav ul {
  gap: 30px;
}

.__fat-v2-options ul li a,
.trapeze + .__h-fat-v2-bottom .__fat-v2-options ul li a,
.trapeze + .__h-fat-v2-bottom .__fat-v2-options ul li span {
  font-size: 13px;
  color: var(--custom-black-color);
}

.__fat-v2-options ul li a.active,
.__fat-v2-options ul li a:hover,
.trapeze + .__h-fat-v2-bottom .__fat-v2-options ul li a.active,
.trapeze + .__h-fat-v2-bottom .__fat-v2-options ul li a:hover {
  color: var(--custom-accent-color-500);
}

.__fat-v2-options ul li img {
  width: 25px;
}

.__fat-v2-nav ul li:hover,
.trapeze + .__h-fat-v2-bottom .__fat-v2-nav ul li:hover {
  background: transparent;
}

.__fat-v2-nav ul li a:hover,
.__fat-v2-nav ul li a.active,
.trapeze + .__h-fat-v2-bottom .__fat-v2-nav ul li a:hover,
.trapeze + .__h-fat-v2-bottom .__fat-v2-nav ul li a.active {
  text-decoration: underline;
  text-underline-offset: 1px;
  color: var(--custom-accent-color-500);
  text-underline-position: under;
}

.inner-page section.header--bottom-mob,
.inner-page section.__h-fat-v2-bottom,
.trapeze + .__h-fat-v2-bottom {
  background-color: var(--custom-white-color) !important;
}

/* трапеция */

.__header.trapeze .c-box-fat-v2 .order-call:before {
  height: 34px;
  border: 1px solid var(--custom-accent-color-500);
}

.__header.trapeze_1 .c-box-fat-v2 .order-call {
  border-right: 1px solid var(--custom-accent-color-500);
}

.__header.trapeze .c-box-fat-v2 .order-call:hover:before {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.__header.trapeze_1 .c-box-fat-v2 .order-call:hover {
  border: none;
}

.__header.trapeze .search-box .submit,
.__header.trapeze .search-box .submit:hover {
  background: var(--custom-accent-color-500);
}

.__header.trapeze .search-box .field__box:before {
  border: 1px solid var(--custom-gray-color-400);
}

.__header.trapeze .search-box input {
  color: var(--custom-black-color);
}

.__header.trapeze .search-box input::placeholder {
  color: var(--custom-gray-color-800);
}

.__header.trapeze .catalog-btn:before {
  border: 1px solid var(--custom-accent-color-500);
}

.__header.trapeze .catalog-btn {
  padding: 0;
  color: var(--custom-black-color);
}

.__header.trapeze_1 .catalog-btn {
  border-left: 1px solid var(--custom-accent-color-500);
}

.__header.trapeze .catalog-btn span {
  left: 0;
}

/* fancybox */

.fancybox-button {
  background: rgb(255 255 255 / 60%);
}

.fancybox-content {
  background: var(--custom-gray-color-50);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.modal .h2 {
  margin-bottom: 20px;
  text-align: left;
  width: 80%;
}

.fancybox-slide--html .fancybox-close-small {
  background: transparent;
  padding: 5px;
}

.form-text {
  line-height: 130% !important;
}

.form-text {
  line-height: 130% !important;
}

.custom-catalog-button .main-btn {
  margin-left: auto;
  margin-right: 0;
}

.custom-catalog-button {
  margin-top: 20px;
}

/* форма в подвале */

.section-dark.feedback-form {
  padding: 0px 0 80px;
}

.filter-item span {
  padding-left: 12px;
}

.form-group.privacy-policy
  .checkbox
  [type="checkbox"]:not(:checked)
  + label:before,
.checkbox [type="checkbox"]:checked + label:before,
.form-group.privacy-policy
  .checkbox
  [type="checkbox"]:not(:checked)
  + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  top: 0px;
}

.form-text,
.footer-content-cookie,
.form-control::placeholder,
.content-name,
.question-form .form-text {
  color: var(--custom-gray-color-800) !important;
}

.question-form {
  background: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px;
}

.question-main {
  max-width: 100%;
}

.form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0px;
  padding: 0 20px;
  font-size: 13px;
  color: var(--custom-black-color);
  position: relative;
  height: 40px;
  background: var(--custom-white-color);
  border: 1px solid var(--custom-gray-color-400) !important;
}

.feedback-form .form-control {
  border: 1px solid var(--custom-white-color) !important;
}

.form-control:focus {
  border-color: var(--custom-accent-color-500) !important;
}

.form-group:not(.privacy-policy),
.input-cont .input-placeholder {
  z-index: 1;
  background: transparent;
}

.footer-subscribe input {
  width: 100%;
  height: 30px;
  font-size: 11px;
  padding: 0 10px;
  border-radius: 0px;
  color: var(--custom-black-color);
  border: none;
  background: var(--custom-white-color);
  display: inline-block;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}

.footer-subscribe input::placeholder {
  font-size: 11px !important;
}

.privacy-policy::after,
.privacy-policy::before {
  display: none;
}

.form-control::placeholder,
.content-name {
  font-size: 13px;
}

#question-main textarea.form-control {
  height: 118px;
}

.form-group {
  margin-bottom: 10px;
}

.question-form__column {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.content-name {
  top: 12px;
  left: 20px;
}

.question-form .form-text,
.form-text a {
  font-size: 10px !important;
  line-height: 110% !important;
}

.form-text a {
  color: var(--custom-accent-color-500);
}

.question-form .checkbox {
  margin-top: 0;
  max-width: 50%;
}

section.feedback-form .h2,
.question-form .h2 {
  font-weight: 500 !important;
  margin-bottom: 30px;
  line-height: 110% !important;
  color: var(--custom-black-color);
  text-align: left;
}

.form-control:focus {
  border-color: var(--custom-accent-color-500) !important;
}

/* подвал */

.footer-phone a,
.footer-content__title,
.footer-contact {
  color: var(--custom-black-color);
}

.footer-phone a,
.footer-content__title {
  font-weight: 700 !important;
  font-size: 22px !important;
}

.footer-contact,
.footer-content__column a {
  font-size: 14px !important;
}

.footer-contact a:hover {
  color: var(--custom-accent-color-500);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-first-column .logo img {
  width: 75%;
}

.footer-right {
  width: 300px;
}

.footer-right .footer-content__title {
  margin-bottom: 10px;
}

.footer-phone {
  margin-bottom: 15px;
}

.developer-link a,
.footer-bottom__left,
.footer-bottom .copy,
.footer-content__title span {
  color: var(--custom-gray-color-800);
}

.developer-link a,
.footer-bottom__left,
.footer-bottom .copy,
.footer-content-cookie {
  font-size: 10px !important;
  opacity: 1;
}

.developer-link a {
  font-weight: 600 !important;
}

.footer-content-cookie {
  width: 260px;
}

.footer-content__title {
  margin-bottom: 20px;
}

.footer-content__column li {
  margin-bottom: 8px;
}

.footer-content__title span {
  font-size: 13px;
  opacity: 1;
  text-transform: none;
  font-style: normal;
  margin-top: 4px;
}

.developer-link a:hover,
.footer-phone a:hover {
  color: var(--custom-accent-color-500);
}

.footer-subscribe {
  gap: 0;
}

.inner-page footer {
  padding: 80px 0 0 0;
}

.modal.fancybox-content .button-theme_primary {
  width: 208px;
}

.button-theme_primary,
.footer-subscribe button,
.product-card-v2__buttons .st-button_add-to-cart,
.st-button_primary.w-100,
.question-main .btn,
.shopping-cart-btn {
  height: 34px !important;
  width: 208px;
  border-radius: 0px;
  font-size: 14px;
  position: relative;
}

.footer-subscribe button:hover {
  background: var(--custom-white-color) !important;
  border: none !important;
}

.footer-subscribe button {
  border: none !important;
  background: var(--custom-accent-color-500) !important;
  color: var(--custom-black-color) !important;
  width: 100%;
  height: 30px !important;
  line-height: 100% !important;
  font-size: 11px !important;
  max-width: 100px;
}

.feedback-form {
  padding: 120px 0;
}

.section-dark {
  padding: 0;
}

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  border: 1px solid var(--custom-accent-color-500);
}

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  background: var(--custom-accent-color-500)
    url(https://vetonit-center.ru/static/images/checkbox-check.svg) 50% 50%
    no-repeat;
}

/* кнопки */

.main-btn {
  height: 40px;
  background: var(--custom-accent-color-500);
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--custom-black-color);
  align-items: center;
  transition: all 0.3s ease;
}

.main-btn.grey {
  background: var(--custom-accent-color-400);
}

.main-btn:hover,
.main-btn.grey:hover {
  background: var(--custom-gray-color-100);
}

.main-btn.red {
  background: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.main-btn.red:hover {
  background: var(--custom-accent-color-400);
  color: var(--custom-black-color);
}

/* слайдер оффер */

.offer-container {
  position: relative;
  width: 100%;
}

.offer-container h2 {
  font-size: 32px;
  font-style: normal;
}

.offer-container h2,
.offer-container p {
  max-width: 300px;
  margin-bottom: 20px;
}

.offer-container p {
  font-size: 16px !important;
}

.offer-container .btn {
  background-color: var(--custom-white-color);
  width: 132px;
  color: var(--custom-black-color);
}

.offer-container .btn:hover {
  background-color: var(--custom-gray-color-50);
}

.offer-container__img {
  position: absolute;
  top: -94px;
  left: 34%;
  object-fit: cover;
  object-position: top;
  width: 529px !important;
  height: 392px;
}

.home-banner .slide-content {
  right: auto;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-banner,
.owl-carousel,
.owl-carousel .owl-stage-outer,
.home-banner .owl-stage,
.home-banner .image_cover {
  height: 100%;
}

.home-banner .slide-content.align--left {
  left: 50px;
}

.home-banner .owl-nav {
  display: block;
  width: 100%;
  max-width: max-content;
  position: absolute;
  margin: 0 auto;
  top: auto;
  bottom: 25px;
  height: 32px;
  right: 50px;
}

.home-banner .owl-prev {
  left: auto;
  right: 50px;
}

.home-banner .owl-next {
  right: 0;
}

.slick-arrow {
  border-radius: 0;
  border: none;
  height: 40px;
  width: 40px;
  background: transparent;
}

.slick-arrow:hover {
  background-color: var(--custom-gray-color-50);
}

.slider-constructor .slick-arrow:hover img,
.slider-constructor .slick-arrow:hover svg {
  fill: var(--custom-accent-color-500);
}

.slider-constructor .slick-prev,
.slider-constructor .slick-next {
  top: -54px;
}

.image_cover {
  background: var(--custom-accent-color-500)
    url(https://vetonit-center.ru/media/uploads/back-offer-red.svg) no-repeat !important;
  background-position: -20% !important;
  background-size: 100% !important;
}

.menu-item.active {
  background-color: var(--custom-gray-color-50);
}

.menu-item.active a {
  color: var(--custom-black-color);
}

.catalog-side__content ul li a {
  color: var(--custom-black-color);
  font-size: 14px;
  padding: 11px 20px;
}

.menu-item__image {
  max-width: 26px;
  min-width: 26px;
}

.catalog-side__content ul {
  padding-top: 6px;
}

.inner-page .catalog-side__content ul {
  padding-top: 0px;
}

.catalog-side__content ul li a:before {
  background: url(https://vetonit-center.ru/media/uploads/arrow-sidebar.svg)
    no-repeat;
  background-size: 11px 12px;
  right: 10px;
  top: calc(50% - 5px);
  display: none;
}

.catalog-side__content ul li a:hover:before {
  background: url(https://vetonit-center.ru/media/uploads/arrow-sidebar-hover.svg)
    no-repeat;
  background-size: 11px 12px;
}

.catalog-side__content ul li.more a {
  background-color: var(--custom-gray-color-100);
  color: var(--custom-black-color);
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  clip-path: polygon(20px 0, 100% 0%, calc(100% - 20px) 100%, 0 100%);
}

.catalog-side__content ul li.more a:hover {
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color);
}

.catalog-side .btn-border {
  margin: 5px 15px 15px 15px;
}

.home-banner .owl-dot {
  border-radius: 0;
  border: none;
  background: var(--custom-gray-color-400);
}

.home-banner .slide-content {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.home-banner .slide-content {
  max-width: none;
  padding-top: 36px;
  padding-left: 40px;
}

.buttons-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.offer-block-content .buttons-block {
  margin-top: 50px;
}

.home-banner .owl-carousel {
  padding-bottom: 15px;
}

.home-banner .owl-dots {
  bottom: 0 !important;
  width: 47%;
  max-width: 47%;
  height: 3px;
  left: 0;
  align-items: center;
  transform: none;
  gap: 0;
}

.home-banner .owl-dot,
.slick-dots button,
.slick-dots .slick-active button {
  width: 100%;
  background: var(--custom-gray-color-700);
  border: none;
}

.home-banner .owl-dot {
  background: var(--custom-gray-color-700);
  height: 1px;
}

.home-banner .owl-dot.active {
  background-color: var(--custom-accent-color-500);
  height: 3px;
}

.home-banner .owl-dot.active::after {
  background: var(--custom-white-color);
}

.home-banner .owl-dot:not(:last-child) {
  margin-right: 0;
}

.offer-block-content .main-btn:first-child {
  margin-left: 22px;
}

.offer-block-content .main-btn:hover {
  background-color: var(--custom-white-color);
  color: var(--custom-black-color);
}

.offer-block-content h2 {
  font-size: 38px;
  color: var(--custom-white-color);
  margin-bottom: 15px !important;
  width: 100%;
}

.offer-block-content p {
  font-size: 13px;
  color: var(--custom-white-color);
}

.offer-top-text {
  display: flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  top: -64px;
  left: 33%;
}

.offer-top-text::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(https://vetonit-center.ru/media/uploads/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.offer-right-text {
  position: absolute;
  transform: translate(-50%);
  top: 50%;
  right: -60px;
  max-width: 135px;
}

.home-banner .owl-prev,
.home-banner .owl-next {
  display: none;
}

.catalog,
.product-card__container {
  position: relative;
}

.big_banners .container::after,
.product_set_slider .container::after,
.help-slider .container::after,
.catalog::after,
.product-card__container::after {
  position: absolute;
  top: -9px;
  right: -30px;
  content: "";
  display: block;
  height: 133px;
  width: 40px;
  background-image: url(https://vetonit-center.ru/media/uploads/banner-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.catalog::after,
.product-card__container::after {
  right: -45px;
}

.help-slider .container::after,
.product-card__container::after {
  top: 46px;
}

header {
  border-bottom: 1px solid var(--custom-gray-color-400);
}

.home-banner.inner-block__active .slide-content {
  background-color: transparent;
}

/* категории */

.red-price-static {
  margin-top: 90px !important;
}

.red-price-static h2 {
  max-width: 516px;
}

.custom-banners .custom-item {
  border: 1px solid var(--custom-gray-color-400);
  padding: 20px;
}

.custom-banners .custom-item img {
  margin: 0;
}

.custom-banners .custom-item p {
  font-size: 13px;
  margin: 0;
}

.custom-banners {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding-top: 5px;
}

.content-background-box__container {
  min-height: 0;
}

.row-gap-25 {
  row-gap: 10px !important;
}

.category-slider-set {
  padding-top: 120px !important;
}

.category-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background: var(--custom-gray-color-50);
  transition: 0.2s;
}

.slider-category {
  aspect-ratio: 2.5/1;
  overflow: hidden;
  position: relative;
  background: var(--custom-gray-color-50);
  transition: 0.2s;
  display: block;
}

.slider-category:hover,
.category-button:hover {
  background: var(--custom-accent-color-400);
  transition: 0.2s;
}

.slider-category:hover h4 {
  color: var(--custom-white-color);
}

.slider-category img {
  margin: 0;
  object-fit: cover;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  position: absolute;
  height: 100%;
  z-index: 1;
}

.slider-category h4 {
  position: relative;
  z-index: 2;
}

.slider-category .btn {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  width: 107px;
  left: 20px;
}

.slider-category .btn:hover {
  background: var(--custom-white-color) !important;
  color: var(--custom-black-color) !important;
  border: 1px solid var(--custom-white-color) !important;
}

.client-item img {
  height: auto;
  width: 100%;
}

.slider-category {
  transition: 0.3s;
}

.slider-constructor .slick-slide {
  gap: 10px;
}

.content-background-box__text-content {
  height: 100%;
}

.category-button a {
  width: 200px;
}

.category-button:hover a {
  background: var(--custom-white-color) !important;
  color: var(--custom-black-color) !important;
  border: 1px solid var(--custom-accent-color-500) !important;
}

/* акции */

.news-slider-set {
  padding-top: 120px !important;
}

.events-item {
  border-radius: 0px;
  aspect-ratio: 2.47;
}

/*
.events-item h4:not(.client-item h4) {
  bottom: auto;
  top: 20px;
  height: max-content;
  max-width: 45%;
}
*/
.client-item h4 {
  z-index: 1;
}

.events-item .hover-img {
  display: none;
}

.events-item:hover .default-img {
  display: none;
}

.events-item:hover .hover-img {
  display: block;
}

.news-banner-set {
  margin-top: 120px !important;
}

.custom-news-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}

.custom-news-block div {
  width: 33%;
}

.news-teaser {
  background: var(--custom-gray-color-50);
  aspect-ratio: 1;
}

.news-teaser img {
  margin: 0;
  height: 100%;
  object-fit: cover;
}

.custom-news-block h3 {
  font-size: 22px;
}

/* партнеры */

.partners-slider .mb-25 {
  display: none;
}

.partners-slider {
  margin: 90px 0 0 0 !important;
}

.discaunter-static {
  padding-top: 120px !important;
}

.partners-slider img {
  max-height: 95px !important;
  height: auto !important;
  filter: grayscale(100%);
  opacity: 0.6;
  cursor: poMontserrat;
  transition: 0.3s;
}

.partners-slider img:hover {
  filter: none;
  opacity: 1;
  transition: 0.3s;
}

.image-zoom .image {
  transform: none !important;
}

.partners-slider .slick-prev {
  right: auto;
  left: 0;
}

.partners-slider .slider-constructor .slick-list {
  width: 90%;
  margin: 0 auto;
}

.partners-slider .slider-constructor .slick-prev,
.partners-slider .slider-constructor .slick-next {
  top: 12px;
}

/* способы оплаты */

.payment-block {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.payment-block .mb-25 {
  margin-bottom: 40px !important;
}

.payment-block .info-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.payment-block .info-block img {
  width: 50px;
  margin-bottom: 0px;
}

.payment-block .info-block p {
  width: calc(100% - 70px);
  padding-right: 20px;
  font-size: 13px;
  line-height: 110% !important;
}

/* кнопка в каталог */

.custom-catalog-button {
  margin-top: 20px !important;
  height: 40px;
}

.custom-catalog-button .btn {
  width: 187px;
  position: absolute;
  background: var(--custom-accent-color-500) !important;
  border: 1px solid var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
  right: 14px;
}

.custom-catalog-button .btn:hover {
  background: var(--custom-accent-color-100) !important;
  border: 1px solid var(--custom-accent-color-100) !important;
  color: var(--custom-black-color) !important;
}

.news-slider-set .events-item h4 {
  padding: 20px;
  font-weight: 500 !important;
}

.news-slider-set .slick-dots {
  display: flex !important;
}

/* тизер, каталог, v2 */

.welcome__content .banners-block,
.rules-block {
  grid-template-columns: repeat(1, 1fr) !important;
  margin-bottom: 60px;
}

.welcome__content .banners-block,
.rules-block {
  margin-bottom: 10px;
}

.section.mobile-show.header-top-bg-color ~ .section {
  padding-bottom: 60px;
}

.welcome__content .banners-block .events-item,
.rules-block .events-item {
  aspect-ratio: auto;
  height: 107px;
  background: var(--custom-accent-color-100)
    url(https://vetonit-center.ru/media/uploads/clients-banner-back-3.svg)
    no-repeat !important;
  background-size: auto 100% !important;
  background-position: 100% !important;
}

.welcome__content .banners-block .events-item:hover,
.welcome__content .banners-block .events-item:hover,
.rules-block .events-item:hover {
  background: var(--custom-accent-color-500) !important;
  background-size: auto 100% !important;
  background-position: 100% !important;
}

.grid-section-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.catalog-side__content ul li a:hover {
  color: var(--custom-accent-color-500);
}

.top-products-block {
  margin-top: 80px;
}

.product-item__image {
  background: transparent;
}

.product-item__image img {
  padding: 0;
}

.menu-item.more {
  margin-bottom: 0;
  bottom: 0;
  top: auto;
  position: absolute;
  margin-top: auto;
  width: 100%;
}

.catalog-side {
  border: 1px solid var(--custom-gray-color-50);
  box-shadow: none;
  height: auto;
}

.catalog-side__title {
  color: var(--custom-black-color);
  height: 40px;
}

.catalog-side__content {
  padding: 0;
  border-top: none;
}

.st-button_add-to-cart .st-button__title,
.st-button:not(.st-button:has(.st-button__icon)) .st-button__title {
  font-size: 13px;
}

.text-color-light,
.text-color-light span,
.product-card-v2__pricing-txt {
  color: var(--custom-gray-color-700);
}

.product-card-v2__pricing-txt {
  margin-bottom: 5px;
  font-size: 10px;
}

.product-card-v2__buttons {
  gap: 6px;
  flex-direction: column;
  flex-wrap: wrap;
}

.product-card-v2__buttons .st-button_not-availbe {
  color: var(--custom-black-color);
  background-color: var(--custom-accent-color-100);
  border: none;
  border-radius: 0px;
  height: 34px !important;
  clip-path: polygon(20px 0, 100% 0%, calc(100% - 20px) 100%, 0 100%);
}

.product-card-v2__buttons .st-button_not-availbe:hover {
  background-color: var(--custom-accent-color-400);
  color: var(--custom-black-color);
}

.slider-constructor .slick-arrow {
  height: 40px;
  width: 40px;
  min-width: 44px;
  min-height: 32px;
}

.slider-constructor .slick-arrow img,
.slider-constructor .slick-arrow svg {
  width: 13px;
  height: 13px;
}

.slider-constructor .slick-prev {
  right: 43px;
}

.conditional-section {
  padding: 0;
  margin: 0;
}

.st-button__title {
  margin-left: 0;
  color: var(--custom-black-color);
}

.product-card-v2__image {
  aspect-ratio: 1;
  background-color: transparent;
  border-radius: 0px;
}

.product-card-v2__image .image img {
  padding: 0;
}

.product-card-v2__rating,
.st-button__icon_cart {
  display: none;
}

.product-card-v2__labels {
  left: 10px;
}

.product-card-v2__label,
.product-item__flag,
.product-sale-badge {
  padding: 0;
  font-weight: 400;
  width: 48px;
  height: 16px;
  display: flex;
  line-height: 90%;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Rubik" !important;
  font-weight: 700;
  font-size: 8px;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0 100%);
}

.input-cont .input-placeholder {
  border: none;
}

.product-card-sell-badge {
  bottom: 0 !important;
  left: 12px;
  background-color: var(--custom-discount-color);
  padding: 0;
  width: 48px;
  height: 16px;
  display: flex;
  line-height: 100%;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Rubik" !important;
  font-weight: 700;
  font-size: 10px;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0 100%);
}

.product-item__flag {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 10px;
  width: 48px;
  min-width: 48px;
  height: 16px;
  text-transform: none;
  color: var(--custom-black-color);
  font-weight: 400;
  font-style: normal;
}

.product-item__content-top {
  display: flex;
  flex-direction: column;
}

.product-item__cost {
  margin-top: auto;
  margin-bottom: 0;
}

.card-label_style-hit,
.product-card .product-item__flag--hit {
  background: var(--custom-hit-color);
}

.card-label_style-new {
  background: var(--custom-new-color);
}

.product-card-v2__content {
  padding: 10px;
}

.product-card-v2__title {
  -webkit-line-clamp: 2;
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 120% !important;
}

.faq-element__content p {
  font-size: 13px;
}

.form-control:valid + .label-name .content-name,
.form-control:focus + .label-name .content-name,
.form-group.comment .content-name {
  top: -11px !important;
}

.simple-cart__form .form-control:focus + .label-name .content-name,
.simple-cart__form .form-group.comment .content-name {
  color: var(--custom-accent-color-500) !important;
}

.product-card-v2__content-bottom {
  gap: 10px;
}

.product-card-v2__pricing {
  gap: 0px;
}

.product-item_new .input-number,
.product-item_wide .input-number,
.product-item_max-heigth .input-number,
.product-item_max-width .input-number,
.input-number,
.product-card-v2 .input-number {
  height: 34px !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: var(--custom-black-color);
  background: transparent;
}

.product-card-v2__price,
.product-card-v2__price span,
product-card-v2__old-price {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: var(--custom-accent-color-500);
  font-family: "Montserrat" !important;
}

.product-card-v2__price {
  margin-bottom: 3px;
}

.product-card-v2 .input-number {
  max-width: 100%;
  background: transparent;
  border: none !important;
  min-width: 60px;
}

.input-number input[type="number"] {
  display: block !important;
  font-size: 10px !important;
  padding-bottom: 0 !important;
  flex-shrink: 0;
}

.simple-order-form .form-group.comment textarea {
  border-color: var(--custom-gray-color-400) !important;
}

.input-number .order-up:before,
.input-number .order-up:after,
.input-number .order-down:before {
  background: var(--custom-black-color);
}

.about-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.about-img {
  overflow: hidden;
}

.about-img img {
  margin-bottom: 0;
  object-fit: cover;
  height: 100%;
}

.about-section .about-block::after {
  display: none;
}

/* тизер v1 old */

.product-item__status--many {
  color: var(--custom-accent-color-500);
}

.product-item__status.common-status {
  color: var(--custom-gray-color-800);
}

.shopping-cart-product .btn-border {
  height: 34px !important;
  width: 100%;
  flex: auto;
}

.shopping-cart-product .btn-border.not-for-sale {
  color: var(--custom-black-color) !important;
  border: 1px solid var(--custom-accent-color-500) !important;
  background: var(--custom-white-color) !important;
  border-radius: 0;
}

.shopping-cart-product .btn-border.not-for-sale:hover {
  color: var(--custom-black-color) !important;
  border: 1px solid var(--custom-accent-color-500) !important;
  background: var(--custom-accent-color-500) !important;
}

.product-item__image,
.product-item_wide .product-item__image {
  aspect-ratio: 1 !important;
}

.shopping-cart-btn {
  width: 91px;
}

.product-item__cost.with-online-price span {
  color: var(--custom-gray-color-700);
}

.product-item__cost span {
  font-weight: 600;
  font-size: 15px;
}

.product-item__name {
  font-size: 12px;
  height: 45px;
}

.st-button_without-price {
  color: var(--custom-black-color);
}

.product-card__right h3 {
  font-size: 22px;
}

.payment-section {
  padding-top: 20px;
}

.under-btn {
  color: var(--custom-accent-color-500);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.3s;
}

.under-btn:hover {
  color: var(--custom-black-color);
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* тизер строка */

.product-item--line {
  padding: 15px 0;
  height: auto;
}

.product-item__art {
  display: none;
}

.product-item--line .product-item__name {
  font-size: 13px;
  color: var(--custom-black-color);
}

.product-price-range__text {
  font-weight: 400;
  color: var(--custom-gray-color-800);
  margin-bottom: 10px;
}

/* тизер v1 new */

.st-button {
  border-radius: 0px;
  font-size: 13px;
}

.product-item_new .st-button:not(.st-button_add-to-cart) {
  font-size: 13px;
  width: 100%;
}

.st-button_add-to-cart {
  flex: none !important;
}

.st-button__icon_cart {
  fill: var(--custom-black-color);
}

.st-button_add-to-cart {
  background-color: var(--custom-white-color);
  border: 1px solid var(--custom-accent-color-500);
}

.st-button_add-to-cart:hover {
  background-color: var(--custom-accent-color-500);
  border: 1px solid var(--custom-accent-color-500);
}

.st-button_add-to-cart:hover .st-button__icon_cart {
  fill: var(--custom-white-color);
}

.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: var(--custom-black-color);
}

.product-item_new .input-number .order-down,
.product-item_new .input-number .order-up,
.product-item_wide .input-number .order-down,
.product-item_wide .input-number .order-up,
.product-item_max-heigth .input-number .order-down,
.product-item_max-heigth .input-number .order-up,
.product-item_max-width .input-number .order-down,
.product-item_max-width .input-number .order-up,
.product-card-v2 .input-number .order-down,
.product-card-v2 .input-number .order-up {
  padding-left: 0px !important;
}

.product-item__cost-old {
  font-size: 13px;
  font-weight: 400 !important;
  text-decoration-color: var(--custom-discount-color);
  color: var(--custom-gray-color-800);
  top: 0;
  margin-bottom: 1px;
}

/* тизер v2 */

.product-card-v2__buttons .st-button_add-to-cart,
.shopping-cart-btn {
  gap: 14px;
  padding: 0;
  background: transparent !important;
  color: var(--custom-black-color) !important;
  border: 1px solid var(--custom-accent-color-500) !important;
}

.product-card-v2__buttons .st-button_add-to-cart .custom-icon,
.shopping-cart-btn .custom-icon {
  width: 20px;
  height: 20px;
}

.product-card-v2__buttons .st-button_add-to-cart:hover .st-button__title,
.shopping-cart-btn:hover {
  color: var(--custom-white-color) !important;
}

.st-button.w-100 {
  color: var(--custom-black-color);
}

.product-card-v2__title {
  -webkit-line-clamp: 3;
  font-size: 13px;
}

.product-card-v2__old-price,
.product-card-v2__old-price span {
  color: var(--custom-black-color);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.product-card-v2__old-price::after {
  height: 1px;
  background-color: var(--custom-discount-color);
}

.product-card-slideshow__dot_active {
  background-color: var(--custom-accent-color-500);
}

.offer-block-content .dash {
  color: var(--custom-white-color);
}

.cookie-modal__content button {
  height: 34px;
  font-size: 13px;
  background: var(--custom-accent-color-500);
  border: none;
  color: var(--custom-black-color);
  line-height: 100%;
  border-radius: 0;
}

.cookie-modal__content button:hover {
  background: var(--custom-gray-color-50);
  color: var(--custom-black-color);
}

.cookie-modal__content h4 {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.cookie-modal__content p {
  font-size: 13px;
}

/* карточка */

.product-content ol li:before,
.text-page ol li:before,
.o-product-tab ol li:before {
  top: -3px;
  width: 25px;
  height: 25px;
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 0;
  font-weight: 400;
  font-size: 11px;
  color: var(--custom-accent-color-500);
  line-height: 200%;
}

.text-page ol li,
.o-product-tab ol li {
  padding-left: 40px;
  font-size: 13px;
}

.text-page ul li,
.o-product-tab ul li {
  color: var(--custom-black-color);
  font-size: 14px;
}

.text-page ul li:before,
.o-product-tab ul li:before {
  width: 2px;
  height: 2px;
  background-color: var(--custom-black-color);
}

.product-card__main-cost {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 10px;
  color: var(--custom-black-color);
  line-height: 110%;
}

.product-card__main-cost span {
  font-size: 28px !important;
  color: var(--custom-gray-color-800) !important;
}

.product-card__main-cost strong {
  padding: 0;
}

.fancybox-can-zoomIn .fancybox-content {
  background: var(--custom-gray-color-50);
}

.product-content ul,
.text-page ol,
.o-product-tab ol {
  gap: 0px;
  margin-bottom: 15px;
}

.text-page ul li,
.o-product-tab ul li {
  padding-left: 15px;
}

#sync1.owl-theme {
  background-image: url(https://vetonit-center.ru/media/uploads/slider-back.svg);
  background-size: cover;
  background-position: right top;
}

#sync2 {
  margin-left: 0;
  margin-right: auto;
}

#sync2 .current .item {
  background: transparent;
  border: 1px solid var(--custom-gray-color-400);
  aspect-ratio: 1/1;
}

.char {
  gap: 15px !important;
}

#sync2 .current .item {
  border: 1px solid var(--custom-accent-color-500);
}

.product-card .btn-border {
  margin-top: 0;
}

[data-collapse-open] {
  color: var(--custom-accent-color-500);
}

[data-collapse-close] {
  color: var(--custom-gray-color-800);
}

.input-number .order-down,
.input-number .order-up,
.input-number .order-down:hover,
.input-number .order-up:hover {
  border-radius: 0px;
  background: none;
  padding-left: 10px;
  border: none;
}

.input-number {
  margin-right: 0;
}

.input-number .order-up:after {
  height: 1px;
  width: 11px;
  left: 3px;
}

#sync2 .item {
  height: 64px;
  border-radius: 0px;
  overflow: hidden;
}

#sync1.owl-theme .owl-next {
  bottom: -55px;
  background: url(https://vetonit-center.ru/media/uploads/arrow.svg) 50% 50%
    no-repeat;
}

.product-card__main-cost span {
  font-size: 20px;
  padding-left: 0;
  color: var(--custom-accent-color-500);
}

.btn-radius {
  color: var(--custom-black-color);
}

.product-sale-badge,
.product-card__artikul {
  font-size: 13px;
}

.product-content {
  padding: 0;
  margin-bottom: 0 !important;
}

.product-card {
  position: relative;
}

.g-title,
.product-card-content h2 {
  font-size: 22px !important;
}

.product-card__personal-cost span {
  font-size: 14px;
}

.product-card__personal-cost strong {
  font-size: 22px;
  font-weight: 700 !important;
  color: var(--custom-black-color);
}

.product-card__main-cost span {
  color: var(--custom-discount-color);
}

#sync1.owl-theme .owl-prev {
  bottom: -55px;
  background: url(https://vetonit-center.ru/media/uploads/arrow.svg) 50% 50%
    no-repeat;
}

.input-number .order-up::before {
  width: 1px;
}

.product-card__artikul {
  color: var(--custom-gray-color-700);
  display: none;
}

.input-number .order-down::before {
  height: 1px;
}

.delivery-info {
  margin: 30px 0;
}

.delivery-info h4 {
  margin-bottom: 10px;
}

.section .text-page {
  margin-left: 0;
}

.catalog-sorting ul li a,
.catalog-sorting__title,
.contacts-list span,
.contact-line a,
.contact-text-line p,
.btn-border,
.filter-show-all a,
.char-text,
.char-text:last-child,
.btn-radius,
.product-card__discription-title,
.product-item__status {
  font-size: 14px;
}

.filter-show-all a {
  color: var(--custom-black-color);
}

.product-card__head {
  padding: 0;
  border-bottom: none;
}

.product-card__container {
  padding: 20px 0px 40px 0;
  gap: 10px;
  align-items: flex-start;
}

.product-card__slideshow {
  width: 40%;
}

.product-card__content {
  width: 60%;
  gap: 40px;
  border: 1px solid var(--custom-gray-color-400);
  padding: 40px;
  margin-top: 37px;
}

.product-card__left {
  width: 50%;
}

.product-card__right {
  width: 50%;
  margin-left: 0;
}

.product-sale-badge {
  background-color: var(--custom-discount-color);
  padding: 3px 20px;
  width: 60px;
  border-radius: 0px;
}

.shopping-cart-product .st-button_add-to-cart,
.shopping-cart-product .st-button_primary.w-100 {
  width: 100% !important;
}

.input-number--lg {
  width: 100%;
}

.product-card__discription {
  padding: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  /*background: var(--custom-gray-color-50);*/
  background: transparent;
}

.product-card ul li {
  color: var(--custom-black-color);
  margin-bottom: 5px;
}

.product-card__discription-title,
.product-item__status {
  font-weight: 400;
}

.home-banner {
  position: relative;
}

.product-card__discription-title {
  color: var(--custom-gray-color-800);
}

.product-item__status {
  margin-bottom: 10px;
  display: none;
}

.shopping-cart-btn--lg {
  height: 34px;
  font-size: 13px;
  flex: auto;
}

.pages-banner h2 {
  margin-bottom: 30px;
}

.product-card-container .product-card-content {
  width: calc(100% - 435px);
  border: 1px solid var(--custom-gray-color-400);
  padding: 30px;
}

/* пагинация, слайдеры */

.slider-constructor .slick-arrow,
.faq-element__trigger {
  border-radius: 0px;
}

.pagination {
  margin-left: -4px;
}

.pagination span {
  font-size: 13px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid var(--custom-gray-color-400);
}

.pagination span.active {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.pagination span a:hover,
.pagination span.active a {
  color: var(--custom-black-color);
}

.pagination .next,
.pagination .prev {
  background-color: transparent;
  border: none;
}

.pagination {
  padding-top: 10px;
}

.pagination span:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.pagination span.dot:hover {
  background-color: transparent;
  color: var(--custom-black-color);
}

.slider-constructor:not([data-no-arrows]) .slick-dots {
  display: flex !important;
  align-items: center;
  left: 0;
  right: auto;
  width: 47%;
  top: auto;
  height: 3px;
  bottom: -42px;
}

.slick-dots button {
  height: 1px;
}

.slick-dots .slick-active button {
  height: 3px;
}

.slick-dots li:not(:last-child) {
  margin-right: 0 !important;
}

.slick-dots li {
  width: 100%;
}

.pagination .prev:before,
.pagination .next:before {
  border: solid 1px var(--custom-accent-color-500);
  border-left: none;
  border-bottom: none;
}

.slick-dots button {
  width: 100%;
  background-color: var(--custom-gray-color-700);
}

#sync1 .item {
  border: 1px solid var(--custom-gray-color-400);
  aspect-ratio: 1/1;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: transparent;
}

.pagination .prev:hover::before,
.pagination .next:hover::before {
  border-color: var(--custom-accent-color-500);
}

.slick-arrow {
  border: none;
}

.slick-dots li:not(:last-child) {
  margin-right: 5px;
}

.slick-dots .slick-active button,
#sync1.owl-theme .owl-dots .owl-dot.active span,
#sync1.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--custom-accent-color-500) !important;
}

#sync1.owl-theme .owl-dots .owl-dot span {
  margin: 0;
}

.mb-25 {
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 110% !important;
  position: relative;
}

.product_set_slider .mb-25 {
  margin-bottom: 60px !important;
}

.product_set_slider .mb-25::after {
  content: "";
  bottom: -30px;
  width: 5000px;
  height: 1px;
  background: var(--custom-gray-color-400);
  position: absolute;
  left: calc(50% - 2500px);
}

.product_set_slider .slick-prev,
.product_set_slider .slick-next {
  top: -105px;
}

/* баннеры */

.content-background-box__text-content {
  padding: 0px;
}

/* калькулятор */

.form-group-number {
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 0px;
  right: auto;
  left: 0;
  font-weight: 400;
  font-size: 13px;
  z-index: 2;
  width: 25px;
  height: 25px;
  font-weight: 400;
  font-size: 11px;
  color: var(--custom-accent-color-500);
  top: 12px;
}

.point-on-map-label,
.stock-select,
.car-select {
  padding-left: 40px !important;
}

.form-delivery-cost {
  font-weight: 600;
  color: var(--custom-black-color);
}

.delivery-total__lg,
.shopping-cart-item__total-cost {
  color: var(--custom-black-color);
}

.form-delivery-cost span {
  background: var(--custom-gray-color-50);
}

.form-delivery-cost,
.form-delivery-distance,
.form-delivery-address {
  font-size: 18px;
  color: var(--custom-black-color);
}

.calculate-delivery .form-group .btn {
  border: none !important;
  height: 34px;
  color: var(--custom-black-color);
  width: 208px;
  clip-path: polygon(20px 0, 100% 0%, calc(100% - 20px) 100%, 0 100%);
  background: var(--custom-accent-color-100);
  display: flex;
  margin-left: 0px;
}

.blog-section {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.blog-item {
  border: 1px solid var(--custom-gray-color-400);
}

.blog-item .img-block {
  background: var(--custom-accent-color-100);
}

.blog-item:hover .img-block {
  background: var(--custom-accent-color-500);
}

.blog-item .info-block {
  padding: 5px 20px 30px 20px;
}

.blog-item .info-block h4 {
  cursor: pointer;
}

.blog-item .info-block p {
  margin: 0;
  max-height: 49px;
  overflow: hidden;
  hyphens: auto;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slick-dots li {
  width: 100%;
}

.calculate-delivery .form-group .btn:active {
  border: none !important;
  background: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
}

.calculate-delivery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.calculate-delivery__form,
.calculate-delivery__map {
  width: 100%;
}

.about-info-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.about-info-row h4 {
  color: var(--custom-accent-color-500);
}

.about-info-row h2 {
  width: min-content;
}

.about-info .char li:before {
  display: none;
}

.about-info .char li {
  padding-left: 0;
}

.calculate-delivery__form-delivery {
  padding-left: 0;
}

.form-delivery-distance span,
.form-delivery-distance,
.form-delivery-address div {
  font-size: 13px;
}

.form-delivery-cost,
.form-delivery-cost span {
  font-size: 18px !important;
}

/* корзина */

.form-group.comment .content-name {
  color: var(--custom-gray-color-800) !important;
}

.new-radio__label:after {
  background-color: var(--custom-accent-color-500);
}

.new-radio__label:before {
  border-color: var(--custom-accent-color-500);
}

.simple-order-form__group#pickup-section {
  display: none !important;
}

.simple-cart__content {
  max-width: 100%;
}

.shopping-cart-item__img img {
  max-width: 100px;
  max-height: 100px;
}

.shopping-cart-item__img {
  margin-right: 20px;
  background: var(--custom-gray-color-50);
  border: none;
}

.shopping-cart-item__delete svg {
  width: 23px;
  height: 23px;
  color: var(--custom-gray-color-700);
}

.simple-order-form button {
  width: 140px;
}

.delivery-total__sm,
.delivery-total ul li:not(.simple-cart .delivery-total ul li:last-child),
.shopping-cart-item__uom,
.simple-order-form__title.mb-0 {
  display: none;
}

.shopping-cart-item__name span {
  font-size: 10px;
  padding-bottom: 4px;
  color: var(--custom-gray-color-600);
}

.shopping-cart-item__numbers .input-number,
.shopping-cart-product .input-number {
  padding: 0;
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 0;
  width: auto;
}

.shopping-cart-item__total-cost {
  margin-left: 10px;
}

.shopping-cart-item__total-cost span {
  font-weight: 600;
}

.simple-order-form__title,
.delivery-total__lg {
  font-size: 16px;
  text-transform: none;
  font-weight: 700 !important;
}

.shopping-cart-item__total-cost {
  margin-left: 40px;
  font-size: 14px;
  font-weight: 700 !important;
}

.simple-order-form__title {
  text-transform: uppercase;
}

.shopping-cart-item__cost {
  margin-right: 40px;
}

.new-radio__label:before {
  border-width: 1px;
}

.new-radio__label:after,
.new-radio__label:before,
.shopping-cart-btn--lg.custom-icon {
  border-radius: 0px;
}

.shopping-cart-item {
  padding: 10px 0px;
}

.delivery-cart {
  padding-right: 0;
}

.simple-order-form .form-group.comment {
  margin-top: -18px;
}

.simple-order-form .form-group {
  margin-bottom: 12px;
}

.simple-order-form__inputs,
.simple-order-form__submit {
  flex: 100%;
}

.simple-order-form__group {
  margin: 20px 0px 10px 0;
}

.simple-order-form__group:not(:last-child) {
  margin-bottom: 30px;
}

.simple-order-form__submit {
  margin: 0;
}

.simple-order-form__group .form-control {
  border-color: var(--custom-gray-color-400) !important;
}

.simple-order-form__group .form-control:focus {
  border-color: var(--custom-accent-color-500) !important;
}

.simple-order-form .form-text {
  margin-bottom: 20px !important;
  margin-top: 10px;
}

.shopping-cart-item__name {
  font-size: 13px;
}

.shopping-cart-btn--lg.custom-icon {
  width: 100%;
  display: flex;
}

/* контакты */

.contacts-block__info {
  padding: 40px 30px;
  background-color: var(--custom-accent-color-100);
  width: 100%;
  position: relative;
}

.contacts-block__info::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 32px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%);
  background-color: var(--custom-white-color);
}

.contacts-block {
  border: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.contacts-block__map {
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
}

.contacts-block__title-red.address-data {
  margin-top: 0 !important;
  text-transform: uppercase;
  font-size: 22px;
  font-style: italic;
  font-family: "Rubik" !important;
  margin-bottom: 15px;
}

.contact-info h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.main-action p,
.contacts-block__title,
.contacts-block__title-red.address-data {
  font-weight: 700;
  color: var(--custom-black-color);
  font-size: 18px;
  font-style: normal;
}

.contact-text-line {
  margin-top: 40px;
}

.contact-text-line h4 {
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.contact-line .icon {
  display: none;
}

.contact-line a {
  color: var(--custom-black-color);
}

/* фильтр */

.catalog-filter .catalog-filter-body {
  border: 1px solid var(--custom-gray-color-400);
  box-shadow: none;
  border-radius: 0px;
}

.catalog-filter__btns .btn {
  width: 82%;
}

.catalog-filter-accordion .opener,
.filter-item-title,
.filter-range__head span {
  color: var(--custom-black-color);
  font-weight: 500 !important;
  font-size: 14px;
}

.input-cont {
  width: 84px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  right: -10px;
  border-radius: 0;
  top: -6px;
  background: var(--custom-accent-color-500);
  border: none;
}

.noUi-horizontal {
  height: 1px;
  background: var(--custom-gray-color-400);
}

.filter-show-all,
.filter-show-all:before {
  background: var(--custom-accent-color-500);
  border-radius: 0;
  box-shadow: none;
}

.filter-range__head {
  padding-right: 0;
  padding-left: 0;
}

.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
  font-size: 10px;
  color: var(--custom-black-color);
}

.checkbox span {
  font-size: 10px;
}

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before,
.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  border-radius: 0px;
}

.catalog-filter-accordion .opener::before {
  border: none;
}

.catalog-filter-accordion .opener {
  overflow: visible;
}

.catalog-filter-accordion .opener:before {
  border-radius: 0px;
  top: -6px;
}

.catalog-filter-accordion .opener .icon {
  top: 0px;
}

/* мобилка хэдер, лого, каталог, поиск, новое меню */

/* меню моб дефолтное */

.mobile-ul ul li:not(.mobile-ul li .submenu li:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--custom-gray-color-400);
}

.mobile-ul li .submenu {
  padding: 20px 0 0 0;
}

.mobile-ul ul,
.mobile-ul {
  gap: 20px;
}

.mobile-ul {
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
  border: none;
}

.mobile-search input {
  border: 1px solid var(--custom-gray-color-400);
  color: var(--custom-black-color);
  border-right: 0;
  height: 34px;
}

.mobile-ul li .submenu li .menu-item-link-mobile {
  padding: 20px 0px 0 0;
}

.mobile-ul li a,
.mobile-ul li .submenu li a {
  font-size: 13px;
}

.mobile-ul li .submenu li a:hover,
.mobile-ul li a:hover {
  background: transparent;
  color: var(--custom-accent-color-500);
}

.mobile-ul li .submenu li a .icon {
  right: 0px;
  top: 0;
  position: relative;
}

.mobile-menu {
  padding: 20px 15px;
  background: var(--custom-gray-color-50);
}

.mobile-phone a {
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 15px;
  color: var(--custom-black-color);
}

.catalog-side.mobile-show,
.mobile-show.header-top-bg-color,
.section-first.mobile-show {
  display: none !important;
}

.mobile-header__row .logo-link img {
  height: 34px !important;
}

.search-modal-window__input {
  height: 34px;
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-700);
  padding: 0 20px;
  color: var(--custom-black-color);
  border-radius: 0px;
  font-size: 13px;
}

.mm-navbar__title > span {
  overflow: visible;
  font-weight: 600;
}

.search-modal-window__input::placeholder {
  color: var(--custom-gray-color-700);
  font-size: 13px;
}

.s-item-title,
.__header #search-result .s-item-title {
  font-size: 13px;
}

.s-item-price,
.__header #search-result .s-item-price {
  color: var(--custom-black-color);
  font-size: 13px;
  font-weight: 600;
}

.logo-link__image {
  max-width: 80%;
}

.mobile-side-menu-footer {
  padding-top: 20px;
}

.search-modal-window__clear-input {
  right: 10px;
  height: 24px;
  width: 24px;
  border-radius: 0px;
}

.phone-block__secondary-link {
  color: var(--custom-black-color) !important;
}

.phone-block__primary-link {
  font-size: 22px;
  font-weight: 600 !important;
  color: var(--custom-black-color) !important;
}

.phone-block__primary-link:hover {
  color: var(--custom-accent-color-500) !important;
}

.g-link {
  color: var(--custom-gray-color-700);
}

.mm-menu a {
  font-size: 13px;
}

.menu-list__link:hover {
  color: var(--custom-accent-color-500) !important;
}

.content-title span {
  font-weight: 600;
  font-size: 22px;
  color: var(--custom-accent-color-500);
}

.search-result-item__cost {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
}

.content-title,
.inner-page h1,
h2 {
  font-size: 22px;
  color: var(--custom-black-color);
  font-weight: 600;
  text-transform: uppercase;
}

/* запрос звонка */

.modal {
  background: var(--custom-white-color);
}

.modal .form-close,
.catalog-right,
.contacts-block__title,
.product-card__navigation,
.add-to-cart img.cart-icon {
  display: none;
}

.fancybox-close-small {
  background: var(--custom-gray-color-600);
  border-radius: 0px;
}

.button-theme_primary {
  background: var(--custom-accent-color-100) !important;
  color: var(--custom-black-color) !important;
  text-align: center;
  padding: 0;
  height: 40px;
  font-size: 13px;
  border: 1px solid var(--custom-accent-color-100) !important;
}

.button-theme_primary:hover,
.question-main .btn:hover,
.st-button_primary.w-100:hover,
.shopping-cart-btn:hover,
.form-gorup-inline .btn:hover {
  color: var(--custom-black-color) !important;
  background: var(--custom-accent-color-500) !important;
  border: 1px solid var(--custom-accent-color-500) !important;
}

.question-main .btn {
  border-radius: 0px;
  color: var(--custom-black-color);
  font-size: 13px;
  background: var(--custom-accent-color-500);
  height: 40px !important;
  margin-left: 0;
  margin-right: auto;
  border: none !important;
  width: 144px;
}

.question-main .btn:hover {
  background-color: var(--custom-white-color) !important;
  color: var(--custom-black-color) !important;
  border: none !important;
}

.question-main .form-group.privacy-policy.agree-one {
  margin-top: 10px;
}

.fancybox-close-small svg {
  display: block;
}

/* крошки */

.breadcrumbs a,
.breadcrumbs {
  font-size: 10px !important;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

/* клиентам */

.catalog-menu.catalog-categories-block {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.clients-section {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.catalog-menu.catalog-categories-block {
  margin-bottom: 0;
}

.category-root-page .catalog-menu {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.catalog-menu-item:after,
.client-item_bg::after {
  display: none;
}

.catalog-menu-item {
  background: var(--custom-accent-color-100);
}

.catalog-menu-item:hover {
  background: var(--custom-accent-color-500);
}

.catalog-menu-item:hover .catalog-menu-item__name {
  color: var(--custom-black-color);
}

.catalog-menu-item,
.client-item {
  width: 100% !important;
  margin: 0 !important;
  height: auto;
  border-radius: 0px;
  overflow: hidden;
  aspect-ratio: 2/1;
  min-height: 164px;
  clip-path: polygon(25px 0, 100% 0%, 100% 100%, 0 100%, 0 30px);
}

.client-item {
  background-color: var(--custom-accent-color-100);
  aspect-ratio: 3.82;
  background-position: right top;
  clip-path: none;
  min-height: 140px;
}

.client-item:first-child {
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-400);
}

.client-item:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.client-item__text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  left: 33px;
  top: 25px;
  color: var(--custom-black-color);
  max-width: 50%;
  line-height: 100% !important;
}

.catalog-menu-item__image img {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  height: 100%;
  left: 0;
}

.client-item:hover .client-item__text {
  color: var(--custom-black-color);
}

.catalog-menu-item:hover:after {
  display: none;
}

.catalog-menu-item:before {
  background-image: none;
}

.catalog-menu-item__name {
  cursor: pointer;
  width: 80%;
  font-size: 12px;
  line-height: 100% !important;
  position: absolute;
  bottom: -1px;
  left: auto;
  right: 0;
  background: var(--custom-white-color);
  margin: 0;
  padding: 8px 15px 0px 37px;
  display: flex;
  height: 43px;
  right: -1px;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: 400;
  max-width: 100%;
}

.container--small .text-page {
  padding: 30px;
  border: 1px solid var(--custom-gray-color-400);
}

.container--small .text-page h2,
.container--small .text-page h3 {
  font-size: 22px;
}

.container--small .text-page h3 {
  margin-top: 40px;
}

.catalog-menu-item:before {
  display: none;
}

.catalog-side__title {
  font-size: 14px;
}

h2 span,
.h2 span {
  color: var(--custom-accent-color-500);
  font-size: 28px;
  font-weight: 700;
  font-family: "Rubik", serif !important;
}

.owl-carousel .owl-item .offer-container__img-mobile,
.owl-carousel .owl-item .offer-mobile-text {
  display: none !important;
}

/* Категории */

.categories-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.categories-wrapper__item {
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-color: var(--custom-gray-color-50);
  clip-path: polygon(25px 0, 100% 0%, 100% 100%, 0 100%, 0 30px);
  aspect-ratio: 1/1;
}

.categories-wrapper__item:hover {
  background-color: var(--custom-accent-color-500);
}

.categories-wrapper__item__name {
  display: block;
  position: relative;
  z-index: 2;
  padding: 5px 20px 5px 25px;
  background-color: #fff;
  width: 118px;
  height: 32px;
  font-size: 10px;
  line-height: 110% !important;
  clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0 100%);
}

.categories-wrapper__item img {
  position: absolute;
  bottom: -5px;
  transform: translate(-50%);
  object-fit: contain;
  left: 50%;
  height: 100%;
  width: 100%;
}

.btns-after-categories {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.btn:hover {
  color: var(--custom-black-color);
}

.btn:active {
  background: var(--custom-accent-color-500);
  color: var(--custom-black-color);
}

.btn.yellow {
  background-color: var(--custom-accent-color-500);
}

.btn.yellow:hover {
  background: var(--custom-gray-color-50);
}

.home-banner .owl-carousel {
  padding-bottom: 210px;
}

.custom-categories {
  margin-top: -196px;
  margin-bottom: 76px;
  z-index: 5;
}

/* Кастомные карточки */

.custom-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.custom-cards-wrapper__item span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 110% !important;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.custom-cards-wrapper__item p {
  max-width: 140px;
  margin-bottom: 0;
}

.custom-cards-wrapper__item {
  height: 138px;
  padding: 25px 30px;
  background-color: var(--custom-gray-color-100);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.custom-cards-wrapper__item:nth-child(1) {
  background-image: url(https://vetonit-center.ru/media/uploads/vetonit-center.webp);
  border: 1px solid var(--custom-gray-color-100);
  background-color: var(--custom-white-color);
}

.custom-cards-wrapper__item:nth-child(2) {
  background-image: url(https://vetonit-center.ru/media/uploads/how-2.webp);
}

.custom-cards-wrapper__item:nth-child(3) {
  background-image: url(https://vetonit-center.ru/media/uploads/how-3.webp);
}

.custom-cards-wrapper__item:nth-child(4) {
  background-image: url(https://vetonit-center.ru/media/uploads/how-4.webp);
}

.slider-h2 {
  margin-top: 100px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--custom-gray-color-400);
}

.slider-h2 h2 {
  margin-bottom: 0;
}

.product_set_slider {
  padding-top: 36px;
}

/* help slider */
.help-slider {
  margin-top: 75px;
}

.help-slider .content-standard-box__container {
  position: relative;
  height: 350px;
}

.help-slider .content-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.help-slider .image-zoom .image {
  height: 100%;
}

.help-slider .image-zoom .image img {
  object-fit: cover;
  object-position: center;
  height: 100% !important;
}

.help-slider .content-background-box__text-content {
  display: flex;
  justify-content: space-between;
  padding-top: 110px;
  padding-left: 30px;
  position: relative;
}

.help-slider .content-background-box__text-content .btn {
  position: absolute;
  right: 47px;
  bottom: 40px;
  width: 132px;
}

.help-slider h2 {
  width: min-content;
  margin-bottom: 10px;
  color: #333;
  font-size: 32px;
}

.help-slider p {
  max-width: 105px;
  color: #333;
}

.help-slider .slider-constructor .slick-dots {
  align-items: center;
}

.article-slider {
  margin-top: 140px;
}

.article-slider .content-standard-box__container {
  position: relative;
}

.article-slider .content-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.article-slider .image img,
.article-slider .image-zoom .image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
  transition: all 0.2s ease-in-out;
}

.article-container {
  position: relative;
  height: 335px;
  padding: 30px;
  overflow: hidden;
}

.article-slider .slick-slide:hover .image img {
  display: none;
}

.article-slider .slick-slide:hover .image {
  background-image: url(https://vetonit-center.ru/media/uploads/back-hover.svg);
}

.article-container img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 90%;
  object-fit: cover;
  object-position: right bottom;
}

.article-container h3 {
  max-width: 70%;
  font-size: 22px;
  line-height: 110% !important;
  margin-bottom: 10px;
}

.article-container p {
  max-width: 45%;
  margin-bottom: 0;
}

.after-article-buttons {
  margin-top: 20px;
}

.after-article-buttons .buttons-wrapper {
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
  display: flex;
  gap: 10px;
}

.after-article-buttons .buttons-wrapper .btn {
  width: 165px;
}

.article-slider .slider-constructor .slick-dots {
  bottom: -40px;
  width: 47%;
  left: 0;
  right: auto;
  align-items: center;
}

.about-static {
  margin-top: 100px;
}

.about-static .about-container__item:first-child {
  background-color: var(--custom-gray-color-50);
  padding: 30px;
}

.about-static .about-container__item .btn {
  width: 144px;
}

.about-static .about-container__item .btn:hover {
  background-color: var(--custom-white-color);
}

.about-static .about-container {
  display: flex;
  gap: 10px;
}

.about-container__item {
  width: 50%;
}

.about-container__item h2 {
  width: min-content;
  margin-bottom: 20px;
}

.about-container__item p {
  margin-bottom: 20px;
  max-width: 90%;
}

.about-container__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.section-dark.feedback-form {
  margin-top: 100px;
  padding-top: 80px !important;
  background-image: url(https://vetonit-center.ru/media/uploads/feedback-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

section.feedback-form .question-form {
  background-color: transparent;
}

section.feedback-form .h2,
.question-form .h2 {
  font-size: 22px;
  font-weight: 700 !important;
  line-height: 110% !important;
  width: 170px;
}

#question-main textarea.form-control {
  height: 90px;
  min-height: 90px;
}

footer {
  background-color: var(--custom-gray-color-100);
}

.catalog-side__title .icon {
  display: flex;
  align-items: center;
}

.catalog-side__title .icon svg path {
  fill: var(--custom-accent-color-500);
}

.inner-page h1 {
  margin-bottom: 30px;
}

.catalog-head {
  display: none;
}

.input-cont .range-input {
  border: 1px solid var(--custom-gray-color-400);
  color: var(--custom-black-color);
  font-size: 11px;
  opacity: 1;
}

.catalog-filter__btns .btn {
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-black-color) !important;
  border-color: var(--custom-accent-color-500) !important;
}

.catalog-filter__btns .btn:hover {
  background-color: var(--custom-gray-color-100) !important;
  border-color: var(--custom-gray-color-100) !important;
}

.catalog-filter__btns .btn-border {
  color: var(--custom-black-color);
}

.shopping-cart-product .input-number {
  width: 100%;
  height: 34px !important;
}

.shopping-cart-btn--lg.custom-icon {
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
  height: 34px !important;
}

.btn-radius.share-btn .icon-svg svg {
  display: none;
}

.btn-radius.share-btn .icon-svg {
  width: 24px !important;
  height: 24px !important;
  background-image: url(https://vetonit-center.ru/media/uploads/share.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.share-btn {
  color: #626262;
}

.share-btn:hover {
  color: #626262;
}

.input-number .order-down {
  margin-left: 20px;
}

.input-number .order-up {
  margin-right: 20px;
}

/* .shopping-cart-product {
  max-width: 205px;
} */

.product-card__discription {
  display: none;
}

.custom-short-description h4 {
  font-size: 18px;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.custom-short-description__partners {
  display: flex;
  gap: 6px;
  margin-bottom: 25px;
}

.custom-short-description__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-card-container .product-card-content {
  border: none;
  padding: 0;
}

.tabs {
  border-bottom: 1px solid var(--custom-accent-color-400);
  gap: 40px;
}

.tabs li {
  font-size: 18px;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: var(--custom-black-color);
  opacity: 0.2;
  padding: 0;
  height: auto;
  line-height: 100%;
  margin-bottom: 35px;
}

.tabs li.active {
  opacity: 1;
  color: var(--custom-black-color);
}

.tabs li:hover {
  opacity: 1;
  color: var(--custom-black-color);
}

.tab-content {
  padding: 0;
  padding-top: 30px;
}

.article-inner__content {
  padding: 0;
}

.about-container {
  display: flex;
  gap: 37px;
}

.article-inner__share {
  display: none;
}

.about-container:not(:last-child) {
  margin-bottom: 40px;
}

.news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.news-wrapper__item {
  position: relative;
  background-color: var(--custom-gray-color-50);
  padding: 20px 0 0 20px;
  height: 215px;
  transition: all 0.2s ease-in-out;
}

.news-wrapper__item:hover {
  background-color: var(--custom-accent-color-500);
}

.news-wrapper__item__flag {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--custom-white-color);
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  width: 150px;
  height: 25px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%);
  z-index: 1;
}

.news-wrapper__item__name {
  display: block;
  max-width: 50%;
}

.news-wrapper__item img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-wrapper.knowledge .news-wrapper__item {
  padding: 30px;
}

.news-wrapper.knowledge .news-wrapper__item__name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 110% !important;
  margin-bottom: 10px;
}

.news-wrapper.knowledge p {
  max-width: 50%;
}

.news-wrapper.knowledge .news-wrapper__item__flag {
  width: 110px;
}

.about-container__item.gray {
  background-color: var(--custom-gray-color-50);
  position: relative;
  padding: 30px;
}

.about-container__item.gray .about-container__item__flag {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--custom-white-color);
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  width: 250px;
  height: 30px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%);
  z-index: 1;
}

.about-container__item.gray h4 {
  font-size: 16px;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.about-container__item.gray p {
  margin-bottom: 25px;
}

.about-container__item.gray .btn:hover {
  background-color: var(--custom-white-color);
}

.faq-element__trigger {
  background-color: transparent;
  border: none;
}

.faq-element__head-title p {
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.faq-element:not(:last-child) {
  margin-bottom: 10px;
}

.simple-order-form__submit .btn {
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
}

.simple-order-form__submit .btn:hover {
  color: var(--custom-black-color) !important;
  background-color: var(--custom-gray-color-50) !important;
  border-color: var(--custom-gray-color-50) !important;
}

.simple-cart__form {
  margin-bottom: 100px;
}

.tabs-content--authorizaion .tabs li a {
  color: var(--custom-accent-color-500);
  text-transform: none;
}

.tabs-content--authorizaion .tabs li {
  margin-bottom: 0;
  opacity: 1;
}

.tabs-content--authorizaion .tabs li.active a {
  color: var(--custom-gray-color-600);
}

.tabs-content--authorizaion .tabs {
  border: none;
}

.content-block:has(.tabs-content--authorizaion) {
  display: flex;
  gap: 40px;
}

.content-block:has(.tabs-content--authorizaion)::before {
  content: "";
  display: block;
  background-image: url(https://vetonit-center.ru/media/uploads/lk.webp);
  width: 40%;
  height: 278px;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs-content--authorizaion {
  margin: 0;
  max-width: none;
  width: 60%;
}

.tabs-content--authorizaion .form-control {
  border-color: var(--custom-gray-color-400) !important;
}

.tabs-content--authorizaion .form-gorup-inline .btn {
  background-color: var(--custom-accent-color-500);
  width: 144px;
}

.forgot-password {
  color: var(--custom-accent-color-500);
}

.tabs-content--authorizaion .form-gorup-inline .btn:hover {
  background-color: var(--custom-gray-color-50) !important;
  border-color: var(--custom-gray-color-50) !important;
  color: var(--custom-black-color) !important;
}

.user-data__avatar {
  border-radius: 0;
  background-color: var(--custom-accent-color-500);
  background-image: url(https://vetonit-center.ru/media/uploads/user-avatar.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.user-data__content {
  flex-direction: column;
}

.user-data__avatar svg {
  display: none;
}

.lk-main-page__head .user-data__name {
  font-weight: 400 !important;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 100% !important;
}

.user-data__content .button-theme_secondary {
  clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0 100%);
  background-color: var(--custom-gray-color-50) !important;
  border: none !important;
  color: var(--custom-black-color) !important;
  padding: 0;
  padding-right: 15px;
  width: 113px;
}

.user-data__content .button-theme_secondary:hover {
  background-color: var(--custom-accent-color-500) !important;
}

.lk-menu-item {
  padding: 30px;
  background-color: var(--custom-gray-color-50) !important;
  border: none;
  height: 156px;
  position: relative;
}

.lk-menu-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: var(--custom-white-color);
  width: 130px;
  height: 25px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%);
}

.lk-menu-item:hover {
  background-color: var(--custom-accent-color-500) !important;
}

.lk-menu-item .icon {
  display: none;
}

.lk-menu-item__name {
  color: var(--custom-black-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.lk-menu-item__text {
  max-width: 60%;
}

.user-data__content .button-theme_secondary svg {
  display: none;
}

.lk-head {
  align-items: center;
  gap: 75px;
}

.lk-head .btn-border {
  border: 1px solid var(--custom-accent-color-500) !important;
  background-color: transparent !important;
  width: 130px;
  color: var(--custom-black-color) !important;
}

.lk-head .btn-border .icon {
  display: none;
}

.lk-head .btn-border:hover {
  background-color: var(--custom-accent-color-500) !important;
}

.lk-container .lk-side {
  background-color: var(--custom-white-color);
  border: 1px solid var(--custom-gray-color-400);
  padding: 20px;
  height: 100%;
}

.lk-container .lk-side .user-data__name {
  font-weight: 400;
  font-size: 13px;
  margin-top: 15px;
}

.lk-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lk-menu li.current a {
  color: var(--custom-black-color);
  background-color: var(--custom-accent-color-500);
}

.lk-menu li a {
  color: var(--custom-black-color);
  height: 34px;
  display: flex;
  justify-content: center;
  background-color: var(--custom-gray-color-50);
}

.lk-menu li a:hover {
  color: var(--custom-black-color);
  background-color: var(--custom-accent-color-500);
}

.lk-menu li a .icon {
  display: none;
}

.lk-title {
  text-transform: uppercase;
}

.personal-data {
  display: flex;
  gap: 30px;
  max-width: none;
}

.personal-data__item {
  width: 100%;
  margin-bottom: 0;
}

.personal-data__title {
  margin-bottom: 20px;
}

.personal-data .form-group {
  margin-bottom: 12px;
}

.personal-data .form-control {
  border-color: var(--custom-gray-color-400) !important;
}

.lk-container .lk-content {
  padding-bottom: 0;
}

.modal.fancybox-content {
  padding: 60px 40px 40px 40px;
  clip-path: none;
}

.modal .h2 {
  max-width: 50%;
  line-height: 120% !important;
}

.modal .form-control {
  border-color: var(--custom-gray-color-400) !important;
}

.modal.fancybox-content .button-theme_primary {
  width: 144px;
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
}

.modal.fancybox-content .button-theme_primary:hover {
  background-color: var(--custom-gray-color-50) !important;
  border-color: var(--custom-gray-color-50) !important;
  color: var(--custom-black-color) !important;
}

.modal {
  min-height: 332px;
}

.partner-wrapper {
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.catalog__links-item {
  height: fit-content;
}

.catalog__links-block .catalog__links-item a {
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 0;
  font-size: 13px;
  padding: 0 30px;
}

.catalog__links-block
  .catalog__links-item
  a:is(:hover, :focus-visible, .active) {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-black-color);
  border-color: var(--custom-accent-color-500);
}

.city-select-box__trigger {
  min-height: 40px;
  border-radius: 0;
}

.city-select-box__search {
  padding: 10px 15px;
  border-bottom: 1px solid var(--custom-gray-color-400);
  background: var(--custom-gray-color-100);
}

.city-select-box__search-input {
  border: 1px solid var(--custom-gray-color-400);
  border-radius: 0px;
  color: var(--custom-black-color);
  font-size: 13px;
}

.city-select-box__option {
  padding: 8px 15px;
  color: var(--custom-black-color);
  font-size: 13px;
  height: 34px;
}

.city-select-box__option.selected,
.city-select-box__option:hover {
  background: var(--custom-accent-color-500);
  color: var(--custom-black-color);
  font-weight: 400;
}

.city-select-box.open .city-select-box__trigger,
.city-select-box__search-input:focus,
.city-select-box__trigger:hover {
  background: var(--custom-white-color);
  border-color: var(--custom-accent-color-500);
}

.city-select-dropdown {
  height: 34px;
  border-radius: 0;
  background-color: transparent;
  border-color: var(--custom-gray-color-400);
  padding: 0 30px;
  padding-right: 55px;
}

.custom-select-wrapper::after {
  right: 30px;
  content: "";
  background-image: url(https://vetonit-center.ru/media/uploads/city-select.svg);
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.affiliate-network__head {
  display: none;
}

.partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.partner-item {
  width: 100%;
  border: none;
  background-color: var(--custom-gray-color-50);
  margin: 0;
  padding: 20px;
  padding-top: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.partner-item__bg {
  height: auto;
  background: transparent;
  margin-bottom: 15px;
}

.partner-item__name {
  font-size: 20px;
  line-height: 28px !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}

.partner-item__line {
  margin-bottom: 10px;
  font-family: "Rubik", serif !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.partner-item__line p {
  margin-bottom: 0;
}

.partner-item__line .btn {
  background-color: var(--custom-white-color) !important;
  color: var(--custom-black-color) !important;
  border: 1px solid var(--custom-accent-color-500) !important;
}

.partner-item__line .btn:hover {
  background-color: var(--custom-accent-color-500) !important;
}

.partner-item__line,
.partner-item__line span,
.partner-item__line p {
  font-size: 13px !important;
  line-height: 100% !important;
}

.partner-item__content {
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.partner-item__link {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--custom-accent-color-500);
  margin-top: auto;
  text-transform: capitalize;
  width: min-content;
  padding: 0 25px;
}

.partner-item__link:hover {
  background: var(--custom-white-color);
  color: var(--custom-black-color) !important;
}

.partner-item__line .icon {
  display: none;
}

.partner-item::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  background: var(--custom-white-color);
  width: 110px;
  height: 25px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%);
}

.error__content h1 {
  font-size: 28px;
  width: min-content;
  line-height: 110% !important;
}

.error__content {
  background: url(https://vetonit-center.ru/media/uploads/error.svg) 100% 0
    no-repeat;
}

.error__content p {
  margin-bottom: 0;
}

.error__content .btn {
  margin-top: 40px;
  background-color: var(--custom-accent-color-500) !important;
  width: 155px;
}

.error__content .btn:hover {
  background-color: var(--custom-gray-color-50) !important;
}

.service {
  margin-top: 100px;
}

.service-container {
  display: flex;
  gap: 55px;
}

.service-container__item {
  width: 100%;
}

.service-container__item__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  row-gap: 50px;
}

.service-container__item__wrapper__card {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-container__item__wrapper__card img {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.service-container__item__block {
  background-color: var(--custom-gray-color-50);
  padding: 25px;
  position: relative;
}

.service-container__item__block img {
  position: absolute;
  height: 135%;
  right: -40px;
  bottom: 0;
}

.service-container__item__block__text {
  display: flex;
  gap: 12px;
}

.service-container__item__block .btn {
  margin-top: 25px;
}

.service-container__item__block .btn:hover {
  background-color: var(--custom-white-color);
}

.service h1 {
  margin-bottom: 50px;
  font-size: 22px;
}

.service-container__item__block__text h2 {
  margin-bottom: 0 !important;
  width: fit-content;
}

.input-number .order-up:before {
  height: 7px;
  top: 5px;
}

.input-number .order-up:after {
  width: 7px;
  left: 5px;
}

.input-number .order-down:before {
  width: 7px;
}

.help-top-text {
  position: absolute;
  top: 60px;
  left: calc(50% - 60px);
}

.noUi-connects,
.filter-range .noUi-connect,
.filter-range .noUi-connect::before {
  background-color: var(--custom-gray-color-400);
}

.product-card .shopping-cart-product {
  flex-direction: column;
}

.product-card-container .product-card-side {
  width: 335px;
}

.product-item--banner img {
  max-width: 335px;
}

.advertising__block img {
  object-fit: contain;
}

.fancybox-slide--image .fancybox-content {
  background-color: var(--custom-gray-color-50);
}

.header-search input {
  padding-left: 20px !important;
}

.search-result-item__cost {
  color: var(--custom-black-color);
  font-style: normal;
}

.product-card__right {
  padding: 30px;
  background-color: var(--custom-accent-color-100);
  clip-path: polygon(25px 0, 100% 0%, 100% 100%, 0 100%, 0 30px);
}

.product-card__right .button-theme_primary {
  width: 100%;
  background-color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-accent-color-500) !important;
}

.product-card__right .button-theme_primary:hover {
  background-color: var(--custom-white-color) !important;
}

.product-card__right form {
  margin-bottom: 45px;
}

.custom-short-description-title_nal {
  font-size: 13px;
  margin-bottom: 15px;
}

.about-container .form-control,
.partner-search-wrapper .form-control {
  border-color: var(--custom-gray-color-200) !important;
}

.partner-search-wrapper {
  position: relative;
  width: 286px;
}

.partner-search-wrapper .form-control {
  max-width: 100%;
}

.partner-search-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://vetonit-center.ru/media/uploads/search-icon.svg)
    no-repeat;
  background-position: center center !important;
  height: 20px;
  width: 20px;
  background-size: cover;
}

.custom-short-description__btns .btn {
  background-color: var(--custom-white-color);
  border: 1px solid var(--custom-accent-color-500);
  height: 34px;
}

.custom-short-description__btns .btn:hover {
  background-color: var(--custom-accent-color-500) !important;
}

p.mb-60 {
  margin-bottom: 60px;
}

.partner-item a {
  color: var(--custom-black-color);
}

.product-content.product-content_frameless {
  margin-bottom: 60px !important;
}

#partner-search-results-inline {
  position: absolute;
  top: 0;
  left: 0;
}

.custom-mail-link {
  position: absolute;
  top: 49px;
  left: calc(50% + 305px);
  width: fit-content;
}

.custom-mail-link .container {
  width: fit-content;
  min-width: fit-content;
}

.custom-mail {
  width: fit-content;
}

/* партнеры */

.custom-partner .buttons-row {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-top: -80px;
  flex-direction: column;
  width: 185px;
}

.custom-partner .buttons-row a {
  width: 100%;
  font-size: 13px;
}

.custom-partner-1 .buttons-columns a {
  font-size: 13px;
  width: auto;
  padding: 0 20px;
}

.partner-img-block {
  background-color: var(--custom-gray-color-50);
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  max-height: 220px;
  height: 220px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0px 20px;
}

.partner-img-block.universal {
  background: var(--custom-accent-color-500);
}

.buttons-columns .btn {
  height: 40px !important;
  padding: 0 30px;
  width: max-content;
  font-size: 14px;
}

.partner-img-block.universal .h2 {
  margin: 0;
  font-size: 35px !important;
  text-align: center;
  max-width: 400px;
}

.partner-back {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
}

.partner-img-block .partner-logo {
  z-index: 2;
  margin: 0;
  max-height: 60px;
  max-width: 400px;
  position: relative;
}

.about-partner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 80px;
}

.partner-wrapper__item__flag {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--custom-white-color);
  font-size: 14px;
  display: flex;
  justify-content: center;
  width: 250px;
  height: 25px;
  clip-path: polygon(0% 0%, 100% 0%, 88% 100%, 0% 100%);
  z-index: 1;
}

.custom-partner-slider .slick-prev,
.custom-partner-slider .slick-next {
  top: -50px;
}

.custom-partner-slider {
  padding-top: 80px;
}

.custom-partner-1 .partner-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.custom-partner-1 .partner-item p {
  margin-bottom: 0;
  font-size: 13px !important;
}

.custom-partner-1 {
  padding-top: 140px;
}

.custom-partner-1 .buttons-columns {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-direction: row;
}

.about-points h2 {
  max-width: 100% !important;
}

.points-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.about-item {
  border: 1px solid var(--custom-gray-color-500);
  padding: 30px;
}

.about-item:nth-child(1),
.about-item:nth-child(4),
.about-item:nth-child(5) {
  border: 1px solid var(--custom-gray-color-50);
  background: var(--custom-gray-color-50);
}

/* проекты */

.project-card-badge {
  bottom: 10px;
  left: 10px;
  background: var(--custom-accent-color-500);
  color: var(--custom-black-color);
  padding: 5px 8px;
  border-radius: 0px;
  font-size: 10px !important;
}

.project-card-title {
  font-size: 13px;
  text-transform: none;
  font-weight: 400 !important;
  color: var(--custom-black-color);
  -webkit-line-clamp: 3;
  line-height: 120% !important;
}

.project-card-button {
  border-radius: 0;
  padding: 0 20px;
  width: min-content;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--custom-gray-color-100);
  color: var(--custom-black-color);
}

.project-card-button:hover {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-black-color);
}

.project-card-content {
  gap: 35px;
  align-items: flex-start;
}

.projects-content {
  gap: 20px 10px;
}

.partner-wrapper {
  flex-direction: row;
}

.city-select-box {
  min-width: 288px;
  max-width: 288px;
}

.project-card-image::after {
  content: "";
  height: 26px;
  background: var(--custom-white-color);
  width: 35%;
  top: 0;
  right: 0;
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 23% 100%, 0% 0%);
}

.static-project {
  margin-top: -30px;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 80px;
}

.gallery .item {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid var(--custom-gray-color-400);
}

.gallery .item--big {
  grid-row: span 2;
  border: none;
}

.gallery .item img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.project-chars {
  margin-bottom: 80px;
}

.product-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 298px;
  gap: 80px;
  align-items: stretch;
  margin-bottom: 80px;
}

.product-info__banner {
  display: block;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.layout-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.layout-img {
  border: 1px solid var(--custom-gray-color-400);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttons-columns {
  display: flex;
  gap: 10px;
  flex-direction: row;
}

.cost-building {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  border: none;
  margin-top: 80px;
  margin-bottom: 80px;
  align-items: flex-start;
}

.cost-building .amk-projects__about-1 {
  margin-top: 30px;
}

.amk-projects__big-image.offer__content {
  height: auto;
  grid-area: inherit;
}

.amk-projects img {
  max-width: 100%;
  margin: 0;
}

.doc-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0px;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid var(--custom-gray-color-400);
}

.main-btn.grey {
  background-color: var(--custom-gray-color-100);
  color: var(--custom-black-color);
  width: 135px;
}

.main-btn.grey:hover {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-black-color);
}

.layout {
  margin-bottom: 20px;
  position: relative;
}

.docs {
  margin-top: 80px;
}

.char {
  display: grid;
  gap: 16px;
  margin: 0;
  list-style: none;
}

.project-chars .char {
  width: 50%;
}

.char li {
  grid-template-columns: 1fr 1fr;
}

.char-text:first-child {
  width: 100% !important;
}

.char-text:last-child {
  width: 200px !important;
}

.char li {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.char li:before {
  display: none !important;
}

hr {
  margin-bottom: 30px;
  color: var(--custom-gray-color-400);
  border: 1px solid var(--custom-gray-color-400) !important;
}

.custom-partner-slider h2 {
  width: 200px;
}

.custom-partner-slider .slick-prev,
.custom-partner-slider .slick-next {
  top: -90px;
}

.custom-partner-slider .container::after {
  top: 100px;
}

.gallery h2,
.project-chars h2,
.product-info h2,
.layout h2,
.cost-building h2 {
  margin-bottom: 30px;
}

.builder-top-buttons {
  margin-top: 20px;
  margin-bottom: 80px;
}

@media (min-width: 1280px) {
  /* .home-banner__slide,
  .home-banner__slide .image_cover {
    height: 400px;
  }
*/
  .home-banner__slide .image_cover img {
    object-fit: contain;
  }
}

@media (max-width: 1279px) {
  .image_cover {
    background-size: cover !important;
  }

  .cost-building .amk-projects__about-1 {
    margin-top: 0;
  }

  .news-info {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .tabs-content--authorizaion h2 {
    max-width: 100%;
  }

  .menu-item.more {
    position: relative;
  }

  .hero-slide {
    height: 259px;
  }

  .hero-slide-img {
    width: 80%;
    top: 10px;
  }

  .double-section-hero {
    max-width: 960px;
  }

  .offer-banners-block h1,
  .offer-banners-block h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .offer-banners-block p {
    font-size: 13px;
  }

  .offer-banners-block {
    gap: 10px;
  }

  .footer-content__column {
    flex: 0 0 200px;
  }

  .welcome__content .home-banner .owl-dots {
    bottom: 30px !important;
  }

  .custom-header-buttons a {
    width: 156px;
  }

  .header-search--inner {
    width: 307px;
  }

  .header-cart {
    padding-left: 33px;
    margin-left: 11px;
  }

  .offer-top-text {
    top: -103px;
    left: 30%;
  }

  .offer-container__img {
    top: -45px;
  }

  .offer-banners-block {
    grid-template-columns: repeat(6, 1fr);
  }

  .offer-banners-block .custom-banner-item:nth-child(7),
  .offer-banners-block .custom-banner-item:nth-child(8) {
    display: none;
  }

  .category-root-page .catalog-menu {
    grid-template-columns: repeat(3, 1fr);
  }

  .ready-complect-slider .custom-banner-item p {
    height: 49px;
    hyphens: auto;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .custom-news-item {
    padding-bottom: 30px;
  }

  .custom-news-item {
    aspect-ratio: auto;
  }

  .frontpage .welcome__content {
    clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0 100%, 0 80px) !important;
  }

  .top-header__phones {
    display: block;
  }

  .custom-pre-header {
    left: calc(50% + 80px);
  }

  .custom-header-buttons a:last-child {
    width: 176px;
  }

  .__header .menu-btn {
    font-size: 13px;
  }

  .lk-main-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .__header .c-box-fat-v2 {
    flex-wrap: nowrap;
  }

  .__header .c-box-fat-v2 p {
    margin-right: 0;
    max-width: 100%;
  }

  .__header .contact-box a:not(.__header .contact-box p.toggled a) {
    padding: 0;
  }

  .custom-news-block div {
    width: 50%;
  }

  .form-group-number {
    display: flex;
  }

  .calculate-delivery .form-group .btn {
    margin-left: 0;
  }

  .banners-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .banners-block .events-item p {
    max-width: 150px;
  }

  .banners-block.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-banner .owl-nav {
    /*max-width: 930px;
    left: calc(50% - 465px);*/
    display: none;
  }

  .home-banner .owl-dots {
    bottom: 10%;
  }

  .knowledge-section {
    grid-template-columns: repeat(4, 1fr);
  }

  .partners-slider .slider-constructor .slick-prev,
  .partners-slider .slider-constructor .slick-next {
    top: 8px;
  }

  .__header .contact-box a img {
    display: none;
  }

  .__header .contact-box {
    max-height: 48px;
    align-items: flex-end;
    min-width: 0;
  }

  .home-banner .owl-prev,
  .home-banner .owl-next {
    top: 50px;
  }

  .product-card__personal-cost strong {
    font-size: 24px;
  }

  .trapeze + .__h-fat-v2-bottom .__fat-v2-nav ul li a {
    font-size: 13px;
  }

  .product-card__content {
    height: 100%;
  }

  .product-card__container {
    padding: 20px 0px 40px 0;
  }

  .__header .custom-block {
    padding-left: 87px;
  }

  .general--width {
    max-width: 190px;
  }

  .__header .v3-variant {
    margin-left: 0;
  }

  .__header .contact-box {
    max-height: 46px;
    gap: 10px;
    justify-content: center;
  }

  .__header .catalog-btn span:first-child {
    left: 0;
  }

  .__header .catalog-btn {
    font-size: 13px;
  }

  .__header .options-box .nav-items li a,
  .__header .option-items li a {
    font-size: 13px;
  }

  .shopping-cart-item__name {
    width: 50%;
  }

  .product-card__left {
    width: 45%;
  }

  .partners {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-card__right {
    width: 55%;
  }

  .product-card__title {
    margin: 0 !important;
  }

  .product-card .custom-form-block {
    padding: 10px 0px 0;
  }

  .product-card__content,
  .product-card__container {
    gap: 20px;
  }

  .product-card__left {
    min-width: auto;
  }

  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(4, 1fr);
  }

  .clients-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content,
  .footer-content__menu {
    gap: 20px;
  }

  h3 {
    font-size: 20px;
  }

  .owl-carousel,
  .owl-carousel .owl-stage-outer,
  .home-banner .owl-stage,
  .home-banner .image_cover {
    height: 400px;
  }

  .custom-categories {
    margin-top: 15px;
  }

  .home-banner .owl-dots {
    bottom: -207px !important;
  }

  .service-container__item__block__text {
    flex-direction: column;
  }

  .service-container__item__block img {
    height: 100%;
  }

  .service-container__item__block .btn {
    margin-top: 15px;
  }

  .news-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card__slideshow #sync2,
  #sync2 .owl-stage-outer {
    height: auto;
  }

  .client-item {
    background-position-x: -125px;
  }

  .input-number .order-down {
    margin-left: 15px;
  }

  .custom-mail-link {
    left: calc(50% + 175px);
  }
}

@media (max-width: 1024px) {
  .product-card__left,
  .product-card__right {
    width: 100%;
  }

  .product-card__content {
    gap: 0px;
  }

  .product-card__slideshow,
  .product-card__content {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .mobile-header,
  .offer-banners-block .buttons-row .btn:last-child {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .knowledge-section {
    grid-template-columns: repeat(3, 1fr);
  }

  .blog-section {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-card-container .product-card-content {
    width: 100%;
  }

  .product-slider__banners {
    flex-direction: row;
    align-items: flex-start;
  }

  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .custom-banners {
    grid-template-columns: repeat(3, 1fr);
  }

  footer {
    padding-bottom: 0px !important;
  }

  .calculate-delivery {
    grid-template-columns: repeat(1, 1fr);
  }

  .custom-post-header {
    display: none;
  }

  .custom-pre-header {
    left: auto;
    top: 17px;
    right: 150px;
  }

  .header-body {
    display: block;
  }

  .home-banner .slide-content {
    align-items: flex-start;
  }

  .home-banner .slide-content.align--left {
    left: 30px;
  }

  main {
    padding-top: 150px !important;
  }

  .header-search--inner {
    width: 60%;
  }

  .logo img {
    max-width: 210px;
  }

  .header-body__content {
    margin-bottom: 15px;
  }

  .top-header__content {
    height: 40px;
    margin-top: 15px;
  }

  .hero-slide {
    height: 300px;
  }

  .double-section-hero {
    grid-template-columns: 100%;
  }

  .welcome__content .home-banner .owl-dots {
    bottom: 25px !important;
    width: max-content;
    left: 30px;
  }

  .image_cover {
    background-position: 0% !important;
    background-size: cover !important;
  }

  .mobile-menu {
    height: calc(100vh - 130px);
  }

  .payment-block .info-block {
    align-items: flex-start;
  }

  .top-header__content-right {
    margin-left: auto;
  }

  .home-banner .owl-nav {
    display: none;
  }

  .slider-constructor .slick-list {
    height: auto !important;
  }

  .category-root-page .catalog-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .grid-section-3:not(.grid-news) {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-card__content {
    justify-content: flex-start;
  }

  .home-banner .slide-content.align--left {
    margin-left: 0;
    background: transparent;
    padding: 90px 0;
    margin: 0;
    max-width: 40vw;
  }

  .burger-box .tel-mob,
  .header--mob .phone--box a {
    font-size: 13px;
    color: var(--custom-black-color);
  }

  .header--mob .logo {
    max-width: 250px;
  }

  .header--bottom-mob {
    border-top: 1px solid var(--custom-gray-color-400);
    border-bottom: 1px solid var(--custom-gray-color-400);
    background: var(--custom-white-color);
    height: 60px;
  }

  .header--bottom-mob .search--box input,
  .header--mob .search--box input {
    height: 34px;
    background: var(--custom-white-color);
    border: 1px solid var(--custom-gray-color-400);
    color: var(--custom-black-color);
    font-size: 13px;
  }

  .header--bottom-mob .search--box input::placeholder,
  .header--mob .search--box input::placeholder {
    color: var(--custom-gray-color-800);
  }

  .search--box .submit {
    background: var(--custom-accent-color-400);
    height: 34px;
    width: 40px;
  }

  .search--box .submit:hover {
    background: var(--custom-accent-color-500);
  }

  .header--bottom-mob .custom-mob-cart {
    height: 34px;
    font-size: 13px;
    color: var(--custom-black-color);
  }

  .header--bottom-mob .custom-mob-cart img {
    width: 32px;
  }

  .owl-carousel,
  .owl-carousel .owl-stage-outer,
  .home-banner .owl-stage,
  .home-banner .image_cover {
    height: 450px;
  }

  .offer-top-text {
    top: -124px;
    left: 31%;
  }

  .offer-right-text {
    display: none;
  }

  .home-banner .image_cover {
    background-image: url(https://vetonit-center.ru/media/uploads/offer-back-mobile.svg) !important;
    background-size: cover !important;
    background-position: right 5% !important;
    background-repeat: no-repeat !important;
  }

  .home-banner__slide .image img,
  .offer-container__img {
    display: none !important;
  }

  .owl-carousel .owl-item .offer-container__img-mobile {
    display: block !important;
    width: 100%;
    height: auto;
    object-position: center;
    object-fit: contain;
    margin-top: auto;
    margin-bottom: 0;
  }

  .offer-container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .home-banner .slide-content .btn {
    display: none;
  }

  .home-banner.inner-block__active .slide-content {
    padding-bottom: 0;
    height: 100%;
    max-height: none;
    margin-top: 0;
    padding-top: 60px;
  }

  .offer-container h2,
  .offer-container p {
    height: auto;
  }

  .big_banners .container::after {
    display: none;
  }

  .offer-container h2,
  .offer-container p {
    flex-shrink: 0;
  }

  .offer-container p {
    margin-bottom: 0;
  }

  .owl-carousel .owl-item .offer-mobile-text {
    display: block !important;
    position: absolute;
    top: -50px;
    left: 67%;
  }

  .categories-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .partner-back {
    height: 80%;
  }

  .categories-wrapper__item:last-child {
    display: none;
  }

  .custom-categories {
    margin-top: 50px;
  }

  .home-banner .owl-dots {
    width: 100%;
    max-width: none;
    bottom: -20px !important;
  }

  .btns-after-categories {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }

  .btns-after-categories .empty {
    display: none;
  }

  .points-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .main-btn {
    width: 283px;
  }

  .about-container {
    flex-direction: column;
  }

  .about-static .about-container {
    flex-direction: column;
  }

  .about-container .btn {
    width: 144px;
  }

  .news-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-container__item {
    width: 100%;
  }

  .about-container__item .btn {
    width: 250px;
  }

  .partners {
    grid-template-columns: repeat(3, 1fr);
  }

  .error__content {
    background-position: center top;
    background-size: 100% 150px;
    padding-top: 200px;
    height: auto;
  }

  .product-item__btns {
    justify-content: flex-start;
  }

  .service-container__item__block img {
    height: 85%;
  }

  .custom-mail-link {
    top: 30px;
    left: calc(50% + 160px);
  }
}

@media (max-width: 930px) {
  .custom-mail-link {
    left: calc(50% + 140px);
  }
}

@media (max-width: 895px) {
  .custom-mail-link {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-item:nth-child(1),
  .about-item:nth-child(3),
  .about-item:nth-child(5) {
    border: 1px solid var(--custom-gray-color-50);
    background: var(--custom-gray-color-50);
  }
  .about-item:nth-child(4) {
    border: 1px solid var(--custom-gray-color-500);
    background: var(--custom-white-color);
  }

  .home-banner::after {
    left: 36px;
    right: auto;
  }

  .header-search input {
    width: 100%;
  }

  .top-header__content-right {
    display: none;
  }

  .frontpage .welcome__content {
    width: 100%;
  }

  .blog-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-item .info-block {
    padding: 0px 15px 30px 15px;
  }

  .top-header__content-right {
    display: none;
  }

  .header-search--inner {
    width: 100%;
  }

  .hero-slide {
    height: 270px;
  }

  .hero-slide .offer-info {
    width: 50%;
  }

  .header--mob .col-8 {
    width: 46%;
  }

  .header--mob .col-3 {
    width: 45%;
  }

  .search--box form.s-icon-right input,
  .search--box form.s-icon-right .submit {
    height: 28px;
  }

  .offer-banners-block h1,
  .offer-banners-block h2 {
    font-size: 20px;
  }

  .offer-banners-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .mobile-header__row .logo-link img {
    height: 30px !important;
  }

  .header--bottom-mob .search--box input,
  .header--mob .search--box input {
    font-size: 13px;
  }

  .custom-news-block div,
  .welcome__content {
    width: 100%;
  }

  .custom-news-block h3 {
    font-size: 18px;
  }

  .simple-cart__content {
    margin-bottom: 20px;
  }

  .custom-news-block {
    flex-direction: column;
    gap: 30px;
  }

  .calculate-delivery {
    margin-bottom: 0px;
  }

  .banners-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-partner .buttons-row {
    display: none;
  }

  .section.mobile-show.header-top-bg-color ~ .section {
    padding-bottom: 0px;
  }

  .partner-wrapper__item__flag {
    justify-content: flex-start;
    width: 186px;
  }

  .banners-block .events-item:last-child,
  .banners-block .events-item.cover {
    display: block;
  }

  .footer-right form,
  .footer-right .footer-content__title {
    display: none;
  }

  .pages-banner {
    padding-top: 10px;
  }

  footer {
    padding: 0 !important;
    padding-top: 80px !important;
  }

  .header-cart {
    transform: scale(1.3);
    margin-right: 10px;
  }

  .burger,
  .burger::before,
  .burger::after {
    background-color: var(--custom-accent-color-500);
    width: 47px;
  }

  .burger::after,
  .burger::before,
  .burger {
    height: 3px;
  }

  .about-row {
    grid-template-columns: 100%;
  }

  .char li {
    flex-direction: row;
    border-bottom: 1px dashed var(--custom-gray-color-400);
    padding-bottom: 7px;
  }

  .product-item__name {
    height: 46px;
  }

  .product-card__content .not-for-sale {
    margin-bottom: 0;
  }

  .gap-60 {
    gap: 20px !important;
  }

  .char-text:last-child {
    text-align: right;
    word-wrap: break-word;
    hyphens: auto;
  }

  .offer-block {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .payment-block .info-block {
    flex-direction: row;
    gap: 10px;
  }

  .payment-block .info-block p {
    width: 100%;
    padding: 0;
  }

  .custom-catalog-button {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
  }

  .slider-constructor:not([data-no-arrows]) .slick-dots {
    width: 100%;
  }

  .product_set_slider .mb-25::after {
    bottom: -20px;
  }

  .product_set_slider .mb-25 {
    margin-bottom: 40px !important;
  }

  .h4,
  h4 {
    font-size: 14px;
  }

  .custom-banners {
    grid-template-columns: repeat(1, 1fr);
  }

  .custom-banners h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .custom-banners .custom-item {
    border: 1px solid var(--custom-gray-color-400);
    padding: 15px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
  }

  .discaunter-static {
    padding-top: 60px !important;
  }

  .knowledge-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-banners .custom-item img {
    height: 80px;
    flex-shrink: 0;
    flex-grow: 1;
  }

  .frontpage h1 {
    font-size: 22px;
    margin-bottom: 15px !important;
  }

  .about-block::after {
    display: none;
  }

  .custom-partner-1 .buttons-columns a {
    width: 100%;
  }

  .payment-block {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .about-block::after {
    width: 70px;
    height: 70px;
    top: -31px;
    right: 25px;
  }

  .news-info {
    justify-content: space-between;
  }

  .news-info h3 {
    font-size: 16px;
  }

  .payment-block .info-block img {
    width: 50px;
  }

  .payment-block .row-gap-25 {
    row-gap: 20px !important;
  }

  .partners-slider .slider-constructor .slick-list {
    width: 70%;
  }

  .partners-slider .slider-constructor .slick-prev,
  .partners-slider .slider-constructor .slick-next {
    top: 0px;
  }

  .lk-main-menu {
    grid-template-columns: repeat(1, 1fr);
  }

  .lk-container .lk-content {
    padding: 40px 0 0 0px;
    width: 100%;
    margin: 0;
  }

  .lk-side .mobile-menu-item {
    display: none;
  }

  .partner-back {
    display: none;
  }

  .user-data {
    align-items: center;
    margin-bottom: 15px;
  }

  .personal-data {
    grid-template-columns: 100%;
    gap: 10px;
  }

  .lk-main-page__head .user-data {
    gap: 0px;
  }

  .offer-block-content h2 {
    font-size: 28px;
    width: 100%;
  }

  .partners-slider {
    margin-bottom: 60px !important;
    margin-top: 30px !important;
  }

  .faq-element__head-title {
    font-size: 14px;
  }

  .lf-main-container .container {
    padding: 0;
  }

  .mobile-menu-item {
    background-color: var(--custom-gray-color-50);
    font-size: 13px;
    font-weight: 600 !important;
    height: auto;
    padding: 10px 10px 15px 10px;
    color: var(--custom-black-color);
    width: 100%;
    margin: 0;
  }

  .lk-container .lk-side {
    background: transparent;
  }

  .mobile-menu-item .icon {
    top: 8px;
  }

  .mobile-menu-item.active {
    background-color: var(--custom-gray-color-50);
    color: var(--custom-accent-color-500);
  }

  .lk-main-page__head .user-data {
    margin: 0;
  }

  .header-search {
    display: flex !important;
  }

  .header-body__content-right {
    display: none;
  }

  .lk-exit .icon {
    width: 24px;
    height: 24px;
    fill: var(--color-lk-accent-items, #2363d1);
  }

  .calculate-delivery__map {
    width: 100%;
    margin: 0;
  }

  .about-info-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .category-button a {
    width: 100%;
  }

  .product-card__slideshow,
  .product-card__content,
  .simple-order-form button {
    width: 100%;
  }

  .catalog-menu.catalog-categories-block {
    margin-bottom: 60px;
  }

  .header-search button {
    width: 41px;
  }

  .char-text:last-child {
    width: 100% !important;
  }

  .project-chars .char {
    width: 100%;
  }

  .gallery {
    grid-template-columns: 100%;
    margin-bottom: 40px;
  }

  .product-info {
    grid-template-columns: 100%;
    gap: 40px;
    margin-bottom: 40px;
  }

  .product-info__banner {
    display: none;
  }

  .cost-building {
    grid-template-columns: 100%;
    gap: 30px;
    margin-top: 40px;
  }

  .static-project {
    margin-top: 0;
  }

  .main-btn.grey {
    width: 85px;
    flex-shrink: 0;
  }

  .builder-top-buttons {
    flex-direction: row;
  }

  .buttons-columns .btn {
    padding: 0 10px;
    width: 100%;
}

  .docs {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .slider-constructor {
    padding-top: 0;
  }

  .amk-projects__big-image.offer__content img {
    width: 100%;
  }

  .banners-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner-clients-item .btn {
    display: none;
  }

  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding: 0 10px;
  }

  .wide-container .home-banner .slide-content {
    max-width: 100%;
  }

  .home-banner .slide-content.align--left {
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0;
    max-width: 100%;
  }

  .offer-block .buttons-block {
    margin-top: 20px;
  }

  .offer-block h2 {
    font-size: 26px;
  }

  .about-section {
    display: flex;
    flex-direction: column;
  }

  .partner-search-wrapper {
    width: 100%;
  }

  .about-img.cropped,
  .loyality-column .about-img.cropped {
    clip-path: polygon(40px 0, 100% 0%, 100% 100%, 0 100%, 0 60px);
  }

  .about-info {
    padding: 20px;
  }

  .about-block {
    gap: 30px;
    padding: 20px;
  }

  .project-card-content {
    gap: 10px;
  }

  .partner-wrapper {
    flex-direction: column;
  }

  .city-select-box {
    min-width: 100%;
    max-width: 100%;
  }

  .projects-search__input {
    max-width: 100%;
  }

  .project-card-title {
    -webkit-line-clamp: 2;
  }

  .project-card-button {
    width: 100%;
  }

  .loyality-section {
    grid-template-columns: 100%;
  }

  .home-banner__slide .container {
    max-width: 100%;
  }

  .offer-block-content {
    padding: 50px;
    margin-bottom: 20px;
  }

  .tabs-content--authorizaion::before {
    width: 100%;
  }

  .custom-pre-header {
    right: calc(50% - 180px);
    top: 22px;
  }

  .form-block .button-theme_primary,
  .question-form form .btn {
    width: 208px;
  }

  .welcome__side {
    display: none;
  }

  .product-card__discription {
    padding: 0;
    background: transparent;
  }

  .shopping-cart-item__name {
    width: calc(100% - 146px);
  }

  .delivery-cart {
    padding: 0;
  }

  .simple-order-form {
    margin: 0;
    max-width: 100%;
  }

  .question-form .checkbox {
    margin-top: 0;
    max-width: 100%;
  }

  .product-card__title {
    text-align: left;
  }

  .product-card__artikul {
    display: none;
  }

  .product-card__head {
    align-items: flex-start;
  }

  .product-card__main-cost span {
    font-size: 20px !important;
  }

  .shopping-cart-product {
    width: 100%;
  }

  .product-card__content {
    padding: 20px;
  }

  .footer-first-column,
  .footer-right,
  .footer-content__menu {
    width: 100%;
  }

  .footer-content,
  .footer-content__menu {
    gap: 0;
  }

  .main-action__text .button-theme_secondary {
    width: 100%;
  }

  .footer-first-column .logo img {
    width: 100%;
  }

  .developer-link a,
  .footer-bottom__left,
  .footer-bottom .copy {
    text-align: center;
  }

  .footer-content__title span {
    padding-top: 0;
  }

  .question-form__column {
    width: 100%;
    margin-bottom: 0;
  }

  .contacts-block {
    grid-template-columns: 100%;
  }

  .question-form .form-text {
    margin-top: 15px;
    max-width: 100%;
  }

  section.feedback-form .h2,
  .question-form .h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .question-form {
    padding: 0;
  }

  .feedback-form {
    padding: 40px 0 60px;
  }

  .char-text__mask {
    color: var(--custom-gray-color-700);
  }

  .pages-banner h2 {
    margin-bottom: 0;
  }

  .breadcrumbs span:last-child {
    display: block;
  }

  .product-card__container {
    padding: 20px 0px 0px;
  }

  #sync1.owl-theme .owl-dots {
    top: 30px;
  }

  .product-card .product-item__flag {
    top: 0;
    height: 19px;
    font-size: 10px;
    left: 10px;
  }

  .product-card__content,
  .product-card__container {
    gap: 0px;
  }

  .g-title,
  .product-card__right h3 {
    font-size: 16px;
  }

  .product-card__main-cost {
    font-size: 13px;
  }

  .product-card__personal-cost strong {
    font-size: 20px;
  }

  #sync1.owl-theme .owl-dots {
    gap: 5px;
  }

  .grid-news {
    grid-template-columns: repeat(1, 1fr);
  }

  .news-info {
    align-items: flex-end;
    flex-direction: row;
  }

  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    display: none;
  }

  .error__content .btn {
    width: 50%;
  }

  .error {
    padding: 30px 0;
  }

  .h1-main {
    padding-top: 30px !important;
  }

  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .clients-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .catalog-menu-item__name {
    font-size: 10px;
  }

  .client-item__text {
    font-size: 14px;
  }

  .st-button__icon + .st-button__text {
    display: block;
  }

  .product-card-v2__title {
    -webkit-line-clamp: 3;
    font-size: 13px;
  }

  .contacts-block__info {
    padding: 20px;
  }

  .slider-h2 {
    margin-top: 80px !important;
  }

  .product-card-container .g-title {
    padding-bottom: 10px;
  }

  .partner-img-block.universal .h2 {
    font-size: 25px !important;
    max-width: 100%;
  }

  .section-dark.feedback-form {
    padding: 0px;
  }

  .about-banner,
  .news-slider-set {
    padding-top: 80px !important;
  }

  .pages-banner .buttons-row {
    margin-top: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px 0;
  }

  .pages-banner .buttons-row .main-btn {
    width: 52%;
  }

  .banners-block.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .double-section-hero {
    grid-template-columns: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .product-card-v2__image {
    border-radius: 0px;
  }

  .slider-constructor .slick-prev,
  .slider-constructor .slick-next {
    display: flex !important;
  }

  .slider-constructor .slick-prev,
  .slider-constructor .slick-next,
  .product_set_slider .slick-prev,
  .product_set_slider .slick-next {
    top: -50px;
  }

  .product-card-v2__old-price,
  .product-card-v2__old-price span {
    font-size: 13px;
  }

  .faq-element__head {
    padding: 15px 70px 15px 15px;
  }

  .faq-element__head-title p {
    font-size: 13px;
  }

  .partner-img-block {
    height: 180px;
    padding: 20px;
    padding: 30px 20px 20px 20px;
  }

  .mb-25 {
    margin-bottom: 15px !important;
  }

  .product_set_slider {
    padding: 0;
  }

  .page-head {
    margin: 0;
    padding: 0 0 15px 0px;
    background: transparent;
  }

  .breadcrumbs {
    gap: 5px;
  }

  .breadcrumbs a:first-child {
    margin: 0;
  }

  .breadcrumbs__sep {
    margin-right: 5px;
  }

  .page-head {
    width: 100%;
  }

  .content-title,
  .inner-page h1,
  .tab-content h2,
  h2,
  .mb-25,
  .h1-main h1,
  h2 span {
    font-size: 22px;
  }

  .h1-main h1 {
    margin-bottom: 15px;
  }

  .filter-btn,
  .dropdown-select {
    border-radius: 0px;
  }

  .form-gorup-inline .btn {
    width: 100%;
  }

  .active .dropdown-select {
    border-radius: 0px;
  }

  .dropdown-select-ul {
    border-radius: 0;
  }

  .mobile-menu-head__title {
    color: var(--custom-black-color);
  }

  .catalog-filter-accordion {
    padding: 0;
  }

  .catalog-filter .catalog-filter-body {
    border: none;
  }

  .menu-list__link {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--custom-gray-color-200);
  }

  .mm-btn--next:after,
  .mm-btn--prev:before {
    top: -6px;
  }

  .dash {
    display: none;
  }

  .catalog-container .catalog-filter,
  .catalog-filter__btns .btn {
    width: 100%;
  }

  .breadcrumbs a:first-child,
  .breadcrumbs {
    font-size: 13px;
  }

  .content-block {
    padding-top: 0;
  }

  .catalog-filter__bottom {
    padding: 20px;
  }

  .catalog-filter__btns .btn-link,
  .catalog-filter__btns .btn-link:hover {
    border: none;
    background: transparent;
  }

  .header-cart span.cart-number {
    background: var(--custom-accent-color-500);
    color: var(--custom-white-color);
  }

  .product-item__image {
    aspect-ratio: auto;
    height: 100%;
  }

  .product-card-bottom__artikul {
    display: none;
  }

  .filter-btn {
    box-shadow: none;
  }

  .category-slider-set .slider-constructor:not([data-no-arrows]) .slick-dots,
  .category-slider-set .slider-constructor .slick-dots,
  .product_set_slider .slider-constructor:not([data-no-arrows]) .slick-dots,
  .product_set_slider .slider-constructor .slick-dots,
  .slider-constructor:not([data-no-arrows]) .slick-dots,
  .slider-constructor .slick-dots {
    display: flex !important;
    justify-content: flex-start;
    width: 100%;
    bottom: -21px;
  }

  .custom-catalog-button {
    margin-top: 41px !important;
  }

  .custom-catalog-button .main-btn {
    width: 100%;
  }

  .shopping-cart-item__img {
    margin-right: auto;
  }

  .red-price-static {
    margin-top: 60px !important;
  }

  .shopping-cart-item {
    row-gap: 10px;
  }

  .category-slider-set {
    padding-top: 60px !important;
  }

  .modal.fancybox-content {
    clip-path: none;
  }

  .question-form__column {
    align-items: flex-start;
  }

  .tabs-content--authorizaion .form-gorup-inline .btn {
    margin-bottom: 0;
  }

  .offer-mobile-text {
    top: -52px;
  }

  .categories-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .btns-after-categories {
    display: flex;
    flex-direction: column;
  }

  .btns-after-categories .btn {
    width: 100%;
  }

  .custom-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .custom-cards-wrapper__item {
    padding: 20px;
  }

  .custom-cards-wrapper__item:nth-child(1) {
    background-image: url(https://vetonit-center.ru/media/uploads/vetonit-center-mob.webp);
  }

  .custom-cards-wrapper__item:nth-child(2) {
    background-image: url(https://vetonit-center.ru/media/uploads/how-2.webp);
  }

  .custom-cards-wrapper__item:nth-child(3) {
    background-image: url(https://vetonit-center.ru/media/uploads/how-3.webp);
  }

  .custom-cards-wrapper__item:nth-child(4) {
    background-image: url(https://vetonit-center.ru/media/uploads/how-4.webp);
  }

  .product-item__link {
    flex-direction: column;
  }

  .product-item__content-bottom {
    width: 100%;
  }

  .product-item__image {
    width: 100%;
    max-width: none;
  }

  .shopping-cart-item__numbers .input-number,
  .shopping-cart-product .input-number {
    display: flex !important;
    flex-shrink: 0;
  }

  .shopping-cart-btn {
    width: 100%;
  }

  .help-slider .content-standard-box__container {
    height: 510px;
  }

  .help-slider .image-zoom .image img {
    display: none;
  }

  .help-slider .image-zoom .image {
    background-image: url(https://vetonit-center.ru/media/uploads/help-img-11-mobile.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #9dca68;
  }

  .help-top-text {
    top: 7px;
    left: auto;
    right: 20px;
  }

  .help-slider .content-background-box__text-content .btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 25px;
  }

  .help-slider .content-background-box__text-content {
    padding-top: 50px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .help-slider .content-background-box__text-content h2 {
    font-size: 28px;
  }

  .article-container {
    padding: 20px;
  }

  .article-slider .image img,
  .article-slider .image-zoom .image {
    object-position: left bottom;
  }

  .article-slider .slider-constructor .slick-dots {
    bottom: -20px;
    width: 100%;
  }

  .after-article-buttons {
    margin-top: 40px;
  }

  .after-article-buttons .buttons-wrapper {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }

  .after-article-buttons .buttons-wrapper .btn {
    width: 100%;
  }

  .about-container__item p {
    max-width: 100%;
  }

  .about-container__item p:nth-child(2) {
    display: none;
  }

  .about-static,
  .article-slider {
    margin-top: 70px;
  }

  .section-dark.feedback-form {
    margin-top: 70px;
    padding-top: 50px !important;
  }

  .footer-right {
    order: 3;
  }

  .footer-first-column {
    order: 1;
    align-items: flex-start;
  }

  .footer-content__menu {
    order: 2;
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }

  .footer-content__column {
    max-width: 100%;
  }

  #sync1.owl-theme .owl-dots {
    width: 100%;
    display: flex;
    align-items: center;
  }

  #sync1.owl-theme .owl-dots .owl-dot {
    width: 100%;
  }

  #sync1.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    height: 1px;
    width: 100%;
  }

  #sync1.owl-theme .owl-dots .owl-dot.active span {
    height: 3px;
  }

  .tab_drawer_heading {
    font-style: normal;
    text-transform: uppercase;
    padding: 0;
    background: transparent;
  }

  .product-card-container .product-card-content {
    margin-top: 40px;
  }

  .tab-content {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .tabsgroup {
    margin-bottom: 0;
  }

  .product-card .owl-carousel .owl-stage-outer {
    height: auto;
  }

  .article-inner__content {
    padding: 0 15px;
  }

  .page-head {
    background: transparent;
  }

  .news-wrapper {
    grid-template-columns: 1fr;
  }

  .news-wrapper.knowledge .news-wrapper__item {
    padding: 30px;
  }

  .content-block:has(.tabs-content--authorizaion) {
    flex-direction: column-reverse;
  }

  .content-block:has(.tabs-content--authorizaion)::before {
    width: 100%;
  }

  .tabs-content--authorizaion {
    width: 100%;
  }

  .tabs-content--authorizaion .tabs {
    margin-bottom: 30px;
  }

  .tabs-content--authorizaion .tab-content {
    padding-bottom: 0;
  }

  .lk-exit .icon {
    display: none;
  }

  .lk-exit {
    border-radius: 0;
    color: var(--custom-black-color) !important;
    background-color: var(--custom-gray-color-50) !important;
    border-color: var(--custom-gray-color-50) !important;
  }

  .page-head {
    width: 100%;
    background-color: transparent;
  }

  .lk-main-page__head .user-data__avatar {
    margin-bottom: 15px;
  }

  .mobile-menu-item {
    margin-bottom: 10px;
    height: 40px;
    text-transform: uppercase;
    padding: 10px;
    display: flex;
    align-items: center;
  }

  .header-body__content {
    z-index: 20;
  }

  .mobile-phone {
    align-items: flex-start;
  }

  .mobile-ul li a {
    display: flex !important;
    align-items: center;
    gap: 20px;
  }

  .mobile-ul li a .icon {
    position: relative;
    right: 0;
    top: 0;
  }

  .mobile-btn .button-theme_primary {
    background-color: var(--custom-accent-color-500) !important;
  }

  .modal.fancybox-content {
    padding: 40px 20px;
  }

  .modal .h2 {
    max-width: 80%;
  }

  .partners {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-item__line .btn {
    width: 144px;
  }

  .bottom-mobile-menu-button__text {
    color: var(--custom-black-color);
  }

  .bottom-mobile-menu-button_active .bottom-mobile-menu-button__text {
    color: var(--custom-accent-color-500);
  }

  .bottom-mobile-menu-button__counter {
    background-color: var(--custom-accent-color-500);
    color: var(--custom-black-color);
  }

  .service-container {
    flex-direction: column;
    gap: 50px;
  }

  .service-container__item__block .btn {
    width: 160px;
  }

  .service-container__item__wrapper {
    gap: 25px;
  }

  .service {
    margin-top: 70px;
  }

  .service h1 {
    margin-bottom: 30px !important;
  }

  .service-container__item__block img {
    height: 85%;
    right: -63px;
  }

  .service-container__item__block {
    padding: 20px;
  }

  .about-static .about-container__item:first-child {
    padding: 20px;
  }

  .owl-carousel .owl-item .offer-mobile-text {
    top: -55px;
    width: 170px;
    height: 34px;
  }

  .product_set_slider .slider-constructor {
    margin-top: 0px;
  }

  .product_set_slider .slick-prev,
  .product_set_slider .slick-next {
    display: none !important;
  }

  .search-mobile-block.mobile-show {
    display: none !important;
  }

  .shopping-cart-product .input-number {
    width: 38%;
  }

  .input-number .order-down {
    margin-left: 0;
  }

  .shopping-cart-btn {
    width: 55%;
    flex-shrink: 0;
  }

  .input-number .order-down,
  .input-number .order-up {
    width: auto;
    padding: 0;
    margin: 0;
    min-width: auto;
  }

  .input-number input[type="number"] {
    width: 100%;
  }

  .custom-partner-1 {
    padding-top: 60px;
  }

  .about-partner {
    display: flex;
    margin-bottom: 60px;
    flex-direction: column;
  }

  .about-item {
    padding: 20px;
  }

  .points-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .input-number .order-up:after {
    left: -13px;
  }

  .input-number .order-up:before {
    left: -10px;
  }

  .input-number .order-down:before {
    left: 6px;
  }

  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .client-item:first-child {
    background-position-x: -695px;
  }

  .client-item {
    background-position-x: -457px;
  }

  .catalog-menu-item,
  .client-item {
    min-height: auto;
    aspect-ratio: 1.77;
  }

  .catalog-menu-item__name {
    height: 34px;
  }

  .builder-top-buttons {
    margin-bottom: 60px;
}
}

@media (min-width: 576px) {
}

@media (max-width: 575.98px) {
  .custom-pre-header {
    right: 50px;
    top: 23px;
    width: 200px;
  }

  .home-banner.nopad-mob {
    width: 100%;
    margin-left: 0;
  }

  .question-form form .btn {
    width: 100%;
  }

  .category-root-page .catalog-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-columns-1 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .partners {
    grid-template-columns: 1fr;
  }

  .service-container__item__wrapper {
    grid-template-columns: 1fr;
  }

  .product-card__slideshow #sync1,
  #sync1 .owl-stage-outer {
    height: auto;
  }

  .client-item:first-child {
    background-position-x: -715px;
  }

  .client-item {
    background-position-x: -470px;
  }
}

@media (max-width: 400px) {
  .client-item:first-child {
    background-position-x: -487px;
  }

  .client-item {
    background-position-x: -257px;
  }
}

.fancybox-button {
  background: rgb(199 199 199 / 60%);
}
