@media screen and (max-width: 1219px) {
	.main_menu .custom_container {
		padding: 0;
	}
	.menu_list,
	.menu_list a:last-child {
		border: none;
	}
}
@media screen and (max-width: 1199px) {
	.bottom_menu .menu_slider .slide_block {
		width: 16.66%;
	}
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
	.menu_list {
		padding-right: 59px;
		float: left;
	}
	.tab_burger {
		width: 59px;
		height: 59px;
		float: left;
		margin-left: -59px;
		position: relative;
		z-index: 20;
		padding: 21px 18px;
		background-size: 1px auto !important;
		background-position: top left !important;
	}
	.tab_burger:before,
	.tab_burger:after {
		display: block;
		content: "";
		height: 2px;
		background: #08437a;
	}
	.tab_burger span {
		display: block;
		height: 2px;
		margin: 5px 0;
		background: #08437a;
	}
	.main_menu.showed .tab_burger,
	.tab_burger:hover {
		background: url('images/button_gradient.png') repeat-x #08437a;
	}
	.main_menu.showed .tab_burger:before,
	.main_menu.showed .tab_burger:after,
	.main_menu.showed .tab_burger span,
	.tab_burger:hover:before,
	.tab_burger:hover:after,
	.tab_burger:hover span {
		background: #ffffff;
	}
	.menu_list a {
		width: 25%;
		font-size: 120%;
		line-height: 15px;
		padding: 0 20px;
	}
	.menu_list a:nth-child(n+5) {
		position: absolute;
		right: 0;
		display: block;
		overflow: hidden;
		height: 0;
		border: none;
		padding: 0;
		-o-transition: height .1s linear;
		-ms-transition: height .1s linear;
		-moz-transition: height .1s linear;
		-webkit-transition: height .1s linear;
		transition: height .1s linear;
	}
	.menu_list a:nth-child(n+5) > span {
		display: table;
		width: 100%;
		border-bottom: 1px solid #e8e8e8;
		border-left: 1px solid #e8e8e8;
		border-right: none;
		height: 60px;
		padding: 0 20px;
		color: #08437a;
		background: #f2f2f2;
		-o-transition: all .3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
		background-size: 1px auto !important;
		background-position: top left !important;
	}
	.menu_list a:nth-child(n+5):hover > span,
	.menu_list a:nth-child(n+5).opened > span {
		background: url('images/button_gradient.png') repeat-x #08437a;
		color: #ffffff;
	}
	.menu_list a:nth-child(n+5) > span span {
		display: table-cell;
		vertical-align: middle;
	}
	.menu_list a:nth-child(5) {
		top: 59px;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}
	.menu_list a:nth-child(6) {
		top: 119px;
		-o-transition-delay: .2s;
		-ms-transition-delay: .2s;
		-moz-transition-delay: .2s;
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}
	.menu_list a:nth-child(7) {
		top: 179px;
		-o-transition-delay: .1s;
		-ms-transition-delay: .1s;
		-moz-transition-delay: .1s;
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
	}
	.menu_list a:nth-child(8) {
		top: 239px;
	}
	.main_menu.showed .menu_list a:nth-child(n+5) {
		height: 60px;
	}
	.main_menu.showed .menu_list a:nth-child(5) {
		-o-transition-delay: 0s;
		-ms-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	.main_menu.showed .menu_list a:nth-child(6) {
		-o-transition-delay: .1s;
		-ms-transition-delay: .1s;
		-moz-transition-delay: .1s;
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
	}
	.main_menu.showed .menu_list a:nth-child(7) {
		-o-transition-delay: .2s;
		-ms-transition-delay: .2s;
		-moz-transition-delay: .2s;
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}
	.main_menu.showed .menu_list a:nth-child(8) {
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}
	.menu_list a:nth-child(5) > span {
		border-top: 1px solid #e8e8e8;
	}
	.sublist_block {
		left: 0 !important;
		width: 100% !important;
	}
	.big_sublist,
	.coop_sublist,
	.leg_sublist,
	.comm_sublist {
		left: 0 !important;
		width: 100% !important;
	}
	.staff_sublist,
	.apply_sublist {
		left: auto !important;
		right: 25%;
		width: 25% !important;
		box-shadow: none;
	}
	.staff_sublist {
		top: 60px;
	}
	.apply_sublist {
		top: 120px;
	}
	.first_level li {
		width: 100%;
	}
	.first_level {
		width: 25%;
	}
	.second_level.showed {
		width: 75%;
	}
	.staff_sublist .first_level,
	.apply_sublist .first_level {
		width: 100%;
	}
	.second_level li {
		width: auto;
		max-width: 240px;
	}
	.big_sublist .second_level ul {
		-moz-column-count: 3; 
	    -webkit-column-count: 3; 
	    column-count: 3;
	}
	.second_level.showed {
		-o-transition-delay: .2s;
		-ms-transition-delay: .2s;
		-moz-transition-delay: .2s;
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}
	@media screen and (max-width: 991px) {
		.first_level,
		.comm_sublist .second_level.showed  {
			width: 33.33%;
		}
		.second_level.showed,
		.comm_sublist .first_level {
			width: 66.67%;
		}
		.big_sublist .second_level ul {
			-moz-column-count: 2; 
		    -webkit-column-count: 2; 
		    column-count: 2;
		}
		.staff_sublist,
		.apply_sublist {
			width: 33% !important;
		}
	}
}
@media screen and (max-width: 991px) {
	.hotline_inner {
		padding-top: 30px;
	}
	.second_menu {
		margin: 0 -12px;
	}
	.second_menu > li,
	.submenu_list > li > a,
	.sublevel_list li {
		padding-left: 12px;
		padding-right: 12px;
	}
	.search_form.opened,
	.search_form input {
		width: 220px;
	}
	.office_phone {
		font-size: 120%;
	}
	.bottom_menu .menu_slider .slide_block {
		width: 20%;
	}
	.customer {
		padding-bottom: 40px;
	}
	.main_slider .news_title {
		font-size: 180%;
		line-height: 22px;
		max-height: 89px;
	}
	.main_slider .slick-dots button {
		width: 12px;
		height: 12px;
	}
	.main_slider .slick-arrow {
		margin-top: -29px;
	}
}
@media screen and (max-width: 767px) {
	.right_menu {
		position: fixed;
		overflow: hidden;
		z-index: 200;
		top: 100%;
		margin-top: -50px;
		padding-top: 50px;
		bottom: 0;
		left: 0;
		width: 100%;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		transition: all .5s;
		background: #ffffff;
	}
	.hotline_opened .right_menu,
	.right_menu.unvisibled {
		opacity: 0;
		z-index: 1;
	}
	.right_menu .section_title {
		text-align: center;
		font-size: 120%;
		line-height: 20px;
		padding: 15px;
		background: #02427c;
		color: #ffffff;
		text-transform: uppercase;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		-webkit-touch-callout: none; 
	    -webkit-user-select: none;
	     -khtml-user-select: none; 
	       -moz-user-select: none; 
	        -ms-user-select: none; 
	            user-select: none;
	}
	.right_menu .section_title:after {
		display: inline-block;
		vertical-align: top;
		height: 15px;
		width: 9px;
		margin-left: 10px;
		background: url('images/svg/down_white.svg') no-repeat;
		background-size: 15px auto;
		background-position: center;
		content: "";
		transform: scaleY(-1);
		-moz-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	    -webkit-transform: scaleY(-1);
	    -o-transform: scaleY(-1);
	    margin-top: 5px;
	}
	.highlight_opened .right_menu {
		top: 0;
		margin-top: 0;
	}
	.highlight_opened .right_menu .section_title:after {
		transform: scaleY(1);
		-moz-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	    -webkit-transform: scaleY(1);
	    -o-transform: scaleY(1);
	    margin-top: 2px;
	}
	.highlights_list {
		margin: 20px;
	}
	.highlights_items {
		margin: 20px;
		box-shadow: 0 12px 30px 3px rgba(0,0,0,0.2)
	}
	.highlights_items li {
		box-shadow: none;
		border-top: 1px solid #f2f2f2;
		margin: 0;
	}
	.highlights_items li:first-child {
		border: none;
	}
	.right_menu .menu_inner {
		height: 100%;
		min-height: 90vh;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.highlights_items .item_image {
		width: 10%;
		min-width: 80px;
	}
	.highlights_list .highlight_button {
		background: #ffffff !important;
	}
	.highlight_sublist:before {
		background: transparent;
	}
	.paging {
		margin-bottom: 40px;
	}
	.header_menu_block {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		bottom: 100%;
		overflow: hidden;
		background: #ffffff;
		-o-transition: bottom .5s;
		-ms-transition: bottom .5s;
		-moz-transition: bottom .5s;
		-webkit-transition: bottom .5s;
		transition: bottom .5s;
		z-index: 150;
	}
	.menu_opened .header_menu_block {
		bottom: 0;
	}
	.menu_opened .right_menu {
		z-index: 1;
		opacity: 0;
	}
	.header_menu_inner {
		height: 100%;
		
		overflow: hidden;
	}
	.header_menu_content {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header_top_right {
		position: relative;
		top: auto;
		left: auto;
		background: transparent;
	}
	.search_block {
		width: 100%;
		padding-right: 60px;
		margin-right: -60px;
	}
	.search_form {
		width: 100% !important;
		background: transparent;
		z-index: 1;
		border-bottom: 1px solid #e5e5e5;
	}
	.search_form input {
		width: 100% !important;
		font-size: 140%;
		line-height: 19px;
		padding: 20px 60px 20px 20px;
		opacity: 0;
		background: #ffffff;
		color: #02427c;
		
	}
	.search_form.opened {
		z-index: 20;
	}
	.search_form.opened input {
		opacity: 1;
		-o-transition: opacity .3s;
		-ms-transition: opacity .3s;
		-moz-transition: opacity .3s;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}
	.search_form button {
		width: 53px;
		height: 59px;
		background: url('images/svg/loop_blue.svg') no-repeat;
		background-size: 17px;
		background-position: center;
		background-color: transparent !important;
	}
	.top_right_inner {
		float: none;
	}
	.lg_block {
		width: 60px;
		padding: 0;
		margin: 0;
		height: 60px;
		z-index: 25;
		font-size: 120%;
		line-height: 15px;
		text-align: center;
	}
	.header_top_right .custom_container {
		padding: 0;
	}
	.lg_button,
	.lg_list a {
		display: block;
		width: 100%;
		color: #02427c !important;
		padding: 22px 0;
		border-left: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
	.lg_list a {
		border-left: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
	.lg_button:after {
		border-top-color: inherit;
		display: inline-block;
		vertical-align: top;
		margin-left: 3px;
		float: none;
	}
	.lg_list {
		background: #ffffff;
		top: 100%;
		right: 0;
	}
	.lg_list a.current_lg {
		display: none;
	}
	.lg_list li {
		padding: 0 !important;
		border: none !important;
	}
	.main_menu {
		background: transparent;
	}
	.menu_list {
		display: block;
		height: auto;
		border: none;
		padding: 0 15px 0 20px;
		text-align: left;
	}
	.menu_list a {
		display: block;
		font-size: 140%;
		line-height: 20px;
		color: #02427c !important;
		background: transparent !important;
		padding: 5px 5px 5px 0;
		margin: 10px 0;
		border: none;
		text-align: left;
		width: 100%;
	}
	
	.header_top_left {
		position: relative;
		top: auto;
		left: auto;
	}
	.header_top_left {
		border-top: 1px solid #e5e5e5;
		padding: 0;
	}
	.second_menu {
		margin: 0 -5px 0 0;
		z-index: 100;
	}
	.second_menu li {
		float: none;
		padding: 10px 0;
	}
	.second_menu a {
		font-size: 140%;
		line-height: 20px;
		display: block;
		padding: 5px 0;
		color: #02427c !important;
		letter-spacing: 0;
	}
	.second_menu a.submenu_button,
	.menu_list a.sub_button {
		padding-right: 25px;
		position: relative;
	}
	.second_menu a.submenu_button:after,
	.menu_list a.sub_button:after {
		display: block;
		content: "";
		position: absolute;
		width: 12px;
		height: 12px;
		top: 50%;
		right: 0;
		margin-top: -6px;
		background: url('images/svg/right_blue.svg') no-repeat;
		background-size: auto 20px;
		background-position: center;
	}
	.header_socials {
		top: 0;
		left: 0;
		position: absolute;
	}
	.header_socials .social_list {
		float: none;
		margin: 0 10px;
		text-align: center;
		padding: 21px 0;
	}
	.header_socials .social_list li {
		padding: 0 10px;
	}
	.header_socials img {
		display: none;
	}
	.header_socials a {
		font-size: 1.7rem;
		color: #999999 !important;
		position: relative;
		z-index: 2;
	}
	.header_socials a:before {
		display: block;
		font-family: 'icon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
	}
	.header_socials a.facebook:before { 
    content: "\e903";
	}
	.header_socials a.instagram:before { 
	    content: "\e904";
	}
	.header_socials a.twitter:before { 
	    content: "\e905";
	}
	.header_socials a.youtube:before { 
	    content: "\e906";
	}
	.header_socials a.linkedin:before { 
	    content: "\e907";
	}

	.submenu_list,
	.sublevel_list,
	.sublist_block,
	.second_level {
		position: fixed;
		left: 100%;
		top: 120px;
		width: 100%;
		bottom: 0;
		overflow-x: hidden;
		overflow-y: auto;
		display: block !important;
		-o-transition: left .5s;
		-ms-transition: left .5s;
		-moz-transition: left .5s;
		-webkit-transition: left .5s;
		transition: left .5s;
		z-index: 300;
		background: #ffffff;
	}
	.submenu_list.showed,
	.sublevel_list.showed,
	.second_level.showed {
		left: 0;
	}
	.second_level {
		display: block;
		height: auto;
		width: 100% !important;
		box-shadow: none;
	}
	
	.second_level.showed {
		-o-transition: left .5s;
		-ms-transition: left .5s;
		-moz-transition: left .5s;
		-webkit-transition: left .5s;
		transition: left .5s;
		-o-transition-delay: 0s;
		-ms-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	.sublist_block {
		width: 100% !important;
		left: 100% !important;
		box-shadow: none;
		background: #ffffff;
	}
	.sublist_block.showed {
		left: 0 !important;
	}
	.second_menu .submenu_list a {
		display: inline-block !important;
		vertical-align: top;
		padding: 0 20px;
		background: transparent !important;
	}
	.second_menu .submenu_list li {
		padding: 0 0 20px; 
		border: none !important;
	}
	.second_menu .submenu_list li:first-child {
		padding-top: 20px;
	}
	.sub_close {
		position: absolute;
		font-size: 140%;
		line-height: 19px;
		padding: 20px;
		z-index: 10;
		top: 0;
		left: 0;
		visibility: hidden;
		opacity: 0;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		background: #ffffff;
		color: #02427c !important;
		border-bottom: 1px solid #e5e5e5;
	}
	.sub_close span {
		display: none;
	}
	.sub_close:before {
		display: block;
		content: "";
		width: 18px;
		height: 12px;
		float: left;
		margin-top: 4px;
		background: url(images/svg/right_blue.svg) no-repeat;
	    background-size: auto 20px;
	    background-position: right center;
	    transform: scaleX(-1);
		-moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	    -webkit-transform: scaleX(-1);
	    -o-transform: scaleX(-1);
	}
	.sub_close.showed {
		visibility: visible;
		opacity: 1;
		z-index: 30;
	}
	.sublist_block ul {
		margin: 0;
	}
	.first_level li,
	.second_level li {
		width: 100%;
		padding: 15px 0 !important;
	}
	.first_level li a,
	.second_level li a {
	    padding: 0px 20px;
	    line-height: 20px;
	    font-size: 140%;
	    color: #02427c !important;
	}
	.first_level li a.second_subbutton,
	.second_menu a.sublevel_button {
		display: block !important;
		max-width: 100%;
		padding-right: 250px;
	}
	.first_level li a.second_subbutton:after,
	.second_menu a.sublevel_button:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 50%;
	    right: 20px;
	    height: 12px;
	    width: 20px;
	    background: url(images/svg/right_blue.svg) no-repeat;
	    background-size: auto 20px;
	    background-position: right center;
	    margin-top: -6px;
	}
	.first_level {
		display: block;
		width: 100%;
	}
	.big_sublist .second_level ul {
		-moz-column-count: 1; 
	    -webkit-column-count: 1; 
	    column-count: 1;
	}
	.sublevel_inner {
		height: auto !important;
	}
	.bottom_menu .menu_slider .slide_block {
		width: 25%;
	}
	.header_main {
		padding: 5px 0;
		height: 60px;
	}
	.main_logo .icon_logo {
		display: none;
	}
	.main_logo .text_logo {
		height: 26px;
		margin-top: 13px;
		margin-left: 0;
	}
	.hotline {
		margin-top: 8px;
		height: 32px;
	}
	.hotline .hotline_button {
		padding-right: 42px;
	}
	.hotline .hotline_button:after {
		width: 32px;
		height: 32px;
		background-size: 18px;
	}
	.main_phone {
		font-size: 200%;
		line-height: 32px;
		margin: 0;
	}
	.footer_top {
		padding: 10px 0 20px;
	}
	.footer {
		text-align: center;
	}
	.footer_logo,
	.subscribe_section {
		width: 100%;
	}
	.subscribe_section {
		padding-bottom: 0;
		padding-top: 20px;
	}
	.about_subscribe {
		display: block;
		max-width: 280px;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 5px;
	}
	.subscribe_form {
		width: 280px;
	}
	.footer_subtitle,
	.footer_info_block {
		padding-right: 0;
	}
	.footer_subtitle {
		height: auto;
	}
	.footer_bottom {
		padding: 20px 0;
	}
	.developer_inner {
		position: relative;
		top: auto;
		left: auto;
		padding-top: 40px;
	}
	.developer_inner .col-xs-12 {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: auto;
		text-align: left;
	}
	.customer,
	.disclimer,
	.developer,
	.useful_links {
		float: none;
		max-width: 600px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 639px) {
	.bottom_menu .menu_slider .slide_block {
		width: 33.33%;
	}
	.main_slider .slick-arrow {
		width: 30px;
		background-size: 16px auto;
	}
	.main_slider .slick-prev {
		left: -8px;
	}
	.main_slider .slick-next {
		right: -8px;
	}
	.main_slider .slide_content {
		padding: 20px;
	}
	.main_slider .news_title {
		font-size: 160%;
		line-height: 20px;
		max-height: 81px;
	}
}
@media screen and (max-width: 599px) {
	.second_menu a.sublevel_button,
	.first_level li a.second_subbutton {
		padding-right: 160px;
	}
	.other_phones {
		-moz-column-count: 1; 
		-webkit-column-count: 1; 
		column-count: 1;
	}
}


@media screen and (max-width:479px) {
	.paging {
		text-align: center;
	}
	.second_menu a.sublevel_button,
	.first_level li a.second_subbutton {
		padding-right: 80px;
	}
	.bottom_menu .menu_slider .slide_block {
		width: 50%;
	}
	.main_slider .col-xs-12,
	.main_slider .slide_block {
		padding: 0;
	}
	.main_slider .slick-arrow {
		display: none !important;
	}
	.main_slider .slide_content {
		left: 0;
		right: 0;
		padding: 10px;
	}
	.main_slider .news_title {
		font-size: 140%;
		line-height: 18px;
		max-height: 73px;
	}
	.newsfeed li {
		width: 100%;
	}
}
@media screen and (max-width:399px) {
	.second_menu a.sublevel_button,
	.first_level li a.second_subbutton {
		padding-right: 60px;
	}
}
@media screen and (max-width: 359px) {
	.bottom_menu .menu_slider a {
		padding-right: 10px;
		padding-left: 10px;
	}
	.main_logo .icon_logo {
		display: block;
		height: 50px;
		margin: 0;
	}
	.main_logo .text_logo {
		display: none;
	}
}