

/* 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/menu/left_menu/style.min.css?1626081475490*/
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/left_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/breadcrumb/breadcrumb/style.min.css?1626081474448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* 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?176881993720363*/
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;
	}
}

.o_nas_dg_wrap {
    padding: 30px 20px;
    background: #fff;
    text-align: center;
}

.o_nas_dg_title {
    font-size: 24px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.3;
}

.o_nas_dg_container {
    max-width: 1000px;
    margin: 0 auto;
}

.o_nas_dg_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.o_nas_dg_card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

/* Эффект при наведении */
.o_nas_dg_card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(30, 58, 138, 0.15);
    border-color: #1e3a8a;
    background: #fff;
    z-index: 2;
}

.dg_number {
    font-size: 42px;
    font-weight: 800;
    color: #1e3a8a;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
}

.o_nas_dg_card:hover .dg_number {
    color: #1e3a8a;
    transform: scale(1.05);
}

.dg_text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.3;
    max-width: 160px;
    transition: all 0.3s ease;
}

.o_nas_dg_card:hover .dg_text {
    color: #1e3a8a;
    font-weight: 600;
}

/* Для числа 30 000 уменьшаем шрифт */
.o_nas_dg_card:last-child .dg_number {
    font-size: 36px;
}

.o_nas_dg_card:last-child:hover .dg_number {
    font-size: 38px; /* Немного увеличиваем при наведении */
}

/* Адаптивность для планшетов */
@media (max-width: 992px) {
    .o_nas_dg_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .o_nas_dg_title {
        font-size: 22px;
        margin-bottom: 25px;
    }
    
    .o_nas_dg_card {
        padding: 20px 15px;
        min-height: 130px;
    }
    
    .dg_number {
        font-size: 38px;
    }
    
    .o_nas_dg_card:last-child .dg_number {
        font-size: 32px;
    }
    
    .o_nas_dg_card:hover {
        transform: scale(1.03);
    }
}

/* Адаптивность для мобильных */
@media (max-width: 576px) {
    .o_nas_dg_grid {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 320px;
        margin: 0 auto;
    }
    
    .o_nas_dg_title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .o_nas_dg_card {
        padding: 18px 15px;
        min-height: 120px;
    }
    
    .dg_number {
        font-size: 36px;
    }
    
    .dg_text {
        font-size: 15px;
    }
    
    .o_nas_dg_card:last-child .dg_number {
        font-size: 30px;
    }
    
    .o_nas_dg_card:hover {
        transform: scale(1.02);
    }
}
/* End */


/* Start:/ds-comf/ds-form/css/forms/dsservbanner.css?17576807724430*/
.serv-big-banner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background: url(/img/1209/top1920.jpg) no-repeat 0 0;
}

.serv-big-banner__left {
    padding-left: 33px;
    padding-top: 16px;
    padding-bottom: 34px;
    max-width: 470px;
    width: 100%;
}
.serv-big-banner__right {
    max-width: 383px;
    width: 100%;
    /* padding-right: 22px; */
    display: none;
}

.serv-big-banner__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.serv-big-banner__left .ds-form form {
    padding: 0;
    margin-bottom: 0;
}

.serv-big-banner-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 462px;
}

.serv-big-banner-form .serv-sub-btn {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}

.serv-big-banner-form .serv-sub-btn.btn:before {
    display: none;
}

.serv-big-banner .breadcrumb {
    margin-bottom: 13px;
}

.serv-big-banner h1 {
    margin-bottom: 26px;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}
.ds-form form#dsservbanner-form input[type="text"]{
    height: 50px;
}
.ds-form form#dsservbanner-form label{
    color: #969696;
    top: 25px;
}
.ds-form form#dsservbanner-form .input-focus-in label, form#dsservbanner-form .input-fill label{
  top: 12px;
}
form#dsservbanner-form input[type="submit"]{
    position: static;
    background: url(/img/1209/btn2.png) no-repeat 0 0 / 100% 100%;
    height: 58px;
    padding: 0;
    width: 307px;
    padding-left: 73px;
    line-height: 60px;
}
form#dsservbanner-form input[type="submit"]:hover{
    background: #9d0c0c;
    border-radius: 5px;
}
.serv-big-banner-form .field-1,
.serv-big-banner-form .field-2,
.serv-big-banner-form .field-3, 
.serv-big-banner-form .field-4{
    width: 48%;
    margin: 0;
}
form#dsservbanner-form .pers, form#dsservbanner-form .pers a {
    color: #fff;
    margin: 0;
}
form#dsservbanner-form .pers a{
    text-decoration: underline;
}
#dsservbannerformmessagereport, #dsservbannerformmessagereport p, #dsservbannerformmessagereport a{
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .serv-big-banner {
        flex-direction: column;
        gap: 24px;
    }

    .serv-big-banner__left {
        padding-left: 50px;
        padding-right: 50px;
        max-width: initial;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .serv-big-banner__right {
        max-width: initial;
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .serv-big-banner-form .field-1 {
        width: 100% !important; 
       
    }
    
    .serv-big-banner-form .field-2 {
        width: 100% !important;
        
    }
}


@media only screen and (max-width: 1023px) {
    .serv-big-banner__left{
        padding: 20px;
    }
    .serv-big-banner h1{
        max-width: 269px;
        font-size: 22px;
        line-height: 26px;
    }
    #dsservbanner{
        max-width: 269px;
    }
    .serv-big-banner-form{
        width: 100%;
    }
    form#dsservbanner-form div[class^="field-"]{
        margin: 0;
        max-width: 232px;
    }
    .serv-big-banner-form .field-3, .serv-big-banner-form .field-4{
        width: 100%;
    }
    .serv-big-banner{
        background: url(/img/1209/top768.jpg) no-repeat 0 0;
    }
    .serv-big-banner h1 {
        margin-bottom: 15px;
    }

    .ds-form form#dsservbanner-form input[type="text"] {
        height: 45px;
    }
    form#dsservbanner-form input[type="submit"]{
        margin-top: 10px;
    }
    form#dsservbanner-form input[type="submit"] {
        margin-top: 10px;
        font-size: 12px;
        width: 258px;
        padding-left: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .serv-big-banner__left {
        padding-left: 20px;
        padding-right: 20px;
    }
    .serv-big-banner__right {
        padding-left: 20px;
        padding-right: 20px;
    }
    .serv-big-banner {
        background: url(/img/1209/top360.jpg) no-repeat 0 0/100%;
        padding-bottom: 420px;
    }
    .serv-big-banner h1 {
        max-width: 100%;
    }
    #dsservbanner {
        max-width: 100%;
    }
    form#dsservbanner-form div[class^="field-"] {
        max-width: 100%;
    }
    form#dsservbanner-form input[type="submit"] {
        width: 100%;
        padding-left: 80px;
    }
}
/* End */
/* /bitrix/templates/main/components/bitrix/menu/top_menu/style.min.css?1626081476490 */
/* /bitrix/templates/main/components/bitrix/menu/left_menu/style.min.css?1626081475490 */
/* /bitrix/templates/main/components/bitrix/breadcrumb/breadcrumb/style.min.css?1626081474448 */
/* /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?176881993720363 */
/* /ds-comf/ds-form/css/forms/dsservbanner.css?17576807724430 */
