/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:center;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}*/

body {
	font: 16px/20px Arial, sans-serif;
}
.wrapper{
    width: 100%;
    margin:  0 auto;
}
.header{
    width: 100%;
    padding: 20px 2.5% 20px 2.5%;
    background: #074776;
    overflow: hidden;
    background: url('../css/photo/header.png') no-repeat center bottom;
    height: 204px;
}
.body{
    width: 100%;
    height: 100%;
    /* padding: 40px 2.5% 40px 2.5%;
*/
    padding: 0px 0px;
}
.footer{
    width: 100%;
    height: 5px;
    background: #4169E1;
    padding: 20px 2.5% 40px 2.5%;
}
.logo{
    background: url('../css/photo/logo gcsk.png')no-repeat top left 20%;
    height: 204px;
    float: left;
    text-align: center;
    width: 100%;
}
.logo a{
    font-size: 34px;
    color: #000000;
    font-weight: bold;
    display: block;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,cyrillic);
*{box-sizing: border-box;}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
nav {background: #413F3C;}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul:after {
  content: "";
  display: table;
  clear: both;
}
nav a {
  text-decoration: none;
  display: block;
  transition: .3s linear;
}
.topmenu > li {
  float: left;
  position: relative;
  border-left: 1px solid black;
}
.topmenu > li:first-child {border-left: 0;}
.topmenu > li > a {  
  padding: 15px 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #FEFDFD;
  letter-spacing: 1px;
}
.topmenu > li > a.active, 
.submenu a:hover {color: #ddbe86;}
.topmenu .fa, 
.submenu .fa {
  margin-left: 5px;
  color: inherit;
}
.submenu {
  position: absolute;
  z-index: 500;
  min-width: 200px;
  background: white;
  border-top: 1px solid #CBCBCC;
  border-left: 1px solid #CBCBCC;
  border-right: 1px solid #CBCBCC;
  visibility: hidden;
  opacity: 0; 
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: .3s linear;  
}
.submenu li {position: relative;}
.submenu li a {
  color: #282828;
  padding: 10px 20px;
  font-size: 13px;
  border-bottom: 1px solid #CBCBCC;
}
.submenu .submenu {
  position: absolute;
  left: 100%;
  top: -1px;
  transition: .3s linear;
}
nav li:hover > .submenu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
/* измените '↵' на любой другой символ, если нужно */
li > a:after { content:  ' \21B5'; }
li > a:only-child:after { content: ''; }   

iframe {
    border-width: 0px;
}

.iframe {
    height: 0;
    position: relative;
    padding-bottom: 54.25%;
}
.iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}