

/* 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/components/ashmanov/youtube.conference/templates/.default/style.css?1773410487787*/
.youtube-temp {
    margin: 32px auto;
    padding: 0 16px;
}
.youtube-temp__frame {
    width: 100%;
    height: 450px;
    max-width: 1152px;

    margin: 0 auto;
    display: block;
}
.youtube-temp__tg {
    margin: 0;
    margin-top: 32px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
}
.youtube-temp__tg svg {
    width: 32px;
    height: 32px;
    display: block;
}
.youtube-temp__tg a {
    margin-left: 16px;
    transition: all 0.25s ease-in-out;
}
.youtube-temp__tg a:hover {
    opacity: 0.8;
}
@media all and (min-width: 768px) {
    .youtube-temp {
        padding: 0 32px;
        margin: 48px auto;
    }
    .program {
        margin: 48px auto 96px auto !important;
    }
}
/* 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_partners2021/style.css?17734104882491*/
.conf-partners {
    margin: 0 auto;
    padding: 0 16px;

    z-index: 10;
    position: relative;

    background-color: #eaeced;
}
.conf-partners__wrapper {
    max-width: 1152px;
    margin: 0 auto;

    z-index: 11;
    position: relative;
}
.conf-partners__title {
    color: #383838;
    text-align: center;
    text-transform: uppercase;
}

@media all {
    .conf-partners {
        margin: -64px auto;
    }
    .conf-partners__wrapper {
        padding: 64px 0;
    }
    .conf-partners__title {
        margin-bottom: 32px;
    }
}
@media all and (min-width: 768px) {
    .conf-partners {
        margin: -128px auto -64px auto;
    }
    .conf-partners__wrapper {
        padding: 64px 0;
    }
}
@media all and (min-width: 1344px) {
    .conf-partners {
        margin: -160px auto -64px auto;
    }
    .conf-partners__wrapper {
        padding: 128px 0;
    }
    .conf-partners__title {
        margin-bottom: 48px;
    }
}




/** Partner **/
.conf-partner {
    cursor: pointer;
}
.conf-partner__pic {
    margin: 0 auto;
    display: block;
}
.conf-partner__img {
    max-width: 100%;

    margin: 0 auto;

    display: block;

    opacity: 0.5;
    transition: all 0.25s ease-in-out;
}
.conf-partner__name {
    margin: 0;
    color: #959595;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}
.conf-partner__link {
    display: none;
}

.conf-partner:hover .conf-partner__img {
    opacity: 1;
}

@media all {
    .conf-partner__pic {
        width: 155px;
        height: 80px;

        margin-bottom: 16px;
    }
    .conf-partner__img {
        width: 100%;
        height: 100%;

        object-fit: contain;
    }
}



/** List **/
.conf-partners-list {}

@media all and (max-width: 639px) {
    .conf-partners-list__item {
        margin-bottom: 32px;
    }
    .conf-partners-list__item:last-of-type {
        margin-bottom: 0;
    }
}
@media all and (min-width: 640px) {
    .conf-partners-list {
        margin: -32px 0;

        position: relative;

        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }
    .conf-partners-list__item {
        width: calc(50% - 16px);
        margin: 32px 0;
    }
}
@media all and (min-width: 768px) {
    .conf-partners-list__item {
        width: calc(33.3333333% - 16px);
    }
}
@media all and (min-width: 1344px) {
    .conf-partners-list__item {
        width: calc(25% - 32px);
        margin: 32px 0;
    }
}


/* End */
/* /local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?17734104886250 */
/* /local/components/ashmanov/youtube.conference/templates/.default/style.css?1773410487787 */
/* /local/templates/ashmanov/components/bitrix/news.list/program/style.css?17734104887147 */
/* /local/templates/ashmanov/components/bitrix/news.list/conf_partners2021/style.css?17734104882491 */
