

/* 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/vk/style.css?1773410487690*/
.youtube-temp {
    margin: 0 auto;
    padding: 0 16px;
}
.youtube-temp__frame {
    width: 100%;
    height: 450px;
    max-width: 1152px;

    margin: 0 auto;
    display: block;
}
.youtube-temp__tg {
    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;
    }
    .program {
        margin: 48px auto 96px auto;
    }
}
/* 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/components/ashmanov/form-and-text/templates/bottomblock/style.css?177341048742*/
.b-form-bottom__wrapper {
	padding: 0px;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/form-text-main/style.css?1773410488920*/
.b-main-form-text__wrapper {
	background-color: #DFE3E4;
}
.b-main-form-text__wrapper :first-child {
	margin-top: 0px;
}
.b-main-form-text__wrapper :last-child {
	margin-bottom: 0px;
}
.b-main-form-text__title {
	color: #1D1D1C;
	letter-spacing: -0.3px;
}
.b-main-form-text__text {
	color: #1D1D1C;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}
.b-main-form-text__text p:first-of-type {
	margin-top: 0px;
}
.b-main-form-text__text p:last-of-type {
	margin-bottom: 0px;
}

@media all and ( min-width: 320px ) {
	.b-main-form-text__wrapper {
		padding: 32px;
	}
	.b-main-form-text__title,
	.b-main-form-text__text {
		margin: 32px 0px;
	}
	.b-main-form-text__text p {
		margin: 22px 0px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-main-form__wrapper {
		min-height: 384px;
	}
	.b-main-form-text__wrapper {
		min-height: 384px;
		padding: 56px 48px;
	}
	.b-main-form-text__title {
		margin: 25px 0px;
	}
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/conference_registration/style.css?17734104882423*/

.b-field {
	position: relative;
}
.b-field--checkbox {
	padding-left: 30px;
}

.b-field__file {
	display: none !important;
}

.b-field__checkbox {
	display: none;
}

.b-field__checkbox + span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 2px solid #d1d1d1;
	/*background-color: rgba(56, 56, 56, .4);*/
}

.b-field__checkbox:checked + span {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALBAMAAAC9q6FRAAAAAXNSR0IB2cksfwAAACFQTFRFAAAA3wAg3wAl4AAl3wAl4AAl3wAk4AAl4QAl4AAl4AAlbcJ6XAAAAAt0Uk5TABAw72D/QL+gz9CjLnWRAAAAPUlEQVR4nGNgAAFGBghQdgBTTKZhDEyFQG5oA4NypACTaQQDg1ToRBCXgXFpJIgLEgBxQQIREM1SDQwIwwCdrwnZy0AGJwAAAABJRU5ErkJggg==') no-repeat center;
}


.b-consultation-form__wrapper {
	padding: 32px;
}
.b-consultation-form__name {
	margin-bottom: 32px;
}
.b-consultation-form label.error {
	display: none !important;
}
.starrequired {
	font-family: Arial;
}
@media all and ( max-width: 767px ) {
	.b-consultation-form__column {
		width: 100%;
	}
	.b-consultation-form__column--left {
		margin-bottom: 17px;
	}
	.b-consultation-form__submit {
		margin-top: 32px;
	}
}
@media all and ( min-width: 768px ) {

	.b-consultation-form__column--left {
		padding-right: 16px;
	}
	.b-consultation-form__column--right {
		padding-left: 16px;
	}
	.b-consultation-form__submit {
		margin-top: 27px;
	}
	.b-consultation-form__textarea {
		height: 118px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-consultation-form__wrapper {
		padding: 50px 48px 54px 48px;
	}
	.b-consultation-form__name {
		margin-bottom: 20px;
	}
	.b-consultation-form__field {
		margin-bottom: 11px;
	}
	.b-consultation-form__textarea {
		height: 112px;
	}
	.b-consultation-form__column--left {
		padding-right: 24px;
	}
	.b-consultation-form__column--right {
		padding-left: 24px;
	}
	.b-consultation-form__submit {
		margin-top: 25px;
	}
}



.b-form-success {
	display: none;
}
.b-form-success__wrapper {
	text-align: center;
}
.b-form-success__wrapper p {
	color: #383838;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}
@media all and ( min-width: 320px ){
	.b-form-success__wrapper {
		width: 275px;
		height: 275px;
		padding: 80px 30px;
	}
}
@media all and ( min-width: 640px ) {
	.b-conf-form .b-form-success__wrapper {
		width: 384px;
		height: 384px;
		padding: 80px 30px !important;
		// padding: 144px 48px;
	}
}

/* End */
/* /local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?17734104886250 */
/* /local/components/ashmanov/youtube.conference/templates/vk/style.css?1773410487690 */
/* /local/templates/ashmanov/components/bitrix/news.list/program/style.css?17734104887147 */
/* /local/templates/ashmanov/components/bitrix/news.list/conf_partners/style.css?17734104882091 */
/* /local/components/ashmanov/form-and-text/templates/bottomblock/style.css?177341048742 */
/* /local/templates/ashmanov/components/bitrix/news.list/form-text-main/style.css?1773410488920 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/conference_registration/style.css?17734104882423 */
