

/* Start:/local/templates/.default/components/bitrix/news.detail/educational-center/style.css?17573188524831*/
.bg_page{
	background-image: url("/local/templates/digital/img/tpl/educational-center-min.jpg");
	background-color: rgba(239, 241, 245, 0.6);
}
.content .content_grey h1 {
	padding: 30px 0 55px 0;
}
.txt_block1.txt_block{
	display: flex;

	font-weight: 300;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
}
.txt_block1 > div:nth-of-type(1){
	width: 60%;
}
.txt_block1 > div:nth-of-type(2){
	width: 40%;
}
.img_block1{
	display: flex;
}
.txt_block1.txt_block p{
	padding-bottom: 15px;
}
.img_block1 div{
	margin-left: 22px;
}

.prof_block{
	background-color: #F5F7F9;
	padding: 50px 50px 0 50px;
}
.prof_block .prof_list{
	display: flex;
	margin-right: -26px;
	margin-top: 50px;
}
.prof_block .ttl_center{
	text-align: center;
}
.prof_block .ttl_center .main_ttl{
	display: inline-block;
}
.prof_block .prof_item{
	flex: 0 1 calc(33% - 24px);
	background-image: url("/local/templates/digital/img/ico/corner.svg");
	background-repeat: no-repeat;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 80px;
}
.prof_block .prof_item .name{
	font-family: 'Cormorant', serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 120%;
	color: #000000;
	padding-bottom: 11px;
}
.prof_block .prof_item .text{
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 130%;
	color: #000000;
	background-image: url("/local/templates/digital/img/ico/corner2.svg");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 100%;
	padding-bottom: 25px;
	padding-right: 10px;
}

.prof_block .prof_item .text p{
	max-width: 297px;
}

.why_block{
	padding-top: 75px;
}
.why_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	padding: 0 0 0 30px;
}
.why_list .item{
	background: rgba(239, 241, 245, 0.6);
	flex-basis: calc(50% - 30px);
	max-width: 630px;
	padding: 35px 66px 22px 61px;
	box-sizing: border-box;
	margin-bottom: 35px;
}
.why_list .nom{
	width: 70px;
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0 13px 14px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	position: absolute;
	margin: -15px 0 0 -93px;
}
.why_list .nom span{
	display: block;
	margin: -20px auto 0 auto;
	font-family: 'Cormorant', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 64px;
	line-height: 77px;
	color: #C6AE71;
}
.why_list .name{
	font-family: 'Cormorant', serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 120%;
	color: #222222;
	padding-bottom: 22px;
}
.why_list .txt{
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 130%;
	color: #000000;
}
.video_block{
	margin-top: 61px;
}
.video_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.video_list .item {
	max-width: 442px;
	flex: 0 1 calc(33% - 24px);
	margin: 0 12px 22px 12px;
}
.link_block{
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}
.link_block > a{
	flex: 0 1 33.333%;
}
.link_block > a > span{
	padding: 50px;
	display: block;
}
.link_block a .name{
	font-family: 'Cormorant', serif;
	font-weight: bold;
	font-size: 54px;
	line-height: 120%;
	color: #FFFFFF;
	display: block;
}
.link_block a .name:after{
	content: "";
	display: block;
	width: 90px;
	height: 7px;
	background-color: rgba(198, 174, 113, 0.4);
	margin-bottom: 24px;
	margin-top: 14px;
}
.link_block a .info{
	font-weight: 300;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
	display: block;
}
.link_block .i_1{
	background-image: url("/local/templates/digital/img/tpl/f_01.jpg");
}
.link_block .i_2{
	background-image: url("/local/templates/digital/img/tpl/f_02.jpg");
}
.link_block .i_3{
	background-image: url("/local/templates/digital/img/tpl/f_03.jpg");
}
@media (max-width: 1770px){
	.link_block a .name {
		font-size: 40px;
	}
	.link_block .i_2 {
		background-size: cover;
	}
}
@media (max-width: 1400px){
	.link_block a .name {
		font-size: 26px;
	}
	.link_block > a > span {
		padding: 50px 20px;
	}
}
@media (max-width: 1200px){
	.why_list .item {
		flex-basis: calc(100% - 30px);
	}
}

@media (max-width: 1100px){
	.content .content_grey {
		background-size: cover;
	}
	.txt_block1 {
		flex-direction: column;
	}
	.txt_block1 > div:nth-of-type(1) {
		width: 100%;
	}
	.txt_block1 > div:nth-of-type(2) {
		width: 100%;
	}
}
@media (max-width: 1000px){
	.prof_block .prof_list{
		flex-wrap: wrap;
	}
	.content_white {
		padding: 26px 15px 0 15px;
	}
	.prof_block {
		padding: 50px 15px 0 15px;
		overflow: hidden;
	}
	.prof_block .ttl_center {
		text-align: left;
	}
	.video_list .item {
		flex: 0 1 calc(50% - 24px);
	}
	.video_list .item iframe{
	}
	.link_block > a {
		flex: 0 1 100%;
	}
}
@media (max-width: 480px){
	.why_list .item {
		flex-basis: 100%;
	}
	.prof_block .prof_item {
		flex: 0 1 100%;
	}
	.video_list .item {
		flex: 0 1 100%;
	}
	.video_list .item iframe{
		max-width: 100%;
	}
}
/* End */


/* Start:/local/templates/is_digital/old/css/pages.css?17576476652497*/
.content_grey{
    background-color: #F5F7F9;
    padding: 31px 50px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
}
.content_grey h1{
    background: url("/local/templates/is_digital/old/css/../img/ico/line_404.svg") 0 0 no-repeat;
    font-family: 'Cormorant', serif;
    font-weight: bold;
    font-size: 3.438rem;
    line-height: 120%;
    color: #222222;
    margin: 59px 0 0 0;
    padding: 30px 0 0 0;
}
.intro_text{
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 200%;
    color: #000000;
    max-width: 580px;
}
.content_grey .note_grey{
    margin: 80px 0 69px 0;
}
.content_white{
    padding: 26px 50px 0 50px;
}


.txt_block p{
    padding-bottom: 40px;
    font-weight: 100;
    font-size: 0.875rem;
    line-height: 186%;
    color: #000000;
}
.txt_block h2, .txt_block .h2{
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 200%;
    color: #000000;
    padding-bottom: 21px;
}
.txt_block li{
    padding-bottom: 19px;
    font-weight: 100;
    font-size: 0.875rem;
    line-height: 140%;
    color: #000000;
    list-style-image: url('/local/templates/is_digital/old/css/../img/ico/txt_li.svg');
    margin-left: 15px;
    padding-left: 6px;
}
.txt_block li li:nth-of-type(1){
    padding-top: 19px;
}
.txt_block li li:nth-last-of-type(1){
    padding-bottom: 0;
}
.txt_block q, .txt_block blockquote{
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 120%;
    color: #000000;
    background-color: #F5F7F9;
    padding: 45px 30px;
    box-sizing: border-box;
    display: block;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/personal_q.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    margin-bottom: 43px;
}
.txt_block h3, .txt_block .h3{
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 162%;
    color: #000000;
    padding-bottom: 25px;
}
.txt_block h4, .txt_block .h4{
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 186%;
    color: #000000;
    padding-bottom: 25px;
}

@media (max-width: 1200px){

}
@media (max-width:480px) {
    .content_grey {
        padding: 31px 15px;
    }

    .content_grey h1, .content_grey .h1 {
        font-size: 2rem;
        margin: 30px 0 0 0;
        padding: 10px 0 0 0;
    }

    .doc_filter > form {
        padding: 0 0 0 15px;
    }

    .content_white {
        padding: 45px 15px 0 15px;
    }

    .main_ttl {
        font-size: 2rem;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/educational-center/style.css?17573188524831 */
/* /local/templates/is_digital/old/css/pages.css?17576476652497 */
