@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Jura:400,600&subset=latin,cyrillic-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,cyrillic-ext,cyrillic);
* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}
body {
    margin:0;
    padding:0;
	width:100%;
	height:100%;
    color: #424242;
	font-family: 'Jura', sans-serif;
	font-size:10px;
}

ul, li {
	list-style-type: none;
}

h1 {
	font-size: 4.1em;
	line-height:1em;
    text-align: center;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	color:#0f5436;
	text-transform: uppercase;
	width: 80%;
    margin: 0 auto 0.5em auto;
	line-height: 1.2em;
}
h2 {
	margin: 20px 0;
	font-size:3em;
	font-weight:700;
	text-align:center;
	color:#0f5436;
	font-family: 'Roboto Slab', serif;
}
#main h3 {margin-top:15px; color:white;}
h3 {
	margin-top:30px;
}
p {
	font-size:1.4em;
	line-height:1.8em;
}
a { color:#c2b07d; text-decoration:underline;}
a:hover { text-decoration:none;}

section#main {
	background: url(../img/back-1.png) no-repeat;
	background-position:center;
	background-size:cover;
}
section#main h1 {
	text-transform:none;
	color:#e3cd91;
	text-align:left;
	width:100%;
}
section#main h2 {
	text-transform:none;
	color:#e3cd91;
	text-align:left;
	width:100%;
}
.logobig {
	width:45%;
	margin:0 auto;
}
.logobig.premium {
	width:100%;
	margin:0 auto;
}
.logobig img {
	width:100%;
}
.cc {
	width:100%;
	padding-top:40px;
}
.lpart {
	float:left;
	width:51%;
}
.lpart img, .rpart img {
	width:100%;
}
.rpart {
	width:47%;
	float:left;
	margin-left:2%;
}
.cc2 .lpart {
	float:left;
	width:39%;
}
.cc2 .rpart {
	float:left;
	width:59%;
	margin-left:2%;
}
.rpart p {
	color:white;
	margin:0;
	padding:0;
	font-size:1.8em;
	line-height:1.4em;
	font-weight:500;
}
.rpart ul {}
.rpart ul li {
	color:white;
	margin-bottom:5px;
	padding:0;
	font-size:1.4em;
	line-height:1.2em;
	font-weight:500;
	list-style:circle;
}
.wline {
	background:white;
	margin:20px 0;
	height:3px;
	width:100%;
}
.col2 {
	width:50%;
	float:left;
}
.col2 img {
	width: 99.8%;
    float: right;
}
.col2 p {
	padding:40px;
}
section:nth-of-type(3)  {
	background:#f1f9f1;
}
.war p{
	font-weight:600;
	font-size:1.35em;
	line-height:1.3em;
	margin-bottom:5px;
}
.war ul li {
	list-style:circle;
	font-weight:600;
	font-size:1.35em;
	line-height:1.3em;
}
.war ul {
	padding-left:22px;
	margin:10px 0;
}



#map{
      height:100%;
      width: 100%;
      position: absolute; 
	  top: 0; 
	  left: 0;
}
.content{
    width: 400px;
    /*min-height: 200px;*/
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1;
	padding:40px;
	float:right;
}








#logo {
	background: url('../img/logo-sm.png') center center no-repeat transparent;
    background-image: url('../img/logo-sm.png'), -khtml-linear-gradient(transparent, transparent);
    background-image: url('../img/logo-sm.svg'), -webkit-linear-gradient(transparent, transparent);
    background-image: url('../img/logo-sm.svg'), url('logotype-trans.png');
    background-image: url('../img/logo-sm.svg'), -ms-linear-gradient(transparent, transparent);
    background-image: url('../img/logo-sm.svg'), linear-gradient(transparent, transparent);
    background-image: url('../img/logo-sm.svg'), -o-linear-gradient(transparent, transparent);
    background-repeat: no-repeat, no-repeat;
    -moz-background-size: 0 0, 100% 100%; /* FF3.6 */
    background-size: 100% 100%, 0 0;

    /* Скрываем текст */
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    color: rgba(255,255,255,0);

    /* Устанавливаем размеры логотипа */
    display: block;
    height: 27px;
    width: 100%;
	margin-top:18px;

}


.my-hint {
            display: inline-block;
            padding: 10px;
            height: 40px;
            position: relative;
            left: -10px;
            width: 220px;
            font-size: 1.2em;
            line-height: 17px;
            color: #333333;
            text-align: center;
            vertical-align: middle;
            background-color: #f1f9f1;
            border: 1px solid #0f5436;
        }

.down {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50%;
	padding:20px 0;
	text-align:center;
}
.wrapper {
	width:1040px;
	margin:0 auto;
	padding: 0 30px 0 0;
	color:#333333;
}

form.f2 {
	overflow:hidden;
	position: relative;
}
form.f2 div {
	text-align:left;
	margin-top:20px;
	width:100%;
}
form.f2 .firstdiv {
	/*margin-right:60px;*/
}
.firstdiv input, .seconddiv input {
	background:#EFEFEF;
}
/*form.f2 .bb {
	float:right;
}*/
form.f2 p {
	font-size:13px;
	text-align:left;
	margin:0 0 10px 0;
}
form.f2 input {
	height:50px;
	width:97%;
	border:none;
	padding: 0 0 0 2%;
}
.bb {
	margin-top:0;
}
.bb button {
	background: #cab17b url(../img/send-ic.png) no-repeat 260px 15px;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
    font-weight: bold;
    text-align: left;
    padding: 10px 0 10px 110px !important;
	width:99%;
	height:50px;
}
.bb button:hover {
	background:#sdcc593;
}
#sabout .wrapper, #ass .wrapper, #warr .wrapper {
    /*padding: 5% 0;
    height: 80%;
	display:inline;*/
}
#sabout h1, #ass h1, #warr h1 {
	/*top:100px;
	position:relative;
	line-height: 1.2em;*/
	position:absolute;
	top:90px;
	left: 50%;
    margin-left: -50%;
	width:100%;
}
nav .wrapper {
	width:100%;
}
.itemsdiv {
	width:50%;
	float:left;
}
.itemsdiv img {
	width:95%;
}
.catimg {
	/*background-size:contain;
	background-repeat:no-repeat; */
	width:42%; 
	/*min-height:200px; */
	float:left;
	
}
.catimg img {
	width:95%;
}
.cath2 {
	width:45%;
	float:left;
	text-align:left;
	margin-left:3%;
}
.cath2 h2 {
	text-align:left;
}
.cath2 p {
	margin: 20px 0;
	font-size:3em;
	font-weight:700;
	text-align:center;
	color:#0f5436;
	font-family: 'Roboto Slab', serif;
	text-align:left;
	line-height: 1.3em;
}
#warra {
	margin-bottom:20px;
}
.mobi {
	display:none !important;
}
.pdflink {
	display:none;
}



/*-------------------MODAL---------------*/
/* Окно */
#go {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e00000+0,ff5959+92,ff8989+94,ff2828+96,ce0000+100 */
background: #e00000; /* Old browsers */
background: -moz-linear-gradient(top,  #e00000 0%, #ff5959 92%, #ff8989 94%, #ff2828 96%, #ce0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e00000 0%,#ff5959 92%,#ff8989 94%,#ff2828 96%,#ce0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e00000 0%,#ff5959 92%,#ff8989 94%,#ff2828 96%,#ce0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00000', endColorstr='#ce0000',GradientType=0 ); /* IE6-9 */
border-radius:3px;
padding: 10px 20px;
    text-decoration: none;
    font-size: 0.8em;
    color: #efe1c1;
    text-shadow: 1px 1px 1px #a00101;
}
#modal_form {
	width: 400px;
    /*height: 400px;*/
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -20%;
    margin-left: -200px;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 20px;
}
#modal_form h3 {
    margin: 10px;
    text-align: center;
    font-weight: 600;
}
form.f2 .fourthdiv {
	text-align:center;
    	font-size: 15px;
}
form.f2 .fourthdiv input {
	width:auto;
}
form.f1 {
	overflow:hidden;
	position: relative;
}
form.f1 div {
	text-align:left;
	margin-top:20px;
	width:100%;
}
form.f1 .fourthdiv {
	text-align:center;
    	font-size: 15px;
}
form.f1 .fourthdiv input {
	width:auto;
}
form.f1 .firstdiv {
	/*margin-right:60px;*/
}
form.f1 .firstdiv input, .seconddiv input, .thirddiv textarea, .fourthdiv input {
	background: rgb(249, 249, 249);
}
/*form.f2 .bb {
	float:right;
}*/
form.f1 p {
	font-size:1.5em;
	text-align:left;
	margin:0 0 10px 0;
}
form.f1 input {
	height:50px;
	width:97%;
	border:none;
	padding: 0 0 0 2%;
	border:1px solid #999;
}
form.f1 textarea {
	height:80px;
	width:97%;
	border:none;
	padding: 10px 0 0 2%;
	border:1px solid #999;
}
.bbb {
	margin-top:0;
}
.bbb button {
	background: #cab17b;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
    font-weight: bold;
    text-align: center;
	width:99%;
	height:50px;
}
.bbb button:hover {
	background:#sdcc593;
}
/* Кнопка закрыть для тех кто в танке) */
#modal_form #modal_close {
	width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    font-size: 2em;
    font-weight: 600;
    padding: 10px 0 0 18px;
    background: #cab17b;
	z-index:1;
}
/* Подложка */
#overlay {
	z-index: 3; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
	position: fixed; /* всегда перекрывает весь сайт */
	background-color: #000; /* черная */
	opacity: 0.8; /* но немного прозрачна */
	width: 100%; 
	height: 100%; /* размером во весь экран */
	top: 0; 
	left: 0; /* сверху и слева 0, обязательные свойства! */
	cursor: pointer;
	display: none; /* в обычном состоянии её нет) */
}
.downl {
	position: fixed;
    left: 0;
    top: 50%;
    margin-top: -83px;
    width: 26px;
    height: 150px;
    z-index: 100500;
}
.downlimg {
	display:block;
}
.downlimg img {
	width:100%;
}
.downltext {
	display:none;
}





/*@media screen and (min-width: 415px) and (max-width: 1030px) {
	.rpart img {
	display:block !important;
}
.logobig {
	width:60%;
	margin-bottom:30px !important;
}
}*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    overflow: hidden;
}

* html .clearfix {
    zoom: 1; }

/* IE6 */
*+html .clearfix {
    zoom: 1; }

/* IE7 */
html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
