article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
*:hover,
*:focus,
*:active {
	outline: 0;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img.resp {
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	width: auto;
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
	max-width: none;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0.8rem;
}
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='date'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0.8rem;
	border: #ACBBC3 solid 1px !important;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
hr {
	height:1px;
	background-color:#d6d6d6;
	border:0;
}
label._disabled { color:#aaa; }

/* данные формы */
.error {
	color: #FF4E00;
	font-size: 1.2rem;
}
.act {
	color:#2ABD61;
	font-style:italic;
	font-size:1.4rem;
}
.need {
	color:#FF4E00;
	font-style:normal;
	font-weight:normal;
	font-size:1.4rem;
}
.waiting {
	background: transparent url(/img/icons/loading_t.gif) center left no-repeat;
	padding-left:2.2rem;
	font-style:italic;
	color:#00a3e5;
	font-size:1.4rem;
}

/* хлебные крошки */
.breadcrumbs {
	*zoom: 1;
	margin: 2.6rem 0 0 0;
	padding:0;
	font-family: HelveticaNeueCyrLight, sans-serif;
	color: #183645;
	list-style-type:none;
}
.breadcrumbs::before, .breadcrumbs::after {
	display: table;
	content: '';
	line-height: 0;
}
.breadcrumbs::after {
	clear: both;
}
.breadcrumbs a, .breadcrumbs i {
	display: block;
	float: left;
	position: relative;
	padding-left: 2.4rem;
	color: #183645;
	font-size: 1.2rem;
	font-style:normal;
}
.breadcrumbs a::after, .breadcrumbs i::after {
	content: '\2192';
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 2.4rem;
	height: 100%;
	text-align: center;
	color: #183645;
}
.breadcrumbs li:nth-child(1) a { padding-left: 0; }
.breadcrumbs li:nth-child(1) a::after {
	content: '';
	width: 0rem;
}


/* popup's */
.popup {
	width: 26.5rem;
	position: absolute;
	box-sizing: border-box;
	top: 5.3rem;
	z-index: 9999;
	background-color: white;
	border-radius: 0.5rem;
	border: 1px solid #e6f1f5;
	padding: 3rem 2.8rem 2rem;
}
.popup .title {
	border-bottom: 1px solid #e6f1f5;
	padding-bottom: 1.8rem;
	margin: 0 0 2rem 0;
	font-size: 2rem;
	line-height: 1rem;
	color: #00a3e5;
	text-transform: uppercase;
	text-align: left;
}
.popup .close {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(/img/icons/off.png) no-repeat center;
	position: absolute;
	top: 2.3rem;
	right: 2.7rem;
	z-index: 9999;
}

/* captcha */
.captcha {
	float: left;
	margin-top: 1rem;
}
.captcha-input {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-left: 1.5rem;
}
.captcha img {
	width: 5.8rem;
}

/* загрузка файлов */
.file__btn {
	position: relative;
	overflow: hidden;
}
.file__input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 100%;
	font-size: 25rem;
}
.file__list-item {
	padding-bottom: 0.6rem;
}
.file__list-item a {
	text-decoration: none;
	margin-left: 1rem;
}

.file__progress-bar {
	height:1rem;
	background:url(/js/jquery/jQuery-File-Upload-9.8.0/img/progressbar.gif);
	display:none;
	width:0;
	margin-bottom:0.5rem;
}
.file__progress-bar._active {
	display:block;
}
.file__iblock-field.file__btn {
	position: relative;
	width: 100%;
	padding: 1.5rem 0;
	text-align: center;
	border: 1px dashed #95a1a6;
	color: #95a1a6;
}
.file__iblock-field.file__btn i {
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	margin: 0 auto;
	background-size: contain;
	max-width: 100%;
	background: url('/img/plus-ico.png') no-repeat center;
}

.pagination {
	margin-top: 2rem;
	*zoom: 1;
	font-size: 1.4rem;
	text-align: center;
	height: 2.9rem;
}
.pagination:before,
.pagination:after {
	display: table;
	content: '';
	line-height: 0;
}
.pagination:after {
	clear: both;
}
.pagination-pages {
	float: right;
}
.pagination-pages a {
	width: 2.9rem;
	height: 2.9rem;
	line-height: 2.9rem;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	text-align: center;
	background-color: #e6f1f5;
	font-size: 1.4rem;
	color: #183645;
	text-decoration: none;
	margin: 0 0.7rem;
}
.pagination-pages a.sel {
	color: #fff;
	background-color: #00a3e5;
}
.pagination-pages span.prev, .pagination-pages span.next, .pagination-pages a.prev, .pagination-pages a.next {
	width: 3rem;
	display: block;
	height: 2.9rem;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	margin: 0 1rem;
}
.pagination-pages a.prev {
	float: left;
	background-image: url('/img/icons/arrow_left_blue.svg');
}
.pagination-pages span.prev {
	float: left;
	background-image: url('/img/icons/arrow_left_gray.svg');
}
.pagination-pages a.next {
	float: right;
	background-image: url('/img/icons/arrow_right_blue.svg');
}
.pagination-pages span.next {
	float: right;
	background-image: url('/img/icons/arrow_right_gray.svg');
}
.pagination-more {
	display:block;
	text-align:center;
	margin-bottom:1.8rem;
	height:3rem;
}
.pagination-more img { width:3rem; }
.pagination-more img:hover {
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.pagination-amount {
	float:left;
	padding-top: 0.5rem;
	color: #183645;
}
.pagination-amount a + .pagination-amount a {
	border-left: 1px solid #cad3d7;
	margin-left: -0.4rem;
	position: relative;
	top: 1px;
}
.pagination-amount a {
	color: #183645;
	text-decoration: none;
	border-bottom: 1px dotted;
	margin: 0 1.4rem;
}
.pagination-amount a.sel {
	border-color: transparent;
	font-weight: bold;
}

.rating {
	width:6.5rem;
	height:1.1rem;
	background:url(/img/icons/star_grey.png) repeat-x;
	background-size:contain;
	display:inline-block;
}
.rating .stars {
	height:1.1rem;
	background-color:none;
	background:url(/img/icons/star.png) repeat-x;
	background-size:contain;
}


.reviews_contacts_inputs {
	width:31.8rem;
	margin-bottom: 1rem;
}

.reviews_contacts_inputs div {
	float: left;
	width: 15.4rem;
}
.reviews_contacts_inputs div._first {
	margin-right: 1rem;
}
.reviews__small-review ._title, .reviews-widget ._title {
	margin-bottom: 1rem;
}
.reviews__small-review .b-input input, .reviews-widget .b-input input {
	background:#fff;
}
.reviews__small-review ._photo, .reviews__small-review ._video, .reviews-widget ._photo, .reviews-widget ._video {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.3;
	transition: 0.3s linear;
	overflow: hidden;
	vertical-align: top;
	width: 3.3rem;
	height: 2.6rem;
	background-image: url('/img/tour/photo-ico.svg');
	margin-right: 0.5rem;
}
.reviews__small-review ._video, .reviews-widget ._video {
	height: 2.4rem;
	background-image: url('/img/tour/video-ico.svg');
}

.reviews__small-review ._photo input[type="file"], .reviews__small-review ._video input[type="file"], .reviews-widget ._photo input[type="file"], .reviews-widget ._video input[type="file"] {
	opacity: 0;
	position: relative;
	z-index: 2;
}
.reviews__small-review ._photo:hover, .reviews__small-review ._video:hover, .reviews-widget ._photo:hover, .reviews-widget ._video:hover {
	opacity: 1;
}


.images_list {
	*zoom: 1;
	margin-top: 4rem;
	width: 100%;
}
.images_list:before,
.images_list:after {
	display: table;
	content: '';
	line-height: 0;
}
.images_list:after {
	clear: both;
}
.images_list .images_list-item {
	display: block;
	float: left;
	margin-right: 2rem;
	margin-bottom: 2rem;
	width: 29.5rem;
	height: 22.1rem;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.images_list .images_list-item:nth-child(4n) {
	margin-right: 0;
}


.load_more {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 4rem;
}
.load_more img {
	width: 4.5rem;
	height: 4.5rem;
}
.load_more img:hover {
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


.tags {
	margin-bottom: 4rem;
}
.tags .tag {
	display: inline-block;
	vertical-align: top;
	color: #9a9a9a;
	font-size: 1.2rem;
	text-decoration: none;
	border: 1px solid #9a9a9a;
	border-radius: 0.5rem;
	padding: 0.5rem 1rem;
	margin: 1rem 0.5rem 0 0;
	transition: 0.2s linear;
	background-color: #fff;
}
.tags .tag:hover, .tags .tag.sel {
	color: white;
	background-color: #9a9a9a;
}

.url-popup {
	width: 47.4rem;
	max-width: 87.4rem;
	box-sizing: border-box;
	background-color: white;
	border-radius: 0.5rem;
	border: 1px solid #183645;
	padding: 3rem 2.8rem 2rem;
	height:30rem;
}
.url-popup-video {
	width:124rem !important;
	max-width: 124rem;
	box-sizing:border-box;
	left:50% !important;
	margin-left:-62rem !important;
	height:82rem !important;
}
.url-popup-video iframe {
	width:118.4rem;
	height:76rem;
}

.reviews-widget {
	display: block;
	float: left;
	width: 74.7rem;
	padding: 1.3rem 3.3rem;
	margin: 1rem 0 3rem 0;
	background-color: #e6f1f5;
}
.reviews-widget_ref-head {
	font-size: 1.8rem;
	font-family: HelveticaNeueCyrBold, sans-serif;
	margin: 2.8rem 0;
}
.reviews-widget_text-area {
	padding: 1.8rem 2.2rem;
	border-radius: 0.8rem;
	border: none;
	width: 95% !important;
}
.reviews-widget_marks {
	position: relative;
	margin-top: 2.2rem;
}
.reviews-widget_marks-icons {
	top: 0;
}
.reviews-widget_mark-stars {
	display: inline-block;
	vertical-align: bottom;
	width: 2rem;
	height: 1.9rem;
	padding-right: 0.5rem;
	background: url('/img/catalog/ico/mark_star.png') no-repeat center;
	background-size: contain;
	cursor: pointer;
}
.reviews-widget_mark-stars:first-child {
	vertical-align: bottom;
}
.reviews-widget_mark-stars._gold {
	background: url('/img/catalog/ico/mark_star_gold.png') no-repeat center;
	background-size: contain;
}
.reviews-widget_italic {
	opacity: 0.3;
	font-weight: 500;
	font-style: italic;
}
.reviews-widget_fr {
	float: right;
	cursor: pointer;
	margin-top: -0.5rem;
}
.reviews-widget__buttons {
	top: 0;
}
.reviews-widget ._instagram {
	margin-right: 1rem;
	width: 3.3rem;
	height: 2.6rem;
	background: url('/img/catalog/ico/instagram.png') no-repeat center;
	background-size: contain;
}
.reviews-widget ._youtube {
	margin-top: -0.4rem;
	width: 3.3rem;
	height: 2.4rem;
	background: url('/img/catalog/ico/youtube.png') no-repeat center;
	background-size: contain;
}
.reviews-widget_ref-button {
	width: 17.8rem;
	height: 3.8rem;
	border: none;
	border-radius: 0.5rem;
	background-color: #ff4e00;
	color: white;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin: 2.2rem 0;
	cursor: pointer;
	transition: 0.2s linear;
}
.reviews-widget_ref-button:hover {
	background-color: #c9d741;
}
.reviews-widget-ready_reviews-ready {
	width: 74.5rem;
	padding: 3.3rem;
	display: block;
	border: 1px solid #d8e4ea;
	margin-bottom: 3.3rem;
	font-family: 'HelveticaNeueCyrRoman', sans-serif;
}
.reviews-widget-ready_reviews-ready._full {
	width: 117rem;
}
.reviews-widget-ready_reviews-ready._last {
	margin-bottom: 0;
}
.reviews-widget-ready_reviews-answer {
	*zoom: 1;
	width: 100%;
	margin-bottom: 3.3rem;
	margin-right: 0;
}
.reviews-widget-ready_reviews-answer:before,
.reviews-widget-ready_reviews-answer:after {
	display: table;
	content: '';
	line-height: 0;
}
.reviews-widget-ready_reviews-answer:after {
	clear: both;
}
.reviews-widget-ready_reviews-answer-arrow {
	float: left;
	margin-right: 1rem;
	width: 2.1rem;
	height: 4.3rem;
	background: url('/img/catalog/ico/ans-arr.png') no-repeat center;
	background-size: contain;
}
.reviews-widget-ready_reviews-answer-block {
	float: left;
	position: relative;
	width: 71.7rem;
	background-color: #f0f9fd;
	padding: 3.3rem;
	margin-right: 0;
}
.reviews-widget-ready_reviews-answer-block img {
	width: 14rem;
	height: 4.2rem;
}
.reviews-widget-ready_reviews-answer-block-h {
	font-size: 1.8rem;
	margin: 2rem 0;
}
.reviews-widget-ready_reviews-answer-block-date {
	position: absolute;
	top: 3.3rem;
	right: 3.3rem;
}
.reviews-widget-ready_reviews-head {
	padding-bottom: 4rem;
}
.reviews-widget-ready_reviews-text {
	line-height: 1.7rem;
	font-size: 1.4rem;
}
.reviews-widget-ready_reviews-img {
	display: inline-block;
	vertical-align: top;
	margin-right: 1.5rem;
}
.reviews-widget-ready_rev-name {
	display: inline-block;
	vertical-align: middle;
	font-family: 'HelveticaNeueCyrBold';
	font-size: 1.8rem;
	padding-right: 3rem;
}
.reviews-widget-ready_mark {
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 1.9rem;
	background: url('/img/catalog/ico/grey_star.png') no-repeat center;
	background-size: contain;
	margin-right: 0.1rem;
}
.reviews-widget-ready_mark._active {
	background-image: url('/img/catalog/ico/gold_star.png');
}
.reviews-widget-ready_rev-h {
	padding-bottom: 2.1rem;
	font-family: 'HelveticaNeueCyrBold';
	font-size: 1.8rem;
}
.reviews-widget-ready_revpic {
	padding-top: 3.6rem;
}

.reviews__blocks {
	*zoom: 1;
}
.reviews__blocks:before,
.reviews__blocks:after {
	display: table;
	content: '';
	line-height: 0;
}
.reviews__blocks:after {
	clear: both;
}
.reviews__small-review {
	float: left;
	width: 31%;
	background-color: #e6f1f5;
	box-sizing: border-box;
	padding: 1.3rem 3.3rem;
}
.reviews__small-review ._textarea, .reviews-widget ._textarea {
	padding: 1.8rem 2.2rem;
	border-radius: 0.8rem;
	border: #ACBBC3 solid 1px !important;
	width: 86% !important;
}
.reviews-widget ._textarea {
	width: 70.1rem !important;
}

.reviews__small-review ._textarea._error, .reviews-widget ._textarea._error {
	border: #ff4e00 solid 1px;
}
.reviews__small-review- ._textarea[placeholder], .reviews-widget ._textarea[placeholder] {
	font-family: HelveticaNeueCyrItalic, sans-serif;
}
.reviews__small-review-marks {
	margin-bottom: 2rem;
}


.reviews-widget-ready .images_list .images_list-item {
	max-width: 22.6rem;
	max-height: 17.9rem;
}
.reviews-widget-ready .images_list .images_list-item:nth-child(3n) {
	margin-right: 0;
}
.reviews-widget-ready .images_list .images_list-item:nth-child(4n) {
	margin-right: 2rem;
}


#message {
	display: none;
	z-index: 999;
	opacity: .8;
	position: fixed;
	top: 8rem;
	left: 100%;
	margin-left: -7rem;
	width: 7rem;
	line-height: 5rem;
	height: 5rem;
	text-align: center;
}
#message a {
	display:block;
}

.div800 {
	width:80rem;
	margin:0 auto;
}
table.table_border_hor {
	border-spacing: 0;
}
table.table_border_hor td {
	border-bottom: 1px solid #e6f1f5;
	vertical-align:top;
}
table.table_border_hor tr:last-child td {
	border-bottom:0;
}
table.table_border_hor th {
	background: #e6f1f5;
	text-align:left;
	font-weight:bold;
	line-height:1.4rem;
}
.popup-block {
	display:none;
}
._popup-block {
	width: 70rem;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.8rem;
	box-sizing: border-box;
	background-color: white;
	border-radius: 0.5rem;
	border: 1px solid #e6f1f5;
	padding: 3rem 2.8rem 2rem;
}


.news__calendars {
	*zoom: 1;
	position: relative;
	padding: 2.4rem 0 4rem 0;
	margin: 4rem 0;
	height: 12rem;
	overflow: hidden;
}
.news__calendars:before,
.news__calendars:after {
	display: table;
	content: '';
	line-height: 0;
}
.news__calendars:after {
	clear: both;
}
.news__calendars._tour {
	padding-bottom: 0;
	margin-bottom: 2rem;
	height:auto;
}
.news__calendars-item {
	float: left;
	width: 60rem !important;
	margin-right: 6rem;
	padding: 0 2.3rem;
	box-sizing: border-box;
}
._programms .news__calendars-item {
	margin-right: 4rem;
}
._programms .news__calendars-item:nth-child(2n) {
	margin-right: 0;
}
.news__calendars-row {
	display: table-row;
	height: 4rem;
}
.news__calendars-cell {
	display: table-cell;
	padding-right: 10rem;
}
.news__calendars-cell a.sel {
	font-weight:bold;
	color:#C9D741;
}
.news__calendars-cell._no-pad {
	padding-right: 0;
}
.news__calendars-cell._gray {
	color: #cacaca;
}
.news__calendars-cell a {
	text-decoration: none;
}
.news__calendars-buttons {
	position: absolute;
	top: -9.5rem;
	right: 0;
	z-index: 9998;
	width: 10rem;
}


.school__news {
	*zoom: 1;
	display: block;
	margin-top: 0rem;
	margin-bottom: 2rem;
}
.school__news:before,
.school__news:after {
	display: table;
	content: '';
	line-height: 0;
}
.school__news:after {
	clear: both;
}

.school__news-col {
	float: left;
	position: relative;
	margin-right: 2rem;
	font-family: 'HelveticaNeueCyrRoman', sans-serif;
	display: block;
	width: 39.9rem;
	height: 52.4rem;
	max-width: 100%;
	box-sizing: border-box;
}
.school__news-col._col1 {
	/*padding: 28.5rem 3rem 1.5rem;*/
}
.school__news-col._col3, .school__news-col._col3_ {
	margin-right: 0rem;
}
.school__news-item {
	position: relative;
	border: 1px solid #c9d7dd;
	height: 21rem;
	margin-bottom: 2rem;
	padding: 2rem 3rem;

}
.school__news-item ._annotation {
	max-height:14.8rem;
	overflow:hidden;

}

.school__news-item._big {
	height: 22.2rem;
	background-size:contain;
	background-repeat: no-repeat;
	background-position:top left;
	padding-top: 28rem;
	background-position: top;
}
.school__news-item._video {
	height: 48.2rem;
	text-align: center;
	color: white;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
.school__news-item .tags {
	position:absolute;
	bottom:1rem;
	left:3rem;
}

.school__news-item ._date {
	color: #9aacb5;
	font-size: 1.3rem;
	position:absolute;
	bottom:2rem;
	left:3rem;
}
.school__news-item-video-name {
	font-family: 'ITCAvantGardeGothicDem';
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 2.4rem;
}
.school__news-item-third-h {
	text-align: left;
	padding: 0.6rem 0 0 3rem;
}
.school__news-item-play {
	max-width: 100%;
	display: block;
	margin-top: 18rem;
	margin-bottom: 4rem;
}
.school__news-h {
	display: block;
	margin: 0.7rem 0 1.7rem;
	text-decoration: none;
}

/** HEADER STRAT **/
.header_item._search .chosen-container {
	position: absolute;
	right: 0;
	top: 0.7rem;
	width: 11.1rem !important;
	border-radius: 0;
	border-color: transparent;
}
.header_item._search .chosen-container-single .chosen-single {
	height: 2.5rem;
	line-height: 2.5rem;
	border-radius: 0 0.2rem 0.2rem 0;
	border-color: transparent;
	border-left-color: #95b3c2;
	border-right-color: #95b3c2;
	color: #00a3e5;
}
.header_item._search .chosen-container-single .chosen-single div b {
	background: url("/js/jquery/chosen/chosen-sprite.png") no-repeat 0 0.4rem;
}
.header_item._search .chosen-container-active.chosen-with-drop .chosen-single {
	height: 3.8rem;
	line-height: 3.8rem;
	margin-top: -0.7rem;
	border-radius: 0 0.5rem 0 0;
	border: 1px solid #acbbc3;
	border-bottom-color: #ffffff;
}
.header_item._search .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -1.8rem 0.7rem;
}
.header_item._search {
	position: relative;
	display: inline-block;
	margin: 2rem 0 0 8.4rem;
	vertical-align: top;
	width:35.6rem;
}
.header_item._search._focus .chosen-container {
	opacity: 1;
}
.header_item._search .chosen-container {
	transition: opacity 0.3s;
	opacity: 0;
}
input[type='text']._search-top,
input[type='password']._search-top,
input[type='tel']._search-top,
input[type='date']._search-top,
input[type='number']._search-top,
input[type='email']._search-top,
input[type='url']._search-top,
input[type='search']._search-top {
	padding: 0.96rem 11.5rem 0.96rem 4.6rem;
	color: #183645;
}
input[type='text']._search-top:-moz-placeholder,
input[type='password']._search-top:-moz-placeholder,
input[type='tel']._search-top:-moz-placeholder,
input[type='date']._search-top:-moz-placeholder,
input[type='number']._search-top:-moz-placeholder,
input[type='email']._search-top:-moz-placeholder,
input[type='url']._search-top:-moz-placeholder,
input[type='search']._search-top:-moz-placeholder {
	color: #0d85b1;
}
input[type='text']._search-top:-ms-input-placeholder,
input[type='password']._search-top:-ms-input-placeholder,
input[type='tel']._search-top:-ms-input-placeholder,
input[type='date']._search-top:-ms-input-placeholder,
input[type='number']._search-top:-ms-input-placeholder,
input[type='email']._search-top:-ms-input-placeholder,
input[type='url']._search-top:-ms-input-placeholder,
input[type='search']._search-top:-ms-input-placeholder {
	color: #0d85b1;
}
input[type='text']._search-top::-webkit-input-placeholder,
input[type='password']._search-top::-webkit-input-placeholder,
input[type='tel']._search-top::-webkit-input-placeholder,
input[type='date']._search-top::-webkit-input-placeholder,
input[type='number']._search-top::-webkit-input-placeholder,
input[type='email']._search-top::-webkit-input-placeholder,
input[type='url']._search-top::-webkit-input-placeholder,
input[type='search']._search-top::-webkit-input-placeholder {
	color: #0d85b1;
}


/* нашли опечатку? */
.popup.error_tracer_form {
	left:50%;
	margin-left:5rem;
	width: 56rem;
	top: 13rem;
}
.error_tracer_form textarea {
	padding: 1.5rem;
	border-radius: 0.5rem;
	border-color: #acbbc3;
	width: 93.5% !important;
	margin: 1rem 0;
	font-size: 1.4rem;
	font-family: 'HelveticaNeueCyrRoman', sans-serif;
}
.error_tracer_form textarea[placeholder] {
	font-family: HelveticaNeueCyrItalic;
}
#error_tracer_str {
	background: #c9d741;
	color:#000;
}

/* обратная связь сверху */
.popup.feedback_form {
	width: 56rem;
	top: 13rem;
	border-radius: 1rem;
	padding: 2.8rem;
	margin-left:-29.5rem;
}
.feedback_contacts_inputs div, .feedback_contacts div {
	float: left;
	width: 49%;
	margin-top: 1rem;
}
.feedback_contacts div {
	font-size:1.4rem;
}
.feedback_contacts_inputs div._first, .feedback_contacts div._first {
	margin-right: 1rem;
}
.feedback_form.logged .feedback_contacts_inputs {
	display:none;
}
.feedback_form .feedback_contacts {
	display:none;
}
.feedback_form.logged .feedback_contacts {
	display:block;
}
.feedback_form textarea {
	padding: 1.5rem;
	border-radius: 0.5rem;
	border-color: #acbbc3;
	width: 93.5% !important;
	margin: 1rem 0;
	font-size: 1.4rem;
	font-family: 'HelveticaNeueCyrRoman', sans-serif;
}
.feedback_form textarea[placeholder] {
	font-family: HelveticaNeueCyrItalic;
}
.feedback_form input[type=submit] {
	margin-top: 1.2rem;
	padding: 1rem 6rem;
}
.feedback_form.logged .captcha {
	display: none;
}

/* верхняя плашка */
.view-header._plashka-open .feedback_form, .view-header._plashka-open .error_tracer_form {
	position: fixed;
	top: 4.5rem;
}
.plashka_enter .header_item-name { display:none; }
.plashka_menu {
	position: absolute;
	top: 1.8rem;
	right: 32.7rem;
}
.plashka_menu a {
	display: inline-block;
	vertical-align: middle;
	padding: 0.3rem 1rem;
	font-size: 1.4rem;
	font-family: HelveticaNeueCyrRoman, sans-serif;
	font-weight: normal;
	line-height: 1.7rem;
	text-decoration: none;
}
.plashka_menu a.bordered {
	border: 1px solid #d5e5eb;
	border-top-color: transparent;
	border-bottom-color: transparent;
}



/* контакты сверху */
.contact_top {
	display: inline-block;
	box-sizing: border-box;
	background: url(/img/svg/phone.svg) no-repeat 0.1rem 0.4rem;
	background-size: 2.3rem, 2.3rem;
	float: right;
	margin: 0;
	padding-left: 4.5rem;
	vertical-align: top;
	color: #00a3e5;
	min-width:42.2rem;
}
.contact_top span {
	font-family: 'ITCAvantGardeGothicDem', sans-serif;
	font-size: 2.4rem;
}
.contact_top .sep {
	display: inline-block;
	height: 2rem;
	margin: 0 1.4rem 0 1.2rem;
	border-left: 1px solid #00a3e5;
}
.contact_top .comment {
	margin-top: 0.2rem;
	margin-left: -2rem;
	text-align: right;
	letter-spacing: -0.028rem;
	font-size: 1.4rem;
}
.contact_top a {
	color: #00a3e5;
}
.contact_top a:hover {
	color: #c9d741;
}
.contact_top .comment div {
	font-size: 1.2rem;
	float:left;
}
.contact_top .comment div.tel_comment2 {
	float:right;
}
.contact_top ._watsapp {
	display:block;
	text-decoration:none;
	margin-left: -4.5rem;
	padding-left: 4.5rem;
	background: url(/img/svg/whatsapp.svg) no-repeat 0.1rem 0.4rem;
	background-size: 2.3rem, 2.3rem;
	
}
.contact_top ._watsapp a {
	text-decoration:none;
}

/* поиск сверху */
select._search-top {
	width: 17.1rem;
}
.header_item._search .chosen-container {
	width: 17.1rem !important;
}




.overlay {
	background: #000000;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}
.popup.subscribe_panel {
	width:65rem;
	height:30rem;
	background: none;
	background-repeat:no-repeat;

	background-image:url(/img/subscribe/bg.png);
	background-size:65rem 30rem;
	/*background-image:url(/img/subscribe/bg_winter.png);
	background-size:64.6rem 26.6rem;*/
	background-position:bottom center;

	border-radius: 0;
	border: 0;
	padding: 0;
	position:fixed;
	top:50%;
	margin-top:-15rem;
	right:50%;
	margin-right:-32.5rem;
	color:#fff;
}
.popup.subscribe_panel._tour {
	background-image:url(/img/subscribe/bg_tour.png);
	background-size:65rem 30rem;
}
.popup.subscribe_panel .title {
	border-bottom: 0;
	padding-bottom: 0;
	margin: 10rem 0 1rem 0;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 2.8rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.popup.subscribe_panel  .close {
	display: block;
	width: auto;
	height: auto;
	background: none;
	position: static;
	color:#fff;
	text-decoration:none;
}
.popup.subscribe_panel  .close:hover {
	text-decoration:underline;
}
.popup.subscribe_panel form {
	margin:1rem 9.5rem;
}
.popup.subscribe_panel .b-input {
	width:14rem;
	float:left;
	margin-right:1rem;
	height:3.3rem;
}
.popup.subscribe_panel .buttons, .popup.subscribe_panel .waiting {
	float:left;
}
.popup.subscribe_panel .waiting {
	padding:0.2rem 0.5rem;
	width:15rem;
}
.popup.subscribe_panel .buttons_btn-field {
	width:16rem;
}
.popup.subscribe_panel .b-input input {
	background:#fff;
}
.popup.subscribe_panel .error {
	text-align:left;
	margin-top:0.3rem;
	height:1.2rem;
}
/** HEADER FINISH **/

/** FOOTER STRAT **/
/* форма подписки снизу */
.subscription_form_bottom input[type="submit"] {
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	width: 2.2rem;
	height: 1.6rem;
	background: #fff url(/img/icons/mail_black.svg) no-repeat;
	background-size: 2.1rem, 1.5rem;
	position: absolute;
	top: 1.2rem;
	left: 18.5rem;
	border:0;
}
.subscription_form_bottom input[type="submit"].progress {
	background: url(/img/icons/loading_t.gif) no-repeat;
	background-size: 1.6rem, 1.1rem;
}
.subscription_form_bottom .error {
	position:absolute;
	padding-top:0.3rem;
}
.subscription_form_bottom input[type="email"] {
	width: 100%;
	padding: 0.95rem 1.5rem 0.96rem 1.5rem;
	border-color: #283946;
}

.new-advantages {
	*zoom: 1;
	padding: 2.5rem 0 2rem;
	background: #00a3e5 url('/img/footer-bears.png') no-repeat left bottom;
}
.new-advantages:before,
.new-advantages:after {
	display: table;
	content: '';
	line-height: 0;
}
.new-advantages:after {
	clear: both;
}
.new-advantages ._item {
	*zoom: 1;
	float: left;
	box-sizing: border-box;
	padding: 0 3rem;
	width: 33.3%;
	vertical-align: top;
	color: white;
}
.new-advantages ._item:before,
.new-advantages ._item:after {
	display: table;
	content: '';
	line-height: 0;
}
.new-advantages ._item:after {
	clear: both;
}
.new-advantages ._item ._photo {
	float: left;
	width: 8.6rem;
	height: 8.6rem;
	margin-top: 2rem;
	margin-right: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}
.new-advantages ._item ._content {
	float: left;
	width: 25.4rem;
}
.new-advantages ._item ._content ._baloon {
	position: relative;
	width: 25.4rem;
	height: 8.1rem;
	background: url('/img/footer-baloon.png') no-repeat center top;
	background-size: contain;
}
.new-advantages ._item ._content ._text {
	font-size: 1.8rem;
	position: absolute;
	top: 1rem;
	left: 3rem;
	width: 21rem;
}
.new-advantages ._item ._content ._person {
	font-size: 1.2rem;
	margin: 0.5rem 0 0 2rem;
	opacity: 0.5;
	width: 25.4rem;
}


.footer {
	margin: 1.8rem 0 0;
}
.footer._en {
	margin-top: 0;
	margin-bottom: 1.9rem;
}
.footer._first {
	margin-bottom: 1.9rem;
}
.footer_row._terms {
	position: relative;
	margin-top: 2.8rem;
	padding: 2rem 0;
	text-align: center;
	color: #888888;
	font-size: 1.1rem;
}
.footer_row._terms a {
	color: #888888;
}
.footer_row._terms a:hover,
.footer_row._terms a:active {
	color: #c9d741;
}
.footer_row._terms:before {
	width: 3.7rem;
	height: 7.1rem;
	background-size: 3.7rem, 7.1rem;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	background-image: url('/img/icons/turist.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 21.2rem;
	bottom: 0;
	content: '';
}
.footer_col {
	vertical-align: top;
	float: right;
	width: 22rem;
}
.footer_col._menu {
	width: 58rem;
	float: left;
}


.footer_item {
	display: inline-block;
}
.footer_item._pay-title {
	margin-right: 2rem;
	font-size: 1.2rem;
	font-weight:bold;
	vertical-align: top;
}
.footer_item._pay-imgs {
	vertical-align: middle;
}
.footer_item._pay-imgs img {
	max-height:7rem;
}
.footer_item._pay-imgs._shs { max-width:43rem; }
.footer_shs_title {
	width:13rem;
	margin-left:2.5rem;
	font-size:1.2rem;
	font-weight:bold;
}
.footer_shs {
	width:16rem;
	margin-left:2.5rem;
	font-size:1.2rem;
}


.footer_item-img {
	margin-right: 1.5rem;
	vertical-align: middle;
}
.footer_item-img:last-child {
	margin-right: 0;
}
.footer_item-img._master {
	width: 3.4rem;
	height: 2rem;
}
.footer_item-img._yandex {
	width: 5.3rem;
	height: 2.3rem;
}
.footer_item-img._wmoney {
	width: 6.6rem;
	height: 1.7rem;
}
.footer_item._design {
	position: relative;
	padding-right: 5.7rem;
	text-transform: uppercase;
	color: #888888;
	font-family: 'ITCAvantGardeGothicMedium', sans-serif;
	font-size: 1.2rem;
	text-align: right;
	vertical-align: middle;
	top:2.4rem;
}
.footer_item._design a {
	color: #000000;
}
.footer_item._design a:hover,
.footer_item._design a:active {
	color: #c9d741;
}
.footer_item._design:after {
	width: 4.5rem;
	height: 4.5rem;
	background-size: 4.5rem, 4.5rem;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	background-image: url('/img/icons/icons_praim.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: -1rem;
	right: 0;
	content: '';
}
.footer_item._design a {
	text-decoration: none;
}

.footer_row._terms .footer_go_mobile {
	position:absolute;
	display:block;
	right:0;
	top:1.5rem;
	font-size:1.2rem;
	color:#00a3e5;
	cursor: pointer;
	text-decoration:underline;
}
.footer_row._terms .footer_go_mobile:hover {
	text-decoration:none;
}

.footer-menu {
	*zoom: 1;
}
.footer-menu:before,
.footer-menu:after {
	display: table;
	content: '';
	line-height: 0;
}
.footer-menu:after {
	clear: both;
}
.footer-menu_col {
	float: left;
	box-sizing: border-box;
	width: 33%;
}
.footer-menu_item {
	display: block;
	padding: 0.5rem 0 0.6rem;
}
.footer-menu_item-link {
	text-decoration: none;
	color: #183645;
	font-size: 1.3rem;
	transition: color 0.2s;
}
.footer-menu_item-link:hover {
	color: #00a3e5;
}
.footer-menu_item._title {
	margin-bottom: 1.8rem;
	padding: 0;
	font-family: HelveticaNeueCyrBold, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	color: #283946;
	font-size: 1.2rem;
}
a.footer-menu_item._title:hover {
	color:#C9D741;
}
.footer-social_row._title {
	margin-bottom: 2.6rem;
	font-family: HelveticaNeueCyrBold, sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #283946;
}
.footer-phone {
	width: 2.3rem;
	height: 2.3rem;
	background-size: 2.3rem, 2.3rem;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	background-image: url('/img/icons/call_red.svg');
	background-repeat: no-repeat;
	width: auto;
	height: auto;
	margin: 1rem 0 1.7rem;
	padding-left: 3.5rem;
	font-family: 'ITCAvantGardeGothicDem', sans-serif;
	font-size: 2rem;
	line-height: 2.7rem;
}
.footer-mail {
	font-size: 1.3rem;
}
.footer-mail a {
	color: #000000;
}
.footer-mail a:hover {
	color: #c9d741;
}
.footer-subscribe {
	position: relative;
	margin-top: 0.5rem;
}
.footer-social {
	margin-top:1rem;
}
.footer-social_item._ico {
	display: inline-block;
	margin-right: 0.9rem;
	vertical-align: top;
	width: 2.5rem;
	height: 2.5rem;
	position: relative;
}
.footer-social_item._ico:before,
.footer-social_item._ico:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none no-repeat center;
	background-size: contain;
	opacity: 1;
	transition: opacity 0.3s;
}
.footer-social_item._ico:hover:after {
	opacity: 1;
}
.footer-social_item._ico:hover:before {
	opacity: 0;
}
.footer-social_item._ico:after {
	opacity: 0;
	z-index: 2;
}
.footer-social_item._ico:last-child {
	margin-right: 0;
}
.footer-social_item._ico._fb:before {
	background-image: url('/img/social/square/fb.svg');
}
.footer-social_item._ico._fb:after {
	background-image: url('/img/social/square/fb_hover.svg');
}
.footer-social_item._ico._vk:before {
	background-image: url('/img/social/square/vk.svg');
}
.footer-social_item._ico._vk:after {
	background-image: url('/img/social/square/vk_hover.svg');
}
.footer-social_item._ico._tw:before {
	background-image: url('/img/social/square/tw.svg');
}
.footer-social_item._ico._tw:after {
	background-image: url('/img/social/square/tw_hover.svg');
}
.footer-social_item._ico._gp:before {
	background-image: url('/img/social/square/google.svg');
}
.footer-social_item._ico._gp:after {
	background-image: url('/img/social/square/google_hover.svg');
}
.footer-social_item._ico._yb:before {
	background-image: url('/img/social/square/yt.svg');
}
.footer-social_item._ico._yb:after {
	background-image: url('/img/social/square/yt_hover.svg');
}
.footer-social_item._ico._telegram:before {
	background-image: url('/img/social/square/telegram.svg');
}
.footer-social_item._ico._telegram:after {
	background-image: url('/img/social/square/telegram_hover.svg');
}
.footer-social_item._ico._rutube:before {
	background-image: url('/img/social/square/rutube.svg?1=6');
}
.footer-social_item._ico._rutube:after {
	background-image: url('/img/social/square/rutube_hover.svg?1=6');
}
/** FOOTER FINISH **/

/** CHOSEN START **/
.chosen-select {
	width: 100%;
}
.chosen-select-deselect {
	width: 100%;
}
.chosen-container {
	display: inline-block;
	font-size: 1.5rem;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
.chosen-container .chosen-drop {
	background: #ffffff;
	border: 1px solid #acbbc3;
	border-top-color: transparent;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
	margin-top: -1px;
	position: absolute;
	top: 100%;
	left: -9000px;
	z-index: 1060;
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
	right: 0;
}
.chosen-container .chosen-results {
	color: #555555;
	margin: 0 0 5px 0;
	max-height: 24rem;
	padding: 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}
.chosen-container .chosen-results li {
	display: none;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0 12px;
	height: 4rem;
	line-height: 4rem;
}
.chosen-container .chosen-results li em {
	background: #feffde;
	font-style: normal;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	cursor: default;
	color: #999;
	font-weight: bold;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
	cursor: pointer;
	display: list-item;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #e0e9f1;
}
.chosen-container .chosen-results li.highlighted em {
	background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #acbbc3;
}
.chosen-container .chosen-results .no-results {
	background: #eeeeee;
	display: list-item;
}
.chosen-container .chosen-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px;
	z-index: 1;
}
.chosen-container .chosen-results-scroll span {
	display: inline-block;
	height: 1;
	text-indent: -5000px;
	width: 9px;
}
.chosen-container .chosen-results-scroll-down {
	bottom: 0;
}
.chosen-container .chosen-results-scroll-down span {
	background: url("/js/jquery/chosen/chosen-sprite.png") no-repeat -4px -3px;
}
.chosen-container .chosen-results-scroll-up span {
	background: url("/js/jquery/chosen/chosen-sprite.png") no-repeat -22px -3px;
}
.chosen-container-single .chosen-single {
	background-color: transparent;
	border: 1px solid #acbbc3;
	border-radius: 5px;
	color: #555555;
	display: block;
	height: 3.8rem;
	overflow: hidden;
	line-height: 3.6rem;
	padding: 0 0 0 1.2rem;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
}
.chosen-container-single .chosen-single span {
	display: block;
	margin-right: 2.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chosen-container-single .chosen-single abbr {
	background: url("/js/jquery/chosen/chosen-sprite.png") right top no-repeat;
	display: block;
	font-size: 1px;
	height: 10px;
	position: absolute;
	right: 26px;
	top: 9px;
	width: 12px;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
	background-position: right 2px;
}
.chosen-container-single .chosen-single div {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 1.8rem;
}
.chosen-container-single .chosen-single div b {
	background: url("/js/jquery/chosen/chosen-sprite.png") no-repeat 0 1rem;
	display: block;
	height: 100%;
	width: 100%;
	max-width: 10px;
}
.chosen-container-single .chosen-default {
	color: #acbbc3;
}
.chosen-container-single .chosen-search {
	margin: 0;
	padding: 3px 4px;
	position: relative;
	white-space: nowrap;
	z-index: 1000;
}
.chosen-container-single .chosen-search input {
	background: url("/js/jquery/chosen/chosen-sprite.png") no-repeat 100% -20px, #ffffff;
	border: 1px solid #acbbc3;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	margin: 1px 0;
	padding: 4px 20px 4px 4px;
	width: 100%;
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.chosen-container-single-nosearch .chosen-search {
	display: none;
}
.chosen-container-single-nosearch .chosen-search input {
	position: absolute;
	left: -9000px;
}
.chosen-container-multi .chosen-choices {
	background-color: #ffffff;
	border: 1px solid #acbbc3;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	cursor: text;
	height: auto !important;
	height: 1%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input {
	background: transparent !important;
	border: 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #555555;
	height: 26px;
	margin: 0;
	padding: 4px;
	outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
	color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background-color: #eeeeee;
	border: 1px solid #acbbc3;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #333333;
	cursor: default;
	line-height: 13px;
	margin: 6px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	position: relative;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
	background: url("/js/jquery/chosen/chosen-sprite.png") right top no-repeat;
	display: block;
	font-size: 1px;
	height: 10px;
	position: absolute;
	right: 4px;
	top: 5px;
	width: 12px;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
	background-position: right -11px;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
	background-position: right -11px;
}
.chosen-container-multi .chosen-results {
	margin: 0 0 0 0;
	padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
	display: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border-bottom: 1px solid transparent;
	border-radius: 5px 5px 0 0;
	background-color: #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	background: transparent;
	border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 7px;
}
.chosen-container-active .chosen-choices {
	border: 1px solid rgba(82, 168, 236, 0.8);
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active .chosen-choices .search-field input {
	color: #111 !important;
}
.chosen-disabled {
	cursor: default;
	opacity: 0.5 !important;
}
.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 {
	padding: 0 8px 0 0;
	overflow: visible;
}
.chosen-rtl .chosen-single span {
	margin-left: 26px;
	margin-right: 0;
	direction: rtl;
}
.chosen-rtl .chosen-single div {
	left: 7px;
	right: auto;
}
.chosen-rtl .chosen-single abbr {
	left: 26px;
	right: auto;
}
.chosen-rtl .chosen-choices .search-field input {
	direction: rtl;
}
.chosen-rtl .chosen-choices li {
	float: right;
}
.chosen-rtl .chosen-choices .search-choice {
	margin: 6px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
	background-position: right top;
	left: 4px;
	right: auto;
}
.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option {
	padding-left: 0;
	padding-right: 15px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none;
}
.chosen-rtl .chosen-search input {
	background: url("/js/jquery/chosen/chosen-sprite.png") no-repeat -28px -20px, #ffffff;
	direction: rtl;
	padding: 4px 5px 4px 20px;
}
/** CHOSEN FINISH **/

/** SS START **/
.ss {
	border-top: 1px solid #e6f1f5;
	margin-top: 1.4rem;
	margin-bottom: 3rem;
	padding-top: 1.2rem;
}
.ss:before,
.ss:after {
	display: table;
	content: '';
	line-height: 0;
}
.ss:after {
	clear: both;
}

.ss_title {
	font-size: 1.4rem;
}
.ss .items {
	margin-top: 1.6rem;
}
.ss .items a {
	display: block;
	width: 4.3rem;
	height: 4.3rem;
	float: left;
	margin-right: 0.9rem;
	border-radius: 50%;
	background: none no-repeat center;
	background-size: contain;
}
.ss .items a:last-child {
	margin-right: 0;
}
.ss .items a._fb {
	background-image: url(/img/social/fb.svg);
}
.ss .items a._vk {
	background-image: url(/img/social/vk.svg);
}
.ss .items a._odn {
	background-image: url(/img/social/odn.svg);
}
.ss .items a._yandex {
	background-image: url(/img/social/yandex.png);
}
.ss .items a._google {
	background-image: url(/img/social/gplus.svg);
}
.footer-social_item._ico._inst:before {
	background-image: url(/img/social/square/instagram.svg);
}
.footer-social_item._ico._inst:after {
	background-image: url(/img/social/square/instagram_hover.svg);
}
.widget-share_social-item._facebook {
	background-image: url(/img/social/fb.svg);
}
.widget-share_social-item._twitter {
	background-image: url(/img/social/tw.svg);
}
.widget-share_social-item._vkontakte {
	background-image: url(/img/social/vk.svg);
}
.widget-share_social-item._google {
	background-image: url(/img/social/gplus.svg);
}
.widget-share_social-item._odn {
	background-image: url(/img/social/odn.svg);
}
.widget-share_social-item._mailruapi {
	background-image: url(/img/social/mru.svg);
}
.widget-share_social-item._yandex {
	background-image: url(/img/social/yandex.png);
}
.widget-share_social-item._rutube {
	background-image: url(/img/social/rutube.svg);
	border-radius: 2.1rem;
}
/** SS FINISH **/



cite, aside {
	display:block;
	font-style: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:1.6rem;
	width:45rem;
	margin:0 auto;
	text-align:center;
	clear:both;
}
cite:before, aside:before {
	display:block;
	content:'\201C';
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:5.6rem;
	line-height:1.6rem;
	text-align:center;
	font-weight:bold;
	margin-top:3rem;
	clear:both;
}
aside:before {
	content:'\0427\0438\0442\0430\0439\0442\0435  \0442\0430\043a\0436\0435';
	font-size:2.6rem;
}
cite:after, aside:after {
	display:block;
	content:' ';
	width:30rem;
	margin:1rem auto;
	border-bottom:1px solid #000;
	clear:both;
}
.tableOfContents {
	background-color: #f4f9fb;
	padding:1.4rem 2rem;
	width:30rem;
	margin-left: auto;
	margin-right: 0;
}
.tableOfContents strong {
	font-size:1.6rem;
}
.tableOfContents a {
	color:#183645;
	display:block;
}
.tableOfContents a._h1 {
	font-size:1.4rem;
	font-weight:bold;
}
.tableOfContents a._h2 {
	font-size:1.4rem;
	padding-left:2rem;
}
.tableOfContents a._h3 {
	font-size:1.2rem;
	padding-left:4rem;
}
.tableOfContents a._h4 {
	font-size:1.2rem;
	padding-left:6rem;
}

.tour_tel800 {
	text-align:right;
}
.tour_tel800 ._txt {
	text-align:right;
	display:inline-block;
	line-height:1.4rem;
}
.tour_tel800 .sep {
	border-left-color:transparent;
}

.other_articles {
	display:block;
	width:22.4rem;
	margin:1.5rem 3rem 1.5rem 0;
	float:left;
	height:25rem;
	vertical-align:bottom;
	text-align:center;
}
.other_articles:nth-child(5n) {
	margin-right:0;
}
.other_articles ._image {
	width:22.4rem;
	height:14rem;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin-bottom:1rem;
}
.other_articles._lessons {
	width:28.6rem;
	margin-right:3.2rem;
}
.other_articles._lessons:nth-child(5n) {
	margin-right:3.2rem;
}
.other_articles._lessons:nth-child(4n) {
	margin-right:0;
}
.other_articles._lessons ._image {
	width:28.6rem;
	height:16rem;
	position:relative;
}
.other_articles._lessons ._bg {
	width:28.6rem;
	height:16rem;
	background: #000;
	opacity: 0.5;
	position:absolute;
	z-index:1;
}
.other_articles._lessons ._name {
	position:absolute;
	display:block;
	color:#fff;
	text-transform:uppercase;
	z-index:2;
	bottom:1.7rem;
	left:2rem;
	width:20rem;
	text-align:left;
}
.other_articles._lessons:hover ._name {
	text-decoration:underline;
}
.other_articles._lessons ._date {
	position:absolute;
	display:block;
	color:#fff;
	z-index:2;
	top:2rem;
	right:2rem;
	text-transform: uppercase;
	font-family: ITCAvantGardeGothicDem, sans-serif;
}
.other_articles._lessons ._date strong {
	font-size:3rem;
}




.spoiler>._body {
	display:none;
	padding:0.5rem 0;
}
.spoiler>._head {
	text-decoration:none;
	border-bottom:1px dashed #00a3e5;
	cursor:pointer;
	-webkit-transition: border linear .2s, linear .2s;
	-moz-transition: border linear .2s, linear .2s;
	-o-transition: border linear .2s, linear .2s;
	transition: border linear .2s, linear .2s;
}
.spoiler>._head:hover {
	border-color: #c9d741;
}
.spoiler>._head::before {
	content:'+ ';
	font-family:'Courier New';
	
}
.spoiler._open>._head::before {
	content:'- ';
	font-family:'Courier New';
}
.spoiler._open>._body {
	display:block;
}

.requests_list {
	margin-bottom:3rem;
}
.requests_list td { 
	border-bottom:0.2rem #e6f1f5 solid; 
}
.requests_list th {
	border-top:0.2rem #e6f1f5 solid;
	border-bottom:0.2rem #e6f1f5 solid; 
	background-color: #e6f1f5;
}
.requests_list th { text-align:left; }


input[type="text"].dcard_score_off {
	width: 8rem;
	height: 3.8rem;
	text-align: center;
	margin: 0 0.6rem;
	background-color: white;
}


.about {
	text-align: center;
}
.about__join {
	*zoom: 1;
	text-align: left;
	margin: 4rem 0;
}
.about__join:before,
.about__join:after {
	display: table;
	content: '';
	line-height: 0;
}
.about__join:after {
	clear: both;
}
.about__join-left {
	float: left;
	width: 48%;
	background-color: #e6f1f5;
	box-sizing: border-box;
	padding: 2.3rem 2.7rem;
	margin-right: 4rem;
}
.about__join-left-head {
	font-size: 2rem;
}
.about__join-left a {
	padding: 0 8rem;
	line-height: 3.5rem;
}
.about__join-select {
	margin: 3rem 0;
	background-color: white;
	border-radius: 0.5rem;
}
.about__join-select._1 {
	width: 20rem;
}
.about__join-inputs {
	*zoom: 1;
	margin-top: -0.5rem;
	margin-bottom: 3rem;
}
.about__join-inputs:before,
.about__join-inputs:after {
	display: table;
	content: '';
	line-height: 0;
}
.about__join-inputs:after {
	clear: both;
}
.about__join-inputs-item {
	float: left;
	width: 48%;
}
.about__join-inputs-item:first-child {
	margin-right: 2rem;
}
.about__join-inputs-input {
	background-color: white;
	border-radius: 0.5rem;
}
.about__join-add {
	margin: 3rem 0;
}
.about__join-add span {
	display: block;
	margin-bottom: 0.5rem;
}
.about__join-add-block {
	width: 100%;
	border: 2px dashed #b0c2c9;
	text-align: center;
	color: #b0c2c9;
	line-height: 10rem;
	cursor: pointer;
	font-size: 4rem;
}
.about__join-right {
	float: left;
	width: 48%;
}
.about__join-right-item {
	margin-bottom: 4rem;
}
.about__join-right-h {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.about__join-right ul {
	list-style: none;
	display: block;
	padding-left: 0;
}
.about__join-right ul li {
	display: block;
	margin: 1rem 0;
	line-height: 1.6;
}
.about__join-right ul li:before {
	content: '';
	width: 2.3rem;
	height: 2.3rem;
	background-size: 2.3rem, 2.3rem;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	background-image: url('/img/icons/item.png');
	background-repeat: no-repeat;
	margin-right: 2rem;
}
.about__join-note {
	margin: 2rem 0;
}
.about__join-note ul {
	list-style: none;
	padding-left: 0;
}
.about__join-note ul a {
	padding-left: 0;
}

.vacancy-popup {
	width: 70.3rem;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.8rem;
	box-sizing: border-box;
	background-color: white;
	border-radius: 0.5rem;
	border: 1px solid #e6f1f5;
	padding: 3rem 2.8rem 2rem;
}
.vacancy-popup__head {
	border-bottom: 1px solid #e6f1f5;
	padding-bottom: 1.8rem;
	margin: 0 0 2rem 0;
	font-family: 'HelveticaNeueCyrRoman' sans-serif;
	font-size: 2rem;
	line-height: 1rem;
	color: #00a3e5;
	text-transform: uppercase;
}
.vacancy-popup__first span {
	font-family: HelveticaNeueCyrBold, sans-serif;
}
.vacancy-popup__text {
	margin: 1rem 0;
}
.vacancy-popup__text span {
	display: block;
	font-family: HelveticaNeueCyrBold, sans-serif;
}
.vacancy-popup__text a {
	text-decoration: none;
}
.vacancy-file__btn {
	position: relative;
	overflow: hidden;
}
.vacancy-file__input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 100%;
	font-size: 25rem;
}
.vacancy-file__list-item {
	padding-bottom: 0.6rem;
}
.vacancy-file__list-item a {
	text-decoration: none;
	margin-left: 1rem;
}

.vacancy-file__progress-bar {
	height:1rem;
	background:url(/js/jquery/jQuery-File-Upload-9.8.0/img/progressbar.gif);
	display:none;
	width:0;
	margin-bottom:0.5rem;
}
.vacancy-file__progress-bar._active {
	display:block;
}

.about__join-inputs-input._star:after {
	content: '*';
	color: red;
	font-size: 1.4rem;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}

.error#err { margin-top:0.3rem; }



.banner-tour-home {
	display:block;
	background:url(/img/banner-home.jpg) center center no-repeat;
	background-size:100%;
	width:29.2rem;
	height:51.6rem;
	position:relative;
}
.banner-tour-home h3 {
	width:29.2rem;
	position:absolute;
	text-align:center;
	color: #fff;
	left:0;
	top:1rem;
	font-size:2.2rem;
	text-transform:uppercase;
	font-weight:bold;
	line-height:3.6rem;
	text-decoration:none;
	font-family: HelveticaNeueCyrBold, sans-serif;
}
.banner-tour-home:hover h3 {
	color:#c9d741;
}
.banner-tour-home span {
	position:absolute;
	text-align:center;
	width:20rem;
	left:4.6rem;
	top:45rem;
	display: block;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	line-height:3.6rem;
	background-color: #00a3e5;
	color: #fff;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.banner-tour-home:hover span {
	background-color:#c9d741;
}




.home-txt {
	padding: 4rem 0 3.5rem 0; 
	height:55rem;
	line-height:2rem;
}
.home-txt-in {
	float: left;
	width:90rem;
}
.home-txt-banner {
	width: 29.5rem;
	margin: 0.9rem 0 0 2rem;
	float: right;
}
.home-txt-banner img {
	width: 29.5rem;
}
.home-txt-in h2 {
	margin-bottom: 2.4rem;
	margin-top: 2rem;
	font-family: HelveticaNeueCyrBold, sans-serif;
	letter-spacing: 0.36rem;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight:normal;
}

table.for-you td {
	border-right: 1px solid #e8e8e8;
	padding: 0 1.5rem 1rem 1.5rem;
	color: #283946;
	font-size: 1.4rem;
	line-height: 1.8rem;
	width:25%;
	text-align:center;
	vertical-align:top;
}
table.for-you td:last-child {
	border-right: none;
}

table.for-you td img {
	margin-bottom: 1.7rem;
	height: 5rem;
}
table.for-you td a {
	text-decoration: none;
}



.ss_head {
	float:left;
	width:auto;
	margin-left: -4.5rem;
	margin-top:0.4rem;
}
.ss_head a {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	float: left;
	margin-right: 0.9rem;
	border-radius: 50%;
	background: none no-repeat center;
	background-size: contain;
}
.ss_head a:last-child {
	margin-right: 0;
}
.ss_head a._vk {
	background-image: url(/img/social/vk.svg);
}
.ss_head a._telegram {
	background-image: url(/img/social/telegram.svg);
}
.ss_head a._rutube {
	background-image: url(/img/social/rutube.svg);
}
