.authBut,.popupForm .but,.activefck .but{
    background: #ffd511;
    position: relative;
    display: inline-block;
    z-index: 999999;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    padding: 10px 18px;
    cursor: pointer
}

.iframe .authBut{
    position: absolute
}

.b-panel .authBut{
    background: transparent;
    padding: 0;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    margin:0 15px 0 0
}

.popupForm .but:hover{
    opacity: .85
}

.popupForm .signIn .but{
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.popupForm .but.disabled{
    opacity: .6!important
}

.messageForm{
    padding: 15px 0 0;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #fc481e
}

.messageForm.success{
    color: #62c462
}

.error{
    border-color: #fc481e!important
}

.bgShadow{
    background: no-repeat 0 100% rgba(0, 118, 254, .7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 99999999
}

.bgShadow:not(.flex){
    display: none!important
}

.popupForm{
    position: relative;
    width: 300px;
    background: #fff;
    padding: 30px 20px 15px;
    overflow: hidden
}

.bgShadow:not(.flex) .popupForm.flex{
    margin: 0 0 0 50%
}

.popupForm .close,.activefck .close{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 10px;
    height: 10px;
    cursor: pointer
}

.popupForm .close:before, .popupForm .close:after,.activefck .close:before,.activefck .close:after{
    background: #151532;
    position: absolute;
    left: -1px;
    top: 3px;
    display: block;
    width: 15px;
    height: 1px;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popupForm .close:after,.activefck .close:after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popupForm .names.flex{
    position: relative;
    margin: 0 0 20px
}

.popupForm .names .name{
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px 12px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    cursor: pointer
}

.popupForm .names .name:not(.active){
    color: #aaabb9
}

.popupForm .names .nameBorder{
    background: #ccc;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 116px
}

.popupForm .formesBlock.flex{
    flex-direction: column;
    align-items: center
}

.popupForm .formesBlock .socBlock+.delimetr{
    margin: 15px 0;
    color: #aaabb9
}

.popupForm .formesBlock .formesLine{
    width: 100%;
    overflow: hidden
}

.popupForm .formesBlock .formesLine .formes.flex{
    justify-content: space-between;
    min-width: 610px
}

.popupForm .formesBlock .formesLine form{
    width: 300px
}

.popupForm .formesBlock .formesLine.form2 .formes{
    margin-left: -310px
}

.popupForm .formesBlock .formesLine:not(.form2) form:last-child{
    display: none
}

.formesBlock .formesLine input[type="text"],.formesBlock .formesLine input[type="email"],.formesBlock .formesLine input[type="password"],.formesBlock .passIndicate{
    width: 270px;
    padding: 9px 13px;
    border: 2px solid #212121;
    margin: 0 0 14px
}

.formesBlock .passIndicate.flex{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    justify-content: space-between;
    align-items: center
}

.formesBlock .passIndicate .percent{
    background: #e73c58;
    min-width: 10%;
    height: 5px
}

.formesBlock .passIndicate.lowPercent .percent{
    background: #e73c58
}

.formesBlock .passIndicate.middlePercent .percent{
    background: #ff9700
}

.formesBlock .passIndicate.hightPercent .percent{
    background: #27cf00
}

.formesBlock .formesLine form>.flex{
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 2px
}

.formesBlock .formesLine form>.flex input[type="checkbox"]{
    display: none
}

.formesBlock .formesLine form>.flex input[type="checkbox"]+label{
    position: relative;
    padding-left: 32px;
    cursor: pointer
}

.formesBlock .formesLine form>.flex input[type="checkbox"]+label:before,.formesBlock .formesLine form>.flex input[type="checkbox"]:checked+label:after{
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #212121;
    margin: -11px 0 0;
    content: "";
    cursor: pointer
}

.formesBlock .formesLine form>.flex input[type="checkbox"]:checked+label:after{
    background: #767676;
    width: 16px;
    height: 16px;
    left: 3px;
    border: 0;
    margin: -8px 0 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.formesBlock .formesLine form .but.fa{
    font-size: 15px
}

.formesBlock .formesLine form .but.fa:before{
    margin: 0 10px 0 0
}

@media (max-width: 360px){
    .popupForm{
        padding-left: 8px;
        padding-right: 8px
    }
}