

/* 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/slider-preview/style.css?17734104887451*/
/*------not insert------*/
.stock {
    font-family: Circe, Arial sans-serif;
    margin: 32px auto;
    padding: 0 16px;
}

.stock__inner {
    position: relative;
z-index: 11;
}

.stock .slick-slide {
    height: auto;
}

.stock__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.stock__item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.stock__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 314px;
    padding: 32px 15px;
}

.stock__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-self: stretch;
    align-self: stretch;
    padding-top: 39px;
    position: relative;
    color: #fff;
    flex-grow: 1px;
}

.stock__btn {
    max-width: 260px;
    width: 100%;
    margin-top: auto;
    display: inline-block;
    padding: 9px 15px;
    background-color: #c4262e;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

.stock__btn:hover {
    background-color: #d22931;
}

.stock__btn:focus {
    outline: none;
}

.stock__label {
    position: absolute;
    top: 0;
    left: 1px;
    padding: 0 7px;
    background-color: #A9262E;
    font-size: 11px;
    text-align: center;
    line-height: 2.2;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

.stock__subtitle {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 2.18;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    font-weight: 700;
}

.stock__title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 400;
    text-transform: uppercase;
}

.stock__description p {
    margin-top: 0;
    margin-bottom: 28px;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
}

.stock__arrow {
    display: none !important;
    width: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 1;
    font-size: 0;
    background-color: #c42134;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
}

.stock__arrow:focus {
    outline: none;
}

.stock__arrow--prev {
    left: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRjlFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkFFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGN0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGOEU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsTxQ0oAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA9SURBVDjLY2AYBdgBEwF5Vj42/PICQtwE5HkYB7E8M58QLyNeH3II4vchdVSwU0cFFwEV/JwE4ptlROYCAMULAuY8uh9qAAAAAElFTkSuQmCC');
}

.stock__arrow--next {
    right: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRkRFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkVFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGQkU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGQ0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjByUXIAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA8SURBVDjLY2AYBVgAEwF5Nj5W/Aq4hQTwq2DkGTIqeIX4mPH7VZCDxvLslMhzEZBn4ORnJxDfLCM1IwAAvXAC5gFaZA0AAAAASUVORK5CYII=');
}

.stock__arrow.slick-disabled {
    background-color: #eaeced;
}

.stock__dots-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.stock__dots-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.stock__dots-list button {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.stock__dots-list button:focus {
    outline: none;
}

.stock__dots-list button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #dfe3e4;
}

.stock__dots-list .slick-active button::before {
    background-color: #c4262e;
}

@media (min-width: 1344px) {
    .stock__arrow {
        display: block !important;
    }

    .stock__title {
        margin-bottom: 25px;
        font-size: 30px;
        letter-spacing: 0.12px;
        line-height: 32px;
    }

    .stock__subtitle {
        margin-bottom: 6px;
    }

    .stock__label {
        left: 0;
    }

    .stock {
        width: 1152px;
        margin: 0 auto;
        padding: 0;

    }

    .stock__wrap {
        padding-top: 48px;
        padding-bottom: 49px;
        padding-right: 144px;
        padding-left: 144px;
        min-height: 384px;
    }

    .stock__dots-wrapper {
        display: none;
    }

    .stock__content {
        padding-top: 47px;
    }

    .stock__description {
        padding-bottom: 17px;
    }

    .stock__description p {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 24px;
    }

    .stock__btn {
        max-width: 200px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/program/style.css?17734104887147*/
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
}

.program {
    margin: 32px auto;
    padding: 0 16px;
    color: #383838;
}

.program__inner {
    position: relative;
    max-width: 1152px;
    margin: 0 auto;
    padding-top: 48px;
    background-color: #fff;
    z-index: 11;
}

.program__title {
    margin-top: 0;
    margin-bottom: 38px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1.84px;
    text-align: center;
    font-weight: 400;
}

.program__start {
    display: block;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
}

.program__list,
.program__categories,
.program__speakers {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.program__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 44px 20px 55px;
    border-bottom: 1px solid #ebebeb;
}

.program__item:last-child {
    border: none;
}

.program__item--break {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 64px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
    background-color: #dfe3e4;
}

.program__item--break .program__subject {
    margin-bottom: 0;
}

.program__duration {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #999999;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

.program__subject {
    position: relative;
    margin: 0 0 17px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.program__subtitle {
    max-width: 758px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.program__subject--coffee {
    padding-left: 41px;
    padding-top: 3px;
}

.program__subject--lunch {
    padding-left: 47px;
    padding-top: 3px;
}

.program__subject--coffee::before,
.program__subject--lunch::before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
}

.program__subject--coffee::before {
    width: 24px;
    height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAeCAMAAAAB8C7XAAAAkFBMVEUAAAA4ODg4ODg4ODg5OTk4ODg0NDQ4ODg3Nzc4ODg4ODg3Nzc4ODg4ODg3Nzc1NTU4ODg4ODg3Nzc4ODg4ODg4ODg3Nzc4ODg4ODg3Nzc4ODg3Nzc5OTk4ODg4ODg3Nzc4ODg4ODg4ODg4ODg4ODg4ODg6Ojo2NjY5OTk5OTk5OTk4ODg3Nzc4ODg5OTk4ODiK3j1cAAAAL3RSTlMA+uO2kOwHwtmpiGzyrlcR9sRA3tfSvqSclY4oDOnMtKiDe2BRRjkxH7l+dmFbG29PhYEAAADhSURBVCjPjdHZjsIgGIbhrzq0Dl3ovrs76qzf/d/dRJImpWDic0AIL5zwY669wkkxdIcL73DxGQA/H1gaReQDXFuhSBWQ03pxogJuPGDJq4HRy2BhD4T07XAfgWSPl5xLb5LqdTdAy/hm6Kaf2VUwbcn0DCDYwOCn8XdMV+AFyh1C5M+CdIccjAFk5SKIkoX/CMsXUSTx0HlmuHGANjAxwienXcy/2Xkyu1eLZBqE+uIJ2r4ShSAptIhktRVBD3DVN+1Rtu/aoZOyaSQJ1JE9zlx/fMDN2iR41P03WJniK4B/8e8St/9pksMAAAAASUVORK5CYII=) 0 0 no-repeat;
}

.program__subject--lunch::before {
    width: 30px;
    height: 21px;
    top: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAVCAMAAABmKa5TAAAAkFBMVEUAAAA4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg3Nzc4ODg4ODg3Nzc4ODg4ODg4ODg4ODg4ODg3Nzc4ODg3Nzc4ODg3Nzc4ODg4ODg4ODg4ODg3Nzc2NjY4ODg4ODg4ODg4ODg4ODg5OTk0NDQoKCg4ODg3Nzc3Nzc4ODg4ODg4ODg3Nzc4ODg4ODg4ODg4ODi9aC88AAAAL3RSTlMA8eD59eTPwY/YuqpD1JyCJ7FLIyAV6MiSWjArG7aZfnk1EQkGiWlgTzvbpXZwVPw6s2MAAAFgSURBVCjPbZBXlqswEERLEsEkEwyYPAbjHGr/u3sSz4x/5n61+qr6SI3AT/20P+NDUazVVIUAuODB8HYtUvgZDAmpiyj2N+nW6LGkrM7nweY9AdCqkh28jTv4QQRcuE+wMHom16id7Ri99QMPGTdA2JcNNA+OaIiQiB4yjR4umAI97WAHw14hZw6irA+XZxC8qHsM8eHIGmxAEBrfKQccmOCXXhZsjX6Zu65IwABfrurKoiBODGd7XytM39GYkFsH67hRgOvExJXI2a42FIAVy5s4AT9eIFFznnlZdUx06hUtj9k4WxsFM9hy1WKPs7rJ2Oo+2nRGHrBQMYf0Z/Fj7VZdM8GTaQPcXF4QMpmtrwYiAm9FjQgx0Uf7P105g9FHJTodjeMRaKk7ze9wCU0hWXXQ7LZ0jtDpk8iB072/r/+h8DyL6glNJ9xyAq78bvM9uG6VfQ6Sy9Q0yvEXWVTjH6RzIqv4ZAgpAAAAAElFTkSuQmCC) 0 0 no-repeat;
}

.program__categories {
    max-width: 765px;
}

.program__category {
    position: relative;
    margin-bottom: 16px;
    padding-left: 33px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.program__category::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 6px;
    background-color: #c4262e;
    border-radius: 50%;
}

.program__speakers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
    padding-top: 9px;
}

.program__speaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 16px 20px;
    width: calc(100% - 32px);
}

.program__photo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.program__info {
    padding-top: 16px;
    text-align: center;
}

.program__name {
    display: block;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    color: #383838;
    font-size: 18px;
    line-height: 24px;
}

.program__prof {
    margin: 0;
    color: #acacac;
    font-size: 14px;
    line-height: 16px;
}

@media (min-width: 768px) {
    .program {
        margin: 96px auto;
        padding: 0 32px;
    }

    .program__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 40px;
        padding-left: 40px;
    }

    .program__title {
        padding-right: 40px;
        padding-left: 40px;
    }

    .program__duration {
        max-width: 96px;
        padding-right: 7px;
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }

    .program__speaker {
        max-width: 340px;
        align-items: flex-start;
    }

    .program__photo {
        margin-right: 32px;
    }

    .program__info {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .program__title {
        padding-right: 94px;
        padding-left: 94px;
        font-size: 30px;
        line-height: 32px;
    }

    .program__item {
        padding-right: 96px;
        padding-left: 96px;
    }

    .program__speaker {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 16px;
        width: 100%;
        max-width: 352px;
    }

    .program__speakers--one .program__speaker {
        width: auto;
        max-width: 450px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/conf_partners/style.css?17734104882091*/
.b-trust {
	position: relative;
	z-index: 10;
	background: #383838;
}

.b-trust-item {
	margin-bottom: 66px
}

.b-trust-item__img {
	max-width: 100%;
	display: block;
	margin: 0 auto 15px;
}

.b-trust__title {
	color: #999999;
	text-transform: uppercase;
	text-align: center;
}

.trust_text {
	margin-top: -16px;
	margin-bottom: 56px;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	color: #383838;
	padding: 0 96px;
	font-weight: 300;
}

@media all and ( min-width: 320px ) {
	.b-trust__wrapper {
		padding: 68px 16px;
	}
	.b-trust-item__img {
		padding: 0;
	}
	.b-trust__title {
		margin-bottom: 18px;
	}
}
@media all and ( max-width: 639px ) {
	.b-trust-item:nth-last-of-type(1) .b-trust-item__img,
	.b-trust-item:nth-last-of-type(2) .b-trust-item__img {
		padding-bottom: 0;
	}
}
@media all and ( min-width: 640px ) {
	.b-trust-item:nth-last-of-type(3) .b-trust-item__img {
		padding-bottom: 0;
	}
}
@media all and ( max-width: 767px ) {
	.b-trust-item:nth-last-of-type(1) .b-trust-item__img,
	.b-trust-item:nth-last-of-type(2) .b-trust-item__img,
	.b-trust-item:nth-last-of-type(3) .b-trust-item__img {
		padding-bottom: 0;
	}
}
@media all and (max-width: 850px) {
	.trust_text {
		padding: 0 16px;
	}
}
@media all and (min-width: 768px) {
	.b-trust__wrapper {
		padding: 136px 32px 144px 32px;
	}
	.b-trust__title {
		letter-spacing: 1px;
		margin: 0 0 48px 0;
	}
	.b-trust-item__img {
		padding: 0;
	}

	.b-block--negative-position.b-trust--conference {
		margin: -144px auto -96px;
	}
}

@media all and (min-width: 1344px) {
	.b-trust {
		margin: -96px auto;
	}
	.b-trust__wrapper {
		width: 1200px;
		max-width: 1200px;
		padding: 136px 0 112px 0;
	}
	.b-trust-item__img {
		padding: 0;
		margin: 0 auto 15px auto;
	}
}


.b-trust--conference {
	background-color: #eaeced;
}
.b-trust--conference .b-trust__title {
	color: #383838;
}
.b-trust--conference .row {
	justify-content: center;
}
.b-trust-item__text {
	text-align: center;
	color: #959595;
	font-weight: 300;
	line-height: 22px;
	max-width: 155px;
	margin: 0 auto;

}
.b-trust-item a {
	text-decoration: none;
}
/* End */


/* Start:/local/templates/ashmanov/components/ashmanov/form-subscribe/new-2021/style.css?17734104882721*/
.subscribe2024 {
    margin: 32px 0;
    padding: 0 16px;
    color: #A5A5A5;
}
.b-news__wrapper .subscribe2024 {
    padding: 0;
}

.subscribe2024__wrapper {
    width: 100%;
    max-width: 1152px;
    padding: 32px;
    margin: 0 auto;
    border: 3px solid #c4262e;
    background-color: #ffffff;
}

.subscribe2024__title {
    margin: 0 0 24px;
    color: #414141;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.subscribe2024__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    margin-bottom: 24px;
}

.subscribe2024__description p {
    margin: 0;
}

.subscribe2024__note {
    text-align: center;
    margin-top: 16px;
}

.subscribe2024__note a {
    color: #A5A5A5;
    text-decoration: none;
}

.subscribe2024-social {
    margin: 12px 0 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe2024-social__item {
    list-style-type: none;
    margin: 0 8px;
}

.subscribe2024-social__item:first-of-type {
    margin-left: 0;
}

.subscribe2024-social__item:last-of-type {
    margin-right: 0;
}

.subscribe2024-social__item a {
    display: flex;
    align-items: center;
}

.subscribe2024-social__item .icon-rutube {
    /*margin-top: -6px;*/
}

.subscribe2024__form .b-block-form-form__submit {
    cursor: pointer;
    color: #fff;
    background: #C4262E;
    border-color: #C4262E;
    width: 100%;
    padding: 0;
}

@media (max-width: 767px) {
    .subscribe2024__form svg {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .subscribe2024__title {
        font-size: 26px;
        line-height: 30px;
    }
    .subscribe2024__description {
        font-size: 16px;
        line-height: 22px;
    }

    .subscribe2024 .b-block-form-form__wrapper {
        display: grid;
        grid-template-columns: 120px auto 120px;
        width: 100%;
        max-width: 560px;
        margin: auto;
        grid-gap: 12px;
    }

    .subscribe2024 .b-block-form-form__input,
    .subscribe2024 .b-block-form-form__submit {
        width: 100%;
        margin: 0;
    }

    .subscribe2024 svg {
        margin-left: auto;
    }
}

@media all and (min-width: 1344px) {
    .subscribe2024 {
        margin: 48px auto;
    }
    .subscribe2024__wrapper {
        padding: 24px 32px;
    }
    .subscribe2024__title {
        font-size: 38px;
        line-height: 32px;
    }
    .subscribe2024__description {
        font-size: 18px;
        line-height: 18px;
    }
}
/* End */
/* /local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?17734104886250 */
/* /local/templates/ashmanov/components/bitrix/news.list/slider-preview/style.css?17734104887451 */
/* /local/templates/ashmanov/components/bitrix/news.list/program/style.css?17734104887147 */
/* /local/templates/ashmanov/components/bitrix/news.list/conf_partners/style.css?17734104882091 */
/* /local/templates/ashmanov/components/ashmanov/form-subscribe/new-2021/style.css?17734104882721 */
