@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
.plashka.container-fluid ul {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
}
.hidden{
	visibility: hidden;
}
.open .hidden{
    visibility: visible;
}
.plashka.container-fluid {
    background-color: #960303;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #DD0504;
    font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	z-index: 3;
}
.topnav_big.row, .topnav_min.row{
    margin-left: 0;
    margin-right: 0;
}
.topnav_min {
    width: 100%;
    background-color: #960303;
    position: absolute;
}
.topnav_big li, .topnav_min li{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.topnav_min li {
	background-color: #960303;
    padding-top: 1px;
    padding-bottom: 1px;
}
.dropdown, .dropup {
    position: relative;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#proecti {
    height: 40px;
    vertical-align: middle;
    text-align: center;
}
#proecti li, #proecti li.logo, #proecti button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #DD0504;
}
#proecti li.logo{
	background-color: #960303;
}
#proecti:first-child .btn-group::before {
    content: 'о Компании';
    position: absolute;
    z-index: 3;
    color: #fff;    
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform:uppercase;
    pointer-events:none;
    display: flex;
    width: 100%;
    justify-content: center;
    vertical-align: middle;
    top: 10px;
}
#proecti:first-child .btn-group:hover::before{
    content: 'Rubankov';
}
#proecti a:hover, #proecti a:active, #proecti a:focus {
    background-color: #DD0504;
}
#proecti .selected {
    color: #fff;
    background-color: #DD0504;
}
#proecti .logo a, #proecti .logo span{
    background-image: url('https://rubankov.ru/phpshop/templates/diggi_rubankov/images/rubankov/rub_logo_s.png');
    image-orientation: from-image;
    image-rendering: optimizespeed;
    background-repeat: no-repeat;
    background-position: center;
}
#proecti .logo a:hover, #proecti .logo a:active, #proecti .logo a:focus, #proecti .logo span:hover, #proecti .logo span:active, #proecti .logo span:focus{
	background-color: #DD0504;
    background-image: url('https://rubankov.ru/phpshop/templates/diggi_rubankov/images/rubankov/rub_logo_s_hov.png');
}
#proecti a, #proecti span {
    color: #fff;
    vertical-align: middle;
    height: 40px;
    display: block;
    text-align: center;
    margin: 0;
    transition: all 0.5s ease;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
	line-height:20px;
}
#proecti i {
    display: block;
    font-weight: normal;
    font-style: italic;
	line-height: 18px;
}
#proecti .logo span::before, #proecti .logo span::after{
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 49%;
    display: block;
}
#proecti .logo span::before {
    content: "Меню";
    float: left;
    padding-right: 20px;
}
#proecti .logo span::after {
    content: "наши проекты";
    float: right;
    padding-left: 35px;
}
#proecti .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#proecti .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#proecti .open .dropdown-menu{
    display: block;
    padding: 0 0;
    margin: 0 0 0;
    background-color: #960303;
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #DD0504 !important;
}
#proecti .btn-group .dropdown-toggle::after{
    content: '';
    display:none;
}
.open > .dropdown-menu {
    display: block;
    visibility: visible;
}
.topnav_min.row.dropdown-menu.sub_ul {
    background-color: #960303;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #960303;
}
@media screen and (max-width: 1279px){
.hidden-small {
	visibility: hidden;
}
}
@media screen and (min-width: 1280px){
	.hidden-large {
	visibility: hidden;
}
#proecti {
    display: flex;
}
}
.show{
	visibility: visible;
}