

/* Start:/local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?17734104886250*/
.b-headblock {
	position: relative;
	z-index: 11;
}

.b-headblock__wrapper {
	max-width: 1152px;
	margin: 0px auto;
}

.b-headblock-item {
	position: relative;
}

.b-headblock-item__img {
	width: 100%;
	height: 100%;
}

.b-headblock-item__title {
	font-weight: 400;
}

.b-headblock-item__subtitle {
	color: #ffffff;
	text-align: left;
	font-size: 12px !important;
	text-transform: uppercase;
}

.b-headblock-item--white {
	background-color: #fff;
}

.b-headblock-item--white .b-headblock-item__title {
	color: #000;
}

.b-headblock-item--white .b-headblock-item__text {
	color: #000;
	font-weight: 300;
}

.b-headblock-item--white .b-headblock-item__text a {
	color: #000;
	border-bottom: 1px solid #000;
}

.b-headblock-item--white .b-headblock-item__subtitle {
	color: #383838;

}

.b-headblock-item--gray {
	background-color: #dfe3e4;
}

.b-headblock-item--gray .b-headblock-item__title {
	color: #383838;
	letter-spacing: -0.7px;
}

.b-headblock-item--gray .b-headblock-item__text {
	color: #383838;
	font-weight: 300;
}

.b-headblock-item--gray .b-headblock-item__text a {
	color: #383838;
	border-bottom: 1px solid #383838;
}

.b-headblock-item--gray .b-headblock-item__subtitle {
	color: #383838;
}

.b-headblock-item--black {
	background-color: #383838;
}

.b-headblock-item--black .b-headblock-item__title {
	color: #fff;
}

.b-headblock-item--black .b-headblock-item__text {
	color: #fff;
	font-weight: 300;
}

.b-headblock-item--black .b-headblock-item__text a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.b-headblock-item--red {
	background-color: #c4262e;
}

.b-headblock-item--red .b-headblock-item__title {
	color: #fff;
}

.b-headblock-item--red .b-headblock-item__text {
	color: #fff;
	font-weight: 300;
}

.b-headblock-item--red .b-headblock-item__text a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.b-headblock-item--left {
	text-align: left !important;
}

.b-headblock-item--left .b-headblock-item__title,
.b-headblock-item--left .b-headblock-item__text {
	text-align: left !important;
}

.b-headblock-item__text {
	margin-bottom: 0px !important;
}

.b-headblock-item__text ul {
	padding-left: 16px;
	/*color: #383838;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;*/
	list-style: none;
}

.b-headblock-item__text ul li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
	font-weight: 300;
}
.b-headblock-item__text ul li:last-of-type {
	margin-bottom: 0px;
}

.b-headblock-item--gray .b-headblock-item__text ul li {
	color: #383838;
}

.b-headblock-item__text ul li:before {
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	font-size: 30px;
	content: '•';
	color: #c4262e;
	left: -16px;
}

.b-headblock-item__text a {
	text-decoration: none;
	padding-bottom: 1px;
}

.b-headblock-item__subtitle {
	font-size: 15px;
	line-height: 19px;
	font-weight: 700 !important;
}

@media all and (min-width: 960px) {
	.b-headblock-item__subtitle {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
	}
}

.b-headblock-item__detail-link {
	display: block;
	margin: 32px 0px 0px 0px;
	color: #959595;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.b-headblock-item__detail-link i {
	color: #383838;
	font-size: 24px;
	position: relative;
	top: 4px;
}

@media all and (min-width: 1344px) {
	.b-headblock-item__detail-link {
		margin: 0px;
		position: absolute;
		bottom: 48px;
		left: 48px;
	}
}

@media all and (min-width: 320px) and (max-width: 959px) {
	.b-headblock-item {
		padding: 20px 30px;
	}
	.b-headblock-item__title {
		text-align: left;
		margin: 0px 0px 15px 0px;
	}
	.b-headblock-item__text {
		margin: 15px 0px 0px 0px;
	}
	.b-headblock-item__link {
		margin: 30px 0px 0px 0px;
	}
}

@media all and (min-width: 640px) and (max-width: 959px) {
	.b-headblock__wrapper > .row {
		background-color: #fff;
	}
	.b-headblock-item__link {
		display: block;
		text-align: center;
	}
}

@media all and (min-width: 960px) {
	.b-headblock-item {
		padding: 55px 48px;
	}
	.b-headblock-item__title {
		font-size: 30px;
		line-height: 32px;
		margin: 0px 0px 20px 0px;
	}
	.b-headblock-item__title--right {
		font-size: 24px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.b-headblock-item__text {
		/*font-size: 18px;
            line-height: 26px;*/
		margin: 20px 0px;
	}
	.b-headblock-item__link {
		margin: 30px 0px 0px 0px;
	}
	.b-headblock-item--white .b-headblock-item__title {
		text-align: left;
	}
	.b-headblock-item--black,
	.b-headblock-item--gray {
		padding: 55px 48px;
	}
	.b-headblock-item--gray .b-headblock-item__title,
	.b-headblock-item--black .b-headblock-item__title {
		margin: 0px 0px 20px 0px;
		text-align: left;
	}
	.b-headblock-item--black .b-headblock-item__text {
		margin: 20px 0px 20px 0px;
	}
}

@media all and (min-width: 1344px) {
	.b-headblock-item {
		padding: 74px 48px;
	}
	.b-headblock-item--gray .b-headblock-item__title,
	.b-headblock-item--black .b-headblock-item__title {
		margin: 0px 0px 25px 0px;
	}
	.b-headblock-item--black .b-headblock-item__text {
		margin: 25px 0px 20px 0px;
	}
	.b-headblock-item--gray .b-headblock-item__title {
		text-align: left;
	}
	.b-headblock-item--red .b-headblock-item__text {
		margin: 0px;
	}
}

@media all and (max-width: 767px) {
	.b-headblock-item {
		padding: 32px;
	}
	.b-headblock-item__title {
		margin-bottom: 32px;
	}
	.b-headblock-item__text {
		font-weight: 300;
		font-size: 15px;
		line-height: 19px;
		margin-top: 32px;
	}
	.b-headblock-item__link {
		margin-top: 32px;
		display: block;
		text-align: center;
	}
}

@media all and (min-width: 640px) {
	.b-headblock-item__text {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}

@media all and (min-width: 1344px) {
	.b-headblock-item__text {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}

.b-headblock-item--red.b-headblock-item--left .b-headblock-item__title {
	text-align: left !important;
	text-transform: none !important;
}

.b-headblock-item--center .b-headblock-item__title,
.b-headblock-item--center .b-headblock-item__text {
	text-align: center;
}


.b-headblock__submit {
	max-width: 200px;
	margin: 32px auto 0px auto;
}
@media all and ( min-width: 1024px ) {
	.b-headblock__submit {
		margin-top: 48px;
	}
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/commetee/style.css?17734104881322*/
.b-committee__wrapper {
	background-color: #fff;
}
.b-committee__title {
	color: #383838;
	text-align: center;
}
.b-committee__subtitle {
	color: #383838;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}
.b-committee-container {
	position: relative;
}
.b-committee-slider-item__wrapper {
	text-align: center;
	flex-direction: column;
	justify-items: center;
}
.b-committee-slider-item__img {
	width: 170px;
	height: 170px;
	display: block;
	margin: 0px auto 32px auto;
}
.b-committee-slider-item__name {
	color: #383838;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}
.b-committee-slider-item__company {
	color: #333333;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
}
@media all and ( min-width: 320px ) {
	.b-committee__wrapper {
		padding: 32px 0px;
	}
	.b-committee__title {
		margin: 0px 0px 16px 0px;
	}
	.b-committee__subtitle {
		margin: 16px 0px 0px 0px;
		padding: 0px 32px 32px 32px;
	}
	.b-committee-slider {
		margin: 32px 0px 0px 0px;
	}
}
@media all and ( min-width: 768px ) {
	.b-committee__wrapper {
		padding: 48px 0px 56px 0px;
	}
	.b-committee__subtext {
		padding: 0px 0px 50px 0px;
	}
	.b-committee-slider {
		margin: 56px 0px 0px 0px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-committee__subtext {

	}

}
/* End */


/* Start:/local/components/ashmanov/video-and-subscribe/templates/.default/style.css?177341048746*/
.b-stock-and-video__wrapper {
	padding: 0px;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/video/style.css?1773410488522*/
.b-video {

}
.b-video__wrapper {
	min-height: 320px;
	position: relative;
}
.b-video__wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px;
}

@media all and ( max-width: 1023px ) {
	.b-video {
		margin: 0px 0px 32px 0px;
	}
}

@media all and ( min-width: 1024px ) {
	.b-video {
		margin-right: 32px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-video {
		margin-right: 50px;
	}
	.b-video__wrapper {
		min-height: 384px;
	}
}

.b-video--no-margin {
	margin-right: 0;
}
/* End */


/* Start:/local/components/ashmanov/form-subscribe/templates/conference/style.css?17734104871146*/
.b-subscribe__wrapper {
	background-color: #fff;
	text-align: center;
	border: 3px solid #c42134;
}
.b-subscribe__title,
.b-subscribe__text {
	margin: 0px;
	padding: 0px;
}
.b-subscribe__wrapper :first-child {
	margin-top: 0px;
}
.b-subscribe__wrapper :last-child {
	margin-bottom: 0px;
}
.b-subscribe__title {
	color: #383838;
}
.b-subscribe__text {
	color: #383838;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}
.b-subscribe-form__input {
	text-align: center;
}
@media all and ( min-width: 320px ) {
	.b-subscribe__wrapper {
		padding: 32px;
	}
	.b-subscribe__title {
		margin: 14px 0px;
	}
	.b-subscribe__text {
		margin: 14px 0px 26px 0px;
	}
	.b-subscribe-form__input {
		margin: 26px auto 16px auto;
	}
	.b-subscribe-form__submit {
		margin: 16px auto 0px auto;
	}
}
@media all and ( min-width: 415px ) {
	.b-subscribe-form__input,
	.b-subscribe-form__submit {
		max-width: 290px;
	}
}
@media all and ( max-width: 767px ) {
	.b-subscribe__text br {
		display: none;
	}
}
@media all and ( min-width: 1344px ) {
	.b-subscribe__wrapper {
		padding: 44px 32px;
		min-height: 384px;
	}
	.b-subscribe-form {
		padding: 0px 14px;
	}
}
/* End */
/* /local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?17734104886250 */
/* /local/templates/ashmanov/components/bitrix/news.list/commetee/style.css?17734104881322 */
/* /local/components/ashmanov/video-and-subscribe/templates/.default/style.css?177341048746 */
/* /local/templates/ashmanov/components/bitrix/news.list/video/style.css?1773410488522 */
/* /local/components/ashmanov/form-subscribe/templates/conference/style.css?17734104871146 */
