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;
}
body._about-company-bg {
	background: url('/img/about/z6.png') no-repeat center top;
	background-size: 100% 70rem;
}
*: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;
}



/* выбор города и улицы */
.cities_list, .streets_list, .metros_list {
	border-radius: 0.5rem;
	border: 1px solid #e6f1f5;
	background:#fff;
	display:none;
	width:30rem;
	position:relative;
	z-index:110;
	
}
.cities_list a, .streets_list a, .metros_list a {
	color: #00a3e5;
	text-decoration:none;
	display: block;
	padding: 0.3rem 0.6rem;
}
.cities_list a.sel, .streets_list a.sel, .metros_list a.sel {
	background:#E6F1F5;
	text-decoration:underline;
}
.cities_list a:hover, .streets_list a:hover, .metros_list a:hover {
	
}
.cities_list a span, .streets_list a span, .metros_list a span { color:#aaa; }
.cities_list a strong, .streets_list a strong, .metros_list a strong {
	font-weight:normal;
	color:#ff4e00;
}

/* 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/distr/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;
}

#rides {
}
.ride-popup {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-42rem;
	margin-top:-20rem;
	width: 84.9rem;
	box-sizing: border-box;
	background-color: white;
	border-radius: 0.5rem;
	border: 1px solid #e6f1f5;
	padding: 3rem 2.8rem 2rem;
}
.ride-popup__main {
	*zoom: 1;
	max-height:32rem;
	overflow-y:scroll;
}
.ride-popup__main:before,
.ride-popup__main:after {
	display: table;
	content: '';
	line-height: 0;
}
.ride-popup__main:after {
	clear: both;
}
.ride-popup__main-left {
	float: left;
	margin-right: 4rem;
	width: 42.5rem;
	height: 40.7rem;
}
.ride-popup__main-right {
	float: left;
	width: 28.6rem;
}
.ride-popup__main-right img {
	margin-top: 4rem;
	max-width: 100%;
}


.employee__item {
	position: relative;
	float: left;
	width: 25%;
	min-height:25rem;
	text-align: center;
	color: #183645;
	background-color: transparent;
	*zoom: 1;
	padding: 0 0;
}
.employee__item:before,
.employee__item:after {
	display: table;
	content: '';
	line-height: 0;
}
.employee__item:after {
	clear: both;
}
.employee__item-name {
	font-size: 1.8rem;
	margin-top: 2.3rem;
	font-family: 'HelveticaNeueCyrRoman', sans-serif;
}
.employee__item-text {
	padding: 0 1rem;
	font-family: 'HelveticaNeueCyrRoman';
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.employee__item-photo {
	width: 17.9rem;
	height: 17.9rem;
	margin: 0 auto;
	background: none no-repeat center;
	background-size: cover;
	border-radius: 50%;
	overflow: hidden;
}

.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: 5px;
	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;
}

.rr_widget {
	display:none;
}
._special .rr_widget {
	margin-top: 3.7rem;
}
.rr_widget ._headers {
	margin-top: 3.7rem;
	margin-bottom: 1.7rem;
	*zoom: 1;
	height:2.8rem;
}
.rr_widget ._headers:before,
.rr_widget ._headers:after {
	display: table;
	content: '';
	line-height: 0;
}
.rr_widget ._headers:after {
	clear: both;
}

.rr_widget ._headers h2 {
	float: left;
	letter-spacing: 0.35rem;
	text-transform: uppercase;
	font-family: HelveticaNeueCyrBold, sans-serif;
	color: #ff4e00;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.8rem;
	padding:0;
	margin:0;
}
.rr_widget ._headers h2._blue {
	color: #00a3e5;
}
.rr_widget ._nav {
	float: right;
	margin: 0.9rem 2rem 0 0;
}
.rr_widget ._nav a {
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin-left: 6px;
	border-radius: 4px;
	background: #dae3e9;
}
.rr_widget ._nav a.selected {
	background: #ff4f01;
}
.rr_widget ._nav._blue a.selected {
	background: #00a3e5;
}
.rr_widget ._nav a span {
	display: none;
}
.rr_widget ._btn {
	float: right;
	margin-top: -0.2rem;
	width: 3rem;
	height: 3rem;
	background-size: 3rem, 3rem;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	background-repeat: no-repeat;
}
.rr_widget ._btn._prev {
	background-image: url(/img/icons/arrow_left_orange.svg);
}
.rr_widget ._btn._prev._blue {
	background-image: url(/img/icons/arrow_left_blue.svg);
}
.rr_widget ._btn._next {
	background-image: url(/img/icons/arrow_right_orange.svg);
	margin-left: 1.5rem;
}
.rr_widget ._btn._next._blue {
	background-image: url(/img/icons/arrow_right_blue.svg);
}
.rr_widget ._btn.disabled {
	width: 3rem !important;
	height: 3rem !important;
	background-size: 3rem, 3rem !important;
	display: inline-block !important;
	box-sizing: border-box !important;
	vertical-align: top !important;
	background-repeat: no-repeat !important;
}
.rr_widget ._btn._prev.disabled {
	background-image: url(/img/icons/arrow_left_gray.svg) !important;
}
.rr_widget ._btn._next.disabled {
	background-image: url('/img/icons/arrow_right_gray.svg') !important;
}
._special .rr_widget ._btn, ._special .rr_widget ._btn._prev.disabled, ._special .rr_widget ._btn._next.disabled {
	background:transparent !important;
	background-image: none !important;
}
.rr_widget ._bottom {
	height: 47.5rem;
	overflow: hidden;
	margin-bottom: 2rem;
	position: relative;
	width:100%;
}
._special .rr_widget ._bottom {
	margin-bottom: 0;
}
.rr_widget ._body {
	width: 100%;
}
.rr_widget ._all_btn {
	position: absolute;
	bottom: 4rem;
	z-index: 10;
	right: 1.3rem;
	text-decoration: none;
	color: #183645;
	font-size: 1.4rem;
	display:none;
}
.rr_widget ._all_btn span {
	border-bottom: 1px solid #183645;
}
.rr_widget ._all_btn:hover span {
	border-color: transparent;
}

.rr_widget._border {
	margin-top: 3.7rem;
	border: 1px solid #ff4d00;
	*zoom: 1;
	padding: 2.5rem;
	padding-bottom:0;
}
.rr_widget._border ._headers, ._special .rr_widget ._headers {
	margin-top: 0;
}
.rr_widget._border ._all_btn {
	bottom: 0;
}
._special .rr_widget {
	border: 1px solid #ff4e00;
}


.product_colors {
	*zoom: 1;
	display:none;
}
.product_colors:before,
.product_colors:after {
	display: table;
	content: '';
	line-height: 0;
}
.product_colors:after {
	clear: both;
}
.product_color {
	float: left;
	min-width: 4rem;
	height: 4rem;
	border-radius: 10%;
	box-sizing: border-box;
	border: 1px solid rgba(24, 54, 69, 0.1);
	padding: 0;
	margin-right: 0.5rem;
	transition: border 0.2s;
}
.product_color._active,
.product_color:hover {
	border: 1px solid #183645;
}
.product_color-ico {
	display: block;
	min-width: 3rem;
	height: 3rem;
	margin: 0.5rem;
	background: none no-repeat center;
	background-size: contain;
}


.prod {
	height: 46rem;
	width: 25%;
	float: left;
	color: #183645;
	position: relative;
	box-sizing: border-box;
	padding: 1.4rem 2rem 1.8rem;
	text-align: center;
	border: 1px solid transparent;
	transition: border 0.3s;
	background-color: #fff;
	box-sizing: border-box;
}
.prod:hover {
	border-color: #bfcbd1;
}
.prod ._colors-item {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 0.3rem;
	display: inline-block;
	vertical-align: top;
}
.prod ._colors {
	margin-top: 1.5rem;
	padding-top: 0.6rem;
	line-height: 0;
	transition: transform 0.6s;
	box-sizing: border-box;
	transform: scale(1);
	transform-origin: center 65%;
}
.prod:hover ._colors {
	transform: scale(2);
}
.prod ._sizes {
	font-size:1.3rem;
	display:none;
	height:12rem;
	width: 21rem;
	position:absolute;
	left:50%;
	margin-left:-10.5rem;
	background-color: rgba(255,255,255,.8);
	padding-top:9rem;
	color:#000;
	text-decoration:none;
}
.prod ._sizes span {
	display:block;
	margin-bottom:1rem;
}
.prod ._sizes span::after {
	content: '';
	position: absolute;
	top: 11rem;
	width: 2.5rem;
	height: 1px;
	left: 50%;
	margin-left: -1.3rem;
	background: #000;
}

.prod:hover ._sizes {
	display:block;
}
.prod ._brand {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 0.8rem;
	margin-bottom: 0.6rem;
}
.prod ._model {
	color: #183645;
	text-decoration: none;
	font-size: 1.4rem;
	line-height:1.8rem;
	margin-top: 0.1rem;
	display: block;
	height:3.6rem;
	overflow:hidden;
}
.prod ._model:hover {
	color: #c9d741;
}
.prod ._img {
	display: block;
	text-decoration: none;
	height: 21rem;
	/*max-width: 21rem;*/
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.prod ._icons {
	position:absolute;
	top: 1.7rem;
	left: 2rem;
}
.prod ._icons ._ico {
	margin:0 0.4rem;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	color: #fff;
	line-height: 3.4rem;
	text-align: center;
	font-size: 1.2rem;
}
.prod ._icons ._ico + ._ico, .prod ._icons ._ico + img {
	margin-top:0.7rem;
}
.prod ._icons ._ico._new {
	background: url(/img/icons/new34.png) center no-repeat;
}
.prod ._icons ._ico._recom {
	background: url(/img/icons/recom34_1.png) center no-repeat;
}
.prod ._icons ._ico._exclusive {
	background: url(/img/catalog/ico/exclusive180x90.png) center no-repeat;
}
.prod ._icons ._ico._discount {
	background-color: #ff4e00;
}
.prod ._icons ._ico._30pc {
	background-color: #00a3e5;
}
.prod ._icons ._ico._hit {
	background: url(/img/icons/hit34.png) center no-repeat;
}
.prod ._icons ._ico._gore_tex {
	background: url(/img/icons/gore-tex_sm.gif) center no-repeat;
}
.prod ._icons ._ico._specialprice {
	background: url(/img/icons/hands34.png) center no-repeat;
}
.prod ._icons ._ico._skii_sale {
	background: url(/img/icons/skii_sale_sm.png) center no-repeat;
	background-size:contain;
}

.prod ._price {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 2.2rem;
}
.prod ._price .new-price {
	color: #ff4e00;
	padding-right: 10px;
}
.prod ._price .old-price {
	text-decoration: line-through;
}

.prod ._ico_promo {
	display:block;
	position:absolute;
	width:6rem;
	height:6rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	top:19rem;
	left:14rem;
}
.prod ._ico_promo._517 {
	width:10rem;
	height:10rem;
}

.rr_widget ._body .prod {
	width: 25rem;
	height: 39rem;
	z-index: 12;
	background-color: #fff;
}
.rr_widget ._body .prod:hover {
	height: 47rem;
	border-color: #bfcbd1;
}
._special .rr_widget ._body .prod:hover {
	border: 1px solid transparent;
}
.prod ._rating {
	width:6.5rem;
	height:1.1rem;
	margin: 1.5rem auto 0;
	position: relative;
}

.buttons_btn-field._basket-button {
	background: #00a3e5 url('/img/catalog/ico/basket.png') 15% 50% no-repeat;
	background-size: 1.8rem 1.5rem;
	padding-left: 4.5rem;
	margin: 0 4rem;
	border: none;
	color: white;
	text-transform: uppercase;
	transition: 0.2s linear;
}
.buttons_btn-field._basket-button:hover {
	background-color: #c9d741;
	color: white;
}
.buttons_btn-field._basket-button._orange {
	background-color: #ff4e00;
}
.buttons_btn-field._basket-button.disabled {
	background-color: #888;
}

.order_btn {
	height: 3.6rem;
	width: 16.1rem;
	margin: 2rem auto 0;
	display: inline-block;
	background-color: #00a3e5;
	color: #fff;
	text-decoration: none;
	line-height: 3.7rem;
	font-size: 1.3rem;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 0.3s;
	font-family: Arial, sans-serif;
	font-weight: 500;
}
.order_btn._orange {
	background-color: #ff4e00;
	
}
.order_btn:hover {
	background: #c9d741;
	color: #fff;
}
.prod:hover .order_btn {
	opacity: 1;
}
.prod ._comparison {
	margin-top: 1.3rem;
	font-size: 1.3rem;
	opacity: 0;
	transition: opacity 0.3s;
}
.prod ._comparison .ideal-radiocheck-label {
	padding-top: 0;
}
.prod:hover ._comparison {
	opacity: 1;
}
.prod .technologies {
	position: absolute;
	top: 1.5rem;
	right: 3.7rem;
	width: 6.8rem;
}
.prod .technologies img {
	max-width: 100%;
	height: auto;
}
.prod .technologies img + img {
	margin-top: 0.7rem;
}

.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;
}




.redhlp_button div {
	z-index: 111;
	width: 4.5rem;
	height: 17.8rem;
	left: -0.5rem;
	position: fixed;
	cursor: pointer;
	bottom:2rem;
}
.redhlp_button div:hover {
	left: 0;
}
.redhlp_button .offline {
	background: url(/common/redhelper/img/offline.png) no-repeat;
	background-size: contain;
	display: none;
}
.redhlp_button .online {
	background: url(/common/redhelper/img/online_45.png) no-repeat;
	background-size: contain;
	display: none;
}
.redhlp_online div.online { display: inline; }
.redhlp_online div.offline { display: none; }
.redhlp_offline div.online { display: none; }
.redhlp_offline div.offline { display: none; }

.ZingayaWidget {
	width: 0;
	height: 0;
	background: none;
	box-shadow: none;
}
.ZingayaLink:before {
	box-shadow: none;
	background: none;
}
.ZingayaLink {
	z-index: 111;
	position: fixed;
	cursor: pointer;
	background: url(/common/redhelper/img/zvonok_45_.png) no-repeat top right;
	background-size: contain;
	left: -0.5rem;
	width: 4.5rem;
	height: 19.3rem;
	bottom:21.8rem;
}
.ZingayaLink:hover {
	left: 0;
}
.ZingayaLink div { background: none; }


.add2basket_act {
	margin-bottom:2rem;
	display:block;
}


#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: -95px;
	right: 0;
	z-index: 9998;
	width: 100px;
}


.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:38.9rem;
}
.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;
}

/* выбор города */
.city_choose {
	position: relative;
	color: #00a3e5;
	font-size: 1.4rem;
	line-height: 2rem;
	cursor: pointer;
}
.city_choose_title {
	display: block;
	float: left;
	height: 2rem;
}
.city_choose_inner {
	float: left;
	height: 2rem;
	padding-left:0.4rem;
	padding-right:1.6rem;
	background: url(/img/svg/arrow-down.svg) no-repeat right center;
	background-size:1.6rem 0.8rem;
}
.popup.city_choose_div {
	line-height: 1.2rem;
	width:23rem;
	padding:1rem 0;
	z-index:112;
	top:2rem;
}
.city_choose_div div {
	max-height:30rem;
	overflow-y:auto;
}
.city_choose_div a {
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding:0.7rem 1rem;
	color: #00a3e5;
}
.city_choose_div a:hover, .city_choose_div a.sel {
	background:#E6F1F5;
}
.city_choose_div input[type="text"] {
	background: url(/img/svg/lupa.svg) no-repeat 1rem center;
	background-size: 1.9rem, 1.8rem;
	padding: 1rem 1rem 1rem 4rem;
	width:21rem;
	margin:0 0.9rem 0.4rem 0.9rem;
}

/* вход/выход и корзина сверху */
.personal {
	float: right;
	margin-top: 1.1rem;
	margin-right: 0.1rem;
	width: 28.4rem;
}
.personal .login, .personal .my {
	background-size: 1.9rem, 1.9rem;
	box-sizing: border-box;
	vertical-align: top;
	background-image: url(/img/svg/enter.svg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: auto;
	height: 1.9rem;
	padding-top: 0.5rem;
	padding-left: 2.9rem;
	text-decoration: none;
	font-size: 1.4rem;
	cursor:pointer;
}
.personal .my { 
	padding-left: 0;
	width: 1.9rem;
}
.personal .logout {
	box-sizing: border-box;
	vertical-align: top;
	display: block;
	float: left;
	width: auto;
	padding-top: 0.5rem;
	padding-left: 1rem;
	text-decoration: none;
	font-size: 1.4rem;
	cursor:pointer;
}
.client_fname {
	display:block;
	position:absolute;
	right:30rem;
	font-size: 1.4rem;
}

/* нашли опечатку? */
.popup.error_tracer_form {
	width: 56rem;
	top: 13rem;
	margin-left:-29.5rem;
}
.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 .login_form, .view-header._plashka-open .forget_pass_form, .view-header._plashka-open .feedback_form, .view-header._plashka-open .registration_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;
}

/* авторизация */
.login_form .b-input, .forget_pass_form .b-input, .registration_form .b-input {
	margin-bottom: 1rem;
}
.login_form .buttons_btn-field, .forget_pass_form .buttons_btn-field {
	width: 100%;
	letter-spacing: 0.1rem;
}
.login_form .links {
	margin-top: 1.6rem;
}
.login_form .links a {
	font-size: 1.2rem;
	font-family: HelveticaNeueCyrMedium, sans-serif;
	font-weight: normal;
	text-decoration:none;
	display:block;
	margin-top: 0.7rem;
}
.login_form .error, .forget_pass_form .error, .feedback_form .error {
	padding-bottom:0.4rem;
}

/* контакты сверху */
.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;
}
.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;
}

.old_site {
	margin-top:1.4rem;
	line-height:2.8rem;
	height:2.8rem;
	color:#fff;
	background-color:#C9D741;
	font-family: HelveticaNeueCyrBold,sans-serif;
	text-align:center;
	font-size:1.4rem;
}
.old_site a {
	color:#fff;
	font-family: HelveticaNeueCyrBold,sans-serif;
	text-decoration:none;
	font-size:1.4rem;
}
.old_site a:hover {
	color:#fff;
	text-decoration:underline;
}



.overlay {
	background: #000000;
	height: 100%;
	left: 0px;
	opacity: 0.5;
	position: fixed;
	top: 0px;
	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: 15.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;
}
.footer_col._menu {
	float: left;
	width: 102.9rem;
}
.footer_col._social {
	float: right;
	width: 19rem;
}
.footer_col._en-social {
	float: right;
	width: 58rem;
}
.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._visa {
	width: 4rem;
	height: 1.3rem;
}
.footer_item-img._master {
	width: 3.4rem;
	height: 2rem;
}
.footer_item-img._yandex {
	width: 5.3rem;
	height: 2.3rem;
}
.footer_item-img._qiwi {
	width: 5.3rem;
	height: 2.1rem;
}
.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: 20%;
}
.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-social_row._phones {
	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: 2.9rem 0 1.7rem;
	padding-left: 3.5rem;
	font-family: 'ITCAvantGardeGothicDem', sans-serif;
	font-size: 2rem;
	line-height: 2.7rem;
}
.footer-social_row._search {
	position: relative;
	margin-top: 2.2rem;
}
.footer-social_row._mail {
	font-size: 1.3rem;
}
.footer-social_row._mail a {
	color: #000000;
}
.footer-social_row._mail a:hover {
	color: #c9d741;
}
.footer-social_row._en-mail {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4rem;
	margin-top: 3.2rem;
	font-size: 1.3rem;
}
.footer-social_row._en-mail a {
	color: #000000;
}
.footer-social_row._en-mail a:hover {
	color: #c9d741;
}
.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 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);
}
/** 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;
}
.products_widget { display:none; }

.top_menu_promalp {
	display:block;
	clear:both;
	text-decoration:none;
	font-size:1.3rem;
	padding-top:2rem;
	padding-left:3rem;
	background:url(/img/catalog/kaska.png) no-repeat left bottom;
	line-height:2rem;
}


.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;
}

.top_menu_promalp {
	display:block;
	clear:both;
	text-decoration:none;
	font-size:1.3rem;
	padding-top:2rem;
	padding-left:3rem;
	background:url(/img/catalog/kaska.png) no-repeat left bottom;
	line-height:2rem;
}


.landing {
	position:relative;
	
	margin-top:2rem;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	color:#fff;
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.landing a {
	color:#fff;
	text-decoration:none;
}
.landing ._item {
	display:block;
	background-size:cover;
	position:relative;
	margin-bottom:1.2rem;
}
.landing a._item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.landing a._item span {
	text-align:center;
}
.landing ._head {
	display:block;
	position:absolute;
	font-size:4.5rem;
	line-height:5rem;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
}
.landing ._links {
	display:block;
	position:absolute;
}
.landing ._links a,
.landing ._links span {
	display:block;
	font-size:2rem;
	line-height:2.3rem;
}