.phone-link, .phone-link:hover {
    text-decoration: none;
}
/*basket*/
.order_basket.loading .header__basket__price{
    visibility: hidden;
}
.order_basket .lds-spinner img{
    margin-left: 35px;
}
@media (max-width: 768px){
    .order_basket .lds-spinner img{
        padding-top: 5px;
    }
}
/*order-page*/
.wrapper-page-content {
    min-height: calc(100vh - 173px - 284px);
    position: relative;
}
/*modern-loader*/
.modern-loader {
    background-image: url("../images/modern-load.gif");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}
/*input-number*/
.modal .input-group {
    display: flex;
}
.modal .input-group-text {
    padding: 10px 12px;
}
.input-group-text {
    padding: 9px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #f3f3f7;
    border-radius: 0;
    min-width: 41px;
}
/*TabOrderForm*/
.input-group-phone {
    display: flex;
}
.input-group-promo {
    display: flex;
}
.input-group-phone .input-group-prepend {
    display: flex
}
.control-add-mail__important {
    position: absolute;
    top: 7px;
    left: 1px;
    color: #e74c40;
    font-size: 14px;
}
.client_data_add-mail {
    font-size: 10px;
    padding: 10px 12px 0;
    position: relative;
}
.input-group-addon {
    min-width: 41px;
    padding: 10px 12px;
}

/*TabOrderPromo*/
.promocodeError {
    color:#a9262c;
    text-align: center;
    font-size:14px;
    margin-top:20px;
}
/*TabOrderPromoGift*/
.b-basket__popup__dec-dish.disabled{
    display: none
}
/*TabDetailsTime*/
.order-table__choice-time__header {
    display: flex;
}
@media (max-width: 768px){
    .order-table__choice-time-element {
        flex-basis: 0;
    }
}
.form-control-date, .form-control-date-wrapper input[readonly]{
    background-color: #F3F3F7;
    width: 111px;
    margin-right: 30px;
    display: inline-block;
    border: none;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center
}
.order-table__spec-time-form-group_mobile {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.order-table__spec-time-form-label {
    margin-right: 30px;
}
.order-table__spec-time-form-label_mobile {
    margin-right: 30px;
    flex-basis: 100%;
}
.form-control-date:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(166, 166, 166, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(166, 166, 166, 0.6);
    border: 1px solid #a6a6a6;
}
.form-control-time_width, .form-control-time_width-wrapper input[readonly]{
    width: 80px;
}

/*TabPayment*/
.order-table__sdacha .change_from {
    width: 100%
}
.order-table__payment-type__item {
    display: flex;
    flex-wrap: wrap;
}
.type-payment__text {
    display: none;
}
/*SmsConfirmation*/
.back_confirm-sms {
    position: relative;
    top: 35px;
    border-bottom: dotted 1px #514b4d;
}
.back_confirm-sms:link, .back_confirm-sms:visited {
    text-decoration: none;
}
@media (max-width: 767px) {
    .modal__sms-confirmation button {
        margin-top: 10px;
    }
}
/*TabFinish*/
.p-weight-bold {
    font-weight: bold;
    font-family: 'acrombold', sans-serif;
}
.p-weight-bold a {
    text-decoration: underline;
}
.order_base-info {
    margin-top: 30px;
}
.order-table_margin-bottom {
    margin-bottom: 40px;
}

/*TotalsBlock*/
.order-all-summ__title {
    text-align: left;
}
.order-all-summ__label {
    text-align: right;
    font-size: 14px;
}
.order-table__total__summs {
    float: right
}
.order-all-summ-out {
    display: flex;
}

/*account-ProfileTab*/
.cabinet-page__profile-form__phone {
    border: 0;
    padding-left: 0;
}

/*OrderHistoryTab*/
.cabinet-page__orders__item__rate__title {
    display: none;
}
.cabinet-page__orders .lds-spinner {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cabinet-page__title-empty {
    text-align: center;
    padding: 2em 0;
    font-size: 16px;
}
.fade-enter {
    opacity: 0;
}
.fade-enter-active, .fade-leave-active {
    transition: 6s;
}
.fade-leave {
    opacity: 0;
}
.cabinet-page__orders__orders-data__open-close a {
    cursor: pointer;
}

/*Preloader*/
.page-content-preolader {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
}

.lds-spinner {
    position: absolute;
    display: block;
    width: 100%;
    vertical-align: middle;
    margin: -15px 0 0;
    top: 50%;
    text-align: center;
    left: 0;
}
.lds-spinner img {
    height: 30px
}

.lds-spinner_loader-img {
    height: 100%
}
/*StopListConfirmation*/
.modal-header__title {
    font-size: 24px;
    text-align: center;
    padding-bottom: 0;
}
.order_table__item-stop-list {
    display: flex;
    align-items: center;
}
@media (max-width: 1279px){
    .order_table__item-stop-list {
        flex-direction: column;
    }
}
.order_table__item-stop-list div {
    border: none;
}

.modal-dialog_list-stop {
    width: 650px;
}
@media (max-width: 768px){
    .modal-dialog_list-stop {
        width: auto;
        margin: 10px;
    }
}
.order_table__title-reform-order {
    padding-top: 10px;
}
/*Login*/
.login__buttons {
    padding: 30px 0 20px;
}
/*Tab Navigation*/
@media (max-width: 768px) {
    .step-order .tab-btn {
        display: none
    }
    .step-order .tab-btn.active-tab {
        display: flex
    }
    .tab-btn__return {
        width: 25px;
        height: 25px;
        background-image: url('../images/return.svg');
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        position: absolute;
        left: 20px;
    }
    .tab-btn__title {
        margin-left: 60px;
    }
}
/*whatsApp block*/
.whatsapp-wrapper {
    display: flex;
    align-items: flex-end;
    line-height: 40px;
}
.whatsapp-wrapper_footer {
    line-height: 1.5;
    margin-top: 18px;
    display: none;
}
@media(max-width: 991px){
    .whatsapp-wrapper_footer {
        display: flex;
        margin-top: 15px;
    }
}
.navbar-eda1 .whatsapp-wrapper {
    line-height: 1.3;
    align-items: center;
    display: none;
    padding-top: 10px;
}
@media(max-width: 1279px){
    .navbar-eda1 .whatsapp-wrapper {
        display: flex;
    }
}

.whatsapp-wrapper_footer .whatsapp-a {
    font-size: 14px;
    text-decoration: underline;
    color: #929495;
}
.whatsapp-a {
    font-size: 12px;
    text-decoration: underline;
}
.whatsapp-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-left: 8px;
}
.navbar-eda1 .whatsapp-icon {
    margin: 0 8px 0 15px;
}
.whatsapp-icon img {
    width: 100%;
}
/*End whatsApp-block*/
.js-wallet-form {
    min-height: 100px;
}

.wrapper-bonus-form__row {
    position: relative;
}

.header-contact__phones-o-o__surgut {
    width: 100%;
    margin-left: 5px;
}
.city-open-soon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 13px;
}


.city-open-soon {
    display: block;
    text-align: right;
    color: #A5A6BB;
    line-height: 1.1;
    letter-spacing: -0.68px;
    font-size: 10px;
    white-space: wrap;
    opacity: 0.5;
}


/*
product_list
*/

.cat-page__item-inner {
    height: 100%;
}

.rows-product {
    height: 100%;
    padding-bottom: 85px;
}

.cat-page__item__score {
    text-align: center;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #38c300;
    position: absolute;
    right: 11px;
    top: 9px;
    z-index: 1;
    color: #fff;
    cursor: default;
}

.cat-page__item__img {
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}
@media (max-width: 619px) {
    .cat-page__item__img {
        padding-top: 0;
        padding-bottom: 11px;
    }
}
@media (max-width: 619px) {
    .cat-page__item__img {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.cat-page__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*product img type promo*/
.cat-page__item__img__type {
    width: 52px;
    position: absolute;
    left: 0;
    top: 0;
}

.cat-page__item__img__type span {
    margin-top: -4px;
    width: 52px;
    height: 52px;
}

.cat-page__item__img__type span:first-child {
    margin-top: 0;
}

.cat-page__item__img__type__new {
    display: block;
    background: url(/images/new/cat-page__item__img__type1.png) center center
    no-repeat;
    background-size: cover;
}

.cat-page__item__img__type__super {
    display: block;
    background: url(/images/new/cat-page__item__img__type2.png) center center
    no-repeat;
    background-size: cover;
}

.cat-page__item__img__type__green {
    display: block;
    background: url(/images/new/cat-page__item__img__type3.png) center center
    no-repeat;
    background-size: cover;
}

.cat-page__item__img__type__pepper {
    display: block;
    background: url(/images/new/cat-page__item__img__type4.png) center center
    no-repeat;
    background-size: cover;
}

.cat-page__item__img__type__vk {
    display: block;
    background: url(/images/new/cat-page__item__img__type5.png) center center
    no-repeat;
    background-size: cover;
}

.cat-page__item__desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 18px 77px 18px;
    background: RGBA(255, 255, 255, 0.9);
    transition: all 0.2s ease-in-out;
    min-height: 130px;
}

@media (max-width: 619px) {
    .cat-page__item__desc {
        position: relative;
        margin-left: -9px;
        margin-right: -9px;
        min-height: auto;
        padding-bottom: 85px;
    }
}

.cat-page__item__desc__open {
    color: #e74c40;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    display: block;
    margin: 0 0 0;
    float: right;
    line-height: 18px;
}

.cat-page__item__title {
    margin: 0 65px 0 0;
    height: 38px;
    overflow: hidden;
    line-height: 18px;
}

@media (max-width: 619px) {
    .cat-page__item__title {
        height: auto;
        overflow: auto;
    }
}

.cat-page__item__info__close {
    position: absolute;
    right: 9px;
    top: 12px;
    cursor: pointer;
    color: #2b2426;
    font-size: 40px;
    font-weight: 300 !important;
}
