.form-adminpanel {
    display: flex;
    flex-direction: column;
    /* padding: 15px; */
    margin: 25px;
}

.tox {
    margin-bottom: 2em;
}

p {
    margin: 0 15px;
    padding: 0 10px;
}

.full {
    width: 100%;
    margin-bottom: 25px;
}

.admin__story-posts-item,
.admin__chips-item,
.admin__main-discounts-item,
.admin__products-item,
.admin__season-sales-item {
    display: none !important;
}

#popup-support .popup__content {
    background-color: #fff;
    height: 520px;
}


#popup-support .popup__content .text-area-default {
    background-color: rgb(229 229 229 / 10%);
    border-radius: var(--br-sm);
    font-size: 16px;
    margin-bottom: 1em;
    padding: 1.25em 1em;
    resize: none;
    outline: none;
    border: 2px solid rgb(202 202 202 / 50%);
    width: 100%;
}


.logged-in-slider {
    background-color: #fff;
    color: var(--col-6);
    padding: 3.5em 0 1em;
}


.header__economy-icon,
.header__score-icon {
    -webkit-filter: inherit;
    filter: inherit;
    width: 1.5em;
    margin-right: .25em;
    fill: #e31e25;
}

.header__points span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e31e25;
}

.edit-admin,
.popup-link {
    color: #e31e25;
    text-decoration: none;

}



.btn-empty {
    padding: 1em 2em;
    color: #e31e25;
    border: 2px solid #e31e25;
    font-weight: 700;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
}

.main-index .logged-in-slider__img img,
.main-index .login-slider__img img {
    height: auto;
    width: 100%;
}

.header__content.header-down {
    background-color: rgba(255, 255, 255, 1.0);
}


.promo-cards {

    background-color: #e1e1e3;
    width: 100%;

}

main section.promo-cards {
    grid-column: 1/18;
}

.promo-cards-wrapper {

    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: auto;
    padding: 25px 0;
}

.promo-card {
    position: relative;
    background-color: #e31e25;
    padding: 10px 14px;
    border-radius: 12px;
    max-width: 30%;
    flex: 0 0 30%;
    text-decoration: none;
}

.card-img {

    width: auto;
    height: 32px;
}

.card-text {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    font-style: italic;
    color: #fff;
    text-align: right;
}


.big-discounts-slider .big-discounts-slider__price {
    background-color: #ff1820;
    transform: skew(-13deg);
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    box-shadow: none;
    width: fit-content;
}

.big-discounts-slider .big-discounts-slider__price .rubles {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    
}

.big-discounts-slider .big-discounts-slider__price .kop {
    font-size: 13px;
    color: #fff;
    font-weight: 900;
    
}


.banner {
  grid-column: 1/18;
  width: 100%;
  /* padding: 0 5px; */
  margin: 0;
}
.banner__wrapper {
  width: 100%;
  padding-bottom: 10px;
}

.banner__wrapper img {
  width: 100%;
  height: auto;
}


#popup-cards .popup__content {
  background-color: var(--col-7);
  padding: 0;
  
}

#popup-cards .popup__content .popup__content-top{

background-color: #fff;
padding: 2em 1.5em;
}

.popup-cards__header {
  
  color: #515050;
}

.popup-cards__score {
  color: #515050;
}

.popup-cards__score>div:first-child {
  color: #515050;
  font-size: 12px;
}

.popup-cards__score>div:nth-child(2) {
  color: #e31e25;
  font-size: 20px;
  font-weight: 900;
}



#popup-cards .popup__content .popup__close {
  position: absolute;
  margin: .5em;
  right: 0;
  top: 0;
  font-size: 24px;
  color: #e31e25;
}

.popup-cards__code {
  margin: 2em 1.5em 0 1.5em;
}


.login-slider {
    color: var(--col-6);
    background-color: #fff;
    padding: 3.5em 0 1em;
}

.login-slider__text {
    text-align: center;
    font-size: 18px;
    color: #e31e25;
}


.datepicker-toggle {
    /* display: inline-block; */
    position: relative;
    width: 24px;
    /* height: 24px; */
    
}
  .datepicker-toggle-button {
    
    width: 24px;
    height: 24px;
    background-image: url('../images/calendar.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  box-sizing: border-box;
  display: block;
  }

  #popup-change-birth__birth {
    border-radius: var(--br-sm);
    border: 1px solid var(--col-7);
    font-size: 16px;
    height: 3.5em;
    margin-bottom: 0; 
    padding: 1.25em 1em;
    width: 100%;
    margin-left: 10px;
    cursor: pointer;
}

#popup-registration2__birth{
  border-radius: var(--br-sm);
    border: 1px solid var(--col-7);
    font-size: 16px;
    height: 3.5em;
    margin-bottom: 0; 
    padding: 1.25em 1em;
    width: 100%;
    margin-left: 10px;
    cursor: pointer;
}



.datepicker-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    box-sizing: border-box;
  }
  .datepicker-input::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }

  .date-input-item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 3.5em;
    margin-bottom: 2em;

  }

  .login-slider__btn .popup-link:active, .login-slider__btn .popup-link:visited {
    color: #e31e25 !important;
}
.popup-menu__login-btn .popup-link:active,.popup-menu__login-btn .popup-link:visited {
  color: #fff !important;
}

.popup-discounts__img-box, .popup-main-discounts__img-box {
  min-height: 40vh;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1em;
  position: relative;
}

.logged-in-slider__btn .popup-link:active, .popup-link:visited {
  
    color: #e31e25;
   
}


/* Общие стили для чекбоксов и меток */
#popup-registration2 input[type="checkbox"] {
  display: none; /* Скрыть сам чекбокс */
}

#popup-registration2 input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 40px; /* Отступ слева для текста */
  cursor: pointer;
  font-size: 16px;
  line-height: 24px; /* Выравнивание текста по вертикали */
}

/* Стили для обводки и фона при наведении */
#popup-registration2 input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px; /* Ширина обводки */
  height: 28px; /* Высота обводки */
  border: 2px solid #FF1820; /* Красная обводка */
  border-radius: 8px; /* Радиус скругления */
  transition: background-color 0.3s; /* Плавное изменение фона */
}

/* Стили для галочки внутри обводки */
#popup-registration2 input[type="checkbox"]:checked + label::before {
  background-color: #FF1820; /* Красный цвет фона при нажатии */
}

#popup-registration2 input[type="checkbox"] + label::after {
  content: '\2713'; /* Галочка Unicode */
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 11px;
 /* transform: translate(-50%, -50%);*/
  color: #fff; /* Белый цвет галочки */
  font-size: 28px;
  font-weight: bold;
  opacity: 0; /* Начальная прозрачность галочки */
  transition: opacity 0.3s; /* Плавное появление галочки */
}

/* Появление галочки при нажатии */
#popup-registration2 input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

/* Стили для ссылок внутри меток */
#popup-registration2 input[type="checkbox"] + label a {
  color: #59595b; /* Цвет ссылок */
  text-decoration: none; /* Убрать подчеркивание */
}

/* Стили для ссылок при наведении */
#popup-registration2 input[type="checkbox"] + label a:hover {
  text-decoration: underline; /* Подчеркивание при наведении */
}

.ListParagraph { margin-left:36pt; margin-bottom:8pt; line-height:108%; font-size:11pt }


.date-input-item .flatpickr-input{
  width: 100%;
}

.notification-count {
  display: inline-block;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 3px 6px; /* Adjust size according to your needs */
  font-size: 0.75rem; /* Adjust font size according to your needs */
  vertical-align: top;
  
}

.popup-notifications__item-header{
font-weight: 400;
}


@media screen and (max-width:350px) {


  .card-text {
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    font-style: italic;
    color: #fff;
    text-align: right;
    line-height: 12px;
}

.popup-cards__code {
  margin: 30px 10px 10px;
  padding: 15px 5px;
}

.popup-cards__code svg{
  width:275px;
  height:275px;
}
  
}


.big-discounts-slider__discount {
  
  
}

.big-discounts-slider__name{
  padding: 10px;
  background: #fffc;
}

.big-discounts-slider .swiper-slide>div {
 
  background-position: bottom  right ;
  
}