@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(https://kkmarket.ru/media/customization/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: days-one;
  font-style: normal;
  font-weight: 400;
  src: url(https://kkmarket.ru/media/customization/fonts/DaysOne-Regular.ttf);
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  src: url(https://kkmarket.ru/media/customization/fonts/Inter-LightBETA.ttf);
}

.conditional-section .container {
  z-index: 2;
}

* {
  font-family: "Roboto";
}

h1,
.h1,
.footer-phone a,
.catalog-side__title,
.mobile-phone a,
.footer-phone a {
  font-family: "days-one";
  font-weight: 500;
}

.g-sub-title {
  color: #d17617;
  font-family: Inter !important;
  font-size: 25px !important;
  font-weight: 300 !important;
  width: 100%;
}
.st-button {
  border-radius: 15px;
}
.g-title {
  color: #fff;
  font-family: days-one !important;
  text-transform: uppercase;
  width: 100%;
}
.g-title_medium {
  font-size: 22px !important;
  font-weight: 400 !important;
}
.g-title_large {
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 40.25px !important;
}
.g-text {
  color: #fff;
  font-family: Roboto !important;
  font-size: 14px !important;
  width: 100%;
}
.g-button {
  background: #d17617;
  border: 1px solid #d17617;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  padding: 8px 0;
  text-transform: full-width;
}

.g-button:hover {
  background: #d17617;
  border: none;
}

.g-image {
  display: block;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .g-title_medium {
    font-size: 18px !important;
  }
  .g-title_large {
    font-size: 30px !important;
  }

  .breadcrumbs a:first-child {
    padding: 0;
  }
}
.catalog-background-section .container {
  position: relative;
  z-index: 1;
}
.catalog-background-section__image {
  position: absolute;
}
.catalog-background-section__image_1 {
  right: -296px;
  top: -1302px;
}
.catalog-background-section__image_2 {
  left: -297px;
  top: -600px;
}
.catalog-background-section__image_3 {
  right: -296px;
  top: -1302px;
}
.catalog-background-section__image_4 {
  left: -297px;
  top: -689px;
}
.catalog-cards-section {
  padding: 80px 0;
}
.catalog-cards-section .container {
  max-width: 907px;
  position: relative;
}
.catalog-cards-section__bg-image {
  position: absolute;
}
.catalog-cards-section__bg-image_1 {
  left: -400px;
  top: 159px;
}
.catalog-cards-section__bg-image_2 {
  bottom: 159px;
  right: -232px;
}
.catalog-cards-section__bg-image_3 {
  bottom: -83px;
  right: -92px;
}
.catalog-card {
  aspect-ratio: 279/402;
  background-color: transparent;
  background-image: url(https://kkmarket.ru/media/uploads/group_3538.svg);
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  display: block;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 1px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.catalog-card:hover {
  background-image: url(https://kkmarket.ru/media/uploads/group_3539.svg);
}
.catalog-card__image {
  border-radius: 15px;
  height: calc(100% - 2px);
  left: 1px;
  position: absolute;
  top: 1px;
  width: calc(100% - 2px);
}
.catalog-card__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 30px;
  position: relative;
  width: 100%;
}
.catalog-card__title {
  margin-bottom: 0 !important;
  text-transform: none !important;
}
@media (max-width: 767px) {
  .catalog-card__content {
    padding: 15px;
  }
}
.custom-form-section {
  overflow: hidden;
  padding: 80px 0;
  z-index: 1;
}
.custom-form-section .container {
  position: relative;
}
.custom-form-section__image {
  height: auto;
  left: -56px;
  position: relative;
  width: 100%;
}
.custom-form-section__bg-image {
  position: absolute;
  right: -100px;
}
.custom-form-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 362px;
}
@media (max-width: 1023px) {
  .custom-form-content {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .custom-form-section__image {
    display: none;
  }
}
.animated-map-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.animated-map-section .container {
  position: relative;
}
.animated-map-section__bg-image {
  left: -300px;
  position: absolute;
  top: 100px;
}
.animated-map {
  height: auto;
  width: 130%;
}
.animated-map-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.animated-map-content__bg-image {
  position: absolute;
  z-index: -1;
}
.animated-map-content__bg-image_road {
  height: auto;
  left: -290px;
  top: 85px;
  width: 510px;
}
.animated-map-content__bg-image_elepse {
  height: auto;
  left: -94px;
  top: 163px;
  width: 497px;
}
@media (max-width: 1023px) {
  .animated-map-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 0 10px;
  }
  .animated-map-content__bg-image_elepse {
    left: calc(50% - 150px);
    top: 70px;
    width: 300px;
  }
  .animated-map-content__text,
  .animated-map-content__title {
    text-align: center;
  }
  .animated-map {
    margin-left: -10%;
    min-width: 140%;
  }
  .animated-map-section__bg-image {
    left: -400px;
  }
}
.promo-app-section {
  padding: 80px 0;
}
.promo-app-section__image {
  height: auto;
  position: relative;
  right: 150px;
  width: 887px;
}
.promo-app-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.promo-app-content__title {
  margin-top: 15px;
  max-width: 400px;
}
.promo-app-content__text {
  margin-top: 30px;
  max-width: 380px;
}
.promo-app-content__qr-code {
  margin-top: 40px;
  max-width: 167px;
}
@media (max-width: 1023px) {
  .promo-app-section__image-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promo-app-section__image {
    right: auto;
  }
  .promo-app-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
  }
  .promo-app-content__text,
  .promo-app-content__title {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .promo-app-section__image {
    width: 150%;
    left: -22%;
    margin-top: -60px;
    margin-bottom: -200px;
  }
}
@media (max-width: 575px) {
  .promo-app-section__image {
    display: none;
  }
}
.promo-plates-section {
  padding: 80px 0;
}
.promo-plate {
  background-color: transparent;
  background-image: url(https://kkmarket.ru/media/uploads/group_3538.svg);
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  display: block;
  height: 100%;
  padding: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.promo-plate:hover {
  background-image: url(https://kkmarket.ru/media/uploads/group_3539.svg);
}
.promo-plate_active {
  background-image: url(https://kkmarket.ru/media/uploads/group_3539.svg);
}
.promo-plate__border {
  background-color: #161718;
  border-radius: 31px;
  display: block;
  height: 100%;
  padding: 27px;
}
.promo-plate__text {
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .promo-plates-section .row {
    gap: 20px;
  }
}
.promo-section {
  padding: 80px 0;
}
.promo-section__image {
  height: auto;
  width: 150%;
}
.promo-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1023px) {
  .promo-section__image {
    width: 130%;
  }
  .promo-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .promo-section__image {
    display: none;
  }
}
.slider-block {
  max-width: 430px;
}
.slider-block__sub-title {
  color: #d17617;
  font-family: days-one;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  text-transform: uppercase;
}
.slider-block__button {
  padding: 8px 35px;
}
.vertical-slider-section {
  overflow: hidden;
  padding: 80px 0;
}
.vertical-slider-section__content {
  width: 375px;
}
.vertical-slider-section .slick-slider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vertical-slider-section .slick-track {
  display: inherit;
}
.vertical-slider-section .slick-list {
  width: 100%;
}
.vertical-slider__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 196px;
  justify-content: center;
  margin: -1px 0 0 !important;
  padding: 30px 0 !important;
  position: relative;
}
.vertical-slider__next,
.vertical-slider__prev {
  background: none;
  border: 0;
}
.vertical-slider__prev {
  position: relative;
  top: -30px;
}
.vertical-slider__next {
  bottom: -30px;
  position: relative;
}
.vertical-slider__line {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.1%, hsla(0, 0%, 72%, 0.61)),
    color-stop(107.19%, hsla(0, 0%, 78%, 0.03))
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 72%, 0.61) 0.1%,
    hsla(0, 0%, 78%, 0.03) 107.19%
  );
  border: 0;
  bottom: 0;
  color: transparent;
  display: block;
  height: 1px;
  margin: 0 !important;
  position: absolute;
  width: 100%;
}
.vertical-slider__text,
.vertical-slider__title {
  padding-left: 120px;
  padding-right: 10px;
}
.vertical-slider__text {
  margin-bottom: 0;
}
.vertical-slider__item-arrow {
  left: 25px;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vertical-slider-scene {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  justify-content: center;
  max-width: 375px;
  position: relative;
  width: 100%;
}
.vertical-slider-scene__bg {
  display: block;
  height: auto;
  left: -100px;
  position: absolute;
  top: 50px;
  width: 150%;
}
.vertical-slider-scene__image {
  height: auto;
  margin-top: 50px;
  opacity: 0;
  position: absolute;
}
.vertical-slider-scene__image_active {
  opacity: 1;
}
.slick-current + .slick-active .vertical-slider__item-arrow {
  opacity: 1;
}
@media (max-width: 1023px) {
  .vertical-slider-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .vertical-slider__item {
    height: 300px;
  }
}

/*кнопка листалка новостей*/

.product-slider .owl-nav [class*="owl-"],
.news-slider .owl-nav [class*="owl-"],
.action-slider .owl-nav [class*="owl-"],
.category-slider .owl-nav [class*="owl-"] {
  border-radius: 1px;
}

/* ББ */

.bb__p3 {
  color: #fff;
  font-size: 25px !important;
  margin-top: 23px;
}

.bb__h2 {
  color: #d17617;
  font-size: 35px;
  line-height: 105%;
  margin-bottom: 20px;
  margin-top: 10px;
  letter-spacing: 1px;
  font-weight: normal;
  width: 82%;
}

.text-bb_p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #fff;
}

/* ББ */

.big_banners {
  margin-bottom: 0px;
}

.section-first {
}

.home-banner__slide .image:first-child img {
  min-height: 400px;
}

@media only screen and (max-width: 991px) {
  .home-banner__slide .image:first-child img {
    min-height: 300px;
  }
}

.home-banner .slide-content {
  background: none;
  align-items: normal;
}

.home-banner__slide-container {
  padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .home-banner.inner-block__active .slide-content {
  }
}

/*Расстояние между блоками под О заводе*/

.content-background-box__container {
  position: relative;
  min-height: 50px;
  height: 100%;
}

.buttom-factory:hover {
  background: #f4f4f4;
  color: #333333;
}

.faq-element__trigger {
  border: 1px solid #a3a3a3;
}

.faq-element__trigger:hover {
  background-color: #e8e8e8;
}

.faq-element__trigger .icon {
  color: #fa9a56;
}

.category-slider .owl-nav [class*="owl-"] {
  border: 1px solid #fa9a56;
  color: #2f3236;
  border-radius: 0% !important;
}

.product-card__nav-prev:hover {
  background: #e5e5e5 !important;
}

.paragraph1 {
  margin-bottom: 25px; /* Отступ снизу */
}

.paragraph2 {
  margin-bottom: 25px; /* Отступ снизу */
  margin-left: 0px; /* Отступ слева */
}

/*Вопрос ответ блок*/

.faq-element__trigger {
  border-radius: 0%;
}

@media (max-width: 767px) {
  .faq-section {
    padding-top: 25px !important;
    padding-bottom: 51px !important;
  }
}

/*Расстояние между блоками под оффером*/

.conditional-section_bg {
  padding: 12px 0;
  background-size: cover;
  background-position: center;
}

/* Наша компания */

.about-project {
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}

.about-company__p3 {
  color: #d17617;
  font-size: 25px !important;
  margin-top: 120px;
}

.about-company__h2 {
  color: #fff;
  font-size: 35px;
  line-height: 105%;
  margin-top: 15px;
  letter-spacing: 1px;
  font-weight: normal;
  width: 82%;
}

.about-company__p {
  color: #fff;
}

.about-company__p1 {
  color: #fff;
  font-family: "Golos", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 13px;
}

.about-company__h3 {
  color: #fff;
  font-size: 22px;
  line-height: 105%;
  margin-top: 15px;
  letter-spacing: 1px;
  font-weight: normal;
}

@media (max-width: 1279px) {
  .about-project {
    width: 77%;
  }
}

@media (max-width: 992px) {
  .about-project {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .about-project {
    width: 100%;
  }
  .about-company__h2 {
    width: 100%;
  }
}

/* Кнопка в баннере */

.home-banner .slide-content .additionalLinks-block__button {
  color: #aaaaaa;
  border-radius: 0px;
  background: #fff;
}

.home-banner .slide-content .additionalLinks-block__button:hover {
  border-color: #aaaaaa;
  color: #fa9a56;
  background: #aaaaaa;
}

/* Кнопки смотреть каталог */

.button_factory {
  color: #aaaaaa;
  border-radius: 0px !important;
}

.button_factory:not(.not-centered) {
  margin: auto;
  display: flex;
  width: fit-content;
}

.button_factory:hover {
  border-color: #aaaaaa;
  color: #fa9a56;
  background: #aaaaaa;
}

/* Стиль стрелок ВОПРОС - ОТВЕТ */
.faq-element__trigger {
  border: 1px solid #fa9a56 !important;
}

.faq-element__trigger:hover {
  background-color: #e7eef6;
  border: 1px solid #767676 !important;
}

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

.clients-section .client-item {
  height: 216px;
}

.clients-section .client-item .client-item__text {
  top: 19px;
  bottom: auto;
  font-family: "days-one";
  color: #ffffff;
  left: 26px;
}

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

.section-dark.feedback-form {
  background-color: #161718 !important;
  padding-top: 105px;
  padding-bottom: 70px;
}

.question-form {
  background: #ffffff00;
  border: 2px solid #fa9a5600;
  border-radius: 0px;
}

section.feedback-form .question-form {
  border-color: #ffffff00;
}

.form-control {
  background: #ffffff00;
  border: 1px solid #d17617;
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0);
  border-radius: 15px;
  color: #d17617;
}

section.feedback-form .form-control {
  border-color: #d17617;
}

.question-form .content-title {
  font-family: days-one !important;
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 40px;
  margin-top: -40px;
}

.content-title {
  font-weight: normal;
}

.question-form .btn,
.btn-download {
  padding: 0px 100px;
  border-radius: 15px;
  color: #fff;
  background: #d16718;
  width: 100%;
}

.footer-subscribe button {
  border-radius: 0 7px 7px 0px;
  background: #d16718;
}

.footer-subscribe input {
  border-radius: 7px 0 0 7px;
}

.button-theme_primary {
  --color-background: #d16718;
  --color-border: #d16718;
}

/*изображение приложения*/
.text-page img {
  max-width: 100%;
}

/* ПРОДУКЦИЯ ЗАВОДА */

.pr-zavod-info {
  position: relative;
  min-height: 247px;
  transition: 0.2s;
}

.pr-zavod-wrap {
  overflow: hidden;
  width: 100%;
  display: inline-block;
  outline: 1px solid #444444;
}

.pr-zavod-info .pr-zv-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  cursor: pointer;
}

.pr-zavod-info:hover {
  transform: scale(1.04);
}

.pr-zavod-info .pr-zv-model {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.035em;
  color: #ff9500;
  min-height: 17px;
  display: inline-block;
}

.pr-zavod-info h4 {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 100;
}

.pr-zavod-info h4 span {
  font-size: 10px;
  line-height: 13px;
  display: block;
  width: 100%;
  color: #fff;
}

.pr-zavod-info ul {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.035em;
  color: #ffffff;
}

.pr-zavod-info ul span {
  margin-left: 5px;
}

.pr-zavod-info-text {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 195px;
  right: 17px;
  margin-left: auto;
  height: 100%;
}

.pr-zavod-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0px;
  left: 0;
}

.pr-zavod-img {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.pr-zavod-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 28px;
}

.pr-zavod-check h4 {
  margin-bottom: 0px;
  margin-left: 22px;
}

.pr-zavod-check .button {
  border-color: #4d4d4d;
  border-radius: 0px;
}

.pr-zavod-check .button:hover {
  border-color: #aaaaaa;
  color: #fa9a56;
  background: #aaaaaa;
}

@media (max-width: 1280px) {
  .pr-zavod-check {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
  }
}

@media (max-width: 767px) {
  .pr-zavod-info {
    min-height: 179px;
  }
}

@media (max-width: 400px) {
  .pr-zavod-info h4 {
    font-size: 13px;
    line-height: 16px;
  }
  .pr-zavod-check {
    padding-top: 9px;
  }
  .pr-zavod-info-text {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 170px;
    right: 5px;
  }
  .pr-zavod-info ul {
    font-size: 10px;
    line-height: 15px;
  }
  .pr-zavod-info h4 {
    margin-bottom: 5px;
  }
}

/*Надпись и стрелка на категориях*/

.catalog-menu-item__name {
  position: absolute;
  left: 20px;
  bottom: 25px;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: var(--preview-font-color, #494949);
  max-width: 140px;
  z-index: 9;
}

/*Кнопки академия темные*/
.button_style-ah {
  margin-bottom: 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .home-banner__slide-content {
    padding: 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #dcdcdc;
    opacity: 0.9;
  }
}

/* кнопки на ББ */
.banner-btn {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #ff0000;
  background: #f6f6f6;
  border: 1px solid red;
}
.banner-btn:hover {
  background: #ffffff;
  border: 1px solid red;
}

/* фон под текстом формы подарка */
.personal-form__content {
  background-color: #2f3236;
  color: #ffffff;
}

/* блок с информацией на главной */

.krep-text-1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 30px;
}

.krep-text-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.krep-border {
  border-bottom: 1px solid #dcdcdc;
}

/* блок с инъекционными составами */
.cols-cont img {
  margin-bottom: 10px;
}

.cols-cont p {
  margin-bottom: 10px;
}

.cols-cont2 {
  margin-bottom: 20px;
}

.cols-cont3 {
  margin-top: 10px;
}

/* блок со списком вместо баннера */
.list-title {
  font-size: 36px;
  padding-bottom: 20px;
  margin-right: 30px;
}

.list-item {
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  background: url(https://kkmarket.ru/media/uploads/strekra.svg) no-repeat;
  background-position-y: center;
  background-position-x: 98%;
  padding-right: 70px;
}

.list-item:hover {
  border-bottom: 1px solid #db8139;
  color: #db8139;
}

.icon2 {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  transform: rotate(-90deg);
}

.list-item svg {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 30px;
  fill: #db8139;
}

.krep-arrow:hover {
  fill: #f8f8f8;
}

.krep4 img {
}

.krep4 .image {
  padding-bottom: 20px;
}

/* блок линия как таблица */

.lines-class {
  text-align: center;
  background-color: FFFFFF;
}

.lines-cell {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #808080;
  background: url(https://kkmarket.ru/media/uploads/kk-line16.svg) no-repeat;
  background-position-y: center;
  background-position-x: 0%;
}

.lines-cell-first {
  background: none;
}

.lines-cell:hover {
  background-color: #ffffff;
  color: #db8139;
}

@media (max-width: 767px) {
  .lines-cell {
    background: none;
    border-top: 1px dashed #808080;
    border-left: none;
    border-right: none;
  }

  .lines-cell-first {
    border-top: none;
  }
}

/* отступ справа от выбора города */
.top-header__phones {
  padding-left: 15px;
}

/* стрелки слайдера */
.slider-constructor .slick-arrow {
  position: absolute;
  width: 40px;
  min-width: 40px;
  padding: 0;
  border-radius: 0px;
  z-index: 2;
}

/* Кнопка СКАЧАТЬ */

.button-style {
  color: #ffffff;
  border-color: #2f3236;
  background-color: #2f3236;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 35px;
  padding-right: 35px;
  border: 1px solid #fa9a56;
}

.button-style:hover {
  background-color: #fa9a56;
  border-color: #fa9a56;
}

/* Десктоп паддинг для кнопки смотреть весь каталог */

.desktop-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .desktop-padding {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .desktop-padding .row-gap-25 {
    row-gap: 0px !important;
  }
}

/* news_slider */

.news_slider .content-title {
  color: #fff;
}

/* шапка */

.main-menu {
  margin-left: 85px !important;
}

/* Кнопка каталог товаров в шапке */
.catalog-inner-btn {
  border: solid 1px #d17617;
  font-family: days-one;
  color: #fff;
  transition: 0.2s;
  border-radius: 15px;
  background: #161718;
}

.catalog-inner-btn:hover {
  background: #d17617;
}

.header-search input {
  background-color: #161718;
  border: 1px solid #d17617;
  border-radius: 15px 0px 0px 15px;
  color: #ffffff;
}

.header-search {
  background: rgb(255 255 255 / 0%);
}

.header-search button {
  border-radius: 0 15px 15px 0;
  border: 1px solid #bbbbbb;
}

.header-search button .icon-svg {
  color: #ffffff;
}

.header-cart span.cart-number {
  font-size: 18px;
  color: #d17617;
  background: #fa9a5600;
}

.top-header .btn-border {
  border-radius: 15px;
  font-family: "Golos", sans-serif;
}

.btn-border {
  border-radius: 15px;
  font-family: "Golos", sans-serif;
}

.main-menu a {
  opacity: 1;
  color: #ffffff;
}

.header-phones__phone {
  font-family: "Golos", sans-serif;
}

.main-menu {
  margin-left: 20px;
}

.city-selection__link {
  font-family: "Golos", sans-serif;
  padding-right: 22px;
}

.city-selection__link:before {
  background: url(https://kkmarket.ru/media/uploads/arrow.svg);
  width: 17px;
  height: 8px;
}

.city-list li {
  min-width: 240px;
}

/*цвет фона выпадающего меню категорий*/
.catalog-box {
  background-color: #242424;
}

.home-banner.inner-block__active .slide-content {
  background: transparent !important;
}

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

.wide-container .home-banner .slide-content {
  max-width: 100% !important;
}

.button-theme_primary {
  border-radius: 7px !important;
}

.mb-25 {
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 40.25px !important;
  color: #fff;
  font-family: days-one !important;
  text-transform: uppercase;
  width: 100%;
}
.product-item {
  border-radius: 18px;
}
.button_style-1 {
  border: 0px solid var(--main-elements-color, #2363d1);
  color: #ffffff;
}
.button_style-1:hover {
  background-color: #ffffff00;
  color: #d17617;
}
.button-theme_cart {
  --color-text: var(--color-button-cart-text, #fff);
  --color-background: #d17617;
  --color-border: #d17617;
  --color-text-hover: var(--color-button-cart-text-hover, var(--color-text));
  --color-background-hover: #161718;
  --color-border-hover: var(--color-button-cart-border-hover, #1c52ac);
}
.shopping-cart-btn {
  border-radius: 15px;
}
.slider-constructor .product-card-v2,
.slider-constructor .product-item {
  width: 98% !important;
}
.product-item__flag--hit {
  margin-left: 35px;
  border-radius: 0px 0px 3px 3px;
}
.product-item__flag {
  margin-left: 35px;
}

.product-item__image {
  background: url(https://kkmarket.ru/media/uploads/group_687.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.action-slider .owl-next,
.action-slider .owl-prev {
  background: none !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
}

.action-slider .owl-next::after {
  content: "";
  display: block;
  background-image: url(https://kkmarket.ru/media/uploads/polygon_4.svg);
  width: 11px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.action-slider .owl-prev::after {
  content: "";
  display: block;
  background-image: url(https://kkmarket.ru/media/uploads/polygon_4.svg);
  width: 11px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.action-slider .owl-next:hover::after {
  background-image: url(https://kkmarket.ru/media/uploads/polygon_5.svg);
}
.action-slider .owl-prev:hover::after {
  background-image: url(https://kkmarket.ru/media/uploads/polygon_5.svg);
}

.frontpage {
  background: #161718;
}

.product-item__content-bottom {
  padding: 0 20px 20px 20px;
} /*
.product-item__content-top {
  padding: 20px 20px 0 20px;
}*/

main {
  overflow: hidden;
}

.news_slider .content-title {
  text-transform: uppercase;
}

.action-slider .owl-carousel .owl-item {
  overflow: hidden;
  border-radius: 30px;
}

/* правки */

@media (max-width: 575px) {
  .vertical-slider-section .slick-list {
    height: 200px !important;
  }

  .vertical-slider__item {
    height: 215px;
  }

  .catalog-cards-section {
    padding-bottom: 0px;
  }

  .vertical-slider-scene {
    height: 340px;
    max-width: 375px;
  }

  .vertical-slider-scene__image {
    margin-top: -40px;
    height: 70%;
  }

  .promo-app-content__text {
    margin-top: 10px;
  }

  .promo-app-section {
    padding-bottom: 0px;
  }

  .animated-map-content {
    padding: 40px 0 10px;
  }

  .btn,
  .btn-download {
    margin: 0;
  }

  .news-block {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .about-company__h2 {
    font-size: 32px;
  }

  .section-dark.feedback-form {
    padding-bottom: 30px;
  }
}

@media (max-width: 450px) {
  .slider-block__sub-title {
    font-size: 32px;
    line-height: 120%;
  }
}

@media (max-width: 410px) {
  .g-title_medium {
    font-size: 16px !important;
  }
}

.simple-order-form__submit .btn {
  margin: 10px 0 !important;
}

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

.mobile-menu .header-search input {
  color: #fff !important;
}

.mobile-phone a {
  color: #161718;
}

.mobile-phone .icon {
  display: none;
}

.mobile-phone {
  padding-left: 0;
}

.form-text {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .inner-page h1,
  .inner-page .h1 {
    margin-top: 15px;
    line-height: 120%;
  }

  .page-head {
    background: #ffffff;
  }

  .mobile-ul li .submenu {
    background: #f5f5f5;
  }

  .page-head {
    margin: 0px -15px;
    padding: 10px 15px;
  }

  .inner-page .content-block {
    padding-top: 10px;
  }
}

.mobile-ul li .submenu li a {
  font-size: 16px;
  padding: 10px 30px;
  line-height: 120%;
}

.product-item {
  overflow: hidden;
}

.custom__accordion .acc__toggle.not_toggle:hover {
  color: #d17617;
}

.content-title {
  font-family: "days-one";
}

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

.input-number .order-up:hover,
.input-number .order-down:hover {
  background: none;
}

.st-button {
  width: 100%;
}

.footer-subscribe button {
  margin-left: -60px;
}

.footer-subscribe input {
  width: 100%;
}

.product-item__cost-product {
  font-weight: 500;
  font-family: "days-one";
  margin-bottom: 10px;
  font-size: 18px;
}

.product-item__cost-product span {
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto";
}

.catalog-menu-item__name {
  font-family: "days-one";
  line-height: 130%;
  font-weight: 500;
}

@media (max-width: 767px) {
  .btn-link {
    border: none;
  }

  .catalog-side,
  .catalog-side__title {
    border-radius: 15px;
  }

  .custom__accordion li:last-child .acc__toggle,
  .catalog-side__content-accordeon .custom__accordion {
    border-radius: 0 0 15px 15px;
  }

  .btn-link:hover {
    border: 1px solid #242424;
    color: black;
    background-color: white;
  }

  .product-item_wide .input-number {
    min-width: 50%;
  }

  .product-item__content-bottom {
    padding: 0 10px 15px 10px;
  }

  /*
.product-item__content-top {
  padding: 10px 10px 0 10px;
}*/
}

.header-cart span.cart-number,
.about-company__h2,
.footer-content__title {
  font-family: "days-one";
}

.about-company__h3 {
  color: #d17617;
}

.footer-content__title {
  font-weight: 500;
}

.input-cont .input-placeholder {
  border-radius: 8px;
}

@media (max-width: 374px) {
  .logo img {
    max-width: 140px;
  }
}

.shopping-cart-product {
  justify-content: flex-start;
}

.product-card__nav-next:hover,
.product-card__nav-prev:hover {
  background: #fff;
}

.shopping-cart-btn--lg.custom-icon {
  width: 100%;
  font-size: 18px;
  font-weight: 100;
}

.input-number--lg {
  width: 140px;
}

.input-number {
  width: 130px;
}

.btn-radius {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .tab_drawer_heading {
    font-family: "Roboto";
    font-style: normal;
  }

  .tab_drawer_heading {
    background-color: #f6f6f6;
  }

  .product-card__title {
    font-weight: 500;
    font-size: 20px;
  }
}

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

.product-card-v2 .input-number,
.product-item_max-heigth .input-number,
.product-item_max-width .input-number,
.product-item_new .input-number,
.product-item_wide .input-number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 1px solid #ffffff00;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 0;
  max-width: 80px;
  min-width: 80px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.pagination span a {
  color: #d17617;
}

.pagination span.active {
  border-color: #d17617;
  border-width: 1px;
}

.pagination span,
.pagination .next,
.pagination .prev {
  border-radius: 10px;
}

.pagination span a:hover {
  border-color: #d17617;
}

.contact-line a {
  color: var(--main-elements-color, #2363d1);
}
.contact-line a:hover {
  color: #000000;
}

.product-item__cost-label {
  font-size: 12px;
  padding-bottom: 2px;
  color: #333;
  font-weight: 400;
  margin-left: 85px;
}

/* Сотрудничество */

.partnership_container {
  border-radius: 10px;
  padding: 60px 60px 45px 60px;
}

.partnership_container:hover {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
}

.orange_zagolovok {
  color: #d17617;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "days-one";
  font-weight: 500;
}

.partnership_block {
  font-size: 30px !important;
}

.partnership_tezis {
  font-size: 22px !important;
  color: #161718 !important;
  margin-top: 10px;
  margin-bottom: 9px;
}

.main_zagolovok-partnershi {
  color: #271101;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  margin-top: -50px;
}

@media (max-width: 1024px) {
  .main_zagolovok-partnershi {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .main_zagolovok-partnershi {
    font-size: 45px;
    line-height: 50px;
    margin-top: -10px;
  }
}

@media (max-width: 480px) {
  .main_zagolovok-partnershi {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 450px) {
  .partnership_container {
    padding: 55px 40px 45px 40px;
  }
}

@media (max-width: 390px) {
  .main_zagolovok-partnershi {
    font-size: 34px;
    line-height: 40px;
  }
  .partnership_container {
    padding: 55px 30px 45px 30px;
  }
}

.gap-grid {
  gap: 10px !important;
}

/*правки 05.12.2023*/
/*закркгление тихеров внутри страницы*/
.clients-section .client-item {
  border-radius: 16px;
}

/*закркгление бордов боковой фильтрации*/
.catalog-filter .catalog-filter-body {
  border-radius: 32px;
}
.checkbox [type="checkbox"]:checked + label:before,
.checkbox [type="checkbox"]:not(:checked) + label:before {
  border-radius: 3px;
}

/*закругление боковой рекламы*/
.content-image {
  border-radius: 20px;
}

/*текст*/
@media (min-width: 768px) {
  .container--small {
    padding-right: 11px;
    padding-left: 266px;
  }
}

/*карточка товара борд*/
.product-item_wide .product-item__image img {
  aspect-ratio: 146/146;
  border-radius: 23px;
}

.welcome__content .product-item_wide .product-item__image img {
  aspect-ratio: 101/134;
  border-radius: 29px;
}

/*закркгление внутри фото*/
#sync1 .item img {
  border-radius: 23px;
}

@media (min-width: 1023px) {
  .catalog-body .product-item_wide .product-item__image img {
    aspect-ratio: 94/146;
    border-radius: 31px;
  }
}

@media (min-width: 769px) {
  .catalog-body .product-item_wide .product-item__image img {
    aspect-ratio: 112/147;
    border-radius: 31px;
  }
}

.conditional-section.bg-color {
  background-color: #ffffff;
}

@media (min-width: 350px) {
  .welcome__content .product-item_wide .product-item__image img {
    aspect-ratio: 100/100;
    object-fit: cover;
  }
}

/*каталог*/
.custom__accordion {
  border-radius: 13px;
}
.catalog-menu-item:after {
  border-radius: 13px;
}

/*закругление в картах*/
.dropdown-select {
  border-radius: 11px;
}

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

.contacts-block__info {
  border-radius: 20px;
}

.ymaps-2-1-79-map ymaps,
.ymaps-2-1-79-map ymaps:after,
.ymaps-2-1-79-map ymaps:before {
  border-radius: 0 20px 20px 0;
}

.ymaps-2-1-79-map .ymap {
  width: 530px;
  height: 976px;
}

/*кннопка в акции*/
.a-button {
  background: #d17617;
  border: none;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  padding: 8px 17px;
  text-transform: full-width;
}

.a-button:hover {
  background: #161718;
  border: none;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  padding: 8px 17px;
  text-transform: full-width;
}

@media (max-width: 575px) {
  .gap-grid {
    gap: 10px !important;
  }
}

.product-card__discription {
  border-radius: 10px;
}

/*18.12.2023 размер текста в кнопке*/
@media (max-width: 480px) {
  .g-button {
    font-size: 11px !important;
  }
}
@media (max-width: 355px) {
  .g-button {
    font-size: 9px !important;
  }
}

.client-item_bg:hover::after {
  border-radius: 16px;
}

/*тизеры клиентам*/
.section {
  padding: 40px 0 71px;
}

.document-item__format {
  background: url(https://kkmarket.ru/media/uploads/file_2.svg);
}

.text-page small {
  color: #d17617;
  display: contents;
  font-size: 14px;
  line-height: 0px;
  margin-bottom: 13px;
}

/*клиентам - строители*/
.klientam {
  font-family: "days-one";
  color: #000000;
  font-size: 21px;
}
.klientam_1 {
  font-family: "days-one";
  color: #d17617;
  font-size: 25px;
  margin-bottom: 19px;
}

.tel {
  font-family: "days-one";
  color: #d17617;
  font-size: 17px;
  margin-bottom: 19px;
}

.section-dark .text-page img {
  max-width: 100%;
  border-radius: 25px;
}

.zag {
  font-family: "days-one";
  margin-bottom: 12px;
  font-size: 20px;
}

#sync1.owl-theme .owl-next {
  background: url(https://kkmarket.ru/media/uploads/l.svg) 50% 50% no-repeat;
}

#sync1.owl-theme .owl-prev {
  background: url(https://kkmarket.ru/media/uploads/l.svg) 50% 50% no-repeat;
}

.product-item__name {
  margin-bottom: 15px;
}

/*карточка товара*/
.product-card__title {
  font-size: 35px;
}
#sync1 .item img {
  border-radius: 12.57px;
  border-color: black;
}
#sync2 .item {
  height: 64px;
  width: 64px;
}
#sync1 {
  margin-bottom: 13px;
}
#sync1.owl-theme .owl-prev {
  left: -24px;
}
#sync1.owl-theme .owl-next {
  right: -24px;
}
#sync2 .item {
  height: 155px;
  width: 155px;
}

.product-card__slideshow {
  width: 491px;
}
#sync2 {
  width: 491px;
}
#sync2 .item {
  border-radius: 10px;
}
#sync2 .item img {
  border-radius: 10px;
}
#sync1.owl-theme .owl-next {
  bottom: -101px;
}

#sync1.owl-theme .owl-prev {
  bottom: -101px;
}

.product-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(96% - 528px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-content {
  max-width: 862px;
}

.product-card__discription {
  background: #ffffff00;
}

.product-card__discription-title {
  color: #acacac;
  font-size: 14px;
  font-family: "days-one";
  font-weight: 400;
  line-height: 18px;
}
.product-card ul li {
  color: #acacac;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.fancybox-image,
.fancybox-spaceball {
  border-radius: 20px;
}

/*карточка топа мобилка*/
@media (max-width: 767px) {
  #sync1.owl-theme .owl-prev {
    display: none;
  }
  #sync1.owl-theme .owl-next {
    display: none;
  }
  .product-card__right {
    width: calc(100% + 767px);
  }
}

@media (max-width: 523px) {
  .product-card__slideshow {
    width: auto;
  }
}

@media (max-width: 767px) {
  .product-card__title {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .product-card__title {
    font-size: 22px;
  }
  .inner-page h1 {
    margin-top: 0px;
  }
  .product-card__navigation {
    padding: 0px 15px;
  }
}

.product-card__content {
  flex-direction: column;
  justify-content: flex-start;
}

.product-card__left {
  width: 100%;
}
.product-card__right {
  width: 100%;
  margin-left: 0;
}

.tabs {
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.tabs {
  display: none;
}
@media (min-width: 768px) {
  #tab1,
  #tab2 {
    display: block !important;
  }
}

#tab1::before {
  content: "Описание";
  display: block;
  margin-bottom: 30px;
  color: #acacac;
  font-family: "days-one";
  font-size: 15.4px;
}
#tab2::before {
  content: "Характеристики";
  display: block;
  margin-bottom: 30px;
  color: #acacac;
  font-family: "days-one";
  font-size: 15.4px;
}
@media (max-width: 767px) {
  #tab1::before,
  #tab2::before {
    display: none;
  }
}
.tabs li {
  color: #acacac;
  font-family: "days-one";
  font-size: 15.4px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #acacac;
  position: relative;
}

.tabs li::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  background: #db823900;
  border-radius: 1px;
  transition: 0.3s;
}

.tabs li.active {
  color: #db8139;
  font-family: "days-one";
  font-size: 15.4px;
}

.tabs li.active::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  background: #db8139;
  border-radius: 1px;
}

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

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

@media (max-width: 767px) {
  .tabs {
    width: 100%;
  }
}

.content-title {
  margin-top: 70px;
}

.custom-form__tovar {
  margin-top: 10px;
  border: 1px solid #d17617;
  padding: 23px 23px 23px 23px;
  border-radius: 15px;
}

.forma_s {
  color: #d17617;
  font-family: "days-one";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.form-control {
  background: #fff;
  border: 1px solid #acacac;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
  color: #acacac;
  font-size: 14px;
  height: 40px;
  line-height: 150%;
  line-height: 46px;
  padding: 0 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .product-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 943px) {
  .product-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/*правки после обновление шапки v2 13.02*/

.g-content,
.page {
  background-color: #161718;
}

.conditional-section.bg-color {
  background-color: #f5f5f500;
}

@media (max-width: 767px) {
  .catalog-side {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: -9px;
    width: 100%;
    margin-bottom: 16px;
  }
}

.header-user__link.noauth {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.header-user__link.noauth:first-child {
  padding-left: 30px;
}

.header-user__link.noauth .icon {
  margin: 0;
  position: absolute;
  display: inline-block;
  left: 0;
}

.mobile-phone a {
  color: #161718;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .catalog-side {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
    width: 100%;
    margin-bottom: -25px;
  }
}

/* черная иконка в мобилке */

@media (max-width: 767px) {
  .header-user__link .icon:before {
    content: "";
    background: url("https://kkmarket.ru/media/uploads/user-icon-mobile.svg");
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
  }
  .header-user__link .icon img {
    visibility: hidden;
  }
}

.g-button:hover {
  background: #161718;
  color: #fff;
  border: 1px solid #d17617 !important;
}

#sync1 .item img {
  border-radius: 17.57px;
}

.article-inner h2 {
  font-family: "days-one";
  font-weight: 500;
  font-size: 30px;
}

.h3 small,
.h4,
h3 small,
h4 {
  font-size: 18px;
}

.contacts-block__title {
  font-size: 22px;
  line-height: 40px;
}

.btn-border {
  padding: 0 33px;
}

button.btn.btn--main-min.button-theme.button-theme_primary {
  border: 1px solid #d17617;
  border-radius: 15px !important;
  padding: 15px 30px;
  width: 191px;
  height: 44px;
}

h3.animated-map-content__title.g-title.g-title_medium {
  margin-bottom: 15px;
}

.animated-map-content__text.g-text {
  margin-bottom: 30px;
}

.animated-map-section {
  margin-top: -80px;
  margin-bottom: -80px;
}

.side-menu {
  background: #fff;
  border: 1px solid #d9d9de;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 25px hsla(0, 0%, 46%, 0.15);
  box-shadow: 0 2px 25px hsla(0, 0%, 46%, 0.15);
  padding: 20px 0;
  width: 100%;
}

.recaptcha-terms a {
  color: #ebeaea;
}

a.v_katalog1 {
  border-radius: 15px !important;
  padding: 14px 61px;
  background: #d17617;
  color: white !important;
  display: block;
  width: 191px;
  height: 44px;
}

.v_katalog1:hover {
  background-color: #000000;
}

a.v_katalog2 {
  border-radius: 15px !important;
  padding: 14px 61px;
  background: #d17617;
  color: white !important;
  display: block;
  width: 329px;
  height: 44px;
}

.v_katalog2:hover {
  background-color: #000000;
}

.article-inner p a {
  color: #d17617;
}

/* правки по сайту */

.raspr-wrap .product-item__image img {
  object-fit: cover;
}

.btn-link:hover {
  color: #d17617;
}

.mobile-menu .header-search input {
  background: #fff;
  border: 1px solid #acacac;
  border-radius: 7px 0 0 7px;
  height: 100%;
}

.mobile-menu .header-search button {
  border-radius: 0 7px 7px 0;
  border: 1px solid #bbbbbb;
}

.mobile-phone {
  padding-bottom: 0px;
  padding-top: 20px;
}

/* анимация */

@media (max-width: 768px) {
  [data-aos] {
    opacity: 1 !important;
    transform: translate(0) !important;
  }
}

.main-action__text {
  border-radius: 0 20px 20px 0;
}
.main-action__image img {
  border-radius: 20px 0 0 20px;
}

.actions-content .item {
  border-radius: 20px;
}

.action-item__image {
  border-radius: 20px;
}
.action-item__content {
  border-radius: 20px;
}
.action-item {
  border-radius: 20px;
}
.actions-content {
  border-radius: 20px;
}
.action-item__image img {
  border-radius: 20px;
}
.action-item__image:before {
  border-radius: 20px;
}

/*27.06.2024*/
.catalog-menu-item__name {
  color: #ffffff;
}

.catalog-menu-item__image img {
  border-radius: 13px;
}

.catalog-menu-item:hover:after {
  background: #db8139;
}

/*страница партнеры*/
.stt_part {
  padding: 24px 10px 10px;
}

.stl_tx {
  font-family: "Roboto";
  font-size: 14px;
  color: #ffffff;
  max-width: 222px;
  font-family: "Inter";
}

.ing_part {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  height: 90px;
}

.stt_part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.stl_tx {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 120px;
}

.image-zoom {
  border-radius: 25px;
}

.button_part {
  background: #d17617;
  border: 1px solid #d17617;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 16px 74px;
  text-transform: full-width;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button_part:hover {
  background: #161718;
  color: #fff;
  border: 1px solid #d17617 !important;
}

.stt_part2 {
  padding: 14px 10px 10px;
}

.ing_part2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 34px;
}

.ing_part3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 93px;
}

.ing_part4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 84px;
}

.ing_part5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 96px;
}

.ing_part6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 82px;
}

.ing_part7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
}

.ing_part9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 52px;
}

.ing_part10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 72px;
}

.p_set_1,
.b-multirows-row {
  margin-bottom: 0.5rem;
}

.button_slide {
  background: #d17617;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-family: Inter !important;
  font-size: 14px !important;
  padding: 16px 63px;
  text-transform: full-width;
}

.button_slide:hover {
  background: #161718;
  color: #fff;
  border: 1px solid #d17617 !important;
}

.section {
  padding: 40px 0 20px;
}

.stl_tx1 {
  font-family: "Roboto";
  font-size: 14px;
  color: #ffffff;
  max-width: 222px;
  font-family: "Inter";
}

@media (max-width: 1279px) {
  .p_set_1,
  img {
    display: block;
    width: 100%;
  }
  .button_part {
    margin-bottom: 20px;
    width: 100%;
  }

  .stt_part {
    padding: 0;
  }

  .stt_part .stl_tx {
    max-width: 100%;
}
}

.kirpich01 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
}

.txt1 {
  max-width: 480px;
  font-size: 14px !important;
  margin-top: 132px;
  margin-bottom: 132px;
  font-family: Roboto !important;
}

.txt2 {
  max-width: 480px;
  font-family: Roboto !important;
}

.text-page img {
  display: block;
  border-radius: 25px;
}

.zp {
  font-family: "days-one";
  font-weight: 500;
  font-size: 32px !important;
  line-height: 36px !important;
}

.padd_p {
  padding-bottom: 94px;
}

@media (max-width: 1279px) {
  .txt1 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .txt2 {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .txt1 {
    margin-top: 103px;
    margin-bottom: 103px;
  }
}

@media (max-width: 879px) {
  .txt1 {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .button_part {
    padding: 16px 36px;
  }
}

@media (max-width: 767px) {
  .txt1 {
    margin-left: auto;
    margin-right: auto;
  }
  .padd_p {
    padding-bottom: 44px;
  }
  .mb-25 {
    font-size: 28px !important;
  }
  .txt2 {
    margin-bottom: 60px;
  }
}

@media (max-width: 396px) {
  .zp {
    font-size: 29px !important;
  }
}

@media (max-width: 360px) {
  .zp {
    font-size: 27px !important;
  }
}

@media (max-width: 326px) {
  .zp {
    font-size: 25px !important;
  }
}

.foto_kk_part img {
  border-radius: 25px;
}

@media (max-width: 575px) {
  .product_set_slider {
    margin-top: 90px;
  }
  .raspr-wrap {
    margin-top: 40px;
  }
  .frontpage_seo_text_new {
    margin-top: -20px;
  }
}

/* темный фон для внутренних страниц */

.inner-page main {
  background-color: #161718;
}

.inner-page main h1 {
  color: #fff;
}

.catalog-sorting__title {
  color: #fff;
}

.catalog-sorting ul li a,
.catalog-right .price-download {
  color: #fff;
}

.icon-sort-price span,
.icon-sort-price span:before,
.icon-sort-price span:after {
  color: #fff !important;
  background-color: #ffffff !important;
}
.product-card__title {
  color: #333 !important;
}
.catalog-filter .catalog-filter-body {
  background: #161718;
}
.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
  color: #fff !important;
}
.catalog-filter-accordion .opener {
  color: #fff !important;
}
.filter-item-title {
  color: #fff !important;
}
.main-action__text {
  background: #242424;
}
.button-theme_secondary {
  --color-text: #ffffff;
  --color-background: #242424;
  --color-border: var(--color-button-secondary-border, #b7cbe5);
  --color-text-hover: var(--color-button-secondary-text-hover, #1c52ac);
  --color-background-hover: var(
    --color-button-secondary-background-hover,
    #e7eef6
  );
  --color-border-hover: var(--color-button-secondary-border-hover, #1c52ac);
}
.inner-page .section-dark {
  background-color: #161718;
}
.article-inner__content {
  background-color: #161718;
}
.article-inner__content .text-page p {
  color: #fff !important;
}
.side-menu ul li a {
  color: #fff;
}
.side-menu {
  background: #242424;
}
.side-menu ul li a:hover {
  background: #8d8d8d;
}
.contacts-block__info {
  background: #161718;
}
.contacts-block__title-red {
  color: #fff;
}
.contacts-block__title {
  color: #fff;
}
.contact-text-line p {
  color: #fff;
}
.contact-line {
  color: #fff;
}
.main-action p {
  color: #fff;
}
.zag {
  color: #fff;
}
.article-inner .text-page ul li {
  color: #fff;
}
.article-inner span {
  color: #fff;
}
.article-inner h2 {
  color: #fff;
}
.txt1 p,
.txt2 p {
  color: #fff;
}
.affiliate-network__title {
  color: #fff;
}
.section-dark:has(.product-card) {
  background-color: #fff;
}
.section p {
  color: #fff;
}
@media (min-width: 767px) {
  .btn-border.btn-link {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .page-head {
    background: #161718;
  }
  .catalog-side,
  .catalog-side__title {
    border-radius: 15px;
    display: none;
  }
  .catalog-side {
    background-color: #161718;
    border: 1px solid #161718;
  }
  .section-dark:has(.product-card) {
    background-color: #fff !important;
    padding-top: 0px !important;
  }
  .cart-icon {
    display: block;
    width: 25%;
  }
  .catalog-container .catalog-filter {
    background: #161718;
  }
  .section-dark {
    background-color: #161718 !important;
  }
}

.btn-download:hover {
  color: #000;
  background: #fff;
}

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

.container--small h2,
.container--small h3,
.container--small h4,
.container--small h5,
.container--small h6 {
  color: white;
}

.partner-item {
  background: #fff;
}
