@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	}
	
		/*-------------- table ---------------- */

.simple-little-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#ff0000;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:10px;
	border:#ccc 1px solid;
	border-collapse:separate;

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

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

.simple-little-table th {
	font-weight:bold;
	padding:6px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}

.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}

.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}

.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}

.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}

.simple-little-table tr td {
	padding:8px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

.simple-little-table tr:last-child td{
	border-bottom:0;
}

.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}

.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.simple-little-table a:link {
	color: #ff0000;
	font-weight: bold;
	text-decoration:none;
}

.simple-little-table a:visited {
	color: #ff;
	font-weight:bold;
	text-decoration:none;
}

.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

/*--------------end table ---------------- */
	
.img_first,.img_second{
	width: 100%;
	height: 250px;
	}
	
.img_first img{
	width: 90%;
	height:auto;
	margin:auto;
	}
	
.img_bottom{
	width: 1120px;
	margin:100;
	height: 250px;
	}
	
	.slider_block h2{ text-align:center;
	margin-top: 18px;
	font-size: 22px;
	margin-bottom:5px;}
	.btn_you img{
		width: 30px;
		height: auto;
		margin-right: 5px;
		}
		
	.btn_you a{
		color:#000;
		font-size: 18px;
		vertical-align:top;
		text-decoration: none;
		}
/*----------- slider --------------------*/
.scroll-img {
	width: 1020px;
	 height: 200px;
  overflow: hidden;
	margin:auto;
	float:left;
	}
	
.scroll-img iframe{
	width: 330px; 
	height: 180px;
	margin: 10px;
	}
	
.scroll-img ul{
	list-style:none;
	margin:0;
	padding: 0;
	}
	
.scroll-img li{
	float: left;
	}

.scroll-img ul li {
  display: inline-block;
  margin: 10px 0px 10px 0px;
}

#demo4.scroll-img ul,
#demo5.scroll-img ul {
  width: 1800px;
}

#demo5-backward,#demo5-forward{
	margin-top: 20px;
	height: 180px;
	width: 40px;
	float:left;
	border: none;
	background: #FFFFFF;
	cursor:pointer;
	-webkit-transition: all  1s;
     -moz-transition: all  1s;
     -o-transition: all  1s;
     transition: all  1s;
	 	}
	 	
#demo5-backward:focus,#demo5-forward:focus{
	outline: none; }
	#demo5-backward:hover,#demo5-forward:hover{
		}
/*--------------- end slider ------------*/

.color{
	position:absolute;
	top: 0;
	left: 0;
	width: 410px;
	height: 200px;
	opacity: 0;

	    -webkit-transition: all 1.0s ;
    -moz-transition: all 1.0s ;
    -o-transition: all 1.0s ;
    transition: all 1.0s ;
	}
	
.block_img{
	position:relative;
	margin:auto;
	top: 0;
	width: 410px;
	height: 200px;
	}
	
.grey{
	width: 410px;
	height: 200px;
	}
	
.block_img:hover .color{
	opacity: 1;
	}

.prew,.next{
	    margin-top: 40px;
	width: 50%;
	height: 100%;
	
	float:left;
	position:absolute;
	cursor:pointer;
	}
	
.next{
	left: 50%;
	top: 0;
	}
	
#p8,#n8{
	height: 640px;
	opacity: 1;
	z-index: 99999;
	}
	
#id1,#id2,#id3,#id4,#id5,#id6{
	opacity:0;
	position:absolute;
	top: 0;
	left: 0;
	}
	
#id1{
	opacity:1;
	}
	
.img_wind{
	width: 100%;
	height:500px;
	position:absolute;
	transform: translateY(-70%);
	}
	
/*------- modal ------ */

.close {
position: absolute;
padding: 0;
top: -10px;
right: -10px;
width: 22px;
height: 22px;
border: 2px solid #ccc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background-color: rgba(61, 61, 61, 0.8);
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
text-align: center;
text-decoration: none;
font-weight: bold;
line-height: 20px;
-webkit-transition: background-color ease .7s;
-moz-transition:  background-color ease .7s;
-ms-transition:  background-color ease .7s;
-o-transition:  background-color ease .7s;
transition: background-color ease .7s;
}

.close:before {
color: rgba(255, 255, 255, 0.9);
content: '\2715';
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
font-size: 12px;
}

.close:hover {
background-color: #000000;
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999;
}

#boxes #dialog {
	
  width:375px; 
  height:203px;
  
  background-color:#ffffff;
}


.window{
	height: auto;
	width: 1140px;
	background:rgba(255, 255, 255, 0.0);;
	}
.window img{
	width: 100%;
    height:auto;
	}


/*------- end modal ------ */


.header{
		background: #ffffff;
		width: 100%;
		height: 450px;
		margin-top: 80px;
	}
	
.footer{
	width: 100%;
	height:10px ;
	background-color: #ffffff;
}

.slider_block{
	width: 1024px;
	height: auto;
	margin:auto;
	}
	
.logo img{
	width: auto;
	height:60px;
	}
	
.ul_top span{
	text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-family: Times New Roman, sans-serif;
    font-style: normal;
    font-weight: normal;
  	cursor: pointer;
	}
.ul_top a{
	white-space:nowrap;
	}
	
.ul_top{
	list-style: none;
	}
	
.li_top {float:left;
margin-left: 10px;
margin-right: 10px;
position:relative;
}

.ul_pod{
	list-style: none;
	font-size: 30px;
    font-family: Times New Roman, sans-serif;
	position: absolute;
	width: auto;
	height: auto;
	padding:  10px;
	margin-top: 28px;
	    background: rgba(245,245,245,0.8);
		border: 1px solid #666666;
	margin-top: -300px;	
	}
	
.main{
	width: 100%;
	margin:auto;
}

.row::after,.row::before{
	content:"";
	display:block;
	clear:both;
}

.header_info{
	z-index: 99000;
	width: 100%;
	background-color: rgba(255,255,255);
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	position: fixed;
	top: 3px;
	} 
	
.logo{
	text-align:center;
	width: 25%;
	float:left;
	}
	
.logo h3{
	font-size: 16px;
	font-weight: normal;
	}
.logo_center{
	 width: 180px;
	 margin:auto;

	}
.info_mail a{text-decoration:none;
color:#000;
	}
.logo_center h1{
	font-size: 1px;
	}
.logo a {
	text-decoration:none;
	color:#000;}
.logo_center h1:first-letter{
	color: #00F;
	font-size: 16px;
	font-weight:900;
}
.bottom{
	float:left;
	width: 50%;
	}
.info{
	float:left;
	width: 25%;
	margin-bottom: 5px;
	}
.bottom a{
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	font-family: Times New Roman, sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-left: 1.5%;
	margin-right: 1.5%;
	}
.bottom{
	text-align:center;
	margin-top: 25px;;
	}
.bottom a:hover{
	color:#000000;
	text-decoration: none;
	}
.info_phone img{
	float: left;
	margin-right: 5px;
	}
.info_phone a{
	text-decoration: none;
	color: #000;
	}
.info_phone{
	margin-top: 10px;
	}
.info_phone h3{
	font-size: 18px;
	font-weight:500;
	}
.info_mail img{
	margin-right: 10px;
	float: left;
	}
.info_mail{
	margin-top: 10px;
	margin-bottom: 5px;
	}
.info_mail h3{
	font-size: 18px;
	font-weight:500;
	}

/*-------------------------------------------------------------*/
.header_bottom{
	width: 1140px;
	margin:auto;
	padding-top: 60px;
	margin-top: 80px ;
	}

	.header_bottom_first{
	float:left;
	background-color: rgba(255,255,255,0.4);
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	width: 200px;
	margin: 5px;
	height: 170px;
		text-align:center;
		padding-top: 5px;
}
  	.header_bottom_first  a {
	text-decoration: none;
	color:#000;
  	}
  	
      .header_bottom_first:hover{
          box-shadow:2px 2px 12px 4px rgba(128,128,128);
          transition: 0.2s;
      }

    .header_bottom_first1{
	float:left;
		background-color: rgba(255,255,255,0.4);
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	width: 250px;
    height: 360px;
	margin-left: 20px;
	margin-top: 30px;

	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
		text-align:center;
	
}
    
    .header_bottom_first1  a {
	text-decoration: none;
	color:#000;
  	}


 .header_bottom_first2{
	float:left;
	background-color: rgba(255,255,255,0.4);
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	width: 250px;
    height: 360px;
	margin-left: 20px;
	margin-top: 30px;

	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 40px;
	text-align:center;
}

    .header_bottom_first2  a {
	text-decoration: none;
	color:#000;
  	}

   .header_bottom_first2 img{
	width: 80%;
	height:80%;
	margin-bottom: 2%;
	margin-top: 2%;
	}
	
	
	
	
	
	


.header_bottom_first h4{
	font-size: 16px;
	font-weight: normal;
	color:#000000;
	}
	
	
    .header_bottom_first a:hover{
	color:#000000;
	}
	
   .header_bottom_first img{
	width: 85%;
	height:80%;
	margin-bottom: 1%;
	margin-top: 1%;
	}
	
	.header_bottom_first1 img{
	width: 90%;
	height:90%;
	margin-bottom: 2%;
	margin-top: 2%;
	}
	
.post_first{
	background-color:#ffffff;
	}
.post_text{
	text-align: center;
	padding-top: 22px;
}
.post_text h2{
	margin-bottom: 20px;
	font-size: 28px;
	}

.post_text_p{
	font-size:18px;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	font-size: 20px;
	}

.block{
	width: 100%;
	height: 20px;
	background:url(../img/background2.jpg) 100%;
	background-attachment: fixed;
}

.propoz_left{
	width: 47%;
	margin-left: 10px;
	text-align: center;
	padding-bottom: 30px;
	float: left;
	padding-top: 80px;
	font-size: 22px;
	box-shadow: 2px 2px 6px #777;
	}
	
.propoz_left ul{
	margin-top: 30px;
	padding-left: 60px;
	text-align:left;
	}
.propoz_right{
	float: right;
	box-shadow: 2px 2px 6px #777;
	width: 47%;
	margin-left: 10px;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 20px;
	font-size: 20px;
	}
	
.post_bot{
	margin-top: 30px;
	margin-left: 10%;
	margin-right: 10%;

	}
/*-------------------------------------------------------------*/
.footer_info{
	font-size:18px;
	padding: 20px 10% 20px 10%;
	}

.phone{float:left;
	width: 50%;
	margin-bottom: 10px;
}
.phone img{float:left;
	margin-right: 10px;
}
.phone a {
	text-decoration: none;
	color:#000;
	}
.vk{
	float:left;
	width: 40%;
	}
.vk img{
	float:left;
	margin-right: 10px;
}
.vk a{
	text-decoration:none;
	color:#000;
	}
.mail{
	float:right;
	width: 50%;
	text-align:right;
	}
.mail a {
	text-decoration: none;
	color:#000}
.mail img{
	float: right;

	margin-left: 10px;
	}
.adress{
	float:right;
	width: 50%;
	text-align: right;
	margin-bottom:10px;
	}
.adress img{
	float:right;
	margin-left: 10px;
	}




.fon {background: #fff; border: 1px solid #ccc; border-top: none; padding:40px;}
.anons {width: 80%; margin:auto; padding: 20px;  margin-top: 20px;}
.anons img {box-shadow: 2px 2px 6px #777; float: left; margin: 10px 15px 15px 10px; }
.anons h3 {

	text-align:center;
	color: #333;
	margin-bottom: 15px;}
.anons p {font-size:20px;  color: #000; text-align:center;}

.post_tovar h2{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 36px;
	}
.post_tovar hr{
	margin-left: 15%;
	margin-right: 15%;
	}
.post_tovar h3{

	font-size: 24px;
	}
.bottom_tovar {
	margin-top: 45px;
	text-align:center;
	}
.bottom_tovar a{
	text-decoration: none;
	font-size: 20px;
	color: #00F;
	margin-left: 20px;
	font-weight:bold;
	background: #999;
	padding: 10px 30px;
	border-radius: 10px;
	box-shadow: 3px 3px 8px -2px #333;
	cursor: pointer;
	font-family: 'Oxygen', sans-serif;
 text-shadow: 1px 1px 0 rgba(255,255,255,0.65);
  border-width: 1px;
  border-style: solid;
  border-color: #317bd6 #3784e3 #2d74d5 #3774e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 15px;
  background-color: #4581e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6faefd), to(#4581e5));
  background-image: -webkit-linear-gradient(top, #6faefd, #4581e5);
  background-image: -moz-linear-gradient(top, #6faefd, #4581e5);
  background-image: -ms-linear-gradient(top, #6faefd, #4581e5);
  background-image: -o-linear-gradient(top, #6faefd, #4581e5);
  background-image: linear-gradient(top, #6faefd, #4581e5);
box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
 box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
	}


.bottom_tovar a:hover{
	-webkit-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
  -moz-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
  box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
	}


.post_tovar{
	margin-bottom: 30px;}

/*-------------------------------------------------------------*/
.aboutus{
	background-color:#ffffff;
	padding-bottom: 40px;
	text-align: center;
	padding-top: 20px;
	padding-left: 15%;
	padding-right: 15%;
}
	.aboutus h2{
		margin-bottom: 30px;
		margin-top: 10px;
		font-size: 28px;
	}
.aboutus h3{
	margin-bottom: 20px;
	font-size: 40px;
	text-align: left;
	}

.aboutus p{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size:20px;
	text-align: left;
	}

.aboutus li{
	text-align: left;
	margin-bottom: 5px;
	font-size: 20px;
	margin-left: 40px;
	margin-right: 40px;}








.service{
	background-color:#ffffff;
	padding-bottom: 40px;
	text-align: center;
	padding-top: 20px;
	padding-left: 15%;
	padding-right: 15%;
}
	.service h2{
		margin-bottom: 30px;
		margin-top: 10px;
		font-size: 28px;
	}
.service h3{
	margin-bottom: 20px;
	font-size: 22px;
	text-align: left;
	}

.service p{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size:20px;
	text-align: left;
	}

.service li{
	text-align: left;
	margin-bottom: 5px;
	font-size: 20px;
	margin-left: 40px;
	margin-right: 40px;}


/* form styles */
form .row {
  display: block;
  padding: 7px 8px;
  margin-bottom: 7px;
}


form label {
  display: inline-block;
  width: 60%;
  padding: 6px 0;
  color: #464646;
  vertical-align: top;
}
form .req { color: #ca5354; }

form .note {
  font-weight: normal;
  padding: 2px 7px;
  margin-bottom: 10px;
}

form input:focus, form textarea:focus { outline: none; }

/* placeholder styles: http://stackoverflow.com/a/2610741/477958 */
::-webkit-input-placeholder { color: #aaafbd; font-style: italic; } /* WebKit */
:-moz-placeholder { color: #aaafbd; font-style: italic; }           /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #aaafbd; font-style: italic; }          /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #aaafbd; font-style: italic; }      /* Internet Explorer 10+ */

form .txt {
  display: inline-block;
  padding: 8px 9px;
  padding-right: 30px;
  width: 60%;
  font-family: 'Oxygen', sans-serif;

  font-weight: normal;
  color: #898989;
  background-color: #f0f0f0;
  background-image: url('images/checkmark.png');
  background-position: 110% center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
  -moz-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
  box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

form .txtarea {
  display: inline-block;
  padding: 5px 8px;
  padding-right: 30px;
  width: 60%;
  height: 120px;
  font-family: 'Oxygen', sans-serif;
  font-size: 1.35em;
  font-weight: normal;
  color: #898989;
  background-color: #f0f0f0;
  background-image: url('images/checkmark.png');
  background-position: 110% 4%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
  -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
  box-shadow: 0 1px 4px -1px #a8a8a8 inset;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

form .txt:focus, form .txtarea:focus {
  width: 80%;
  color: #545454;
  background-color: #fff;
  background-position: 110% center;
  background-repeat: no-repeat;
  border-color: #059;
  -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(70, 100, 200, 0.7);
  -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(70, 100, 200, 0.7);
  box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(70, 100, 200, 0.7);
}
form .txtarea:focus {
  width: 80%;
  background-position: 110% 4%;
}

form .txt:valid {
  background-color: #deecda;
  background-position: 98% center;
  background-repeat: no-repeat;
  color: #7d996e;
  border: 1px solid #95bc7d;
}
form .txtarea:valid {
  background-color: #deecda;
  background-position: 98% 4%;
  background-repeat: no-repeat;
  color: #7d996e;
  border: 1px solid #95bc7d;
}
form .txt:focus:valid, form .txtarea:focus:valid {
  -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(120, 200, 70, 0.7);
  -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(120, 200, 70, 0.7);
  box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(120, 200, 70, 0.7);
}

form .center {
  margin-top: 15px;
  text-align: center;
}

#submitbtn {
 text-decoration: none;
	font-size: 20px;
	color: #00F;
	margin-left: 20px;
	font-weight:bold;
	background: #999;
	padding: 10px 30px;
	border-radius: 10px;
	box-shadow: 3px 3px 8px -2px #333;
	cursor: pointer;
	font-family: 'Oxygen', sans-serif;
 text-shadow: 1px 1px 0 rgba(255,255,255,0.65);
  border-width: 1px;
  border-style: solid;
  border-color: #317bd6 #3784e3 #2d74d5 #3774e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 15px;
  background-color: #4581e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6faefd), to(#4581e5));
  background-image: -webkit-linear-gradient(top, #6faefd, #4581e5);
  background-image: -moz-linear-gradient(top, #6faefd, #4581e5);
  background-image: -ms-linear-gradient(top, #6faefd, #4581e5);
  background-image: -o-linear-gradient(top, #6faefd, #4581e5);
  background-image: linear-gradient(top, #6faefd, #4581e5);
box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
 box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#submitbtn:hover, #submitbtn:focus {
  -webkit-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
  -moz-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
  box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
}

#submitbtn:active {
  -webkit-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9), 0 1px 3px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9), 0 1px 3px rgba(0,0,0,0.4) inset;
  box-shadow: 0 0 15px rgba(70, 100, 200, 0.9), 0 1px 3px rgba(0,0,0,0.4) inset;
}



/*------------------------------------------*/
*{
    font-family: Areal;
}

.b-popup{
    width:80%;
    min-height:500px;
    background-color: rgba(255,255,255,0);
    overflow:hidden;
    position:absolute;
   margin-top: -400px;
	left: 10%;
	right: 10%;
}

.b-popup_content img{
	height: 100px; width:145px;}
.b-popup_content{
	background:#fff;
	margin:auto;
	 width:98%;
	 border: 2px solid #CCC;
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	padding-bottom: 40px;
	}

.b-popup_content h3{
margin: 40px;
}

.b-popup_content a{
	text-decoration: none;
	font-size: 20px;
	color: #00F;
	margin-left: 20px;
	font-weight:bold;
	background: #999;
	padding: 10px 30px;
	border-radius: 10px;
	box-shadow: 3px 3px 8px -2px #333;
	cursor: pointer;
	font-family: 'Oxygen', sans-serif;
 text-shadow: 1px 1px 0 rgba(255,255,255,0.65);
  border-width: 1px;
  border-style: solid;
  border-color: #317bd6 #3784e3 #2d74d5 #3774e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 15px;
  background-color: #4581e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6faefd), to(#4581e5));
  background-image: -webkit-linear-gradient(top, #6faefd, #4581e5);
  background-image: -moz-linear-gradient(top, #6faefd, #4581e5);
  background-image: -ms-linear-gradient(top, #6faefd, #4581e5);
  background-image: -o-linear-gradient(top, #6faefd, #4581e5);
  background-image: linear-gradient(top, #6faefd, #4581e5);
box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
 box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
	}

.b-popup_content a:hover{
	-webkit-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
  -moz-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
  box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
	}

/*------------------------------------------*/
.table{
	margin:auto;
	width: 90%;
	margin-bottom: 40px;
	}
.pomoch{
    width:60%;
    min-height:500px;
    background-color: rgba(255,255,255,0);
    overflow:hidden;
    position: absolute;
    top: auto;
	left: 20%;
	right: 20%
}

.pomoch_content{
	background:#fff;
	margin:auto;
	 width:98%;
	 border: 2px solid #CCC;
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	padding-bottom: 40px;
	}

.pomoch_content h3{
	padding-top: 25px;

}

.pomoch_content a{
	text-decoration: none;
	font-size: 20px;
	color: #00F;
	margin-left: 20px;
	font-weight:bold;
	background: #999;
	padding: 10px 30px;
	border-radius: 10px;
	box-shadow: 3px 3px 8px -2px #333;
	cursor: pointer;
	font-family: 'Oxygen', sans-serif;
 text-shadow: 1px 1px 0 rgba(255,255,255,0.65);
  border-width: 1px;
  border-style: solid;
  border-color: #317bd6 #3784e3 #2d74d5 #3774e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 15px;
  background-color: #4581e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6faefd), to(#4581e5));
  background-image: -webkit-linear-gradient(top, #6faefd, #4581e5);
  background-image: -moz-linear-gradient(top, #6faefd, #4581e5);
  background-image: -ms-linear-gradient(top, #6faefd, #4581e5);
  background-image: -o-linear-gradient(top, #6faefd, #4581e5);
  background-image: linear-gradient(top, #6faefd, #4581e5);
box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
 box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
	}


.pomoch_content a:hover{
	-webkit-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
  -moz-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
  box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
	}
	
.table_new{
	width:70%;
	font-size: 18px;
	margin:auto;
	padding-top: 50px;
	}
	
.table_new td{
	vertical-align:top;
	padding-left: 30px;
}
.table_new h3{
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.table_img img{width: 160px;
height: 160px;
float:right;
margin: 5px;}
.table_second{
	margin-top: 20px;
	font-size: 16px}
	
.predstavniki{width: 100%;
padding-top: 30px;}
.footer_info{
	padding-bottom:100px;
	}
.predstavniki h3{
	text-align: center;
	}
.left_colon{
	float: left;
	}
.right_colon{
	float: right;
	}
.right_colon a{
	color:#000;
	text-decoration:none;
	}
.viber{
	height:20px;
	width:auto;
	}
.site_partners{
	width: 650px;
	height:auto;
	margin:auto;
	}
.site_partners img{
		float:left;
	height:auto;
	width: 70px;
	}
.pa_h3{
	margin-bottom: 30px;
	margin-top: 30px;
	}
.site_partners h2{
	color: rgba(0,0,0,0.8);
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    font-size: 64px;
    margin: 0;
    margin-top: -8px;
    padding: 0;
	margin-top: -10px;
}

.site_partners h2:first-letter{
	font-size:  64px;
    color: #00b9e9;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    text-shadow: 0 1px 0 #62d0c6, 0 2px 0 #5db5a4, 0 3px 0 #6bb7b0, 0 4px 0 #53adb5, 0 5px 0 #86d0e0, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);}
.site_partners a{
	float:left;
	text-decoration:none;
	margin-left: 50px;
	}
.ul_mobi{
	display: none;
	list-style: none;
	position: absolute;
    width: auto;
    height: auto;
    padding: 10px;
    margin-top:38px;
    background: rgba(245,245,245,0.8);
    border: 1px solid #666666;
   margin-left: -70px;
    margin-top: -350px;
	}
#butt_re{
	color: #333;
    font-size: 18px;
    font-family: Times New Roman, sans-serif;
    font-style: italic;
    font-weight: 600;
    cursor: pointer;
	}
	
#butt_re{display: none;}
@media only screen and (max-width: 900px) {
	#butt_re{display: block;}
.bottom{
	width: auto;
	margin-right: 10%
	}
.ul_mobi{
	display: block;
	}
.b-popup_content img{
	height: 30px; width:50px;}

.ul_top{ display:none;}
.logo{width: 40%;}
.info{width: 40%}
.post_text_p{margin-left: 10px;
	margin-right: 10px;}
.service{
	padding-left: 10px;
	padding-right: 10px;}
.anons{
	width: 95%;}
.footer_info{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	}
.post_bot{
	margin-left: 10px;
	margin-right: 10px;
	}
.b-popup{
    width:98%;
	left:5px;
	right: 5px;
	}
	.footer_info{
	font-size: 36px;
	}
.header_bottom{
	width: 100%;
	margin:auto;
	padding-top: 1px;
	}
.header_bottom_first{
	width: 29.3%;
	margin-left: 2%;
	margin-right: 2%;
	height: 260px;
}

	.header_bottom_first img{
	height: 150px;
	}

}
@media screen and (min-width: 1024px) and (max-width: 1139px){
	.characteristics_in,.footer_info_in{
		width: 100%;
		}
		.scroll-img{
			width: 675px;
			}
		.img_bottom{
			width: 755px;
			margin:auto;
			}
.nav {
	margin-left: 30px;
	}
.about_as{
	width: 100%;
	}	
.sub-header{
	width: 100%;
	}
}
@media screen and (min-width: 900px) and (max-width: 1023px){
	.characteristics_in,.footer_info_in{
		width: 100%;
		}
		.scroll-img{
			width: 675px;
			}
		.img_bottom{
			width: 755px;
			margin:auto;
			}
		.characteristics_in{}
		
		.right_block,.left_block{
			float:none;
			width: 100%;
			}
		.right_block{
			width: 90%;
			padding-left: 10%;
			}
		.img_first{height:auto;}
.nav {
	margin-left: 30px;
	}
.block_video{
	margin:0 1.3%;
	width:265px;
	}
.about_as{
	width: 100%;
	}	
.sub-header{
	width: 100%;
	}
.navbar{
	display:none;
	}
}
@media screen and (min-width: 740px) and (max-width: 899px){
.characteristics_in,.footer_info_in{
		width: 100%;
		}
		.scroll-img{
			width: 675px;
			}
		.img_bottom,.slider_block{
			width: 755px;
			margin:auto;
			}
		.characteristics_in{}
		
		.right_block,.left_block{
			float:none;
			width: 100%;
			}
		.right_block{
			width: 93%;
			padding-left: 7%;
			}
		.img_first{height:auto;}
		.tabs,.tab_content{height: auto;}
.nav {
	margin-left: 30px;
	}

.sub-header{
	width: 100%;
	}
.about_as{
	width: 100%;
	}
.navbar{
	display:none;
	}
.block{
	margin: 0 10px;
	}
.footer_info_in_pol_1,.footer_info_in_pol_2{
		width:48.5%;}
}
@media screen and (min-width: 620px) and (max-width: 739px){
	.characteristics_in,.footer_info_in{
		width: 100%;
		}
		.scroll-img{
			width: 340px;
			}
			.video p,.characteristics_in p{
				padding: 20px;
				}
		.img_bottom,.slider_block{
			width: 420px;
			margin:auto;
			}
		.characteristics_in{}
		
		.right_block,.left_block{
			float:none;
			width: 100%;
			}
		.right_block{
			width: 93%;
			padding-left: 7%;
			}
		.img_first{height:auto;}
.tabs,.tab_content{height: auto;}


.about_as{
	width: 100%;
	}	
.sub-header{
	width: 100%;
	}
.navbar{
	display:none;
	}
.block{
	width: 290px;
	height: 330px;
	margin: 0 5px;
	}
.block_in{width: 290px;}
.block_in img{
		width: 290px;
	}
.footer_info_in_pol_1,.footer_info_in_pol_2{
		width:48.5%;}
.video_in iframe{width: 280px;}
	.item{height:auto;}
}
@media screen and (min-width: 360px) and (max-width: 619px){
	.characteristics_in,.footer_info_in{
		width: 100%;
		}
		.scroll-img{
			width: 340px;
			}
			.video p,.characteristics_in p{
				padding: 20px;
				}
		.img_bottom,.slider_block{
			width: 420px;
			margin:auto;
			}
		.characteristics_in{}
		
		.right_block,.left_block{
			float:none;
			width: 100%;
			}
		.right_block{
			width: 93%;
			padding-left: 7%;
			}
		.img_first{height:auto;}
		.tabs,.tab_content{height: auto;}
.video{
	width: 100%;
	
	top: 35vh;
	}

.block_video{
	margin:auto;
	width:280px;
	}

.about_as{
	width: 100%;
	}	
.sub-header{
	width: 100%;
	}
.navbar{
	display:none;
	}
.item{width: 95%;}
.block{
	width: 290px;
	height: 330px;
	margin: auto;
	float:none;
	}
.block_in{width: 290px;}
.block_in img{
		width: 290px;
	}
.footer_info_in_pol_1,.footer_info_in_pol_2{
		width:90%;margin:auto;float:none;}
.video_in iframe{width: 280px;}
	.item{height:auto;}
	}

