
.navbar-brand>img {
	width: 200px;
}
.nav-item {
	font-weight: 500;
}
.logo-light {
	width: 200px;	
}
.copyright {
	margin-right: 30px;
}
.yandex-informer {
	float: right;
}
.ico-wrap {
	float: right;
}
.ico-wrap>a>img {
	width: 25px;
	height: auto;
	margin-right: 10px;
}
.footer-link>li>i {
	margin-right: 7px;
}
.warn {
	color: #a14944 !important;	
	font-weight: bold;
}
.btn-dark {
	background: #2e333b !important;
	border: 1px solid #ffffff;
}
.btn-dark:hover {
	background: #a14944 !important;
	opacity: 1;
}
.btn-red {
	background: #a14944 !important;
 	border: 1px solid #ffffff;
}
.btn-red:hover {
	background: #2e333b !important;
	opacity: 1; 
}
.light-grey {
	background: #eee !important;
	padding: 80px 0;
}
.container-fluid {
	padding-top: 0px !important;
}
html body .bg-entrance {
	padding-bottom: 70px;	
	background-image: url('../assets/images/bg-entrance.jpg');
	background-repeat: no-repeat;
	background-position: left top;	
}
.header-entrance {
	padding: 300px 10% 0 10%;
	height: 500px;
}
@media (min-width: 1400px) {
  .header-entrance {
	padding-top: 350px;
  }
}
@media (max-width:575px) {
	.header-entrance {
		padding: 250px 10% 0 10%;
		height: auto;
	}
}
.header-entrance:before {
	content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	background-image: url('../assets/images/header-entrance.svg');
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: 30px 0px;
}
@media (max-width: 950px) {
  .header-entrance:before {
	background-size: 90% auto;
	background-position: 30px 100px;
  }
}
.bg-rand {
	background-image: url('../upload/slider/slider-1.png'); 
	background-repeat:no-repeat; 
	background-position:right bottom;
}
@media (max-width: 950px) {
  .bg-rand {
	background-image: none;
  }
}
.stream-header, .portfolio-header {
    font-size: 36px;
    font-weight: 500;
    line-height: 30px;
}
.stream-wrap, .portfolio-wrap {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
	border-bottom: 1px solid #2e333b;
}
.stream-wrap img, .portfolio-wrap img {
	width: 70px;
	height: auto;
}
.stream-link, .portfolio-link {
	font-size: 30px;
}
.header-bg-red {
	background-color: #a14944;
	color: #ffffff;
	padding: 5px 20px;
}
.custom-select {
    background: url(../assets/images/custom-select.png) right 0.75rem center no-repeat;
}
.input-group-text {
	background-color: #efefef !important;
}
blockquote {
	background-color: #efefef;
}
.medium-font {
	font-size: 18px;
}
form.wizard input.error,form.wizard select.error,form.wizard textarea.error {
	border: 1px solid rgba(255,0,0,1.00);
}
form.wizard label.error-checkbox {
	border-bottom: 1px solid rgba(255,0,0,1.00);
}
#result-waiting img {
	width: 300px;
	margin: 30px auto;
}
.customtab li a.nav-link, .profile-tab li a.nav-link {
	border: 0px;
	padding: 15px 20px;
	color: #54667a
}
.customtab li a.nav-link.active, .profile-tab li a.nav-link.active {
	border-bottom: 2px solid #009efb;
	color: #009efb
}
.customtab li a.nav-link:hover, .profile-tab li a.nav-link:hover {
	color: #009efb
}
.customtab2 li a.nav-link {
	border: 0px;
	margin-right: 3px;
	color: #54667a
}
.customtab2 li a.nav-link.active {
	background: #009efb;
	color: #ffffff
}
.customtab2 li a.nav-link:hover {
	color: #ffffff;
	background: #009efb
}
.brd-none {
	border: none;
}
.nav-tabs {
    border-bottom: 2px solid #009efb;
}
.label {
	font-size: 100%;
}
.cardborder-none {
	border: none !important;
}