@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100; src: url(font/Montserrat/Montserrat-Thin.ttf); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300; src: url(font/Montserrat/Montserrat-Light.ttf); }

@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: url(font/Montserrat/Montserrat-Regular.ttf); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; src: url(font/Montserrat/Montserrat-Medium.ttf); }

@font-face { font-family: 'Montserrat'; font-style: bold; font-weight: 600; src: url(font/Montserrat/Montserrat-SemiBold.ttf); }
@font-face { font-family: 'Montserrat'; font-style: bold; font-weight: 700; src: url(font/Montserrat/Montserrat-Bold.ttf); }
@font-face { font-family: 'Montserrat'; font-style: bold; font-weight: 800; src: url(font/Montserrat/Montserrat-ExtraBold.ttf); }
@font-face { font-family: 'Montserrat'; font-style: bold; font-weight: 900; src: url(font/Montserrat/Montserrat-Black.ttf); }


@font-face { font-family: 'Inter'; font-style: bold; font-weight: 900; src: url(font/Inter/Inter-Black.otf); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 900; src: url(font/Inter/Inter-BlackItalic.otf); }
@font-face { font-family: 'Inter'; font-style: bold; font-weight: 700; src: url(font/Inter/Inter-Bold.otf); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 700; src: url(font/Inter/Inter-BoldItalic.otf); }
@font-face { font-family: 'Inter'; font-style: bold; font-weight: 800; src: url(font/Inter/Inter-ExtraBold.otf); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 800; src: url(font/Inter/Inter-ExtraBoldItalic.otf); }
@font-face { font-family: 'Inter'; font-style: bold; font-weight: 200; src: url(font/Inter/Inter-ExtraLight.otf); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 200; src: url(font/Inter/Inter-ExtraLightItalic.otf); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 300; src: url(font/Inter/Inter-Italic.otf); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; src: url(font/Inter/Inter-Light.otf); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 300; src: url(font/Inter/Inter-LightItalic.otf); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 200; src: url(font/Inter/Inter-Light.otf); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; src: url(font/Inter/Inter-Medium.otf); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 500; src: url(font/Inter/Inter-MediumItalic.otf); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; src: url(font/Inter/Inter-Regular.otf); }
@font-face { font-family: 'Inter'; font-style: bold; font-weight: 600; src: url(font/Inter/Inter-SemiBold.otf); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 600; src: url(font/Inter/Inter-SemiBoldItalic.otf); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100; src: url(font/Inter/Inter-Thin.otf); }
@font-face { font-family: 'Inter'; font-style: italic; font-weight: 100; src: url(font/Inter/Inter-ThinItalic.otf); }

/* *{
    margin: 0px;
	padding: 0px;
	font-family: "Montserrat", sans-serif;
	font-size:16px;
} */

*{
     margin: 0px;
	padding: 0px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
    box-sizing: border-box;
}


.input{
	    border: 1px solid #000;
    border-radius: 0.5em;
    padding: .5em;
    height: 2.4em;
    width: 100%;
    font-size: 1em;
    font-weight: 600;
    box-sizing: border-box;
}
.input::placeholder{
	font-weight: 300;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; margin: 0; 
}

.submit{
    padding: .7em;
    border: 1px solid #000;
    background: #eee;
    cursor: pointer;
}

.body{
	display: flex;
    background: #f7f7f7;
	flex-direction: column;
}
.body .form-users{
    margin: auto;
    text-align: center;
    border: 1px solid #000;
    padding: 2em;
    box-sizing: border-box;
    width: 21em;
    margin-top: 5em;
}

.body .form-users .link{
    cursor: pointer;
    margin-top: 1em;
    display: block;
}

.body .form-users .logo{
	display: flex;
    align-items: center;
    justify-content: center;
}
.body .form-users .label{
	display: flex;
	flex-direction: column;
	margin-top: 1em;
	margin-bottom: 1em;
}

.body .form-users .label .phone-mask{
    display: flex;
    align-items: center;
    margin-top: 1em;
}

.body .form-users .label .input-1{
	width: 2em;
}
.body .form-users .label .input-2{
	width: 2.7em;
    letter-spacing: .2em;
}
.body .form-users .label .input-3{
	width: 3.5em;
    letter-spacing: .2em;
}
.body .form-users .label .input{
	margin-left: .2em;
    margin-right: .2em;
}
.body .form-users .label .mask-code{
    justify-content: center;
}
.body .form-users .label .mask-code .input{
    text-align: center;
    width: 2.5em;
} 


.body .top-lk{
	width: 100%;
    border-bottom: 1px solid #000;
    margin: auto;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    padding-bottom: 0;
    padding-top: 0;
	box-sizing: border-box;
}

.top-info{
    display: flex;
    align-items: center;
    margin-top: 1em;
    flex-wrap: wrap;
    margin-left: 1em;
}
.top-info .span{
   font-size: .8em;
    margin-right: 1px;
    border: 1px solid #000;
    padding: 1em;
}

.top-info .span .link{
       font-size: 1em;
    font-weight: 600;
    letter-spacing: .1em;
}

.body .top-lk .logo{
	display: flex;
    align-items: center;
    font-weight: 500;
}
.body .top-lk .logo .img{
	width: 4em;
	margin-right: .5em;
}
.body .top-lk .balans{
	margin: auto;
    margin-left: 2em;
    padding-left: 1em;
    margin-right: 2em;
}
.body .top-lk .balans .span{
	margin-left: .5em;
}
.body .top-lk .push-mess{
    margin: auto;
    display: flex;
    align-items: center;
    padding: .5em;
    background: #eee;
    border-radius: .5em;
    cursor: pointer;
    outline: 1px solid #999;
    margin-right: 4em;
}
.body .top-lk .push-mess .bi{
    margin-right: .5em;
}
.body .top-lk .push-mess:hover{
    outline: 1px solid #000;
}
.body .top-lk .menu{
    color: #000;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.body .top-lk .menu .li{
	display: flex;
	align-items: center;
    margin-left: 1em;
}
.body .top-lk .menu .li .bi{
	margin-left: 0.2em;
}


.body .client-rez{
    margin: 1em;
}
.body .client-rez .client-line{
    padding: .4em;
    border: 1px solid #000;
    margin-bottom: 1px;
}
.body .client-rez .client-name{
    font-size: .8em;
        font-weight: 600;
}
.body .client-rez .client-line-next{
    display: flex;
    font-size: .8em;
    padding-top: .5em;
}
.body .client-rez .client-name-first{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.body .client-rez .client-name-first .cleaning{
    font-size: .9em;
    background: #00ff22;
    padding: .3em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.body .client-rez .client-name-first .cleaning:hover{
    text-decoration: underline;
}
.body .client-rez .client-name-first .cleaning .bi-star{
    margin-right: .3em;
}
.body .client-rez .client-line .client{
   font-size: 1em;
    border: 1px solid #000000;
    padding: .3em;
    border-radius: 1em;
    margin-right: .5em;
}
.body .client-rez .client-line .client .date-order{
    font-size: 1em;
}
.body .client-rez .client-line .client .order-update{
    font-size: 1em;
    margin-top: .5em;
}
.body .client-rez .client-line .client .object-order{
    font-size: 1em;
}
.body .client-rez .client-line .client .span{
    font-size: 1em;
    cursor: pointer;
}
.body .client-rez .client-line .client .span:hover{
    text-decoration: underline;
}
.body .client-rez .client-line .client .new-order{
    background: #ffa92e;
    padding: .1em .4em;
    border-radius: .5em;
}
.body .client-rez .client-line .client .stop-order{
    background: #fe5c26;
    padding: .1em .4em;
    border-radius: .5em;
    margin-left: .5em;
}
.body .client-rez .client-line .client .map-order{
    background: #2eff34;
    padding: .1em .4em;
    border-radius: .5em;
}
.body .client-rez .client-line .client .place-order{
 background: #2ebcff;
    padding: .1em .4em;
    border-radius: .5em;
    margin-left: .5em;
}
.body .client-rez .client-line .client .ruls-order{
 background: #ff2eb5;
    padding: .1em .4em;
    border-radius: .5em;
    margin-left: .5em;
}
.body .client-rez .client-line .client .dobr-order{
    background: #ff8787;
    padding: .1em .4em;
    border-radius: .5em;
        margin-left: .5em;
}

.body .client-rez .client-line .client-code .order-update{
    background: #000;
    color: #fff;
    padding: .1em .4em;
    border-radius: .5em;
    width: fit-content;
}

.body .client-rez .bg{
    background: #ccc;
}

/* .popap */
.popap{
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000000d4;
    z-index: 4;
}
.popap .popap-rez{
    width: 28em;
    margin: auto;
    background: #fff;
    padding: 2em;
    box-sizing: border-box;
    overflow: auto;
}
.popap .popap-rez .close{
    text-align: right;
    cursor: pointer;
    margin-bottom: .5em;
    position: relative;
}
.popap .popap-rez .title{
    font-size: 1.2em;
    font-weight: 500;
}
.popap .popap-rez .data-r{
    margin-top: .5em;
    font-size: .9em;
}
.popap .popap-rez .label{
    display: block;
    margin-top: 1em;
    font-size: .8em;
    width: 30em;
}
.popap .popap-rez .submit{
    margin-top: 1em;
    text-align: center;
}
.popap .popap-rez .label .textarea{
    width: 100%;
    height: 12em;
    padding: .5em;
    box-sizing: border-box;
    font-size: 1em;
}
.popap .popap-rez .label .textarea-contact{
    height: 4em;
}
.popap .popap-rez .label .input{
    margin-top: .5em;
    max-width: 10em;
}


.popap .popap-rez .clean-star{
    margin-top: 1em;
    margin-bottom: 1em;
}
.popap .popap-rez .clean-star .bi-star{
    width: 2em;
    height: 2em;
    cursor: pointer;
}
#object-map .popap-rez{
    max-height: none;
}

.popap .popap-rez .textarea{
    width: 100%;
    height: 10em;
    padding: 1em;
    font-size: .8em;
    font-weight: 600;
}
.popap .popap-rez .input-file{
    margin-top: 1em;
    font-size: .8em;
}


.img-popap{
    flex-direction: column;
    align-items: center;
    background: #fff;
    overflow: auto;
    max-width: 408px;
    box-sizing: border-box;
    padding: 1%;
    margin: auto;
}
.img-popap .img{
      max-width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: -5%;
    box-sizing: border-box;
    padding: 5%;
}
.img-popap .close-img{
    width: 90%;
    margin: 5%;
    box-sizing: border-box;
    text-align: center;
    background: #538EE6;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
}


/*

.link-pay{
    background: #eef2f7;
}
.link-pay *{
    font-size: 14px;
    font-family: Inter, serif;
}
.link-pay .popap-link-pay{
    max-width: 408px;
    min-height: 100px;
    margin: auto;
    padding-top: 35px;
    box-sizing: border-box;
}

.link-pay .popap-link-pay .bl-1{
    background: #538EE6;
    color: #fff;
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
    height: 104px;
    box-sizing: border-box;
    border-radius: 12px;
}
.link-pay .popap-link-pay .bl-1 .bl-1-top{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.link-pay .popap-link-pay .bl-1 .bl-1-text{
    font-weight: 400;
}



.link-pay .popap-link-pay .bl-1-1{
    height: auto;
    padding: 14.5px;
    text-align: center;
    margin-bottom: 24px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
}

.link-pay .popap-link-pay .bl-1-1 .bl-1-top{
        margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.link-pay .popap-link-pay .brd-blue{
    height: 2px;
    background: #538EE6;
    margin-top: 21px;
    margin-bottom: 24px;
}

.link-pay .popap-link-pay .img-go-check{
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.link-pay .popap-link-pay .img-go-check .img-go-text {
    color: #538EE6;
    font-size: 16px;
    margin-bottom: 41px;
}

.link-pay .popap-link-pay .bl-2{
    height: 138px;
    background: #fff;
    margin-bottom: 12px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    padding: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.link-pay .popap-link-pay .bl-2-1{
    height: 216px;
    align-items: center;
    justify-content: space-between;
}

.link-pay .popap-link-pay .bl-2-1 .str-c{
    width: 80%;
    height: 100%;
    cursor: pointer;
}

.link-pay .popap-link-pay .bl-2-1 .str-l{
    cursor: pointer;
    padding: 10px;
}

.link-pay .popap-link-pay .bl-2-1 .str-r{
    transform: rotate(180deg);
    cursor: pointer;
    padding: 10px;
}

.link-pay .popap-link-pay .bl-2-more{
    overflow: auto;
    display: -webkit-box;
    margin-bottom: 12px;
}

.link-pay .popap-link-pay .bl-2-more .img-more{
    width: 93px;
    height: 93px;
    margin-right: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
    cursor: pointer;
}

.link-pay .popap-link-pay .bl-3{
   height: 43px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    padding-left: 14px;
}

.link-pay .popap-link-pay .bl-3 .bl-3-point{
    width: 10px;
    height: 10px;
    background: #FA3E3E;
    border-radius: 50%;
    margin-right: 12px;
}

.link-pay .popap-link-pay .bl-3 .bl-3-sum{
    font-size: 16px;
    font-weight: 500;
}

.link-pay .popap-link-pay .bl-3 .bl-3-rub{
        margin: auto;
    margin-right: 14px;
    color: #282828;
    font-weight: 600;
    font-size: 16px;
}

.link-pay .popap-link-pay .bl-4{
    height: 50px;
    border-radius: 12px;
    background: #538EE6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: none;
}

.link-pay .popap-link-pay .bl-5{
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.link-pay .popap-link-pay .bl-5 .in, .link-pay .popap-link-pay .bl-5 .out {
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 32px);
    margin-left: 16px;
}

.link-pay .popap-link-pay .bl-5 .name{
    font-size: 16px;
    color: #28282880;
    width: 50px;
}

.link-pay .popap-link-pay .bl-5 .name-left{
    margin: auto;
    margin-right: 5px;
    margin-left: 40px;
    font-size: 16px;
    text-align: right;
}

.link-pay .popap-link-pay .bl-5 .name-right{
    margin: auto;
    margin-left: 5px;
    font-size: 16px;
}

.link-pay .popap-link-pay .bl-5-hotel .name{
    width: auto;
    max-width: calc(100% - 60px);
}

.link-pay .popap-link-pay .bl-5-hotel .name-value{
    font-size: 16px;
}

.link-pay .popap-link-pay .bl-6{
   background-image: url(img/link_line.svg);
    height: 1px;
    width: calc(100% - 32px);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 16px;
    margin-right: 16px;
}

.link-pay .popap-link-pay .bl-7{
    background: #fff;
    border-radius: 12px;
    min-height: 325px;
    margin-bottom: 23px;
    padding-bottom: 16px;
}

.link-pay .popap-link-pay .bl-7-1{
    margin-left: 16px;
    font-size: 16px;
    padding-top: 11px;
}

.link-pay .popap-link-pay .bl-7-2{
    font-size: 21px;
    margin-left: 16px;
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 500;
}

.link-pay .popap-link-pay .bl-7-2 .svg{
    margin-right: 21px;
    margin-top: 4px;

    background: #ccc;
    border-radius: 1em;
    cursor: pointer;
}

.link-pay .popap-link-pay .bl-7-3{
    font-size: 16px;
    margin-left: 16px;
    margin-top: 10px;
}

.link-pay .popap-link-pay .bl-7-4{
    font-size: 21px;
    margin-left: 16px;
    margin-top: 11px;
    margin-bottom: 10px;
    font-weight: 500;
}

.link-pay .popap-link-pay .bl-7-5{
    margin-top: 15px;
    margin-left: 16px;
    margin-right: 16px;
    background: #F4F5F6;
    min-height: 83px;
    border-radius: 12px;
    padding: 14px;
    color: #949494;
    font-weight: 200;
    display: flex;
    align-items: end;
    box-sizing: border-box;
}

.link-pay .popap-link-pay .bl-77{
    height: auto;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 8px;
}

.link-pay .popap-link-pay .list-7{
    display: flex;
    flex-wrap: wrap;
    margin-right: 8px;
}

.link-pay .popap-link-pay .list-7 .bl-78{
    height: auto;
    padding: 13.5px;
    font-size: 14px;
    margin-bottom: 8px;
    width: fit-content;
    font-weight: 400;
    margin-right: 8px;
}

.link-pay .popap-link-pay .bl-78{
    padding: 13.5px;
    height: auto;
}

.link-pay .popap-link-pay .bl-78 .ttle{
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #D9D9D9;
    font-weight: 600;
}

.link-pay .popap-link-pay .bl-file .desc{
    font-weight: 400;
}

.link-pay .popap-link-pay .bl-8 .img{
    max-width: 85px;
    max-height: 85px;
    margin: auto;
    margin-left: 5px;
}

.link-pay .popap-link-pay .bl-8{
    height: 97px;
    margin-bottom: 25px;
    border: 3px solid #538EE6;
    box-sizing: border-box;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #538EE6;
    font-size: 16px;
}

.link-pay .popap-link-pay .bl-9{
    height: 47px;
    background: #CBDBF4;
    border-radius: 12px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
        width: 100%;
    border: none;
    text-decoration: none;
}

.link-pay .popap-link-pay .bl-9-yes{
    background: #538EE6;
}

.link-pay .popap-link-pay .bl-10{
       height: 35px;
    border: 1px solid #000;
    border-radius: 12px;
    margin-bottom: 50px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
        display: none;
}

.link-pay .submit{
    background: #538EE6;
    border: none;
    border-radius: 1em;
    color: #fff;
}

.link-pay .textarea{
    background: #F4F5F6;
    border: none;
    border-radius: 1em;
    margin-top: 1em;
}

*/

@media (max-width: 600px){

    .body .top-lk .logo{
        font-size: 1.2em;
    }    
    .body .top-lk{
        flex-wrap: wrap;
        padding-bottom: 1em;
    }
    .body .top-lk .balans{
        margin: 0;
        padding: 0;
    }
    .body .top-lk .push-mess{
        margin: 0;
        background: #ccc;
    }
    .body .top-lk .push-mess .span{
        display: none;
    }
    .body .top-lk .push-mess .bi {
        margin: 0;
    }
    .body .top-lk .menu .li{
        margin: 0;
    }

    .body .client-rez .client-line-next{
        flex-direction: column;
    }
    .body .client-rez .client-line .client{
        border: none;
        padding: 0;
        padding-bottom: .2em;
        padding-top: .2em;
    }


    .popap .popap-rez{
        width: 90%;
    }

    .popap .popap-rez .label{
        max-width: 100%;
    }


    .body .client-rez .client-name-first{
        flex-direction: column;
        align-items: baseline;
    }


    /*

    .link-pay .popap-link-pay{
        width: calc(100% - 20px);
        padding-top: 10px;
    }

    .link-pay .popap-link-pay .bl-5 .name-left{
        margin-left: auto;
    }

    .link-pay .popap-link-pay .bl-10{
        margin-bottom: 10px;
    }

    */

}