/* saweb.ru */
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span{
	margin-left: 14px !important;
    margin-right: 14px !important;
}
.top-footer-menu ul li a {
	white-space: nowrap;
}
.slide {
	margin-bottom: 50px;
	border: 1px solid rgba(75,92,120,0.4);
	border: none;
}
.slide audio {
    margin: 16px 0;
    width: 100%;
}
.image-slide,
.slide video {
    display: block;
    margin: 16px auto;
    max-width: 100%;
}
.title-slide:empty {
    display: none;
}
.title-slide {
	font-size: 20px;
	background: rgba(75,92,120,0.4);
	padding: 10px;
}
.control-slides {
	text-align: center;
}
.next-step-btn {
	border: 1px solid rgba(75,92,120,1);
	background: rgba(75,92,120,0.8);
	width: 300px;
	height: 70px;
	font-size: 20px;
	color: #fff;
}
.next-step-btn:hover {
	background: rgba(75,92,120,1);
}
.slides-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    align-items: stretch;
}
.slide-item {
    display: flex;
	flex: 1 1 auto;
	width: 33%;
	max-width: 33%;
}
.slide-item-p {
	margin: 15px;
	border: 1px solid rgba(75,92,120,1);
}
.slide-item-p a {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}
.slide-item-p span {
	display: block;
    height: 100%;
}
.title-item-slide {
	font-size: 17px;
	background: rgba(75,92,120,1);
	padding: 5px 10px;
	color: #fff;
}
.login-wrap .form-control,
.registration .form-control {
	width: 100%;
}
.form-horizontal .control-group .control-label {
	width: 100%;
	display: block;
    text-align: left;
}
.form-horizontal .control-group .controls {
	margin-left: 0;
}
.form-control-feedback {
	position: relative;
	text-align: right;
	width: 100%!important;
}
.field-calendar .input-group,
.password-group .input-group {
	display: flex;
}
.bg-danger {
	background: #de3434;
}
.bg-success {
	background: #46ac19;
}
.progress {
	margin-top: 15px;
}
.bg-danger {
	background: rgba(222, 52, 52, 0.3) !important;
}
.bg-success {
	background: rgba(24, 133, 83, 0.3) !important;
}
.mobile-login {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 8px;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
}
.t3-navbar-collapse ul.level1.dropdown-menu {
    text-align: center;
}
@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}
@media (max-width: 1200px) {
    .next-step-btn {
        margin-bottom: 38px;
    }
    #t3-content {
        padding-bottom: 0 !important;
    }
    .round-logo {
        display: none;
    }
}
@media (max-width: 991px) {
    .slide-item {
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .slide-item {
        width: 100%;
        max-width: 100%;
    }
}
