@import 'https://fonts.googleapis.com/css?family=Cuprum:400,400i,700,700i&subset=cyrillic,latin-ext';
.FontColorWhite {
    color:white;
}

.FontColorBlack {
    color:black;
}

@font-face {
	font-family: KitchenpoliceRegular;
	src: local("‚ò∫"), url(KITCHENPOLICE-webfont.woff) format("woff"), url(KITCHENPOLICE-webfont.ttf) format("truetype"), url(KITCHENPOLICE-webfont.svg#webfontCRDciSXC) format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Lobster;
	src: local("‚ò∫"), url(Lobster_1.3-webfont.woff) format("woff"), url(Lobster_1.3-webfont.ttf) format("truetype"), url(Lobster_1.3-webfont.svg#webfontcOtP3oQb) format("svg");
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: hidden; 
}
#MainDiv {
    /*display: none;*/
    visibility: collapse;
}
#bgimg {
	position: absolute; z-index: -1;
}
#realBody {
	background: url("../img/raster.png");  width: 100%; min-height: 100%; height: 100%; overflow: auto; position: absolute; z-index: 5; 
}
#containerLogo {
    background: rgba(140, 140, 140,.85);
    margin: 70px auto auto auto;
    width: 1024px;
    height: auto;
    text-align: center;
    padding-top: 10px;
        border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -khtml-border-radius: 30px;
      border: 3px solid;
    border-color:rgba(140,140,140,0.75);
    overflow:hidden;
}
#containerContent {
    border: 3px solid;
    border-color: rgba(255,255,255,0.5);
    background: rgba(200, 200, 200,0.8);
    margin: 30px auto 80px auto;
    width: 1024px;
    height: auto;
    text-align: center;
    padding-top: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#container h1 {
	color: rgb(255, 255, 255); font-family: "Cuprum", sans-serif; font-size: 60px; font-weight: normal; text-decoration: none;
}
#grid {
	margin-top: 20px;
}
#grid h2 {
	text-align: left; color: rgb(255, 255, 255); font-family: "Cuprum", sans-serif; font-size: 30px; font-weight: normal; margin-bottom: 3px; margin-left: 65px;
}
#grid p {
	width: 650px; text-align: left; color: rgb(255, 255, 255); line-height: 18px; font-family: helvetica, sans-serif; font-size: 12px; margin-top: 0px; margin-bottom: 3px; margin-left: 65px;
}
#grid img {
	margin: 20px 10px; border: 3px solid rgb(0, 0, 0); border-image: none;
}
#grid a:hover img {
	border: 3px solid rgb(255, 255, 255); border-image: none;
}
/*#header a {
	background: rgba(0, 0, 0, 0.8); margin: 0px; padding: 10px; text-align: center; color: rgb(255, 255, 255); margin:0 auto; display: inline-block;
}*/

.header a span
{
	background: #fff;
	display: inline-block;
	height: 2px;
	margin: 6px 0;
}

.header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:100;
    background: rgba(0, 0, 0, 0.25);
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: rgba(200, 24, 24,0.5);
    
}

.MainMenuDivButtons {
    width: 1024px;
    vertical-align: bottom;
    height: 40px;
    float: left;

    display: inline-block;

}

    .MainMenuDivButtonsDiv {
        float: left;
        margin-left: 60px;
    }

.MainMenuDiv {
    width: 1024px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    /*background: rgba(0, 0, 0, 0.4);*/
    height: 50px;
    margin-left:0px;

}

.ButtonMenu {
    float: left;
    width: auto;
    height: 30px;
    padding: 10px 15px 10px 15px;
    font-family: 'Cuprum' , sans-serif;
    margin-left: 10px;
}

.ButtonMenu strong {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Cuprum' , sans-serif;
}

.ButtonMenu:hover {
    background-color:#D02022;
}
/*стили для кнопок с языками*/
.MainMenuRightTopDiv {
    position: relative;
    float: right;
    height: 50px;
    margin-right:3px;
}
.LanguageButton {
    float: left;
    background-color: #EBECEC;
    font-family: 'Cuprum' , sans-serif;
    color: #000000;
}

.LanguageButton div {
    float: left;
    background-color: #EBECEC;
    font-family: 'Cuprum' , sans-serif;
    color: #000000;
    padding: 8px;
    margin-top: 1px;
}

.LanguageButtonActive {
    float: left;
    background-color: #D02022;
    font-family: 'Cuprum' , sans-serif ;
        color: #FFFFFF;
    color: #FFFFFF;
}

.LanguageButtonActive div {
    float: left;
    background-color:  #D02022;
    font-family: 'Cuprum' , sans-serif;
    color: #FFFFFF;
}

.LanguageButton div:hover {
    cursor: pointer;
    background-color: #D02022;
    color: #FFFFFF;
}

.LanguageDiv {
    width: auto;
    float: right;
    margin-right: 20px;
}

.LanguageDiv a {
    color: #000000;
}
.header,
.content,
.footer
{
	text-align: center;
}

.footer {
position: fixed;
/*margin-top:30px;*/
  left: 0;
  bottom: 0;
  width: 100%;
  /*height: 50px;*/
  z-index:10;
}
    .footer div {
    margin: 0px auto 0px auto;
    width:1024px;
}
        .footer div div {
    margin: 0px auto 0px auto;
    margin-left:90px;
}

    .footer div div img {
        height:30px;
        margin-top:10px;
    }
            .footer div div span {
                margin-right: 20px;
                float: left;
            }

.header, .footer {
    background: #777;
    font-size: 16px;
    font-weight: bold;
    /*color: #fff;*/
    line-height: 33px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 0 50px;
    background: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
}

/*НАЧАЛО Логотип*/
.Logo {
    background-image: url('../image/Main/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    width: 200px;
    height: 140px;
    position: relative;
    float: left;
    margin-top:35px;
}

    #Logo div {
    margin-left:0px;
    }

.LogoMainDiv {
    margin: 0px auto 0px auto;
    height: 216px;
    position: relative;
    width: auto;
    /*background-image: url('../Image/Main/fon.jpg');
    background-repeat: repeat;*/
}

.LogoMainDiv div {
    margin: 0px auto 0px auto;
}

.LogoMainDiv div div {
   float: left;
   height: 190px;
   padding-right: 15px;
   padding-left: 5px;
   margin-left:10px;
}

.LogoMainDiv div div a div {
   text-align: center;
   font-size: 18px;
   font-family: 'Cuprum', sans-serif;
}
    .LogoMainDiv div div a {
    text-decoration: none;
    color: #000000;
}
    
    .LogoMainDiv div div a div div {
    margin-top: 177px;
    width: 200px;
    text-align: center;
}
#LogoMainDivGirl {
    float: right;
    margin-top: 16px;
    height: 200px;
    width:267px;
}

#LogoMainDivNews {
    border-style: solid;
    border-width: medium;
    width: 450px;
    height: 190px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-top: 6px;
    float: left;
    font-family: Cuprum;
    margin-left: 10px;
    border-color: rgba(140, 140, 140, 0.85);
    background: url('orbit/loading.gif') no-repeat center center;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(255,255,255,0.4);
    -moz-box-shadow: 0 0 10px rgba(255,255,255,0.4);
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
}
/*КОНЕЦ Логотип*/

    .AboutUsDiv {
    margin: 30px auto -10px auto;
    height: auto;
    width: 950px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    text-align: justify;
    font-family: 'Cuprum' , sans-serif;
}

    .AboutUsDiv div p {
        margin-right: 20px;
        margin-left: 20px;
        text-indent: 30px;
    }

    .MainBottomDivLeftOneDeveloper {
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    padding-left: 30px;
    margin-top: 10px;
    height: 22px;
    font-family: 'Cuprum' , sans-serif;
    display: inline-block;
    float: right;
}

    .MainBottomDivLeftOneCopyright {
    font-size: medium;
    font-weight: 600;
    text-align: left;
    padding-left: 30px;
    font-family: 'Cuprum' , sans-serif;
    display: inline-block;
    float: right;
    margin-top: 10px;
}

