._zAS_hider._zAS_active{
    transition: all .3s ease;
    opacity: 1;
    pointer-events: all;
}
._zAS_hider{
    position: fixed;
    top: -100px;
    bottom: -100px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease;
}
._zAS_active{
    opacity: 1!important;
}
._zAS{
    position: fixed;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #fff;
    z-index: 101;
    overflow: auto;
    transition: all .3s ease;
    -webkit-overflow-scrolling: touch;
    left: 0;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    //height: 100%;
}
._zAS_title0{
    width: 100%;
    background: #000;
}
._zAS_title{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    height: 60px;
}
._zAS_no-title{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
}
._zAS_no-title1{
    width: 48px;height: 4px;
    border-radius: 20px;
    background: #d0d2d5;
}
._zAS_content{
    padding: 20px 0px 16px 0px;
}
._zAS_content .__header{
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
    display: flex;align-items: center;
}
._zAS_content .__header .btnDone{
    min-height: 32px;
    background: #1877f2;
    color: #fff;min-width: 32px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 9999px;
    font-size: 16px;
    cursor: pointer;
}
.offcanvas .__header1{
    margin: 0px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    margin-top: 18px;
    color: rgb(143 143 143);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.offcanvas .__line{
    height: 1px;
    width: calc(100% - 32px);
    background: #f5f5f5;
    margin: 16px 16px;
}
._zAS_content .__box{
    //padding: 8px 16px;
    display: flex;
}
._zAS_content .__box1{
    //background-color: rgb(245, 248, 250);
    //padding: 12px 14px;
    border-radius: 15px;
    width: 100%;
    float: left;
}
._zAS_content .__btnBack, ._zAS_title .__btnBack{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 300px;
    margin-right: 6px;
    cursor: pointer;
    line-height: 1;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
._zAS_content .__btnBack:hover, ._zAS_title .__btnBack:hover{
    background: #efefef;
}
._zAS_content .__btnBack i, ._zAS_title .__btnBack i{
    font-size: 20px;
    margin: 0px;
    line-height: 1;
}
.offcanvas .formSearch{
    padding: 16px 0px 0px 0px;
}
.offcanvas .form:not(.ui){
    padding: 0px;
}
.offcanvas .form1{
    padding: 16px 16px 0px 16px;
}
._zAS_title h1{
    font-weight: 700;
    font-size: 20px;
}
._zAS_close{
    font-size: 20px;
    color: #dc3545;
    width: 36px;
    height: 36px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e6eb;
    border-radius: 100px;
    cursor: pointer;
}
._zAS_close i.fbicon{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-filter: invert(39%) sepia(21%) saturate(200%) saturate(109.5%) hue-rotate(174deg) brightness(94%) contrast(86%);
    filter: invert(39%) sepia(21%) saturate(200%) saturate(109.5%) hue-rotate(174deg) brightness(94%) contrast(86%);
}
/*i.fbicon.iclose{
    background-image: url(https://z-p3-static.xx.fbcdn.net/rsrc.php/v3/yl/r/yHK8-alEa4v.png);
    background-position: -105px -107px;
    background-size: 189px 183px;
}
i.fbicon.iback{
    background-image: url(https://z-p3-static.xx.fbcdn.net/rsrc.php/v3/yD/r/BTQuVUHW-EW.png);
    background-position: -148px -46px;
    background-size: 189px 175px;
}*/
._zAS_btnsubmit{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    font-size: 18px;
    transition: all .3s ease;
    font-weight: 600;
    border-radius: 6px;
    background-color: #d9dbdf;
    color: #a5a9ad;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    text-align: center;
    line-height: 1.5;
}
._zAS_btnsubmit.bblue{
    background-color: #1a74e3;
    color: #fff;
}
._zQddeBottomShow{
    opacity: 1 !important;
    bottom: 0px !important;
    transition: bottom 300ms ease-in-out 0s, opacity 300ms ease-in-out 0s, height 300ms ease-in-out 0s !important;
}
._zQddeBottomHide{
    opacity: 0;
    bottom: -1200px;
    transition: bottom 300ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
}
._zQddeTopShow{
    opacity: 1 !important;
    top: 0px !important;
    transition: top 350ms ease-in-out 0s, opacity 350ms ease-in-out 0s, height 350ms ease-in-out 0s !important;
}
._zQddeTopShow540{
    opacity: 1 !important;
    top: 540px !important;
    transition: top 350ms ease-in-out 0s, opacity 350ms ease-in-out 0s, height 350ms ease-in-out 0s !important;
}
._zQddeTopShow630{
    opacity: 1 !important;
    top: 630px !important;
    transition: top 350ms ease-in-out 0s, opacity 350ms ease-in-out 0s, height 350ms ease-in-out 0s !important;
}
._zQddeTopHide{
    opacity: 0;
    top: 1600px;
    transition: top 300ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
}
._zAS_bottom{
    display: flex;
    width: 100%;
    padding: 16px;
}
._zAS_parent{
    width: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
}
._zAS_title div:nth-child(1){
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
._zAS_title div:nth-child(3){
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
._zAS_title.b-bottom{
    border-bottom: 1px solid #edeeef;
}
._zAS_bottom.b-top{
    border-top: 1px solid rgba(0,0,0,.1);
}
.p-t0{
    padding-top: 0px !important;
}
._zAS_list{
    display: flex;
    align-items: center;
    padding: 0px 8px;
}
._zAS_list1{
    display: flex;
    align-items: center;
    min-height: 57px;
    padding: 0px 8px;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
}
._zAS_list1A{
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0px 8px;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
}
._zAS_list1A.__disable{
    opacity: .1;
}
._zAS_list1A_1{
    width: 100%;display: flex;
    align-items: center;
    justify-content: space-between;
}
._zAS_list1A_1Icon{
    width: 22px;height: 22px;
    border-radius: 40px;
    border: 2px solid #ddd;
    background: #fff;
}
._zAS_list1A_1Icon.active{
    width: 20px;height: 20px;
    background: #000;
    border: 4px solid #fff;
    outline: 2px solid #000;
}
.nohover{
    cursor: auto;
}
._zAS_list1:not(.nohover):hover, ._zAS_list1A:not(.__disable):hover{
    background: #dfdfdf;
}
._zAS_list1A:hover ._zAS_list1A_1Icon:not(.active){
    border: 2px solid #fff;
}
._zAS_list2{
    display: flex;
    margin: 8px 12px 8px 0px;
}
.alignFS{
    align-self: flex-start;
}
.alignFC{
    align-self: center;
}
._zAS_list2_1{
    width: 36px;
    height: 36px;
    background: #cfd2d7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._zAS_list2_1_1{
    width: 24px;
    height: 24px;
}
._zAS_list2_1S{
    width: 36px;
    height: 46px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._zAS_list2_1S img{
    /*height: 36px;
    width: 36px;
    border-radius: 50px;
    object-fit: cover;*/
    width: 36px;
    height: 36px;
    border-radius: 50px;
    object-fit: cover;
}
._zAS_list2_1_2S{
    width: 20px;
    height: 20px;
    fill: currentColor;
    color: #000;
}
._zAS_list2_1_2S1{
    width: 20px;
    height: 20px;
    fill: currentColor;
    color: inherit;
}
._zAS_list3A{
    display: flex;
    word-wrap: break-word;
    padding: 7px 0px;
    flex-direction: column;
    flex-grow: 1;
    border-bottom: 1px solid #efefef;
}
._zAS_list:last-of-type ._zAS_list3A{
    border-bottom: 0px solid #efefef;
}
._zAS_list3{
    display: flex;
    word-wrap: break-word;
    padding: 7px 0px;
    flex-direction: column;
}
._zAS_list3_1{
    font-size: 17px;
    font-weight: 500;
    color: #050505;
    line-height: 1.3;
    display: flex;
}
._zAS_list3_1 span{
    opacity: .3;
    font-weight: 400;
}
._zAS_list3_2{
    font-size: 15px;
    font-weight: 400;
    color: #65676b;
    line-height: 1.3;
    margin-top: 2px;
}
._zAS_list2_1_2{
    margin: 0px !important;
    padding: 0px !important;
    line-height: 1 !important;
    font-size: 15px !important;
    width: auto !important;
    height: auto !important;
}
.vk_332kk0{
    display: flex;
    justify-content: center;
    align-items: center;
}
.vk_332kk1{
    display: flex;
    margin-left: 32px;
    flex-direction: column;
}
.vk_332kk1:first-child{
    margin-left: 0px;
}
.vk_332kk1_1{
    display: flex;
    width: 100%;
    height: 320px;
}
.vk_332kk2{
    width: 230px;
    height: 230px;
    display: flex;
    flex-direction: column;
    background-color: #efefef;
    border-radius: 50%;
    padding: 12px;
    position: relative;
    cursor: pointer;
}
.vk_332kk2_1{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #efefef;
    border-radius: 4px;
    padding: 12px;
    position: relative;
    cursor: pointer;
}
.vk_332kk3{
    width: 100%;
    height: 100%;
    border: dashed 2px #dadada;
    border-radius: 50%;
}
.vk_332kk3_1{
    width: 100%;
    height: 100%;
    border: dashed 2px #dadada;
    border-radius: 4px;
}
.vk_332kk5{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #111;
    flex-direction: column;
}
.vk_332kk4{
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.vk_332kk4_1{
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.radius_cir{
    border-radius: 1000px;
}
.radius_no{
    border-radius: 0px;
}
.bg_f7f8fa{
    background: #f7f8fa;
}
._zAS_btnText{
    color: #1877f2;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
._zAS_btnText1{
    color: #1877f2;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
._zAS_title.b-bottom, ._zAS_title1.b-bottom{
    border-bottom: 1px solid #edeeef;
}
._zAS_title1{
    position: relative;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0px 15px;
    height: 36px;
    margin-top: 6px;
}
._zAS_title div:nth-child(1), ._zAS_title1 div:nth-child(1){
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
._zAS_btnText1{
    color: #1877f2;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
i.fbicon{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-filter: invert(39%) sepia(21%) saturate(200%) saturate(109.5%) hue-rotate(174deg) brightness(94%) contrast(86%);
    filter: invert(39%) sepia(21%) saturate(200%) saturate(109.5%) hue-rotate(174deg) brightness(94%) contrast(86%);
}
i.fbicon.iclose{
    /*background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yx/r/WsOlMEsOqiI.png?_nc_eui2=AeHEJnCJ3wSQPfMwqEN5eXQDdVrlUJzK4AJ1WuVQnMrgAvzMj0SheOKPnURJqy6DNaWlYnLcP42wbdlITR8UwArn);
    background-position: -105px -107px;
    background-size: 189px 183px;*/
    
}
._zAS_title h1, ._zAS_title1 h1{
    font-weight: 700;
    font-size: 20px;
}
._zAS_title div:nth-child(3), ._zAS_title1 div:nth-child(3){
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.offcanvas .zfield{
    padding: 0px 15px 15px 15px;
}
.offcanvas .zlabel{
    font-size: 18px;
    font-weight: 800;
}
.offcanvas .zcontrol{
    padding-top: 10px;
}
.offcanvas .zcontrol input,
.offcanvas .zcontrol select{
    width: 100%;
    height: 44px;
    padding: 0px 8px;
    border: 1px solid #dededf;
    border-radius: 4px;
    color: #000;
    background: #fff;
}
._zAS_content .zform1{
    display: flex;
    width: 100%;
}
._zAS_content .zform2{
    width: 100%;
}
.offcanvas .zrefresh{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    cursor: pointer;
}
.offcanvas .__iconImg{
    display: flex;
    align-items: center;
    justify-content: center;
}
.offcanvas .__iconImg img{
    height: 20px;
    filter: invert(1);
}
.ATT{
    margin-left: 6px;
}
.ATT.active{
    color: #1877f2;
}
.__listInfo{
    padding: 12px;
    margin-bottom: 2px;
}
.__listInfo1{
    background: #ffffff;
    padding: 14px 0px 14px 12px;
    border-radius: 8px;
}
.usye14_2{
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.usye14_3{
    width: 45px;
    height: 45px;
    cursor: pointer;
    border-radius: 9999px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.usye14_4{
    width: 22px;
    height: 22px;
    fill: currentColor;
    color: #fff;
}
.usye14_5{
    width: 18px;
    height: 18px;
    fill: currentColor;
    color: #fff;
    display: none;
    filter: invert(1);
}
.usye14_5.active{
    display: block;
}
.usye14{
    width: 100%;
    cursor: pointer;
    position: relative;
}
.usye14.active .usye15{
    border: 3px solid #1877f2;
    border: 3px solid #111;
}

.usye15{
    width: 100%;
    border-radius: 5px;
    border: 3px solid rgb(245, 248, 250);
    height: 110px;
}
.usye16{
    width: 100%;
}
.bcc{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcc1{
    font-weight: 600;
    display: flex;
    font-size: 15px;
}
.bcc2{
    width: 20px;
    margin-right: 10px;
}
.scrollmenu{
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    display: flex;
}
.scrollmenu .__item:first-of-type{
    margin-left: 0px;
}
.scrollmenu .__item{
    padding: 12px;
    border-radius: 4px;
    margin-left: 8px;
    margin-right: 8px;
}
.__lssi{
    display: flex;
    flex-direction: column;
}
.__lssi .__lssi1{
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.__lssi1 .__lssi1_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.__lssi1 .__lssi1_2{
    width: 140px;
    height: 140px;
    position: relative;
    cursor: pointer;
}
.__lssi1 .__lssi1_2>img{
    border-radius: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.__lssi1 .__lssi1_3{
    display: flex;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
}
.__lssi .__lssi2{
    padding: 0px 8px;
    display: flex;
}
.__lssi2 .__lssi2_1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    padding: 12px 8px;
    color: #000;
}
.__lssi2 .__lssi2_1:hover{
    background: #e5e5e5;
}
.__lssi2 .__lssi2_2{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.__lssi2 .__lssi2_2_1{
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}
.__lssi2 .__lssi2_3{
    display: flex;
    align-items: center;
}
.__lssi2 .__lssi2_4{
    font-size: 18px;
    opacity: .4;
}
.__lssi2 .__lssi2_5{
    display: flex;
    margin-left: 12px;
}
.__lssi2 .__lssi2_6{
    width: 16px;height: 16px;
    color: #000;fill: currentColor;
}
.__lssi .__sub_header{
    padding: 0px 16px;    
    margin: 0px;
    opacity: .3;
    font-size: 16px;
    margin-top: 18px;
}
.__lssi .__sub_header:first-of-type{
    margin-top: 0px;
}
.vk_332kk5 svg{
    margin-bottom: 20px;
    height: 32px;
    fill: currentColor;
    color: #111;
}
.WW{
    display: flex;width: 100%;padding-left: 8px;
    flex-direction: column;
}
.WW1{
    display: flex;width: 100%;align-items: center;
}
.WW2{
    display: flex;width: 184px;flex-direction: column;
}
.WW3{
    padding-left: 16px;padding-right: 16px;margin-top: 22px;
}
.WW4{
    color: rgba(0,0,0,.38);font-size: 14px;
}
.WW4.active{
    color: #4989f4;
}
.WW5{
    width: 100%;border-bottom: 1px solid rgba(0,0,0,.12);
    display: flex;
    position: relative;
}
.WW5.active{
    border-bottom: 2px solid #4989f4;
}
.WW6{
    width: 100%;border: none;font-size: 16px;
    background: none;
    position: relative;
}
.WW6:focus{
    border: none;
    outline: none;
}
.WW7{
    padding-left: 12px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: 4px;
}
.WW8{
    width: 30px;display: flex;justify-content: center;
}/*
input[type="date"].noicon::-webkit-inner-spin-button,
input[type="date"].noicon::-webkit-calendar-picker-indicator{
    display: none;
    -webkit-appearance: none;
}*/
.WW9{
    margin-top: 12px;
}
.input-container{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
}
input[type="date"]::-webkit-calendar-picker-indicator{
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.e2UbT {
    align-items: center;
    background-color: #4285f4;
    border-radius: 9px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: normal;
    justify-content: center;
    margin-left: 8px;
    min-height: 18px;
    padding: 0 5px;
    text-align: center;
}
.phis{
    margin-top: 14px;margin-bottom: 3px;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 10%);
    border: 1px solid #f1f1f1;
}
.phis1{
    display: flex;width: 100%;
}
.phis2{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
}
.phis3{
}
.mse{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: end;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
}
.mse1{
    border: 1px solid #ddd;
    padding: 8px 12px;
}
.mse2{
    font-size: 14px;opacity: .3;text-align: right;
}
.mse3{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
}
.ahh{
    border-radius: 16px 16px 0px 0px;
    min-height: 56px;
    display: flex;
    justify-content: end;
}
.ahh1{
    color: #057cff;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.lek{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.lek1{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    object-fit: cover;
    background: #dddddd;
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1264px){

}
/* SMARTPHONE */
@media only screen and (min-width: 0px) and (max-width: 767px){
    ._zAS_btnsubmit{
        font-size: 19px;
    }
    ._zAS_title{
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 0px 12px;
        height: 52px;
    }
    ._zAS_btnText, ._zAS_btnText1{
        font-size: 21px;
    }
    ._zAS_title h1{
        font-size: 22px;
        font-weight: 600;
    }
    ._zAS_list2_1S{
        height: 50px;
        width: 50px;
    }
    ._zAS_list2_1S img{
        height: 100%;
        width: 100%;
    }
    ._zAS_list3_1{
        font-size: 22px;
    }
    ._zAS_list3_2{
        font-size: 18px;
    }
    ._zAS{
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    ._zAS_list2_1S{
        height: 38px;
        width: 38px;
        background: #e4e6ea;
    }
    ._zAS_list1{
        min-height: 40px;
    }
    ._zAS_list2_1_2S, ._zAS_list2_1_2S1{
        font-size: 16px;
    }
    ._zAS_no-title{
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .scrollmenu .__item{
        margin-right: 0px;
    }
    .offcanvas .zlabel{
        display: none;
    }
    .offcanvas .zfield{
        padding: 0px 15px 6px 15px;
    }
    .offcanvas .zcontrol{
        padding-top: 6px;
    }
    .offcanvas .zcontrol select,
    .offcanvas .zcontrol input{
        font-size: 18px !important;
        line-height: 1;
        padding: 0px 12px !important;
        height: 48px;
        border-radius: 10px !important;
    }
    .vk_332kk1{
        width: 220px;
        height: 220px;
        margin-left: 0px;
    }
    .vk_332kk1.vk_cover{
        width: 100%;
        height: 180px;
        margin-top: 12px;
    }
    .vk_332kk2{
        padding: 6px;
        width: 100% !important;
        height: 100% !important;
    }
    .vk_332kk5{
        font-size: 15px;
    }
    .vk_332kk5 svg{
        margin-bottom: 8px;
        height: 24px;
    }
    .vk_332kk0{
        flex-direction: column;
    }
    .ahh{
        min-height: 46px;
    }
    .mse1{
        border: none;
        width: 100%;
        text-align: center;
    }
    .mse2{
        text-align: center;
    }
    .mse3{
        font-size: 42px;
    }
}