body {
	background: #282f33;
	padding: 0;
	margin: 0;
	font: 14px Tahoma, Arial, Helvetica, Garuda, sans-serif;
	*font-size: small;
	*font: x-small;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font: 24px Arial, Helvetica, Garuda, sans-serif;
	padding: 10px 0;
}

table {
	font-size: inherit;
	font: 100%;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

p {
	margin: 1em 0;
}

a {
	text-decoration: none;
}

a:visited, a:active {
	color: #fff;
}

.wrapper {
	max-width: 1600px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.clear {
	clear:both;
	height:0;
	font-size:0;
}

.header {
	background: #022d46;
	min-height: 192px;
	color: #fff;
	overflow: hidden;
}

.header  a{
	color: #fff;
	text-decoration: none;
}

.header-logo {
	padding: 1.5%;
	float: left;
}

.header-logo img {
	width: 141px;
}

.header-logo:hover {
	opacity: 0.8;
}

.btn-hidden-menu {
	overflow: hidden;
	background: url(../images/ico/menu.png) no-repeat center center;
	text-indent: -9999%;
	width: 42px;
	height: 42px;
	display: none;
}

.open-menu {
	display: block !important;
}

.header-menu {
	float: right;
	padding-top: 13px;
	padding-right: 1.5%;
	margin-top: 5px;
	margin-bottom: 17px;
}

.header-menu-lk {
	float: right;
	padding-top: 15px;
	padding-right: 1.5%;
}

.link-btn-lk {
	float: left;
	min-width: 113px;
	padding: 12px;
	text-align: center;	
	margin: 0px -3px;
	min-height: 40px;
	background: #00192b;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;	
}

.link-btn-lk:hover {
	background: #104362;	
}
 
/* Стили поля ввода текста */
 
.form-wrapper input {
        font: 14px Arial, Helvetica, Garuda, sans-serif;
        width: 150px;
        height: 20px;
        padding: 20px 5px;
        border: 0;
        background: #eee;   
        margin-bottom: 1px;
	-webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;	
}
 
.form-wrapper input:focus {
        outline: 0;
        background: #fff;
}  
 
/* Кнопка отправки формы */
.form-wrapper button {
        overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
	width: 40px;
	color: #fff;
        text-transform: uppercase;   
}   
   
.form-wrapper button:hover{     
        background: #054a73;
}   
   
.form-wrapper button:active,
.form-wrapper button:focus{   
	background: #054a73;
	outline: 0;   
}
 
.form-wrapper button:hover:before{
	border-right-color: #054a73;
}

.sveden {
	display: block; 
	width: 100%; 
	text-align: right; 
	margin-bottom: 14px;
}

.header-flag {
	text-align: right;
	margin-right: -2%;
}

.header-flag img {
	padding: 16px 5px;
}

.header-flag img:hover {
	opacity: 0.3;
}

.header-nav-menu {
	float: left;
	margin: 0px;
}

.header-nav-menu-link{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px;
	min-width: 180px;
	border-left: 1px solid #525252;
	border-right: 1px solid #525252;
	margin-left: -1px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
 
.header-nav-menu-link:hover {
	color: #ddd;
	background: #054a73;
}

.header-navbar-left {
	float: left;
	font: 18px Arial, Helvetica, Garuda, sans-serif;
	padding-top: 17px;
	padding-bottom: 53px;
	width: 800px;
}

.header-nav-menu-left {
	float: left;
	margin: 15px 0px;
}

.header-nav-menu-link-left{
	color: #fff;
	min-width: 180px;
	max-width: 300px;
	text-align: left;
	padding: 10px 0 10px 10px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #525252;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
 
.header-nav-menu-link-left:hover, .header-nav-menu-link:hover{
	color: #ddd;
	background: #054a73;
}

.header-nav-menu-left ul, .header-nav-menu ul{
	display: none;
}

.header-nav-menu-left:hover ul {
	display: block;
}

.header-nav-menu:hover ul {
	display: block;
}

.header-nav-menu-left-list {
	position: absolute; 
	margin-top: 0px;
	z-index: 20;
	font-size: 16px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
}

.header-navbar-right .header-nav-menu-left-list {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
	margin-top: 17px;
}

.header-nav-menu-left-list li {
	background: #fff;
	width: 300px;
	display: block;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.header-nav-menu-left-list a {
	color: #000;
	font-size: 14px;
	display: block;	
	padding: 7px;
	background: #fff;
	border: none;
	border-bottom: 1px solid #eee;
}

.header-nav-menu-left-list li:hover {
	background: #00192b;
}

.header-nav-menu-left-list li:hover  a{
	color: #fff;
}
 
.default {
    width:920px;
}

.fixed {
    position: fixed;
    width: 100%;
	max-width: 1600px;
    padding: 5px 0;
	z-index: 20;
}

.fixed  .link-btn-lk {
	color: #fff;
}

.transbg {
    background-color: #022d46 !important;
}
 
.fixed .header-navbar-left, .fixed  .header-flag, .fixed .sveden {
	display: none;
}

.fixed .header-logo {
	padding: 5px 5px 5px 23px;
}
	
.fixed .header-logo img {
	width: 40px;
}

.fixed .header-menu {
	padding: 14px 5px; 
	float: left;
}

.fixed .header-menu-lk {
	padding: 5px 23px 5px 5px;
}

.fixed .header-nav-menu-link {
	padding: 12px;	
}

.fixed .header-nav-menu-left-list a {
	padding: 7px;
}
 
.content {
	background: #fff;
	overflow:hidden;
}

.content a {
	color: #1d6e9e;
	text-decoration: none;
}

.content a:hover {
	color: #000;
}

.content-block1 {
	background: #fff;
	min-height: 457px;
}

.block-news {
	float: left;
	width: 78.5%;
	padding-right: 1.5;
	overflow: hidden;
}

.block-news h1 {
	color: #000 !important;
}

.allnews-txt-right {
	float: right;
	margin-right: -10px;
}

.allnews-txt-right a {
	padding: 17px 10px;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.allnews-txt-right a:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	padding-bottom: 20px;
}

.line-news-hr {
	background: #022d46;
	height: 4px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 0px;
}

.block-news-oa {
	float: right;
	width: 20%;
}

.oa-bk {
	background: #ebebeb;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	padding-bottom: 4px;
}

.oa-bk:hover {
	background: #bcc1c4;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.5);
}

.oa-bk:hover  .oa-date{
	background: #ebebeb;
}

.oa-date {
	float: left;
	width: 96%;
	background: #d7d7d7;
	padding: 2%;
	margin: 2%;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.oa-txt {
	padding: 5px 10px 0px 10px;
	text-align: left;
	max-height: 67px;
	overflow: hidden;
}

.hr-news {
	background: #022d46;
	height: 4px;
	width: 100%;
}

/* 111 ОПТИМИЗИРОВАТЬ!!!! */

.tabs {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.tabs a{
	text-decoration: none;
	color: #222;
}

.tabs label {
	color: #555;
	cursor: pointer;
	display: block;
	float: left;
	width: 50%;
	height: 50px;
	margin-bottom: 0;
	line-height: 45px;
	position: relative;
	text-align: center;
	background: #ebebeb;
}

.tabs input {
	position: absolute;
	left: -9999px;
}

#tab_1:checked  ~ #tab_l1,
#tab_2:checked  ~ #tab_l2 {
	background: #bcc1c4;
	top: 0;
	z-index: 3;
}

.tabs_cont {
	position: relative;
	z-index: 2;
	width: 100%;
}

.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2 {
	position: static;
	left: 0;
	opacity: 1;
}

#tab_l1:hover, #tab_l2:hover {
	background: #bcc1c4;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;	
}

/* 111 */


.content-block2 {
	background: #e5eef3;
	padding-bottom: 17px;
	border-top: 1px solid #bbc3c7;
	border-bottom: 1px solid #bbc3c7;
}

.block-edu {
	overflow: hidden;
	float: left; 
	margin: 0.5%;
	width: 24%;
	}

.block-edu img{
	width: 100%;
	}
	
.block-edu img:hover {
	opacity: 0.9;
}
	
.block-edu-h4{
	font-size: 14px;
	position: relative;
	margin-top: -51px;
	padding: 15px 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.edu_tabs .block-edu-h4 {
	margin-top: -71px;
        height: 38px;
}

.science-1btn {
	font-size: 200%;
	text-align: center;
	color: #fff !important;
	text-shadow: 1px 2px 1px #000 !important;
	padding: 8px;
	height: 100%;
}

.science-4btn {
	color: #fff !important;
	padding: 8px;
}

.science-4btn-inner {
	background: #bdd1dd;
	color: #022d46;
	height: 100%;
	min-height: 80px;
	font-size: 120%;
}

.science-1btn-inner {
	background: url('https://pnzgu.ru/images/science-1btn.jpg') no-repeat;
	min-height: 252px;
	background-position: center;
	background-size: cover;
}

.science-4btn-1btn {
	background: #022d46;
	color: #fff;
	font-size: 160%;
	min-height: 60px;
}

.science-4btn-inner:hover {
	background: #d3e1ea;
	color: #1e4d68;
}

.science-4btn-1btn:hover {
	background: #064468;
	color: #fff;
	text-shadow: 0px 0px 11px #fffa;
}

.science-1btn-inner:hover {
	background: url('https://pnzgu.ru/images/science-1btn-2.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.block-edu-h4 h4 {
	font-size: 1rem;
}

.block-edu-h4:hover, .block-edu img:hover ~ .block-edu-h4{
	
}

.content-block2  .block-edu-h4 {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.content-block3 {
	background: #fff;
	padding-bottom: 17px;
}

.lnk-tdn {
	text-decoration: none;
}

.block-info-btn {
	float: left;
	background: #f5f5f5;
	margin: 0.5%;
	width: 19%;
	height: 102px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	text-align: center;
	height: 102px;
}

.block-info-btn-txt {
	font-size: 18px;
	color: #222;
	width: 65%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 10px;
}

.block-info-btn-img {
	display: table-cell;
	width: 50px;
	padding: 0 10px;
	vertical-align: middle;
}

.block-info-btn-img img {
	width: 70%;
}

.block-info-btn:hover {
	background: #e5eef3;
}

#admission-block .block-nfo-btn:hover {
	background: #fff !important;
}

.block-info-btn-in {
	display: table;
	height: 102px;
	width: 100%;
}

.content-block4 {
	background: #e5eef3;
	min-height: 163px;
	border-top: 1px solid #bbc3c7;
		padding-bottom: 20px;
}

.content-block5 {
	background: #fff;
	border-top: 1px solid #bbc3c7;
}

.slider {
	max-width:1600px;
	background: #022d46;
}

.hr-slider {
	background: #022d46;
	height: 20px;
	width: 100%;
}

.container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px 1.5% 0 1.5%;
}

.container-adv {
	margin: -0.5%;
}


.footer {
	background: #0a364e;
	width: 100%;
}

.footer-main {
	background: #022d46;
	min-height: 66px;
}

.footer-container {
	max-width: 1600px;
	margin: 0 auto;	
}

.vi-btn {
	float: left;
	padding: 11px;
	margin: 0px -3px;
	background: #5c737f;
	color: #f0eeee;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	border: 3px solid #022d46;
}

.vi-btn:hover {
	background: #f5f5f5;
	color: #222;
}

.vi-btn-img {
	float: left;	
}

.vi-btn-txt {
	padding: 0px;
	display: inline-block;
	float: left;
}

.wrp_soc_btn {
	float: right;
	margin-top: 8px;
}

.sbtn {
	display: block; 
	display: inline-block; 
	width: 29px; 
	height: 29px;
}

a.soc_btn1 {background:url('../images/ico/soc/ico_rss.png');}
a.soc_btn2 {background:url('../images/ico/soc/ico_vk.png');}
a.soc_btn3 {background:url('../images/ico/soc/ico_playmarket.png');}
a.soc_btn4 {background:url('../images/ico/soc/ico_youtube.png');}
a.soc_btn8 {background:url('../images/ico/soc/ico_telegram.png');}
a.soc_btn10 {background:url('../images/ico/soc/ico_ok.png');}
a.soc_btn11 {background:url('../images/ico/soc/ico_rutube.png');}
a.soc_btn12 {background:url('../images/ico/soc/ico_zen.png');}

a.soc_btn1:hover, a.soc_btn2:hover, a.soc_btn3:hover, a.soc_btn4:hover, a.soc_btn5:hover, a.soc_btn6:hover, a.soc_btn7:hover, a.soc_btn8:hover, a.soc_btn10:hover, a.soc_btn11:hover, a.soc_btn12:hover {background-position:0px -29px; box-shadow: 0 1px 3px 0 rgba(0,0,0,.4); margin-top: -20px;}

.footer-block{
	color: #c5cad4;
	background: url('../images/footer_bg.jpg') #0a364e;
	min-height: 384px;
}

.footer-block a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.footer-block a:hover {
	text-decoration: underline;
	text-shadow: 1px 1px 2px black;
}

.footer-block-fbl {
	float: left;
	width: 24%;
	padding: 0.5%;
	padding-top: 50px;
}

#fifper {
        width: 24%;
        color: red;
        height: 300px;
        padding: 0 0.5%;
        padding: 50px 0 0 0;
}
        
#fifper ul{
        width: 100%;
}   

#fifper li{
	width: 99%;
	padding: 0 0.5%;
	display: block;
	float: left;
}
                     

.footer-block a{
	color: #8e98ac;
}

.footer-block a:hover {
	color: #fff;
}

.footer-ul a {
	color: #c5cad4;
}

.footer-ul li {
	margin-bottom: 20px;
}


@media screen and (max-width:1400px) {
.header-nav-menu-link-left {
	min-width: 130px;
}

.header-navbar-left {
	width: 600px;
	padding-bottom: 61px;
}

.header-nav-menu {
	font-size: 14px;
}

#fifper {
    width: 49%;
        padding: 0.5%;
            padding: 50px 0 0 0;
            }
            
            #fifper li {
                width: 48%;
                }
                
                #vk-vi0512 {
                display:none;
                }

}

@media screen and (max-width:1200px) {
.header-navbar-right, .header-navbar-left {
	display: none;
	width: 100%;
	background: #022d46;
}

.header-navbar-right ul {
	width: 100%;
}

.header-menu {
	float: left;
	width: 100%;
	background: #022d46;
}

.header-menu-lk {
	padding-top: 25px;
	padding-right: 35px;
}

.open-menu-lk {
	position: absolute;
	right: 0;
}

.fixed {
	display: none !important;
}

.header {
	min-height: 140px;
}

.header-logo img {
	width: 70px;
}

.header-logo {
	padding: 0px;
	padding-top: 35px;
	padding-left: 35px;
}

.header-flag {
	float: right;
	padding-left: 10px;
	margin-right: -0.5%;
}

.header-menu {
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.header-flag img {
	padding: 10px 4px;
}

.btn-hidden-menu {
	display: block;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	cursor: pointer;
}

.header-navbar-right .header-nav-menu-left-list {
	margin-top: 0px;
}

.header-nav-menu-left, .header-nav-menu {
    float: left;
    margin: 0;
	width: 50%;
}

.header-nav-menu-left {
	background: #00192b;
}

.header-navbar-left {
	padding-top: 30px;
	padding-bottom: 0px;
}

.header-navbar-left:hover {
	display: block;
}

.header-nav-menu-link-left, .header-nav-menu-link{
	display: block;
	padding: 15px;
	margin: 0;
	font-size: 16px;
}

.header-nav-menu-link-left {
	border-bottom: 1px solid #00192b;
	border-top: 1px solid #002139;
	border-left: 0;
	border-right: 0;
	max-width: 100%;
	background: #00192b;
}

.header-nav-menu-link{
	border-bottom: 1px solid #00192b;
	border-top: 1px solid #033e60;
	border-left: 0;
	border-right: 0;
}

.header-nav-menu-link-left, .header-nav-menu-link, .header-nav-menu-left-list {
    font-size: 12px;
}

.header-nav-menu-left-list {
	padding: 0;
}

.block-news {
	width: 100%;
	padding-right: 0;
}

.block-info-btn, .block-info-btn-in  {
	height: 80px;
}

.block-info-btn-img {
	display: none;
}

.block-info-btn-txt {
	text-align: center;
}

.block-news-oa {
	float: left;
	width: 100%;
}

.tabs {
	width: 100%;
	max-width: none;
}

.tabs_cont {
	max-width: none;
	height: auto;
	padding-bottom: 30px;
}

.tabs label {
	color: #000;
	font: 24px Arial, Helvetica, Garuda, sans-serif;
	padding: 10px 20px;
	background: #fff;
	width: auto;
	height: inherit;
}

.oa-bk{
	background: inherit;
	padding: 8px;
	margin: 0;
}

.oa-bk:hover {
	background: #e5eef3;
	padding: 8px;
	margin: 0;
	box-shadow: none;

}

.oa-day, .oa-date {
	font-size: inherit;
	padding: 0;
	margin: 0;
	color: #777;
	width: auto;
	float: none;
	display: inline-block;
	background: inherit;
}

.oa-day {
	padding-left: 8px;
}

.oa-txt {
	padding: 0px 0px 0px 10px;
	display: inline-block;
	min-height: auto;
}

.oa-bk:hover  .oa-day{
	background: inherit;
}

.oa-bk:hover  .oa-date{
	background: inherit;
}

}

@media screen and (max-width:1000px) {

.content-block2 {
	padding-bottom: 10px;
}

.block-edu {
	overflow: hidden;
	float: left; 
	margin: 1%;
	width: 48%;
}

.block-edu-h4 {
	background: inherit;
	margin-top: 0 !important;
	overflow: visible;
}

.block-edu-h4 h4 {
	font-size: 16px;
	color: #000;
}
	
.block-info-btn {
	margin: 1%;
	width: 48%;
	height: 60px;
}

.block-info-btn-in {
	display: table;
	height: 60px;
	width: 100%;
	padding: 0;
}

.block-info-btn-img {
	display: none;
}

.block-info-btn-txt {
	float: none;
	text-align:center;
	font-size: 16px;
	width: 100%;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
}

#fifper {
	padding: 0.5%;
	height: inherit;
}

.footer-block-fbl {
	width: 49%;
	padding: 0.5%;
}

 .footer-block{
	background: #0a364e;
	margin-top: 15px;
}

}


@media screen and (max-width:750px) {

.container {
	padding: 0 2% 0 2%;
}

.header-menu-lk {

}

.form-wrapper input {
	padding: 20px 10px;
	width: 0px;
	position: relative;
}

.form-wrapper input:focus {
	width: 150px;
	margin-left: -150px;
}

}

@media screen and (max-width:600px) {

.wrapper {
	min-width: 260px;
}
	
.container {
	padding: 0 1.5% 0 1.5%;
	margin: 0;
}

.header {
	min-width: 260px;
	min-height: 80px;
}

.header-logo {
	padding-left: 20px;
	padding-top: 20px;
}

.header-menu-lk {
	display: none;
	padding-top: 0px;
	padding-right: 0px;
	background: #00192b;
	width: 100%;
	text-transform: uppercase;
}

.open-menu-lk {
	display: block;
	position: inherit;
	right: inherit;
}

.btn-hidden-menu {
	margin-top: 20px;
	margin-right: 20px;
	float: right;
}

.header-logo img {
	width: 40px;
}

.header-nav-menu-left, .header-nav-menu {
	width: 100%;
}

.header-navbar-left {
	padding-top: 20px;
}

.header-flag {
	float: none;
	text-align: center;
}

.link-btn-lk, .sveden {
	width: 100%;
	padding: 15px;
	display: block;
	border-bottom: 1px solid #00192b;
	border-top: 1px solid #002139;
}

.sveden {
	text-align: left;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;	
}

.sveden:hover {
	background: #104362;
}


.form-wrapper {
	width: 100%;
	margin-top: 10px;
}

.form-wrapper input, .form-wrapper input:hover, .form-wrapper input:focus {
	widtH: 90%;
}

.form-wrapper input:focus {
	margin-left: 0px;
}

.form-wrapper button {
	position: absolute;
	right: 0;
}

.tabs label {
	padding: 10px 0.5%;
	width: 49%;	
}

.block-info-btn {
	margin: 0.5% 0;
	width: 100%;
	height: 35px;
}

.block-info-btn-in {
	height: 35px;
	padding: 0;
}

.footer {
	min-width: 260px;
}

.vi-btn {
	float: none;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	width: 90%;
	max-width: 268px;
}

.vi-btn-img, .vi-btn-txt {
	float: none;	
}

.vi-btn-img {
	display: none;	
}

.wrp_soc_btn {
	float: none;
	text-align: center;
	padding-bottom: 10px;
}

.sbtn {
	margin: 1%;
}

#fifper {
	width: 98%;
	padding: 1%;
	padding-top: 20px;
}

#fifper li {
	width: 100%;
}

.footer-block-fbl {
	float: none;
	width: 98%;
	padding: 1%;
	padding-top: 20px;
	text-align: center;
}
 
.footer-block{
	background: #0a364e;
}

}