
.master-slider{
	margin: 0px;
}
.lekar-warning-text{
	display:block;
	width:100%;
	text-align: center;
	margin: 25px 0px;
}

#site-navigation{
	border-top: 2px solid #00924c;
	border-bottom: 4px solid #f5d244;
	
-webkit-box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.6);
-moz-box-shadow:    0px -4px 15px 0px rgba(0, 0, 0, 0.6);
box-shadow:         0px -4px 15px 0px rgba(0, 0, 0, 0.6);
}

.site-header{
	margin:0;
	padding:0;
}

.footer_img{
	float:left;
}


/*Таблицы*/
table{
  padding:10px 10px;
  margin: 10px auto 45px auto;
  background-color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	
	-webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    -2px 3px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow:         -2px 3px 5px 0px rgba(0, 0, 0, 0.2);	
}

.table_title{
   background-color: #56bd5b;
   text-align: center;
   color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}
/* ok */
td{
    border-right: 1px solid #9fb19d;
    padding: 10px;
		word-wrap: break-word;
}

td:last-child {
  border-right: none;
}

/*красим таблицу по четным и нечетным*/
table tr:nth-child(odd){ 
    background-color: #e0ecde; 
}
table tr:nth-child(even){ 
    background-color: #d3e3d2; 
}

table tr:hover{
    background-color: #56bd5b;
    color: #ffffff;
}


/*Хеде-HEADERр*/
#header_tabl_1{
	border:none;
	background-color: transparent;
	
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow:  none;
	
	
	margin: 0px 0px 15px 0px;
	padding: 0;
	
	 table-layout: auto;
}
#header_tabl_1 td{
	border:none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
#header_tabl_1 tr{
	border:none;
		background-color: transparent;
}

/*Хедер-Логотип*/
#header_tabl_1{
	
}
.header_row_1 img
{ 
	
}
.header_row_2
{
}
/*Хедер-Кнопка Лекарь*/
#apteka_btn {
	padding-top: 5px;
	 width: 200px;
    height: 62px;
    background-color: #f3b100;
    border-bottom: #1e8238 3px solid;
    border-radius: 3px;
    margin: 5px 0 0 40px;
    text-align: center;
    text-decoration: none;
}
#apteka_btn:hover{
    cursor: pointer;
    border: none;
    width: 197px;
      border-top: #58bb5e 3px solid;
    border-left: #58bb5e 3px solid;
    background-color: #007f42;
}

#apteka_btn img{
	width: 160px;
}
#apteka_btn>div{
	 color: #ffffff;
    text-align: center;
    font-size: 15px;
    line-height: 3px;
    text-shadow: 2px 2px 2px #c88100;
}


/*Хедер-телефоны*/
.header_phone_con{
float: right;
    color: #ffffff;
    padding: 0px 0px 4px 15px;
	
}

.header_phones img, .header_phones div{
    display: inline-block;
    vertical-align: top;
    height: 20px;
}

.header_phones div{
 	font-size: 18px;
  padding-top: 1px;
}
.header_phones_min{
		display: none;
		margin: 10px 0px 0px 0px;
}

@media (max-width: 850px)
{	
	.header_phone_con{
		float: left;
	}
	.header_phones{
		display: none;
	}
	.header_phones_min{
		display: block;
	}
}

@media (max-width: 550px)
{	
	#apteka_btn{
		display: none;
	}
	
}

@media (max-width: 300px)
{	
	.header_row_1 img
	{ 
		width: 100%;
	}
}

.dgwt-wcas-search-wrapp{
	background-color: #56bd5b;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 5px;
}

/*кнопка для слабовидящих*/
#cr_version_link_con{
	text-align: right;
	margin: 12px 0px;
}

#cr_version_link{
	
	padding: 2px 10px;
	
	
	text-align: right;
	background-color: white;
	font-size: 18px;
}

#cr_version_link:hover{
	background-color: green;
	color: white;
}