.auth-popup__item-name{
    margin-top: 20px;
    margin-bottom: 20px;
}



#auth-popUp{
    display: none;
}
.auth-popup__content{
    display: block;
}

.auth-popup__overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 9999;
}

.auth-popup__window{
    position: fixed;
    z-index: 10000;
    background: white;
    box-shadow: 0 7px 21px rgba(83,92,105,.12), 0 -1px 6px 0 rgba(83,92,105,.06);
    padding: 15px;
    font: 13px 'PT Sans', sans-serif;



    top:50%;
    left: 50%;
    right: 50%;
    min-width: 380px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.auth-popup__buttons{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.auth-popup__title{
    position: relative;
}

.auth-popup__btn{

    margin: 0 10px;
}

.auth-popup__title h3{
 margin-top: 0;
}


.auth-popup__close-icon {
cursor: pointer;
opacity: .5;
position: absolute;
right: 0;
top: 3px;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
}

.auth-popup__close-icon:hover{
opacity: 1;
}

.auth-popup__message{
font-size: small;
font-weight: 700;
}

.social-in-wrapper{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.sicial-in-description{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #a9a9a9;
    margin-bottom: 5px;
}

.auth-popup-title-wrapper{
    display: block;
    width: 100%;
    text-align: center;
    color: #909090;
    font-size: 20px;
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}