@import "layout.css";

.banner_container {
    margin-top: 25px;
}

.products_container {
    margin-top: 40px;
    margin-bottom: 30px;
}

.products_container h2 {
    padding-left: 45px;
    background-position: left center;
    background-size: 30px;
    background-repeat: no-repeat;
}

.products_container.hits h2 {
    background-image: url('../img/category_icons/icon_category_hit.svg');
}

.products_container.cat_id_1 h2 {
    background-image: url('../img/category_icons/icon_category_sets.svg');
}

.products_container.cat_id_2 h2 {
    background-image: url('../img/category_icons/icon_category_combo.svg');
}

.products_container.cat_id_3 h2 {
    background-image: url('../img/category_icons/icon_category_rolls.svg');
}

.products_container.cat_id_4 h2 {
    background-image: url('../img/category_icons/icon_category_grilled-rolls.svg');
}

.products_container.cat_id_5 h2 {
    background-image: url('../img/category_icons/icon_category_hoso.svg');
}

.products_container.cat_id_6 h2 {
    background-image: url('../img/category_icons/icon_category_nigiri.svg');
}

.products_container.cat_id_7 h2 {
    background-image: url('../img/category_icons/icon_category_temaki.svg');
}

.products_container.cat_id_8 h2 {
    background-image: url('../img/category_icons/icon_category_pizza.svg');
}

.products_container.cat_id_9 h2 {
    background-image: url('../img/category_icons/icon_category_fastfood.svg');
}

.products_container.cat_id_10 h2 {
    background-image: url('../img/category_icons/icon_category_salads.svg');
}

.products_container.cat_id_11 h2 {
    background-image: url('../img/category_icons/icon_category_wok.svg');
}

.products_container.cat_id_12 h2 {
    background-image: url('../img/category_icons/icon_category_backed-rolls.svg');
}

/*.cat_id_1*/
.banner_container .carousel-item,
.carousel-item_promo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    border-radius: 40px;
    overflow: hidden;
}

.carousel-item_promo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.banner_container .carousel-item .container-fluid,
.banner_container .carousel-item .container-fluid .row {
    height: 100%;
}

.banner_container,
.carousel-item_promo {
    border-radius: 40px;

}

.banner_container .carousel-item .row {
    align-items: center;
}

.banner_container .carousel-item .row .col-md-6 {
    height: 100%;
}

.carousel-item_promo .carousel_image_wrapper,
.banner_container .carousel-item .carousel_image_wrapper {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-right: -12px;
}

.banner_container .carousel-item .carousel_image_wrapper img,
.carousel-item_promo .carousel_image_wrapper img {
    max-width: 100%;
    width: auto;
}

.banner_container .carousel-control-next,
.banner_container .carousel-control-prev {
    width: 105px;
}

.banner_container .carousel-control-next-icon,
.banner_container .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
    background-image: url('../img/car_arrow.jpg');
    border-radius: 10px;
}

.banner_container .carousel-control-next-icon {
    transform: rotate(180deg);
}

.banner_container .carousel-control-next,
.banner_container .carousel-control-prev {
    opacity: 1;
}

.banner_container .carousel_text,
.carousel-item_promo .carousel_text {
    max-width: 380px;
    padding-top: 58px;
    padding-bottom: 58px;
    display: flex;
    flex-direction: column;
    margin-left: 147px;
    align-items: flex-start;
    height: 100%;
}

.banner_container .carousel_text .title,
.carousel-item_promo .carousel_text .title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
}

.banner_container .carousel_text .desc,
.carousel-item_promo .carousel_text .desc {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.banner_container .carousel_text a,
.carousel-item_promo .carousel_text a {
    padding: 17px 42px;
    border-radius: 500px;
    border: 2px solid #20211C;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    /* margin-top: auto; */
    background-color: #20211C;
    transition: all 0.5s;
}

.banner_container .carousel_text a:hover,
.carousel-item_promo .carousel_text a:hover {
    color: #20211C;
    background-color: #fff;
}

.banner_container .carousel-indicators [data-bs-target] {

    width: 4px;
    height: 4px;
    transition: 0.5s;
    border-radius: 2px;
}

.banner_container .carousel-indicators .active {
    width: 36px;
    transition: 0.5s;
}

.product_item .price_block .prices {
    align-items: flex-start;
}

ul.menu_food a.active {
    color: #fff;
    background-color: #FF0A0A;
}

.mobile_cart {
    padding: 21px;
    background: #FF0A0A;
    color: #fff;
    border-radius: 24px;
    font-weight: bold;
    font-size: 18px;
    /* display: flex; */
    display: none;
    align-items: center;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 6;
}

.mobile_cart img {
    margin-right: 7px;
}

@media (max-width: 1200px) {

    .banner_container .carousel_text,
    .carousel-item_promo .carousel_text {
        margin-left: 85px;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .header_desktop ul.menu_food {
        display: flex;
        flex-direction: column;
        max-height: 58px;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {

    .order_page .order_tracker{
        margin: 0 auto;
    }

    .order_page .container h1{
        font-size: 26px;
        margin-bottom: 16px;
        text-align: left;
    }

    .order_page .container p{
        text-align: left;
        margin-bottom: 10px;
    }

    .order_tracker {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .order_tracker .step {
        margin-right: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding-bottom: 45px;
    }

    .order_page .order_tracker .step .icon {
        margin: 0 15px 0 0;
    }

    .order_page .order_tracker .step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 30px;
        left: 30px;
        height: 100%;
        width: 1px;
        z-index: -1;
        border-left: 1px dashed #D9D9D9;
    }

    .order_page .order_tracker .step.is_completed:not(:last-child)::after {
        border-left: 1px dashed #FF0A0A;
    }

    .mobile_food_menu {
        display: none;
    }

    .mobile_food_menu.visible {
        display: block;
    }

    .banner_container .carousel_text,
    .carousel-item_promo .carousel_text {
        margin-left: 32px;
    }

    .mobile_catalog ul {
        padding-left: 50px;
    }

    .banner_container .carousel_text .title,
    .carousel-item_promo.carousel_text .title {
        font-size: 32px;
    }

    .carousel-item_promo .carousel_text .desc,
    .banner_container .carousel_text .desc {
        font-size: 16px;
    }

    .banner_container .carousel_text a {
        font-size: 16px;
        padding: 20px 34px;
    }
}

.mobile_promo_link {
    display: none;
}

@media (max-width: 768px) {

    .banner_container .carousel-item,
    .carousel-item_promo {
        height: auto;
    }

    .carousel_text {
        margin-left: 30px;
        margin-right: 30px;
        max-width: 100%;
    }

    .mobile_promo_link {}

    .carousel_text a {
        display: none;
    }

    .banner_container .col-md-6>a {}

    .carousel-item .col-md-6>a,
    .carousel-item_promo .col-md-6>a {
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 500px;
        border: 2px solid #20211C;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        background-color: #20211C;
        transition: all 0.5s;
        margin-top: 36px;
        margin-bottom: 55px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .banner_container .col-md-6>a:hover {
        color: #20211C;
        background-color: #fff;
    }

    .banner_container .carousel-item .carousel_image_wrapper img,
    .carousel-item_promo .carousel_image_wrapper img {
        margin-right: -100px;
    }

    .carousel-item_promo .carousel_image_wrapper {
        height: auto;
    }

    .carousel-item_promo .carousel_text {
        margin-left: 25px;
    }

    .carousel-item_promo .carousel_text {
        max-width: 100%;
    }
}

.cart_icon_m {
    display: none;
}


.product_item .open_modal {
    cursor: pointer;
}

.product_item .open_modal>img {
    border-radius: 30px;
    margin-bottom: 26px;
    width: 100%;
}

.product_modal {
    background-color: rgba(0, 0, 0, 0.5);
    /* Полупрозрачный черный цвет */
}

.modal.product_modal .modal-dialog {
    max-width: 1000px;
    border-radius: 40px;
    margin-top: 180px;
}

.modal.login_modal .modal-dialog {
    margin-top: 180px;
}

.modal.product_modal .product_info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.modal.product_modal .modal-dialog .modal-content {
    border-radius: 40px;
}

.modal.product_modal .modal-dialog .btn-close,
.modal.login_modal .modal-dialog .btn-close {
    position: absolute;
    right: 0;
    top: -40px;
    --bs-btn-close-color: #fff;
    color: #fff;
    background-image: url('../img/icon_x.svg');
    transform: scale(2.5);
}

.modal.product_modal .modal-dialog .col-md-6>img {
    width: 100%;
    border-radius: 30px;
}

.modal.product_modal .modal-content {
    padding: 20px;
}

.modal.product_modal .product_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.modal.product_modal .product_title .title {
    font-size: 42px;
    margin-bottom: 0;
}

.modal.product_modal .product_title .count {
    color: #fff;
    padding: 8px 12px;
    border-radius: 40px;
    background-color: #20211C;
    margin-left: 15px;
    margin-bottom: 0;
    white-space: nowrap;
}

.modal.product_modal .product_desc {
    font-size: 18px;
    margin-bottom: 20px;
}

.modal.product_modal .product_inner {
    margin-top: auto;
}

.modal.product_modal .product_inner .in_order {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.modal.product_modal .product_inner .in_product_items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 16px;

}

.modal.product_modal .product_inner .in_product_items .item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 10px;
}

.modal.product_modal .product_inner .in_product_items .item img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
}

.modal.product_modal .product_inner .in_product_items .item p {
    font-size: 16px;
    margin-bottom: 0;
}

.modal.product_modal .product_inner .in_product_items .item p span {
    font-size: 14px;
}

.modal.product_modal .price_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    margin-top: auto;
}

.modal.product_modal .price_block .prices {
    display: flex;
    flex-direction: column;

}

.modal.product_modal .price_block .prices .old_price,
.modal.product_modal .price_block .prices .new_price {
    margin-bottom: 0;
    line-height: 1;
}

.modal.product_modal .price_block .prices .old_price {
    font-size: 26px;
    position: relative;
}

.modal.product_modal .price_block .add_to_cart {
    background-color: #FF0A0A;
    padding: 18px 29px;
    width: auto;
    height: auto;
    border-radius: 32px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.modal.product_modal .price_block .add_to_cart img {
    margin-right: 9px;
}

.modal.product_modal .price_block .prices .old_price::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /*top: 13px;*/
    /*left: -5px;*/
    /*right: 5px;*/
    background-image: url("../img/red_line.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.modal.product_modal .price_block .prices .new_price {
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

@media (max-width: 768px) {
    .modal.product_modal .product_info {
        margin-top: 40px;
    }

    .modal.product_modal .modal-dialog {
        margin-top: 30px;
    }

    .modal.login_modal .modal-dialog {
        margin-top: 30px;
    }

    .modal.product_modal .modal-dialog .btn-close,
    .modal.login_modal .modal-dialog .btn-close {
        position: absolute;
        right: 0;
        top: -25px;
        --bs-btn-close-color: #fff;
        color: #fff;
        transform: scale(2.5);
    }

    .modal.product_modal .price_block {
        margin-bottom: 40px;
    }
}

@media (max-width: 450px) {
    .modal.product_modal .product_inner .in_product_items .item p {
        flex-direction: column;
        display: flex;
    }

    .modal.product_modal .product_title .title {
        font-size: 30px;
    }

    .modal.product_modal .modal-dialog {
        margin-top: 40px;
    }

    .modal.product_modal .product_title {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .modal.product_modal .product_title .count {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .modal.product_modal .price_block .add_to_cart {
        font-size: 15px;
        padding: 15px 10px;
    }

    .checkout_form {
        padding: 0 15px;
    }

    .foot_links.foot_right_links {
        max-width: 100%;
    }
}

.modal.login_modal {
    border-radius: 30px;

}

.modal.login_modal .modal-dialog {
    border-radius: 30px;
}

.modal.login_modal .modal_login_content {
    display: flex;
    min-height: 450px;
    border-radius: 30px;

    flex-direction: column;
    padding: 40px;
    padding-top: 50px;
}

.modal.login_modal .modal-content {
    border-radius: 30px;

}


.modal.login_modal .modal_login_button {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    background-color: #FF0A0A;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    border: none;
}

.modal.login_modal .modal_login_content .modal_login_header {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal.login_modal .modal_login_content .modal_login_desc {
    font-size: 16px;
    margin-bottom: 33px;
}

.modal_login_forms {
    display: flex;
    flex-direction: column;
}

.modal_login_forms .input_phone label {
    display: flex;
    align-items: center;
    background-color: #F8F8FA;
    border-radius: 14px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.modal_login_forms .input_phone label img {
    margin-right: 10px;
}

.modal_login_forms .input_phone label input {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #F8F8FA;

}

.modal_login_forms .account_info input {
    margin-bottom: 10px;
    background-color: #F8F8FA;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 20px;
    border: none;
}

.modal_login_forms {
    margin-bottom: 34px;
}

.confirmation_form {
    display: none;
}

.confirmation_code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-left: -5px;*/
    /*margin-right: -5px;*/
    max-width: 100%;
}

.confirmation_code input {
    padding: 12px 20px;
    font-size: 31px;
    font-weight: 500;
    border: none;
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
    display: flex;
    flex-shrink: 1;
    max-width: 65px;
    background-color: #F8F8FA;
    border-radius: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
}


#accordionLegal .accordion-item {
    border-radius: 20px;
    background-color: #F8F8FA;
    margin-bottom: 12px;
    border: none;
}

#accordionLegal .accordion-item .accordion-header .accordion-button {
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background-color: #F8F8FA;
    padding: 28px 40px;
    font-size: 20px;
    font-weight: 600;
    outline: none;
}

#accordionLegal .accordion-item .accordion-button:not(.collapsed) {
    color: #20211C;
}

#accordionLegal .accordion-item .accordion-collapse .accordion-body {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.1;
    padding-bottom: 40px;
}

#accordionLegal {
    margin-top: 55px;
    margin-bottom: 80px;
}

#accordionLegal .accordion-item .accordion-collapse {}

.back_to_main {
    font-size: 14px;
    color: #FF0A0A;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 64px;
    font-weight: 500;
}

.back_to_main img {
    margin-right: 9px;
}

.simple_page h1 {
    font-size: 45px;
    font-weight: 500;
    max-width: 770px;
    margin-bottom: 25px;
}

.legal_container p {
    font-size: 16px;
    line-height: 1.1;
}

#accordionLegal .accordion-button::after {
    background-image: url('../img/accordion_white.svg');
    width: 40px;
    height: 40px;
    background-size: 40px;

}

#accordionLegal .accordion-button:not(.collapsed)::after {
    background-image: url('../img/accodion_red.svg')
}

@media (max-width: 991px) {
    .legal_container h1 {
        font-size: 28px;
    }

    #accordionLegal .accordion-item .accordion-collapse .accordion-body {
        padding: 25px;
    }

    #accordionLegal .accordion-item .accordion-header .accordion-button {
        padding: 25px;
    }
}

.contacts_wrapper {
    margin-top: 20px;
    display: flex;

}

.contacts_wrapper .adresses {
    width: 100%;
    height: 100%;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
}

.contacts_wrapper .adresses .item {
    border-radius: 15px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: #F8F8FA;
    padding: 20px 30px;
    height: 100%;
    width: calc(25% - 16px)
}

.contacts_wrapper {
    display: flex;
}

.contacts_wrapper .phones {
    min-width: 340px;
    margin-left: 15px;
}

.contacts_wrapper .phones .phone_item:first-of-type {
    margin-bottom: 15px;

}

.contacts_wrapper .phones .phone_item {
    border-radius: 15px;
    padding: 20px 35px;
    background-color: #F8F8FA;
}

.contacts_wrapper .phones .phone_item a {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #20211C;
}

.contacts_wrapper .phones .phone_item a img {
    margin-right: 10px;
}

.contacts_wrapper .phones .phone_item p {
    font-size: 14px;
    font-weight: 300;
}

.contacts_wrapper .adresses .row {
    margin-left: -8px;
    margin-right: -8px;
}

.contacts_wrapper .adresses .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
}

.contacts_wrapper .adresses .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 240px;
}

.contacts_wrapper .adresses .item .title {
    padding: 6px 11px;
    background-color: #fff;
    font-size: 12px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.contacts_wrapper .adresses .item .adress {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}

.contacts_wrapper .adresses .item .worktime {
    color: #20211C;
    opacity: 0.6;
    margin-top: auto;
}

.contacts_wrapper .adresses .item .title img {
    margin-right: 7px;
}

.map_contacts {
    margin-top: 50px;
    border-radius: 20px;
    margin-bottom: 90px;
}

@media (max-width: 1400px) {
    .contacts_wrapper .adresses .item .adress {
        font-size: 16px;
    }

    .fixed_header_wrapper ul li a {
        font-size: 11px;
    }

    .contacts_wrapper .adresses .item .worktime {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .contacts_wrapper {
        display: flex;
        flex-direction: column;
    }

    .fixed_header_wrapper .menu_food {
        display: flex;
        flex-direction: column;
        max-height: 58px;
        flex-wrap: wrap;
    }

    .product_item .product_title h3 {
        font-size: 20px;
    }

    .contacts_wrapper .phones {
        margin-left: 0;
    }

    .contacts_wrapper .adresses .item {
        margin-bottom: 16px;
    }
}

@media (max-width: 991px) {
    .contacts_wrapper .adresses .item {
        width: calc(50% - 16px);
        margin-bottom: 16px;
    }

    .contacts_wrapper .adresses {
        flex-wrap: wrap;
    }

    .contacts_wrapper .adresses .item .title {
        background-color: rgba(255, 10, 10, .08)
    }

    .contacts_wrapper .adresses {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .contacts_wrapper .phones {
        min-width: 100%;
    }

    .contacts_wrapper .adresses .item {
        padding: 15px 22px;
    }

    .contacts_wrapper .phones .phone_item a {
        font-size: 22px;
    }
}

.reviews_wrapper {
    max-width: 900px;
    display: flex;
    flex-direction: column;
}

.reviews_wrapper .title_block {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.reviews_wrapper .title_block h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
}

.reviews_wrapper .title_block p {
    font-size: 16px;
    color: rgba(32, 33, 28, 0.6);
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.reviews_wrapper .title_block p img {
    margin-right: 6px;
}

.reviews_wrapper .title_block p span {
    font-size: 32px;
    font-weight: 500;
    color: rgba(32, 33, 28, 1);
}

.reviews_page {
    background-color: #F8F8FA;
    margin-bottom: 80px;
}

.reviews_wrapper .reviews .item {
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px;
}

.reviews_wrapper .reviews .item .item_profile {
    display: flex;
    align-items: center;
}

.reviews_wrapper .reviews .item .item_profile img {
    margin-right: 10px;
    border-radius: 50%;
}

.reviews_wrapper .reviews .item .item_profile .text p {
    margin-bottom: 0;
}

.reviews_wrapper .reviews .item .item_profile .text .title {
    font-size: 16px;
    font-weight: 500;
}

.reviews_wrapper .reviews .item .item_profile .text .pubdate {
    color: rgba(32, 33, 28, 0.6);
    font-size: 12px;
    font-weight: 400;
}

.reviews_wrapper .reviews .item .item_stars {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.reviews_wrapper .reviews .item .item_stars img {
    margin-right: 5px;
}

.reviews_wrapper .reviews .item .item_content {
    margin-bottom: 25px;
}

.reviews_wrapper .reviews .item .item_content .text {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 500;
}

.reviews_wrapper .accordion-button {
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    box-shadow: none;
}

.reviews_wrapper .accordion-button::after {
    margin-left: 7px;
    transform: rotate(0deg);
    width: 6px;
    height: 6px;
    background-position: center;
    background-size: 7px;
    background-image: url('../img/mini_arrow.svg');
    transition: 0.2s ease-in-out all;
}

.reviews_wrapper .accordion-button.collapsed::after {
    transform: rotate(180deg);
    transition: 0.2s ease-in-out all;

}

.reviews_wrapper .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #20211C
}

.reviews_wrapper .accordion-body {
    padding-left: 50px;
}

.reviews_wrapper .accordion-body .text {
    font-size: 12px;
    margin-top: 10px;
}

@media (max-width: 576px) {
    .reviews_wrapper .title_block {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*.show {*/
/*    display: none;*/
/*!important*/
/*}*/

.cart_item .product_text {
    margin-right: auto;
}

.order_info {
    padding: 30px;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #eeeeed;
    margin-bottom: 32px;
}

.gray_background {
    margin-top: 20px;
    padding-top: 30px;
    background-color: #f8f8fa;
    padding-bottom: 30px;
}

.top-border {
    border-top: 1px solid #eeeeed;
    margin-top: 20px;
    padding-top: 30px;
}

.order_item {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.order_item .dashed {
    flex-shrink: 1;
    width: 100%;
    background-image: url('../img/dashed.svg');
    background-size: auto;
    background-position: center;
    background-repeat: repeat-x;
}

.order_item p {
    white-space: nowrap;
}

.order_item .title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.order_item .count {
    color: rgba(32, 33, 28, 0.5);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.product_order_price {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.form_radio {
    display: flex;
    align-items: center;
    border-radius: 14px;
    /*border: 1px solid red;*/
    background: #fff;
    padding: 17px;
    margin-bottom: 10px;
    font-weight: 400;
}

.order_minititle {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
}

.form_radio input[type=radio] {
    display: none;
}

.form_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 0;
    /*line-height: 18px;*/
    user-select: none;
    font-weight: 400;
}

.form_radio label:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url(../img/radio-1.svg) 0 0 no-repeat;
}

/* Checked */
.form_radio input[type=radio]:checked+label:before {
    background: url(../img/radio-2.svg) 0 0 no-repeat;
}

/* Hover */
.form_radio label:hover:before {
    filter: brightness(120%);
}

/* Disabled */
.form_radio input[type=radio]:disabled+label:before {
    filter: grayscale(100%);
}

.checkout_form input {
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 14px;
    width: 100%;
    background-color: #fdfdfd;
    outline: none;
}

.checkout_form input::placeholder {
    color: #878790
}

.checkout_form .order_width {
    max-width: 700px;
}

.input_cashback_from {
    background: #fff;
}

.checkout_form sup {
    color: #ff0000;
}

.checkout_form .input_wrapper label {
    font-size: 16px;
    font-weight: 500;
    color: #20211C;
    margin-bottom: 10px;
}

.checkout_form .input_wrapper.input_white input {
    padding: 21px;
    background-color: #fff;
    /*border: 1px solid blue;*/
}

.checkout_form .input_wrapper:not(.input_white) {
    border-bottom: 1px solid #878790
}

.checkout_form .input_wrapper:not(.input_white) label {
    margin-bottom: 2px;
}

.checkout_form .input_wrapper:not(.input_white) input {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    margin-bottom: 10px;
    /*border: 1px solid green;*/
}

.checkout_form .input_wrapper.input_white input.mask-phone {
    background-image: url("../img/flag_rk.jpg");
    padding-left: 70px;
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 20px center;
}

.checkout_info{
    position: sticky;
    top: 100px;
}

.checkout_info .order_shipping,
.checkout_info .order_total,
.order_resume .count_products {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout_info .order_total {
    margin-top: 30px;
    margin-bottom: 25px;
}

.checkout_info .order_shipping p,
.order_resume .count_products p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.checkout_info .order_total p {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 0;
}

.checkout_info .discount_block .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.checkout_form .col-md-8 {
    padding-right: 150px;
}

.checkout_form button {
    height: 56px;
    width: 100%;
    border-radius: 500px;
    background-color: #FF0A0A;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FF0A0A;
}

.checkout_form button:hover {
    color: #FF0A0A;
    background-color: #FFf;
    border: 2px solid #FF0A0A;

}

.checkout_form .input_wrapper:not(.input_white) {
    display: flex;
    flex-direction: column;
}

.checkout_form .input_wrapper select {
    background: transparent;
    border: 0;
    appearance: none;
    /* remove arrow        */
    -webkit-appearance: none;
    /* remove arrow Chrome */
    -moz-appearance: none;
    outline: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../img/select_arrow.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.cashback_from_wrapper {
    display: none;
}

.checkout_form .input_wrapper.input_cashback_from {
    border: none;
    display: flex;
    flex-direction: row;
    text-align: center;
    margin-top: -10px;
    padding-left: 50px;
    padding-top: 10px;
    margin-bottom: 5px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.checkout_form .input_wrapper.input_cashback_from input {
    background: #F8F8FA;
    border-radius: 8px;
    padding-left: 15px;
}

.checkout_form .input_wrapper.input_cashback_from label {
    font-size: 14px;
    text-align: left;
    margin-left: 20px;
    margin-right: 50px;
    max-width: 150px;
    width: 100%;
    font-weight: 400;
}

.checkout_form h1 {
    font-size: 45px;
    margin-bottom: 50px;
    font-weight: 600;
}

.checkout_form h2 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 25px;
}

.checkout_form .recipient_title {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

@media(max-width: 500px) {
    .checkout_form .input_wrapper.input_cashback_from {
        flex-direction: column-reverse;
        justify-content: center;
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 17px;
    }

    .checkout_form .input_wrapper.input_cashback_from label {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .checkout_form .input_wrapper.input_cashback_from input {
        margin-bottom: 0;
    }
}

.order_done_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 62px;
    padding-bottom: 92px;
}

.order_done_info h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}

.order_done_info img {
    margin-bottom: 50px;
}

.order_done_info a {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border: 2px solid #FF0A0A;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 30px;
    background-color: #FF0A0A;
}

@media (max-width: 576px) {
    .product_item .product_title {
        flex-direction: column-reverse;
        margin-bottom: 10px;
    }

    .product_item .product_description {
        margin-bottom: 20px;
    }

    .product_item .price_block {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .order_done_info img {
        order: -1;
    }

    .order_done_info h1 {
        font-size: 26px;
    }

    body {
        background-color: #f8f8fa;
    }

    .contacts_wrapper .adresses .item,
    .contacts_wrapper .phones .phone_item {
        background-color: #fff;
    }

    .banner_container .container {
        padding-left: 0;
        padding-right: 0;
    }

    .product_item {
        border-radius: 14px;
        background-color: #fff;
        padding: 7px;
        height: auto;
        margin-bottom: 10px;
    }

    .product_item .product_title .count {
        font-size: 12px;
        color: #fff;
        background-color: #20211C;
        margin-bottom: 15px;
    }

    .product_item .product_title h3 {
        font-size: 18px;
    }

    .product_item .product_title,
    .product_item .product_description,
    .product_item .price_block {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 12px;
    }

    .product_item .price_block {
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .price_block .add_to_cart {
        font-size: 12px;
        color: #ff0000;
        cursor: pointer;
    }

    .price_block .add_to_cart img {
        margin-right: 10px;
    }

    .cart_icon_d {
        display: none;
    }

    .cart_icon_m {
        display: block;
    }

    .price_block .add_to_cart {
        padding: 0;
        justify-content: center;
        width: 100%;
        height: 43px;
        background-color: #FFDFDF;
    }

    .product_item .price_block .prices {
        margin-bottom: 10px;
    }

    .product_item .price_block .prices .new_price {
        font-size: 18px;
    }

    .product_item .price_block .prices .old_price {
        color: #797a77;
        font-size: 14px;
    }

    .cart_count.count {
        width: 100%;
    }

    .modal_cart .cart_count.count {
        width: 155px;
    }

    .modal_cart .cart_count_persons.count {
        background-color: #fff;
    }

    .footer_logo img {
        height: 110px;
    }

    .modal_cart .close_cart {
        position: absolute;
        right: 20px;
        top: 20px;
        color: #fff;
        font-size: 30px;
    }

    .modal_cart .close_cart {
        background-image: url('../img/remove_item.svg');
        background-size: 34px;
    }

    .cart_items .cart_item .product_info .image_fit {
        width: initial;
        max-width: 90px;
        height: 70px;
    }

    .cart_item .product_text {
        width: 270px;
    }

    .cart_item .remove_item {
        transform: scale(1.5);
    }

    .add_to_order {
        padding-bottom: 32px;
    }

    .count.cart_count.cart_count_persons img {
        height: 44px;
    }

    .modal_cart .total {
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal_cart .button_block {
        padding-left: 20px;
        padding-right: 20px;
    }
}



.rank_wrapper {
    display: flex;
    flex-direction: column;
    padding: 18px;
    border-radius: 24px;
}

.rank_wrapper.active {
    background-color: #20211C;
    color: #fff
}

.rank_wrapper .rank-discount {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.rank_wrapper .rank-discount .rank_img {
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.rank_wrapper .rank-discount .rank_img img {
    width: 16px;
}

.rank_wrapper .rank-discount p {
    border-radius: 60px;
    padding: 8px 17px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;

}

.rank_wrapper .pank_text {
    font-size: 17px;
    margin-bottom: 15px;
}

.rank_wrapper .rank_proceed {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 6px;
}

.rank_wrapper .rank_proceed img {
    width: 19px;
    position: absolute;
    top: -5px;
}

.owl-rank .item:not(.active) .rank_wrapper {
    opacity: 0.5;
    border: 1px solid #7b7b7b
}

.profile_body .profile_header {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 56px;
}

.profile_body .profile_header .btn-question {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 2px solid #FF0A0A;
    background-color: #fff;
}

.profile_body .profile_info {
    display: flex;
    align-items: center;
}

.profile_body .profile-info>img {
    margin-right: 30px;
}

.profile_body .profile-info p {
    margin-bottom: 0;
    font-size: 16px;
}

.profile_body .profile-info .title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
}

.profile_body .discount_info {
    display: flex;
}

.profile_body .discount_info p {
    padding: 8px 14px;
    margin-right: 6px;
    border-radius: 50px;
    border: 1px solid #eeeeed;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
}

.profile_body .discount_info p.coins_count {
    border-color: #FF0A0A;
    color: #fff;
    background-color: #FF0A0A;
}

.profile_body .discount_info p.coins_count img {
    width: 16px;
    margin-left: 10px;
}

.profile_body .profile-info {
    display: flex;
    align-items: center;
}

.profile_sidebar {
    padding-left: 10px;
    padding-right: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.profile_sidebar .aside_profile_footer {
    margin-top: auto;
}

.profile_sidebar .profile_header {
    background-color: #FF0A0A;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.profile_sidebar .profile_header .points {
    display: inline-block;
    margin-left: auto;
    background: linear-gradient(#FF3115, #FF5F49);
    margin-bottom: 8px;
    padding: 4px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);

}

.profile_sidebar .profile_info {
    display: flex;
    padding-left: 10px;
    align-items: center;
    color: #fff;
}

.profile_sidebar .profile_info img {
    margin-right: 12px;
    width: 50px;
}

.profile_sidebar .profile_info .text .name {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.profile_sidebar .profile_info .text .rank {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

.profile_sidebar .profile_links ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}

.profile_sidebar .profile_links ul li {
    margin-bottom: 5px;
}

.profile_sidebar .profile_links ul li a {
    padding: 19px;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.profile_sidebar .profile_links ul li a img {
    margin-right: 15px;
}

.profile_sidebar .profile_links ul li a.active {
    border-left: 2px solid #FF0A0A;
    background-color: rgba(255, 10, 10, 0.1);
}

.aside_profile_footer {
    margin-bottom: 50px;
}

.aside_profile_footer .logout {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 12px;
    background-color: #FFF;
    border: 2px solid #FF0A0A;
    margin-bottom: 20px;
}

.aside_profile_footer .delete_profile {
    color: #FF0A0A;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    display: block;
}

.btn_save_changes {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    background-color: #FF0A0A;
    padding: 25px 37px;
    border: none;
    margin-top: 30px;
}

.user_update input {
    outline: none;
    border: none;
    border-radius: 0;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(32, 33, 28, 0.1);
    width: calc(100% - 30px);
}

.user_update label {
    opacity: 0.7;
    margin-bottom: 10px;
}

.profile_body h1 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.order_item_simple_info {
    display: flex;
    justify-content: space-between;
}

.order_item_simple_info p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: rgba(32, 33, 28, 0.6);
}

.order_item_simple_info p.black {
    font-size: 14px;
    color: #20211C
}

.order_item_info {
    padding-left: 15px;
    padding-right: 15px;
}

.order_item_simple_info {
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 0 15px #E1E1E8;
    background-color: #fff;
    align-items: center;
    padding-right: 30px;
}

.order-item {
    margin-bottom: 15px;
    position: relative;
}

.btn_order_show {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 17px;
    top: 17px;
    background-color: #E8E8ED;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show_review,
.write_review {
    font-size: 16px;
    font-weight: 500;
}

.show_review {
    color: #00AE2C;

}

.write_review {
    color: #FF0A0A
}

#accordionOrders {
    margin-bottom: 70px;
}

.order_item_additional_info .delivery {
    display: flex;
    flex-direction: column;
}

.order_item_additional_info .delivery .red {
    font-size: 12px;
    color: #FF0A0A;
    margin-bottom: auto;
}

.order_item_additional_info {
    padding: 25px;

}

.profile_body .reviews {
    max-width: 700px;
    margin-left: 50px;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 20px;
}

.profile_body .reviews .item {
    padding: 20px;
}

.profile_body .review_header {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.profile_body .item_profile {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.profile_body .item_profile img {
    margin-right: 15px;
}

.profile_body .reviews .item_content .text {
    margin-bottom: 30px;
}

.profile_body .item_profile .text p {
    margin-bottom: 0;
}

.profile_body .item_profile .text .title {
    font-size: 16px;
    font-weight: 600;
}

.profile_body .item_profile .text .pubdate {
    font-size: 12px;
    color: rgba(32, 33, 28, 0.6);
}

.reviews_page .profile_body {
    padding-top: 60px;
}

.reviews_page .profile_body h1 {
    padding-left: 50px;
}

.profile_body .reviews .item_content {
    margin-bottom: 30px;
}

.profile_body .reviews .item {
    margin-bottom: 20px;
}

.order_page {
    padding-top: 50px;
}

.order_page h1 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 18px;
    text-align: center;
}

.order_page p {
    font-size: 16px;
    color: #20211C;
    text-align: center;
    margin-bottom: 40px;
}

.order_tracker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 40px auto;
    max-width: 900px;
}

.order_page .step {
    text-align: center;
    position: relative;
    flex: 1;
}

.order_page .step.is_completed:not(:last-child)::after {
    border-top: 1px dashed #FF0A0A;
}

.order_page .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 90px;
    width: 100%;
    height: 1px;
    z-index: -1;
    border-top: 1px dashed #D9D9D9;
}

.order_page .step .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #5e5e79;
    margin: 0 auto 12px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order_page .step .icon.new {
    background: url('/img/order_statuses/new.png') 0 -180px no-repeat;
}

.order_page .step.active .icon.new {
    background: url('/img/order_statuses/new.png') 0 -90px no-repeat;
}

.order_page .step.is_completed .icon.new {
    background: url('/img/order_statuses/new.png') 0 0 no-repeat;
}

.order_page .step .icon.processing {
    background: url('/img/order_statuses/processing.png') 0 -180px no-repeat;
}

.order_page .step.is_completed .icon.processing {
    background: url('/img/order_statuses/processing.png') 0 0 no-repeat;
}

.order_page .step.active .icon.processing {
    background: url('/img/order_statuses/processing.png') 0 -90px no-repeat;
}

.order_page .step .icon.produced {
    background: url('/img/order_statuses/produced.png') 0 -180px no-repeat;
}

.order_page .step.active .icon.produced {
    background: url('/img/order_statuses/produced.png') 0 -90px no-repeat;
}

.order_page .step.is_completed .icon.produced {
    background: url('/img/order_statuses/produced.png') 0 0 no-repeat;
}

.order_page .step .icon.delivering {
    background: url('/img/order_statuses/delivering.png') 0 -180px no-repeat;
}

.order_page .step.active .icon.delivering {
    background: url('/img/order_statuses/delivering.png') 0 -90px no-repeat;
}

.order_page .step.is_completed .icon.delivering {
    background: url('/img/order_statuses/delivering.png') 0 0 no-repeat;
}

.order_page .step .icon.completed {
    background: url('/img/order_statuses/completed.png') 0 -180px no-repeat;
}

.order_page .step.active .icon.completed {
    background: url('/img/order_statuses/completed.png') 0 -90px no-repeat;
}

.order_page .step.is_completed .icon.completed {
    background: url('/img/order_statuses/completed.png') 0 0 no-repeat;
}

.order_page .step .label {
    font-size: 20px;
    color: #7c7c7c;
}

.order_page .step.is_completed .label {
    color: #20211C;
    font-weight: 400;
}

.order_page .step.active .label {
    color: #20211C;
    font-weight: 800;
}
