@font-face {
    font-family: 'InterRegular';
    src: url('/bitrix/templates/rg/fonts/InterRegular.eot');
    src: url('/bitrix/templates/rg/fonts/InterRegular.eot') format('embedded-opentype'),
         url('/bitrix/templates/rg/fonts/InterRegular.woff2') format('woff2'),
         url('/bitrix/templates/rg/fonts/InterRegular.woff') format('woff'),
         url('/bitrix/templates/rg/fonts/InterRegular.ttf') format('truetype'),
         url('/bitrix/templates/rg/fonts/InterRegular.svg#InterRegular') format('svg');
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('/bitrix/templates/rg/fonts/MontserratRegular.eot');
    src: url('/bitrix/templates/rg/fonts/MontserratRegular.eot') format('embedded-opentype'),
         url('/bitrix/templates/rg/fonts/MontserratRegular.woff2') format('woff2'),
         url('/bitrix/templates/rg/fonts/MontserratRegular.woff') format('woff'),
         url('/bitrix/templates/rg/fonts/MontserratRegular.ttf') format('truetype'),
         url('/bitrix/templates/rg/fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}

::-webkit-input-placeholder {color:#FFFFFF;font-size: 14px;}
::-moz-placeholder          {color:#FFFFFF;font-size: 14px;}/* Firefox 19+ */
:-moz-placeholder           {color:#FFFFFF;font-size: 14px;}/* Firefox 18- */
:-ms-input-placeholder      {color:#FFFFFF;font-size: 14px;}

	.newflex{
		display: flex;
	}
	
	.newjustify{
		justify-content: space-between;
	}
	
	.newalign{
		align-items: center;
	}
	
	.newheader{
		position:relative;
	}
	
	.newheader .newline1{
		height: 105px;
		background: #212121;
		padding-top: 29px;
	}
	
	.newheader .newline2{
		background-color: #fff;
		    padding-top: 30px;
    padding-bottom: 95px;
	}
	
.newheader .newline1 .bl_bt {
    background: #4785FF;
    border-radius: 0;
    color: #ffffff !important;
    font-size: 20px;
    text-align: center;
    /*letter-spacing: -0.214286px;*/
    width: 227px;
    display: inline-block;
    float: none;
    line-height: 46px;
    margin-top: 0;
    font-family: 'MontserratRegular';
    box-shadow: 0px 0px 41px #0056FF;
}

.newheader .newline1 .phone {
    display: inline-block;
    font-weight: 700;
	font-size: 16px;
	line-height: 19px;
    padding-left: 0;
    color: #FFFFFF;
    font-family: 'InterRegular';
    /*margin-top: 45px;*/
}

.newheader .newline1 .newlangs{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	font-family: 'InterRegular';
}

.newheader .newline1 .newlangs span{
	color: #2E6DE9;
}

.newheader .newline1 .newheadicons{
	font-family: 'InterRegular';
}

.newheader .newline1 .newheadicons img {
	margin-right: 10px;
}

.newheader .newline1 .newsearch{
	font-family: 'MontserratRegular';
}

.newheader .newline1 .newsearch button{
	border: 1px solid #FFFFFF;
	border-radius: 3px 0 0 3px;
	border-right: none;
	background-color: transparent;
	width: 42px;
    height: 44px;
    outline: none;
    cursor: pointer;
    margin-right: -5px;
}

.newheader .newline1 .newsearch input[type=text]{
	border: 1px solid #FFFFFF;
	border-radius:0 3px 3px 0;
	border-left: none;
	background-color: transparent;
	color: #fff;
	padding: 12px 5px;
	width: 335px;
	height: 44px;
	outline: none;
	font-family: 'MontserratRegular';
}

.newheader .newline1 .newinnline{
	width: 930px;
}

	.newheader .newline2 .newlogo{
		width: 290px;
		height: 58px;
	}
	
	.newheader .newline2 .newlogo img{
		width: 290px;
	}
	
	.newheader .newline2 .newmenu {
		font-family: 'InterRegular';
	}
	
	.newheader .newline2 .newmenu .top_menu{
		font-weight: 400;
		font-size: 18px;
		line-height: 170%;
		color: #000000;
		margin-bottom: 0;
		    width: 770px;
	}
	
	.newheader .newline2 .newmenu .top_menu a:hover{
		color: #2E6DE9;
	}
	
	.newheader .newsocials{
		display: none;
	}
	
	.newheader .newphonedropmenu{
		display: none;
	}
	
.new_dropmenu {
    display: none;
    position: absolute;
    top: 40px;
    width: 190px;
    left: -30px;
    background: #ffffff;
    color: #000;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.214286px;
    padding: 17px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 4%), 0px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 5px;
}

.new_dropmenu li{
	padding: 10px 26px;
}

.new_dropmenu li:hover{
	background: #2E6DE9;
}

.new_dropmenu li:hover a{
	color: #fff;
}

.new_dropmenu li a:hover{
	color: #fff !important;
}

.new_dropmenu .new_arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 4%), 0px 0px 0px rgb(0 0 0 / 8%);
}

.new_dropmenu.active{
	display: block;
}
	
.newmainsection{
	background-color: #fff;
}

.newmainsection .slick-slide{
background-repeat: no-repeat;
	background-position: right top;
	background-size: 842px auto;
	    height: 790px !important;
}

.newmainsection .newh1 {
	margin-top: 0;
	font-weight: 700;
font-size: 40px;
line-height: 143.5%;
    width: 729px;
    font-family: 'MontserratRegular';
}

.newmainsection .newh1 span {
    color: #2E6DE9;
}

.newmainsection .newdecription{
	font-weight: 700;
font-size: 18px;
line-height: 170%;
width: 490px;
font-family: 'InterRegular';
}

.newmainsection .newdecription span {
    color: #2E6DE9;
}

.newproducts{
	background: #f6f6f6;
	background-image: url(/bitrix/templates/rg/img/servbott.png);
	background-repeat: no-repeat;
	background-position: bottom center;
    background-size: 100% auto;
	    padding-top: 38px;
    padding-bottom: 295px;
}

.newproductblockpc{display: block;}
.newproductblockmob{display: none;}

.newproducts h2{
	font-size: 50px;
	text-align: left;
	font-family: 'MontserratRegular';
    font-weight: bold;
}

.newproducts .tab_names{
	float: left;
	text-align: center;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    background-color: #545659;
    align-items: center;
}

.newproducts .tab_names .tab_name{
	transition: 0.2s;
    cursor: pointer;
    float: left;
    margin-right: 0;
    border-bottom: none;
    margin-bottom: 0;
    padding: 20px 60px;
    border-right: 1px #fff solid;
    color: #fff;
    opacity: 0.5;
    font-family: 'InterRegular';
}

.newproducts .tab_names .tab_name:last-child{
	border-right: none;
}

.newproducts .tab_names .tab_name.active {
    color: #fff;
    opacity: 1;
}

.newproducts .tab_par{
	
}

.newproducts .tab_par .prod_item {
    height: 220px;
    margin-bottom: 30px;
    margin-top: 0;
    margin-right: 30px;
    padding: 65px 71px 0;
    text-align: center;
}

.newproducts .tab_par .prod_item:after{
	background: #000;
}

.newproducts .tab_par .prod_item:nth-child(3n) {
    margin-right: 0;
}

.newproducts .tab_par .prod_item h3 {
    font-size: 16px;
    line-height: 24px;
    color: #ededef;
    height: 74px;
    font-family: 'InterRegular';
}

.newproducts .tab_par .prod_item .det_img{
	opacity: 0.4;
}

.newproducts .tab_par .prod_item .pl_ic {
    width: 50px;
    height: 50px;
    border: 1px solid #1e6cf2;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;
    background: #1e6cf2;
    box-shadow: none;
    line-height: 54px;
}

.newpartners{
	background-color: #fff;
	    padding-bottom: 70px;
}

.newpartners h2 {
    margin-top: 170px;
    margin-bottom: 30px;
    font-family: 'MontserratRegular';
    font-weight: bold;
}

.newuslugi {
	background-color: #fff;
}

.newuslugi h2{
	margin-top: 190px;
    margin-bottom: 150px;
    font-family: 'MontserratRegular';
    font-weight: bold;
}

.newuslugi .new_us_list {
	background-color: #004a85;
	box-shadow: rgba(0, 0, 0, 0.44) 0 17px 29px;
	margin-bottom: 220px;
	padding: 35px 0 0 55px;
}

.newuslugi .new_us_list .new_leftserv {
	width: 415px;
}

.newuslugi .new_us_list .new_leftserv .new_us_item {
	color: #fff;
}

.newuslugi .new_us_list .new_leftserv h3 {
	font-weight: 500;
	font-size: 20px;
	width: 245px;
	margin: 30px 0 60px;
	font-family: 'InterRegular';
}

.newuslugi .new_us_list .new_leftserv .new_h_text {
	margin-left: 80px;
}

.newuslugi .new_us_list .new_leftserv .new_h_text img{
	width: 36px;
	min-width: 36px;
}

.newuslugi .new_us_list .new_video_block {
	background-repeat: no-repeat;
	background-position: top 160px left 160px;
    background-size: 612px 487px;
    width: 68%;
    position: relative;
}

.newuslugi .new_us_list .new_video_block .new_video_player {
	position: absolute;
    top: 304px;
    left: 223px;
}

.newuslugi .new_us_list .new_video_block .new_video_player video{
	width: 485px;
    height: 305px;
}

.slick-slide{
    height: 160px !important;	
}

.slick-arrow.arrleft{
	position: absolute;
    left: 0;
    top: 65px;
    cursor: pointer;
}

.slick-arrow.arrright{
	position: absolute;
    right: 0;
    top: 65px;
    cursor: pointer;
}

.new_news_bl {
	background: linear-gradient(to bottom, #f2f1f1 0% , #fff 100%);
}

.new_news_bl .new_news_list {
	background-color: #fff;
	box-shadow: #d9d9dd 0px 13px 22px;
	width: 740px;
	height: 640px;
	padding: 45px;
	position: relative;
	margin-top: 185px;
	font-family: 'InterRegular';
}

.new_news_bl .new_news_list .new_news_item {
	font-size: 18px;
}

.new_news_bl .new_news_list .new_zag_header{
	    width: 335px;
    border-bottom: 1px solid;
}

.new_news_bl .new_news_list h2{
	margin: 0;
	font-family: 'MontserratRegular';
    font-weight: bold;
}

.new_news_bl .new_news_list .new_news_item .new_date {
	font-size: 24px;
	font-weight: bold;
	margin-top: 35px;
	    margin-bottom: 25px;
}

.new_news_bl .new_news_list .new_news_item .new_date img{
	margin-right: 20px;
}

.new_news_bl .new_news_list .new_news_item .new_text {
	
}

.new_news_bl .new_news_list .new_news_item .new_text2 {
	
}

.new_news_bl .new_news_list .new_news_item .new_left_news{
	width: 360px;	
	height: 406px;
    overflow: hidden;
}

.new_news_bl .new_news_list .new_img {
	width: 730px;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50px;
    right: -440px;
}

.new_news_bl .new_news_list .new_go_full {
	font-size: 25px;
	color: #1e6cf2;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
    bottom: 40px;
    right: 110px;
}

.new_news_bl .new_news_list .slick-slide{
    height: inherit !important;	
}

.new_news_bl .new_news_list .slick-arrow.arrleft{
	position: absolute;
    right: 190px;
    bottom: 6px;
    left: auto;
    top: auto;
    z-index: 100;
}

.new_news_bl .new_news_list .slick-arrow.arrright{
	position: absolute;
    right: 145px;
    bottom: 6px;
    left: auto;
    top: auto;
    z-index: 100;
}

.new_news_bl .new_news_list .new_hidden_img {
	display: none;
}

.new_contact_bl {
	padding-bottom: 250px;
	padding-top: 150px;
	font-family: 'InterRegular';
	position: relative;
	background-image: linear-gradient(to bottom, #fff 0% , #1c4e8a 100%);
}

.new_contact_bl:before{
content: "";
    background-image: url(/bitrix/templates/rg/img/white-swoosh-png-illustration.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    opacity: 0.5;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.new_contact_bl .new_inner_contact{
	width: 530px;
	background-color: #1c4e8a;
	border-radius: 20px;
	    margin: auto;
	    padding: 45px 40px;
	    position: relative;
}

.new_contact_bl .new_zag_c{
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 10px;
}

.new_contact_bl .new_mail_c{
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: underline;
	margin-bottom: 30px;
}

.new_contact_bl .zapros_form{
	color: #fff;
}

.new_contact_bl #footsend input[type=text]{
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px #d2dce8 solid;
	font-size: 14px;
	color: #fff;
	outline: none;
	padding: 10px 10px 10px 0;
	margin-bottom: 30px;
	font-family: 'InterRegular';
}

.new_contact_bl #footsend input[type=text]::-webkit-input-placeholder {color:#bab7b7;font-size: 14px;}
.new_contact_bl #footsend input[type=text]::-moz-placeholder          {color:#bab7b7;font-size: 14px;}/* Firefox 19+ */
.new_contact_bl #footsend input[type=text]:-moz-placeholder           {color:#bab7b7;font-size: 14px;}/* Firefox 18- */
.new_contact_bl #footsend input[type=text]:-ms-input-placeholder      {color:#bab7b7;font-size: 14px;}

.new_contact_bl #footsend input[type=file]{
	
}

.new_contact_bl #footsend .new_subzag_c{
	font-size: 14px;
	color: #bab7b7;
	margin-bottom: 20px;
}

.new_contact_bl #footsend textarea{
	width: 100%;
	height: 95px;
	border-radius: 10px;
	margin-bottom: 35px;
	outline: none;
	padding: 10px;
	font-family: 'InterRegular';
}

.new_contact_bl #footsend input[type=file]{
	display: none;
}

.new_contact_bl #footsend .addfilepc{
	color: #fff;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	display: flex;
}

.new_contact_bl #footsend .addfilemob{
	display: none;
}

.new_contact_bl #footsend .addfilepc img{
	margin-right: 10px;
}

.new_contact_bl #footsend button{
	background: linear-gradient(to bottom, #1e6cf2 0% , #1153c6 100%);
	border: none;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: auto;
	width: 285px;
	padding: 15px 0;
	border-radius: 10px;
	    display: block;
	    font-family: 'InterRegular';
}

.new_contact_bl .policy{
	font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    width: 530px;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}

.newfooter{
	background: #1c4e8a;
    color: #fff;
    margin-top: 0;
    padding-top: 115px;
    font-family: 'InterRegular';
}

.newfooter .bot_menu_bl>li span {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'InterRegular';
}

.newfooter .bot_menu_bl>li .dropdown_bl {
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    font-family: 'InterRegular';
}

.newfooter .top_menu{
	color: #fff;
    text-transform: uppercase;
    opacity: 0.7;
    float: right;
    width: 50%;
    margin-top: 45px;
    margin-bottom: 40px;
}

.newfooter .bot_menu {
    margin-top: 0;
    padding-top: 55px;
    border-top: 1px solid #e1e7ef;
}

.newfooter .top_menu a:hover {
    color: #fff;
    text-decoration: underline;
}

.newfooter .bl_bt {
    background: #d3d3d3;
    border-radius: 10px;
    color: #0a0a0a !important;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.214286px;
    width: 155px;
    display: inline-block;
    line-height: 35px;
    margin-top: 0;
    box-shadow: rgb(255 255 255 / 50%) 0px 0px 25px;
    font-family: 'InterRegular';
}

.newfooter .f_rigth_bl {
    float: right;
    width: 335px;
}

.newfooter .f_top{
	margin-top: 0;
}

.newfooter .mobphonefoot{
	display:none;
}

@media screen and (max-width: 1400px) {
	.newmainsection .slick-slide{
		background-size: 675px auto;
	}
	
	.newuslugi .new_us_list .new_video_block{
		background-position: top 160px left 60px;
	}
	
	.newuslugi .new_us_list .new_video_block .new_video_player{
		left: 124px;
	}

	.newfooter .top_menu {
		width: 60%;
	}
}

@media (max-width: 1200px){
	.container {
	    max-width: 1200px;
	}

	.newfooter .f_rigth_bl {
		width: 465px;
	}
}


@media screen and (max-width: 1100px) {
	::-webkit-input-placeholder {color:#939393;font-size: 13px;}
	::-moz-placeholder          {color:#939393;font-size: 13px;}/* Firefox 19+ */
	:-moz-placeholder           {color:#939393;font-size: 13px;}/* Firefox 18- */
	:-ms-input-placeholder      {color:#939393;font-size: 13px;}
	
	.container {
	    max-width: 700px;
	}
	
	.newflex{
		flex-wrap: wrap;
	}

	.newheader .newline1 .newsearch input[type=text] {
		width: 100%;
	}
	
	.newheader .newline1 .newinnline {
    	width: 100%;
	}
	
	.newheader .newline1 .bl_bt, .newheader .newline1 .newheadicons, .newproducts h2 img, .newproducts .prod_item .pl_ic img, .newuslugi h2 img, .newuslugi .new_us_list .new_leftserv .new_h_text img, .new_news_bl .new_news_list .new_news_item .new_date img, .newfooter .f_left_bl .f_top, .newfooter .bl_bt, .newfooter .f_rigth_bl, .new_contact_bl #footsend .newprik, .newproductblockpc {
		display: none;
	}
	
		.newheader .newline2 .newlogo {
			transition: none;
	    width: 184px;
	    height: auto;
	    position: absolute;
    z-index: 100;
    top: 3px;
	}
	
		.newheader .newline2 .newlogo.active{
	    width: 184px;
	    height: auto;
	    position: fixed;
    z-index: 100;
    top: 20px;
	}
	
	.newheader .newline2 .newlogo img {
	    width: 184px;
	}
	
	.newheader .newline2 .mob_menu_btn{
		top: 10px;
		margin-top: 0;
		right: 20px;
	}	
	
.newheader .newline2 .mob_menu_btn i {
    background: #9C9C9C;
}

.newheader .newline2 .mob_menu_btn i:nth-child(2) {
    top: 9px;
}

.newheader .newline2 .mob_menu_btn i:nth-child(3) {
    top: 15px;
}
	
	.newheader .newline1 {
	    height: auto;
	    background: #fff;
	    padding-top: 0;
	    position: absolute;
    top: 85px;
	}
	
.newheader .newline1 .newsearch {
    width: 100%;
}
	
	.newheader .newline1 .newsearch input[type=text] {
	    border: none;
	    border-radius: 0;
	    border-left: none;
	    background-color: #F1F1F1;
	    color: #000;
	    padding: 11px 5px;
	    width: 93%;	
	    height: 37px;
	}
	
.newheader .newline1 .newsearch button {
    border: none;
    border-radius: 0;
    border-right: none;
    background-color: #F1F1F1;
    width: 7%;
    height: 37px;
    margin-top: 1px;
}

.newheader .newline1 .newsearch button img{
	filter: invert(64%) sepia(2%) saturate(13%) hue-rotate(9deg) brightness(91%) contrast(90%);
margin-bottom: -1px;
}

.newheader .newline1 .newsearch form {
	width: 100%;
}

.newheader .newline1 .newlangs {
    font-size: 9px;
    line-height: 105.5%;
    color: #000;
    margin-bottom: 14px;
    text-transform: uppercase;
}
	
.newheader .newline2 {
    padding-top: 0;
    padding-bottom: 160px;
}	

.newheader .newline2 .newmenu .container{
	margin: auto;
    width: 720px;
    max-width: 720px;
    position: absolute;
    left: 0;
    right: 0;
}

.newheader .newline2 .newmenu .top_menu {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 69px;
}

.newheader .newline2 .newmenu .top_menu li {
        margin-bottom: 0;
    padding: 10px 15px;
}

.newheader .newline2 .newmenu .top_menu .new_dropmenu li{
	margin-bottom: 0;
    padding: 10px 0;
}

.newheader .new_dropdown_bt i {
    filter: none;
    cursor: pointer;
    display: inline-block;
    width: 4px;
    height: 13px;
    margin-left: 12px;
    background: url(/bitrix/templates/rg/img/menuleftarr.svg) center bottom no-repeat;
    background-size: 4px 13px;
}

.newheader .new_dropdown_bt.active i.active{
	width: 13px;
    height: 4px;
    background: url(/bitrix/templates/rg/img/menubottarr.svg) center bottom no-repeat;
    background-size: 13px 4px;
}

.new_dropdown_bt.active{
	background: #2E6DE9;
	color: #fff;
}

.new_dropdown_bt.active .new_dropmenu{
    display: block;
    position: static;
    top: 0;
    width: 100%;
    left: 0;
    color: #fff;
    list-style: none;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.214286px;
    padding: 10px 0 0;
    background: #2E6DE9;
    box-shadow: none;
    border-radius: 0;
}

	.newheader .newsocials{
		display: flex;
		padding: 0 15px 17px;
	}
	
	.newheader .newsocials a#tg {
		display: flex;
	    background-color: #2e6de9;
	    width: 35px;
	    height: 35px;
	    border-radius: 50px;
	    align-items: center;
	    justify-content: flex-end;
	}
	
	.newheader .newsocials a#tg img {
		height: 20px;
	}
	
	.newheader .newsocials img{
		margin-right: 10px;
	}
	
	.newheader .newphonedropmenu{
		display: block;
	}
	
	.newheader .newphonedropmenu .phone {
    font-family: 'InterRegular';
    font-size: 18px;
    background: none;
    padding-left: 15px;
    color: #000;
		display: block;
	}
	
	

.newheader .mob_menu_btn.active {
    position: fixed;
    top: 25px !important;
    right: 17%;
    background: rgba(255, 255, 255, 0.68);
}

.newheader .mob_menu_btn{
	width: 25px;
    height: 25px;
}

.newheader .mob_menu{
	padding-top: 99px;
	width: 100%;
}

/**
* 
* Главный слайдер
* 
*/
	
	.newmainsection .newh1 {
		font-size: 16px;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.newmainsection .newdecription{
		font-size: 13px;
    	width: 100%;
    	
	}
	
	.newmainsection .slick-slide {
	    background-position: left 0% bottom 30%;
    	background-size: 630px auto;
	}

/**
* 
* Продукция
* 
*/
.newproducts {
    background-position: bottom -12px center;
    padding-top: 50px;
    padding-bottom: 490px;
}

.newproductblockmob{display: block;}

.newproductblockmob ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.newproductblockmob ul li ul{
	display: none;
}

.newproductblockmob ul li.active ul{
	display: block;
}

.newproductblockmob > ul > li {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 0px;
    border-bottom: 1px solid #D5D5D5;
    font-family: 'InterRegular';
}

.newproductblockmob > ul > li.active{
	border-bottom: none;
}

.newproductblockmob > ul > li > span {
    font-size: 16px;
	line-height: 138.9%;
    color: #000;
    height: 60px;
    margin-bottom: 0;
    width: 100%;
    background-image: url(/bitrix/templates/rg/img/arrprodown.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 33px;
    padding-right: 120px;
    display: flex;
    align-items: center;
}

.newproducts h2 {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
}

.newproducts .prod_item {
    height: 215px;
    margin-bottom: 20px;
    margin-top: 0;
    margin-right: 30px;
    padding: 25px 19px 0;
    text-align: left;
}

.newproducts li:nth-child(3n) > .prod_item {
    margin-right: 0;
}

.newproducts .prod_item .pl_ic {
    width: 33px;
    height: 33px;
    left: 19px;
    right: auto;
    line-height: 38px;
    background-image: url(/bitrix/templates/rg/img/prodarr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 23px;
}

.newproducts .prod_item h3 {
    font-size: 12px;
    line-height: 138.9%;
    height: auto;
    margin: 0;
    font-family: 'MontserratRegular';
}

.text_page img {
	height: auto;
}

/**
* 
* Услуги
* 
*/

.newuslugi {
    position: relative;
    background-color: #004a85;
}

.newuslugi h2 {
	font-size: 20px;
    line-height: 24px;
    position: absolute;
    color: #fff;
    top: 33px;
    left: 0;
    width: 670px;
    right: 0;
    margin: auto;
}

.newuslugi .container{
	padding: 0;
}

.newuslugi .new_us_list{
	    margin-bottom: 0;
    padding: 77px 0 255px 17px;
    box-shadow: none;
}

.newuslugi .new_us_list .new_video_block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 271px 170px;
    width: 100%;
    position: relative;
    height: 170px;
    background-image: url(/bitrix/templates/rg/img/monitor.png) !important;
        position: absolute;
    bottom: 45px;
    left: 0;
}

.newuslugi .new_us_list .new_leftserv {
    width: 100%;
}

.newuslugi .new_us_list .new_leftserv .new_us_item {
    margin-top: 16px;
}

.newuslugi .new_us_list .new_leftserv h3 {
    font-size: 16px;
    width: 73%;
    margin: 0;
}

.newuslugi .new_us_list .new_leftserv .new_h_text {
    margin-left: 30px;
    height: 33px;
    width: 33px;
    margin-top: 0;
    background-image: url(/bitrix/templates/rg/img/servarr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px 33px;
}

.newuslugi .new_us_list .new_leftserv h3 {
    font-size: 16px;
    width: 74%;
    margin: 0;
}
	
	.newuslugi .new_us_list .new_video_block .new_video_player {
		   position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 230px;
	}
	
	.new_video_player video{
		    width: 100% !important;
    height: 150px !important;
	}

/**
* 
* Новости
* 
*/
	
.new_news_bl {
    background: #F4F4F4;
}
	
	.new_news_bl .new_news_list {
		width: 100%;
    background-color: transparent;
    box-shadow: none;
    height: auto;
    padding: 0;
    margin-top: 50px;
       margin-bottom: 55px;
	}
	
	.new_news_bl .new_news_list .new_news_item .new_left_news {
    width: 100%;
    height: auto;
    overflow: unset;
}
	
	.new_news_bl .new_news_list .new_img {
width: 100%;
    right: 0;
    height: 210px;
    background-size: 670px auto;
    position: absolute;
    top: 115px;
	}
	
	.new_news_bl .new_news_list .new_zag_header {
		width: 100%;
		border-bottom: 0;
	}
	
	.new_news_bl .new_news_list h2{
		line-height: 24px;
    font-size: 20px;
	}
	
.new_news_bl .new_news_list .new_go_full {
font-size: 14px;
    bottom: -27px;
    right: auto;
    left: 0;
}

.new_news_bl .new_news_list .new_news_item {
    font-size: 14px;
}	

.new_news_bl .new_news_list .new_news_item .new_date {
    font-size: 12px;
    margin-top: 23px;
    margin-bottom: 9px;
    background-image: url(/bitrix/templates/rg/img/calendar.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 13px 13px;
    padding-left: 20px;
}

.new_news_bl .new_news_list .new_news_item .new_text{
	font-size: 12px;
}

.new_news_bl .new_news_list .new_news_item .new_text2 {
    height: 150px;
    overflow: hidden;
    margin-top: 212px;
}	
	
/**
* 
* Партнёры
* 
*/
.newpartners h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}

.newpartners .partners_item {
	background-size: 220px !important;
	width: 50% !important;
}	
	
/**
* 
* Контактная форма
* 
*/	
	.new_contact_bl {
    background: #004A85;
    padding-bottom: 46px;
    padding-top: 39px;
}

.new_contact_bl:before{
content: "";
    background-image: none;
    opacity: 1;
}
	
.new_contact_bl .new_inner_contact {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.new_contact_bl .new_zag_c {
    font-size: 20px;
    margin-bottom: 7px;
}

.new_contact_bl .new_mail_c {
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 21px;
}

.new_contact_bl #footsend input[type=text] {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #fff;
    outline: none;
    padding: 13px 5px 13px 16px;
    margin-bottom: 14px;
    border: 1px solid #5782A5;
}

.new_contact_bl #footsend input[type=text]::-webkit-input-placeholder {color:#5782A5;font-size: 14px;}
.new_contact_bl #footsend input[type=text]::-moz-placeholder          {color:#5782A5;font-size: 14px;}/* Firefox 19+ */
.new_contact_bl #footsend input[type=text]:-moz-placeholder           {color:#5782A5;font-size: 14px;}/* Firefox 18- */
.new_contact_bl #footsend input[type=text]:-ms-input-placeholder      {color:#5782A5;font-size: 14px;}
	
.new_contact_bl #footsend .new_subzag_c {
    font-size: 12px;
    color: #80A8C8;
    margin-bottom: 12px;
}

.new_contact_bl #footsend textarea {
    height: 89px;
    border-radius: 0;
    margin-bottom: 20px;
}	

.new_contact_bl #footsend .addfilepc{
	display: none;
}

.new_contact_bl #footsend .addfilemob{
	display: flex;
	font-size: 12px;
    color: #80A8C8;
    margin-bottom: 23px;
}

.new_contact_bl #footsend .addfilemob img{
	margin-right: 7px;
}
	
	.new_contact_bl .policy {
		width: 100%;
		font-size: 9px;
    line-height: 129.02%;
    color: #80A8C8;
    margin-top: 13px;
	}
	
	.new_contact_bl #footsend button {
		width: 100%;
		background: #2E6DE9;
    font-size: 16px;
    padding: 15px 0;
    border-radius: 16px;
	}

/**
* 
* Подвал
* 
*/
	
.newfooter {
    background: #fff;
    color: #000;
    padding-top: 50px;
}
		
.newfooter .f_left_bl{
	height: 37px;
	background-image: url(/bitrix/templates/rg/img/logo_bl.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 184px 37px;
}	

.newfooter .bot_menu {
    margin-top: 0;
    padding-top: 25px;
    border-top: none;
}

.newfooter .bot_menu_bl{
	display: block !important;
}

.newfooter .bot_menu_bl>li {
    width: 100% !important;
        margin-bottom: 10px;
        background: #F4F4F4;
		border-radius: 9px;
    padding: 0px 12px 0;
}

.newfooter .bot_menu_bl>li span {
    line-height: 149.02%;
    font-size: 12px;
    color: #000;
    height: 50px;
    margin-bottom: 0;
    width: 100%;
    background-image: url(/bitrix/templates/rg/img/footmclose.svg);
    background-repeat: no-repeat;
	    background-position: right center;
    background-size: 33px;
    padding-right: 96px;
    display: flex;
    align-items: center;
}

.newfooter .bot_menu_bl>li .dropdown_bl{
	border-top: 1px solid #DDDDDD;
	padding-top: 20px;
	line-height: 149.02%;
    font-size: 10px;
    display: none;
    color: #000;
    margin-top: 10px;
}

.newfooter .bot_menu_bl>li .dropdown_bl li{
	margin-bottom: 15px;
}

.newfooter .mobphonefoot{
	display:flex;
	font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 28px;
    margin-left: 15px;
}

.newfooter .mobphonefoot img{
	width: 19px;
	margin-right: 8px;
}
}

@media screen and (max-width: 850px) {

.newheader .mob_menu_btn.active {
    position: fixed;
    top: 25px !important;
    right: 9%;
    background: rgba(255, 255, 255, 0.68);
}

}

@media screen and (max-width: 770px) {

.newheader .mob_menu_btn.active {
    position: fixed;
    top: 25px !important;
    right: 6%;
    background: rgba(255, 255, 255, 0.68);
}

}

@media screen and (max-width: 750px) {
	
	.newheader .newline1 .newsearch input[type=text] {
	    border: none;
	    border-radius: 0;
	    border-left: none;
	    background-color: #F1F1F1;
	    color: #000;
	    padding: 11px 5px;
	    width: 87%;	
	    height: 37px;
	}
	
.newheader .newline1 .newsearch button {
    border: none;
    border-radius: 0;
    border-right: none;
    background-color: #F1F1F1;
    width: 13%;
    height: 37px;
    margin-top: 1px;
}

.newheader .mob_menu_btn.active {
    position: fixed;
    top: 25px !important;
    right: 15px;
    background: rgba(255, 255, 255, 0.68);
}

/**
* 
* Главный слайдер
* 
*/
	
	.newmainsection .slick-slide {
	    background-position: left -13% bottom 30%;
	    background-size: 340px auto;
	}
/**
* 
* Продукция
* 
*/

.newproducts {
    background-position: bottom center;
    padding-top: 50px;
    padding-bottom: 110px;
}

.newproducts .prod_item {
    height: 215px;
    margin-bottom: 20px;
    margin-top: 0;
    margin-right: 0;
    padding: 25px 19px 0;
    text-align: left;
}

/**
* 
* Услуги
* 
*/

.newuslugi h2 {
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    color: #fff;
    top: 33px;
    left: 0;
    width: 77%;
    right: 0;
    margin: auto;
}

/**
* 
* Новости
* 
*/
	
	.new_news_bl .new_news_list .new_img {
		width: 100%;
		right: 0;
		height: 190px;
    background-size: 100% auto;
        position: absolute;
    top: 160px;
	}
	

/**
* 
* Партнёры
* 
*/
.newpartners h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}

.newpartners .partners_item {
	background-size: 220px !important;
	width: 100% !important;
}	
		
}

@media screen and (max-width: 330px) {
	.newproductblockmob > ul > li > span {
		padding-right: 85px;	
	}
}

/**
* 
* Карьера
* 
*/

	.karera-blue-title, .karera-black-title {
	    color: #2a66bf;
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 24px;
	}
	
	.students-row {
		margin: auto;
		margin-bottom: 50px;
		height: 426px;
		    width: 53%;
	}
	
	.students-row .slick-slide img{
		    width: 100%;
	}
	
	h2 {
	    color: #001d2c;
	    font-family: 'Arial';
	    font-size: 33px;
	    font-weight: 700;
	    line-height: 40px;
	}
	
	.res-wrap {
	    position: relative;
	}
	
	.btn-res {
	    position: absolute;
	    top: -90px;
	    right: 0;
	}

	.btn {
	    background: #f3f3f3;
	    box-sizing: border-box;
	    border-radius: 30px;
	    color: #2f4b59;
	    display: inline-block;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: normal;
	    padding: 12px 28px;
	    transition: background 0.2s ease;
	}
		
	.text_page a.btn-blue {
	    background: #0ba0e5;
	    color: #fff;
	    text-decoration: none;
	}

	.btn_big {
	    font-weight: 400;
	    padding: 22px 34px 22px 39px;
	}
	
	.text_page a.btn-blue:hover {
	    background: #1c74bc;
	    color: #fff;
	}
	
	.subzag {
		color: #0ba0e5;
		font-weight: bold;
	}
	
	.photoblocks {
		margin: 50px 0;
	}
	
	.photoblocks .photoblock {
		display: flex;
    	justify-content: space-between;
    	align-items: center;
	}
	
	.photoblocks .photoblock:nth-child(2n) {
	    flex-direction: row-reverse;
	}
	
	.photoblocks .photoblock .photoblock-img {
		width: 50%;
	}
	
	.photoblocks .photoblock .photoblock-img .photoblock-img-inner {
		height: 100%;
    	display: flex;
	}
	
	.photoblocks .photoblock .photoblock-img .photoblock-img-inner img {
		border: none !important;
    	margin: 0 !important;
    	max-width: 100%;
    	object-fit: cover;
	}
	
	.photoblocks .photoblock .photoblock-text {
		width: 50%;
		box-sizing: border-box;
    	padding: 25px 30px 15px 0;
	}
	
	.photoblocks .photoblock:nth-child(odd) .photoblock-text {
	    padding: 25px 0 15px 30px;
	}
	
	.photoblocks .photoblock .photoblock-text .photoblock-zag {
		color: #000;
	    font-size: 24px;
	    font-weight: 700;
	    line-height: 24px;
	    margin: 0 0 5px !important;
	}
	
   .anons_rubrik__list {display: grid;grid-row-gap: 25px;grid-template-columns: 49% 49%;justify-content: space-between;padding-bottom: 50px;}
    .anons_rubrik {border: 1px solid #ebebeb;box-sizing: border-box;display: flex;flex-direction: column;justify-content: space-between;}
    .anons_rubrik table tr {display: flex;flex-direction: column;}
    .anons_rubrik table tr .pic_anons img {object-fit: cover;width: 100%;}
    .anons_rubrik table td:last-child {padding: 15px 30px;}
    .anons_rubrik .pic_anons {
    	overflow: hidden;
    	max-height: 320px;
    }
    .anons_rubrik .zagl_anons a {display: block;font-size: 20px;padding-top: 10px; text-decoration: none;}
    .anons_rubrik .btn {background: #0ba0e5;color: #fff;margin-bottom: 30px;margin-left: 30px;max-width: 123px;padding: 12px 0;text-align: center; text-decoration: none;}
    
    @media (max-width: 1400px) {
    	.anons_rubrik .pic_anons {
		    overflow: hidden;
		    max-height: 285px;
		}	
		

	}
	
	@media (max-width: 1190px) {
    	.anons_rubrik .pic_anons {
		    overflow: hidden;
		    max-height: 260px;
		}	
	}
	
	@media (max-width: 1100px) {
    	.anons_rubrik .pic_anons {
		    overflow: hidden;
		    max-height: 165px;
		}	
		
		.students-row {
        	height: auto;
   			width: 100%;
        }
	}

    @media (max-width: 768px) {
    	
    	.photoblocks{
    		display: flex;
        	flex-wrap: wrap;
        	justify-content: space-between;
    	}
    	
    	.photoblocks .photoblock {
	        width: 100%;
	        flex-direction: column-reverse;
    		justify-content: flex-end;
    		margin-bottom: 25px;
	    }
    	
    	.photoblocks .photoblock .photoblock-text, .photoblocks .photoblock .photoblock-img {
    		width: 100%;
    		padding: 0 0 14px !important;
    		display: block;
    	}
    	
    	.photoblocks .photoblock:nth-child(2n) {
		    flex-direction: column-reverse;
		}
    	
        .anons_rubrik__list {grid-template-columns: 100%;grid-row-gap: 30px;}
        .anons_rubrik table .pic_anons {margin-top: 15px;text-align: center;    max-height: 300px;}
        .anons_rubrik table tr .pic_anons img {width: auto;}
        .anons_rubrik {text-align: center;}
        .anons_rubrik .btn {font-size: 14px;padding: 12px 28px;max-width: none;margin: 15px auto;}
        

    }
	
	.pictograms-box {border: 3px solid #0ba0e5;box-sizing: border-box;margin: 10px 0 50px;padding: 30px 50px;}
	.pictograms-row {display: flex;justify-content: space-between;}
	.pictograms-item {width: 32%;display: flex;align-items: center;gap: 15px;}
	.pictograms-item a {text-decoration: none;}
	.pictograms-item__img {width: 47px;min-width: 47px;}
	
	.hhtext {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	
	.appearance-row {
	    /*display: grid;*/
	    grid-template-columns: 32% 32% 32%;
	    justify-content: space-between;
	    margin-bottom: 38px;
	}
	
	#appearance .slick-slide {
	    margin: 0 13px;
	    /*display: flex;*/
	    height: auto !important;
	}
	
	#appearance .slick-list {
	    margin: 0 26px;
	}
	
	.xoverlay {
	    position: relative;
	    overflow: hidden;
	    perspective: 300px;
	    -webkit-perspective: 300px;
	    -ms-perspective: 300px;
	    -o-perspective: 300px;
	}
	
	.x-simple .xoverlay-box {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
	    opacity: 0;
	    background: rgba(27, 27, 27, .7);
	    -webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    transition: all .3s;
	}
	
	.x-simple:hover .xoverlay-box {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
	    opacity: 1;
	    background: rgba(38,40,60,.45);
	}
	
	.xoverlay-data {
	    width: 100%;
	    height: 100%;
	    text-align: center;
	}
	
	.xoverlay span {
	    position: relative;
	    margin: 0 3%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    top: 0;
	    height: 100%;
	}

	.xoverlay .x-icon-bottom span {
	    opacity: 0;
	    transition: all .3s;
	}
	
	.xoverlay:hover .x-icon-bottom span {
	    opacity: 1;
	}
	
	.appearance-item__link.fancybox::before {
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	
	.x-white i {
	    color: #ffffff;
	    border-color: #ffffff;
	}

	.xoverlay span i {
	    text-align: center;
	    font-size: 40px;
	    width: 50px;
	    height: 50px;
	    padding: 5%;
	}

	.appearance-item .xoverlay i {
	    align-items: center;
	    background: #0ba0e5;
	    border: none !important;
	    display: flex;
	    justify-content: center;
	}

	.xoverlay .x-circle i {
	    border-radius: 50%;
	    border: 2px solid;
	}

	.appearance-item .xoverlay i::before {
	    content: '';
	    background: url(/karera/icon-lupa.png);
	    display: block;
	    height: 19px;
	    width: 19px;
	}
	
	.appearance-item .xoverlay.eng i::before {
	    content: '';
	    background: url(/career/icon-lupa.png);
	    display: block;
	    height: 19px;
	    width: 19px;
	}
	
	#appearance .slick-arrow {
	    position: absolute;
	    z-index: 1;
	    top: 50%;
	    width: 19px;
	    height: 34px;
	    cursor: pointer;
	}

	#appearance .slick-next {
	    background: url(/karera/next.png);
	    right: 0;
	}

	#appearance .slick-prev {
	    background: url(/karera/prev.png);
	    left: 0;
	}
	
	#appearance.eng .slick-next {
	    background: url(/career/next.png);
	    right: 0;
	}

	#appearance.eng .slick-prev {
	    background: url(/career/prev.png);
	    left: 0;
	}
	
	#appearance .slick-arrow::before {
	    display: none;
	}

	@media (max-width: 1260px) {
		.btn-res {
		    top: -55px;
		}
		
		.btn_big {
		    padding: 12px 28px;
		}
	}

	@media (max-width: 1200px) {
		
	.btn-res {
	    position: relative;
	    top: 0;
	}	
		
	  .pictograms-item__img {width: 35px;min-width: 35px;}
	  .pictograms-item p {font-size: 12px;line-height: 18px;}
	  
	}
	@media (max-width: 992px) {
	  .pictograms-box {padding: 15px 30px;}
	}
	@media (max-width: 768px) {
	  .pictograms-row {display: block;}
	  .pictograms-item {width: 100%;}
	}


.bot_menu_newcateg_bl {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.bot_menu_newcateg_bl>li {
    float: left;
    width: 20%;
    max-width: 250px;
    margin-bottom: 30px;
}	

.bot_menu_newcateg_bl>li .dropdown_bl {
    list-style: none;
    padding: 0;
    font-family: HelveticaNeueCyr-Roman;
    line-height: 18px;
    font-size: 12px;
    color: #0E243C;
    opacity: 0.56;
}

@media (max-width: 1200px){
	.bot_menu_newcateg_bl>li {
	    width: 50%;
	    max-width: 100%;
	}
}

	
.newfooter .bot_menu_newcateg_bl>li span {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'InterRegular';
    display: flex;
	padding-right: 0;
	justify-content: space-between;
	align-items: center;
}

.newfooter .bot_menu_newcateg_bl>li .dropdown_bl {
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    font-family: 'InterRegular';
}	

.newfooter .bot_menu_newcateg_bl>li div {
	width: 33px;
    height: 33px;
    z-index: 10;
}

@media screen and (max-width: 1100px){
	
	.newfooter .bot_menu_newcateg_bl {
	    display: block !important;
	}
	
	.newfooter .bot_menu_newcateg_bl>li {
	    width: 100% !important;
	        margin-bottom: 10px;
	        background: #F4F4F4;
			border-radius: 9px;
	    padding: 0px 12px 0;
	}

	.newfooter .bot_menu_newcateg_bl>li span {
	    line-height: 149.02%;
	    font-size: 12px;
	    color: #000;
	    height: 50px;
	    margin-bottom: 0;
	    width: 100%;
	    background-image: url(/bitrix/templates/rg/img/footmclose.svg);
	    background-repeat: no-repeat;
		    background-position: right center;
	    background-size: 33px;
	    padding-right: 0;
	    display: flex;
	    align-items: center;
	}

	.newfooter .bot_menu_newcateg_bl>li .dropdown_bl{
		border-top: 1px solid #DDDDDD;
		padding-top: 20px;
		line-height: 149.02%;
	    font-size: 10px;
	    display: none;
	    color: #000;
	    margin-top: 10px;
	}

	.newfooter .bot_menu_newcateg_bl>li .dropdown_bl li{
		margin-bottom: 15px;
	}
}
	
	
	