body {
    font-family: "Raleway", sans-serif;
}

.nav-high-el {
    font-family: "Raleway", sans-serif;
}

.navigation-high-line {
    list-style-type: none;
}

.nav-high-el {
    transition: color 0.3s ease-in-out;
    
}

.nav-high-el:hover {
    color: #F7921E;
}

.nav-center__element {
    transition: all 0.3s ease-in-out;
}

.nav-center__element:hover {
    color: white;
    background-color: #047DBA;
}

.city {
    text-decoration: underline dashed;
}

section {
    margin-top: 60px;
}

.item-news-photo {
    width: 378px;
    background-color: #047DBA;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
}

.item-news-photo:hover {
    background-color: #05618f;
}

.items-news-photo-text-block p{
    color: white;
}

.items-news-text-main__p {
    transition: all 0.3s ease-in-out;
}

.items-news-text-main__p:hover {
    color: #047DBA;
}

.button-number {
    background-color: #047DBA;
    color: white;
    transition: all 0.3s ease-in-out;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.button-number:hover {
    background-color: #05618f;
    color: white;
}

.footer {
    margin-top: 60px;
    background-color: #047DBA;
    color: white;
}

.line {
    height: 1px;
    background-color: white;
}

.active {
    background-color: #047DBA;
    color: white;
}

.community-body__a {
    transition: all 0.3s ease-in-out;
}

.community-body__a:hover {
    color: #F7921E;
}
