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

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

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

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

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

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

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

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: 100%;
}

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

.right-sides-catalog {
    width: 100%;
}

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

.left-sides-bar-button__btn {
    width: 100%;
}

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

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