@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body{
    font-family: Roboto, sans-serif;
    color: #14323c;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                        supported by Chrome and Opera */

    /*background-color: #e4e2de;*/
    background: #e9e9e9;

    /*background-color: #DCD9D4;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
    background-blend-mode: soft-light,screen;*/
}

.overflow-image{
    overflow: auto;
    margin: 10px 0;
}

small{
    font-size: 85%;
}

#app{
    min-height: 97vh;
    position: relative;
    padding-bottom: 30px;
}

.alert-warning{
    background: rgba(251, 251, 251, 0.9);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    background-clip: border-box;
    color: #737c86;
}

.form-block{
    display: block;
    padding: 20px;
    margin: 5px 0 5px;
    background: rgba(251, 251, 251, 0.9);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    background-clip: border-box;
}

.form-control{
    border-color: #DBDCD4;
    resize: none;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

a{
    color: #14557b;
}

a:hover{
    text-decoration: underline !important;
}

label{
    font-size: 15px;
    font-weight: 400;
}

.panel-heading{
    text-align: center;
    padding: 20px 10px;
    font-size: 22px;
    margin-bottom: 25px;
}

.block-description{
    font-size: 15px;
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
}

.btn-primary {
    color: #fff;
    background-color: #94305f;
    border-color: #DBDCD4;
}

.btn-primary:hover {
    background-color: #7e2950;
    border-color: #DBDCD4;
}

.login-block .login-logo{
    margin: 20px auto;
    max-height: 320px;
}


.navbar {
    margin-bottom: 0px;
    border: none;
}

.navbar-main-menu{
    /*background: #50AFE7;*/
    /*background-image: linear-gradient(45deg, #3564a0, #7621a1);*/
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    margin-bottom: 20px;
    padding: 0px;
}

.navbar-main-menu .navbar-header a:hover{
    text-decoration: none !important;
}

.navbar-main-menu .navbar-header img{
    margin:-5px 10px 0 0;
    float: left;
}

.navbar-main-menu .navbar-header .logo-text{
    margin:10px 0 0;
    color:#ffffff;
    font-size: 48px;
    padding: 0;
    display: block;
    font-weight: 700;
    line-height: 60px;
    position: relative;
    text-transform: uppercase;
}



.logo-text-subtext{
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    bottom: -40px;
    margin-left: 2px;
}

.navbar-main-menu-button{
    text-align: center;
    position: relative;
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}

.navbar-main-menu-button-icon{
    display: block;
    height:55px;
    margin: 0 auto 5px;
}

.navbar-main-menu-button-active .glyphicon{
    font-size: 18px;
    position: absolute;
    top: 100%;
    left:50%;
    margin:-12px 0 0 -9px;
    color:#F1F1F1;
}



.btn-wrapper{
    background: rgba(0,0,0,0.1);
    padding: 5px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.btn.white {
    background-color: white;
    border: 1px solid #ccc;
    text-shadow: none;
}

.btn.white{
    color: #000000;
}

.btn.white .plus-text{
    color:#9AC54C;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.btn.white:hover{
    color: #000000 !important;
    background: #F6F6F6;
    text-decoration: none !important;
}

.brand-color{
    color:#EF5E67;
}


/*page*/

.page-menu{
    line-height: 1;
    text-align: center;
    border-bottom: 1px #939598 solid;
}

.page-menu ul{
    float: none;
    display: inline-block;
}

.page-menu ul li a{
    padding: 10px;
    margin-bottom: -2px;
}

.page-menu ul li a:hover{
    color:#58595B;
}

.page-menu ul li a.active{
    border-bottom: 2px solid #FF0000;
    color:#58595B;
}

.page-heading{
    padding: 10px 5px 5px;
}

.page-heading .btn-wrapper{

}

.page-heading h1{
    color: #133741;
    font-size: 32px;
    margin: 0 0 10px;
}

.page-body{
    padding: 0 20px;
    /*border-top: 2px #50AFE7 solid;*/
    margin-bottom: 20px;



    /*background: #ffffff url('images/curve-bg.svg') no-repeat;


    background-attachment: fixed;
    background-size: cover;
    background-position: 0 300px;*/
}



.page-body h2{
    margin: 0;
}

table.data-table{
    border-top: 2px #50AFE7 solid;
}

.table > thead > tr.active > td.td-more-important{
    background-color: #e6e6e6;
}

.table .avatar-block{
    margin: 0 0 -5px;
}

.table .avatar-block img{
    width: 40px;
}

.table tr{
    background: rgba(251, 251, 251, 0.9);
}

.table>thead>tr.active>td{
    background: rgba(0,0,0,.125);;
}

.humans-table tbody tr:hover{
    cursor: pointer;
}


.page-body table.settings input{
    max-width:200px;
    margin-top: 3px; //fix table line
}

.page-body table.settings th:first-child, .page-body table.settings td:first-child{
    width:50%;
}
.page-body table.settings td{
    vertical-align: middle;
}

/*orders-page*/

.order-modified-need-confirm{
    background: #FDF39B;
}

.table-hover .order-modified-need-confirm:hover{
    background: #fdeb7c;
}

.order-forget{
    background: #EF5E67;
}

.table-hover .order-forget:hover{
    background: #ef364e;
}

.order-complete{
    background: #82C59B;
}

.table-hover .order-complete:hover{
    background: #5ec58a;
}


/* order */

.collapse-switcher{
    color:#50AFE7;
}

.collapse-switcher:hover{
    text-decoration: underline;
    cursor:pointer;
}

.order-common-info .text-label{
    font-style: italic;
}

.order-common-info .text-data{
    color:#EF5E67;
}

.color-info{
    margin:5px;
}

.color-info-box{
    width:100px;
    height: 20px;
    display: inline-block;
    margin:0px 10px 0 0;
}

.color-info-text{
    display: inline-block;
    vertical-align: top;
}

.left-side .data-text{
    background: #C6C6C6;
    padding: 5px;
    border-radius: 5px;
    border:1px solid #9D9C9C;
    color:#000000;
    min-height: 33px;
}

.left-side .row{
    margin-bottom: 15px;

}

.right-side h2{
    color:#EF5E67;
}

/*buttons*/

.btns-block a.btn{
    margin-right: 10px;
}

a.btn, a.btn:hover{
    /*color:#ffffff;*/
    text-decoration: none !important;
}

.btn-accept{
    background: #3E85B0;
}

.btn-accept:hover{
    background: #1761b0;
}

.btn-cancel{
    background: #EF3A4D;
}

.btn-cancel:hover{
    background: #ef1c32;
}

.order-total-result{
    list-style-type: none;
    padding: 0;
}

.order-total-sum-minus-com{
    display: block;
    margin-bottom: 20px;
}

/*articles*/

.article-block{
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #f2f2f2;
}


/*filter*/

.filter-group{
    border: 1px solid #CCCCCC;
    padding: 10px 0;
    margin: 0 15px;
    border-radius: 4px;
}



.status-label{
    display: block;
    padding: 0 10px;
    border-radius: 4px;
    min-width: 100px;
}

.info-tooltip{
    color: #50afe7;
    font-size: 12px;
}

.user-info-block{
    margin-bottom: 20px;
}

.user-info-data{
    display: inline-block;
    margin-right: 20px;
}

.order-track-number{
    display: block;
    border-bottom: 1px solid #dddddd;
}

.order-track-number:last-child{
    border-bottom:none;
}



.report-data-actions ul{
    padding: 0 15px;
}

.report-data-actions strong::before{
    content: open-quote;
}

.report-data-actions strong::after{
    content: close-quote;
}

.blood{
    clear: both;
    display: block;
    margin:0 0 2px;

}

.detail-tree-page .blood{
    width: 400px;
    height: 124px;
}

.blood.main-blood{
    margin-top: 15px;
}

.avatar-block{
    display: inline-block;
    margin: -7px 7px 0 -7px;

}

.avatar-block img{
    max-width: 118px;
}

.avatar-block img{
    border-radius: 59px;
}

.blood .avatar-block{
    margin: 0;
}

.avatar-block img{
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.avatar-block a:hover img{
    opacity: .8;
}

.blood .avatar-block, .blood.append-blood .avatar-block{
    position: relative;
    padding: 3px;
    border-radius: 80px;
    margin: 0;
    border: solid 0px #e2e2e2;
    background: #c7c7c7;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    z-index: 10;
}

.blood.append-blood .avatar-block{
    margin: 2px 0 0 4px;
}

.blood.append-blood .avatar-block img{
    max-width: 110px;
}

.blood .avatar-block{
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.28);
}

.male-blood .avatar-block{
    border-color: #3b6ba5;
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.female-blood .avatar-block{
    border-color: #b1d3e3;
    background-image: linear-gradient(to top, #d299c2 0%, #fbdbfe 100%);
}

.human-description-block{
    font-size: 11px;
    color: #133955;
    position: relative;
    margin-left: -50px;
    margin-top: 12px;
    vertical-align: top;
    display: inline-block;
    max-width: 310px;
    padding: 10px 10px 0 60px;
    background: rgba(251, 251, 251, 0.9);
    z-index: 1;
    min-height: 100px;
    /*border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);*/
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    background-clip: border-box;
}

.addition-variant .human-description-block{
    opacity: .5;
}

.main-blood-text.male-blood-text{
    color: #5ba2a8;
}

.main-blood-text.female-blood-text{
    color: #c88eb5;
}

.append-blood-text{
    color: #b1b8bd;
}

.human-more-trees-block{
    position: absolute;
    margin-left: 100%;
    left: 1px;
    top: 0;
    white-space: nowrap;
    font-size: 11px;
    background: #e9e9e9;
    padding: 0 5px;
}

.human-more-trees-block-title{

}

.human-more-trees-ul{
    list-style: none;
    padding: 0;
    line-height: 14px;
    margin-bottom: 0;
}

.human-more-trees-ul li{
    font-weight: 500;
}

.human-more-trees-ul a{
    font-weight: 400;
}

.male-blood .human-more-trees-ul a{
    color: #5ba2a8;
}

.female-blood .human-more-trees-ul a{
    color: #c88eb5;
}

.active-tree-link{
    font-size: 12px;
    color: #133955 !important;
}

.human-anchor{
    position: absolute;
    margin-top: -205px;
    margin-left: 180px;
}


/***Used with script Jquery start***/
#top-blood-fixed-panel .fixed-human-block:hover .blood{
    z-index: 2500 !important;
    max-width: none;
}

#top-blood-fixed-panel .fixed-human-block:hover .blood img{
    opacity: 1;
}

#top-blood-fixed-panel .blood{
    max-width: 124px;
    /*overflow: hidden;*/
}

#top-blood-fixed-panel .append-blood img{
    /*opacity: 0.6;*/
}



#top-blood-fixed-panel .human-description-block{
    display: none;
}

#top-blood-fixed-panel .fixed-human-block:hover .blood .human-description-block{
    display: inline-block;
}

/***Used with script Jquery end***/


.gen-offset{
    display: block;
    height: 12px;
    /*width: 12px;*/
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding: 0 1px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #737c86;
}

.child-offset{
    /*display: block;*/
    display: none;
    height: 12px;
    /*width: 12px;*/
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding: 0 1px;
    position: absolute;
    left: -74px;
    top:94px;
    background: #ffffff;
    opacity: 0.6;
    border-radius: 6px;
}

.pair-offset{
    display: block;
    height: 12px;
    /*width: 12px;*/
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding: 1px;
    position: absolute;
    left: 3px;
    top: -6px;
    background: rgba(255,255,255,.2);
    color: rgba(19, 62, 93, 0.85);
}

.female-blood{
    /*background: #f8bbd0;*/
}

.male-blood{
    /*background: #7cdbf1;*/
}

.blood.addition-variant img{
    opacity: 0.5;
}

.append-blood{

}

.generation-block{
    position: relative;
    margin-bottom: 30px;
    margin-left: 130px;
}

.generation-block.generation-block-first{
    margin-left: 0;
}

.tree-horizontal-line{
    position: absolute;
    border-top: solid 2px;
    height: 1px;
    -webkit-box-shadow: -2px 0px 3px 1px rgba(222, 221, 217, 0.9);
    -moz-box-shadow: -2px 0px 3px 1px rgba(222, 221, 217,.9);
    box-shadow: -2px 0px 3px 1px rgba(222, 221, 217,.9);

    width: 130px;
    left: -130px;
    top: 62px;
}

.tree-vertical-line{
    position: absolute;
    border-left: solid 2px;
    width: 1px;

}

.tree-vertical-line:hover{

}




.tree-horizontal-line, .tree-vertical-line{
    /*border-color: #dcdcdc;*/
    border-color: transparent;
}

.pair-symbol{
    position: absolute;
    background-image: linear-gradient(to bottom, #194f69 0%, #f0f6f8 80%);
    width: 118px;
    height: 252px;
    display: block;
    margin-left: 3px;
    margin-top: -124px;
    border-radius: 100px 100px 15px 15px;
}

.pair-symbol.pair-symbol-female-blood{
    background-image: linear-gradient(to bottom, #aa7c9d 0%, #f0f6f8 80%);
}

#top-blood-fixed-panel .pair-symbol{
    border-radius: 0 0 15px 15px;
}

.blood-pair{
    position: relative;
}

.blood-pair.not-last{
    border-left: dashed 2px #cdcac8;
    margin-left:-1px;
}



.line-male-blood{
    border-color: #387787;
}

.tree-vertical-line{
    width: 2px;
    border: none;
}

.tree-horizontal-line{
    height: 2px;
    border: none;
}

.tree-vertical-line.line-male-blood{
    background-image: linear-gradient(to bottom, #3b7989 0%, #5ba2a8 100%);
}

.tree-horizontal-line.line-male-blood{
    background: #5ba2a8;
    /*background-image: linear-gradient(to left, #ce9bc2 0%, #eacbec 50%);*/
}

.tree-vertical-line.line-female-blood{
    background-image: linear-gradient(to bottom, #cda7c8 0%, #e3bddd 100%);
}

.tree-horizontal-line.line-female-blood{
    background: #e3bddd;
    /*background-image: linear-gradient(to left, #ce9bc2 0%, #eacbec 50%);*/
}

.child-number{
    display: inline-block;
    text-align: center;
    font-size: 10px;
    margin-left: -6px;
    min-width: 11px;
    border-radius: 10px;
}

#top-blood-fixed-panel .tree-vertical-line.generated-line{
    height: 0 !important;
}

#top-blood-fixed-panel .tree-vertical-line.generated-line.active{
    height: 18px !important;
}

#top-blood-fixed-panel .tree-vertical-line.generated-line.active .child-number:after{
    display: block;
    position: absolute;
    background: #5ba2a8;
    content: '';
    height: 2px;
    width: 119px;
    bottom: 0;
    margin-left: 5px;
    -webkit-box-shadow: 3px 0px 3px 1px rgba(222, 221, 217, 0.9);
    -moz-box-shadow: 3px 0px 3px 1px rgba(222, 221, 217,.9);
    box-shadow: 3px 0px 3px 1px rgba(222, 221, 217,.9);
}

#top-blood-fixed-panel .tree-vertical-line.generated-line.active.line-female-blood .child-number:after{
    background: #e3bddd;
}

.active .child-number{
    background: #ffffff !important;
}

.line-male-blood .child-number{
    background: linear-gradient(15deg, #a8c3ce 0%, #9bf8ef 100%);
    border: 1px solid #387787;

}

.line-female-blood .child-number{
    background: linear-gradient(to top, #f1c6e2 0%, #feecfe 100%);
    border: 1px solid #cda6c8;
}

#top-blood-fixed-panel .main-blood:before{
    display: block;
    position: absolute;
    border: 2px solid #5ba2a8;
    border-right: 0;
    border-bottom: 0;
    content: '';
    height: 197px;
    width: 4px;
    margin-top: 62px;
    margin-left: -4px;
}

#top-blood-fixed-panel .main-blood.female-blood:before{
    border-color: #e3bddd;;
}

#top-blood-fixed-panel .fixed-human-block:first-child .main-blood:before{
    display: none;
}

#top-blood-fixed-panel .human-more-trees-block{
    padding: 5px;
    margin-top: 2px;
    background: rgba(251, 251, 251, 0.9);
    border-radius: 0 5px 5px 0;
    border: 1px solid rgba(0,0,0,.125);
    border-left: none;
    background-clip: border-box;
}

footer{
    position: absolute;
    bottom: -10px;
    width: 100%;
}

footer, footer a{
    font-size: 12px;
    color: #929ba5;
}

footer .footer-internal-block{
    border-top: 1px solid #d6d6d6;
    padding: 15px 5px;
}

.tree-block{
    display: block;
    padding: 20px;
    margin: 5px 0 5px;
    background: rgba(251, 251, 251, 0.9);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    background-clip: border-box;
}

.tree-block:hover{
    background: rgba(251, 251, 251, 0.7);
    text-decoration: none !important;
}

.main-last-name{
    font-weight: 500;
}

.append-last-name{

}




.month-block-past{
    display: none;
}






.day-dates-block{
    padding: 10px 10px 0;
    margin: 5px 0;

    background: rgba(251, 251, 251, 0.9);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    background-clip: border-box;
}

.day-date{

}

.date-of-birth_date{
    color: #00ac97;
    font-weight: 700;
}

.date-of-death_date{

    font-weight: 700;
}

.page-body h2.month-name{
    margin: 15px 0;
}

.dates-ul-list{
    list-style-type: none;
    padding: 0 0 0 15px;
}
.dates-ul-list li{
    margin-bottom: 10px;
    padding: 0;
}

.city-name{
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.ymaps-2-1-75-b-cluster-tabs__section_type_nav{
    width: 230px !important;
    font-size: 12px;
}

#map{

}

#map .ymaps-2-1-75-b-cluster-content{
    font-family: Roboto, sans-serif;
}

#map .ymaps-2-1-75-b-cluster-content__header{
    font-weight: 500;
}

#map-points{
    max-height: 500px;
    overflow-y: auto;
    background: rgba(251, 251, 251, 0.9);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    background-clip: border-box;
    padding: 15px;
}

#map-points .menu{
    margin: 15px 0;
    padding: 0 5px;
    list-style-type: none;
}

#map-points .city-name,
.ymaps-2-1-75-b-cluster-tabs__menu-item-text .city-name{
    display: none;
}

.ymaps-balloon-nav{
    position: absolute;
    bottom: 20px;
    width: 50%;
}

.ymaps-balloon-nav .balloon-item{
    padding: 10px;
}

.ymaps-balloon-nav .balloon-item:hover{
    cursor: pointer;
}

.ymaps-balloon-nav .balloon-item.disabled{
    opacity: .3;
}

.ymaps-balloon-nav .balloon-item.disabled:hover{
    cursor: default;
}

.ymaps-balloon-nav .prev-balloon-item{
    float: left;
}

.ymaps-balloon-nav .next-balloon-item{
    float: right;
}

.ymaps-2-1-75-balloon .ymaps-balloon-nav{
    display: none;
}

.ymaps-2-1-75-balloon .ymaps-2-1-75-b-cluster-tabs .ymaps-balloon-nav{
    display: block;
}

.ymaps-2-1-75-map .avatar-block{
    margin: 0 0 15px;
}

.ymaps-2-1-75-balloon-content__header {
    max-width: 280px;
}


.show-description-btn{
    font-weight: 500;
}

.show-description-btn:hover{
    cursor: pointer;
    opacity: .9;
    text-decoration: underline;
}

.modal{
    z-index: 3000;
}

.modal-backdrop{
    z-index: 2900;
}

.modal-header{
    padding: 3px 15px;
}

.modal-header .close{
    font-weight: 300;
    font-size: 30px;
}

.modal-title h4{
    font-size: 18px;
}

.modal-body {
    margin: 0;
    padding: 10px 15px 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    font-size: 14px;
}

.modal-body br {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin: 5px 0 0;
}

.description-photo-block{
    margin: 0 auto 15px;
    font-size: 13px;
}

.description-photo{
    max-height: 80vh;
    margin: 0 auto 2px;
}

.human-full-name{
    width: 200px;
    font-weight: 500;
    font-size: 14px;
    max-height: 51px;
    line-height: 17px;
    overflow-y: auto;
    display: block;
}

.human-system-data{
    font-weight: 300;
    font-size: 13px;
}

.human-lost-data{
    font-weight: 400;
    font-size: 12px;
    color: #737c86;
}



input[name="lastname_important"] {
    display: none;
}


.calendar-page .avatar-block{
    float: left;
    margin-right: 10px;
}

.calendar-page .avatar-block img{
    max-width: 59px;
}

.archive-data-block{
    padding: 20px;
    margin: 5px 0 15px;
    background: rgba(251, 251, 251, 0.9);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    background-clip: border-box;
}

.archive-data-block h2{
    margin-bottom: 10px;
}


/***DEMO ***/

.navbar.navbar-demo{
    color: #fff;
    min-height: auto;
    background-color: #94305f;
    padding: 8px;
}

.navbar-demo .navbar-brand {

    padding: 0 15px;
    height: 20px;
    font-size: 14px;
}

.navbar-demo .navbar-brand:hover{
    color: inherit;
}

.navbar-demo .navbar-nav>li>a {
    padding: 0;
}


.tree-index-page div.blood{
    display: inline-block;
}

.tree-index-page h2{
    margin-bottom: 30px;
}

.tree-index-page .avatar-block{
    padding: 0 0 5px 0;
}

.tree-index-page .avatar-block img{
    max-width: 45px;
}




/*** Image loader ***/

#image-target{
    max-width: 400px;
    max-height: 400px;
}


@media(max-width: 1099px){

    .scale-minus{
        zoom: 0.8; /* Old IE only */
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        transform-origin: top left;
        height: 100%;
    }

    #top-blood-fixed-panel {
        display: none;
    }

    #tree-generation-area{
        overflow-x: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .generation-block.generation-block-first {
        /*transform: scale(0.9);
        transform-origin: top left;*/
    }

    .collapse{
        display: block;
    }
    .nav>li, .nav>li>a {
        display: inline-block;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border: none;
    }

    .navbar-nav{
        margin: 0;
    }

    .navbar-collapse{
        box-shadow: none;
    }

    .navbar-main-menu-button{
        border: none;
    }

    .navbar-main-menu-button-icon{
        height: 35px;
    }

    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
        font-size: 1.1rem;
    }

    .nav>li>a{
        padding: 5px 3px;
    }

    .navbar-main-menu .navbar-header .logo-text{
        font-size: 3rem;
        line-height: 20px;
    }

    .logo-text-subtext {
        font-size: 1rem;
        top: 2.5rem;
    }

    .navbar-main-menu .navbar-header img{
        margin-left: 15px;
        max-width: 50px;
    }

    #map .ymaps-2-1-75-b-cluster-tabs__section.ymaps-2-1-75-b-cluster-tabs__section_type_nav{
        display: none;
    }

    #map .ymaps-2-1-75-balloon__content{
        padding: 5px 15px;
    }

    #map .ymaps-2-1-75-balloon__close+.ymaps-2-1-75-balloon__content{
        margin-right: 0;
    }

    #map .ymaps-2-1-75-balloon__content > ymaps{
        width: 220px !important;
    }

    #map .ymaps-2-1-75-balloon__content > ymaps > ymaps .ymaps-2-1-75-b-cluster-tabs.ymaps-2-1-75-b-cluster-content{
        width: 218px !important;
    }

    #map .ymaps-2-1-75-balloon .ymaps-2-1-75-b-cluster-tabs .ymaps-balloon-nav{
        width: 100%;
        left: 0;
        bottom: 50%;
    }

    #map .ymaps-2-1-75-b-cluster-tabs__item-header.ymaps-2-1-75-b-cluster-content__header{
        margin: 5px -10px;
        font-size: 100%;
        min-height: 56px;
    }

    #map .ymaps-2-1-75-map .avatar-block{
        text-align: center;
        display: block;
    }



    #map .city-name{
        font-size: 16px;
    }

    .modal-body {
        margin: 10px 0 0;
        padding: 10px 15px 0;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        font-size: 13px;
    }

    .modal-body .description-photo-block{
        font-size: 11px;
    }

    .developer-text {
        float: none !important;
        display: block;
    }
}

@media (min-width: 1100px){
    .container-fluid {
        max-width: 95%;
    }

    .child-number:hover{
        cursor: pointer;
        background: #ffffff !important;
    }
}