@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none; }

button {
  overflow: visible;
  -webkit-appearance: button; }

details {
  display: block; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

input {
  -webkit-border-radius: 0; }
  input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; }
  input[type="number"] {
    width: auto; }
  input[type="search"] {
    -webkit-appearance: textfield; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

a {
  color: #a20067;
}
a:hover {
  color: #800045;
}

main {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

summary {
  display: block; }

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

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100% / 1.5 sans-serif;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

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

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

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

textarea {
  resize: vertical; }

::-moz-selection {
  background-color: #a20067;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #a20067;
  color: #ffffff;
  text-shadow: none; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }
  [hidden][aria-hidden="false"]:focus {
    clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.result, .c-heading, .с-block__heading, .с-block__title, .с-block__subtitle, .c-btn--label {
  font-family: "DinText", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.c-btn, .c-btn--label {
  display: inline-block;
  padding: 1em;
  border-radius: 3px;
  background-color: #fff;
  text-align: center; }
  .c-btn:hover, .c-btn--label:hover {
    color: #fff; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
@font-face {
  font-family: "DinText";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/DinText-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/DinText-Thin.woff") format("woff"), url("../fonts/DinText-Thin.ttf") format("truetype"), url("../fonts/DinText-Thin.svg#DinText") format("svg"); }

@font-face {
  font-family: "DinText";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/DinText-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DinText-Light.woff") format("woff"), url("../fonts/DinText-Light.ttf") format("truetype"), url("../fonts/DinText-Light.svg#DinText") format("svg"); }

@font-face {
  font-family: "DinText";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/DinText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DinText-Medium.woff") format("woff"), url("../fonts/DinText-Medium.ttf") format("truetype"), url("../fonts/DinText-Medium.svg#DinText") format("svg"); }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  color: #1f1f1f;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.4; }
  @media all and (min-width: 45em) {
    body {
      font-size: 1.06rem; } }

a {
  -webkit-transition: 200ms;
  transition: 200ms;
  /*color: inherit;*/
}
  a:hover, a:active {
    color: #a20067; }

p {
  margin: 0 0 1em; }

address {
  font-style: normal; }

hr {
  width: 100%;
  margin: 1.2em 0 1.5em;
  border-bottom: 1px solid #cccccc; }

blockquote {
  margin: 1em 0;
  padding: 1.5em 3em;
  border: 1px solid #cccccc;
  border-radius: 3px; }
  blockquote::before {
    margin-top: 0.3em;
    margin-left: -2em;
    float: left;
    content: url("../img/icons/q.png"); }
  blockquote p:last-of-type {
    margin-bottom: 0; }
  blockquote cite {
    font: normal bold 0.875rem "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.t-small {
  font-size: 0.9375rem; }

.c-small-text {
  font-size: 0.625rem; }
  .c-small-text--license {
    margin: 1em 0; }
    .c-small-text--license a {
      color: #a20067;
      text-decoration: underline; }
  .c-small-text--help {
    margin-top: 1em;
    color: #999; }

.c-list {
  margin-left: 1.5em;
  list-style: none; }
  .c-list li {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .c-list li::before {
    margin-left: -1.5em;
    padding-right: 0.6em;
    content: '—'; }

.c-img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0.5em 0; }
  .c-img--rounded {
    border-radius: 0; }

.c-article {
  margin: 0 0 2em; }

.c-table {
  width: 100%; }
  .c-table td {
    padding: 0.5em 0.5em 0.5em 0;
    vertical-align: top; }
  .c-table .td--small {
    width: 30%; }
  .c-table .td--big {
    width: 70%; }

.c-table--bordered {
  border-top: 1px solid #d1d3d4; }
  .c-table--bordered tr:not(:last-child) {
    border-bottom: 1px solid #d1d3d4; }

.u-nowrap {
  white-space: nowrap; }

.u-ta-r {
  text-align: right; }

.u-w-50 {
  width: 50%; }

.u-fl-l {
  float: left; }

.u-fl-r {
  float: right; }

.result {
  font-size: 1.375rem;
  margin-bottom: 1em;
  color: #a20067; }
  .result.disabled {
    color: #999; }

body {
  background: #e6e6e6; }
  @media all and (min-width: 85.375em) {
    body {
      padding: 1.5em 0; } }

main::after {
  clear: both;
  content: "";
  display: table; }

@media all and (min-width: 64em) {
  main {
    margin-left: 255px; } }

@media all and (min-width: 85.375em) {
  main {
    margin-left: 285px; } }

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 1.5em; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media all and (min-width: 45em) {
    .container {
      padding: 1.5em 3em; } }
  @media all and (min-width: 85.375em) {
    .container {
      padding: 0; } }
  .container--wide {
    padding: 0; }
  .container--sh {
    box-shadow: 0 0 1px 0 #999; }
    @media all and (min-width: 85.375em) {
      .container--sh {
        box-shadow: none; } }

@media all and (min-width: 45em) {
  .u-col::after {
    clear: both;
    content: "";
    display: table; } }

@media all and (min-width: 45em) and (max-width: 85.3125em) {
  .u-col:nth-of-type(2n+1) .o-block {
    width: 48.5%;
    width: calc(50% - 1.5em / 2);
    float: left; }
    .u-col:nth-of-type(2n+1) .o-block:nth-of-type(2n+1) {
      margin: 0 0.75em 0 0; }
    .u-col:nth-of-type(2n+1) .o-block:nth-of-type(2n+2) {
      margin: 0 0 0 0.75em; } }

@media all and (min-width: 85.375em) {
  .u-col:nth-of-type(4n+1), .u-col:nth-of-type(4n+3) {
    width: 34%; }
    .u-col:nth-of-type(4n+1) .o-block, .u-col:nth-of-type(4n+3) .o-block {
      height: 440px; }
  .u-col:nth-of-type(4n+2), .u-col:nth-of-type(4n+4) {
    width: 66%; }
  .u-col:nth-of-type(4n+1), .u-col:nth-of-type(4n+4) {
    float: right; }
    .u-col:nth-of-type(4n+1) .o-block, .u-col:nth-of-type(4n+4) .o-block {
      margin: 0 0 1.5em 0.75em; }
  .u-col:nth-of-type(4n+2), .u-col:nth-of-type(4n+3) {
    float: left; }
    .u-col:nth-of-type(4n+2) .o-block, .u-col:nth-of-type(4n+3) .o-block {
      margin: 0 0.75em 1.5em 0; }
  .u-col:nth-of-type(4n+2) .o-block:first-child,
  .u-col:nth-of-type(4n+4) .o-block:last-child {
    height: 620px; } }

@media all and (min-width: 45em) {
  .u-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .u-flex .o-text:first-child {
      border-right: 1px solid #d1d3d4; } }

@media all and (min-width: 85.375em) {
  .u-flex .o-text {
    margin: 0; }
  .u-flex .o-text:first-child {
    margin-right: 0.5em; }
  .u-flex .o-text:last-child {
    margin-left: 0.5em; } }

@media all and (min-width: 45em) {
  .u-50 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%; }
    .u-50:first-child {
      margin-right: 0.8em; }
    .u-50:last-child {
      margin-left: 0; }
    .u-50.o-text {
      margin: 0; }
    .u-50 > .c-heading:first-child {
      margin-top: 0; } }

@media all and (min-width: 85.375em) {
  .u-70 {
    width: 65%; } }

@media all and (min-width: 85.375em) {
  .o-flex-1-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .o-flex-1-3 .u-70 {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 65%;
      margin-right: 1.5em; }
    .o-flex-1-3 .u-50 {
      display: block;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: auto;
      height: 100%;
      margin-right: 0; }
      .o-flex-1-3 .u-50:not(:first-child) {
        padding-top: 1em; }
    .o-flex-1-3 .u-30 {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 30%; }
      .o-flex-1-3 .u-30.u-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }

.u-col--3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .u-col--3 .o-block {
    width: 100%;
    margin: 0.5em 0; }
    @media all and (min-width: 45em) {
      .u-col--3 .o-block {
        width: 48.5%; }
        .u-col--3 .o-block:nth-child(2n+1) {
          margin-right: 3%; } }
    @media all and (min-width: 85.375em) {
      .u-col--3 .o-block {
        width: 32%; }
        .u-col--3 .o-block:nth-child(2n+1) {
          margin-right: 0; }
        .u-col--3 .o-block:nth-child(3n+1) {
          margin-right: 2%; }
        .u-col--3 .o-block:nth-child(3n+2) {
          margin-right: 2%; } }

.c-sidebar {
  position: relative;
  min-height: 5.5rem;
  padding: 1em;
  background: #fff;
  font-size: 0.875rem;
  box-shadow: 0 0 1px 0 #999;
  z-index: 1100; }
  @media all and (min-width: 64em) {
    .c-sidebar {
      position: fixed;
      top: -80px;
      bottom: 0;
      left: 0;
      width: 255px;
      padding: 100px 1.5em 1.5em; } }
  .c-sidebar__content {
    display: block;
    position: fixed;
    top: -80px;
    bottom: 0;
    left: -255px;
    width: 255px;
    padding: 90px 1.5em 1.5em;
    -webkit-transition: 200ms;
    transition: 200ms;
    background: #fff;
    box-shadow: 0 0 1px 0 #999;
    z-index: 10; }
    @media (max-width: 768px) {
    	.c-sidebar__content {
    		overflow: hidden;
    		overflow-y: auto;
    		z-index: 99;
    	}
    }
    @media all and (min-width: 64em) {
      .c-sidebar__content {
        display: block;
        left: 0; } }
    .c-sidebar__content.is-open {
      left: 0; }

.c-footer {
  margin: 0 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #999; }
  .c-footer::after {
    clear: both;
    content: "";
    display: table; }
  @media all and (min-width: 64em) {
    .c-footer {
      margin-left: calc(255px + 1.6em);
      padding-top: 0.7em; } }
  @media all and (min-width: 85.375em) {
    .c-footer {
      margin-left: calc(255px + 1.6em * 2); } }

.c-footer__dev {
  background-position: 0px -38px;
  background-image: url(../img/sprite.png);
  width: 176px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 200ms background-image;
  transition: 200ms background-image; }
  .c-footer__dev:hover {
    background-position: 0px 0px; }
.c-footer__dev.yoldi-dev {
  width: 56px; height: 40px;
  background-image: url(../img/yoldi-sprite.png);
  background-position: -2px -42px;
}
.c-footer__dev.yoldi-dev:hover {
  background-position: -2px -0px;
}
.c-footer__dev a {
  display: block;
  width:100%;
  height:100%;
}
.c-footer__block {
  margin: 1em 0 1em; }
  @media all and (min-width: 45em) {
    .c-footer__block:first-child {
      float: left; }
    .c-footer__block:last-child {
      margin-right: 127.5px;
      float: right; } }

.c-footer__title {
  margin: 1em 0; }

.c-heading--huge {
  font-size: 2.25rem; }
  @media all and (min-width: 45em) {
    .c-heading--huge {
      font-size: 2.875rem; } }
.c-heading a{
  color: #1f1f1f;
}
.c-heading--big {
  margin-bottom: 0.5em;
  font-size: 1.875rem; }
  @media all and (min-width: 45em) {
    .c-heading--big {
      font-size: 2rem; } }

.c-heading--mid {
  margin: 0.5em 0;
  font-size: 1.125rem; }
  @media all and (min-width: 45em) {
    .c-heading--mid {
      font-size: 1.5rem; } }

.c-headring--table {
  font-weight: bold; }

.t-heading--contrast {
  color: #fff; }

.c-menu {
  margin-bottom: 1.5em;
  color: #1f1f1f;
  font-family: "DinText", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.9;
  text-transform: uppercase; }

@media (max-height: 700px) {
	.c-menu {
		margin-bottom: 1.5em;
		    line-height: 1.7;
	}
}

.u-menu-container {
  position: relative;
  max-height: 60px;
  border-bottom: 1px solid #d1d3d4;
  overflow: hidden; }
  @media all and (min-width: 85.375em) {
    .u-menu-container {
      margin: 0 0 1em;
      border-bottom: 0;
      box-shadow: 0 0 1px 0 #999; } }

.c-menu--hor {
  position: relative;
  margin-bottom: -30px;
  padding: 0.5em;
  padding-bottom: calc(30px + 0.5em);
  background: #fff;
  white-space: nowrap;
  overflow-x: auto; }
  @media all and (min-width: 64em) {
    .c-menu--hor {
      padding-right: 2em;
      padding-left: 2em; } }
  .c-menu--hor::-webkit-scrollbar {
    display: none; }
  .c-menu--hor .menu__item {
    display: inline-block;
    padding: 0 0.5em;
    color: #999; }
  .menu__item a {
    color: #999; }
.c-menu--hor .menu__link:hover, .c-menu--hor .menu__link:active, .c-menu--hor .menu__link.is-active {
    color: #1f1f1f; }
.c-sidebar__content .c-menu a {
  color: #1f1f1f;
}
.c-nav-icon {
  position: relative;
  top: 10px;
  width: 25px;
  height: 30px;
  margin-right: 1em;
  float: right;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  @media all and (min-width: 64em) {
    .c-nav-icon {
      display: none; } }
  .c-nav-icon span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-radius: 9px;
    background: #1f1f1f;
    opacity: 1; }
    .c-nav-icon span:nth-child(1) {
      top: 5px; }
    .c-nav-icon span:nth-child(2), .c-nav-icon span:nth-child(3) {
      top: 12px; }
    .c-nav-icon span:nth-child(4) {
      top: 19px; }
  .c-nav-icon.is-open span:nth-child(1) {
    top: 12px;
    left: 50%;
    width: 0; }
  .c-nav-icon.is-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .c-nav-icon.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .c-nav-icon.is-open span:nth-child(4) {
    top: 12px;
    left: 50%;
    width: 0; }

/*
Пример разметки:

<section class="block block--info">
  <div class="block__header">
    <div class="block__topic">Выставки</div>
  </div>
  <div class="block__footer">
    <div class="block__heading">Facebook</div>
    <div class="block__title">Выставка Дмитрия Марголина</div>
    <div class="block__subtitle">До 23 декабря</div>
  </div>
</section>
*/
.o-block {
  position: relative;
  min-height: 400px;
  margin: 1.5em 0;
  padding: 2em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 1;
  box-shadow: 0 0 1px 0 #999; }
  @media all and (min-width: 45em) {
    .o-block {
      min-height: 440px; } }
  .o-block::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0) 30%);
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0) 30%);
    background-position: 0 100%;
    background-size: auto 100%;
opacity: 0.4;
    content: '';
    z-index: 0; }
  .o-block:hover::after {
    background-size: auto 100%;
    opacity: 0.7; }
  .o-block__header {
    position: absolute;
    top: 1.5em;
    z-index: 1; }
  .o-block__footer {
    position: absolute;
    bottom: 1.5em;
    width: 85%;
    z-index: 1; }

.o-block--banner, .o-block--event {
  min-height: 355px;
  margin: 0; }
  @media all and (min-width: 64em) {
    .o-block--banner, .o-block--event {
      min-height: 440px;
      padding: 3em; } }
  @media all and (min-width: 85.375em) {
    .o-block--banner, .o-block--event {
      min-height: 445px; } }
  .o-block--banner::after, .o-block--event::after {
    background-size: auto 100%; }

.o-block--event {
  padding: 2em; }

.o-block--img {
  width: 100%;
  height: 160px;
  margin: 0;
  background-position: center;
  background-size: cover; }
  @media all and (min-width: 45em) {
    .o-block--img {
      position: absolute;
      top: 0;
      left: 0;
      width: 140px;
      height: 100%; } }
  @media all and (min-width: 85.375em) {
    .o-block--img {
      width: 220px; } }

.с-block__heading {
  color: #fff;
  margin-bottom: 0.5em;
  font-size: 1.125rem; }
.с-block__heading a {
  color: #fff;
  text-decoration: none;
}
  .с-block__heading a:hover {
    color: inherit; }

.с-block__title {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05em; }
  @media all and (min-width: 45em) {
    .с-block__title--lead {
      font-size: 3rem; } }
.с-block__title a {
  color: #fff;
}
.с-block__title a:hover {
  color: inherit; }
.с-block__subtitle {
  font-size: 1.5rem; }
  @media all and (min-width: 45em) {
    .с-block__subtitle--lead {
      font-size: 3rem; } }

@media all and (min-width: 85.375em) {
  .u-col:nth-of-type(4n+2) .o-block:first-child .с-block__title,
  .u-col:nth-of-type(4n+2) .o-block:first-child .с-block__subtitle,
  .u-col:nth-of-type(4n+4) .o-block:last-child .с-block__title,
  .u-col:nth-of-type(4n+4) .o-block:last-child .с-block__subtitle {
    margin-left: 0.4em;
    font-size: 2rem; } }

.block-1 {
  background-image: url("../img/demo/29.jpg"); }

.block-2 {
  background-image: url("../img/demo/07.jpg"); }

.block-3 {
  background-image: url("../img/demo/03.jpg"); }

.block-4 {
  background-image: url("../img/demo/photo-Downtown-81-Glenn-O-Brien-s-New-York-Beat-Movie-1981-3_0.jpg"); }

.block-5 {
  background-image: url("../img/demo/05.jpg"); }

.block-6 {
  background-image: url("../img/demo/20130725_art_archaeology_museum_035.jpg"); }

.block-7 {
  background-image: url("../img/demo/071.jpg"); }

.block-8 {
  background-image: url("../img/demo/08.jpg"); }

.block-9 {
  background-image: url("../img/demo/13.jpg"); }

.o-text {
  padding: 1.5em;
  border-bottom: 1px solid #d1d3d4;
  background: #fff; }
  @media all and (min-width: 64em) {
    .o-text {
      padding: 3 em; } }
  @media all and (min-width: 85.375em) {
    .o-text {
      margin: 1em 0;
      box-shadow: 0 0 1px 0 #999; } }

.c-text-inner {
  padding: 1em;
  height: 100%; }
 	@media all and (min-width: 85.375em) {
	.c-text-inner {
	min-width: 500px; } }



@media all and (min-width: 45em) {
  .c-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .c-gallery .u-100 {
      width: 100%; }
    .c-gallery .u-70 {
      width: 64.5%; }
    .c-gallery .u-30 {
      width: 31%; } }

.map {
  margin: 1em 0; }
  @media all and (min-width: 85.375em) {
    .map {
      margin: 0; } }

.address {
  margin: 1em 0; }

.c-logo--big {
  display: none;
  width: 197px;
  height: 280px; }

  @media all and (min-width: 64em) {
    .c-logo--big {
      display: block;
      margin-left: 0.1rem; } }

.c-logo--main {
display: none;
  width: 197px;
  height: 86px;
}
  @media all and (min-width: 45em) {
    .c-logo--main {
      position: static;
      margin: 1em 0 0.5em; } }
  @media (max-height: 700px) {
    .c-logo--big {
      display: block;
      height: 200px;
      width: auto;
       }
	.c-logo--main {
    display: none;
		   /*height: 170px;
		    width: auto;*/
	}
   }
.c-logo--mobile {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  width: 197px;
  height: 86px;
  z-index: 10; }
  @media all and (min-width: 64em) {
    .c-logo--mobile {
      display: block; } }

.c-search {
  width: 100%;
  margin: 1em 0; }
  @media all and (min-width: 85.375em) {
    .c-search {
      max-width: 635px; } }
  .c-search__input {
    width: 100%;
    padding: 0.7em 2em 0.7em 1em;
    -webkit-transition: 200ms;
    transition: 200ms;
    border: 1px solid #d1d3d4;
    border-radius: 3px;
    background-color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsSAAALEgHS3X78AAAAAmJLR0QAAKqNIzIAAAC6SURBVBjTrY+tCsJgFIaPbszg3x2IwRvwEgwDiyDIimXBJOIFiG3JYvcpMoPRYhdhIhZhaWk3YJtg0TIs6jc/qyedl+fh/IiIiAglbFzaVEUvDCYkBPjsueJhfmOfI41XX2PHhpyCDhHFjFzgzEDFA11tmU2owgNLw3nun/GkGD/H3si/25imBhtcVPBYa3jBXIUKMVP1CmNSelm7TsiJIWVcAiJGJLSygonDki0r+lgidDTh5/Z/CLMnSElZDMELG90AAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: right 10px center; }
    .c-search__input:focus {
      border-color: #a20067;
      outline: none;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAArlBMVEX///+iAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGevwabDAAAAOnRSTlMAAQIDBAYHCwwNDg8eICQxQUVITVBTVVpfY2lrbXl7goiNmJ6goaWtsr2/wsPFx8zP1dvo7/Dz+Pn+fPTEHgAAAHxJREFUeAFjAAIOQQkhbgYYYJY10VbRMpVngfJVdPmAJI+mOiOYK2bIDqbZ9CXBtI4IVJ2gAZiyYIXymczBGiyZYQabMYFII34ol88YTMmrQflKimCKy0gOrE/GUhQizmugJ8UpoW0obSIAEWARU9ZQFWdlEAYLIAAxAgoAjLMJRv8EwFQAAAAASUVORK5CYII=); }
  .c-search__nav-cont {
    position: relative;
    top: -2.5em;
    right: 0;
    text-align: center; }
    .c-search__nav-cont .js-slider-nav {
      position: absolute;
      right: 0;
      min-width: 45px; }

.c-search__count {
  color: #999; }

.c-search-results {
  margin: 2em 0; }
  .c-search-results .o-block {
    box-shadow: none; }
  .c-search-results .slick-slide {
    margin: 0.4em; }

.slick-dots {
  list-style: none; }
  .slick-dots li {
    display: inline-block;
    outline: none;
    color: #999;
    font-size: 0; }
    .slick-dots li.slick-active {
      color: #a20067; }
  .slick-dots button {
    outline: none; }
  .slick-dots button::before {
    padding: 3px 1px;
    font-size: 19px;
    line-height: 0;
    content: '\2022';
    cursor: pointer; }

.slick-prev {
  float: left;
  font-size: 14px;
  cursor: pointer; }

.slick-next {
  float: right;
  font-size: 14px;
  cursor: pointer; }

.c-info {
  color: #999;
  line-height: 1.5; }
  .c-info__widget {
    padding: 1em 0; }
  .c-info__widget a {
    color: #999;
  }
  .c-info__widget a:hover {
    color: #a20067;
  }
    @media (max-width: 1500px) {
  .c-info__widget {
    	padding: 0.5em;
    }
    }
  .c-info__widget:not(:last-child) {
    border-bottom: 1px solid #d1d3d4; }

[class^=soc-icon] {
  display: inline-block; }
  [class^=soc-icon]:not(:last-child) {
    margin-right: 1em; }

.svg-icon-pic {
  width: 30px;
  height: 30px; }

.svg-icon-soc {
  width: 30px;
  height: 30px;
  background: #999999;
  border-radius: 3px;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out; 
position: relative;
  z-index: 1;}

.svg-icon-soc--fb:hover {
  background: #537CBB; }

.svg-icon-soc--vk:hover {
  background: #44688C; }

.svg-icon-soc--gp:hover {
  background: #BF3C26; }

.svg-icon-soc--ok:hover {
  background: #EDA54E; }

.svg-icon-soc-inst {
  width: 30px;
  height: 30px;
  border-radius: 3px;
background: url("/bitrix/templates/museum/img/icons/icons-ing.svg");
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out; }

.svg-icon-soc-inst:hover {
  border-radius: 3px;
 background: url("/bitrix/templates/museum/img/icons/icons-in.svg");
  }

.share-btn {
  display: inline-block;
  margin: 2px 0;
  color: inherit;
  padding: 4px 9px;
  border: 1px solid #d1d3d4;
  border-radius: 3px;
  background-color: #fff;
  font-size: 0.75rem;
  white-space: nowrap; }
  .share-btn:hover {
    border-color: transparent;
    color: #fff; }

.share-btn-icon {
  margin-bottom: -3px;
  -webkit-transition: 200ms;
  transition: 200ms; }

.share-btn-big {
  padding: 10px 8px;
  font-weight: bold; }
  .share-btn-big .share-btn-icon {
    margin-right: 6px; }

.share-btn-facebook:hover {
  background: #3b5998; }
  .share-btn-facebook:hover .share-btn-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAn0lEQVQ4T+2SYQ3CMBBG36cAJOAAJICCWZgFFAAOJgEJoAAkbAqwgIOPNOlIt3QNBBL+0KS/evd69+5E4dheATtgDcxj6EbStU/TVL7tBXDLvL8MOAHVJ4AWWEbAGagl3cfAUgtOgg+S9rl2BwDbQVT/61MUcIw3MLq0kjEg2L6UJgNMS7T9Y0Bauu33Jf4Bw+l/Q2LY+1nEbiU1uQV7ACJEUxGRTSgnAAAAAElFTkSuQmCC"); }

.share-btn-facebook .share-btn-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAxklEQVQ4T2NkwAOsomYZMPz/V8/IwODAwMAgAFL69/9/xxMrMg/AtDHi0m8RMV2BmZHxPro80QZYRczYwMjI4E+2AdYRMy4wMDLogwz4/59h47cf7AkXNiR+QDcQpxesI2f8hyn+//9/47EVmQ3YvItigEHAfAFOzt9gW5kY/sED6v9/hgX/GZkWgMS/f2e9iOwSFAMsIqY7MDMy7scXM3gDceANQHY6WYE4agBq7FMciFYRMz4wMjLwQ4xlLDy6PH0CtgQGAEpahxHQ5HEMAAAAAElFTkSuQmCC"); }

.share-btn-twitter:hover {
  background: #55acee; }
  .share-btn-twitter:hover .share-btn-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABB0lEQVQ4T6WTYVHDUBCEv1VAHYAD6gBQACigKAAH4IBKaB2AAqgCigMk4GA7++Yl8ygJk8L9SN4kd3t7u/fEP0NT6m2fAGfADHiR9Jk62zPlATxJuh0Csz0HXmtxl7IEzoHrAOSQhNUQiO10Ox4AfwY2AUiH95qQ5EdJ60qx/bePsZa0KBrY3gKnTcYXkG8BXIzodCHprWPwAFxNEbTJ6QEiYjodHQIgqbDvRkj31QEgsbIw7vfAdqy5m8ii0P8rQN/9G0B1IztxD1yOMPnIAkmKSyXaEeL5TbUtwu7HJk61xQWgbmLmb/egLU7XpaSI/CNaBrkwGSHvRBZp212cMXEn3cbfnNkBu55eqMiQAxQAAAAASUVORK5CYII="); }

.share-btn-twitter .share-btn-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABSklEQVQ4T6VT203DQBCcsZNv4qQA0gF0gKkAW7G/CRVAB9ABLiH5xYfiVBBSAU4HboCYfxMvulPsPOQgA/dx0mlvZ2dnZ4l/HrbJ92b50N7gygJ6hY154juZzvNmeY/66m7K5zgY3DWBhS/5pViyINCr4iISEXSLDn0Gce6SsgBk0gQSqHVG4LwBPBHhkroCLHnffshK8Ok1cKb6fRQ7wBDIVAWDsdEgVOsUwEVNEfgEkBKSARw3tSbCaxU6bxWDR61JG0F3OmwBjIhfkoE4+w1AHPQNe3ONVO5ZIpO2ICKYq7BvGNc+CNVHBPC+DYuq/z8B7Fc/ANAP7QlAHkjcnGCyKmy6ie/oKZmza0E7juUtSD3b2nU1kGBZdOjtJxuArROjfR8cVV+BjOKRM2liVTPQC9Mt4UpZDvVHoZVubKTV4pwSt9U2/jSZbzZfjHuw6nJcAAAAAElFTkSuQmCC"); }

.share-btn-vk:hover {
  background: #45668e; }
  .share-btn-vk:hover .share-btn-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABBElEQVQ4T6WTUVEDQRBEXysABwQFgAISBeAAcEAUEByAAk4CEhIHQQFIAAVN9dYu7EGKSnHzc1Uzsz1ve/bExNDE80wXsH0KHIRE0ibfmrvo6B4lvdfaDDiqtQ/ZfusS95JWttO07vJLSQ9VIEJlIFAEVsBdTaR4nGm2I3Be8wtJa9vXwFNHtozAIRCKptooRgLAFngF0p/YSJoXE38oh2IBPPdXA06Ay4YOzEL6tQXbmZCmfaJQFuNbd3U+2O0qfwkVSknb0TvYYVITeak+9auNyNmvh2R7Dgzd/SNyI2mwnfxVhzYm6JkrTd5DYpCUTcXw224T3ybu49yunun/wn8nt3OfPHFl7nL0rz8AAAAASUVORK5CYII="); }

.share-btn-vk .share-btn-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABTUlEQVQ4T8WSQU7CQBiF30NwKzcQT4CewJK0a72BmNjGpaUHEA9QqjtDTewR3JdFuQGewB4Btlj6mxkYLJgYky6cTdM3M2++//0/UXOx5n3UN3Dc6BSQI0WSxoOp+ipNiAtDVyzxlCX+XP1bt1GntZLj9R4XtN0wJ6kFgTxMxsFQHWquyqyi+5Nx8KjO2F44J6gfFMiCthcOCd5rQTAvPnmiXnPcUQbiXOsle5MXP3PcsA/y1ZAJxKfVj9rNwzKvuGqKfYOiwKzZkg8SbW0gmKbxwNIhVp0VBcGeoHyrlgagS/DSoBfLRkeRbrvgeOEMYPcvbTVZ6RjNhXXyZWZK+c3IUKaxP9uZg/2Qvk3kXYQ5K63VgR/w7Mcg2TeRBZaJqX8dmFyncZA43igBcLU1FuwSVLEVjRAdpRWNRpI9+/lmDu6ATSegAq+5/t/gC5xglk3w/eQVAAAAAElFTkSuQmCC"); }

.share-btn-gp:hover {
  background: #dc4e41; }
  .share-btn-gp:hover .share-btn-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABRklEQVQ4T4WT4TUEQRCEv8pABlwGROBEQAaIgAwQASEQARkgAyJABE4E7X37ZvcNt0f/2u3Zqa6qrg2tqmoHOAN2xx7wAbwkuel6Px7jW1V56RG4Ax6Ac+AQuE1yuumy/RHgHVglmaZXlb1tYJHE59lKVW0Bn8BzkmUnSdpKOkjy1Jgq81imI6gANt+A9ySLDuASuAD2krw0AAcodQLtJUj3NMlt+3hO1kaAI+C+TddEWclm6fSqUkIBytUnGa0mE9tEDwU6AfaBqyTKcEtenjfxd7eqXOF1m6DWQf9/Hjhdd9Uo/XGd0pxAqmrdgy5EXy1A6hVQKW7hKclBFzjXez4yc41eUPNaYMazJMO25koADTLvezN+DGH6D2CM7BSYjq6hee0T+nuIDPoMKEfXNVHD9GXIwp9rbO5qmhsYy0D5Nw6B2VTfNtimyY8eB1wAAAAASUVORK5CYII="); }

.share-btn-gp .share-btn-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABnElEQVQ4T31TQXLaQBDslvwAfhBUke74BV5dU4boB8EvMD+I8wLzBPyCqJArV21+QM6Qgrwg+C6pU6uwKpkCzWk1O+qZ6e4lTrHPzLiq8Uhg4nMg/lDYfCzsssudHei+95/MpL5BCeBFDXISC5CfIa3iwj5c+9nlW4DdND0IOCZF2XV3ORAfwkBRlNvD1Qn2mRnVDf9K+JkUpfGFu5lZAnxUozR5tbadNDPjpsGXIMCLB6VL1g33gA7x2kYeYDszTwS/hpVuox924/Lbe2MYsOyDdiu4cSE9xIVdXVtrAMBkIL+33aVcxJhgFFYyrvt2mlpCEjEiOBG0oXDsSDztN6prZALnJO4EfUvW9qmdZpZqUMb+5e+pWYh8BnQMK6R+/0EOnBKOXQnmNP5JzvcgFznoTCS+AVqEIZxko6rB3KkAycaFTb3hqpDLm1oLPxlbgoi7S4bxd/G6bNW6FHQEOVaTtb09L/BmGgbwlu0Zpv8+JP7qO/S8CXfTdx6wAjbtiySdrd+8FwZl/M8u5hLHvjCA8iDEKspta5hr8Q/zDP2jq86kogAAAABJRU5ErkJggg=="); }

.share-btn-ok:hover {
  background: #ed812b; }
  .share-btn-ok:hover .share-btn-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHUlEQVQ4T42T/TUDURDFf7cCVEAqQAdUQAlUQCqgA1QgqYBUECpABaKDpIJxbs6s8/btOxvz1+583Dsf94mGRcQR8ACcZfgNmEpa1emqHVn8AexXsTVwWoO0AF6BC+AduE2QGXAMLCRdlsAtADPtAZOOLbv6BtaSDnYBRCa0ADaSeqONjeC2pwn2DLj1f41wAniJtW18FUmfoyM4GBEGuc9l2rXwf13sQG+EiHjMIifPS6aIuALugLkkg2+tBXBTFFpAtk5Q/n6S1J23D5Dtm8kMh9USfoBZyT7ooGrZW39J37UkX2VggzMWS1wWcra4zncusVH8lZSWcROkJSS/OM/v4vI1GmQlaTKqg4johGLRmNW6sHy3F5FkjfzZL+SqchGoEvFdAAAAAElFTkSuQmCC"); }

.share-btn-ok .share-btn-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABcElEQVQ4T42TP1bCQBDGv0k6LSQv9EKnUIA3wBPAEfQEygkynEA9gXAC5QTiCZAieXZiDw8otEvGN2viy59VnHJn5/ftzHxLsMSGTxoxnBsC9TQtkJmLZOjx67J8ncoHWpzAnYNQK+QEWwfxWRlSAaxGrUcC9QV4dgXXCkkIYwAdgUzrQTTIgyuA9ai9BXDkSNzM1MyryH2DYOtz6O0DiF6wAoCdH4SF1n5tASJjB59DhcU4uCeiwb9a2HC7mxDmluXsHEHP4/DlzxY0qZCYhHWY6RqnrhCXizVXaGE9at1C0BcirgfhJK+04vYFQQIQJn4QcZarAkBXWVIEM6NCMIb6Drnzg8ist/ICPTBKJAzQcXEO8g5gnFe3ArKiFZ8OiJwHoym4rHOoZqpEZY3ZEBPg6cfOxsY43ztES/EileyoC20Qi5Vby7T/hSMfZngJHeowOxBZ+hw1833Y/oIxihZ7vNR/gQ03aikEfhB284AvGHaoESjtFAIAAAAASUVORK5CYII="); }

.c-btn {
  margin: 1px 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer; }

.c-btn--label {
  min-width: auto;
  padding: 0.5em 1em;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em; }
  @media all and (min-width: 45em) {
    .c-btn--label {
      font-size: 1.0625rem; } }

.c-btn--small {
  min-width: auto;
  padding: 0.5em;
  font-weight: normal; }

.c-btn--del {
  margin-left: 0.5em;
  color: #999; }

button {
  cursor: pointer; }
  button:focus {
    outline: none; }
  button:disabled {
    background: #e6e6e6; }
    button:disabled:hover {
      background-color: #e6e6e6; }

.dropdown {
  display: inline-block;
  position: relative;
  min-width: 100%; }
  .dropdown .c-btn {
    width: 100%; }
  .dropdown .c-btn--small {
    width: auto; }

.dropdown--ticket {
  min-width: 200px; }

.dropdown__menu {
  position: absolute;
  right: 0;
  min-width: 280px;
  margin-top: 0.5em;
  padding: 1em;
  -webkit-transition: 200ms;
  transition: 200ms;
  background-color: #fff;
  color: #1f1f1f;
  box-shadow: 0 0 3px 0 #999;
  opacity: 0;
  visibility: hidden;
  z-index: 10; }
  .dropdown__menu.is-open {
    opacity: 1;
    visibility: visible; }
@media (max-width:1024px) {
.dropdown__menu {
  left: 0;
}
}
.share-btn-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: baseline;
}
.dropdown__list {
  list-style: none;
  font-size: 0.875rem; }
  .dropdown__list li a {
    color: inherit;
  }
  .dropdown__list li {
    height: 45px;
    padding: 0.5em 0; }
    .dropdown__list li::after {
      clear: both;
      content: "";
      display: table; }
    .dropdown__list li:not(:last-child) {
      border-bottom: 1px solid #e6e6e6; }
    .dropdown__list li span {
      line-height: 2;
      vertical-align: middle; }
      .dropdown__list li span:first-child {
        font-weight: bold; }
    .dropdown__list li .c-btn {
      line-height: 1; }

.persons--small {
  margin: 1em 0; }
  .persons--small .c-person {
    width: 100%;
    margin: 0.5em 0;
    font-size: 0.9em; }
    .persons--small .c-person::after {
      clear: both;
      content: "";
      display: table; }
  .persons--small .c-person__photo {
    width: 120px;
    margin-right: 1.5em;
    float: left; }
  .persons--small .c-person__name {
    padding-top: 0;
    font-weight: bold; }

.c-person {
  width: 100%;
  margin: 0.5em 0; }
  .c-person::after {
    clear: both;
    content: "";
    display: table; }
  @media all and (min-width: 45em) {
    .c-person {
      display: inline-block;
      width: 31%;
      margin: 1em 1em 1em 0;
      vertical-align: top; }
      .c-person:nth-of-type(3) {
        margin-right: 0; } }
  .c-person__photo {
    width: 80px;
    margin-right: 1.5em;
    float: left; }
    @media all and (min-width: 45em) {
      .c-person__photo {
        width: 100%;
        margin: 0;
        float: none; } }
  .c-person__name {
    padding-top: 0.5em;
    font-weight: bold; }

.c-partners__item {
  display: block;
  margin: 2em auto;
  color: #999;
  text-align: center;
  vertical-align: top; }
  @media all and (min-width: 45em) {
    .c-partners__item {
      display: inline-block;
      width: 30%;
      margin: 1em 1em 1em 0; }
      .c-partners__item:nth-of-type(3) {
        margin-right: 0; } }

.c-partners__img {
  margin: 1em 0; }
  @media all and (min-width: 45em) {
    .c-partners__img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 200px; } }
  .c-partners__img img {
    max-width: 250px;
    max-height: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain; }
.article__content aside .c-parnters .c-partners__item .c-partners__img {
	height: 144px;
}
.c-accordion {
  margin: 1em 0; }
  .c-accordion__title {
    margin: 1em 0;
    padding: 1em 0 0;
    -webkit-transition: 200ms;
    transition: 200ms;
    border-top: 1px solid #d1d3d4;
    color: #a20067;
    font-weight: bold;
    cursor: pointer; }
    .c-accordion__title::after {
      margin-left: 0.5em;
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAMAAABFyS02AAAAOVBMVEWiAGf///+iAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGdQhsivAAAAEnRSTlMAAAMGCiMtNj1Jbpukrb3j8PldSowpAAAAQklEQVR4AU3ItxWAMADFQJFzwPsPywP9wlceLAOVdu2Yn8tz9rLRn8XL3BPVOQ3VOV/lHCzPSXnHPynPsXKOlRtJvZMUA5lkAoCVAAAAAElFTkSuQmCC); }
    .c-accordion__title.is-open {
      color: #1f1f1f; }
      .c-accordion__title.is-open::after {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAMAAAD+zz7+AAAAGFBMVEUAAAAfHx8fHx8fHx8fHx8fHx8SEhIfHx9kbp5WAAAABnRSTlMAARQcHSkkX0CNAAAALElEQVR4AWOAAHZ2MAXnIfPZwQCJxwQi4DxGCAXlscCEwQQrQhMDGzszkpEAPyIBJ9GzTP8AAAAASUVORK5CYII=); }
  .c-accordion__text {
    display: none;
    margin: 1em 0; }

.c-datepicker {
  display: inline-block;
  max-width: 120px;
  color: #a20067;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAMAAABFyS02AAAAOVBMVEWiAGf///+iAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGdQhsivAAAAEnRSTlMAAAMGCiMtNj1Jbpukrb3j8PldSowpAAAAQklEQVR4AU3ItxWAMADFQJFzwPsPywP9wlceLAOVdu2Yn8tz9rLRn8XL3BPVOQ3VOV/lHCzPSXnHPynPsXKOlRtJvZMUA5lkAoCVAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right center;
	margin: 0 5px;
}
  @media all and (min-width: 45em) {
    .c-datepicker {
      max-width: 160px; } }
  .c-datepicker input {
    width: 100%;
    text-transform: uppercase; }
  .c-datepicker input:focus {
    outline: none; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 0;
  padding: 1em 0.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 0 10px 0 #999; }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  font-family: "DinText", sans-serif;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #d1d3d4;
  margin-bottom: 0.5em; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 5px;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .6; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAIVBMVEX///+iAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGfKWdTRAAAAC3RSTlMAEDC/wM/Q3+Dv8IGJCy0AAAAvSURBVHgBY0AARmYmEIXgs3Ix4eMzsaPxOcnjIwS4OEEClItwoIswshEhwgISAAClvwE4U3x9swAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEX///+iAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGeiAGdm9s0eAAAACnRSTlMAEDC/wM/Q4O/wHdAjlQAAAC1JREFUeAFjAAImZkYGFMDEyUqMCBO6CAc1RJg4OJko47Oj8dkYMfgoAixIfACYRQEfvWSJ9QAAAABJRU5ErkJggg==");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table tbody td {
    border: 1px solid #d1d3d4; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 8px 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #fff;
  text-align: center; }
  .is-today .pika-button {
    color: #a20067;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #a20067; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #a20067; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #a20067;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #a20067;
  box-shadow: none;
  border-radius: 3px; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(31, 31, 31, 0.7);
  z-index: 2000; }
  .modal .o-ticket {
    position: relative;
    width: 90%;
    margin: 20% auto; }
    @media all and (min-width: 64em) {
      .modal .o-ticket {
        width: 980px; } }
  .modal .c-btn {
    width: 100%; }
    @media all and (min-width: 45em) {
      .modal .c-btn {
        width: 200px; } }

.modal__title {
  position: absolute;
  top: -4em;
  left: 0;
  width: 100%;
  padding: 1em;
  border-bottom: 1px solid #d1d3d4;
  background: #fff;
  text-align: center; }

.md-ib {
  display: none; }
  @media all and (min-width: 45em) {
    .md-ib {
      display: inline-block; } }

.c-input-group {
  display: inline-block;
  margin: 0.5em 10px 0.5em 0; }

.c-input--field {
  display: block;
  width: 100%;
  margin: 1em 0;
  padding: 0.5em 1em;
  border: 1px solid #a20067;
  border-radius: 3px; }

.c-input--radio {
  display: none; }
  .c-input--radio + .c-input--label::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #a20067;
    content: '';
    vertical-align: middle; }
  .c-input--radio:checked + .c-input--label::before {
    background: #a20067; }

.icon-card {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/sprite.png);
  background-position: 0px -76px;
  width: 88px;
  height: 28px; }

.icon-yandex {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/sprite.png);
  background-position: -88px -76px;
  width: 67px;
  height: 28px; }

.icon-rbk {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/sprite.png);
  background-position: 0px -104px;
  width: 66px;
  height: 28px; }

.t-block--light::after {
  content: none; }

.t-block--small {
  min-height: 260px; }

@media all and (min-width: 45em) {
  .t-block--lead {
    height: 440px; } }

@media all and (min-width: 64em) {
  .t-block--lead {
    margin-top: 0; } }

.t-color--info {
  color: #a20067; }

.t-color--warning {
  color: #ff5e00; }

.t-color--success {
  color: #176961; }

.t-color--danger {
  color: #69b3e7; }

.t-color--contrast {
  color: #a20067; }

.t-color--neutral {
  color: #999;
  font-size: 0.9em; }

.t-btn--dark {
  -webkit-transition: 200ms;
  transition: 200ms;
  border-color: #1f1f1f;
  background: #1f1f1f;
  color: #fff; }
  .t-btn--dark:hover, .t-btn--dark.is-active {
    background: #191919;
    color: #fff; }

.t-btn--info {
  -webkit-transition: 200ms;
  transition: 200ms;
  background: #a20067; }
  .t-btn--info:hover, .t-btn--info.is-active {
    background: #820052; }

.t-btn--warning {
  -webkit-transition: 200ms;
  transition: 200ms;
  background: #ff5e00; }
  .t-btn--warning:hover, .t-btn--warning.is-active {
    background: #cc4b00; }

.t-btn--success {
  -webkit-transition: 200ms;
  transition: 200ms;
  background: #176961; }
  .t-btn--success:hover, .t-btn--success.is-active {
    background: #12544e; }

.t-btn--danger {
  -webkit-transition: 200ms;
  transition: 200ms;
  background: #69b3e7; }
  .t-btn--danger:hover, .t-btn--danger.is-active {
    background: #548fb9; }

.t-btn-h--dark:hover, .t-btn-h--dark.is-active {
  border-color: #1f1f1f;
  background: #1f1f1f;
  color: #fff; }

.t-btn-h--info:hover, .t-btn-h--info.is-active {
    border-color: #a20067;
    background: #a20067;
    color: #FFF; }

.t-btn-h--warning:hover, .t-btn-h--warning.is-active {
  border-color: #ff5e00;
  background: #ff5e00;
  color: #fff; }

.t-btn-h--success:hover, .t-btn-h--success.is-active {
  border-color: #176961;
  background: #176961;
  color: #fff; }

.t-btn-h--danger:hover, .t-btn-h--danger.is-active {
  border-color: #69b3e7;
  background: #69b3e7;
  color: #fff; }

.t-btn-bg--grey {
  border: 1px solid #d1d3d4;
  background-color: #e6e6e6;
  color: #999; }
  .t-btn-bg--grey.is-active {
    color: #fff; }

.t-btn-e--info {
  border: 1px solid #d1d3d4;
  border-color: #a20067;
  color: #a20067; }

.t-btn-e--warning {
  border: 1px solid #d1d3d4;
  border-color: #ff5e00;
  color: #ff5e00; }

.t-btn-e--success {
  border: 1px solid #d1d3d4;
  border-color: #176961;
  color: #176961; }

.t-btn-e--danger {
  border: 1px solid #d1d3d4;
  border-color: #69b3e7;
  color: #69b3e7; }

.t-btn--map {
  width: 100%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/btn-map.png");
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/btn-map.png"); }
  .t-btn--map:hover {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/btn-map.png");
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/btn-map.png"); }
  @media all and (min-width: 45em) {
    .t-btn--map {
      width: 100%; } }

.t-block--visit {
  background-image: url("../img/visit.jpg"); }

.t-block--museum {
  background-image: url("../img/museum.jpg"); }

.c-calendar__results {
  margin: 2em 0; }

.c-filter {
  margin: 1em 0; }
  .c-filter .c-btn {
    margin: 0 0.5em 0.5em 0; }

.o-ticket {
  margin: 1.5em 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 1px 0 #999; }
  @media all and (min-width: 45em) {
    .o-ticket {
      position: relative;
      padding-left: 140px; } }
  @media all and (min-width: 85.375em) {
    .o-ticket {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-left: 240px; } }

.c-ticket__info-container:last-child {
  padding-top: 0; }

@media all and (min-width: 45em) {
  .c-ticket__info-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media all and (min-width: 85.375em) {
  .c-ticket__info-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    min-width: 240px;
    padding: 2em 1em; }
    .c-ticket__info-container:last-child {
      padding-top: 1em; } }

.c-ticket__info {
  display: block;
  padding: 0.5em 0; }
  @media all and (min-width: 65em) {
    .c-ticket__info {
      display: inline-block; } }
  @media all and (min-width: 85.375em) {
    .c-ticket__info {
      display: block;
      padding: 0.5em 0; }
      .c-ticket__info:last-child {
        padding-bottom: 0; } }

.c-ticket__price::before {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px; }

.c-ticket__price--success::before {
  content: url("../img/icons/r-s.svg"); }

.c-ticket__price--info::before {
  content: url("../img/icons/r-i.svg"); }

.c-ticket__price--warning::before {
  content: url("../img/icons/r-w.svg"); }

.c-ticket__price--danger::before {
  content: url("../img/icons/r-d.svg"); }

.c-ticket__time::before {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px; }

.c-ticket__time--success::before {
  content: url("../img/icons/c-s.svg"); }

.c-ticket__time--info::before {
  content: url("../img/icons/c-i.svg"); }

.c-ticket__time--warning::before {
  content: url("../img/icons/c-w.svg"); }

.c-ticket__time--danger::before {
  content: url("../img/icons/c-d.svg"); }

.c-ticket__place::before {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px; }

.c-ticket__place--success::before {
  content: url("../img/icons/p-s.svg"); }

.c-ticket__place--info::before {
  content: url("../img/icons/p-i.svg"); }

.c-ticket__place--warning::before {
  content: url("../img/icons/p-w.svg"); }

.c-ticket__place--danger::before {
  content: url("../img/icons/p-d.svg"); }

.c-ticket__page::before {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px; }

.c-ticket__page--success::before {
  content: url("../img/icons/m-s.svg"); }

.c-ticket__page--info::before {
  content: url("../img/icons/m-i.svg"); }

.c-ticket__page--warning::before {
  content: url("../img/icons/m-w.svg"); }

.c-ticket__page--danger::before {
  content: url("../img/icons/m-d.svg"); }

.c-ticket__extra::before {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px; }

.c-ticket__extra--success::before {
  content: url("../img/icons/i-s.svg"); }

.c-ticket__extra--info::before {
  content: url("../img/icons/i-i.svg"); }

.c-ticket__extra--warning::before {
  content: url("../img/icons/i-w.svg"); }

.c-ticket__extra--danger::before {
  content: url("../img/icons/i-d.svg"); }

.c-ticket__age::before {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px; }

.c-ticket__age--success::before {
  content: url("../img/icons/u-s.svg"); }

.c-ticket__age--info::before {
  content: url("../img/icons/u-i.svg"); }

.c-ticket__age--warning::before {
  content: url("../img/icons/u-w.svg"); }

.c-ticket__age--danger::before {
  content: url("../img/icons/u-d.svg"); }

.c-ticket__description {
  display: none; }
  @media all and (min-width: 50em) {
    .c-ticket__description {
      display: block; } }

.c-event {
  margin: 0;
  background-color: #fff;
  box-shadow: 0 0 1px 0 #999; }
  @media all and (min-width: 85.375em) {
    .c-event::after {
      clear: both;
      content: "";
      display: table; } }

.article__content {
  padding: 1.5em; }
  @media all and (min-width: 85.375em) {
    .article__content {
      width: 70%;
      padding: 2em;
      float: left;
      border-right: 1px solid #d1d3d4; } }

.article__sidebar {
  margin-bottom: 1.5em; }
  @media all and (min-width: 45em) {
    .article__sidebar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-top: 1px solid #d1d3d4;
      font-size: 0.8em; } }
  @media all and (min-width: 85.375em) {
    .article__sidebar {
      display: block;
      width: 30%;
      margin: 0;
      float: right;
      border: 0; } }

.article__block {
  padding: 1.2em;
  border-bottom: 1px solid #d1d3d4; }
  @media all and (min-width: 45em) {
    .article__block {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  display: block;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-align-content: flex-end;
          -ms-flex-line-pack: end;
              align-content: flex-end;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 33%;
      padding: 1.2em;
      border-right: 1px solid #d1d3d4; }
      .article__block > * {
        height: 100%; } }
  @media all and (min-width: 85.375em) {
    .article__block {
      width: 100%; } }
@media (max-width: 600px) {
  .c-search__nav {
    top: -8px;
  }
}
.article__block .c-ticket__info {
	height: 80px;
  overflow: hidden;

}
.c-btn.t-btn--map {
  height: auto;
}
.result.result--info span {
	color: #a20067;
}
.result.result--success span {
	color: #176961;
}
.result.result--danger span {
	color: #69b3e7
}
.result.result--warning span {
		color: #ff5e00;
}
.result.result--contrast span {
color: #fff;
}
/*labels*/
.c-input--label.c-input--label--info::before {
box-shadow: 0 0 0 1px #a20067
}
.c-input--label.c-input--label--success::before {
box-shadow: 0 0 0 1px #176961
}
.c-input--label.c-input--label--danger::before {
box-shadow: 0 0 0 1px #69b3e7
}
.c-input--label.c-input--label--warning::before {
box-shadow: 0 0 0 1px #ff5e00
}
.c-input--label.c-input--label--contrast::before {
box-shadow: 0 0 0 1px #fff;
}

.c-input--radio:checked + .c-input--label.c-input--label--info::before {
	background-color: 	#a20067;
}
.c-input--radio:checked + .c-input--label.c-input--label--success::before {
	background-color: 	#176961;
}
.c-input--radio:checked + .c-input--label.c-input--label--danger::before {
	background-color: 	#69b3e7;
}
.c-input--radio:checked + .c-input--label.c-input--label--warning::before {
	background-color: 	#ff5e00;
}
.c-input--radio:checked + .c-input--label.c-input--label--contrast::before {
	background-color: 	#fff;
}
/*//link*/
.c-small-text--license.c-small-text--info a{
	color: 	#a20067;
}
.c-small-text--license.c-small-text--success a{
	color: 	#176961;
}
.c-small-text--license.c-small-text--danger a{
	color: 	#69b3e7;
}
.c-small-text--license.c-small-text--warning a{
	color: 	#ff5e00;
}
.c-small-text--license.c-small-text--contrast a{
	color: 	#fff;
}
/*//inputs*/
.c-input--field.c-input--field--info{
	border: 1px solid #a20067;
}
.c-input--field.c-input--field--success{
	border: 1px solid #176961;
}
.c-input--field.c-input--field--danger{
	border: 1px solid #69b3e7;
}
.c-input--field.c-input--field--warning{
	border: 1px solid #ff5e00;
}
.c-input--field.c-input--field--contrast{
	border: 1px solid #fff;
}
.c-ticket__info {
  min-width: 135px;

}
.title__404 {
  font-size: 48px;
  font-weight:400;
  margin-bottom: 35px;
  color: #1f1f1f;
}
.subtitle__404 {
  font-size: 20px;
  line-height:32px;
  font-weight:400;
  margin-bottom: 35px;
  color: #1f1f1f;
}
.clearfix::before,.clearfix::after {
  display:table;
  content:'';
}
.clearfix::after {
  clear:both;
}
.col__6 {
  float: left;
  width:50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media print {
  /*.c-nav-icon,.c-sidebar__content {*/
    /*display: none;*/
  /*}*/
    .c-logo--mobile {
      top: 0px;
      display: block;
      z-index: 55;
      left: 20px;
    }
    .c-sidebar {
        height: 650px;
        overflow: hidden;
      top: 0px;
        bottom: initial;
        min-height: inherit;
      position: absolute;
      width: 250px;
    }
    body main {
      margin-left:0 !important;
    }
  /*.c-sidebar {*/
    /*display: none;*/
  /*}*/
  .c-sidebar__content {
    width: 250px;
    display: block !important;
    height: 650px;
    overflow: hidden;
    bottom: initial;
    min-height: inherit;
    margin-top:50px;
    position: absolute;
  }
  .c-logo {
    display: inline-block;
  }
  .o-block {
    max-height: 200px;
      overflow: hidden;
    height: 200px;
    display: block;
    float: none;
    width:100%;
  }
  .c-btn {
    display: none;
  }
  .js-search-slider {
    display: none;
  }
  .c-footer {
    display: none;
  }
  .c-search-results {
    display: none;
  }
}
/*# sourceMappingURL=../maps/style.css.map */