/* Карта сайта 
@media screen and (min-width: 680px){*/
.karta {
    position: fixed;
    z-index:2;
    background-color: white;
    width: 100%;
    box-shadow: 0 0 2px #2d6698;
    top:43px;
    height:33px;
}

.karta a {
    text-align: left;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
    color:#2d6987;
    border: none;
    font-size: 20px;
}

.karta a:hover {
    color:#000;
}

.karta p {    
    float:left;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
    color:#2d6987;
    border: none;
    font-size: 20px;}

.karta p:hover {
    color:#000;
}


.icon_head {    
    float:right;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
    color:#2d6987;
    border: none;
    font-size: 20px;
    padding-right: 15px;}

.icon_head:hover {
    color: #FF8C00;
}

.icon_head_pm{    
    float:right;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
    color:#2d6987;
    border: none;
    font-size: 20px;}
    
.icon_head_pm:hover {
    color: #FF8C00;
}

.noClick {    
    float:right;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
    color: #FF8C00;
    border: none;
    font-size: 20px;
    padding-right: 15px;}
    
.icon_visits {
    float:right;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
    color:#2d6987;
    border: none;
    font-size: 20px;}

/*}*/

@media screen and (max-width: 890px){
.karta {position: fixed; z-index:1;}

}