.header-search__input{padding:0 12px;font-size: 1.22rem;color: #555;background: #f3f2ff;box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);border:none;border-radius:var(--border-radius-1)}
.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;padding: 15px;text-align:center;background:#f7f7f7;border-radius:4px}
.menu__banner div img {margin:15px 0;padding:15px}
.menu__banner span {color:#f44336;font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.article_description h3.heading{font-weight:700}

.list-group-item {
    display: flex;
    align-items: flex-start;
    min-height: 44px;
    font-size: .95em;
    background: none !important;
    border: none;
    flex-direction: column;
}


.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 11px;
}

.badge {
    display: inline-block;
    min-width: 12px;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: lighter;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #777;
    border-radius: 10px;
    margin-left: 6px;
}

.header-search__btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0px;
    height: calc(100%);
    width: 45px;
    color: var(--header-search-input-c);
    background: #0876cc;
    border: none;
    border-radius: 2px;
    transform: translate(0,-50%);
    transition: all ease-in-out .15s
}

.header-search__btn:hover {
    background-color: rgb(5, 82, 142);
    border-color: rgba(0 0 0 / .07);
    border-radius: 2px;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-switch {
    align-items: center;
    margin: 0 5px 0 0;
}

.qty-switch__input {
    border: 1px solid #b1b1b1;
    border-radius: 5px;
}

.qty-switch__input {
    width: 55px;
    height: 32px;
}

.qty-switch__btn.fa {
    font-size: 14px;
    color: #000000;
    background: none;
    border: none;
}

.qty-switch__btn.fa:hover {
    background: none;
}

.menu__level-1-a {
    font-size: 14px;
}
.menu__level-2-a {
    font-size: 14px;
}
.menu__level-3-a {
    font-size: 12px;
}

.uni-banner__title {
    background: rgb(3 77 162);
    text-shadow: none;
}

@media (min-width:1600px){
	.col-xxl-12{width: 80%;}
}

.prmn-cmngr a {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
}

.prmn-cmngr__title {
    color: #fff;
}

@media (min-width: 992px) {
    .top-links .top-links__a {
        margin-top: 0px;
        padding: 0;
        font-size: 13px;
        color: var(--top-menu-btn-c);
        background: none !important;
    }
}

.breadcrumb {
    overflow-x: visible;
}
.breadcrumb li {
    white-space: normal;
}


 .cdek-pickup-points {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #f9f9f9;
  }
  .cdek-pickup-points h3 {
    color: #003366;
    margin-top: 0;
  }
  .pickup-point {
    margin-bottom: 20px;
    padding: 15px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }
  .pickup-point h4 {
    color: #ff6900;
    margin-top: 0;
  }
  .notice {
    font-size: 0.9em;
    color: #666;
  }