body 
{
    min-width: inherit;
}
#contraindication>.description {
 
    text-align: center;
    color: #aaa;
    font-family: Tahoma;
    text-transform: uppercase;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
}
#logo
{
    margin: 0 0 0 20px !important;
    padding: 10px 0 0 0;
    text-align: center;
}
#header .banner {
	display: none;
}

#main_menu {
	height: auto;

    overflow: hidden;
	
}
#main_menu > div {
	width: auto;
	margin: 0 auto;
	padding: 0;
}

#logo {
	display: block;
}

#main_menu ul {
	display: inline-block;
}

#repayment .confirm {



}

h1{padding: 0 10px 0 10px; margin: 0;}
.tags{padding: 0 10px 0 10px;}
.tags a{ margin-bottom: 7px;}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

   
    .discount_block .time_left
    {
        display: none;
    }
}
#sign
{
    margin: 15px 0;
    float: right;
   padding: 0;
}

#signed
{
    
    float: right;
   padding: 0;
}
#signed .user a
{
    width: 100px;
}

#main_menu div.select_city 
{
    width: 95px;

}
#main_menu div.select_city > span
{
    padding: 0;
    margin: 24px 0;
    height: auto;
    font-size: 18px;
}
#add_menu {
    display: none;
}
#sidebar {
    display: none;
}
.discount_block.even.banner {    
    display: none;
}
.discount_block{
    display: block;
}
#sections{    
    display: none !important;
}
#wrap 
{
    width: auto;
}

#content 
{
    width: auto;
}
#footer 
{
    display: none;
}
#footer > div {
    width: auto;
}


.discount_block {
	display: inline-block; *display: inline; zoom: 1;
	width: 100% !important;
	margin: 0.1em 0.1em 0.9em 0.1em;
	background: #e0e0e0;
	box-shadow: 3px 3px 0 rgba(0,0,0,.2);
    vertical-align: top;
  
}

   
.discount_block.action_day	.view > div
{
    padding: 15px;
}
.discount_block > div {
	position: relative;
	top: -3px;
	left: -3px;
	background: #f3f3f4;
}
.discount_block .title {

    height: auto;
}
.discount_block h2 {
    padding: 1.1em;
    font: bold 0.9em 'Open Sans', Arial, sans-serif;
    color: #000;
    height: auto; 
    overflow: visible;
    position: inherit;    
    width:auto !important;
    background: #f3f3f4;
}
.discount_block.action_day .slider_link img
{
    width: 100%;
}
.discount_block .title:hover h2
{
    height: auto;
    z-index: 2000;
}
.discount_block .slider_link {
	text-decoration: none;
    position: relative;
    display: block;
}
.discount_block .slider_link img{
    width: 100%;
    height: auto;
}
/*Если акция у нас конкурс, то span`у даем вид кубка*/
.discount_block.contest .slider_link span{
    display: block;
    position: absolute; 
    width: 135px;
    height: 135px;
    top:70px;
    left:50%;
    margin-left: -64px;
    background: url('../img/contest.png') left top no-repeat;
     
}

.discount_block .status {
	margin-top: -2px;
	background: #595959;
	padding: 16px 0 16px 57px;
	color: #fff;
}

.discount_block .time_left {
	margin-right: 54px;
	padding-left: 23px;
	background: url('../img/clock.png') left center no-repeat;
	font-size: 16px;
}
.discount_block .time_left_contest {
	margin-right: 54px;
	padding-left: 23px;
	background: url('../img/clock.png') left center no-repeat;
	font-size: 16px;
}
.discount_block .views {
	margin-right: 41px;
	padding-left: 31px;
	background: url('../img/eye.png') left center no-repeat;
	font-size: 14px;
	color: #b2b2b2;
}
.discount_block .received {
	font-size: 14px;
}
.discount_block .received + em {
	display: inline-block; *display: inline; zoom: 1;
	vertical-align: middle;
	width: 37px;
	height: 24px;
	margin-left: 2px;
	padding-right: 10px;
	background: url('../img/label_bg.png') no-repeat;
	text-align: center;
	line-height: 23px;
	color: #f9c700;
	font-style: normal;
	font-size: 14px;
}
.discount_block .cost {
    display: none;
}
.discount_block .contest {
	display: inline-block; *display: inline; zoom: 1;
	margin: 9px 0 0 57px;
	padding-right: 26px;
	font-size: 31px;
	color: #000;
}

.discount_block .view {
	float: none;
    width: 100%;
    text-align: center;
}
.discount_block	.view > div
{
    padding: 15px;
}
#info_contest
{
    float: none;
    width: auto;
}
#info_contest .descr > div
{
    width: auto;
}
#login .regform_class
{
   width: 100%;
   padding: 0;
  
}
#login > div, #repayment > div, #passrecovery > div
{
    width: 100%;
    left: 0; 
    margin:0;
    position: absolute;
}


#login .regform_class label, #login .auth div label
{
    display: block;
    padding: 10px 0;
}
#login .regform_class button + a
{
    display: block;    
    margin: 0;
    padding: 25px 18px;
}
#login .regform_class input[type="text"], #login .regform_class input[type="password"], #login .auth input[type="text"], #login .auth input[type="password"]
{
    font-size: 16px;
    width: 90%;
    padding: 0;
}
#login .regform_class form > div:first-child
{
    box-shadow: none;
}
#login .close, #repayment .close, #passrecovery .close
{
    right: 20px;
    top: 13px;
}
#login .regform_class button {
  width: 87%;
}

#login .auth 
{
    width: 100%;
    padding: 0;
    margin: 0;
}
#login .auth .wrap
{
    padding: 18px;
}
#login .auth h1 + a
{
    display: block;
    margin: 10px 0 0 0;
}
body.action .views, body.place .views 
{
    display: none;
}
#pic
{
    display: none;
}
#pic_mobile
{
    display: block;
    
}
#pic_mobile img
{
    width:100%;
    
}

#get_coupon
{
    float: none;
}
#info
{
    float: none;
    width: 100%;
    padding: 10px 0;
    border: none;
    box-shadow: none;
}
.action .nav-tabs
{
    display: none;
}
.map
{
    display: block;
    float: none;
}
.descr
{
    display: block;
    float: none;
    padding: 0;
}
#terms
{
    display: block;
    width: auto;
    float: none;
}
#features
{
    display: block;
    width: auto;
    padding: 10px;
    float: none;
}
body.action #content, body.contest #content, body.lk #content
{
    width:100%;
}
body.action #yamap {
	width: 100%;
}
.action .tab-content {
  width: 100%;
  margin: 0;
}
#get_coupon
{
    background: #ffd000;
    height: auto;
    margin-bottom: 15px;
    width: 100%;
    font-size: 20px;
}
#get_coupon:hover
{
    background: #ffd000;
}
.action_wrap
{
    padding: 10px;
}
h1.title
{
    padding-bottom: 20px;
    font-size: 20px;
}
.descr > div
{
    width: auto;
}
.descr 
{
    padding: 0 7px 0 7px;
}
.descr p
{
    padding: 0;
    line-height: 1.3;
}
.descr strong
{
    display: block;
    width: auto;
     margin: 0;
}
.descr p b
{
    margin: 0 !important;
}
.action .tab-content h3
{
    padding: 15px 0;
}
#lktabs
{
    display: none;
}
.lk .tab-content
{
    margin: 0;
}
.lk h1.title
{
    display: none;
}
.lk .tab-content .filter
{
    margin: 0 0 15px 0;
    text-align: center;
}
.lk .tab-content .filter span
{
    padding: 0 15px 10px 15px;
}
.lk .tab-content h2
{
    margin: 15px 20px 20px 0;
}
#signed li
{
}
#signed .profile a, #signed .logout a
{
    height: 69px;
}
.lk .tab-content .cblock h3
{
    margin:7px;
}
.lk .tab-content .cblock .coupon_img
{
    display: block;
}
.lk .tab-content .cblock img
{
    float: none;
    width: 100%;
}
.lk .tab-content .overdue .cblock .expired
{
    display: none;
}
.lk .tab-content .cblock span
{
    display: none;
}
.lk .tab-content .overdue .cblock .buttons
{
    display: none;
}


#main_menu .menu_button {
  background: 15px center no-repeat transparent;
 background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
  display: block;
  width: 100%;
  height: 57px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.top_fix
{
   
}
.sidr-open #main_menu .menu_button
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAC7ElEQVRYR+3XXeifcxjH8dc/iYRNYSNRahOl1JhJzVNMImstiXGiLEXIDhZheSiKKA8HUjYPB5rE2kq2PGQhrJRMO5OJYiuMxmylz/re63a7n35/B0v5ntz1u6/r+rzv63t9r+/1m3KQ19RB1vefBDgM83E6ji0Z3IGt+BR/TJLVSTJwLu7AFUXsC/xYxI7DmTgDG/AkPhkDMgZgFp7BPDyGV/BTR/BjcD1WFIBb8UMfyBDA2XgDL+ChCdJ7OO7FjViMLV0QfQARTzpvwvox6WyxuQrPl21rhegCmI3PsLxATFN/v1sgni1b+I/t6AJ4HSmy+/+Ncs33YczBNc14bQDnY02p6D01h6NxArYNQJ2G7/FLzS5H9ytch4/r/m0Ar+FtPNcQOqv8fjU+6oA4rxTtInzesLkFFzWz0AQ4otCfhF0tIgn8YqnsJkQlfkMBbbrPwDdIfe2uXjYBLsF9uKAnzZfhpQbEkHgVbnOJ/04XwG2Yizz7Vh0idukVy7BxwC+nIS376S6AB7AXeQ6tS/FyMRojHtOcqmR9VR/An3hwSB1J+5vFrq8w66GyvYfUj3ezBm7Hqcizb1XiabVZKcwxEEl9jvFTXRnI3q7ExT3qdfG3it3lIyHeQ5rSgVppZuAofIsT8VsLRJt4ZTYEcSS+K7F/7cpAfl+HtOLVDYDc9fmCpL368iZjBXFhqfb6+1xquRdyOx5YbZ0wvSB7lQEjJ6JamX5O6btai2Hmhq+xs+Z7KL7EzeUjegHyMl/4Lh4dKMaxr+8pp+bKpkPXbXhymWiubRKPVazZpaAzRZ1T6utvIfoGkoVYWy6P96chHJfUwqtYig/aYgyNZIFIgMfxBPaNBEmzuQt3lg9oFU+sIYDYZDtyNedoPlJOyO8dIJkFl+BubC9Fl2fnGgNQOaf3ZyxPL8hQkYmpGrGOL6dmAT4sY/mmMdmaBKCKNxOZmtIXqj8m+X+QiSfX7c9jhCub6QBMEn/Q9n+AvwDQ1ZAh+7X3+QAAAABJRU5ErkJggg==);
    transition: background 1s ease 0.1s;
}
.sidr-open #blocked
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba( 255, 255, 255, 0.8 );
    transition: background 1s ease 0.3s;
}
.sidr-open #main_wrap
{
    height: 870px !important;
    overflow: hidden;
}


body.sidr-open {
  overflow: hidden;
  height: 870px;
}
#mobile_footer
{
    display: block;
}
#mobile_footer .show_full
{
    display: block !important;
}
#mobile_footer .show_mobile
{
    display: none !important;
}

  /*  




*/ 
 

 .act_day .img_day { width: 100%; height: 270px; display: block;} 
 .act_day .img_day { background-size:cover !important; background-repeat: no-repeat;} 
 
  
  
.act_day .text_day {width: 90%; padding: 0 5%;}   
.act_day .text_day .line {padding: 5px 0;  border: none; display: inline-block;  font-size: 20px;} 
.act_day .text_day .title {float: left; } 
.act_day .text_day .sale {float: right; line-height: 35px;} 
.act_day .text_day .time {display: none;} 
.act_day .text_day .views {display: none;} 
.act_day .text_day .received {display: none;} 
.act_day .text_day .view {display: block;} 



