* {
    font-family: 'Open Sans', sans-serif;
}

body {
    background: #e7e7e7 !important;
}

.my-container{
    max-width: 1404px;
    margin: 0 auto;
    padding: 0 10px;
}

.top-line {
    background: #9a322f;
    color: #e9edf0;
}

.phone {
    font-size: 27px;
    text-decoration: none;
}

.top-menu {
    background: #f3f3f3;
}

.top-menu_menu-parent:hover .top-menu_menu-children {
    display: block !important;
}

.top-menu_menu-children {
    z-index: 100;
    position: absolute;
    background: #fff;
    background: #f3f3f3;
}

@media(max-width:1024px) {
    .top-menu_menu-children {
        position: relative;
    }
}

.top-menu_menu-children ul {
    list-style: none;
    margin: 0;
    padding-left: 10px;
    padding-top: 5px;
}

.top-menu_menu-children li {
    padding: 5px;
}

.main-content {
    min-height: 80vh;
}



footer{
    background: #222529;
}

.bg-theme-red{
    background: #9a322f;
}