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

.first-column-button {
    padding-top: 40px;
}

.btn {
    background-color: #047DBA;
    color: white;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background-color: #05618f;
}

.dignity-block__el-img {
    width: 25px;
    height: 25px;
}

.dignity-block__el {
    padding: 25px 15px;
    background-color: #FBFBFB;
    border: 1px solid #000000;
    border-radius: 10px;
}



tr {
    border: 1px solid rgb(206, 205, 205);
}

th {
    border: 1px solid rgb(206, 205, 205);
}

td {
    border: 1px solid rgb(206, 205, 205);  
}

.table {
    width: 70%;
}

.tbody-a {
    color: #047DBA;
}

.btn-group__img {
    width: 15px;
    height: 15px;
}

.btn-group__a {
    background-color: rgb(241, 241, 241);
}

.category__bg {
    background-color: #047DBA;
    color: white;
    padding: 10px;
}

.category__bg-two {
    color: white;
    background-color: #F7921E;
    padding: 10px;
}

.category__bg-three {
    color: white;
    background-color: #08b417;
    padding: 10px;
}

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

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

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

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

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


