*{
    padding: 0px;
    margin: 0px;
font-family: 'brown';
}


@font-face {
    font-family: 'brown';
    src: local('brown'),

    url('/cleanroute/fonts/brown-regular.ttf'),
    url('/cleanroute/fonts/brown-regular.otf');

}
input:focus {outline: 0;}

.pc_home_block{

    background-color: rgba(255, 255, 255, 0.5);
    background: url(/cleanroute/image/bg_home_pc.png) no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: cover; /* Современные браузеры */
    background-position: center center;
    background-attachment: fixed;   width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    left: 0;
    top:0;

}

.pc_home_block-content{
    background-color: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;

}
.pc_home_block-content img{
    width: 216px;
    height: 203px;
}
.top{
    margin-top: 150px;
}
.pc_home_block-content .description{
    font-size: 40px;
}
.bottom{
    margin-bottom: 30px;
    margin-top: auto;

    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;

}


    .m_home_block{
        display: block;
    }

    body{
        background: #ffffff;
    }
    .m_home_block-logo,.m_home_block-title{
        display: flex;
        justify-content: center;
        margin-top: 38px;
    }
    .m_home_block-logo img{

        width: 124px;
        height: 117px;
    }
    #SignInForm{
    display: flex;flex-direction: column;
    }
    input::placeholder {
padding: 0px 0px 617px 7px;
        font-size: 12px;
        color: #0B4951;
    }
    #SignInForm input{
        border:1px solid silver;
        border-radius: 13px;
        margin: 0 auto;
        margin-top: 35px;
        width: 289px;
        height: 55px;
    }
    input[type='submit']{
        width: 289px;
        height: 40px;
        background: #14818E;
        color: white;

    }
    .back_acc input{
        width: 289px;
        margin-top: 50px;
        min-width: 289px;
        border-radius:15px ;
        text-align: center;
        padding: 5px ;
        border: none;
        height: 40px !important;
        background: #14818E;
        color: white;
    }
    .account_btn{
        margin-top: 79px;
    }
    .show_preloader{
        animation: preloader 2s ease;
        z-index: 22;
    }
@keyframes preloader{
    50%{
        opacity: 50%;
    }
    100%{
        opacity: 0; display: none   }
}
.m_home_block form{
    max-width: 289px;
    margin: 0 auto;
}
.form_link{
    color: #0B4951;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
display: flex;
    justify-content: space-between;
margin-top: 17px;
}
.form_link a{
    color: #0B4951;
    text-decoration: none;
}
.content{
    max-width: 289px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.title_form_block-title{
    width: 108px;
    color: #14818E;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 30px;

    height: 29px;
}
.title_form_block-description{
color: #E78A1E;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;

}
input::placeholder{
    position: absolute;left: 14px;
    top:9px;
    z-index: 1;
    letter-spacing: 0.5px !important;
}
form#SignUpForm input{
    width: 289px;
    height: 55px;
    border-radius: 12px;
    border: 1px solid silver;
    margin-top: 30px;
}
input{
    padding-left: 10px;
}
.two_input input{
    width: 92% !important;

}
input[type='checkbox']{
    width: 20px !important;
    height: 20px !important;
    border: 1px solid silver;
}
.checkbox_pass {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.checkbox_pass input{
    margin-top: 11px !important;
}
.checkbox_pass span{
    margin-top: 11px;
    margin-left: 12px;

    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    color: #0B4951;

}
.two_input input:first-child{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}.two_input label.ch2 input{
     border-radius: 12px !important;
     border-bottom-left-radius: 0px !important;
     border-top-left-radius: 0px !important;

 }

.two_input{
    display: flex;

}
#input_password{
    margin-top: 11px !important;
}
#card{
    width: 105% !important;
}

.gps-off{
    border-radius: 12px; border: 2px solid  #14818E !important; background-color: transparent !important; color: #14818E !important; font-weight: bold;
}
.slider_gps{
  position: relative;
    width: 289px;
    height: 34px;
    border: 1px solid #DBDBDB;
    margin: 15px 0px 15px 0px;
    border-radius: 20px;
    background-color: #DBDBDB;
}
.slider_gps_button{
    position: absolute;
    width: 98px;
    height: 34px;
    background-color:#E78A1E ;
    border-radius: 20px;    transition: 1s ease;
}
.slider_gps_button.on{
    position: absolute;
    width: 98px;
    height: 34px;
    background-color: #14818E;
;
    border-radius: 20px;
    left: 190px;
    transition: 1s ease;
}
.cansel_membership{
text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #0B4951;
    padding-bottom:4px ;
    text-decoration: none;
    border-bottom: solid 1px #0B4951;
;

}
.cansel_account{
    text-align: center;
    margin-top: 30px;
    max-width: 301px;

}

.warning_delete p{
    font-size: 16px;
    color: #0B4951;

}
.warning_delete p:first-child{
    margin-top: 94px;
}
.warning_delete p:nth-child(2){
margin-top: 15px;
}

.confirm_delete input{
    background-color: #E78A1E;
    border-radius: 15px;
    margin-top: 258px;
    border: none    ;
}
.header_management{
padding: 10px 90px;
display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_management img{
    width: 145px;
    height: 39px;
}
.form_search_user p{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.input_search p{
    text-align: left;
    font-size: 18px;
    color:#50535B ;
    font-weight: 400;
    margin-left: 30px;
}
.form_search_user form{
margin: 0 auto;
    width: 478px;
    height: 425px;
}
.input_search input{
    width: 418px;
    height: 45px;
    border: 1px solid #50535B;
    border-radius: 5px;
    margin: 0 auto;

}
.input_search div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.input_search {
    margin-top: 40px;

}
.form_search_user{
    border: 1px solid #AAAAAA;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 478px;
    height: 425px;
    margin: 0 auto;

}
.form_search_user form{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.user_info_block{
    margin: 0 auto;
    max-width: 1300px;
}
.user_info_block-head {
    display: flex;
    align-items: center;
}
.user_info_block-head a {
margin-left: 20px;
    color:#1779FF;
    text-decoration: none;
}
.user_info_block-head span{
    margin-right: 10px;
}
.user_info_block-more.items{
    border: 1px solid #AAAAAA;
    margin-top: 20px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 630px;


    height: 723px;
}
.padding p{
    margin-top: 8px;
}
.user_info_block-more.items{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.user_info_block-more{
    display: flex;
    justify-content: space-between;

}
.transaction_history div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 7px 0px;
    width: 100%;


}
.transaction_history div p:first-child{
    margin-left: 20px;
}.transaction_history div p:last-child{
     margin-right: 20px;
 }

.transaction_history a:nth-child(even) div{
    background-color: rgba(170, 170, 170, 0.28);
}
.padding{
    padding:  10px 30px;
}
.two_input  label.ch3 input{
     border-radius: 12px !important;
     border-bottom-left-radius: 0px !important;
     border-top-left-radius: 0px !important;
     width: 60px !important;

     border-bottom-right-radius: 12px !important;
     border-top-right-radius: 12px !important;
 }
label.ch3{

}
label p{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #0B4951;
    margin-left: 10px;
margin-top: -55px;
    z-index: 22;
}
label{
    margin-top: 50px;
}
label input{
    margin-top: 20px;
}
li{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

}
input{ color: #6A6A6A}
