* {
    /*font-family: 'Montserrat', sans-serif;*/
    color: var(--color-re-base);
}

body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

.header {
    width: 100%;
    height: 166px;
}

.header>.top_info {
    height: 36px;
}

.layer2 img,
.top_info img {
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.top_info .head_text {
    padding: 9px 0px 0px 5px;
    font-weight: 400;
    font-size: 10.5px;
    line-height: 16px;
    white-space: nowrap;
}

.top_info .head_text>a:active,
.top_info .head_text>a:hover,
.top_info .head_text>a {
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
}

.top_info .head_bolt_text_padding {
    padding: 7px 0px 0px 5px;
}

.head_wrapper {
    display: flex;
    margin: auto;
}

.head_right_wrapper {
    display: flex;
}

.menu_info {
    width: 100%;
    height: 130px;
}

.menu_info_wrapper {
    padding-top: 45px;
}

.logo_city {
    cursor: pointer;
}

.city_text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0px 0px 15px;
    cursor: pointer;
}

.city_check>img {
    width: 24px;
    height: 24px;
    margin-top: 6px;
}

.menu_top {
    margin-top: 5px;
}

.menu_top a {
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
}

.menu_top li {
    display: inline;
    padding-right: 15px;
}

.menu_button {}

.button_user {
    width: 150px;
    height: 36px;
    border-radius: var(--border-radius-btn);
    cursor: pointer;
    margin-right: 10px;
}

.button_user>.button_content {
    padding: 5px 0px 0px 24px;
}

.button_content>.button_text {
    padding-left: 5px;
}

.button_basket {
    width: 135px;
    height: 36px;
    border-radius: var(--border-radius-btn);
    cursor: pointer;
}

.button_basket>.button_content {
    padding: 5px 0px 0px 0px;
}

.button_basket>.button_text {
    padding-left: 5px;
}

.list_category {
    width: 100%;
    /*height: 54px;*/
    background-color: var(--color-background-menu2);
}

.list_category li {
    /*display: inline;*/
    display: inline-flex;
    padding-right: 35px;
    margin-top: 15px;
}

.list_category a {
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
}

.list_category_wrapper {
    /*padding: 15px 0px 0px 0px;*/
    padding-bottom: 0.1px;
}

.list_category_wrapper>ul {
    padding-left: 0px;
}

.baner_top {
    width: 100%;
    height: 400px;
    background: url('../img/baner/baner.png');
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
}

.list_tovar {
    /**
    */
    margin-top: 27px;
    margin-bottom: 50px;
}

.list_tovar>.name_category {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

.tovar_card {
    box-sizing: border-box;
    border-radius: var(--border-radius-card);
    width: 100%;
    min-height: 100px;
    margin-top: 32px;
}

.tovat_img {
    background: url('/includes/eda.png');
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    width: 100%!important;
    margin: auto!important;
    overflow: hidden!important;
    border-radius: 2px 2px 0px 0px;
    height: fit-content;
    /* clearfix */
}

.tovat_img:before {
    content: ""!important;
    padding-top: 100%!important;
    float: left!important;
}

.tovar_container {
    padding: 20px 20px 35px 20px;
}

.tovar_name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.tovar_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-category);
    padding-top: 12px;
    height: 110px;
    overflow: hidden;
}

.tovar_container_price {
    width: 100%;
    height: 36px;
    padding: 15px 0px 0px 0px;
}

.tovar_container_price>.price {
    float: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 6px;
}

.tovar_container_price>.push_tovat {
    float: right;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 12px 6px 12px;
    cursor: pointer;
}

.in_basket {
    width: 80px;
    margin: 10px 10px 10px 10px;
    background-color: var(--color-in-basket);
    text-align: center;
    padding: 3px 4px;
    border-radius: var(--border-radius-btn);
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
}

.footer {
    width: 100%;
}

.bottom_menu {
    width: 100%;
    min-height: 100px;
}

.layer1 {
    padding-top: 60px;
}

.layer2 {
    padding-top: 15px;
}

.layer2 ul {
    padding-left: 0px;
}

.layer2 .head_text>a:active,
.layer2 .head_text>a:hover,
.layer2 .head_text>a {
    color: var(--color-text-white);
    text-decoration: none;
}

.layer2 a:active,
.layer2 a:hover {
    border-bottom: 0px var(--color-link-underline) solid;
}

.layer2 .head_text {
    margin-top: 6px;
}

.btn_phone {
    border-radius: var(--border-radius-btn);
    padding: 6px 12px 6px 12px;
    margin-left: 15px;
    margin-top: -4px;
    cursor: pointer;
}

.btn_phone .button_text {
    margin: 5px 0px 2px 2px;
}

.layer3 {
    width: 100%;
    height: 1px;
    margin-top: 15px;
}

.layer4 {
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 70px;
}

.modal_tovar {
    height: 530px;
    box-sizing: border-box;
}

.modal-dialog {
    max-width: 920px;
}

.modal_tovar .pic {
    background: url('/includes/eda.png');
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    width: 100%;
    height: 528px;
    overflow: hidden;
    /* clearfix */
}

.epic {
    width: 92px;
    height: 92px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    background: url('/includes/eda.png');
}

.epic2 {
    width: 95px;
    height: 95px;
    border-radius: var(--border-radius-card) 0px 0px var(--border-radius-card);
}

.modal_tovar .info {
    padding: 15px 20px 10px 15px;
    height: 461px;
    overflow: auto;
}

.modal_tovar .info .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
}

.modal_tovar .info .discription {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.modal_tovar .info .dop {
    padding-top: 15px;
}

.dop .title_dop {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.dop .bortic {
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: var(--border-radius-card);
    border: 1px solid var(--color-text-red);
}

.dop .bortic .el1 {
    text-align: center;
    margin-right: 0px!important;
    margin-left: 0px!important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-red);
    cursor: pointer;
    margin: auto;
    padding: 7px 0px 7px 0px;
    width: 33.34%;
}

.dop .active {
    background-color: var(--color-text-red);
    color: var(--color-text-white)!important;
}

.dop .el2 {
    width: 50%!important;
}

.dop .el3 {
    width: 100%!important;
}

.correct-top {
    padding-top: 14px;
}

.add_basket .base_price,
.add_basket .push_right {
    width: 50%;
}

.add_basket .base_price {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: var(--color-text-category);
}

.add_basket .btn_add_bsc_modal {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-category);
    background-color: var(--color-text-red);
    width: 168px;
    text-align: center;
    padding: 6px 0px 6px 0px;
    border-radius: var(--border-radius-btn);
    cursor: pointer;
    margin-top: 2px;
}

.add_basket .add_count {
    width: 106px;
    height: 36px;
    float: right;
    margin-right: 20px;
}

.add_basket .bortic {
    border-radius: var(--border-radius-card);
    border: 1px solid var(--color-text-red);
}

.add_basket .bortic .el1 {
    text-align: center;
    margin-right: 0px!important;
    margin-left: 0px!important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-red);
    cursor: pointer;
    margin: auto;
    padding: 7px 0px 7px 0px;
    width: 33.34%;
}

.add_basket .active {
    background-color: var(--color-text-red)!important;
    color: var(--color-text-white)!important;
}


/**/

.added>.title2 {
    padding-top: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.added>.point {
    padding-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    cursor: pointer;
}

.point .checpoint {
    width: 24px;
    height: 24px;
}

.added .active,
.added .active .col-8,
.added .active .col-2 .push_right {
    color: var(--color-text-red);
}

.active .checpoint img {
    margin-left: -1px;
}


/*
modal city
*/

.modal_city {
    height: 538px;
    box-sizing: border-box;
    width: 760px;
    margin: auto;
    padding-left: 38px;
}

.title_city {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
}

.header_city {
    padding: 42px 15px 10px 0px;
}

.position_close_btn {
    margin-top: -20px;
    width: 19px;
    height: 19px;
    margin-right: 0px;
}

.position_close_btn .btn-close {
    color: var(--color-text-category)!important;
    background: url(../img/modal/city/close.svg) no-repeat;
}

.search_city {
    padding-top: 10px;
}

.modal_city .search {
    display: inline-flex;
    border: 1px solid var(--color-border-modal);
    border-radius: var(--border-radius-card);
    padding: 10px;
    background-color: var(--color-text-white);
}

.modal_city .search-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    order: -1;
}

.modal_city .search-field {
    width: 300px;
    border: 0;
    color: var(--color-background);
}

.modal_city .search-field:focus {
    outline: none;
}

.modal_city .search-field::placeholder {
    color: var(--color-text-gray);
}

.modal_city .search-field:focus+.search-icon {
    /* стили для иконки при фокусе поля */
}

.fast_city ul {
    padding-left: 0px;
    padding-top: 15px;
    margin-bottom: 5px;
}

.fast_city li {
    display: inline;
    padding-right: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}

.full_city {
    height: 310px;
    overflow: auto;
    overflow-x: hidden;
}

.one_letter {
    padding-top: 15px;
}

.letter {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.one_letter .row {
    padding-top: 10px;
}

.one_letter .ocity {
    padding: 3px 0px 3px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.back_city {
    width: 24px;
    height: 24px;
    margin-top: -5px;
    cursor: pointer;
}

.check_city li {
    color: var(--color-text-red);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding-right: 10px;
}

.in_city {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-category);
}

.in_city .title {
    font-weight: 700;
}

.in_city .address {
    font-weight: 400;
}

.in_city .one_letter {
    padding-top: 0px;
    margin-top: -4px;
}


/* auth modal */

.modal_auth {
    width: 413px;
    height: 427px;
    margin: auto;
}

.header_auth {
    padding: 20px 20px 19px 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.polosa_auth {
    width: 100%;
    height: 1px;
}

.text_auth {
    width: 290px;
    padding-top: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: auto;
}

.auth_input {
    width: 290px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin: auto;
}

.auth_input input {
    border-radius: var(--border-radius-btn);
    width: 100%;
    height: 46px;
    padding: 8px 16px 8px 16px;
}

.check_auth {
    width: 290px;
    margin: auto;
}

.check_auth .position_check {
    padding: 5px 5px 0px 0px;
}

.check_auth .position_check label {
    display: block;
    border: 1px solid var(--color-text-gray);
    border-radius: var(--border-radius-btn);
    width: 13px;
    height: 13px;
}

.check_auth .position_check input {
    display: none;
}

.check_auth .position_check input:checked+label {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.check_auth .commit_check {
    font-weight: 400;
    font-size: 8px;
    line-height: 20px;
}

.btn_next {
    border-radius: var(--border-radius-btn);
    padding: 6px 12px 6px 12px;
    width: 145px;
    margin: auto;
    margin-top: 15px;
    cursor: pointer;
}

.btn_back {
    width: 83px;
    background-color: var(--color-border-modal);
    color: var(--color-background)
}

.main_auth {
    height: 295px;
}

.modal_auth .position_close_btn {
    margin-top: 2px;
    margin-right: -10px;
}

.modal_auth .err {
    width: 290px;
    font-weight: 400;
    font-size: 12.8px;
    line-height: 16px;
    color: var(--color-text-red);
    margin: auto;
}

.modal_auth .correct_err {
    padding-bottom: 3px;
    margin-top: -20px;
}

.modal_auth .correct_err input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.modal_auth .resend_code {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-primary);
    margin-top: 20px;
}

.modal_auth .shover {
    border-radius: var(--border-radius-btn);
    width: 100%;
    height: 46px;
    padding: 8px 16px 8px 16px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.modal_auth .serr {
    border: 1px solid var(--color-text-red);
}

.modal_auth .correct_position_btn {
    padding: 0px 20px 0px 20px;
}

.modal_auth .correct_position_btn .btn_next,
.modal_auth .correct_position_btn .btn_back {
    margin: 0;
    margin-top: 15px;
}


/**/

.modal_dost {
    min-height: 100px;
}

.dost_head {}

.dost_head .bortic {
    width: 360px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: var(--border-radius-card);
    border: 1px solid var(--color-text-red);
    min-width: 355px;
}

.dost_head .bortic .el1 {
    text-align: center;
    margin-right: 0px!important;
    margin-left: 0px!important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-red);
    cursor: pointer;
    margin: auto;
    padding: 7px 0px 7px 0px;
    width: 33.34%;
    max-height: 38px;
    white-space: nowrap;
}

.dost_head .bortic .el2 {
    width: 50%;
}

.dost_head .bortic .el3 {
    width: 100%;
}

.dost_head .active {
    background-color: var(--color-text-red);
    color: var(--color-text-white)!important;
    border-left: 1px solid var(--color-text-red);
    border-right: 1px solid var(--color-text-red);
}

.dost_polosa {
    width: 100%;
    height: 1px;
}

.dost_head .el1_center {
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
}

.dost_head .position_close_btn {
    margin-left: 510px;
    margin-top: 10px;
}

.dost_container {
    /*margin-bottom: 20px;*/
}

.dost_active {
    border: 3px solid var(--color-text-red);
}

.dost_container .point_container {
    width: 100%;
    min-height: 50px;
    border-radius: var(--border-radius-btn);
    margin-top: 15px;
    margin-bottom: 15px;
}

.dost_container .row {
    margin-left: 0px;
}

.dost_container .dost_left_container {
    width: 100%;
    width: calc(100% + 0px);
    height: 415px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 10px 0px 9px;
}

.dost_left_container .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.dost_wrapper {
    padding: 15px 5px 15px 5px;
}

.point_container .position_img {
    margin: auto;
    text-align: center;
    margin-top: 15px;
    padding-right: 10px;
    cursor: pointer;
}

.point_container .position_img img {
    width: 20px;
    height: 20px;
}

.dost_left_container .info {
    width: 100%;
    padding-top: 8px;
}

.dost_left_container .info .mini_point {
    padding-right: 20px;
    font-weight: 400;
    font-size: 12.8px;
    line-height: 16px;
    color: var(--color-text-category);
}

.btn_add_adr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: var(--border-radius-btn);
    border: 1px solid var(--color-text-category);
    color: var(--color-text-red);
    margin-top: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.position_geo_img {
    margin: auto;
    padding: 4px 4px 4px 4px;
}

.position_geo_img img {
    height: 18px;
    margin-top: -3px;
}

.position_geo_img span {
    padding-left: 5px;
    color: var(--color-text-red);
}

.dost_form {
    width: 99%;
    padding-bottom: 20px;
}

.dost_form .container_input {
    padding-bottom: 15px;
}

.dost_polosa_v2 {
    padding-top: 0px;
}

.dost_position_fin {
    padding: 15px 15px 15px 15px;
}

.btn_dost_next {
    background-color: var(--color-text-red);
    border-radius: var(--border-radius-btn);
    width: 135px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-white);
    text-align: center;
    padding: 6px 12px 6px 12px;
    cursor: pointer;
}

.btn_addadress_basket {
    float: left;
    background-color: #fff;
    color: #E94C69;
    border: 1px solid #DEE2E6;
    width: 180px!important;
}

.btn_addressnotfount_basket {
    width: 220px !important;
}

.rx_title_v2 {
    font-size: 22px;
    padding: 10px 10px 10px 20px;
}

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

.wrapper_adh_v2 {
    width: 55%;
}

.rxlabel {
    padding: 7px;
}

.rx_mapv2 {
    width: 100%;
    height: 430px;
}

.lh_v2 {
    position: absolute;
    width: 450px;
    height: 135px;
    overflow: auto;
    margin-top: -180px;
    z-index: 99999;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 4px;
    margin-left: 80px;
}

.lh_v2 .help_point:hover {
    background-color: #E94C69;
    color: #fff
}

.lh_v2 .help_point {
    border-bottom: 0px solid;
}

.btn_addadress_basket svg {
    margin-top: -5px;
    margin-right: 5px;
}


/*
time modal
*/

.modal_time {
    width: 460px;
    margin: auto;
    background-color: var(--color-border-card);
    min-height: 100px;
}

.modal_time .head {
    padding: 20px;
}

.modal_time .head .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-text-category);
}

.modal_time .head .position_close_btn {
    margin-top: -24px;
}

.time_container {
    padding: 15px;
}

.time_wrapper {
    background-color: var(--color-background);
    width: 100%;
    padding: 12px 25px 12px 20px;
    border-radius: var(--border-radius-btn);
    margin-bottom: 15px;
    cursor: pointer;
}

.time_wrapper .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-text-category);
    margin-top: 3px;
}

.time_wrapper .position_img {
    margin-left: -10px;
}

.time_active {
    border: 2px solid var(--color-text-red);
}


/*
 * modal basket
 */

.modal_basket {
    width: 494px;
    margin: auto;
    min-height: 100px;
}

.modal_basket .head {
    padding: 20px;
}

.modal_basket .head .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.modal_basket .head .position_close_btn {
    margin-top: -24px;
}

.basket_container {
    padding: 15px;
    height: 55vh;
    max-height: 800px;
    overflow: scroll;
    /*margin-bottom: 15px;*/
    overflow-x: hidden;
}

.basket_container .basket_point {
    width: 100%;
    min-height: 100px;
    border-radius: var(--border-radius-btn);
    padding: 20px;
    margin-bottom: 15px;
}

.basket_point .position_img {
    margin: auto;
    max-width: 100%;
    max-height: 100px;
}

.basket_container .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.basket_container .dop {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-text-category);
    margin-top: 5px;
}

.basket_container .dop_container {
    margin-top: 5px;
}

.basket_container .dop_container .dop_point {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    border-radius: 13px;
    padding: 3px 6px 3px 6px;
}

.basket_container .dop_container .dop_wrapper {
    margin-bottom: 3px;
}

.tovat_polosa {
    width: 100%;
    height: 1px;
    background-color: var(--color-border-card);
    margin-top: 10px;
}

.modal_basket .bortic {
    border-radius: var(--border-radius-card);
    border: 1px solid var(--color-text-red);
}

.modal_basket .bortic .el1 {
    text-align: center;
    margin-right: 0px!important;
    margin-left: 0px!important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-red);
    cursor: pointer;
    margin: auto;
    padding: 7px 0px 7px 0px;
    width: 33.34%;
}

.modal_basket .active {
    background-color: var(--color-text-red);
    color: var(--color-text-white)!important;
}

.modal_basket .add_count {
    width: 106px;
    height: 36px;
    margin-top: 20px;
}

.modal_basket .el_center {
    width: 37%!important;
}

.modal_basket .tovar_price {
    margin-top: 25px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.modal_basket .recomendation {
    width: 100%;
    height: 175px;
    border-bottom: 1px solid var(--color-background);
}

.modal_basket .recomendation .position_img {}

.modal_basket .rec_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-top: 24px;
    margin-left: 24px;
    margin-bottom: 10px;
}

.modal_basket .rec_point {
    width: 260px;
    height: 95px;
    margin-left: 24px;
    border-radius: var( --border-radius-card);
}

.recomendation .title {
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    height: 60px;
    overflow: hidden;
}

.recomendation .price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-left: 10px;
}

.plus_red {
    background-color: var(--color-text-red);
    border-radius: 20px;
    color: var(--color-plus-red);
    padding: 0px 6px 0px 6px;
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

.swiper {
    overflow: scroll;
    display: inline-flex;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 104px;
    margin-right: 24px;
}

.swiper_wrapper {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    height: 121px;
}

.basket_fin {
    padding: 20px;
}

.basket_fin .promo input {
    width: 100%;
    height: 36px;
    border-radius: var( --border-radius-btn);
    padding-left: 10px;
    color: var(--color-background);
    border: 1px solid var(--color-border-modal);
}

.basket_fin .btn_promo {
    width: 100%;
    height: 36px;
    border-radius: var( --border-radius-btn);
    background-color: var(--color-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-white);
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
}

.basket_fin .btn_promo_cancel {
    background-color: var(--color-link-underline)!important;
}

.conf_tovar {
    width: 100%;
    margin-top: 8px;
}

.count_tov {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.final_price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.fin_basket_btn {
    width: 100%;
    height: 46px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    border-radius: var(--border-radius-btn);
    margin-top: 15px;
    padding-top: 8px;
    cursor: pointer;
}


/*
content_dost
Доставка финальная страница
*/

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

.container_gray {
    width: 100%;
    min-height: 100px;
    border-radius: var(--border-radius-card);
    padding: 24px;
}

.bfix_input .input-group {
    padding-top: 10px;
    margin-bottom: 0px !important;
}

.bfix_input label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.container_group {
    margin-top: 20px;
}

.white_wrapper {
    margin-top: 20px;
    padding: 12px;
    background-color: var(--color-text-white);
    border-radius: var(--border-radius-card);
}

.white_wrapper .title_add {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-01);
}

.white_wrapper .dop {
    margin-top: 8px;
}

.white_wrapper .dop .point {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-01);
    margin-right: 15px;
}

.container_group .address {
    margin-top: 20px;
    padding: 8px;
    background-color: var(--color-text-white);
    border-radius: var(--border-radius-card);
}

.container_group .address .title_add .text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-01);
}

.container_group .address .dop {
    margin-top: 8px;
}

.container_group .address .dop .point_add {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-01);
    margin-right: 15px;
}

.basket_ots {
    margin-top: 24px;
}

.btn_approve {
    width: 100%;
    height: 38px;
    border-radius: var( --border-radius-btn);
    background-color: var(--color-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-white);
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    margin-top: 13px;
}

.correct_promo {
    padding-bottom: 30px;
}

.pay_list,
.pfix_gray {
    padding: 0px;
}

.pay_list .point {
    padding: 20px;
}

.pay_list .point span {
    padding-left: 20px;
}

.pay_list .point label {
    padding-left: 20px;
    cursor: pointer;
}

.send_order {
    width: 240px;
    text-align: center;
    height: 46px;
    background-color: var(--color-text-red);
    color: var(--color-text-white);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-top: 24px;
    border-radius: var(--border-radius-btn);
    padding-top: 7px;
    cursor: pointer;
}

.pfix_gray .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-text-category);
    padding: 20px;
}

.btn_swype {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-text-red);
    padding: 3px;
    border: 1px solid var(--color-text-red);
    padding: 3px 6px 3px 6px;
    border-radius: var(--border-radius-btn);
    cursor: pointer;
}

.container_gray .point {
    padding-bottom: 20px;
}

.container_gray .point .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 0px 6px 20px;
}

.container_gray .point .dop {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 0px 0px 0px 20px;
}

.ingridient_list {
    padding: 6px 0px 0px 20px;
    line-height: 2;
}

.ingridient {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-text-category);
    background-color: var( --color-03);
    border-radius: 20px;
    padding: 4px 7px 4px 7px;
    margin-right: 5px;
    display: inline-block;
    word-wrap: break-word;
}

.container_gray .point .stext {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.container_gray .point .price {
    margin-top: 20px;
}

.container_gray .point .count {
    margin-top: 6px;
}

.final_container {
    padding: 20px 20px 0px 20px;
}

.final_container .dop {
    padding-left: 0px!important;
}

.final_container .dop .img_info {
    padding-left: 10px;
}

.final_container .correct_ots {
    padding-top: 8px;
}

.final_container .dop .img_dost {
    padding-right: 10px;
}

.final_container .dost_dop {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-dostavka-comment);
    width: 80%;
    padding-left: 33px;
}

.final_container .fin_big_text {
    font-weight: 600!important;
    font-size: 20px!important;
    line-height: 24px!important;
    color: var(--color-text-category);
}

.final_container .abonuse {
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 19px!important;
    padding-top: 10px!important;
}

.pen {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}

.pen_modal {
    top: 6px!important;
}

.form_fix_input {
    border-radius: var(--border-radius-btn)!important;
}

.pen_position {
    margin-top: -3px;
    cursor: pointer;
}

.inp_ok {
    border: 1px solid var(--color-in-basket)!important;
    color: var(--color-in-basket)!important;
}


/*
checkbox
*/

#toggles {
    width: 24px;
    height: 20px;
    text-align: center;
    margin-top: 4px;
}

.ios-toggle,
.ios-toggle:active {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
}

.checkbox-label {
    display: block;
    position: relative;
    padding: 6px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    height: 16px;
    border-radius: 18px;
    background: #f8f8f8;
    cursor: pointer;
}

.checkbox-label:hover {}

.checkbox-label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 4px;
    text-indent: 4px;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    top: 2px;
    left: 0px;
    right: auto;
    background: var(--color-point);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 0px var(--color-point);
}

.checkbox-label:after {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -300px;
    padding: 10px;
    height: 100%;
    width: 300px;
    text-align: right;
    color: var(--color-point);
    white-space: nowrap;
}

.ios-toggle:checked+.checkbox-label {
    box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1), 0 0 0 2px rgba(19, 191, 17, 1);
}

.ios-toggle:checked+.checkbox-label:before {
    left: calc(100% - 12px);
    box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
}

.ios-toggle:checked+.checkbox-label:after {
    left: 10px;
    width: 24px;
}


/* GREEN CHECKBOX */

#checkbox1+.checkbox-label {
    box-shadow: inset 0 0 0 0px var(--color-danger), 0 0 0 2px #dddddd;
}

#checkbox1:checked+.checkbox-label {
    box-shadow: inset 0 0 0 18px var(--color-danger), 0 0 0 2px var(--color-danger);
}

#checkbox1:checked+.checkbox-label:after {
    color: var(--color-danger);
}

.status_wrapper_cancel {
    background-color: var(--color-secondary)!important;
}

.status_wrapper_end {
    background-color: var(--color-text-white)!important;
    border: 2px solid var(--color-in-basket);
    color: var(--color-in-basket)!important;
    padding: 1px 4px 6px 4px!important;
}

.status_wrapper_info {
    background-color: var(--color-info)!important;
}

.status_wrapper_primary {
    background-color: var(--color-primary)!important;
}

.tovar_container_price .add_basket {
    border-top: 0px solid var(--color-re-mt-polosa);
}

.tovar_container_price .add_basket .add_count {
    margin-right: 0px;
}

.tovar_container_price .add_basket .bortic .el1 {
    color: var(--color-re-wa-lcategory);
}


/* about page */

.about_container {
    padding: 0px;
}

.about_container .title {
    color: var(--color-text-category);
    padding: 20px;
}

.about_container .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
    text-align: center;
}

.about_container .time_work {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.about_time_list {
    padding: 9px 20px 20px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /*color: #6C757D; */
    color: var(--color-re-basket-color);
    opacity: 0.8;
}

.about_time_list .col-6 {
    padding-top: 11px;
}

.about_time_list .time_limit {
    text-align: right;
}

.about_app {
    margin-top: 32px;
}

.about_qr {
    max-width: 50%;
    margin: auto;
    margin-top: 36px;
    margin-bottom: 25px;
}

.about_as {
    max-width: 50%;
    margin: auto;
    margin-bottom: 18px;
}

.about_qr>img,
.about_as>a>img {
    width: 100%;
}

.abount_app_podborodok {
    margin-bottom: 32px
}

.about_pic {
    width: 100%;
    height: 237px;
    background-image: url('../img/baner/baner.png');
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
}

.about_text {
    margin-top: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.about_ss {
    margin-top: 30px;
}

.about_ss a {
    padding-right: 15px;
}

.col-mikro-1 {
    width: 4%;
}

.dost_active {
    border: 2px solid var(--color-text-red)!important;
}