@font-face {
  font-family: Montserrat;
  font-weight: 500;
  src: url(https://kreptonn-systems.ru/media/customization/fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat;
  font-weight: 800;
  src: url(https://kreptonn-systems.ru/media/customization/fonts/Montserrat-ExtraBold.ttf);
}

p,
h4,
li,
ul,
span,
button,
a {
  font-family: Montserrat !important;
}

h1,
h2,
h3 {
  font-family: Montserrat !important;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 110%;
}

@media (max-width: 480px) {
  h1,
  h2,
  h3 {
    font-size: 30px;
  }
}

p.main-subtitle {
  font-size: 18px;
  width: 500px;
  color: #000;
  line-height: 117%;
}

.content-background-box__text-content {
  padding: 0px;
}

section.conditional-section.banner-main.sliderset.conditional-section_bg {
  height: 500px;
}

/* контакты */

.contacts-block__info {
  padding: 50px 50px 70px;
  /*background: url(https://kreptonn-systems.ru/media/uploads/contact.svg.svg);*/
  background-size: cover;
  background-position: center;
  clip-path: polygon(
    35px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 35px),
    calc(100% - 35px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 35px
  );
  background-color: #e7e9ec;
}

.contacts-block__title {
  display: none;
}

.contacts-block__title-red.address-data {
  margin-top: 0px;
  color: #000000;
  font-size: 18px;
  line-height: 110%;
  font-weight: 100;
}

.contacts-block {
  border: none;
  border-radius: 0px;
  gap: 20px;
}

.contact-line {
  display: none;
}

.contact-line-new {
  display: flex;
  color: #000000;
  font-size: 16px !important;
}

.contact-line a {
  color: #000000;
  transition: 0.2s;
}

.contact-line a:hover {
  color: #ff5f00;
}

.icons_row {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-left: -10px;
}

.icons_row .button {
  height: 40px;
  line-height: 38px;
  padding: 0;
  min-width: 51px;
  font-weight: 400;
}

/* ошибка 404 */

.error__content {
  background: url(https://kreptonn-systems.ru/media/uploads/error.svg) 100% 0
    no-repeat;
  height: 334px;
}

.error__content p {
  font-size: 16px;
  line-height: 20px;
  max-width: 360px;
  margin-bottom: 20px;
}

.error__content h1 {
  width: 56%;
}

.error__content .btn {
  margin-top: 10px;
  border-radius: 0px;
  background: #ff5f00;
  width: 180px;
  font-weight: 100;
  height: 50px;
  font-size: 16px;
  transition: 0.3s !important;
  color: #fff;
}

.error__content .btn:hover {
  background: #e7e9ec;
  color: #000000;
}

@media (max-width: 990px) and (min-width: 768px) {
  .error__content {
    background: #ffffff;
    text-align: center;
  }

  .error__content p {
    margin: auto;
    margin-bottom: 25px;
  }

  .error__content .btn {
    margin: auto;
  }

  .error__content h1 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .error__content {
    background: url(https://kreptonn-systems.ru/media/uploads/error.svg) 100% 0
      no-repeat;
    background-size: contain;
    height: 100%;
  }

  .error__content {
    padding-top: 77%;
    padding-bottom: 40px;
  }

  .error__content p {
    font-size: 14px;
    line-height: 18px;
    max-width: 360px;
    margin-bottom: 20px;
  }
}

/* корзина */

.simple-cart {
  padding: 0px 0px 100px;
}

.simple-cart__content {
  max-width: 100%;
  margin-bottom: 80px;
}

.shopping-cart-item {
  font-family: Inter;
}

.delivery-cart {
  padding-right: 0px;
}

.shopping-cart-item {
  padding: 25px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.content-title {
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 800;
  font-family: Montserrat !important;
}

.shopping-cart-item__name {
  font-size: 16px;
  line-height: 22px;
}

.shopping-cart-item__name span {
  font-size: 16px;
  line-height: 30px;
  color: #cccccc;
}

.shopping-cart-item__cost {
  font-size: 18px;
  margin-right: 50px;
}

.input-number input[type="number"] {
  font-size: 18px;
}

.shopping-cart-item__total-cost {
  font-size: 18px;
  margin-left: 50px;
}

.delivery-total {
  padding: 40px 40px 40px;
  background-size: cover;
  background-position: center;
  clip-path: polygon(
    35px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 35px),
    calc(100% - 35px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 35px
  );
  background-color: #e7e9ec;
  width: 320px;
}

.delivery-total__sm {
  font-size: 16px;
  line-height: 20px;
}

.simple-order-form {
  max-width: 650px;
}

.new-radio__label {
  font-size: 16px;
}

.simple-order-form__title {
  font-size: 22px;
  font-weight: 100;
  line-height: 1.3;
  text-transform: uppercase;
}

.simple-order-form__group {
  margin: 0px;
}

.simple-cart .form-control {
  border: 1px solid #d9d9d9;
  border-radius: 0px;
}

.simple-order-form__inputs {
  margin: 60px 0px 20px;
}

.simple-order-form__submit .btn {
  margin-top: 10px;
  border-radius: 0px;
  background: #ff5f00 !important;
  width: 180px;
  font-weight: 700;
  height: 50px;
  font-size: 16px;
  transition: 0.3s !important;
  color: #fff !important;
  border: 0px solid #00000000 !important;
}

.simple-order-form__submit .btn:hover {
  background: #e7e9ec !important;
  color: #000000 !important;
  border: 0px solid #00000000 !important;
}

.input-number .order-up {
  border: 0px solid #b7cbe5;
}

.form-text {
  padding-top: 10px;
}

.new-radio__label:before {
  border: 1px solid var(--main-elements-color, #2363d1);
  border-radius: 0;
}

.new-radio__label:after {
  border: 1px solid var(--main-elements-color, #2363d1);
  border-radius: 0;
}

.input-number .order-down {
  border: 0px solid #b7cbe5;
}

.simple-order-form .form-group.comment {
  margin-top: 1rem;
}

@media (max-width: 1023px) {
  .delivery-cart {
    justify-content: center;
  }

  .simple-order-form__title {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .simple-order-form {
    margin: auto;
  }
}

@media (max-width: 768px) {
  .shopping-cart-item__name {
    width: 100%;
    margin-top: 10px;
  }

  .simple-order-form {
    max-width: 100%;
  }

  .simple-order-form__column {
    flex: none;
    margin-bottom: 60px !important;
    width: 100%;
  }

  .delivery-total {
    padding: 40px 40px 40px;
    background-size: cover;
    background-position: center;
    clip-path: polygon(
      35px 0%,
      calc(100% - 46px) 0%,
      100% 0,
      100% calc(100% - 35px),
      calc(100% - 35px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 35px
    );
    background-color: #e7e9ec;
    width: 100%;
  }

  .delivery-cart {
    padding: 0 !important;
  }

  .simple-order-form__inputs {
    margin: 1px 0px 20px;
  }

  .simple-cart {
    padding: 0px 0px 50px;
  }
}

@media (max-width: 480px) {
  .shopping-cart-item__cost {
    display: none;
  }
}

/* заказать обратный звонок */

.modal.fancybox-content {
  padding: 40px 40px 40px;
  background-size: cover;
  background-position: center;
  clip-path: polygon(
    35px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 35px),
    calc(100% - 35px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 35px
  );
  background-color: #e7e9ec;
}

.fancybox-slide--html .fancybox-close-small {
  color: #ff5f00 !important;
  right: 15px;
  top: 15px;
}

.fancybox-close-small {
  background: #ffffff00 url(https://kreptonn-systems.ru/media/uploads/krest.svg)
    50% 50% no-repeat;
}

/* регистрация */

.tabs-content--authorizaion .form-control {
  border: 1px solid #9f9f9f !important;
  box-shadow: none;
  border-radius: 0px;
  background-color: #fff;
}

.tab-content {
  padding: 60px;
  background-size: cover;
  background-position: center;
  clip-path: polygon(
    35px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 35px),
    calc(100% - 35px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 35px
  );
  background-color: #e7e9ec;
}

.tab-content h2 {
  font-size: 30px !important;
}

@media (max-width: 767px) {
  .tab-content {
    padding: 30px;
  }
}

/* Личный кабинет */

.user-data__avatar {
  width: 92px;
  height: 92px;
  background: #747474;
  border-radius: 0px;
}

.lk-main-page__head .user-data__avatar {
  margin-right: 30px;
}

.lk-main-page__head .user-data__name {
  margin-bottom: 8px;
}

.btn-exit .icon {
  display: none;
}

.btn-exit {
  margin-top: 10px;
  border-radius: 0px;
  background: #ff5f00 !important;
  width: 180px;
  font-weight: 700;
  height: 50px;
  font-size: 16px;
  transition: 0.3s !important;
  color: #fff !important;
  border: 0px solid #00000000 !important;
}

.btn-exit:hover {
  background: #e7e9ec !important;
  color: #000000 !important;
  border: 0px solid #00000000 !important;
}

.lf-main-container .container {
  padding: 0px;
}

.lk-menu-item {
  padding: 94px 40px 40px 40px;
  background-size: cover;
  background-position: center;
  clip-path: polygon(
    35px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 35px),
    calc(100% - 35px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 35px
  );
  background-color: #747474;
}

.lk-menu-item:hover {
  background-color: #ff5f00 !important;
  background: #ff5f00 !important;
}

.lk-menu-item__name {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 18px;
}

.lk-menu-item__name:hover {
  color: #ffffff;
}

.lk-menu-item__text {
  font-size: 14px;
  line-height: 18px;
  max-width: 250px;
  display: block;
}

.lk-menu-item__text {
  color: #ffffff;
}

.btn-border img {
  display: none;
}

.lk-title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  font-weight: 100;
}

.tabs-lk-content p {
  font-size: 16px;
  line-height: 22px;
}

.lk-container .lk-side {
  background: #f5f5f5;
  padding: 30px 0;
  margin-top: 35px;
  margin-bottom: 100px;
  height: fit-content;
}

.lk-side .user-data__avatar {
  width: 70px;
  height: 70px;
  background: #353535;
  border-radius: 0px;
  margin-top: -50px;
  margin-bottom: 20px;
}

.user-data {
  margin-bottom: 30px;
}

.lk-container .lk-side .user-data__name {
  font-family: "Inter";
  font-size: 16px;
}

.lk-menu li a {
  color: #353535;
}

.lk-menu li a .icon-svg {
  color: #353535;
}

.lk-menu li a:hover {
  background: #353535;
}

.personal-data__title {
  font-family: "Mulish";
  font-weight: 100;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.personal-data .button-theme_primary {
  margin-top: 10px;
  border-radius: 0px;
  background: #ff5f00 !important;
  width: 180px;
  font-weight: 700;
  height: 50px;
  font-size: 16px;
  transition: 0.3s !important;
  color: #fff !important;
  border: 0px solid #00000000 !important;
}

.personal-data .button-theme_primary:hover {
  background: #e7e9ec !important;
  color: #000000 !important;
  border: 0px solid #00000000 !important;
}

.personal-data .form-control {
  border: 1px solid #474747;
  box-shadow: none;
  border-radius: 0px;
}

.tabs-content--authorizaion .tab-content {
  padding: 40px 24px;
}

.tabs-content--authorizaion .form-control {
  border: 1px solid rgba(71, 71, 71, 0.772);
  box-shadow: none;
  border-radius: 0px;
}

.tabs-content--authorizaion .btn {
  margin-top: 10px;
  border-radius: 0px;
  background: #ff5f00 !important;
  width: 180px;
  font-weight: 700;
  height: 50px;
  font-size: 16px;
  transition: 0.3s !important;
  color: #fff !important;
  border: 0px solid #00000000 !important;
}

.tabs-content--authorizaion .btn:hover {
  background: #e7e9ec !important;
  color: #000000 !important;
  border: 0px solid #00000000 !important;
}

/* подвал */

section.feedback-form,
.inner-page .section-dark.feedback-form {
  background-color: #ffffff !important;
}

.form-control {
  border-color: #cacaca !important;
  height: 50px;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.question-form {
  padding: 60px 0px;
}

.content-name {
  top: 20px;
}

.form-group {
  margin-bottom: 15px;
}

section.feedback-form .h2 {
  padding-bottom: 10px;
}

.form-text {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.question-main .form-text {
  width: 49%;
  margin-top: -50px;
  padding-top: 0;
}

.question-main .btn {
  border-radius: 0px;
  background: #ff5f00 !important;
  width: 180px;
  font-weight: 700;
  height: 50px;
  font-size: 16px;
  transition: 0.3s !important;
  color: #fff !important;
  border: 0px solid #00000000 !important;
}

.question-main .btn:hover {
  background: #e7e9ec !important;
  color: #000000 !important;
  border: 0px solid #00000000 !important;
}

textarea.form-control {
  min-height: 180px;
}

@media (max-width: 1023px) {
  .form-text {
    margin-top: -57px;
  }
}

@media (max-width: 767px) {
  .form-text {
    margin-top: 0px;
    width: 100%;
  }
}

/* каталог */

.catalog-menu.catalog-categories-block,
.clients-section {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.catalog-menu-item:hover:after {
  opacity: 1;
  background: #00000000;
}

.catalog-menu-item,
.client-item {
  width: 100% !important;
  margin: 0 !important;
  height: 190px;
  overflow: hidden;
  clip-path: polygon(
    35px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 35px),
    calc(100% - 35px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 35px
  );
  background-color: #e7e9ec;
}

.catalog-menu-item:hover {
  background: #ff5f00 !important;
}

.catalog-menu-item:before {
  display: none;
}

.catalog-menu-item:hover {
  background: var(--custom-accent-color-400);
}

.catalog-menu-item__image img {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  height: auto;
  left: 0;
  transition: 0.2s linear;
}

.catalog-menu-item:hover .catalog-menu-item__image img {
  transform: scale(1.1);
  transition: 0.2s linear;
}

.catalog-menu-item__name,
.client-item__text {
  top: 25px;
  left: 25px;
  font-size: 16px;
  color: #000;
  max-width: 88%;
  bottom: auto;
  font-weight: 400;
}

.catalog-menu-item:hover .catalog-menu-item__name {
  color: #fff;
}

.catalog {
  margin-bottom: 80px;
}

.catalog-right {
  display: none !important;
}

.view-sorting {
  display: none !important;
}

.catalog-filter .catalog-filter-body {
  padding: 30px 0px;
  margin-bottom: 30px;
  border: 0px solid #d9d9de;
  -webkit-box-shadow: 0px 2px 25px rgba(118, 118, 118, 0.15);
  box-shadow: 0px 2px 25px rgba(118, 118, 118, 0);
  border-radius: 0px;
  position: relative;
  /* clip-path: polygon(
    25px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 25px),
    calc(100% - 25px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 25px
  ); */
  background: #e7e9ec;
}

.catalog-filter-accordion .opener {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 13px;
  font-weight: 100;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  padding-left: 30px;
  padding-bottom: 3px;
  cursor: pointer;
}

.filter-item-title {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 13px;
  font-weight: 100;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  padding-left: 0px;
  padding-bottom: 3px;
  cursor: pointer;
}

.catalog-filter__bottom {
  padding: 30px;
}

.noUi-horizontal .noUi-handle {
  border-radius: 0px;
}

.filter-range .noUi-connect::before {
  background: #000;
}

.noUi-handle {
  border: #000;
  background: #000;
}

.filter-item__content {
  position: relative;
  padding-left: 30px;
  overflow: visible;
}

.filter-item {
  overflow: visible;
}

.catalog-filter-accordion .submenu {
  overflow: visible;
}

.catalog-filter-accordion .opener::before {
  border: 0px solid var(--main-elements-color);
  background: transparent;
}

.catalog-filter-accordion .opener .icon {
  color: #000;
  top: 4px;
}

.catalog-filter__bottom {
  border-top: 0px solid #f2f2f2;
}

.product-card-v2__content {
  padding: 0;
}

.product-card-v2 {
  border: 0px solid var(--color-card-border, #d9d9de);
}

.grid-columns-xl-3 {
  gap: 20px !important;
}

.st-button__icon_cart {
  display: none;
}

.st-button__title {
  color: inherit;
  font-weight: 100;
  font-size: 16px;
  line-height: 18px;
  margin-left: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-family: Montserrat !important;
}

.product-card-v2__image {
  background: #e7e9ec;
  margin-bottom: 20px;
}

.product-card-v2__price {
  font-family: Montserrat !important;
  color: #000;
  font-size: 22px;
}

.product-card-v2__price span {
  font-family: Montserrat !important;
  color: #000;
  font-size: 20px;
}

.product-card-v2__content-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.char-text__mask {
  background-color: #ffffff00;
}

.product-card__head {
  border-bottom: 0px solid var(--gray-color-200);
  padding: 20px 0px 20px 60px;
}

.product-card__navigation {
  border-bottom: 0px solid var(--gray-color-200);
}

.product-card__nav-next {
  display: none;
}

.section-dark {
  padding: 20px 0;
}

.char-text:first-child:before {
  background: url(https://kreptonn-systems.ru/media/uploads/pointt.png) 0 0
    repeat-x;
}

.add-to-cart img.cart-icon {
  display: none;
}

.product-card__discription {
  padding: 0;
  background: #f6f6f600;
  display: flex;
  gap: 10px;
}

.product-card__content {
  width: calc(100% - 370px);
}

.orig-price strong {
  font-size: 25px;
  font-family: Montserrat !important;
}

.input-number--lg {
  padding: 0 0px;
}

.product-item__status--many {
  color: #ff5f00;
}

.product-card__discription-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.product-card__container {
  clip-path: polygon(
    25px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 25px),
    calc(100% - 25px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 25px
  );
  background: #e7e9ec;
}

.opl {
  color: #000;
  width: 87%;
}

.input-number .order-down {
  background: #ffffff00;
}

.input-number .order-up {
  background: #ffffff00;
}

input#number {
  background: #ffffff00;
}

.bll {
  margin-bottom: 3px !important;
}

.input-number .order-up:after {
  background: #000000;
}

.input-number .order-down:before {
  background: #000000;
}

.input-number .order-up:before {
  background: #000000;
}

.product-card__container {
  padding: 40px 40px;
}

@media (max-width: 1023px) {
  .catalog-menu.catalog-categories-block,
  .clients-section {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog-menu.catalog-categories-block {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .catalog-menu.catalog-categories-block,
  .clients-section {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-show {
    display: none !important;
  }

  .product-card__head {
    padding: 0px;
  }

  .opl {
    width: 100%;
  }

  h1 {
    font-family: Montserrat !important;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 110%;
    padding-bottom: 20px;
  }

  .product-card__right {
    width: calc(100% + 203px);
    margin: 0 0px;
  }

  .product-card__container {
    padding: 40px 40px;
  }

  .page-head {
    margin: 0;
    padding: 0x;
    background: #f5f5f500;
  }

  .filter-btn {
    border-radius: 0px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0);
  }

  .st-button__icon + .st-button__text {
    display: flex;
  }

  .grid-columns-xl-3 {
    gap: 15px !important;
  }

  .product-card-container .product-card-content {
    padding-top: 40px;
  }

  .slider-constructor.slick-initialized.slick-slider {
    padding-top: 0px !important;
  }

  .product-card-v2__price {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .catalog-menu-item__name,
  .client-item__text {
    top: 20px;
    left: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    max-width: 88%;
    bottom: auto;
    font-weight: 400;
  }

  .product-card__container {
    padding: 20px;
  }

  .catalog-menu-item,
  .client-item {
    width: 100% !important;
    margin: 0 !important;
    height: 160px;
    overflow: hidden;
    clip-path: polygon(
      25px 0%,
      calc(100% - 33px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
    background-color: #e7e9ec;
  }
}

@media (max-width: 450px) {
  .catalog-menu.catalog-categories-block,
  .clients-section {
    display: flex;
    gap: 15px;
  }

  .catalog-menu-item,
  .client-item {
    width: 100% !important;
    margin: 0 !important;
    height: 211px;
    overflow: hidden;
    clip-path: polygon(
      25px 0%,
      calc(100% - 33px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
    background-color: #e7e9ec;
  }
}

@media (max-width: 410px) {
  .catalog-menu-item,
  .client-item {
    width: 100% !important;
    margin: 0 !important;
    height: 190px;
    overflow: hidden;
    clip-path: polygon(
      25px 0%,
      calc(100% - 33px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
    background-color: #e7e9ec;
  }
}

/* клиентам */
.client-item,
.client-item:hover {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.client-item,
.client-item:hover {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.catalog-menu-item:hover .catalog-menu-item__name {
  color: #fff;
}

.catalog-menu-item:after,
.client-item_bg::after,
.catalog-right,
.catalog-sorting,
.dropdown-container {
  display: none !important;
}

.catalog-menu-item:before {
  background-image: none;
}

/* оффер */
.offer-block {
  height: 302px;
  background-image: url(https://kreptonn-systems.ru/media/uploads/offer.png);
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(
    35px 0%,
    calc(100% - 33px) 0%,
    100% 0,
    100% calc(100% - 35px),
    calc(100% - 35px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 35px
  );
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 75px;
}

.offer-zagolovok {
  width: 60%;
  margin-bottom: 0px !important;
}

@media (max-width: 767px) {
  .offer-block {
    height: 500px;
    padding: 35px;
    gap: 60px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    clip-path: polygon(
      25px 0%,
      calc(100% - 33px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
  }

  .offer-block:not(.news-block) {
    background-image: url(https://kreptonn-systems.ru/media/uploads/offer_s.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
  }

  .offer-zagolovok {
    width: 81%;
    font-size: 30px;
  }

  .offer-big-slider .slider-constructor .slick-dots {
    display: none;
  }

  .offer-big-slider .slick-dots button {
    display: none;
  }
}

@media (max-width: 460px) {
  .offer-block {
    height: 430px;
    padding: 35px;
    gap: 60px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    clip-path: polygon(
      25px 0%,
      calc(100% - 33px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
  }
}

/* блок под оффером */

.custom-catalog-block {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  align-items: start;
}

.custom-catalog-block .catalog-item {
  height: 147px;
  overflow: hidden;
  clip-path: polygon(
    25px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 25px),
    calc(100% - 25px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 25px
  );
  background: #e7e9ec;
  transition: 0.2s linear;
  position: relative;
  padding: 20px;
}

.custom-catalog-block .catalog-item:hover {
  background: #ff5f00 !important;
  transition: 0.2s linear;
}

.custom-catalog-block .catalog-item:hover img {
  transform: scale(1.1);
  transition: 0.2s linear;
}

.custom-catalog-block .catalog-item img {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  height: auto;
  left: 0;
  transition: 0.2s linear;
}

.custom-catalog-block .catalog-item:hover p {
  color: #fff !important;
}

.custom-catalog-block .catalog-item p {
  font-size: 16px;
  width: 94%;
}

.butt_of {
  width: 100%;
  height: 50px;
  color: #000;
  font-size: 16px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
}

.butt_of:hover {
  color: #000000;
  background: #e7e9ec;
  transition: 0.2s linear;
}

.offer-big-slider {
  margin-bottom: 20px !important;
}

.img_linne {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.textblock-line1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1279px) {
  .custom-catalog-block {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }

  .custom-catalog-block .catalog-item p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .custom-catalog-block {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .img_linne {
    display: none;
  }
}

@media (max-width: 500px) {
  .custom-catalog-block {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
  }

  .offer-big-slider {
    margin-bottom: 10px !important;
  }

  .custom-catalog-block .catalog-item {
    height: 232px;
  }

  .butt_kn {
    height: 147px !important;
  }
}

@media (max-width: 450px) {
  .custom-catalog-block .catalog-item {
    height: 210px;
  }

  .butt_kn {
    height: 147px !important;
  }
}

@media (max-width: 390px) {
  .custom-catalog-block .catalog-item {
    height: 180px;
  }
}

/* индивидуальное проектирование */

.about-custom-block {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.about-custom-block .company-block {
  width: 100%;
  padding: 60px;
  height: 519px;
  overflow: hidden;
  clip-path: polygon(
    25px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 25px),
    calc(100% - 25px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 25px
  );
  background: #e7e9ec;
  transition: 0.2s linear;
  position: relative;
}

.about-custom-block .form-block {
  width: 100%;
  padding: 60px;
  height: 519px;
  overflow: hidden;
  clip-path: polygon(
    25px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 25px),
    calc(100% - 25px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 25px
  );
  background: #e7e9ec;
  transition: 0.2s linear;
  position: relative;
}

.about-custom-block .company-block img {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  height: auto;
  z-index: -4;
  left: 0;
  transition: 0.2s linear;
}

.protk_bl {
  width: 182px !important;
}

.protk_bl:hover {
  color: #ffffff;
  background: #ff5f00;
}

.proekt_p {
  width: 70%;
  padding-bottom: 10px !important;
}

.frontpage-textblock-expert .form-control {
  border-color: #cacaca !important;
  height: 50px;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.frontpage-textblock-expert .btn,
.form-block .btn {
  border-radius: 0px;
  background: #ff5f00 !important;
  width: 100%;
  font-weight: 100;
  height: 50px;
  font-size: 16px;
  transition: 0.3s !important;
  color: #fff !important;
  border: 0px solid #00000000 !important;
}

.frontpage-textblock-expert .btn:hover,
.form-block .btn:hover {
  background: #ffffff !important;
  color: #000 !important;
}

@media (max-width: 1279px) {
  .custom-catalog-block .catalog-item {
    height: 180px;
  }

  .frontpage-textblock-expert h2 {
    font-size: 30px;
    line-height: 100%;
  }
}

@media (max-width: 980px) {
  .about-custom-block .company-block {
    padding: 30px;
    height: 450px;
    clip-path: polygon(
      25px 0%,
      calc(100% - 46px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
  }

  .about-custom-block .form-block {
    padding: 30px;
    height: 450px;
    clip-path: polygon(
      25px 0%,
      calc(100% - 46px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
  }

  .proekt_p {
    width: 90%;
  }
}

@media (max-width: 850px) {
  .about-custom-block {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  .about-custom-block {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .about-custom-block .company-block {
    padding: 20px;
    height: 400px;
    clip-path: polygon(
      25px 0%,
      calc(100% - 46px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
  }

  .about-custom-block .form-block {
    padding: 20px;
    height: 400px;
    clip-path: polygon(
      25px 0%,
      calc(100% - 46px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
  }

  .frontpage-textblock-expert h2 {
    font-size: 25px;
    line-height: 100%;
  }

  .textblock-line1 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .about-custom-block .company-block {
    padding: 20px;
    height: 360px;
    clip-path: polygon(
      25px 0%,
      calc(100% - 46px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
  }

  .about-custom-block .form-block {
    padding: 20px;
    height: auto;
    clip-path: polygon(
      25px 0%,
      calc(100% - 46px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
  }

  .textblock-line1 {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

/* альбом типовых решений */

.page-zagolovok1 {
  padding-left: 60px;
}

.custom-alb-block {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}

.custom-alb-block .catalog-item {
  height: 270px;
  overflow: hidden;
  clip-path: polygon(
    25px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 25px),
    calc(100% - 25px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 25px
  );
  background: #e7e9ec;
  transition: 0.2s linear;
  position: relative;
  padding: 40px;
}

.custom-alb-block p {
  font-size: 18px !important;
  line-height: 20px !important;
  margin-bottom: 35px !important;
}

.custom-alb-block .catalog-item img {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  height: auto;
  left: 0;
  transition: 0.2s linear;
}

/* .preimuchestva-2-wrapper {
  padding-bottom: 100px;
} */

.frontpage-but_cat2 .protk_bl {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  background: #ff5e0000 !important;
  width: 300px !important;
  font-weight: 100;
  height: 50px;
  font-size: 16px;
  transition: 0.3s !important;
  color: #000000 !important;
  border: 1px solid #ff5f00 !important;
}

.frontpage-but_cat2 .protk_bl:hover {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  background: #ff5f00 !important;
  width: 300px !important;
  font-weight: 100;
  height: 50px;
  font-size: 16px;
  transition: 0.3s !important;
  color: #ffffff !important;
  border: 1px solid #ff5f00 !important;
}

.set-one-wrapper .slider-constructor .slick-prev {
  border-radius: 0px !important;
  color: #ff5e14 !important;
  background-color: #ff5e1400 !important;
  left: 375px !important;
  bottom: -90px !important;
  border: 1px solid #ff5e14;
  top: auto;
  height: 50px;
  width: 50px;
}

.set-one-wrapper .slider-constructor .slick-next {
  border-radius: 0px !important;
  color: #ff5e14 !important;
  background-color: #ff5e1400 !important;
  right: 375px !important;
  bottom: -90px !important;
  border: 1px solid #ff5e14;
  top: auto;
  height: 50px;
  width: 50px;
}

.set-one-wrapper .slider-constructor .slick-prev:hover {
  color: #fff !important;
  background-color: #ff5e14 !important;
  border: 1px solid #ff5e14;
}

.set-one-wrapper .slider-constructor .slick-next:hover {
  color: #fff !important;
  background-color: #ff5e14 !important;
  border: 1px solid #ff5e14;
}

.product_set_slider .slick-next::before,
.inner-page .slick-next::before {
  content: url(https://kreptonn-systems.ru/media/uploads/arrw.svg);
  width: 23px;
  height: 32px;
}

.product_set_slider .slick-prev::before,
.inner-page .slick-prev::before {
  content: url(https://kreptonn-systems.ru/media/uploads/arrw.svg);
  width: 15px;
  height: 35px;
  transform: scale(-1, -1);
  left: 20px;
  position: absolute;
}

.product_set_slider .slick-next:hover::before,
.inner-page .slick-next:hover::before {
  content: url(https://kreptonn-systems.ru/media/uploads/arrw_b.svg);
  width: 23px;
  height: 32px;
}

.product_set_slider .slick-prev:hover::before,
.inner-page .slick-prev:hover::before {
  content: url(https://kreptonn-systems.ru/media/uploads/arrw_b.svg);
  width: 15px;
  height: 35px;
  transform: scale(-1, -1);
  left: 20px;
  position: absolute;
}

.slider-constructor .slick-arrow svg {
  display: none;
}

@media (max-width: 1279px) {
  .custom-alb-block {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }

  .set-one-wrapper .slider-constructor .slick-prev {
    left: 250px !important;
  }

  .set-one-wrapper .slider-constructor .slick-next {
    right: 250px !important;
  }
}

@media (max-width: 980px) {
  .set-one-wrapper .slider-constructor .slick-prev {
    left: -321px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .set-one-wrapper .slider-constructor .slick-next {
    left: 368px !important;
    margin-left: auto;
    margin-right: auto;
    right: 0 !important;
  }
}

@media (max-width: 921px) {
  .custom-alb-block .catalog-item {
    height: 230px;
    overflow: hidden;
    clip-path: polygon(
      25px 0%,
      calc(100% - 46px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
    background: #e7e9ec;
    transition: 0.2s linear;
    position: relative;
    padding: 40px;
  }

  .custom-alb-block p {
    font-size: 16px !important;
    line-height: 18px !important;
    margin-bottom: 35px !important;
  }
}

@media (max-width: 821px) {
  .custom-alb-block .catalog-item {
    height: 200px;
    overflow: hidden;
    clip-path: polygon(
      25px 0%,
      calc(100% - 46px) 0%,
      100% 0,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0px 100%,
      0% calc(100% - 18px),
      0% 25px
    );
    background: #e7e9ec;
    transition: 0.2s linear;
    position: relative;
    padding: 20px;
  }

  .custom-alb-block p {
    font-size: 16px !important;
    line-height: 18px !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .page-zagolovok1 {
    padding-left: 0px;
  }

  .page-zagolovok1 h2 {
    font-size: 25px !important;
  }

  .img_n {
    display: none;
  }

  .custom-alb-block {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .preimuchestva-2-wrapper {
    margin-top: -15px !important;
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .frontpage-but_cat2 .protk_bl {
    width: 100% !important;
  }

  .frontpage-but_cat2 .protk_bl:hover {
    width: 100% !important;
  }

  .slick-dots button {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 0;
    border-color: #ff5f00;
  }
}

@media (max-width: 500px) {
  .preimuchestva-2-wrapper .butt_kn {
    height: 100% !important;
  }

  .preimuchestva-2-wrapper .protk_bl {
    width: 100% !important;
  }

  .custom-alb-block {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
  }
}

/* примеры решений */

/* точки продаж */

.img_point {
  max-width: 100%;
  margin-bottom: 10px;
  border-radius: 15px;
}

.img_point_main {
  max-width: 100%;
  overflow: hidden;
  clip-path: polygon(
    35px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 35px),
    calc(100% - 35px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 35px
  );
  transition: 0.2s linear;
  position: relative;
}

.buttons_points {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}

@media (min-width: 1024px) {
  .points-zagolovok .grid-columns-lg-2 {
    grid-template-columns: 8fr 12fr !important;
  }
}

.button_learning {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  background: #ff5e0000 !important;
  width: 100% !important;
  font-weight: 100;
  padding: 16px 16px;
  justify-content: center;
  height: 50px;
  font-size: 16px;
  transition: 0.3s !important;
  color: #000000 !important;
  border: 1px solid #ff5f00 !important;
  display: flex;
}

.tatyana__img_show.active,
.sis__img_show.active,
.samara__img_show.active {
  background: #ec6c0f !important;
  color: #fff !important;
}

.points-zagolovok .about-custom-block {
  display: grid;
  gap: 20px;
  grid-template-columns: 8fr 12fr;
}

.button_learning {
  cursor: pointer;
}

.points-zagolovok .custom-catalog-block {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}

.points-zagolovok .custom-catalog-block .catalog-item {
  height: 221px;
  overflow: hidden;
  display: flex;
  clip-path: polygon(
    25px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 25px),
    calc(100% - 25px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 25px
  );
  background: #e7e9ec;
  transition: 0.2s linear;
  position: relative;
  padding: 20px;
}

.points-zagolovok .custom-catalog-block .catalog-item:hover {
  background: #e7e9ec !important;
  transition: 0.2s linear;
}

.main_zagolovok.point {
  padding-left: 60px;
}

.butpoint {
  padding-top: 10px !important;
  margin-bottom: 0px !important;
}

.text-point {
  color: #333;
  font-size: 14px;
  line-height: 20px !important;
  letter-spacing: 0.4px;
  margin-bottom: 78px !important;
}

.button_point {
  font-size: 16px;
  padding: 12px 45px;
  letter-spacing: 0.4px;
  font-weight: 500;
  font-style: normal;
  color: #616161;
  border: 1px solid #ec6c0f;
  border-radius: 50px;
}

.button_point:hover {
  background: #ec6c0f;
  color: white;
}

.img_point_main {
  max-width: auto;
  width: 100%;
}

.button_learning {
  cursor: pointer;
}

.img_point_main,
.img_point {
  display: none;
}

.img_point_main.show,
.img_point.show {
  display: block;
}

.tatyana__img_show.active,
.sis__img_show.active,
.samara__img_show.active {
  background: #ec6c0f;
  color: #fff;
}

.butoints {
  margin-bottom: 0px !important;
}

@media (max-width: 576px) {
  .catalog-kirpich {
    overflow: hidden;
  }
}

@media (max-width: 1279px) {
  .text-point {
    font-size: 12px;
    line-height: 16px !important;
    margin-bottom: 35px !important;
  }

  .points-zagolovok .custom-catalog-block {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .button_learning {
    padding: 16px 0px;
    font-size: 14px;
  }
}

@media (min-width: 967px) and (max-width: 1279px) {
  .button_point {
    font-size: 12px;
    position: absolute;
  }
}

@media (min-width: 967px) {
  .block_points .col-md-12 {
    width: 50%;
  }
}

.block_points .content-background-box__text-content {
  padding-bottom: 23px !important;
}

@media (max-width: 960px) {
  .buttons_points {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .button_learning {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .main_zagolovok.point {
    padding-left: 0px;
  }

  .points-zagolovok .about-custom-block {
    display: inline;
  }

  .points-zagolovok .custom-catalog-block {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .rt-block {
    padding-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .points-zagolovok .custom-catalog-block .catalog-item {
    height: 190px;
  }

  .buttons_points {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
  }
}

@media (max-width: 430px) {
  .points-zagolovok .custom-catalog-block .catalog-item {
    height: 168px;
  }
}

@media (min-width: 400px) {
  .point {
    width: 90%;
  }
}

/* сео */

.textblock-seo {
  padding-left: 60px;
  padding-top: 90px;
}

.seoints {
  width: 90%;
}

.set_part .mb-25 {
  display: none;
}

.set_part {
  margin-bottom: -40px !important;
}

.set_part .image_cover img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

@media (max-width: 1279px) {
  .content-background-box__container {
    min-height: 95px;
  }

  .set_part {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .textblock-seo {
    padding-left: 0px;
    padding-top: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .seoints {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .set_part {
    margin-bottom: -40px !important;
  }
}

/* подвал */

.footer-phone a {
  font-weight: bold;
  font-size: 22px;
  font-family: Montserrat !important;
  color: #000000;
}

.footer-contact {
  color: #000000;
}

.footer-content__title {
  color: #000000 !important;
  font-size: 16px;
  font-family: Montserrat !important;
}

.footer-content__column a {
  opacity: 1;
  color: #000000 !important;
}

.footer-content__column a:hover {
  opacity: 1;
  color: #ff5f00 !important;
}

.footer-subscribe input {
  border: 1px solid #b8b8b8;
  border-radius: 0;
  height: 40px;
}

.footer-subscribe button {
  height: 40px;
  border-radius: 0;
}

/* нижнее меню */

.bottom-mobile-menu__content {
  background-color: #e7e9ec;
  position: relative;
  z-index: 1;
  box-shadow: 0px -2px 15px 2px rgb(40 40 40 / 15%);
  height: 70px;
  display: flex;
  align-items: center;
}

.bottom-mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f8f800;
  z-index: 99;
}

.bottom-mobile-menu-button__inner {
  width: 80px;
}

.bottom-mobile-menu-button__text {
  line-height: 12px;
  font-size: 12px !important;
  color: #000 !important;
}

.bottom-mobile-menu-button:hover .bottom-mobile-menu-button__text {
  color: #ff5f00;
}

.bottom-mobile-menu-button_background.bottom-mobile-menu-button_active
  .bottom-mobile-menu-button__inner {
  background-color: #6e2c0d00 !important;
}

.bottom-mobile-menu-button:active .bottom-mobile-menu-button__text {
  color: #ff5f00;
}

.bottom-mobile-menu-button_background:hover .bottom-mobile-menu-button__inner {
  background-color: #6e2c0d00 !important;
}

.bottom-mobile-menu-button_active .bottom-mobile-menu-button__text {
  color: #ff5f00;
}

.bottom-mobile-menu-button__counter {
  background-color: #ff5f00;
}

.__fat-v2-nav ul li:hover {
  background: #47474700;
}

.about-page .akcii-col-img {
  border-radius: 30px;
}

/* шапка */

.header-cart span.cart-number {
  border-radius: 0px;
  background: #ff5f00;
}

.__h-fat-v2-bottom {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 99;
  width: 100%;
  height: 65px;
}

.__fat-v2-nav ul li a {
  color: #000;
}

.__fat-v2-nav ul li a.active {
  text-decoration: underline;
  color: #ff5f00;
  text-underline-position: none;
}

.__fat-v2-nav ul li a:hover {
  color: #ff5f00;
}

.cart-number {
  color: #000000;
}

.__fat-wrap {
  height: 50px;
  border: 1px solid #e7e9ec;
}

.catalog-box ul a {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #000000 !important;
}

.catalog-box ul a:hover {
  color: #ff5f00 !important;
}

.__fat-v2-nav ul {
  height: 100%;
}

.inner-page section.__h-fat-v2-bottom {
  background-color: #ff5f00 !important;
}

.__fat-wrap span {
  font-family: Montserrat !important;
  font-size: 14px !important;
  color: #ff5f00 !important;
}

.__fat-v2-options ul li a:hover {
  text-decoration: none;
}

.catalog-box {
  padding: 0;
}

.custom-header .link--arrow-left li::before {
  display: none !important;
}

.custom-header .link--arrow-left li {
  color: #808080 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  width: 200px;
}

.custom-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  padding: 0 60px;
  border: 1px solid #e7e9ec;
  background-color: white;
}

.custom-header .slider-constructor .slick-prev,
.custom-header .slider-constructor .slick-next {
  display: none !important;
}

.button_style-1 {
  border: 0px solid var(--main-elements-color, #2363d1);
}

.search-box form {
  display: flex;
  border-radius: 12px;
  background-color: white;
  flex-direction: row;
}

.catalog-box ul a {
  padding-right: 0;
}

.catalog-box li {
  max-width: max-content;
}

.cartidth {
  align-items: center;
  display: flex;
}

.custom-search .text-page img {
  margin-bottom: 0px !important;
}

.caidth {
  margin-bottom: 0px !important;
}

.general--width {
  max-width: 40%;
  width: 40%;
  grid-template-rows: repeat(1, auto) !important;
  display: flex;
  gap: 20px;
}

.catalog-box {
  background: #33333300;
}

.catalog-box {
  margin-top: 0;
}

.custom-search {
  height: 80px;
  padding: 0;
}

.custom-search .btn {
  height: 54px;
}

.search-box input {
  width: 100%;
}

.custom-search .search-box form {
  width: 100%;
}

.link--arrow-left {
  width: 30% !important;
}

.__header .row .col-lg-6 {
  display: none !important;
}

.__header .row {
  justify-content: space-between;
}

.custom-search {
  display: flex;
  align-items: center;
}

.custom-search .search-box input {
  background: transparent;
  color: #000000;
  width: 100%;
  border: none;
}

.custom-search a {
  display: flex;
  display: flex;
  align-items: center;
  position: relative;
}

.custom-search .search-box .submit {
  background: #ffffff;
  width: 60px;
  padding: 0;
}

.custom-search .search-box .submit img {
  height: 20px;
}

.custom-search {
  width: 100%;
  top: 80px;
}

.__header .catalog-box {
  display: none;
}

.fixed .__header {
  box-shadow: none;
}

.__header .options-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  max-height: 48px;
  height: 100%;
  width: 100%;
  margin-left: 0;
  align-items: center;
  gap: 20px;
}

.__header
  .row
  .col-lg-2:not(
    .__header .row .col-lg-2:first-child,
    .__header .row .col-lg-2:last-child
  ) {
  margin-left: auto;
}

.__header .contact-box {
  display: flex;
  max-height: 48px;
  height: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
  margin-left: 0;
  width: 100%;
  gap: 20px;
}

.__header .option-items.v-white a {
  font-size: 14px;
  line-height: 100%;
  padding-left: 36px !important;
}

.__header .options-box .login-register a {
  font-size: 14px;
  line-height: 100%;
  padding-left: 0;
}

.__header .option-items.v-white img {
  max-width: 28px;
  width: 28px;
}

.__header .option-items {
  display: flex;
  width: max-content;
}

.__header .options-box .login-register img {
  width: 26px;
}

.__header .contact-box {
  min-width: 0;
}

.shopping-cart-item__img img {
  max-width: 80px;
  max-height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 12px;
}

.shopping-cart-item__name {
  font-size: 14px;
  overflow: visible;
}

.__header .contact-box a {
  font-family: "Manrope";
  font-weight: 400 !important;
}

.__header .contact-box a img {
  display: none;
}

.__header [data-fancybox]::before {
  content: url(https://peterson-market.ru/media/uploads/order-call-arrow.svg);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.link--arrow-left {
  width: 30% !important;
}

.catalog-box ul {
  grid-auto-flow: column;
  justify-content: space-between;
}

.catalog-box ul {
  max-height: 485px !important;
  grid-template-rows: repeat(1, auto) !important;
}

@media (min-width: 991px) {
  .__header .row .col-lg-2 {
    width: 27.66667%;
  }
}

@media (min-width: 992px) {
  main {
    padding-top: 20px;
  }
}

.__header .options-box {
  display: none;
}

.custom1-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  background-color: white;
}

.adr {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
}

.custom1-header span {
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  gap: 10px;
  font-size: 14px !important;
  color: #000 !important;
  margin-bottom: -10px !important;
}

.header-new-first.text-page img {
  margin-bottom: 0px !important;
}

.allme {
  color: #000 !important;
}

.email {
  color: #000 !important;
}

.button-email {
  color: #000 !important;
}

.email span {
  margin-bottom: -12px !important;
}

@media (min-width: 767px) {
  .__header {
    display: none;
  }

  .mobile-header {
    display: none !important;
  }

  .header--mob {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .header-new-first {
    display: none;
  }

  .custom-search {
    display: none;
  }

  .offer-big-slider {
    margin-top: 30px;
  }

  .header--mob .search--box {
    display: none;
  }

  .header--mob .logo {
    max-width: 100%;
    width: 100%;
  }

  .burger-box .cart-mob img {
    width: 100%;
  }

  .header--mob svg {
    width: 100% !important;
    height: 49% !important;
  }

  .header--mob .cart--counter {
    width: 17px;
    height: 17px;
    border-radius: 0px;
    background-color: #ffffff;
    color: #000;
    position: absolute;
    top: -7px;
    right: -7px;
    box-shadow: 0px 0px 5px rgb(212, 212, 212);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--rb);
    font-size: 9px;
  }

  .header--mob .cart-mob {
    display: none;
  }

  .burger-box #my-button {
    margin-top: 4px;
  }

  .search-input-group__button {
    min-width: 48px;
    height: 40px;
    background-color: #ff5f00 !important;
    color: var(--white-color);
    stroke: var(--white-color);
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 10px;
  }

  .search-input-group__input {
    width: 100%;
    height: 40px;
    padding: 10px 16px;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #e1e1e1;
    outline: none !important;
    margin-top: 10px;
  }

  .phone-block__primary-link {
    color: #000 !important;
  }

  .phone-block__secondary-link {
    color: #000 !important;
  }

  .mobile-side-menu-footer__link {
    color: #000 !important;
  }
}

/* услуги */

.article-inner__content {
  width: 100%;
  background: #fff;
  padding: 0px 0px 0px 0px;
}

.about1-custom-block {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}

.about1-custom-block .company-block {
  width: 100%;
  padding: 60px;
  height: 300px;
  overflow: hidden;
  clip-path: polygon(
    25px 0%,
    calc(100% - 46px) 0%,
    100% 0,
    100% calc(100% - 25px),
    calc(100% - 25px) 100%,
    0px 100%,
    0% calc(100% - 18px),
    0% 25px
  );
  background: #e7e9ec;
  transition: 0.2s linear;
  position: relative;
  margin-bottom: 30px !important;
}

.about1-custom-block .company-block img {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  height: auto;
  z-index: -4;
  left: 0;
  transition: 0.2s linear;
}

.about-pages h3 {
  font-family: Montserrat !important;
  color: #000;
  font-size: 25px !important;
}

.about-pages {
  padding-left: 60px;
  padding-bottom: 30px;
}

.breadcrumbs {
  padding-left: 60px;
}

.expert-contact-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-content: flex-start;
}

.expert-contact-list span {
  align-items: center;
  position: relative;
  display: flex;
  gap: 10px;
  font-size: 14px !important;
  color: #000 !important;
  margin-bottom: -10px !important;
}

.expert-contact-list img {
  max-width: 11px;
  position: relative !important;
  bottom: 1px;
}

.form-block .form-text {
  margin-top: 0;
}

.custom-select {
  display: block !important;
}

.form-group label.select-label {
  margin-bottom: 20px;
}

.footer-right .privacy-policy.agree-one {
  margin-bottom: 10px;
}

.privacy-policy.agree-two .checkbox {
  margin-top: 10px;
}

.cookie-modal__content p a {
  color: #FF5F00;
}

.cookie-modal__content button:hover {
  background-color: #6e6e6e;
}

.menu-list__item_bottom {
  position: relative;
  bottom: 0;
}

.filter-show-all {
  z-index: 9999999999 !important;
}

@media (max-width: 767px) {
  .about-pages {
    padding-left: 0px;
  }

  .about1-custom-block .company-block {
    width: 100%;
    padding: 30px;
    height: 250px;
  }

  .breadcrumbs {
    padding-left: 0px;
  }

  .free-consultation-block .company-block img {
    left: auto;
    right: 0;
  }

  .free-consultation-block .proekt_p {
    width: 70%;
  }

  .free-consultation-block .form-block {
    height: auto;
  }

  section.feedback-form .form-text {
    margin-top: 15px;
  }

  section.feedback-form .form-group.privacy-policy.agree-one {
    margin-bottom: 0;
  }

  .custom-catalog-block .catalog-item p {
    width: 60%;
  }
}

@media (max-width: 575px) {
  .page-head {
    margin: 0;
    padding: 0 10px;
    background: #f5f5f500;
  }

  .article-inner__content {
    width: 100%;
    background: #fff;
    padding: 40px 10px 40px 10px;
  }
}

@media (max-width: 500px) {
  .about-page h2 {
    font-size: 25px;
  }

  h2 {
    font-size: 30px;
  }

  .about1-custom-block .company-block {
    width: 100%;
    padding: 30px;
    height: 200px;
  }
}
