.required label:after {
    content: "*";
    color: red;
}

.modal-window .modal-window_button:disabled{
    background: #ccc;
}


.required label.checkbox_list:after {
    content: "";
}


.field-checkoutform-customer_phone {
    display: flex;
    flex-direction: column;
}

/* плашка "Лимитированная коллекция" */

@media(max-width: 500px) {
    .product-card-plate {
        font-size: 10px;
        padding: 3px 6px;
    }
}

@media(max-width: 420px) {
    .product-card-plate {
        font-size: 7px;
    }
}

@media (min-width: 1215px) {
    .product-card-block {
        width: 100%;
    }
}



/* фиксированный хедер */

@media (max-width: 640px) {
    .header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
    }
}

@media (max-width: 640px) {
    .catalog_margin {
        margin-top: 80px;
    }
}

@media (max-width: 640px) {
    .product_margin {
        margin-top: 80px;
    }
}

@media (max-width: 640px) {
    .content_margin {
        margin-top: 80px;
    }
}

@media (max-width: 640px) {
    .search-page_margin {
        margin-top: 80px;
    }
}

@media (max-width: 640px) {
    .catalog-promo-banner {
        margin-top: 64px;
    }
}


/* Правки мобильной версии до 280px ширины */

@media (max-width: 375px) {
    .burger-line {
        width: 16px;
        height: 2px;
    }
    .burger-line:after {
        width: 16px;
        height: 2px;
        transform: translateY(5px);
    }
    .burger-line:before {
        width: 16px;
        height: 2px;
        transform: translateY(-5px);
    }


    .header .mobile-vision-640 {
        width: 110px;
    }
    .header-center-logo {
        margin: 0 auto;
    }
    

    .right-menu a {
        margin-right: 0;
        width: 20px;
    }
    .right-menu__basket__quantity {
        right: -14px;
        top: -8px;
        font-size: 8px;
        padding: 0 8px;
    }
}



.owl-dots.disabled {
    display: none!important;
}



/* Баннер на главной (Переход на новую форму на лендинга) */
.suggest-design-banner {
    background-image: url(../img/lending/suggest-design-banner.png);
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.suggest-design-banner .title {
    font-size: 64px;
}


@media (max-width: 600px) {
    .suggest-design-banner .title {
        font-size: 42px;
    }
}


.suggest-design-banner .link {
    background: #1d1d1b;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 180px;
    margin-top: 44px;
    text-align: center;
    padding: 11px 0 13px 0;
}



/* Каталог фильтры товаров сверху */

.catalog-right-tags .catalog-right-tags-label {
    margin-bottom: 10px;
}

.catalog-right-tags .catalog-right-tags-link {
    margin-bottom: 0;
    cursor: pointer;
    padding: 6px 20px 8px 20px;
    text-align: center;
    margin-right: 10px;
}

.catalog-right-tags .catalog-right-tags-checkbox {
    position: absolute;
    display: none;
}

.catalog-right-tags .catalog-right-tags-checkbox:checked~.catalog-right-tags-link {
    background: #375050;
    color: #fff;
}

.catalog-right-tags-mobile {
    display: none;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .catalog-right-tags-mobile {
        display: block;
    }
}

.catalog-right-tags-mobile .catalog-right-tags-link {
    margin-right: 0;
}

.catalog-right-tags-mobile .catalog-right-tags-label {
    margin-bottom: 0;
}

.sale{
    color: #ff3748 !important;
}


@media (min-width: 1220px) {
    .product-photo .product-photo-block {
        width: 100%;
        height: 473px;
    }

    .product-photo .product-photo-block .product-photo-img {
        object-fit: cover;
        height: 100%;
    }
    
}



.catalog-card-products_line .visibility-line-block-description {
    min-height: 117px;
}


.catalog-card-products_line .product-card-block-middle {
    justify-content: flex-start!important;
}



/* Дублирующаяся корзина в футере */

.fixed-bottom-cart {
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    width: 56px;
    height: 56px;
    right: 20px;
    bottom: 20px;
    border-radius: 16px;
    cursor: pointer;
}

.fixed-bottom-cart .right-menu__basket__quantity {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    top: -6px;
    right: -6px;
}

.fixed-bottom-cart svg {
    width: 50px;
    height: 25px;
}




/*  */
.catalog-card-products_line .white-block {
    bottom: 44px;
    height: 50px;
}

.white-bottom-link {
    overflow: hidden;
}

@media (max-width: 640px) {
    .header .right-menu {
        opacity: 0;
        visibility: hidden;
    }
}

/* Пагинация generation image (contest/admin) */

.pagination {
    gap: 15px;
    margin-top: 35px;
}

.pagination li {
    font-size: 18px;
}

.pagination li.active a {
    color: #00a88e;
}

.number-of-likes {
    justify-content: center;
}

.generated-images-modal .modal-middle .title {
    font-size: 24px !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.voting-images-block:hover .shadow-block {
    opacity: .5 !important;
}

.generated-images-modal .modal-middle-flex {
    gap: 10px;
}

.generated-images-modal {
    overflow: hidden;
}

@media(max-width: 768px) {
    .generated-images-modal .modal-middle .title {
        font-size: 18px !important;
    }
}

.product-card-block__price_old {
    white-space: nowrap;
}

@media(max-width: 376px) {
    .product-card-block__price_old {
        padding-left: 1px !important;
        font-size: 12px !important;
    }
}






@media (max-width: 400px) {
    /* .basket-widget-modal .widget-modal-body .widget-modal-body-price {
        flex-direction: column;
        align-items: baseline;
    }
    
    .basket-widget-modal .widget-modal-body .old-price {
        margin-left: 0!important;
        order: -1;
    } */


    .basket-widget-modal .widget-modal-body .widget-modal-body-price .new-price {
        font-size: 18px;
    }

    .basket-widget-modal .widget-modal-body .widget-modal-body-price .old-price {
        font-size: 14px;
    }
    
    .basket-widget-modal .widget-modal-body .widget-modal-body-product-title {
        font-size: 16px;
    }
    


    .basket-widget-modal .widget-modal-body .widget-modal-body-product-image {
        min-width: 100px;
        height: 100px;
    }

    .basket-widget-modal .widget-modal-body .quantity-product {
        width: 76px;
    }

    .basket-widget-modal .widget-modal-body .widget-modal-body-characteristics input {
        width: 76px;
    }
}

@media (max-width: 400px) {

    /* .checkout-right-basket .checkout-right-product .checkout-right-price {
        flex-direction: column;
        align-items: baseline;
    }

    .checkout-right-basket .checkout-right-product .old-price {
        margin-left: 0!important;
        order: -1;
    } */


    .checkout-right-basket .checkout-right-product .checkout-right-product-image {
        height: 100px;
        min-width: 100px;
    }

    .checkout-right-basket .checkout-right-product .checkout-right-product-title {
        font-size: 16px;
    }

    .checkout-right-basket {
        padding: 24px 12px;
    }

    .checkout-right-basket .checkout-right-product .checkout-right-price .new-price {
        font-size: 18px;
    }

    .checkout-right-basket .checkout-right-product .checkout-right-price .old-price {
        font-size: 14px;
    }



}

/* site.css */
/* Правки по хедеру */

.header {
    -webkit-backdrop-filter: Blur(6px);
}


.modal-open .header {
    background: #fff;
}

@media (max-width: 640px) {
    .checkout_margin {
        margin-top: 80px;
    }
}

.left-menu_active {
    top: 64px;
    box-shadow: none;
    padding: 20px 40px 200px 20px;
}

@media (max-width: 700px) {
    .left-menu_active {
        padding: 20px 20px 200px 20px;
    }
}


/* site.css */

@media (max-width: 450px) {
    .product-row .product-card-block__price {
        display: flex;
        align-items: center;
        gap: 6px;
    }
}



@media (max-width: 640px) {
    .account_margin {
        margin-top: 80px;
    }
}


.product-description__form .form__button:disabled {
    background: #ccc;
}