div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.main-banner {
	overflow: hidden;
}
.main-banner video {
	position: absolute;
	top: 0;
	width: 100%;
	/*left: 0;*/
}
.bg-color {
	position: absolute;
	background: #272626;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}
.main-banner__title {
	font-weight: bold;
	font-size: 54px;
	line-height: 64px;
	text-align: left;
	text-transform: uppercase;
}
.main-banner__text {
	margin-top: 36px;
	font-size: 22px;
	line-height: 120%;
	text-align: left;
}
.main-banner__body {
	padding-right: 120px;
}



.main-banner {
	height: 570px;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(/local/templates/ucheba/styles/../images/common/banner.png);
	background-position: 50%;
	background-color: #2C1C12;
	/*
      &::before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background: linear-gradient(0deg, rgba(58, 52, 47, 0.7), rgba(58, 52, 47, 0.7))
      }*/

}
.main-banner .container {
	height: 100%;
}
.main-banner .container .row {
	height: 100%;
}
.main-banner .container .row .col-lg-12{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.main-banner__left {
	position: absolute;
	bottom: 0;
	left: -20%;
}
.main-banner__left svg {
	display: block;
}
.main-banner__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-banner__body {
	padding-right: 120px;
}
.main-banner .container {
	position: relative;
	z-index: 2;
	text-align: center;
}
.main-banner__form {
	width: 423px;
	flex: none;
	/*background-color: #FBF3EA;*/
	background-color: inherit;
	border-radius: 3px;
	padding: 36px 23px 44px;
}
.main-banner__form-text {
	font-weight: bold;
	font-size: 26px;
	line-height: 28px;
	color: #000000;
	text-align: center;
	margin-bottom: 25px;
}
.main-banner__text {
	margin-top: 36px;
	font-size: 22px;
	line-height: 120%;
	text-align: left;
}
.main-banner__text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-banner__text ul li {
	font-style: italic;
	font-weight: 500;
	line-height: 44px;
	font-size: 22px;
	padding-left: 25px;
	position: relative;
}
.main-banner__text ul li::before {
	content: " ";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #E7C89A;
}
.main-banner__text ul li:first-child {
	font-size: 32px;
}
.main-banner__title {
	font-weight: bold;
	font-size: 54px;
	line-height: 64px;
	text-align: left;
	text-transform: uppercase;
}
.main-banner .btn-order-psy {
	margin: 20px 0!important;
}
@media (max-width: 1200px) {
	.main-banner__title {
		font-size: 40px;
		line-height: 53px;
	}
	.main-banner__body {
		padding-right: 50px;
	}
	.main-banner__text ul li {
		font-size: 20px;
	}
	.main-banner__text ul li:first-child {
		font-size: 26px;
	}
}
@media (max-width: 992px) {
	.main-banner {
		height: auto;
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.main-banner__title {
		font-size: 27px;
		line-height: 35px;
	}
	.main-banner__form {
		width: 314px;
		padding: 25px;
	}
	.main-banner__form .btn--average {
		font-size: 24px;
		line-height: 19px;
		padding: 16px 38px 16px;
	}
	.main-banner__form-text {
		font-size: 22px;
		line-height: 23px;
	}
	.main-banner__body {
		padding-right: 40px;
	}
	.main-banner__text ul li {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.main-banner__text ul li:first-child {
		font-size: 20px;
	}
}
@media (max-width: 650px) {
	.main-banner {
		padding-top: 65px;
	}
	.main-banner__title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 30px;
		text-align: center;
	}
	.main-banner__text {
		text-align: center;
	}
	.main-banner__form {
		margin-bottom: -94px;
		text-align: center;
	}
	.main-banner__left {
		display: none;
	}
	.main-banner__form {
		width: 0;
		padding: 0;
	}
	.main-banner__form .btn--average {
		font-size: 22px;
		line-height: 19px;
		padding: 16px 38px 16px;
	}
	.main-banner__form-text {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 19px;
	}
	.main-banner__wrap {
		display: block;
	}
	.main-banner__body {
		padding-right: 0;
	}
	.main-banner__text {
		margin-bottom: 58px;
	}
	.main-banner__text ul li {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.main-banner__text ul li:first-child {
		font-size: 26px;
	}
	.main-banner .btn-order-psy {
		margin: 20px auto!important;
	}
}