

/* Start:/bitrix/templates/main/components/bitrix/menu/top_menu/style.min.css?1626081476490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/main/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/news_index_list/style.css?1626081478150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/obzory-seminarov_index_list/style.css?1626081478150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/main/template_styles.css?175086074717419*/
img[onclick="$.fancybox.open({href:this.src})"] {
	cursor: pointer;
}
table.opptable tr:first-child {
	text-align: center;
}

table.opptable tr td:last-child {
	text-align: center;
}

table.opptable td {
	padding: 0 5px;
}
table.table{
	width: 100%;
}
table.table td{
	padding: 10px;
	border: 1px solid #ddd;
}

.poll {
	padding: 30px;
	box-sizing: border-box;
	margin-top: 20px;
	background-color: #f8f8f9;
}

.poll h2 {
	font-weight: 600 !important;
	margin-top: 0 !important;
}

.form_elems {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 80px;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.form_elems label:nth-child(2), .form_elems label:last-child {
	padding: 10px 0;
}

.red_text {
	color: #9D0C0C;
}

.blue_text {
	color: #286A9C;
}

.course_info {
	padding: 30px;
	border: 1px solid #286A9C;
	background-color: #F8F8FA;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.course_title,
.warning_title {
	color: #286A9C;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
}

.course_info_body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	padding: 10px 0;
}

.course_info_body span:first-child {
	width: 565px;
} 

.course_info_body span:last-child {
	width: 115px;
	text-align: center;
} 

.warning_info {
	padding: 30px;
	box-sizing: border-box;
	background-color: #f6f6f6;
	position: relative;
	overflow: hidden;
	margin: 30px 0;
}

.warning_image {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 1;
	width: 150px;
}

.warning_text {
	position: relative;
	z-index: 2;
}

.new_callback_form {
	padding: 20px 30px;
	background-color: #f6f6f6;
	box-sizing: border-box;
}

.row_new_callback {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.new_callback_title {
	color: #366b9c;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.new_callback_subtitle {
	color: #343434;
	font-size: 16px;
}

.new_callback_form .new_callback_img {
	margin: 0;
	margin-right: 20px;
} 

.new_callback_btn {
	text-transform: uppercase;
	padding: 15px 30px;
	background-color: #366b9c;
	color: #fff !important;
	text-decoration: none !important;
	margin-top: 15px;
	display: inline-block;
}
.new_callback_btn:hover {
	background: #9D0C0C;
    border-color: #9D0C0C;
}

.right_row {
	align-items: flex-end;
	width: 395px;
}

.right_row .bold {
	font-size: 12px;
}

.right_row span {
	font-size: 11px;
	text-align: right;
}

.advantages {
	display: flex;
	flex-wrap: wrap;
}

.advantage {
	width: 33%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 15px;
}

.advantage .number {
	background-color: #b8b8b8;
	padding: 20px;
	font-size: 40px;
	position: relative;
	color: #fff;
	font-weight: 700;
	margin-right: 25px;
}

.advantage .number:before {
	width: 35px;
	height: 35px;
	content: "";
	top: -17px;
	left: -17px;
	position: absolute;
	background-color: #366b9c;
}

@media screen and (max-width: 830px) {
	.form_elems {
		height: auto;
	}
}

@media screen and (max-width: 1020px) {
	.advantage {
		width: 50%;
	}

	.right_row {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.advantage {
		width: 100%;
	}

	.new_callback_img {
		display: none;
	}

	.new_callback_title {
		line-height: 30px;
	}
}

.price_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	margin-bottom: 50px;
}

.price_list .price_item{
	border: 1px solid #B8B8B8;
	border-radius: 3px;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
}

.price_list .icon{
	text-align: center;
	margin-bottom: 10px;
}

.price_list .name{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;	
}

.price_list .price{
	color: #34363D;
	font-size: 12px;
	margin-bottom: 15px;
	height: 38px;
	text-align: center;
}

.price_list .zayav_btn{
	width: 100%;
	background: #9D0C0C;
	border: 1px solid #9D0C0C;
	border-radius: 3px;	
	color: #FFFFFF;
	height: 60px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.price_list .zayav_btn:hover{
	background: #DB2B21;
    border-color: #DB2B21;	
}

.quote{
	background: #F8F8F9;
	display: flex;
	justify-content: space-between;
	padding: 35px;
	flex-wrap: wrap;
}

.quote .text{
	color: #33363D;
	font-size: 13px;
	width: 373px;
}

.quote .autor{
	width: 302px;
	display: flex;
	gap: 20px;
	margin-bottom: 12px;
}

.quote .name{
	color: #33363D;
	font-size: 13px;
	font-weight: 700;
	text-align: right;
}

.quote .post{
	font-size: 12px;
	color: #6F6F6F;
	text-align: right;	
}

.quote .autor img{
	width: 134px;
	margin: 0px;
}

.quote .namepost{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;	
}

.list_line {
	display: flex;
	margin: 0px!important;
}
.list_line li{
	list-style: none;
	position: relative!important;
	padding-left: 25px!important;
}
.list_line li:before{
	content: ''!important;
	background: url(/bitrix/templates/main/images/icons/2/mark.svg);
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute!important;
	top: 0px;
	left: 17px;
    background-repeat: no-repeat;	
}

.etapds{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.etapds .item{
	padding: 20px 20px 20px 80px;
}

.etapds.two .item {
    padding: 35px 20px 35px 80px;
}

.etapds .item:nth-child(1){
	background: url(/bitrix/templates/main/images/icons/2/1.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.etapds .item:nth-child(2){
	background: url(/bitrix/templates/main/images/icons/2/2.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.etapds .item:nth-child(3){
	background: url(/bitrix/templates/main/images/icons/2/3.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.etapds .item:nth-child(4){
	background: url(/bitrix/templates/main/images/icons/2/4.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.etapds .item:nth-child(5){
	background: url(/bitrix/templates/main/images/icons/2/5.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.etapds .item:nth-child(6){
	background: url(/bitrix/templates/main/images/icons/2/6.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.etapds .item:nth-child(7){
	background: url(/bitrix/templates/main/images/icons/2/7.png) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.etapds .item:nth-child(8){
	background: url(/bitrix/templates/main/images/icons/2/8.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

















.etapds.two .item:nth-child(1){
	background: url(/bitrix/templates/main/images/icons/2/11.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
}

.etapds.two .item:nth-child(2){
	background: url(/bitrix/templates/main/images/icons/2/22.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
}

.etapds.two .item:nth-child(3){
	background: url(/bitrix/templates/main/images/icons/2/33.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
}

.etapds.two .item:nth-child(4){
	background: url(/bitrix/templates/main/images/icons/2/44.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
}

.etapds.two .item:nth-child(5){
	background: url(/bitrix/templates/main/images/icons/2/55.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
}



.etapds.thre .item:nth-child(1){
	background: url(/bitrix/templates/main/images/icons/2/111.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
}

.etapds.thre .item:nth-child(2){
	background: url(/bitrix/templates/main/images/icons/2/222.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
}

.etapds.thre .item:nth-child(3){
	background: url(/bitrix/templates/main/images/icons/2/333.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
}

.etapds.thre .item:nth-child(4){
	background: url(/bitrix/templates/main/images/icons/2/444.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
}

.etapds.thre .item:nth-child(5){
	background: url(/bitrix/templates/main/images/icons/2/555.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
}

.etapds.thre .item:nth-child(6){
	background: url(/bitrix/templates/main/images/icons/2/666.svg) #F8F8F9;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
}



.formincontent{
	background: #F8F8F9;
} 

.formincontent .form-head{
	color: #3A6899;
}

.formincontent .form-head br{
	display: none;
	font-weight: 700;
}

@media screen and (max-width: 1024px){
	.price_list{
		grid-template-columns: 1fr 1fr;
	}

	.price_list .name{
		font-size: 12px;
	}
	.shtraf-block .shtraf-block_list {
        grid-template-columns: 1fr 1fr;
    }
	.quote .autor{
		margin-top: 20px;
	}
	.quote .autor img{
		width: 100%;
	}

	.etapds{
		grid-template-columns: 1fr 1fr;
	}

	.etapds .item{
		padding: 80px 20px 20px 20px;
	}
}

@media screen and (max-width: 700px){
	.list_line{
		flex-wrap: wrap;
	}
	.shtraf-block .shtraf-block_list {
        grid-template-columns: 1fr;
    }
	.etapds{
		grid-template-columns: 1fr;
	}

}


.dislist{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.dislist ul li{
	position: relative!important;
	list-style: none!important;
		padding-left: 25px!important;
		padding-bottom: 5px!important;
		margin-bottom: 15px;
}
.dislist ul li:before{
	content: ''!important;
	background: url(/bitrix/templates/main/images/icons/2/mark.svg);
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute!important;
	top: 0px;
	left: 17px;
    background-repeat: no-repeat;	
}


.superol{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	counter-reset: item;
}

.superol li{
	list-style: none;
	background: #F8F8F9;
	padding: 15px;
}

.superol li:before{
  counter-increment: item;
  content: counter(item);

    display: flex;
    align-items: center;
    justify-content: space-around;
margin-bottom: 10px;
  color: #9D0C0C;
	font-weight: 700;
	font-size: 20px;  
	border: 2px solid #3A6899;
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.subs a{
	max-width: 53%;
}
.ob_2{
	float: right;
	width: 240px;
	padding-left: 30px;
}
.avPlayerWrapper.avVideo .avPlayerContainer, .avPlayerWrapper.avVideo .avPlayerContainer iframe{
	max-width: 100%;
}
.f_m_title{
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    cursor: pointer;
    color: #9d0c0c;
    text-decoration: none;
}
.o_nas_blag_slider_wrap{
	margin-bottom: -30px;
}
.our_team_title{
	text-align: center;
	font-weight: bold;
	margin: 30px 0 20px;
	font-size: 20px;
}
.our_team_inner_wrap .gridblocksotr{
	grid-row-gap: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px){
	.o_nas_blag_slider_wrap{
		margin-bottom: 0px;
	}
	.superol{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}	

.subs a{
	max-width: 40%;
}

}

@media screen and (max-width: 700px){
	
	.ob_2{
		width: 100%;
		float: none;
		padding: 0;
	}
	.superol{
		display: grid;
		grid-template-columns: 1fr ;
	}

	.price_list .price{
		height: auto;
	}

.subs a{
	max-width: 100%;
}

}

.ds-form .form_marketing label{
    position: relative!important;
    top: auto!important;
    left: auto!important;
    color: #000000!important;
    font-size: 14px!important;
    cursor: pointer;
}

.sout_b_wrap{
	height: 380px;
	background: url(/img/0612/sout1920-min.png) no-repeat 0 0 / auto 100%;
	position: relative;
	margin: 40px 0
}
.sout_b_title{
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 40px;
}
.sout_b_text {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    left: 30px;
    top: 80px;
    max-width: 340px;
    opacity: 0.8;
}
.sout_b_sbs {
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    position: absolute;
    left: 30px;
    bottom: 80px;
    opacity: 0.8;
}
.sout_b_wrap .sout_b_btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 158px;
    height: 40px;
    font-size: 13px;
    color: #286A9C;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    line-height: 40px;
}
.sout_b_wrap .sout_b_btn:hover{
	cursor: pointer;
	background: #fafafa;
}
.sout_b_title br{
	display: none;
}
@media screen and (max-width: 1023px){
	.sout_b_wrap {
	    height: 593px;
	    background: url(/img/0612/sout768-min.png) no-repeat 0 0 / auto 100%;
	}
	.sout_b_sbs{
		top: 180px;
	}
	.sout_b_wrap .sout_b_btn {
    	top: 210px;
	}
}
@media screen and (max-width: 767px){
	.footer .info .time .btn.btn_sbs{
		display: flex;
	}
	.sout_b_wrap {
        height: 720px;
        background: url(/img/0612/sout320-min.png) no-repeat 0 0 / auto 100%;
    }
    .sout_b_title br{
		display: inline;
	}
	.sout_b_title,.sout_b_text,.sout_b_sbs,.sout_b_wrap .sout_b_btn {
		left: 15px;
	}
	.sout_b_text {
        top: 115px;
        max-width: 250px;
    }
    .sout_b_sbs {
        top: 170px;
    }
    .sout_b_wrap .sout_b_btn {
        top: 200px;
    }
}

.gridblocksotr_new {
	background: #f0f3fb;
    padding: 20px;
    border-radius: 10px;
	
}

.gridblocksotr_new .namesotr {
	font-size: 14px;
    line-height: normal;
}

.blocksotr_new > a.new1 {
	display: flex!important;
    align-items: center;
}

.newsotr_img {
	height: 150px;
}
.blocksotr_new .doljsotr {
	line-height: normal;
}

.right-sotr-ssl {
	
}

.right-sotr-ssl a {
	
}

.newssl {
	margin-top: 10px;
    float: right;
    /* font-style: italic; */
    color: #1d6ca3;
    font-weight: bold;
}

.blocksotr_new .blocksotr img {
	max-width: 165px;
}

@media screen and (max-width:700px) {
	.blocksotr_new {
		margin-bottom: 20px;
	}
}


.newinf_1 {
	position: absolute;
    top: 46%;
    width: 100px;
    height: 100px;
    background: #286a9c;
    text-align: center;
    left: 27%;
    border-radius: 50%;
}

.newinf_2 {
	position: absolute;
    top: 25%;
    width: 100px;
    height: 68px;
    background: #286a9c;
    text-align: center;
    left: 40.3%;
    border-radius: 50%;
}

.newinf_3 {
	position: absolute;
    top: 62%;
    width: 100px;
    height: 91px;
    background: #286a9c;
    text-align: center;
    left: 44.3%;
    border-radius: 50%;
}


.newinf_zag {
	color:white;
	font-weight: bold;
    font-size: 35px;
	padding-top:10px;
}

.newinf_text {
	color:white;
	line-height: normal;
    margin-top: 10px;
}

.newelctrotext {
	text-transform: uppercase;
    color: white;
    position: absolute;
    top: 192px;
    background: #3a67a0;
    left: 43px;
    font-size: 17px;
    text-align: center;
    line-height: 1.3em;
}


@media screen and (max-width:1200px) {
	.newinf_1 {
		left: 32%;
	}
	
	.newinf_2 {
		width: 97px;
		left: 49.3%;
	}
	
	.newinf_3 {
		left: 53.3%;
	}
	
	
	.newelctrotext {
	text-transform: uppercase;
    color: white;
    position: absolute;
    top: 159px;
    background: #3a67a0;
    left: 37px;
    font-size: 14px;
    text-align: center;
    line-height: 1.3em;
}
	
	
}

@media screen and (max-width:1024px) {
	.newinf_1 {
		left: 62.6%;
        top: 29%;
		height: 93px;
	}
	
	.newinf_2 {
		top: 48%;
		left: 38%;
	}
	
	.newinf_3 {
		left: 69%;
		top: 58%;
	}
	
	.newelctrotext {
	        text-transform: uppercase;
        color: white;
        position: absolute;
        top: 107px;
        background: #3a67a0;
        left: 25px;
        font-size: 9px;
        text-align: center;
        line-height: 1.3em;
	}
	
}


@media screen and (max-width:768px) {
	.newinf_1 {
		left: 25.6%;
        top: 34%;
	}
	
	.newinf_2 {
		top: 47%;
        left: 8%;
	}
	
	.newinf_3 {
		left: 26%;
        top: 57%;
	}
	
	.newelctrotext {
	    text-transform: uppercase;
        color: white;
        position: absolute;
        top: 133px;
        background: #3a67a0;
        left: 40px;
        font-size: 11.6px;
        text-align: center;
        line-height: 1.3em;
	}
	
	
}

@media screen and (max-width:750px) {
	.newinf_1 {
		left: 187px;
        top: 34%;
	}
	
	.newinf_2 {
		top: 47%;
        left: 63px;
	}
	
	.newinf_3 {
		left: 187px;
        top: 57%;
	}
	
	.newelctrotext {
	    top: 41%;
		left: 37px;
		font-size: 0.8em;
	}
	
	
}


@media screen and (max-width:670px) {
	.newelctrotext {
	    top: 39%;
        left: 38px;
        font-size: 0.7em;
        padding-top: 10px;
	}
}


@media screen and (max-width:590px) {
	.newelctrotext {
	    top: 39%;
        left: 41px;
        font-size: 0.6em;
        padding-top: 10px;
	}
}

@media screen and (max-width:548px) {
	.newelctrotext {
	    left: 37px;
        font-size: 0.5em;
		background:none;
	}
}

@media screen and (max-width:430px) {
	.newelctrotext {
	    left: 7%;
        font-size: 0.5em;
		background:none;
	}
}


@media screen and (max-width:390px) {
	.newelctrotext {
	    left: 6%;
        font-size: 0.5em;
		background:none;
	}
}

@media screen and (max-width:390px) {
	.newelctrotext {
	    left: 5%;
        font-size: 0.5em;
		background:none;
	}
}
/* End */
/* /bitrix/templates/main/components/bitrix/menu/top_menu/style.min.css?1626081476490 */
/* /bitrix/templates/main/components/bitrix/news.list/news_index_list/style.css?1626081478150 */
/* /bitrix/templates/main/components/bitrix/news.list/obzory-seminarov_index_list/style.css?1626081478150 */
/* /bitrix/templates/main/template_styles.css?175086074717419 */
