/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||| Базовые настройки ||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
html
{
	height: 100%;
}

body
{
	/*background: #EAF4FF;*/
	/*background: #fff;*/
	background: #E5F1FF;
	color: #555;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeSpeed !important;
}

a
{
	text-decoration: none;
	color: rgb(65, 102, 136);
}

a:hover
{
	text-decoration: none;
}

hr
{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	margin-top: 0px;
	margin-bottom: 20px;	
	padding: 0px;
}

h1, h3
{
	color: rgb(107, 112, 117);
	font-family: 'Roboto Condensed', Arial;
	font-size: 25px;
	font-weight: 400;
/*	line-height: 25px !important;      старое значение		*/
	line-height: 36px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	/*text-shadow: 0px 0px 1px rgba(85,85,85,0.5);*/
	
}

h3 a
{
	color: rgb(107, 112, 117);
	font-family: 'Roboto Condensed', Arial;
	font-size: 26px;
	font-weight: 400;
	
		-o-transition: all .4s;
		-moz-transition: all .4s;
		-webkit-transition: all .4s;
		-ms-transition: all .4s;	
}

h3 a:hover
{
	color: #6EB7F8 !important;
	
		-o-transition: all .4s;
		-moz-transition: all .4s;
		-webkit-transition: all .4s;
		-ms-transition: all .4s;	
}

h4
{
	/* font-weight: normal !important;  олег закоментил 23,07,2018  */

	color: rgb(107, 112, 117);
	font-family: 'Roboto Condensed', Arial;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px !important;  
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	/*text-shadow: 0px 0px 1px rgba(85,85,85,0.5);*/
	

}

h6 a
{
	color: #3498DB;
}

h6
{
	line-height: 15px;
}


/*@font-face  Open Sans
{
    font-family: 'Open Sans';
    src: url('../font/osl.eot');
    src: url('../font/osl.eot?#iefix') format('embedded-opentype'),
         url('../font/osl.woff') format('woff'),
         url('../font/osl.ttf') format('truetype'),
         url('../font/osl.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}*/



td
{
	line-height: 16px !important;
}

li a, li a:active, li a:hover
{
	outline: none !important;
	cursor: pointer;
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* ||||||||||||||| Базовые элементы ||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
.fs_20 { font-size: 20px; }
.fs_22 { font-size: 22px; }


.bloc_border
{
	padding: 10px;
	border: 1px solid #ddd;
		  	  	  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;

}

.white_wrapper
{
	background: #fff; 
	/*border: 1px solid #E3F0FC;*/
	
	  -webkit-border-radius: 2px !important;
     -moz-border-radius: 2px !important;
          border-radius: 2px !important;

	 /* -webkit-box-shadow: 0 1px 2px rgba(218, 230, 242, 0.7);
     -moz-box-shadow: 0 1px 2px rgba(218, 230, 242, 0.7);
          box-shadow: 0 1px 2px rgba(218, 230, 242, 0.7);*/
		
		 
}

.white_wrapper_p
{
	background: #fff;
	/*border: 1px solid rgb(221, 235, 248);*/
	padding: 10px;
	 /* -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);*/
}

.grey_wrapper
{
	background: #f5f5f5;
	/*border: 1px solid rgb(228, 239, 250);*/
}

.small_wrapper
{
	/*border: 1px solid rgb(228, 239, 250);*/
	background: #fafafa;
}

.btnn
{
	background: #ff7b00;
	border: none;
	box-shadow: none !important;
	text-shadow: none;
	color: #fff;
	padding: 6px 15px 6px 15px !important;
		font-size: 12px;
		
	font-weight: bold;
	  	  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;	
}

.btnn:hover
{
	background: #ff9142;
	-o-transition: all .2s; 
	-moz-transition: all .2s; 
	-webkit-transition: all .2s; 
	-ms-transition: all .2s;
}

.btnn_light
{
	background: none;
	border: none;
	box-shadow: none !important;
	text-shadow: none;
	color: rgb(65, 102, 136);
	padding: 6px 15px 6px 15px !important;
		font-size: 12px;
	font-family: Arial;	
	font-weight: normal;
	  	  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;	
	font-size: 14px;
}

.btnn_light:hover
{
	background: none;
	color: rgb(110, 183, 248);	
	-o-transition: all .2s; 
	-moz-transition: all .2s; 
	-webkit-transition: all .2s; 
	-ms-transition: all .2s;
}

.btnn_light_min
{
	background: none;
	border: none;
	box-shadow: none !important;
	text-shadow: none;
	color: rgb(65, 102, 136);
	padding: 6px 15px 6px 15px !important;
		font-size: 12px;
	font-family: Arial;	
	font-weight: normal;
	  	  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;	
	font-size: 12px;
}

.btnn_light_min:hover
{
	background: none;
	color: rgb(110, 183, 248);	
	-o-transition: all .2s; 
	-moz-transition: all .2s; 
	-webkit-transition: all .2s; 
	-ms-transition: all .2s;
}

.btnnn
{
	background: none;
	border: none;
	color: #ff7b00;
	padding: 2px 7px 2px 7px;
	  	  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;	
}
.cropimage
{
  display: inline-block;
    width: 200px;
    height: 120px;
    overflow: hidden;
    border: 5px solid #FFFFFF;
    background: #FFFFFF;
    outline: 1px solid #CCCCCC;
    margin: 10px;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #ff9538;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-repeat: none;
	border: none;
  *border: 0;
  border-color: none;
  border-bottom-color: none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  filter: none;
  filter: none;
  *zoom: 1;
  margin-top: -5px !important;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
		    -o-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #648CB1;
  *background-color: #648CB1;
    -o-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
		    -o-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #CBDEEF;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.light_btn
{
	background: none;
	color: rgb(65, 102, 136);
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	margin: 0px !important;
}

.light_btn:hover
{
	background: none;
	color: rgb(110, 183, 248);
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
}


.breadcrumb
{
	background: none !important;
}

.round_corner
{
  -webkit-border-radius: 2px !important;
     -moz-border-radius: 2px !important;
          border-radius: 2px !important;
}

.btn_alt
{
	background: #FF935E !important;
	  -webkit-border-radius: 2px !important;
     -moz-border-radius: 2px !important;
          border-radius: 2px !important;
		  outline: none !important;
}

.btn_alt:hover
{
	background: #FFA277 !important;
}

.pointer
{
	cursor: pointer;
}

.ymaps-b-cluster-tabs__section_type_nav
{
	width: 200px !important;
}