/* Generated by build-runtime-css.js */

/*! v 2.8 */
/*
sx v16
ez v2
km v25
http://d3signer.ru
Author: snowflax@ya.ru
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

.img_fixes {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: auto;
  line-height: 2;
  position: relative;
  text-align: center;
  width: 100%;
}
.img_fixes:before {
  content: "We're sorry, the image below is broken :(";
  display: block;
  margin-bottom: 10px;
}
.img_fixes:after {
  content: "(url: " attr(src) ")";
  display: block;
  font-size: 12px;
}
html > * {
  box-sizing: inherit;
}
.underline {
  text-underline-position: under;
  text-decoration-skip: ink;
  text-decoration-color: #d58372;
  text-decoration-line: underline;
  /* line-height: 25px; */
  text-decoration-style: solid;
}
input[type="text"],
input[type="number"],
select,
textarea {
  font-size: 14px;
}
.btn-red {
  color: #ffffff;
  background-color: #dc1e54;
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.42) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.5), inset 0 1px 0 rgba(253, 231, 210, 0.42);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
  border: 1px solid #821232;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  cursor: pointer;
}
.btn-red:hover {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.22) 0%, transparent 100%);
  border: 1px solid #6c0f29;
  box-shadow: 0 3px 9px rgba(246, 108, 186, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.btn-red:focus {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.07) 0%, transparent 100%);
  background-color: #99153a;
  box-shadow: inset 0 1px 1px rgba(246, 108, 186, 0.5);
  border: 1px solid #3f0918;
}
.btn-orange {
  color: #ffffff;
  background-color: #ee5127;
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.42) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.5), inset 0 1px 0 rgba(253, 231, 210, 0.42);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
  border: 1px solid #d23910;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  cursor: pointer;
}
.btn-orange:hover {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.22) 0%, transparent 100%);
  border: 1px solid #ba330f;
  box-shadow: 0 3px 9px rgba(246, 108, 186, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.btn-orange:focus {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.07) 0%, transparent 100%);
  background-color: #ba330f;
  box-shadow: inset 0 1px 1px rgba(246, 108, 186, 0.5);
  border: 1px solid #8b260b;
}
.btn-purple {
  color: #ffffff;
  background-color: #8f0340;
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.42) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.5), inset 0 1px 0 rgba(253, 231, 210, 0.42);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
  border: 1px solid #5d022a;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  cursor: pointer;
}
.btn-purple:hover {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.22) 0%, transparent 100%);
  border: 1px solid #44011e;
  box-shadow: 0 3px 9px rgba(246, 108, 186, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.btn-purple:focus {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.07) 0%, transparent 100%);
  background-color: #44011e;
  box-shadow: inset 0 1px 1px rgba(246, 108, 186, 0.5);
  border: 1px solid #120008;
}
input[type="submit"],
button {
  color: #ffffff;
  background-color: #dc1e54;
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.42) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.5), inset 0 1px 0 rgba(253, 231, 210, 0.42);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
  border: 1px solid #821232;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  cursor: pointer;
}
input[type="submit"]:hover,
button:hover {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.22) 0%, transparent 100%);
  border: 1px solid #6c0f29;
  box-shadow: 0 3px 9px rgba(246, 108, 186, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
input[type="submit"]:focus,
button:focus {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.07) 0%, transparent 100%);
  background-color: #99153a;
  box-shadow: inset 0 1px 1px rgba(246, 108, 186, 0.5);
  border: 1px solid #3f0918;
}
input[type="text"],
input[type="password"],
textarea {
  width: inherit;
  padding: 7.5px 15px;
  line-height: 1.5;
  background-color: #f2f2f2;
  border: 1px solid #ffac96;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  box-shadow: inset 0 1px 3px rgba(165, 82, 41, 0.42);
  font-size: 14px;
  outline: none;
  color: #3b2512;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
  border: 1px solid #fde9e4;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #f7b09d;
  background-color: #ffffff;
}
inputinput:not(:last-child),
inputtextarea:not(:last-child),
inputselect:not(:last-child),
inputbutton:not(:last-child),
textareainput:not(:last-child),
textareatextarea:not(:last-child),
textareaselect:not(:last-child),
textareabutton:not(:last-child),
selectinput:not(:last-child),
selecttextarea:not(:last-child),
selectselect:not(:last-child),
selectbutton:not(:last-child),
buttoninput:not(:last-child),
buttontextarea:not(:last-child),
buttonselect:not(:last-child),
buttonbutton:not(:last-child) {
  margin-bottom: 25px;
}
textarea {
  resize: vertical;
}
label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background-image: url('/assets/img/checkbox.png');
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span {
  background-position: -77px 1px;
}
select {
  color: rgba(59, 37, 18, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(241, 36, 152, 0.5);
  padding: 5px 30px 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/img/select_dd@2x.png);
  background-size: 9px 17px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: right 5px top 7.5px;
  border: 1px solid #dc1e54;
  outline: none;
}
select:hover {
  color: rgba(59, 37, 18, 0.9);
  border: 1px solid #e95e85;
}
select:focus {
  color: #3b2512;
  border: 1px solid #e64774;
}
select.required {
  border: 1px solid #ee5127;
}
.not_underlined {
  text-decoration: none;
  border-bottom: 0;
}
.no_selection::-moz-selection {
  background: transparent;
  text-shadow: none!important;
  color: inherit;
}
.no_selection::selection {
  background: transparent;
  text-shadow: none!important;
  color: inherit;
}
.nomargins {
  margin: 0;
  padding: 0;
}
.no_list_style {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
.m {
  text-align: center;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block {
  display: block;
}
.hidden {
  visibility: hidden;
  height: 0;
  display: none;
  overflow: hidden;
}
.small {
  font-size: 88%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.pinklink {
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid rgba(220, 30, 84, 0.9);
  padding-top: .3em;
  color: #dc1e54;
}
.pinklink:hover {
  color: #e43b6b;
  border-bottom: 1px solid rgba(220, 30, 84, 0.8);
}
.pinklink:hover {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
.pinklink:hover:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
.pinklink:active {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
.pinklink:active:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
.pinklink:focus {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
.pinklink:focus:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
.pinklink:link {
  -webkit-tap-highlight-color: #e7517c;
}
.pinklink:visited {
  text-decoration: none;
  color: #e7517c;
  border-bottom: 1px solid rgba(231, 81, 124, 0.9);
  padding-top: .3em;
}
.pinklink:visited:hover {
  color: #ed7a9b;
  border-bottom: 1px solid rgba(231, 81, 124, 0.8);
}
p > a {
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid rgba(220, 30, 84, 0.9);
  padding-top: .3em;
  color: #dc1e54;
}
p > a:hover {
  color: #e43b6b;
  border-bottom: 1px solid rgba(220, 30, 84, 0.8);
}
p > a:hover {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
p > a:hover:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
p > a:active {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
p > a:active:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
p > a:focus {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
p > a:focus:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
p > a:link {
  -webkit-tap-highlight-color: #e7517c;
}
p > a:visited {
  text-decoration: none;
  color: #e7517c;
  border-bottom: 1px solid rgba(231, 81, 124, 0.9);
  padding-top: .3em;
}
p > a:visited:hover {
  color: #ed7a9b;
  border-bottom: 1px solid rgba(231, 81, 124, 0.8);
}
.zpt_z a {
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid rgba(220, 30, 84, 0.9);
  padding-top: .3em;
  color: #dc1e54;
  border-bottom-style: dotted!important;
}
.zpt_z a:hover {
  color: #e43b6b;
  border-bottom: 1px solid rgba(220, 30, 84, 0.8);
}
.zpt_z a:hover {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
.zpt_z a:hover:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
.zpt_z a:active {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
.zpt_z a:active:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
.zpt_z a:focus {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
.zpt_z a:focus:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
.zpt_z a:link {
  -webkit-tap-highlight-color: #e7517c;
}
.zpt_z a:visited {
  text-decoration: none;
  color: #e7517c;
  border-bottom: 1px solid rgba(231, 81, 124, 0.9);
  padding-top: .3em;
}
.zpt_z a:visited:hover {
  color: #ed7a9b;
  border-bottom: 1px solid rgba(231, 81, 124, 0.8);
}
.zpt_z span {
  color: #855329;
}
.zpt_z span:not(:last-child)::after {
  content: ",";
}
@media (min-width: 1000px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2em;
    color: #250000;
    letter-spacing: 0;
    font-weight: 600;
    margin: .6em 0;
    font-size: 35px;
  }
  h1 a span,
  h2 a span,
  h3 a span,
  h4 a span,
  h5 a span,
  h6 a span {
    text-decoration: none;
    color: #dc1e54;
    border-bottom: 1px solid rgba(220, 30, 84, 0.9);
    padding-top: .3em;
  }
  h1 a span:hover,
  h2 a span:hover,
  h3 a span:hover,
  h4 a span:hover,
  h5 a span:hover,
  h6 a span:hover {
    color: #e43b6b;
    border-bottom: 1px solid rgba(220, 30, 84, 0.8);
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    margin: 30px 0 18px;
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    margin: 30px 0 18px;
    font-size: 18px;
    line-height: 24px;
  }
  h5 {
    margin: 30px 0 18px;
  }
  h6 {
    margin: 30px 0 20px;
  }
  p {
    margin: 0 0 1em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (min-width: 1000px) and (max-width: 1000px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1000px) and (max-width: 600px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
  p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.top-menu {
  height: 39px;
  background-color: #f7b09d;
  background-image: linear-gradient(to top, #e22c22 0%, #e22c22 20%, #f13086 100%);
  box-shadow: 0 1px 0 #ae1900;
  font-size: 14px;
  color: rgba(241, 36, 152, 0.5);
}
.top-menu .wrapper {
  position: relative;
  min-height: 39px;
}
.top-menu__search {
  float: right;
  height: 39px;
  margin: 0;
  padding: 0 14px;
  border: 0;
  border-left: 1px solid #ef532b;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #f1dddd;
  font-size: 14px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none;
}
.top-menu__search:hover,
.top-menu__search:focus {
  border: 0;
  border-left: 1px solid #ef532b;
  background-color: #ae1900;
  background-image: linear-gradient(0deg, #d10b0d, #ae1900);
  box-shadow: none;
  color: #fff;
}
.top-menu__city {
  float: left;
  height: 39px;
  color: #101010;
}
.top-menu__city_opened .top-menu__city-panel {
  display: flex;
}
.top-menu__city_opened .top-menu__city-toggle {
  background-color: rgba(174, 25, 0, 0.34);
}
.top-menu__city_opened .top-menu__city-chevron {
  transform: rotate(225deg);
  margin-top: 5px;
}
.top-menu__city-toggle {
  display: flex;
  align-items: center;
  width: 320px;
  max-width: 320px;
  height: 39px;
  margin: 0;
  padding: 0 14px 0 10px;
  border: 0;
  border-right: 1px solid #ef532b;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 39px;
  text-shadow: none;
}
.top-menu__city-toggle:hover,
.top-menu__city-toggle:focus {
  border: 0;
  border-right: 1px solid #ef532b;
  background-color: rgba(174, 25, 0, 0.34);
  box-shadow: none;
  color: #fff;
}
.top-menu__city-pin {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.top-menu__city-pin svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.top-menu__city-current {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-menu__city-chevron {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin: 0 0 3px 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.top-menu__city-panel {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  min-height: 410px;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  color: #101010;
  z-index: 20;
}
.top-menu__city-aside {
  flex: 0 0 250px;
  box-sizing: border-box;
  padding: 24px 30px;
  border-right: 1px solid #ececec;
}
.top-menu__city-main {
  flex: 1 1 auto;
  box-sizing: border-box;
  min-width: 0;
  padding: 20px 28px 26px;
}
.top-menu__city-region,
.top-menu__city-side-link,
.top-menu__city-all,
.top-menu__city-option,
.top-menu__district-link {
  display: block;
  border: 0;
  color: #101010;
  font-size: 15px;
  line-height: 1.25;
  text-shadow: none;
}
.top-menu__city-region:hover,
.top-menu__city-side-link:hover,
.top-menu__city-all:hover,
.top-menu__city-option:hover,
.top-menu__district-link:hover,
.top-menu__city-region:focus,
.top-menu__city-side-link:focus,
.top-menu__city-all:focus,
.top-menu__city-option:focus,
.top-menu__district-link:focus {
  border: 0;
  color: #f7b09d;
  text-decoration: none;
}
.top-menu__city-region.is-active,
.top-menu__city-side-link.is-active,
.top-menu__city-all.is-active,
.top-menu__city-option.is-active,
.top-menu__district-link.is-active {
  color: #f7b09d;
  font-weight: 700;
}
.top-menu__city-region {
  margin-bottom: 28px;
  color: #f7b09d;
  font-weight: 700;
}
.top-menu__city-region span {
  margin-right: 6px;
}
.top-menu__city-caption {
  margin-bottom: 14px;
  color: #555;
  font-size: 15px;
  line-height: 1.25;
}
.top-menu__city-side-link {
  margin-bottom: 10px;
  font-weight: 600;
}
.top-menu__city-all {
  margin-top: 18px;
  color: #f7b09d;
  font-weight: 700;
}
.top-menu__city-search {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin-bottom: 22px;
  padding: 0 18px;
  border: 1px solid #dedede;
  border-radius: 25px;
  background: #fff;
}
.top-menu__city-search svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: #222;
}
.top-menu__city-search-input {
  width: 100%;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #222;
  font-size: 16px;
}
.top-menu__city-search-input:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.top-menu__city-title {
  margin-bottom: 13px;
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.top-menu__city-grid {
  column-count: 3;
  column-gap: 48px;
}
.top-menu__city-option {
  break-inside: avoid;
  margin-bottom: 10px;
  font-weight: 600;
}
.top-menu__districts {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e5e5e5;
}
.top-menu__district-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 12px 24px;
}
.top-menu__district-link {
  font-size: 14px;
  font-weight: 700;
}
.top-menu__links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.top-menu__links-item {
  list-style-type: none;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  line-height: 30px;
  padding: 0;
  display: flex;
}
.top-menu__links-item:not(:last-of-type) {
  border-right: 1px solid #ef532b;
}
.top-menu__links-item:hover {
  background-color: #ae1900;
  background-image: linear-gradient(0deg, #d10b0d, #ae1900);
}
.top-menu__links-item:hover .top-menu__dropdown {
  display: block;
}
.top-menu__dropdown {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  padding: 10px;
  background-color: #d00c0c;
  box-shadow: 0 24px 25px rgba(242, 63, 62, 0.7);
  white-space: nowrap;
  z-index: 2;
  border-radius: 0 0 4px 4px;
}
.top-menu__dropdown-item {
  padding: 0;
  list-style: none;
}
.top-menu__dropdown-item:last-child {
  margin-bottom: 0;
}
.top-menu__dropdown-link {
  padding: 0;
  border: none !important;
}
.top-menu__link {
  color: #f1dddd;
  font-size: 14px;
  outline-color: white;
  line-height: 30px;
  padding: 3px 10px 7px;
}
.top-menu__link:hover {
  color: #fabf89;
}
.top-menu__link:hover .top-menu__link-text {
  text-decoration: none;
  color: #fabf89;
  border-bottom: 1px solid rgba(250, 191, 137, 0.9);
  padding-top: .3em;
}
.top-menu__link:hover .top-menu__link-text:hover {
  color: #fcddc1;
  border-bottom: 1px solid rgba(250, 191, 137, 0.8);
}
.top-menu__link-text {
  color: #f1dddd;
}
.top-menu__link-text:hover {
  color: #fff;
}
.top-menu__link-text.highlight,
.top-menu__link-text_highlighted {
  font-weight: bold;
}
.top-menu__button {
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  background-size: 32px 32px;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  text-indent: -9000px;
  background-color: transparent;
  border-radius: 0;
}
.top-menu__button:hover,
.top-menu__button:focus {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.top-menu__button_show {
  display: none;
  background-image: url("/assets/img/burger.svg") !important;
  left: 10px;
  top: 4px;
}
.top-menu__button_hide {
  display: none;
  background-image: url("/assets/img/close-icon.svg") !important;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 10;
}
.top-menu__button_hide.visible {
  display: block;
}
@media (max-width: 1020px) {
  .top-menu {
    height: 39px;
    box-shadow: none;
  }
  .top-menu__search {
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .top-menu__city {
    display: block;
    max-width: calc(100% - 240px);
  }
  .top-menu__city-toggle {
    width: auto;
    max-width: 100%;
    padding-right: 10px;
  }
  .top-menu__links {
    display: none;
  }
  .top-menu__links.top-menu__links_opened {
    display: block;
    background-color: #ae1900;
    z-index: 4;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    padding: 10px;
  }
  .top-menu .hide-mobile {
    display: none;
  }
  .top-menu__links-item {
    display: block;
    line-height: 40px;
    border: none;
  }
  .top-menu__links-item:hover {
    background: transparent;
  }
  .top-menu__link {
    border: none !important;
  }
  .top-menu__dropdown {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 10px;
    box-shadow: none;
    background: transparent;
  }
  .top-menu__dropdown .top-menu__dropdown-item {
    margin: 0;
  }
  .top-menu__button_show {
    display: block;
    left: auto;
    right: 185px;
  }
}
@media (max-width: 720px) {
  .top-menu__city_opened .top-menu__city-panel {
    display: block;
  }
  .top-menu__city-panel {
    position: fixed;
    top: 39px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 39px);
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0 0 8px 8px;
    -webkit-overflow-scrolling: touch;
  }
  .top-menu__city-aside,
  .top-menu__city-main {
    width: 100%;
    padding: 18px;
  }
  .top-menu__city-aside {
    border-right: 0;
    border-bottom: 1px solid #ececec;
  }
  .top-menu__city-region {
    margin-bottom: 18px;
  }
  .top-menu__city-side-link {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 0 16px 10px 0;
    vertical-align: top;
  }
  .top-menu__city-all {
    margin-top: 8px;
  }
  .top-menu__city-search {
    height: 46px;
    margin-bottom: 18px;
    padding: 0 14px;
  }
  .top-menu__city-title {
    margin-bottom: 12px;
  }
  .top-menu__city-grid {
    column-count: 2;
    column-gap: 24px;
  }
  .top-menu__city-option {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (max-width: 420px) {
  .top-menu__city-aside,
  .top-menu__city-main {
    padding: 16px;
  }
  .top-menu__city-side-link {
    display: block;
    width: auto;
    margin-right: 0;
  }
  .top-menu__city-grid {
    column-count: 1;
  }
}
/*Topmenu*/
.topmenu {
  height: 39px;
  background-color: #f7b09d;
  background-image: linear-gradient(to top, #e22c22 0%, #e22c22 20%, #f13086 100%);
  box-shadow: 0 1px 0 #ae1900;
  font-size: 14px;
  color: rgba(241, 36, 152, 0.5);
}
.topmenu .wrapper {
  position: relative;
}
.topmenu .wrapper a {
  font-size: 14px;
  text-decoration: none;
  color: #f9c3b4;
  border-bottom: 1px solid rgba(249, 195, 180, 0.9);
  padding-top: .3em;
}
.topmenu .wrapper a:hover {
  color: #fef3f0;
  border-bottom: 1px solid rgba(249, 195, 180, 0.8);
}
.topmenu .wrapper ul {
  list-style-type: none;
  color: #f6bfcf;
  margin: 0;
  padding: 0;
}
.topmenu .wrapper ul li {
  list-style-type: none;
  padding: 5px 0 0 15px;
  line-height: 38px;
  margin: 0;
  padding: 0;
}
.topmenu .wrapper .select_town {
  display: none;
}
@media (max-width: 480px) {
  .topmenu .wrapper .select_town {
    display: inline-block;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .topmenu .wrapper .links_in_top {
    display: none;
  }
}
.topmenu .wrapper .links_in_top li {
  margin-right: 25px;
  display: inline;
}
.topmenu .wrapper .links_in_top li a:hover {
  text-decoration: none;
  color: #fabf89;
  border-bottom: 1px solid rgba(250, 191, 137, 0.9);
  padding-top: .3em;
}
.topmenu .wrapper .links_in_top li a:hover:hover {
  color: #fcddc1;
  border-bottom: 1px solid rgba(250, 191, 137, 0.8);
}
/* Header */
header {
  height: 150px;
  position: relative;
  /*later maybe
	.login_to_lk {
		display: none;
		.size(235px, 235px);
		background-color: #ec5e40;
		.background-image(linear-gradient(180deg, transparent 0%, #f7a977 100%));
		.border-radius(2px);
		box-shadow: 0 1px 5px rgba(199, 61, 35, 0.7), inset 0 -2px 0 #ec5f41;
		position: absolute;
		right: 60px;
		top: 10px;
		text-align: center;
		padding: 35px;
		color: @white;
		font-size: 15px;
		z-index: 5;

		&:before {
			top: -14px;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(216, 0, 43, 0);
			border-bottom-color: #ec5e40;
			border-width: 7px;
			left: 145px;
			margin-left: 0px;
		}

		a {
			color: @white;
		}

		.inputs {
			input[type="text"] {
				.size(223px, 40px);
				background-color: #eeeeee;
				border: 1px solid #e9aea0;
				.border-radius(6px);
				box-shadow: inset 0 1px 3px rgba(34, 30, 31, 0.47);
				padding: 0 5px;
				text-align: center;
				outline: none;
				&:hover {
					background-color: #eeeeee;
					border: 1px solid #f27250;
					.border-radius(6px);
					.box-shadow(inset 0 1px 3px rgba(34, 30, 31, 0.47));
				}
				&:focus {
					background-color: white;
					border: 1px solid #ee5127;
				}

				&:nth-child(2) {
					border-top-left-radius: 0;
					border-top-right-radius: 0;
				}
				&:nth-child(1) {
					border-bottom-left-radius: 0;
					border-bottom-right-radius: 0;
				}
			}

			input[type="submit"] {
				margin-top: 20px;
				margin-bottom: 15px;
				text-shadow: 0 1px 1px rgba(34, 30, 31, 0.5);
				color: @white;
				font-size: 13px;
				font-weight: 700;
				line-height: 18px;
				text-transform: uppercase;
				letter-spacing: 1px;
				.border-radius(35px);
				padding: 11px 41px;
				background-color: #e11a53;
				.background-image(linear-gradient(180deg, rgba(254, 254, 254, 0.5) 0%, transparent 100%));
				border: 1px solid #d73e6d;
				box-shadow: 0 3px 9px rgba(247, 34, 148, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.33);

				&:hover {

				}
			}
		}

		.forgot {
			a {
				color: @white;
				font-size: 15px;
				font-weight: 400;
				line-height: 20px;

				.underlined(@white);

				&:hover {
					color: @orange;
					.underlined(@orange);
				}
			}
		}

		.soc {
			padding: 5px 0 0;
			border-top: 1px solid #e64243;
			display: block;
			margin-top: 25px;

			p {
				.l;
				.left;
				text-align: left;
				float: left;
				.nomargins;
				padding: 10px 0 0;
			}

			a {
				display: block;
				float: right;
				width: 24px;
				height: 35px;
				text-indent: -9000px;
				margin-left: 7px;
				background-image: url(/assets/img/socials_orange.png);
				background-repeat: no-repeat;
				background-position: 0px 10px;
				&:nth-child(2) {
					background-position: -37px 10px;
				}
			}
		}

	}
	*/
  /*Event search*/
}
@media (max-width: 820px) {
  header {
    height: 255px;
  }
}
@media (max-width: 768px) {
  header {
    height: 245px;
  }
}
@media (max-width: 568px) {
  header {
    height: 265px;
  }
}
@media (max-width: 480px) {
  header {
    zoom: 90%;
    height: 275px;
  }
}
@media (max-width: 380px) {
  header {
    zoom: 85%;
  }
}
@media (max-width: 320px) {
  header {
    zoom: 85%;
    height: 310px;
  }
}
header .sitedesc {
  left: 125px;
  position: absolute;
  top: 76px;
  color: #250000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 280px;
}
@media (max-width: 1024px) {
  header .sitedesc {
    left: 140px;
    position: absolute;
    top: 90px;
  }
}
@media (max-width: 820px) {
  header .sitedesc {
    width: 440px;
    max-width: 100%;
    box-sizing: border-box;
    left: 50%;
    margin-left: 0;
    padding-left: 32%;
    transform: translateX(-50%);
    top: 70px;
  }
}
@media (max-width: 768px) {
  header .sitedesc {
    width: 440px;
    max-width: 100%;
    box-sizing: border-box;
    left: 50%;
    margin-left: 0;
    padding-left: 32%;
    transform: translateX(-50%);
    top: 70px;
  }
}
@media (max-width: 736px) {
  header .sitedesc {
    padding-left: 32%;
  }
}
@media (max-width: 667px) {
  header .sitedesc {
    padding-left: 32%;
    top: 85px;
  }
}
@media (max-width: 568px) {
  header .sitedesc {
    padding-left: 32%;
    top: 65px;
  }
}
@media (max-width: 414px) {
  header .sitedesc {
    padding-left: 32%;
  }
}
@media (max-width: 320px) {
  header .sitedesc {
    width: auto;
    left: 10px;
    margin: 0;
    padding: 0;
    top: 90px;
    position: static;
    transform: none;
    margin-top: 5px;
  }
}
header .sitedesc .dd_towns {
  padding-right: 10px;
  background: url("/assets/img/town_dd_light.png") no-repeat;
  background-size: 8px 4px;
  background-position: right 10px;
  display: inline-block;
}
header .sitedesc #another_town {
  text-decoration: none;
  color: #e7517c;
  border-bottom: 1px dotted rgba(231, 81, 124, 0.9);
  padding-top: .3em;
  font-weight: 500;
}
header .sitedesc #another_town:hover {
  color: #e2285d;
  border-bottom: 1px dotted rgba(231, 81, 124, 0.8);
}
header .sitedesc .chosetown {
  position: absolute;
  top: 25px;
  right: -55px;
  width: 185px;
  height: auto;
  background-color: #fffaf4;
  border: 1px solid #efc6be;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(199, 61, 35, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(199, 61, 35, 0.5);
  box-shadow: 0 1px 3px rgba(199, 61, 35, 0.5);
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .sitedesc .chosetown li {
  margin: 5px 0;
  line-height: 30px;
}
header .sitedesc .chosetown li a {
  padding: 0px 20px;
  display: block;
  color: #250000;
  text-decoration: none;
  border-bottom: 0;
}
header .sitedesc .chosetown li:hover {
  background-color: #e83471;
}
header .sitedesc .chosetown li:hover a {
  color: #ffffff;
}
header .sitedesc .chosetown.highlight {
  display: inline-block;
}
header .sitedesc .chosetown:before {
  top: -14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(216, 0, 43, 0);
  border-bottom-color: #efc6be;
  border-width: 7px;
  left: 78px;
  margin-left: 0px;
}
header .sitelogo {
  position: absolute;
  top: 17px;
  left: 10px;
}
header .sitelogo img {
  width: 440px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  header .sitelogo {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 440px;
    max-width: 100%;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 820px) {
  header .sitelogo {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 440px;
    max-width: 100%;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 320px) {
  header .sitelogo {
    position: static;
    top: 17px;
    left: 5px;
    margin-left: 0;
    transform: none;
    display: block;
  }
}
header .add {
  position: absolute;
  top: 46px;
  left: 460px;
  font-size: 14px;
  font-weight: 400;
  width: 200px;
  color: #250000;
  line-height: 19px;
}
header .add a {
  text-decoration: none;
  color: #e7517c;
  border-bottom: 1px solid rgba(231, 81, 124, 0.9);
  padding-top: .3em;
}
header .add a:hover {
  color: #e2285d;
  border-bottom: 1px solid rgba(231, 81, 124, 0.8);
}
@media (max-width: 1024px) {
  header .add {
    display: none;
  }
}
header .search {
  height: auto;
  position: absolute;
  right: 10px;
  top: 27px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZTUxMjciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3YjA5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(/assets/img/search_icon.png);
  background-image: -webkit-linear-gradient(to-left, #ee5127 0%, #f7b09d 100%), url(/assets/img/search_icon.png);
  background-image: -moz-linear-gradient(to-left, #ee5127 0%, #f7b09d 100%), url(/assets/img/search_icon.png);
  background-image: -o-linear-gradient(to-left, #ee5127 0%, #f7b09d 100%), url(/assets/img/search_icon.png);
  background-image: linear-gradient(to-to right, #ee5127 0%, #f7b09d 100%), url(/assets/img/search_icon.png);
  background-color: #ee5127;
  background-repeat: no-repeat;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 96px;
  width: 410px;
  border: 0 solid #000;
}
header .search:before {
  content: "&nbsp;";
  font-size: 0;
  line-height: 0;
  text-indent: -8999px;
  position: absolute;
  display: block;
  z-index: -1;
  left: -48px;
  border: 48px solid #ee5127;
  bottom: 0;
  border-left-color: transparent;
  border-left-width: 48px;
}
header .search:before {
  left: -65px;
  z-index: 1;
  border-left-width: 17px;
}
@media (max-width: 1024px) {
  header .search:before {
    z-index: 1;
    left: -65px;
    border-left-width: 17px;
  }
}
@media (max-width: 820px) {
  header .search {
    left: 65px;
    right: 15px;
    top: 145px;
    max-width: none;
    width: auto;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  header .search {
    left: 65px;
    right: 15px;
    top: 145px;
    max-width: none;
    width: auto;
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  header .search {
    position: relative;
    left: 0;
    right: 0;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    height: auto;
    padding: 5px 0 15px;
    width: 100%;
    margin-top: 15px;
  }
  header .search:before {
    display: none;
  }
}
@media (max-width: 320px) {
  header .search {
    padding: 2px;
    position: static;
    margin: 5px 0;
    margin-top: 10px;
  }
}
header .search input[type="submit"] {
  color: #ffffff;
  background-color: #dc1e54;
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.42) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.5), inset 0 1px 0 rgba(253, 231, 210, 0.42);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
  border: 1px solid #821232;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
}
header .search input[type="submit"]:hover {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.22) 0%, transparent 100%);
  border: 1px solid #6c0f29;
  box-shadow: 0 3px 9px rgba(246, 108, 186, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
header .search input[type="submit"]:focus {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.07) 0%, transparent 100%);
  background-color: #99153a;
  box-shadow: inset 0 1px 1px rgba(246, 108, 186, 0.5);
  border: 1px solid #3f0918;
}
@media (max-width: 320px) {
  header .search input[type="submit"] {
    margin-top: 10px;
  }
}
header .search select {
  margin: 16px 5px 0 0;
  font-size: 14px;
}
header .search select:not(:last-of-type) {
  margin: 16px 5px 0 0;
}
header .search .top {
  height: 60px;
}
@media (max-width: 768px) {
  header .search .top {
    text-align: center;
  }
}
@media (max-width: 320px) {
  header .search .top {
    height: 100px;
  }
  header .search .top select:nth-child(2) {
    margin: 0;
  }
}
header .search .bot {
  color: #f9c3b4;
  font-size: 14px;
}
@media (max-width: 768px) {
  header .search .bot {
    text-align: center;
  }
}
@media (max-width: 320px) {
  header .search .bot {
    padding: 5px;
  }
  header .search .bot a {
    display: inline-block;
  }
}
header .search .bot a {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.9);
  padding-top: .3em;
  margin-right: 5px;
}
header .search .bot a:hover {
  color: #ffffff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
}
header .search .bot a:not(:last-child)::after {
  content: ",";
}
/* Top menu */
nav#top {
  color: #ee5127;
  height: auto;
}
@media (max-width: 380px) {
  nav#top {
    zoom: 82%;
  }
}
nav#top ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 22px 8px;
  align-items: start;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  nav#top ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px 10px;
  }
}
@media (max-width: 640px) {
  nav#top ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 12px;
  }
}
@media (max-width: 360px) {
  nav#top ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
nav#top ul li {
  background-attachment: initial;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  transition: background-color 0.222s;
  background-position: center -9px;
  min-width: 0;
}
nav#top ul li .icon {
  display: inline-block;
  height: 52px;
  width: 115px;
  pointer-events: none;
  background: url(/assets/img/spritex2.png) no-repeat transparent;
  background-size: 890px;
}
nav#top ul li:hover,
nav#top ul li.current {
  background-position: 6px -216px;
  background-color: #ff3173;
  color: #ffffff;
}
nav#top ul li:hover a,
nav#top ul li.current a {
  color: #ffffff;
}
nav#top ul li a {
  color: #ee5127;
  font-size: 14px;
  font-weight: 600;
  padding: 0 5px 10px 5px;
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  height: 100px;
  text-transform: lowercase;
  line-height: 1.5;
}
nav#top ul li a:hover,
nav#top ul li a.current {
  color: #ffffff;
  border: none;
}
@media (max-width: 480px) {
  nav#top ul li a {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  nav#top ul li:nth-child(9n) {
    margin: 7px 0 0;
  }
}
@media (max-width: 1024px) {
  nav#top ul li {
    margin: 0;
  }
  nav#top ul li a {
    width: 100%;
    height: 84px;
    padding: 0 5px 6px;
    line-height: 15px;
  }
}
@media (max-width: 768px) {
  nav#top ul li {
    margin: 0!important;
  }
  nav#top ul li a {
    padding: 0px ;
    line-height: 16px;
  }
}
@media (max-width: 736px) {
  nav#top ul li {
    zoom: normal;
  }
}
@media (max-width: 667px) {
  nav#top ul li {
    zoom: normal;
    margin: 0 !important;
  }
}
@media (max-width: 414px) {
  nav#top ul li {
    zoom: normal;
    margin: 0 !important;
  }
}
@media (max-width: 320px) {
  nav#top ul li {
    zoom: 94%;
  }
}
nav#top ul .current {
  color: #ffffff;
  background-color: #ff3173;
}
nav#top ul .current a {
  color: #ffffff;
}
nav#top ul .meetings .icon {
  background-position: 42px 25px;
}
nav#top ul .meetings:hover,
nav#top ul .meetings.current {
  background-color: #df2463;
}
nav#top ul .meetings:hover .icon,
nav#top ul .meetings.current .icon {
  background-position: 42px -190px;
}
nav#top ul .show .icon {
  background-position: -63px 25px;
}
nav#top ul .show:hover,
nav#top ul .show.current {
  background-color: #df2463;
}
nav#top ul .show:hover .icon,
nav#top ul .show.current .icon {
  background-position: -63px -190px;
}
nav#top ul .concert .icon {
  background-position: -175px 25px;
}
nav#top ul .concert:hover,
nav#top ul .concert.current {
  background-color: #df2463;
}
nav#top ul .concert:hover .icon,
nav#top ul .concert.current .icon {
  background-position: -175px -190px;
}
nav#top ul .learn .icon {
  background-position: -281px 25px;
}
nav#top ul .learn:hover,
nav#top ul .learn.current {
  background-color: #df2463;
}
nav#top ul .learn:hover .icon,
nav#top ul .learn.current .icon {
  background-position: -281px -190px;
}
nav#top ul .spectacles .icon {
  background-position: -387px 25px;
}
nav#top ul .spectacles:hover,
nav#top ul .spectacles.current {
  background-color: #df2463;
}
nav#top ul .spectacles:hover .icon,
nav#top ul .spectacles.current .icon {
  background-position: -387px -190px;
}
nav#top ul .fun .icon {
  background-position: -496px 25px;
}
nav#top ul .fun:hover,
nav#top ul .fun.current {
  background-color: #df2463;
}
nav#top ul .fun:hover .icon,
nav#top ul .fun.current .icon {
  background-position: -496px -190px;
}
nav#top ul .library .icon {
  background-position: -606px 25px;
}
nav#top ul .library:hover,
nav#top ul .library.current {
  background-color: #df2463;
}
nav#top ul .library:hover .icon,
nav#top ul .library.current .icon {
  background-position: -606px -190px;
}
nav#top ul .club .icon {
  background-position: -714px 25px;
}
nav#top ul .club:hover,
nav#top ul .club.current {
  background-color: #df2463;
}
nav#top ul .club:hover .icon,
nav#top ul .club.current .icon {
  background-position: -714px -190px;
}
nav#top ul .cinema .icon {
  background-position: -821px -82px;
}
nav#top ul .cinema:hover,
nav#top ul .cinema.current {
  background-color: #df2463;
}
nav#top ul .cinema:hover .icon,
nav#top ul .cinema.current .icon {
  background-position: -821px -298px;
}
nav#top ul .kino .icon {
  background-position: -821px 25px;
}
nav#top ul .kino:hover,
nav#top ul .kino.current {
  background-color: #df2463;
}
nav#top ul .kino:hover .icon,
nav#top ul .kino.current .icon {
  background-position: -821px -190px;
}
nav#top ul .other .icon,
nav#top ul .other_events .icon {
  background-position: -712px -82px;
}
nav#top ul .other:hover,
nav#top ul .other_events:hover,
nav#top ul .other.current,
nav#top ul .other_events.current {
  background-color: #df2463;
}
nav#top ul .other:hover .icon,
nav#top ul .other_events:hover .icon,
nav#top ul .other.current .icon,
nav#top ul .other_events.current .icon {
  background-position: -712px -298px;
}
nav#top ul .concert_place .icon {
  background-position: 44px -82px;
}
nav#top ul .concert_place:hover,
nav#top ul .concert_place.current {
  background-color: #df2463;
}
nav#top ul .concert_place:hover .icon,
nav#top ul .concert_place.current .icon {
  background-position: 44px -298px;
}
nav#top ul .culturnoe_nasledie .icon {
  background-position: -63px -82px;
}
nav#top ul .culturnoe_nasledie:hover,
nav#top ul .culturnoe_nasledie.current {
  background-color: #df2463;
}
nav#top ul .culturnoe_nasledie:hover .icon,
nav#top ul .culturnoe_nasledie.current .icon {
  background-position: -63px -298px;
}
nav#top ul .museums .icon {
  background-position: -172px -82px;
}
nav#top ul .museums:hover,
nav#top ul .museums.current {
  background-color: #df2463;
}
nav#top ul .museums:hover .icon,
nav#top ul .museums.current .icon {
  background-position: -172px -298px;
}
nav#top ul .study_place .icon {
  background-position: -281px -82px;
}
nav#top ul .study_place:hover,
nav#top ul .study_place.current {
  background-color: #df2463;
}
nav#top ul .study_place:hover .icon,
nav#top ul .study_place.current .icon {
  background-position: -281px -298px;
}
nav#top ul .memorial .icon {
  background-position: -387px -82px;
}
nav#top ul .memorial:hover,
nav#top ul .memorial.current {
  background-color: #df2463;
}
nav#top ul .memorial:hover .icon,
nav#top ul .memorial.current .icon {
  background-position: -387px -298px;
}
nav#top ul .park .icon {
  background-position: -497px -82px;
}
nav#top ul .park:hover,
nav#top ul .park.current {
  background-color: #df2463;
}
nav#top ul .park:hover .icon,
nav#top ul .park.current .icon {
  background-position: -497px -298px;
}
nav#top ul .theatre .icon {
  background-position: -604px -82px;
}
nav#top ul .theatre:hover,
nav#top ul .theatre.current {
  background-color: #df2463;
}
nav#top ul .theatre:hover .icon,
nav#top ul .theatre.current .icon {
  background-position: -604px -298px;
}
nav#top ul .circus .icon {
  background-position: -714px -82px;
}
nav#top ul .circus:hover,
nav#top ul .circus.current {
  background-color: #df2463;
}
nav#top ul .circus:hover .icon,
nav#top ul .circus.current .icon {
  background-position: -714px -298px;
}
@media (max-width: 1024px) {
  .advices {
    zoom: 85%;
  }
}
@media (max-width: 768px) {
  .advices {
    zoom: normal;
  }
}
@media (max-width: 736px) {
  .advices ul {
    zoom: 82%;
  }
}
@media (max-width: 667px) {
  .advices ul {
    zoom: 74%;
  }
}
@media (max-width: 568px) {
  .advices {
    zoom: 78%;
  }
}
@media (max-width: 480px) {
  .advices ul {
    zoom: normal;
  }
}
.advices ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.advices ul li {
  position: relative;
  display: block;
  float: left;
  width: 255px;
  margin-right: 30px !important;
  padding-top: 30px !important;
  margin: 0;
  padding: 0;
}
@media (max-width: 812px) {
  .advices ul li {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
.advices ul li a {
  display: inline-block;
}
.advices ul li a img {
  border: 0px solid white;
  box-shadow: 0 0 5.6px 2.4px #e9dee0, inset 10px 10px 50px #ffffff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.advices ul li a img:hover {
  opacity: .9;
}
.advices ul li a.linkto {
  position: absolute;
  bottom: 30px;
  left: 34%;
  display: inline-block;
  background-color: #f06d49;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(166, 30, 35, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.5);
  padding: 9px 30px;
  color: #ffffff;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  width: 100px;
  margin-left: -45px;
}
.advices ul li a.linkto:hover {
  background-color: #f08049;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(166, 30, 35, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
}
.advices ul li a.linkto:focus {
  background-color: #ef6c48;
  box-shadow: inset 0 1px 1px #b34729;
}
.advices ul li:last-child {
  width: 300px;
  margin-right: 0px !important;
}
.mailchimp {
  background-image: url(/assets/img/subscribe.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-bottom: 5px !important;
  width: 300px;
  padding-top: 43px;
}
.mailchimp .subscribe_box {
  height: 233px;
  width: 230px;
  padding: 0 35px;
}
.mailchimp .subscribe_box.subsribe_done {
  background-image: url(/assets/img/subscribe_done.png);
  background-repeat: no-repeat;
  background-position: 15px bottom;
}
.mailchimp .subscribe_box.subsribe_done h2 {
  padding: 25px 0 15px;
}
.mailchimp .subscribe_box.subsribe_done p {
  font-size: 14px;
  line-height: 18px;
}
.mailchimp .subscribe_box h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  padding: 18px 0 57px;
}
.mailchimp .subscribe_box input[type="email"] {
  width: 150px;
  padding: 10px 40px;
  background-color: #eeeeee;
  border: 1px solid #e9aea0;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: inset 0 1px 3px rgba(34, 30, 31, 0.47);
  outline: none;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.mailchimp .subscribe_box input[type="email"]:hover {
  border: 1px solid #f27250;
}
.mailchimp .subscribe_box input[type="email"]:focus {
  border: 1px solid #ee5127;
  background-color: #ffffff;
}
.mailchimp .subscribe_box .button {
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  background-color: #3e6fb6;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(19, 118, 158, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.5);
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  text-transform: uppercase;
  padding: 9px 40px;
  border: 0px solid #ffffff;
  margin-top: 20px;
  outline: none;
  letter-spacing: 1px;
}
.mailchimp .subscribe_box .button:hover {
  background-color: #5989d1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(19, 118, 158, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.5);
}
.mailchimp .subscribe_box .button:focus {
  background-color: #3e6fb6;
  background-image: none;
  box-shadow: inset 0 1px 1px #235296;
  text-transform: uppercase;
  color: #6297e4;
  text-shadow: none;
}
.mailchimp .subscribe_box .maildesc {
  color: #6595b7;
  font-size: 14px;
  padding: 5px;
}
#search_on_off {
  background-image: url(/assets/img/search_icon.png), none;
  background-repeat: no-repeat;
  background-position: 10px -353px, 0 0;
  display: inline-block;
  float: right;
  font-weight: 600;
  line-height: 40px;
  padding: 0 25px 0 35px;
  cursor: pointer;
  background-color: #e7517c;
  -webkit-border-radius: 19px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 19px;
  -moz-background-clip: padding;
  border-radius: 19px;
  background-clip: padding-box;
  color: #ffffff;
  font-size: 14px;
}
#search_on_off:hover {
  background-color: #ff9b4b;
  color: #ffffff;
}
#search_on_off.enabled {
  background-position: 10px 10px, 0 0;
  color: #781a2c;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background-color: #ff9b4b;
  background-image: url(/assets/img/search_icon.png), linear-gradient(to top, #ff9b4b 0%, #ff9b4b 65%, #c12759 100%);
}
#it_is_search {
  transition: all 1s;
  display: none;
}
#it_is_search .search-widget {
  padding: 20px;
  background-color: #ff9b4b;
  position: relative;
  -webkit-border-radius: 4px 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0 4px 4px;
  background-clip: padding-box;
  border-top-right-radius: 0;
}
#it_is_search .search-widget::before {
  display: inline-block;
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#it_is_search .search-widget > * {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  #it_is_search .search-widget {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 1px 3px rgba(173, 114, 124, 0.85);
  }
}
#it_is_search .search-widget:before {
  display: block;
  content: ' ';
  width: 161px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  background: #ff9b4b;
}
@media (max-width: 1100px) {
  #it_is_search .search-widget:before {
    right: 15px;
  }
}
#it_is_search .search-widget .title {
  margin: 0 15px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  float: left;
  line-height: 36px;
}
@media (max-width: 480px) {
  #it_is_search .search-widget .title {
    display: none;
  }
}
#it_is_search .search-widget .input_container {
  margin: 0 135px 0 100px;
  display: block;
}
@media (max-width: 480px) {
  #it_is_search .search-widget .input_container {
    margin: 0 135px 0 0;
  }
}
#it_is_search .search-widget form {
  display: inline-block;
  height: 100%;
  margin: 0;
}
#it_is_search .search-widget form::before {
  display: inline-block;
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#it_is_search .search-widget form > * {
  display: inline-block;
  vertical-align: middle;
}
#it_is_search .search-widget .search-field {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-weight: 500;
  color: #781a2c;
  border: 0px solid #ffffff;
  background: #ffffff;
  background-image: none;
  box-shadow: none;
}
#it_is_search .search-widget button {
  margin-left: 15px;
  padding: 10px 30px;
  float: right;
}
#it_is_search .search-widget button i {
  font-size: 18px;
}
#it_is_search.enabled {
  display: block;
}
footer {
  background-color: #de2058;
  background-image: linear-gradient(to top, rgba(34, 30, 31, 0.31) 0%, rgba(255, 255, 255, 0.31) 100%);
  border: 1px solid #cf407f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #ffffff;
  width: 100%;
  margin-top: 50px;
  padding: 0 0 15px;
}
footer .top_footer {
  padding: 25px 0 0;
}
footer .top_footer .copyright_box {
  width: 268px;
  float: left;
}
footer .top_footer .copyright_box a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0;
}
footer .top_footer .copyright_box .copyright {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  footer .top_footer .copyright_box {
    float: none;
    width: auto;
  }
}
footer .top_footer .about_site_desc {
  float: right;
  width: 883px;
}
@media (max-width: 768px) {
  footer .top_footer .about_site_desc {
    float: none;
    width: auto;
    margin: 0;
  }
}
footer .top_footer .socials_links {
  margin-bottom: 15px;
}
footer .top_footer .socials_links .socials {
  margin: 0;
  padding: 0;
  padding: 5px 0 0;
}
footer .top_footer .socials_links .socials li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin: 0 3px 0 0;
}
footer .top_footer .socials_links .socials li a {
  text-decoration: none;
  border-bottom: 0;
  display: inline-block;
  text-indent: -9000px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
footer .top_footer .socials_links .socials li a.vk {
  background-image: url(/assets/img/social_networks_icons_svg/vk.svg);
  background-size: 65%;
  background-color: #4783ace6;
}
footer .top_footer .socials_links .socials li a.vk:hover {
  background-color: #568ca8;
}
footer .top_footer .socials_links .socials li a.inst {
  background-image: url(/assets/img/social_networks_icons_svg/instagram.svg);
  background-size: 65%;
  background-color: #3e3e3e;
}
footer .top_footer .socials_links .socials li a.inst:hover {
  background-color: #555;
}
footer .top_footer .socials_links .socials li a.fb {
  background-image: url(/assets/img/social_networks_icons_svg/facebook.svg);
  background-size: 60%;
  background-color: #1a4587c7;
}
footer .top_footer .socials_links .socials li a.fb:hover {
  background-color: #3f5d82;
}
footer .top_footer .socials_links .socials li a.ok {
  background-image: url(/assets/img/social_networks_icons_svg/odnoklassniki.svg);
  background-size: 65%;
  background-color: #f38634e0;
}
footer .top_footer .socials_links .socials li a.ok:hover {
  background-color: #ff9e55e0;
}
footer .top_footer .socials_links .socials li a.tw {
  background-image: url(/assets/img/social_networks_icons_svg/twitter.svg);
  background-size: 80%;
  background-color: #1da1f2;
}
footer .top_footer .socials_links .socials li a.tw:hover {
  background-color: #6ec5fc;
}
footer .top_footer .socials_links .socials li a.tg {
  background-image: url(/assets/img/social_networks_icons_svg/tg.svg);
  background-size: 57%;
  background-color: #469dd8;
}
footer .top_footer .socials_links .socials li a.tg:hover {
  background-color: #5ca8d9;
}
footer .top_footer .socials_links .socials li:last-child {
  margin: 0 !important;
}
footer .bottom_footer {
  color: #ffffff;
  line-height: 25px;
}
footer .bottom_footer .links {
  margin: 0px;
  padding: 20px 0 35px 0;
  float: left;
  width: 24%;
  display: inline-block;
}
@media (max-width: 768px) {
  footer .bottom_footer .links {
    float: none;
    width: auto;
    display: block;
    padding: 20px 0 0 0;
  }
}
footer .bottom_footer ul {
  margin: 0;
  padding: 0;
}
footer .bottom_footer ul li {
  padding: 0 0 10px;
  margin: 0px;
  list-style: none;
}
footer .bottom_footer ul li a {
  text-decoration: none;
  color: #fabf89;
  border-bottom: 1px solid rgba(250, 191, 137, 0.9);
  padding-top: .3em;
}
footer .bottom_footer ul li a:hover {
  color: #fcddc1;
  border-bottom: 1px solid rgba(250, 191, 137, 0.8);
}
footer .bottom_footer ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  padding-top: .3em;
}
footer .bottom_footer ul li a:hover:hover {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  line-height: 1.5;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #250000;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: geometricPrecision;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #dc1e54;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999999;
  margin: 25px 0;
  padding: 0;
}
img {
  vertical-align: top;
  border: 0;
  width: auto;
}
@media (max-width: 1024px) {
  img {
    max-width: 100%;
    width: auto!important;
    height: auto!important;
  }
}
figure {
  margin: 0;
  padding: 0;
  position: relative;
}
figure::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
figure::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
  mix-blend-mode: overlay;
  opacity: .4;
  z-index: 3;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.chromeframe {
  margin: 0.2em 0;
  background: #999999;
  padding: 0.2em 0;
}
table {
  width: 100%;
  border-collapse: collapse;
}
ul > li,
ol > li {
  margin: 0 0 10px;
  font-size: 15px;
}
p + ul {
  margin-bottom: 25px;
}
::-moz-selection {
  background: #f6bfcf;
  text-shadow: none!important;
  color: #ffffff;
}
::selection {
  background: #f6bfcf;
  text-shadow: none!important;
  color: #ffffff;
}
table {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
table tr {
  border: none ;
  border-collapse: separate;
  transition: .3s;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
table tr:hover {
  background-color: #999999;
  border-right: 1px solid #dc1e54;
  border-left: 1px solid #dc1e54;
}
table tr th {
  padding: 20px;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
table tr td {
  padding: 20px;
  border: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.wrapper {
  margin: 0 auto;
  width: 1160px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .wrapper {
    max-width: 100%;
    width: auto;
  }
}
#promobox .brownbox .mask {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 271px;
  height: 490px;
  background-color: rgba(255, 252, 237, 0.72);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin: 25px 0 0 0;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 3px rgba(236, 181, 84, 0.3);
  border-radius: 5px;
  background-color: #fff8eb;
  border: none!important;
}
#promobox .brownbox .mask:hover .eventname h2 {
  text-decoration-color: #f195aa;
}
@media (min-width: 1024px) {
  #promobox .brownbox .mask:not(:nth-child(4n)) {
    margin: 25px 25px 0 0;
  }
}
@media (max-width: 1024px) {
  #promobox .brownbox .mask {
    zoom: 85%;
  }
}
@media (max-width: 768px) {
  #promobox .brownbox .mask {
    margin: 25px 0 0 0 !important;
  }
  #promobox .brownbox .mask:not(:nth-child(3n)) {
    margin: 25px 25px 0 0 !important;
  }
}
@media (max-width: 736px) {
  #promobox .brownbox .mask {
    zoom: 81%;
  }
}
@media (max-width: 667px) {
  #promobox .brownbox .mask {
    zoom: 74%;
  }
}
@media (max-width: 568px) {
  #promobox .brownbox .mask {
    zoom: 90%;
    margin: 25px 25px 0 0 !important;
  }
}
@media (max-width: 480px) {
  #promobox .brownbox .mask {
    zoom: normal;
    width: auto!important;
    max-width: 100%;
    height: auto!important;
    padding-bottom: 40px;
    margin: 0!important;
    float: none!important;
    margin-top: 20px!important;
    display: block;
  }
  #promobox .brownbox .mask:nth-child(5),
  #promobox .brownbox .mask:nth-child(4) {
    margin-right: 0!important;
    float: none!important;
  }
  #promobox .brownbox .mask img {
    height: auto;
    min-width: 100%;
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
  }
  #promobox .brownbox .mask .event_img {
    float: none!important;
  }
  #promobox .brownbox .mask .event_desc {
    margin: 0!important;
  }
  #promobox .brownbox .mask:not(:nth-child(4n)),
  #promobox .brownbox .mask:not(:nth-child(3n)) {
    margin: 20px 0 0!important;
  }
}
#promobox .brownbox .mask:hover {
  background-color: #dc1e54 !important;
  box-shadow: 0 3px 25px rgba(242, 63, 62, 0.7);
  color: #ffffff;
}
#promobox .brownbox .mask:hover h2 {
  color: #ffffff;
  text-decoration-color: #f195aa;
}
#promobox .brownbox .mask:hover h2 a {
  color: #ffffff;
  text-decoration-color: #f195aa !important;
}
#promobox .brownbox .mask.show {
  border: 2px solid #df2463;
}
#promobox .brownbox .mask.show:hover,
#promobox .brownbox .mask.show.current {
  background-color: #df2463;
}
#promobox .brownbox .mask.sport {
  border: 2px solid #17bcdf;
}
#promobox .brownbox .mask.sport:hover,
#promobox .brownbox .mask.sport.current {
  background-color: #17bcdf;
}
#promobox .brownbox .mask.kids {
  border: 2px solid #9534e8;
}
#promobox .brownbox .mask.kids:hover,
#promobox .brownbox .mask.kids.current {
  background-color: #9534e8;
}
#promobox .brownbox .mask.concert {
  border: 2px solid #4134e8;
}
#promobox .brownbox .mask.concert:hover,
#promobox .brownbox .mask.concert.current {
  background-color: #4134e8;
}
#promobox .brownbox .mask.performance {
  border: 2px solid #e834bc;
}
#promobox .brownbox .mask.performance:hover,
#promobox .brownbox .mask.performance.current {
  background-color: #e834bc;
}
#promobox .brownbox .mask.learn {
  border: 2px solid #3484e8;
}
#promobox .brownbox .mask.learn:hover,
#promobox .brownbox .mask.learn.current {
  background-color: #3484e8;
}
#promobox .brownbox .mask.quest {
  border: 2px solid #29da6c;
}
#promobox .brownbox .mask.quest:hover,
#promobox .brownbox .mask.quest.current {
  background-color: #29da6c;
}
#promobox .brownbox .mask.fest {
  border: 2px solid #90d41b;
}
#promobox .brownbox .mask.fest:hover,
#promobox .brownbox .mask.fest.current {
  background-color: #90d41b;
}
#promobox .brownbox .mask.fun {
  border: 2px solid #c2d11c;
}
#promobox .brownbox .mask.fun:hover,
#promobox .brownbox .mask.fun.current {
  background-color: #c2d11c;
}
#promobox .brownbox .mask.museum {
  border: 2px solid #ffd220;
}
#promobox .brownbox .mask.museum:hover,
#promobox .brownbox .mask.museum.current {
  background-color: #ffd220;
}
#promobox .brownbox .mask.walk {
  border: 2px solid #f77926;
}
#promobox .brownbox .mask.walk:hover,
#promobox .brownbox .mask.walk.current {
  background-color: #f77926;
}
#promobox .brownbox .mask.club {
  border: 2px solid #eb4a12;
}
#promobox .brownbox .mask.club:hover,
#promobox .brownbox .mask.club.current {
  background-color: #eb4a12;
}
#promobox .brownbox .mask.mustsee {
  border: 2px solid #e51515;
}
#promobox .brownbox .mask.mustsee:hover,
#promobox .brownbox .mask.mustsee.current {
  background-color: #e51515;
}
#promobox .brownbox .mask.theatre {
  border: 2px solid #1ddab4;
}
#promobox .brownbox .mask.theatre:hover,
#promobox .brownbox .mask.theatre.current {
  background-color: #1ddab4;
}
#promobox .brownbox .mask.area {
  border: 2px solid #59ce30;
}
#promobox .brownbox .mask.area:hover,
#promobox .brownbox .mask.area.current {
  background-color: #59ce30;
}
#promobox .brownbox .mask.park {
  border: 2px solid #f9497b;
}
#promobox .brownbox .mask.park:hover,
#promobox .brownbox .mask.park.current {
  background-color: #f9497b;
}
#promobox .brownbox .mask.eat {
  border: 2px solid #12c35d;
}
#promobox .brownbox .mask.eat:hover,
#promobox .brownbox .mask.eat.current {
  background-color: #12c35d;
}
#promobox .brownbox .mask.more {
  border: 2px solid #ffaf25;
}
#promobox .brownbox .mask.more:hover,
#promobox .brownbox .mask.more.current {
  background-color: #ffaf25;
}
#promobox .brownbox .mask a {
  color: #250000;
}
#promobox .brownbox .mask a img {
  width: 270px;
  height: 250px;
  -webkit-filter: contrast(1.1) saturate(1.1);
  filter: contrast(1.1) saturate(1.1);
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#promobox .brownbox .mask a img:hover {
  opacity: 1;
}
#promobox .brownbox .mask a h2 {
  color: #250000;
}
#promobox .brownbox .mask .eventname {
  padding: 18px 16px 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  display: block;
  color: #250000;
}
#promobox .brownbox .mask .eventname:hover {
  color: #ffffff;
}
#promobox .brownbox .mask .eventname h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-decoration: underline;
  text-decoration-color: rgba(34, 30, 31, 0.4);
  line-height: 1.3;
  text-underline-position: under;
}
#promobox .brownbox .mask .eventname h2 a {
  font-weight: 600;
  text-decoration-color: rgba(34, 30, 31, 0.4);
}
#promobox .brownbox .mask .place {
  font-weight: 400;
  line-height: 18px;
  padding: 15px 20px 0;
  font-size: 14px;
}
#promobox .brownbox .mask .rec_type {
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  padding: 5px 0 5px 10px;
  z-index: 1;
  background-color: #dc1e54;
  box-shadow: 1px 2px 20px #000000;
  text-shadow: 0px 0 0 #821232, -1px -1px 0px #ce526e;
  width: 100px;
  text-align: center;
  padding: 5px 5px;
  width: auto;
  display: inline-block;
  line-height: 18.03px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  opacity: 0.9;
  top: 15px;
  left: 15px;
  padding: 4px 20px 4px 20px;
  border-radius: 13px;
}
#promobox .brownbox .mask .bottom_block {
  position: absolute;
  /* font-size: 14px; */
  font-weight: 500;
  line-height: 15px;
  outline: none;
  right: 0;
  text-transform: uppercase;
  opacity: .9;
  bottom: 0;
  font-size: 14px;
  letter-spacing: -0.5px;
  width: 100%;
}
#promobox .brownbox .mask .bottom_block .ticket {
  color: #ffffff;
  /* -webkit-border-radius: 0 5px 0 0; */
  /* -webkit-background-clip: padding-box; */
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-weight: 600;
  /* zoom: 1; */
  /* opacity: .8; */
  /* width: 100px; */
  background-color: #e02260;
  padding: 7px 7px 7px 10px;
  border-radius: 4px 0 0 0;
  float: right;
  margin-right: -1px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#promobox .brownbox .mask .bottom_block .ticket.free {
  font-size: 12px;
  background-color: #90d41b;
  color: #3b2512;
}
#promobox .brownbox .mask .bottom_block .watch {
  bottom: 0;
  /* top: initial; */
  position: relative;
  float: right;
  border-radius: 0;
  padding: 7px 5px 7px 20px;
  text-shadow: none;
  /* background: #f15549; */
  font-weight: bold;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAABW0lEQVQ4T62TzyvDYRzHXx+2oW+SUn7dHGwlSk44cFCiXFfKj9RkW074A/YHyEk2UfKj1K6KlAMHnFCkbAc3ZqWktdgP+2jfTdhl0p7b5/m83+/n/XnezyMULPW3NqNlkwiDoO1AbR7yAnKDcohkNsUTfvhJla9Cg202nlM+ROaAisIDCuoEqkvUWX3ivE1me6aQrrbUkLHuAz15winCBnyc85Z+NPeqLE1Q3o0yBfTmcWeUpYZl5v5V1Ndvof7pAHQAiAEu8YSCutVhEH9fBhnNkXQXo3JWJq7j6rc7gXWgGuSIaMOQqN8xD7qIEgfpE+/dhUkL2LdRxn6NJOyIOzRu9lccXaAnCAbIQlboErQTwSPuUMAEmS4jccAGMpJ3tAckiTYa4jtO58RaXYisgVx9C6lOizectft3oYDdjeL/EirRaKW67KLxZ6oiJGJaNP6SPsifEf/3i3wC6lXKDcF4bq8AAAAASUVORK5CYII=) 0 8px;
  background-repeat: no-repeat;
  color: #ffa849;
}
#promobox .brownbox .mask .bottom_block .watch:hover {
  color: #ffffff;
}
#promobox .brownbox .mask .bottom_block .like {
  padding: 6px 5px 5px 22px;
  position: relative;
  margin-left: -3px;
  color: #ffffff;
  font-weight: 400;
  zoom: 1;
  background: #821232;
  -webkit-border-radius: 0 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
  display: none;
}
#promobox .brownbox .mask .bottom_block .like::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 2px;
  content: ' ';
  background-image: url(/assets/img/list_actions.png);
  background-size: 300px;
  background-position: -283px 2px;
  background-repeat: no-repeat;
  top: 0;
}
#promobox .brownbox .mask .bottom_block .like:hover {
  color: #ffffff;
}
#promobox .brownbox.inner .mask {
  margin: 10px 20px 0 0;
}
#promobox .brownbox.inner .mask:nth-child(4n) {
  margin: 10px 0 0 0;
}
/*���� ������� �� �������*/
.for_ads {
  margin-top: 20px;
  padding: 0;
  clear: both;
}
.for_ads .ad_space {
  position: relative;
  padding-bottom: 30px;
}
.for_ads .ad_space .ad_box {
  position: relative;
  background: rgba(253, 231, 210, 0.42) linear-gradient(to top, rgba(34, 30, 31, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #f9c3b4;
}
.for_ads .ad_space:after {
  content: ' ';
  background-image: url(/assets/img/after_ads.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  width: 6px;
  height: 29px;
  bottom: 0;
  right: 5px;
  z-index: -1;
}
.for_ads .ad_space a.about_ad {
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: #216f9a;
  font-size: 12px;
}
.index_page h2.main {
  font-size: 35px;
  font-weight: 700;
  line-height: 28px;
  margin: 10px 0 20px;
}
/*������ �������*/
.city-events-page .city-events-filter {
  margin-top: 15px;
}
.city-events-page #content.city-events-content {
  float: none;
  width: 100%;
  margin-right: 0;
}
.city-events-page #content.city-events-content .city-events-grid {
  overflow: hidden;
}
.city-events-page #content.city-events-content .city-events-grid .mask > a {
  display: block;
  width: 100%;
}
.city-events-page #content.city-events-content .city-events-grid .mask > a figure {
  aspect-ratio: 1.076;
  margin: 0;
  overflow: hidden;
  background: #f5eddf;
}
.city-events-page #content.city-events-content .city-events-grid .mask > a img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}
.city-events-page .city-event-places {
  clear: both;
  margin: 28px 0 6px;
}
.city-events-page .city-event-places__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.city-events-page .city-event-places__head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
}
.city-events-page .city-event-places__head a {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  color: #ee5127;
}
.city-events-page .city-event-places__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.city-events-page .city-event-places .places_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.city-events-page .city-event-places .place_item {
  width: auto;
  float: none;
  margin: 0 !important;
  border: 2px solid #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.city-events-page .city-event-places .place {
  width: auto;
  float: none;
  margin: 0 !important;
  display: block;
  height: 100%;
}
.city-events-page .city-event-places .place:not(:nth-of-type(4n)) {
  margin-right: 0;
}
.city-events-page .city-event-places .place .item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.city-events-page .city-event-places .place img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}
.city-events-page .city-event-places .place .item .desc {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 0;
  background: linear-gradient(0deg, black, transparent);
  padding: 20px 20px 30px;
  box-sizing: border-box;
}
.city-events-page .city-event-place {
  position: relative;
  display: block;
  min-height: 76px;
  overflow: hidden;
  border-radius: 4px;
  background: #777;
  color: #ffffff;
  text-decoration: none;
}
.city-events-page .city-event-place img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.city-events-page .city-event-place:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.22));
}
.city-events-page .city-event-place span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}
@media (max-width: 900px) {
  .city-events-page .city-event-places__grid,
  .city-events-page .city-event-places .places_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (max-width: 640px) {
  .city-events-page .city-event-places__head {
    display: block;
  }
  .city-events-page .city-event-places__head h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .city-events-page .city-event-places__grid,
  .city-events-page .city-event-places .places_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 560px) {
  .city-events-page .city-event-places__grid,
  .city-events-page .city-event-places .places_list {
    grid-template-columns: 1fr;
  }
  .city-events-page .city-event-places .place .item .desc .name {
    font-size: 16px;
    line-height: 1.15;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
.city-events-seo {
  clear: both;
  margin: 24px 0 22px;
}
.city-events-seo p {
  max-width: 860px;
  margin: 0 0 14px;
  line-height: 1.5;
}
/*������������� �������*/
.days ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 15px 0 10px;
}
.days ul li {
  display: inline-block;
  margin: 0 25px 0 0;
}
@media (max-width: 480px) {
  .days ul li {
    padding: 10px;
    margin: 0!important;
  }
}
.days ul li a {
  font-weight: 400;
  line-height: 18px;
  font-size: 18px;
  display: inline-block;
}
.days ul li a span {
  color: #821232;
  border-bottom: 2px dotted #821232;
  font-weight: 500;
  text-decoration-style: dotted;
  border-bottom: 0;
  text-decoration: underline;
  text-decoration-color: #ea6287;
  text-underline-position: under;
}
.days ul li a:hover {
  color: #ffffff;
}
.days ul li a:hover span {
  color: #ee5127;
}
.days ul li:hover {
  color: #ee5127;
}
.days ul li:hover a {
  color: #ee5127;
}
.days ul li.current {
  margin: 0 25px 0 0;
}
.days ul li.current a {
  padding: 10px 15px;
  font-weight: 500;
  background-image: linear-gradient(to top, #9a0845 0%, #76023e 100%);
  box-shadow: inset 0 5px 5px rgba(34, 30, 31, 0.15);
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0;
}
.days ul li.current a span {
  color: #ffffff;
  text-decoration: none;
}
.display_events {
  width: 114px;
  height: 38px;
  background-image: url(/assets/img/sortim.png);
  background-position: -9px -2px;
  background-size: 305px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  float: right;
  border: 0px solid #fff;
  display: inline-block;
}
.display_events.grid {
  background-image: url(/assets/img/sortim.png);
  background-position: -9px -2px;
  display: none;
}
.display_events.grid:hover,
.display_events.grid:focus {
  background-position: -9px -2px;
  border-width: 0px;
}
.display_events.list {
  background-image: url(/assets/img/sortim.png);
  background-position: -184px -2px;
  display: none;
}
.display_events.list:hover,
.display_events.list:focus {
  background-position: -184px -2px;
  border-width: 0px;
}
/* ������� ������ */
.breadcrumbs span {
  line-height: 1.6;
  color: #3b2512;
}
.breadcrumbs span.divider {
  color: #781a2c;
  font-size: 12px;
  line-height: 18px;
}
.breadcrumbs span a {
  color: #dc1e54;
  font-weight: 500;
  font-size: 14px;
}
.breadcrumbs span a span {
  color: #dc1e54;
  text-decoration: none;
  color: #e7517c;
  border-bottom: 1px solid rgba(231, 81, 124, 0.9);
  padding-top: .3em;
}
.breadcrumbs span a span:hover {
  color: #ed7a9b;
  border-bottom: 1px solid rgba(231, 81, 124, 0.8);
}
.breadcrumbs span a:hover span {
  color: #dc1e54;
  color: #3b2512;
  text-decoration: none;
  color: #781a2c;
  border-bottom: 1px solid rgba(120, 26, 44, 0.9);
  padding-top: .3em;
}
.breadcrumbs span a:hover span:hover {
  color: #8a1e33;
  border-bottom: 1px solid rgba(120, 26, 44, 0.8);
}
#content {
  width: 800px;
  margin-right: 17px;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;
  float: left;
}
@media (max-width: 1024px) {
  #content {
    width: auto;
    float: none;
    margin: 0;
  }
}
#content .event {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 252px;
  height: 493px;
  background-color: #f7f7f7;
  margin: 19px 19px 0 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: none!important;
  transition: box-shadow 0.1s;
  box-shadow: 0 2px 3px rgba(114, 137, 176, 0.3);
}
#content .event:hover h2 {
  text-underline-position: under;
  text-decoration-color: #f195aa;
}
#content .event:hover .event_type {
  opacity: 1;
}
@media (max-width: 1024px) {
  #content .event {
    zoom: 93%;
  }
}
@media (max-width: 768px) {
  #content .event {
    zoom: 92%;
    height: 494px;
  }
}
@media (max-width: 736px) {
  #content .event {
    zoom: 88%;
  }
}
@media (max-width: 667px) {
  #content .event {
    zoom: 79%;
  }
}
@media (max-width: 568px) {
  #content .event {
    zoom: normal;
    margin: 0 0 20px;
  }
  #content .event:not(:nth-child(2n)) {
    margin-right: 25px;
  }
}
@media (max-width: 480px) {
  #content .event {
    zoom: normal;
    width: auto!important;
    max-width: 100%;
    height: auto!important;
    padding-bottom: 40px;
    margin: 0!important;
    float: none!important;
    margin-top: 20px!important;
  }
  #content .event:nth-child(5),
  #content .event:nth-child(4) {
    margin-right: 0!important;
    float: none!important;
  }
  #content .event img {
    height: auto;
    min-width: 100%;
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
  }
  #content .event .event_img {
    float: none!important;
  }
  #content .event .event_desc {
    margin: 0!important;
  }
}
#content .event.show {
  border: 1px solid #df2463;
}
#content .event.show:hover,
#content .event.show.current {
  background-color: #df2463;
}
#content .event.show .event_type {
  background-color: #df2463;
}
#content .event.sport {
  border: 1px solid #17bcdf;
}
#content .event.sport:hover,
#content .event.sport.current {
  background-color: #17bcdf;
}
#content .event.sport .event_type {
  background-color: #17bcdf;
}
#content .event.kids {
  border: 1px solid #9534e8;
}
#content .event.kids:hover,
#content .event.kids.current {
  background-color: #9534e8;
}
#content .event.kids .event_type {
  background-color: #9534e8;
}
#content .event.concert {
  border: 1px solid #4134e8;
}
#content .event.concert:hover,
#content .event.concert.current {
  background-color: #4134e8;
}
#content .event.concert .event_type {
  background-color: #4134e8;
}
#content .event.performance {
  border: 1px solid #e834bc;
}
#content .event.performance:hover,
#content .event.performance.current {
  background-color: #e834bc;
}
#content .event.performance .event_type {
  background-color: #e834bc;
}
#content .event.learn {
  border: 1px solid #3484e8;
}
#content .event.learn:hover,
#content .event.learn.current {
  background-color: #3484e8;
}
#content .event.learn .event_type {
  background-color: #3484e8;
}
#content .event.quest {
  border: 1px solid #29da6c;
}
#content .event.quest:hover,
#content .event.quest.current {
  background-color: #29da6c;
}
#content .event.quest .event_type {
  background-color: #29da6c;
}
#content .event.fest {
  border: 1px solid #90d41b;
}
#content .event.fest:hover,
#content .event.fest.current {
  background-color: #90d41b;
}
#content .event.fest .event_type {
  background-color: #90d41b;
}
#content .event.fun {
  border: 1px solid #c2d11c;
}
#content .event.fun:hover,
#content .event.fun.current {
  background-color: #c2d11c;
}
#content .event.fun .event_type {
  background-color: #c2d11c;
}
#content .event.museum {
  border: 2px solid #ffd220;
}
#content .event.museum:hover,
#content .event.museum.current {
  background-color: #ffd220;
}
#content .event.museum .event_type {
  background-color: #ffd220;
}
#content .event.walk {
  border: 2px solid #f77926;
}
#content .event.walk:hover,
#content .event.walk.current {
  background-color: #f77926;
}
#content .event.walk .event_type {
  background-color: #f77926;
}
#content .event.club {
  border: 2px solid #eb4a12;
}
#content .event.club:hover,
#content .event.club.current {
  background-color: #eb4a12;
}
#content .event.club .event_type {
  background-color: #eb4a12;
}
#content .event.mustsee {
  border: 2px solid #e51515;
}
#content .event.mustsee:hover,
#content .event.mustsee.current {
  background-color: #e51515;
}
#content .event.mustsee .event_type {
  background-color: #e51515;
}
#content .event.theatre {
  border: 2px solid #1ddab4;
}
#content .event.theatre:hover,
#content .event.theatre.current {
  background-color: #1ddab4;
}
#content .event.theatre .event_type {
  background-color: #1ddab4;
}
#content .event.area {
  border: 2px solid #59ce30;
}
#content .event.area:hover,
#content .event.area.current {
  background-color: #59ce30;
}
#content .event.area .event_type {
  background-color: #59ce30;
}
#content .event.park {
  border: 2px solid #f9497b;
}
#content .event.park:hover,
#content .event.park.current {
  background-color: #f9497b;
}
#content .event.park .event_type {
  background-color: #f9497b;
}
#content .event.eat {
  border: 2px solid #12c35d;
}
#content .event.eat:hover,
#content .event.eat.current {
  background-color: #12c35d;
}
#content .event.eat .event_type {
  background-color: #12c35d;
}
#content .event.more {
  border: 2px solid #ffaf25;
}
#content .event.more:hover,
#content .event.more.current {
  background-color: #ffaf25;
}
#content .event.more .event_type {
  background-color: #ffaf25;
}
#content .event h2 {
  margin: 0;
}
#content .event:hover {
  background-color: #dc1e54 !important;
  -webkit-box-shadow: 0 3px 25px rgba(242, 63, 62, 0.7);
  -moz-box-shadow: 0 3px 25px rgba(242, 63, 62, 0.7);
  box-shadow: 0 3px 25px rgba(242, 63, 62, 0.7);
  color: #ffffff;
}
#content .event:hover .eventname {
  display: block;
}
#content .event:hover .eventname h2 {
  line-height: 22px;
  color: #ffffff !important;
  text-decoration-color: #f195aa !important;
}
#content .event:hover .eventname h2 a {
  color: #ffffff !important;
}
#content .event:hover a {
  color: #ffffff;
}
@media (min-width: 667px) {
  #content .event:nth-child(3n) {
    margin: 19px 0 0 0;
  }
  #content .event:nth-child(5),
  #content .event:nth-child(6) {
    width: 524px;
    height: 235px;
    margin-right: 0;
    float: left;
  }
  #content .event:nth-child(5) h2,
  #content .event:nth-child(6) h2 {
    margin: 0;
  }
  #content .event:nth-child(5) .event_desc,
  #content .event:nth-child(6) .event_desc {
    margin-left: 260px;
  }
  #content .event:nth-child(5) .event_img,
  #content .event:nth-child(6) .event_img {
    float: left;
  }
  #content .event:nth-child(11),
  #content .event:nth-child(12) {
    width: 522px;
    height: 235px;
    margin-right: 0;
    float: right;
  }
  #content .event:nth-child(11) h2,
  #content .event:nth-child(12) h2 {
    margin: 0;
  }
  #content .event:nth-child(11) .event_desc,
  #content .event:nth-child(12) .event_desc {
    margin-left: 260px;
  }
  #content .event:nth-child(11) .event_img,
  #content .event:nth-child(12) .event_img {
    float: left;
  }
  #content .event:nth-child(4) {
    float: right;
    margin: 19px 0 0 0;
  }
  #content .event:nth-child(10) {
    float: left;
  }
}
#content .event .event_img a {
  color: #250000;
}
#content .event .event_img a img {
  width: 255px;
  height: 255px;
}
#content .event .event_img a img:hover {
  opacity: 1;
}
#content .event .event_desc .eventname {
  padding: 15px 10px 15px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  display: block;
}
#content .event .event_desc .eventname h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #250000;
  text-decoration: underline;
  text-underline-position: under;
  line-height: 1.3;
  text-decoration-color: rgba(34, 30, 31, 0.4);
}
#content .event .event_desc .eventname h2 a {
  color: #250000;
}
#content .event .event_desc .place {
  font-weight: 400;
  line-height: 18px;
  padding: 0 20px 0;
  font-size: 14px;
  margin-bottom: 0;
}
#content .event .event_desc .event_type {
  padding: 4px 20px 4px 20px;
  border-radius: 13px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 18.03px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  opacity: 0.9;
  top: 15px;
  left: 15px;
  background-color: #df2463;
  border: 1px solid #df2463;
}
#content .event .event_desc .bottom_block {
  position: absolute;
  /* font-size: 14px; */
  font-weight: 500;
  line-height: 14px;
  outline: none;
  right: 0;
  text-transform: uppercase;
  opacity: .9;
  bottom: 0;
  font-size: 14px;
  letter-spacing: -0.5px;
  width: 100%;
}
#content .event .event_desc .bottom_block .ticket {
  color: #ffffff;
  /* -webkit-border-radius: 0 5px 0 0; */
  /* -webkit-background-clip: padding-box; */
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* zoom: 1; */
  /* opacity: .8; */
  /* width: 100px; */
  background-color: #e02260;
  padding: 7px 7px 7px 10px;
  border-radius: 4px 0 0 0;
  float: right;
  margin-right: -1px;
  letter-spacing: 0.1px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#content .event .event_desc .bottom_block .ticket.free {
  font-size: 12px;
  background-color: #90d41b;
  color: #ffffff;
  letter-spacing: 1px;
}
#content .event .event_desc .bottom_block .watch {
  bottom: 0;
  /* top: initial; */
  position: relative;
  float: right;
  border-radius: 0;
  padding: 7px 5px 7px 20px;
  text-shadow: none;
  /* background: #f15549; */
  font-weight: bold;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAABW0lEQVQ4T62TzyvDYRzHXx+2oW+SUn7dHGwlSk44cFCiXFfKj9RkW074A/YHyEk2UfKj1K6KlAMHnFCkbAc3ZqWktdgP+2jfTdhl0p7b5/m83+/n/XnezyMULPW3NqNlkwiDoO1AbR7yAnKDcohkNsUTfvhJla9Cg202nlM+ROaAisIDCuoEqkvUWX3ivE1me6aQrrbUkLHuAz15winCBnyc85Z+NPeqLE1Q3o0yBfTmcWeUpYZl5v5V1Ndvof7pAHQAiAEu8YSCutVhEH9fBhnNkXQXo3JWJq7j6rc7gXWgGuSIaMOQqN8xD7qIEgfpE+/dhUkL2LdRxn6NJOyIOzRu9lccXaAnCAbIQlboErQTwSPuUMAEmS4jccAGMpJ3tAckiTYa4jtO58RaXYisgVx9C6lOizectft3oYDdjeL/EirRaKW67KLxZ6oiJGJaNP6SPsifEf/3i3wC6lXKDcF4bq8AAAAASUVORK5CYII=) 0 8px;
  background-repeat: no-repeat;
  color: #ffa849;
}
#content .event .event_desc .bottom_block .watch:hover {
  color: #ffffff;
}
#content .event .event_desc .bottom_block .like {
  padding: 6px 5px 5px 22px;
  position: relative;
  margin-left: -3px;
  color: #ffffff;
  font-weight: 400;
  zoom: 1;
  background: #821232;
  -webkit-border-radius: 0 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
  display: none;
}
#content .event .event_desc .bottom_block .like::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 2px;
  content: ' ';
  background-image: url(/assets/img/list_actions.png);
  background-size: 300px;
  background-position: -283px 2px;
  background-repeat: no-repeat;
  top: 0;
}
#content .event .event_desc .bottom_block .like:hover {
  color: #ffffff;
}
/* ��������� */
.pagination {
  margin: 60px 0 35px;
  text-align: center;
}
.pagination .paginator {
  display: inline-block;
}
.pagination .paginator a {
  display: block;
  padding: 10px 15px;
  float: left;
  /* margin-right: 7px; */
  /* margin-bottom: 7px; */
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.5);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  background-color: #dc1e54;
  background-image: linear-gradient(180deg, rgba(254, 254, 254, 0.5) 0%, transparent 100%);
  box-shadow: 0 3px 15px rgba(241, 36, 152, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.33);
  border: 0px solid #fff;
  letter-spacing: 1px;
}
.pagination .paginator a:hover {
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  background-color: #f63e73;
  background-image: linear-gradient(180deg, rgba(254, 254, 254, 0.5) 0%, transparent 100%);
  box-shadow: 0 3px 15px rgba(247, 34, 148, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.33);
}
.pagination .paginator a:focus {
  background-color: #8f0340;
  box-shadow: inset 0 1px 1px #7d1b42;
  background-image: none;
  color: #d86699;
}
.pagination .paginator .prev {
  border-radius: 25px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination .paginator .next {
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination .paginator a.current {
  background-image: linear-gradient(to top, #9a0845 0%, #76023e 100%);
  box-shadow: inset 0 5px 5px rgba(34, 30, 31, 0.15);
}
.places_list .place {
  display: block;
  width: 270px;
  float: left;
  position: relative;
  margin: 0 0 17px 0;
  border: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}
.places_list .place:not(:nth-of-type(4n)) {
  margin-right: 21px;
}
@media (max-width: 1024px) {
  .places_list .place {
    zoom: 88%;
  }
}
@media (max-width: 736px) {
  .places_list .place {
    zoom: 85%;
  }
}
@media (max-width: 667px) {
  .places_list .place {
    zoom: 82%;
  }
}
@media (max-width: 568px) {
  .places_list .place {
    zoom: normal;
  }
}
@media (max-width: 480px) {
  .places_list .place {
    zoom: normal;
    width: auto!important;
    max-width: 100%;
    height: auto!important;
    margin: 0!important;
    float: none!important;
    margin-top: 20px!important;
    display: block;
  }
  .places_list .place:nth-child(5),
  .places_list .place:nth-child(4) {
    margin-right: 0!important;
    float: none!important;
  }
  .places_list .place img {
    height: auto;
    min-width: 100%;
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
  }
  .places_list .place .event_img {
    float: none!important;
  }
  .places_list .place .event_desc {
    margin: 0!important;
  }
}
.places_list .place .item {
  color: #ffffff;
}
.places_list .place .item .desc {
  position: absolute;
  top: 140px;
  width: 100%;
  height: 230px;
}
.places_list .place .item .desc .name {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 10px #000;
  background: rgba(0, 0, 0, 0.36);
  padding: 15px 20px;
}
@media (max-width: 480px) {
  .places_list .place .item .desc .name {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .places_list .place .item .desc .name {
    bottom: 25%;
    top: initial;
  }
}
.places_list .place .item .desc .events_types_in {
  width: 220px;
  padding: 20px;
}
@media (max-width: 480px) {
  .places_list .place .item .desc .events_types_in {
    bottom: 15%;
    top: initial;
  }
}
.places_list .place .item .desc .events_types_in span {
  display: inline-block;
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
  padding: 1px 10px 3px;
  line-height: 14px;
  text-transform: lowercase;
  color: #ffffff;
}
.places_list .place .item .desc .events_types_in span:not(last-child) {
  margin: 0 5px 5px 0;
}
.places_list .place .item .desc .events_types_in span.show {
  background-color: #df2463;
}
.places_list .place .item .desc .events_types_in span.sport {
  background-color: #17bcdf;
}
.places_list .place .item .desc .events_types_in span.kids {
  background-color: #9534e8;
}
.places_list .place .item .desc .events_types_in span.concert {
  background-color: #4134e8;
}
.places_list .place .item .desc .events_types_in span.performance {
  background-color: #e834bc;
}
.places_list .place .item .desc .events_types_in span.learn,
.places_list .place .item .desc .events_types_in span.excursion {
  background-color: #3484e8;
}
.places_list .place .item .desc .events_types_in span.quest {
  background-color: #29da6c;
}
.places_list .place .item .desc .events_types_in span.fest {
  background-color: #90d41b;
}
.places_list .place .item .desc .events_types_in span.fun {
  background-color: #c2d11c;
}
.places_list .place .item .desc .events_count {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #feecd0;
}
.places_list .place .item .desc .events_count span {
  color: #feecd0;
  text-decoration: none;
  border: none;
}
.places_list .place .item .desc .events_count:hover {
  color: #ffffff;
}
.article_list_main .list .item {
  width: 270px;
  height: 360px;
  float: left;
  margin-bottom: 25px;
  background-color: #fffced;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(114, 137, 176, 0.3);
  position: relative;
}
.article_list_main .list .item:hover a h2,
.article_list_main .list .item:hover a h3 {
  color: #dc1e54;
}
.article_list_main .list .item:not(:nth-child(4n)) {
  margin-right: 25px;
}
.article_list_main .list .item .img {
  position: relative;
}
.article_list_main .list .item .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, #fffced 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.article_list_main .list .item .text {
  padding: 15px;
}
.article_list_main .list .item .text h2,
.article_list_main .list .item .text h3 {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #250000;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: rgba(34, 30, 31, 0.4);
}
.article_list_main .list .item:hover .text h2,
.article_list_main .list .item:hover .text h3 {
  text-decoration-color: #f195aa;
}
.lightbox {
  padding: 30px 40px 35px;
  max-width: 766px;
  width: auto;
}
.lightbox h2.imowner {
  margin: 15px 0;
}
.lightbox ul.specific {
  column-count: 2;
  list-style-type: circle;
  list-style-position: inside;
  margin: 0;
  list-style-image: url(/assets/img/check_galochka.png);
}
.lightbox ul.specific li {
  margin: 0;
  font-weight: 500;
  margin-bottom: 10px;
}
.lightbox .infa p {
  margin-bottom: 6px;
}
.lightbox .field_set {
  margin-top: 5px;
}
.lightbox .field_set .label_box {
  width: 250px;
  float: left;
}
.lightbox .field_set .input_box {
  margin-left: 290px;
  padding-bottom: 25px;
}
.lightbox .field_set .input_box .in_lightbox {
  padding: 8px 5px;
  width: 410px;
}
.lightbox .field_set .input_box .captcha-input {
  width: 211px;
}
/*�������*/
#sidebar_right,
#sidebar_right_top {
  float: right;
  width: 338px;
}
#sidebar_right .yandex_reminder,
#sidebar_right_top .yandex_reminder {
  margin-top: -95px;
  position: relative;
  padding: 5px 25px 100px;
}
@media (max-width: 1024px) {
  #sidebar_right,
  #sidebar_right_top {
    float: left;
    width: auto;
    min-width: 100%;
  }
  #sidebar_right .yandex_reminder,
  #sidebar_right_top .yandex_reminder {
    margin-top: 0;
    padding: 0 0 15px;
  }
}
@media (max-width: 768px) {
  #sidebar_right,
  #sidebar_right_top {
    float: none;
  }
}
#sidebar_right h2,
#sidebar_right_top h2 {
  margin: 0 0 15px;
  font-size: 25px;
  line-height: 28px;
}
#sidebar_right h2:not(:first-child),
#sidebar_right_top h2:not(:first-child) {
  padding: 15px 0 10px;
}
#sidebar_right section:not(:first-child),
#sidebar_right_top section:not(:first-child) {
  padding: 20px 0 0;
}
.ads_sidebar {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #f9c3b4;
  margin-top: 20px;
}
#short {
  color: #3b2512;
  margin-top: 15px;
  padding: 20px 15px 10px;
  background-color: #ffece9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 #fcd9cc, 0 1px 3px rgba(199, 61, 35, 0.5);
  -moz-box-shadow: inset 0 -2px 0 #fcd9cc, 0 1px 3px rgba(199, 61, 35, 0.5);
  box-shadow: inset 0 -2px 0 #fcd9cc, 0 1px 3px rgba(199, 61, 35, 0.5);
  position: relative;
}
#short:before {
  background: url(/assets/img/short_heading.png) no-repeat -6px -1px;
  display: block;
  position: absolute;
  content: ' ';
  width: 340px;
  height: 10px;
  top: -3px;
  right: -2px;
  display: none;
}
#short h2 {
  margin: 0 0 15px;
  font-size: 25px;
  line-height: 28px;
}
#short h2:not(:first-child) {
  padding: 15px 0 0;
}
#short.offset {
  margin-top: 30px;
}
.for_owners {
  padding: 5px 25px 30px;
}
.for_owners.of_place {
  padding: 30px 25px 15px;
}
.for_owners #iam_owner {
  text-decoration: none;
  color: #ee5127;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.9);
  padding-top: .3em;
  cursor: pointer;
}
.for_owners #iam_owner:hover {
  color: #f1704e;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.8);
}
@media (max-width: 480px) {
  .for_owners {
    display: none;
  }
}
.for_owners_event {
  padding: 5px 25px 25px;
  z-index: 1000;
  margin-top: -85px;
  position: relative;
}
@media (max-width: 1024px) {
  .for_owners_event {
    margin-top: 0;
    padding: 0 0 25px;
  }
}
@media (max-width: 480px) {
  .for_owners_event {
    display: none;
  }
}
.mailchimp {
  margin-bottom: 25px;
}
.promo_events .item {
  position: relative;
  width: 336px;
  margin-bottom: 25px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
@media (max-width: 480px) {
  .promo_events .item {
    width: auto;
    display: block;
  }
  .promo_events .item .chosen_one {
    top: 20px!important;
  }
  .promo_events .item .title {
    width: auto;
    max-width: 70%;
    top: 45px!important;
    display: inline-block;
  }
}
.promo_events .item::before {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.promo_events .item img {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  width: 336px;
}
.promo_events .item figcaption .chosen_one {
  background: url(/assets/img/chose_of_editor.png) no-repeat;
  width: 134px;
  /* height: 20px; */
  position: absolute;
  top: 120px;
  left: 25px;
  padding: 4px 0px 4px 13px;
  font-size: 13px;
  color: #ffffff;
  line-height: 12px;
}
.promo_events .item figcaption .title {
  width: 300px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  top: 120px;
  left: 25px;
  text-shadow: 1px 1px 10px #000;
  display: inline-block;
}
.mc-comment-info::before {
  display: block;
  content: ' ';
  /* background: #ddd; */
  position: absolute;
  left: -20px;
  top: 12px;
  border: 25px solid rgba(203, 8, 8, 0);
  border-top-color: #ffece9;
  border-left-width: 25px;
  /* z-index: 1; */
  border-right-width: 0px;
}
.mc-comment .mc-comment-user {
  position: relative!important;
  margin-top: -5px !important;
}
.mc-comment-footer > a {
  font-size: 12px!important;
  color: #dc1e54 !important;
  margin: 0 14px 0 0!important;
  white-space: nowrap!important;
  transition: all 0.2s ease-in-out !important;
  border-bottom: 1px dotted #e7517c !important;
  line-height: 12px!important;
  /* text-decoration: underline!important; */
}
.mc-comment .mc-comment-info {
  margin: 10px 0 0 40px!important;
  text-align: left!important;
  padding: 5px 10px!important;
  border-radius: 4px!important;
  border-top-left-radius: 0!important;
  position: relative!important;
  background: #ffece9!important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 #fcd9cc, 0 1px 3px rgba(199, 61, 35, 0.5);
  -moz-box-shadow: inset 0 -2px 0 #fcd9cc, 0 1px 3px rgba(199, 61, 35, 0.5);
  box-shadow: inset 0 -2px 0 #fcd9cc, 0 1px 3px rgba(199, 61, 35, 0.5);
}
.mc-comment .mc-comment-wrap {
  position: relative!important;
  padding: 14px 0 0!important;
  text-align: left!important;
  transition: all 0.2s ease-in-out !important;
}
.event_desc#short_review {
  background-image: url(/assets/img/desc_bg.png);
  background-position: -89px bottom;
  width: 400px;
  margin-left: -31px;
  padding-bottom: 130px;
  position: relative;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .event_desc#short_review {
    margin: 25px 0;
    padding: 0 0 170px;
    background: #fffaf5;
    width: auto;
    position: relative;
  }
  .event_desc#short_review:before {
    width: 100% !important;
    left: 0!important;
  }
  .event_desc#short_review .bottom {
    background: #f8b27b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .event_desc#short_review {
    padding-bottom: 178px;
  }
}
.event_desc#short_review:before {
  display: block;
  content: ' ';
  position: absolute;
  top: -5px;
  left: 28px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  width: 342px;
  height: 7px;
  background-color: #87807a;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjM2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(-90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-box-shadow: inset 0 1px 4px rgba(73, 38, 14, 0.72);
  -moz-box-shadow: inset 0 1px 4px rgba(73, 38, 14, 0.72);
  box-shadow: inset 0 1px 4px rgba(73, 38, 14, 0.72);
  z-index: -1;
}
.event_desc#short_review .inner_box {
  padding: 25px 50px 0;
}
.event_desc#short_review .inner_box .section_label {
  margin: 0 0 18px;
  color: #3b2512;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 480px) {
  .event_desc#short_review .inner_box {
    padding: 25px 25px;
  }
}
.event_desc#short_review .inner_box .metro a {
  text-decoration: none;
  color: #f07cab;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.9);
  padding-top: .3em;
  color: #a20045;
}
.event_desc#short_review .inner_box .metro a:hover {
  color: #f6adca;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.8);
}
.event_desc#short_review .inner_box .metro a:hover {
  text-decoration: none;
  color: #ee5127;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.9);
  padding-top: .3em;
}
.event_desc#short_review .inner_box .metro a:hover:hover {
  color: #f1704e;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.8);
}
.event_desc#short_review .inner_box .metro a:focus {
  color: #a20045;
  text-decoration: none;
  color: #f07cab;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.9);
  padding-top: .3em;
}
.event_desc#short_review .inner_box .metro a:focus:hover {
  color: #f6adca;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.8);
}
.event_desc#short_review .inner_box .theplace a {
  text-decoration: none;
  color: #f07cab;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.9);
  padding-top: .3em;
  color: #a20045;
}
.event_desc#short_review .inner_box .theplace a:hover {
  color: #f6adca;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.8);
}
.event_desc#short_review .inner_box .theplace a:hover {
  text-decoration: none;
  color: #ee5127;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.9);
  padding-top: .3em;
}
.event_desc#short_review .inner_box .theplace a:hover:hover {
  color: #f1704e;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.8);
}
.event_desc#short_review .inner_box .theplace a:focus {
  color: #a20045;
  text-decoration: none;
  color: #f07cab;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.9);
  padding-top: .3em;
}
.event_desc#short_review .inner_box .theplace a:focus:hover {
  color: #f6adca;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.8);
}
.event_desc#short_review .inner_box .bottom {
  height: 188px;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .event_desc#short_review .inner_box .bottom {
    box-sizing: border-box;
    padding: 0 16px;
  }
}
.event_desc#short_review .inner_box .bottom .to_wish {
  margin: 0 auto;
  padding: 2px;
}
.event_desc#short_review .inner_box .bottom .to_wish .wishes {
  float: right;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #ef6c48;
  margin-top: 18px;
  padding: 8px 14px 7px 0;
  color: #ffffff;
  font-weight: 500;
  -webkit-border-radius: 35px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 35px;
  -moz-background-clip: padding;
  border-radius: 35px;
  background-clip: padding-box;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: relative;
}
.event_desc#short_review .inner_box .bottom .to_wish .wishes:after {
  position: absolute;
  content: ' ';
  top: 0;
  background-image: url(/assets/img/whishes.png);
  width: 23px;
  height: 36px;
  left: -23px;
}
.event_desc#short_review .inner_box .bottom .to_wish .into_wish {
  float: left;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 16px;
  padding: 10px;
  color: #ffffff;
  font-weight: 500;
  padding-left: 27px;
  position: relative;
}
.event_desc#short_review .inner_box .bottom .to_wish .into_wish:after {
  position: absolute;
  content: ' ';
  top: 7px;
  width: 25px;
  height: 23px;
  left: 1px;
  background-image: url(/assets/img/actions_icons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.event_desc#short_review .inner_box .bottom .to_wish .into_wish.whished_by_me {
  background-position: 0 -61px;
}
.event_desc#short_review .inner_box .bottom .to_wish .into_wish span {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.9);
  padding-top: .3em;
}
.event_desc#short_review .inner_box .bottom .to_wish .into_wish span:hover {
  color: #ffffff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
}
.event_desc#short_review .inner_box .bottom .to_wish .into_wish:hover:after {
  background-position: 0 -28px;
}
.event_desc#short_review .inner_box .bottom .to_wish .into_wish:hover span {
  color: #dc1e54;
  text-decoration: none;
  border-bottom: 0;
}
.event_desc#short_review .inner_box .bottom .btn_box {
  text-align: center;
  padding: 25px 0 0;
}
.event_desc#short_review .inner_box .bottom .btn_box .action {
  display: inline-block;
  color: #ffffff;
  background-color: #dc1e54;
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.42) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.5), inset 0 1px 0 rgba(253, 231, 210, 0.42);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
  border: 1px solid #821232;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  cursor: pointer;
  width: 244px;
  padding: 17px 20px 16px 20px;
  font-size: 16px;
}
.event_desc#short_review .inner_box .bottom .btn_box .action:hover {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.22) 0%, transparent 100%);
  border: 1px solid #6c0f29;
  box-shadow: 0 3px 9px rgba(246, 108, 186, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.event_desc#short_review .inner_box .bottom .btn_box .action:focus {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.07) 0%, transparent 100%);
  background-color: #99153a;
  box-shadow: inset 0 1px 1px rgba(246, 108, 186, 0.5);
  border: 1px solid #3f0918;
}
.event_desc#short_review .inner_box .bottom .to_calendar {
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.event_desc#short_review .inner_box .bottom .to_calendar .atcb-link {
  color: #ffffff;
}
.event_desc#short_review .inner_box .bottom .to_calendar .action {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.9);
  padding-top: .3em;
  cursor: pointer;
  position: relative;
}
.event_desc#short_review .inner_box .bottom .to_calendar .action:hover {
  color: #ffffff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
}
.event_desc#short_review .inner_box .bottom .to_calendar .action:after {
  position: absolute;
  content: ' ';
  top: 1px;
  width: 40px;
  height: 27px;
  left: -35px;
  background-image: url(/assets/img/actions_icons.png);
  background-repeat: no-repeat;
  background-position: -27px 0;
  line-height: 14px;
}
.event_desc#short_review .inner_box .bottom .to_calendar .action .atcb-list {
  box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
  border-radius: 4px;
  border: 1px solid #fabf89;
}
.event_desc#short_review .inner_box .bottom .to_calendar .action .atcb-list .atcb-item {
  background: rgba(253, 231, 210, 0.42);
}
.event_desc#short_review .inner_box .bottom .to_calendar .action .atcb-list .atcb-item:hover {
  background: #f8aa79;
}
.event_desc#short_review .inner_box .bottom .to_calendar .action .atcb-list .atcb-item:hover a {
  color: rgba(253, 231, 210, 0.42);
  font-family: 'Roboto', Arial, sans-serif;
}
.event_desc#short_review .inner_box .bottom .to_calendar .action .atcb-list .atcb-item a {
  color: #3b2512;
  font-family: 'Roboto', Arial, sans-serif;
}
.event_desc#short_review .inner_box .infobox {
  margin-bottom: 25px;
}
.event_desc#short_review .inner_box .infobox .icon {
  height: 26px;
  /* float: left; */
  background-image: url(/assets/img/info_icons.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  font-weight: 700;
}
.event_desc#short_review .inner_box .infobox .icon.date {
  background-position: 1px 1px;
}
.event_desc#short_review .inner_box .infobox .icon.metro {
  background-image: url(/assets/img/transport_icons_m.png) !important;
  background-repeat: no-repeat;
  background-position: 0px -1px;
}
.event_desc#short_review .inner_box .infobox .icon.transport {
  background-image: url(/assets/img/transport_icons_m.png) !important;
  background-repeat: no-repeat;
  background-position: 1px -26px;
}
.event_desc#short_review .inner_box .infobox .icon.place {
  background-position: 1px -52px;
}
.event_desc#short_review .inner_box .infobox .icon.ticket {
  background-position: 0 -107px;
}
.event_desc#short_review .inner_box .infobox .icon.tags {
  background-image: none;
  position: relative;
}
.event_desc#short_review .inner_box .infobox .icon.tags:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 3px solid #ff9d6f;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  transform: rotate(-45deg);
}
.event_desc#short_review .inner_box .infobox .icon.tags:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 4px;
  height: 4px;
  box-sizing: border-box;
  border: 2px solid #ff9d6f;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #fffaf5;
}
.event_desc#short_review .inner_box .infobox .content {
  margin-left: 35px;
  color: #3c2515;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.event_desc#short_review .inner_box .infobox .content .vertical_divider {
  margin-top: 10px;
}
.event_desc#short_review .inner_box .infobox .content address {
  font-style: normal;
  margin-top: 10px;
}
.event_desc#short_review .inner_box .infobox .content .event_info_status {
  margin: 0 0 5px;
  color: #dc1e54;
  font-weight: 700;
}
.event_desc#short_review .inner_box .infobox .content .event_info_status.is-muted {
  color: #781a2c;
}
.event_desc#short_review .inner_box .infobox .content .event_info_badges,
.event_desc#short_review .inner_box .infobox .content .event_info_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
}
.event_desc#short_review .inner_box .infobox .content .event_info_badges {
  list-style: none;
}
.event_desc#short_review .inner_box .infobox .content .event_info_badges li {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  box-sizing: border-box;
  border: 1px solid #eadfd5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background: #fffaf3;
  color: #3b2512;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  padding: 4px 8px;
}
.event_desc#short_review .inner_box .infobox .content .event_info_badges li.is-pushkin {
  border-color: #b64b8a;
  background: #b64b8a;
  color: #ffffff;
}
.event_desc#short_review .inner_box .infobox .content .event_info_tags a {
  text-decoration: none;
  color: #f07cab;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.9);
  padding-top: .3em;
  color: #a20045;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.event_desc#short_review .inner_box .infobox .content .event_info_tags a:hover {
  color: #f6adca;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.8);
}
.event_desc#short_review .inner_box .infobox .content .event_info_tags a:hover {
  text-decoration: none;
  color: #ee5127;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.9);
  padding-top: .3em;
}
.event_desc#short_review .inner_box .infobox .content .event_info_tags a:hover:hover {
  color: #f1704e;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.8);
}
.event_desc#short_review .inner_box .infobox .content .event_info_tags a:focus {
  color: #a20045;
  text-decoration: none;
  color: #f07cab;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.9);
  padding-top: .3em;
}
.event_desc#short_review .inner_box .infobox .content .event_info_tags a:focus:hover {
  color: #f6adca;
  border-bottom: 1px dotted rgba(240, 124, 171, 0.8);
}
.event_desc#short_review .inner_box .infobox .content h3 {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
}
.event_desc#short_review .inner_box .infobox .content ul.prices {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event_desc#short_review .inner_box .infobox .content ul.prices li {
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}
.event_desc#short_review .inner_box h2 {
  color: #3b2512;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 25px;
  text-align: center;
}
.ymaps-copyrights-legend {
  text-indent: -90000em;
}
.information_box {
  position: relative;
  margin-top: 25px;
}
.information_box.place_info {
  margin-top: 25px;
}
.information_box .heading {
  color: #ffffff;
}
.information_box .heading .text {
  background-color: #FF3173;
  padding: 15px 35px 15px 35px;
  color: #ffffff;
  font-weight: 600;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
  -moz-box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
  box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
}
.information_box .heading .text h3,
.information_box .heading .text h2 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 0!important;
}
.information_box .info {
  padding: 15px 35px 15px 35px;
  background-color: #fffaf5;
  -webkit-border-radius: 0 0 3px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
  -moz-box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
  box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
  position: relative;
}
.information_box .info:after {
  position: absolute;
  top: -10px;
  left: -9px;
  content: 'i';
  background-repeat: no-repeat;
  display: block;
  background-position: -9px 0;
  color: #dc1e54;
  background: #fff;
  border: 2px solid #dc1e54;
  width: 16px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 0 0px 3px #fff, 4px -4px 2px 0px #d8275e, 2px 3px 1px 0px rgba(216, 39, 94, 0.52);
  font-size: 16px;
  padding: 0 0 0 1px;
}
.information_box .info .infobox {
  margin-bottom: 25px;
}
.information_box .info .infobox .icon {
  text-indent: -90000px;
  width: 24px;
  height: 24px;
  float: left;
  background-image: url(/assets/img/desc_icons.png);
  background-repeat: no-repeat;
}
.information_box .info .infobox .icon.date {
  background-position: 1px 1px;
}
.information_box .info .infobox .icon.place {
  background-position: 1px -75px;
}
.information_box .info .infobox .icon.ticket {
  background-position: 1px -144px;
}
.information_box .info .infobox .icon.metro {
  background-image: url(/assets/img/metro_icon.png) !important;
  background-repeat: no-repeat;
  background-position: 1px -4px;
  margin-top: 0px!important;
}
.information_box .info .infobox .icon.transport {
  background-image: url(/assets/img/transport_icons_m.png) !important;
  background-repeat: no-repeat;
  background-position: 1px -26px;
}
.information_box .info .infobox .content {
  margin-left: 40px;
  color: #3c2515;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.information_box .info .infobox .content address {
  font-style: normal;
}
.information_box .info .infobox .content h3 {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
}
.information_box .info .infobox .content ul.prices {
  margin: 0;
  padding: 0;
  list-style: none;
}
.information_box .info .infobox .content ul.prices li {
  margin: 0;
  padding: 12px 0 0;
  list-style: none;
}
.information_box .info h2 {
  color: #3b2512;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 25px;
}
/* Letters */
.letters_pick {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.letters_pick li {
  margin-bottom: 5px;
}
.letters_pick li,
.letters_pick a {
  margin: 0;
  padding: 0;
  display: inline;
  text-decoration: none;
  color: #dc1e54;
  border-bottom: 1px dotted rgba(220, 30, 84, 0.9);
  padding-top: .3em;
  font-weight: bold;
  cursor: pointer;
}
.letters_pick li:hover,
.letters_pick a:hover {
  color: #e43b6b;
  border-bottom: 1px dotted rgba(220, 30, 84, 0.8);
}
.letters_pick li:not(:last-child),
.letters_pick a:not(:last-child) {
  margin-right: 12px;
}
.letters_pick li.current,
.letters_pick a.current {
  background: #dc1e54;
  color: #ffffff;
  display: inline-block;
  padding: 2px 6px 0;
  border-radius: 4px;
}
.letters_pick li.empty,
.letters_pick a.empty {
  color: #f6bfcf;
  text-decoration: none;
  border-bottom: 0;
}
.letters_pick li:hover,
.letters_pick a:hover {
  color: #821232;
}
/* Event page */
.event_page {
  width: 805px !important;
}
@media (max-width: 1024px) {
  .event_page {
    width: auto!important;
  }
}
.event_page .org_site {
  font-size: 15px;
}
.event_page h1 {
  font-size: 47px;
  line-height: 57px;
  margin: 20px 20px 32px 0;
}
@media (max-width: 480px) {
  .event_page h1 {
    font-size: 26px;
    line-height: 38px;
    margin: 15px 0;
  }
}
.event_page .place-closed-alert {
  background: #fff4e5;
  border-left: 4px solid #d97000;
  color: #3b2512;
  font-size: 16px;
  line-height: 24px;
  margin: -14px 20px 26px 0;
  padding: 14px 18px;
}
.event_page .place-closed-alert strong {
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
}
.event_page .events_desc {
  font-size: 18px;
  line-height: 32px;
}
.event_page .events_desc li a {
  text-decoration: none;
  color: #dc1e54;
  border-bottom: 1px solid rgba(220, 30, 84, 0.9);
  padding-top: .3em;
}
.event_page .events_desc li a:hover {
  color: #e43b6b;
  border-bottom: 1px solid rgba(220, 30, 84, 0.8);
}
.event_page .events_desc p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
}
.event_page .events_desc p.snippet {
  /* font-style: italic; */
  margin-bottom: 22px;
  margin-right: 25px;
  /* font-weight: 500; */
  position: relative;
  /* font-size: 14px; */
  padding: 20px 35px 18px 66px;
  font-size: 15px;
  line-height: 135%;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background: rgba(253, 231, 210, 0.42);
  border-left: 3px solid #f9c3b4;
}
.event_page .events_desc > p:nth-child(1) {
  padding: 0 15px;
  border-left: 1px solid #f9c3b4;
  margin-bottom: 22px;
  font-weight: 500;
  margin-left: 54px;
  margin-right: 50px;
  position: relative;
}
.event_page .events_desc > p:nth-child(1):before {
  content: 'В двух словах';
  display: inline-block;
  position: absolute;
  left: -55px;
  top: 2px;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  width: 50px;
  color: #855329;
  line-height: 14px;
}
@media (max-width: 480px) {
  .event_page .events_desc > p:nth-child(1) {
    margin: 0 0 20px;
    padding: 0;
    border: none;
  }
  .event_page .events_desc > p:nth-child(1):before {
    display: none;
  }
}
.event_page .events_desc figure {
  margin: 0 0 10px;
  display: inline-block;
}
.event_page .events_desc figure figcaption {
  font-size: 13px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #ffffff;
  text-shadow: 1px 1px 10px #000;
  display: inline-block;
  padding-right: 30px;
}
.event_page .events_desc figure + p {
  margin-top: 14px;
}
.event_page .eventphotos {
  padding: 0 0 25px;
}
@media (max-width: 480px) {
  .event_page .eventphotos {
    zoom: 89%;
  }
}
.event_page .eventphotos a {
  display: inline-block;
  position: relative;
  margin: 0 15px 15px 0;
}
.event_page .eventphotos a:after {
  display: block;
  content: ' ';
  background-image: url(/assets/img/zoom.png);
  width: 58px;
  height: 58px;
  position: absolute;
  z-index: 99;
  top: 64px;
  left: 62px;
  opacity: 0;
  transition: all .5s;
}
.event_page .eventphotos a:hover:after {
  opacity: 1;
}
.event_page .eventphotos a:focus:after {
  opacity: .5;
}
.event_page .eventphotos a img {
  width: 175px;
  height: 175px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(173, 114, 124, 0.85);
  -moz-box-shadow: 0 1px 3px rgba(173, 114, 124, 0.85);
  box-shadow: 0 1px 3px rgba(173, 114, 124, 0.85);
}
.event_page .see_also {
  width: 800px;
  padding: 0 0 45px 0;
}
@media (max-width: 768px) {
  .event_page .see_also {
    float: none;
    width: auto;
  }
}
.event_page .see_also h2 {
  margin-bottom: 0;
}
.event_page .see_also .event {
  float: left !important;
  margin: 0 19px 19px 0;
}
@media (max-width: 568px) {
  .event_page .see_also .event {
    float: none !important;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 568px) {
  .event_page#content .see_also .event {
    width: 100%;
    margin-right: 0;
  }
}
.event_page table.afisha {
  margin-bottom: 25px;
  margin-top: 12.5px;
  border: none;
}
.event_page table.afisha tbody tr {
  background: #ffffff;
}
.event_page table.afisha tbody tr:hover {
  background: #ffffff;
  border: none;
}
.event_page table.afisha tbody tr td {
  border-top: 1px solid #d5d5d5;
  vertical-align: top;
  padding: 15px 10px;
}
@media (max-width: 480px) {
  .event_page table.afisha tbody tr td {
    display: block;
    width: auto!important;
    box-sizing: border-box;
    border-top: none;
  }
  .event_page table.afisha tbody tr td:last-child {
    border-bottom: 1px solid #d5d5d5;
  }
  .event_page table.afisha tbody tr td .short span,
  .event_page table.afisha tbody tr td .long span {
    margin-left: 7px;
    cursor: pointer;
  }
}
.event_page table.afisha tbody tr td.main_td {
  min-width: 200px;
}
.event_page table.afisha tbody tr td.main_td .name {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 6px;
}
.event_page table.afisha tbody tr td.main_td .desc {
  font-size: 14px;
  margin-bottom: 10px;
}
.event_page table.afisha tbody tr td.main_td .date {
  font-size: 14px;
  margin-bottom: 0;
}
.event_page table.afisha tbody tr td.main_td .date span {
  text-decoration: none;
  color: #8f0340;
  border-bottom: 1px dotted rgba(143, 3, 64, 0.9);
  padding-top: .3em;
}
.event_page table.afisha tbody tr td.main_td .date span:hover {
  color: #a4034a;
  border-bottom: 1px dotted rgba(143, 3, 64, 0.8);
}
.event_page table.afisha tbody tr td .short_about {
  font-size: 14px;
}
.event_page table.afisha tbody tr td .short_about .short span,
.event_page table.afisha tbody tr td .short_about .long span {
  text-decoration: none;
  color: #dc1e54;
  border-bottom: 1px solid rgba(220, 30, 84, 0.9);
  padding-top: .3em;
  margin-left: 7px;
  cursor: pointer;
}
.event_page table.afisha tbody tr td .short_about .short span:hover,
.event_page table.afisha tbody tr td .short_about .long span:hover {
  color: #e43b6b;
  border-bottom: 1px solid rgba(220, 30, 84, 0.8);
}
.event_page table.afisha tbody tr td.tickets_td {
  min-width: 150px;
}
.event_page table.afisha tbody tr td.tickets_td .tickets {
  font-size: 14px;
}
.event_page table.afisha tbody tr td.tickets_td .tickets .price {
  font-size: 18px;
  font-weight: 700;
}
.event_page table.afisha tbody tr td.tickets_td .btn-red {
  padding: 7px 10px;
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
}
/* Promobox */
#promobox_places .place {
  border: 2px solid #ffaf25;
  position: relative;
}
#promobox_places .place .rec_type {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 0 5px 10px;
  z-index: 1;
  background-color: #dc1e54;
  background-image: linear-gradient(135deg, #f5c3cf 0px, #ed8fa7 17px, #dc1e54 17px, #dc1e54 100%);
  box-shadow: 1px 2px 20px #000000;
  text-shadow: 0px 0 0 #821232, -1px -1px 0px #ce526e;
  width: 100px;
  text-align: center;
  padding: 5px 5px;
}
#promobox_places .place .rec_type:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0;
  height: 0;
  border-bottom: 13px solid transparent;
  border-left: 55px solid #dc1e54;
  border-right: 55px solid #dc1e54;
}
.all_places_list_page {
  margin-top: 17px;
  width: 800px;
  margin-right: 17px;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;
  float: left;
}
.all_places_list_page a span {
  text-decoration: none;
  color: #dc1e54;
  border-bottom: 1px solid rgba(220, 30, 84, 0.9);
  padding-top: .3em;
}
.all_places_list_page a span:hover {
  color: #e43b6b;
  border-bottom: 1px solid rgba(220, 30, 84, 0.8);
}
.all_places_list_page .place {
  margin: 0!important;
  width: 255px;
  border: none;
}
.all_places_list_page .place .place_img {
  width: 255px;
  height: 369px;
}
.all_places_list_page .place_item {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  margin-bottom: 17px;
}
@media (min-width: 1100px) {
  .all_places_list_page .place_item:not(:nth-of-type(3n)) {
    margin-right: 17px;
  }
}
@media (max-width: 1024px) {
  .all_places_list_page .place_item:not(:nth-of-type(4n)) {
    margin-right: 17px;
  }
}
@media (max-width: 768px) {
  .all_places_list_page .place_item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .all_places_list_page .place_item:not(:nth-of-type(3n)) {
    margin-right: 17px;
  }
}
@media (max-width: 667px) {
  .all_places_list_page .place_item {
    zoom: 93%;
  }
}
@media (max-width: 568px) {
  .all_places_list_page .place_item {
    margin-right: 17px;
  }
}
@media (max-width: 480px) {
  .all_places_list_page .place_item {
    zoom: normal;
    width: auto!important;
    max-width: 100%;
    height: auto!important;
    margin: 0!important;
    float: none!important;
    margin-top: 20px!important;
    display: block;
  }
  .all_places_list_page .place_item:nth-child(5),
  .all_places_list_page .place_item:nth-child(4) {
    margin-right: 0!important;
    float: none!important;
  }
  .all_places_list_page .place_item img {
    height: auto;
    min-width: 100%;
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
  }
  .all_places_list_page .place_item .event_img {
    float: none!important;
  }
  .all_places_list_page .place_item .event_desc {
    margin: 0!important;
  }
}
.all_places_list_page .place_item h2 {
  margin: 0;
}
.all_places_list_page .place_item:hover {
  -webkit-box-shadow: 0 3px 25px rgba(242, 63, 62, 0.7);
  -moz-box-shadow: 0 3px 25px rgba(242, 63, 62, 0.7);
  box-shadow: 0 3px 25px rgba(242, 63, 62, 0.7);
  color: #ffffff;
}
.all_places_list_page .place_item:hover .place_name h2 {
  line-height: 22px;
  color: #ffffff;
}
.all_places_list_page .place_item:hover .place_name h2 a {
  color: #ffffff !important;
}
.all_places_list_page .place_item:hover .place_type {
  color: #ffafbf !important;
}
.all_places_list_page .place_item:hover .shedule {
  color: #ffffff !important;
  background-position: 0 -87px !important;
}
.all_places_list_page .place_item:hover .watch {
  color: #ffffff !important;
  background-position: -380px 1px !important;
}
.all_places_list_page .place_item:hover .like {
  color: #ffffff !important;
  background-position: -446px 1px !important;
}
.all_places_list_page .place_item:hover a {
  color: #ffffff;
}
.all_places_list_page .place_item .place_img a {
  color: #250000;
}
.all_places_list_page .place_item .place_img a img {
  width: 255px;
  height: 138px;
}
.all_places_list_page .place_item .place_img a img:hover {
  opacity: 1;
}
.all_places_list_page .place_item .place_desc .place_name {
  padding: 20px 20px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  height: 70px;
  overflow: hidden;
}
.all_places_list_page .place_item .place_desc .place_name h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.all_places_list_page .place_item .place_desc .place_name h2 a {
  color: #250000;
}
.all_places_list_page .place_item .place_desc .place {
  font-weight: 400;
  line-height: 18px;
  padding: 18px 20px 0;
  font-size: 14px;
}
.all_places_list_page .place_item .place_desc .place_type {
  padding: 18px 20px 0;
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.all_places_list_page .place_item .place_desc .bottom_block {
  padding: 20px 15px 0;
  position: absolute;
  bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 3px;
}
.all_places_list_page .place_item .place_desc .bottom_block .shedule {
  padding: 14px 0 15px 22px;
  background-image: url(/assets/img/shedule.png);
  background-position: 0px 6px;
  background-repeat: no-repeat;
  margin-left: 5px;
  color: #250000;
  font-weight: 400;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.all_places_list_page .place_item .place_desc .bottom_block .shedule:hover {
  color: #ffffff;
}
.all_places_list_page .place_item .place_desc .bottom_block .watch {
  padding: 14px 0 15px 30px;
  background-image: url(/assets/img/list_actions.png);
  background-position: -101px 1px;
  background-repeat: no-repeat;
  margin-left: 5px;
  color: #250000;
  font-weight: 400;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.all_places_list_page .place_item .place_desc .bottom_block .watch:hover {
  color: #ffffff;
}
.all_places_list_page .place_item .place_desc .bottom_block .like {
  padding: 14px 0 15px 25px;
  background-image: url(/assets/img/list_actions.png);
  background-position: -166px 1px;
  background-repeat: no-repeat;
  margin-left: 5px;
  color: #250000;
  font-weight: 400;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.all_places_list_page .place_item .place_desc .bottom_block .like:hover {
  color: #ffffff;
}
.alfavit {
  margin: 20px 0;
}
.alfavit .tab-title {
  margin: 0;
  padding: 0;
}
.alfavit .tab-title li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 20px;
}
.alfavit .tab-title li a {
  display: inline-block;
  padding: 10px 15px 8px;
  width: 45px;
  text-align: center;
}
.alfavit .tab-title li a.active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5YTA4NDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc2MDIzZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #9a0845 0%, #76023e 100%);
  background-image: -moz-linear-gradient(bottom, #9a0845 0%, #76023e 100%);
  background-image: -o-linear-gradient(bottom, #9a0845 0%, #76023e 100%);
  background-image: linear-gradient(to top, #9a0845 0%, #76023e 100%);
  -webkit-box-shadow: inset 0 5px 5px rgba(34, 30, 31, 0.15);
  -moz-box-shadow: inset 0 5px 5px rgba(34, 30, 31, 0.15);
  box-shadow: inset 0 5px 5px rgba(34, 30, 31, 0.15);
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
}
.alfavit .tab-title li a.active span {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0;
}
.alfavit .tab-title li a.active:hover span,
.alfavit .tab-title li a.active:focus span {
  color: #ffffff;
}
.alfavit .tab-title li a span {
  font-size: 15px;
  font-weight: 500;
  line-height: 4px;
  text-decoration: none;
  color: #8f0340;
  border-bottom: 1px dotted rgba(143, 3, 64, 0.9);
  padding-top: .3em;
}
.alfavit .tab-title li a span:hover {
  color: #a4034a;
  border-bottom: 1px dotted rgba(143, 3, 64, 0.8);
}
.alfavit .tab-pane {
  display: none;
}
.alfavit .tab-pane.active {
  display: block;
}
.alfavit .tab-pane h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 30px;
}
.alfavit .tab-pane ul {
  margin: 0;
  padding: 0;
  column-count: 3;
  column-gap: 40px;
  list-style-type: none;
}
@media (max-width: 480px) {
  .alfavit .tab-pane ul {
    column-count: 2;
  }
}
@media (max-width: 320px) {
  .alfavit .tab-pane ul {
    column-count: 1;
  }
}
.alfavit .tab-pane ul li {
  margin-bottom: 10px;
}
.alfavit .tab-pane ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  color: #dc1e54;
  border-bottom: 1px solid rgba(220, 30, 84, 0.9);
  padding-top: .3em;
}
.alfavit .tab-pane ul li a:hover {
  color: #e43b6b;
  border-bottom: 1px solid rgba(220, 30, 84, 0.8);
}
.the_cinema_list_tab,
.the_movies_list_tab {
  display: none;
}
.the_cinema_list_tab.visible_now,
.the_movies_list_tab.visible_now {
  display: block;
}
.header_controls {
  position: relative;
}
.header_controls h1 span.period {
  text-decoration: none;
  color: #ee5127;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.9);
  padding-top: .3em;
  cursor: pointer;
}
.header_controls h1 span.period:hover {
  color: #f1704e;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.8);
}
.header_controls h1 span.period::-moz-selection {
  background: transparent;
  text-shadow: none!important;
  color: inherit;
}
.header_controls h1 span.period::selection {
  background: transparent;
  text-shadow: none!important;
  color: inherit;
}
.header_controls .days_list {
  display: none;
  box-shadow: 0 3px 8px rgba(199, 61, 35, 0.5);
  background-color: #fffaf4;
  position: absolute;
  right: 86px;
  top: 65px;
  z-index: 10;
  border-radius: 4px;
  padding: 5px 0;
}
.header_controls .days_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_controls .days_list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_controls .days_list ul li a {
  color: #250000;
  padding: 4px 30px 5px;
  display: block;
}
.header_controls .days_list ul li:hover {
  background: #e7517c;
}
.header_controls .days_list ul li:hover a {
  color: #ffffff;
}
.pick_your_list {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}
.pick_your_list .switcher {
  text-decoration: none;
  color: #dc1e54;
  border-bottom: 1px dotted rgba(220, 30, 84, 0.9);
  padding-top: .3em;
  cursor: pointer;
}
.pick_your_list .switcher:hover {
  color: #e43b6b;
  border-bottom: 1px dotted rgba(220, 30, 84, 0.8);
}
.pick_your_list .switcher::-moz-selection {
  background: transparent;
  text-shadow: none!important;
  color: inherit;
}
.pick_your_list .switcher::selection {
  background: transparent;
  text-shadow: none!important;
  color: inherit;
}
.pick_your_list .switcher.active {
  text-decoration: none;
  border-bottom: 0;
  border-radius: 30px;
  display: inline-block;
  border: 1px dotted #dc1e54;
  padding: 5px 15px;
}
.pick_movie_interface .form_container .pick_movie {
  box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
  border-radius: 1px 2px 2px 1px;
  background-color: #fffaf5;
  padding: 15px 15px 5px 15px;
  margin-bottom: 25px;
}
.pick_movie_interface .form_container .pick_movie .movie_name {
  margin-right: 30px;
  width: 280px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .pick_movie_interface .form_container .pick_movie .movie_name {
    width: 850px;
  }
}
.pick_movie_interface .form_container .pick_movie .output_method {
  color: rgba(59, 37, 18, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(241, 36, 152, 0.5);
  padding: 5px 30px 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/img/select_dd@2x.png);
  background-size: 9px 17px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-position: right 5px top 7.5px;
  border: 1px solid #f7b09d;
  outline: none;
  width: 200px;
  padding: 7.5px 30px 7.5px 15px;
  box-shadow: inset 0 1px 3px rgba(165, 82, 41, 0.42);
  background-position: right 7px top 9px;
  margin-bottom: 10px;
}
.pick_movie_interface .form_container .pick_movie .output_method:hover {
  color: rgba(59, 37, 18, 0.9);
  border: 1px solid #fde9e4;
}
.pick_movie_interface .form_container .pick_movie .output_method:focus {
  color: #3b2512;
  border: 1px solid #fbd6cc;
}
.pick_movie_interface .form_container .pick_movie label {
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.pick_kinoteatr_list_interface .form_container .pick_kinoteatr_list {
  box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
  border-radius: 1px 2px 2px 1px;
  background-color: #fffaf5;
  padding: 15px 15px 5px 15px;
  margin-bottom: 25px;
}
.pick_kinoteatr_list_interface .form_container .pick_kinoteatr_list .custom_select {
  color: rgba(59, 37, 18, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(241, 36, 152, 0.5);
  padding: 5px 30px 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/img/select_dd@2x.png);
  background-size: 9px 17px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-position: right 5px top 7.5px;
  border: 1px solid #f7b09d;
  outline: none;
  padding: 7.5px 30px 7.5px 15px;
  box-shadow: inset 0 1px 3px rgba(165, 82, 41, 0.42);
  width: 200px;
  background-position: right 7px top 9px;
  margin-bottom: 10px;
}
.pick_kinoteatr_list_interface .form_container .pick_kinoteatr_list .custom_select:hover {
  color: rgba(59, 37, 18, 0.9);
  border: 1px solid #fde9e4;
}
.pick_kinoteatr_list_interface .form_container .pick_kinoteatr_list .custom_select:focus {
  color: #3b2512;
  border: 1px solid #fbd6cc;
}
@media (min-width: 1024px) {
  .pick_kinoteatr_list_interface .form_container .pick_kinoteatr_list .custom_select {
    width: 355px;
  }
}
.pick_kinoteatr_list_interface .form_container .pick_kinoteatr_list .custom_select:not(:last-child) {
  margin-right: 25px;
}
.pick_kinoteatr_list_interface .form_container .pick_kinoteatr_list label {
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.map_switcher {
  padding: 21px;
  text-align: center;
  background: url(/assets/img/toggle_show_hide_kinoteatrs_map.png) no-repeat;
}
.map_switcher button {
  color: #ffffff;
  background-color: #ee5127;
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.42) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.5), inset 0 1px 0 rgba(253, 231, 210, 0.42);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
  border: 1px solid #d23910;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  cursor: pointer;
}
.map_switcher button:hover {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.22) 0%, transparent 100%);
  border: 1px solid #ba330f;
  box-shadow: 0 3px 9px rgba(246, 108, 186, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.map_switcher button:focus {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.07) 0%, transparent 100%);
  background-color: #ba330f;
  box-shadow: inset 0 1px 1px rgba(246, 108, 186, 0.5);
  border: 1px solid #8b260b;
}
.list_kinoteatrs_container {
  margin-bottom: 50px;
}
.list_kinoteatrs_container .list_item {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
.list_kinoteatrs_container .list_item:hover h3 {
  color: #dc1e54;
}
.list_kinoteatrs_container .list_item .left_side {
  float: left;
  width: 450px;
  padding-right: 0px;
}
.list_kinoteatrs_container .list_item .left_side .addres {
  padding: 5px 0 15px 40px;
  background: url(/assets/img/addres_metro_cinema_list.png) no-repeat 0 5px;
}
.list_kinoteatrs_container .list_item .left_side .addres a {
  text-decoration: none;
  color: #dc1e54;
  border-bottom: 1px dotted rgba(220, 30, 84, 0.9);
  padding-top: .3em;
}
.list_kinoteatrs_container .list_item .left_side .addres a:hover {
  color: #e43b6b;
  border-bottom: 1px dotted rgba(220, 30, 84, 0.8);
}
.list_kinoteatrs_container .list_item .left_side .station {
  padding: 5px 0 0px 40px;
  background: url(/assets/img/addres_metro_cinema_list.png) no-repeat 0 -85px;
}
.list_kinoteatrs_container .list_item .middle_part {
  margin-left: 450px;
  margin-right: 500px;
  padding: 30px 0;
  font-size: 22px;
}
.list_kinoteatrs_container .list_item .right_side {
  width: 500px;
  float: right;
}
.pick_genere_interface .filter_value {
  display: inline-block;
  padding: 8px 10px 9px 15px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #ee5127;
  margin-right: 30px;
  cursor: pointer;
  margin-bottom: 8px;
}
.pick_genere_interface .filter_value:after,
.pick_genere_interface .filter_value:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pick_genere_interface .filter_value:after {
  border-color: transparent;
  border-left-color: #ffffff;
  border-width: 17px;
  margin-top: -17px;
}
.pick_genere_interface .filter_value:before {
  border-color: transparent;
  border-left-color: #ee5127;
  border-width: 18px;
  margin-top: -18px;
}
.pick_genere_interface .filter_value::-moz-selection {
  background: transparent;
  text-shadow: none!important;
  color: inherit;
}
.pick_genere_interface .filter_value::selection {
  background: transparent;
  text-shadow: none!important;
  color: inherit;
}
.pick_genere_interface .filter_value.selected {
  display: inline-block;
  color: #ffffff;
  background: #ee5127;
  position: relative;
  border: 1px solid #ee5127;
}
.pick_genere_interface .filter_value.selected:after,
.pick_genere_interface .filter_value.selected:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pick_genere_interface .filter_value.selected:after {
  border-color: transparent;
  border-left-color: #ee5127;
  border-width: 20px;
  margin-top: -20px;
}
.pick_genere_interface .filter_value.selected:before {
  border-color: transparent;
  border-left-color: #ee5127;
  border-width: 21px;
  margin-top: -21px;
}
.movies_list + .ad {
  margin: 0 0 20px 0;
}
.movies_list .item {
  width: 216px;
  height: 326px;
  position: relative;
  float: left;
  margin-bottom: 20px;
  box-shadow: 0 2px 3px rgba(114, 137, 176, 0.3);
  margin-right: 16px;
}
.movies_list .item:hover {
  box-shadow: none;
}
.movies_list .item:nth-of-type(5n) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .movies_list .item:nth-of-type(5n) {
    margin-right: 20px;
  }
  .movies_list .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (max-width: 950px) {
  .movies_list .item:nth-of-type(5n) {
    margin-right: 20px;
  }
  .movies_list .item:nth-of-type(4n) {
    margin-right: 20px;
  }
  .movies_list .item:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 736px) {
  .movies_list .item:nth-of-type(5n) {
    margin-right: 20px;
  }
  .movies_list .item:nth-of-type(4n) {
    margin-right: 20px;
  }
  .movies_list .item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .movies_list .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .movies_list .item {
    margin: 0 0 20px;
    float: none;
    width: 100%;
    height: auto;
  }
  .movies_list .item img {
    max-width: 100%;
    width: 100%!important;
  }
}
.movies_list .item .item_link figure {
  border-radius: 4px;
}
.movies_list .item .item_link figure img {
  border-radius: 4px;
}
.movies_list .item .item_link figure:after {
  border-radius: 4px;
}
.movies_list .item .description {
  position: absolute;
  padding: 25px 15px 15px;
  bottom: 0;
  background-image: linear-gradient(to top, #000000 0%, #000000 65%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}
.movies_list .item .description .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 7px;
}
.movies_list .item .description .name a {
  color: #ffffff;
}
.movies_list .item .description .type {
  color: #a7a5a5;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 25px;
}
.movies_list .item .description .age {
  color: #f7c250;
  font-size: 14px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.movies_item {
  margin-top: 25px;
}
.movies_item .movies_item_top {
  min-height: 390px;
  margin-bottom: 25px;
}
.movies_item .movies_item_top .item_image {
  float: left;
  width: 270px;
}
@media (max-width: 480px) {
  .movies_item .movies_item_top .item_image img {
    max-width: 100%;
    width: 100%!important;
  }
}
.movies_item .movies_item_top .item_description {
  margin-left: 290px;
}
.movies_item .movies_item_top .item_description .item_description_top .item_headings h1 {
  margin-bottom: 5px;
}
.movies_item .movies_item_top .item_description .item_description_top .item_headings .english_h1 {
  margin-bottom: 10px;
  color: #855329;
}
.movies_item .movies_item_top .item_description .item_description_top .item_short {
  margin-bottom: 25px;
  min-height: 30px;
  color: #855329;
}
.movies_item .movies_item_top .item_description .item_description_top .item_short .item_short_type {
  display: inline-block;
  float: left;
  margin-right: 20px;
  line-height: 35px;
}
.movies_item .movies_item_top .item_description .item_description_top .item_short .item_short_type .item_short_age {
  color: #f7c250;
  margin-left: 15px;
}
.movies_item .movies_item_top .item_description .item_description_top .item_short .item_watch_trailer .watch_trailer {
  line-height: 23px;
  padding: 5px 10px 5px 40px;
  font-size: 15px;
  position: relative;
}
.movies_item .movies_item_top .item_description .item_description_top .item_short .item_watch_trailer .watch_trailer i.icon_watch {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("/assets/img/icon_watch_trailer@2x.png");
  background-size: 23px;
  position: absolute;
  left: 10px;
}
.movies_item .movies_item_top .item_description .item_description_top .item_long_description {
  margin-bottom: 25px;
}
.movies_item .movies_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list {
  box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
  border-radius: 1px 2px 2px 1px;
  background-color: #fffaf5;
  padding: 10px 25px;
  margin-bottom: 25px;
}
.movies_item .movies_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list .custom_select {
  color: rgba(59, 37, 18, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(241, 36, 152, 0.5);
  padding: 5px 30px 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/img/select_dd@2x.png);
  background-size: 9px 17px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-position: right 5px top 7.5px;
  border: 1px solid #f7b09d;
  outline: none;
  padding: 7.5px 30px 7.5px 15px;
  box-shadow: inset 0 1px 3px rgba(165, 82, 41, 0.42);
  width: 100%;
  background-position: right 7px top 9px;
  margin-bottom: 10px;
}
.movies_item .movies_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list .custom_select:hover {
  color: rgba(59, 37, 18, 0.9);
  border: 1px solid #fde9e4;
}
.movies_item .movies_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list .custom_select:focus {
  color: #3b2512;
  border: 1px solid #fbd6cc;
}
@media (min-width: 1024px) {
  .movies_item .movies_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list .custom_select {
    width: 22%;
  }
}
.movies_item .movies_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list .custom_select:not(:last-child) {
  margin-right: 25px;
}
.movies_item .movies_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list label {
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.movies_item .movies_item_top .item_description .item_description_bottom .item_description_bottom_left {
  float: left;
  width: 300px;
}
.movies_item .movies_item_top .item_description .item_description_bottom .item_description_bottom_right {
  margin-left: 345px;
}
@media (max-width: 950px) {
  .movies_item .movies_item_top .item_description .item_description_bottom .item_description_bottom_left {
    float: none;
  }
  .movies_item .movies_item_top .item_description .item_description_bottom .item_description_bottom_right {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 568px) {
  .movies_item .movies_item_top .item_image {
    float: none;
    width: auto;
  }
  .movies_item .movies_item_top .item_description {
    margin-left: 0;
  }
}
.seans_list .map_switcher {
  padding: 21px;
  text-align: center;
  background: url(/assets/img/toggle_show_hide_kinoteatrs_map.png) no-repeat;
  margin-bottom: 15px;
}
.seans_list .map_switcher button {
  color: #ffffff;
  background-color: #ee5127;
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.42) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.5), inset 0 1px 0 rgba(253, 231, 210, 0.42);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
  border: 1px solid #d23910;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  cursor: pointer;
}
.seans_list .map_switcher button:hover {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.22) 0%, transparent 100%);
  border: 1px solid #ba330f;
  box-shadow: 0 3px 9px rgba(246, 108, 186, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.seans_list .map_switcher button:focus {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.07) 0%, transparent 100%);
  background-color: #ba330f;
  box-shadow: inset 0 1px 1px rgba(246, 108, 186, 0.5);
  border: 1px solid #8b260b;
}
.seans_list .pick_cinema_interface .form_container {
  margin-top: 25px;
  margin-bottom: 15px;
}
.seans_list .pick_cinema_interface .form_container .pick_cinema {
  box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
  border-radius: 1px 2px 2px 1px;
  background-color: #fffaf5;
  padding: 15px 15px 5px 15px;
}
.seans_list .pick_cinema_interface .form_container .pick_cinema .cinema_name {
  margin-right: 30px;
  width: 280px;
  margin-bottom: 10px;
}
.seans_list .pick_cinema_interface .form_container .pick_cinema .metro_station {
  color: rgba(59, 37, 18, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(241, 36, 152, 0.5);
  padding: 5px 30px 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/img/select_dd@2x.png);
  background-size: 9px 17px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-position: right 5px top 7.5px;
  border: 1px solid #f7b09d;
  outline: none;
  width: 200px;
  padding: 7.5px 30px 7.5px 15px;
  box-shadow: inset 0 1px 3px rgba(165, 82, 41, 0.42);
  margin-right: 40px;
  background-position: right 7px top 9px;
  margin-bottom: 10px;
}
.seans_list .pick_cinema_interface .form_container .pick_cinema .metro_station:hover {
  color: rgba(59, 37, 18, 0.9);
  border: 1px solid #fde9e4;
}
.seans_list .pick_cinema_interface .form_container .pick_cinema .metro_station:focus {
  color: #3b2512;
  border: 1px solid #fbd6cc;
}
.seans_list .pick_cinema_interface .form_container .pick_cinema label {
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.seans_list .cinema_list_table table.cinema_list {
  margin-bottom: 25px;
  border: none;
}
.seans_list .cinema_list_table table.cinema_list tbody tr {
  background: #ffffff;
}
.seans_list .cinema_list_table table.cinema_list tbody tr:hover {
  background: #ffffff;
  border: none;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td {
  border: 1px solid #ffeff2;
  border-bottom: 1px dashed #f6bfcf;
  vertical-align: top;
  padding: 15px 10px 15px;
  background: #fffaf6;
}
@media (max-width: 480px) {
  .seans_list .cinema_list_table table.cinema_list tbody tr td {
    display: block;
    width: auto!important;
    box-sizing: border-box;
  }
  .seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_info,
  .seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_shedule {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_info {
  width: 220px;
  padding-right: 15px;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_info h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_info .addres {
  padding: 5px 0 0 40px;
  background: url("/assets/img/addres_metro_cinema_list.png") no-repeat 0 5px;
  margin-bottom: 20px;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_info .addres .title {
  padding-bottom: 10px;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_info .metro_station {
  padding: 5px 0 30px 40px;
  background: url("/assets/img/addres_metro_cinema_list.png") no-repeat 0 -85px;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_info .transport_station {
  padding: 5px 0 0 40px;
  background: url("/assets/img/transport_icons_m.png") no-repeat 0 -24px;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_shedule {
  padding-left: 15px;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_shedule .title {
  margin-bottom: 6px;
  font-weight: 600;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_shedule .list {
  margin-bottom: 15px;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_shedule .list p.date_subheadings {
  margin-bottom: 10px;
  font-weight: 600;
  color: #855329;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_shedule .list .item {
  display: inline-block;
  margin-right: 18px;
  padding: 6px 10px;
  border: 1px solid #fff;
  min-width: 40px;
  text-align: center;
  border-radius: 20px;
  background: #ddd;
  color: #777;
  margin-bottom: 10px;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_shedule .list .item.ongoing {
  color: #ffffff;
  background-color: #ee5127;
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.42) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.5), inset 0 1px 0 rgba(253, 231, 210, 0.42);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
  border: 1px solid #d23910;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  cursor: pointer;
  font-weight: 400;
  padding: 8px 10px;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_shedule .list .item.ongoing:hover {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.22) 0%, transparent 100%);
  border: 1px solid #ba330f;
  box-shadow: 0 3px 9px rgba(246, 108, 186, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_shedule .list .item.ongoing:focus {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.07) 0%, transparent 100%);
  background-color: #ba330f;
  box-shadow: inset 0 1px 1px rgba(246, 108, 186, 0.5);
  border: 1px solid #8b260b;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_shedule .list .item.ongoing.selected {
  background: #dc1e54;
  box-shadow: none;
}
.seans_list .cinema_list_table table.cinema_list tbody tr td.cinema_tickets {
  width: 200px;
  vertical-align: middle;
}
.kinoteatr_item {
  margin-top: 25px;
}
.kinoteatr_item .kinoteatr_item_top {
  min-height: 200px;
  margin-bottom: 25px;
}
.kinoteatr_item .kinoteatr_item_top .item_image {
  float: left;
  width: 420px;
}
@media (max-width: 480px) {
  .kinoteatr_item .kinoteatr_item_top .item_image img {
    max-width: 100%;
    width: 100%!important;
  }
}
.kinoteatr_item .kinoteatr_item_top .item_description {
  margin-left: 420px;
}
.kinoteatr_item .kinoteatr_item_top .item_description .item_description_top .item_headings address {
  padding: 5px 0 7px 35px;
  background: url("/assets/img/addres_metro_cinema_list.png") no-repeat 0 5px;
  margin-bottom: 20px;
}
.kinoteatr_item .kinoteatr_item_top .item_description .item_description_top .item_headings .metro_station {
  padding: 5px 0 0px 35px;
  background: url("/assets/img/addres_metro_cinema_list.png") no-repeat 0 -85px;
}
.kinoteatr_item .kinoteatr_item_top .item_description .item_description_top .item_headings .transport_station {
  padding: 5px 0 0 35px;
  background: url("/assets/img/transport_icons_m.png") no-repeat 0 -24px;
}
.kinoteatr_item .kinoteatr_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list {
  box-shadow: 0 1px 3px rgba(176, 114, 123, 0.85);
  border-radius: 1px 2px 2px 1px;
  background-color: #fffaf5;
  padding: 10px 25px;
  margin-bottom: 25px;
}
.kinoteatr_item .kinoteatr_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list .custom_select {
  color: rgba(59, 37, 18, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(241, 36, 152, 0.5);
  padding: 5px 30px 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/img/select_dd@2x.png);
  background-size: 9px 17px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-position: right 5px top 7.5px;
  border: 1px solid #f7b09d;
  outline: none;
  padding: 7.5px 30px 7.5px 15px;
  box-shadow: inset 0 1px 3px rgba(165, 82, 41, 0.42);
  width: 100%;
  background-position: right 7px top 9px;
  margin-bottom: 10px;
}
.kinoteatr_item .kinoteatr_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list .custom_select:hover {
  color: rgba(59, 37, 18, 0.9);
  border: 1px solid #fde9e4;
}
.kinoteatr_item .kinoteatr_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list .custom_select:focus {
  color: #3b2512;
  border: 1px solid #fbd6cc;
}
@media (min-width: 1024px) {
  .kinoteatr_item .kinoteatr_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list .custom_select {
    width: 22%;
  }
}
.kinoteatr_item .kinoteatr_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list .custom_select:not(:last-child) {
  margin-right: 25px;
}
.kinoteatr_item .kinoteatr_item_top .item_description .item_buy_tickets .pick_tickets_list_interface .pick_tickets_list label {
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list {
  margin-bottom: 25px;
  border: none;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr {
  background: #ffffff;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr:hover {
  background: #ffffff;
  border: none;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td {
  border: 1px solid #ffeff2;
  border-bottom: 1px dashed #f6bfcf;
  vertical-align: top;
  padding: 15px 10px 15px;
  background: #fffaf6;
}
@media (max-width: 480px) {
  .kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td {
    display: block;
    width: auto!important;
    box-sizing: border-box;
  }
  .kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_info,
  .kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_shedule {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_image {
  width: 97px;
  border-right: none;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_info {
  border-left: none;
  width: 220px;
  padding-right: 15px;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_info h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_info .gebere {
  color: #855329;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_info .gebere .age {
  color: #f7c250;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_shedule {
  padding-left: 15px;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_shedule .title {
  margin-bottom: 6px;
  font-weight: 600;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_shedule .list {
  margin-bottom: 15px;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_shedule .list p.date_subheadings {
  margin-bottom: 10px;
  font-weight: 600;
  color: #855329;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_shedule .list .item {
  display: inline-block;
  margin-right: 18px;
  padding: 6px 10px;
  border: 1px solid #fff;
  min-width: 40px;
  text-align: center;
  border-radius: 20px;
  background: #ddd;
  color: #777;
  margin-bottom: 10px;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_shedule .list .item.ongoing {
  color: #ffffff;
  background-color: #ee5127;
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.42) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.5), inset 0 1px 0 rgba(253, 231, 210, 0.42);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
  border: 1px solid #d23910;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  cursor: pointer;
  font-weight: 400;
  padding: 8px 10px;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_shedule .list .item.ongoing:hover {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.22) 0%, transparent 100%);
  border: 1px solid #ba330f;
  box-shadow: 0 3px 9px rgba(246, 108, 186, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_shedule .list .item.ongoing:focus {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.07) 0%, transparent 100%);
  background-color: #ba330f;
  box-shadow: inset 0 1px 1px rgba(246, 108, 186, 0.5);
  border: 1px solid #8b260b;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_shedule .list .item.ongoing.selected {
  background: #dc1e54;
  box-shadow: none;
}
.kinoteatr_item .kinoteatr_item_top .item_description table.cinema_list tbody tr td.cinema_tickets {
  width: 200px;
  vertical-align: middle;
}
@media (max-width: 568px) {
  .kinoteatr_item .kinoteatr_item_top .item_image {
    float: none;
    width: auto;
  }
  .kinoteatr_item .kinoteatr_item_top .item_description {
    margin-left: 0;
  }
}
.insta {
  margin-top: 25px;
}
.insta .instphotos {
  text-align: center;
}
.insta .instphotos a {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.insta .instphotos a img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
/*��������� �� ���� ������*/
#places_types ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#places_types ul li {
  display: inline-block;
  margin: 4px 15px 10px 0;
  padding: 4px 15px 8px;
}
#places_types ul li a {
  color: #9e0046;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  color: #8f0340;
  border-bottom: 1px dotted rgba(143, 3, 64, 0.9);
  padding-top: .3em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#places_types ul li a:hover {
  color: #a4034a;
  border-bottom: 1px dotted rgba(143, 3, 64, 0.8);
}
#places_types ul li a:hover {
  color: #ffffff;
}
#places_types ul li:hover {
  color: #ee5127;
}
#places_types ul li:hover a {
  text-decoration: none;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.9);
  padding-top: .3em;
  color: #ee5127;
}
#places_types ul li:hover a:hover {
  color: #f1704e;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.8);
}
#places_types ul li.current {
  background-image: linear-gradient(to top, #9a0845 0%, #76023e 100%);
  box-shadow: inset 0 5px 5px rgba(34, 30, 31, 0.15);
  -webkit-border-radius: 35px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 35px;
  -moz-background-clip: padding;
  border-radius: 35px;
  background-clip: padding-box;
}
#places_types ul li.current a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0;
}
/*Add event page*/
.form_add .value label {
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}
.form_add .value input[type='text'] {
  margin-bottom: 15px;
  width: 70%;
}
.form_add .value textarea {
  margin-bottom: 15px;
  width: 70%;
}
/*��������� ��������*/
.service_page {
  margin-top: 40px;
  margin-bottom: 120px;
}
.service_page h1 {
  margin: 18px 0 30px;
}
.service_page .lk_page {
  margin-bottom: 35px;
}
.service_page .lk_page .see_also .event {
  margin-top: 0 !important;
  height: 415px !important;
  margin-bottom: 25px;
}
.service_page .lk_page .see_also .event img {
  height: 155px !important;
}
.service_page .lk_page .see_also .event a.remove {
  background-position: 0px 0px;
  width: 41px;
  height: 40px;
  background-image: url(/assets/img/close_controls.png);
  background-repeat: no-repeat;
  /* padding-left: 26px; */
  display: inline-block;
  text-indent: -9000px;
  position: absolute;
}
.service_page .lk_page .see_also .event a.remove:hover {
  background-position: -86px 0px;
}
.service_page .lk_page .see_also .event .shedule {
  padding: 20px 0 0 20px;
}
.service_page .lk_page .see_also .event .shedule .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background-position: 1px 1px;
  height: 50px;
  background-image: url(/assets/img/desc_icons.png);
  background-repeat: no-repeat;
  padding-left: 26px;
}
.service_page .lk_page .see_also .event .shedule label {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  cursor: pointer;
}
.service_page .lk_page .see_also .event .shedule input[type="checkbox"] {
  display: none;
}
.service_page .lk_page .see_also .event .shedule input[type="checkbox"] + label span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background-image: url('/assets/img/checkbox.png');
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
}
.service_page .lk_page .see_also .event .shedule input[type="checkbox"]:checked + label span {
  background-position: -77px 1px;
}
.service_page .tickets_page .ticket_actions {
  padding: 25px 15px 30px;
}
.service_page .tickets_page .ticket_actions p {
  color: #250000;
  font-size: 14px;
  margin-bottom: 18px;
}
.service_page .tickets_page .ticket_actions p .green {
  color: #389644;
}
.service_page .tickets_page .ticket_actions p.expired {
  color: #E84C3D;
  font-weight: 700;
}
.service_page .tickets_page .ticket_actions a {
  text-decoration: none;
  color: #f63e73;
  border-bottom: 1px solid rgba(246, 62, 115, 0.9);
  padding-top: .3em;
}
.service_page .tickets_page .ticket_actions a:hover {
  color: #f86a93;
  border-bottom: 1px solid rgba(246, 62, 115, 0.8);
}
.service_page .tickets_page .ticket_actions a:hover {
  text-decoration: none;
  color: #ee5127;
  border-bottom: 1px solid rgba(238, 81, 39, 0.9);
  padding-top: .3em;
}
.service_page .tickets_page .ticket_actions a:hover:hover {
  color: #f1704e;
  border-bottom: 1px solid rgba(238, 81, 39, 0.8);
}
.service_page .tickets_page .cardWrap {
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
  height: 130px;
  overflow: hidden;
  border-bottom: 1px solid #5F5F5F;
  padding: 0 0 0 15px;
}
.service_page .tickets_page .cardWrap.shown {
  height: auto;
}
.service_page .tickets_page .cardWrap .show_and_hide_ticket {
  position: absolute;
  right: 15px;
  top: 38px;
  text-decoration: none;
  border-bottom: 1px dotted rgba(52, 52, 52, 0.9);
  padding-top: .3em;
  color: #343434;
  cursor: pointer;
}
.service_page .tickets_page .cardWrap .show_and_hide_ticket:hover {
  color: #3c3c3c;
  border-bottom: 1px dotted rgba(52, 52, 52, 0.8);
}
.service_page .tickets_page .cardWrap .show_and_hide_ticket:hover {
  text-decoration: none;
  color: #ee5127;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.9);
  padding-top: .3em;
}
.service_page .tickets_page .cardWrap .show_and_hide_ticket:hover:hover {
  color: #f1704e;
  border-bottom: 1px dotted rgba(238, 81, 39, 0.8);
}
.service_page .tickets_page .cardWrap .card {
  background: linear-gradient(to bottom, #e84c3d 0%, #e84c3d 26%, #ecedef 26%, #ecedef 100%);
  height: 200px;
  position: relative;
  padding: 1em;
}
.service_page .tickets_page .cardWrap .cardLeft {
  float: left;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 573px;
  box-shadow: 1px 3px 3px #ddd;
}
.service_page .tickets_page .cardWrap .cardRight {
  float: right;
  width: 150px;
  border-left: .18em dashed #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 1px 3px 3px #ddd;
}
.service_page .tickets_page .cardWrap .cardRight:before,
.service_page .tickets_page .cardWrap .cardRight:after {
  content: "";
  position: absolute;
  display: block;
  width: .9em;
  height: .9em;
  background: #fff;
  border-radius: 50%;
  left: -0.5em;
  z-index: 2;
}
.service_page .tickets_page .cardWrap .cardRight:before {
  top: -0.4em;
}
.service_page .tickets_page .cardWrap .cardRight:after {
  bottom: -0.4em;
}
.service_page .tickets_page .cardWrap h3 {
  font-size: 15px;
  margin-top: 0;
  line-height: 21px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.service_page .tickets_page .cardWrap h3 span {
  font-weight: normal;
}
.service_page .tickets_page .cardWrap .title,
.service_page .tickets_page .cardWrap .name,
.service_page .tickets_page .cardWrap .seat,
.service_page .tickets_page .cardWrap .time {
  text-transform: uppercase;
  font-weight: normal;
}
.service_page .tickets_page .cardWrap .title h4,
.service_page .tickets_page .cardWrap .name h4,
.service_page .tickets_page .cardWrap .seat h4,
.service_page .tickets_page .cardWrap .time h4 {
  font-size: 15px;
  color: #525252;
  margin: 0;
  line-height: 1.1em;
}
.service_page .tickets_page .cardWrap .title span,
.service_page .tickets_page .cardWrap .name span,
.service_page .tickets_page .cardWrap .seat span,
.service_page .tickets_page .cardWrap .time span {
  font-size: .7em;
  color: #a2aeae;
}
.service_page .tickets_page .cardWrap .title {
  margin: 2em 0 0 0;
}
.service_page .tickets_page .cardWrap .name,
.service_page .tickets_page .cardWrap .seat {
  margin: .7em 0 0 0;
}
.service_page .tickets_page .cardWrap .time {
  margin: .7em 0 0 1em;
}
.service_page .tickets_page .cardWrap .seat,
.service_page .tickets_page .cardWrap .time {
  float: left;
}
.service_page .tickets_page .cardWrap .eye {
  position: relative;
  width: 2em;
  height: 1.5em;
  background: #fff;
  margin: 0 auto;
  border-radius: 1.66666667em;
  z-index: 1;
}
.service_page .tickets_page .cardWrap .eye:before,
.service_page .tickets_page .cardWrap .eye:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.service_page .tickets_page .cardWrap .eye:before {
  width: 1em;
  height: 1em;
  background: #e84c3d;
  z-index: 2;
  left: 8px;
  top: 4px;
}
.service_page .tickets_page .cardWrap .eye:after {
  width: .5em;
  height: .5em;
  background: #fff;
  z-index: 3;
  left: 12px;
  top: 8px;
}
.service_page .tickets_page .cardWrap .number {
  text-align: center;
  text-transform: uppercase;
}
.service_page .tickets_page .cardWrap .number h3 {
  color: #e84c3d;
  margin: 1.5em 0 0 0;
  font-size: 1.4em;
}
.service_page .tickets_page .cardWrap .number span {
  display: block;
  color: #a2aeae;
}
.service_page .tickets_page .ticket {
  font-size: 12px;
  font-weight: bold;
  position: relative !important;
  background: #F5D4AB;
  padding: 7px 12px 7px 45px;
  margin: 0 5px 20px 0;
}
.service_page .tickets_page .ticket .circle {
  position: absolute !important;
  z-index: 100;
  border: 5px #fff solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: -5px;
  width: 0;
  height: 0;
  top: 50%;
  left: 8px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3);
}
.service_page .tickets_page .ticket:after {
  content: "";
  position: absolute !important;
  z-index: 100;
  top: 0;
  left: 0;
  border-right: #fff 7px solid;
  border-bottom: #fff 7px solid;
  -moz-border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  border-radius: 0 0 20px 0;
}
.service_page .tickets_page .ticket:before {
  content: "";
  position: absolute !important;
  z-index: 100;
  top: 0;
  right: 0;
  border-left: #fff 7px solid;
  border-bottom: #fff 7px solid;
  -moz-border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  border-radius: 0 0 0 20px;
}
.service_page .tickets_page .ticket .inside {
  outline: 1px rgba(255, 255, 255, 0.4) dashed;
  border: 1px rgba(0, 0, 0, 0.3) dashed;
  padding: 4px 10px 4px 20px;
  white-space: nowrap;
}
.service_page .tickets_page .ticket .inside .cut {
  margin-right: 60px;
  border-right: 1px dashed #fff;
}
.service_page .tickets_page .ticket .inside h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 10px;
}
.service_page .tickets_page .ticket .inside p {
  font-size: 14px;
  margin-bottom: 15px;
}
.service_page .tickets_page .ticket .inside a {
  text-decoration: none;
  color: #ee5127;
  border-bottom: 1px solid rgba(238, 81, 39, 0.9);
  padding-top: .3em;
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
}
.service_page .tickets_page .ticket .inside a:hover {
  color: #f1704e;
  border-bottom: 1px solid rgba(238, 81, 39, 0.8);
}
.service_page .tickets_page .ticket .inside:after {
  content: "";
  position: absolute !important;
  z-index: 100;
  bottom: 0;
  left: 0;
  border-right: #fff 7px solid;
  border-top: #fff 7px solid;
  -moz-border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
}
.service_page .tickets_page .ticket .inside:before {
  content: "";
  position: absolute !important;
  z-index: 1000;
  bottom: 0;
  right: 0;
  border-left: #fff 7px solid;
  border-top: #fff 7px solid;
  -moz-border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
}
.service_page .lk_info {
  margin-top: -106px;
  background-color: #fffaf4;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(173, 114, 124, 0.85);
  -moz-box-shadow: 0 1px 3px rgba(173, 114, 124, 0.85);
  box-shadow: 0 1px 3px rgba(173, 114, 124, 0.85);
  padding: 18px 18px;
  width: 250px;
  float: right;
}
.service_page .lk_info .userprofile {
  height: 93px;
  margin-bottom: 25px;
}
.service_page .lk_info .userprofile p {
  margin-left: 110px;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding-top: 22px;
}
.service_page .lk_info .userprofile .user_avatar {
  float: left;
  -webkit-border-radius: 65px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 65px;
  -moz-background-clip: padding;
  border-radius: 65px;
  background-clip: padding-box;
  background-color: #040309;
  border: 2px solid white;
  -webkit-box-shadow: 0 3px 3px rgba(173, 114, 124, 0.75);
  -moz-box-shadow: 0 3px 3px rgba(173, 114, 124, 0.75);
  box-shadow: 0 3px 3px rgba(173, 114, 124, 0.75);
}
.service_page .lk_info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
.service_page .lk_info ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
}
.service_page .lk_info ul li a {
  display: inline-block;
  padding: 8px 10px 7px;
  font-weight: 700;
  border-radius: 30px;
  border: none;
}
.service_page .lk_info ul li a.current {
  color: #ffffff;
  padding: 6px 20px 7px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5YTA4NDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc2MDIzZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #9a0845 0%, #76023e 100%);
  background-image: -moz-linear-gradient(bottom, #9a0845 0%, #76023e 100%);
  background-image: -o-linear-gradient(bottom, #9a0845 0%, #76023e 100%);
  background-image: linear-gradient(to top, #9a0845 0%, #76023e 100%);
  -webkit-box-shadow: inset 0 5px 5px rgba(34, 30, 31, 0.15);
  -moz-box-shadow: inset 0 5px 5px rgba(34, 30, 31, 0.15);
  box-shadow: inset 0 5px 5px rgba(34, 30, 31, 0.15);
}
.service_page .reg_box {
  margin: 0 auto 125px;
  width: 890px;
  height: 570px;
  background-color: #fffaf4;
  padding: 40px 45px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(173, 114, 124, 0.85);
  -moz-box-shadow: 0 1px 3px rgba(173, 114, 124, 0.85);
  box-shadow: 0 1px 3px rgba(173, 114, 124, 0.85);
  position: relative;
}
.service_page .reg_box:after {
  content: ' ';
  position: absolute;
  background-image: url(/assets/img/regbox_after.png);
  bottom: -107px;
  width: 1048px;
  height: 106px;
  left: -30px;
}
.service_page .reg_box .leftside {
  width: 445px;
  float: left;
}
.service_page .reg_box .leftside .field_set {
  height: 70px;
}
.service_page .reg_box .leftside .field_set .label_box {
  width: 190px;
  float: left;
}
.service_page .reg_box .leftside .field_set .label_box label {
  color: #3b2512;
  font-size: 15px;
  font-weight: 500;
  line-height: 48px;
}
.service_page .reg_box .leftside .field_set .input_box {
  margin-left: 190px;
}
.service_page .reg_box .leftside .field_set .input_box input[type="text"],
.service_page .reg_box .leftside .field_set .input_box input[type="password"] {
  width: 214px;
  padding: 15px 20px;
  background-color: #eee;
  border: 1px solid #e9aea0;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: inset 0 1px 3px rgba(34, 30, 31, 0.47);
  outline: none;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.service_page .reg_box .leftside .field_set .input_box input[type="text"]:hover,
.service_page .reg_box .leftside .field_set .input_box input[type="password"]:hover {
  border: 1px solid #f27250;
}
.service_page .reg_box .leftside .field_set .input_box input[type="text"]:focus,
.service_page .reg_box .leftside .field_set .input_box input[type="password"]:focus {
  border: 1px solid #ee5127;
  background-color: #ffffff;
}
.service_page .reg_box .leftside .field_set .input_box input[type="text"]#captcha,
.service_page .reg_box .leftside .field_set .input_box input[type="password"]#captcha {
  width: 80px;
  float: right;
}
.service_page .reg_box .rightside {
  width: 280px;
  padding: 123px 62px 0 15px;
  float: right;
}
.service_page .reg_box .rightside h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
.service_page .reg_box .bottom {
  padding-top: 25px;
}
.service_page .reg_box .bottom input[type="submit"] {
  background-color: #ef6c48;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  -webkit-box-shadow: 0 3px 9px rgba(165, 82, 41, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 3px 9px rgba(165, 82, 41, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 3px 9px rgba(165, 82, 41, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.5);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 30px;
  border: 0px;
  -webkit-border-radius: 55px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 55px;
  -moz-background-clip: padding;
  border-radius: 55px;
  background-clip: padding-box;
}
.service_page .reg_box .bottom input[type="submit"]:hover {
  background-color: #f08049;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  -webkit-box-shadow: 0 3px 9px rgba(165, 82, 41, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 3px 9px rgba(165, 82, 41, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 3px 9px rgba(165, 82, 41, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
}
.service_page .reg_box .bottom input[type="submit"]:focus {
  background-color: #ef6c48;
  -webkit-box-shadow: inset 0 1px 1px #b34729;
  -moz-box-shadow: inset 0 1px 1px #b34729;
  box-shadow: inset 0 1px 1px #b34729;
  background-image: none;
}
.service_page .success_box {
  height: 400px;
  background-position: 130px 45px;
  background-image: url(/assets/img/reg_success.png);
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.service_page .success_box p {
  font-size: 18px;
  line-height: 24px;
}
.service_page .lk_box {
  padding: 0 0 50px;
}
.service_page .lk_box .user_photo {
  float: left;
  position: relative;
}
.service_page .lk_box .user_photo .change_photo {
  background-color: #dc1e54;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  -webkit-box-shadow: 0 3px 9px rgba(204, 29, 120, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 3px 9px rgba(204, 29, 120, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 3px 9px rgba(204, 29, 120, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  left: 10px;
  top: 115px;
  position: absolute;
  font-size: 13px;
  padding: 12px 28px;
}
.service_page .lk_box .user_photo img {
  float: left;
}
.service_page .lk_box .leftside {
  width: 480px;
  margin-left: 290px;
}
.service_page .lk_box .leftside .field_set {
  height: 70px;
  position: relative;
}
.service_page .lk_box .leftside .field_set .label_box {
  width: 190px;
  float: left;
}
.service_page .lk_box .leftside .field_set .label_box label {
  color: #3b2512;
  font-size: 15px;
  font-weight: 500;
  line-height: 48px;
}
.service_page .lk_box .leftside .field_set .input_box {
  margin-left: 190px;
  position: relative;
}
.service_page .lk_box .leftside .field_set .input_box:hover input[type="submit"] {
  visibility: visible;
  outline: none;
}
.service_page .lk_box .leftside .field_set .input_box input[type="submit"] {
  width: 44px;
  height: 44px;
  background-color: #f2f2f2;
  background-image: url(/assets/img/save_in_lk.png);
  background-repeat: no-repeat;
  background-position: 13px 11px;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  box-shadow: none;
  border-left: 2px solid #EE6A47;
  padding: 0;
  text-indent: -9999px;
  position: absolute;
  right: 2px;
  top: 4px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  visibility: hidden;
}
.service_page .lk_box .leftside .field_set .input_box input[type="submit"]:hover {
  background-position: 13px -64px;
}
.service_page .lk_box .leftside .field_set .input_box input[type="submit"]:focus {
  background-position: 13px 11px;
  opacity: .7;
}
.service_page .lk_box .leftside .field_set .input_box input[type="text"],
.service_page .lk_box .leftside .field_set .input_box input[type="password"] {
  width: 250px;
  height: 20px;
  background-color: white;
  border: 0px solid #f27250;
  outline: none;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  box-shadow: none;
}
.service_page .lk_box .leftside .field_set .input_box input[type="text"]:focus + input[type="submit"],
.service_page .lk_box .leftside .field_set .input_box input[type="password"]:focus + input[type="submit"] {
  visibility: visible;
}
.service_page .lk_box .leftside .field_set .input_box input[type="text"]:hover,
.service_page .lk_box .leftside .field_set .input_box input[type="password"]:hover {
  border: 1px solid #e95314;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 5px rgba(195, 63, 24, 0.7);
  -moz-box-shadow: 0 1px 5px rgba(195, 63, 24, 0.7);
  box-shadow: 0 1px 5px rgba(195, 63, 24, 0.7);
}
.service_page .lk_box .leftside .field_set .input_box input[type="text"]:focus,
.service_page .lk_box .leftside .field_set .input_box input[type="password"]:focus {
  border: 1px solid #ee5127;
  background-color: #ffffff;
}
.service_page .lk_box .leftside .field_set .input_box input[type="text"]#captcha,
.service_page .lk_box .leftside .field_set .input_box input[type="password"]#captcha {
  width: 80px;
  float: right;
}
.service_page .lk_box .rightside {
  width: 280px;
  padding: 123px 62px 0 15px;
  float: right;
}
.service_page .lk_box .rightside h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
/* Scroll to top */
.scroll_top {
  position: fixed;
  height: 100px;
  width: 90px;
  right: 15px;
  top: 25px;
  background: url(/assets/img/up_btn_scroll.png) no-repeat;
  text-indent: -9999px;
  background-position: 0px 0px;
}
.scroll_top:hover {
  background-position: -120px 0;
}
.scroll_top:focus {
  background-position: -240px 0;
}
/* ���������� � ���������� */
.com {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 175px;
  padding-top: 15px;
  text-align: center;
}
.com li {
  display: inline-block;
  vertical-align: top;
  width: 182px;
  height: 40px;
  padding: 95px 0 20px;
  text-align: center;
  float: left;
  border: 1px solid #ffffff;
  background-image: url(/assets/img/adv_bg.png);
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.com li.type_1 {
  background-position: 20px -20px;
}
.com li.type_2 {
  background-position: -170px -20px;
}
.com li.type_4 {
  background-position: -360px -20px;
}
.com li.type_3 {
  background-position: -550px -20px;
}
.com li.type_5 {
  background-position: -742px -20px;
}
.com li.type_6 {
  background-position: -930px -20px;
}
.com li:hover {
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
.com li.current {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.com li.current a {
  color: #ee5127;
  text-decoration: none;
  border-bottom: 0;
}
.com li:last-child {
  margin-right: 0;
}
.com li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  color: #3b2512;
  border-bottom: 1px solid rgba(59, 37, 18, 0.9);
  padding-top: .3em;
}
.com li a:hover {
  color: #442b15;
  border-bottom: 1px solid rgba(59, 37, 18, 0.8);
}
.com li a:hover {
  color: #ee5127;
  text-decoration: none;
  border-bottom: 0;
}
.commercial_desc {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .commercial_desc {
    margin-bottom: 0;
  }
  .commercial_desc div {
    float: none!important;
    width: auto!important;
    margin: 0!important;
  }
  .commercial_desc div img {
    float: none!important;
    width: auto!important;
    margin: 0!important;
  }
}
@media (max-width: 768px) {
  .commercial_desc div {
    float: none!important;
    width: auto!important;
    margin: 0!important;
  }
  .commercial_desc div img {
    float: none!important;
    width: auto!important;
    margin: 0!important;
    display: none;
  }
}
.commercial_desc a {
  text-decoration: none;
  border-bottom: 1px solid rgba(59, 37, 18, 0.9);
  padding-top: .3em;
  color: #3b2512;
}
.commercial_desc a:hover {
  color: #442b15;
  border-bottom: 1px solid rgba(59, 37, 18, 0.8);
}
.commercial_desc a:hover {
  text-decoration: none;
  border-bottom: 0;
  color: #ee5127;
}
.commercial_desc a.link_to_order_page {
  color: #ffffff;
  background-color: #dc1e54;
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.42) 0%, transparent 100%);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.5), inset 0 1px 0 rgba(253, 231, 210, 0.42);
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.4);
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
  border: 1px solid #821232;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.commercial_desc a.link_to_order_page:hover {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.22) 0%, transparent 100%);
  border: 1px solid #6c0f29;
  box-shadow: 0 3px 9px rgba(246, 108, 186, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.commercial_desc a.link_to_order_page:focus {
  background-image: linear-gradient(180deg, rgba(253, 231, 210, 0.07) 0%, transparent 100%);
  background-color: #99153a;
  box-shadow: inset 0 1px 1px rgba(246, 108, 186, 0.5);
  border: 1px solid #3f0918;
}
.commercial_desc h2 {
  padding: 50px 0 0px;
}
.commercial_desc .on_top {
  width: 60%;
  margin: 0 auto;
}
.commercial_desc .on_top .for_promo {
  margin: 0 auto;
  width: 370px;
}
.commercial_desc .promo {
  width: 185px;
  line-height: 22px;
  float: left;
  font-weight: bold;
}
.commercial_desc .promo .percent {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  padding-top: 4px;
}
.commercial_desc .promo p {
  font-weight: bold;
}
.commercial_desc .leftside {
  float: left;
  width: 500px;
  position: relative;
}
.commercial_desc .leftside img {
  float: left;
  margin-left: -230px;
}
.commercial_desc .rightside {
  margin-left: 600px;
  position: relative;
}
.commercial_desc .rightside img {
  float: right;
  margin-right: -230px;
}
#commercial .commercial_total {
  float: right;
  width: 303px;
}
@media (max-width: 768px) {
  #commercial .commercial_total {
    float: none!important;
  }
}
#commercial .commercial_total .order {
  background-color: #FFFBF7;
  border: 1px solid #e8d7da;
  border-bottom: none;
  position: relative;
  padding: 0px 1px;
}
#commercial .commercial_total .order h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  padding: 15px 10px;
}
#commercial .commercial_total .order:before {
  display: block;
  content: ' ';
  width: 310px;
  height: 10px;
  position: absolute;
  top: -2px;
  left: -4px;
  background-image: url(/assets/img/desc_top.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
}
#commercial .commercial_total .order table {
  border: none;
}
#commercial .commercial_total .order table tr {
  background-color: #FFFBF7;
}
#commercial .commercial_total .order table tr:hover {
  border: none;
}
#commercial .commercial_total .order table tr:nth-child(even) {
  background-color: #f7f1f1;
}
#commercial .commercial_total .order table tr td {
  padding: 10px 10px 20px;
  vertical-align: top;
}
#commercial .commercial_total .bottom_block {
  background-image: url(/assets/img/advertise_item.png);
  padding: 30px 20px 105px;
  background-position: -3px -2px;
  background-repeat: no-repeat;
}
#commercial .commercial_total .bottom_block .checkout {
  background-color: #dc1e54;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTQsIDI1NCwgMjU0KSIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(-90deg, rgba(254, 254, 254, 0.5) 0%, transparent 100%);
  background-image: -moz-linear-gradient(-90deg, rgba(254, 254, 254, 0.5) 0%, transparent 100%);
  background-image: -o-linear-gradient(-90deg, rgba(254, 254, 254, 0.5) 0%, transparent 100%);
  background-image: linear-gradient(180deg, rgba(254, 254, 254, 0.5) 0%, transparent 100%);
  border: 1px solid #d23f6f;
  -webkit-box-shadow: 0 3px 9px rgba(241, 36, 152, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.33);
  -moz-box-shadow: 0 3px 9px rgba(241, 36, 152, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.33);
  box-shadow: 0 3px 9px rgba(241, 36, 152, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.33);
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.5);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 7px 15px;
  margin-right: 25px;
}
#commercial .commercial_total .bottom_block .clear {
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.9);
  padding-top: .3em;
  color: #ffffff;
}
#commercial .commercial_total .bottom_block .clear:hover {
  color: #ffffff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
}
#commercial .commercial_total a {
  color: #3b2512;
}
#commercial .commercial_info {
  margin-right: 330px;
}
#commercial a.tocalc {
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  background-color: #eb6e41;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  -webkit-box-shadow: 0 3px 9px rgba(162, 32, 31, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 3px 9px rgba(162, 32, 31, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 3px 9px rgba(162, 32, 31, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(34, 30, 31, 0.5);
  font-size: 13px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
  padding: 6px 15px;
}
.mobile {
  display: none;
}
/*ADAPTIVE WEBSITE PROPERTIES*/
@media handheld and (grid) and (max-width: 15em) {
  body {
    font-size: 2em;
  }
}
/* ��������� ������ */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.ad {
  text-align: center;
}
.ad.top {
  margin-top: 20px;
}
.ad:last-child {
  margin-bottom: 20px;
}
.ad:first-child {
  margin-top: 20px;
}
.ad [class*="yandex"] {
  display: inline-block;
}
.ad [id*="yandex"] {
  display: inline-block;
}
.event_tickets button {
  outline: none;
  border: none;
  padding: 9px 55px;
  color: #fff!important;
  background: #FE4B0D;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  background-color: #db5705;
  font-size: 1em;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 9px 0px #db1f05, 0px 9px 12px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 9px 0px #db1f05, 0px 9px 12px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 9px 0px #db1f05, 0px 9px 12px rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  margin-bottom: 20px;
}
#pnWidgetContainer .widget {
  border: 1px solid #fff!important;
  width: 728px!important;
  background: #FFFAF5!important;
  overflow: hidden;
  font-size: 10px !important;
  color: #3C2613;
  position: relative;
  z-index: 200001;
  text-align: left;
  margin-bottom: 20px;
}
svg.fwSVGcanvas {
  z-index: 99;
  pointer-events: none;
  user-select: none;
}
.mo-home {
  padding: 10px 0 44px;
  background: #fff;
  color: #15171d;
}
.mo-home .mo-section {
  margin: 0 0 44px;
}
.mo-home .mo-home-top-nav {
  margin: 0 0 44px;
}
.mo-home .mo-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 18px;
}
.mo-home .mo-section-head h1,
.mo-home .mo-section-head h2 {
  margin: 0;
  color: #101219;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 800;
}
.mo-home .mo-section-head h2 {
  font-size: 27px;
}
.mo-home .mo-section-link,
.mo-home .mo-subhead a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ee2d68;
  font-weight: 700;
  line-height: 1.2;
}
.mo-home .mo-section-link::after,
.mo-home .mo-subhead a::after {
  content: '→';
  font-size: 20px;
  line-height: 1;
}
.mo-home .mo-section-pill {
  min-height: 40px;
  padding: 0 20px;
  color: #101219;
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 999px;
  box-shadow: 0 2px 9px rgba(16, 24, 40, 0.1);
}
.mo-home .mo-section-pill::after {
  color: #ee2d68;
}
.mo-home .mo-section-pill:hover {
  color: #101219;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.14);
}
.mo-home .mo-card-rail {
  position: relative;
}
.mo-home .mo-round-link {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  overflow: hidden;
  color: transparent;
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(16, 24, 40, 0.16);
  cursor: pointer;
  font-size: 0;
}
.mo-home .mo-round-link::before {
  content: '›';
  color: #ee2d68;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-2px);
}
.mo-home .mo-round-link:hover {
  box-shadow: 0 9px 24px rgba(16, 24, 40, 0.22);
}
.mo-home .mo-round-link:disabled {
  opacity: 0;
  pointer-events: none;
}
.mo-home .mo-round-link_prev {
  right: auto;
  left: -20px;
}
.mo-home .mo-round-link_prev::before {
  content: '‹';
}
.mo-home .mo-round-link_next {
  right: -20px;
}
.mo-home .mo-scroll-row {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.mo-home .mo-scroll-row::-webkit-scrollbar {
  display: none;
}
.mo-home .mo-city-grid,
.mo-home .mo-place-type-grid,
.mo-home .mo-event-grid,
.mo-home .mo-interesting-grid,
.mo-home .mo-district-grid,
.mo-home .mo-new-grid {
  display: grid;
  gap: 18px;
}
.mo-home .mo-city-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.mo-home .mo-locales-grid {
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 22px;
}
.mo-home .mo-locales-districts {
  margin-top: 38px;
}
.mo-home .mo-locales-districts h2 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.18;
}
.mo-home .mo-locales-district-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.mo-home .mo-locales-district-card {
  min-height: 104px;
  padding: 18px 18px 20px;
}
.mo-home .mo-place-type-grid,
.mo-home .mo-district-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.mo-home .mo-event-grid {
  grid-template-columns: repeat(4, 1fr);
}
.mo-home .mo-interesting-grid {
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 56px) / 5);
  grid-template-columns: none;
  gap: 14px;
}
.mo-home .mo-new-grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}
.mo-home .mo-cover-card,
.mo-home .mo-event-card,
.mo-home .mo-interesting-card,
.mo-home .mo-district-card,
.mo-home .mo-compact-list a {
  color: #101219;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(16, 24, 40, 0.11);
  overflow: hidden;
  transition: box-shadow 0.16s ease, transform 0.16s ease;
}
.mo-home .mo-cover-card:hover,
.mo-home .mo-event-card:hover,
.mo-home .mo-interesting-card:hover,
.mo-home .mo-district-card:hover,
.mo-home .mo-compact-list a:hover {
  color: #101219;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.16);
}
.mo-home .mo-cover-card {
  position: relative;
  display: block;
  min-height: 246px;
}
.mo-home .mo-cover-card img {
  width: 100% !important;
  height: 100% !important;
  min-height: 246px;
  object-fit: cover;
}
.mo-home .mo-city-card {
  min-height: 150px;
}
.mo-home .mo-city-card img {
  min-height: 150px;
}
.mo-home .mo-city-card_empty {
  background: linear-gradient(135deg, #394150 0%, #707787 100%);
}
.mo-home .mo-cover-shade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 50%, rgba(0, 0, 0, 0.92) 100%);
  pointer-events: none;
}
.mo-home .mo-cover-content {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: grid;
  gap: 7px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.mo-home .mo-cover-content strong {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
}
.mo-home .mo-cover-content span {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
.mo-home .mo-place-type-card {
  min-height: 230px;
}
.mo-home .mo-place-type-card img {
  min-height: 230px;
}
.mo-home .mo-place-type-card .mo-cover-content strong {
  font-size: 18px;
}
.mo-home .mo-event-card,
.mo-home .mo-interesting-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
}
.mo-home .mo-event-card img,
.mo-home .mo-interesting-card img {
  display: block;
  width: 100% !important;
  height: 168px !important;
  object-fit: cover;
}
.mo-home .mo-interesting-card img {
  height: 136px !important;
}
.mo-home .mo-card-body {
  display: grid;
  gap: 8px;
  padding: 14px 16px 16px;
}
.mo-home .mo-card-body strong {
  color: #101219;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.mo-home .mo-card-body span {
  color: #616774;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.mo-home .mo-district-card {
  display: grid;
  gap: 9px;
  padding: 22px 22px 24px;
  min-height: 130px;
  box-shadow: inset 0 0 0 1px #e4e8ef, 0 2px 10px rgba(16, 24, 40, 0.04);
}
.mo-home .mo-district-card strong {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}
.mo-home .mo-district-card span {
  color: #3f4652;
  font-size: 14px;
  line-height: 1.25;
}
.mo-home .mo-subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.mo-home .mo-subhead h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}
.mo-home .mo-compact-list {
  display: grid;
  gap: 12px;
}
.mo-home .mo-compact-list a {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px;
}
.mo-home .mo-compact-list img {
  width: 96px !important;
  height: 72px !important;
  object-fit: cover;
  border-radius: 6px;
}
.mo-home .mo-compact-list span {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.mo-home .mo-compact-list strong {
  color: #101219;
  font-size: 15px;
  line-height: 1.25;
}
.mo-home .mo-compact-list em {
  color: #707787;
  font-size: 13px;
  font-style: normal;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .mo-home .mo-round-link {
    right: 8px;
  }
  .mo-home .mo-city-grid,
  .mo-home .mo-place-type-grid,
  .mo-home .mo-interesting-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .mo-home .mo-locales-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .mo-home .mo-locales-district-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .mo-home .mo-city-grid.mo-scroll-row,
  .mo-home .mo-interesting-grid.mo-scroll-row {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc(25.33333333%);
  }
  .mo-home .mo-event-grid,
  .mo-home .mo-district-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .mo-home {
    padding-top: 0;
  }
  .mo-home .mo-section {
    margin-bottom: 34px;
  }
  .mo-home .mo-section-head {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 14px;
  }
  .mo-home .mo-section-head h1,
  .mo-home .mo-section-head h2 {
    font-size: 22px;
    line-height: 1.18;
  }
  .mo-home .mo-section-link {
    flex: none;
    font-size: 0;
  }
  .mo-home .mo-section-link::after {
    font-size: 24px;
  }
  .mo-home .mo-section-pill {
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    justify-content: center;
  }
  .mo-home .mo-round-link {
    display: none;
  }
  .mo-home .mo-scroll-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(210px, 78vw);
    grid-template-columns: none;
    gap: 12px;
    margin: 0 -14px;
    padding: 0 14px 6px;
    max-width: calc(100% + 28px);
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .mo-home .mo-scroll-row > * {
    scroll-snap-align: start;
  }
  .mo-home .mo-place-type-grid.mo-scroll-row,
  .mo-home .mo-interesting-grid.mo-scroll-row {
    grid-auto-flow: column;
    grid-auto-columns: minmax(210px, 78vw);
    grid-template-columns: none;
  }
  .mo-home .mo-event-grid,
  .mo-home .mo-district-grid,
  .mo-home .mo-new-grid {
    grid-template-columns: 1fr;
  }
  .mo-home .mo-locales-grid {
    grid-template-columns: 1fr;
  }
  .mo-home .mo-locales-district-list {
    grid-template-columns: 1fr;
  }
  .mo-home .mo-city-card,
  .mo-home .mo-city-card img {
    min-height: 144px;
  }
  .mo-home .mo-cover-card:not(.mo-city-card),
  .mo-home .mo-cover-card:not(.mo-city-card) img {
    min-height: 248px;
  }
  .mo-home .mo-event-card img {
    height: 170px !important;
  }
  .mo-home .mo-interesting-card img {
    height: 142px !important;
  }
  .mo-home .mo-card-body {
    padding: 12px 14px 14px;
  }
  .mo-home .mo-district-card {
    min-height: 108px;
    padding: 18px 18px 20px;
  }
  .mo-home .mo-compact-list a {
    grid-template-columns: 86px 1fr;
    gap: 12px;
  }
  .mo-home .mo-compact-list img {
    width: 86px !important;
    height: 66px !important;
  }
}
@media (max-width: 720px) {
  .mo-home .mo-city-grid,
  .mo-home .mo-city-grid.mo-scroll-row {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .mo-home .mo-city-grid.mo-scroll-row > * {
    scroll-snap-align: unset;
  }
}
.city_intro {
  max-width: 760px;
  margin: 18px 0 0;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.82);
  border-left: 4px solid #dc1e54;
  color: #3b2512;
}
.city_intro p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}
.city_intro span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(59, 37, 18, 0.72);
}
.event_pushkin_badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  box-sizing: border-box;
  -webkit-border-radius: 0 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 4px 0 0;
  background-clip: padding-box;
  background: #ad4a86;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding: 7px 10px;
  text-transform: none;
  letter-spacing: 0;
}
.is-pushkin-card {
  background-color: #fff6fb !important;
}
#content .events_list .event.is-pushkin-card .event_desc {
  background-color: #fff6fb;
}
.bottom_block > .event_pushkin_badge {
  float: left;
  margin-left: -1px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.28) inset;
}
#content .events_list .event:hover .bottom_block > .event_pushkin_badge {
  background: #8f3d70;
  color: #ffffff;
}
.all_places_list_page {
  width: auto;
  margin-right: 0;
}
.all_places_list_page > .places_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .all_places_list_page > .places_list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
}
@media (max-width: 768px) {
  .all_places_list_page > .places_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .all_places_list_page > .places_list {
    grid-template-columns: 1fr;
  }
}
.all_places_list_page > .places_list .place {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  border: none;
}
.all_places_list_page > .places_list .place_item {
  float: none;
  width: auto;
  margin: 0 !important;
  border: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
}
.all_places_list_page > .places_list .place_item .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  color: #ffffff;
}
.all_places_list_page > .places_list .place_item .item > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1;
  object-fit: cover;
}
.all_places_list_page > .places_list .place_item .item .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 30px;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
}
.all_places_list_page > .places_list .place_item .item .desc .name {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
}
.all_places_list_page > .places_list .place_item .item:hover .desc .name,
.all_places_list_page > .places_list .place_item .item:hover .desc .name a,
.all_places_list_page > .places_list .place_item .item .desc .name a {
  color: #ffffff !important;
}
.search_result_list .item {
  min-height: 180px;
  margin-bottom: 30px;
}
.search_result_list .item .img {
  width: 180px;
  float: left;
}
@media (max-width: 414px) {
  .search_result_list .item .img {
    float: none;
  }
}
.search_result_list .item .desc {
  margin-left: 200px;
}
@media (max-width: 414px) {
  .search_result_list .item .desc {
    margin-left: 0;
  }
}
.search_result_list .item .desc h2 {
  padding-top: 10px;
  margin-right: 25px;
}
.search_result_list .item .desc .highlight {
  color: #ed1857;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
/* 	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px; */
	padding: 0px!important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/assets/fancybox/fancy_controls.png');
}



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/assets/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	/*background-position: -6px 60px;*/
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 280040;
	padding: 0;
}

.fancybox-close:hover {
	/*background-position: -6px 40px;*/
}

.fancybox-close:focus {
	/*background-position: -6px 21px;*/
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/assets/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 45px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {
	left: 9px;
	background-position: -6px -5px;
}

.fancybox-prev span:hover {
	background-position: -6px -55px;
}

.fancybox-prev span:focus {
	background-position: -6px -105px;
}

.fancybox-next span {
	right: 9px;
	background-position: 30px -5px;
}

.fancybox-next span:hover {
	background-position: 30px -55px;
}

.fancybox-next span:focus {
	background-position: 30px -105px;
}





.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/assets/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px 'Roboto', sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: 0px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.6);
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 500;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	.fancybox-title-float-wrap .child {
		font-size: 12px;
		font-weight: 100;
	}
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/assets/fancybox/fancy_controls.png');
		background-size: 145px 216px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/assets/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.fancybox-close {
	background: url(/assets/img/close_lightbox_2.png);
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: 3px;
}

.fancybox-close:hover {
	opacity: .87;
}