body{
    margin: 0;
}

.logo{
    width: 60px;
    margin-right: 50px
}
.head{
       display: flex;
        align-items: center;
            box-shadow: 0px 0px 0px #CCC;
        box-shadow: 0px -4px 15px #999;
    position: relative;
    z-index: 9;
    padding:10px 30px;
    box-shadow: 0px 0px 0px #CCC;
        box-shadow: 0px -4px 15px #999;
    position: relative;
    z-index: 9;
}
.menu{
 
    margin: 0;
display: contents;

}

.menu li{
    list-style: none;
    
}

.menu a{
    padding: 10px 25px;
    color: #333;
    text-decoration: none !important;
    transition: all .2s;
        font-weight: 500;
}
.menu a:not(.logoc):hover{
    background: #00aeef;
    color: #FFF;
    
}
.menu li:hover  .submenu{
    display: block;
}

.submenu{
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    background: #FFF;
    padding-bottom: 20px;
        margin-top: 10px;
}
.submenu a{
    display: inline-block;
    width: 100%;
    font-size: 13px;
}
#moja-mapa{
        width: 100%;
    height: calc(100vh - 77px);
}

.log{
    margin-left: auto;
}


.subhead{
background: #f9f9f959;
    padding: 15px 40px;
    text-transform: uppercase;
    color: #555;
    border-bottom: 1px solid #f1f0f0;
    font-weight: 100;
}



.legenda {
position: absolute;
    top: 150px;
    background: #FFF;
    left: 11px;
    font-family: Roboto Slab;
   
                box-shadow: 0px 0px 22px -6px #999;
    width: 350px;

}

.legenda > div {
    display: flex;
    flex-wrap: wrap;
    
}
.legenda  .leg{

    margin-top: 5px;
    border-right: 1px solid #f1f1f1;
        padding: 10px 25px;
    flex-basis: 50%;
    font-size: 13px;
    display: flex;
    align-items: center;
    line-height: 14px;
}
.legenda  .leg img{
    margin-right: 10px;
        width: 50px;
}


.legenda > .nag {
    
    font-weight: bold;
    display: flex;
    align-items: baseline;
        background: #f7f7f7;
    font-size: 1.1em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    padding: 10px 25px;
    color: #666;
    cursor: pointer;
    transition: all .2s;
}
.legenda > .nag:hover {
background: #f0f0f0;
}
.legenda > div i.left{
    margin-right: 10px
}

.legenda > div i.right{
      margin-left: auto;
}

.legenda .leg{
        background-color: #efefef;
    font-weight: 400;
}

.legenda .box{
          background-color: #efefef;
    display: none;
 padding-bottom: 10px;
    border-left: 5px solid #00aeef;
}

.legenda .box.active{
    display: flex;
}

.czas{
    padding: 5px 25px;
    font-size: 12px;
}


.main{
    padding: 70px 0;
}
.center{
    text-align: center;
}
.main h2{
    margin-bottom: 20px;
}


a{
    color: #00aeef;
}
a:hover{
        color: #00aeef;

}

.form strong{
    font-family: Roboto Slab;
    margin-right: 20px
}



.but{
    background: #00aeef;
    border: none;
    color: #FFF;
    padding: 6px 20px;
    float: right;
    margin-top: 10px;
    transition: all .3s;
    cursor: pointer;
    margin-left: 5px;
}
.but:hover{
        background: #333;

}
.bor {
    display: inline-block;
    margin: auto;
    padding: 35px 50px;
}

.form input:not(.but),
.form select,
.form textarea{
    border: 1.5px solid #9e6e6e;
    padding: 5px 10px;
}

.form input:not(.but):focus,
.form select:focus{
    border: 2px solid #ccc;
    box-shadow:none;
    outline: 0;
}
legend {

    line-height: 20px;
    padding-top: 20px;
}

 .tmenu{
        display: none;
    }


.tableform {
    margin: 40px 0;
}

.tableform td{
    text-align: left;
}

.tableform input[type=text],
.tableform input[type=password],
.tableform input[type=email]{
width: 100%
}

.dol input:not(.but){
    width: 100%;
    margin-bottom: 10px;
}







table.full{
    width: 100%;
}
table.full td{
    padding: 3px 3px;
    border: 1px solid #0000FF;
}


.table2 td{
    line-height: 15px;
    padding: 3px;
}

.table2 td input{
margin-bottom: 3px;
    display: flex;
}
.table2 td  span{
color: #555;
    padding-top: 4px;
    font-size: 13px;
    }


.table3 td{
    padding: 7px;
}

.table3 .but{
    margin-top: 0;
    padding: 6px 10px;
}
.info{
    background: #00aeef;
    color: #FFF;
    font-weight: 100;
    font-size: 17px;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 4px;
}
.info:before{
    content: "\f059";
     font-family: 'Font Awesome\ 5 Free';
margin-right: 10px;
}


@media screen and (max-width: 768px) {

   .legenda {
    width: unset;
    right: 9px;
} 
    
}


@media screen and (max-width: 992px) {

    
    .table3 table td{
        font-size: 12px;
    display: block;
    position: relative;
       margin-top: 20px;
    }
    .table3 table tr{
        border-bottom: 2px solid #f1f1f1;
        
        padding-bottom: 20px;
    }
        .table3 table tr td:last-child{
padding-bottom: 20px;
            
    }
    .table3 table td input,
     .table3 table td select

    {
        width: 100%;
    }
    
     .table3 table td::before {
    content: attr(data-before);
    position: absolute;
   top: -28px;
    left: 6px;
    width: 100%;
    padding-right: 10px;
    height: 100%;
    line-height: 12px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}
    
        .table3 table td:first-child:before{
content: " ";
    }
                 .table3 table th{
display: none;
    }
    
    
    

    
    
    
    
    
    
    
    
    
    
    .main{
        padding: 30px 15px;
    }
   
    .tmenu{
        display: block;
            margin-left: auto;
    }
        .menu li:not(.logoli){
        display: none;
    }
    
    
    .menu.active li{
        display: block;
        
    }
    
    .menu.active {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    background: #FFF;
    top: 75px;
    padding: 15px;
}
    .submenu{
        display: block;
        position: relative;
        margin: 0;
    padding: 0;
    padding-left: 10px;
    }
    
    .menu a {

    display: block;
}
}


@media screen and (min-width: 992px) {

 .thin{
        padding: 70px 20%;
    }

}