.contacts-list span {
    align-items: start;
}

.contacts-list span > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.contacts-list span > ul li {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}

.contacts-list span > ul li > small {
    width: 100%;
}

.contact-email:hover {
    color: inherit;
}

.main-slide {
    background-position: center;
    background-size: contain;
}

.ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    display: none;
    z-index: 10000;
}

.item-status.on-wait {
    color: #ff6c00;
}

.shop-items {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.shop-item {
    width: 100%;
    position: relative;
}

.pickup-box {
    position: relative;
    display: block !important;
    width: 100%;
    border-color: grey;
}

input[type="radio"]:checked + .pickup-box {
    border-color: #1D976C;
}

.shop-item input {
    left: 0;
    opacity: 0;
    position: absolute;
}

.basket-coupon-alert {
    border: 1px solid green;
    padding: 5px;
    border-radius: 9px;
    font-size: 14px;
    background-color: #d9ffe8;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.basket-coupon-alert.basket-coupon-text {
    width: calc(100% - 75px);
}

.text-danger {
    border-color: red;
    background-color: #ffd9d9;
}

.project-soa-error {
    border-color: red;
    background-color: #ffd9d9;
    padding: 10px;
    border-radius: 9px;
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

.products-bottom_section {
    padding-top: 0;
    margin-top: 4.8em;
}

@media (min-width: 1300px) {
    .product-card_section .wrapper-counter-btn .product-count {
        min-width: 30px;
        flex: unset;
        width: unset;
    }
}

@media (max-width: 991px) {
    .brands-row__slider .brand-item__row {
        display: flex;
        gap: 10px;
        flex: 322px 0 0;
    }
}

@media (min-width: 991px) {
    .brands-row__slider.brands-row {
        display: block;
    }

    .brands-row__slider .brand-item__row {
        padding: 0 .7em;
    }

    .brands-row__slider .brand-item__row > .brand-item:nth-child(1) {
        margin-bottom: 1.4em !important;
    }
}

.subscribe-form_policy a {
    color: white;
    font-size: 16px;
    border-bottom: unset;
    line-height: 1.7;
}

.popup-window {
    padding: 40px !important;
    border-radius: 10px !important;
    color: white !important;
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
    max-width: 330px;
    text-align: center;
}

.popup-window-buttons {
    display: flex;
    justify-content: center;
}

.popup-window td {
    padding-left: 0 !important;
}

.products-slider .product-item {
    height: 100%;
    display: flex !important;
}

.sale-order-list-inner-row-body {
    font-size: 14px;
    line-height: 18px;
}

.sale-order-list-status-alert {
    border: 1px solid grey;
    padding: 5px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 5px;
    background-color: #f2f2f2;
    color: black;
    font-weight: 500;
}

.sale-order-list-inner-title-line-item {
    font-weight: bold;
}

.wrapper_password-input {
    position: relative;
}

.wrapper_password-input .ico-eye {
    cursor: pointer;
    position: absolute;
    right: 1em;
    bottom: 0;
    top: 55%;
    margin: auto;
    transition: all .3s;
    z-index: 2;
    transform: translateY(-50%);
    background-image: url(../img/icons/eye-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 35px;
    width: 40px;
    opacity: 0.3;
}

.wrapper_password-input .ico-eye:hover {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(45%) sepia(100%) saturate(321%) hue-rotate(107deg) brightness(88%) contrast(95%);
}

.wrapper_password-input .ico-eye.is-open {
    background-image: url(../img/icons/eye.svg);
}

.main-slide {
    background-size: 100% 100%;
}


.is-blue .filter-btn,
.is-blue .product-card_btn,
.is-blue .filter_apply-btn {
    background: #2D73D9;
}

.is-blue .filter-btn:hover,
.is-blue .product-card_btn:hover,
.is-blue .filter_apply-btn:hover {
    background: #205cb3;
}

.is-blue .selectric .button::after {
    background: url('../img/icons/arrow-blue.svg') no-repeat center;
    background-size: contain;
}

.is-blue .selectric-items li.highlighted {
    background: #2D73D9;
}

.is-blue .selectric-items li:hover {
    color: #2D73D9;
}

.is-blue .main-pagination a:hover {
    color: white;
    background: #2D73D9;
}

.is-blue .main-pagination .next-page::before, .main-pagination .prev-page::before {
    border-top: 2px solid #2D73D9;
    border-right: 2px solid #2D73D9;
}

.is-blue .main-pagination .next-page:hover::before, .main-pagination .prev-page:hover::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.is-blue .unified-checkbox input[type="checkbox"]:checked + .checkbox-text::after {
    background: #2D73D9;
    border-color: #2D73D9;
}


.is-blue .product-item {
    border-color: #2D73D9;
}

.is-blue .product-item_price {
    color: #2D73D9;
}

.is-blue .product-item_discount {
    background: #2D73D9;
}

.is-blue .product-item_btn {
    background: #2D73D9;
}

.is-blue .product-item_btn:hover {
    background: #205cb3;
}

.is-blue .wrapper-counter-btn .counter-back, .is-blue .wrapper-counter-btn .counter-forward {
    background: #2D73D9;
}

.is-blue .product-card_right-column {
    border-color: #2D73D9;
}

.is-blue .product-card_fav.is-active {
    border-color: #2D73D9;
}

.is-blue .product-card_fav.is-active::before {
    filter: brightness(0) saturate(144%) invert(48%) sepia(13%) saturate(2721%) hue-rotate(176deg) brightness(98%) contrast(89%)
}

.is-blue .breadcrumbs a:hover {
    color: #2D73D9 !important;
}

.is-blue .product-item_title a:hover {
    color: #2D73D9;
    border-bottom-color: #2D73D9;
}

.is-blue .field-number {
    border-color: #2D73D9;
}

.is-blue .filter-item .ui-state-default {
    background-color: #2D73D9;
    border-color: #2D73D9;
}

.is-blue .filter-item .ui-widget-header {
    background-color: #2D73D9;
}

.is-blue .product-card_small-slider .slick-current .product-card_small-item {
    border-color: #2D73D9;
}

.is-blue .catalog_top_item {
    border: 1px solid #2D73D9;
}

.is-blue .catalog_top_item:hover {
    color: #2D73D9 !important;
}

@media only screen and (max-width: 600px) {
    .banner-item {
        min-height: 28vw;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-fixed_panel {
        justify-content: space-evenly;
    }

    .mobile-fixed_panel .item-text {
        display: inline;
    }
}

.main-slide {
    position: relative;
}

.main-slide_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.search__clear {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm3.707,12.293a1,1,0,1,1-1.414,1.414L12,13.414,9.707,15.707a1,1,0,0,1-1.414-1.414L10.586,12,8.293,9.707A1,1,0,0,1,9.707,8.293L12,10.586l2.293-2.293a1,1,0,0,1,1.414,1.414L13.414,12Z' fill='grey'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    opacity: 0.7;
    cursor: pointer;
    transition: all .2s linear;
}

.search__clear:hover {
    opacity: 1;
}

.slick-slide .brand-item {
    width: 156px;
}

@media (max-width: 768px) {
    .product-item_counter-btn {
        display: grid;
        grid-gap: 7px;
    }
}

.product-card_btns > .product-card_quantity {
    display: none;
}
.product-card_quantity {
    color: #1D976C;
    font-weight: 400;
    font-size: 14px;
}
.product-card_quantity span {
    font-weight: 700;
}
@media only screen and (max-width: 600px) {
    .product-card_quantity {
        margin-top: unset;
        width: 100%;
        text-align: center;
    }

    .product-card_btns > .product-card_quantity {
        display: block;
    }

    .product-card_btns + .product-card_quantity {
        display: none;
    }
}

.dropdown-menu .link {
    margin-bottom: 21px;
    text-decoration: none;
    border-bottom: 0;
    display: none;
    color: #1D976C;
}

@media (max-width: 600px) {
    .dropdown-menu .link {
        display: inline-block;
    }
}

.order-item_middle .item-code {
    font-size: 1.5rem !important;
}

.order-item_middle .item-code small{
    font-size: 0.8rem !important;
}

@media(max-width: 768px) {
    .dropdown-menu {
        padding-bottom: 40px;
    }
}

.catalog_top_item {
    max-width: 325px;
}

.product-item_btn__not-available {
    pointer-events: none;
    background-color: #e2e2e2;
    color: #929292;
}

.product-item_total-price {
    line-height: 2;
}

.profile_payer-type {
    font-size: 16px;
    margin-bottom: 20px;
}
.profile_payer-type span {
    font-size: 20px;
    font-weight: 700;
}

.product-card_price small, .product-item_price small{
    font-size: 16px;
}

.product-card_prices {
    display: flex;
    justify-content: space-between;
    vertical-align: top;
}

.product-card_prices > div:nth-child(2) {
    justify-content: end;
    text-align: right;
}

.product-card_price-column {
    align-items: center;
}

.product-card_attention.product-card_attention__mod-small {
    font-size: 14px;
}

.catalog_top_item.is-selected {
    background: radial-gradient(at top left , #70DCA2 0, #70DCA2 25%, #1D976C 55%, #1D976C 100%);
    color: white;
    font-weight: bold;
}

.is-blue .catalog_top_item.is-selected {
    background: linear-gradient(to bottom, #3578DA, #C0D5F4);
}

@media(min-width: 991px) {
    .catalog_top-menu__slider .slick-slide {
        height: unset;
    }
    
    .catalog_top-menu__slider .catalog_top_item {
        display: flex !important;
        height: 100%;
    }

    .catalog_top-menu__slider .slick-slide {
        padding: 0 5px;
    }

    .catalog_top-menu__slider .slick-prev {
        left: -50px !important;
    }

    .catalog_top-menu__slider .slick-next {
        right: -50px !important;
    }

    .catalog_top-menu {
        display: block;
    }
}