
#nav_cent {
	margin-left: -35px;
	margin-right: auto;
	padding: 0px 6px 0;
	position:fixed;
	width: 995px;
	z-index: 3;
    background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	

}


#nav {
	margin: 0;
	padding: 7px 6px 0;

    

}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	text-align: left;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	display: block;
	padding:  8px 8px;
	margin: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 -30px;
	-webkit-border-radius: 1.0em;
	-moz-border-radius: 1.0em;

	
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #ddd url(img/gradient.png) repeat-x 0 -40px;
	color: #444;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav li:hover li a{
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
}

#nav ul li a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px ;
	color: #fff ;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block!important ;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 250px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
/* начну отсюда) */
.container {
    max-width: 1170px;
    margin: 0 auto;
}
.row {
    margin: 0 -15px;    
}
.menu {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 999;    
}
.menuToggle {
    display: none;
}
.menuToggle img{
    height: 25px;
}
#nav_top {
    position: relative;
    z-index: 999;
    width: 1170px;
    margin: 0 auto;
    font-size: 1.1em;
}
nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: inherit;
    justify-content: space-around;
    position: fixed;
    top: 0;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
nav ul li {
    padding: 15px 5px;
    position: relative;    
}
nav ul li a {
    background-color: #ececec;
    padding: 5px 10px;
    border-radius: 10px;
    text-decoration: none!important;
    font-weight: bold;
    color: #555555 !important;
    cursor: pointer;
}
.switch li:hover > a {
    transition: box-shadow 0.6s ease;
}
.switch li:hover > a {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);

}
nav ul li ul {
    display: none;
    padding: 0px;
    margin-top: 42px;
    width: 250px;
    position: absolute;
    flex-direction: column;
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f9f9 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    z-index: 10;
    cursor: pointer;
}
nav ul li:hover > ul {
    display: inherit;
    
}
nav ul li:last-child > ul {
    right: 0;
}
nav ul li ul li {
    padding: 0;    
}
nav ul li ul li a {
    padding: 6px 10px;
    margin: 0px;
    display: block;
    border-radius: 0px;
    font-weight: 100;
    background-color: transparent;
}
nav ul li ul li:hover > a {
    background-color: #59a7ff;
    color: #fff !important;
}
nav ul li ul li:first-child > a {
    border-radius: 10px 10px 0px 0px;
}
nav ul li ul li:last-child > a {
    border-radius: 0px 0px 10px 10px;
}
.head p {
    text-align: center;
    font-size: 1.3em;
    padding-top: 50px;    
}
.head h3 {
    text-align: center;
    font-size: 1.64em;    
}
.sliderHead {
    display: flex;
    flex-direction: row;  
    justify-content: space-between;
}
.sliderSide {
    width: calc(8.3333333% - 30px);
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.sliderSide a {
    cursor: pointer;
}
.sliderSide a img {
    width: 100%;
}
.sliderCentre {
    width: calc(83.3333333% - 30px);
    margin: 0 15px; 
}
.slider {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.underSlider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    width: calc(100% - 30px);
    margin: 0 15px;
}
.search {
    width: 20%;    
}
.breadCrumbs {
    width: 60%;
    padding-left: 10px;
}
.socButtons {
    width: 20%;
}
.mainArcticle {
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    background-color: #fdfdfd;
    border-radius: 10px;
    padding: 10px;
}
.middleContent {
    
}

.columncenter-main {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
}

.columncenter-main2 {
    width: calc(50% - 30px);
    margin: 0 15px;
}
.columncenter-main3 {
    width: calc(100% - 30px);
    margin: 0 15px;
}
.columnLeft {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
}
.columnRight {
    width: calc(66.6666667% - 30px);
    margin: 0 15px;
}

.columnRight-main {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
}
.columnLeft-main {
    width: calc(66.6666667% - 30px);
    margin: 0 15px;
}


.about {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    align-items: stretch;
}
.aboutIteam {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    display: flex;
}
.first {
    background-color: red;
}
.head {
    margin-top: 45px;
}
.middleContent {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.toggleIncl {
        display: none;
    }
#block_bot h3 {
    width: 80%;
    font-size: 1.3em;
    padding: 10px 0 0 0px;
    margin: 0;
}
.goto {
    font-size: 1.1em;
    text-align: right;
    margin-top: auto;
}

/*responsive*/
@media screen and (max-width: 1199px) {
    #nav_top {
        width: 100%;
    }
    .row {
        margin: 0px;
    }
}
@media screen and (max-width: 991px) {
    .menuToggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ececec;
        padding: 16px 10px;
        text-decoration: none!important;
        font-weight: bold;
        color: #555555 !important;
        cursor: pointer;  
    }
    nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        border: 0px;
        top: inherit;
        border-radius: 0px;
        background: #ececec !important;
        box-shadow: none !important;
        
    }
    nav ul li ul {
        width: auto;
        position: inherit;
        margin-left: -5px;
        padding-left: 30px;
        background-color: #f9f9f9!important;
    }
    .menuLink {
        display: none;
    }
    .toggleIncl {
        display: block;
        background-color: #ececec;
        padding: 16px 10px;
        text-decoration: none!important;
        font-weight: bold;
        color: #555555 !important;
        cursor: pointer;  
    }
    nav ul li:hover > ul {
    display: none;   
    }
    #nav_top {
        font-size: 1.2em;
    }
    #nav_top  ul li ul {
        margin-top: 0px;
    }
    #nav_top ul li {
        padding: 0px;
    }
    nav ul li ul li a{
        padding: 10px;
    }
    #cr_widget {
        display: none !important;
    }
    .middleContent {
        flex-direction: column;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .columnRight {
        width: calc(100% - 30px);
        order: -1;
        margin-bottom: 20px;
    }
    .columnLeft {
        width: calc(100% - 30px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #block_left {
        width: calc(50% - 30px);
    }
    #nav_top {
        font-size: 1.4em;
    }
    .head {
        margin-top: 0px;
    }
    .head p {
        padding-top: 30px;
    }
    .slide_panel_wrap {
        display: none;
    }
    nav ul li ul li:hover > a {
        background-color: transparent !important;
        color: #555 !important;
        box-shadow: none !important;
    }
    body {
        background-size: cover;
    }
    .about {
        margin-top: 0px;
    }
    .aboutIteam {
        width: calc(50% - 30px);
    }
    #abtn {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #nav_top {
        font-size: 1.4em;
    }
    nav ul li ul li a {
        padding: 15px 10px;
    }
    .head h3 {
        font-size: 2.3em;
    }
    .head p {
        font-size: 1.6em;
    }
    .sliderSide {
        display: none;
    }
    .sliderCentre {
        width: 100%;
        margin-bottom: 20px;
    }
    .underSlider {
        display: none;
    }
    #block_bot {
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    #block_left {
        width: 100%;
    }
    .aboutIteam {
        width: 100%;
    }
    .sliderHead {
        display: none;
    }
    .foot {
        width: 100%;
    }
    .articleImage {
        width: 100%;
    }
}