* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525
}

a {
	color: #215a8e
}

a:hover {
	color: #0070BA
}

li {
	list-style: none
}

input {
	border: 1px solid #B8B8B8;
	font-size: 14px;
	padding: 5px;
	color: #252525
}

input[type=text],
input[type=email] {
	width: 250px
}

input[type=submit] {
	background: none repeat scroll 0 0 #0995CC;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px
}

select {
	border: 1px solid #B8B8B8;
	font-size: 14px;
	padding: 5px;
	width: 262px;
	color: #252525
}

textarea {
	border: 1px solid #B8B8B8;
	font-size: 14px;
	padding: 5px;
	width: 400px;
	height: 150px;
	color: #252525
}

select option {
	padding: 0 8px;
	color: #252525
}

.clearfix {
	clear: both;
	font-size: 0px;
	height: 0px
}

.add-btn {
	background: #77AD3A;
	background: linear-gradient(center top, #90C654 0%, #77AD3A 100%);
	color: white;
	text-shadow: none;
	cursor: pointer;
	font-size: 14px;
	padding: 10px;
	border: 0;
	text-decoration: none;
	float: right
}

.add-btn:hover {
	background: #77AD3A;
	color: #fff
}

.alert {
	background: #FFDADA;
	margin: 20px 0;
	border: 1px solid #f00;
	padding: 20px
}

.alertP {
	background: #DAF6FF;
	margin: 20px 0;
	border: 1px solid #BCDFFF;
	padding: 20px
}

.alert li {
	list-style: none
}

.hleb {
	margin: 10px 0
}

#header {
	background: #215a8e;
	padding: 10px 0;

}

.content {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0 20px;
	background: #fff;
	position: relative
}

#header .content {
	background: #215a8e;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

#header .content span{
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
}

.content h2 {
	margin: 10px 0
}

.indexPage {
	width: 1000px
}

.list2 {
	background: none repeat scroll 0 0 #F7F7F7;
	float: left;
	font-size: 12px;
	line-height: 30px;
	padding: 10px 20px 20px;
	position: relative;
	width: 220px;
	border: 1px solid #F2F2F2
}

.indexPage ul.list {
	width: 250px
}

ul.list {
	display: inline-block;
	width: 25%;
	vertical-align: top
}

ul.list li.oneB {
	padding-top: 20px;
	font-size: 16px;
	line-height: 0px;
	color: #767676
}

ul.list li {
	list-style: none;
	font-size: 18px;
	line-height: 30px
}

.advertList {
	border-collapse: collapse;
	width: 100%;
	margin: 30px 0
}

.autoNoList {
	float: right;
	width: calc(100% - 240px);
	padding: 0 0 0 0px
}

.autoNoList table {
	margin: 0
}

.advertList td {
	padding: 10px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE
}

.advertList tr:hover {
	background: #F5FAFD
}

.advertList td.img {
	height: 100px;
	width: 150px;
	padding: 10px 0;
	text-align: center
}

.advertList td.ya-partner__l-pic-td {
	height: 100px;
	width: 150px;
	padding: 10px 0;
	text-align: center
}

.advertList td .ya-partner__title-link-text {
	font-size: 14px;
	text-decoration: none
}

.advertList td.img img {
	max-height: 100px;
	*height: 100px
}

.advertList td.dopChar {
	text-align: center;
	color: #494949;
	line-height: 22px;
	font-weight: normal;
	font-size: 12px
}

.advertList td.date {
	text-align: center;
	color: #494949;
	line-height: 22px;
	font-weight: normal;
	font-size: 11px
}

.advertList td.price {
	color: #494949;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 90px
}

.advertList td a {
	text-decoration: none;
	font-size: 14px
}

.advertList td div.dop {
	color: #767676;
	font-weight: normal;
	font-size: 12px
}

.advertList td div.dop span.red {
	color: #0070BA
}

.addTable {
	max-width: 645px
}

.addTable td {
	padding: 5px;
	font-size: 14px
}

.addTable tr td:first-child {
	width: 170px;
	padding-left: 0
}

.mainCategory li a {
	font-size: 18px;
	display: block
}

.mainCategory li {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	margin: 10px
}

.mainCategory li li {
	margin: 5px
}

.mainCategory li li a {
	font-size: 12px
}

ul.listCat {
	display: inline-block;
	min-width: 300px;
	*width: 300px;
	width: 33%;
	vertical-align: top
}

ul.listCat li.oneB {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 0px;
	color: #215a8e
}

ul.listCat li {
	list-style: none;
	font-size: 12px;
	padding: 3px 0
}

ul.listCat li a {
	color: #494949
}

ul.listCat li a:hover {
	color: #0070BA
}

ul.listCat li.oneB a {
	color: #215a8e
}

ul.listCat li.oneB a:hover {
	color: #0070BA
}

#addForm .error {
	color: #f00
}

#footer {
	font-size: 10px;
	padding: 25px 0;
	border-top: 1px solid #767676;
	margin-top: 40px
}

#footer .menu {
	margin: 0 auto 20px;
	text-align: center
}

#footer .menu li {
	display: inline-block;
	*diaplsy: inline;
	zoom: 1
}

#footer .menu li a {
	display: block;
	padding: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #767676
}

#footer .menu li a:hover {
	text-decoration: underline
}

.imgMini {
	width: 420px;
	padding: 0px;
	margin: 0
}

.imgMini li {
	width: 131px;
	max-height: 150px;
	padding: 0px;
	display: inline-block;
	list-style: none outside none;
	*zoom: 1;
	*display: inline;
	margin: 2px;
	text-align: center;
	vertical-align: top;
	overflow: hidden
}

.imgMini li img {
	width: 100%
}

.imgMini li a {
	width: 100%;
	display: block
}

.imgd {
	display: block;
	width: 403px
}

.imgd img {
	width: 403px
}

.showAdvert td {
	vertical-align: top;
	color: #494949
}

.showAdvert {
	width: 100%
}

.dopChar {
	width: 100%
}

.dopChar td {
	vertical-align: top;
	padding: 5px 10px;
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2
}

.addBlockContent1 {
	width: 350px;
	border: 1px solid #0995CC;
	background: #F5FAFD
}

.addBlockContent2 {
	margin-top: 20px;
	width: 350px;
	border: 1px solid #FF7D41;
	background: #FFF8F5
}

.addBlockContent1 h4 {
	padding: 5px 10px;
	margin: 0;
	color: #fff;
	background: #0995CC
}

.addBlockContent2 h4 {
	padding: 5px 10px;
	margin: 0;
	color: #fff;
	background: #FF7D41
}

.addBlockContent1 div {
	padding: 10px
}

.addBlockContent1 div li {
	list-style: disc inside;
	margin-left: 0px;
	margin-top: 4px
}

.addBlockContent2 div {
	list-style: circle;
	padding: 10px
}

.addBlockContent2 div li {
	list-style: disc inside;
	margin-left: 0px;
	margin-top: 4px
}

.advertListUl {
	padding: 0;
	margin: 0 -10px;
	list-style: none;
	display:flex;
	flex-wrap:wrap;
}

.advertListUl li {
	zoom: 1;
	width: 25%;
	vertical-align: top;
	text-align: center;
	padding:0 10px 20px;
	overflow: hidden;

}
.advertListUl li .in{
	border-radius: 5px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	padding:10px 10px;
}

.advertListUl li:hover {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.8)
}

.advertListUl li a.img {
	display: block;
	overflow: hidden;
	height: 207px;
	margin-bottom: 15px
}

.advertListUl li a.title {
	display: block;
	overflow: hidden;
	color: #252525;
	text-decoration: none;
	padding: 0 5px;
	max-height: 32px
}

.advertListUl li span.city {
	display: block;
	overflow: hidden;
	color: #757575;
	text-decoration: none;
	font-size: 12px;
	margin-top: 5px
}

.advertListUl li.direct {
	width: 600px;
	height: auto;
	padding-bottom: 0px;
	box-shadow: none
}

h1 {
	margin: 20px 0;
	font-size: 20px;
}

.buttonClassDiv {
	display: flex;
	padding: 50px 0;
	margin: 0 -5px;
	flex-wrap: wrap;
}

.buttonClass {
	background: rgb(145, 0, 0);
	background: linear-gradient(0deg, rgba(145, 0, 0, 1) 0%, rgba(209, 7, 0, 1) 100%);
	display: flex;
	align-items: center;
	text-align: center;
	padding: 10px;
	width: 200px;
	color: #fff;
	border-radius: 6px;
	justify-content: center;
	text-decoration: none;
	margin: 5px;
	min-height: 50px;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	font-size: 14px;
}

.buttonClassVip11 {
	background: rgb(106, 0, 158);
	background: linear-gradient(0deg, rgba(106, 0, 158, 1) 0%, rgba(158, 0, 255, 1) 100%);
}

.buttonClassVip2 {
	background: rgb(0, 127, 145);
	background: linear-gradient(0deg, rgba(0, 127, 145, 1) 0%, rgba(0, 169, 209, 1) 100%);
}

.buttonClassVip3 {
	background: rgb(0, 145, 9);
	background: linear-gradient(0deg, rgba(0, 145, 9, 1) 0%, rgba(18, 209, 0, 1) 100%);
}

.btnpay {
	margin: 20px 0 0;
	background: rgb(3, 203, 208);
	background: linear-gradient(0deg, rgba(3, 203, 208, 1) 0%, rgba(0, 169, 209, 1) 100%);
}

.buttonClass:hover {
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.share-head-top {
	text-align: center;
	position: absolute;
	top: 13px;
	left: 375px;
	background: rgba(256, 256, 256, 0.7);
	padding: 6px 5px;
}

#header {
	min-width: 1000px;
}

.right-advert {
	width: 58%;
	float: right;
}

.left-advert {
	width: 38%;
	float: left;
}

.imgd {
	width: 100%;
}

.imgd img {
	width: 100%;
}

.advertListUl li a.img imh {
	width: 100%;
}

.cityInd {
	min-width: 200px;
	display: inline-block;
	margin-left: 0px;
}

.phone-list {
	margin-top: 10px;
	color: #215A8E !important;
}

.colst{
	display:flex;
	flex-wrap:wrap;
}

.colst div{
	width:50%;
	padding:20px;
}


@media screen and (max-width: 1320px) {
	.content {
		min-width: 960px;
	}
}

@media screen and (max-width: 900px) {
	body {
		font-size: 14px;
	}
	.content {
		min-width: 688px;
		width: 688px;
	}
	#header .content{
		flex-wrap:wrap;
	}
	#header .content > *{
		width:100%; 
	}
	ul.listCat {
		width: 50%;
	}
	ul.listCat li {
		font-size: 20px;
	}
	ul.listCat li.oneB {
		font-size: 22px;
		margin-bottom: 8px;
	}
	.colst div{
		width:100%;
		padding:20px;
	}
	.add-btn {
		float: left;
		font-size: 12px;
		margin-top: 10px;
	}
	#header {
		height: 98px;
		min-width: 736px;
	}
	.share-head-top {
		left: 296px;
		top: 3px;
	}
	ul.list {
		width: 90%;
	}
	a.logo img {
		height: 50px;
	}
	.left-direct {
		display: none;
	}
	.list2 {
		width: 90%;
		padding: 0 5%;
		font-size: 16px;
	}
	.autoNoList {
		padding: 0 0px;
		width: 100%;
	}
	.advertListUl li {
		width: 100%;
		margin-right: 0;
	}
	.advertListUl li {
		width: 100%;
		margin-right: 0;
	}
	.advertListUl li a.title {
		font-size: 15px;
	}
}

@media screen and (max-width: 500px) {
	.content {
		min-width: 300px;
		width: 100%;
		padding: 0 10px;
	}
	ul.listCat {
		width: 90%;
	}
	ul.listCat li {
		font-size: 20px;
	}
	ul.listCat li.oneB {
		font-size: 22px;
		margin-bottom: 8px;
	}
	.add-btn {
		float: left;
		font-size: 12px;
		margin-top: 10px;
	}
	#header {
		height: 150px;
		min-width: 300px;
	}
	.share-head-top {
		top: 110px;
		left: 20px;
	}
	ul.list {
		width: 90%;
	}
	a.logo img {
		height: 50px;
	}
	.addTable tr td:first-child {
		width: 93px;
	}
	input[type="text"],
	input[type="email"],
	input.images {
		width: 230px;
	}
	select {
		width: 241px;
	}
	textarea {
		width: 300px;
	}
	.autoNoList {
		padding: 0 0px;
		width: 100%;
	}
	.advertList td.img {
		width: 50px;
		height: auto;
	}
	.advertListUl li.direct {
		width: 371px;
	}
	.advertListUl li a.title {
		font-size: 14px;
	}
	.advertList td.date {
		display: none;
	}
	.advertList td.img img {
		max-height: 50px;
		max-width: 50px;
	}
	.advertList td.info {
		max-width: 245px;
	}
	.direct-tr {
		width: 371px;
	}
	.right-advert {
		width: 90%;
		float: inherit;
	}
	.left-advert {
		width: 90%;
		float: inherit;
	}
}

#city {
	margin-top: 20px;
}


/* Chosen v1.5.1 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: 0
}

.chosen-container a {
	cursor: pointer
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #999
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top
}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 29px;
	border: 1px solid #9D9D9E;
	border-radius: 5px;
	background-color: #fff;
	background-clip: padding-box;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 25px
}

.chosen-container-single .chosen-default {
	color: #999
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: #fff url(../images/chosen-sprite.png) no-repeat 100% -20px;
	background: url(../images/chosen-sprite.png) no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px
}

.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default
}

.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff
}

.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline
}

.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto!important;
	height: 1%;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
	background-image: -o-linear-gradient(#eee 1%, #fff 15%);
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0!important;
	background: transparent!important;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eee;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
	color: #333;
	line-height: 13px;
	cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default
}

.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
	background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
	background-image: -o-linear-gradient(#eee 20%, #fff 80%);
	background-image: linear-gradient(#eee 20%, #fff 80%);
	box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: 0;
	background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #222!important
}

.chosen-disabled {
	opacity: .5!important;
	cursor: default
}

.chosen-disabled .chosen-single {
	cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default
}

.chosen-rtl {
	text-align: right
}

.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px
}

.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px
}

.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px
}

.chosen-rtl .chosen-choices li {
	float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
	direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
	left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: 0
}

.chosen-rtl .chosen-search input[type=text] {
	padding: 4px 5px 4px 20px;
	background: #fff url(../images/chosen-sprite.png) no-repeat -30px -20px;
	background: url(../images/chosen-sprite.png) no-repeat -30px -20px;
	direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.chosen-rtl .chosen-search input[type=text],
	.chosen-container-single .chosen-single abbr,
	.chosen-container-single .chosen-single div b,
	.chosen-container-single .chosen-search input[type=text],
	.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.chosen-container .chosen-results-scroll-down span,
	.chosen-container .chosen-results-scroll-up span {
		background-image: url(../images/chosen-sprite@2x.png)!important;
		background-size: 52px 37px!important;
		background-repeat: no-repeat!important
	}
}

@media screen and (max-width: 800px) {
	.yandex-adaptive {
		width: 200px;
		height: 300px;
	}
}

@media screen and (max-width: 1024px) {
	.yandex-adaptive {
		width: 240px;
		height: 400px;
	}
}




.