.container_inn{
	display: flex;
    width: 1000px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.6875em;
}

@media screen and (min-width: 1171px){
	.container_inn {
	    width: 1000px;
	}
}
#header {
	/*style*/
	background: #FFF;
}
#header .logo a {
	/*style*/
	background: url("/assets/images/logo.jpg") top left no-repeat;
}
#header .fltrt {
	width: 75%;
	/*style*/
	color: #004287;
}
#header .fltrt .title {
	/*style*/
	font-weight: bold;
	color: #646464;
}
#header .fltrt .call {
	/*style*/
	cursor: pointer;
	background: url("/assets/images/icon_1.jpg") bottom left no-repeat;
}
#header .fltrt .question {
	/*style*/
	cursor: pointer;
	background: url("/assets/images/icon_2.jpg") bottom left no-repeat;
}
#header .fltrt .number .numb {
	/*style*/
	font-weight: bold;
	color: #646464;
	/* text-decoration: underline dotted; */
	border-bottom: #646464 1px dotted;
}
#header .fltrt .number p {
	/*style*/
	/* line-height: 1.7em; */
}
#header .fltrt .number .link {
	/*style*/
	font-size: 1.2em;
	font-weight: bold;
	color: #646464;
	line-height: 1.2em;
}
 /** header **/
	#header .logo {
		width: 25%;
		/*layout*/
		float: left;
		margin: 0 15px;
	}
	#header .logo a {
		/*layout*/
		display: block;
		width: 235px;
		height: 83px;
	}
	
	#header .fltrt .title {
		/*style*/
		font-size: 1.12em;
	}
	#header .fltrt .call {
		display: none;
	}
	#header .fltrt .question {
		/*layout*/
		padding-left: 34px;
		margin-right: 20px;
	}
	#header .fltrt .number {
		/*layout*/
		margin-right: 20px;
		
		/*style*/
		text-align:right;
	}
	
	#header .fltrt .number .numb {
		/*style*/
		font-size: 2em;
		line-height: 0.6em;
	}
	#header .fltrt .number p {
		margin: 0;
		/*style*/
		line-height: 1.7em;
	}

#footer{ width: 100%; padding: 0 15px; }
#footer .bordered { padding: 10px 15px; border-top: #b2b2b2 1px solid;}

@media screen and (min-width: 770px){

	.menu_top :link, .menu_top :visited {
	    text-decoration: none;
	}

	.menu-btn-burger, .menu-title-mobile {
	    display: none;
	}

	#mainmenu{ width: 100%; }

	.menu_top ul {
	    height: 55px;
	    margin: 0; padding: 0;
	    display: -webkit-box;
	    -webkit-box-pack: justify;
	    display: -webkit-flex;
	    -webkit-justify-content: space-between;
	    display: flex;
	    justify-content: space-between;
	    text-align: justify;
	    text-align-last: justify;

	}

	.menu_top {
	    margin-bottom: 10px;
	    width: 100%;
	    min-width: 1000px;
	    background: #044484;
	}
	.menu_top ul li {
	    height: 100%;
	    display: inline-block;
	    display: -webkit-box;
	    position: relative;
	    text-align: center;
	    border-bottom: 0px;
	}
	.menu_top ul li a, .menu_top ul li .current_item {
	    display: block;
	    padding: 21px 20px;
	    font-size: 1.45em;
	    font-weight: bold;
	    color: #fff;
	}

	.menu_top ul li ul {
	    display: none;
	    position: absolute;
	    box-sizing: border-box;
	    margin-top: -1px;
	    padding: 10px 8px 12px 9px;
	    width: 100%;
	    min-width: 160px;
	    height: auto;
	    left: 0;
	    top: 100%;
	    z-index: 1000;
	    background: #fff;
	    box-shadow: 3px 10px 8px -2px #000000;
	    border-top: 0px;
	}

	.menu_top ul li ul li {
	    width: 100%;
	    float: none;
	    text-align: left;
	}
	.menu_top ul li ul li a {
	    display: block;
	    padding: 4px 9px 4px 12px;
	    font-size: 1.135em;
	    color: #636363;
	    background: url(/assets/images/list.jpg) left 9px no-repeat;
	    font-weight: normal;
	}

	.menu_top ul li:hover {
	    background: #fff;
	    box-shadow: 3px 3px 10px -2px #000000;
	    z-index: 1001;
	    color: #044484;
	}
	.menu_top ul li:hover a, .menu_top ul li:hover .current_item {
	    color: #044484;
	}

	.menu_top ul li ul li:hover {
	    box-shadow: none;
	}

	.menu_top ul li ul li a:hover, .menu_top ul li ul li .current_item {
	    padding: 4px 9px 4px 12px;
	    color: #12477b;
	    background: url(/assets/images/list_active.jpg) left 9px no-repeat;
	    font-size: 1.135em;
	    font-weight: normal;
	}

	#res42:hover ul { display: block; }

	
}

@media screen and (max-width: 769px){
	.container_inn{ width: 100%; }
	#header { height: 60px; padding: 48px 0 0 0;}
	#header .logo a{ width: 100%; max-width: 180px; height: 63px; margin: auto; background-size: 100% auto; background-position: top right; }

	.menu-btn-burger::after {
	    content: " ";
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    width: 30px;
	    height: 20px;
	    margin: auto;
	    background: linear-gradient(to bottom, transparent 0, transparent 2px, white 2px, white 4px, transparent 4px, transparent 9px, white 9px, white 11px, transparent 11px, transparent 16px, white 16px, white 18px, transparent 18px, transparent 20px );
	}

	.menu_top {
	    position: fixed;
	    top: 0;
	    width: 100%;
	    height: 45px;
	    z-index: 10;
	    background: rgb(60 ,92, 136) linear-gradient(to bottom, rgb(116, 159, 219), rgb(60 ,92, 136) 50%, rgb(1, 21, 48));
	    -webkit-box-shadow: 0 2px 2px #333;
	    box-shadow: 0 2px 2px #333;
	}

	.menu_top .container_inn{ flex-wrap: wrap; display: block; position: relative; top: 45px; width: 0%; padding: 0; transform: scale(1, 0); transform-origin: top left; opacity: 0; transition: width .2s cubic-bezier(0, 0.49, 0.54, 1.01), transform .2s cubic-bezier(0, 0.49, 0.54, 1.01), opacity .2s cubic-bezier(0, 0.49, 0.54, 1.01); }

	.menu-btn-burger {
	    display: block;
	    position: absolute;
	    left: 11px;
	    right: auto;
	    top: 50%;
	    box-sizing: border-box;
	    width: 46px;
	    height: 30px;
	    padding: 0;
	    margin-top: -15px;
	    background: transparent;
	    border: white 2px solid;
	    border-radius: 3px;
	    cursor: pointer;
	}

	.menu-title-mobile {
	    position: relative;
	    left: 15px;
	    top: 38px;
	    box-sizing: border-box;
	    width: 0;
	    height: 30px;
	    padding: 0;
	    margin-right: 88px;
	    margin-top: -30px;
	    transform: scale(0, 1);
	    transform-origin: top left;
	    border: white 2px solid;
	    color: white;
	    opacity: 0;
	    text-transform: uppercase;
	    font-size: 2em;
	    line-height: 1.1em;
	    text-indent: 1.5em;
	    transition: width .2s cubic-bezier(0, 0.49, 0.54, 1.01), transform .2s cubic-bezier(0, 0.49, 0.54, 1.01), opacity .2s cubic-bezier(0, 0.49, 0.54, 1.01);
	}

	#mainmenu {
	    display: block;
	    width: 100%;
	    height: 100vh;
	    background: rgb(235, 235, 235);
	    -webkit-box-shadow: 2px 5px 5px #333;
	    box-shadow: 2px 5px 5px #333;
	    overflow-y: scroll;
	}

	#mainmenu > ul {
	    padding: 8px 15px 22px 15px;
	}

	.menu-btn-burger.opened + .menu-title-mobile {
	    width: auto;
	    transform: scale(1, 1);
	    opacity: 1;
	}

	.menu_top ul li {
		list-style: none;
	    transition: max-height .2s cubic-bezier(0, 0.49, 0.54, 1.01);
	}

	.menu_top ul li a, .menu_top ul li .current_item {
    /* margin-bottom: 1em; */
    box-sizing: border-box;
    padding: 0.57em 0 0.4em 3%;
    -webkit-box-shadow: 3px 3px 3px #333;
    box-shadow: 3px 3px 3px #333;
    font-size: 1.6em;
    font-weight: bold;
    /* text-indent: 3%; */
    line-height: 1em;
    text-decoration: none;
    background: white;
    color: #044484;
}

	.menu_top ul li a, .menu_top ul li .current_item {
	    display: block;
	    width: 100%;
	    min-height: 38px;
	    margin-bottom: 10px;
	}

	.menu_top ul li a:hover, .menu_top ul li .current_item {
	    background: rgb(60 ,92, 136) linear-gradient(to bottom, rgb(1, 21, 48), rgb(60 ,92, 136) 50%, rgb(116, 159, 219));
	    color: white;
	}

	.menu-btn-burger.opened ~ .container_inn {
	    width: 100%;
	    transform: scale(1, 1);
	    opacity: 1;
	}

	.expanded > a{  }

	.menu_top ul li ul {
	    display: none;
	    height: 0%;
	    padding-left: 10px;
	    transform: scale(1, 0);
	    transform-origin: top left;
	    opacity: 0;
	    transition: height .2s cubic-bezier(0, 0.49, 0.54, 1.01), transform .2s cubic-bezier(0, 0.49, 0.54, 1.01), opacity .2s cubic-bezier(0, 0.49, 0.54, 1.01);
	}

	.menu_top ul li.expanded ul {
	    display: block;
	    height: 100%;
	    transform: scale(1, 1);
	    opacity: 1;
	    transition: height .2s cubic-bezier(0, 0.49, 0.54, 1.01), transform .2s cubic-bezier(0, 0.49, 0.54, 1.01), opacity .2s cubic-bezier(0, 0.49, 0.54, 1.01);
	}

	.menu-btn-burger.opened {
	    left: auto;
	    right: 15px;
	    opacity: 1;
	}
}