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;
}

.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;
}

.block-coolaboration-item_second-text {
    width: 450px;
}

.block-collaboration-items-title {
    transition: all 0.3s ease-in-out;
}

.block-collaboration-items-title:hover {
    color: #047DBA;
}