/*Красный */
.premium-bg {background: #ff4a00!important; color: white;}
.premium-color {color: #ff4a00!important;}
.premium-bg p, .premium-bg a {color: white;}
a.premium-bg:hover {background: #ff4a00!important; color: white;}
button.premium-bg:hover {background: #ff4a00!important; color: white;}
.bg-light .menu-default {background: #ff4a00!important;}

/* Синий */
.second-bg {background: black!important; color: white;}
.second-color {color: black!important;}
.second-bg p, .second-bg a {color: white;}
a.second-bg:hover {background: black!important; color: white;}

/* Фиолетовый*/
.third-bg {background: #ff4a00!important; color: white;}
.third-color {color: #ff4a00!important;}
.third-bg p, .third-bg a {color: white;}
a.third-bg:hover {background: #ed4a43!important; color: white;}

/* черный */
.black-bg {background: black!important; color: white;}
.black-color {color: black!important;}
.black-bg p, .black-bg a {color: white;}

/* черный прозрачный */
.black-transparent-bg {background: rgba(0,0,0,0.5)!important; color: white;}
.black-transparent-bg p, .black-transparent-bg a {color: white;}

/* белый */
.white-bg {background: white!important;}
.white-color {color: white!important;}

/* Темно-синий - 3 блока на главной Огранизатор, контакты, стоимость */
.darkblue-bg {background: #0d1d31!important;}
.darkblue-color {color: #0d1d31!important;}

/* Желтый - ошибки и фокус*/
.yellow-bg {background: #ffff00!important;}
.yellow-color {color: #ffff00!important;}
.yellow-border {border: 2px solid #ffff00!important;}
/*.form-control {border: 2px solid white;}
.form-control:focus {border: 2px solid #ffff00!important; box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);}  */

/* Серый - в футере */
.silver-bg {background: silver!important;}
.silver-color {color: silver!important;}

@media only screen and (min-width: 0) and (max-width: 991px){
header .navbar-collapse {background: black!important; color: white;}
header .navbar-collapse li {border-bottom: 1px solid rgba(255,255,255,0.2)!important;}
}

