.red p.wlpeMessageText {
    color:red !important;
    font-weight:bold !important;
}
#washname{
    min-height:650px;
}
#sign-up-flow{
    display: flex;
    justify-content: center;
    align-items: center;
}
#washorder, #washschedule, #washaddress, #washname, #receiptpage{
    width: 100%;
}
@media screen and (max-width:639px){
    #washorder, #washschedule, #washaddress, #washname{
        height: 100% !important;
    }
    .content-receipt span {
        line-height: 20px;
    }
    .booking-step{
        height: auto !important;
    }
    .time-wrapper{
        margin-top: 10px !important;
    }
    .bh-title{
        padding-top: 10px !important;
    }
    #address-header-main, #name-header, #wash_header_main, #personal-info-header{
        margin-top:20px;
    }
}
@media screen and (min-width:639px){
    #washorder, #washschedule, #washaddress, #washname{
        /*position: relative;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%) perspective(1px);
        */
        max-height: 100%;
    }

    #signup-form .content-booking-flow-section{
        margin: auto !important;float: none !important;position: relative;top: 30%;transform: translate(0%, -30%) perspective(1px);
        /*top:10%;*/
    }
    .content-receipt span {
        line-height: 30px;
    }
    .exist-user {
        display:block !important;
    }
}
@media screen and (min-width:639px) and (max-width:850px){
    .logo-phone-number{
        display:none;
    }
}
.premium {
    color: #2497dc !important;
}
.deep {
    color: #da3808 !important;
}

.modal{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: 600px !important;
    width: 100% !important;
    position: absolute !important;
    margin: 0 !important;
}


.form_phone {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    padding: 17px;
    left: 0;
    top: 0;
    overflow: scroll;
    background: #fff;

    max-height: 100vh;

}
.form_phone .header {

    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.form_phone .header .back img{
    height: 13px;
    transform: rotate(90deg);

}
.form_phone .header .phone {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #AAAAAA;
    text-align: right;
}
.form_phone .title-page {
    margin-bottom: 33px;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 42px;
    /* identical to box height */


    color: #16374B;

}

.form_phone .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 27px;
    min-height: calc(100vh - 300px);
}

.form_phone .content .input-wrap {
    width: 100%;
    min-height: 60px;
    position: relative;
}

* {
    box-sizing: border-box;
}
.form_phone .content .input-wrap input:focus {
    outline: none;
    border: 2px solid #006AF6!important;
}
.form_phone .content .input-wrap select:focus {
    outline: none;
    border: 2px solid #006AF6!important;
}
.form_phone .content .input-wrap textarea:focus {
    outline: none;
    border: 2px solid #006AF6!important;
}
.form_phone .content .select-list:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 4.5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/new_images/new-down-arrow.svg);
    -webkit-transition: all 250ms 0s ease;
    -moz-transition: all 250ms 0s ease;
    -ms-transition: all 250ms 0s ease;
    -o-transition: all 250ms 0s ease;
    transition: all 250ms 0s ease;

}
.form_phone .content .input-wrap select {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 2px solid #DADDE1;
    border-radius: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 20px 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;
    color: #454545;
}
.form_phone .content .input-wrap input {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 2px solid #DADDE1;
    border-radius: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 20px 18px;
    font-style: normal;
    font-weight: 700;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 19px;

    color: #454545;
}
.form_phone input::placeholder {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    /* 6 */

    color: #AAAAAA;
}
.form_phone select::placeholder {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    /* 6 */

    color: #AAAAAA;
}
.form_phone .content .input-wrap textarea {
    width: 100%;
    height: 154px;
    background: #FFFFFF;
    border: 2px solid #DADDE1;
    border-radius: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 21px 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;
    color: #454545;
}
.form_phone textarea::placeholder {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    /* 6 */

    color: #AAAAAA;
}
.form_phone .content .price-link {
    width: 100%;
    height: 60px;
    border: 2px solid #1779FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    color: #3D77EA;
}
.form_phone .content .input-wrap label {
    background: #FFFFFF;
    padding: 0 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;

    color: #14374C;
    position: absolute;
    left: 20px;
    top: -10px;
}
.form_phone .content .input-wrap label.label_on_focus {
    transform: scale(0);
    transition: 0.3s all;.form_phone .content .input-wrap
}
.form_phone .content .input-wrap label.label_on_focus.active {
    transform: scale(1);
    transition: 0.3s all;
}
.form_phone .content .input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 29px;
    width: 100%;
}
.form_phone .btn-next {
    background: #3D77EA;
    border-radius: 8px;
    width: 100%;
    padding: 20px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.form_phone .new_schedule {
    background: #FFFFFF;
    border: 2px solid #DADDE1;
    border-radius: 8px;
    padding: 0px 18px;
    height: 60px!important;

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #454545;

}
.form_phone .new_schedule:focus {
    border: 2px solid #006AF6!important;
}
.new_schedule:focus {
    border: 2px solid #006AF6!important;
}
select:focus {
    border: 2px solid #006AF6!important;
}
.form_phone .same-day-select-date {
    right: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    top: 23px;
    color: #2AD300;
}

.form_phone .input-group {
    position: relative;
    margin-bottom: 23px;
}
.form_phone .input-group label {
    position: absolute;
    padding: 0 6px;
    background: #fff;
    left: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    top: -10px;
    letter-spacing: 0.5px;

    color: #14374C;
}
.form_phone .content .loginLink {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: -18px;
    text-align: left;
    text-decoration-line: underline;
    color: #1779FF;
}
.form_phone .openBankData {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    /* 6 */

    color: #AAAAAA;
}
.form_phone.modal-type {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 43px;
    z-index: 100!important;
}
.form_phone .success-icon {
    width: 66px;
    margin-bottom: 10px;
}
.form_phone .modal_title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    /* identical to box height */

    text-align: center;

    color: #16374B;
    margin-bottom: 8px;
}
.form_phone .modal_text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    color: #000000;
    margin-bottom: 36px;
}
.form_phone .modal_picture {
    width: 177px;
    margin-bottom: 13px;
}
.form_phone .modal_footer {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    color: #000000;
    margin-bottom: 35px;
}
.form_phone .btn {
    width: 100%;
    box-sizing: border-box;
    height: 58px;

    background: #FFFFFF;
    border: 1px solid #3D77EA;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 20px 10px;
    color: #3D77EA;
}
.form_phone .btn.bg {
    border: none;
    background: #3D77EA;
    color: #fff;
    margin-bottom: 19px;
}
.form_phone .time-page-form .time_view .selected-items-body:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 4.5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/new_images/new-down-arrow.svg);
    -webkit-transition: all 250ms 0s ease;
    -moz-transition: all 250ms 0s ease;
    -ms-transition: all 250ms 0s ease;
    -o-transition: all 250ms 0s ease;
    transition: all 250ms 0s ease;
}
.receipt-group {
    width: 100%;
    /*margin-bottom: 18px;*/

}
.receipt-group .receipt-title {
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;

    color: #333641;
}
.receipt-group .receipt-block {
    width: 100%;
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;

}
.receipt-group:not(.home-cleaning-receipt) .block-name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height */


    /* 3 */

    color: #333641;
}
.form_phone .footer__text {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;

    color: #898989;
    margin: 29px 0px;
}
.form_phone .show_password {
    display: flex;
    align-items: center;
}
.receipt-group:not(.home-cleaning-receipt) .receipt-block .block-params {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height */

    text-align: right;

    /* 3 */

    color: #333641;
}
.home-cleaning-receipt {
    font-weight: 200;    
}

.home-cleaning-receipt .block-params {
    text-align: right;
}

#total-minimum-price-line, #receipt-total-line {
    text-transform: uppercase;
    font-weight: 600;  
}

.block-top-line {
    padding-top:10px;
    border-top:1px solid #c9ced1;
    margin-top:10px;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #DADDE1;
    border-radius: 6px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
    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");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.input-block {
    width: 100%;
}
.gift-text {
    color: #AAA;
    font-weight: 700;
}
.gift-text.active {
    display: none;
}

.gift-input {
    display: none;
}

.gift-input.active {
    display: block;
}

.gift-error {
    color: #F00;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
}

.code-info {
    display: none;
    color: #AAA;
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
}

.code-info.active {
    display: block;
}

.block-apply-gift {
    display: flex;
}

.gift-apply {
    min-width: 106px;
    border-radius: 8px;
    background: #3D77EA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 700;
    margin: 0px 0px 0px 10px;
}
