:root {
    --green: #34BC89;
    --blue: #293F94;
    --white: #fff;
    --black: #3C3C3C;
    --bg: #F6F9FC;
    --grey-dark: #A4B6C0;
    --grey-light: #E0E9EF;
    --attension: #FFCE20;
    --error: #FC7F7F;
}

body {
    background: none repeat scroll 0 0 var(--bg);
    color: #595959;
    position: relative;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.36;
    -webkit-font-smoothing: antialiased;
    color: var(--black);
}

.btn {
    display: inline-block;
    border: 3px solid transparent;
    padding: 15px 10px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.4185px;
    border-radius: 8px;
    text-align: center;
    transition: all .3s ease;
    text-transform: uppercase;
}

.btn:hover {
    opacity: 0.7;
}

.btn.btn-green {
    background-color: var(--green);
    color: var(--white);
}

.btn.btn_disabled {
    background-color: var(--grey-light);
    color: var(--grey-dark);
    pointer-events: none;
}

.btn:disabled {
    background: var(--grey-light);
    color: var(--grey-dark);
}

.btn.btn_save {
    padding: 6px 33px;
    letter-spacing: 1.4185px;
}

.row-custom {
    display: flex;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
}

.row-custom.row-custom-inner {
    margin-right: -15px;
    margin-left: -15px;
}

.px-4 {
    padding: 0 4px;
}

.px-15 {
    padding: 0 15px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mt-51 {
    margin-top: 51px;
}

.mb-10 {
    margin-bottom: 10px;
}

.custom-col-4 {
    flex: 0 0 25%;
    width: 25%;
}

.custom-col-3 {
    flex: 0 0 33.3333%;
    width: 33.3333%;
}

.custom-col-2 {
    flex: 0 0 50%;
    width: 50%;
}

.section-title {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: var(--black);
    font-size: 8;
    margin-bottom: 8px;
}

.content-wrapper.content-wrapper-about {
    padding: 25px 40px;
}

.content_header.content_header-about {
    padding: 20px 32px 15px 32px;
}

.content_box.content_box_weekly {
    max-width: none;
    padding: 25px 40px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 16px;
    background-color: var(--white);
    padding-bottom: 100%;
}

.gallery-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.py-30 {
    padding: 30px 0;
}

.reviews-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 8px;
    height: 100%;
}

.reviews-item img {
    width: 100%;
}

.reviews .custom-col-3 {
    margin-bottom: 16px;
}

.local-partners__item {
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--white);
}

.local-partners__img img {
    width: 100%;
}

.local-partners__content {
    padding: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.local-partners__content a {
    color: var(--green);
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    margin-top: 4px;
}

.partners-images__wrapper img {
    width: 100%;
}

.content_box_part_inner {
    margin-bottom: 56px;
}

.content-wrapper {
    padding: 25px 65px;
    max-width: 1070px;
}

.box_part_text_wrapp {
    padding: 25px 32px;
    background: var(--white);
    border: 2px solid var(--grey-light);
    border-radius: 8px;
}

.box_part_text_item:not(:last-child) {
    margin-bottom: 32px;
}

.box_part_text_item {
    letter-spacing: 0.2966px;
}

.box_part_text_wrapp.style-2 {
    display: flex;
}

.box_part_text_contacts {
    max-width: 219px;
}

.box_part_text_contacts:not(:last-child) {
    margin-right: 30px;
}

.search-form {
    display: flex;
    max-width: 618px;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.input-wrapper .input {
    height: 100%;
}

.search-form .input-wrapper {
    margin-right: 8px;
}

.input-wrapper.error .input {
    border-color: var(--error);
}

.search-form {
    position: relative;
    margin-top: 16px;
}

.search-form .btn {
    min-width: 200px;
}

.calear-form {
    display: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 16px;
    transform: translateY(-50%);
}

.input-wrapper.error .calear-form {
    display: block;
}

.error-text {
    /*position: absolute;*/
    top: 100%;
    margin-top: 5px;
    left: 0;
    color: var(--error);
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2px;
    display: none;
}

.error-text-no-abs {
    top: 100%;
    left: 0;
    color: var(--error);
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2px;
    display: none;
}

.search-form.error .error-text {
    display: block;
}

.location-info-buttons {
    max-width: fit-content;
    display: flex;
    background-color: var(--grey-light);
    padding: 8px;
    border-radius: 8px;
    margin: 16px 0;
}

.location-info-buttons a {
    font-weight: 800;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    background-color: var(--white);
    color: var(--black);
    min-width: 180px;
}

.location-info-buttons a.active {
    background-color: var(--green);
    color: var(--white);
}

.location-info-buttons a:not(:last-child) {
    margin-right: 8px;
}

.google-map-wrapper {
    position: relative;
    padding-bottom: 35%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 16px;
}

.google-map-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.input::placeholder {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: var(--grey-dark);
}

.search-form.res .res-text {
    position: absolute;
    bottom: -30px;
    left: 0;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2966px;
    color: var(--black);
}

.search-form.res .res-text span {
    font-weight: normal;
}

.content_box.content_box_inner .content_box_part {
    margin-bottom: 40px;
}

.content_box.content_box_inner .content_box_part:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.content_box.content_box_inner {
    max-width: 1230px;
}

.content_box.content_box_meal {
    max-width: none;
    padding: 24px;
}

.weekly-menu__item a {
    display: flex;
    background-color: var(--white);
    border-radius: 8px;
    color: var(--black);
    padding: 24px;
}

.weekly-menu__item:not(:last-child) {
    margin-bottom: 16px;
}

.weekly-menu__img {
    flex: 0 0 128px;
    width: 128px;
    height: 128px;
    margin-right: 24px;
    background-color: #E0E9EF;
    border-radius: 38px;
    overflow: hidden;
}

.weekly-menu__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.weekly-menu__content {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
}

.weekly-menu__info {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.weekly-menu__info-item {
    display: flex;
    align-items: center;
    position: relative;
}

.weekly-menu__info-item span {
    margin-left: 5px;
}

.weekly-menu__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: var(--black);
}

.weekly-menu__info-item:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--blue);
    opacity: 0.08;
    position: absolute;
    top: 0;
    right: -12px;
}

.weekly-menu__info-item:last-child:after {
    display: none;
}

.weekly-menu__info-item:not(:last-child) {
    margin-right: 25px;
}

.weekly-menu__info-item img {
    margin-right: 2px;
}

.weekly-menu__text {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.weekly-menu__text p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: var(--black);
    margin-top: 10px;
}

.weekly-menu__text p span {
    font-weight: 800;
    letter-spacing: 0.2966px;
}

.weekly-menu {
    margin-top: 16px;
}

.order-menu__item {
    margin-bottom: 16px;
}

.order-menu__header {
    padding: 24px 32px 16px;
    background-color: var(--white);
    box-shadow: 0px 4px 8px #F0F1F5;
    border-radius: 8px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.order-menu__header-block-flex {
    display: flex;
    align-items: center;
}

.order-menu__dropdown {
    display: none;
    position: relative;
    z-index: 5;
    box-shadow: 0px 4px 8px #F0F1F5;
    border-radius: 8px;
}

.order-menu__title-wrapper {
    flex: auto;
}

.order-menu__title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
}

.order-menu__title-links a {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: var(--grey-dark);
    transition: all 0.3s ease-in-out;
}

.order-menu__title-links a:hover,
.order-menu__title-links a.active-link {
    color: var(--green);
}

.order-menu__title-links a:not(:last-child) {
    margin-right: 32px;
    position: relative;
}

.order-menu__title-links a:not(:last-child)::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: var(--grey-light);
    position: absolute;
    right: -18px;
    top: 0;
}

.order-menu__price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 24px;
}

.order-menu__price-wrapper .price {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
}

.order-menu__price-wrapper .points {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.192941px;
}

.order-menu__icon {
    margin-left: 24px;
    position: relative;
}

.order-menu__icon img {
    transition: all 0.3s ease-in-out;
}

.order-menu__icon.active img {
    transform: rotate(180deg);
}

.order-menu__icon:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--grey-light);
    position: absolute;
    left: -23px;
    top: 0;
}

.oredr-info-block {
    padding: 16px 24px;
    background-color: var(--white);
    box-shadow: 0px 4px 8px #F0F1F5;
    border-radius: 8px;
    margin-bottom: 16px;
}

.oredr-info-text {
    display: flex;
    align-items: center;
    max-width: fit-content;
    padding: 8px;
    background: var(--bg);
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.192941px;
    color: var(--black);
    margin: 8px 0 24px;
}

.oredr-info-text span {
    font-weight: 900;
    color: var(--blue);
}

.oredr-info-text-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--grey-light);
    border-radius: 4px;
    margin-right: 8px;
}

.oredr-info-contacts {
    display: flex;
    flex-wrap: wrap;
}

.oredr-info-contacts-item {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.192941px;
    color: var(--black);
    max-width: 204px;
}

.oredr-info-contacts-item:not(:last-child) {
    margin-right: 30px;
}

.oredr-info-contacts-item h3 {
    font-weight: 800;
    margin-bottom: 12px;
}

.oredr-info-contacts-item a {
    color: var(--black);
}

.order-menu__dropdown .order-menu__price-wrapper .price {
    font-size: 16px;
}

.order-menu__dropdown .order-menu__header {
    padding: 0 32px;
}

.order-menu__header .order-menu__header-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #E0E9EF;
    padding: 24px 0 24px 24px;
}

.order-menu__food-info {
    padding: 0 102px 0 72px;
    background-color: var(--white);
}

.order-menu__food-info li {
    padding: 12px 0 24px;
    border-bottom: 2px solid #E0E9EF;
}

.order-menu__food-info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2966px;
    color: var(--black);
}

.order-menu__food-info-list {
    margin-top: 16px;
}

.order-menu__dropdown-title {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2966px;
    color: #3C3C3C;
}

.order-menu__food-info-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}

.order-menu__food-info-list div p span {
    color: #A4B6C0;
    font-weight: 800;
}

.success-order-info {
    display: none;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
    background-color: var(--green);
    padding: 16px 25px 16px 40px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.192941px;
    color: var(--white);
    position: fixed;
    bottom: 30px;
    left: 269px;
    z-index: 100;
}

.success-order-info.active {
    display: flex;
}

.oredr-info-wrapper .btn {
    max-width: 320px;
    width: 100%;
}

.wizard .wizard-header-inner .steps .wizard-step {
    flex: auto;
    position: relative;
}

.wizard .wizard-header-inner .steps .wizard-step:after {
    content: "";
    display: block;
    width: 2px;
    height: 50%;
    background-color: var(--grey-light);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wizard .wizard-header-inner .steps .wizard-step:last-child::after {
    display: none;
}

.wizard .wizard-header-inner .steps .wizard-step span {
    max-width: 300px;
    width: 100%;
}

.wizard .wizard-header-inner .steps .wizard-step span a {
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.217059px;
    color: #A4B6C0;
    transition: all 0.8s;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.wizard .wizard-header .steps .wizard-step.active a {
    color: #3C3C3C;
}

.order-menu__dropdown-custom-content {
    display: flex;
    flex-direction: column;
}

.dropdown-custom-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-custom-content-head h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.order-menu__dropdown-custom-content {
    padding: 24px 40px 24px 56px;
}

.dropdown-custom-content-head p {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0.192941px;
    color: var(--black);
}

.dropdown-custom-content-head p span {
    font-weight: 900;
    color: var(--blue);
}

.oredr-info-contacts-inner .oredr-info-contacts-item h3 {
    margin-bottom: 8px;
}

.oredr-info-contacts.oredr-info-contacts-inner {
    justify-content: flex-end;
    text-align: end;
    margin-top: 15px;
}

.content_cart.content_cart-fixed {
    min-height: 100vh;
    z-index: 100;
}

.content_cart.content_cart-fixed.sticky {
    position: sticky;
}

.content.right-sidebar {
    padding-right: 240px;
}

.content.right-sidebar .content_box.content_box_cart {
    width: 100%;
}

.order-selection {
    min-height: auto;
    background-color: var(--bg);
    padding: 16px;
    margin-bottom: 16px;
}

.order-selection__title {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.192941px;
    color: var(--black);
}

.order-selection__list-title {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.144706px;
    color: #293F94;
    margin-top: 8px;
}

.content_header.meals-header {
    padding: 0 240px 0 0;
}

.meals-header__wrapper {
    display: flex;
    overflow: auto;
    align-items: center;
}


/* .meals-header__menu {
    display: flex;
    align-items: center;
}

.meals-header__menu li {
    min-width: 163px;
    padding: 0 23px;
    position: relative;
}
.meals-header__menu li:after {
    content: "";
    width: 2px;
    height: 50%;
    background-color: #293F94;
    opacity: 0.08;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
}

.meals-header__menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.217059px;
    position: relative;
    min-height: 70px;
    color: #A4B6C0;
}

.meals-header__menu li a:after {
    content: "";
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 90%;
    transform: translateX(-50%);
    height: 8px;
    background: #293F94;
    border-radius: 7px 7px 0 0;
    opacity: 0;
}
.meals-header__menu li a.active {
    color: var(--black);
}
.meals-header__menu li a.active:after {
    opacity: 1;
}
.meals-header__menu li a img {
    display: none;
    margin-right: 10px;
}

.meals-header__menu li a.check,
.meals-header__menu li a.warning {
    justify-content: flex-start;
    color: var(--black);
}
.meals-header__menu li a.check img.check,
.meals-header__menu li a.check img.warning {
    display: block;
} */

.btn.btn-green.meals-add-btn {
    display: flex;
    align-items: center;
    padding: 5px 14px;
    margin-left: 23px;
}

.btn.btn-green.meals-add-btn img {
    margin-right: 8px;
}

.popup_wrpr .popup_style2 .popup_content.popup_content_no-padding {
    padding: 0;
}

.meals-calculate__total.meals-calculate__total-inner {
    margin-bottom: 24px;
    background-color: #E0E9EF;
}

.empty-page-btn-wrapp a:not(:last-child) {
    margin-bottom: 12px;
}

.points-info-block__content {}

.open-menu.step1_selected .entry_scroll {
    padding: 0 5px 0 0;
}

.w-full {
    width: 100%;
}

.points-info-block {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px #F0F1F5;
    border-radius: 8px;
    width: 100%;
}

.points-info-block__title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.9856px;
    color: #3C3C3C;
    padding: 24px;
}

.points-info-block__title h2 {
    flex: auto;
    padding: 0 10px;
}

.points-info-block__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.points-info-block__content-wrapper {
    display: none;
}

.content_box.w-full,
.content_main.w-full {
    max-width: none;
}

.content_main_checkout .content_box.w-full {
    padding: 25px 32px;
}

.points-info-block__item {
    flex: 0 0 33.333%;
    padding: 0 53px 24px 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.points-info-block__item:not(:last-child):after {
    content: '';
    display: block;
    width: 2px;
    height: 50%;
    position: absolute;
    right: -1px;
    top: 50%;
    background-color: var(--grey-light);
    transform: translateY(-50%);
}

.points-info-block__img {
    max-width: 109px;
    min-height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rewards__title-wrapper {
    margin: 24px 0;
}

.rewards__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
}

.rewards__subtitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2966px;
    display: flex;
    align-items: center;
}

.rewards__point-btn {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    background-color: var(--green);
    border-radius: 22px;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: var(--white);
    margin-left: 8px;
}

.poins-table {
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0px 4px 8px #F0F1F5);
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    overflow: hidden;
}

.poins-table__body {
    overflow: auto;
}

.poins-table:after {
    content: "";
    display: block;
    width: 100%;
    height: 44px;
    background: linear-gradient(180deg, rgba(251, 253, 254, 0.0001) 0%, rgba(251, 253, 254, 0.0156863) 0.86%, rgba(251, 253, 254, 0.054902) 3.34%, rgba(250, 253, 254, 0.117647) 7.26%, rgba(250, 252, 254, 0.2) 12.48%, rgba(250, 252, 253, 0.290196) 18.82%, rgba(249, 251, 253, 0.392157) 26.13%, rgba(249, 251, 253, 0.501961) 34.25%, rgba(248, 251, 253, 0.607843) 43.01%, rgba(247, 250, 253, 0.709804) 52.25%, rgba(247, 250, 252, 0.8) 61.81%, rgba(247, 249, 252, 0.882353) 71.52%, rgba(246, 249, 252, 0.945098) 81.24%, rgba(246, 249, 252, 0.984314) 90.78%, #F6F9FC 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.poins-table__head {
    background-color: var(--white);
    filter: drop-shadow(0px 4px 8px #F0F1F5);
}

.poins-table__tr {
    display: flex;
}

.poins-table__th {
    flex: 0 0 33.333%;
    padding: 10px 15px;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
}

.poins-table__th:not(:first-child),
.poins-table__td:not(:first-child) {
    text-align: end;
}

.poins-table__td:last-child {
    text-decoration-line: underline;
    color: #34BC89;
}

.poins-table__body {
    max-height: 414px;
}

.poins-table__td {
    flex: 0 0 33.333%;
    padding: 10px 16px;
}

.poins-table__body .poins-table__tr:nth-child(odd) {
    background: var(--bg);
}

.poins-table__body .poins-table__td:first-child {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.2966px;
}

.poins-table__body .poins-table__tr:nth-child(even) {
    background: var(--white);
}

.rewards__points-charth {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: var(--white);
    padding: 40px;
}

.rewards__points-all-info {
    display: flex;
    justify-content: space-between;
}

.rewards__points-charth,
.poins-table {
    flex: 0 0 49%;
}

.rewards__points-charth-img {
    position: relative;
}

.rewards__points-charth-text {
    max-width: 280px;
    margin-top: 16px;
}

.rewards__points-charth-img-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 800;
    font-size: 56px;
    line-height: 0.9;
}

.rewards__points-charth-img-text span {
    font-weight: normal;
    font-size: 24px;
}

.points-info-block__content-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 22px 22px 22px;
}

.points-info-block__content-item-img {
    border-radius: 65px;
    overflow: hidden;
    max-width: 381px;
}

.points-info-block__content-item p {
    max-width: 665px;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.2966px;
    margin-top: 18px;
}

.referal-link-block {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px #F0F1F5;
    border-radius: 8px;
    padding: 16px 24px 16px 16px;
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.referal-link-block__img {
    flex: 0 0 80px;
    height: 80px;
    background: var(--grey-light);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.referal-link-block__text {
    flex: auto;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    padding: 0 16px;
}

.referal-link-block__text span {
    cursor: pointer;
    font-weight: normal;
    font-size: 18px;
    margin-left: 5px;
}

.referal-link-block__buttons {
    display: flex;
}

.referal-link-block__buttons .btn {
    min-width: 137px;
    padding: 8px;
}

.referal-link-block__buttons .btn:first-child {
    margin-right: 8px;
}

.share-links-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 32px;
}

.share-links-block__item {
    flex: 0 0 32%;
    background: var(--white);
    box-shadow: 0px 4px 8px #F0F1F5;
    border-radius: 8px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: var(--black);
}

.share-links-block__item img {
    flex: 0 0 40px;
    margin-right: 16px;
}

.referals-table {
    box-shadow: 0px 4px 8px #F0F1F5;
    border-radius: 8px;
    width: 100%;
    border-collapse: collapse;
}

.referals-table thead tr {
    box-shadow: 0px 4px 8px #F0F1F5;
}

.referals-table thead tr th {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    background-color: var(--white);
    text-align: start;
    padding: 15px 15px 15px 40px;
}

.referals-table tbody tr td {
    padding: 15px 15px 15px 40px;
}

.referals-table tbody tr td img {
    max-width: 12px;
    margin-left: 8px;
}

.referals-table tbody tr:nth-child(odd) td {
    background-color: var(--bg);
}

.referals-table tbody tr:nth-child(even) td {
    background-color: var(--white);
}

.referals-table__wrapper {
    display: flex;
    align-items: center;
}

.popup-block-wrapper {
    background: #F6F9FC;
    border-radius: 8px;
    padding: 28px 20px;
    margin-bottom: 44px;
}

.popup-block-wrapper h4 {
    margin-bottom: 19px;
}

.input-wrapper-inner {
    text-align: start;
}

.input-wrapper-inner label {
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2966px;
    color: #A4B6C0;
}

.input-wrapper-inner #popup-textarea {
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    resize: none;
}

.input-wrapper-inner .input:not(:last-child) {
    margin-bottom: 24px;
}

.copy-link {
    padding: 15px;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    background: #E0E9EF;
    border-radius: 8px;
    overflow-x: hidden;
}

.meals-calculate.meals-calculate-inner {
    margin-bottom: 24px;
    padding: 40px 24px;
}

.meals-calculate-inner .meals-calculate__picker {
    margin-top: 16px;
    margin-bottom: 40px;
}

.select-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-type a {
    flex: 0 0 49%;
    display: flex;
    align-items: center;
    padding: 17px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(164, 182, 192, 0.18);
    border-radius: 4px;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #3C3C3C;
}

.select-type a.active {
    background-color: var(--green);
    color: var(--white);
}

.select-type a.active svg path {
    fill: var(--white);
}

.select-type a svg {
    max-width: 22px;
    margin-right: 5px;
}

.input-wrapper-inner .input-wrapper .input {
    margin-bottom: 0;
}

.input-wrapper-inner .input-wrapper {
    margin-bottom: 24px;
}

.input-wrapper-inner .input-wrapper.error {
    margin-bottom: 50px;
}

.input-wrapper .check-form {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.popup-success.popup-success-inner .popup {
    max-width: 594px;
}

.daterangepicker .calendar-table td {
    border-color: transparent;
    border-radius: 50%;
}

.order-menu__title-links-mobile {
    display: none;
}

.content_cart.content_cart-inner.content_cart-fixed {
    min-height: calc(100vh - 60px);
}

.empty-page.empty-page-inner .empty-page_h1 {
    margin: 25px 0 24px 0;
}

.bottom-gradient.bottom-gradient-inner {
    height: 40px;
    background: linear-gradient(180deg, rgba(251, 253, 254, 0.0001) 0%, rgba(251, 253, 254, 0.0156863) 0.86%, rgba(251, 253, 254, 0.054902) 3.34%, rgba(250, 253, 254, 0.117647) 7.26%, rgba(250, 252, 254, 0.2) 12.48%, rgba(250, 252, 253, 0.290196) 18.82%, rgba(249, 251, 253, 0.392157) 26.13%, rgba(249, 251, 253, 0.501961) 34.25%, rgba(248, 251, 253, 0.607843) 43.01%, rgba(247, 250, 253, 0.709804) 52.25%, rgba(247, 250, 252, 0.8) 61.81%, rgba(247, 249, 252, 0.882353) 71.52%, rgba(246, 249, 252, 0.945098) 81.24%, rgba(246, 249, 252, 0.984314) 90.78%, #F6F9FC 100%);
}

.content_box_part.content_box_part-no-border {
    border-bottom: none;
}

body.body-lock {
    overflow: hidden;
}

.mobile_header.mobile_header {}

.sidebar.sidebar-home {
    transform: translateX(-100%);
    transition: 0.3s all ease-in-out;
    z-index: 999;
    min-height: initial;
    width: 100%;
    height: calc(100vh - 56px);
}

.mobile-add-to-card .btn.btn-start {
    justify-content: center;
}

.btn-close-right-sidebar,
.btn-close-duplicate-mobile {
    display: none;
    align-items: center;
    background-color: #FFFFFF;
    width: 100%;
    padding: 12px;
    z-index: 20;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #3C3C3C;
    cursor: pointer;
}

.wizard-button-group .btn:first-of-type {
    margin-bottom: 6px;
}

.btn-close-right-sidebar img,
.btn-close-duplicate-mobile img {
    margin-right: 10px;
}

.btn-close-right-sidebar span,
.btn-close-duplicate-mobile span {
    flex: auto;
    text-align: center;
}

.content_cart-fixed .content_cart_top {
    /*height: calc(100vh - 195px);*/
    overflow: auto;
}

.content_cart-fixed .content_cart_top .btn {
    width: 100%;
}

.content_cart-fixed .content_cart_bottom {
    margin-top: auto;
}

.mobile-add-to-card.mobile-add-to-card-too-bnt {
    justify-content: space-between;
    background-color: transparent;
    box-shadow: none;
}

.mobile-add-to-card.mobile-add-to-card-too-bnt a {
    flex: 0 0 49%;
    justify-content: center;
}

#popup-about-product .popup_header img {
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#popup-about-product .popup-about-selected-meal__description {
    margin-bottom: 25px;
}

#popup-about-product .popup {
    text-align: center;
    padding: 0;
}

#popup-about-product .weekly-menu__info {
    margin-bottom: 20px;
}

.weekly-nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    padding: 12px;
    z-index: 20;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    cursor: pointer;
}

.weekly-nav-mobile span {
    flex: auto;
    text-align: center;
}

.weekly-nav-mobile span b {
    font-weight: 800;
}

.fixed-height.module__dashboard .content {
    overflow: hidden;
}


/* .entry_scroll {
    overflow: auto;
    height: calc(100vh - 220px);
    padding: 0 5px 0 0;
  } */

.poins-table__body::-webkit-scrollbar {
    width: 6px;
}

.poins-table__body::-webkit-scrollbar-track {
    background: #f6f9fc;
}

.poins-table__body::-webkit-scrollbar-thumb {
    background: #e0e9ef;
    border-radius: 6px;
}