.ico-timeline {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 65px;
	width: 45px;
	height: 45px;
	    background-color: #fff;
	    z-index: 1000;
	    padding: 3px 1px 3px 3px;
	    border-radius: 6px;
}

.ico-timeline svg {
	width: 100%;
	height: 100%;
}

.company-contacts .contacts h1 {
    padding-top: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

.company-career .b-little {
    height: 260px;
}

.company-license .info.license > div {
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
        justify-content: space-between;
}

.company-license .info.license > div h1 {
    width: 100%;
    font-weight: 700;
    padding-top: 65px;
    margin-bottom: 65px;
}

.company-license .license section + section {
    margin-left: 0;
}

.company-license .license section {
    width: 255px;
    float: left;
    margin-bottom: 30px;
}




@media (max-width: 1280px) {

	.popup_button {
	    right: auto!important;
	    left: 0;
            z-index: 300;
	}

	.layout_wrapper.timeline .popup {
	    width: calc(100% - 60px);
	    min-width: auto!important;
	    right: 0!important;
	}
	
}




@media (max-width: 1110px) {

	body .sub_menu.about.menu-company {
	    display: block!important;
	    height: auto!important;
	}

	body .sub_menu.about.menu-company.fixed {
	    display: none!important;
	}

	.menu-company .sub-menu__box {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}

	.company-contacts .contacts h1 {
	    padding-top: 25px;
	    margin-bottom: 10px;
	}

	.company-team .team_new .team-line .team-member {
	    min-height: 250px;
    	    display: flex;
	    width: 100%;
	    margin: 0 auto;
	    justify-content: space-between;
	}

	.company-team .team_new .team-line .team-member-desc {
	    display: inline-block;
	    height: 100%;
	    margin: auto 0;
	    padding-left: 0;
	    position: relative;
	    width: calc(100% - 280px);
	}

	.company-team .team_new {
		padding: 0 15px;
	}

	.company-team .team_new .team-line {
	    border-left: none;
	    border-right: none;
	}

	.company-team .team-member-desc .team-member-desc-sub {
	    width: 100%;
	}

	.company-team .team_new .team-line .team-member-desc p {
	    width: 100%;
	}

	.company-awards .block_type_1 {
	    width: 100%!important;
	    margin-left: auto;
	    margin-right: auto;
	    padding-top: 40px!important;
	    padding-bottom: 40px!important;
	    display: flex;
	    flex-wrap: wrap;
	}

	.company-awards .block_type_1 .block_item {
	    width: 50%;
	}

	.company-awards {
		padding: 0 15px;
	}

	.company-awards .rating-info > div {
		display: flex;
		width: 100%!important;
		flex-wrap: wrap;
	}

	.company-awards .rating-info h2 {
    	    width: 100%;
	}

	.company-awards .block_type_2 {
	    width: 100%;
	}

	.company-awards .block_type_2 .block_item {
	    width: 33.3%!important;
	    padding-left: 15px!important;
	    margin: 0!important;
	}

	.company-career .info.carier {
		padding: 0 15px;
	}

	.company-career .carier h2 {
	    width: 100%;
	    margin: 0 auto 80px;
	    text-align: center;
	}

	.company-condition {
		padding: 0 15px;
	}

}




@media (max-width: 991px) {

	.news-page .new_grid {
	    padding-left: 0;
	}

	.news-page aside.time {
	    transform: translateX(160px);
	    width: 158px!important;
	    background-color: #fff;
	    padding: 30px 40px;
	    position: fixed!important;
	    height: auto!important;
	    top: 0!important;
	    bottom: 0!important;
	    left: auto!important;
	    right: 0!important;
	    z-index: 1002;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.news-page aside.time.active {
	    transform: translateX(0);
	}

	.ico-timeline {
		display: block;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
		opacity: 0;
	}

	.ico-timeline.visible {
	    opacity: 1;
	}
	
	.company-awards .block_type_1 .block_item {
	    width: 100%;
	}

	.company-awards .block_type_1 .block_item:not(:last-child) {
	    margin-bottom: 30px;
	}

	.company-awards .block_type_2 .block_item {
	    width: 100%!important;
	}

	.company-awards .block_type_2 .block_item .wrap-img:before {
	    height: auto;
	}

	.company-awards .block_type_2 .block_item .wrap-img {
	    height: auto;
	}

	.company-awards .block_type_2 .block_item:not(:last-child) {
		margin-bottom: 30px!important;
	}

	.company-career .carier ul {
	    margin-right: 0;
	}

	.company-career .grid .b-large-hor {
	    width: 100%;
	    padding: 30px;
	    height: auto;
	}

	.company-career .grid .b-large-hor div:nth-child(2) {
	    position: relative;
	}

	.company-career .carier + .grid .b-large-hor > div {
	    padding: 0;
	}

	.company-career .grid .b-large-hor {
	    padding: 15px;
	}
	.company-career .b-large-hor h1 {
	    margin-top: 15px;
	    color: #fff;
	    width: 80%;
	    font-size: 26px;
	    line-height: 1.2em;
	}

	.company-career .carier + .grid .b-large-hor h1 + p {
	    margin-top: 20px;
	}

	.carier + .grid .b-large-hor p {
	    width: 100%;
	}

	.company-career .b-little {
	    width: 50%;
	}

}




@media (max-width: 768px) {

	.new_grid .b-large-hor > div:not(.bg_wrapper) {
	    padding: 15px;
	}

	.new_grid .b-large-hor h1 {
	    font-size: 18px;
	    line-height: 26px;
	    width: 100%;
	}

	.new_grid .b-large-hor h2 {
	    font-size: 18px;
	    line-height: 26px;
	    width: 100%;
	}

	.news-page .new_grid .b-little {
	    width: 100%!important;
	    height: 220px;
	}
	
	.news-page .pre_map.clearfix, .news-page .preloader_wrapper_default, .news-page .bottom_map {
	    display: block;
	}

	.company-contacts .pre_map.clearfix, .company-contacts .preloader_wrapper_default, .company-contacts .bottom_map {
	    display: block;
	}

	.company-career .pre_map.clearfix, .company-career .preloader_wrapper_default, .company-career .bottom_map {
	    display: block;
	}

	.layout_wrapper .popup > div {
	    padding: 15px!important;
	}


	.layout_wrapper .popup > div > div {
	    margin-right: 0;
	}

	.layout_wrapper .popup > div > div:first-child {
	    padding-top: 55px;
	}

	.popup h1 {
	    font-size: 26px;
	    line-height: 1.2em;
	}

	.company-contacts {
		margin-bottom: 20px;
	}
	
	.company-contacts .contacts h1 {
	    margin-bottom: 5px;
	    font-size: 26px;
	    line-height: 1.2em;
	}

	.company-contacts .contacts > div > div:not(.sort_switcher) {
	    padding: 15px;
	}

	.company-contacts .contacts td {
	    width: 50%;
	    font-size: 18px;
	    line-height: 22px;
	    font-weight: 600;
	    padding-bottom: 25px;
	}

	.company-contacts .contacts td.t0-pd0 {padding-bottom:0px}
	.company-contacts .contacts td.mob-t0-pd0 {padding-bottom:25px}
	.company-team .team-member-desc-sub h2 {
		font-size: 26px;
		line-height: 1.2em;
	}

	.company-team .team_new .team-line .team-member-desc p {
	    width: 100%;
	    max-height: none;
	    font-size: 14px;
	}

	.company-team .team_new .team-line .team-member-pic {
	    width: 200px;
	}
	
	.company-team .team_new .team-line .team-member {
	    min-height: 200px;
	}

	.company-team .team_new .team-line .team-member-desc {
	    width: calc(100% - 230px);
	}

	.company-awards .info h1 {
		font-size: 26px;
		line-height: 1.2em;
    	        padding-top: 25px;
	}

	.company-awards .rating-info {
	    margin-top: 25px;
	    padding-top: 25px;
	}

	.company-awards .rating-info h2 {
	    letter-spacing: 0;
	    font-size: 26px;
	    line-height: 1.2em;
    	    width: 100%;
	}
	
	.company-awards .block_type_1 {
	    padding-top: 20px!important;
	    padding-bottom: 35px!important;
	}

	.company-awards .block_type_2 .block_item {
	    padding-right: 15px!important;
	}

	.company-awards .block_type_2 {
	    padding-top: 25px;
	    margin-bottom: 20px;
	}

	.company-team .pre_map {
    		padding-top: 20px;
	}

	.company-vacancion .info.vacancies h1 {
	    font-size: 26px;
	    line-height: 1.2em;
    	    padding: 30px 15px 0;
	}
	
	.company-vacancion .contact_us {
	    display: block!important;
	    padding: 0 15px;
	    height: auto;
	    padding-bottom: 30px;
	    margin-bottom: 25px;
	}

	.company-vacancion .contact_us h1 {
	    font-size: 26px;
	    line-height: 1.2em;
    	    margin-bottom: 0;
	}

	.company-vacancion  .contact_us h2 {
	    text-transform: uppercase;
	    text-align: center;
	    color: #fff;
	    padding: 40px 0 29px;
	    font-size: 26px;
	    line-height: 1.2em;
	}

	.company-career .info.carier h1 {
	    padding-top: 30px;
	    font-size: 26px;
	    line-height: 1.2em;
	}

	.company-career .carier article {
	    margin: 30px 0 0 0px;
	}
	
	.company-career .carier h2 {
	    width: 100%;
	    margin: 0 auto 30px;
	    text-align: left;
	    font-size: 14px;
	    line-height: 1.2em;
	}

	.company-career .carier ul {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	}

	.company-career .carier {
	    height: auto;	
	    position: relative;	
	    padding-bottom: 30px!important;
	    background: none;
	}

	.company-career .carier > div {
	    position: relative;
	    z-index: 2;
	}

	.company-career .carier:after {
	    z-index: 1;
	    width: 100%;
	    content: '';
	    bottom: 0;
	    position: absolute;
	    height: 100%;
	    left: 0;
	    background: url(../img/info-bg/carier.jpg) bottom left no-repeat;
	    opacity: .3;
	    background-size: auto;
	}

	.company-vacancion .vacancies .strategy-trust {
	    margin-top: 30px;
	}

	.company-vacancion .vacancies .cf:after {
	    height: auto;
	}

	.company-vacancion .vacancies .btn_c_fix {
	    margin-top: 50px;
	}

	.layout_wrapper .popup {
	    width: 100%;
	}

	.layout_wrapper .popup > div {
	    width: 100%;
	}

	.popup .btn_c_fix {
	    margin-top: 0!important;
	}

	.popup p + ul {
	    text-align: left!important;
	}

	.popup p {
	    text-align: left!important;
	}

	.company-license .info.license > div h1 {
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 30px;
    padding-top: 30px;
	}

	.company-condition h1 {
	    font-size: 26px;
	    line-height: 1.2em;
            padding-top: 40px!important;
            margin-bottom: 35px;
	}

	.contact_us {
		display: none;
	}

	.inp-file-wrap span {
	    margin-left: 0;
	    display: block;
	    margin-top: 15px;
	    font-size: 14px;
	}

}




@media (max-width: 543px) {

	.news-page .new_grid .b-little a > div {
	    padding: 15px;
	}

	.news-page .map_arrow, .news-page .map_search {
		display: none;
	}

	.company-contacts .map_arrow, .company-contacts .map_search {
		display: none;
	}

	.company-career .map_arrow, .company-career .map_search {
		display: none;
	}

	.news-page .pre_map h1, .company-contacts .pre_map h1, .company-career .pre_map h1 {
	    font-size: 26px!important;
	}

	.menu-company .sub-menu__box {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
    	    justify-content: flex-start;
	}

	.menu-company .sub-menu__box .drop_menu {
	    display: flex;
	    justify-content: center;
	    width: 50%;
	}

	.popup_button {
	    width: 60px;
	    height: 60px;
	    /*background: url(../img/popup_button.png) no-repeat center;*/
	    z-index: 210;
	    right: 0!important;
	    left: auto!important;
	}

	.layout_wrapper.timeline .popup {
	    width: 100%;
	}

	.company-contacts .contacts td {
	    width: 100%;
	    display: flex;
	    font-size: 14px;
	    line-height: 1.2em;
	    font-weight: 600;
	    padding-bottom: 30px;
	}

	.company-contacts .contacts td.t0-pd0 {padding-bottom:0px}
	.company-contacts .contacts td.mob-t0-pd0 {padding-bottom:30px}
	.company-contacts .contacts td:nth-child(odd) {
		padding-bottom: 5px!important;
	}
	
	.company-contacts .contacts > div > div:not(.sort_switcher) {
	    padding: 15px 15px 0 15px;
	}
	
	.company-team .team_new .team-line .team-member {
	    flex-wrap: wrap;
	}

	.company-team .team_new .team-line .team-member-pic {
	    width: 100%;
	    display: flex;
	    justify-content: center;
	}

	.company-team .team_new .team-line .team-member {
	    min-height: auto;
	    flex-wrap: wrap;
	    height: auto!important;
	}

	.company-team .team_new .team-line .team-member-desc {
	    width: 100%;
	    height: auto;
	    text-align: center;
	}

	.company-team .team-member-desc .team-member-desc-sub {
	    height: auto!important;
	    padding-top: 25px;
	    display: block;
	}

	.company-awards .block_type_1 .block_item {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    padding-left: 0;
	    align-items: center;
	}

	.company-awards .block_type_1 .block_item .imgblock {
	    position: static;
	    left: auto;
	    top: auto;
	    max-width: 130px;
    	    margin-bottom: 10px;
	    max-height: 100%;
	}

	.company-awards .block_type_1 p {
	    margin: 0;
	    text-align: center;
	}

	.company-awards .block_type_1 .block_item:not(:last-child) {
	    margin-bottom: 40px;
	}

	.company-awards .block_type_2 .block_item:not(:last-child) {
		margin-bottom: 40px!important;
	}
	
	.company-awards .block_type_2 .block_item .wrap-img {
	    height: auto;
	    display: flex;
	    justify-content: center;
	}

	.company-awards .block_type_2 {
	    text-align: center;
	}

	.company-awards .block_type_2 p br {
	    display: none;
	}

	.company-awards .block_type_2 p span {
	        width: 100%;
    		display: inline-block;
	}

	.company-awards .yspeh-info {
	    padding-top: 25px;
	    padding-bottom: 0px;    margin-bottom: 25px;
	}

	.company-awards .pre_map {
	    padding: 0;
	    padding-top: 25px;
	}

	.company-awards .rating-info .link-button, .rating-info .link-button:hover {
	    display: inline-block;
	    color: #086eb2 !important;
	    font-size: 18px;
	    background: none;
	    margin-bottom: 15px;
	}

	.company-awards .block_type_2 .block_item .wrap-img img {
	    max-height: 90px;
	}

	.company-career .carier:after {
	    background: url(../img/info-bg/carier.jpg) bottom left no-repeat;
	    background-size: auto;
	    background-position-x: -44px;
	}

	.company-career .carier ul li {
	    color: #000;
	}

	.company-career .b-little {
	    width: 100%;
            height: 180px;
	}

	.company-career .b-little > div{
	    height: 100%;
	}

	.company-career .carier + .grid .b-little .position_status {
	    bottom: 18px;
	}

	.popup p + h1, .popup p + h2 {
	    margin-top: 20px;
	}

	.popup li + li {
	    margin-top: 15px;
	}

	.company-license .info.license > div {
	        justify-content: center;
	}

	.company-page .leadership p {
		text-align: left!important;
		font-size: 14px;
		line-height: 25px;
	}

	.company-page .command ul {
	    width: 100%;
	    margin-left: 0!important;
	    padding-left: 0;
		text-align: left!important;
		font-size: 14px;
		line-height: 25px;
	}

	.company-page .carier_i p {
		text-align: left!important;
		font-size: 14px;
		line-height: 25px;
	}

	.company-page .risk li {
		text-align: left!important;
		font-size: 14px;
		line-height: 25px;
	}

	.company-page .contact_a p {
		text-align: left!important;
		font-size: 14px;
		line-height: 25px;
	}

	.company-page .center + .grid p.small, .company-page .corporate_after.grid p.small {
	    font-size: 14px;
	    line-height: 25px;
	}

	.company-page .work_with_us li {
		text-align: left!important;
		font-size: 14px;
		line-height: 25px;
	}

	.company-page .grid.corporate_after .al_rate, .company-page .grid.corporate_after .al_rate a {
		color: #fff;
	}

	.popup p {
	    text-align: left!important;
	    font-size: 14px;
	    line-height: 25px;
	}

	.popup p + ul {
	    text-align: left!important;
	    font-size: 14px;
	    line-height: 25px;
	}

	.company-career .carier + .grid .b-large-hor h1 + p {
	    font-size: 14px;
	    line-height: 26px;
	}

	.carier + .grid .b-large-hor p {
	    font-size: 14px;
	    line-height: 26px;
	}

	.company-career .carier ul li {
	    font-size: 14px;
	    line-height: 26px;
	}

	.company-condition .info p {
		    font-size: 14px;
		    line-height: 26px;
	}

	.popup .license br {
		display: none;
	}

	.popup .license a {
	    margin-top: 25px;
	    display: inline-block;
	}

	.popup.mCustomScrollbar {
	    -ms-touch-action: none;
	    touch-action: none;
	}

}

.contacts .wrap_info_block{border:1px solid #C8D6E0;margin-bottom:30px;padding:20px;border-radius:17px}
.contacts .t0-pd0{padding-bottom:0}
.contacts .t0-pd0 strong{font-weight:600;font-size:22px;line-height:22px;display:block}