@import url(bootstrap.min.css);
@import url(bootstrap-theme.min.css);
@import url(jquery.formstyler.css);
@import url(jquery.formstyler.theme.css);

@font-face {
	font-family: Helios_Cond;
	src: url(../fonts/Helios_Cond.eot);
	src: url(../fonts/Helios_Cond.eot?#iefix) format('embedded-opentype'), url(../fonts/Helios_Cond.woff) format('woff'), url(../fonts/Helios_Cond.ttf) format('truetype'), url(../fonts/Helios_Cond.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: HeliosCond_bold;
	src: url(../fonts/HeliosCond_bold.eot);
	src: url(../fonts/HeliosCond_bold.eot?#iefix) format('embedded-opentype'), url(../fonts/HeliosCond_bold.woff) format('woff'), url(../fonts/HeliosCond_bold.otf) format('opentype'), url(../fonts/HeliosCond_bold.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

.hcond {
	font-family: Helios_Cond
}

.hbold {
	font-family: HeliosCond_bold
}

body {
	font-family: Helios_Cond, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 16px
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

img {
	max-width: 100%
}

:focus {
	outline: 0 !important
}

a, a:hover, a:focus {
	text-decoration: none;
	color: initial
}

ul, p {
	margin-bottom: 0
}

.trans {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.page {
	background: -webkit-linear-gradient(to right, #f5f3ec 0, #fff 25%, #fff 70%, #f5f3ec 100%);
	background: linear-gradient(to right, #f5f3ec 0, #fff 25%, #fff 70%, #f5f3ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f3ec', endColorstr='#f5f3ec', GradientType=1)
}

h1, h2 {
	font-size: 30px;
	text-align: center;
	position: relative;
	padding-top: 12px;
	margin: 65px 0 17px
}

h1:before, h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 3px;
	background: #f2632d;
	width: 165px
}

.poisk .panel-heading {
	background: #e7e2cd;
	text-align: center;
	-webkit-border-radius: 0;
	border-radius: 0
}

.poisk .panel-heading{
	border-radius: 0;
	text-shadow: -1px 0 20px white, 0 1px 20px white, 1px 0 20px white, 0 -1px 20px white;
}

.poisk .panel-heading a{
	display: block;
	position: relative;
	padding-right: 50px;
}

.poisk .panel-heading a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url(../images/all.png) no-repeat;
	background-position: -90px -55px;
}

.poisk a.collapsed:after {
	background-position: -52px -55px;
}
.poisk .panel-heading h4{
	font-weight: bold;
	margin: 7px 0 7px 0;
}

.poisk .panel-group .panel{
	border-radius: 0;
}

.poisk .panel-body{
	padding-left: 113px;
	font-weight: bold;
}

.poisk .panel-body h4{
font-weight: bold;

}

.poisk .panel-body ul{
	padding-left: 55px;

}
.poisk .panel-body a.active{
	color: #006699;
	text-decoration: underline;
}

.bej_bd {
	background: #e7e2cd;
}

.link {
	text-decoration: underline;
	color: #069;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.link:hover {
	text-decoration: none;
	color: #047
}

header {
	padding: 48px 0 21px
}

header .logo_slogan {
	margin-top: 14px
}

header .logo {
	display: block;
	margin-top: 7px
}

.header_card {
	margin-left: 30px
}

.header_card a {
	color: #0095DA;
	font-size: 20px;
	text-decoration: underline;
	display: inline-block;
	margin-left: 12px;
	line-height: 1.2em;
	margin-top: 23px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header_card a:hover {
	text-decoration: none;
	color: #069
}

.header_card .card_pic {
	float: left
}

nav {
	background: #e7e2cd;
	margin-bottom: 10px
}

nav ul.pull-left {
	margin-left: 12px
}

nav .dropdown-menu {
	background: #e7e2cd;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	margin-top: 0;
	border-top: 1px solid #c5c0ab
}

nav .dropdown-menu li a:hover, nav .dropdown-menu li a:focus, nav .dropdown-menu li a.active {
	color: #333999;
	background: 0 0
}

nav ul li a {
	color: #292929;
	font-size: 16px;
	display: block;
	padding: 13px 15px;
	text-shadow: -1px 0 20px white, 0 1px 20px white, 1px 0 20px white, 0 -1px 20px white;
	font-weight: bold;
}

nav ul li a.active, nav ul li a:hover, nav ul li a:focus {
	color: #339
}

input[type=text] {
	background: #FFF;
	height: 31px;
	width: 200px;
	max-width: 100%;
	border: 1px solid #afada3;
	padding-left: 10px
}

.nav_search {
	position: relative;
	width: 200px;
	margin: 9px 8px 0 0
}

.nav_search input[type=text] {
	width: 100%
}

.nav_search .search_btn {
	width: 16px;
	height: 20px;
	background: url(../images/all.png) no-repeat;
	background-position: -55px -10px;
	position: absolute;
	top: 6px;
	right: 6px
}

.footer {
	background: #008e78;
	padding: 10px 0 20px
}

.footer * {
	color: #FFF
}

.footer_menu {
	margin-bottom: 20px
}

.footer_menu li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 4px
}

.footer_menu li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #FFF
}

.footer_menu li a {
	display: block;
	font-size: 16px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.footer_menu li a:hover {
	color: #e7e2cd
}

.footer_menu li ul {
	margin-bottom: 7px
}

.footer_menu li ul li {
	line-height: 1.1em
}

.footer_menu li ul li:before {
	width: 5px;
	height: 5px
}

.btn_top {
	margin: 5px 5px 15px 0
}

.created {
	font-family: HeliosCond_bold
}

.btn_custom {
	height: 45px;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 44px;
	padding: 0 30px 0 33px;
	color: #069;
	font-size: 18px;
	position: relative;
	-webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, .2);
	box-shadow: 2px 4px 6px rgba(0, 0, 0, .2);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.btn_custom:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 15px;
	width: 14px;
	height: 23px;
	background: url(../images/all.png) no-repeat
}

.free_cards {
	position: relative;
	max-width: 825px
}

.free_cards .text {
	font-size: 23px;
	color: #069;
	margin-right: 170px;
	height: 45px;
	padding: 7px 15px;
	background: #fff;
	background: -moz-linear-gradient(to right, #fff 57%, rgba(254, 249, 255, .3)100%);
	background: -webkit-linear-gradient(to right, #fff 57%, rgba(254, 249, 255, .3)100%);
	background: linear-linear-gradient(to right, #fff 57%, rgba(254, 249, 255, .3)100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fef9ff', GradientType=1)
}

.free_cards .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 163px
}

.btn_white {
	background: #fff
}

.btn_white:before {
	background-position: -91px -7px
}

.btn_white:hover {
	background: #F4F4F4;
	color: #f2632d
}

.btn_white:focus, .btn_white:active, .btn_white a.active {
	color: #069;
	background: #fff;
	-webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, .2);
	box-shadow: 2px 4px 6px rgba(0, 0, 0, .2)
}

.btn_bej {
	background: #e7e2cd
}

.btn_bej:before {
	background-position: -91px -7px
}

.btn_bej:hover {
	background: #f4f1e7;
	color: #f2632d
}

.btn_bej:focus, .btn_bej:active, .btn_bej a.active {
	color: #069;
	background: #e7e2cd;
	-webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, .2);
	box-shadow: 2px 4px 6px rgba(0, 0, 0, .2)
}

.btn_green {
	background: #008e78;
	color: #FFF
}

.btn_green:before {
	background-position: -10px -53px
}

.btn_green:hover {
	background: #196256;
	color: #ff0
}

.btn_green:focus, .btn_green:active, .btn_green a.active {
	color: #fff;
	background: #008e78;
	-webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, .2);
	box-shadow: 2px 4px 6px rgba(0, 0, 0, .2)
}

.btn_sm {
	height: 31px;
	line-height: 29px;
	padding-left: 25px
}

.btn_sm:before {
	top: 5px
}

.discount_block {
	padding: 25px;
	margin-bottom: 15px
}

.discount_block .top {
	max-width: 750px;
	display: inline-block;
	width: 100%;
	padding-left: 75px
}

.discount_block .top .card_pic {
	float: left;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden
}

.discount_block .top .checked_list {
	margin: 75px 0 0 303px
}

.discount_block .bottom {
	padding-left: 75px;
	margin-top: 10px
}

.checked_list {
	/* columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2; */
	/* -moz-column-count: 2; 
    -webkit-column-count: 2; 
    column-count: 2; */
}

.checked_list li {
	position: relative;
	padding-left: 35px;
	font-size: 18px;
	margin-bottom: 15px;
	width: 50%;
	float: left;
	height: 21px
}

.checked_list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: url(../images/all.png) no-repeat;
	background-position: -10px -10px;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.raffle_rules {
	max-width: 750px;
	margin: 20px auto 0;
	min-height: 540px;
	position: relative;
	background: url(../images/people_img.png) no-repeat top center
}

.raffle_rules__inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 80px;
	bottom: -233px;
	margin: auto;
	width: 260px;
	line-height: 1.2;
	height: 200px;
	font-size: 22px;
	text-align: right
}

.raffle_rules__inner a {
	margin-bottom: 13px;
	display: inline-block
}

.raffle_block {
	margin-bottom: 10px
}

.raffle_block .free_cards {
	margin: auto;
	max-width: 100%
}

.raffle_block .free_cards .text {
	margin-right: 190px;
	padding-right: 225px;
	text-align: right;
	background: #e7e2cd;
	background: -moz-linear-gradient(to left, #e7e2cd 57%, rgba(254, 249, 255, .3)100%);
	background: -webkit-linear-gradient(to left, #e7e2cd 57%, rgba(254, 249, 255, .3)100%);
	background: linear-gradient(to left, #e7e2cd 57%, rgba(254, 249, 255, .3)100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e2cd', endColorstr='#fef9ff', GradientType=1)
}

.wrap {
	display: inline-block;
	width: 100%
}

.city_block__search {
	display: inline-block;
	width: 100%;
	min-height: 430px;
	background: url(../images/map.png) no-repeat top center;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.city_block__inner {
	margin: 165px auto;
	padding-left: 90px;
	position: relative;
	max-width: 538px
}

.city_block__inner:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 72px;
	height: 72px;
	background: url(../images/zoom.png) no-repeat
}

.city_block__inner label {
	font-size: 14px;
	display: block
}

.city_block__inner .wrap input {
	float: left;
	width: 200px;
	margin-right: 12px
}

.city_block__inner .wrap .btn {
	float: left;
	width: 160px
}

.social_list {
	text-align: center;
	margin-bottom: 30px
}

.social_list li a {
	display: block;
	width: 48px;
	height: 48px;
	margin: 3px;
	background: url(../images/social.png) no-repeat;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.social_list li a:hover {
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .3);
	box-shadow: 0 0 9px rgba(0, 0, 0, .3)
}

.social_list .tw a {
	background-position: -10px -78px
}

.social_list .fb a {
	background-position: -10px -10px
}

.social_list .vk a {
	background-position: -77px -78px
}

.social_list .ok a {
	background-position: -78px -10px
}

.district_block {
	padding: 25px 120px;
	margin: 15px 0 10px
}

.district_block h2 {
	margin-top: 65px
}

.city_map {
	margin: 20px 0
}

.district_panel {
	background: #e7e2cd;
	font-size: 24px;
	position: relative;
	margin-bottom: 25px;
	padding: 5px 210px 5px 20px
}

.district_panel a {
	position: absolute;
	right: 17px;
	top: 10px;
	font-size: 18px;
	color: #069;
	display: inline-block;
	padding-left: 25px
}

.district_panel a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 20px;
	background: url(../images/all.png) no-repeat;
	background-position: -91px -10px
}

.checkCard_block {
	margin-bottom: 10px
}

.checkCard_block h2 {
	margin-bottom: 10px
}

.checkCard_block .check_form {
	max-width: 490px;
	margin: 12px auto
}

.checkCard_block .check_form .btn {
	float: right;
	width: 165px;
	margin-right: 15px
}

.trigger_menu {
	width: 30px;
	display: none
}

.trigger_menu span {
	display: block;
	height: 5px;
	background: #000;
	margin: 4px 0
}

.clinic_card {
	border-bottom: 1px solid #b4b4b4;
	margin: 20px 0
}

.clinic_card .clinic_card__links, .clinic_card .clinic_card__schedule {
	float: left;
	width: 50%;
	font-size: 16px
}

.clinic_card__info {
	display: table;
	width: 100%;
	margin: 20px 0
}

.clinic_card__info .col {
	display: table-cell;
	vertical-align: middle
}

.clinic_card.clinic_block {
	border-bottom: none
}

.clinic_card__discription {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	padding: 15px
}

.clinic_card__discription ul.nav-tabs li {
	margin-right: -3px
}

.clinic_card__discription ul.nav-tabs li a {
	background: #e7e2cd;
	font-size: 20px;
	width: 132px;
	padding: 7px 15px;
	text-align: center;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #000;
	border-bottom: none
}

.clinic_card__discription ul.nav-tabs li a:hover, .clinic_card__discription ul.nav-tabs li a:focus, .clinic_card__discription ul.nav-tabs li.active a {
	background: #fff;
	position: relative
}

.clinic_card__discription ul.nav-tabs li a:hover:after, .clinic_card__discription ul.nav-tabs li a:focus:after, .clinic_card__discription ul.nav-tabs li.active a:after {
	content: "";
	position: absolute;
	bottom: -2px;
	height: 4px;
	left: 0;
	width: 100%;
	background: #FFF
}

.clinic_card__discription ul.nav-tabs li a:hover, .clinic_card__discription ul.nav-tabs li a:focus {
	background: #f8f3de
}

.clinic_card__discription ul.nav-tabs li a:hover:after, .clinic_card__discription ul.nav-tabs li a:focus:after {
	display: none
}

.clinic_card__discription .tab-content {
	background: #FFF;
	border: 1px solid #000;
	font-size: 18px;
	padding: 20px 20px 40px
}

.clinic_card__discription .tab-content img {
	margin: 20px auto
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border-color: #000;
	border-bottom: none;
	background: #FFF !important
}

.nav-tabs>li.active>a:after, .nav-tabs>li.active>a:hover:after, .nav-tabs>li.active>a:focus:after {
	display: block !important
}

.faq_block .panel {
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 20px 0
}

.faq_block .panel-heading {
	background: #e7e2cd;
	text-align: center;
	-webkit-border-radius: 0;
	border-radius: 0
}

.faq_block .panel-heading a {
	display: block;
	position: relative;
	text-shadow:1px 2px 4px rgb(255,255,255),0px -1px 3px rgb(255,255,255),1px 3px 4px rgb(255,255,255),-2px -1px 3px rgb(255,255,255),-2px 0px 3px rgb(255,255,255),1px 2px 3px rgb(255,255,255);
-webkit-text-shadow:1px 2px 4px rgb(255,255,255),0px -1px 3px rgb(255,255,255),1px 3px 4px rgb(255,255,255),-2px -1px 3px rgb(255,255,255),-2px 0px 3px rgb(255,255,255),1px 2px 3px rgb(255,255,255);
-moz-text-shadow:1px 2px 4px rgb(255,255,255),0px -1px 3px rgb(255,255,255),1px 3px 4px rgb(255,255,255),-2px -1px 3px rgb(255,255,255),-2px 0px 3px rgb(255,255,255),1px 2px 3px rgb(255,255,255);
	padding-right: 50px
}

.faq_block .panel-heading a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url(../images/all.png) no-repeat;
	background-position: -90px -55px
}

.faq_block a.collapsed:after {
	background-position: -52px -55px
}

.faq_block .panel-body {
	font-size: 18px
}

.faq_block .panel-body p {
	margin-bottom: 15px
}


.form_custom{
	font-size: 16px;
	width: 560px;
	max-width: 100%;
	margin: 30px auto;
}
.form_custom .form-control{
	width: 100%;
	-webkit-border-radius: 0;
	        border-radius: 0;
	    border: 1px solid #9F9B8F;
}
.form_custom label{
	font-weight: normal;
}
.form_custom label sup{
	color: red;
	top: -0.2em;
	font-size: 100%;
}
h4{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
}
.jq-checkbox{
	-webkit-border-radius: 0;
	        border-radius: 0;
	    background: #FFF;
	    width: 30px;
	    height: 30px; /* d6d6d5 */
	    border: 1px solid #9F9B8F;
}
.form_custom .jq-checkbox{
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: -3px;
}
.form_custom ul.list-unstyled{
	margin: 20px 0;
}
.form_custom ul.list-unstyled li{
	display: inline-block; 
	width: 100%;
}
.jq-checkbox.checked .jq-checkbox__div {
    width: 19px;
    height: 10px;
    margin: 5px 0 0 5px;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-51deg);
}
.form_custom .btn{
	padding-left: 45px;
}
.form_custom .link:hover{
	text-decoration: underline;
	color: #339;
}

.region_title{
font-size: 17px;
    font-weight: 400;
}

@media screen and (max-width:1200px) {
	header {
		padding: 30px 0 20px
	}

	header .logo {
		margin-top: 18px
	}

	nav ul.pull-left {
		margin-left: 0
	}

	nav ul li a {
		padding: 13px 4px
	}

	.discount_block .top, .discount_block .bottom {
		padding-left: 25px
	}

	.discount_block .top .card_pic {
		max-width: 220px
	}

	.discount_block .top .checked_list {
		margin: 45px 0 0 250px
	}

	.city_block__inner {
		margin: 140px auto
	}

}

@media screen and (min-width:992px) {
	nav ul.pull-left {
		display: block !important
	}

	.trigger_menu {
		display: none
	}

}

@media screen and (max-width:991px) {
	.trigger_menu {
		display: block;
		float: left;
		margin: 5px 0;
		cursor: pointer;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.trigger_menu span {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	.trigger_menu:hover span {
		background: #069
	}

	.nav_search {
		margin: 5px -5px 0 0
	}

	nav ul.pull-left {
		display: none;
		width: 100%;
		left: 0;
		position: absolute;
		background: #e7e2cd;
		z-index: 1;
		top: 100%
	}

	nav ul.pull-left li {
		text-align: center;
		float: none;
		width: 100%;
		display: block;
		border-top: 1px solid #d6d1bc
	}

	.header_card .card_pic {
		max-width: 90px
	}

	.header_card a {
		font-size: 16px;
		margin-top: 10px
	}

	.header_card {
		margin-left: 0
	}

	header .logo {
		margin-top: 2px
	}

	header .logo_slogan {
		margin-top: 5px
	}

	.discount_block .top, .discount_block .bottom {
		padding-left: 0
	}

	.discount_block .top {
		max-width: 540px
	}

	.discount_block .top .card_pic {
		max-width: 190px
	}

	.discount_block .top .checked_list {
		margin: 33px 0 0 210px
	}

	.checkCard_block .check_form .btn {
		margin-right: 0
	}

	.city_block__inner {
		margin: 100px auto
	}

	.city_block__search {
		min-height: 300px
	}

	nav .dropdown-menu {
		position: static;
		float: none;
		border-top: none;
		box-shadow: none
	}

	nav .dropdown-menu li a {
		padding: 10px
	}

	.district_block {
		padding: 20px 40px
	}

	.district_block h2 {
		margin-top: 45px
	}

	.district_panel {
		margin-bottom: 10px
	}

	.clinic_card__info .col_logo {
		display: table-row
	}

	.clinic_card__links {
		padding-right: 15px
	}

	.clinic_card__logo {
		margin-bottom: 20px
	}

	.clinic_card__discription ul.nav-tabs li a {
		font-size: 18px;
		width: 115px
	}

	.sm-center {
		text-align: center
	}

}

@media screen and (max-width:768px) {
	h1, h2 {
		font-size: 24px
	}

	.discount_block {
		background-position: top left !important
	}

	.checked_list {
		/* columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1 */
	  /*   -moz-column-count: 1;
    -webkit-column-count: 1; 
    column-count: 1; */
	}
	.checked_list li{
		width: 100%;
		float: none;
	}

	.clinic_card__discription {
		padding: 0
	}

	.discount_block .top .checked_list {
		margin: 5px 0 0 210px
	}

	.checked_list li {
		margin-bottom: 5px
	}

	.free_cards .text {
		font-size: 20px;
		padding: 9px 15px
	}

	.raffle_block .free_cards .text {
		padding-right: 55px
	}

	.city_block__inner .wrap input {
		width: 180px
	}

	.city_block__inner {
		margin: 60px auto
	}

	.city_block__search {
		min-height: 250px
	}

	.footer .text-right {
		text-align: center
	}

	.footer .created {
		margin: 15px 0 30px
	}

	.district_panel a {
		font-size: 16px
	}

	.district_panel {
		font-size: 20px;
		padding-right: 190px
	}

	.clinic_card__discription ul.nav-tabs li a {
		font-size: 16px;
		width: auto
	}

	.clinic_card__discription .tab-content {
		font-size: 16px
	}

	.clinic_card__discription .tab-content br {
		display: none
	}

	.faq_block .panel-body {
		font-size: 16px
	}

}

@media screen and (max-width:579px) {
	.col-xxs-12 {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0
	}

	header .logo {
		max-width: 250px;
		margin: 0 auto 20px
	}

	.header_card {
		max-width: 225px;
		margin: auto
	}

	h1, h2 {
		font-size: 20px
	}

	.discount_block {
		background: #e7e2cd !important
	}

	.discount_block .top .card_pic {
		max-width: 160px;
		float: none
	}

	.discount_block .top .checked_list {
		margin: 20px 0
	}

	.checked_list li {
		font-size: 16px;
		margin-bottom: 10px
	}

	.discount_block .bottom {
		margin-top: 0
	}

	.free_cards .text {
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 18px
	}

	.raffle_rules {
		background: #FFF;
		min-height: 0;
		max-width: 280px;
		margin: auto
	}

	.raffle_rules__inner {
		position: static;
		padding: 15px;
		text-align: center;
		font-size: 20px
	}

	.raffle_block .free_cards {
		text-align: center
	}

	.raffle_block .free_cards .text {
		margin-right: 0;
		margin-top: 10px;
		padding-right: 0;
		text-align: center
	}

	.free_cards .btn {
		position: relative
	}

	.checkCard_block .check_form {
		max-width: 290px;
		text-align: center
	}

	.checkCard_block .check_form input[type=text] {
		width: 100%;
		text-align: left
	}

	.checkCard_block .check_form .btn {
		float: none;
		margin-top: 10px
	}

	.city_block__search {
		background: 0 0
	}

	.city_block__inner {
		padding-left: 80px
	}

	.city_block__inner .wrap input {
		margin-bottom: 10px
	}

	.city_block__inner:before {
		top: 12px
	}

	.city_block__inner {
		margin: 40px auto
	}

	.city_block__search {
		min-height: 0
	}

	.district_block h2 {
		margin-top: 0
	}

	.district_panel {
		padding-right: 20px;
		display: inline-block;
		width: 100%
	}

	.district_panel a {
		position: relative;
		top: 0;
		margin-left: 15px;
		right: 0;
		float: right
	}

	.clinic_card__info {
		text-align: center;
		position: relative;
		padding-bottom: 50px
	}

	.clinic_card__info .more_col {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -5px
	}
	.form_custom .btn{
		font-size: 14px;
		padding-right: 25px;
		padding-left: 40px; 
	}

}
