@font-face {
    font-family: "NavigationSpb"; 
    src: url("../fonts/NavigationSpb.otf"); 
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadPro"; 
    src: url("../fonts/myriad/MyriadPro-Regular.otf"); 
    font-style: normal;
    font-weight: normal;
}
.title--page {
    font-family: "NavigationSpb";
    font-size: 24px;
    color: #598fcc;
    display: table-cell;
    height: 105px;
    vertical-align: middle;
}
@keyframes "fade" {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes "fade" {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent
}
a {
    transition: 0.2s
}
body {
    font-family: "MyriadPro";
    background-color: #f7f7f7
}
@media screen and (max-width: 900px) {
    h1.entry-title{
     margin-left: 15px; 
 }
}
footer {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
}
.logo {
    align-items: center;
    justify-content: center;
    float: left;
}
.logo-block a img {
    max-height: 100px
}
@media screen and (max-width: 900px) {
    .logo {
        margin-right: 10px;
        margin-left: 10px;
    }
}
.logo__wrapper {
    display: flex;
    padding: 15px
}
@media screen and (max-width: 900px) {
    .logo__wrapper {
        flex-direction: column
    }
}
.logo__link {
    height: 100%
}
.logo__img {
    max-height: 100px
}
.local_settings {
    display: flex;
    align-items: center
}
.local_settings li a {
    font-size: 14px
}
.air {
    position: absolute;
    top: 10px;
    left: 30px;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #55e456
}
.air:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #55e456;
    box-shadow: 0 0 10px #55e456
}
@media screen and (max-width: 500px) {
    img.logo__img {
        background-repeat: no-repeat;
        width: 100%;
        background-size: contain;
    }
}
.entry-content h2, .entry-content p {
 font-family: "MyriadPro";
}