/* Global Settings */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
background: #000;
background: -moz-linear-gradient(top, #7c803d 0%, #000000 75%, #000000 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #7c803d), color-stop(75%, #000000), color-stop(100%, #000000));
background: -webkit-linear-gradient(top, #7c803d 0%, #000000 75%, #000000 100%);
background: -o-linear-gradient(top, #7c803d 0%, #000000 75%, #000000 100%);
background: -ms-linear-gradient(top, #7c803d 0%, #000000 75%, #000000 100%);
background: linear-gradient(to bottom, #7c803d 0%, #000000 75%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c803d', endColorstr='#000000', GradientType=0 );
	color: #111;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	min-width: 300px;
}

h1 {
	font-size: 20px;
	line-height: 24px;
}
h2 {
	font-size: 18px;
	line-height: 22px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}
a {
	background-color: inherit;
	color: #885;
}
a:hover {
	text-decoration: none;
}
blockquote {
	background-color: inherit;
	color: #999;
	font: italic 15px "Times New Roman", serif;
	border-left: 5px solid #996;
	padding: 2px 15px;
}

/* Wrapper Settings */
#wrapper {
	background: #fff;
	border: none;
	padding: 10px;
	margin: 1% auto;
	width: 90%;
	max-width: 1600px;
}

#body {
	margin: 0;
}

#container {
min-height: 620px;
	padding: 0;
	margin: 0;
	position: relative;
}

/* Other Settings*/

#banner {
	position: relative;
	padding: 10px;
	height: 175px;
	border: 0px;
	color: #fff;
	background: #abab83;
	background: -moz-linear-gradient(top, #abab83 0%, #abab83 0%, #abab83 50%, #a1a172 51%, #a1a172 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #abab83), color-stop(0%, #abab83), color-stop(50%, #abab83), color-stop(51%, #a1a172), color-stop(100%, #a1a172));
	background: -webkit-linear-gradient(top, #abab83 0%, #abab83 0%, #abab83 50%, #a1a172 51%, #a1a172 100%);
	background: -o-linear-gradient(top, #abab83 0%, #abab83 0%, #abab83 50%, #a1a172 51%, #a1a172 100%);
	background: -ms-linear-gradient(top, #abab83 0%, #abab83 0%, #abab83 50%, #a1a172 51%, #a1a172 100%);
	background: linear-gradient(to bottom, #abab83 0%, #abab83 0%, #abab83 50%, #a1a172 51%, #a1a172 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abab83', endColorstr='#a1a172', GradientType=0 );
}

#banner div.logo {background: url(/images/logo.png); width: 60px; height: 45px; position: absolute}

#banner div.zag {
	font-size: 32px;
	margin-top: 25px;
	margin-bottom: 23px;
	text-shadow: 1px 1px 1px #202020;
}

#banner div span {
	color: #111;
	text-shadow: 1px 1px 1px #e0e0e0;
}

#banner p {width: 80%;}


/* main menu*/

#show-menu {
	display: none;
}
.responsive {
	background-color: inherit;
	color: #fff;
	text-align: left;
	font-weight: normal;
	font-size: 1.5em;
	padding: 0;
	position: absolute;
	top: 80%;
	display: none;
}

ul#topnav {
	list-style-type: none;
	margin: 0 0 0 1%;
	display: table;
	padding: 0;
	overflow: hidden;
	width: 65%;
	position: absolute;
	bottom: 0;
}

ul#topnav li {
	display: table-cell;
	text-align: center;
}

ul#topnav li a {
	background: #333;
	color: #bbb;
	border: none;
	display: block;
	margin-right: 5px;
	padding: 5px 0px;
	text-decoration: none;
	font-size: 12px;
}

ul#topnav li a.active,
ul#topnav li a.active:hover {
	background: #fff;
	color: #333;
}

ul#topnav li a:hover {
	background: #cc9;
	color: #111;
}

/* end main menu*/

#sidebar {
	background: #fff;
	width: 200px;
	position: absolute;
	top: -175px;
	right: 1%;
	padding: 1px 15px;
	font-size: 12px;
	-webkit-box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.45),
		-25px 0px 25px -25px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.45),
		-25px 0px 25px -25px rgba(0, 0, 0, 0.45);
	box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.45),
		-25px 0px 25px -25px rgba(0, 0, 0, 0.45);
}

#sidebar h2 {
	background-color: inherit;
	color: #996;
	font: normal 16px Arial, sans-serif;
	border-bottom: 2px solid #996;
	padding: 4px 0 1px 0;
}

#sidebar ul {
	list-style: none;
	padding: 2px;
	margin: 0;
}

#sidebar ul li {
	list-style-position: inside;
	padding: 2px 0 15px 0;
}

#sidebar a {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}

#content {
	text-align: left;
	padding: 20px;
	margin-right: 245px;
}

#content h1 {
	font: normal 18px Arial, sans-serif;
	padding: 0;
}

#content ul {
	list-style: none;
}

#content ul li {
	padding: 2px 0 2px 10px;
	margin: 0;
}

#content .item {
	line-height: 1.25em;
	margin: 0;
}

#content .item p {
	text-align: justify;
}

#footer {
	padding: 10px;
	height: 20px;
	border: 0px;
	color: #111;
	font-size: 12px;
	background: #abab83;
	background: -moz-linear-gradient(top, #abab83 0%, #abab83 0%, #abab83 50%, #a1a172 51%, #a1a172 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #abab83), color-stop(0%, #abab83), color-stop(50%, #abab83), color-stop(51%, #a1a172), color-stop(100%, #a1a172));
	background: -webkit-linear-gradient(top, #abab83 0%, #abab83 0%, #abab83 50%, #a1a172 51%, #a1a172 100%);
	background: -o-linear-gradient(top, #abab83 0%, #abab83 0%, #abab83 50%, #a1a172 51%, #a1a172 100%);
	background: -ms-linear-gradient(top, #abab83 0%, #abab83 0%, #abab83 50%, #a1a172 51%, #a1a172 100%);
	background: linear-gradient(to bottom, #abab83 0%, #abab83 0%, #abab83 50%, #a1a172 51%, #a1a172 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abab83', endColorstr='#a1a172', GradientType=0 );
	clear: both;
}

#footer a {
	background-color: inherit;
	color: #111;
}

#footer a:hover {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

#footer span.left {
	text-align: left;
	padding-left: 15px;
	float: left;
}

#footer span.right {
	text-align: right;
	padding-right: 15px;
	float: right;
}

#credits {
	width: 90%;
	background-color: inherit;
	color: #999;
	position: relative;
	bottom: 0;
	padding: 10px 0;
	font: normal 11px Arial, sans-serif;
	text-align: right;
	margin: 0 auto;
}

#credits a {
	background-color: inherit;
	color: #999;
	text-decoration: none;
}

#credits a:hover {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

/* additional */
.obrat		{margin-bottom: 17px; position: relative;}
.obrat	div	{top: 0; left: 120px; position: absolute;}
div.hgt		{height: 160px}
div.hgt_op	{height: auto}

input.submit	{font-size: 18px; padding: 10px; cursor: pointer; background: #cbcba3; border: 1px solid; color: #000}
input.submit:hover	{background: #abab83;}
.txtarea	{font-size: 13px; width: 350px; height: 150px}
.txtarea_op	{font-size: 13px; width: 550px; height: 120px}
.img_blk	{width: 150px; display: inline-block; margin: 10px 20px; text-align: center; vertical-align: top}
.img_blk  img	{width: 100%; border: #888 1px solid}



.whatsapp-button {
    position: relative;
    left: 50%;
    top: 30px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 45px; /*ширина кнопки*/
    height: 45px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    background: url(/images/whatsapp.png) no-repeat center;
    background-size: 70%;
    background-color: #25D366;
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}



/* Begin responsive styles */
@media screen and (max-width: 1300px){

#banner p {width: 75%;}

}

@media screen and (max-width: 1000px){

#banner p {width: 78%;}

#content { padding: 15px; margin-right: 205px; }
#sidebar {width: 170px; padding: 1px 7px; }
#sidebar h2 {line-height: 12px;}

#sidebar ul li	{padding: 2px 0 5px 2px;}
.img_blk	{margin: 10px 10px;}

}

@media screen and (max-width: 900px){

#banner p {width: 77%;}

#wrapper { width: 94%; }
#content { padding: 10px; }
div.hgt		{height: 140px}
.txtarea	{width: 300px; height: 120px}
.txtarea_op	{width: 500px}

#sidebar ul li	{padding: 0 0 3px 0px;}
}

@media screen and (max-width: 800px){

#banner p {width: 72%;}

.img_blk	{width: 30%; margin: 10px 5px;}
.txtarea_op	{width: 430px}

}

@media screen and (max-width: 700px){

body { font-size: 14px; }

#wrapper { padding: 5px; width: 97%; }

blockquote {
	font-size: 13px;
	border-left-width: 3px;
	padding: 1px 5px 1px 10px;
	margin: 0;
}
/* banner */
#banner {height: 150px}
#banner div.zag { margin-top: 15px; margin-bottom: 15px; font-size:28px;}
#banner p {width: 100%;}

ul#topnav { width: 450px; }

/* sidebar */
#sidebar { width: auto; left: 0; top: 0; position: relative;}

/* content */
#content {padding: 7px; margin-right: 0px; ; margin-top: 10px;}
#content h1 { font-size:14px; font-weight:bold;}
#content .item span { font-size:10px;}
#content ul {margin-left:0; padding-left:0;}
#content ul li {margin-left:0; padding-left:0;}

input.submit	{margin-bottom: 70px}

/* footer */
#footer {font-size:14px; text-align: center; padding-bottom: 10px;}
#footer span.left {display:none;}
#footer span.right {padding-right: 0px; float: none;}
#credits { font-size:80%; text-align:center;}

.img_blk	{width: 30%; margin: 10px 5px;}
.txtarea_op	{width: 90%}

}

@media screen and (max-width: 500px){

#wrapper { padding: 0px; width: 100%; margin: 0% auto; }
#banner {height: 140px; padding: 7px; }
#banner div.zag { font-size: 24px;}

/* main menu */
ul#topnav {display:none;}
.responsive { display:block;}
#show-menu:checked  ~ ul#topnav {display: block; position: absolute; top:100%; width: 280px; margin:0 0 0 -40px; overflow:visible;}
ul#topnav { z-index: 1; }
ul#topnav li { display: block; text-align:left; margin: 0 0 0 10%; border-bottom: #fff 1px solid}
ul#topnav li a { padding: 8px 0 8px 30px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; font-size: 14px;}
ul#topnav li a.active, ul#topnav li a.active:hover {    background: #333;  color: #999;}

.responsive1 { top: 7%; right: 2%}


#content { padding: 3px; }

.obrat	div	{left: 110px}
div.hgt		{height: 120px}
input.submit	{font-size: 16px; padding: 5px; margin-bottom: 80px}
.txtarea	{width: 270px; height: 100px}
.txtarea_op	{width: 98%}

}

@media screen and (max-width: 400px){

#banner {height: 170px}
#banner div.zag { margin-top: 10px; margin-bottom: 10px; font-size: 20px;}

.obrat	div	{left: 100px}
div.hgt		{height: 100px}
input.submit	{margin-bottom: 70px}
.txtarea	{width: 240px; height: 90px}
.img_blk	{width: 46%; margin: 5px 5px;}

}

@media screen and (max-width: 350px){
.txtarea	{width: 185px}

}
