/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f18a4b81d5284a5cc11a)
 * Config saved to config.json and https://gist.github.com/f18a4b81d5284a5cc11a
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/*@media (min-width: 768px) {*/
  /*.modal-dialog {*/
    /*width: 600px;*/
    /*margin: 30px auto;*/
  /*}*/
  /*.modal-content {*/
    /*-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);*/
  /*}*/
  /*.modal-sm {*/
    /*width: 300px;*/
  /*}*/
/*}*/
/*@media (min-width: 992px) {*/
  /*.modal-lg {*/
    /*width: 900px;*/
  /*}*/
/*}*/

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@charset "UTF-8";


/*
@font-face {
	font-family: 'Proxima Nova';
	src: url('./fonts/proxima_nova_regular.eot?2');
	src: url('./fonts/proxima_nova_regular.eot?#iefix') format('embedded-opentype'), 
		url('./fonts/proxima_nova_regular.woff?2') format('woff'), 
		url('./fonts/proxima_nova_regular.ttf?2') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('./fonts/proxima_nova_bold.eot?1');
	src: url('./fonts/proxima_nova_bold.eot?#iefix') format('embedded-opentype'), 
		url('./fonts/proxima_nova_bold.woff?1') format('woff'), 
		url('./fonts/proxima_nova_bold.ttf?1') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('./fonts/proxima_nova_semibold.eot?3');
	src: url('./fonts/proxima_nova_semibold.eot?#iefix') format('embedded-opentype'), 
		url('./fonts/proxima_nova_semibold.woff?3') format('woff'), 
		url('./fonts/proxima_nova_semibold.ttf?3') format('truetype');
	font-weight: 600;
	font-style: normal;
}
*/

@font-face {
    font-family: "proxima-nova-bold";
    src: url('../bundles/krdzm/css/fonts2/ProximaNovaBold.eot');
    src: url('../bundles/krdzm/css/fonts2/ProximaNovaBold.eot') format('embedded-opentype'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaBold.woff2') format('woff2'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaBold.woff') format('woff'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaBold.ttf') format('truetype'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}
@font-face {
    font-family: "proxima-nova";
    src: url('../bundles/krdzm/css/fonts2/ProximaNovaRegular.eot');
    src: url('../bundles/krdzm/css/fonts2/ProximaNovaRegular.eot') format('embedded-opentype'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaRegular.woff2') format('woff2'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaRegular.woff') format('woff'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaRegular.ttf') format('truetype'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}
@font-face {
    font-family: "proxima-nova-light";
    src: url('../bundles/krdzm/css/fonts2/ProximaNovaLight.eot');
    src: url('../bundles/krdzm/css/fonts2/ProximaNovaLight.eot') format('embedded-opentype'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaLight.woff2') format('woff2'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaLight.woff') format('woff'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaLight.ttf') format('truetype'),
         url('../bundles/krdzm/css/fonts2/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
}

@font-face {
	font-family: 'Rub';
	src: url('../bundles/krdzm/css/./fonts/rub.eot?444361');
	src: url('../bundles/krdzm/css/./fonts/rub.eot?444361#iefix') format('embedded-opentype'),
	url('../bundles/krdzm/css/./fonts/rub.woff?444361') format('woff'),
	url('../bundles/krdzm/css/./fonts/rub.ttf?444361') format('truetype'),
	url('../bundles/krdzm/css/./fonts/rub.svg?444361#rub') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rub';
	src: url('../bundles/krdzm/css/./fonts/rub_bold.eot?48113014');
	src: url('../bundles/krdzm/css/./fonts/rub_bold.eot?48113014#iefix') format('embedded-opentype'),
	url('../bundles/krdzm/css/./fonts/rub_bold.woff?48113014') format('woff'),
	url('../bundles/krdzm/css/./fonts/rub_bold.ttf?48113014') format('truetype'),
	url('../bundles/krdzm/css/./fonts/rub_bold.svg?48113014#rub_bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

.rub {
	font-family: "proxima-nova", "Rub", sans-serif;
}

input, textarea {
	outline: none;
	-webkit-font-smoothing: antialiased;
}

html {
	height: 100%;
	min-height: 100%;
	background: #f6f6f6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	font-size: 100%;
	line-height: 1.3;
	color: #21221f;
	position: relative;
	background: #f6f6f6;
	min-width: 1024px;
	font-family: "proxima-nova",sans-serif;
}

a {
	color: #21221f;
}

a:hover {
	text-decoration: none;
}

.small {
	font-size: 0.85em;
}

.link-blue {
	color: #32b8f5 !important;
}

.link-blue.light-underline {
	border-bottom-color: #d8eefd;
}

.link-dotted {
	border-bottom: dotted 1px #000;
	text-decoration: none;
}

.link-dotted-blue {
	color: #32b8f5;

	border-bottom-color: #32b8f5;
}

.link-dotted:hover {
	border-bottom-color: transparent;
}

.remove-btn {
	color: #fff;
	font-size: 17px;
	line-height: 1;
	font-weight: bold;
	text-align: center;

	border-radius: 50%;
	width: 21px;

	padding: 2px 0 2px;

	cursor: pointer;
}

.clear-input-button {
	background: #d5d6d5;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
}

.dropdown-trigger {
	position: relative;
	white-space: nowrap;
	/*display: inline-block;*/
	margin-right: 10px;
	cursor: pointer;
}

.dropdown-trigger:after {
	content: "▼";

	font-size: 7px;
	line-height: 1;

	position: absolute;
	left: 100%;
	top: 50%;
	margin: -2px 0 0 3px;

}

.dropdown-trigger.active:after {
	content: "▲";
}

.dropdown {
	position: relative;
}

.dropdown-box {
	color: #7d7e7d;

	display: inline-block;

	position: relative;

	width: 215px;

	background: #fff;
}

.dropdown-box .dropdown-box__selected:after {
	content: "▼";
	color: #32b8f5;
	font-size: 11px;
	line-height: 1;

	position: absolute;
	top: 50%;
	right: 10px;

	margin-top: -6px;
}

.dropdown-box .dropdown-box__selected {
	line-height: 20px;

	border: solid 1px #eee;

	display: block;
	padding: 11px 35px 12px 10px;

	cursor: pointer;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*.dropdown-box__selected-inline {*/
/*display: inline;*/
/*padding: 0;*/
/*border: 0;*/
/*}*/

.dropdown-box__list {
	white-space: nowrap;

	border: solid 1px #eee;
	border-top: 0;

	min-width: 100%;

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;

	padding: 6px 0;

	background: #fff;

	box-sizing: border-box;

	display: none;

	max-height: 200px;

	overflow: auto;
}

.dropdown-box__list__item {
	color: #7d7e7d;

	display: block;

	padding: 4px 13px;

	cursor: pointer;
}

.dropdown-box-dark {
	color: #fff;

	background: #2f302b;
}

.dropdown-box-dark .dropdown-box__selected {
	border-color: #40413d;
	padding-top: 7px;
	padding-bottom: 8px;
}

.custom-checkbox, .custom-radio {
	line-height: 0;

	margin-right: 3px;

	display: inline-block;
	vertical-align: 2px;

	position: relative;
	cursor: pointer;
}

.custom-radio {
	vertical-align: baseline;
}

.custom-checkbox input, .custom-radio input {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}

.custom-checkbox input:checked + .custom-checkbox__box:before, .custom-radio input:checked + .custom-checkbox__box:before {
	visibility: visible;
}

.custom-checkbox.custom-checkbox--flat .custom-checkbox__box {
	background: #fff;
	border-radius: 3px;
	border-color: #fff;
}

.custom-checkbox.custom-checkbox--flat .custom-checkbox__box:before {
	margin-left: 0 !important;
}

.custom-checkbox__box {
	font-size: 11px;
	line-height: 1;
	text-align: center;

	display: inline-block;

	border: solid 1px #d5d5d5;

	width: 11px;
	height: 11px;
}

.custom-checkbox__box:before {
	margin: 0 0 0 1px !important;
	width: auto !important;
	font-size: 10px !important;
	color: #32b8f5;
	visibility: hidden;
}

.custom-checkbox__box--no-border {
	border-color: transparent;
}

.custom-radio .custom-checkbox__box {
	width: 17px;
	height: 17px;

	border-radius: 50%;
}

.custom-radio .custom-checkbox__box:before {
	content: "";
	display: inline-block;
	width: 11px !important;
	height: 11px;

	margin: 3px 0 0 0 !important;

	border-radius: 50%;

	background: #32b8f5;
	visibility: hidden;
}

.text-input {
	border: solid 1px #eee;
	padding: 11px 20px 12px;

	transition: border-color 0.15s;
}

textarea.text-input {
	height: 98px;
}

.text-input:focus {
	border-color: #32b8f5;
}

.text-input-dark {
	border-color: #40413d;
	background: #2f302b;
}

.round-img {
	border-radius: 50%;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.btn {
	color: #fff;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;

	text-align: center;
	text-transform: uppercase;
	text-decoration: none;

	display: inline-block;

	border: 0;

	padding: 17px 20px;

	min-width: 140px;

	background: #32b8f5;

	cursor: pointer;

	transition: background-color 0.15s;
}

.btn:hover {
	background-color: #2698cc;
}

.btn.btn-ghost {
	color: #000;

	background: none !important;
	border: solid 1px #e7e7e7;
	border-radius: 2px;

	transition: border-color 0.25s;
}

.btn.btn-ghost:hover {
	border-color: #000;
}

.btn-ghost.btn-ghost-white {
	color: #e7e7e7;
}

.btn-ghost.btn-ghost-white:hover {
	border-color: #fff;
	color: #fff;
}

.btn-black {
	background: #2f302b;
}

.btn.btn-review {
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin-top: -7px;*/
}

.btn-small {
	padding: 9px 17px 8px;
	min-width: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.has-sticked {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.site-fix {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
	min-width: 1004px;
	position: relative;
}

.content-block {
	background: #fff;
}

.page {
	overflow: hidden;
	position: relative;
}

.page-content {
	border: solid 1px #eee;
	border-top: 0;

	padding: 25px 50px 45px;

	background: #fff;

}

.site-header {
	background: #fff;
}

.site-header__logo {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	background: #0086c3;
	text-align: center;
	margin-right: 1px;
}

.site-header__logo img {
	width: 218px;
	height: 45px;
}

.site-header__scope-menu {
	float: left;
}

.site-header__scope-menu .site-header__menu_item.active {
	/*background: #fff !important;*/
	/*color: inherit !important;*/
	position: relative;
}

.site-header__scope-menu .site-header__menu_item:after, .site-header__scope-menu .site-header__menu_item:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	border-left-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 6px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.15s, border-color 0.15s;
}

.site-header__scope-menu .site-header__menu_item:after {
	border-bottom-color: #ffffff;
	/*border-width: 6px;*/
	margin-left: -4px;
}

.site-header__scope-menu .site-header__menu_item:before {
	border-bottom-color: #dedede;
	border-left-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 7px;
	margin-left: -5px;
}

.site-header__scope-menu .site-header__menu_item.active:after, .site-header__scope-menu .site-header__menu_item.active:before {
	opacity: 1;
}

.site-header__scope-menu .site-header__menu_item:hover:after {
	border-bottom-color: #0086c3;
}

.site-header__menu_item {
	display: inline-block;

	color: #4F5E67;

	font-size: 0.75em;
	line-height: 45px;
	font-weight: bold;

	text-transform: uppercase;
	text-decoration: none;

	padding: 0 10px;

	vertical-align: middle;

	border-right: solid 1px #EAEAEA;

	transition: background-color 0.15s, color 0.15s
}

.site-header__menu_item:hover {
	background: #0086c3;
	color: #fff;
}

.site-header__menu_item:hover .site-header__menu_item_icon {
	color: #fff;
	border-color: #00628e;
}

.site-header__menu_item__text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-transform: none;
	margin-left: 5px;
}

.site-header__menu_item.site-header__menu_item_iconed {
	padding-top: 8px;
	padding-bottom: 8px;
}

.site-header__menu_item_icon.icon-heart:before {
	position: relative;
	top: 1px;
}

.site-header__menu_item_icon {
	display: inline-block;

	/*width: 25px;*/

	/*margin-right: 6px;*/

	/*border: solid 2px #e1e1e1;*/
	/*border-radius: 50%;*/

	font-size: 19px;
	line-height: 1;
	/*color: #0086c3;*/

	/*padding-top: 4px;*/
	/*padding-bottom: 5px;*/

	text-align: center;

	vertical-align: middle;

	/*transition: color 0.15s, border-color 0.15s;*/
}

.site-header__personal-menu {
	float: right;
}

.top-search {
	font-size: 0.875em;
	position: relative;
	/*z-index: 10;*/
}

.top-search__primary-filters {
	color: #fff;
	background: #2f302b;
	padding: 8px 0 12px;
	height: 30px;
}

.top-filters-tabs {
	margin-bottom: -12px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 0;
}

.top-filters-tabs__flex {
	display: inline-block;
	/*line-height: 0;*/
}

.top-filters-tabs__item {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.85em;
	line-height: normal;
	padding: 10px 10px 18px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	display: inline-block;

	/*margin-bottom: -12px;*/
}

.top-filters-tabs__flex--has-sub {
	position: relative;
}

.top-filters-tabs__flex--has-sub:hover .more-menu, .top-filters-tabs__flex--has-sub.hover .more-menu {
	display: block;
	opacity: 1;
}

.more-menu {
	position: absolute;
	top: 42px;
	background-color: #2f302b;
	left: 0;
	z-index: 10;
	color: #fff;
	padding: 0 0 10px;
	display: none;
	opacity: 0;
	transition: opacity 0.15s;
	text-align: left;
	font-size: 14px;
	line-height: 15px;
	text-transform: lowercase;
	width: 170px;
	max-height: 300px;
}

.top-filters-tabs .top-filters-tabs__flex:nth-last-child(1) .more-menu,
.top-filters-tabs .top-filters-tabs__flex:nth-last-child(2) .more-menu,
.top-filters-tabs .top-filters-tabs__flex:nth-last-child(3) .more-menu {
	left: auto;
	right: 0;
}

.more-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.more-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 20px;
}

.more-menu a:hover {
	color: #0095ff;
}

.more-menu a.active {
	background: #4F5E67;
}

.top-filters-tabs__item.active {
	background: #4F5E67;
	box-shadow: 0 3px 15px #000;
}

.category-filters {
	background: #4F5E67;
	padding: 15px;
	color: #C3C8CB;
}

.category-filters__wrap {
	overflow: hidden;
	padding: 5px;
}

.category-filters__secondary .filter-block {
	margin-right: 10px;
}

.category-filters__checks .filter-block {
	margin-bottom: 0;
}

.top-search__advanced-filters {
	color: #2f302b;

	padding: 12px 0;

	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;

	background: #fff;

	display: none;
}

.top-search__advanced-filters .filter-block {
	margin-bottom: 10px;
}

.filter-block.filter-variate-block {
	display: none;
}

.search-chars {
	padding-top: 15px;
}

.chars-divider {
	text-align: center;

	margin-top: 10px;
}

.chars-divider .advanced-expander {
	color: inherit;
}

.filter-block {
	display: inline-block;
	position: relative;
	border: 0;

	padding: 0;
	margin: 0 20px 18px 0;

	vertical-align: middle;
}

.filter-block.filter-block-checkbox {
	padding-top: 7px;
}

.search-checks-block {
	margin: 0;
	padding: 0;
	list-style: none;
}

.search-checks-block li {
	float: left;
	width: 22%;
	margin-right: 3%;
}

.search-checks-block.search-checks-block-per-line li {
	float: none;
	width: auto;
	margin-right: 0;
}

.type-switcher {
	line-height: 1;

	display: inline-block;

	border: solid 1px #474841;

	border-radius: 2px;

	vertical-align: -8px;

	overflow: hidden;
}

.type-switcher__item {
	display: inline-block;

	color: #fff;
	/*font-size: 0.875em;*/
	line-height: 1;

	background-color: #3e3f3b;

	border-right: solid 1px #474841;

	cursor: pointer;
}

.type-switcher__item:last-child {
	border: 0;
}

.type-switcher__item_text {
	display: block;

	padding: 6px 12px;

	position: relative;

	transition: background-color 0.1s, box-shadow 0.1s;
}

.type-switcher__item:hover .type-switcher__item_text {
	background-color: #32332f;
}

.type-switcher__item input {
	position: absolute;
	visibility: hidden;
}

.type-switcher__item input:checked + .type-switcher__item_text {
	background-color: #1f201d;
	box-shadow: inset 0 3px 3px #0a0b0a;
}

.type-switcher.type-switcher-per-line .type-switcher__item {
	display: block;
	border-bottom: solid 1px #dbdbdb;
	border-right: 0;
}

.type-switcher.type-switcher-per-line .type-switcher__item:last-of-type {
	border: 0;
}

.type-switcher-light {
	border-color: #e6e6e6;
}

.type-switcher-light .type-switcher__item {
	color: #2f302b;

	background-color: #f3f3f3;
	border-right-color: #dbdbdb;
}

.type-switcher-light .type-switcher__item:hover .type-switcher__item_text {
	background-color: #f8f8f8;
}

.type-switcher-light .type-switcher__item input:checked + .type-switcher__item_text {
	background-color: #dbdbdb;
	box-shadow: inset 0 3px 3px #cacaca;
}

.type-switcher.type-switcher-no-border {
	border: 0;
}

.type-switcher.type-switcher-no-border .type-switcher__item {
	border: solid 1px #474841
}

/*.type-switcher.type-switcher-no-border .type-switcher__item:first-child {*/
/*border-top-left-radius: 2px;*/
/*border-bottom-left-radius: 2px;*/
/*}*/

/*.type-switcher.type-switcher-no-border .type-switcher__item:last-child {*/
/*border-top-right-radius: 2px;*/
/*border-bottom-right-radius: 2px;*/
/*}*/

.type-switcher.type-switcher-light.type-switcher-no-border .type-switcher__item {
	border: solid 1px #dbdbdb
}

.pseudo-input {
	display: inline-block;
	cursor: text;
	color: #9B9B9B;
	font-size: 14px;
	background: #fff;
	border-radius: 3px;
	padding: 6px 8px;
	margin: 0 5px;
}

.pseudo-input input {
	border: 0;
	padding: 0;
	outline: none;
	width: 40px;
	background: none;
	color: #000;
	/*text-align: center;*/
}

.hvs {
	display: inline-block;
	border: solid 1px #738894;
	border-radius: 3px;

	color: #fff;
	position: relative;
	cursor: pointer;

	box-sizing: border-box;
	height: 30px;
}

.hvs--w200 {
	width: 198px;
}

.hvs__inner {
	padding: 0px 25px 0px 10px;
	border: solid 3px transparent;

	margin: -3px -3px 0;
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	line-height: 30px;

	transition: border-color 0.05s ease, background-color 0.05s ease, color 0.05s ease, box-shadow 0.05s ease;

}

.hvs--countable .hvs__inner {
	padding-right: 40px;
}

.hvs:after {
	content: attr(data-hvs-selected);
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8px;
	background: #20B8F2;
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	min-width: 16px;
	text-align: center;
	box-sizing: border-box;
	padding: 1px 3px 0;
	border-radius: 8px;
	display: none;
}

.hvs[data-hvs-selected]:after {
	display: block;
}

.hvs:before {
	content: "▼";
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 10px;
	margin-top: -6px;
}

.hvs__title {
	line-height: 28px;
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}

.hvs__verbose {
	line-height: 28px;
	display: inline-block;
	vertical-align: top;
	background: #CAD8E0;
	margin-right: 1px;
	padding: 0 5px;
	color: #4a4a4a;
}

.hvs.hvs--smaller {
	height: 24px;
}

.hvs.hvs--smaller .hvs__inner {
	line-height: 24px;
}

.hvs.hvs--smaller .hvs__title, .hvs.hvs--smaller .hvs__verbose {
	line-height: 22px;
}

.hvs.activated {
	color: #4F5E67;
	position: relative;
	z-index: 11;
}

.hvs.activated .hvs__inner {
	background: #eee;
	border-color: #fff;
	/*box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);*/
}

.hvs-list {
	position: absolute;
	background: #eee;
	border: solid 3px #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
	z-index: 10;

	max-width: 815px;

	padding: 10px 30px 10px 10px;

	display: none;
}

.hvs-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.hvs__check-item {
	white-space: nowrap;
	font-size: 0.8em;
	margin-right: 10px;
	cursor: pointer;
}

.hvs__check-item .custom-checkbox {
	margin-right: 0;
}

.tab-checkbox {
	cursor: pointer;
	position: relative;
	display: inline-block;

	margin-bottom: 2px;
	margin-right: 2px;
}

.tab-checkbox__content, .filter-tabs__item {
	background: #fff;
	display: inline-block;
	padding: 5px 10px;

	font-size: 0.875em;

	transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.tab-checkbox input:checked + .tab-checkbox__content, .filter-tabs__item.active {
	background: #20B8F2;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.50);
	color: #fff;
}

.filter-tabs {
	margin-bottom: 25px;
}

.filter-tabs__item {
	margin: 0 1px 1px 0;
	text-decoration: none;
}

.filter-tabs__item:after {
	content: " (" attr(data-selected) ")";
	display: none;
}

.filter-tabs__item[data-selected]:after {
	display: inline;
}

.filter-tabs-content {
	display: none;
	line-height: 1.4em;
}

.hidden-chbx {
	opacity: 0;
	position: absolute;
}

.search-btn {
	background: #1986C2;
	border: solid 1px #2B93CC;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.50);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 15px 7px;
	text-transform: uppercase;
	outline: none;
	margin-top: 5px;

	transition: background 0.15s ease;
}

.search-btn:hover {
	background: #2698cc;
}

.search-reset {
	border: 0;
	background: none;
	padding: 0;
	font-size: 12px;
	color: #999;
	outline: none;
	margin-top: 15px;
	text-decoration: none;
	display: block;
}

.search-reset span {
	color: #1986C2;
	font-size: 22px;
	vertical-align: middle;
	line-height: 1;
}

.query-search {
	overflow: hidden;
	padding: 0 15px;
	border-right: solid 1px #EAEAEA;
	height: 45px;
	position: relative;
	background: #fff;
}

.query-search:after {
	content: "";
	position: absolute;
	top: 0;
	right: 34px;
	height: 100%;
	width: 65px;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 100%);
	pointer-events: none;
}

.query-search__input {
	border: 0;
	border-bottom: solid 1px #EAEAEA;
	font-size: 14px;
	width: 100%;
	padding: 14px 0 3px;
}

.query-search__btn {
	position: absolute;
	top: 13px;
	right: 15px;
	padding: 0;
	border: 0;
	background: #fff;
	font-size: 19px;
	color: #4F5E67;
	outline: none;
}

.query-search__btn .icon-search:before {
	margin: 0;
}

.query-search--reset {
	position: absolute;
	top: 0;
	left: -47px;
	width: 47px;
	padding: 0;

	background: #fff;
	font-size: 19px;
	color: #4F5E67;
	line-height: 45px;

	border: 0;
	/*border-right: solid 1px #EAEAEA;*/
	display: none;

	outline: none;
}

.query-search .twitter-typeahead {
	width: 100%;
}

.query-search--expanded {
	position: absolute;
	overflow: visible;
	padding-left: 0;
}

.query-search--expanded .query-search--reset {
	display: block;
}

.site-header__menu-wrap {
	position: relative;
}

.filter-input {
	border: solid 1px #e6e6e6;
	border-radius: 2px;
	box-shadow: inset 0 3px 3px #f4f4f4;

	padding: 5px 5px 4px;
}

.filter-input-small {
	width: 30px;
}

.filter-input-big {
	width: 150px;
}

.filter-input-black {
	color: #fff;

	border-color: #474841;
	background-color: #1f201d;
	box-shadow: inset 0 3px 3px #0a0b0a;
}

.filter-input-search {
	padding-left: 23px;
	background-image: url("../bundles/krdzm/images/search_bg_icon.png");
	background-repeat: no-repeat;
	background-position: 8px center;
}

.btn-filter-button {
	border-radius: 2px;
	vertical-align: middle;
}

.advanced-expander {
	color: #a5a5a5;
	border-bottom-color: #a5a5a5;

	vertical-align: -3px;

	cursor: pointer;
}

.filter-block__highway-select {
	vertical-align: -3px;
}

.top-banner {
	text-align: center;
	padding: 10px 0;
}

.right-banner {
	line-height: 0;
}

.right-banner img, .right-banner embed, .right-banner object {
	width: 100%;
}

.banners-block {
	/*background: #fff;*/
	padding: 20px 0;
	position: relative;
	z-index: 5;
}

.banners-block .page-header {
	padding: 20px 20px 0;
}

.banners-block.banners-block-top {
	background: none;
	padding: 0;
}

.banners-block.banners-block-top .banners-list {
	background: #21221f;
}

.banners-block.banners-block-top {
  padding-left: 15px;
  padding-right: 15px;
}

.page-content .banners-block-content:last-child {
	margin-bottom: -46px;
}

.banners-block-content {
	padding: 0 40px;
	margin: 80px -50px 50px;
	border-top: solid 1px #eee;
	position: relative;
}

.banners-block-content .banners-new-list__item {
	width: 25%;
}

.banners-block-content .banners-list-horizontal {
	margin-bottom: 0;
}

.banners-block-content .up-to-down {
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	top: -20px;
	left: 50px;
	width: auto;
	height: auto;
}

.banners-block-content .down-to-up {
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	top: -20px;
	right: 50px;
	width: auto;
	height: auto;
}

.banners-block-content .banners-list-horizontal noindex:nth-child(4n) .banners-new-list__item {
	border-right: 0;
}

/*.articles-grid .banners-block-content {*/
/*margin-bottom: 0;*/
/*}*/

.banners-list {
	background: #fff;
	margin-bottom: 15px;
}

.banners-list__item {
	display: block;
	float: left;
	position: relative;
	width: 25%;
	text-decoration: none;
}

.banners-list__item-wrap {
	margin-right: 1px;
}

.banners-list__item-caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(33, 34, 31, 0.8);
	padding: 9px 18px 9px;
	box-sizing: border-box;
	color: white;

	letter-spacing: -0.03em;
}

.banners-list__item-img {
	display: block;
	width: 100%;
}

.banners-list__item-title {
	font-size: 0.8125em;
	line-height: 1.3em;
	font-weight: bold;

	text-transform: uppercase;
	letter-spacing: 0.05em;

	margin: 0;
}

.banners-list__item-desc {
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;

	margin-top: 3px;
}

.banners-list__item-desc p {
	margin: 0;
}

/*.banners-list__item-caption:before {*/
/*content: "";*/

/*border: solid 19px transparent;*/

/*border-top-width: 0;*/
/*border-bottom: solid 22px rgba(33, 34, 31, 0.8);*/

/*width: 0;*/
/*height: 0;*/

/*position: absolute;*/
/*top: -22px;*/
/*left: 50%;*/
/*margin-left: -19px;*/
/*}*/

.banners-list-vertical {
	/*width: 25%;*/
	width: 27%;
	background: #fff;
	margin-bottom: 0 !important;
	z-index: 1;
}

.banners-list-vertical .banners-list__item {
	float: none;
	width: auto;
	margin-bottom: 15px;
}

.banners-list-vertical .banners-list__item:last-child {
	margin-bottom: 0;
}

.banners-list-vertical .banners-list__item-wrap {
	margin-right: 0;
}

/*.banners-list-vertical .banners-list__item-caption {*/
/*position: relative;*/
/*top: auto;*/
/*left: auto;*/
/*width: auto;*/
/*background: #21221f;*/
/*padding: 12px 8px;*/
/*}*/

/*.banners-list-vertical .banners-list__item-caption:before {*/
/*border-bottom-color: #21221f;*/
/*}*/

/*.banners-list-vertical .banners-list__item-img {*/
/*width: auto;*/
/*}*/

.footer-banner img {
	width: 100%;
}

.main-publications {
	padding: 37px 0 37px;
}

.article-big {
	position: relative;
	display: block;
}

.article-big:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: url("../bundles/krdzm/images/article_shadow.png") 0 0 repeat-x;
}

.article-big__img {
	display: block;
	width: 100%;
}

.article-big__text {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;

	color: #ffffff;
	font-weight: 500;
}

.article-big__padding {
	padding: 17px 20px;
}

.article-type {
	color: #32b8f5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.6875em;
	margin-bottom: 10px;
}

.article-big__title {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.21em;
	margin: 0 0 10px 0;
}

.article-big__title a {
	color: inherit;
	text-decoration: none;
}

.article-big__annotation {
	font-size: 0.75em;
	line-height: 1.58em;
	margin-bottom: 45px;
	opacity: 0;
	transition: opacity 0.15s;
}

.article-big .publication-counters {
	color: inherit;
	opacity: 0;
	transition: opacity 0.15s;
}

.article-big:hover .publication-counters, .article-big:hover .article-big__annotation {
	opacity: 1;
}

.publication-counters {
	color: #242424;
}

.publication-counter {
	font-size: 14px;
	margin-right: 5px;
}

.publication-counter-icon {
	opacity: 0.6;
}

.main-publications-left-column {
	float: left;
	width: 33%;
}

.main-publications__list {
	border: solid 1px #eee;
	padding: 18px 11px 0;
	background: #fff;
}

.publications-list {

}

.publications-list_divider {
	border-bottom: solid 1px #eee;
	margin-bottom: 15px;
}

.publications-list__item {
	margin-bottom: 19px;
	overflow: hidden;
	color: #737373;
}

.publications-list__item__img {
	float: left;
	margin-right: 10px;
}

.publications-list__item__annotation {
	overflow: hidden;
}

.publications-list__item__title {
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.4285em;
	margin: 0 0 6px 0;
	color: #737373;
}

.publications-list__item__title a {
	color: inherit;
	text-decoration: none;

	transition: color 0.15s;
}

.publications-list__item__title a:hover {
	color: #000;
}

.article-bubble {
	position: relative;
	/*padding-left: 200px;*/
	height: 196px;
	overflow: hidden;
}

.article-bubble__img {
	overflow: hidden;
	line-height: 0;
	padding-left: 200px;
}

.article-bubble__img img {
	width: 100%;
	min-width: 291px;
}

.article-bubble__annotation {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background: #ffffff;
	box-sizing: border-box;
}

.article-bubble__annotation:before {
	content: "";
	border: solid 19px transparent;
	border-right: 0;
	border-left: solid 23px #fff;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -19px;
}

.article-bubble__annotation__padding {
	padding: 20px 23px;
}

.article-bubble__title {
	font-size: 1.0625em;
	font-weight: bold;
	line-height: 1.4117em;
	margin: 5px 0;
	max-height: 119px;
	overflow: hidden;
}

.article-bubble__title a {
	color: #000;
	text-decoration: none;
}

.article-bubble-right {
	/*padding-left: 0;*/
	/*padding-right: 200px;*/
}

.article-bubble-right .article-bubble__img {
	padding-right: 200px;
	padding-left: 0;
}

.article-bubble-right .article-bubble__annotation {
	left: auto;
	right: 0;
}

.article-bubble-right .article-bubble__annotation:before {
	left: auto;
	right: 100%;
	border-left: 0;
	border-right: solid 23px #fff;
}

.article-bubble-big {
	height: auto;
}

.article-bubble-big .article-bubble__annotation {
	border: solid 1px #eee;

	width: 33.33%;
}

.article-bubble-big .article-bubble__annotation .article-bubble__annotation__padding {
	padding: 16px 18px;
}

.article-bubble-big .article-bubble__img img {
	width: auto;
}

.article-bubble-big .article-bubble__title {
	font-size: 1.5em;
	line-height: 1.208em;
	margin-bottom: 10px;
	max-height: 115px;
}

.article-bubble-no-img .article-bubble__title {
	height: 115px;
}

.article-bubble-big .publication-counters {
	position: absolute;
	bottom: 10px;
}

.article-bubble-no-img {
	padding: 0;
	float: left;
	width: 33.3333333%;
}

.article-bubble-no-img .article-bubble__annotation {
	position: relative;

	width: auto;
}

.article-bubble-no-img .article-bubble__annotation:before {
	display: none;
}

.article-bubble__annotation__text {
	line-height: 1.5625em;
}

.article-bubble-big .article-bubble__annotation__text {
	max-height: 175px;
	overflow: hidden;
}

.article-bubble-no-img .article-bubble__annotation__text {
	max-height: 125px;
	margin-bottom: 21px;
	overflow: hidden;
}

.articles-grid {

}

.articles-grid .line-adv {
	margin: 15px 0;
}

.main-publications-grid {
	overflow: hidden;
}

.promo-link {
	display: block;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	padding: 45px 0 40px;
	text-align: center;
	width: 290px;
	height: 209px;
	transition: opacity 0.15s;
}

.promo-link:hover {
	opacity: 0.8;
}

.promo-link-bg-blue {
	background: #0087BF;
	color: #ffffff;
}

.promo-link__icon {
	display: block;
	margin: 25px 0;
	height: 80px;
}

.promo-link__title {
	font-size: 1.5em;
	line-height: 1.125em;
	font-weight: bold;
}

.action {
	width: 290px;
	height: 294px;
	position: relative;
	display: block;
}

.action:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.7;
	background: #0086c3;
}

.action:after {
	content: "";
	width: 0;
	height: 294px;
	display: inline-block;
	vertical-align: middle;
}

.action.action-blue:before {
	background: #0086c3;
}

.action.action-green:before {
	background: #93c300;
}

.action-content {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 98%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.action-tag {
	font-size: 0.6875em;
	color: #1f1f1f;
	background: #ffffff;
	display: inline-block;
	vertical-align: top;
	border-radius: 10px 10px 10px 10px;
	font-weight: bold;
	padding: 5px 10px 4px;
}

.action-title {
	font-size: 1.0625em;
	font-weight: bold;
	line-height: 1.4117em;
	margin: 15px 0;
	padding: 15px 20px;
	color: #fff;
}

.action-content a {
	color: #ffffff;
	text-decoration: none;
}

.load-more {
	width: 290px;
	background: #2F302B;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	padding: 40px 0;
	text-align: center;
	text-decoration: none;
}

.load-more-narrow-screen {
	display: none;
	width: auto;
	float: none;
}

.main-data-section {
	padding: 68px 0 90px;
	position: relative;
	z-index: 5;
}

.main-data-section__white {
	background: #fff;
}

.main-data-section__header {
	text-align: center;
	margin-bottom: 30px;
}

.main-data-section__title {
	font-size: 2.25em;
	font-weight: bold;
	margin: 0 0 7px;
	text-align: center;
}

.main-data-section__menu {
	text-align: center;
}

.main-data-section__menu__item {
	text-transform: uppercase;
	font-size: 0.8125em;
	font-weight: bold;
	color: #32b8f5;
	margin: 0 12px;
}

.catalog-list-grid {

}

.catalog-list-grid__item {
	color: #3e3f3a;
	text-decoration: none;

	float: left;
	width: 25%;
	margin-bottom: 1px;
}

.catalog-list-grid__item__img {
	position: relative;
	margin-right: 1px;
}

.catalog-list-grid__item__img:after {
	content: "";

	position: absolute;
	left: 0;
	top: 0;

	height: 100%;
	width: 100%;

	background: url("../bundles/krdzm/images/catalog_grid_s.png") repeat-x left bottom;
	pointer-events: none;
}

.catalog-list-grid__item__img img {
	display: block;
	width: 100%;
}

.catalog-list-grid__item__price {
	color: #fff;

	position: absolute;
	left: 19px;
	bottom: 5px;
	z-index: 1;
}

.catalog-list-grid__item__price.catalog-list-grid__item__distance {
	left: auto;
	right: 15px;
}

.catalog-list-grid__item__price b {
	font-size: 1.125em;
}

.catalog-list-grid__item__price small {
	font-size: 0.75em;
	font-weight: 600;
}

.catalog-list-grid__item__caption {
	position: relative;

	padding: 15px 17px;
	margin-right: 1px;

	background: #fff;

	height: 69px;
}

.catalog-list-grid__item__caption:before {
	content: "";

	border: solid 19px transparent;
	border-top-width: 0;
	border-bottom: solid 22px #fff;

	width: 0;
	height: 0;

	position: absolute;
	top: -22px;
	left: 50%;
	margin-left: -19px;
}

.catalog-list-grid__item__title {
	font-size: 0.8125em;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #32b8f5;
	margin: 0 0 1px 0;
	/*height: 32px;*/
	/*overflow: hidden;*/
}

.catalog-list-grid__item__title a {
	color: inherit;
	text-decoration: none;
}

.catalog-list-grid__item__address {
	font-size: 0.75em;
	line-height: 1.5em;
}

.catalog-list-grid__item.catalog-list-grid__item-dark {

}

.catalog-list-grid__item.catalog-list-grid__item-dark .catalog-list-grid__item__caption {
	background-color: #343532;
}

.catalog-list-grid__item.catalog-list-grid__item-dark .catalog-list-grid__item__caption:before {
	border-bottom-color: #343532;
}

.catalog-list-grid__item.catalog-list-grid__item-dark .catalog-list-grid__item__address {
	color: #fff;
}

.catalog-list-grid.catalog-list-grid-2line .catalog-list-grid__item {
	width: 50%;
}

.catalog-list-grid.catalog-list-grid-3line .catalog-list-grid__item {
	width: 33.33%;
}

.catalog-list-grid__item.catalog-list-grid__item-settlement {
	margin-bottom: 46px;

	position: relative;
	overflow: hidden;
}

.catalog-list-grid__item.catalog-list-grid__item-settlement .catalog-list-grid__item__caption {
	background-color: #f0f0f0;
	height: auto;
}

.catalog-list-grid__item.catalog-list-grid__item-settlement .catalog-list-grid__item__caption:before {
	border-bottom-color: #f0f0f0;;
}

.catalog-list-grid__item.catalog-list-grid__item-settlement .catalog-list-grid__item__title {
	color: #21221f;
	height: 33px;
	overflow: hidden;
}

.catalog-list-grid__item .catalog-list-grid__item__details {
	color: #fff;
	font-size: 0.8125em;
	line-height: 1.3076em;
	text-transform: uppercase;

	position: absolute;
	left: 0;
	top: 100%;
	z-index: 5;

	width: 100%;
	height: 100%;

	opacity: 0;

	background: #32b8f5;

	transition: opacity 0.15s, top 0.15s;
}

.catalog-list-grid__item__details-padding {
	padding: 17px;
}

.catalog-list-grid__item:hover .catalog-list-grid__item__details {
	opacity: 1;
	top: 0;
}

.agency-list {

}

.agency-list__item {
	color: #3e3f3a;
	font-size: 0.8125em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;

	text-align: center;

	float: left;
	width: 25%;

	border-right: solid 1px #f6f6f6;

	padding: 48px 0;

	background: #fff;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.agency-list__item__img {
	display: block;
}

.agency-list__item__img img {
	vertical-align: middle;
}

.agency-list__item__img:before {
	content: "";

	width: 0;
	height: 60px;

	display: inline-block;

	vertical-align: middle;
}

.agency-list__item__title {
	color: #32b8f5;

	display: block;

	margin: 22px 0 8px;
}

.agents-list {

}

.agents-list .agent-item {
	border-right: solid 1px #f5f5f2;

	padding: 20px 2%;

	float: left;
	width: 29%;

	margin-bottom: 20px;
}

.agents-list .agent-item:nth-of-type(3n) {
	border: 0;
}

.agent-item:nth-of-type(3n+1) {
	clear: both;
}

.agents-list .agents-list__item:last-of-type {
	border-right: 0;
}

.agent-item {
	color: #3e3f3a;
	text-align: center;

}

.agent-item__title {
	color: #32b8f5;
	font-size: 0.8125em;
	font-weight: bold;
	text-transform: uppercase;

	margin: 10px 0 8px;
}

.agent-item__title a {
	color: inherit;
	text-decoration: none;
}

.agent-item__phone {
	color: #3e3f3a;
	font-size: 0.8125em;
	font-weight: bold;

	margin-bottom: 6px;
}

.agent-item__properties {
	font-size: 0.8125em;
	line-height: 1.7692em;
}

.agent-item__properties.agent-item__properties-big {
	font-size: 1em;
	line-height: 1.5625em;
}

.partners-header {
	border: 2px #EBEBEB solid;
	color: #bdbdbd;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 15px 15px 12px;
	border-radius: 5px 5px 5px 5px;
	background: #ffffff;
	margin: 24px 0 0;
}

.main-data-section__partners {
	border-top: solid 1px #ebebeb;
}

.seo {
	font-size: 0.875em;
	line-height: 1.6428em;

	padding-top: 40px;
	padding-bottom: 50px;
}

.seo:before,
.seo:after {
	display: table;
	content: " ";
}

.seo:after {
	clear: both;
}

.seo-title {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 15px;
}

.seo h2 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0 5px;
}

.seo p {
	margin: 0 0 5px;
}

.stick-footer {
	margin-top: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 5;
	min-width: 1024px;
}

.stick-footer-padding {
	height: 344px;
}

.site-footer {
	color: #ffffff;

	font-weight: bold;

	/*margin-top: 40px;*/

	background: #2f302b;
}

.site-footer .site-fix {
	position: relative;
	padding-top: 53px;
	padding-bottom: 53px;
}

.site-footer a {
	color: inherit;
}

.footer-menu__item a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.15s;
}

.footer-menu__item a:hover {
	color: #2BB9F0;
}

.footer-menu {
	font-size: 0.6875em;
}

.footer-menu.pull-left {
	margin-right: 4%;
}

.site-footer .footer-menu.pull-left:last-of-type {
	margin-right: 20px;
}

.footer-menu__project.pull-left {
	margin-right: 3%;
}

.footer-menu__item {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.copyright-info {
	color: #888887;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.4166em;
	margin-right: 4%;
}

.copyright-info .upper {
	text-transform: uppercase;
	font-size: 11px;
}

.white {
	color: #fff;
}

.site-footer__shares {
	margin: 8px 0 12px;
}

.site-footer__shares .b-share {
	padding: 0 !important;
}

.site-footer__social-links {
	width: 160px;
}

.social-link {
	color: #fff;
	font-size: 0.6875em;
	text-transform: uppercase;

	text-decoration: none;

	display: block;
	border: solid 1px #32b8f5;

	padding: 12px 11px 9px;
	margin-bottom: 12px;

	transition: background-color 0.25s;
}

.social-link:hover {
	background-color: #32b8f5;
}

.social-link__icon {
	color: #2085b3;
	font-size: 17px;

	text-align: center;

	float: left;
	width: 18px;

	margin: 2px 10px 0 0;
}

.social-link__icon.icon-mail {
	font-size: 13px;
	margin-top: 5px;
}

.social-link__icon:before {
	width: auto !important;
	margin: 0 !important;
}

.satellites {
	background: #21221F;
	padding: 20px 0;
}

.satellites__item {
	text-decoration: none;
	font-weight: 500;
	opacity: 0.2;
	transition: opacity 0.2s ease-in;
	margin-bottom: 3px;
}

.satellites__item:hover {
	opacity: 1;
}

.satellites__item.satellites_item-type-text {
	font-size: 0.8125em;
	font-weight: bold;
	background: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 3px;
	padding: 5px 10px 4px;
}

.satellites__item img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.path-home {
	font-size: 18px;
}

.path-menu {
	color: #b2b2b2;
	font-size: 0.75em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.path-menu__item {
	color: #32b8f5;
	text-decoration: none;
}

.path-menu__separator {
	margin: 0 8px;
}

.path-menu-article {
	/*margin-top: -22px;*/
	margin-bottom: 22px;
}

.path-menu__dropped {
	display: inline-block;
	position: relative;
}

.path-menu__dropped:hover .path-menu__dropdown {
	visibility: visible;
	opacity: 1;
}

.path-menu__dropdown {
	position: absolute;
	top: 100%;
	list-style: none;
	margin: 0;
	z-index: 99;
	border: solid 1px #eee;
	padding: 10px 15px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.15s ease;
	overflow: auto;
	max-height: 200px;
}

.path-menu__dropdown li {
	margin: 0 0 8px;
	padding: 0;
}

.path-menu__dropdown li a {
	display: block;
}

.path-menu__dropped__pointer {
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
}

.page-header {
	margin: 0 0 27px 0;
	/*overflow: hidden;*/
}

.page-header .page-title {
	overflow: hidden;
}

.page-title, .has-page-title h1 {
	font-size: 1.75em;
	margin: 0 0 0 0;
	font-weight: bold;
}

.page-title-link {
	/*font-size: 1.25em;
	margin: 0 0 0 0;
	font-weight: bold;*/
}

.page-title-link a {
	color: #32b8f5 !important;
}

.page-title.page-title-inline, .has-page-title-inline h1 {
	display: inline;
}

.page-title__sub {
	font-size: 16px;
	font-weight: normal;
}

.tour {
	font-weight: bold;
	text-transform: uppercase;
	font-size: .875em;
	color: #ff8027;
	margin: 10px 0 0 10px;
    margin-right: 20px;
}

.tour-eval {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 7px;
    z-index: 65;
    line-height: 1;
    font-size: 20px;
    background: #ff8027;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
	font-weight: bold;
}
.tour-eval:hover + .tour-eval-table{
    z-index: 999;
    opacity: 1;
}
.tour-eval-table{
    z-index: -1;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    position: absolute;
    right: -90%;
    top: 30px;
    background: #fff;
    border: solid 1px #000;
    border-radius: 3px;
    padding: 20px;
}
.tour-eval-table:hover {
    z-index: 999;
    opacity: 1;
}
.tour-eval-table tr td:last-child{
    padding-left: 20px;
    font-weight: bold;
}
.tour-eval-table tr td{
    padding-bottom: 15px;
}
.tour-eval-table tr:last-child > td{
    padding-bottom: 0px;
}

.pos-rel {
    position: relative;
}


.tour-eval small {
    font-size: 16px;
	font-weight: normal;
}


.catalog-list__item__img-wrap .tour{
	margin: 0;
	color: #ff8027;
	text-decoration: underline;
}

.catalog-list__item__img-wrap .tour:hover {
	text-decoration: none;
}

.tour:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 9px;
	background: url("../bundles/krdzm/images/icons/check_ico_orange.png") center no-repeat;
	margin-right: 2px;
}

.for-rate {
	margin-left: 25px;
}

.tour-eval {
	position: absolute;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px 7px;
	z-index: 65;
	line-height: 1;
	font-size: 20px;
	background: #ff8027;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
}
.tour-eval:hover + .tour-eval-table{
	z-index: 999;
	opacity: 1;
}
.tour-eval-table{
	z-index: -1;
	transition: opacity .2s ease-in-out;
	opacity: 0;
	position: absolute;
	right: -90%;
	top: 30px;
	background: #fff;
	border: solid 1px #000;
	border-radius: 3px;
	padding: 20px;
}
.tour-eval-table:hover {
	z-index: 999;
	opacity: 1;
}
.tour-eval-table tr td:last-child{
	padding-left: 20px;
	font-weight: bold;
}
.tour-eval-table tr td{
	padding-bottom: 15px;
}
.tour-eval-table tr:last-child > td{
	padding-bottom: 0px;
}

.pos-rel {
	position: relative;
}


.tour-eval small {
	font-size: 16px;
	font-weight: normal;
}

.page-title__count {
	color: #bbbbbb;
	font-weight: 400;
}

.catalog-list-filters {
	margin-bottom: 10px;
	/*margin-right: -18px;*/
}

.filter-menu-wrap .catalog-list-filters-sort__item__count {
	font-weight: bold;
	border-bottom: none;
}

.blue {
	color: #30B8F5;
}

.sort-icon {
	text-decoration: none;
}

.catalog-list-filters-display-type {
	color: #e5e5e5;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.15s;
}

.catalog-list-filters-display-type.active {
	color: #32b8f5;
}

.catalog-list-filters-display-wrap .catalog-list-filters-display-type {
	font-size: 14px;
	margin-left: 10px;
	text-decoration: none;
	color: #30B8F5;
	transition: color 0.15s;
}

.catalog-list-filters-display-wrap .catalog-list-filters-display-type.active {
	color: #20211E;
}

.filter-menu {
	font-size: 0.875em;
	color: #30B8F5;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	float: left;
	padding: 10px 0;
}

.filter-menu__title {
	padding: 0 13px;
	border-right: solid 1px #D8D8D8;
}

.filter-menu__title.active {
	border-left: solid 1px #fff;
	margin-left: -1px;
	border-right: none;
}

.filter-menu-more:hover > .more-link, .filter-menu:hover, .catalog-list-filters-sort__item--small:hover, .filter-menu-more a:hover, .filter-menu.active, .catalog-list-filters-sort__item--small.active, .dropmenu-more__item:hover > span {
	color: #20211E;
}

.more-link {
	border-bottom: dashed 1px;
}

.filter-menu-more:hover > .more-link {
	border-bottom: transparent;
	margin-bottom: 1px;
}

.catalog-list-filters-sort__item--small:hover > span {
	border-bottom: dashed 1px transparent;
}

.filter-menu.active {
	background-color: #F6F6F6;
	color: #20211E;
}

.filter-menu-more {
	font-size: 0.875em;
	float: left;
	position: relative;
	padding: 10px 20px;
	cursor: pointer;
}

.filter-menu-more span {
	color: #30B8F5;
	text-decoration: none;
	display: block;
	line-height: 17px;
	cursor: pointer;
	font-weight: bold;
}

.dropmenu-more {
	display: none;
	background: #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
	position: absolute;
	z-index: 9999;
	left: -80%;
	width: 175px;
}

.dropmenu-more__item {
	color: #30B8F5;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
}

.dropmenu-more__item:first-of-type {
	padding: 15px 10px 5px;
}

.dropmenu-more__item:last-of-type {
	padding: 5px 10px 15px;
}

.dropmenu-more__item.active {
	background: #F6F6F6;
}

.sort-filter-wrap {
	padding: 5px 10px;
	background-color: #F6F6F6;
}

.price-sort {
	font-size: 0.75em;
	color: #30B8F5;
	text-decoration: none;
	line-height: 17px;
	padding-right: 10px;
}

.catalog-list-filters-label {
	color: #21221f;
	font-size: 0.8215em;
	font-weight: bold;
	text-transform: uppercase;
}

.catalog-list-filters-display {
	width: 215px;
}

.catalog-list-filters-display-type:hover {
	color: #a8a8a8;
}

/*.catalog-list-filters-highway { */
/*margin-top: -13px; */
/*}*/

.catalog-list-filters-sort {
	/*text-align: center;*/
	display: block;
	margin-top: 10px;
	/*margin: 0 230px;*/
}

.ratings-filters-sort {
	text-align: left;
	line-height: 2em;
}

.catalog-list-filters-sort__item {
	text-decoration: none;
	font-size: 1em;
	color: #21221f;
	padding: 3px 8px;
	border-radius: 2px;
	white-space: nowrap;
}

.instagram-item {
	width: 31.5%;
	display: inline-block;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 2%;
	margin-bottom: 2%;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	text-decoration: none;
}

.instagram-item:nth-child(3n) {
	margin-right: 0;
}

.instagram-item__img-wrap {
	position: relative;
}

.instagram-item__img {
	display: block;
	width: 100%;
}

.instagram-item__img-wrap {
	/*margin: -1px -1px 0;*/
	position: relative;
}

.instagram-item__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	opacity: 0;

	overflow: hidden;

	transition: opacity 0.15s ease;
}

.instagram-item__user {
	margin: 15px;
	transform: translateY(-60px);
	opacity: 0;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.instagram-item__user__img {
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	border: solid 2px #fff;
	margin-right: 5px;
}

.instagram-item__user__img img {
	width: 100%;
}

.instagram-item__user__name {
	font-weight: bold;
	font-size: 0.875em;
	vertical-align: middle;
}

.instagram-item__stats {
	position: absolute;
	left: 15px;
	bottom: 15px;

	opacity: 0;

	transform: translateY(40px);

	transition: opacity 0.25s ease, transform 0.25s ease;
}

.instagram-item__stats .icon-bubble, .instagram-item__stats .icon-heart-1 {
	font-size: 11px;
	margin-right: 3px;
}

.instagram-item__stats .icon-bubble:before, .instagram-item__stats .icon-heart-1:before {
	margin: 0;
	width: auto;
}

.instagram-item__stats__item {
	margin-right: 10px;
}

.instagram-item__stats__item {
	font-size: 0.75em;
}

.instagram-item__caption {
	font-size: 0.75em;
	padding: 7px 15px;
	height: 45px;
	overflow: hidden;
}

.instagram-item__caption-wrap {
	height: 45px;
	overflow: hidden;
}

.instagram-item:hover .instagram-item__overlay {
	opacity: 1;
}

.instagram-item:hover .instagram-item__user {
	opacity: 1;
	transform: translateY(0);
}

.instagram-item:hover .instagram-item__stats {
	opacity: 1;
	transform: translateY(0);
}

.catalog-list-filters-sort__item--small {
	text-decoration: none;
	color: #30B8F5;
	font-size: 0.75em;
	display: inline-block;
	padding: 6px;

	white-space: nowrap;
}

.catalog-list-filters-sort__item--small.active {
	color: #21221f;
}

.catalog-list-filters-sort__item.active {
	color: #fff;
	font-weight: bold;
	background: #32b8f5;
}

.catalog-list-filters-sort__item__count {
	color: #a3a3a3;
	font-weight: 400;
}

.catalog-list {
	margin: 0 -18px;

}

.catalog-list__item {
	color: #21221f;
	padding: 18px;
	margin-bottom: 28px;
}

.catalog-list__item table {
	border-collapse: collapse;

}

.catalog-list__item td {
	vertical-align: top;
	position: relative;
}

.photo-links {
	color: #fff;

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

	background: rgba(4, 6, 14, 0.5);
}

.photo-links__item {
	font-size: 0.875em;
	text-decoration: none;
	margin-right: 15px;
}

.photo-links__item__icon {
	opacity: 0.5;
}

.photo-links__padding {
	padding: 11px 10px;
}

.catalog-list__item__important {
	font-weight: bold;
	margin-bottom: 25px;
}

.catalog-list__item__img-wrap {
	position: relative;
}

.catalog-list__item__img-cell {
	line-height: 0;
	padding-right: 45px;

}

.catalog-list__settlements .catalog-list__item {
	padding-bottom: 0;
}

.catalog-list__settlements .catalog-list__item__img-cell {
	width: 55%;
	max-width: 392px;
}

.catalog-list__settlements .catalog-list__item__img-cell img {
	width: 100%;
	max-width: 392px;
}
.catalog-list__item--article .catalog-list__item__img-cell img{
	width: 100%;
}

.catalog-list__item__annotation-cell {
	width: 100%;
	padding-right: 25px;
	padding-bottom: 45px;
	position: relative;
}
.catalog-list__item--article .catalog-list__item__annotation-cell{
	padding-bottom: 0;
}

.catalog-list__item--compact {
	padding-top: 0;
	padding-bottom: 0;
	/*margin-bottom: 10px;*/
}

.catalog-list__item--compact .catalog-list__item__annotation-cell {
	padding-bottom: 0;
}

.catalog-list__settlements .catalog-list__item__annotation-cell {
	padding-bottom: 0;
	padding-right: 0;
}

.catalog-list__item__title {
	font-size: 1.375em;
	font-weight: bold;

	margin: 0 0 5px 0;

	overflow: hidden;
}

.catalog-list__item a {
	color: inherit;
	text-decoration: none;
}

.catalog-list__item a:hover {
	text-decoration: underline;
}

.catalog-list__item__label, .uppercase-label {
	font-size: 0.8125em;
	font-weight: bold;
	text-transform: uppercase;
}

.uppercase-label-block {
	display: block;
	margin-bottom: 12px;
}

.catalog-list__item__desc {
	font-size: 0.875em;
	line-height: 1.7142em;
}

.catalog-list__item__desc .catalog-list__item__label {
	font-size: 0.9285em;
}

.catalog-list__item__date {
	color: #bcbcbc;
	font-size: 0.875em;
	display: block;
	margin-top: 3px;
}

.catalog-list__item__controls {
	font-size: 0.875em;
	line-height: 1;

	position: absolute;
	left: 0;
	bottom: 0;
}

.catalog-list__cab-item__controls {
	border-top: solid 1px #e5e5e5;

	padding-top: 15px;
}

.catalog-list__item__controls a {
	text-decoration: none;

	white-space: nowrap;

	margin: 0 4px;

	transition: color 0.15s;
}

.catalog-list__item__controls a:hover {
	color: #32b8f5;
}

.catalog-list__item__old {
	font-size: 12px;
	position: relative;
	text-decoration: line-through;
	color: #d81818;
}

.catalog-item__old_price {
	position: relative;
	text-decoration: line-through;
	color: #d81818;
	font-size: 13px;
	margin-bottom: 9px;
	display: inline-block;
}

.catalog-list__item__price {
	display: block;
	margin-top: 3px;
}

.catalog-list__item__properties {
	width: 120px;
}

.catalog-list__item__prop {
	font-size: 0.875em;

	margin-top: 10px;
}

.catalog-list__item-highlighted, .highlighted-items {
	background: #f5ffde;
}

.highlighted-items__settlements {
	padding: 18px;
	margin: 0 -18px 31px;
}

/*.highlighted-items__settlements */
/*.catalog-list-grid__item-settlement:nth-last-of-type(-n+3) {*/
/*margin-bottom: 0;*/
/*}*/

.settlement-header-bg {
	/*color: #fff;*/

	/*padding: 46px 51px 1px 50px;*/

	/*margin: -46px -51px 38px -50px;*/

	/*background: #404040 no-repeat;*/

}

.settlement-header-bg a {
	/*color: inherit;*/
}

.settlement-header-bg .path-menu {
	/*color: #fff;*/
}

.settlement-rating-summary {
	margin: 0 -25px 30px;
	padding: 35px 7% 15px;

	background: #f6f6f6;
}

.settlement-rating-summary .rating-values-grid {
	width: 485px;
}

.settlement-rating-summary .rating-values-grid .rating-value {
	margin-right: 0;
	margin-left: 8%;
	margin-bottom: 20px;
}

.settlement-rating-summary__place {
	text-align: center;
}

.settlement-rating-summary__empty .btn {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.settlement-rating-summary__place-num {
	font-size: 4.125em;
}

.settlement-rating-summary__votes {
	font-size: 0.75em;
	line-height: 1;
	font-weight: 300;
	display: block;
	margin: -10px 0 0;
}

.settlement-rating-summary__place .btn {
	display: block;

	min-width: 0;

	margin-top: 25px;

	padding: 13px 20px;
}

.settlement-summary-rating-places {
	margin: 15px 0 23px;
}

.villages-news {
	font-size: 1em;
	margin-bottom: 10px;
}

.line-adv {
	font-weight: bold;

	position: relative;

	border-radius: 2px;
	border: solid 1px #eeeddc;

	background: #fbf9d6;
	margin: 20px -18px 40px;
	padding: 11px 18px 12px;

	clear: both;
}

.line-adv p {
	margin: 0;
}

.line-adv__close {
	color: #b2b2b1;
	font-size: 19px;
	line-height: 1;

	position: absolute;
	top: 12px;
	right: 18px;

	cursor: pointer;
}

.catalog-list .line-adv {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.article-text .pager {
	margin-top: 40px;
}

.pager {
	color: #ddd;
	font-size: 1.375em;
	font-weight: bold;
	margin-top: 87px;
}

.pager a {
	color: inherit;
	text-decoration: none;

	transition: color 0.15s;
}

.pager a:hover {
	color: #636363;
}

.pager__pages {
	text-align: center;
	/*overflow: hidden;*/
	margin: 0 105px;
}

.pager__pages__item {
	margin: 0 3%;
}

.pager__pages__item.active {
	color: #636363;
}

.pager__direction {
	width: 105px;
}

.pager__direction-prev {
	float: left;
}

.pager__direction-next {
	float: right;
	text-align: right;
}

.pager__direction span {
	position: relative;
	top: 1px;
}

.pager__direction [class^="icon-"]:before {
	width: auto;
	margin: 0;
}

.catalog-item-meta {
	font-size: 0.875em;
	color: #afafae;
	margin-top: 10px;
}

.catalog-item-meta__item {
	margin-right: 10px;
}

.catalog-item__face {
	margin-bottom: 40px;
	position: relative;
}

.catalog-item__face.catalog-item__face__settlement {

}

.catalog-item__face.catalog-item__face__settlement .catalog-item-img {
	margin-top: 5px;
	margin-right: 30px;
}

.catalog-item__face.catalog-item__face__settlement .catalog-item-properties__price {
	margin-bottom: 5px;
}

.catalog-item-img {
	width: 50%;
	max-width: 440px;
	margin-right: 48px;

}

.catalog-item-img.pull-right {
	margin-right: 0;
	margin-left: 48px;
}

.catalog-item-img-wrap {
	white-space: nowrap;
	overflow: hidden;
}

.bx-wrapper .catalog-item-img-wrap {
	overflow: visible;
}

.catalog-item-img__big {
	line-height: 0;
	position: relative;
	display: inline-block;
}

.catalog-item-video {
	display: none;
}

.catalog-item-img__big img {
	width: 100%;
}

.catalog-item-img__big-bus {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.catalog-item-img__thumbs {
	margin-top: 13px;
	line-height: 0;
}

.catalog-item-img__thumbs-item {
	font-size: 20px;
	text-decoration: none;

	margin-right: 5px;
	margin-bottom: 5px;

	display: inline-block;

	position: relative;
}

.catalog-item-img__thumbs-item img {
	opacity: 0.3;

	transition: opacity 0.15s;
}

.catalog-item-img__thumbs-item:hover img {
	opacity: 0.7;
}

.catalog-item-img__thumbs-item.active img {
	opacity: 1;
}

.catalog-item-img__thumbs-item.icon-play:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -6px;
	width: auto;
}

.catalog-item-properties {
	overflow: hidden;
}

.catalog-item-properties__price {
	font-weight: bold;

	margin-bottom: 15px;
}

.catalog-item-properties__price span {
	/*margin-right: 10px;*/
}

.light-prop {
	color: #a4a4a4;
}

.catalog-item-properties__list {
	font-size: 0.875em;
	line-height: 1.64em;

	margin-bottom: 6px;
}

.catalog-item-properties__list__label {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #d1d1d1;
}

.catalog-item-properties__list__agency-logo {
	vertical-align: middle;
}

.communications-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.communications-list__item {
	float: left;
	width: 45%;
	margin-right: 3%;
	margin-bottom: 8px;
}

.communications-list__label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8125em;
}

.catalog-item-data-block {
	margin-bottom: 50px;
}

.catalog-item-data-block.catalog-item-data-block--smaller-margin {
	margin-bottom: 20px;
}

.catalog-item-data-block .page-title {
	margin-bottom: 20px;
}

.catalog-item-description {
	line-height: 1.8125em;
}

.catalog-item-data-block__links {
	margin-top: 10px;
	margin-bottom: 17px;
	color: #9b9b9b;
}

.catalog-item-data-block__links a {
	margin: 0 10px;
	text-decoration: none;
}

.catalog-item-map {
	height: 375px;
	background: #f6f6f6;
}

.catalog-item-map-closest {
	margin-left: 15px;
}

.mapToggle:before {
	content: "Скрыть карту";
}

.mapToggle.off:before {
	content: "Показать карту";
}

.catalog-item-map-checkbox {
	color: #7d7e7d;
}

.near-list {
	color: #32b8f5;
}

.near-list a {
	color: inherit;
	text-decoration: none;
}

.near-list a:hover {
	text-decoration: underline;
}

.near-list__distance {
	color: #21221f;
}

.light-underline {
	line-height: 1;
	text-decoration: none;
	border-bottom: solid 1px #a9a9a9;

	transition: border-color 0.05s;
}

.light-underline:hover {
	border-bottom-color: transparent;
}

.catalog-item__face__agent {
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 500px;*/
	/*right: 0;*/

	margin-top: 10px;

	padding-top: 10px;
	padding-bottom: 3px;

	border-top: solid 1px #eee;
}

.catalog-item__face__agent .agent-item-small {
	/*margin-left: 42px;*/
}

.agent-item-archive {
	color: red;
}

.agent-item-small {

}

.agent-item-small__img {
	float: left;
	margin-right: 10px;
}

.agent-item-small__title {
	color: #32b8f5;
	font-size: 0.8125em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;

	display: block;
}

.agent-item-small__phone {
	font-size: 0.875em;
}

.agent-item-small__phone .link-blue {
	margin-left: 3px;
	text-decoration: none;
}

.price-hightlight {
	color: #32b8f5;
}

.catalog-list__item__controls-static {
	text-align: center;

	position: static;

	border-bottom: solid 1px rgba(62, 63, 68, 0.05);
	padding: 17px 0;
	margin-top: 24px;
}

.catalog-list__item__desc__text {
	line-height: 1.4285em;

	margin-top: 5px;
}

.agency-site-link {
	font-size: 1.1428em;
	font-weight: bold;
}

.settlement-news {

}

.settlement-news__item {

}

.settlement-news__item-padding {
	border: solid 1px #eee;
	padding: 17px 17px;
}

.settlement-news__item__title {
	font-size: 1.125em;
	font-weight: bold;
	height: 69px;
	overflow: hidden;

	margin: 0 0 27px 0;
}

.settlement-news__item .publication-counter {
	font-size: 16px;
}

.settlement-news__item__title a {
	text-decoration: none;
	transition: color 0.15s;
}

.settlement-news__item__title a:hover {
	color: #32b8f5;
}

.settlement-news__item {
	float: left;
	width: 33.33%;
}

.item-menu {
	margin-left: -8px;
	margin-top: 15px;
	display: inline-block;
	line-height: 1.8em;
	letter-spacing: -1px;
	/*font-size: 0.95em;*/
}

.item-menu__item {
	color: inherit;
	/*text-decoration: none;*/

	border-radius: 2px;

	padding: 4px 7px 3px;

	white-space: nowrap;
}

.item-menu__item:hover {
	text-decoration: none;
}

.item-menu__item.active {
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;

	background: #32b8f5;
}

.item-menu__item:hover {
	text-decoration: underline;
}

.hint-icon {
	font-size: 12px;
	line-height: 11px;
	color: #79cbf8;

	text-align: center;

	border: solid 1px #79cbf8;
	border-radius: 50%;

	display: inline-block;
	vertical-align: middle;

	padding: 1px 0 0;

	width: 12px;

	cursor: help;
}

.hint-icon.hint-icon--warn {
	font-weight: bold;
	vertical-align: baseline;
	font-size: 16px;
	line-height: normal;
	border: 0;
	border-radius: 0;
	padding: 0;
	width: auto;
}

.properties-divider {
	border: 0;
	border-top: solid 1px #e8e8e8;
	margin: 4px 0;
}

.settlement-header-bg .catalog-item-properties__price {
	font-size: 1.75em;
}

.settlement-header-bg .publication-counters {
	/*color: #fff;*/
	margin-top: 7px;
}

.settlement-header-bg .publication-counters span.publication-counter-icon {
	color: #c2c2c2;
}

.agency-adv {
	padding: 15px 36px 15px 0;

	/*background: #f6f6f6;*/

	margin-bottom: 30px;

	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
}

.catalog-item-properties__list .agency-adv {
	margin-bottom: 20px;
	padding: 10px;
	border: none;
	background: #d6f1fd;
}

.agency-adv .uppercase-label {
	margin-right: 15px;
	font-size: 13px;
}

.agency-adv table {
	width: 100%;
	border-collapse: collapse;
}

.agency-adv .agency-adv__logo-link {
	line-height: 0;

	/*opacity: 0.35;*/

	display: inline-block;
	vertical-align: middle;

	margin-right: 25px;

	/*float: left;*/

	transition: opacity 0.15s;
}

.agency-adv .agency-adv__logo-link:hover {
	opacity: 1;
}

.agency-adv__info {
	overflow: hidden;
}

.agency-adv .agency-adv__title {
	/*font-size: 0.8125em;*/
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;

	padding-right: 25px;
	width: 50%;

	text-align: center;
}

.agency-adv .agency-adv__phone-block {
	display: inline-block;
	font-weight:bold;
}

.agency-adv .phone-hider {
	white-space: nowrap;
}

.developers {
	/*margin-top: -28px;*/
	margin-bottom: 30px;
}

.developers__item {
	display: block;
	margin-bottom: 10px;
}

.agencies-list {

}

.agency {
	margin-bottom: 54px;
}

.agency__logo {
	line-height: 0;
	text-align: center;
	text-decoration: none;

	border: solid 1px #eee;

	float: left;

	width: 38%;
	max-width: 298px;
	margin-right: 45px;

	transition: border-color 0.15s
}

.agent .agency__logo {
	border: 0;
}

.agency__logo_filled {
	background: #f6f6f6;
	border-color: #f6f6f6;
}

.agency__logo img {
	vertical-align: middle;
}

.agency__logo:hover {
	border-color: #d3d3d3;
}

.agency__logo:before {
	content: "";

	display: inline-block;
	vertical-align: middle;

	height: 215px;
}

.agency__title {
	font-size: 1.375em;
	font-weight: bold;
	margin: 0 0 10px;
	padding-top: 3px;
}

.agency__title a {
	text-decoration: none;
}

.agency__description {
	overflow: hidden;
}

.agency__description__text {
	line-height: 1.75em;
}

.agency__links {
	margin-top: 16px;
}

.agency__links a {
	font-weight: bold;
	margin-right: 15px;
}

.agency__links__agency {
	white-space: nowrap;
}

.agency__contacts {
	font-weight: bold;
	margin-bottom: 16px;
	padding-top: 14px;
}

.nu-link {
	text-decoration: none;
}

.nu-link:hover {
	text-decoration: underline;
}

.catalog-list-header-filters-sort {
	margin-top: 10px;
	text-align: left;
}

.agency__phone {
	font-size: 0.8125em;
}

.filter-label {
	font-size: 0.6875em;
	display: block;

	margin-bottom: 9px;
}

.catalog-agency-list-filters {
	position: relative;
}

.catalog-list-filters-fields {
	position: relative;
	padding-right: 140px;
}

.catalog-list-filters-fields-gray {
	background: #f6f6f6;
	padding: 20px 12px 20px 24px;
	margin: 0 -24px;
}

.catalog-list-filters-block {
	float: left;
	width: 33.33%;
}

.catalog-list-filters-block .dropdown-box {
	display: block;
	width: auto;
	margin-right: 12px;
}

.catalog-agency-list-filters-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 140px;
}

.chosen-filters__item {
	font-weight: bold;

	border-radius: 2px;

	margin-right: 5px;
	padding: 3px 6px 3px 12px;

	background: #eaeae9;

	white-space: nowrap;
	display: inline-block;
	margin-bottom: 5px;
}

.chosen-filters__item .remove {
	color: #bbbbba;
	font-size: 16px;

	cursor: pointer;
}

.chosen-filters {
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-shares.pull-right {
	margin-top: -8px;
}

.page-search {

}

.page-search.pull-right {
	margin-top: -15px;
}

.page-search .uppercase-label {
	font-size: 0.6875em;

	display: block;

	margin-bottom: 12px;
}

.page-search-full-width {

	margin-bottom: 50px;
}

.page-search.page-search-full-width .text-input {
	width: 100%;
	box-sizing: border-box;
}

.page-search.page-search-full-width .search-button {
	font-size: 16px;
	top: 12px;
}

.page-search-form {
	position: relative;
}

.page-search-form .text-input {
	width: 240px;
}

.page-search-form .text-input .text-input {
	padding-right: 40px;
}

.search-button {
	color: #1590c8;
	font-size: 12px;
	line-height: 1;
	padding: 0;
	border: 0;
	background: none;
}

.search-button span.icon-search:before {
	width: auto;
	margin: 0;
}

.page-search-form .search-button {
	position: absolute;
	right: 18px;
	top: 15px;
}

.highway-filter {
	line-height: 1.8125em;

	margin-bottom: 50px;
	padding: 18px 17px 21px;

	background: #f6f6f6;

	border-radius: 2px;
}

.highway-title {
	font-size: 1.375em;
	font-weight: bold;
	margin: 0 0 0 8px;
}

#highway-filter-toggle {
	line-height: normal;
	margin-top: 5px;
}

.highway-filter-root {
	margin-bottom: 20px;
}

.highway-filter-root.pull-left {
	max-width: 40%;

	margin-right: 30px;
}

.highway-filter-root.pull-left .catalog-list-filters-sort__item {
	display: block;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
}

.highway-filter-inner {

}

.snt-list {

}

.snt-list__column {
	float: left;
	width: 22%;
	padding-right: 3%;
}

.snt-list__group {
	margin-bottom: 30px;
}

.snt-list-group__letter {
	font-size: 1.375em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.snt-list-group__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.snt-list-group__list li {
	margin-bottom: 5px;
}

.snt-props-col {
	float: left;
	margin-right: 13%;
	line-height: 1.75em;
}

.article-header {
	color: #fff;

	padding: 0 51px;

	margin: 0 -51px;
	text-align: center;

	background-color: #0087BF;
}

.article-header table {
	width: 100%;
	height: 469px;
	border-collapse: collapse;
}

.article-header .article-type, .article-header .article-type a {
	color: inherit;
}

.article-header .publication-counters {
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
}

.article-header .publication-counter {
	font-size: 11px;
}

.article-header .publication-counter-icon {
	font-size: 15px;
}

.article-title, .article-header h1 {
	font-size: 3em;
	line-height: 1;
	margin: 5px 30px 95px;
}

.article-shares {
	margin: 53px -7px 75px;
}

.article-author {
	width: 23%;
	margin: 8px 4% 0 0;
	padding: 0;
	float: left;
}

.article-author figcaption {
	margin-top: 12px;
	width: 156px;
}

.article-text-block {
	line-height: 1.8125em;

	overflow: hidden;
}

.article-text-block p {
	margin: 0 0 30px;
}

.article-text-block h1,
.article-text-block h2,
.article-text-block h3,
.article-text-block h4,
.article-text-block h5,
.article-text-block h6 {
	margin: 0 0 7px;
}

.header-h3 {
	font-size: 1.17em;
	margin-bottom: 15px;
}

.header-h3-bold {
	font-weight: bold;
}

.article-text-block h2 {
	font-size: 1.75em;
}

.article-text-block h3 {
	font-size: 1.6em;
}

.article-text-block h4 {
	font-size: 1.45em;
}

.article-text-block h5 {
	font-size: 1.3em;
}

.article-text-block h6 {
	font-size: 1.15em;
}

.article-term {
	font-size: 0.8125em;
	line-height: 1.7692em;

	width: 23%;
	margin: 5px 4% 0 0;
	padding: 0;
	float: left;
}

.article-term .uppercase-label {
	font-size: 1em;
}

.article-gallery {
	padding-top: 10px;
	margin-bottom: 30px;
	clear: both;
}

.article-gallery__photos {
	margin: 0 -51px;
	border-top: solid 2px #000;
	position: relative;
}

.article-gallery__photos__item {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.article-gallery__photos__item img {
	width: 100%;
	display: block;
}

.article-gallery__photos__item__caption {
	color: #fff;

	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;

	padding: 12px 50px;

	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}

.article-gallery__pager {
	font-size: 0.8125em;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.article-gallery__pager__direction {
	font-size: 10px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border: solid 1px #f6f6f6;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	padding: 6px 0;

	transition: border-color 0.15s;
}

.article-gallery__pager__direction.prev {
	margin-right: 8px;
}

.article-gallery__pager__direction.next {
	margin-left: 8px;
}

.article-gallery__pager__direction:hover {
	border-color: #ccc;
}

.article-gallery__pager__direction span:before {
	width: auto;
	margin: 0;
}

.article-quote {
	margin: 0 70px 70px;
	text-align: center;
}

.quote {
	font-size: 1.375em;
	line-height: 1.5454em;
	font-weight: bold;

	text-align: center;

	position: relative;

	padding: 0 90px;
	margin: 0 0 30px 0;
}

.quote:before, .quote:after {
	color: #ebebeb;
	font-size: 82px;
	font-weight: normal;
	line-height: 1;

	position: absolute;
	top: 50%;

	margin-top: -46px;
}

.quote:before {
	content: "«";
	left: 0
}

.quote:after {
	content: "»";
	right: 0;
}

.quote-author {
	text-align: left;
	margin: 0 auto;
	display: inline-block;
}

.quote-author__img {
	float: left;
	margin-right: 20px;
}

.quote-author__name {
	line-height: 1.4375em;

	padding-top: 2px;

	overflow: hidden;
}

.article-video-block {
	margin-bottom: 20px;
}

.article-video-desc {
	float: right;
	margin-right: 0;
	margin-left: 40px;
}

.article-tags {
	margin-top: 15px;
	margin-bottom: 10px;
}

.article-comments {
	margin-top: 35px;
}

.article-comments #vk_comments {
	width: auto !important;
}

.article-comments iframe {
	width: 100% !important;
}

.other-articles {
	margin-top: 40px;
}

.other-articles .article-bubble {
	width: 50%;
	float: left;
}

.other-articles .page-title {
	margin-left: 51px;
	margin-bottom: 18px;
}

.form-group-label {
	font-size: 1em;
	margin: 0 0 10px;
	font-weight: bold;
}

.form-group-label .hint-icon, .form-field-wrap .hint-icon {
	/*border-color: #000;*/
	vertical-align: top;
}

.form-field-wrap {
	margin-bottom: 27px;
	box-sizing: border-box;
	position: relative;
}

.form-row .form-field-wrap {
	margin-bottom: 0;
}

.form-field-wrap .twitter-typeahead {
	width: 100%;
}

.form-row-agree {
	text-align: center;
}

.form-field-wrap .text-input {
	width: 100%;
	box-sizing: border-box;
}

.form-field-wrap-w25p {
	width: 25%;
}

.form-field-wrap-w75p {
	width: 75%;
}

.captcha-field {
	float: none !important;
	width: 400px;
	margin: 0 auto;
}

.captcha-field .form-error {
	clear: none;
}

.captcha-img {
	float: left;
	margin: 25px 0 0 0;
}

.captcha-input {
	width: 180px !important;
}

.captcha-reload {
	display: block;
	font-size: 0.85em;
	padding-left: 20px;
}

.form-error {
	font-size: 0.85em;
	display: block;
	margin-top: 3px;
	color: #b10000;
	clear: both;
}

.form-success {
	text-align: center;
	color: #3bb400;
	margin-bottom: 15px;
}

.global-form-error {
	margin-bottom: 15px;
}

.form {

}

.form-login {
	text-align: center;
}

.form-login label {
	display: block;
	margin-bottom: 5px;
}

.form-login .btn {
	width: 245px;
	/*margin-right: 15px;*/
}

.form-login .text-input {
	text-align: center;
	font-weight: bold;
}

.forgot-link {
	position: absolute;
	right: 0;
}

.form-row {
	margin: 0 -14px 27px;
}

.form-row-fit {
	margin-left: 0;
	margin-right: 0;
}

.form-row .form-field-wrap {
	float: left;
	padding: 0 14px;
}

.form-row .form-field-pad {
	padding: 0 14px;
}

.form-field-wrap-fill {
	float: none !important;
}

.form-row-2 .form-field-wrap {
	width: 50%;
}

.form-row-3 .form-field-wrap {
	width: 33.33%;
}

.form-fields-group {
	border-bottom: solid 1px #eee;

	padding: 0 10px;

	margin: 0 -10px 27px;
}

.form-field-wrap .dropdown-box {
	width: 100%;
}

.form-check-item {
	display: block;
	color: #7d7e7d;

	padding-top: 3px;
	margin-bottom: 6px;

	cursor: pointer;
}

.form-check-item.form-check-item-pad {
	padding-top: 14px
}

.form-check-item__inline {
	display: inline;
	margin-right: 30px;
}

.communications-list__item .form-check-item {
	margin: 0;
	padding: 0;
}

.form-submit-wrap {
	text-align: center;
}

.catalog-item-map-wrap {

}

.map-legend {
	margin-top: 32px;
}

.map-legend .uppercase-label {
	margin-right: 20px;
	margin-top: 3px;
}

.legend-items-wrap {
	overflow: hidden;
}

.map-legend__item {
	color: #7d7e7d;
	font-size: 0.875em;
	white-space: nowrap;
	margin-right: 20px;
	display: inline-block;
	margin-bottom: 10px;
}

.map-legend__color-bullet {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: bottom;
	border-radius: 50%;
	margin-right: 2px;
	background-color: #ccc;
}

.infrastructure-list {

}

.infrastructure-item {
	position: relative;
	margin-bottom: 90px;
}

.infrastructure-item__img {
	float: left;
	margin-right: 43px;
}

.infrastructure-item__title {
	font-size: 1.375em;
	font-weight: bold;
	margin: 0;
}

.infrastructure-item__img__props {
	position: absolute;
	left: 342px;
	bottom: 0;
}

.infrastructure-map {
	margin-bottom: 32px;
}

.add-btn-wrap {
	text-align: center;
	background: #f6f6f6;
	padding: 18px;
	margin-bottom: 50px;
}

.cabinet-menu {
	border-bottom: solid 1px #eee;

	background: #fff;

	line-height: 0;
}

.cabinet-menu-item {
	font-size: 0.6875em;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;

	text-decoration: none;

	display: inline-block;

	padding: 19px 0;
	margin-right: 15px;

	transition: color 0.15s;
}

.cabinet-menu-item:hover {
	color: #2799cc;
}

.cabinet-menu-item.active {
	color: #2799cc;
}

.empty-advs {
	padding: 20px;
	font-size: 1.5em;
}

.empty-advs .btn {
	vertical-align: middle;
	font-size: 13px;
}

.adv-status {
	margin-right: 20px;
}

.adv-status-active {
	color: #8fb63b;
}

.adv-status-disabled {
	color: #ee6e30;
}

.catalog-list__item__log {
	margin-top: 10px;
}

.finance {
	margin: 0 -12px;
}

.finance-table {
	width: 100%;

}

.finance-table th {
	text-align: left;
	font-size: 0.6875em;
	text-transform: uppercase;

	padding: 0 12px 10px;
}

.finance-table tbody tr {
	color: #797a79;
}

.finance-table tbody tr td {
	padding: 16px 12px 18px;
}

.finance-table tbody tr:nth-child(odd) {
	background: #f6f6f6;
}

.positive-transaction {
	color: #7fbadd;
}

.rating-list {

}

.rating-list td {
	vertical-align: top;
}

.rating-list th, .grey-thead th {
	color: #cececd;
	font-size: 0.6875em;
	text-align: left;
	padding-right: 60px;
	font-weight: normal;
	/*padding-bottom: 15px;*/
}

.rating-item td {
	border-bottom: solid 1px #f6f6f6;
	padding-top: 15px;
	padding-bottom: 15px;
}

.rating-item-position {
	font-size: 3.875em;
	line-height: 1;
	text-align: center;
	padding-right: 60px;
	padding-top: 20px;
}

.rating-item-settlement {
	width: 100%;
	padding-right: 40px;
}

.rating-item-settlement__title, .rating-item-settlement h2 {
	margin: 0 0;
	font-size: 1.375em;
	font-weight: bold;
	display: inline;
}

.rating-item-settlement_properties {
	color: #909090;
	font-size: 0.875em;
	line-height: 1.7142em;

	margin-top: 5px;
}

.rating-item-measures_summary {
	color: #909090;
	font-size: 0.875em;
	margin-bottom: 13px;
}

.rating-item-measures_summary b {
	color: #000;
	font-size: 1.5714em;
}

.rating-bar {
	white-space: nowrap;
	margin-top: 2px;
}

.rating-bar-piece {
	display: inline-block;

	width: 18px;
	height: 18px;

	border-radius: 2px;

	background: #ebebeb;
}

.voter {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	zoom: 1;
}

.voter a {
	display: inline-block;

	vertical-align: top;

	width: 18px;
	height: 18px;

	border-radius: 2px;

	margin-right: 2px;

	background: #ebebeb;
	transition: background 0.15s
}

.voter.rating-bar-small {
	display: block !important;
}

.voter.rating-bar-small a {
	height: 4px;
}

.voter.rating-bar-small .voterContents {
	height: 4px;
	display: block;
}

.voter .disabled a {
	background: #ebebeb !important;
}

.voter a.checked {
	background: #32b8f5;
}

.voter .disabled a.checked {
	background: #32b8f5 !important;
}

.voter a.hovered, .voter a:hover {
	background: #7ad1f8;
}

.rating-bar-piece.active {
	background: #32b8f5;
}

.toggle-ratings-view {

}

.toggle-ratings-view:before {
	content: "Подробные оценки ↓";
}

.toggle-ratings-view.active:before {
	content: "Скрыть оценки ↑";
}

.toggle-ratings-view {
	font-size: 0.875em;
}

.rating-value {
	margin-bottom: 7px;
}

.rating-values-all {
	display: none;
	margin-top: 7px;
}

.rating-values-grid {

}

.rating-values-grid .form-error {
	text-align: center;
}

.rating-values-grid .rating-value {
	float: left;
	margin-left: 46px;
	margin-right: 46px;
}

.form .rating-values-grid {
	width: 585px;
	margin: 0 auto 35px;
}

.reviews-list {
	margin: 0 -30px;
}

.reviews-list .review:nth-child(even) {
	background: #f6f6f6;
}

.review {
	/*border-top: solid 1px #b9b9b9;*/
	padding: 30px 30px;

}

.review-footer {

}

.review-author {
	color: #848484;

	padding: 2px 0 2px 33px;

	background: url("../bundles/krdzm/images/user.gif") no-repeat left center;
}

.review-text {
	overflow: hidden;
}

.review-text p {
	margin: 0 0 23px;
}

.review-date {
	font-size: 0.75em;
	margin-left: 5px;
}

.review-text-header {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.review-helpfulness {
	margin-top: 3px;
}

.helpfulness-trigger {
	font-weight: bold;
}

.helpfulness-trigger.disabled {
	text-decoration: none !important;
	cursor: default !important;
	color: #848484 !important;
}

.helpfulness-trigger.myMark {
	color: #188200 !important;
}

.helpfulness-count {
	color: #a9a9a9;
	font-size: 0.75em;
}

.review .rating-values {
	margin-left: 40px;
}

.review .rating-value {
	margin-bottom: 12px;
}

.modal-dialog {
	width: 60%;
	min-width: 750px;
	margin: 30px auto;
}

.modal-dialog.payment-dialog {
	width: 400px;
	text-align: center;
	min-width: 0;
}

.payment-dialog .btn {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.payment-dialog .text-input {
	text-align: center;
}

.payment-dialog .uppercase-label {
	margin-bottom: 10px;
	display: block;
}

.payment-dialog .modal-body {
	padding: 0 50px 20px;
}

.modal-dialog .uppercase-label {
	font-size: 0.6875em;
	margin-bottom: 5px;
}

#loginDialog .modal-dialog {
	width: 505px;
	min-width: 0;
}

#loginDialog .modal-body {
	padding: 45px 50px 0;
}

.modal-header.modal-tabs {
	padding: 0;
}

.modal-tab {
	color: #919191;
	font-size: 1.2em;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

	float: left;
	width: 50%;

	padding: 14px 0 15px;

	background: #efeeea;

	transition: color 0.15s, background 0.15s;
}

.modal-tab:hover {
	color: #000;
}

.modal-tab.active {
	color: #000;
	background: #fff;
}

.social-login {
	text-align: center;
	margin: 45px 0 -1px;
}

.social-login-item {
	color: #cdcac1;
	font-size: 24px;
	line-height: 1;

	margin-top: 12px;

	float: left;
	width: 25%;
}

.social-login-item span {
	display: block;
	margin-right: 1px;

	padding: 35px 0;

	background: #efeeea;

	transition: background 0.15s, color 0.15s;
}

.social-login-item span:before {
	width: auto !important;
}

.social-login-item:hover span {
	color: #fff;
}

.social-login-item:hover .icon-facebook {
	background: #3c5a98;
}

.social-login-item:hover .icon-vk {
	background: #48729e;
}

.social-login-item:hover .icon-twitter {
	background: #00aced;
}

.social-login-item:hover .icon-odnoklassniki {
	background: #ff9f4d;
}

.close {
	color: #000;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;

	width: 27px;

	border: solid 2px #898989;
	border-radius: 50%;
	outline: none;

	padding: 4px 0 3px;

	position: absolute;

	top: 12px;
	right: 12px;

	margin: 0;

	background: none;

	opacity: 0.3;

	transition: opacity 0.15s;
}

.close:hover, .close:focus {
	opacity: 1;
}

.modal-content {
	border-radius: 0;
	box-shadow: none;
	border: solid 1px #eee;
}

.modal-header {
	text-align: center;
	padding: 40px 20px;
	border: 0;
}

.modal-header .close {
	margin: 0;
}

.modal-title {
	font-size: 1.75em;
	line-height: normal;
	font-weight: bold;
}

.modal-backdrop.fade.in {
	opacity: 0.8;
}

.modal-body {
	padding: 20px 80px 70px;
}

.near-list-item {
	font-size: 0.875em;
	overflow: hidden;

	float: left;
	width: 30%;
	margin: 0 3% 15px 0;
}

.near-list-item__img {
	float: left;
	margin-right: 15px;

}

.near-list-item__title {
	font-size: 1.1428em;
	font-weight: normal;
	margin: 0;
}

.tt-dropdown-menu {
	background: #fff;
	border: solid 1px #eee;
	width: 100%;
	box-sizing: border-box;
	color: #000;
	max-height: 200px;
	overflow: auto;
}

.tt-suggestion {
	padding: 9px 20px 10px;
	transition: background 0.15s;
}

.tt-cursor {
	cursor: pointer;
	background: #d6f1fd;
}

.tt-not-found {
	background: #f6f6f6;
	color: #a5a6a3;
	padding: 9px 20px 10px;
}

.tt-not-found a {
	color: inherit;
}

.top-search .tt-suggestion {
	padding: 5px 10px 6px;
	line-height: normal;
}

.add-village {

}

.new-village {
	display: none;
}

.file-upload-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.file-upload-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
	.file-upload-button input {
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%;
	}
}

.btn.file-upload-button__multi {
	font-size: 50px;
	line-height: 1;
	font-weight: normal;

	padding: 11px 22px 8px;
	min-width: 0;
}

.file-upload-button__multi:before {
	content: "+";
}

.uploaded-photo {
	display: inline-block;
	vertical-align: top;
	width: 69px;
	height: 69px;
	background: #32b8f5 no-repeat center;
	margin-right: 10px;

	position: relative;
}

.uploaded-photo .uploaded-photo-img {
	display: block;
	width: 69px;
	height: 69px;

	opacity: 0;

	transition: opacity 0.15s;
}

.uploaded-photo-finished .uploaded-photo-img {
	opacity: 1;
}

.uploaded-photo-progress {
	background-color: #32b8f5 !important;
	background-image: url("../bundles/krdzm/images/preloader.gif");
}

.file-upload-image-holder {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;

	margin-right: 10px;

	background-color: #f6f6f6;

	transition: background-color 0.15s;
}

@media screen\9 {
	.uploaded-photo-loading .uploaded-photo-img {
		filter: alpha(opacity=0);
	}
}

.uploaded-photo__remove {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;

	background: #2f302b;

	border-radius: 50%;

	width: 21px;

	padding: 2px 0 2px 1px;

	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 5;

	cursor: pointer;
}

.settlment-plan {
	max-width: 100%;
}

.article-shares .b-share-counter {
	display: none !important;
}

.article-shares .b-share_theme_counter .b-share {
	display: block !important;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.article-shares .b-share_theme_counter .b-share-btn__wrap {
	float: left !important;
	width: 25% !important;
	margin: 0 !important;
}

.article-shares .b-share_theme_counter .b-share__handle {
	display: block !important;
	float: none !important;
	overflow: hidden;
	margin: 0 7px !important;
	padding: 12px !important;
	transition: background 0.15s;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff !important
}

.article-shares .b-share_theme_counter .b-share-icon {
	color: #fff;
	font-size: 26px;

	float: right !important;
	background: none !important;
	width: auto !important;
	height: auto !important;

	font-family: "icon";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;

	text-align: center;

	font-variant: normal;
	text-transform: none;

	line-height: 1em;

}

.article-shares .b-share-btn__facebook:before,
.article-shares .b-share-btn__twitter:before,
.article-shares .b-share-btn__vkontakte:before,
.article-shares .b-share-btn__odnoklassniki:before {
	display: inline-block;
	margin-top: 3px;
}

.article-shares .b-share-btn__facebook:before {
	content: "share";
}

.article-shares .b-share-btn__twitter:before {
	content: "tweet";
}

.article-shares .b-share-btn__vkontakte:before {
	content: "поделиться";
}

.article-shares .b-share-btn__odnoklassniki:before {
	content: "поделиться";
}

.article-shares .b-share-icon_twitter:before {
	content: '󰀐';
}

/* '' */
.article-shares .b-share-icon_vkontakte:before {
	content: '󰀉';
}

/* '' */
.article-shares .b-share-icon_facebook:before {
	content: '󰀑';
}

/* '' */
.article-shares .b-share-icon_odnoklassniki:before {
	content: '󰀒';
}

/* '' */

.phone-hider {
	font-size: 0.875em;
}

[data-component="slider"] {
	height: 0;
	width: 0;
}

.slider {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.slider .irs {

	width: 80px;
	height: auto;
}

.slider.double-width .irs {
	width: 160px;
}

.slider .irs-line {
	position: static;
	height: 1px;
}

.slider .irs-min, .slider .irs-max, .slider .irs-single, .slider .irs-from, .slider .irs-to {
	top: 100%;
	margin-top: 8px;
	background: none;
	padding: 0;
	font-size: 10px;
	color: #b5b5b4;
}

.slider .irs-line-left, .slider .irs-line-right {
	display: none;
}

.slider .irs-line-mid {
	left: 0;
	width: 100%;
}

.slider .irs-line-mid, .slider .irs-line-left, .slider .irs-line-right, .slider .irs-diapason {
	background: #bbb;
	height: 1px;
}

.slider .irs-diapason, .slider .irs-bar {
	top: 0;
	background: #32b8f5;
	height: 1px;
}

.irs-bar-edge {
	display: none;
}

.slider-single .irs-bar {
	display: none;
}

.slider .irs-slider {
	height: 13px;
	width: 13px;
	border: solid 1px #c5c5c5;
	border-radius: 50%;
	background: #fff;
	top: -7px;
	box-shadow: 0 2px 2px #eae8e8;
}

.map-app {

}

.map-app h1 {
	font-size: 0.9em;
	margin: 10px 0;
}

.map-left-pane {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 100%;

	background: #2f302b;
	z-index: 1;
}

.map-left-pane__logo {
	line-height: 0;
	text-align: center;

	display: block;
	background: #0087BF;

	width: 240px;
	position: relative;
	z-index: 1;
}

.map-left-pane__logo img {
	height: 45px;
}

.map-filters {
	color: #fff;

	position: absolute;
	top: 0;
	left: 0;

	width: 240px;
	/*width: 100%;*/
	height: 100%;

	overflow: auto;

}

.prices-table {
	width: 100%;
	border-collapse: collapse;
}

.prices-table-field {
	width: 50%;
	padding-right: 10px;
}

.prices-table-field:last-child {
	padding-right: 0;
}

.prices-table-field input {
	box-sizing: border-box;
}

.map-filters-advanced {
	left: 240px;

	width: 280px;

	background: #fff;

	color: #000;
}

.map-filters-advanced .map-filters__form {
	padding-top: 30px;
}

.map-filters-advanced .filter-block {
	display: block;
	margin-right: 0;
	margin-bottom: 15px;
}

.map-filters-advanced .type-switcher {
	display: block;
}

.map-items-pane {
	position: absolute;
	top: 0;
	left: 240px;
	z-index: 5;

	height: 100%;

	background: #f3f3f2;
}

.ng-hide {
	display: none;
}

.map-items-wrap {
	width: 375px;

	float: right;
	position: relative;
	height: 100%;

	transition: width ease-out 0.2s;
}

.map-items-wrap.ng-animate {
	overflow: hidden !important;
}

.map-items-wrap.ng-hide {
	width: 0;
}

.map-items-pager {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 375px;
	padding: 20px 0;
	background: #f3f3f2;
	border-top: solid 1px #e9e9e8;
}

.map-items-pager .pager {
	margin: 0;
	padding: 0 18px;
	font-size: 1em;
}

.map-items-pager .pager__direction {
	width: 75px;
}

.map-items-pager .pager__pages {
	margin: 0 75px;
}

.map-items-pager .pager__pages__item {
	margin: 0 2%;
}

.map-items-pane-trigger {
	color: #333;

	position: absolute;
	left: 100%;
	top: 50%;

	margin-top: -30px;

	padding: 20px 0;

	background: #ffce09;
	cursor: pointer;

	border-radius: 0 2px 2px 0;
	border: solid 1px #d9af08;
	border-left: 0;
	/*box-shadow: 2px 0 2px rgba(0,0,0,.8);*/
}

.map-filters__form {
	padding: 55px 15px 10px;
}

.line-loader {
	height: 4px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #ddd;
}

.line-loader:before {
	display: block;
	position: absolute;
	content: "";
	left: -10%;
	width: 200px;
	height: 4px;
	background-color: #d95324;
	-webkit-animation: loading 3s linear infinite;
	animation: loading 3s linear infinite;
}

@-webkit-keyframes loading {
	from {
		left: -10%;
		width: 10%;
	}
	50% {
		width: 30%;
	}
	70% {
		width: 70%;
	}
	80% {
		left: 50%;
	}
	95% {
		left: 110%;
	}
	to {
		left: 100%;
	}
}

@-moz-keyframes loading {
	from {
		left: -10%;
		width: 10%;
	}
	50% {
		width: 30%;
	}
	70% {
		width: 70%;
	}
	80% {
		left: 50%;
	}
	95% {
		left: 110%;
	}
	to {
		left: 100%;
	}
}

@-o-keyframes loading {
	from {
		left: -10%;
		width: 10%;
	}
	50% {
		width: 30%;
	}
	70% {
		width: 70%;
	}
	80% {
		left: 50%;
	}
	95% {
		left: 110%;
	}
	to {
		left: 100%;
	}
}

.line-loader.map-loader {
	position: absolute;
	left: 240px;
	top: 0;
	width: 100%;
	z-index: 10;
}

.map-app-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f3f3f2 url("../bundles/krdzm/images/map-preloader.gif") no-repeat center;
	z-index: 20;
}

.types-list {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;

}

.types-list__item {
	color: #fff;
	font-size: 0.6875em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;

	border-bottom: solid 1px #40413d;
	padding: 13px 8px 11px;

	display: block;

	cursor: pointer;

	position: relative;
}

.types-list__item-radio {
	position: absolute;
	visibility: hidden;
}

.types-list__item-text {
	transition: color 0.15s;
}

.types-list__item-radio:checked + .types-list__item-text {
	color: #0e99d8;
}

.map-filters-field {
	font-size: 0.875em;
	margin-bottom: 15px;
}

.map-filters-field__label {
	color: #6c6c6a;

	display: block;

	margin-bottom: 4px;
}

.map-filters-field .dropdown-box {
	width: auto;
	display: block;
}

.map-filters-field .text-input {
	padding: 8px 10px 10px;
	width: 100%;
	box-sizing: border-box;
}

.map-filters-field .text-input.text-input-range {
	width: 60px;
	box-sizing: content-box;
}

.map-filters-field .btn {
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
}

.map-app-map {
	position: absolute;
	left: 240px;
	right: 0;
	top: 0;
	bottom: 0;
}

.map-wrap {
	width: 100%;
	height: 500px;
}

.map-items-wrap.loading {
	background: url("../bundles/krdzm/images/map-preloader.gif") no-repeat center;
}

.map-items-wrap.loading .map-items-pager {
	visibility: hidden;
}

.map-items-wrap.loading .map-list-total-header {
	display: none;
}

.map-list-total-header {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding: 15px;
	margin: 0 -18px;
	border-bottom: solid 1px #e9e9e8;
}

.map-items-list {
	padding: 0 18px 0;
	width: 339px;
	position: relative;
	height: 100%;
	overflow: auto;
	/*float: right;*/
}

.map-items-list-scroll-pad {
	height: 60px;
}

.map-list-item:first-of-type {
	margin-top: 25px;
}

.map-list-item {
	border-bottom: solid 1px #e9e9e8;
	padding: 17px 0 21px;
	font-size: 0.875em;
}

.map-list-item-t {

}

.map-list-item-t td {
	vertical-align: top;
}

.map-list-item-t-prop {
	letter-spacing: -1px;
	width: 115px;
	padding-right: 10px;
}

.map-list-item-prop {
	margin-top: 3px;
}

.map-list-item-attr {
	color: #7b7b7b;
	margin-top: 3px;
}

.map-list-item-attr a {
	color: inherit;
}

.map-list-item-title {
	font-size: 1.1428em;
	line-height: 1.37em;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

.map-list-item-title:hover {
	text-decoration: none;
}

.dzm-balloon {
	background: #fff;
	display: block;
	position: absolute;
	z-index: 1010;
}

.dzm-balloon-preload {
	background: url("../bundles/krdzm/images/ymap/pl.gif") no-repeat center center;
	height: 200px;
}

.dzm-balloon-type-village {
	background: #21221f;
	color: #a2a2a2;
	border: solid 4px #32b8f5;
}

.dzm-balloon-type-village .dzm-balloon-preload {
	background-image: url("../bundles/krdzm/images/ymap/pl_dark.gif");
}

.dzm-balloon-type-carousel .dzm-balloon-desc {
	margin: 0 20px;
}

.dzm-balloon-item {
	overflow: auto;
	position: relative;
}

.dzm-balloon-item iframe {
	position: relative;
	z-index: 1;
}

.dzm-balloon-close {
	position: absolute;
	top: 1px;
	right: 1px;
	background: #32b8f5;
	color: #fff;
	text-align: center;
	z-index: 5;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	padding: 1px 0 0 1px;
	width: 17px;
	cursor: pointer;
}

.dzm-balloon-inner {
	max-width: 295px;
	/*min-height: 200px;*/
}

.dzm-balloon-type-village .dzm-balloon-inner {
	max-width: 100%;
}

.dzm-balloon-type-village_pano .dzm-balloon-inner {
	max-width: 100%;
}

.dzm-balloon-img {
	position: relative;
}

.dzm-balloon-img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url("../bundles/krdzm/images/catalog_grid_s.png") repeat-x left bottom;
}

.dzm-balloon-img img {
	width: 295px;
	height: 100px;
	display: block;
}

.dzm-balloon-type-village .dzm-balloon-img img {
	width: 350px;
	height: 140px;
}

.dzm-balloon-price {
	color: #fff;
	position: absolute;
	left: 13px;
	bottom: 7px;
	text-shadow: 0 0 1px #181818;
	z-index: 1;
}

.dzm-balloon-price b {
	font-size: 18px;
}

.dzm-balloon-price small {
	font-size: 12px;
}

.dzm-balloon-pano {
	font-size: 12px;
	background: #48983f;
	padding: 2px 5px;
	border-radius: 4px;
}

.dzm-balloon-desc {
	padding: 10px 13px;
	font-size: 12px;
	color: #21221f;
}

.dzm-balloon-type-village .dzm-balloon-desc {
	color: #a2a2a2;
}

.dzm-balloon-type-village .dzm-balloon-title {
	color: #32b8f5;
}

.dzm-balloon-title {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #0086c3;
}

.dzm-balloon-title a {
	color: inherit;
	text-decoration: none;
}

.dzm-balloon-title a:hover {
	text-decoration: underline;
}

.dzm-balloon-pager {
	text-align: center;
	border-top: solid 1px #32b8f5;
	color: #32b8f5;
	margin: 0 33px;
	padding-bottom: 8px;
}

.dzm-balloon-pager-item {
	color: #32b8f5;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding-top: 5px;
	margin: -1px 3px 0;
	border-top: solid 2px transparent;
	transition: color 0.15s, border-top-color 0.15s;
}

.dzm-balloon-pager-arr {
	position: absolute;
	top: 60%;
	font-size: 14px;
	color: #0086c3;
	cursor: pointer;
}

.dzm-balloon-pager-prev {
	left: 5px;
}

.dzm-balloon-pager-next {
	right: 5px;
}

.dzm-balloon-pager-item.active {
	border-top-color: #21221f;
	color: #21221f;
}

.highways-block {
	background: #fff;
	padding: 23px 0 30px;
	border-bottom: solid 1px #f2f2f2;
	display: none;
}

.top-highways-list {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}

.top-highways-list li {
	margin-bottom: 10px;
}

.top-highways-list__item {
	color: #7e7f7e;
	font-size: 0.6875em;
	font-weight: bold;
	text-transform: uppercase;

	text-decoration: none;

	transition: color 0.15s;
}

.top-highways-list__item:hover {
	color: #0086c3;
}

.top-highways-list__item__count {
	color: #0086c3;
}

.whole-col {
	width: 17%;
	margin: 0 3% 0 0;
	padding: 0;
	float: left;
	list-style: none;
	color: #47bdf6;
	font-size: 0.875em;
	line-height: 11px;
}

.whole-col li {
	margin-bottom: 15px;
}

.whole-col a {
	text-decoration: none;
	color: inherit;
}

.whole-col-uppercase {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.6875em;
}

.whole-about {
	float: right;
	color: #7e7f7e;
	font-size: 0.875em;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 11px;
}

.whole-about a {
	color: inherit;
}

.whole-about li {
	margin-bottom: 15px;
}

.projects-list {

}

.plan {
	display: inline-block;
	text-align: center;
}

.plan-title {
	font-size: 0.9em;
	font-style: italic;
	margin-top: 15px;
}

.project {
	line-height: 1.5em;
	text-align: center;

	padding: 20px 15px;
	border: solid 2px transparent;

	width: 125px;

	float: left;

	cursor: pointer;

	transition: border-color 0.15s;
}

.project a {
	text-decoration: none;
}

.project:hover, .project.active {
	border-color: #0086c3;
}

.project img {
	margin-bottom: 5px;
}

.project-info {
	margin-top: 55px;
}

.header-h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.project-info h4 {
	font-size: 1em;
	margin: 0;
}

.modal-progress {
	text-align: center;
}

.transaction-table {
	border-collapse: collapse;
}

.transaction-table td {
	padding-bottom: 7px;
}

.transaction-table-val {
	font-weight: bold;
	padding-left: 15px;
}

.bx-wrapper {
	position: relative;
}

.bx-controls {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.bx-prev, .bx-next {
	color: #0086c3;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 60px;
	text-decoration: none;
}

.bx-prev {
	left: -1.7em;
}

.bx-next {
	right: -1.7em;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
	visibility: hidden;
}

.collapse.in {
	display: block;
	visibility: visible;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.mfp-container figure {
	margin: 0 !important;
}

.not-found-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.not-found-list li {
	margin-bottom: 7px;
}

.celebrity-place-properties {
	width: 200px;
	margin-top: 34px;
}

.celebrity-place-title {
	font-weight: bold;
}

.celebrity-place-type {
	font-size: 0.875em;
}

.celebrity-place {
	margin-bottom: 10px;
}

.celebrity-place-price {
	display: block;
	margin-top: 10px;
}

.catalog-list__item.catalog-list__celerity-item {
	margin-bottom: 0;
	border-bottom: solid 1px #f6f6f6;
}

.catalog-list__celerity-item.catalog-list__item__desc {
	margin-bottom: 10px;
}

.catalog-list__celerity-item .grey-thead th:first-child {
	text-align: center;
}

.catalog-list__celerity-item .grey-thead th {
	padding-bottom: 20px;
}

.celebrities-related-links {
	margin-top: 18px;
}

.celebrities-map-rel-link {
	display: block;
	border: solid 1px #40413d;
	color: #40413d;
	font-size: 0.6785em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	padding: 11px;
	text-decoration: none;
	margin-bottom: 10px;
}

.cadastral_map {
	position: relative;
	overflow: hidden;
	height: 400px;

}

.cadastral_map iframe {
	border: 0;
	position: absolute;
	top: -90px !important;
	left: -274px !important;
}

.banners-new-list__item {
	display: block;
	float: left;
	position: relative;
	width: 16.66%;
	text-decoration: none;
	height: 202px;
	overflow: hidden;
	padding: 9px;
	border-right: 1px solid #f6f6f6;
	box-sizing: border-box;
	border-bottom: 1px solid #f6f6f6;
}

/*.banners-list-all .banners-new-list__item {*/

/*}*/

.no-touch .banners-new-list__item:hover .banners-new-list__item-wrap {
	top: auto;
	bottom: -184px;
}
.banners-new-list__item .banners-new-list__item-wrap {
	position: absolute;
	transition: bottom 0.3s cubic-bezier(0.51, 0.17, 0.55, 0.88);
	bottom: -250px;
	top: 0;
	text-decoration: none;
}

.banners-new-list__item .banners-new-list__item-wrap a {
	text-decoration: none;
}

.banners-new-list__item .banners-new-list__item-block {
	position: relative;
}

.no-touch .banners-new-list__item:hover .banners-new-list__item-title {
	height: auto;
	margin-bottom: 0;
}

.banners-new-list__item-wrap {
	/*margin-right: 1px;*/
	position: relative;
	top: 0;

}

.banners-new-list_item-caption {
	/*position: absolute;*/
	width: 100%;
	bottom: 0;
	left: 0;
	/*background: rgba(33, 34, 31, 0.8);*/
	padding: 0;
	box-sizing: border-box;
	/*color: white;*/
	top: 0;

}

.banners-new-list__item-img {
	display: block;
	width: 100%;
	top: 0;
	padding-bottom: 5px;
	box-sizing: border-box;
}

.banners-new-list__item-title {
	font-size: 14px;
	/*line-height: 1.3em;*/
	line-height: 1.0em;
	color: #000;
	letter-spacing: 0.05em;
	/*height: 45px;*/
	/*margin: 0 0 25px 0;*/
	font-weight: 600;
}

.banners-new-list__item-title b {
	color: #333333;
	font-weight: bold;
}

.banners-new-list__item-desc {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	/*margin-top: 15px;*/
	margin-top: 3px;
}

.banners-new-list__item-desc iframe {
	display: none;
}

.banners-new-list__item-desc p {
	margin: 0;
}

.banners-new-list__item.right-spec_modify {
	width: 100%;
	border-bottom: 1px solid #f6f6f6;
	border-left: 0;
	max-height: 250px;
	height: 120px;
}

.banners-new-list__item-wrap.right-spec_modify {
	left: 0;
	top: 0;
}

.banners-new-list__item-img.right-spec_modify {
	width: 150px;
	float: left;
	box-sizing: content-box;
	padding: 10px;
}

.banners-new-list__item-caption.right-spec_modify {
	padding: 8px 9px 10px 0;
	max-height: 100px;
	overflow: hidden;
}

.banners-new-list__item-title.right-spec_modify {
	height: auto;
	margin-bottom: 0;
}

.banners-new-list__item.right-spec_modify .banners-new-list__item-wrap.right-spec_modify {
	top: 0;
}

.banners-new-list__item.right-spec_modify .banners-new-list__item-img.right-spec_modify {
	transition: margin-left 0.2s cubic-bezier(0.51, 0.17, 0.55, 0.88);
}

.no-touch .banners-new-list__item.right-spec_modify:hover .banners-new-list__item-img.right-spec_modify {
	margin-left: -150px;
}

.banners-new-list__item.right-spec_modify .banners-new-list__item-caption.right-spec_modify {
	transition: left 0.2s cubic-bezier(0.51, 0.17, 0.55, 0.88);
}

.no-touch .banners-new-list__item.right-spec_modify:hover .banners-new-list__item-caption.right-spec_modify {
	left: -150px;
}

.banners-new-list__item-desc.right-spec_modify {
	position: relative;
	left: 155px;
	width: auto;
}

.banners-new-list__item-desc.right-spec_modify.mini {
	left: 0;
	width: auto;
	margin-bottom: 2px;
	font-size: 12px;
}

.banners-new-list__item.right-spec_modify .banners-new-list__item-desc.right-spec_modify {
	transition: left 0.2s cubic-bezier(0.51, 0.17, 0.55, 0.88);
}

.no-touch .banners-new-list__item.right-spec_modify:hover .banners-new-list__item-desc.right-spec_modify {
	left: 0px;
}

/*.no-touch .banners-new-list__item.right-spec_modify:hover .banners-new-list__item-wrap.right-spec_modify {*/
/*top: -150px;*/
/*}*/
.clear {
	clear: both;
}

.banners-list.banners-list-horizontal.clearfix {
	background: #fff;
}

.banners-new-list__item-img.right-spec_modify.mobile-mod {
	width: 250px;
}

.banners-new-list__item-desc.right-spec_modify.mobile-mod {
	left: 0;
}

.banners-new-list__item.right-spec_modify.mobile-mod:hover .banners-new-list__item-caption.right-spec_modify {
	margin-left: 0;
}

.banners-new-list__item.right-spec_modify.mobile-mod:hover .banners-new-list__item-img.right-spec_modify {
	margin-left: 0;
}

.banners-new-list__item.right-spec_modify.mobile-mod:hover .banners-new-list__item-caption.right-spec_modify {
	left: 0;
}

.down-to-up {
	font-size: 11px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	/*writing-mode: tb-rl;*/
	width: 100px;
	height: 15px;
	position: absolute;
	top: 50px;
	right: -45px;
	color: #cccccc;
	text-decoration: none;
}

.up-to-down {
	font-size: 11px;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	/*writing-mode: lr-bt;*/
	width: 70px;
	height: 15px;
	position: absolute;
	top: 30px;
	left: -30px;
	color: #cccccc;
	text-decoration: none;
	white-space: nowrap;
}

.up-to-down i {
	position: relative;
	left: 10px;
	bottom: 1px;
}

.up-to-down i:after {
	position: absolute;
	content: '';
	background: url("../bundles/krdzm/images/icons/deg-arrows2.png");
	width: 10px;
	height: 16px;
	top: 0;
	left: 0;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.banners-new-list__item-desc.mini {
	min-height: 30px;
	margin-bottom: 15px;
	margin-top: 6px;
	font-size: 12px;
}

@media screen and (max-width: 1205px) {
	.banners-new-list__item-desc.mini {
		margin-bottom: 30px;
	}
}

.wrapper_Specs {
	width: 324px;
	float: right;
}

.validator-errors {

}

.validator-errors td {
	padding: 0 15px 15px 0;
	vertical-align: top;
}

.validator-errors code {
	background: #f6f6f6;
	padding: 3px 8px 5px;
	border-radius: 3px;
	border: solid 1px #c2c2c2;
	font-size: 0.85em;
}

.status-icon {
	line-height: 0;
	margin-left: 10px;
}

/*электрички выпадающее меню*/
.filter-block.filter-block-elektrichka {
	width: 100%;
}

.price-sort-label {
	font-size: 0.75em;
}

.tr {

}


/* код добавлен 15.06.2016 */

.site-fix {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    min-width: 1004px;
    position: relative;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/*-------------------------------------------------------------------------------------------------------*/
.top-line__item {
    position: relative;
    float: left;
    display: block;
    margin: 0 0 10px 0;
    width: 11.1%;
    text-decoration: none;
    color: white;
    font-family: "proxima-nova", sans-serif;
    border: none;
    background-color: #4a4a4a;
}
.top-line__item:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background .5s ease;
}
.top-line__item:hover:after,
.top-line__item:active:after,
.top-line__item:focus:after {
    background-color: #1986c2;
}
.top-line__item img {
    width: 100%;
    height: auto;
    display: block;
}
.top-line__item span {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    text-transform: uppercase;

}
.top-line__item span b {
    display: block;
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    font-family: "proxima-nova-light", sans-serif;
}
.exclusive__title {
    padding: 20px 0;
    background-color: #fff;
}
.exclusive__title h2 {
    margin: 0;
    text-align: center;
    color: black;
    font-family: "proxima-nova-bold", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 58px;
}
.exclusive__item-box {
    margin: 0 0 10px 0;
}
.exclusive__item {
    position: relative;
    float: left;
    width: 33.3%;
    text-decoration: none;
    font-family: "proxima-nova", sans-serif;
    transition: opacity .5s ease;
}
.exclusive__item:hover,
.exclusive__item:active,
.exclusive__item:focus {
    opacity: .8;
}
.exclusive__item img {
    display: block;
    width: 100%;
    height: auto;
    border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.exclusive__item h4 {
    position: absolute;
    left: 20px;
    top: 20px;
    margin: 0;
    color: #20b8f2;
    font-family: "proxima-nova", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
}
.exclusive__item h3 {
    position: absolute;
    left: 20px;
    top: 38.7%;
    right: 45px;
    margin: 0;
    color: white;
    font-family: "proxima-nova", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}
.exclusive__item span {
    position: absolute;
}
.exclusive__item-1 span {
    position: absolute;
    bottom: 7.6%;
    left: 0;
    padding: 0 10px 0 20px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
.exclusive__item-1 span b {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.exclusive__item-1 span:before {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    border-top: 8px solid #fff;
}
.exclusive__item-1 span:after {
    content: '';
    position: absolute;
    right: -12px;
    bottom: 0;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #fff;
}
.exclusive__item-2 span {
    right: 5%;
    top: 37.3%;
}
.exclusive__item-2 span img {
    border: none;
}
.exclusive__item-3 span {
    right: 5%;
    top: 40.33%;
}
.exclusive__item-3 span img {
    border: none;
}
.exclusive__list-box {
    background-color: #fff;
    padding: 20px;
    
}
.exclusive__list-container {
    float: left;
    width: 25%;
    margin: 0 0 20px 0;
    font-family: "proxima-nova", sans-serif;
}
.exclusive__list-container h3 {
    margin: 0 0 10px 0;
    color: #4f5e67;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
.exclusive__list-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.exclusive__list-container ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px; 
    text-decoration: none;
    color: #1986c2;
}
.exclusive__list-container ul li a span {
    color: #bbb;
}
.exclusive__button {
    text-align: center;
    background-color: #fff;
    margin: 0 0 10px 0;

}
.exclusive__button a {
    display: inline-block;
    padding: 18px 30px;
    margin: 0 0 20px 0;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    background-color: #1986c2;
    border-radius: 3px;
    color: #fff;
    transition: background .5s ease;
}
.exclusive__button a:hover,
.exclusive__button a:active,
.exclusive__button a:focus {
    background-color: #76BCE2;
}
.news__title {
    background-color: #fff;
    padding: 20px 0 0 0;
    text-align: center;
}
.news__title h2 {
    margin: 0;
    color: #2d3029;
    font-size: 30px;
    font-weight: 500;
    line-height: 58px;
    font-family: "proxima-nova-bold", sans-serif;
}
.news__menu {
    padding: 20px 0;
    background-color: #fff;
}
.news__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.news__menu ul li {
    display: inline-block;
    vertical-align: top;
}
.news__menu ul li a {
    padding: 0 18px;
    color: #1986c2;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.news__box {
    background-color: #fff;
    margin: 0 0 10px 0;
}
.news__item {
    width: 33%;
    float: left;
    background-color: #fff;
}
.news__item-img {
    border-right: 1px solid #fff;
    position: relative;
}
.news__item-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
}
.news__item-img img {
    width: 100%;
    height: auto;
    display: block;
}
.news__item-category {
    padding: 20px 20px 10px 20px;
}
.news__item-category a {
    font-family: "proxima-nova", sans-serif;
    color: #1986c2;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
}
.news__item-title {
    padding: 0 20px 24px 20px;
}
.news__item-title a {
    color: #2d3029;
    font-family: "proxima-nova-bold", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;            
}
.news__item span {
    display: block;
    padding: 0 0 20px 20px;
    color: #737373;
}
.news__aside {
    float: right;
    width: 33.3%;
    background-color: #fff;
}
.news__aside-item {
    padding: 20px 20px 10px 20px;
}
.news__aside-item-img {
    float: left;  
}
.news__aside-item-img img {
    margin: 0 20px 20px 0;
}
.news__aside-item-category {
    margin:  0 0 5px 0;
    line-height: 13px;
}
.news__aside-item-category a {
    color: #1986c2;
    font-family: "proxima-nova", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    padding: 0;
}
.news__aside-item-title a {
    color: #2d3029;
    font-family: "proxima-nova-bold", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none; 
}
.property {
    margin: 0 0 10px 0;
}
.property__title {
    padding: 20px 0;
    background-color: #fff;
}
.property__title h2 {
    margin: 0;
    text-align: center;
    color: black;
    font-family: "proxima-nova-bold", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 58px;
}
.property__list-box {
    padding: 0 20px 10px 20px;
    background-color: #fff;
}
.property__list-item {
    float: left;
    width: 25%;
    margin: 0 0 20px 0;
    font-family: "proxima-nova", sans-serif;
}
.property__list-item h3 {
    margin: 0 0 10px 0;
    color: #4f5e67;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
.property__list-item h3 span {
    color: #bbb;
}
.property__list-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.property__list-item ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px; 
    text-decoration: none;
    color: #1986c2;
}
.property__list-item ul li a span {
    color: #bbb;
}
.parthners {
    margin: 0 0 10px 0;
}
.parthners__title {
    padding: 20px 0;
    background-color: #fff;
}
.parthners__title h2 {
    margin: 0;
    text-align: center;
    color: black;
    font-family: "proxima-nova-bold", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 58px;

}
.partners__list {
    background-color: #fff;
}
.partners__list a {
    float: left;
    width: 16.40%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #f7f7f7;
}
.main-data-section {
    padding-top: 0;
}
.main-data-section h1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
.main-data-section p {
    color: #2d3029;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.main-data-section h1,
.main-data-section p {
    margin: 0 0 20px 0;
}
.main-data-section__container {
    padding: 20px;
    background-color: #fff;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.banners-new-list-top_item-caption {
	position: absolute;
	width: 60%;
	bottom: 0;
	left: 40%;
	/*background: rgba(33, 34, 31, 0.8);*/
	padding: 9px;
	box-sizing: border-box;
	/*color: white;*/
	top: 0;

}

.banners-new-list-top__item-img {
	display: block;
	width: 28%;
	top: 0;
	padding: 9px 9px 5px;
	box-sizing: border-box;
}

.top-search {
	margin-bottom: 1em;
}

.top-search .banner img {
	width: 100%;
	display: block;
	margin-top: 10px;
}

.banners-block-vertical .block-item{
	margin-bottom: 5px;
	padding: 20px 30px 20px 18px;
	border-radius: 2px;
	position: relative;
	background-color: #fffaed;

	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.banners-block-vertical .block-item .block-item-img{
	flex-basis: 33.5%;
	margin-right: auto;
	min-width: 100px;
}

.banners-block-vertical .block-item .block-item-img img {
	max-width: 100%;
	max-height: 250px;
	border-radius: 2px;
}

.banners-block-vertical .block-item .block-item-container {
	padding-left: 30px;
	flex-grow: 1;
	margin-left: 0;
	flex-basis: 60.5%;
}

.banners-block-vertical .block-item .block-item-container .block-item-text {
	margin: 10px 0;
}

.banners-block-vertical .block-item .block-item-container .block-item-text p {
	display: inline;
}

.banners-block-vertical .block-item .block-item-container .block-item-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #404040;
	text-decoration: none;
}

.banners-block-vertical .block-item .link-button {
	width: 150px;
	text-align: center;
	padding: 0 15px;
	height: 32px;
	display: block;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	border: 1px solid #d2d2d2;
	background: #fff;
}

.loading {
	position: relative;
}

.loading:after {
	display: block;
	background: url(/img/loading.svg) center no-repeat;
	position: absolute;
	z-index: 99;
	top: 0;
	bottom: 0;
	content: '';
	left: 0;
	right: 0;
}

.loading:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 90;
	background: #fff;
	opacity: .7;
}

.phone_spec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 13px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1.25px solid #029a02;
	padding: 7px 17px;
	margin-top: 10px;
	border-radius: 7px;
	color: #029a02;
	background: #029a0208;
	cursor: pointer;
}

.banners-list.banners-list-vertical.pull-right .phone_spec {
	margin: 9px;
}

.phone_spec:hover {
	color: #029a02;
	text-decoration: none;
}

.phone_spec:after {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	background: url('/img/phone.png') no-repeat;
	background-size: 16px;
}

.phone_spec:hover:after {
	-webkit-animation: specRotate 1.5s infinite ease-in-out;
	animation: specRotate 1.5s infinite ease-in-out
}

@-webkit-keyframes specRotate {
	0%, 15%, 75%, 100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	4%, 12% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	8% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}

@keyframes specRotate {
	0%, 15%, 75%, 100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	4%, 12% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	8% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}


.rating-short {
	background-color: rgba(10, 27, 41, 0.8);
	color: white;
	font-weight: 500;
	font-size: 15px;
	line-height: 0;
	width: 110px;
	height: 33px;
	padding: 0 10px;
	position: relative;
	display: flex;
	align-items: center;
}

.rating-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.rating-short:before {
	width: 19px;
	height: 19px;
	content: '';
	display: inline-block;
	background-image: url("/img/star_ccc.svg");
	background-size: 19px;
	position: relative;
	margin-right: 8px;
}

.rating-wrap:hover .rating-full {
	display: block;
}

.rating-full {
	background-color: rgba(10, 27, 41, 0.8);
	color: white;
	padding: 0 15px 20px;
	display: none;
	position: absolute;
	z-index: 40;
	left: 0;
	right: 0;
}

.rating-full p {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 4px 0px;
}

.rating-full p span:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 2 75%;
	flex: 0 2 75%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.rating-full p span:last-child {
	text-align: right;
	min-width: 55px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0.00001 25%;
	flex: 0 0.00001 25%;
}
.rating-full .load {
	margin-bottom: 8px;
	background-color: rgba(255, 255, 255, 0.25);
	height: 5px;
}
.rating-full .load > div {
	background-color: rgba(255, 255, 255, 0.6);
	height: 5px;
	-webkit-transition: width .3s linear 0s;
	transition: width .3s linear 0s;
	width: 0;
}


/* New Search CSS */
.new-search {
	padding: 17px 15px;
	color: #C3C8CB;
	background: #4F5E67;
}

.new-search #searchMain {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#searchMore > #searchMoreWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.new-search .search-item {
	margin-right: 15px;
	margin-bottom: 10px;
}

.search-item.object-menu {
	max-width: 115px;
}

.new-search .btn {
	padding: 10px;
	border-radius: 4px;
	min-width: 85px;
}

#searchMain > .search-item .hvs {
	width: 100%;
}

#searchMain > .search-item.hvs-wrap {
	flex-grow: 1;
}

.more-options {
	display: inline-block;
	padding: 6px 25px 6px 16px;
	border: 1px solid #738894;
	border-radius: 3px;
	position: relative;
}

.more-options:before {
	content: "▼";
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 10px;
	margin-top: -5px;
	background: none;
	color: #fff;
	display: block;
}

.more-options.active {
	background: #eee;
	color: #4F5E67;
	border: 1px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
}

.more-options.active:before {
	content: '▲';
	font-size: 12px;
	margin-top: -6px;
}

#searchMButton {
	display: none;
}

@media only screen and (min-width : 900px) {
	.new-search #searchMain {
		flex-wrap: nowrap;
	}
}

@media only screen and (max-width : 480px) {
	.new-search .search-item {
		margin-right: 0;
	}

	div#searchMain .search-item {
		width: 100%;
		margin-bottom: 10px;
	}

	#searchMore > #searchMoreWrap {
		margin-top: 0;
	}

	#searchButton {
		display: none;
	}

	#searchMButton {
		display: block;
	}

	#searchMButton button {
		width: 100%;
	}
}

.new-search span + input {
	margin-left: 10px;;
}

.new-search input {
	width: 42px;
	padding: 3px 6px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-radius: 4px;
	height: 24px;
	margin-right: 10px;
}

.chosen-dropdown + .chosen-container {
	font-size: 0.875em;
}

.chosen-dropdown + .chosen-container .chosen-single {
	background: none;
	color: #fff;
	font-size: 14px;
	padding: 2px 12px;
	height: auto;
	border: solid 1px #738894;
	border-radius: 3px;
	box-shadow: none;
}

.chosen-dropdown + .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
	background: #eee;
	color: #4F5E67;
	border: 1px solid #fff;
	border-bottom: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
}

.chosen-dropdown + .chosen-container .chosen-drop {
	border: 1px solid #fff;
	border-top: 0;
}

.chosen-dropdown + .chosen-container-single .chosen-single div b {
	background: none !important;
}

.chosen-dropdown + .chosen-container-single .chosen-single div b:before {
	content: "▼";
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 10px;
	margin-top: -12px;
	background: none;
	color: #fff;
	display: block;
}

.chosen-dropdown + .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b:before {
	content: '▲';
	color: #000;
}

.chosen-dropdown + .chosen-container-single .chosen-results {
	padding: 0;
	margin: 0;
	font-size: 13px;
	background: #eee;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
}

.chosen-dropdown + .chosen-container-single .chosen-results li + li {
	margin-top: 2px;
}

.chosen-dropdown + .chosen-container-single .chosen-results .highlighted,
.chosen-dropdown + .chosen-container-single .chosen-results .result-selected {
	background: #20B8F2;
}

.hvs-list {
	border: solid 1px #fff;
}

.hvs.activated .hvs__inner{
	border: 1px solid #fff;
	border-bottom: 0;
}

.hvs__inner {
	margin-bottom: -2px;
	margin-top: -2px;
}

/* END New Search CSS */

#wholeToggle {
	display: none;
}

@font-face {
  font-family: 'icon';
  src: url('../bundles/krdzm/css/fontello/font/icon.eot?93301299');
  src: url('../bundles/krdzm/css/fontello/font/icon.eot?93301299#iefix') format('embedded-opentype'),
       url('../bundles/krdzm/css/fontello/font/icon.svg?93301299#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icon';
  src: url('data:application/octet-stream;base64,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') format('woff'),
       url('data:application/octet-stream;base64,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ARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKxAAAqsQAFQrEACCqxAAVCsQAIKrEABUK5AAAACSqxAAVCuQAAAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbEADCq4Af+FsASNsQIARAA=') format('truetype');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icon';
    src: url('../font/icon.svg?93301299#icon') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-user:before { content: '\e800'; } /* '' */
.icon-play:before { content: '\e801'; } /* '' */
.icon-attention:before { content: '\e802'; } /* '' */
.icon-help:before { content: '\e803'; } /* '' */
.icon-home:before { content: '\e804'; } /* '' */
.icon-location:before { content: '\e805'; } /* '' */
.icon-logout:before { content: '\e806'; } /* '' */
.icon-burger:before { content: '\e807'; } /* '' */
.icon-plus-new:before { content: '\e808'; } /* '' */
.icon-close:before { content: '\e809'; } /* '' */
.icon-login:before { content: '\e80a'; } /* '' */
.icon-bubble:before { content: '\e80b'; } /* '' */
.icon-heart-1:before { content: '\e80c'; } /* '' */
.icon-search:before { content: '\e80d'; } /* '' */
.icon-list:before { content: '\e80e'; } /* '' */
.icon-heart:before { content: '\e80f'; } /* '' */
.icon-video:before { content: '\e810'; } /* '' */
.icon-camera:before { content: '\e811'; } /* '' */
.icon-alert:before { content: '\e812'; } /* '' */
.icon-enter-arrow-1:before { content: '\e813'; } /* '' */
.icon-eye:before { content: '\e814'; } /* '' */
.icon-plus:before { content: '\e815'; } /* '' */
.icon-vk:before { content: '\e816'; } /* '' */
.icon-twitter:before { content: '\e817'; } /* '' */
.icon-facebook:before { content: '\e818'; } /* '' */
.icon-odnoklassniki:before { content: '\e819'; } /* '' */
.icon-grid:before { content: '\e81a'; } /* '' */
.icon-checked:before { content: '\e81b'; } /* '' */
.icon-marker:before { content: '\e81c'; } /* '' */
.icon-mail:before { content: '\e81d'; } /* '' */
.icon-chat:before { content: '\e81e'; } /* '' */
.icon-left-pointer:before { content: '\e81f'; } /* '' */
.icon-right-pointer:before { content: '\e820'; } /* '' */
.icon-left:before { content: '\e821'; } /* '' */
.icon-enter-arrow:before { content: '\e822'; } /* '' */
.icon-menu-next:before { content: '\e823'; } /* '' */
.icon-left-thin:before { content: '\e824'; } /* '' */
body {
	min-width: 0 !important;
}

.celebrities-filters-pane {
	background: #f6f6f6;
}

.celebrities-map {
	position: absolute;
	left: 240px;
	top: 0;
	right: 0;
	bottom: 0;
}

.celebrities-filters-pane .map-filters {
	color: #353535;
}

.celebrities-types-list {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.celebrities-types-list .custom-checkbox {
	vertical-align: middle;
}

.celebrities-types-list li {
	margin-bottom: 10px;
}

.celebrities-types-list .celebrities-types-list {
	margin: 10px 0 0 30px;
}

.celebrities-types-list .form-check-item {
	color: inherit;
	font-size: 0.8125em;
}

.celebrities-tags-list {
	color: #0086c3;
}

.celebrities-tags-list_item {
	cursor: pointer;
	position: relative;
}

.celebrities-tags-list_item input {
	position: absolute;
	visibility: hidden;
}

.celebrities-tags-list_item input:checked + .celebrities-tags-list_item-title {
	font-weight: bold;
}

.celebrities-tags-list_item-title {
	font-size: 0.8125em;
	color: #0086c3;
}

.dzm-celerity-balloon-content {
	padding: 20px 15px;
	text-align: center;

}

.celebrity-balloon-img {
	margin-bottom: 14px;
	width: 100px;
	height: 100px;
}

.celebrity-balloon-name {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0086c3;
}

.celebrity-balloon-years {
	font-size: 12px;
	font-weight: bold;
}

.celebrity-balloon-text {
	font-size: 12px;
	margin-top: 5px;
}

.celebrity-balloon-list {
	list-style: none;
	margin: 0;
	width: 150px;
	float: left;
	padding: 20px 15px;
	border-right: solid 1px #f8f8f8;
	max-height: 320px;
	/*min-height: 100px;*/
	overflow: auto;
	/*box-sizing: border-box !important;*/
}

.celebrity-balloon-place {
	margin-top: 10px;
}

.celebrity-balloon-list li {
	margin-bottom: 10px;
	line-height: 1;
}

.celebrity-balloon-list a {
	text-decoration: none;
	display: block;
	transition: color 0.15s;
}

.celebrity-balloon-list .celebrity-balloon-name {
	color: #a2a2a2
}

.celebrity-balloon-list a.active {
	color: #0086c3 !important;
}

.cluster-contents {
	overflow: auto;
	border-left: solid 1px #f8f8f8;
	position: relative;
	left: -1px;
	max-height: 320px;
}

.celebrity-cluster-view {
	box-sizing: border-box;
}

.celebrity-cluster-view.initial {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

}

.celebrities-types-list__cont {
	font-weight: bold;
	color: #0086c3;
}

.celebrity-add-alert {
	position: absolute;
	right: 20px;
	bottom: -100px;
	background: #fff;
	padding: 15px 60px 15px 20px;
	opacity: 0;
	max-width: 410px;
	box-shadow: 0 0 5px #000;
	transition: opacity 0.25s, bottom 0.25s;
}

.celebrity-add-alert.visible {
	bottom: 20px;
	opacity: 1;
}