.frontpage .section-first,
.frontpage .section-first-alter,
.conditional-section:first-child:not(.conditional-section_bg):not(
    .home-banner
  ) {
  display: none !important;
}
.offer {
  padding: 0px;
}

.page-head {
  padding: 5px 15px;
}

.search--box form.s-icon-left input,
.search--box form.s-icon-right .submit {
  aspect-ratio: 1/1;
  height: 30px;
  margin-right: auto;
}

.product-item__cost-old {
    font-size: 18px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding-left: 0;
    top: 0;
    margin-bottom: 8px;
}

.search--box form.s-icon-right input {
  height: 30px;
  width: 70%;
  margin-left: auto;
}
.bottom-mobile-menu-button__text {
  color: #fff;
}
.owl-dot,
.slick-dots button {
  height: 6px !important;
  width: 6px !important;
  border-radius: 0 !important;
  background: #e0e0e0 !important;
  border: none !important;
}
.owl-dot:not(:last-child),
.slick-dots li:not(:last-child) {
  margin-right: 4px !important;
}
.owl-dot.active,
.slick-dots .slick-active button {
  background: #ff0000 !important;
}

.js-up {
  right: 48px !important;
  bottom: 76px !important;
  border-radius: 4px 4px 4px 0 !important;
}

.bottom-mobile-menu-button__inner {
  height: 40px !important;
}

.header--bottom-mob.bottom-fixed {
  display: none !important;
}

.safety-message-fixed {
  right: 5px !important;
  bottom: 76px !important;
}

.safety-message-fixed__btn {
  border-radius: 4px 4px 4px 0 !important;
}

@media (max-width: 991px) {
  .tab-content,
  .tab_drawer_heading,
  .tabsgroup {
    background-color: #f5f5f5 !important;
  }
}

#sync2 {
  display: flex !important;
}

#sync1.owl-theme .owl-dots,
.owl-dots.disabled,
#sync2 .owl-dots {
  display: none !important;
}

.banner-custom-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 45%;
}
.banner-custom-content__title {
  font-family: Inter-Black;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  line-height: 35px;
  color: #1d1d1d;
}

.banner-custom-content__podtitle {
  font-family: Inter-Black;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 110%;
  color: #1d1d1d;
  text-transform: uppercase;
}

.mar-bottom5{
  margin-bottom: 5px !important;
}

.banner-custom-content__text {
  color: #333;
  font-size: 16px;
}

.banner-custom-content__button {
  border: 1px solid #df0000;
  color: #ffffff;
  background-color: #df0000;
  padding: 15px 40px;
  width: 100%;
  display: inline-block;
  max-width: 290px;
  text-align: center;
  border-radius: 0px;
  transition: 0.3s;
  cursor: pointer;
}

.banner-custom-content__button:hover {
  color: #000;
  background-color: #fff;
  font-weight: 700;
}

.banner-custom-content__image-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}

.home-banner .slide-content {
  width: 100%;
  height: 100%;
}

.home-banner .slide-content {
  min-width: 100%;
  min-height: 100%;
}

.home-banner.inner-block__active .slide-content {
  background: none;
}

.home-banner .owl-dots {
  bottom: -30px;
}

.action-item__content,
.action-item__image:before {
  display: none;
}

@media (max-width: 767px) {
  .banner-custom-content {
    max-width: 100%;
  }
  .banner-custom-content__image-wrapper {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    padding-top: 30px;
    margin-bottom: 60px;
  }

  .action-item {
    height: auto;
    aspect-ratio: 1.8 / 1;
  }

  .main-action__text .btn-border {
    margin-left: 0;
    margin-bottom: 0;
  }

  .banner-custom-content__image {
    height: 74vw;
    object-fit: contain;
    object-position: bottom;
  }

  .banner-custom-content__button-wrapper {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    padding-top: 30px;
    background: #fff;
  }

  .banner-custom-content__text {
    display: none !important;
  }
}

/* шрифты */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("https://fkt63.ru/media/customization/fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("https://fkt63.ru/media/customization/fonts/Montserrat-Medium.ttf");
}

* {
  font-family: "Inter";
}

/* кнопки */

.calculate-delivery .btn-primary {
  padding: 15px 40px;
  border-radius: 0px;
  background: #df0000;
  border: 1px solid #df0000;
  transition: 0.2s;
}

.calculate-delivery .btn-primary:hover {
  background: #fff;
  color: #000;
  font-weight: 700;
}

a.st-button.st-button_secondary.st-button_not-availbe.not-available {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #767676 !important;
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  padding-right: 5px;
  padding-left: 5px !important;
  margin-bottom: 3px;
}

.slider-constructor .slick-prev {
  right: 60px;
}

.slider-constructor .slick-next {
  right: 10px;
}

.st-button__icon + .st-button__text,
.st-button_comparison {
  display: block !important;
  text-align: left;
}

.button-style {
  transition: 0.3s;
}

.knopka-2 {
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.knopka-2:hover {
  cursor: pointer;
}

.product-card-v2 .st-button_add-to-cart,
.product-card-v2 .st-button_not-availbe {
  border: 0px;
}

.st-button__sub-title {
  margin-left: 15px;
  text-align: left;
  width: 100%;
  color: #3ec28f;
}

.st-button__title {
  font-weight: 400;
  line-height: 18px;
  margin-left: 15px;
  text-align: left;
  color: #333;
  text-transform: uppercase;
}

.product-card-v2 .st-button_add-to-cart:hover {
  background: none;
}

.product-card-v2 .st-button_not-availbe {
  border: 1px solid #d74853;
  background: none;
}

.not-available {
  font-size: 14px;
  font-family: "Inter";
}

.catalog-filter__btns .btn {
  margin-bottom: 10px;
  font-family: "Inter";
}

.catalog-filter__btns .btn:hover {
  color: #ffffff !important;
  border-color: #ba2505 !important;
  background-color: #ba2505 !important;
}

.product-card__content .not-for-sale:hover {
  color: #ffffff !important;
  border-color: #ba2505 !important;
  background-color: #ba2505 !important;
}

.question-main .btn {
  font-family: "Inter";
  padding: 0px 40px;
  border: 1px solid;
  border-color: #ff0000 !important;
}

.question-main .btn:hover {
  color: #ffffff !important;
  border-color: #ba2505 !important;
  background-color: #ba2505;
}

.footer-subscribe button {
  font-family: "Inter";
}

.footer-content .button-theme_primary {
  --color-text: #fff;
  --color-background: #ff0000;
  --color-border: var(--color-button-primary-border, #2363d1);
  --color-text-hover: #fff;
  --color-background-hover: #ba2505;
  --color-border-hover: #ba2505;
}

.__header .v3-variant .col-block {
  height: 15px;
  height: 15px;
}

/*Шапка стилизация */

/*телефон*/

header.header--mob {
  background: #000;
  height: 60px;
}

.__header .contact-box p a {
  color: #fff;
}

/*запрос звонка*/

.__header .contact-box a {
  font-size: 14px;
  color: #fff;
}

/*товаров в корзине*/
.__header .option-items.v-white a {
  color: #fff;
  font-size: 14px;
}

/*текст на слайдере акций */

.ak-text {
  margin-top: -100px;
  margin-left: 20px;
}

/* Форма обратной связи*/
.form-control {
  background-color: #333333;
  color: #f0f0f0;
  border-color: #a7a7ab;
}

/* Кнопка - Акции*/

.btn-akzia {
  display: inline-block;
  color: #ffffff;
  border-color: #ff0000;
  background-color: #ff0000;
  padding-bottom: 10px;
  margin-bottom: 50px !important;
  text-align: center;
  padding: 10px 40px;
  transition: 0.3s;
}

.btn-akzia:hover {
  background-color: #ba2505;
  color: #fff;
  border-color: #ba2505;
}

/* Кнопка адаптив*/

@media only screen and (max-width: 1280px) {
  .btn-akzia {
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .btn-akzia {
    margin-top: 9px;
  }
}

/*меню категорий*/

.catalog-side__content ul li.more a {
  background-color: #ffffff;
}

/*цвет-шрифта-сортировки-цены*/

.catalog-sorting ul li a,
.catalog-right .price-download {
  color: var(--product-list-header-link-color, #000000);
}

/* Слайд - Акции*/

.slide_block {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.slide_block .slide_bg {
  width: 100%;
}

.slide_block .slide_text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.slide_block .slide_bg img {
  max-width: 100%;
}

.slide_block .slide_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 45px 20px 45px 40px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

.slide_block .slide_content h3 {
  font-size: 25px;
  line-height: 27px;
  font-style: italic;
}

.slide_block .slide_content.text_white h3,
.slide_block .slide_content.text_white p {
  color: #fff;
}

.slide_block .slide_content h3 {
  width: 100%;
}

.slide_block .slide_content p {
  margin-bottom: 5px;
  width: 100%;
}

/* media  */

@media only screen and (max-width: 1280px) {
  .slide_block .slide_content h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .slide_block .slide_content {
    padding: 20px 20px 15px 27px;
  }
}

@media only screen and (max-width: 400px) {
  .slide_block .slide_content {
    padding: 20px 20px 15px 18px;
  }
  .slide_block .slide_content h3 {
    font-size: 13px;
    line-height: 16px;
  }
  .slide_block .slide_content p {
    font-size: 13px;
    line-height: 17px;
  }
}

/* кнопки фильтр */

.catalog-filter__btns button:hover {
  background-color: #ffffff !important;
  color: #ba2505 !important;
  border-color: #ba2505 !important;
}

.catalog-filter__btns .btn-border {
  min-width: 114px;
}

/*цвет-при-наведении-в-каталоге*/

.catalog-menu-item:hover:after {
  opacity: 0.8;
  background: var(--preview-bg-hover-color, #bebebe);
}

/* Шапка */

.__header .catalog-box ul a:hover {
  color: #ff0000;
}

.__header .contact-box p.toggled {
  padding-left: 21px;
}

/* Заголовки Блоков*/
.zagolovoki-blokov {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
}

@media (max-width: 767px) {
  .zagolovoki-blokov {
    font-size: 24px;
  }
}

.POPULAR-TOVARY {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
}

@media (max-width: 767px) {
  .POPULAR-TOVARY {
    font-size: 24px;
  }
}

/* Оффер - Баннер*/
.banner-title {
  font-size: 35px;
  color: #535353;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: italic;
  display: inline-block;
  width: 100%;
}

.home-banner__slide p {
  display: inline-block;
  width: 100%;
}

.home-banner .slide-content {
  padding-top: -138px;
  padding-bottom: 307px;
  right: auto;
  left: 0;
  background-color: #f5f5f500;
  max-width: 447px;
  padding: 20px 64px;
}

/* Кнопка*/

.button-style {
  border: 1px solid;
  color: #ffffff;
  border-color: #ed0000;
  background-color: #ed0000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.multirow_banner_set .btn-border {
  padding: 0px 40px !important;
  transition: 0.3s;
}

.button-style:hover {
  color: #ffffff;
  border-color: #ba2505;
  background-color: #ba2505;
}

.personal-form__element-item .button-theme_primary {
  --color-text: #fff;
  --color-background: #ff0000;
  --color-border: #ff0000;
  --color-text-hover: #fff;
  --color-background-hover: #ba2505;
  --color-border-hover: #ba2505;
}

.knopka4 {
  border-radius: 50px;
  color: #f1f1f1;
  background-color: #df0000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 0px;
}

/*цвет шрифта в акциях перед подвалом*/

.slide_block .slide_content.text_white h3,
.slide_block .slide_content.text_white p {
  color: #333;
}

/*цвет-кнопок-в-шапке-профиля*/
header ul.hover--color a:hover {
  color: ED0000;
}

/*цвет-иконок-сортировки-цены*/

.icon-sort-price span,
.icon-sort-price span:before,
.icon-sort-price span:after {
  background-color: var(--product-list-header-link-color, #e12901);
}

/*цвет-кнопки-звонка-в-шапке*/
.__header .contact-box a:hover {
  color: #e30613;
}

/*цвет-шрифта-сортировки-цены- при-наведении*/

.catalog-sorting ul li a:hover {
  color: var(--product-list-header-link-color, #e12901);
}

.__header .option-items li a:hover {
  color: #e30613;
}

/*цвет-шрифта-в-раскладке-меню*/

header ul.hover--color a:hover {
  color: #e12901;
}

/* Заголовок на главной "Купон" дестоп*/
.zagolovok {
  font-size: 98px;
  color: #ffffff;
  margin-top: 100px;
}

.zagolovok2 {
  font-size: 116px;
  color: #ffffff;
}

/* для заголовка на главной "Купон" адаптив*/

@media (max-width: 1280px) {
  .zagolovok {
    font-size: 48px;
  }
  .zagolovok2 {
    font-size: 74px;
  }
}

@media (max-width: 767px) {
  .zagolovok {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .zagolovok2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .text-page p {
    line-height: 18px;
  }
}

/*лого-в-шапке*/

.__header .logo img {
  max-width: 136%;
}

/*Форма стрелки слайдов*/

.slider-constructor .slick-arrow {
  border-radius: 0px;
  background: #f5f5f5;
  color: #ff0000;
  border-color: #d9d9d9;
}

.pagination .next {
  border-radius: 0px;
  border-color: #d9d9d9;
}

.pagination .prev {
  border-radius: 0px;
  border-color: #d9d9d9;
}

/*кнопки-шапки-2*/

.__header .custom-block {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 77px;
}

/*перемещение-кнопок-шапки*/

.__header .v3-variant {
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 47px;
  height: 100%;
  margin-left: 20px;
  position: relative;
}

/*цвет-текста-в-блоке-клиентам*/

.client-item__text {
  position: absolute;
  bottom: 15px;
  left: 22px;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

/*цвет-блоков-клиентам-при-навигации*/

.client-item_bg:hover::after {
  background: var(--preview-bg-hover-color, #e12901);
}

.__header .contact-box a:not(.order-call, p > a) {
  color: #fff;
}

/* captcha text*/

.recaptcha-terms {
  font-size: 10px;
  color: #767676;
}

.recaptcha-terms a {
  text-decoration: none;
  color: #767676;
}

.hoverl_acc8 {
  right: 80px;
}
/*кнопки выше над чатом */
.safety-message-fixed {
  bottom: 80px;
}
.js-up {
  bottom: 130px;
}
@media (max-width: 767px) {
  .product-item__image {
    height: 90px;
    width: 90px;
    margin: 20px 0 0 5px;
  }
}
.content-background-box__text-content {
  color: #000000;
}

.city-selection__link {
  font-size: 14px;
  padding-right: 56px;
}
.city-selection__link:before {
  right: 38px;
  top: 7px;
}

.label_d1b3._bottom_f27e {
  right: 80px;
}

/*Мобильная версия*/

@media (max-width: 767px) {
  .product-item__image {
    height: 90px;
    width: 90px;
    margin: 20px 0 0 5px;
  }
  .catalog-side__title {
    color: #000000;
  }
}

/* Кнопка - Кто наши Клиенты*/

.btn-border {
  color: #000;
  border-color: #000;
  background-color: #ffffff;
}

.multirow_banner_set .btn-border {
  margin-bottom: 19px;
  margin-top: 19px;
  margin-left: 30px;
}

.btn-border:hover {
  background-color: #ba2505;
  color: #ffffff;
  border-color: #ba2505;
}

/* Кнопка адаптив*/

@media (max-width: 767px) {
  .btn-border {
    margin-bottom: 30px;
    margin-left: 13px;
    width: 40%;
  }
}

/* Кнопка 2 - Кто наши Клиенты*/

.btn-border2 {
  color: #000000;
  font-size: 14px;
  border-color: #000000;
  border: 1px solid;
  border-radius: 2px;
  background-color: #ffffff;
  margin-left: 30px;
  padding: 10px 40px;
  transition: 0.3s;
}

.btn-border2:hover {
  background-color: #ba2505;
  color: #ffffff;
  border-color: #ba2505;
}

/* Кнопка адаптив*/
@media (max-width: 767px) {
  .btn-border2 {
    margin-bottom: 30px;
    margin-left: 13px;
    width: 40%;
  }
}

/* Слайды категорий*/

.block-2-slider {
  padding-top: 100px;
}

.slaydy {
  font-size: 16px;
  margin-left: 20px;
  margin-top: 0px;
  height: 280px;
  position: absolute;
  top: -299px;
  padding-top: 38px;
  padding-bottom: 184px;
  padding-right: 28px;
}

@media (max-width: 1280px) {
  .slaydy {
    font-size: 14px;
    margin-left: 4px;
    height: 211px;
    top: -238px;
    padding-top: 23px;
    padding-bottom: 89px;
    padding-right: 18px;
    width: 100%;
    max-width: 189px;
  }
}

@media (max-width: 991px) {
  .slaydy {
    font-size: 14px;
    margin-left: -19px;
    padding-top: 9px;
    padding-bottom: 0;
    padding-right: 18px;
    width: 100%;
    padding-left: 23px;
    height: 17vw;
    top: -213px;
  }
}

@media (max-width: 850px) {
  .slaydy {
    height: 21vw;
    top: -183px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .slaydy {
    height: 21vw;
    font-size: 12px;
    line-height: 15px;
    padding-top: 16px;
    top: auto;
    bottom: 20px;
  }
  .block-2-slider {
    padding-top: 53px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .block-2-slider .slider-constructor .slick-dots {
    margin-top: 4px;
    margin-bottom: 17px;
  }
  .block-2-slider .content-background-box__text-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .block-2-slider.conditional-section_bg > img {
    object-position: center;
  }
}

@media (max-width: 720px) {
  .slaydy {
    height: 22vw;
  }
}

@media (max-width: 617px) {
  .slaydy {
    height: 28vw;
  }
}

@media (max-width: 576px) {
  .slaydy {
    height: 46vw;
    font-size: 14px;
    line-height: 17px;
    padding-top: 23px;
  }
}

/*цвет кнопки телеграмм*/

.vk {
  background: #1e88e5;
  color: #fff;
}

.vk[data-hover] {
  background: #79c0f4;
  color: #fff;
}

.button .icon {
  height: 18px;
  width: 18px;
  margin-top: 14px;
}

.contacts-list .button .icon {
  height: 20px;
  width: 20px;
  margin-top: 0px;
}

/* каталог */

.product-item__cost-product {
  color: #df0000;
}

.inner.show {
  padding: 15px 0px;
}

.custom__accordion .acc__toggle-inner {
  padding: 8px 20px 8px 20px;
}

.with-online-price .product-item__cost-product {
  color: #333;
}

.product-item__flag {
  min-width: 100px !important;
}

.product-item__img-text {
  color: #333;
  font-weight: 500;
  height: 24px;
  opacity: 1;
}

.product-item__cost {
  align-items: flex-start;
  flex-direction: column-reverse;
}

.product-item__cost-label {
  margin-left: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}

.product-item__cost {
  margin-bottom: 5px !important;
}

.welcome__content .mb-25 {
  margin-top: 50px;
}

.catalog-body .mb-25 {
  margin-top: 50px;
}

.text-color-accent {
  color: #a7a7a7;
}

.pagination span {
  border-radius: 0px;
}

.pagination .prev:before,
.pagination .next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -4px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: solid 2px #f00;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}

.pagination .next {
  border-radius: 0px;
  background: #d9d9d9;
  color: #ff0000;
  border-color: #d9d9d9;
}

/*Кнопка СЕО*/

.knopka {
  margin-left: 380px;
}

h1 {
  font-style: italic;
  font-weight: bold;
  font-family: Inter-Black;
  color: #000;
}

/* Кнопка СЕО адаптив*/

@media (max-width: 767px) {
  .knopka {
    margin-left: 140px;
  }
}

/*описание/характеристики*/

.tabs li {
  color: #ba251d;
}

.tabs li:hover {
  color: #df281f;
}

/* Отсутпы */

@media (max-width: 576px) {
  .zagolovoki-blokov {
    margin-top: 0;
  }

  .tekhno-blok3 {
    margin-bottom: 10px;
  }
  .tekhno-blok4 {
    padding-top: 20px !important;
  }

  .product_set_slider,
  .tekhno-blok1 {
    margin-bottom: 0;
  }

  .tekhno-blok1 .zagolovok {
    margin-top: 44px;
  }

  .tekhno-blok1 {
    padding-bottom: 0;
  }

  .POPULAR-TOVARY {
    margin-top: 0px;
  }

  .popular-tovary {
    padding-top: 20px !important;
    margin-bottom: 20px;
  }

  .tekhno-blok5 {
    margin-bottom: 0px;
  }

  .frontpage_seo_text1 h3 {
    margin-top: 0;
  }
}

/* Увеличить белые края согласно скрину */

.section-dark .product-card-container .tabs-content + .conditional-section {
  padding-top: 34px;
  padding-bottom: 35px;
}

.section-dark .product-card-container .tabs-content + .conditional-section h2 {
  margin-top: 0px;
}

/* Форма связи*/

.form-control {
  background-color: #fff;
  color: #000000;
  border-color: #a7a7ab;
}

.gift-block .content-name {
  color: #9c9c9c;
  font-size: 13px;
  left: 20px;
  position: absolute;
  top: 13px;
}

.katalog {
  background: #f00;
  color: #fff;
}

/* форма оплаты */

.h3-oplata {
  margin-top: 40px;
}

/* страницы с акциями на наборы */

.img-new {
  margin-top: -40px;
  margin-bottom: 35px !important;
}

.img-new-mob {
  display: none;
}

.col-2-sale {
  padding-left: 75px;
  padding-top: 30px;
}

.sale-end {
  margin: 30px 0px 80px 0px !important;
}

.row-sale {
  margin-bottom: 80px;
}

.new-form-sale {
  margin-top: 30px;
}

.text-sale-row {
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #bbbbbb;
}

.col-1-sale {
  padding-right: 20px;
}

.text-sale-row .btn {
  background: #df0000 !important;
  color: #fff !important;
  border-color: #df0000 !important;
  border-radius: 0px;
  padding: 18px 40px;
}

.text-sale-row .btn:hover {
  background: #fff !important;
  color: #000 !important;
  font-weight: 700;
}

/* НЕ ЗАБУДТЕ УСТАНОВИТЬ */

.frontpage_seo_text2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: solid 40px #333333;
}

.frontpage_seo_text2 .col-md-12:last-child img {
  position: absolute;
  max-width: 379px;
  bottom: 0;
  margin-bottom: 0;
  height: auto;
}

.frontpage_seo_text2 .col-md-12:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1024px) {
  .frontpage_seo_text2 .col-md-12:last-child img {
    max-width: 157px;
    right: 17px;
  }
}

/*Цвет ползунка цены*/

.filter-range .noUi-connect::before {
  background: #b1b1b1;
}

.filter-range .noUi-origin:first-child .noUi-handle {
  background: #b1b1b1;
}

.filter-range .noUi-origin:last-child .noUi-handle {
  background: #b1b1b1;
}

/*Цвет ссылки*/

.tex {
  color: #ba2505;
}

/*Закругления*/

/*Квадратные - + в карточке товара*/

.input-number .order-down {
  border-radius: 15%;
}

.input-number .order-up {
  border-radius: 15%;
}

/*Закругления стрелочек возле фильтра*/
.catalog-filter-accordion .opener::before {
  border-radius: 0px;
}

.catalog-side__content ul li a:before {
  background-image: url(https://fkt63.ru/media/uploads/arrow_red.svg);
}

.catalog-side__content ul li.more a {
  background-image: url(https://fkt63.ru/media/uploads/arrow_red-1.svg);
}

.catalog-box {
  margin-top: 18px;
}

.home-banner .slide-content {
  align-items: flex-start;
}

.slider-constructor .slick-arrow:hover {
  background: white;
  color: #ff0000;
  border-color: #ff0000;
}

/* превью */

.st-button {
  justify-content: center;
  width: 100%;
}

.st-button__icon_cart {
  min-width: 32px;
}

.product-card-v2 .st-button_add-to-cart:hover,
.product-card-v2 .st-button_not-availbe:hover {
  color: red;
}

.inner-page
  section:not(
    .custom-pre-header,
    .custom-post-header,
    .__header,
    .custom-header-menu,
    .header--mob
  ),
.inner-page main {
  background-color: transparent !important;
  background: white !important;
}

.__header {
  background: #000 !important;
}

element.style {
  background: black !important;
}

@media (max-width: 767px) {
  .section {
    padding: 0 0 20px 0;
  }

  .product-card__title {
    line-height: 120%;
    font-size: 24px;
  }
}

.inner-page h1,
.h1 {
  font-family: Inter;
}

.product-item_wide .product-item__image img {
  aspect-ratio: 220/170;
}

.pagination span.active {
  border-width: 1px;
}

.pagination .next:hover,
.pagination .prev:hover {
  background: #fff;
}

.product-item__cost {
  margin-bottom: 2px !important;
}

.catalog-filter__btns .btn-border {
  border: none;
  color: #333;
}

.catalog-filter__btns .btn-border:hover {
  background-color: #ccc;
  color: #fff;
}

.product-item_wide .input-number input[type="number"] {
  color: #333;
}

.catalog-menu-item__name {
  left: 20px;
  top: 20px;
  max-width: 70%;
  font-family: "Inter";
  font-style: normal;
  text-transform: none;
  font-size: 14px !important;
  color: #333;
  line-height: 18px;
  width: 100px;
}

@media (max-width: 1279px) {
  .catalog-menu-item__name {
    left: 18px;
    top: 21px;
    bottom: auto;
  }
}

.header--mob {
  background: black !important;
}

.inner-page #search-result-mob .s-item-price {
  color: #f00;
}

.shopping-cart-product {
  margin-top: 20px;
}

.input-number .order-down,
.input-number .order-up {
  border-radius: 0px;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .tab_drawer_heading {
    font-family: "Inter-Black";
    font-style: italic;
    text-transform: uppercase;
  }

  .tab_drawer_heading {
    background-color: #ffffff;
  }

  .btn-radius {
    padding: 0;
  }

  .page-head {
    margin: 0px -15px 0px -15px;
    background: #ffffff;
  }

  .product-card__nav-next,
  .product-card__nav-prev {
    background: white;
    border: 1px solid #ccc;
    border-radius: 0px;
  }

  .content-block {
    padding-top: 0;
  }
}

.product-card__nav-next:hover,
.product-card__nav-prev:hover {
  background: #fff;
}

@media (max-width: 600px) {
  .category-root-page .catalog-menu {
    margin-bottom: 40px;
  }
}

.tekhno-blok-download .zagolovok {
  line-height: 120%;
}

.tekhno-blok-download {
  padding-bottom: 0px !important;
}

@media (max-width: 991px) {
  .tekhno-blok-download {
    padding-top: 10px !important;
  }
}

.tekhno-blok-download .zagolovok {
  margin-top: 40px;
}

.gift-block .image_cover {
  border: 1px solid white;
}

@media (max-width: 767px) {
  .block-2-slider {
    padding-top: 120px;
  }

  .stocks-block h3 {
    margin-top: 18px;
    font-size: 16px !important;
    line-height: 120% !important;
  }

  .btn-akzia {
    position: absolute;
    bottom: 10px;
  }
}

@media (max-width: 575px) {
  .block-2-slider {
    padding-top: 80px;
  }

  .slaydy {
    height: 42vw;
  }
}

@media (max-width: 400px) {
  .slide_block .slide_content {
    padding: 0px 20px 0px 18px;
  }
}

.mobile-search input {
  border-color: #ccc;
  color: #333;
}

.mobile-search button {
  background: #ba2505;
}

.__header .menu-btn {
  font-family: "Inter" !important;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 140%;
}

.__header .catalog-btn {
  padding: 5px 4px 5px 72px;
  letter-spacing: 0.025em;
  font-size: 14px;
}

.__header .catalog-btn span {
  left: 40px;
}

.__header .contact-box a:not(.order-call, p > a),
.__header .contact-box p.toggled a,
.__header .search-box input {
  font-family: "Inter";
}

.__header .contact-box a:not(.order-call, p > a):hover {
  color: #f00;
}

@media (max-width: 767px) {
  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    background-color: #f5f5f5;
    border-radius: 0px;
  }
}

.product-card__discription .btn-calculate-min {
  background: #ff0000 !important;
  color: #fff !important;
  border-color: #f00 !important;
  border-radius: 0px !important;
  font-size: 14px;
  padding: 20px;
  font-weight: 400;
}

#sync1.owl-theme .owl-next {
  background: url(https://fkt63.ru/media/uploads/slideshow-arrow.svg) 50% 50%
    no-repeat;
  bottom: -45px;
  cursor: pointer;
  font-size: 0;
  height: 16px;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  width: 15px;
}

#sync1.owl-theme .owl-prev {
  background: url(https://fkt63.ru/media/uploads/slideshow-arrow.svg) 50% 50%
    no-repeat;
  bottom: -45px;
  cursor: pointer;
  font-size: 0;
  height: 16px;
  left: 10px;
  position: absolute;
  text-indent: -9999px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 15px;
}

.product-card__discription .btn-calculate-min:hover {
  background: #ba2505 !important;
  border-radius: 0px !important;
  border-color: #ba2505 !important;
}

.fixed .__header {
  background: black !important;
  transform: none;
  top: 0;
  z-index: 10;
}

.__header .catalog-btn span::after,
.__header .catalog-btn span:before,
.__header .catalog-btn span {
  background: #f00;
}

.image_cover {
  background-color: #ffffff;
}

/* правки */

@media (max-width: 1279px) {
  .__header .custom-block {
    padding-left: 50px;
  }

  .general--width {
    max-width: 210px;
  }
}

.__header #search-result .s-item-price {
  color: #ff0000;
}

.catalog-filter-accordion .opener {
  overflow: visible;
}

/* алла */

.home-banner__slide .image_cover {
  height: 470px;
}

@font-face {
  font-family: Inter-Black;
  font-weight: 900;
  src: url(https://fkt63.ru/media/customization/fonts/Inter-Black.ttf);
}

@font-face {
  font-family: Inter-Black;
  font-weight: black;
  src: url(https://fkt63.ru/media/customization/fonts/Inter-Black.ttf);
}

.banner-title {
  color: #000;
  font-weight: bold;
  font-family: Inter-Black;
}

.product-item__delivery {
  width: 60px;
}

.custom__accordion .acc__toggle-inner:hover {
  color: #df0000 !important;
}

h2 {
  font-style: italic;
  font-weight: bold;
  font-family: Inter-Black;
  color: #000;
}

.slaydy {
  font-family: Inter-Black;
  color: #000;
  text-transform: uppercase;
  font-style: italic;
  top: -320px;
  font-size: 20px;
  line-height: 22px;
}

.zagolovok {
  font-family: Inter-Black;
  font-style: italic;
}

.h1 {
  font-family: Inter-Black !important;
  text-transform: uppercase;
  font-style: italic;
}

.personal-form .h1 {
  color: #000;
  font-size: 40px;
}

.slide_text h3 {
  font-family: Inter-Black;
  color: #000 !important;
}

.question-form {
  padding: 60px 100px;
}

.feedback-form .h2 {
  font-family: Inter-Black;
  font-style: italic;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 40px;
}

.frontpage_seo_text1 span {
  font-family: Inter-Black;
  font-style: italic;
  font-size: 40px;
}

.frontpage_seo_text1 h3 {
  margin-bottom: 25px;
}

.footer-content__title {
  font-family: Inter-Black;
  font-style: italic;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.product-item_wide .input-number {
  border: 0px solid;
}

.inner-page h1,
.h1 {
  font-family: Inter-Black;
  text-transform: uppercase;
  font-style: italic;
  color: #000;
}

h2 {
  text-transform: uppercase;
}

.footer-subscribe input {
  width: calc(100% - 105px);
}

.footer-subscribe button {
  width: 100px;
}

.footer-phone a {
  color: #f00;
  font-size: 20px;
  font-weight: 700;
  font-family: Inter-Black;
  font-style: italic;
}

.footer-first-column .logo img {
  width: 250px;
}

h4 {
  font-family: "Inter-Black";
  font-style: italic;
  color: #000;
  text-transform: uppercase;
}

.product-card-content h4 {
  font-family: "Inter";
  font-style: normal;
  text-transform: none;
  font-size: 14px !important;
  color: #333;
  line-height: 18px;
  margin-top: 30px;
}

.catalog-filter-accordion .opener {
  overflow: visible;
  font-style: italic;
  color: #000;
  text-transform: uppercase;
  font-family: "Inter-Black";
}

.filter-item-title {
  font-style: italic;
  color: #000;
  text-transform: uppercase;
  font-family: "Inter-Black";
}

/* карточка товара */

.product-card-content .char-text:last-child {
  font-size: 14px !important;
}

.product-card__radio-options a {
  font-family: "Inter";
  border-radius: 0px;
}

.product-card__radio-options a:hover {
  background: #ffffff00;
  border-color: #ff0000 !important;
  color: #000;
  font-weight: 800;
}

.product-images__text {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #000;
  line-height: 16px !important;
  display: block;
  margin-bottom: 25px;
}

.product-card__radio-options.product-modification-params a.active,
.product-card__product-mod-param_active {
  background: #df0000 !important;
  border-color: #df0000 !important;
  color: #fff;
}

.product-card__personal-cost.recount {
  margin-top: 20px;
}

.product-card__radio-options {
  margin-top: 20px;
}

.product-card__personal-cost.recount strong {
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 35px !important;
  color: #df0000;
}

.product-images__image {
  margin-bottom: 10px !important;
}

.h2-color {
  margin-top: 40px;
  margin-bottom: 25px !important;
}

.product-sidebar__static-text-wrapper {
  width: 80%;
}

.product-card__discription {
  background: #ffffff;
  padding: 0px;
}

.product-item__status--many {
  font-size: 14px;
}

.product-card .btn-border {
  border-radius: 0px;
  background: #df0000 !important;
  color: #fff !important;
  width: auto;
  padding: 10px 50px !important;
}

.img-set {
  margin-top: 40px !important;
  margin-bottom: 70px !important;
}

.shopping-cart-product.not-available {
  justify-content: flex-start;
}

.button__sub-title:after {
  content: "В корзину";
  color: #000;
  font-weight: 700;
  font-size: 16px;
  transition: 0.2s;
}

.product-item__content-bottom:hover .button__sub-title:after {
  color: #fff;
}

.delivery-choice .button-theme:hover {
  color: #333 !important;
}

a.st-button.st-button_primary.w-100 {
  text-align: center;
  background: #df0000;
  border-radius: 0px;
  padding: 15px;
  border: 1px solid #df0000;
  transition: 0.2s;
  margin-bottom: 0px;
  color: #fff;
}

@media (max-width: 767px) {
  .product-card-v2 .input-number,
  .product-item_new .input-number,
  .product-item_wide .input-number,
  .product_max-height .input-number,
  .product_max-width .input-number {
    display: flex !important;
  }

  .product-card__right {
    margin: 0px;
  }

  .product-card .btn-border {
    margin-left: 0px !important;
  }
}

@media (max-width: 468px) {
  .product-item_wide .input-number {
    max-width: 100% !important;
    border: 1px solid #df0000;
    border-radius: 0px;
    gap: 10px;
  }

  .st-button__icon_cart {
    display: none;
  }

  .product-item__content-bottom .st-button_primary {
    background: #df0000;
    text-align: center;
    width: 100%;
    border: 1px solid #df0000 !important;
    border-radius: 0px;
  }

  .st-button__icon_cart {
    margin-right: 0px;
  }

  .button__sub-title:after {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }

  .catalog-side .btn-border {
    border-radius: 0px;
  }

  .product-item__content-bottom:hover .button__sub-title:after {
    color: #000;
    font-weight: 700;
  }
}

a.st-button.st-button_primary.w-100:hover {
  font-weight: 400;
  color: #000;
}

.st-button__icon_cart {
  margin-right: 13px;
}

.st-button__title {
  text-align: left;
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
}

.product-sale-badge.product-sale-badge_margin.d-none.d-md-inline-flex.ms-10 {
  color: #fff;
  padding: 5px 10px;
}

.product-card__main-cost span {
  margin-top: 30px;
}

.product-card-v2__buttons .w-100 {
  border-radius: 0px;
  background: #df0000;
  border: 1px solid;
  color: #fff;
  border-color: #df0000;
  font-size: 15px;
}

.product-card-v2__buttons .w-100:hover {
  background: #fff;
  color: #000;
  border-color: #df0000;
  border: 1px solid #df0000;
  font-weight: 700;
}

.product-item_wide .input-number input[type="number"] {
  width: 25px;
}

.product-item_wide .input-number {
  display: flex !important;
  max-width: 70px;
  min-width: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product-item__btns {
  display: contents;
}

/*
.add-to-cart:after {
    content: "В корзину";
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-left: 15px;
}*/

.product-item__content-bottom .st-button {
  margin-top: 10px;
}

.product-item__content-top {
  padding: 10px 12px 120px;
}

.product-item_wide .input-number .order-up {
  border-radius: 0px;
}

.product-item_wide .input-number .order-down {
  border-radius: 0px;
}

.st-button {
  width: auto;
  padding-left: 0px;
}

h3 {
  font-family: "Inter-Black";
  font-style: italic;
  color: #000;
  text-transform: uppercase;
}

.tab-content {
  background: #fff;
  padding: 40px 190px 60px 24px;
}

.product-card-container h3 {
  margin-top: 40px;
}

.product-set-title {
  font-family: Inter-Black;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 40px !important;
}

.product-card__container {
  padding: 40px 0px 20px 30px;
}

.online-price {
  font-family: Inter-Black;
  font-style: italic;
}

.product-card__personal-cost {
  color: #df0000;
  font-family: "Inter", sans-serif;
}

.btn-radius.share-btn .icon-svg {
  margin-right: 15px;
}

.product-card__discription-title {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #333;
}

.product-card__discription strong {
  font-style: italic;
  font-family: Inter-Black;
  text-transform: uppercase;
}

.input-number .order-up:hover {
  background: #fff;
}

.input-number .order-down:hover {
  background: #fff;
}

.shopping-cart-btn--lg.custom-icon {
  font-size: 20px;
  border: 1px solid #ff0000;
  font-family: "Inter", sans-serif;
  transition: 0.3s;
  flex-basis: content;
}

.shopping-cart-btn--lg.custom-icon:hover {
  color: #df0000 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.add-to-cart img.cart-icon {
  padding-right: 20px;
}

.product-card__right .button-theme_primary {
  border-radius: 0px;
  color: #fff !important;
  font-weight: 100;
  padding: 0px 40px;
  width: 100%;
  background: #df0000 !important;
  border: 1px solid #df0000 !important;
}

.product-card__right .button-theme_primary:hover {
  border-radius: 0px;
  color: #333 !important;
  background: #fff !important;
  font-weight: 700;
  padding: 0px 40px;
  width: 100%;
}

.product-card__personal-cost span {
  font-size: 16px;
  line-height: 16px;
  color: #df0000;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 100;
  margin-bottom: 5px;
  margin-top: 15px;
}

.product-card__left .st-button {
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  background: #df0000 !important;
  color: #fff !important;
  font-family: "Inter", sans-serif;
  border: 1px solid #df0000 !important;
  width: 200px !important;
  height: 48px;
  font-size: 16px;
}

.product-card__left .st-button:hover {
  background: #fff !important;
  color: #000 !important;
  font-weight: 700;
}

.shopping-cart-product {
  margin-top: 25px;
}

@media (min-width: 480px) {
  .product-card__left {
    width: 460px;
  }
}

.orig-price strong {
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: #df0000;
}

.product-card__main-cost {
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px;
  font-style: normal;
  font-family: "Inter", sans-serif;
  display: grid;
}

.form-control {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px !important;
}

.product-card__discription-custom .btn {
  font-family: "Inter", sans-serif;
  border-radius: 3px !important;
  color: #333 !important;
  font-weight: 600;
  padding: 0px 40px;
}

.product-card__main-cost strong {
  color: #000 !important;
  padding-left: 0px !important;
  font-weight: 700;
  margin-top: 15px;
  text-transform: none;
}

.product-item__content-bottom .st-button {
  border: none;
}

.product-card__discription-title_nal {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 16px;
  margin-top: 30px;
}

.tabs li.active {
  border: 1px solid #ff0000 !important;
}

.tabs li {
  margin-right: 20px;
  padding: 0px 40px;
  color: #000 !important;
  border-radius: 0px;
  padding: 0px 40px;
  font-weight: 700;
}

#sync2 .item {
  border-radius: 0px;
}

#sync2 .item img {
  border-radius: 0px;
}

.st-button_without-price {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #f00 !important;
  color: #000;
  font-weight: 600;
}

.product-card ul li {
  font-family: "Inter", sans-serif;
}

.tabs li {
  border: 1px solid #dedede !important;
}

.nal {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  color: #3ec28f;
}

.share-btn {
  max-width: 170px;
  padding: 0px;
  margin-top: 20px;
  font-family: "Inter", sans-serif;
}

.st-button_primary:hover {
  background-color: #fff !important;
}

@media (min-width: 510px) {
  #sync1 .item {
    height: 450px !important;
    width: 450px !important;
  }
}

@media (min-width: 510px) {
  .product-card__slideshow {
    width: 450px;
  }
}

@media (min-width: 768px) {
  .product-card__content {
    width: calc(100% - 520px);
  }
}

#sync2 {
  width: 310px;
}

#sync2 .owl-item.active {
  width: 70px !important;
}

/* адаптив */

@media (max-width: 990px) {
  .tekhno-blok-download {
    display: none;
  }

  .home-banner.inner-block__active .slide-content {
    margin: 0px !important;
  }

  .h1,
  h1 {
    line-height: 40px;
  }

  .question-form {
    padding: 40px 20px;
  }

  .feedback-form .h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 28px;
  }

  .frontpage_seo_text2 h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .frontpage_seo_text2 .col-md-12:last-child img {
    display: none;
  }

  .frontpage_seo_text1 span {
    font-family: Inter-Black;
    font-style: italic;
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .frontpage_seo_text1 img {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .home-banner.inner-block__active .slide-content {
    margin: 0px !important;
  }
}

@media (max-width: 520px) {
  .home-banner.inner-block__active .slide-content {
    margin: 0px !important;
  }
}

@media (max-width: 1280px) {
  @media (min-width: 1023px) {
    .tab-content {
      padding: 40px 40px 60px 24px;
    }

    .image .bnr-image-for-page {
      height: 459px;
      object-fit: cover;
    }

    .product-set-title {
      margin-bottom: 80px !important;
    }

    .product-card__container {
      padding: 40px 0px 20px 0px;
    }

    .product-card__content {
      width: calc(100% - 500px);
    }

    .product-card__content {
      display: block;
    }

    .shopping-cart-product {
      margin-top: 10px;
    }

    .product-card__right {
      margin-left: 0px;
      width: 300px;
    }

    .nal {
      display: none;
    }

    .ya-share-block {
      display: none;
    }

    .product-card__discription-title_nal {
      margin-top: 60px;
    }

    .oplata {
      display: none;
    }
  }
}

@media (max-width: 1023px) {
  @media (min-width: 767px) {
    .product-card__container {
      padding: 0px 0px 20px 0px;
    }

    .image .bnr-image-for-page {
      height: 459px;
      object-fit: cover;
    }

    .product-card__container {
      display: table;
    }

    .product-card__slideshow {
      float: left;
    }

    .product-card__left {
      margin-left: 30px;
      margin-top: 30px;
    }

    .product-card__content {
      flex-direction: row;
    }

    .product-card__right {
      display: none;
    }
  }
}

@media (min-width: 890px) {
  .categories-banners-wrap .grid-columns-md-2 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (max-width: 890px) {
  @media (min-width: 768px) {
    .p-cat-banner {
      margin-top: 110px;
    }

    .row-gap-25 {
      row-gap: 10px !important;
    }
  }
}

@media (max-width: 767px) {
  .product-card-v2 .st-button_add-to-cart {
    padding-left: 0px;
  }

  .categories-banners-wrap .grid-columns-md-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .row-gap-25 {
    row-gap: 10px !important;
  }

  .p-cat-banner {
    margin-top: 110px;
  }

  .review-textarea .btn {
    margin: 0px 0px 30px;
    padding: 0;
    width: 100%;
  }

  .tab-content {
    padding: 40px 20px 60px 20px;
  }

  .product-card__container {
    padding: 20px 0px 20px 20px;
  }

  .product-card__content {
    margin-top: 0px;
  }

  .product-card__right {
    width: 100% !important;
    padding: 0px;
  }

  .char-text__mask {
    color: #000;
    background-color: #f5f5f5;
  }

  .char li {
    flex-direction: row;
  }

  .tab-content {
    padding: 0px 20px 20px 20px;
  }

  @media (min-width: 520px) {
    .product-card__main-cost {
      float: inline-end;
      margin-top: -40px !important;
    }
  }

  .product-card__discription-custom {
    margin: 0px 0px 0px 20px;
  }

  .product-card__slideshow {
    margin-bottom: 30px;
    width: 95%;
  }

  .rating-stars ul > li.star.selected > i.fa {
    color: #f00;
  }

  .rating-stars ul > li.star.hover > i.fa {
    color: #df0000;
  }

  .shopping-cart-product {
    justify-content: flex-start;
  }

  .breadcrumbs a:first-child {
    padding: 0;
  }

  .h1,
  h1 {
    line-height: 130%;
  }

  .oplata {
    display: none;
  }

  .product-card__discription-custom .btn {
    margin: 0px 0px 30px;
    padding: 0;
    width: 100%;
  }
}

/* баннеры категорий */

.h2-cat-banner {
  font-family: "Inter";
  font-style: normal;
  text-transform: none;
  font-size: 16px !important;
  color: #333;
  line-height: 22px;
  width: 150px;
  margin-left: 10px;
}

.p-cat-banner {
  text-align: center;
  margin-top: 160px;
  background: #df0000;
  border-radius: 0px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 1px solid #df0000;
  transition: 0.2s;
}

.p-cat-banner a {
  color: #fff;
}

.content-background-box__text-content:hover .p-cat-banner {
  background: #ffffff;
  font-weight: 700;
}

.content-background-box__text-content:hover .p-cat-banner a {
  color: #000;
}

.content-background-box__text-content:hover {
  cursor: pointer;
}

.mb-25 {
  margin-bottom: 50px !important;
  font-size: 28px;
}

@media (max-width: 450px) {
  .h2-cat-banner {
    margin-left: 0px;
    font-size: 14px !important;
    line-height: 18px;
  }

  .p-cat-banner {
    margin-top: 90px;
  }

  .p-cat-banner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .banner-custom-content__title {
    margin-top: 20px !important;
    margin-bottom: 35px;
    font-size: 25px;
    line-height: 30px;
  }

  .product-sidebar__static-text-wrapper {
    font-size: 16px;
    width: 100%;
    margin-bottom: 50px !important;
  }

  .home-banner.inner-block__active .slide-content {
    padding-right: 0px;
    display: flex;
        align-items: flex-start;
        justify-content: flex-start;
  }

  .home-banner .slide-content {
    align-items: flex-end;
  }

  .background-for-head {
    display: none;
  }

  .offer {
    padding: 0px;
  }

  .banner-custom-content__image-wrapper {
    width: 100%;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-card .col-6 {
    width: 100%;
  }

  .card-text {
    padding: 5px !important;
  }

  .breadcrumbs {
    padding-bottom: 20px;
  }

  .form-card {
    margin: 40px 0px 20px !important;
  }
}

.bottom-mobile-menu-button_active .bottom-mobile-menu-button__text {
  color: #df0000;
}

.image-zoom[data-hover] .image {
  transform: scale(1) !important;
}

/* сео текст */

.seo-text {
  margin-top: 110px;
  margin-bottom: 120px;
}

.seo-row .col-7 {
  padding-right: 40px;
}

.seo-row .col-5 img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 60%;
}

.seo-row .app-h {
  font-size: 50px;
  line-height: 52px;
  font-style: italic;
  font-family: Inter-Black;
  color: #df0000;
  margin-bottom: 25px;
  margin-top: 80px;
}

/* дисконтная карта */

.form-card {
  margin: 40px 0px 40px !important;
}

.card-text {
  padding: 0px 30px;
}

.form-card .btn {
  background: #df0000 !important;
  color: #fff !important;
  border-color: #df0000 !important;
  border-radius: 0px;
  padding: 18px 40px;
}

.form-card .btn:hover {
  background: #fff !important;
  color: #000 !important;
  font-weight: 700;
}

/* баннеры клиенты */

.h3-clients {
  color: #fff;
  text-transform: none;
  font-family: "Inter";
  font-weight: 100;
  font-size: 20px;
  margin-left: 10px;
}

.our-clients-section .image-zoom {
  height: 190px !important;
}

.p-clients {
  margin-left: 10px;
  margin-top: 40px;
  background: #df0000;
  text-align: center;
  width: 50%;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #df0000;
  transition: 0.2s;
}

.p-clients a {
  color: #fff;
}

.p-clients:hover {
  background: #fff;
  border: 1px solid #df0000;
}

.p-clients:hover a {
  color: #000;
  font-weight: 700;
}

.our-clients-section {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  @media (max-width: 768px) {
    .our-clients-section .image-zoom {
      height: 250px !important;
    }

    .h3-clients {
      margin-left: 30px;
      margin-top: 20px;
    }

    .p-clients {
      margin-left: 30px;
      margin-top: 70px;
    }
  }
}

@media (max-width: 576px) {
  .our-clients-section .image-zoom {
    height: auto !important;
  }

  .categories-banners-wrap .mb-25 {
    margin-top: 80px !important;
    font-size: 24px !important;
  }

  .POPULAR-TOVARY {
    margin-top: 50px;
  }

  .our-clients-section .mb-25 {
    margin-bottom: 30px !important;
    font-size: 24px;
    margin-top: 40px;
  }
}

@media (max-width: 1280px) {
  @media (min-width: 768px) {
    .our-clients-section .image_cover img {
      object-position: right;
    }

    .our-clients-section .image-zoom {
      height: 180px !important;
    }

    .h3-clients {
      font-size: 18px;
      line-height: 20px;
      margin-left: 0px;
    }

    .p-clients {
      margin-left: 0px;
    }

    .our-clients-section .grid-columns-md-2 {
      grid-template-columns: repeat(3, 1fr) !important;
    }

    .h3-action {
      font-size: 20px !important;
      max-width: 60% !important;
      line-height: 24px !important;
      margin-top: 30px !important;
      margin-left: 10px !important;
    }

    .text-action {
      margin-left: 10px !important;
      max-width: 55% !important;
      margin-top: 15px !important;
    }

    .button-action-2 {
      margin-left: 10px !important;
      margin-top: 20px !important;
    }

    .button-action-1 {
      margin-left: 10px !important;
      margin-top: 20px !important;
    }
  }
}

/* акции */

.our-actions-section .image-zoom {
  overflow: hidden;
  height: 370px !important;
}

.new-sale-img {
  margin-bottom: 30px;
}

.new-sale {
  display: block;
  text-align: center;
  background: #df0000;
  border-radius: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 1px solid #df0000;
  transition: 0.2s;
  color: #fff;
  margin-top: 30px;
  width: 200px;
}

.new-sale:hover {
  background: #fff;
  color: #000;
  font-weight: 900;
}

.main-action__text .btn-border {
  background: #df0000 !important;
  border-radius: 3px !important;
  border: 1px solid #df0000 !important;
  color: #fff !important;
  padding: 10px 40px;
}

.main-action__text .btn-border:hover {
  background: #fff !important;
  color: #000 !important;
  font-weight: 900;
}

.h3-action {
  color: #fff;
  font-size: 26px;
  margin-top: 40px;
  margin-left: 20px;
  max-width: 45%;
  line-height: 30px;
}

.text-action {
  color: #fff;
  margin-left: 20px;
  max-width: 42%;
  margin-top: 24px !important;
}

.button-action a {
  color: #fff;
}

.button-action-2 {
  margin-left: 20px;
  margin-top: 30px;
  background: #ba2505;
  text-align: center;
  width: 40%;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #ba2505;
  transition: 0.2s;
}

.button-action-1 {
  margin-left: 20px;
  margin-top: 30px;
  background: #df0000;
  text-align: center;
  width: 40%;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #df0000;
  transition: 0.2s;
}

.button-action-1:hover {
  background: #fff;
  border: 1px solid #df0000;
}

.button-action-2:hover {
  background: #fff;
  border: 1px solid #ba2505;
}

.button-action-1 a,
.button-action-2 a {
  color: #fff;
}

.button-action-1:hover a,
.button-action-2:hover a {
  color: #000;
  font-weight: 700;
}

.our-actions-section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.our-actions-section .mb-25 {
  margin-bottom: 40px !important;
  font-size: 28px;
}

@media (max-width: 768px) {
  @media (min-width: 576px) {
    .our-actions-section .image-zoom {
      overflow: hidden;
      height: 320px !important;
    }

    .h3-action {
      font-size: 20px !important;
      max-width: 60% !important;
      line-height: 24px !important;
      margin-top: 30px !important;
      margin-left: 10px !important;
    }

    .text-action {
      margin-left: 10px !important;
      max-width: 55% !important;
      margin-top: 15px !important;
    }

    .button-action-2 {
      margin-left: 10px !important;
      margin-top: 20px !important;
    }

    .button-action-1 {
      margin-left: 10px !important;
      margin-top: 20px !important;
    }
  }
}

@media (max-width: 576px) {
  .h3-seo {
    font-size: 24px;
  }

  .our-actions-section .image_cover img {
    object-position: left;
  }

  .h3-action {
    margin-top: 10px;
    max-width: 200px;
    font-size: 22px;
    margin-left: 10px;
  }

  .text-action {
    max-width: 220px;
    margin-left: 10px;
    margin-top: 15px !important;
  }

  .our-actions-section .image-zoom {
    overflow: hidden;
    height: 310px !important;
  }

  .button-action-1 {
    margin-left: 11px;
    margin-top: 15px;
    max-width: 150px;
  }

  .button-action-2 {
    margin-left: 11px;
    margin-top: 15px;
    max-width: 150px;
  }

  .our-actions-section .mb-25 {
    font-size: 24px;
  }
}

/* сео-текст */

.h3-seo {
  font-size: 28px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 32px;
}

.frontpage_seo_text1 {
  margin-bottom: 80px;
  padding-top: 30px !important;
}

/* баннер для главного экрана */

.big_banners {
  padding-bottom: 0px;
}

.background-for-head img {
  margin-left: 242px;
  margin-top: -196px;
  width: 985px;
}

.categories-banners-wrap {
  margin-top: 65px !important;
}

@media (max-width: 1280px) {
  @media (min-width: 1200px) {
    .background-for-head img {
      margin-top: -188px;
    }
  }
}

@media (max-width: 1200px) {
  @media (min-width: 990px) {
    .background-for-head img {
      margin-top: -191px;
      width: 688px;
      height: 150px;
      object-fit: cover;
      object-position: left;
    }
  }
}

main {
  overflow: hidden;
}

/* скидка */

.action-sale {
  color: #fff;
  font-size: 85px;
  line-height: 85px;
  margin-top: 40px;
}

.car-sale img {
  max-width: 120%;
  margin-top: -75px;
}

.form-sale {
  margin-top: 30px;
}

.p-sale {
  color: #fff;
  width: 70%;
  margin-bottom: 30px !important;
}

.get-action form {
  width: 70%;
}

.get-action .form-control {
  background: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 3px !important;
}

.get-action .content-name {
  color: #333;
}

.get-action .button-theme {
  background: #df0000 !important;
  border-color: #df0000 !important;
  color: #fff !important;
  padding: 0px 45px;
  border-radius: 0px;
}

.get-action .button-theme:hover {
  background: #fff !important;
  border-color: #df0000 !important;
  color: #000 !important;
  font-weight: 700;
}

/* приложение */

.frontpage_seo_text2 h3 {
  font-size: 50px;
  line-height: 52px;
  font-style: italic;
  font-family: Inter-Black;
  color: #df0000;
  margin-bottom: 25px;
}

.app-text {
  margin-bottom: 30px !important;
}

.button-app a {
  background: #000;
  color: #fff;
  padding: 15px 120px 15px 30px;
  border-radius: 0px;
  border: 1px solid #000;
  transition: 0.3s;
}

.fkt-arrow {
  margin-left: 100px;
  margin-top: -19px;
  cursor: pointer;
}

.button-app {
  margin-top: 44px;
}

.frontpage_seo_text2.text-page img {
  margin-bottom: 0px;
}

.button-app:hover a {
  background: #fff;
  color: #000;
  font-weight: 700;
  border: 1px solid #df0000;
}

.inner-page .catalog-side {
  box-shadow: none;
  margin-bottom: 0px;
}

.product-item__flag--new {
  background-color: #f00;
}

/* акции новые */

.form-action-winter {
  padding-right: 20%;
  padding-left: 20%;
  padding-top: 40px;
  padding-bottom: 50px;
  border: 1px solid #bbbbbb;
}

.form-action-winter .btn {
  background: #df0000 !important;
  color: #fff !important;
  border-color: #df0000 !important;
  border-radius: 0px;
  padding: 18px 40px;
}

.form-action-winter .btn:hover {
  background: #fff !important;
  color: #000 !important;
  font-weight: 700;
}

.form-action-winter form {
  margin-top: 30px;
}

@media (max-width: 1280px) {
  @media (min-width: 990px) {
    .seo-text {
      margin-top: 80px;
      margin-bottom: 0px;
    }

    .col-2-sale {
      padding-left: 60px;
    }

    .seo-row .col-5 img {
      width: 80%;
      margin-top: 40px;
    }

    .article-inner__content {
      padding: 40px 80px 40px 80px;
    }

    .form-action-winter {
      padding-right: 15%;
      padding-left: 15%;
    }

    .frontpage_seo_text2 .col-2 {
      width: 65px;
    }

    .frontpage_seo_text2 .col-4 {
      width: 400px;
    }

    .button-app {
      margin-bottom: 110px !important;
    }

    .action-sale {
      color: #fff;
      font-size: 68px;
      line-height: 72px;
      margin-top: 30px;
    }

    .form-sale {
      margin-top: 10px;
      padding-left: 15px;
    }

    .p-sale {
      width: 90%;
    }

    .get-action form {
      width: 90%;
    }

    .car-sale img {
      max-width: 130%;
      margin-top: -65px;
    }
  }
}

@media (max-width: 990px) {
  @media (min-width: 768px) {
    .seo-row .col-5 img {
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px;
      width: 85%;
    }

    .col-2-sale {
      padding-left: 30px;
    }

    .form-action-winter {
      padding-right: 15%;
      padding-left: 15%;
    }

    .action-sale {
      color: #fff;
      font-size: 50px;
      line-height: 52px;
      margin-top: 15px;
    }

    .frontpage_seo_text2 h3 {
      font-size: 40px !important;
      line-height: 42px !important;
    }

    .frontpage_seo_text2 .col-2 {
      width: 40px;
    }

    .frontpage_seo_text2 .col-4 {
      width: 41%;
    }

    .form-sale {
      margin-top: 10px;
      padding-left: 15px;
    }

    .p-sale {
      width: 90%;
    }

    .card-img {
      margin-top: 15px;
    }

    @media (max-width: 900px) {
      .p-sale {
        display: none;
      }
    }

    .get-action form {
      width: 90%;
    }

    .car-sale img {
      max-width: 130%;
      margin-top: -58px;
    }
  }
}

@media (min-width: 768px) {
  .image .bnr-image-for-page {
    height: 480px !important;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .btn,
  .btn-download {
    margin: 0px 0;
  }

  .col-1-sale {
    width: 100%;
    padding-right: 0px;
  }

  .col-2-sale {
    display: none;
  }

  .img-new {
    display: none;
  }

  .img-new-mob {
    display: block !important;
    margin-bottom: 30px !important;
    margin-top: -10px;
  }

  .product-card-side .item:not(:last-child) {
    margin-bottom: 0px;
  }

  .product-card__title {
    margin-top: 0px;
  }

  .slider-constructor .slick-list {
    margin: 0px;
  }

  .product-card-side .product-slider__banners {
    margin: 0px;
  }

  .form-action-winter {
    padding-right: 30px;
    padding-left: 30px;
  }

  .frontpage_seo_text2 .col-6 {
    width: 100%;
  }

  .frontpage_seo_text2 .col-2 {
    width: 100%;
  }

  .frontpage_seo_text2 .col-4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .frontpage_seo_text2 h3 {
    font-size: 40px !important;
    line-height: 42px !important;
  }

  .button-app {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }

  .action-sale {
    color: #fff;
    font-size: 38px;
    line-height: 44px;
    margin-top: 40px;
  }

  .get-action .col-5 {
    width: 100%;
  }

  .form-sale {
    margin-top: 10px;
  }

  .p-sale {
    width: 90%;
  }

  .get-action form {
    width: 90%;
  }

  .get-action .button-theme {
    margin: 0px;
  }

  .get-action .col-7 {
    width: 100%;
  }

  .car-sale img {
    max-width: 140%;
    margin-top: 20px;
  }

  .get-action > img {
    -o-object-position: center right;
    object-position: center;
  }

  .get-action .form-control {
    background: #ffffff;
  }

  .seo-row .col-7 {
    padding-right: 10px;
    width: 100%;
  }

  .seo-text {
    margin-top: 70px;
    margin-bottom: 0px;
  }

  .app-h {
    font-size: 38px !important;
    line-height: 42px !important;
    margin-top: 60px !important;
  }

  .seo-row .col-5 {
    width: 100%;
    height: 340px;
  }

  .seo-row .col-5 img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 90%;
    object-fit: cover;
    object-position: top;
  }
}

/* комплекты */

.h-set {
  font-style: italic;
  font-weight: bold;
  font-family: Inter-Black;
  color: #000;
  font-size: 22px !important;
  text-transform: uppercase;
  margin-bottom: 30px !important;
  margin-top: 40px;
}

span.content-title.product-set-title.h2 {
  margin-top: 70px;
}

/* доставка */

.row-delivery .col-6 {
  width: 50%;
  margin-bottom: 50px;
  margin-top: 20px;
}

.col-delivery {
  padding: 0px 50px;
}

.row-delivery h3 {
  width: 90%;
}

.a-delivery {
  background: #df0000;
  color: #fff;
  padding: 15px 40px;
  border: 1px solid #df0000;
  border-radius: 0px;
  transition: 0.2s;
}

.button-delivery {
  margin-top: 40px;
}

.a-delivery:hover {
  background: #fff;
  color: #000;
  font-weight: 700;
}

@media (max-width: 1020px) {
  @media (min-width: 768px) {
    .col-delivery {
      padding: 0px 20px;
    }

    .col-delivery-pic img {
      height: 100%;
      object-fit: cover;
    }
  }
}

@media (max-width: 768px) {
  .col-delivery {
    padding: 0px 20px;
  }

  .col-delivery-pic img {
    height: 100%;
    object-fit: cover;
  }

  .row-delivery .col-6 {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px !important;
  }

  .pic-display {
    display: none;
  }
}

.container--small h2 {
  margin-top: 40px;
}

/* остались вопросы */

.question-main .content-title {
  text-transform: uppercase;
  font-family: Inter-Black;
  font-style: italic;
  margin-bottom: 40px;
}

/* мобильное меню */

.search-input-group__button {
  background-color: #df0000;
}

.mobile-side-menu-footer__link {
  color: #000 !important;
}

.phone-block__primary-link {
  color: #000000 !important;
  font-family: Inter-Black;
  font-style: italic;
}

.mm-menu * {
  fill: #df0000;
}

.phone-block__secondary-link {
  color: #df0000 !important;
}

/* контакты */

.telega {
  background: #64a9dc;
  color: #fff;
}

.telega[data-hover] {
  background: #79c0f4;
  color: #fff;
}

.whatsapp {
  background: #65bc54;
  color: #fff;
}

.whatsapp[data-hover] {
  background: #7bd969;
  color: #fff;
}

.viber {
  background: #7d51a0;
  color: #fff;
}

.viber[data-hover] {
  background: #a467d4;
  color: #fff;
}

.contacts-list .button {
  justify-content: flex-start;
  border-radius: 0px;
  min-width: 150px;
  padding: 0 20px;
}

.tel-roz {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  font-family: Inter-Black;
  font-style: italic;
  transition: 0.2s;
}

.tel-roz:hover {
  color: #f00;
}

.mail-roz {
  color: #df0000;
  font-size: 20px;
  font-weight: 700;
  font-family: Inter-Black;
  font-style: italic;
  transition: 0.2s;
}

.mail-roz:hover {
  color: #f00;
}

/* внутренние страницы */

.cert-banners-wrap .mb-25 {
  margin-bottom: 40px !important;
  font-size: 24px;
  margin-top: 50px !important;
}

@media (min-width: 768px) {
  .cert-seo-text {
    margin-top: -40px;
  }
}

.cert-banners-wrap img:hover {
  transition: 0.3s;
}

.cert-banners-wrap img:hover {
  transform: scale(1.04);
  transition: 0.3s;
}

.cert-banners {
  margin-bottom: 15px !important;
}

.cert-banners-wrap-3 {
  margin-bottom: 90px !important;
}

.cert-banners-wrap-3 img:hover {
  transition: 0.3s;
}

.cert-banners-wrap-3 img:hover {
  transform: scale(1.04);
  transition: 0.3s;
}

.cert-banners-wrap-2 img:hover {
  transition: 0.3s;
}

.cert-banners-wrap-2 img:hover {
  transform: scale(1.04);
  transition: 0.3s;
}

@media (max-width: 768px) {
  .cert-banners-wrap .grid-columns-lg-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .tekhno-blok2 {
    margin-bottom: 0px;
  }
}

@media (max-width: 990px) {
  @media (min-width: 768px) {
    .cert-banners-wrap .grid-columns-lg-4 {
      grid-template-columns: repeat(4, 1fr) !important;
    }

    .cert-banners-wrap-2 .grid-columns-lg-3 {
      grid-template-columns: repeat(3, 1fr) !important;
    }
  }
}

@media (max-width: 575px) {
  .orig-price strong {
    font-size: 32px;
  }

  .product-card__personal-cost span {
    margin-bottom: 0px;
  }

  .product-card__main-cost strong {
    margin-top: 10px;
  }

  .seo-row .col-5 img {
    width: 80%;
    margin-top: 20px;
  }
}

a.st-button.st-button_secondary.st-button_not-availbe.not-available {
  text-align: center;
  font-size: 14px !important;
  padding-right: 5px;
  padding-left: 5px !important;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #f00 !important;
  color: #000;
  background: none;
  font-weight: 400;
}

/* анимация */

@media (max-width: 768px) {
  [data-aos] {
    opacity: 1 !important;
    transform: translate(0) !important;
  }
}

/* правки адаптива */

@media (max-width: 575px) {
  .mb-25 {
    margin-bottom: 20px !important;
    font-size: 24px;
    line-height: 130%;
  }

  .slider-constructor {
    padding-top: 0px;
  }

  .product-item__cost-old {
    top: 2px;
  }

  .product-item__name {
    height: 36px;
  }

  .tekhno-blok6 {
    margin-bottom: 10px;
  }

  .our-actions-section .mb-25,
  .our-clients-section .mb-25 {
    margin-bottom: 20px !important;
  }

  .h3-seo,
  .POPULAR-TOVARY,
  .zagolovoki-blokov {
    font-size: 24px;
    margin-bottom: 20px !important;
    line-height: 130%;
  }

  .question-main .content-title {
    margin-bottom: 20px;
  }

  .product-item__content-bottom .st-button {
    font-size: 14px;
  }

  .content-title {
    font-size: 22px;
    font-family: "Inter-Black";
    text-transform: uppercase;
    font-style: italic;
  }

  .simple-order-form__group {
    margin: 0 20px 20px 0;
  }

  .simple-order-form__submit .form-text {
    padding-top: 10px;
  }

  .simple-order-form {
    margin: 0 -20px 20px 0;
  }

  .simple-order-form__submit .btn:hover {
    color: #333 !important;
  }
}

.btn {
  font-family: "Inter";
}

.mobile-side-menu-footer {
  padding-top: 20px;
}

.custom__accordion .acc__toggle-inner {
  font-family: "Inter";
}

/* строители */

.builders-page .col-6 {
  border: 1px solid #d9d9de;
  margin: 10px;
  width: calc(25% - 20px) !important;
  padding: 0px;
}

.builders-page {
  margin-top: -40px;
}

.builders-page img {
  width: 100%;
}

.text-builders {
  padding: 10px 25px;
}

.a-builders {
  text-align: center;
  background: #df0000;
  border-radius: 0px;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 1px solid #df0000;
  transition: 0.2s;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.a-builders:hover {
  background: #ffffff;
  font-weight: 700;
  color: #333;
}

.col-form-build {
  background: #ba2505;
  border: none;
  padding: 10px !important;
}

.col-form {
  height: 100%;
  border: 1px solid #fff;
  padding: 25px;
}

.h4-build {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.text-form-build {
  color: #fff;
}

.col-form-build .form-control {
  background: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 3px !important;
}

.col-form-build .content-name {
  color: #333;
}

.col-form-build .button-theme {
  background: #df0000 !important;
  border-color: #df0000 !important;
  color: #fff !important;
  padding: 0px 45px;
  border-radius: 0px;
  width: 100%;
}

.col-form-build .button-theme:hover {
  background: #fff !important;
  border-color: #df0000 !important;
  color: #000 !important;
  font-weight: 700;
}

.h4-sotr {
  margin-top: 50px;
  font-size: 24px;
  margin-bottom: 30px;
}

.text-1 {
  width: 80%;
}

.row-cubus-2 {
  margin-top: 100px;
}

.a-cubus {
  text-align: center;
  background: #df0000;
  border-radius: 0px;
  width: 200px;
  padding: 10px;
  border: 1px solid #df0000;
  transition: 0.2s;
  color: #fff;
  display: block;
  margin-top: 50px;
}

.a-cubus:hover {
  background: #fff;
  font-weight: 900;
  color: #333;
}

.row-cubus-2 .h4-sotr {
  margin-left: 50px;
  margin-top: 0px;
}

.text-2 {
  margin-left: 50px;
  width: 75%;
}

.cubus-projects {
  padding: 50px;
}

.h4-sotr-cub {
  font-size: 24px;
  margin-bottom: 50px;
}

.cubus-projects img {
  height: 300px;
  object-fit: cover;
  padding: 5px;
  transition: 0.2s;
}

.cubus-projects img:hover {
  transform: scale(1.03);
}

.row-fab-2 {
  margin-top: 80px;
}

.row-fab-1 {
  margin-top: -10px;
}

.row-fab-2 h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}

.row-fab-2 img {
  margin-left: auto;
}

.col-fab-text {
  padding-left: 60px;
}

.fabrik-projects {
  margin-top: 80px;
}

.fabrik-projects img:hover {
  transform: scale(1.02);
}

.fabrik-projects img {
  transition: 0.2s;
  margin-bottom: 10px !important;
}

.row-fab-2 p {
  width: 90%;
}

.text-page ul li {
  color: #333;
}

.ul-bani {
  width: 90%;
}

.bani-projects img {
  height: 96%;
  object-fit: cover;
}

.row-papa img {
  border-radius: 0px;
}

.dobro-bani-page img {
  border-radius: 20px;
}

.karkas-house img {
  border-radius: 10px;
}

/* страница гипрок */

.gyproc-description img {
  margin-bottom: 30px !important;
  margin-top: 20px;
}

.gyproc-description iframe {
  width: 100%;
  height: 400px;
}

.banner-custom-content__title span {
  color: #df0000;
  font-size: 35px;
  font-family: "Inter-Black";
}

.banner-custom-content .center-text {
  position: absolute;
  width: max-content;
  bottom: 20px;
  z-index: 99999;
  left: calc(50% - 135px);
  color: #000;
}

@media (min-width: 990px) and (max-width: 1280px) {
  .builders-page .col-6 {
    margin: 5px;
    width: calc(25% - 10px) !important;
  }

  .row-fab-2 img {
    height: 100%;
    object-fit: cover;
  }

  .row-fab-2 p {
    width: 85%;
  }

  .row-fab-1 img {
    height: 100%;
    object-fit: cover;
  }

  .row-cubus-1 img {
    width: 90%;
    margin-top: 30px;
  }

  .cubus-projects {
    padding: 50px 0px;
  }

  .h4-sotr {
    margin-top: 15px;
    font-size: 24px;
    margin-bottom: 30px;
  }

  .a-cubus {
    margin-top: 40px;
  }

  .text-1 {
    width: 100%;
  }

  .text-builders {
    padding: 0px 12px 10px;
  }

  .row-cubus-2 .h4-sotr {
    margin-left: 0px;
    margin-top: 0px;
  }

  .text-2 {
    margin-left: 0px;
    width: 90%;
  }

  .a-builders {
    width: calc(100% - 24px);
  }

  .text-form-build {
    display: none;
  }

  .h4-build {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .builders-page .col-6 {
    width: calc(50% - 20px) !important;
  }

  .h4-build {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
  }

  .row-cubus-1 {
    flex-direction: row-reverse;
  }

  .h4-sotr {
    margin-top: 0px;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 28px;
    padding-right: 30px;
  }

  .row-cubus-1 {
    margin-top: -30px;
  }

  .text-1 {
    width: 90%;
  }

  .a-cubus {
    margin-top: 30px;
  }

  .cubus-projects {
    padding: 50px 0px;
  }

  .cubus-projects img {
    height: 220px;
  }

  .row-fab-1 .col-fab-img {
    display: none;
  }

  .row-fab-2 .col-fab-img {
    display: none;
  }

  .row-fab-1 .col-md-6 {
    width: 95%;
  }

  .row-fab-2 .col-md-6 {
    width: 95%;
  }

  .row-fab-2 p {
    width: 100%;
  }

  .fabrik-projects {
    margin-top: 50px;
  }

  .row-fab-2 {
    margin-top: 60px;
  }

  .h4-sotr-cub {
    margin-bottom: 40px;
  }

  .row-fab-1 {
    margin-top: -50px;
  }

  .col-fab-text {
    padding-left: 5px;
  }

  .row-cubus-2 .col-image {
    display: none;
  }

  .row-cubus-2 .h4-sotr {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .text-2 {
    margin-left: 0px;
    width: 95%;
  }

  .row-cubus-2 .col-md-6 {
    width: 100%;
  }

  .row-cubus-2 {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .builders-page .col-6 {
    margin: 10px 0px;
    width: 100% !important;
    padding: 0px;
  }

  .col-fab-text {
    padding-left: 5px;
    margin-top: 15px;
  }

  .row-fab-2 img {
    margin-top: 20px;
  }

  .fabrik-projects {
    margin-top: 40px;
  }

  .display-text {
    display: block !important;
  }

  .banner-custom-content__text.white-text.display-text {
    margin-top: -20px;
}

  .h4-sotr {
    margin-bottom: 20px;
    line-height: 28px;
  }

  .row-fab-2 p {
    width: 100%;
  }

  .text-1 {
    width: 100%;
  }

  .a-cubus {
    width: 100%;
    margin-top: 35px;
  }

  .row-cubus-2 .h4-sotr {
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 30px;
  }

  .row-cubus-2 {
    margin-top: 60px;
  }

  .gyproc-description iframe {
    width: 100%;
    height: 250px;
  }

  .text-2 {
    margin-left: 0px;
    width: 100%;
  }

  .h4-sotr-cub {
    line-height: 28px;
    margin-bottom: 30px;
  }

  .cubus-projects img {
    height: 180px;
    object-fit: cover;
    padding: 0px;
    transition: 0.2s;
  }

  .cubus-projects {
    padding: 50px 0px;
  }

  .row-cubus-2 img {
    margin-top: 30px;
  }

  .builders-page {
    margin-top: -20px;
  }

  .h4-build {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
  }

  .header-top-bg-color,
  .product-card__head,
  .product-card__container {
    padding: 0;
  }

  .product-card__navigation,
  .product-card-bottom {
    display: none;
  }

  .product-set-title {
    margin-bottom: 20px !important;
  }

  .product-card__title {
    margin-bottom: 20px;
  }

  .product-card__artikul {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .banner-custom-content .center-text {
    position: relative;
    bottom: 0;
    left: 0;
    color: #000;
  }

  .banner-custom-content__title {
    margin-top: 20px !important;
    margin-bottom: 0;
    min-height: 96px;
  }

    .big-title{
  font-size: 35px !important;
  
  margin-top: 0px !important;
}
}

.product-card .product-item__flag--hit {
  background-color: #3ec28f;
}

.product-card .product-item__flag--new {
  background-color: #f00;
}

.pagination span.active,
.pagination span:hover {
  background-color: #df0000;
  border-color: #df0000;
}

.pagination span {
  border: solid 1px #d9d9d9;
}

.pagination .prev:hover::before,
.pagination .next:hover::before {
  border-color: #df0000;
}

.__header .v3-variant .col-block .option-items li a {
  padding-left: 0;
  font-family: "Inter";
}

.general--width {
  max-width: 260px;
}

.__header .catalog-btn span {
  left: 30px;
}

.__header .catalog-btn {
  padding: 5px 4px 5px 59px;
  max-width: 165px;
}

.__header .v3-variant {
  margin-left: 0;
}

.__header .options-box {
  width: 350px;
  margin-left: -82px;
}

.__header .v3-variant .col-block {
  width: 100%;
  height: 57px;
}

.__header .v3-variant .col-block .option-items:last-child {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  width: 56%;
  height: 100%;
  justify-content: space-between;
}

.__header .options-box .login-register a:hover {
  color: #e30613 !important;
}

.lk-menu-item .icon {
  fill: #e30613;
}

.option-items .cart-number {
  padding-left: 0px;
}

/* шапка */

.custom-pre-header {
  padding: 11px 0;
  height: 40px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: black !important;
  z-index: 11;
}

.custom-post-header {
  padding: 11px 0;
  z-index: 0;
  height: 60px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: black !important;
  top: 110px;
}

.pre-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.post-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.pre-header .left-column {
  display: flex;
  gap: 40px;
  align-items: center;
}

.pre-header .right-column {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
}

.menu-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.phone-header-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-header-btn img {
  width: 16px;
  margin: 0;
}

.header-punct,
.call-btn,
.phone-header-btn {
  color: white;
  font-size: 14px;
}

.header-punct:hover,
.call-btn:hover,
.phone-header-btn:hover,
.header-punct.active {
  color: #df0000;
}

header {
  position: relative;
}

.custom-header-menu {
  background-color: #333;
  position: fixed;
  top: 160px;
  left: 0;
  width: 100%;
  overflow-y: auto;
  /*height: 50vh;*/
  height: 100%;
  display: none;
}

.custom-header-menu__content {
  padding-top: 40px;
  padding-bottom: 200px;
  position: relative;
  display: grid;
  align-items: start;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

.custom-header-menu.active {
  display: block !important;
}

.custom-menu-item {
  margin-bottom: 30px;
}

.custom-menu-item__title {
  font-size: 14px !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
  transition: 0.5s;
  display: block;
  color: white;
  font-family: "Inter-Black";
  font-style: italic;
  text-transform: uppercase;
}

.custom-menu-item__text {
  font-size: 14px !important;
  color: white !important;
  margin-bottom: 5px !important;
}

.custom-menu-item__link {
  color: #fff;
  font-size: 14px !important;
  margin-bottom: 8px !important;
  display: block;
  transition: 0.5s;
}

.custom-menu-item__link:hover {
  color: #df0000;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.custom-menu-item__title:hover {
  color: #df0000 !important;
}

.custom-catalog-btn {
  background: #df0000;
  border: 1px solid #df0000;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  width: 140px;
  border-radius: 1px;
  font-family: "Inter";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.2s linear;
  height: 40px;
  gap: 10px;
}

.custom-catalog-btn:hover {
  background: transparent;
  color: white;
  border: 1px solid #df0000;
  transition: 0.2s linear;
}

.custom-catalog-btn::before {
  content: "";
  background: url(https://fkt63.ru/media/uploads/burger.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 15px;
  height: 11px;
}

.custom-catalog-btn.toggled::before {
  background: url(https://fkt63.ru/media/uploads/burger-close.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
}

.__header .search-box input::placeholder {
  font-family: "Inter";
}

.__header .contact-box,
.__header .options-box .nav-items,
.__header .row .col-lg-2:last-child {
  display: none;
}

.__header .search-box {
  max-width: 100%;
}

.__header {
  height: 60px;
  padding-top: 10px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.__header .option-items {
  justify-content: flex-end;
}

.__header .row .col-lg-6 {
  width: 63%;
}

.__header .row .col-lg-2 {
  width: 22%;
}

.__header .row .col-lg-2:first-child {
  width: 15%;
}

.__header .option-items li a {
  font-size: 14px !important;
  color: #fff;
  font-family: Inter;
  font-weight: 400;
}

.__header .options-box {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  max-height: 100%;
  height: 100%;
  align-items: center;
  width: 100%;
  margin-left: 0;
}

.__header .option-items li a:hover {
  text-decoration: none;
}

.__header .search-box .submit img {
  width: 20px;
}

.__header .option-items li img {
  max-width: 18px;
  width: 14px;
}

.header-cart img {
  width: 19px !important;
}

main {
  padding-top: 120px;
}

.__header {
  height: 80px;
  background: #000 !important;
  z-index: 999;
}

.content-title span {
  font-family: "Inter-Black";
}

@media (max-width: 1280px) {
  .__header .catalog-btn {
    padding: 5px 4px 5px 42px;
    max-width: 125px;
  }

  .general--width {
    max-width: 208px;
  }

  .__header .option-items li a {
    font-size: 10px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .custom-post-header,
  .custom-pre-header,
  .custom-header-menu,
  .__header {
    display: none;
  }

  main {
    padding-top: 60px !important;
  }

  .header--mob {
    position: fixed;
  }
}

.fixed::after {
  display: none;
}

.menu-item.active a {
  color: #000000;
}

.product-item__content-bottom .st-button {
  border: none;
  background: #df0000;
  font-weight: 400 !important;
  font-size: 14px;
  color: white;
  width: 100%;
  padding: 0;
}

.button__sub-title:after {
  font-weight: 400;
  font-size: 14px;
  color: white;
}

.product-item__content-bottom .st-button:hover {
  border: 1px solid #df0000;
}

.st-button:hover .button__sub-title:after {
  color: #000;
}

.catalog-filter__btns .btn {
  border-radius: 0;
  color: #000 !important;
}

.catalog-filter__btns .btn:hover {
  color: #fff;
  border: 1px solid #df0000;
  background: #df0000 !important;
}

a.st-button.st-button_secondary.st-button_not-availbe.not-available:hover {
  background-color: #ccc;
  color: #fff;
  border-color: #ccc !important;
}

.st-button__icon_cart,
.add-to-cart img.cart-icon,
.form-close {
  display: none;
}

.st-button_add-to-cart.add-to-cart,
.shopping-cart-btn--lg.custom-icon {
  display: flex;
  gap: 10px;
}

.st-button_add-to-cart.add-to-cart::before,
.shopping-cart-btn--lg.custom-icon::before {
  content: "";
  background: url(https://fkt63.ru/media/uploads/cart-arrow.svg) no-repeat;
  width: 25px;
  height: 28px;
  background-position: center;
  background-size: 100%;
}

.st-button_add-to-cart.add-to-cart:hover::before,
.shopping-cart-btn--lg.custom-icon:hover::before {
  background: url(https://fkt63.ru/media/uploads/cart-arrow-hover.svg) no-repeat;
  background-position: center;
  background-size: 100%;
}

.question-form .checkbox span,
footer .checkbox span,
.footer-content-cookie,
.footer-bottom .copy,
.recaptcha-terms,
.developer-link a,
.footer-content__column a,
.footer-content__title span {
  color: #cccccc !important;
  opacity: 1;
}

.footer-content__column a:hover {
  color: #fff !important;
}

.shopping-cart-btn--lg.custom-icon {
  font-size: 14px;
  border: 1px solid #df0000 !important;
  background: #df0000 !important;
  font-weight: 400;
  color: #fff !important;
  height: 40px;
  border-radius: 0;
  width: 200px !important;
  flex: none;
}

.modal-content .button-theme_primary,
.cookie-modal__content button {
  border-radius: 0;
  background: #df0000 !important;
  color: white !important;
  border: 1px solid #df0000;
}

.shopping-cart-btn--lg.custom-icon:hover,
.modal-content .button-theme_primary:hover,
.cookie-modal__content button:hover {
  border: 1px solid #df0000 !important;
  background: transparent !important;
  font-weight: 400;
  color: #000 !important;
}

.input-number--lg {
  width: 120px;
}

.input-number input[type="number"] {
  width: 40px;
}

.product-card .st-button.st-button_primary.w-100 {
  height: 40px !important;
  font-size: 14px !important;
  width: 200px !important;
}

.get-action .checkbox span {
  color: #ffffff !important;
}

.cart-extra-field {
  margin-top: 30px;
}

.form-control:focus,
textarea.form-control:focus {
  border-color: #000;
}

.point-on-map-label {
  display: none;
}

input[disabled] {
  opacity: 1;
  padding-left: 20px !important;
  color: #333 !important;
}

input[disabled]::placeholder {
  color: #333;
  opacity: 1;
  font-size: 14px;
}

.white-text {
  color: white !important;
}

@media (min-width: 768px) {
  .custom-banner-content-image {
    max-width: 55%;
    width: 55%;
  }


}


  .big-title{
  font-size: 40px !important;
  line-height: 110% !important;
}

.podlozhka{
  background-color: white;
  padding: 10px 20px;
  border-radius:10px ;
  width: auto !important;
  min-height:65px !important;
}

.uteplyaev-img{
  width:110% !important;
}

@media (max-width: 768px) {
  .uteplyaev-img{
  width:80% !important;

}
}
