@font-face {
  font-family: "Tilda Sans";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/TransparentRub-Regular.ttf") format("truetype");
}

.TransparentRub {
  font-family: "Tilda Sans";
}

.hidden {
  display: none;
}

.header-info {
  margin-top: 16px;
}

.recaptcha-text {
  font-size: 14px;
  color: #aaa;
  text-align: right;
  padding-bottom: 10px;
  margin-top: -15px;
}
.recaptcha-text a {
  font-weight: normal;
  text-decoration: underline;
}
.recaptcha-text a:hover {
  text-decoration: none;
}
.grecaptcha-badge {
  visibility: hidden;
}

.color_gray::placeholder {
  color: #cdcdcd;
}
.top-indent10 {
  display: block;
  margin-top: 10px;
}
.franchise-page .input-text input {
  min-width: 150px;
}

/* Стили лоадера для загрузки товаров образов */
.look .el-loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: hsla(0, 0%, 100%, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
.look .el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.look .el-loading-spinner .circular {
  height: 42px;
  width: 42px;
  -webkit-animation: loading-rotate 2s linear infinite;
  animation: loading-rotate 2s linear infinite;
}
.look .el-loading-mask svg {
  color: inherit;
}
.look .el-loading-spinner .path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #6d0f0f;
  stroke-linecap: round;
}
/* Стили лоадера для загрузки товаров образов - конец */

/* Скрытие по умолчанию кнопки добавления в корзину */
.item-card .item-card__action_add.-mobile.hidden {
  display: none;
}

.collection__promo {
  position: relative;
}
.copied-text {
  display: none;
}
.code-sale.copied ~ .copied-text {
  position: absolute;
  top: -34px;
  right: 0;
  width: 115px;
  height: 30px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

/* Скрытие кнопки разворачивания списка чипсов */

@media screen and (min-width: 768px) {
  .collection-tabs__cnt_4,
  .collection-tabs__cnt_5 {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .collection-tabs__cnt_4 {
    display: none;
  }
}

@media screen and (min-width: 1281px) {
  .collection-tabs__cnt_5 {
    display: none;
  }
}

/* Скрытие кнопки разворачивания списка чипсов - конец */

/* Место под нижжними товарами в окне товаров образа */
.set-dropdown__list {
  padding-bottom: 55px;
}

.popup-sizes .fancybox-button svg {
  color: #000;
}

/* фикс высоты контейнера карточки товара в попапе образа */
.catalog__grid .card-set__gallery .item-card {
  margin-bottom: auto;
}
.card-set__gallery .item-card {
  margin-bottom: auto;
}

body > img {
  margin: auto;
}

/* фикс показа сео-текстов внизу страницы */

.footer-compact .footer__description_content ._g-hidden-mobile {
  display: none;
}
.footer-compact .footer__description_content h3._g-hidden-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-compact .footer__description_content ._g-hidden-mobile {
    display: block;
  }
}

.footer.-new .footer__description_content h1 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  max-width: 560px;
  margin: 10px 0;
}

/* вывод буллетов в текстах внизу */
.footer.-new .footer__description ul {
  padding-left: 22px;
}
.footer-compact
  .footer__description
  .footer__description_content
  ul._g-hidden-mobile {
  padding-left: 22px;
}
.footer.-new .footer__description ul li,
.footer.-new .footer__description ul li._g-hidden-mobile {
  list-style-type: disc;
  display: list-item;
  font-size: 12px;
  line-height: 14px;
}

@media screen and (min-width: 1024px) {
  .footer.-new .footer__description ul li,
  .footer.-new .footer__description ul li._g-hidden-mobile {
    font-size: 16px;
    line-height: 19px;
  }
}

/* CH-2227 from suppliers/index.php */

main .css-suppliers-container {
  max-width: 1150px;
  margin: 0 auto;
}

.css-suppliers-container .css-suppliers-h1 {
  text-align: center;
}

.css-suppliers-contents a {
  text-decoration: underline;
}

.css-suppliers-contents ul {
  padding-left: 25px;
}

.css-suppliers-contents ul li {
  display: block;
  position: relative;
}

.css-suppliers-contents ul li:before {
  display: block;
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #3e3e3e;
  left: -15px;
  top: 10px;
}

/*CH-2243*/
.css-suppliers-container-img {
  position: relative;
  margin-bottom: 30px;
}

.css-suppliers-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  -o-object-position: center center;
  object-position: center center;
}

/* серые описания в выпадашке подсказок при поиске городов */
.ch-popup-city__dropdown-item .desc {
  color: #a0a0a0;
  margin-left: 8px;
}

/**
Временный фикс размера шрифта в баннере под меню.
 */
.header-info__title {
  font: inherit;
  font-size: 15px;
}

/*
Смещение якоря оплаты для корректной прокрутки страницы доставки и оплаты до параграфа про оплату через ссылку с /#payment
*/
#payment {
  position: relative;
  top: -200px;
}

.ch-header-menu .ch-header-menu__item.-sale {
  color: #c28257;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ch-carousel-maintop {
    padding-top: 0;
  }
}

/**
Временный фикс показа переключателейФикс
 */
@media screen and (max-width: 767px) {
  .filter__show-more {
    display: block;
  }
}

/**
Стили для корректной работы редизайна авторизации на десктопе
 */
.popup-code__link-new {
  display: none;
}
.popup-code__link-new.-show {
  display: block;
}
.popup-code__note-new {
  display: block;
}
.popup-code__note-new.-hidden {
  display: none;
}

/*
Стили для ошибки в окне авторизации
*/
.ch-popup-auth__form .ch-input.-error input {
  border: 1px solid #d92f42;
}
.ch-popup-auth__form .input-text__error {
  color: #d92f42;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  line-height: 17px;
}

/*CH-2517 коррект положения иконки*/
.css-mb--10px {
  margin-bottom: -10px;
}

/*CH-2550 выделение коричневым цветом выпадашки фильтра по способам получения */
.ch-dropdown.highlight {
  color: var(--color-brand-violent);
  border: 1px solid var(--color-brand-violent);
}

/*CH-2734 */
.css-ch-container-city-box {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: 1000;
  padding: 48px;
  background: #00000040;
}

/*CH-2783*/
.css-order-link-delivery-status {
  text-decoration: underline;
}

/* фикс позиционирования времени работы в шапке */
div.ch-header-main__phone-text {
  display: block;
}

/* CH-3133 круглая рамка вокруг иконок, что бы не отличалось сильно */
.css-custom-atlant-background {
  border-radius: 50%;
  background: #f9f7f9;
  padding-left: 5px;
  padding-top: 5px;
}

.css-custom-atlant-background.css-pl7px {
  padding-left: 7px;
}

/*
.ch-header-search__result__elements__element{
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'tnum' on, 'lnum' on, 'ss04' on;
    color: #0F0F0F;
    padding: 12px 16px 15px 16px;
    display: flex;
    align-items: center;
}

.ch-header-search__result__elements__element img
{
    width:48px;
    height: 48px;
    margin-right: 16px;
}

.ch-header-search__result__chips{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 0px 16px 16px;
    gap: 8px;
}

.ch-header-search__result__chips__element{
    border: 1px solid #D1CFD1;
    border-radius: 44px;
    padding: 6px 16px 5px 16px;
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;

    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on, 'ss04' on;
    margin-right: 8px;
}

.ch-header-search__result__elements__section
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 8px 15px 16px;
    gap: 8px;
}

.ch-header-search__result__elements__section__first{
    font-family: 'Tilda Sans';
    font-style: normal;

    font-size: 15px;
    line-height: 140%;
    margin-right: 8px;
}

.ch-header-search__result__elements__section__second a{
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #808080;
}

.ch-header-search__result__elements__element__del_one{
    display: block;
    position: relative;

}

.ch-header-search__result__elements__element__del_one__left
{
    position: absolute;
    width: 19.76px;
    height: 0px;
    left: 15px;
    top: 5.02px;

    border: 1px solid #000000;
    transform: rotate(45deg);
}

.ch-header-search__result__elements__element__del_one__right
{
    position: absolute;
    width: 19.76px;
    height: 0px;
    left: 15px;
    top: 5.02px;

    border: 1px solid #000000;
    transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
}

.ch-header-search__result__elements__element__pop{
    padding: 12px 40px 15px 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.ch-header-search__result__show_all
{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    display:none;
}

.ch-header-search__result__show_all__button{
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on, 'ss04' on;
    color: #C28257;
    padding: 15px;
    border: 1px solid #C28257;
    cursor:pointer;
}
*/
/* CH-3133 круглая рамка вокруг иконок, что бы не отличалось сильно */
.css-custom-atlant-background {
  border-radius: 50%;
  background: #f9f7f9;
  padding-left: 5px;
  padding-top: 5px;
}
.css-custom-atlant-background.css-pl7px {
  padding-left: 7px;
}

/* CH-3127 */
.contacts_page__input_file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input-file._error .contacts_page__input-file-button {
  border-color: #f42f3e;
}

/* запрет на снятие лайка */
.vs-likeit-active {
  pointer-events: none;
  cursor: default;
}

.vs-likeit .like-empty {
  display: inherit;
}
.vs-likeit .like-fill {
  display: none;
}
.vs-likeit-active .like-empty {
  display: none;
}
.vs-likeit-active .like-fill {
  display: inherit;
}

/* фикс стилей верстки - иконки стикеров товаров */
.ch-product-card__label--novelty:before {
  background: url(../../site/images/icons-sprite.svg) -873px -2px no-repeat;
  height: 20px;
  width: 20px;
}

.ch-product-card__label--collection:before {
  background: url(../../site/images/icons-sprite.svg) -169px -2px no-repeat;
  height: 20px;
  width: 20px;
}

.ch-product-card__label--delivery:before {
  background: url(../../site/images/icons-sprite.svg) -524px -2px no-repeat;
  height: 20px;
  width: 20px;
}

.ch-product-card__label--complect:before {
  background: url(../../site/images/icons-sprite.svg) -281px -2px no-repeat;
  height: 20px;
  width: 20px;
}

.ch-product-card__label--product-day:before {
  background: url(../../site/images/icons-sprite.svg) -1036px -2px no-repeat;
  height: 20px;
  width: 20px;
}

.ch-product-card__label--in-store:before {
  background: url(../../site/images/icons-sprite.svg) -659px -2px no-repeat;
  height: 20px;
  width: 20px;
}

.ch-product-card__label--payment-shares:before {
  background: url(../../site/images/icons-sprite.svg) -980px -2px no-repeat;
  height: 20px;
  width: 20px;
}

.ch-product-card__label--hit:before {
  background: url(../../site/images/icons-sprite.svg) -603px -2px no-repeat;
  height: 20px;
  width: 20px;
}

.ch-product-card__label--novelty-big:before {
  background: url(../../site/images/icons-sprite.svg) -897px -2px no-repeat;
  height: 28px;
  width: 28px;
}

.ch-product-card__label--collection-big:before {
  background: url(../../site/images/icons-sprite.svg) -193px -2px no-repeat;
  height: 28px;
  width: 28px;
}

.ch-product-card__label--delivery-big:before {
  background: url(../../site/images/icons-sprite.svg) -548px -2px no-repeat;
  height: 28px;
  width: 28px;
}

.ch-product-card__label--complect-big:before {
  background: url(../../site/images/icons-sprite.svg) -305px -2px no-repeat;
  height: 28px;
  width: 28px;
}

.ch-product-card__label--product-day-big:before {
  background: url(../../site/images/icons-sprite.svg) -1060px -2px no-repeat;
  height: 28px;
  width: 28px;
}

.ch-product-card__label--in-store-big:before {
  background: url(../../site/images/icons-sprite.svg) -683px -2px no-repeat;
  height: 28px;
  width: 28px;
}

.ch-product-card__label--payment-shares-big:before {
  background: url(../../site/images/icons-sprite.svg) -1004px -2px no-repeat;
  height: 28px;
  width: 28px;
}

.ch-product-card__label--hit-big:before {
  background: url(../../site/images/icons-sprite.svg) -627px -2px no-repeat;
  height: 28px;
  width: 28px;
}

.other-offers {
  margin-top: 20px;
}
.other-offers .highlight {
  display: inline-block;
  background-color: #c28257;
  color: #fff;
  padding: 0 10px;
}

.ch-container.ch-container--footer .recaptcha-text {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .ch-container.ch-container--footer .recaptcha-text {
    margin-top: 0px;
  }
}

#bx-panel {
  grid-area: panel;
}
