.vl_upload_file {
    position: relative;
    width: 100%;
}

.vl_upload {
    position: relative;
    font-size: 16px;
    color: #b6b6b6;
    width: 100px;
    height: 100px;
    overflow: hidden;
    /*display: table;*/
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    /*box-shadow: 0 0 10px rgba(255,255,255,.5);*/
}

.vl_upload.hide{
    background: none;
    border-radius: none;
}

.vl_upload img.pic {
    width: 100%;
    display: none;
    cursor: default;
}

.vl_upload button.pic {
    border: none;
    display: none;
    border-radius: 50%;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    background-size: 100% auto;
    outline: none !important;
    transition: none;
    /*position: absolute;
    top:0;
    left:0;*/
}

.vl_photo_add{
    text-align: center;
}

.vl_photo_add i{
    font-size: 30px;
    margin-top: -5px;
}

.vl_photo_add div{
    font-size: 13px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    width: 85px;
    margin: 0 auto;
}

.vl_photo_add, .vl_photo_loader{
    display: table-cell;
    width: 100px;
    height: 100px;
    vertical-align: middle;
}

.vl_upload_file input {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px!important;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: pointer;
    font-size: 200px;
}

.vl_photo_loader.to_hide {
    display: none;
}

.vl_photo_loader .photo_upload_loader{
    height: 28px;
    width: 28px;
    position: absolute;
    font-size: 28px;
    margin-top: -14px;
    margin-left: -14px;
    left: 50%;
}

.vl_name{
    width: 100%;
    text-align: center;
    font-size: 23px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.vl_name_info{
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.vl_upload_error{
    height: 1px;
    position: absolute;
    top: 30px;
    width: 100%;
}

#tip_photo_upload_error:after,
#tip_photo_upload_error:before{
    left: 50%;
    margin-left: -9px;
}

.bl_frm input:disabled{
    background-color: #fff;
}

.fl_basic{
    font-size: 13px;
}

.bl_frm .bl .recaptcha_bl .recaptcha{
    transform: scale(1.15);
    transform-origin: 0 0;
}


.header_steps{
    margin-bottom: 20px;
    /*width: 100%;*/
    display: table;
}

.header_steps .step {
    float: left;
    position: relative;
    margin: 0 auto;
    display: table-cell;
}

.header_steps .step ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.header_steps .step ul li {
    margin: auto;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fefefe;
    margin-right: 10px;
}

.header_steps .slogan {
    font-size: 16px;
    line-height: 20px;
    display: table-cell;
    vertical-align: top;
}

.header_steps .step ul li.checked {
    border: 2px solid #fefefe;
    background-color: #7d8eaa;
    background-image: url(../images/icon_step_checked.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bl_card_question{width: calc(100vw - 80px); margin: 0 auto; vertical-align: middle; }
#full_step_2{ /*vertical-align: top;*/ width: 100%; }
.bl_card_question .card_question_cont{ max-width: 377px; width: 100%; height: 320px; position: relative; margin: 0 auto 25px; }
.bl_card_question .card_question{opacity:0;  max-width: 377px; width: 100%; height: 320px; position: relative; display: table; background: #fff; position: absolute; top: 0; left: 0; z-index: 2; border-radius: 10px; }
.bl_card_question .card_question.no{ background: #ff6d85; z-index:3; }
.bl_card_question .card_question.yes{ background: #40c7db; z-index:3; }
.bl_card_question .card_question.no.show, .bl_card_question .card_question.yes.show{opacity:1;}
.bl_card_question .card_question.no.hide, .bl_card_question .card_question.yes.hide{opacity:0; transition:opacity .3s linear; -webkit-transition:opacity .3s linear;}
.bl_card_question .card_question .count{ font-size: 16px; line-height: 20px; color: #9c9c9c; position: absolute; top: 45px; width: 100%; text-align: center; }
.bl_card_question .card_question .question_txt {
    font-size: 18px;
    line-height: 26px;
    max-width: 377px;
    height: 300px;
    padding: 0 25px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #000;

}
.bl_card_question .card_question .question_vh{
    font-size: 52px; line-height: 58px;  max-width: 377px; height: 320px; padding: 0 30px; box-sizing: border-box; display: table-cell; vertical-align: middle; text-align: center;
}
.bl_card_question .card_question .question_vh img{ margin: 0 0 25px; }
.bl_card_question .card_question .question_vh span{ display: block; color: #fff; }

.bl_card_question .card_question_btn {
    padding: 0 2px;
    height: 75px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.bl_card_question .card_question_btn .btn {
    width: calc(50% - 10px);
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(50% - 10px);
}

.bl_card_question .card_question_btn .btn:first-child {
    margin-right: 10px;
}

.bl_card_question .card_question.answer{opacity:0;}
.bl_card_question .card_question.first{opacity:1;}
.bl_card_question .card_question.to_move_left{
    z-index:3;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    left:-430px;
    -webkit-transition:all .45s, -webkit-transform .45s, z-index .01s;
    transition:all .45s, transform .4s, z-index .01s;
}

.bl_card_question .card_question.to_move_right{
    z-index:3;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    left:430px;
    -webkit-transition:all .45s, -webkit-transform .45s, z-index .01s;
    transition:all .45s, transform .45s, z-index .01s;
}

.bl_card_question .card_question.to_hide{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0; z-index: 0;
    -webkit-transition:all .45s, -webkit-transform .45s, z-index .01s;
    transition:all .45s, transform .45s, z-index .01s;
    transition-delay:.05s;
}

.bl_card_question .card_decor_left1 {
    width: 207px;
    height: 200px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 11px;
    left: -5px;
    border-radius: 10px;
    z-index: 1;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.bl_card_question .card_decor_left2 {
    width: 207px;
    height: 260px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 35px;
    left: -4px;
    border-radius: 10px;
    z-index: 1;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.bl_card_question .card_decor_right1 {
    width: 207px;
    height: 250px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 12px;
    right: -7px;
    border-radius: 10px;
    z-index: 1;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

/* List users */
.bl_card_type {
    width: 100%;
    margin: 0 auto;
}

.bl_card_type .list_photos_card {
    padding: 0 0 10px;
}

.bl_card_type .list_photos_card .item {
    position: relative;
    overflow: hidden;
    width: 126px;
    height: 188px;
    background: #ffffff;
    margin: 0 10px 26px 20px;
    transition: 0.3s ease;
    float: left;
    border-radius: 10px;
}

.bl_card_type .list_photos_card a {
    position: relative;
    display: block;
    border-radius: 10px 10px 0 0;
}

.bl_card_type .list_photos_card a img.photo {
    transition: 0.3s ease;
    border-radius: 10px 10px 0 0;
}

.join_like_user_info {
    width: 100%;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 4px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.55);
}

.bl_card_type .list_photos_card .foot {
    height: 48px;
    background: #ffffff;
    padding: 10px 12px 0;
    border-bottom: 1px solid #c1c3c6;
    box-sizing: border-box;
}

.bl_card_type .list_photos_card .foot .btn {
    height: 26px;
    width: 100%;
}

button.btn.like_frame span.like,
button.btn.like_frame span.like_hover {
    position: absolute;
    background-image: url(../images/icon_btn_star.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 7px 0 0 -22px;
    width: 16px;
    height: 16px;
    display: inline-block;
    transition: opacity .3s ease-in-out;
}

button.btn.like_frame span.like_hover {
    background-image: url(../images/icon_liked.png);
}

button.btn.like_frame span.like{
    opacity: 1;
}

button.btn.like_frame span.like_hover {
    opacity: 0;
}

.bl_card_type .list_photos_card .foot .btn span.like,
.bl_card_type .list_photos_card .foot .btn span.like_hover {
    top: 0;
    left: 50%;
    margin: 3px 0 0 -8px;
}

button.btn.like_frame.active {
    background: #ffa200;
    color: #ffffff;
    border: none;
}

button.btn.like_frame.active span.like{
    opacity: 0;
}

button.btn.like_frame.active span.like_hover{
    opacity: 1;
}

.full_step_2_loader{
    position: absolute;
    font-size: 30px;
    margin-left: -15px;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
}

.header_steps {
margin-bottom: 20px;
width: 100%!important;
display: table;
text-align: center;
}
/* List users */