@charset "UTF-8";
/* mixin for multiline */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);
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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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"],
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] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  padding: 0;
}

input[type=radio] {
  bottom: 2px;
}

/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

body {
  color: #303030;
  font: normal 100%/1.4 "Ubuntu", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* Changing Susy default global settings */
/* Makes border-box properties */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit;
}

textarea {
  line-height: 1.3 !important;
}

/**
 * Basic styles for links
 */
a {
  color: #0096ff;
}

a:hover, a:active, a:focus {
  color: #303030;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  color: #40b0ff;
  outline: none;
}

.content {
  width: 74.76636%;
  float: left;
  margin-right: 0.93458%;
  position: relative;
  padding-bottom: 30px;
}

.all-width-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
  padding: 0 10px !important;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

nav .container {
  background: none;
}

.clearfix:after, nav:after, .onfit-comments .comments-tree .ct-comment:after, .board-search:after {
  content: "";
  display: table;
  clear: both;
}

.link-inblock-nd, .header-part.slogan .region-a, .footer-subscribe-btn {
  display: inline-block;
  text-decoration: none;
}

.link-block-nd, .header-part.slogan .region-popup a, .header-part .head-metro, .header-part .metro-box .select2-selection, #club-price-step4 .select2-selection {
  display: block;
  text-decoration: none;
}

.none {
  display: none !important;
}

.popup, .header-part.slogan .region-popup {
  position: absolute;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  z-index: 300;
  padding: 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.box-content-shadow {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.main-popup {
  position: relative;
  width: 580px;
  background: #ffffff;
  margin: 50px auto;
  padding: 30px;
}

.main-popup .main-popup-head {
  font-wieght: 300;
  font-size: 30px;
  margin-bottom: 20px;
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 15px;
}

.table-row {
  display: table-row;
}

.table-row div {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.banner-240-120 {
  width: 240px;
  height: 120px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.page-nav {
  float: right;
  width: auto;
  margin: 30px 0;
}

.page-nav a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: 1px solid #b1b1b1;
  color: #b1b1b1;
  font-size: 14px;
  overflow: hidden;
}

.page-nav .pn-nav {
  font-size: 30px;
  background: #b1b1b1;
  color: #ffffff;
}

.page-nav .pn-nav:hover, .page-nav .pn-nav:focus, .page-nav .pn-nav:active {
  background: #0096ff;
  border: 1px solid #0096ff;
}

.page-nav .pn-number:hover, .page-nav .pn-number:focus, .page-nav .pn-number:active {
  border: 1px solid #0096ff;
  color: #0096ff;
}

.page-nav .pn-active {
  color: #ffffff;
  background: #0096ff;
  border: 1px solid #0096ff;
}

.page-nav .pn-active:hover, .page-nav .pn-active:focus, .page-nav .pn-active:active {
  color: #ffffff;
}

.page-nav .pn-dottes {
  display: inline-block;
  width: 25px;
  height: 35px;
}

.page-nav .pn-dottes:after {
  position: absolute;
  display: inline-block;
  content: '...';
  width: 25px;
  height: 35px;
  line-height: 25px;
  color: #b1b1b1;
  text-align: center;
  vertical-align: middle;
}

.input, .subscribe-form input, .form-right input, .form-right textarea, .club-guest-bottom input[type=text], .search-popup input, .register .select2-container--default .select2-selection--single, .b-add-select .select2-container--default .select2-selection--single {
  box-sizing: border-box;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #b1b1b1;
  outline: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.input-error {
  border: 1px solid #ff5c5c !important;
}

input.input-file {
  border: none;
  padding: 0;
  line-height: 20px;
}

input[type="button"] {
  font-family: "Ubuntu", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* цвета веток метро */
.green {
  background: #0fa123;
}

.blue {
  background: #0252a2;
}

.red {
  background: #ef1e25;
}

.orange {
  background: #fbaa33;
}

.pink {
  background: #b61d8e;
}

.yellow {
  background: #ffd803;
}

.grey {
  background: #acadaf;
}

.light_blue {
  background: #019ee0;
}

.salad {
  background: #b1d332;
}

.brown {
  background: #745c2f;
}

.grey_blue {
  background: #5091bb;
}

.extralight_blue {
  background: #85d4f3;
}

/* цвета веток метро */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}

.row {
  display: table-row;
}

.no-decoration {
  text-decoration: none;
}

input, textarea {
  outline: none;
}

.bold {
  font-weight: 700;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.breadcrumbs {
  margin-top: 20px;
  font-size: 13px;
  color: #b1b1b1;
}

.breadcrumbs a {
  color: #b1b1b1;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #757575;
}

.breadcrumbs i {
  margin: 0 6px;
}

.page-header {
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  margin: 12px 0;
  position: relative;
}

.page-header.clear {
  padding-top: 30px;
}

#activmap-canvas {
  background: #e5e3df url(../img/loading-map.gif) no-repeat center;
}

.contacts-content {
  margin: 40px 0;
}

.contacts-left, .contacts-right {
  width: 50%;
  float: left;
}

.contacts-left .contacts-header, .contacts-right .contacts-header {
  font-size: 20px;
  font-weight: 500;
}

.contacts-left .ch-next, .contacts-right .ch-next {
  margin-top: 50px;
}

.contacts-left p, .contacts-right p {
  color: #757575;
  padding-left: 30px;
}

.contacts-left {
  width: 680px;
}

.contacts-right.form-right {
  width: 480px;
  margin-right: 0;
  position: relative;
  z-index: 2;
}

.contacts-right.form-right input, .contacts-right.form-right textarea {
  width: 100%;
}

.contacts-right.form-right textarea {
  height: 100px;
  margin-bottom: 15px;
}

.contacts-right.form-right .form-popup-btn-active {
  display: inline-block;
}

.contacts-right.form-right .btn-text {
  width: 280px;
  font-size: 13px;
}

.contacts-right.form-right .contacts-header {
  margin-bottom: 20px;
}

.contacts-right.form-right .captcha img {
  display: inline-block;
  vertical-align: middle;
}

.contacts-right.form-right .captcha input.captha-val {
  width: auto;
  margin-left: 10px;
}

.add-club-bg {
  height: 600px;
  background: #e9f4ff url(../img/contacts/add-club-bg.png) no-repeat center 180px;
}

.add-club-bg .form-popup-btn-active {
  display: inline-block;
  width: auto;
  padding: 0 20px;
}

.partners-list {
  margin-top: 20px;
  font-size: 15px;
}

.partner {
  disaply: table;
  border: 1px solid #dddddd;
  padding: 10px;
  margin-bottom: 20px;
}

.partner .partner-left, .partner .partner-right {
  display: table-cell;
  vertical-align: middle;
}

.partner .partner-left {
  width: 180px;
  text-align: center;
}

.partner .partner-right {
  padding-left: 20px;
}

.partner .partner-head {
  font-weight: 700;
  margin-bottom: 10px;
}

.partner .partner-link {
  margin-top: 20px;
}

.search .list-club.clearfix, .search nav.list-club, .search .onfit-comments .comments-tree .list-club.ct-comment, .onfit-comments .comments-tree .search .list-club.ct-comment, .search .list-club.board-search {
  height: auto;
}

.search .list-club-mid {
  width: 380px;
  margin-right: 20px;
  overflow: hidden;
}

.search .list-club-mid .list-club-head,
.search .list-club-mid .club-address,
.search .list-club-mid .club-metro {
  white-space: normal;
  width: auto;
}

.search .list-club-mid .list-club-head {
  float: none;
  text-decoration: underline;
  border: none;
  font-size: 18px;
  font-weight: 500;
}

.search .list-club-mid .list-club-head:hover, .search .list-club-mid .list-club-head:focus, .search .list-club-mid .list-club-head:active {
  text-decoration: underline;
  border: none;
}

.search .top-search {
  font-size: 30px;
  width: 100%;
  margin-top: 30px;
  height: 50px;
  line-height: 43px;
}

.search .top-search input {
  width: 100%;
  background: #ffffff;
  text-align: left;
}

.search .top-search span {
  top: 13px;
}

.search .list-club-left {
  width: 280px;
}

.search .list-barter-popup {
  display: block;
  margin: 0 auto;
}

.search .list-club.clearfix.list-club-free .list-club-mid, .search nav.list-club.list-club-free .list-club-mid, .search .onfit-comments .comments-tree .list-club.list-club-free.ct-comment .list-club-mid, .onfit-comments .comments-tree .search .list-club.list-club-free.ct-comment .list-club-mid, .search .list-club.list-club-free.board-search .list-club-mid {
  width: 680px;
}

.search .rubrics {
  margin: 20px 0;
}

.search .rubrics span {
  color: #b1b1b1;
  font-weight: 500;
}

.search .rubrics .afisha-btn-active span {
  color: #00caff;
}

.search-selected {
  padding: 0 3px;
  background: #28d602;
  color: #ffffff;
}

.club-search-text {
  margin-top: 10px;
}

.club-search-text:before {
  content: '... ';
}

.club-search-text:after {
  content: ' ...';
}

.search-results-head {
  color: #b1b1b1;
  margin: 20px 0;
}

.search-news {
  padding: 20px;
}

.search-news-head {
  font-size: 18px;
  font-weight: 500;
}

.search-news-text {
  font-size: 18px;
}

.search-news-bottom {
  margin-top: 20px;
  color: #b1b1b1;
  font-size: 13px;
}

.search-news-bottom i {
  margin: 0 5px;
}

.snb-right {
  float: right;
}

.search-reports-head:before {
  content: '';
  width: 16px;
  height: 12px;
  display: inline-block;
  background: url("../img/icons/icons-club.svg") no-repeat 0 -805px;
  margin-right: 5px;
}

.pg {
  width: 252px;
  float: right;
  margin-left: 5px;
}

.pg img {
  margin-bottom: 30px;
  padding: 6px;
  background: #ffffff;
  border: solid 1px #ccc !important;
}

.mfp-image-holder .mfp-close {
  cursor: pointer !important;
  right: 0 !important;
  top: 0 !important;
  width: 22px !important;
}

.mfp-zoom-out-cur {
  cursor: auto !important;
}

.online {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  border-radius: 8px;
  line-height: 16px;
  margin-left: 5px;
  background: #28d602;
  text-align: center;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
}

.p-404 ul {
  padding-left: 0;
  list-style-type: none;
}

.p-404 ul li {
  padding-bottom: 20px;
}

.p-404 ul li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  font-size: 5px;
  margin-right: 5px;
  color: #757575;
}

.p-404 .page-header {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.p-404 .page-header span {
  font-size: 50px;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}

.contests .subheader {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}

.contests .tile-content {
  margin-bottom: 40px;
}

.contests .tile-block-rubric:before {
  content: '\f007';
  dispaly: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
  color: #b1b1b1;
}

.contests .tile-block .tile-block-head {
  font-weight: 300;
  margin-top: 10px;
}

.contests .tile-block .tile-block-bhead {
  padding: 10px 10px 0 10px;
  font-weight: 500;
}

.contests .tile-block-img {
  width: 280px;
  height: 210px;
  overflow: hidden;
  position: relative;
}

.contests .tile-block-img img {
  width: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.page-header a {
  color: #303030;
  text-decoration: none;
}

.page-header a:hover, .page-header a:focus, .page-header a:active {
  color: #303030;
  text-decoration: underline;
}

.index .club-banner-top {
  margin-top: 34px;
}

/**
 * Clear inner floats
 */
.clearfix::after, nav::after, .onfit-comments .comments-tree .ct-comment::after, .board-search::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container.top {
  background: none;
}

.header-part {
  width: 25%;
  float: left;
  height: 80px;
  padding-top: 19px;
}

.header-part:last-child {
  float: right;
  margin-right: 0;
  width: 280px;
}

.header-part.logo {
  width: 300px;
  overflow: visible;
}

.header-part.logo img {
  width: 295px;
  height: 42px;
}

.header-part.slogan {
  padding-left: 21px;
  position: relative;
}

.header-part.slogan img {
  width: 173px;
  height: 21px;
}

.header-part.slogan .region-a {
  font-size: 12px;
  color: #b1b1b1;
  width: auto;
}

.header-part.slogan .region-a:after {
  content: "";
  width: 5px;
  height: 3px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -347px;
  float: right;
  margin-left: 5px;
  margin-top: 6px;
  display: inline-block;
}

.header-part.slogan .region-a.up-arrow:after {
  background-position: 0 -350px;
}

.header-part.slogan .region-popup {
  display: none;
  min-width: 173px;
  margin-top: 2px;
  padding-top: 3px;
  padding-bottom: 2px;
}

.header-part.slogan .region-popup a {
  color: #303030;
  font-size: 13px;
  margin-bottom: 8px;
}

.header-part.slogan .region-popup a:hover, .header-part.slogan .region-popup a:focus {
  color: #40b0ff;
}

.header-part .metro-box select {
  display: none;
}

.header-part .head-metro, .header-part .metro-box .select2-selection {
  position: relative !important;
  width: 280px;
  height: auto;
  line-height: 38px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 0 30px;
  padding-bottom: 8px;
  font-size: 13px;
  color: #757575;
}

.header-part .head-metro:before, .header-part .metro-box .select2-selection:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 14px;
  height: 10px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -280px;
  float: right;
  margin-top: 6px;
}

.header-part .head-metro:hover, .header-part .metro-box .select2-selection:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.header-part .head-metro {
  display: none;
}

.metro-box .select-selection-a, .metro-box .select-selection-close {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 22px;
  height: 22px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -228px;
  float: right;
  margin-left: 5px;
  z-index: 1050;
}

.metro-box .select-selection-close {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -164px;
  display: none;
}

.metro-box .select-selection-close:hover {
  background-position: 0 -186px;
}

.metro-box .select-selection-a-hover {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -250px;
}

.metro-box .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #dddddd !important;
}

.metro-box .select2-container {
  width: 280px !important;
  display: block;
  height: auto !important;
}

.metro-box .select2-dropdown {
  background: #f5f5f5;
}

.metro-box .select2-results__options {
  font-size: 14px;
}

.metro-box .select2-results__option span {
  display: inline-block;
  height: 22px;
}

.metro-box .select2-results__option span.choose-arr {
  display: none;
  width: 63px;
  height: 20px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -208px;
  margin-left: 9px;
  font-size: 10px;
  color: #009600;
  text-align: center;
  line-height: 20px;
}

.metro-box .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #009600;
}

.metro-box .select2-container--default .select2-results__option--highlighted[aria-selected] span {
  border-bottom: 1px dashed #009600;
}

.metro-box .select2-container--default .select2-results__option--highlighted[aria-selected] span.choose-arr {
  border-bottom: none;
  display: inline-block;
}

.metro-box .select2-container--default .select2-results__option[aria-selected=true] {
  background: none;
  color: #009600;
}

.metro-box .select2-container--default .select2-results__option[aria-selected=true] span:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 8px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -272px;
  margin-right: 6px;
}

.metro-box .select2-container--default .select2-results__option[aria-selected=true] span.choose-arr {
  display: none;
}

.metro-box .select2-results__option--highlighted[aria-selected=true] {
  cursor: default;
}

.metro-box .select2-results__option--highlighted[aria-selected=true] span {
  border-bottom: none !important;
}

.metro-box ul.select2-results {
  max-height: 500px;
}

.metro-box .select2-container--open {
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
}

.metro-box .select2-dropdown {
  position: relative !important;
  clear: both;
  border: 1px solid #dddddd !important;
  border-top: none !important;
}

.metro-box .select2-selection__rendered {
  display: block !important;
  background: #ffffff;
  width: 278px !important;
  padding: 30px 10px 0 10px !important;
  margin: 0 -30px !important;
  height: auto;
}

.metro-button:after {
  content: "Показать фитнес-клубы";
  clear: both;
  width: 260px;
  height: 30px;
  background: #009600;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 7px;
  cursor: pointer;
  border-radius: 4px;
  display: block;
}

.rendered-padding {
  padding-top: 50px !important;
}

.metro-box .select2-results__option {
  padding: 6px 10px;
}

.metro-box .select2-search {
  position: absolute !important;
  top: 0;
  left: 30px;
}

.metro-box .select2-search input {
  width: 220px !important;
}

.metro-box .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-bottom: 7px;
  margin-top: 0;
  padding: 0 5px;
  color: #303030;
  font-size: 13px;
  height: 23px;
  line-height: 23px;
}

.metro-box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ff5c5c;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 2px;
}

.metro-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.metro-box {
  width: 280px;
  height: auto;
  position: absolute;
  z-index: 1051;
  border-radius: 4px;
}

.top-search {
  border-radius: 2px;
  position: relative !important;
  width: 280px;
  height: auto;
  line-height: 38px;
  border: 1px solid #dddddd;
  padding: 0;
  font-size: 13px;
}

.top-search input {
  border: none;
  width: 100%;
  padding: 0 10px;
  line-height: 38px;
  outline: none !important;
}

.top-search span {
  dislpay: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -368px;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
}

.top-search:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.top-search:hover span {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -388px;
}

#auth-popup {
  position: relative;
  width: 580px;
  background: #ffffff;
  margin: 50px auto;
  text-align: center;
  padding-top: 28px;
}

.ap-head {
  color: #303030;
  margin: 0 0 30px 0;
  font-size: 30px;
  font-weight: 400;
}

.ap-soc {
  width: 280px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 26px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 57px;
}

.ap-soc-subhead, .ap-soc-head {
  margin-top: 6px;
  font-size: 13px;
  color: #757575;
}

.ap-soc-subhead {
  margin-bottom: 11px;
}

.ap-soc-icons {
  margin: 8px 0;
}

.ap-soc-icons .ap-soc-icons-part {
  width: 25%;
  float: left;
  width: 35px;
  margin-right: 8px;
}

.ap-soc-icons .ap-soc-icons-part:last-child {
  float: right;
  margin-right: 0;
}

.ap-soc-icons .ap-soc-icons-part a {
  display: block;
  width: 35px;
  height: 35px;
}

.ap-soc-icons .ap-soc-icons-part a.vk {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -105px;
}

.ap-soc-icons .ap-soc-icons-part a.vk:hover {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -513px;
}

.ap-soc-icons .ap-soc-icons-part a.fb {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 0;
}

.ap-soc-icons .ap-soc-icons-part a.fb:hover {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -408px;
}

.ap-soc-icons .ap-soc-icons-part a.ok {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -70px;
}

.ap-soc-icons .ap-soc-icons-part a.ok:hover {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -478px;
}

.ap-soc-icons .ap-soc-icons-part a.gg {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -35px;
}

.ap-soc-icons .ap-soc-icons-part a.gg:hover {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -583px;
}

button.mfp-close {
  width: 22px;
  height: 22px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -758px !important;
  top: -32px;
}

button.mfp-close:hover {
  background-position: 0 -802px;
}

button.mfp-close:active {
  top: -32px;
}

.form-input {
  margin-bottom: 15px;
}

.form-input span {
  display: block;
  width: 149px;
  text-align: right;
  float: left;
  padding-right: 14px;
  color: #757575;
  font-size: 15px;
  line-height: 48px;
}

.form-input input {
  width: 280px;
  display: block;
  margin: 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  line-height: 48px;
  padding: 0 4px;
  box-shadow: 0px 2px 5px 0px rgba(0, 1, 0, 0.2) inset;
  outline: none;
}

.form-submit {
  width: 280px;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
}

.form-submit input[type="submit"] {
  background: #0096ff;
  width: 140px;
  float: left;
  margin-right: 10px !important;
}

.form-submit input[type="submit"]:hover {
  background: #40b0ff;
}

.form-submit a {
  display: inline-block;
  color: #757575;
  padding-top: 8px;
}

.form-submit input[type="checkbox"] {
  margin-right: 5px;
}

.ap-bottom {
  line-height: 50px;
  background: #f5f5f5;
  color: #757575;
  font-size: 18px;
  margin-top: 40px;
}

.error-message {
  color: #ff5c5c;
  font-size: 14px;
  margin-top: 10px;
}

.error-message:before {
  content: '!';
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 2px;
  background: #ff5c5c;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

#restore-popup {
  padding: 0;
  padding-top: 28px;
  text-align: center;
}

#restore-popup input {
  margin: 0 auto;
}

#restore-popup input[type="submit"] {
  width: 280px;
}

.popup-success:after {
  content: '';
  display: block;
  margin: 0 auto;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -884px;
  width: 32px;
  height: 32px;
}

.popup-success .ap-head {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}

nav {
  background: #0096ff;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 15px;
  margin-right: 20px;
  line-height: 40px;
}

nav ul li:last-child {
  margin-right: 0;
}

nav ul li li {
  line-height: 35px;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none !important;
}

nav ul li a:hover {
  color: #f6ff00;
}

nav ul li a:focus, nav ul li a:active {
  color: #ffffff !important;
  outline: none;
}

.menu-left {
  width: 83.17757%;
  float: left;
  margin-right: 0.93458%;
}

.menu-right {
  width: 15.88785%;
  float: right;
  margin-right: 0;
  background: #40b0ff;
  padding-left: 24px;
}

.menu-right li {
  margin-right: 8px;
}

.sitenavigation ul {
  margin: 0;
  padding: 0;
}

.sitenavigation li {
  display: block;
  list-style-type: none;
  padding: 0;
  float: left;
}

.sitenavigation li.nav-dropdown:hover > a {
  color: #f6ff00;
}

.sitenavigation li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
  color: white;
  background-color: #a91e2f;
}

.sitenavigation li a.nav-selected {
  background-color: #777;
  color: #000;
}

.sitenavigation li a:hover {
  color: #f6ff00;
}

.sitenavigation li a:focus, .sitenavigation li a:active {
  color: #ffffff !important;
  outline: none;
}

.sitenavigation li.clicked > ul {
  display: block;
}

.sitenavigation li ul {
  display: none;
  position: absolute;
  z-index: 2;
  min-width: 200px;
  max-width: auto;
  padding: 0;
  margin: 0;
  background-color: #0096ff;
}

.sitenavigation li ul li {
  float: none;
  margin: 0;
  padding: 0 10px;
  white-space: nowrap;
}

.sitenavigation li ul ul {
  left: 100%;
  margin-top: -40px;
}

.sitenavigation .nav-dropdown ul {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: inset 0 30px 50px -30px rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 30px 50px -30px rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 30px 50px -30px rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.sitenavigation .nav-dropdown ul li ul {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-left: -6px;
}

.sitenavigation .nav-dropdown ul a:hover {
  text-decoration: underline !important;
}

.sitenavigation .nav-dropdown > a:after {
  content: "";
  width: 6px;
  height: 4px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -152px;
  float: right;
  margin-left: 10px;
  margin-top: 18px;
  display: inline-block;
}

.sitenavigation .nav-dropdown:hover > a:after {
  background-position: 0 -160px;
}

.no-js .sitenavigation li:hover > ul {
  display: block !important;
}

.menu-icon {
  display: none;
}

@media only screen and (max-width: 420px) {
  .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: 10px;
    display: block;
    float: right;
    -webkit-tap-highlight-color: transparent;
    background-color: #AAA;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    border: solid 2px #9d9d9d;
    margin-bottom: 10px;
  }
  .menu-icon span {
    display: block;
    height: 5px;
    background-color: #FFF;
    margin-top: 5px;
    border-radius: 4px;
  }
  .sitenavigation.is-tapped .menu-icon {
    background-color: #777777;
    -webkit-tap-highlight-color: transparent;
  }
  .sitenavigation.is-tapped .menu-icon span {
    background-color: #b3b3b3;
  }
  .sitenavigation ul {
    display: none;
    max-width: none !important;
  }
  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    top: 80px;
    z-index: 100;
    padding: 0;
  }
  .sitenavigation.is-tapped > ul a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    background-color: #a91e2f;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    color: #FFF;
    float: none;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, san-serif;
    border: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
  }
  .sitenavigation.is-tapped > ul a:hover {
    background-color: #000;
  }
  .sitenavigation.is-tapped > ul li {
    width: 100%;
    background-color: #FFF;
    border-bottom: solid 1px #520f17;
    -webkit-tap-highlight-color: transparent;
  }
  .sitenavigation.is-tapped > ul ul {
    display: none;
    width: 100%;
    z-index: 200;
    border: none;
    margin-left: 0;
    padding: 0;
    position: relative !important;
  }
  .sitenavigation.is-tapped > ul ul ul {
    clear: both;
    left: 0;
    margin-top: 0;
  }
  .sitenavigation.is-tapped > ul ul li {
    border-bottom: solid 1px #0096ff;
  }
  .sitenavigation.is-tapped > ul ul li li a {
    background-color: #27070b;
    padding-left: 30px;
  }
  .sitenavigation.is-tapped > ul ul a {
    background-color: #0096ff;
    font-size: 90%;
    padding-left: 20px;
  }
  .sitenavigation.is-tapped > ul ul a:before {
    content: '↳';
    display: inline-block;
    margin-right: 4px;
    color: #000;
    font-family: Arial;
  }
  .sitenavigation.is-tapped > ul li.nav-dropdown {
    cursor: pointer;
  }
  .sitenavigation.is-tapped > ul li.nav-dropdown > a {
    width: 80%;
  }
  .sitenavigation.is-tapped > ul li.nav-dropdown:after {
    content: '▼';
    position: absolute;
    color: #000;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sitenavigation.is-tapped > ul li.expanded:after {
    display: none;
  }
  .sitenavigation.is-tapped > ul li.expanded li:first-child:before {
    content: '▲' !important;
    position: absolute;
    color: black;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sitenavigation.is-tapped > ul .nav-dropdown > a:after, .sitenavigation.is-tapped > ul .nav-dropdown:hover > a:after {
    content: '' !important;
  }
}

.menu-user {
  display: none;
}

.menu-user, .menu-user:hover {
  text-decoration: none;
  color: #ffffff;
  margin-left: -24px;
  text-align: center;
}

.menu-user-in {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

.menu-user-ava, .menu-user-name, .menu-user-events {
  float: left;
}

.menu-user-ava {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 5px 5px 0 0;
}

.menu-user-name {
  width: auto;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
  margin-top: 5px;
  height: 30px;
  line-height: 30px;
}

.menu-user-events {
  width: 34px;
  height: 20px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -738px;
  color: #0096ff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
  padding-left: 5px;
}

.menu-disable {
  text-decoration: none;
}

.menu-disable:hover, .menu-disable:active, .menu-disable:focus {
  color: #ffffff;
}

a.menu-spec {
  color: #f6ff00 !important;
}

a.menu-spec:hover, a.menu-spec:active, a.menu-spec:focus {
  color: #ffffff !important;
}

a.menu-spec i {
  margin-right: 5px;
}

footer {
  background: #0096ff;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  bottom: 0;
  margin-top: 30px;
}

.footer-bottom {
  background: #2388cc;
  padding: 40px 0 20px 0;
}

.fl-column {
  width: 20%;
  float: left;
}

.fl-column:last-child {
  float: right;
  margin-right: 0;
}

.fl-column a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 7px;
}

.fl-column a:hover {
  color: #f6ff00;
}

.fl-column-head {
  font-size: 20px;
  color: #00caff;
  font-weight: 500;
  margin-bottom: 15px;
}

.copyright {
  font-size: 13px;
  margin-top: 30px;
}

.footer-stuff {
  margin-top: 26px;
}

.fs-block {
  width: 33.33333%;
  float: left;
}

.fs-block:last-child {
  float: right;
  margin-right: 0;
}

.fs-block .ap-soc-icons {
  float: right;
  margin: 0;
  margin-left: 13px;
}

.fs-block .ap-soc-icons a.vk {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -513px;
}

.fs-block .ap-soc-icons a.fb {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -408px;
}

.fs-block .ap-soc-icons a.ok {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -478px;
}

.fs-block .ap-soc-icons a.in {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -443px;
}

.fs-block .ap-soc-icons a.yt {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -548px;
}

.fs-block .ap-soc-icons a.tw {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -653px;
}

.fs-block .ap-soc-icons a.li {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -618px;
}

.fs-block .ap-soc-icons a:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-top-left-radius: 17.5px;
  -webkit-border-top-right-radius: 17.5px;
  -webkit-border-bottom-right-radius: 17.5px;
  -webkit-border-bottom-left-radius: 17.5px;
  -moz-border-radius-topleft: 17.5px;
  -moz-border-radius-topright: 17.5px;
  -moz-border-radius-bottomright: 17.5px;
  -moz-border-radius-bottomleft: 17.5px;
  border-top-left-radius: 17.5px;
  border-top-right-radius: 17.5px;
  border-bottom-right-radius: 17.5px;
  border-bottom-left-radius: 17.5px;
}

.fs-logo {
  text-align: center;
  width: auto !important;
}

.fs-soc {
  text-align: right;
  line-height: 35px;
  font-size: 13px;
  width: auto !important;
}

.footer-fields {
  height: 130px;
  padding-top: 20px;
  color: #303030;
  display: none;
}

.footer-fields-left, .footer-fields-mid, .footer-fields-right {
  float: left;
}

.footer-fields-left {
  width: 280px;
  margin-right: 100px;
}

.footer-fields-mid {
  width: 390px;
  margin-right: 100px;
}

.ff-head {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-fields-mid input {
  width: 160px;
  border: none;
  border-radius: 2px;
  line-height: 40px;
  font-size: 13px;
  padding: 0 10px;
  outline: none !important;
  margin-right: 5px;
  display: block;
  float: left;
}

.footer-subscribe-btn {
  width: 50px;
  height: 40px;
  border-radius: 2px;
  background-color: #00caff;
  position: relative;
}

.footer-subscribe-btn:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 17px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -802px;
  margin: 13px 16px;
}

.footer-subscribe-btn:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.footer-fields-right .top-search {
  background: #ffffff;
  border: none;
  line-height: 40px;
  margin-left: 0;
}

aside.sidebar {
  width: 24.29907%;
  float: right;
  margin-right: 0;
  width: 280px;
}

.calendar-box {
  border: 1px solid #dddddd;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 3px;
}

.calendar-head {
  text-align: center;
  font-size: 25px;
  color: #b1b1b1;
  margin-bottom: 2px;
}

.calendar-legend {
  margin-top: 20px;
  color: #b1b1b1;
  font-size: 14px;
}

.calendar-legend:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #00b600;
  border-radius: 7px;
  margin-right: 5px;
  margin-left: 12px;
  vertical-align: middle;
}

.datepicker {
  width: 270px;
  margin: 0 auto;
  color: #757575;
  font-family: "Ubuntu", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  border: none;
}

.datepicker nav {
  background: #ffffff;
}

.datepicker--nav {
  display: block;
  text-align: center;
  border: none;
}

.datepicker--nav-action, .datepicker--nav-title {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
}

.dp-arrow-left {
  float: left;
  margin-left: 14px;
}

.dp-arrow-right {
  float: right;
  margin-right: 14px;
}

.datepicker--nav-title {
  color: #0096ff;
  font-size: 20px;
}

.datepicker--day-name {
  font-size: 12px;
  color: #b1b1b1;
  text-transform: none;
}

.datepicker--day-name.-weekend- {
  color: #ff5c5c;
}

.datepicker--cell.-current- {
  color: #757575;
}

.datepicker--cell.-current-:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-bottom: 3px solid #0096ff;
}

.datepicker--cells {
  border: 1px solid #dddddd;
  border-top: none;
  border-right: none;
}

.datepicker--cell {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-radius: 0;
}

.datepicker--cell.-focus- {
  background: none;
}

.datepicker--cell-day a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 23px;
  border-radius: 12.5px;
  text-align: center;
  margin: 0 auto;
}

.-disabled- span, .-disabled- span:hover {
  background: #ffffff;
  color: #b1b1b1;
}

.-other-month- span, .-other-month- span:hover {
  color: #dddddd;
}

.dp-event a {
  border: 1px solid #00b600;
  color: #757575;
  text-decoration: none;
}

.dp-event a:hover {
  background: #00b600;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.datepicker--cell.-selected- {
  color: #757575;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background: #ffffff;
}

.datepicker--cell.-selected-.-focus- {
  background: #ffffff;
}

.ui-tooltip {
  background: url("../img/icons/x-add-afisha-tip.png") no-repeat 0 0;
  color: #757575;
  border: none;
  width: 122px;
  height: 56px;
  line-height: 45px;
  padding: 0;
  opacity: 1;
  box-shadow: none;
  font-size: 12px;
  padding-left: 17px;
}

.ui-tooltip-content {
  position: relative;
  padding: 0;
}

.search-ban {
  display: block;
  width: 280px;
  height: 400px;
  background: url("../img/sidebar/search_ban.jpg");
}

.banner-right {
  width: 280px;
  height: 440px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 20px;
}

.banner-right span {
  display: block;
  width: 240px;
  height: 400px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.banner-partner {
  width: 280px;
  height: 160px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 20px;
}

.banner-partner span {
  display: block;
  width: 240px;
  height: 120px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.search-ban, .banner-right, .banner-partner, .subscribe, .sb-actions {
  margin: 30px 0;
}

.subscribe {
  background: url("../img/sidebar/sidebar-subscribe-bg.png");
  width: 280px;
  height: 361px;
  padding: 72px 30px 0 30px;
}

.subscribe-head {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
}

.subscribe-tags {
  text-align: center;
  font-size: 15px;
  color: #b1b1b1;
  margin: 7px 0 9px 0;
  line-height: 18px;
}

.subscribe-form input {
  width: 100%;
  margin-bottom: 10px;
}

.sb-actions {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  border-radius: 4px;
}

.sb-actions-head {
  font-size: 22px;
  color: #ff4141;
}

.sb-action {
  margin-top: 10px;
  padding-left: 20px;
}

.sb-action:before {
  display: block;
  position: absolute;
  margin-left: -20px;
  margin-top: 5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #ff4141 transparent transparent;
}

.sb-action-club {
  display: inline-block;
  margin-right: 5px;
}

.metro-span {
  white-space: nowrap;
  padding-right: .5em;
}

.metro-color {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  padding: 0;
}

.sb-action-link {
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: #303030;
}

.sb-action-link:hover, .sb-action-link:focus, .sb-action-link:active {
  text-decoration: underline;
  color: #303030;
}

.sb-club-metro {
  font-size: 13px;
  color: #b1b1b1;
}

.sb-actions-all, .sb-actions-all:hover, .sb-actions-all:focus, .sb-actions-all:active {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #b1b1b1;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
}

.sb-actions-all:hover, .sb-actions-all:focus, .sb-actions-all:active {
  text-decoration: underline;
}

.sb-block-head {
  color: #303030;
}

.sb-block-subhead {
  color: #b1b1b1;
  font-size: 15px;
}

.sb-action-blue:before {
  border-color: transparent #0096ff transparent transparent;
}

.sb-action-blue .sb-action-link {
  color: #303030;
}

.sb-action-blue .sb-action-link:hover, .sb-action-blue .sb-action-link:focus, .sb-action-blue .sb-action-link:active {
  color: #303030;
}

.sb-action-blue span {
  display: block;
  font-weight: 700;
}

.comments {
  margin-bottom: 30px;
}

.comments-tabs {
  width: 442px;
  padding-top: 15px;
}

.comments-tabs div {
  width: 33.33333%;
  float: left;
  margin-right: 10px;
  position: relative;
  width: 140px;
  height: 30px;
  cursor: pointer;
}

.comments-tabs div:last-child {
  float: right;
  margin-right: 0;
}

.comments-tabs div span {
  display: block;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #757575;
  background: #ffffff;
  color: #757575;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}

.comments-tabs .onfit-tab {
  background: url("../img/icons/icons-com.png") no-repeat 0 0;
}

.comments-tabs .onfit-tab:hover, .comments-tabs .onfit-tab.tab-active {
  background-position: 0 -30px;
}

.comments-tabs .vk-tab {
  background: url("../img/icons/icons-com.png") no-repeat -140px 0;
}

.comments-tabs .vk-tab:hover, .comments-tabs .vk-tab.tab-active {
  background-position: -140px -30px;
}

.comments-tabs .fb-tab {
  background: url("../img/icons/icons-com.png") no-repeat -280px 0;
}

.comments-tabs .fb-tab:hover, .comments-tabs .fb-tab.tab-active {
  background-position: -280px -30px;
}

.onfit-comments .comments-warning {
  margin-top: 30px;
}

.onfit-comments textarea {
  width: 580px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 0 10px;
  background: #f5f5f5;
  margin-top: 15px;
  font-size: 14px;
}

.onfit-comments .form-popup-btn {
  width: 120px;
  height: 30px;
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 3px;
}

.onfit-comments .form-popup-btn-active {
  background: #0096ff;
}

.onfit-comments .form-popup-btn-active:hover {
  background: #2388cc;
}

.onfit-comments .comments-field {
  display: none;
}

.onfit-comments .comments-tree {
  width: 580px;
}

.onfit-comments .comments-tree .ct-comment {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #dddddd;
  display: table;
  width: 580px;
}

.onfit-comments .comments-tree .ct-comment .ct-date {
  float: right;
  font-size: 12px;
  color: #b1b1b1;
}

.onfit-comments .comments-tree .ct-comment .ct-left, .onfit-comments .comments-tree .ct-comment .ct-right {
  display: table-cell;
  vertical-align: top;
}

.onfit-comments .comments-tree .ct-comment .ct-left {
  float: left;
  margin-right: 10px;
  width: 60px;
}

.onfit-comments .comments-tree .ct-comment .ct-left a {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #dddddd;
  overflow: hidden;
  text-align: center;
}

.onfit-comments .comments-tree .ct-comment .ct-left a img {
  width: 60px;
}

.onfit-comments .comments-tree .ct-comment .ct-right {
  width: 510px;
}

.onfit-comments .comments-tree .ct-comment .ct-name {
  line-height: 16px;
}

.onfit-comments .comments-tree .ct-comment .ct-name a {
  color: #303030;
  text-decoration: none;
  font-weight: 500;
}

.onfit-comments .comments-tree .ct-comment .ct-name a:hover, .onfit-comments .comments-tree .ct-comment .ct-name aactive, .onfit-comments .comments-tree .ct-comment .ct-name a:focus {
  color: #757575;
  text-decoration: underline;
}

.onfit-comments .comments-tree .ct-comment .ct-status {
  color: #b1b1b1;
  font-size: 12px;
}

.onfit-comments .comments-tree .ct-comment .ct-text {
  font-size: 14px;
  margin-top: 8px;
}

.onfit-comments .comments-tree .ct-comment .ct-tools {
  margin-top: 3px;
}

.onfit-comments .comments-tree .ct-comment .ct-tools a {
  display: inline-block;
  margin-right: 15px;
  color: #b1b1b1;
  text-decoration: none;
  font-size: 12px;
}

.onfit-comments .comments-tree .ct-comment .ct-tools a:hover, .onfit-comments .comments-tree .ct-comment .ct-tools a:active, .onfit-comments .comments-tree .ct-comment .ct-tools a:active {
  text-decoration: underline;
  color: #757575;
}

.onfit-comments .comments-tree .ct-comment-answer {
  margin-left: 40px;
  width: 540px;
  border-top: none;
  padding-top: 0;
}

.onfit-comments .comments-tree .ct-comment-answer .ct-right {
  width: 470px;
}

.vk-comments, .fb-comments {
  display: none;
  margin-top: 15px;
  width: 580px;
}

.ct-edit, .ct-answer {
  display: none;
}

.ct-edit textarea, .ct-answer textarea {
  width: 510px;
  height: auto;
}

.ct-answer, .ct-comment-answer {
  position: relative;
}

.ct-answer:before, .ct-comment-answer:before {
  content: '\f062';
  font-family: FontAwesome;
  display: block;
  position: absolute;
  font-size: 12px;
  top: 12px;
  left: -15px;
  color: #b1b1b1;
  font-weight: 300;
}

.ct-comment-answer:before {
  top: 0;
}

.color-submit, .form-submit input[type="submit"], .afisha-add-btn, .club-btn-price, .list-club-price, .club-btn-callback, .form-popup-btn-active, .search-columns-btn-green,
.search-columns-btn-grey, .form-popup-btn, .ok-close-btn, .club-print-btn, .i-go-button, .i-go-button-gone, .club-guest-bottom input[type=submit], .list-club-more {
  outline: none;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.color-submit:hover, .form-submit input[type="submit"]:hover, .afisha-add-btn:hover, .club-btn-price:hover, .list-club-price:hover, .club-btn-callback:hover, .form-popup-btn-active:hover, .search-columns-btn-green:hover,
.search-columns-btn-grey:hover, .form-popup-btn:hover, .ok-close-btn:hover, .club-print-btn:hover, .i-go-button:hover, .i-go-button-gone:hover, .club-guest-bottom input[type=submit]:hover, .list-club-more:hover, .color-submit:focus, .form-submit input[type="submit"]:focus, .afisha-add-btn:focus, .club-btn-price:focus, .list-club-price:focus, .club-btn-callback:focus, .form-popup-btn-active:focus, .search-columns-btn-green:focus,
.search-columns-btn-grey:focus, .form-popup-btn:focus, .ok-close-btn:focus, .club-print-btn:focus, .i-go-button:focus, .i-go-button-gone:focus, .club-guest-bottom input[type=submit]:focus, .list-club-more:focus {
  color: #ffffff;
  text-decoration: none;
}

.afisha-add-btn {
  background: #00b600;
  padding-left: 54px !important;
}

.afisha-add-btn:before {
  content: '';
  position: absolute;
  left: 27px;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -850px;
  margin-top: 8px;
}

.afisha-add-btn:hover, .afisha-add-btn:focus {
  background: #009600;
}

.afisha-btn, .rubric-btn {
  display: inline-block;
  width: 120px;
  box-sizing: border-box;
  border: 1px solid #0096ff;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #0096ff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.afisha-btn:hover, .afisha-btn:focus, .rubric-btn:hover, .rubric-btn:focus {
  text-decoration: none;
  background: #e9f4ff;
}

.rubric-btn {
  width: auto;
  padding: 0 20px;
  margin-top: 5px;
}

.afisha-btn-active {
  border: 1px solid #0096ff;
  background: #0096ff;
  color: #ffffff;
}

.afisha-btn-active:hover, .afisha-btn-active:focus, .afisha-btn-active:active {
  background: #0096ff;
  color: #ffffff;
}

.more-btn, .tile-block-btn, .list-club-price, .list-club-more {
  width: auto;
  line-height: 25px;
  color: #ffffff;
  background: #0096ff;
  padding: 0 8px;
  border-radius: 2px;
  font-size: 13px;
  text-align: center;
}

.more-btn:hover, .tile-block-btn:hover, .list-club-price:hover, .list-club-more:hover, .more-btn:active, .tile-block-btn:active, .list-club-price:active, .list-club-more:active, .more-btn:focus, .tile-block-btn:focus, .list-club-price:focus, .list-club-more:focus {
  background: #40b0ff;
}

.subscribe-btn, .subscribe-form input[type=submit] {
  background: #ff5c5c;
  color: #ffffff;
  font-size: 18px;
  border: none;
}

.subscribe-btn:hover, .subscribe-form input[type=submit]:hover, .subscribe-btn:focus, .subscribe-form input[type=submit]:focus {
  background: #ff4141;
}

.club-btn-price, .list-club-price, .club-btn-callback, .form-popup-btn-active {
  width: 270px;
  margin-top: 10px;
}

.search-columns-btn-green,
.search-columns-btn-grey {
  width: 180px;
  margin-top: 20px;
  margin-right: 20px;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
}

.club-btn-price, .list-club-price {
  background: #6c52a1;
}

.club-btn-price:hover, .list-club-price:hover, .club-btn-price:focus, .list-club-price:focus, .club-btn-price:active, .list-club-price:active {
  background: #8b6acf;
}

.club-btn-callback, .form-popup-btn-active, .search-columns-btn-green {
  background: #009600;
}

.club-btn-callback:hover, .form-popup-btn-active:hover, .club-btn-callback:focus, .form-popup-btn-active:focus, .club-btn-callback:active, .form-popup-btn-active:active, .search-columns-btn-green:hover, .search-columns-btn-green:focus, .search-columns-btn-green:active {
  background: #00b600;
}

.search-columns-btn-grey {
  background: #b1b1b1;
}

.search-columns-btn-grey:hover, .search-columns-btn-grey:focus, .search-columns-btn-grey:active {
  background: #757575;
}

.tile-block-btn {
  position: absolute;
  top: 343px;
  left: 10px;
}

.disabled-btn {
  background: #dddddd;
  width: 180px;
  margin-top: 10px;
}

.form-popup-btn-active {
  width: 180px;
}

.ok-close-btn {
  background: #dddddd;
  color: #757575;
  width: 210px;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 20px;
}

.ok-close-btn:hover, .ok-close-btn:focus, .ok-close-btn:active {
  background: #b1b1b1;
}

.club-print-btn {
  background: #ffffff;
  width: 380px;
  height: 60px;
  line-height: 60px;
  color: #40b0ff;
  font-weight: 700;
  font-size: 25px;
  margin: 0 auto;
}

.club-print-btn:hover, .club-print-btn:active, .club-print-btn:focus {
  color: #40b0ff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.i-go-button {
  background: #009600;
  width: 180px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  margin: 15px 0;
}

.i-go-button:hover, .i-go-button:active, .i-go-button:focus {
  background: #00b600;
}

.i-go-button-gone {
  display: none;
  width: 180px;
  height: 40px;
  line-height: 40px;
  margin: 15px 0;
  color: #0096ff;
  background: #ffffff;
  border: 1px solid #0096ff;
}

.i-go-button-gone:hover, .i-go-button-gone:active, .i-go-button-gone:focus {
  color: #0096ff;
}

.map-expand {
  width: 54px;
  height: 25px;
  margin: 0 auto;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #0096ff;
  cursor: pointer;
  text-align: center;
}

.map-expand:before {
  content: '\f078';
  font-family: FontAwesome;
  color: #ffffff;
}

.map-expand.map-collapse:before {
  content: '\f077';
}

.map-expand:hover {
  background: #40b0ff;
}

.index {
  padding-top: 10px;
}

.index .page-header {
  text-align: center;
}

.index .tile-block-action .tile-block-head {
  background: #ffffff;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 70.2px;
  /* Fallback for non-webkit */
  font-size: 18px;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@-moz-document url-prefix() {
  .index .tile-block-action .tile-block-head {
    overflow: hidden;
    position: relative;
  }
  .index .tile-block-action .tile-block-head:before {
    background: #ffffff;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -3rem;
    width: 3rem;
  }
  .index .tile-block-action .tile-block-head:after {
    content: '';
    background: #ffffff;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}

.index .afisha-head-box {
  padding: 0;
  height: 50px;
  line-height: 40px;
  margin: 20px 0;
}

.index .sidebar {
  padding-top: 20px;
}

.index .calendar-box {
  margin-top: 20px;
}

.index .club-allnews-link {
  top: 30px;
}

#slider {
  margin: 30px 0 0 0;
}

.rec-block {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dddddd;
  width: 22.85714%;
  float: left;
  width: 280px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.rec-block:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.rec-block:nth-child(4n + 2) {
  margin-left: 25.71429%;
  margin-right: -100%;
  clear: none;
}

.rec-block:nth-child(4n + 3) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}

.rec-block:nth-child(4n + 4) {
  margin-left: 77.14286%;
  margin-right: -100%;
  clear: none;
}

.rec-block:nth-child(4n + 4) {
  margin-left: 900px;
}

.rec-block:nth-child(4n + 3) {
  margin-left: 600px;
}

.rec-block:nth-child(4n + 2) {
  margin-left: 300px;
}

.rec-block .rec-logo {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #dddddd;
}

.rec-block .rec-logo img {
  display: inline-block;
  vertical-align: middle;
}

.rec-block .rec-name {
  margin-top: 20px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  padding: 0 10px;
  max-width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rec-block .rec-metro {
  font-weight: 400;
  font-size: 14px;
  color: #303030;
  color: #303030;
  margin-top: 10px;
}

.rec-block .rec-metro span {
  font-weight: 300;
}

.rec-block:hover, .rec-block:focus, .rec-block:active {
  text-decoration: none;
}

.royalSlider {
  width: 100%;
  height: 1000px;
  background: #ffffff;
}

.sudo-nav {
  display: inline-block;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
}

.controls {
  width: 110px;
  display: block;
  margin: 0 auto;
}

.sudo-left {
  margin-right: 10px;
}

.afisha-selectors {
  margin: 15px 0 25px 0;
}

.afisha-selectors select {
  height: 40px;
  border: 1px solid #dddddd;
  outline: none;
  border-radius: 2px;
  padding: 0 20px;
  line-height: 40px;
  text-indent: 4px;
  cursor: pointer;
}

.as-part {
  width: 33.33333%;
  float: left;
  width: 280px;
  margin-right: 20px;
}

.as-part:last-child {
  float: right;
  margin-right: 0;
}

.as-part select {
  width: 280px;
}

.as-part .select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #dddddd;
  outline: none;
  border-radius: 2px;
  padding: 0 20px;
  line-height: 38px;
}

.as-part .select2-container--default .select2-selection--single:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.as-part .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #303030;
  line-height: 38px;
  padding-left: 0;
}

.as-part .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.as-part .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #0096ff;
}

.as-part .select2-container--default .select2-results__option[aria-selected=true] {
  display: none;
}

.as-part .select2-results__option {
  padding-left: 20px;
  color: #b1b1b1;
}

.as-part .select2-dropdown {
  border: 1px solid #dddddd;
  border-radius: 2px;
  border-top: 0;
  margin-top: -3px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.as-subpart {
  width: 50%;
  float: left;
  width: 130px;
}

.as-subpart:last-child {
  float: right;
  margin-right: 0;
}

.as-subpart select {
  width: 130px;
}

.select-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.select-shadow:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.afisha-table, .afisha-table div {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
}

.afisha-table .table-row div {
  padding: 5px 10px 5px 20px;
  overflow: hidden;
  height: 80px;
  vertical-align: middle;
}

.afisha-table .at-date {
  width: 130px;
}

.afisha-table .at-city, .afisha-table .at-price {
  width: 110px;
}

.afisha-table .at-name {
  width: 369px;
}

.afisha-table .at-company {
  width: 160px;
}

.at-header {
  border-collapse: separate;
  border-bottom: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.index .at-header {
  margin-top: 20px;
}

.afisha-head {
  color: #0096ff;
  font-size: 30px;
  margin: 30px 0 20px 0;
}

.afisha-table-head {
  color: #b1b1b1;
}

.at-type {
  display: block;
  font-size: 13px;
  color: #b1b1b1;
}

.at-company-link {
  border-bottom: 1px dashed #0096ff;
  text-decoration: none;
}

.at-company-link:hover, .at-company-link:focus, .at-company-link:active {
  text-decoration: none;
  border-bottom: 1px dashed #40b0ff;
}

.company-popup img {
  margin-bottom: 30px;
}

.company-popup-info .table-row div {
  padding-right: 35px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.cp-left {
  color: #b1b1b1;
}

.afisha-banners {
  padding: 20px 29px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 100%;
}

.afisha-banners .banner-240-120 {
  width: 33.33333%;
  float: left;
  width: 240px;
  margin-right: 50px;
}

.afisha-banners .banner-240-120:last-child {
  float: right;
  margin-right: 0;
  margin-right: 0;
}

.afisha-view-tile {
  display: none;
}

.afisha-view-tile .afisha-banners {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: 20px;
}

.tile-block {
  width: 30.76923%;
  float: left;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  width: 280px;
  height: 380px;
  overflow: hidden;
  margin-top: 20px;
  text-decoration: none;
  color: #303030;
  font-size: 18px;
  position: relative;
}

.tile-block:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.tile-block:nth-child(3n + 2) {
  margin-left: 34.61538%;
  margin-right: -100%;
  clear: none;
}

.tile-block:nth-child(3n + 3) {
  margin-left: 69.23077%;
  margin-right: -100%;
  clear: none;
}

.tile-block:hover, .tile-block:active, .tile-block:focus {
  text-decoration: none;
  color: #303030;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.tile-block img {
  display: block;
  border: none;
  width: 280px;
  height: 210px;
}

.tile-block:nth-child(3n + 3) {
  margin-left: 600px;
}

.tile-block:nth-child(3n + 2) {
  margin-left: 300px;
}

.tile-block .tile-block-date,
.tile-block .tile-block-head {
  padding: 10px 10px 0 10px;
}

.tile-block .tile-block-date {
  color: #0096ff;
  font-weight: 700;
}

.tile-block .tile-block-head {
  padding-top: 0;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 93.6px;
  /* Fallback for non-webkit */
  font-size: 18px;
  line-height: 1.3;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@-moz-document url-prefix() {
  .tile-block .tile-block-head {
    overflow: hidden;
    position: relative;
  }
  .tile-block .tile-block-head:before {
    background: #ffffff;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -3rem;
    width: 3rem;
  }
  .tile-block .tile-block-head:after {
    content: '';
    background: #ffffff;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}

.all-width-content .tile-block {
  width: 22.85714%;
  float: left;
  width: 280px;
}

.all-width-content .tile-block:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.all-width-content .tile-block:nth-child(4n + 2) {
  margin-left: 25.71429%;
  margin-right: -100%;
  clear: none;
}

.all-width-content .tile-block:nth-child(4n + 3) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}

.all-width-content .tile-block:nth-child(4n + 4) {
  margin-left: 77.14286%;
  margin-right: -100%;
  clear: none;
}

.all-width-content .tile-block:nth-child(4n + 4) {
  margin-left: 900px;
}

.all-width-content .tile-block:nth-child(4n + 3) {
  margin-left: 600px;
}

.all-width-content .tile-block:nth-child(4n + 2) {
  margin-left: 300px;
}

.afisha-page .content-date {
  display: none;
}

.afisha-page .likes {
  margin-top: 40px;
}

.afisha-subheader {
  margin-bottom: -15px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #009600;
}

.i-go-text {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #b1b1b1;
}

.afisha-options {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 400;
}

.afisha-option {
  margin-bottom: 10px;
}

.afisha-option div {
  display: inline-block;
}

.afisha-option .ao-left {
  width: 90px;
  margin-right: 10px;
  color: #b1b1b1;
  font-size: 14px;
  font-weight: 400;
}

.afisha-option .ao-right {
  max-width: 660px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-left {
  width: 190px;
  margin-right: 10px;
  color: #757575;
  float: left;
  font-size: 15px;
}

.form-left .label {
  margin-bottom: 20px;
  line-height: 40px;
  float: left;
  width: 190px;
}

.subheader {
  margin-bottom: 30px;
}

.form-right input {
  width: 580px;
  margin-bottom: 20px;
}

.form-right textarea {
  width: 580px;
  height: 200px;
}

.afisha-add .form-popup-btn-active {
  display: inline-block;
  margin-top: 10px;
}

.btn-text {
  display: inline-block;
  width: 430px;
  color: #757575;
  font-size: 15px;
  margin-left: 16px;
  vertical-align: middle;
}

.add-video {
  margin-top: -10px;
  margin-bottom: 20px;
}

.club-form-header {
  margin-bottom: 30px;
}

.afisha-sidebar {
  margin-top: 20px;
}

.afisha .page-nav {
  margin-top: 30px;
}

.afisha-table-head div {
  border: none;
  height: 50px !important;
}

.club-header {
  display: inline-block;
  margin-bottom: 12px;
}

.club-head-pool, .club-head-24 {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/icons/icons-club.svg") no-repeat;
  margin-left: 4px;
}

.club-head-pool {
  background-position: 0 -46px;
}

.club-head-24 {
  background-position: 0 0;
}

.club-banner-top {
  width: 1180px;
}

.club-banner-top img {
  width: 1180px;
  height: 100px;
  display: block;
}

.club-news-date {
  font-size: 13px;
  color: #757575;
  font-weight: 300;
  margin-left: 10px;
  margin-top: 7px;
}

.club-main {
  border: 1px solid #dddddd;
  height: auto;
  overflow: auto;
  margin-top: 20px;
}

.club-main-left, .club-main-right {
  width: 280px;
  float: left;
  padding: 10px 0;
}

.club-gallery {
  width: 600px;
  overflow: hidden;
}

.club-main-left {
  margin-right: 10px;
}

.club-main-left {
  padding-left: 10px;
}

.club-main-right {
  padding-left: 10px;
}

.club-logo {
  text-align: center;
}

.club-main-links {
  text-align: center;
}

.club-main-links a {
  text-decoration: none;
  color: #303030;
  display: inline-block;
  width: auto;
  border-bottom: 1px dashed #303030;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}

.club-main-links a:hover, .club-main-links a:active {
  text-decoration: none;
  color: #757575;
  border-bottom: 1px dashed #757575;
}

a.club-phone {
  margin-top: 20px;
}

.club-phone-number {
  display: inline-block;
  font-weight: 700;
}

.club-phone-number.phone-hidden {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 110px;
  overflow: hidden;
}

a.no-dashed, a:hover.no-dashed, a:focus.no-dashed, a:active.no-dashed {
  border-bottom: none;
  color: #303030;
}

.om_map_overlay {
  display: block;
  position: absolute;
  z-index: 3;
  height: 270px;
  width: 100%;
  background: #dddddd;
  opacity: .1;
}

.om_map_disable {
  position: relative;
}

.om_map_disable .gmnoprint, .om_map_disable .gm-style-cc {
  display: none !important;
}

.om_map_disable a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

.om_map_disable a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.om_map_disable #activmap-canvas {
  width: 270px;
  height: 270px;
}

.club-gallery {
  float: left;
  width: 600px;
  height: 480px;
  box-sizing: border-box;
}

.om_hidden_checkbox {
  display: none;
}

.club-main-info {
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
}

.club-main-info .metro-color {
  margin-right: 3px;
}

.club-metro, .club-time {
  margin-top: 10px;
}

.metro-distance {
  color: #757575;
}

.club-address, .club-metro, .club-time, .club-print-phone, .list-club-phone {
  padding-left: 20px;
  position: relative;
  height: auto;
  line-height: 16px;
}

.club-address:before, .club-metro:before, .club-time:before, .club-print-phone:before, .list-club-phone:before {
  content: '';
  position: absolute;
  display: block;
  background: url("../img/icons/icons-club.svg") no-repeat;
  left: 0;
  top: 3px;
  line-height: 16px;
}

.club-print-phone:before, .list-club-phone:before {
  width: 9px;
  height: 12px;
  background-position: 0 -847px;
}

.club-address:before {
  width: 9px;
  height: 12px;
  background-position: 0 -25px;
}

.club-metro:before {
  width: 13px;
  height: 9px;
  background-position: 0 -37px;
  top: 4px;
}

.club-time:before {
  width: 12px;
  height: 12px;
  background-position: 0 -71px;
  top: 2px;
}

.club-address a {
  color: #b1b1b1;
}

.club-address a:hover, .club-address a:active, .club-address a:focus {
  color: #dddddd;
}

.club-services {
  width: 1180px;
  display: table;
  border-collapse: collapse;
  overflow: hidden;
}

.service-block {
  display: table-cell;
  border: 1px solid #dddddd;
  border-top: none;
  border-collapse: collapse;
  height: 100px;
}

.service-block p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding: 0 2px;
  margin: 0;
}

.service-icon {
  height: 60px;
  text-align: center;
  padding-top: 25px;
  /* иконки услуг*/
}

.service-icon div {
  display: inline-block;
  background: url("../img/icons/icons-club.svg") no-repeat;
  width: 30px;
  height: 30px;
}

.service-icon .pool {
  background-position: 0 -352px;
  height: 20px;
}

.service-icon .gym {
  background-position: 0 -397px;
  width: 34px;
  height: 25px;
}

.service-icon .cardio {
  background-position: 0 -158px;
  width: 25px;
  height: 25px;
}

.service-icon .group {
  background-position: 0 -233px;
  width: 29px;
  height: 25px;
}

.service-icon .dance {
  background-position: 0 -183px;
  width: 26px;
  height: 25px;
}

.service-icon .yoga {
  background-position: 0 -422px;
  width: 21px;
  height: 25px;
}

.service-icon .martial {
  background-position: 0 -208px;
  height: 25px;
}

.service-icon .game {
  background-position: 0 -372px;
  width: 27px;
  height: 25px;
}

.service-icon .kids {
  background-position: 0 -258px;
  width: 24px;
  height: 23px;
}

.service-icon .lfk {
  background-position: 0 -331px;
  width: 35px;
  height: 21px;
}

.service-icon .medic {
  background-position: 0 -306px;
  width: 25px;
  height: 25px;
}

.service-icon .sauna {
  background-position: 0 -108px;
  width: 25px;
  height: 25px;
}

.service-icon .pregnant {
  background-position: 0 -133px;
  width: 15px;
  height: 25px;
}

.service-icon .twentyfour {
  background-position: 0 -83px;
  width: 25px;
  height: 25px;
}

.service-icon .beauty {
  background-position: 0 -281px;
  width: 21px;
  height: 25px;
}

.service-icon .pool {
  background-position: 0 -352px;
  height: 20px;
}

/*gallery*/
.ug-fullscreen {
  background: #000 !important;
}

.ug-button-fullscreen.ug-skin-default {
  position: absolute;
  background: url("../img/icons/icons-club.svg") no-repeat;
  width: 40px;
  height: 40px;
  left: 550px !important;
  top: 10px !important;
  cursor: pointer;
  background-position: 0 -447px !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.ug-button-fullscreen.ug-skin-default:hover {
  background-position: 0 -487px  !important;
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode {
  right: 10px !important;
  left: auto !important;
}

.ug-arrow-left.ug-skin-default, .ug-arrow-right.ug-skin-default {
  width: 60px;
  height: 60px;
  background: url("../img/icons/icons-club.svg") no-repeat;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.ug-arrow-left.ug-skin-default {
  background-position: 0 -527px  !important;
}

.ug-arrow-left.ug-skin-default:hover {
  background-position: 0 -587px  !important;
}

.ug-arrow-right.ug-skin-default {
  background-position: 0 -647px  !important;
}

.ug-arrow-right.ug-skin-default:hover {
  background-position: 0 -707px  !important;
}

/*gallery*/
.club-special-blocks {
  margin-top: 38px;
}

.club-special {
  display: block;
  text-decoration: none;
  color: #303030;
  border: 1px solid #dddddd;
  text-align: center;
  height: 300px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.club-special:last-child {
  margin-right: 0;
}

.club-special.no-margin {
  margin: 0;
  width: 1180px !important;
}

.club-special:hover {
  text-decoration: none;
  color: #303030;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.club-special-date {
  font-size: 13px;
  color: #b1b1b1;
  font-style: italic;
  margin-top: 5px;
}

.club-special-head {
  font-size: 18px;
  margin: 0 10px;
  line-height: 21px;
}

.club-special-img {
  margin-top: 15px;
}

.club-special-img img {
  max-height: 210px;
}

.club-head {
  clear: both;
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  margin-top: 30px;
  position: relative;
}

.club-allnews-link {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #b1b1b1;
  font-size: 16px;
}

.club-allnews-link:hover, .club-allnews-link:active, .club-allnews-link:focus {
  color: #303030;
}

.club-text {
  font-weight: 300;
  color: #757575;
}

.om_morelink_box {
  text-align: center;
}

.morelink {
  display: inline-block;
  text-decoration: none;
  margin: .6em auto;
  color: #757575;
  border-bottom: 1px dashed #757575;
}

.morelink:hover, .morelink:active, .morelink:focus {
  color: #303030;
  border-bottom: 1px dashed #303030;
  text-decoration: none;
}

.morelink:active, .morelink:focus {
  color: #757575;
  border-bottom: 1px dashed #757575;
}

.club-infoblock {
  width: 30.76923%;
  float: left;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  width: 380px;
  height: 400px;
  overflow: hidden;
  margin-top: 20px;
  text-decoration: none;
  color: #303030;
  font-size: size-x-mid;
  position: relative;
}

.club-infoblock:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.club-infoblock:nth-child(3n + 2) {
  margin-left: 34.61538%;
  margin-right: -100%;
  clear: none;
}

.club-infoblock:nth-child(3n + 3) {
  margin-left: 69.23077%;
  margin-right: -100%;
  clear: none;
}

.club-infoblock:hover, .club-infoblock:active, .club-infoblock:focus {
  text-decoration: none;
  color: #303030;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.club-infoblock:nth-child(3n + 3) {
  margin-left: 800px;
}

.club-infoblock:nth-child(3n + 2) {
  margin-left: 400px;
}

.club-infoblock img {
  display: block;
  border: none;
  width: 380px;
  height: 180px;
}

.club-infoblock .club-infoblock-head, .club-infoblock .club-infoblock-text {
  padding: 10px 20px;
}

.club-infoblock .club-infoblock-head {
  font-size: 20px;
  font-weight: 700;
}

.club-infoblock .club-infoblock-text {
  padding-top: 0;
  position: relative;
  overflow: hidden;
  color: #757575;
  font-size: 14px;
  font-weight: 300;
  background: #ffffff;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 127.4px;
  /* Fallback for non-webkit */
  font-size: 14px;
  line-height: 1.3;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@-moz-document url-prefix() {
  .club-infoblock .club-infoblock-text {
    overflow: hidden;
    position: relative;
  }
  .club-infoblock .club-infoblock-text:before {
    background: #ffffff;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -3rem;
    width: 3rem;
  }
  .club-infoblock .club-infoblock-text:after {
    content: '';
    background: #ffffff;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}

.club-infoblock .tile-block-btn {
  top: 360px;
  left: 20px;
}

.tile-block.tile-block-action {
  border: 2px solid #ff4141;
}

.tile-block.tile-block-action .tile-block-head {
  color: #303030;
}

.tile-block.tile-block-action:after {
  //content: 'Акция';
  disply: block;
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #ff4141;
  font-weight: 400;
}

.club-reports .club-news-date:before {
  content: '';
  width: 16px;
  height: 12px;
  display: inline-block;
  background: url("../img/icons/icons-club.svg") no-repeat 0 -805px;
  margin-right: 5px;
}

.club-map-expand {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ffffff;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.club-map-expand:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-top: 12px;
  margin-left: 2px;
  background: url("../img/icons/icons-club.svg") no-repeat 0 -786px;
}

.club-map-expand:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.club-map-expand:hover:after {
  background: url("../img/icons/icons-club.svg") no-repeat 0 -767px;
}

.club-guest-bottom {
  text-align: center;
  margin: 80px 0;
}

.club-guest-bottom input {
  width: 280px;
  font-size: 20px;
  font-weight: 300;
  margin-right: 16px;
}

.club-guest-bottom input:last-child {
  margin-right: 0;
}

.club-guest-bottom input[type=text] {
  line-height: 50px;
  background: #e9f4ff;
  border: 1px solid #0096ff;
}

.club-guest-bottom input.input-error {
  border: 1px solid #ff5c5c;
}

.club-guest-bottom input[type=submit] {
  display: inline-block;
  background: #0096ff;
  line-height: 52px;
}

.club-guest-bottom input[type=submit]:hover {
  background: #40b0ff;
}

.club-guest-bottom-head {
  font-size: 30px;
  font-weight: 700;
}

.club-guest-bottom-text {
  font-weight: 300;
  margin-bottom: 20px;
}

.form-popup {
  font-weight: 300;
  width: 982px;
}

.form-popup-head {
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
  margin: -30px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 35px;
}

.form-popup-head span {
  display: inline-block;
  float: right;
  font-size: 20px;
}

.form-popup-header {
  font-size: 35px;
  margin-bottom: 10px;
}

.form-popup-head-price {
  background: #6c52a1;
}

.input-box {
  line-height: 50px;
  font-size: 20px;
}

.input-box input[type=checkbox], .input-box input[type=radio] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.input-message {
  display: none;
  float: right;
  border: 1px solid #dddddd;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 400px;
  margin-right: 200px;
  padding: 10px;
}

.input-message-icon {
  margin-left: 5px;
}

.other-point-input {
  height: 70px;
}

.other-point-input input {
  width: 580px;
  font-size: 15px;
  display: none;
}

.form-popup-select-box {
  width: 380px;
  height: auto;
  position: absolute;
  z-index: 1051;
  border-radius: 4px;
  line-height: 28px !important;
}

#club-price-step4 .choose-arr, #club-price-step4 .select2-selection__arrow {
  display: none !important;
}

#club-price-step4 .select2-selection {
  outline: none;
  position: relative !important;
  width: 380px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dddddd;
  padding: 0 10px;
  font-size: 15px;
  color: #757575;
}

#club-price-step4 .select-selection-a, #club-price-step4 .select-selection-close {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 22px;
  height: 22px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -228px;
  margin-left: 5px;
  z-index: 1050;
}

#club-price-step4 .select-selection-close {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -164px;
  display: none;
}

#club-price-step4 .select-selection-close:hover {
  background-position: 0 -186px;
}

#club-price-step4 .select-selection-a-hover {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -250px;
}

#club-price-step4 .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #dddddd !important;
}

#club-price-step4 .select2-container {
  width: 380px !important;
  display: block;
  height: auto !important;
}

#club-price-step4 .select2-dropdown {
  background: #f5f5f5;
  padding: 0 5px 0 20px;
}

#club-price-step4 .select2-results__options {
  font-size: 14px;
}

#club-price-step4 .select2-results__option {
  height: 28px;
  line-height: 28px;
}

#club-price-step4 .select2-results__option span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
}

#club-price-step4 .select2-results__option span.choose-arr {
  display: none;
  width: 63px;
  height: 20px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -208px;
  margin-left: 9px;
  font-size: 10px;
  color: #009600;
  text-align: center;
  line-height: 20px;
}

#club-price-step4 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #009600;
}

#club-price-step4 .select2-container--default .select2-results__option--highlighted[aria-selected] span {
  border-bottom: 1px dashed #009600;
}

#club-price-step4 .select2-container--default .select2-results__option--highlighted[aria-selected] span.choose-arr {
  border-bottom: none;
  display: inline-block;
}

#club-price-step4 .select2-container--default .select2-results__option[aria-selected=true] {
  background: none;
  color: #009600;
}

#club-price-step4 .select2-container--default .select2-results__option[aria-selected=true] span:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 8px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -272px;
  margin-right: 6px;
}

#club-price-step4 .select2-container--default .select2-results__option[aria-selected=true] span.choose-arr {
  display: none;
}

#club-price-step4 .select2-results__option--highlighted[aria-selected=true] {
  cursor: default;
}

#club-price-step4 .select2-results__option--highlighted[aria-selected=true] span {
  border-bottom: none !important;
}

#club-price-step4 ul.select2-results {
  max-height: 500px;
}

#club-price-step4 .select2-container--open {
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
}

#club-price-step4 .select2-dropdown {
  position: relative !important;
  clear: both;
  border: 1px solid #dddddd !important;
  border-top: none !important;
}

#club-price-step4 .select2-selection__rendered {
  display: inline-block !important;
  background: #ffffff;
  width: auto !important;
  padding: 0 10px 0 10px !important;
  height: 38px;
  line-height: 38px;
}

#club-price-step4 .form-popup-btn {
  margin-top: 70px;
}

#club-price-step4 .when-box-text {
  font-weight: 700;
  font-size: 20px;
}

#club-price-step4 .option-default
.select2-container--default .select2-results__option[aria-selected=true] span:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 8px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -272px;
  margin-right: 6px;
}

.when-box {
  display: none;
}

.form-popup-subheader {
  font-size: 25px;
}

.form-popup-fine {
  color: #009600;
  font-size: 25px;
  font-weight: 700;
}

.form-part {
  width: 47.05882%;
  float: left;
  margin-right: 5.88235%;
  margin-right: 30px;
  margin-top: 25px;
}

.form-part:last-child {
  margin-right: 0;
}

.form-part input, .form-part textarea {
  width: 100%;
  font-size: 15px;
}

.form-part input {
  margin-bottom: 20px;
}

.form-part textarea {
  margin-top: 6px;
  height: 178px;
}

.float-checkboxes {
  float: right;
  margin-right: 336px;
  margin-top: 4px;
}

.float-checkboxes .input-box {
  font-size: 14px;
  color: #b1b1b1;
  line-height: 26px;
}

.form-popup-head-green {
  background: #00b600;
  text-align: center;
}

.form-popup-head-green:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 30px;
  margin-right: 10px;
  background: url("../img/icons/icons-club.svg") no-repeat 0 -817px;
}

.ok-head, .ok-subhead {
  text-align: center;
}

.ok-head {
  font-size: 35px;
  margin-bottom: 10px;
}

.ok-subhead {
  font-size: 20px;
  margin-bottom: 30px;
}

.ok-club {
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}

.ok-club .ok-club-part {
  width: 30.76923%;
  float: left;
  margin-right: 3.84615%;
  margin-right: 10px;
}

.ok-club .ok-club-part:last-child {
  margin-right: 0;
}

.ok-club .ok-club-left {
  width: 300px;
}

.ok-club .ok-club-left img {
  display: block;
  width: 300px;
  height: 200px;
}

.ok-club .ok-club-middle, .ok-club .ok-club-right {
  padding-top: 10px;
  overflow: hidden;
}

.ok-club .ok-club-middle {
  width: 380px;
  height: 200px;
}

.ok-club .ok-club-middle .ok-club-header {
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ok-club .ok-club-middle .club-main-info {
  margin-top: 5px;
}

.ok-club .ok-club-right {
  width: 210px;
  padding-right: 10px;
}

.ok-club .ok-club-right img {
  display: block;
  max-height: 100px;
  margin: 0 auto;
}

.ok-club .ok-club-right .club-btn-price, .ok-club .ok-club-right .list-club-price {
  width: 210px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.ok-club .ok-club-right input {
  width: 210px;
  font-size: 16px;
}

.metro-span {
  display: block;
}

.ok-send-green, .ok-send-green:hover, .ok-send-green:focus, .ok-send-green:active {
  background: #00b600;
}

.ok-ask {
  display: none;
  color: #6c52a1;
  font-size: 14px;
  font-weight: 400;
}

.ok-ask input {
  border: 1px solid #6c52a1;
  margin-top: 10px;
}

#club-call-popup form .input-box {
  margin-top: 12px;
}

#club-call-popup .form-popup-btn, #club-call-popup .float-checkboxes {
  margin-top: 26px;
}

.form-popup-head-guest {
  background: #40b0ff;
}

.form-popup-head-call {
  background: #009600;
}

#club-call-popup-success .form-popup-header:before, #club-guest-popup-success .form-popup-header:before, #club-ask-popup-success .form-popup-header:before, #restore-popup-success .form-popup-header:before, #club-barter-success .form-popup-header:before {
  content: '';
  display: inline-block;
  margin: 0 auto;
  margin-right: 20px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -884px;
  width: 32px;
  height: 32px;
}

#club-map-popup {
  width: 980px;
  padding: 0 0 20px 0;
}

#club-map-popup #activmap-canvas {
  width: 980px !important;
  height: 460px;
}

#club-map-popup .club-main-info {
  margin-left: 20px;
}

#club-map-popup .club-map-print-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 0 20px;
}

.club-map-print-btn {
  background: #dddddd;
  color: #303030;
}

.club-map-print-btn:hover, .club-map-print-btn:focus, .club-map-print-btn:active {
  background: #b1b1b1;
  color: #303030;
}

.club-infoblock-popup {
  width: 1000px;
  height: 600px;
  background: none;
  padding: 0;
}

.club-infoblock-popup #gallery {
  margin: 0 auto;
}

.club-infoblock-popup #gallery .ug-slider-inner {
  top: 0 !important;
}

.club-infoblock-popup-head {
  color: #ffffff;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: -48px;
  width: 100%;
}

.ug-textpanel, .ug-textpanel-textwrapper {
  /* top: 0 !important; */
  /* left: auto !important; */
  /* width: 100% !important; */
  /* text-align: center; */
}

.ug-textpanel-description {
  width: 100% !important;
  text-align: center !important;
  font-family: 'Ubuntu' !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}

.ug-gallery-wrapper .ug-slider-wrapper {
  background: none !important;
}

.ug-slider-control.ug-arrow-left, .ug-slider-control.ug-arrow-right {
  margin-top: 40px !important;
}

.ug-gallery-wrapper .ug-overlay-disabled {
  opacity: 0.7 !important;
}

.form-popup-header-green {
  color: #009600;
  font-size: 35px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}

#club-barter-popup form {
  margin-top: 30px;
}

#club-barter-popup form input {
  margin-bottom: 10px;
}

#club-barter-success .form-popup-header-green {
  margin-top: 0;
  margin-bottom: 20px;
}

#club-barter-success .form-popup-text {
  font-weight: 400;
  font-size: 20px;
}

#club-barter-success .club-btn-callback, #club-barter-success .form-popup-btn-active {
  margin: 30px 0 10px 0;
}

.club-print .club-header {
  margin-top: 50px;
}

.club-print #activmap-wrapper {
  width: 100%;
}

.club-print #activmap-canvas {
  height: 640px;
}

.club-print .metro-span {
  display: inline;
}

.club-print-header {
  height: 100px;
  background: #40b0ff;
  padding-top: 20px;
}

.logo-print {
  float: right;
  margin-top: 60px;
  width: auto;
  overflow: auto;
}

.logo-print img {
  width: auto;
  height: auto;
}

.club-print-main {
  border: 1px solid #dddddd;
  margin-top: 30px;
  display: table;
  width: 100%;
}

.club-print-logo {
  padding: 10px 30px 0 30px;
  display: table-cell;
  overflow: hidden;
  width: 290px;
  text-align: center;
  vertical-align: middle;
}

.club-print-info {
  border-left: 1px solid #dddddd;
  display: table-cell;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 0;
  vertical-align: top;
}

.club-print-phone, .list-club-phone {
  display: block;
  width: auto;
  text-decoration: none;
  color: #303030;
  margin: 20px 0 10px 0;
  font-weight: 700;
}

.club-print-phone .club-phone-hidden, .club-print-phone .list-club-phone-hidden, .list-club-phone .club-phone-hidden, .list-club-phone .list-club-phone-hidden {
  display: block;
  float: left;
}

.club-print-phone .club-phone-hidden.phone-hidden, .club-print-phone .list-club-phone-hidden.phone-hidden, .list-club-phone .club-phone-hidden.phone-hidden, .list-club-phone .list-club-phone-hidden.phone-hidden {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 110px;
  overflow: hidden;
}

.club-print-phone .club-phone-show, .club-print-phone .list-club-phone-show, .list-club-phone .club-phone-show, .list-club-phone .list-club-phone-show {
  border-bottom: 1px dashed #303030;
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.club-print-map {
  border: 1px solid #dddddd;
  border-top: none;
}

.print-map-footer {
  margin: 50px 0;
}

@page {
  size: A4;
}

@media print {
  * {
    transition: none !important;
  }
  .club-print-header,
  .club-print-btn {
    display: none !important;
  }
  .container, .club-print, .club-print-main, .club-print-map, .club-print .clearfix, .club-print nav, .club-print .onfit-comments .comments-tree .ct-comment, .onfit-comments .comments-tree .club-print .ct-comment, .club-print .board-search {
    min-width: 900px;
  }
  .logo-print img {
    width: auto !important;
    height: auto !important;
  }
  .club-print-map {
    padding: 1px;
  }
}

.om_activmap_link {
  color: #303030;
  text-decoration: none;
}

.om_activmap_link:hover, .om_activmap_link:focus, .om_activmap_link:active {
  color: #757575;
  text-decoration: none;
}

.om_activmap_img {
  width: 4em;
  margin-right: .5em;
}

h4.activmap-title {
  margin: 0;
  font-size: 1em;
  text-decoration: underline;
}

#club-map-popup.net-map-popup {
  padding: 0;
  height: 600px;
}

#club-map-popup.net-map-popup #activmap-canvas {
  height: 600px;
}

.club-gallery.net-text {
  height: auto;
}

.club-main.net-main {
  border: none;
  padding-right: 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.club-main.net-main .club-main-right {
  padding: 0;
}

.club-main.net-main .om_map_disable #activmap-canvas {
  width: 290px;
  height: 290px;
}

.clubs-list-head span {
  color: #dddddd;
}

.search-header span {
  color: #009600;
}

.net-content {
  padding-bottom: 20px;
}

.clubs-list-head {
  margin-bottom: 20px;
}

.list-club.clearfix, nav.list-club, .onfit-comments .comments-tree .list-club.ct-comment, .list-club.board-search {
  height: 200px;
  overflow: hidden;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}

.list-club.clearfix:hover, nav.list-club:hover, .onfit-comments .comments-tree .list-club.ct-comment:hover, .list-club.board-search:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.list-club-left, .list-club-mid, .list-club-right {
  float: left;
}

.list-club-left {
  width: 400px;
  overflow: hidden;
}

.list-club-mid {
  width: 588px;
  padding: 0 10px;
}

.list-club-mid .list-club-head,
.list-club-mid .club-address,
.list-club-mid .club-metro {
  display: block;
  width: 570px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-club-mid .list-club-head .metro-span,
.list-club-mid .club-address .metro-span,
.list-club-mid .club-metro .metro-span {
  display: inline-block;
}

.list-club-mid .list-club-head {
  display: inline-block;
  float: left;
  width: auto;
  max-width: 570px;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  text-decoration: none;
  border-bottom: 1px solid #0096ff;
  margin: 15px 0;
  font-weight: 400;
}

.list-club-mid .list-club-head:hover {
  border-bottom: 1px solid #40b0ff;
}

.list-club-mid .club-main-info {
  margin: 0;
}

.list-club-right {
  width: 170px;
}

.list-club-right .list-club-phone {
  font-weight: 300;
  font-size: 14px;
}

.list-club-right .list-club-phone:before {
  -webkit-filter: grayscale(100%) brightness(500%) brightness(70%);
  filter: grayscale(100%) brightness(500%) brightness(70%);
}

.list-club-right .list-club-phone:hover, .list-club-right .list-club-phone:focus, .list-club-right .list-club-phone:active {
  color: #757575;
}

.list-club-right .list-club-phone-hidden {
  white-space: nowrap;
  max-width: 115px;
  overflow: hidden;
}

.list-club-right .list-club-phone-hidden.phone-hidden {
  display: inline-block;
  width: 88px;
  white-space: nowrap;
  border-bottom: 1px dashed #303030;
}

.list-club-right .list-club-phone-hidden.phone-hidden:hover, .list-club-right .list-club-phone-hidden.phone-hidden:focus, .list-club-right .list-club-phone-hidden.phone-hidden:active {
  color: #757575;
  border-bottom: 1px dashed #757575;
}

.list-club-right .list-club-phone-show {
  margin-left: 0px;
  padding-left: 3px;
}

.list-club-right .list-club-phone-show:hover, .list-club-right .list-club-phone-show:focus, .list-club-right .list-club-phone-show:active {
  color: #757575;
  border-bottom: 1px dashed #757575;
}

.list-club-right .list-club-right-logo {
  padding-top: 16px;
}

.list-club-right .list-club-right-logo img {
  display: block;
  width: 113px;
  margin: 0 auto;
}

.list-club-price, .list-club-more {
  width: 170px;
  margin-bottom: 6px;
}

.list-club-more {
  border: 1px solid #0096ff;
  color: #0096ff;
  background: #ffffff;
}

.list-club-mid .list-club-services {
  width: 580px;
  overflow: hidden;
}

.list-club-mid .list-service-block {
  overflow: hidden;
  height: 50px;
  float: left;
  max-width: 50px;
}

.list-club-mid .list-service-block .service-icon {
  -webkit-filter: grayscale(100%) brightness(500%) brightness(70%);
  filter: grayscale(100%);
}

.page-nav {
  margin-top: 10px;
}

.club-list-show-all {
  display: block;
  float: right;
  margin-top: 10px;
  line-height: 33px;
  margin-right: 30px;
  color: #b1b1b1;
  font-size: 18px;
}

.club-list-show-all:hover, .club-list-show-all:focus, .club-list-show-all:active {
  color: #757575;
}

.filter-reset-top {
  display: none;
  position: absolute;
  right: 0;
  margin-top: -10px;
  color: #009600;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.filter-reset-top .fa-times {
  font-size: 15px;
}

.filter-reset-top span {
  display: inline-block;
  border-bottom: 1px dashed #009600;
  line-height: 15px;
}

.filter-reset-top:hover, .filter-reset-top:active, .filter-reset-top:focus {
  text-decoration: none;
  color: #00b600;
}

.filter-reset-top:hover span, .filter-reset-top:active span, .filter-reset-top:focus span {
  border-bottom: 1px dashed #00b600;
}

.filter-reset-top:active, .filter-reset-top:focus {
  text-decoration: none;
  color: #009600;
}

.filter-reset-top:active span, .filter-reset-top:focus span {
  border-bottom: 1px dashed #009600;
}

.search-btns {
  margin: 30px 0;
}

.search-btns a {
  width: 33.33333%;
  float: left;
  display: block;
  text-decoration: none;
  color: #303030;
  width: 220px;
  margin-right: 20px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 0 20px;
  line-height: 38px;
  position: relative;
  cursor: pointer;
}

.search-btns a:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.search-btns a:last-child {
  float: right;
  margin-right: 0;
}

.search-btns a i {
  position: absolute;
  right: 10px;
  line-height: 38px;
}

h1.search-header {
  display: none;
  font-size: 20px;
  margin: 0 0 30px 0;
  font-weight: 400;
}

.search-map #activmap-canvas {
  width: 100%;
  height: 460px;
}

.search-map #activmap-canvas .gm-style-mtc {
  display: none;
}

.index .search-map #activmap-canvas {
  height: 300px;
}

.search-indicator {
  position: absolute;
  margin-top: 15px;
  margin-left: 15px;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  width: auto;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.search-indicator a {
  color: #009600;
  text-decoration: none;
  border-bottom: 1px dashed #009600;
}

.search-indicator a:hover {
  color: #00b600;
  border-bottom: 1px dashed #00b600;
}

.list-barter-popup {
  display: inline-block;
  width: 52px;
  height: 22px;
  background: url("../img/icons/icons-club.svg") no-repeat 0 -859px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding-left: 12px;
  text-decoration: none;
  margin-top: 18px;
  margin-left: 7px;
}

.list-barter-popup:hover, .list-barter-popup:focus, .list-barter-popup:active {
  text-decoration: none;
  color: #ffffff;
}

.search-popup {
  width: 920px;
  height: 520px;
  background: #f5f5f5;
  padding: 20px;
}

.search-popup .search-popup-head {
  font-size: 25px;
  font-weight: 700;
}

.search-popup input {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #dddddd;
}

.search-column {
  width: 33.33333%;
  float: left;
  width: 280px;
  margin-right: 20px;
  height: auto;
}

.search-column:last-child {
  float: right;
  margin-right: 0;
}

.search-column .search-column-head {
  line-height: 55px;
  font-size: 20px;
  color: #757575;
  font-weight: 500;
}

.search-column .search-column-box {
  border: 1px solid #dddddd;
  height: 270px;
  overflow: hidden;
  overflow: auto;
  background: #ffffff;
  position: relative;
}

.search-column .search-column-box.alphabet {
  overflow: auto;
  background: #f5f5f5;
  border: none;
}

.search-column .search-column-box a {
  display: block;
  text-decoration: none;
  color: #757575;
  padding: 6px 12px;
  font-size: 13px;
}

.search-column .search-column-box a:hover, .search-column .search-column-box a:active, .search-column .search-column-box a:focus {
  background: #f5f5f5;
}

.search-column .search-column-box a .metro-color {
  margin-right: 8px;
}

.search-column .search-column-box .fixed-link {
  position: absolute;
  top: 0;
  width: 100%;
}

.search-column .search-column-box#metro-lines, .search-column .search-column-box#district {
  padding-top: 30px;
}

.filter-results-delete:after {
  content: "\f00d";
  font-family: FontAwesome;
  color: #ff5c5c;
  float: right;
}

.filter-results-check {
  background: #f5f5f5;
}

.filter-results-check:after {
  content: '';
  display: block;
  width: 9px;
  height: 8px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -272px;
  margin-top: 6px;
  float: right;
}

.filter-results-not-found:before {
  content: 'Станции не найдены';
  color: #757575;
  display: block;
  padding: 6px 12px;
  font-size: 13px;
  background: #f5f5f5;
}

.filter-results-not-found.areas-not-found:before {
  content: 'Районы не найдены';
}

.filter-results-not-found.clubs-not-found:before {
  content: 'Клубы не найдены';
}

.search-btn-metro .search-btn-indicator,
.search-btn-district .search-btn-indicator,
.search-btn-name .search-btn-indicator,
.search-btn-services .search-btn-indicator,
.search-btn-near .search-btn-indicator {
  padding: 0 6px;
  line-height: 20px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-left: 5px;
  font-size: 16px;
  color: #ffffff;
  background: #009600;
}

.search-btn-metro .fa-times, .search-btn-metro .search-btn-indicator,
.search-btn-district .fa-times,
.search-btn-district .search-btn-indicator,
.search-btn-name .fa-times,
.search-btn-name .search-btn-indicator,
.search-btn-services .fa-times,
.search-btn-services .search-btn-indicator,
.search-btn-near .fa-times,
.search-btn-near .search-btn-indicator {
  display: none;
}

.search-btn-metro .fa-times,
.search-btn-district .fa-times,
.search-btn-name .fa-times,
.search-btn-services .fa-times,
.search-btn-near .fa-times {
  color: #009600;
  cursor: pointer;
}

.search-btn-metro .fa-times:hover, .search-btn-metro .fa-times:focus, .search-btn-metro .fa-times:active,
.search-btn-district .fa-times:hover,
.search-btn-district .fa-times:focus,
.search-btn-district .fa-times:active,
.search-btn-name .fa-times:hover,
.search-btn-name .fa-times:focus,
.search-btn-name .fa-times:active,
.search-btn-services .fa-times:hover,
.search-btn-services .fa-times:focus,
.search-btn-services .fa-times:active,
.search-btn-near .fa-times:hover,
.search-btn-near .fa-times:focus,
.search-btn-near .fa-times:active {
  color: #00b600;
}

span.results {
  color: #303030;
}

#search-popup-name {
  height: 570px;
}

#search-popup-name .search-column-box {
  height: 330px;
}

.alphabet .lt {
  width: 14.28571%;
  float: left;
  width: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #dddddd;
  text-transform: uppercase;
  line-height: 35px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.alphabet .lt:nth-child(7n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}

.alphabet .lt:nth-child(7n + 2) {
  margin-left: 14.28571%;
  margin-right: -100%;
  clear: none;
}

.alphabet .lt:nth-child(7n + 3) {
  margin-left: 28.57143%;
  margin-right: -100%;
  clear: none;
}

.alphabet .lt:nth-child(7n + 4) {
  margin-left: 42.85714%;
  margin-right: -100%;
  clear: none;
}

.alphabet .lt:nth-child(7n + 5) {
  margin-left: 57.14286%;
  margin-right: -100%;
  clear: none;
}

.alphabet .lt:nth-child(7n + 6) {
  margin-left: 71.42857%;
  margin-right: -100%;
  clear: none;
}

.alphabet .lt:nth-child(7n + 7) {
  margin-left: 85.71429%;
  margin-right: -100%;
  clear: none;
}

.alphabet .lt:hover {
  border: 1px solid #0096ff;
  color: #0096ff;
}

.alphabet .lt.lt-active {
  background: #0096ff;
  border: 1px solid #0096ff;
  color: #ffffff;
}

.alphabet .letters-eng {
  margin-top: 10px;
}

.search-popup-services {
  width: 774px;
  margin-top: 20px;
}

.search-popup-services .list-service-block {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #dddddd;
  background: #ffffff;
  width: 33.33333%;
  float: left;
  width: 250px;
  height: 52px;
  padding: 0 10px;
  line-height: 50px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #b1b1b1;
  cursor: pointer;
}

.search-popup-services .list-service-block:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}

.search-popup-services .list-service-block:nth-child(3n + 2) {
  margin-left: 33.33333%;
  margin-right: -100%;
  clear: none;
}

.search-popup-services .list-service-block:nth-child(3n + 3) {
  margin-left: 66.66667%;
  margin-right: -100%;
  clear: none;
}

.search-popup-services .list-service-block .service-icon {
  float: left;
  padding-top: 0;
  height: 50px;
  line-height: 46px;
  width: 45px;
  -webkit-filter: grayscale(100%) brightness(500%) brightness(70%);
  filter: grayscale(100%) brightness(500%) brightness(70%);
}

.search-popup-services .list-service-block .service-icon div {
  vertical-align: middle;
}

.search-popup-services .list-service-block p {
  display: inline-block;
  margin: 0;
}

.search-popup-services .list-service-block:hover, .search-popup-services .list-service-block.service-active {
  border: 1px solid #303030;
  color: #303030;
}

.search-popup-services .list-service-block:hover .service-icon, .search-popup-services .list-service-block.service-active .service-icon {
  -webkit-filter: grayscale(100%) brightness(500%) brightness(30%);
  filter: grayscale(100%) brightness(500%) brightness(30%);
}

.search-popup-services .list-service-block.filter-results-check:after {
  margin-top: 21px;
  -webkit-filter: grayscale(100%) brightness(500%) brightness(30%);
  filter: grayscale(100%) brightness(500%) brightness(30%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.6666 0.6666 0.6666 0 0 0.6666 0.6666 0.6666 0 0 0.6666 0.6666 0.6666 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

#search-header-default {
  display: block;
}

#search-header-default span {
  color: #303030;
}

.fa-times {
  padding: 0 5px;
}

#search-popup-metro button.mfp-close, #search-popup-district button.mfp-close, #search-popup-name button.mfp-close, #search-popup-services button.mfp-close {
  display: none !important;
}

#search-popup-metro .search-popup-close, #search-popup-district .search-popup-close, #search-popup-name .search-popup-close, #search-popup-services .search-popup-close {
  width: 22px;
  height: 22px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -758px;
  position: absolute;
  right: 0;
  top: -32px;
  cursor: pointer;
}

#search-popup-metro .search-popup-close:hover, #search-popup-district .search-popup-close:hover, #search-popup-name .search-popup-close:hover, #search-popup-services .search-popup-close:hover {
  background-position: 0 -780px;
}

#search-popup-metro .search-popup-close:active, #search-popup-district .search-popup-close:active, #search-popup-name .search-popup-close:active, #search-popup-services .search-popup-close:active {
  top: -32px;
}

.club-news .list-club, .news .list-club {
  margin-top: 10px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.club-news .list-club:hover, .news .list-club:hover {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.club-news .club-list-show-all, .news .club-list-show-all {
  margin-top: 30px;
}

.club-news .club-banner-top, .news .club-banner-top {
  margin: 20px 0 30px 0;
}

.rubrics {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tile-block-rubric {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #757575;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.club-news-date span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .tile-block-action .tile-block-head {
  background: #ffffff;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 70.2px;
  /* Fallback for non-webkit */
  font-size: 18px;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@-moz-document url-prefix() {
  .news .tile-block-action .tile-block-head {
    overflow: hidden;
    position: relative;
  }
  .news .tile-block-action .tile-block-head:before {
    background: #ffffff;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -3rem;
    width: 3rem;
  }
  .news .tile-block-action .tile-block-head:after {
    content: '';
    background: #ffffff;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}

.net-count {
  font-size: 30px;
  color: #b1b1b1;
  font-weight: 300;
  margin-top: 10px;
}

.net-news .metro-span {
  display: inline;
  color: #b1b1b1;
  text-decoration: none;
  margin-left: 10px;
}

.net-news .metro-span span {
  display: inline;
}

.net-news .metro-span span.metro-color {
  display: inline-block;
}

.net-news .net-text {
  padding-right: 20px;
}

.n-club {
  width: 580px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #b1b1b1;
}

.n-club a {
  display: inline;
  color: #303030;
  line-height: 27px;
}

.n-club a:hover {
  color: #0096ff;
}

.net-club-list {
  max-height: 190px;
  overflow: hidden;
}

.net-club-list-visible {
  max-height: 100%;
}

.n-show-link {
  display: none;
  color: #b1b1b1;
  text-decoration: none;
  border-bottom: 1px dashed #b1b1b1;
  margin-bottom: 20px;
}

.n-show-link:hover, .n-show-link:focus, .n-show-link:active {
  color: #757575;
  text-decoration: none;
  border-bottom: 1px dashed #757575;
}

.likes {
  width: 80px;
  margin: 12px 10px;
  float: right;
  background: #ffffff;
  padding: 5px;
  position: relative;
  z-index: 1;
}

.likes .ya-share2__counter {
  float: right !important;
  padding-right: 3px;
}

.likes .ya-share2__badge {
  width: 80px !important;
  margin-bottom: 5px !important;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.likes .ya-share2__badge.ya-share-bg {
  background: #ffffff !important;
  border: 1px solid #dddddd;
}

.likes .ya-share2__badge.ya-share-bg .ya-share2__icon {
  -webkit-filter: grayscale(100%) brightness(500%) brightness(70%);
  filter: grayscale(100%) brightness(500%) brightness(70%);
}

.likes .ya-share2__badge.ya-share-bg .ya-share2__counter {
  color: #dddddd;
}

.likes .like-text, .likes .comment-text {
  display: none;
  line-height: 34px;
}

.like, .comment {
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 40px;
  line-height: 34px;
  margin-bottom: 10px;
  color: #dddddd;
  cursor: pointer;
}

.like div, .comment div {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.like .like-icon {
  width: 22px;
  height: 20px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -978px;
}

.like .like-icon.active {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -958px;
}

.like:hover {
  border: 1px solid #ff5c5c;
  color: #ff5c5c;
}

.like:hover .like-icon {
  background-position: 0 -998px;
}

.like:hover .like-icon.active {
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -958px;
}

.comment .comment-icon {
  width: 22px;
  height: 20px;
  background: url("../img/icons/icons-header-footer.svg") no-repeat 0 -916px;
}

.comment:hover {
  border: 1px solid #0096ff;
  color: #0096ff;
}

.comment:hover .comment-icon {
  background-position: 0 -937px;
}

.share-head {
  font-size: 13px;
  color: #b1b1b1;
  text-align: center;
  margin-bottom: 5px;
}

.content-date {
  font-size: 13px;
  color: #b1b1b1;
  margin-top: -10px;
}

.content-text {
  width: 780px;
}

.views {
  margin-top: 10px;
  color: #b1b1b1;
}

.views .views-text {
  font-size: 12px;
}

.views div {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.download {
  color: #b1b1b1;
  font-size: 12px;
  margin-top: 10px;
}

.download a {
  color: #b1b1b1;
}

.download a:hover {
  color: #dddddd;
}

.download a span {
  text-decoration: underline;
}

.report-gallery {
  margin-top: 30px;
}

.report-gallery a {
  width: 33.33333%;
  float: left;
  width: 280px;
  height: 186px;
  margin-right: 19px;
  display: block;
  margin-bottom: 19px;
}

.report-gallery a:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}

.report-gallery a:nth-child(3n + 2) {
  margin-left: 33.33333%;
  margin-right: -100%;
  clear: none;
}

.report-gallery a:nth-child(3n + 3) {
  margin-left: 66.66667%;
  margin-right: -100%;
  clear: none;
}

.report-gallery a:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.report-gallery a img {
  width: 280px;
  height: 186px;
  display: block;
}

.lg-outer, .lg-backdrop {
  z-index: 1200;
}

.lg-outer .lg-thumb-item {
  border: none;
  border-radius: 0;
}

.lg-outer .lg-thumb-item img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.lg-outer .lg-thumb-item:hover img, .lg-outer .lg-thumb-item.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lg-toolbar {
  text-align: center;
}

.lg-toolbar .page-header {
  display: block;
  width: auto;
  width: 1280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px auto 0 auto;
  line-height: 20px;
  font-size: 20px;
}

.lg-toolbar .lg-close, .lg-toolbar .lg-download {
  position: absolute;
  top: 20px;
  right: 20px;
}

.lg-toolbar .lg-download {
  right: 70px;
}

.other {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
  margin: 30px 0;
  clear: both;
}

.other-head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
}

.other-head.video:before {
  content: "\f04b";
  font-family: FontAwesome;
  color: #303030;
  margin-right: 5px;
}

.other-preview {
  display: block;
  text-decoration: none;
  width: 33.33333%;
  float: left;
  width: 280px;
  height: 100px;
  margin-right: 19px;
  display: block;
  margin-bottom: 19px;
}

.other-preview:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}

.other-preview:nth-child(3n + 2) {
  margin-left: 33.33333%;
  margin-right: -100%;
  clear: none;
}

.other-preview:nth-child(3n + 3) {
  margin-left: 66.66667%;
  margin-right: -100%;
  clear: none;
}

.other-preview:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.other-preview .other-preview-img {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  border: 1px solid #dddddd;
  float: left;
  margin-right: 10px;
}

.other-preview .other-preview-img img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.content-page .n-show-link {
  display: inline-block;
  float: right;
  border: none;
  text-decoration: underline;
  font-size: 14px;
}

.other-preview-text {
  background: #ffffff;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 96px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.2;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@-moz-document url-prefix() {
  .other-preview-text {
    overflow: hidden;
    position: relative;
  }
  .other-preview-text:before {
    background: #ffffff;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -3rem;
    width: 3rem;
  }
  .other-preview-text:after {
    content: '';
    background: #ffffff;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}

.club-reports .tile-content, .club-news .tile-content, .content-page .tile-content {
  margin-bottom: 30px;
}

.club-reports .club-head, .club-news .club-head, .content-page .club-head {
  text-align: left;
}

.club-reports .report-gallery a {
  width: 25%;
  float: left;
  width: 280px;
  height: 186px;
  margin-right: 19px;
  display: block;
  margin-bottom: 19px;
}

.club-reports .report-gallery a:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}

.club-reports .report-gallery a:nth-child(4n + 2) {
  margin-left: 25%;
  margin-right: -100%;
  clear: none;
}

.club-reports .report-gallery a:nth-child(4n + 3) {
  margin-left: 50%;
  margin-right: -100%;
  clear: none;
}

.club-reports .report-gallery a:nth-child(4n + 4) {
  margin-left: 75%;
  margin-right: -100%;
  clear: none;
}

.club-reports .report-gallery a:nth-child(4n + 4) {
  margin-left: 900px;
}

.club-reports .report-gallery a:nth-child(4n + 3) {
  margin-left: 600px;
}

.club-reports .report-gallery a:nth-child(4n + 2) {
  margin-left: 300px;
}

.club-reports .likes {
  margin-right: 0;
  position: relative;
}

.all-width-content .tile-block {
  width: 22.85714%;
  float: left;
  width: 280px;
}

.all-width-content .tile-block:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.all-width-content .tile-block:nth-child(4n + 2) {
  margin-left: 25.71429%;
  margin-right: -100%;
  clear: none;
}

.all-width-content .tile-block:nth-child(4n + 3) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}

.all-width-content .tile-block:nth-child(4n + 4) {
  margin-left: 77.14286%;
  margin-right: -100%;
  clear: none;
}

.all-width-content .tile-block:nth-child(4n + 4) {
  margin-left: 900px;
}

.all-width-content .tile-block:nth-child(4n + 3) {
  margin-left: 600px;
}

.all-width-content .tile-block:nth-child(4n + 2) {
  margin-left: 300px;
}

.club-report-readmore, .club-article-text {
  width: 1080px;
}

.club-news-page .download, .article .download, .news-page .download, .afisha-page .download {
  display: none;
}

.tile-block.video:after {
  content: "\f04b";
  font-family: FontAwesome;
  color: #0096ff;
  display: inline-block;
  position: absolute;
  top: 180px;
  right: 0;
  z-index: 2;
  border: 1px solid #dddddd;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  background: #ffffff;
  vertical-align: middle;
}

.author {
  color: #757575;
  margin-top: 20px;
  display: table;
  width: auto;
  max-width: 40%;
}

.author-img-box, .author-text {
  display: table-cell;
  vertical-align: middle;
}

.author-img {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 10px;
}

.author-img img {
  width: 80px;
  height: 80px;
  display: block;
}

.author-text {
  font-size: 13px;
  font-weight: 300;
}

.author-name {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.others {
  margin-top: 30px;
}

.club-free-info {
  margin-top: 10px;
  margin-bottom: 30px;
}

.club-free-info div {
  margin-bottom: 20px;
}

.club-free-buttons .club-main-links {
  text-align: left;
  margin-bottom: 20px;
}

.club-free .sidebar {
  padding: 0;
  height: 460px;
  overflow: hidden;
}

.club-free .sidebar .banner-right {
  margin: 20px 0 0 0;
}

.club-free .other-header {
  clear: left;
  margin-bottom: 30px;
  margin-top: 40px;
}

.list-club.clearfix.list-club-free, nav.list-club.list-club-free, .onfit-comments .comments-tree .list-club.list-club-free.ct-comment, .list-club.list-club-free.board-search {
  height: auto;
  padding-bottom: 6px;
}

.list-club.clearfix.list-club-free .list-club-mid, nav.list-club.list-club-free .list-club-mid, .onfit-comments .comments-tree .list-club.list-club-free.ct-comment .list-club-mid, .list-club.list-club-free.board-search .list-club-mid {
  width: 988px;
}

.list-club.clearfix.list-club-free .list-club-right, nav.list-club.list-club-free .list-club-right, .onfit-comments .comments-tree .list-club.list-club-free.ct-comment .list-club-right, .list-club.list-club-free.board-search .list-club-right {
  padding-top: 24px;
  padding-bottom: 0;
}

.list-club.clearfix.list-club-free .list-club-phone span, nav.list-club.list-club-free .list-club-phone span, .onfit-comments .comments-tree .list-club.list-club-free.ct-comment .list-club-phone span, .list-club.list-club-free.board-search .list-club-phone span {
  border-bottom: 1px dashed #303030;
  display: inline-block;
}

.list-club.clearfix.list-club-free .list-club-head, nav.list-club.list-club-free .list-club-head, .onfit-comments .comments-tree .list-club.list-club-free.ct-comment .list-club-head, .list-club.list-club-free.board-search .list-club-head {
  float: none;
}

.register .subheader {
  color: #757575;
}

.register .subheader span {
  color: #009600;
}

.register .reg-icons {
  position: relative;
  width: 780px;
  height: 140px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.register .reg-icons .reg-icon {
  width: 22.85714%;
  float: left;
  width: 180px;
  position: relative;
}

.register .reg-icons .reg-icon:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.register .reg-icons .reg-icon:nth-child(4n + 2) {
  margin-left: 25.71429%;
  margin-right: -100%;
  clear: none;
}

.register .reg-icons .reg-icon:nth-child(4n + 3) {
  margin-left: 51.42857%;
  margin-right: -100%;
  clear: none;
}

.register .reg-icons .reg-icon:nth-child(4n + 4) {
  margin-left: 77.14286%;
  margin-right: -100%;
  clear: none;
}

.register .reg-icons .reg-icon .ri {
  background: url("../img/icons/icons-reg.svg") no-repeat;
  height: 80px;
}

.register .reg-icons .reg-icon .ri-1 {
  background-position: 0 0;
  height: 65px;
}

.register .reg-icons .reg-icon .ri-2 {
  background-position: 0 -65px;
  height: 60px;
}

.register .reg-icons .reg-icon .ri-3 {
  background-position: 0 -125px;
  height: 62px;
}

.register .reg-icons .reg-icon .ri-4 {
  background-position: 0 -187px;
  height: 65px;
}

.register .reg-icons .reg-icon .ri-text {
  position: absolute;
  top: 80px;
  color: #757575;
}

.register .ap-soc-icons {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.register .form-right {
  position: relative;
}

.register .form-right input[type=radio] {
  width: auto;
}

.register #reg-city, .register #fitness-select {
  width: 240px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.register .select2-results__message {
  display: none !important;
}

.register #reg-city-input, .register #fitness-input {
  width: 240px;
  position: absolute;
  right: 102px;
}

.register .select-reg-city-box {
  display: inline-block;
}

.register .select2-search__field {
  height: 20px;
  border: 1px solid #dddddd !important;
  margin: 5px auto;
  display: block;
  width: 200px;
}

.register .select2-container--default .select2-selection--single {
  height: 40px;
  outline: none;
  padding: 0 20px;
  line-height: 38px;
}

.register .select2-container--default .select2-selection--single:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.register .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #303030;
  line-height: 38px;
  padding-left: 0;
}

.register .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.register .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #0096ff;
}

.register .select2-container--default .select2-results__option[aria-selected=true] {
  display: none;
}

.register .select2-results__option {
  padding-left: 20px;
  color: #b1b1b1;
}

.register .select2-dropdown {
  border-radius: 2px;
  border-top: 0;
  margin-top: -3px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.register .pl-color {
  color: #999 !important;
}

.register .reg-city-sep {
  dispaly: inline-block;
  color: #999;
  margin-left: 32px;
}

.register .reg-city, .register #reg-ama-block, .register .reg-radio {
  width: 580px;
  float: right;
  margin-right: 102px;
  padding-bottom: 20px;
}

.register .ama-options {
  margin-bottom: 20px;
}

.register .ama-options .select2-container {
  width: 580px !important;
}

.register #reg-fitness, .register .pro-options {
  display: none;
}

.register .input-box {
  font-size: 13px;
  line-height: inherit;
}

.register .float-checkboxes {
  margin-right: 0;
  margin-left: 10px;
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.register .form-popup-btn-active {
  vertical-align: middle;
  margin-top: 0;
}

.reg-radio {
  margin-bottom: 16px;
  height: 36px;
}

.reg-radio label {
  display: inline-block;
  padding-right: 20px;
  line-height: 36px;
}

.reg-radio input[type=radio],
.reg-radio input.radio {
  display: inline-block;
  margin: 2px 0 0 2px;
  width: auto;
}

.board-search .afisha-add-btn {
  width: 280px;
  float: right;
  margin-bottom: 10px;
}

.board-search .top-search {
  font-size: 16px;
  width: 580px;
  height: 50px;
  line-height: 48px;
}

.board-search .top-search span {
  top: 13px;
}

.board-sep {
  height: 1px;
  background: #dddddd;
  margin: 30px 0;
}

.board-head {
  font-size: 30px;
  font-weight: 500;
}

.board-data {
  margin-bottom: 10px;
}

.board-date {
  font-size: 14px;
}

.board-date span {
  display: none;
  margin-left: 20px;
  color: #b1b1b1;
}

.board-delete {
  display: none;
  font-weight: 600;
  color: #ff4141;
}

.board-delete a {
  color: #0096ff;
  text-decoration: underline;
}

.board-delete a:hover, .board-delete a:active, .board-delete a:focus {
  color: #40b0ff;
}

.board-contacts {
  color: #b1b1b1;
  padding-left: 0;
  list-style-type: none;
}

.board-contacts li {
  padding-bottom: 5px;
}

.board-contacts a, .board-contacts .b-author-link {
  color: #b1b1b1;
}

.board-contacts a:hover, .board-contacts a:active, .board-contacts a:focus, .board-contacts .b-author-link:hover, .board-contacts .b-author-link:active, .board-contacts .b-author-link:focus {
  color: #303030;
}

.board-contacts i {
  width: 25px;
}

.board-page .report-gallery {
  float: left;
  width: 780px;
}

.board-page .report-gallery a, .board-page .report-gallery img {
  width: 250px;
  height: 166px;
}

.board-page .report-gallery a {
  margin-bottom: 10px;
}

.board-page .others {
  margin-bottom: 30px;
  margin-top: 56px;
}

.board-page .club-allnews-link {
  top: 0;
}

.board-page .content-text {
  margin-bottom: 58px;
}

.board-tools {
  float: right;
  width: auto;
}

.board-tools a {
  font-size: 14px;
  text-decoration: none;
  color: #757575;
  display: inline-block;
  margin-left: 20px;
}

.board-tools a:hover, .board-tools a:active, .board-tools a:focus {
  color: #303030;
}

.b-list-item .bl-text .board-tools a {
  font-size: 14px;
  text-decoration: none;
  color: #757575;
  display: inline-block;
  margin-left: 20px;
}

.b-list-item .bl-text .board-tools a:hover, .b-list-item .bl-text .board-tools a:active, .b-list-item .bl-text .board-tools a:focus {
  color: #303030;
  text-decoration: none;
}

.b-up,
.b-edit,
.b-delete {
  font-weight: 400;
}

.b-up:before,
.b-edit:before,
.b-delete:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

.b-up:before {
  content: '\f176';
}

.b-edit:before {
  content: '\f040';
}

.b-delete:before {
  content: '\f00d';
}

.board-subcat {
  color: #b1b1b1;
  margin-top: 20px;
  margin-bottom: -10px;
}

.board-subcat a {
  color: #b1b1b1;
  display: inline-block;
}

.board-subcat a:hover, .board-subcat a:active, .board-subcat a:focus {
  color: #303030;
}

.board-subcat a.bs-current {
  font-weight: 600;
  color: #303030;
  text-decoration: none;
}

.board-subcat span {
  display: inline-block;
  padding: 0 10px;
}

.b-list-item {
  margin: 20px 0 40px 0;
  clear: both;
}

.b-list-item .bl-cat {
  float: right;
}

.b-list-item .bl-cat a {
  text-decoration: none;
  color: #b1b1b1;
  font-size: 13px;
}

.b-list-item .bl-cat a:hover, .b-list-item .bl-cat a:active, .b-list-item .bl-cat a:focus {
  text-decoration: underline;
  color: #303030;
}

.b-list-item .bl-author {
  font-weight: 400;
  color: #757575;
  text-decoration: none;
}

.b-list-item .bl-author:hover, .b-list-item .bl-author:active, .b-list-item .bl-author:focus {
  text-decoration: underline;
  color: #303030;
}

.b-list-item .board-date {
  display: inline-block;
  color: #b1b1b1;
  font-size: 13px;
  margin-left: 5px;
}

.b-list-item .bl-text {
  font-weight: 500;
  background: #e9f4ff;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding: 15px 25px;
  margin-top: 20px;
  position: relative;
  height: auto;
}

.b-list-item .bl-text a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #303030;
}

.b-list-item .bl-text a:hover, .b-list-item .bl-text a:active, .b-list-item .bl-text a:focus {
  text-decoration: underline;
}

.b-list-item .bl-text .board-tools {
  display: inline-block;
  vertical-align: middle;
}

.b-list-item .bl-text:before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #e9f4ff transparent;
}

.b-list-item .bl-text .board-delete a {
  color: #0096ff;
  text-decoration: underline;
}

.b-list-item .bl-text .board-delete a:hover, .b-list-item .bl-text .board-delete a:active, .b-list-item .bl-text .board-delete a:focus {
  color: #40b0ff;
}

.b-author-link {
  color: #b1b1b1;
}

.b-author-link:hover, .b-author-link:active, .b-author-link:focus {
  color: #303030;
}

.board-author .board-date {
  margin-left: 0;
}

.board-author a.ba-user {
  color: #0096ff;
  font-weight: 600;
}

.board-author a.ba-user:hover, .board-author a.ba-user:active, .board-author a.ba-user:focus {
  color: #40b0ff;
}

.upped {
  color: #009600 !important;
}

.upped:before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #009600;
  display: inline-block;
  margin-right: 5px;
}

.index .board-list {
  width: 880px;
  margin: 20px auto;
}

.b-add-select {
  margin-bottom: 20px;
}

.b-add-select .select2-container {
  width: 580px !important;
}

.b-add-select .select2-container--default .select2-selection--single {
  height: 40px;
  outline: none;
  padding: 0 20px;
  line-height: 38px;
}

.b-add-select .select2-container--default .select2-selection--single:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.b-add-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #303030;
  line-height: 38px;
  padding-left: 0;
}

.b-add-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.b-add-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #0096ff;
}

.b-add-select .select2-container--default .select2-results__option[aria-selected=true] {
  display: none;
}

.b-add-select .select2-results__option {
  padding-left: 20px;
  color: #b1b1b1;
}

.b-add-select .select2-dropdown {
  border-radius: 2px;
  border-top: 0;
  margin-top: -3px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.b-add-select .select2-results__option[aria-disabled=true] {
  color: #303030;
}

.b-text {
  height: 200px;
}

.board-add form, .board-add .b-comments {
  display: table;
  width: 100%;
}

.board-add .form-left, .board-add .form-right {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.board-add textarea {
  margin-bottom: 15px;
}

.b-add-foto {
  display: block;
}

.b-comments {
  margin-top: 30px;
}

.b-form-hidden {
  display: none;
}

.b-go {
  text-align: center;
}

.b-go a {
  display: block;
  margin-bottom: 30px;
}

.board-edit .b-form-hidden {
  display: block;
}

.board-edit .board-delete {
  margin-top: 30%;
}

.board-edit .board-delete a {
  margin-left: 5px;
  text-decoration: underline;
  color: #0096ff;
}

.board-edit .page-header {
  margin-bottom: 43px;
}

.b-edit-fotos {
  margin-bottom: 30px;
  width: 580px;
  overflow: hidden;
}

.be-foto {
  width: 47.05882%;
  float: left;
  width: 280px;
  height: 209px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #b1b1b1;
  padding: 10px;
}

.be-foto:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.be-foto:nth-child(2n + 2) {
  margin-left: 52.94118%;
  margin-right: -100%;
  clear: none;
}

.be-foto img {
  display: block;
  max-width: 260px;
  max-height: 166px;
  margin: 0 auto;
}

.be-foto a {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  text-decoration: none;
  color: #757575;
  display: inline-block;
  margin-left: 20px;
}

.be-foto a:hover, .be-foto a:active, .be-foto a:focus {
  color: #303030;
}

.be-foto:nth-child(2n + 2) {
  margin-left: 300px;
}



#news_list_metro_select {
    height: 40px;
    border: 1px solid #dddddd;
    outline: none;
    border-radius: 2px;
    padding: 0 30px;
    line-height: 40px;
    text-indent: 4px;
    cursor: pointer;
    background: url(/img/icons/icon_metro.png) 5px 5px no-repeat;
}
