#blackout{top:0;left:0;position:fixed;background-color:#000;opacity:.5;height:251%;width:100%;display:none;z-index:100}
#jump_block{position:absolute;z-index:9999999;display:none;left:0;right:0;top:0;margin:auto}

.clear{
    clear:both;
}

.flink{
    cursor:pointer;
}

.hide{
    display: none;
}

.note_vlidation{
    border: 2px solid #ca5050;
    border-radius: 4px;
    padding: 9px;
    font-size: 20px;
    background: #ffdcdc;
    color: #ca5050;
}
.note_ok{
    border: 2px solid #88a758;
    border-radius: 4px;
    padding: 9px;
    font-size: 20px;
    background: #dcffe5;
    color: #2f3124;

}

.note_vlidation .form_img{
    box-sizing: border-box;
    padding: 4px 0 0 2px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    background: #f9343e;
    background: -moz-radial-gradient(center, ellipse cover, #f9343e 1%, #b6030d 59%, #9e030b 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f9343e 1%,#b6030d 59%,#9e030b 100%);
    background: radial-gradient(ellipse at center, #f9343e 1%,#b6030d 59%,#9e030b 100%);
    float:left;
    text-align: center;
}

.note_vlidation .form_img_check{
    font-size: 45px;
    color: #fff;

}

.note_vlidation .form_note_label{
    text-align: center;
    /* height: 42px; */
    /* margin: 0 0 0 60px; */
    padding: 11px 0 0 0;


}

.note_ok .form_img{

    width: 100px;
    height: 100px;
    border-radius: 120px;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);

    background: #3371a1; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #3371a1 1%, #183f8e 59%, #0e3991 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #3371a1 1%,#183f8e 59%,#0e3991 100%);
    background: radial-gradient(ellipse at center, #3371a1 1%,#183f8e 59%,#0e3991 100%);
    float:left;
    text-align: center;

}

.note_ok .form_img_check{
    font-size: 74px;
    color: #fff;
}
.note_ok .form_note_label{
    /*margin: 10px 0 0 100px;*/

    text-align: center;
}

#jmtreeedit {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    padding: 5px;
    opacity: 0.4;
    font-weight: 700;
    background: #DC322F;
    display: none;
}

body .mapboxgl-popup-close-button{
    right: 7px;
    font-size: 22px;
}
body .mapboxgl-popup-close-button{
    background: none !important;
    outline: none !important;

}


.object-not-found{
    text-align: center;
    width: 270px;
    border-radius: 9px;
    padding: 10px 10px;
    background: #476faa;
    color: #ffffff;
    font-size: 22px;
}


.nr_marker{
    cursor: pointer;
    width: 22px;
    height: 35px;
    background: url("/usr2/img/location-blue.svg");
}

.section__new__plans_cont{
    width: 100%;
}


.social-likes div {
    cursor: pointer;
}

.social-likes i {
    font-size: 19px;
}


.social_prints {
    height: 50px;
    border-top: 1px solid #8EBBE0;
    display: flex;
    align-items: center;
}

.social-likes {
    display: flex;
}

.social_title {
    line-height: 32px;
}

.social_title, .social-item {
    margin-right: 7px;
    font-size: 16px;
}

.social-item .fa-google-plus-circle {
    color: #DC4E41;
}

.social-item .fa-facebook-circled {
    color: #3B5998;
}

.social-item .fa-twitter-circled {
    color: #55ACEE;
}

.social-item .fa-telegram {
    color: #3390ec;
    font-size: 29px;
}


.social-item i {
    font-size: 30px;
}