@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');



html {
	margin: 0px;
	padding: 0px;

	    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}


body{

color:#333;
margin: 0px;
padding: 0px;
font-size: 16px;
}

/* body {
  background-color: #f2f2f2;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  margin-top: 70px;
}
 */

/* h1 {
font-family: 'Alice', serif;	
color:#567BD3;
}
 */



 h1,h2, h3, h4, h5, h6 {
	font-family: "Comfortaa";
	 font-weight: 400; 
	color: #333;
} */


a {
	text-decoration: none;
	color: #007dbc;
	/* color: #f85c37; */
}

a:hover, a:focus {
	color: #7b7b7b;
	text-decoration: none;
	outline: 0;
}

hr {
	display: block;
	height: 1 px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

label {
  width:500px;
  display:block;
  font-weight:bold;
  color:#666666;
  
}


/* ===========================================================
header 
*/

.head {
    position: relative;
    height: 280px;
    color: red;
    width: 100%;
    background: url('../img/header.png')  0px 0px;
}


.head-left {
   
  position: relative;
    top: 12%;
    width: 950px;
    margin-top: auto;
     margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    
    color: #ffffff;
    font-size: 40px;
    line-height: 45px;
    text-shadow: 1px 1px 2px black;
    font-weight: bold;
    z-index: 200;
}

.head-right {
    position: relative;
    top: -112px;
    left: 20px;
    height: 240px;
    width: 240px;
    /* background: url('../img/header-lf.png') no-repeat center; */
    z-index: 100;
}

.head-right img {
height: 240px !important;
width: 240px !important;
display: block;
  max-width:300px;
  max-height:300px;
  

}

@media (max-width: 1190px ) {
  .head-right img {
    height: 200px !important;
		width: 200px !important;
		top: 0;	
	}
	
}


@media (max-width: 950px ) {
  .head-right img {
    visibility: hidden;
    display: none;
	}
	
	.msg-result-ok {
		margin-top: 20px;
	}
	.show {
		height: 120px;
	}
}

@media (max-width: 544px ) {
	.show {
		height: 200px;
	}

}

#headerwrap {
	position: relative;
	background-color:#ffffff !important;
  background: url(../img/header.png) no-repeat center top;
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  height: 280px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;




}

#headerwrap h1 {
 font-family: 'Lobster', cursive;
  color: white;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 3px;
}

#headerwrap h2 {
  font-family: 'Playfair Display SC', serif;
  color: white;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 768px ) {
  #headerwrap h1 {
    font-size: 30px;
  }

  #headerwrap h2 {
    font-size: 25px;
  }
}




/* 
/header 
===========================================================*/

/* navbar */
.navbar-toggler {
		color: #3af5f3;
}
.navbar {
	position: relative;
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#fffff7 !important;
}

.navbar-brand {
	color:#6f8197 !important; 
}

/* /navbar */




/* Menu */
ul.gradient-menu {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: inline-block;
	font-family: arial, sans-serif;
	font-size: 13px;
	height: 54px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3);
	-o-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3);
}
ul.gradient-menu {
*display:inline;
}
ul.gradient-menu li {
	display: inline;
}
ul.blue li a {
	background-color: #024;
	border: 1px solid #012;
}

ul.gradient-menu li a {
	display: block;
	padding: 0 25px;
	height: 52px;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	float: left;
	margin-right: -1px;
	text-align: center;
	height: 52px;
	font-weight: normal;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, rgba(255, 255, 255, 0.7)), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(rgba(255, 255, 255, 0.3)));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.2) 50%, transparent 50%, rgba(255, 255, 255, 0.3) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.2) 50%, transparent 50%, rgba(255, 255, 255, 0.3) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.2) 50%, transparent 50%, rgba(255, 255, 255, 0.3) 100%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.2) 50%, transparent 50%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-box-shadow: inset -1px 0 1px rgba(255, 255, 255, 0.4), inset 1px 0 1px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset -1px 0 1px rgba(255, 255, 255, 0.4), inset 1px 0 1px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
	box-shadow: inset -1px 0 1px rgba(255, 255, 255, 0.4), inset 1px 0 1px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
	text-shadow: 1px -1px 1px #000;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
ul.gradient-menu li:first-child a {
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
ul.gradient-menu li:last-child a {
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
ul.gradient-menu li a:hover {
	line-height: 52px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, rgba(255, 255, 255, 0.2)), color-stop(0.5, rgba(255, 255, 255, 0)), color-stop(0.5, transparent), to(rgba(255, 255, 255, 0.2)));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%, transparent 50%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%, transparent 50%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%, transparent 50%, rgba(255, 255, 255, 0.2) 100%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%, transparent 50%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.4), inset 1px 0 1px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.4), inset 1px 0 1px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.4), inset 1px 0 1px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(0, 0, 0, 0.4);
}
ul.blue li a:active {
	background-color: #012;
}
ul.gradient-menu li a:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.8);
}

/* /Menu */


.location_form1 {
	position: absolute;
	top: 247px;
	right: 35px;
	z-index: 100;
}

@media (max-width: 1344px ) {
	.location_form1 {
		top: 260px;
	}
	#sector1 {
		margin-top: 15px;
	}
}


@media (max-width: 796px ) {
	.location_form1 {
		top: 275px;
	}


}

.location_form2 {
  /* display: none; */

   padding-top: 10px;
   padding-bottom: 55px;
   
    
    /* background: url('../img/header-lf.png') no-repeat center; */

}

/* sector1 */

#sector1 {

	padding-top: 10px;

  /* height: 280px;background: #ffffff */
  
}

#sector1 h4 {
	font-size: 26px;
	font-weight: 600;
	font-family: "Alice";
}
#sector1 i {
  color: #6699cc;
  font-size: 25px;
}
#sector1 p {
  text-align: justify;
  

}
/* sector2 TEXT */
.separator1 {
    
    background: transparent url(../img/separator.png) no-repeat 50%;
    display: block;
    height: 14px;
    margin: 0;
    padding-bottom: 60px;

}

#sector2 {

  background: #fafafa ;    
 /* background: url('../img/f5.jpg') ; */
 
  padding-top: 10px;
  padding-bottom: 30px;
  
  text-align: justify;
  min-height: 400px;
  font-family:"Alice" ;
}

#sector2 .container {
  width: 80%;
}


/* CARUSEL */

/* .carousel-inner > .carousel-item > img {
  width:200px;
 
} */



#block_img
.carousel-control-prev-icon, .carousel-control-next-icon {
  
  
    filter: invert(100%);
}



#block_img
.carousel-caption {
  
    border-radius: 10%;
    background-color: #aaaa7f;
    opacity: 0.9;
}

#block_img
.carousel-caption h5 {
  font-weight: 600;
 }
 #block_img
.carousel-caption p {
  text-indent: 0;
margin-bottom: 0;
 }
  #block_img a {
color: white;
  }
   #block_img i {
font-size: 20px;
  }

/* carusel */


#block_img {
  width: 250px;
  float: right;
  margin: 7px 25px 10px 15px;
   border: 5px solid #006699;

}

 #v1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}


#sector2 p {
 line-height: 28px;
 text-indent: 20px;
 margin-left: 20px;
 margin-right: 20px;
 font-size: 16px;
  }

#sector2 P:first-letter {
    /* font-family: "Lobster";  */
    font-size: 120%; 
    font-weight: 150; 
   }



  .allocation {
    font-family:"Lobster" ;
     font-size: 17px; 
  }
/* TABLE SECROR2 */
 #table_s2 {
  background: #f5ffff;
  border-collapse: collapse;
  text-align: left;
  border: 15px solid #e6e6e6;
  border-top: 5px solid #e6e6e6;
}
#table_s2 th {
  border-top: 1px solid #777777;  
  border-bottom: 1px solid #777777; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#6699cc, #3d528f);
  color: white;
  padding: 10px 15px;
  position: relative;
}
#table_s2 th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  height: 25%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}
#table_s2 tr:nth-child(odd) {
  background: #ebf3f9;
}
#table_s2 th:first-child {
  border-left: 1px solid #777777; 
  border-bottom:  1px solid #777777;
  box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
#table_s2 th:last-child {
  border-right: 1px solid #777777;
  border-bottom:  1px solid #777777;
  box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
#table_s2 td {
  border: 1px solid #e3eef7;
  padding: 10px 15px;
  position: relative;
  transition: all 0.5s ease;
}
#table_s2 tbody:hover td {
  color: transparent;
  text-shadow: 0 0 3px #a09f9d;
}
#table_s2 tbody:hover tr:hover td {
  color: #444444;
  text-shadow: none;
}
#table_s2 tbody tr:hover {
  background: #c1c191; transition-duration: 0.6s;
  cursor: 	text;
}
/* /table secror2 */


.corr1 {
margin-top:40px;
margin-bottom:5px;
}

  /*  cписок....................................................*/
 .list1 {
    padding-left: 40px;
    list-style: none;
}
.list1 li{
    padding:6px;
    cursor: pointer;
}
.list1 li:before {
    padding-right:10px;
    font-weight: bold;
    color: #337AB7;
    content: "\27A6";
    transition-duration: 0.5s;
}
.list1 li:hover:before {
    color:#dc143c ;
 
    content: "\27A6";

}    
  /* /список ......................................................*/

/* sector3  background:#e0e0e0; */

#sector3 {
 background: url('../img/f5.jpg') ;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

#sector3 h4 {
	font-family: "Lato";
  font-weight: 700;

}

#sector3 h5 {
  font-family: 'Lato', serif;
  color: #5c6170;
  font-size: 18px;
  font-weight: 700;
  }

#sector3 i {
  
  font-size: 25px;
  margin-right: 10px;
  
  }

/* tree */
#tree {
  background: #004c6f;
  padding-top: 5px;
  padding-bottom: 5px;
}
#tree h4 {
	font-family: "Lato";
  font-weight: 700;
color: #ffffff;
}

.circle {
  width: 100px;
  height: 100px;
  border: 1px solid black;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* /tree */

/*TILT*/

.tilt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}

/* /TILT*/

/* Footer Wrap */

#f {
  background: #2d2d2d;
  padding-top: 5px;
  padding-bottom: 5px;
}

#f i {
  color: #bdbdbd;
  font-size: 45px;
  padding: 20px;
}

#f i:hover {
  color: #ff7878;
  cursor: pointer;
}


/* /Footer Wrap */



/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

#copyrights p {
  margin-bottom: 5px;
}

.credits {
  color: #999;
}

/* /Copyrights */


/* 
==================================================================
 */



.centered {
	text-align: center;
}


/* text bloсk */
[class*="sticker"] {
 position: relative;
 margin: 15px 0;
 padding: 33px 15px 15px;
 background: #fff;
 border-radius: 6px;
 box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, .64)
}
[class*="sticker"]:after {
 content: attr(data-sticker);
 position: absolute;
 top: 0;
 padding: 3px 7px;
 font-size: 12px;
 font-weight: bold;
 background: #999;
 color: #fff
}
.sticker-left {
 border-top-left-radius: 6px
}
.sticker-left h3 {
 color: #993333;
}


.sticker-right {
 border-top-right-radius: 6px
}
.sticker-left:after {
 left: 0;
 border-radius: 6px 0 6px 0
}
.sticker-right:after {
 right: 0;
 border-radius: 0 6px 0 6px
}
.sticker-danger:after {
 background: #d9534f;

}
.sticker-danger h3 {
  font-weight: 600; 
}
.sticker-warning:after {
	background: #f0ad4e;
}
.sticker-success:after {
	background: #5cb85c;
}
.sticker-info:after {
	background: #5bc0de;
}
.sticker-inverse:after {
	background: #222;
}
/* ./text bloсk */

/* message */
.msg-result h4 {
color:#dc0000;	
font-weight: bold;
text-align: center;
padding: 70px 0 50px 0;
}
.msg-result-ok  {
	position: relative;
	
	font-family:"Comfortaa";
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.msg1 {
	color: #ff1111;
}
.msg-var  {
	color: #0483a0;
	font-weight: bold;
	padding:0 0 20px 20px;
}
.text-var {
	margin-left: 20px;
	margin-top: 10px;
	font-weight: bold;
}
/* /message */

.results
{
	width: 975px;
	margin: 0 auto;
}

#messenger{
	width: 330px;
	margin: 5px 0px;
	padding: 5px;
	border: gray dashed 1px;
	background: pink;
	display: none;
}

.msg
{
	font-size: 11px;
	color: #666;
	padding: 10px;
}
.cleardiv {
	clear: both;
}

/*TABLE*/
TABLE {
border-collapse: collapse;
border: 2px solid #000;
}
TD, TH {
padding: 5px;
border: 2px solid green;
}
table tbody tr:hover {background: #98c0ff; transition-duration: 0.6s;}



.tb2 {
	width: 93%;
	margin: 0 auto;

}


.tb2 th,
.num1 {
	background-color: #005073;
	color: #ffffff;
	text-align: center;
}
.tb2 td
 {	
	text-align: center;
}


.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.pagination li {
  display: inline;
  text-align: center;
  cursor: pointer;
}

.pagination li {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.pagination li.active {
  cursor: default;
}
.pagination li:active {
  outline: none;
}

.modal-1 li:first-child li {
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 0 6px;
}
.modal-1 li:last-child li {
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 0;
}
.modal-1 li {
  border-color: #ddd;
  color: navy;
  background: #fff;
}
.modal-1 li:hover {
  background: #eee;
}
.modal-1 li.active, .modal-1 li:active {
  border-color: #0483a0;
  background: #0483a0;
  color: #fff;
}
/* /table/

/* FORM========*/

.necessarily {
	color: red;
	font-size: 14px;
}


.location_form1 label {
	color: #0974a6;
	margin-left: 15px ;
	margin-bottom: 0;
	float: left;

}


.location_form2 label {

	float: left;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 0;
	font-size: 13px;
}

.login-wrap {
	position: relative;
	margin: 0 auto;
	background: #ecf0f1;
	width: 350px;
	border-radius: 5px;
	box-shadow: 3px 3px 10px #333;
	padding: 15px;
}

.location_form2 .form-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
	background: -moz-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
	height: 5px;
	border-radius: 5px 5px 0 0;
}

.pos1 i {
	position: relative;
	color: #ffffff;
	left: 18px;
	top: -7px;
	z-index: 100;
}

#submit_f1 {
	position: relative;
	top: -9px;
	left: -18px;

}

.form-wrapper #submit_f1 {
	padding-left: 25px;
}

#button1, #button2 {
	position: absolute;
	font-size: 12px;
	top: 20px;
	right: 15px;
	float: right;

}
#button2 {
	width: 180px;
	background-color: #f0c3a8;
	background-image: none;
	color: #000000;
}

.form-wrapper {
	position: relative;
	background-color: #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
	background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
	background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
	background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
	background-image: linear-gradient(top, #f6f6f6, #eae8e8);

	border-color: #dedede #bababa #aaa #bababa;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
	-moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
	box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
	margin: 1px auto;
	overflow: hidden;
	width: 540px;

}

.location_form1 .form-wrapper {

	padding: 5px;
}

.location_form2 .form-wrapper {

	padding: 15px;
	background: url('../img/bg_panel.png') repeat;
}



.location_form2 h5 {
	color: #567BD3;
	font-weight: 600;
	/* font-family: Trebuchet MS; */
	margin-bottom: 20px;
}

.location_form2  input[type="text"],
.location_form2  input[type="number"],
.location_form2 select  {
	border: 1px solid gray;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #00000;
	font-weight: 150;
	float: left;
	font: 14px Lucida Sans, Trebuchet MS, Tahoma, sans-serif;

	padding: 5px;
	margin-left: 10px;
	width: 300px;
}

.location_form2 #submit2 {
	position: absolute;
	bottom: 20px;
	left: 350px;
	font-size: 12px;
	width: 160px;
}

#res_god1,
#res_fond,
#res_opis,
#res_delo {
	width: 70px;
}



.form-wrapper #input_form {
	border: 1px solid #567BD3;
	-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #00000;
	font-weight: 300;
	float: left;
	font: 18px Lucida Sans, Trebuchet MS, Tahoma, sans-serif;
	height: 22px;
	padding: 5px;
	margin-left: 10px;
	width: 250px;
}

.form-wrapper #input_form:focus {
	border-color: #8ca0d9;
	-webkit-box-shadow: 0 1px 1px #bbb inset;
	-moz-box-shadow: 0 1px 1px #bbb inset;
	box-shadow: 0 1px 1px #bbb inset;
	outline: 0;
	color: #000000;

}

.form-wrapper #input_form:-moz-placeholder,
.form-wrapper #input_form:-ms-input-placeholder,
.form-wrapper #input_form::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
}

.form-wrapper  input[type=button],
button[type=button]    {
	background-color: #003c56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#003c56), to(#0483a0));
	background-image: -webkit-linear-gradient(top, #618dbf, #003c56);

	background-image: -moz-linear-gradient(top, #618dbf, #003c56);
	background-image: -ms-linear-gradient(top, #618dbf, #003c56);
	background-image: -o-linear-gradient(top, #618dbf, #003c56);
	background-image: linear-gradient(top, #618dbf, #003c56);
	border: 1px solid #00748f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
	color: #fafafa;
	cursor: pointer;
	height: 35px;
	font: 14px Arial, Helvetica;


	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);


	margin-left: 11px;

}




.form-wrapper input[type=submit]:hover,
.form-wrapper input[type=submit] :focus,
.form-wrapper button[type=button] :focus,
.form-wrapper button[type=button]:hover {
	background-color: #31b2c3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
	background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
	background-image: linear-gradient(top, #0483a0, #31b2c3);
}

.form-wrapper #submit2:active,
button[type=button]:active {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	outline: 0;
}

.form-wrapper #submit2::-moz-focus-inner {
	border: 0;
}

.input
{

	padding: 8px;
	font-size: 14px!important;
	border: 1px solid #999999;

	margin-bottom: 10px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.select_wrp {
	padding: 8px;
	font-size: 14px;
	margin-bottom: 10px;


}

#res_uezd {


	border: 1px solid #999999;


	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}




.select2-container--default .select2-selection--single {

	border: 1px solid #999999 !important;

}

/*  СТИЛИ ДЛЯ ПЛАШКИ*/


#search_box {
	position: relative;

}
#search_box input[type="text"] {
	display: block;
	width: 95%;

	border: 1px solid #1a66ff;
	outline: none;
	overflow: hidden;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);

	color: #222;
}


/* СТИЛИ ДЛЯ ПЛАШКИ С РЕЗУЛЬТАТАМИ */
.search_result {
	position: absolute;
	overflow: auto;
	top: 50px;
	left: 10px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	z-index: 9999;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	max-height: 400px;
	width: 95%;

}


.search-row i {
	color: #f9c5a5;
	margin-right: 10px;

}

.search_result-name {
	font-weight: 600;
	font-size: 12px;
	text-align: left;
	cursor: pointer;

}


/* /стили для плашки с результатами */