/*! 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;
}
iframe {
  border: none;
}
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-color: #ff91dd;
  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-color: #ff91dd;
  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-color: #ff91dd;
  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-color: #ff91dd;
  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('../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(../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-color: #ff91dd;
}
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 {
  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: #e33063;
}
.pinklink:visited {
  text-decoration: none;
  color: #e33063;
  border-bottom: 1px solid rgba(227, 48, 99, 0.9);
  padding-top: .3em;
}
.pinklink:visited:hover {
  color: #e8557e;
  border-bottom: 1px solid rgba(227, 48, 99, 0.8);
}
p > a,
ul > a {
  text-decoration: none;
  border-bottom: 1px solid rgba(220, 30, 84, 0.9);
  padding-top: .3em;
  color: #dc1e54;
}
p > a:hover,
ul > a:hover {
  color: #e43b6b;
  border-bottom: 1px solid rgba(220, 30, 84, 0.8);
}
p > a:hover,
ul > a:hover {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
p > a:hover:hover,
ul > a:hover:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
p > a:active,
ul > a:active {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
p > a:active:hover,
ul > a:active:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
p > a:focus,
ul > a:focus {
  text-decoration: none;
  color: #821232;
  border-bottom: 1px solid rgba(130, 18, 50, 0.9);
  padding-top: .3em;
}
p > a:focus:hover,
ul > a:focus:hover {
  color: #961439;
  border-bottom: 1px solid rgba(130, 18, 50, 0.8);
}
p > a:link,
ul > a:link {
  -webkit-tap-highlight-color: #e33063;
}
p > a:visited,
ul > a:visited {
  text-decoration: none;
  color: #e33063;
  border-bottom: 1px solid rgba(227, 48, 99, 0.9);
  padding-top: .3em;
}
p > a:visited:hover,
ul > a:visited:hover {
  color: #e8557e;
  border-bottom: 1px solid rgba(227, 48, 99, 0.8);
}
.zpt_z a {
  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: #e33063;
}
.zpt_z a:visited {
  text-decoration: none;
  color: #e33063;
  border-bottom: 1px solid rgba(227, 48, 99, 0.9);
  padding-top: .3em;
}
.zpt_z a:visited:hover {
  color: #e8557e;
  border-bottom: 1px solid rgba(227, 48, 99, 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 (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 (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;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
/*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;
  outline-color: white;
}
.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;
}
@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: 135px;
  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(../img/socials_orange.png);
				background-repeat: no-repeat;
				background-position: 0px 10px;
				&:nth-child(2) {
					background-position: -37px 10px;
				}
			}
		}

	}
	*/
  /*Event search*/
}
@media (max-width: 768px) {
  header {
    height: 245px;
  }
}
@media (max-width: 480px) {
  header {
    zoom: 90%;
    height: 275px;
  }
}
@media (max-width: 380px) {
  header {
    zoom: 85%;
  }
}
@media (max-width: 320px) {
  header {
    zoom: 85%;
  }
}
header .sitedesc {
  left: 120px;
  position: absolute;
  top: 80px;
  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: 768px) {
  header .sitedesc {
    width: 300px;
    left: 50%;
    margin-left: -150px;
    padding-left: 65px;
    top: 85px;
  }
}
@media (max-width: 736px) {
  header .sitedesc {
    padding-left: 65px;
  }
}
@media (max-width: 667px) {
  header .sitedesc {
    padding-left: 65px;
    top: 85px;
  }
}
@media (max-width: 568px) {
  header .sitedesc {
    padding-left: 60px;
  }
}
@media (max-width: 480px) {
  header .sitedesc {
    padding-left: 60px;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  header .sitedesc {
    padding-left: 47px;
  }
}
@media (max-width: 414px) {
  header .sitedesc {
    padding-left: 45px;
  }
}
@media (max-width: 320px) {
  header .sitedesc {
    width: auto;
    left: 10px;
    margin: 0;
    padding: 0;
    top: 90px;
    position: static;
    display: none;
  }
}
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: #e33063;
  border-bottom: 1px dotted rgba(227, 48, 99, 0.9);
  padding-top: .3em;
  font-weight: 500;
}
header .sitedesc #another_town:hover {
  color: #ce1c4f;
  border-bottom: 1px dotted rgba(227, 48, 99, 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: 5px;
}
header .sitelogo img {
  width: 440px;
}
@media (max-width: 768px) {
  header .sitelogo {
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -220px;
  }
}
@media (max-width: 320px) {
  header .sitelogo {
    position: static;
    top: 17px;
    left: 5px;
    margin-left: 0;
    display: block;
    padding: 10px;
  }
}
header .add {
  position: absolute;
  top: 38px;
  left: 500px;
  font-size: 14px;
  font-weight: 400;
  width: 200px;
  color: #250000;
  line-height: 19px;
}
header .add a {
  text-decoration: none;
  color: #dc1e54;
  border-bottom: 1px solid rgba(220, 30, 84, 0.9);
  padding-top: .3em;
}
header .add a:hover {
  color: #bb1947;
  border-bottom: 1px solid rgba(220, 30, 84, 0.8);
}
@media (max-width: 1024px) {
  header .add {
    display: none;
  }
}
header .search {
  height: auto;
  position: absolute;
  right: 0;
  top: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZTUxMjciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3YjA5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(../img/search_icon.png);
  background-image: -webkit-linear-gradient(to-left, #ee5127 0%, #f7b09d 100%), url(../img/search_icon.png);
  background-image: -moz-linear-gradient(to-left, #ee5127 0%, #f7b09d 100%), url(../img/search_icon.png);
  background-image: -o-linear-gradient(to-left, #ee5127 0%, #f7b09d 100%), url(../img/search_icon.png);
  background-image: linear-gradient(to-to right, #ee5127 0%, #f7b09d 100%), url(../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: 768px) {
  header .search {
    left: 65px;
    top: 130px;
    max-width: 100%;
    width: auto;
    padding-right: 90px;
  }
}
@media (max-width: 568px) {
  header .search {
    padding: 0;
  }
}
@media (max-width: 480px) {
  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%;
  }
  header .search:before {
    display: none;
  }
}
@media (max-width: 320px) {
  header .search {
    padding: 2px;
    position: static;
    margin: 5px 0;
  }
}
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-color: #ff91dd;
  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;
  outline-color: white;
}
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 {
  background-color: #ffffff;
  color: #ee5127;
  height: auto;
  border-radius: 4px;
}
@media (max-width: 768px) {
  nav#top {
    zoom: 86%;
  }
}
@media (max-width: 425px) {
  nav#top {
    zoom: 100%;
  }
}
@media (max-width: 380px) {
  nav#top {
    zoom: 82%;
  }
}
nav#top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  nav#top ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 10px;
    gap: 10px;
  }
}
@media (max-width: 812px) {
}
@media (max-width: 768px) {
  nav#top ul {
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  }
}
@media (max-width: 736px) {
  nav#top ul {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
}
@media (max-width: 640px) {
}
@media (max-width: 568px) {
}
@media (max-width: 440px) {
}
@media (max-width: 420px) {
}
@media (max-width: 320px) {
}
nav#top ul li {
  float: left;
  background-attachment: initial;
  padding: 0;
  margin: 7px 5px 0 0;
  border-radius: 4px;
  transition: background-color 0.222s;
  background-position: 6px -9px;
}
nav#top ul li .icon {
  display: inline-block;
  height: 45px;
  width: 115px;
  pointer-events: none;
  background: url(../img/nav_icons_x2.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: #d83231;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 0px 5px 10px 5px;
  display: block;
  text-align: center;
  width: 113px;
  height: 80px;
}
nav#top ul li a:hover,
nav#top ul li a.current {
  color: #ffffff;
  border: none;
}
@media (max-width: 1024px) {
  nav#top ul li a {
    padding: 0;
  }
}
@media (max-width: 768px) {
  nav#top ul li a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  nav#top ul li a {
    width: auto !important;
  }
}
@media (max-width: 1024px) {
  nav#top ul li {
    margin: 0;
    overflow: hidden;
  }
}
@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: 97%;
  }
}
@media (max-width: 667px) {
  nav#top ul li {
    zoom: 86%;
    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 .show .icon {
  background-position: 0 -9px;
}
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: 0 -216px;
}
nav#top ul .sport .icon {
  background-position: -96px -7px;
}
nav#top ul .sport:hover,
nav#top ul .sport.current {
  background-color: #17bcdf;
}
nav#top ul .sport:hover .icon,
nav#top ul .sport.current .icon {
  background-position: -96px -214px;
}
nav#top ul .kids .icon {
  background-position: -191px -9px;
}
nav#top ul .kids:hover,
nav#top ul .kids.current {
  background-color: #9534e8;
}
nav#top ul .kids:hover .icon,
nav#top ul .kids.current .icon {
  background-position: -191px -214px;
}
nav#top ul .concert .icon {
  background-position: -286px -7px;
}
nav#top ul .concert:hover,
nav#top ul .concert.current {
  background-color: #4134e8;
}
nav#top ul .concert:hover .icon,
nav#top ul .concert.current .icon {
  background-position: -286px -214px;
}
nav#top ul .performance .icon {
  background-position: -387px -7px;
}
nav#top ul .performance:hover,
nav#top ul .performance.current {
  background-color: #e834bc;
}
nav#top ul .performance:hover .icon,
nav#top ul .performance.current .icon {
  background-position: -387px -214px;
}
nav#top ul .learn .icon {
  background-position: -488px -9px;
}
nav#top ul .learn:hover,
nav#top ul .learn.current {
  background-color: #3484e8;
}
nav#top ul .learn:hover .icon,
nav#top ul .learn.current .icon {
  background-position: -488px -216px;
}
nav#top ul .kino .icon {
  background-position: -585px -9px;
}
nav#top ul .kino:hover,
nav#top ul .kino.current {
  background-color: #29da6c;
}
nav#top ul .kino:hover .icon,
nav#top ul .kino.current .icon {
  background-position: -585px -216px;
}
nav#top ul .fest .icon {
  background-position: -681px -9px;
}
nav#top ul .fest:hover,
nav#top ul .fest.current {
  background-color: #90d41b;
}
nav#top ul .fest:hover .icon,
nav#top ul .fest.current .icon {
  background-position: -681px -216px;
}
nav#top ul .fun .icon {
  background-position: -781px -9px;
}
nav#top ul .fun:hover,
nav#top ul .fun.current {
  background-color: #c2d11c;
}
nav#top ul .fun:hover .icon,
nav#top ul .fun.current .icon {
  background-position: -781px -216px;
}
nav#top ul .museum .icon {
  background-position: 3px -108px;
}
nav#top ul .museum:hover,
nav#top ul .museum.current {
  background-color: #ffd220;
}
nav#top ul .museum:hover .icon,
nav#top ul .museum.current .icon {
  background-position: 3px -314px;
}
nav#top ul .walk .icon {
  background-position: -92px -109px;
}
nav#top ul .walk:hover,
nav#top ul .walk.current {
  background-color: #f77926;
}
nav#top ul .walk:hover .icon,
nav#top ul .walk.current .icon {
  background-position: -92px -315px;
}
nav#top ul .club .icon {
  background-position: -188px -106px;
}
nav#top ul .club:hover,
nav#top ul .club.current {
  background-color: #eb4a12;
}
nav#top ul .club:hover .icon,
nav#top ul .club.current .icon {
  background-position: -188px -312px;
}
nav#top ul .mustsee .icon {
  background-position: -287px -109px;
}
nav#top ul .mustsee:hover,
nav#top ul .mustsee.current {
  background-color: #e51515;
}
nav#top ul .mustsee:hover .icon,
nav#top ul .mustsee.current .icon {
  background-position: -287px -316px;
}
nav#top ul .theatre .icon {
  background-position: -385px -106px;
}
nav#top ul .theatre:hover,
nav#top ul .theatre.current {
  background-color: #1ddab4;
}
nav#top ul .theatre:hover .icon,
nav#top ul .theatre.current .icon {
  background-position: -385px -312px;
}
nav#top ul .area .icon {
  background-position: -487px -107px;
}
nav#top ul .area:hover,
nav#top ul .area.current {
  background-color: #59ce30;
}
nav#top ul .area:hover .icon,
nav#top ul .area.current .icon {
  background-position: -487px -313px;
}
nav#top ul .park .icon {
  background-position: -581px -106px;
}
nav#top ul .park:hover,
nav#top ul .park.current {
  background-color: #f9497b;
}
nav#top ul .park:hover .icon,
nav#top ul .park.current .icon {
  background-position: -581px -312px;
}
nav#top ul .eat .icon {
  background-position: -681px -106px;
}
nav#top ul .eat:hover,
nav#top ul .eat.current {
  background-color: #12c35d;
}
nav#top ul .eat:hover .icon,
nav#top ul .eat.current .icon {
  background-position: -681px -312px;
}
nav#top ul .more .icon {
  background-position: -780px -105px;
}
nav#top ul .more:hover,
nav#top ul .more.current {
  background-color: #ffaf25;
}
nav#top ul .more:hover .icon,
nav#top ul .more.current .icon {
  background-position: -780px -312px;
}
.advices .advices__list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .advices .advices__list {
    display: grid;
    grid-template-columns: repeat(3, 33%);
  }
}
@media (max-width: 518px) {
  .advices .advices__list {
    display: none;
  }
}
@media (max-width: 480px) {
  .advices .advices__list {
    display: flex;
    flex-direction: column;
  }
}
.advices .advices__list .advices__list-item {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 7px;
}
.advices .advices__list .advices__list-item a {
  display: block;
}
.advices .advices__list .advices__list-item 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 .advices__list .advices__list-item a img:hover {
  opacity: .9;
}
@media (max-width: 480px) {
  .advices .advices__list .advices__list-item a img {
    width: 100% !important;
  }
}
.advices .advices__list .advices__list-item a.linkto {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  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;
}
.advices .advices__list .advices__list-item 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 .advices__list .advices__list-item a.linkto:focus {
  background-color: #ef6c48;
  box-shadow: inset 0 1px 1px #b34729;
}
.mailchimp {
  background-image: url(../img/subscribe.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 300px;
  padding: 20px;
  margin: 0;
  background-size: 100% 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .mailchimp {
    width: 100%;
    padding-top: 59px;
    min-height: 350px;
  }
}
.mailchimp .subscribe-box {
  width: calc(100% - 20px);
  margin: auto;
}
.mailchimp .subscribe-box .subscribe-box__heading {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  padding: 25px 0 15px;
}
.mailchimp .subscribe-box.subscribe-box_subsribe-done {
  background-image: url(../img/subscribe_done.png);
  background-repeat: no-repeat;
  background-position: 15px bottom;
  height: 100%;
}
.mailchimp .subscribe-box.subscribe-box_subsribe-done .subscribe-box__heading {
  padding: 30px 0 25px;
  margin-top: 0;
}
.mailchimp .subscribe-box.subscribe-box_subsribe-done .subscribe-box__success_text {
  font-size: 14px;
  line-height: 18px;
}
.mailchimp .subscribe-box .subscribe-box__input-email {
  width: 90%;
  box-sizing: border-box;
  padding: 7px 7px;
  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;
  margin-bottom: 15px;
}
.mailchimp .subscribe-box .subscribe-box__input-email:hover {
  border: 1px solid #f27250;
}
.mailchimp .subscribe-box .subscribe-box__input-email:focus {
  border: 1px solid #ee5127;
  background-color: #ffffff;
}
.mailchimp .subscribe-box .subscribe-box__subscribe-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;
  outline: none;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .mailchimp .subscribe-box .subscribe-box__subscribe-button {
    margin-bottom: 10px;
  }
}
.mailchimp .subscribe-box .subscribe-box__subscribe-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 .subscribe-box__subscribe-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 .subscribe-box__descritption-text {
  color: #6595b7;
  font-size: 14px;
  padding: 5px;
}
@media (max-width: 480px) {
  .mailchimp .subscribe-box .subscribe-box__descritption-text {
    margin-top: 0;
  }
}
#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: 500;
  line-height: 40px;
  padding: 0 25px 0 35px;
  cursor: pointer;
  background-color: #e33063;
  -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;
}
@media (max-width: 480px) {
  #it_is_search .for_ads {
    margin-top: 0;
  }
}
#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);
  }
}
@media (max-width: 480px) {
  #it_is_search .search-widget {
    padding: 7px 7px;
  }
}
#it_is_search .search-widget:before {
  display: block;
  content: ' ';
  width: 203px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  background: #ff9b4b;
}
@media (max-width: 1100px) {
  #it_is_search .search-widget:before {
    right: 15px;
  }
}
@media (max-width: 480px) {
  #it_is_search .search-widget:before {
    display: none;
  }
}
#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;
}
@media (max-width: 480px) {
  #it_is_search .search-widget .search-field {
    padding: 7px 7px;
  }
}
#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;
  box-sizing: border-box;
}
footer a {
  outline-color: white;
}
footer .top_footer {
  padding: 25px 0 0;
}
footer .top_footer .copyright_box {
  width: 215px;
  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: 1024px) {
  footer .top_footer .copyright_box {
    float: none;
    width: auto;
  }
}
footer .top_footer .about_site_desc {
  float: right;
  width: 883px;
}
@media (max-width: 1024px) {
  footer .top_footer .about_site_desc {
    float: none;
    width: auto;
    margin: 0 0 25px;
  }
}
footer .top_footer .socials_links {
  margin-bottom: 15px;
}
footer .top_footer .socials_links .socials {
  margin: 0;
  padding: 0;
  padding: 7px 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;
}
@media screen and (max-width: 768px) {
  footer .bottom_footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  footer .bottom_footer {
    display: block;
  }
}
footer .bottom_footer .links {
  margin: 0px;
  padding: 20px 0 35px 0;
  float: left;
  width: 24%;
  display: inline-block;
}
footer .bottom_footer .links .links__title {
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 15px;
}
@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);
}
#main_loader {
  display: none;
}
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-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline-color: #ee5128;
  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: 0;
}
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;
  }
}
@media (max-width: 1024px) {
  #promobox .brownbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  #promobox .brownbox {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
#promobox .brownbox .mask {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 269px;
  height: 475px;
  background-color: rgba(255, 252, 237, 0.72);
  border: 2px solid #dc1e54;
  border-top-color: #e64774;
  border-left-color: #e33163;
  border-right-color: #dc1e54;
  border-bottom-color: #af1843;
  -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: 22px 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;
}
#promobox .brownbox .mask:hover .eventname h2 {
  text-decoration-color: #f195aa;
}
@media (min-width: 1024px) {
  #promobox .brownbox .mask:not(:nth-child(4n)) {
    margin: 22px 22px 0 0;
  }
}
@media (max-width: 1024px) {
  #promobox .brownbox .mask {
    margin: 0!important;
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #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: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;
}
@media screen and (max-width: 1024px) {
  #promobox .brownbox .mask a img {
    min-width: 100%;
  }
}
#promobox .brownbox .mask a h2 {
  color: #250000;
}
#promobox .brownbox .mask h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
#promobox .brownbox .mask h2 a {
  font-weight: 600;
  text-decoration-color: rgba(34, 30, 31, 0.4);
}
#promobox .brownbox .mask .eventname {
  padding: 18px 16px 0 20px;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  display: block;
  color: #250000;
}
#promobox .brownbox .mask .eventname:hover {
  color: #ffffff;
}
#promobox .brownbox .mask .place {
  font-weight: 400;
  line-height: 18px;
  padding: 15px 20px 0;
  font-size: 14px;
  margin: 0;
}
#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;
  background-image: linear-gradient(135deg, #f5c3cf 0px, #ed8fa7 17px, #dc1e54 17px, #dc1e54 100%);
  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: 500;
  /* 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(../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 {
  height: 425px;
  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(../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;
}
/*������ �������*/
/*������������� �������*/
.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;
  border-bottom: none!important;
}
.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(../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(../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(../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: #e33063;
  border-bottom: 1px solid rgba(227, 48, 99, 0.9);
  padding-top: .3em;
}
.breadcrumbs span a span:hover {
  color: #e8557e;
  border-bottom: 1px solid rgba(227, 48, 99, 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;
  }
}
@media screen and (max-width: 1024px) {
  #content .events_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
#content .event {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 252px;
  height: 493px;
  background-color: #fff8eb;
  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;
  transition: box-shadow 0.1s;
  box-shadow: 0 2px 3px rgba(114, 137, 176, 0.3);
}
#content .event .event_canceled {
  background-color: #ee5127;
  opacity: 0.97;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 1;
  pointer-events: none;
  padding: 7px 20px 7px 20px;
  border-radius: 30px;
  letter-spacing: 0.78px;
  font-weight: 500;
}
#content .event:hover .event_type {
  opacity: 1;
}
@media (max-width: 1024px) {
  #content .event {
    width: auto;
    margin: 0!important;
    height: auto;
    padding-bottom: 25px;
  }
  #content .event img {
    height: auto;
    min-width: 100%;
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 568px) {
}
@media (max-width: 480px) {
  #content .event {
    width: 100%;
    max-width: 100%;
    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;
}
#content .event:nth-child(3n) {
  margin: 19px 0 0 0;
}
#content .event:nth-child(5),
#content .event:nth-child(6) {
  width: 524px;
  height: 236px;
  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;
}
@media (max-width: 1024px) {
  #content .event:nth-child(5),
  #content .event:nth-child(6) {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
  }
  #content .event:nth-child(5) .event_desc,
  #content .event:nth-child(6) .event_desc {
    margin-left: 0;
  }
  #content .event:nth-child(5) .event_img,
  #content .event:nth-child(6) .event_img {
    float: none;
  }
}
#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_img a {
  color: #250000;
}
#content .event_img a img {
  width: 255px;
  height: 255px;
}
#content .event_img a img:hover {
  opacity: 1;
}
#content .event_desc .eventname {
  padding: 15px 10px 15px 20px;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  display: block;
}
#content .event_desc h2,
#content .event_desc h3 {
  font-size: 18px;
  font-weight: 600;
  color: #250000;
  line-height: 1.3;
}
#content .event_desc h2 a,
#content .event_desc h3 a {
  color: #250000;
}
#content .event_desc .place {
  font-weight: 400;
  line-height: 18px;
  padding: 0 20px 0;
  font-size: 14px;
  margin: 0;
}
#content .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;
  display: none;
}
#content .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_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_desc .bottom_block .ticket.free {
  font-size: 12px;
  background-color: #90d41b;
  color: #3b2512;
}
#content .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_desc .bottom_block .watch:hover {
  color: #ffffff;
}
#content .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_desc .bottom_block .like::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 2px;
  content: ' ';
  background-image: url(../img/list_actions.png);
  background-size: 300px;
  background-position: -283px 2px;
  background-repeat: no-repeat;
  top: 0;
}
#content .event_desc .bottom_block .like:hover {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .places_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .places_list .place,
  .places_list .place_item {
    margin: 0!important;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .places_list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .places_list.places_list__promobox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 545px) {
  .places_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 424px) {
  .places_list {
    grid-template-columns: 1fr;
  }
  .places_list.places_list__promobox {
    grid-template-columns: 1fr;
  }
}
.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 {
    margin: 0;
    width: auto!important;
  }
  .places_list .place:not(:nth-of-type(4n)) {
    margin: 0;
  }
  .places_list .place img {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .places_list .place {
    max-width: 100%;
    height: auto!important;
    margin: 0!important;
    float: none!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 .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;
  width: 100%;
  bottom: 0;
  background: linear-gradient(0deg, black, transparent);
  padding: 20px 20px 40px;
  box-sizing: border-box;
}
.places_list .place .item .desc .name {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
@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-bottom: 10px;
}
@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 {
  color: #feecd0;
  padding-bottom: 10px;
}
.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;
}
/* ��������� */
.pagination {
  margin: 60px 0 35px;
  text-align: center;
}
@media (max-width: 480px) {
  .pagination {
    margin: 40px 0 25px;
  }
}
.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;
}
@media (max-width: 480px) {
  .pagination .paginator a {
    padding: 11px;
  }
}
@media (max-width: 420px) {
  .pagination .paginator a:nth-child(6) {
    display: none;
  }
}
@media (max-width: 375px) {
  .pagination .paginator a:nth-child(7) {
    display: none;
  }
}
@media (max-width: 360px) {
  .pagination .paginator a {
    padding: 10px;
  }
  .pagination .paginator a:nth-child(8) {
    display: none;
  }
}
.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);
}
@media (max-width: 1024px) {
  .places__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
@media (max-width: 768px) {
  .places__list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.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 {
    width: auto;
    margin: 0!important;
  }
  .places__list .place img {
    height: auto;
    min-width: 100%;
    width: auto!important;
    max-width: 100%!important;
  }
}
@media (max-width: 736px) {
}
@media (max-width: 667px) {
}
@media (max-width: 568px) {
}
@media (max-width: 480px) {
  .places__list .place {
    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 .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;
  width: 100%;
  bottom: 0;
  background: linear-gradient(0deg, black, transparent);
  padding: 20px 20px 40px;
  box-sizing: border-box;
}
.places__list .place .item .desc .name {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
@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-bottom: 10px;
}
@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 {
  color: #feecd0;
  padding-bottom: 10px;
}
.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;
}
@media (max-width: 480px) {
  .article_list_main .list .item {
    float: none;
    width: 100%;
    height: auto;
  }
}
.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-of-type(4n)) {
  margin-right: 25px;
}
.article_list_main .list .item .img {
  position: relative;
}
@media (max-width: 480px) {
  .article_list_main .list .item .img img {
    width: 100%!important;
  }
}
.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;
}
.lightbox .lightbox__heading {
  margin: 0 0 10px;
}
.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(../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;
}
@media screen and (max-width: 875px) {
  .lightbox .field_set .label_box {
    width: auto;
    float: none;
  }
}
.lightbox .field_set .input_box {
  margin-left: 290px;
  padding-bottom: 25px;
}
@media screen and (max-width: 875px) {
  .lightbox .field_set .input_box {
    margin: 0;
    padding-bottom: 15px;
  }
}
.lightbox .field_set .input_box .in_lightbox {
  padding: 8px 5px;
  width: 410px;
  box-sizing: border-box;
}
@media screen and (max-width: 875px) {
  .lightbox .field_set .input_box .in_lightbox {
    width: 100%;
  }
}
.lightbox .field_set .input_box #cph {
  width: 242px;
  height: 45px;
}
.lightbox .field_set .input_box .captcha-input {
  width: 211px;
}
@media screen and (max-width: 875px) {
  .lightbox .field_set .input_box .captcha-input {
    width: 100%;
  }
}
/*�������*/
#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: 480px) {
  #sidebar_right .yandex_reminder,
  #sidebar_right_top .yandex_reminder {
    margin: 0;
    padding: 5px;
  }
}
@media (max-width: 1024px) {
  #sidebar_right,
  #sidebar_right_top {
    float: left;
    width: auto;
    min-width: 100%;
  }
}
@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(../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: #d83231;
  border-bottom: 1px dotted rgba(216, 50, 49, 0.9);
  padding-top: .3em;
  cursor: pointer;
}
.for_owners #iam_owner:hover {
  color: #de5352;
  border-bottom: 1px dotted rgba(216, 50, 49, 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: 480px) {
  .for_owners_event {
    display: none;
  }
}
.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(../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 #e33063 !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(../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;
  }
}
.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;
}
@media (max-width: 480px) {
  .event_desc#short_review .inner_box {
    padding: 25px 25px 0;
  }
}
.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;
}
.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 12px 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(../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(../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-color: #ff91dd;
  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(../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(../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(../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(../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 .content {
  margin-left: 35px;
  color: #3c2515;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.event_desc#short_review .inner_box .infobox .content address {
  font-style: normal;
  margin-top: 10px;
}
.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;
  text-align: center;
  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(../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(../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(../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 h1 {
  font-size: 35px;
  line-height: 40px;
  margin: 20px 20px 25px 0;
}
.event_page .event_canceled {
  background-color: #ee5127;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  padding: 7px 20px 7px 20px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.51) 100%);
}
.event_page .events_desc {
  font-size: 15px;
  line-height: 20px;
}
.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: 16px;
  line-height: 22px;
  margin-bottom: 22px;
}
.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;
}
.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 .events_desc p.org_site > a {
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 480px) {
  .event_page .eventphotos {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
  }
  .event_page .eventphotos a {
    margin: 0!important;
  }
}
.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(../img/zoom.png);
  width: 58px;
  height: 58px;
  position: absolute;
  z-index: 99;
  top: 64px;
  left: 62px;
  opacity: 0;
  transition: all .5s;
}
@media (max-width: 480px) {
  .event_page .eventphotos a:after {
    display: none;
  }
}
.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 {
  margin: 0 19px 19px 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 {
  position: relative;
}
#promobox_places .place .rec_type {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
  background-color: #dc1e54;
  background-image: linear-gradient(135deg, #f5c3cf 0px, #ed8fa7 17px, #dc1e54 17px, #dc1e54 100%);
  text-shadow: 0px 0 0 #821232, -1px -1px 0px #ce526e;
  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;
}
.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) {
}
@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;
    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(../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(../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(../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;
}
.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;
}
@media (max-width: 480px) {
  .header_controls h1 {
    font-size: 1.7em;
    margin: 0.47em 0;
  }
}
.header_controls .days_list {
  display: none;
  box-shadow: 0 3px 8px rgba(199, 61, 35, 0.5);
  background-color: #fffaf4;
  position: absolute;
  left: 420px;
  top: 50px;
  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: #e33063;
}
.header_controls .days_list ul li:hover a {
  color: #ffffff;
}
.pick_your_list {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .pick_your_list {
    font-size: 16px;
  }
}
.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;
  }
}
@media (max-width: 480px) {
  .pick_movie_interface .form_container .pick_movie .movie_name {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    margin: 0 0 12px;
    display: block;
    float: none;
  }
}
.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(../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-color: #ff91dd;
  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;
}
@media (max-width: 480px) {
  .pick_movie_interface .form_container .pick_movie .output_method {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    margin: 0 0 12px;
    display: block;
    float: none;
  }
}
.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(../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-color: #ff91dd;
  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-color: #ff91dd;
  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;
}
@media (max-width: 480px) {
  .pick_genere_interface .filter_value {
    padding: 8px 0px 9px 5px;
    margin-bottom: 5px;
    margin-right: 20px;
    font-size: 13px;
  }
}
.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: 17px;
  margin-top: -17px;
}
.pick_genere_interface .filter_value.selected:before {
  border-color: transparent;
  border-left-color: #ee5127;
  border-width: 18px;
  margin-top: -18px;
}
.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(../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-color: #ff91dd;
  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-color: #ff91dd;
  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(../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-color: #ff91dd;
  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-color: #ff91dd;
  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(../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-color: #ff91dd;
  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-color: #ff91dd;
  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 .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(../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(../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('../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: #d83231;
  border-bottom: 1px solid rgba(216, 50, 49, 0.9);
  padding-top: .3em;
}
.service_page .tickets_page .ticket_actions a:hover:hover {
  color: #de5352;
  border-bottom: 1px solid rgba(216, 50, 49, 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: #d83231;
  border-bottom: 1px dotted rgba(216, 50, 49, 0.9);
  padding-top: .3em;
}
.service_page .tickets_page .cardWrap .show_and_hide_ticket:hover:hover {
  color: #de5352;
  border-bottom: 1px dotted rgba(216, 50, 49, 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: #d83231;
  border-bottom: 1px solid rgba(216, 50, 49, 0.9);
  padding-top: .3em;
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
}
.service_page .tickets_page .ticket .inside a:hover {
  color: #de5352;
  border-bottom: 1px solid rgba(216, 50, 49, 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(../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(../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(../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;
  z-index: 3;
}
.scroll_top:hover {
  background-position: -120px 0;
}
.scroll_top:focus {
  background-position: -240px 0;
}
/* ���������� � ���������� */
.commercial__heading {
  text-align: center;
}
@media screen and (max-width: 425px) {
  .commercial__heading {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 375px) {
  .commercial__heading {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (max-width: 375px) {
  .commercial__heading {
    font-size: 21px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1142px) {
  .breadcrumbs.m {
    text-align: left;
  }
}
.commercial-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .commercial-navigation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 0;
  }
}
@media screen and (max-width: 640px) {
  .commercial-navigation {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .commercial-navigation {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .commercial-navigation {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
  }
}
@media screen and (max-width: 355px) {
  .commercial-navigation {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
  }
}
.commercial-navigation li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 6);
  float: left;
}
@media screen and (max-width: 1050px) {
  .commercial-navigation li {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .commercial-navigation li {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.commercial-navigation li a {
  width: 182px;
  height: 40px;
  padding: 95px 0 20px;
  text-align: center;
  border: 2px solid #ffffff;
  background-image: url(../img/adv_bg.png);
  background-repeat: no-repeat;
  display: block;
  color: #d83231;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline;
}
@media screen and (max-width: 425px) {
  .commercial-navigation li a {
    width: auto;
  }
}
@media screen and (max-width: 355px) {
  .commercial-navigation li a {
    width: 182px;
  }
}
.commercial-navigation li a:hover {
  border: 2px solid #fdd0dd;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  color: #3b2512;
}
.commercial-navigation li.current a {
  border: 2px solid #e42d2d;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  color: #3b2512;
}
.commercial-navigation li.type_1 a {
  background-position: 20px -20px;
}
.commercial-navigation li.type_2 a {
  background-position: -170px -20px;
}
.commercial-navigation li.type_4 a {
  background-position: -360px -20px;
}
.commercial-navigation li.type_3 a {
  background-position: -550px -20px;
}
.commercial-navigation li.type_5 a {
  background-position: -742px -20px;
}
.commercial-navigation li.type_6 a {
  background-position: -930px -20px;
}
.commercial-navigation li:last-child {
  margin-right: 0;
}
.commercial_desc {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
@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: 600px) {
  .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: 600px) {
  .commercial_desc img {
    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: #d83231;
}
.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-color: #ff91dd;
  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 .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;
}
.commercial_desc .rightside {
  margin-left: 600px;
  position: relative;
}
.commercial_desc .rightside img {
  float: right;
}
#commercial .commercial_total {
  float: right;
  width: 300px;
}
@media (max-width: 985px) {
  #commercial .commercial_total {
    float: none;
    width: auto;
  }
}
#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(../img/desc_top.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
}
@media (max-width: 985px) {
  #commercial .commercial_total .order:before {
    width: calc(100% + 8px);
    background-color: #260000;
    background-image: linear-gradient(#503f30, #7a736c);
    border-radius: 10px;
    height: 5px;
  }
}
#commercial .commercial_total .order table {
  border: none;
}
#commercial .commercial_total .order table tr {
  background-color: #FFFBF7;
}
@media (max-width: 320px) {
  #commercial .commercial_total .order table tr {
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
}
#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;
}
@media (max-width: 320px) {
  #commercial .commercial_total .order table tr td {
    padding: 7px 7px 10px;
  }
}
#commercial .commercial_total .order table tr td.item-price {
  white-space: nowrap;
}
#commercial .commercial_total .bottom_block {
  background-image: url(../img/advertise_item.png);
  padding: 30px 20px 105px;
  background-position: -3px -2px;
  background-repeat: no-repeat;
}
@media (max-width: 985px) {
  #commercial .commercial_total .bottom_block {
    background-image: linear-gradient(#f8bb77, #f08f53);
    padding: 30px 20px 30px;
    display: flex;
    justify-content: space-between;
    background-position: 0 0;
    border-radius: 0px 0px 6px 6px;
  }
}
#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;
}
@media (max-width: 375px) {
  #commercial .commercial_total .bottom_block .checkout {
    padding: 7px 10px;
  }
}
#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);
}
@media (max-width: 985px) {
  #commercial .commercial_total .bottom_block .clear {
    border: none;
    text-decoration: underline;
  }
}
#commercial .commercial_total a {
  color: #3b2512;
}
#commercial .commercial_info {
  margin-right: 330px;
}
@media (max-width: 985px) {
  #commercial .commercial_info {
    margin-right: 0;
  }
}
@media (max-width: 690px) {
  #commercial .commercial_info table tr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #commercial .commercial_info table tr:hover {
    background-color: #e22261;
    color: #fff;
  }
}
@media (max-width: 640px) {
  #commercial .commercial_info table tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #commercial .commercial_info table tr td {
    padding: 10px 15px;
  }
  #commercial .commercial_info table tr td:nth-child(4) {
    font-weight: bold;
  }
  #commercial .commercial_info table tr th:nth-child(3),
  #commercial .commercial_info table tr th:nth-child(4),
  #commercial .commercial_info table tr th:nth-child(5) {
    display: none;
  }
}
@media (max-width: 320px) {
  #commercial .commercial_info table tr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
#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 {
  transition: height .5s linear;
  text-align: center;
  margin: 20px 0;
}
.ad.top {
  margin-top: 20px;
  overflow: hidden;
}
.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;
}
.search_results_filter ul {
  margin: 0;
  padding: 0;
}
.search_results_filter ul li {
  margin: 0 25px 0 0;
  display: inline-block;
  list-style: none;
}
.search_results_filter ul li a {
  line-height: 18px;
  font-size: 18px;
  display: inline-block;
}
.search_results_filter 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;
}
.search_results_filter ul li a:hover {
  color: #ffffff;
}
.search_results_filter ul li a:hover span {
  color: #ee5127;
}
.search_results_filter 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;
}
.search_results_filter ul li.current a span {
  color: #ffffff;
  text-decoration: none;
}
.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;
}
@media (max-width: 812px) {
  iframe {
    max-width: 100%;
  }
}
.share a {
  border-bottom: none!important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.for_mobile {
  display: none;
  margin: 0!important;
}
.for_desktop {
  display: block;
  margin: 0!important;
}
@media (min-width: 728px) {
  .for_mobile {
    display: none;
  }
  .for_desktop {
    display: block;
  }
}
@media (max-width: 727px) {
  .for_mobile {
    display: block;
  }
  .for_mobile img {
    width: 100%!important;
  }
  .for_desktop {
    display: none;
  }
}
.ymaps-b-balloon__content-holster {
  font-size: 70%!important;
}
.socials_list {
  margin-top: 25px;
}
.socials_list .social {
  margin-top: 12.5px;
}
.socials_list .social .social__link {
  color: #fff;
  padding: 10px 25px 10px 60px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  display: block;
  border-radius: 4px;
  background-repeat: no-repeat;
  transition: all .3s;
}
.socials_list .social .social__link:hover {
  box-shadow: 0 2px 3px rgba(114, 137, 176, 0.3);
}
.socials_list .social .social__link_name_telegram {
  background-image: url(/assets/img/social_networks_icons_svg/tg.svg);
  background-position: 15px 10px;
  background-size: 30px;
  background-color: #0d89d0d4;
}
.socials_list .social .social__link_name_vk {
  background-image: url(/assets/img/social_networks_icons_svg/vk.svg);
  background-position: 15px 10px;
  background-size: 30px;
  background-color: #4783ace6;
}
.socials_list .social .social__link_name_facebook {
  background-image: url(/assets/img/social_networks_icons_svg/facebook.svg);
  background-position: 15px 10px;
  background-size: 30px;
  background-color: #1a4587c7;
}
.socials_list .social .social__link_name_ok {
  background-image: url(/assets/img/social_networks_icons_svg/odnoklassniki.svg);
  background-position: 15px 10px;
  background-size: 30px;
  background-color: #f38634e0;
}
.socials_list .social .social__link_name_instagram {
  background: url(/assets/img/social_networks_icons_svg/instagram.svg), radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-position: 15px 9px, center;
  background-size: 30px, 100%;
  background-repeat: no-repeat, repeat;
  opacity: .95;
}
.agreements {
  float: right;
  line-height: 1.5;
  margin: 10px;
}
@media screen and (max-width: 1000px) {
  .agreements {
    float: none;
  }
}
/*# sourceMappingURL=style.css.map */