@charset "UTF-8";
@font-face {
  font-family: "raleway";
  src: url("/fonts/raleway_cyr/raleway-regular.eot");
  src: url("/fonts/raleway_cyr/raleway-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway_cyr/raleway-regular.ttf") format("truetype"), url("/fonts/raleway_cyr/raleway-regular.woff") format("woff"); }

@font-face {
  font-family: "raleway-bold";
  src: url("/fonts/raleway_cyr/raleway-bold.eot");
  src: url("/fonts/raleway_cyr/raleway-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway_cyr/raleway-bold.ttf") format("truetype"), url("/fonts/raleway_cyr/raleway-bold.woff") format("woff"); }

@font-face {
  font-family: "raleway-extrabold";
  src: url("/fonts/raleway_cyr/raleway-extrabold.eot");
  src: url("/fonts/raleway_cyr/raleway-extrabold.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway_cyr/raleway-extrabold.ttf") format("truetype"), url("/fonts/raleway_cyr/raleway-extrabold.woff") format("woff"); }

@font-face {
  font-family: "raleway-medium";
  src: url("/fonts/raleway_cyr/raleway-medium.eot");
  src: url("/fonts/raleway_cyr/raleway-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway_cyr/raleway-medium.ttf") format("truetype"), url("/fonts/raleway_cyr/raleway-medium.woff") format("woff"); }

@font-face {
  font-family: "raleway-light";
  src: url("/fonts/raleway_cyr/raleway-light.eot");
  src: url("/fonts/raleway_cyr/raleway-light.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway_cyr/raleway-light.ttf") format("truetype"), url("/fonts/raleway_cyr/raleway-light.woff") format("woff"); }

@font-face {
  font-family: "roboto-regular";
  src: url("/fonts/roboto_regular_cyrillic/roboto-regular.eot");
  src: url("/fonts/roboto_regular_cyrillic/roboto-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto_regular_cyrillic/roboto-regular.ttf") format("truetype"), url("/fonts/roboto_regular_cyrillic/roboto-regular.woff") format("woff"); }

@font-face {
  font-family: "ruble";
  src: url("/fonts/ruble/ruble-webfont.eot");
  src: url("/fonts/ruble/ruble-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ruble/ruble-webfont.ttf") format("truetype"), url("/fonts/ruble/ruble-webfont.woff") format("woff"); }

*,
*:after,
*:before {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

img {
  border: none; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="url"],
input textarea {
  -webkit-appearance: none;
  border-radius: 0;
  padding-left: 4.5px;
  padding-right: 4.5px; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input textarea::-webkit-input-placeholder {
    color: #ccc;
    font-style: italic;
    font-size: 16px; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input textarea::-moz-placeholder {
    color: #ccc;
    font-style: italic;
    font-size: 16px; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input textarea:-ms-input-placeholder {
    color: #ccc;
    font-style: italic;
    font-size: 16px; }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="email"]::placeholder,
  input[type="search"]::placeholder,
  input[type="url"]::placeholder,
  input textarea::placeholder {
    color: #ccc;
    font-style: italic;
    font-size: 16px; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

textarea {
  font-style: normal;
  resize: none;
  overflow-y: auto; }

html {
  font-size: 16px;
  line-height: 24px; }
  html.is-menu-open {
    overflow: hidden; }

body {
  font-family: "raleway", sans-serif;
  color: #000; }
  body.is-menu-open {
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0; }

h1 {
  font-size: 60px;
  line-height: 72px; }

h2 {
  font-size: 45px;
  line-height: 60px; }

h3 {
  font-size: 36px;
  line-height: 48px; }

h4 {
  font-size: 24px;
  line-height: 36px; }

h5 {
  font-size: 16px;
  line-height: 24px; }

h6 {
  font-size: 14px;
  line-height: 24px; }

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px; }

b,
strong {
  font-family: "raleway-extrabold", sans-serif; }

a {
  text-decoration: none;
  color: #3774d6; }
  a:hover {
    color: #e03970; }

.hide {
  display: none; }

.show {
  display: block; }

.b-ruble {
  font-family: "ruble", sans-serif; }

.is-inline-center {
  text-align: center; }

.is-display-none_screen-width_960-down {
  display: none; }
  @media only screen and (min-width: 960px) {
    .is-display-none_screen-width_960-down {
      display: inline-block; } }

.has-overflow-auto {
  overflow-y: scroll; }

@media only screen and (min-width: 1025px) {
  .is-hide-on-desktop {
    display: none; } }

.is-show-on-desktop {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .is-show-on-desktop {
      display: block; } }

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.l-row {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .l-row:after {
    content: '';
    display: block;
    clear: both; }
  .l-row:after {
    content: '';
    display: block;
    clear: both; }

.l-header-row {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 2;
  background-color: #000; }
  .l-header-row:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .l-header-row {
      display: block; } }

.l-nav-row {
  position: fixed;
  display: none;
  top: 0;
  overflow: hidden;
  width: 100%;
  transition: .6s;
  opacity: 0;
  background-color: #000;
  z-index: 1; }
  @media only screen and (min-width: 1025px) {
    .l-nav-row {
      display: block; } }

.l-wrapper-row {
  overflow: hidden;
  position: relative;
  min-height: 11vh; }
  .l-wrapper-row:after {
    content: '';
    display: block;
    clear: both; }

.l-logo {
  width: 75%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  padding-left: 18px; }
  @media only screen and (min-width: 1025px) {
    .l-logo {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.l-menu {
  display: none;
  text-align: right; }
  @media only screen and (min-width: 1025px) {
    .l-menu {
      width: 75%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      display: block; } }

.l-sandwich {
  width: 25%;
  float: right;
  padding-left: 9px;
  padding-right: 9px;
  padding-right: 18px;
  position: relative;
  top: 15px;
  display: block;
  text-align: right; }
  @media only screen and (min-width: 1025px) {
    .l-sandwich {
      display: none; } }

.l-menu__inner-wrap {
  display: inline-block; }

.l-events {
  padding-top: 48px;
  padding-bottom: 72px;
  margin: 0 auto;
  width: 90%; }
  .l-events:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 500px) {
    .l-events {
      width: 60%; } }
  @media only screen and (min-width: 641px) {
    .l-events {
      width: 86%; } }
  @media only screen and (min-width: 1025px) {
    .l-events {
      padding-top: 72px;
      padding-bottom: 96px; } }
  @media only screen and (min-width: 1160px) {
    .l-events {
      width: 100%; } }

@media only screen and (min-width: 1025px) {
  .l-markets {
    padding-top: 120px;
    padding-top: 120px;
    padding-bottom: 120px; } }

.l-tabloid {
  padding-top: 48px; }
  .l-tabloid:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .l-tabloid {
      padding-top: 144px;
      padding-bottom: 96px; } }

.l-tabloid-numb {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px; }
  .l-tabloid-numb:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .l-tabloid-numb {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.l-tabloid-board {
  width: 100%;
  float: left; }
  .l-tabloid-board:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .l-tabloid-board {
      width: 75%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.l-rests {
  padding-top: 48px;
  padding-bottom: 48px; }
  .l-rests:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 641px) {
    .l-rests {
      padding-top: 144px;
      padding-bottom: 120px; } }

.l-route-info {
  padding-top: 48px;
  padding-bottom: 48px; }
  .l-route-info:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .l-route-info {
      padding-top: 120px;
      padding-bottom: 72px; } }

.l-socials {
  padding-top: 48px; }
  .l-socials:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 641px) {
    .l-socials {
      padding-top: 96px;
      padding-bottom: 96px; } }

.l-footer {
  padding-top: 48px; }
  @media only screen and (min-width: 1025px) {
    .l-footer {
      padding-top: 144px; } }

.l-wrapper-parallax {
  background: url("/img/bg-board1.jpg") no-repeat 50% 50%;
  background-size: cover; }
  @media only screen and (min-width: 1025px) {
    .l-wrapper-parallax {
      background-attachment: fixed; } }

.l-btm-down {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -20.5px; }
  @media only screen and (min-width: 641px) {
    .l-btm-down {
      bottom: 14%; } }

.l-common {
  margin-top: 48px;
  margin-bottom: 48px; }

.l-btn-up {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  z-index: 2; }
  .l-btn-up:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .l-btn-up {
      display: block;
      bottom: 72px;
      right: 45px; } }

.l-map-nav {
  margin-top: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 48px;
  margin-left: 4.16667%;
  width: 91.66667%; }
  .l-map-nav:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 641px) {
    .l-map-nav {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media only screen and (min-width: 768px) {
    .l-map-nav {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 0; } }
  @media only screen and (min-width: 1025px) {
    .l-map-nav {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.l-anchor-down {
  margin-top: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 48px;
  margin-left: 4.16667%;
  width: 91.66667%; }
  .l-anchor-down:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 641px) {
    .l-anchor-down {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media only screen and (min-width: 768px) {
    .l-anchor-down {
      width: 25%;
      float: right;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 0; } }

.l-map-wrapper {
  margin-bottom: 72px;
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 641px) {
    .l-map-wrapper {
      min-height: 576px; } }
  @media only screen and (min-width: 1025px) {
    .l-map-wrapper {
      min-height: 696px; } }

.l-map-page {
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  width: 100%;
  height: 100%;
  padding: 0; }

.l-map-descr {
  transition-property: opacity, right;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  padding: 0;
  border: 1px solid #e1e1e1;
  opacity: 0;
  visibility: hidden;
  background-color: #fff; }
  @media only screen and (min-width: 641px) {
    .l-map-descr {
      width: 66.66667%;
      right: -66.666%; } }
  @media only screen and (min-width: 1025px) {
    .l-map-descr {
      width: 33.33333%;
      right: -33%; } }

.l-shops {
  margin-left: 4.16667%;
  margin-bottom: 48px;
  width: 91.66667%; }
  .l-shops:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .l-shops {
      width: 100%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-right: 0;
      margin-left: 0; } }

.l-map-gallery {
  margin-bottom: 110px; }

.l-map-search {
  width: 83.33333%;
  margin: 0 auto 72px; }
  @media only screen and (min-width: 1025px) {
    .l-map-search {
      width: 37.5%; } }

.l-album {
  margin-top: 48px;
  margin-bottom: 36px; }

.l-popup {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: auto;
  margin: 20px auto; }
  .l-popup:after {
    content: '';
    display: block;
    clear: both; }

.l-contact-nav {
  margin-top: 24px;
  margin-bottom: 24px; }

@media only screen and (min-width: 1025px) {
  .l-map-parking {
    margin-bottom: 48px; } }

.l-transport {
  margin-bottom: 72px; }

.l-mobile-nav {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  padding-left: 10%;
  top: 0;
  right: -100%;
  bottom: 0;
  overflow-y: scroll;
  background-color: #000;
  transition: .3s ease-in-out;
  z-index: 998; }
  @media only screen and (min-width: 641px) {
    .l-mobile-nav {
      width: 320px;
      padding-right: 18px;
      padding-left: 18px; } }

.l-markets-list {
  width: 91.66667%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-top: 48px;
  margin-left: 4.16667%;
  margin-right: 4.16667%; }
  @media only screen and (min-width: 1025px) {
    .l-markets-list {
      width: 100%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-right: 0;
      margin-left: 0; } }

.l-rent {
  margin-top: 48px; }
  @media only screen and (min-width: 1025px) {
    .l-rent {
      margin-top: 48px;
      margin-bottom: 48px; } }

.l-main-news {
  height: 100vh;
  min-height: 480px;
  overflow: hidden;
  position: relative;
  /* background: url('/img/gallery5.jpg');
    background-size: cover;*/
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .l-main-news:after {
    content: '';
    display: block;
    clear: both; }

.l-main-news__col {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  text-align: center; }
  .l-main-news__col:after {
    content: '';
    display: block;
    clear: both; }

.l-video {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  height: 100vh; }
  .l-video:after {
    content: '';
    display: block;
    clear: both; }

.l-video__inner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("/img/bg-image-video.jpg");
  background-color: rgba(0, 0, 0, 0.25);
  background-size: cover;
  overflow: hidden; }
  @media only screen and (min-width: 1025px) {
    .l-video__inner-wrap {
      background-image: none; }
      .l-video__inner-wrap:after {
        background-color: rgba(0, 0, 0, 0.3); } }
  .l-video__inner-wrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: ''; }

.l-row_margin-leader_1 {
  margin-top: 24px; }

.l-row_margin-trailer_1 {
  margin-bottom: 24px; }

.l-row_margin-trailer_2 {
  margin-bottom: 24px; }
  @media only screen and (min-width: 1025px) {
    .l-row_margin-trailer_2 {
      margin-bottom: 48px; } }

.l-row_margin-trailer_3 {
  margin-bottom: 72px; }

.l-row_margin-trailer_4 {
  margin-bottom: 96px; }

.l-row_padding-leader_1 {
  padding-top: 24px; }

.l-row_padding-leader_3 {
  padding-top: 24px; }
  @media only screen and (min-width: 1025px) {
    .l-row_padding-leader_3 {
      padding-top: 72px; } }

.l-row_padding-leader_4 {
  padding-top: 96px; }

.l-wrapper-row_height_100 {
  min-height: 600px;
  height: 100vh; }

.l-wrapper-row_gradient_green {
  background: linear-gradient(to left, #a3d38b, #c6e5b4);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a3d38b, endColorstr=#c6e5b4)'; }

.l-wrapper-row_gradient_green-darker {
  background: linear-gradient(to left, #4e7529, #8dad64);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#4e7529, endColorstr=#8dad64)'; }

.l-wrapper-row_gradient_blue {
  background: linear-gradient(to left, #b5d5f8, #d2e6fb);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#b5d5f8, endColorstr=#d2e6fb)'; }

.l-wrapper-row_gradient_blue-darker {
  background: linear-gradient(to left, #3f81da, #7eb6ec);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#3f81da, endColorstr=#7eb6ec)'; }

.l-wrapper-row_gradient_yellow {
  background: linear-gradient(to left, #f0cc72, #f7e2a4);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f0cc72, endColorstr=#f7e2a4)'; }

.l-wrapper-row_gradient_yellow-page {
  background: linear-gradient(to left, #bb791d, #dbb053);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#bb791d, endColorstr=#dbb053)'; }

.l-wrapper-row_gradient_pink-darker {
  background: linear-gradient(to left, #b567c7, #d297de);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#b567c7, endColorstr=#d297de)'; }

.l-wrapper-row_gradient_markets {
  background: linear-gradient(to left, #5da3eb, #90c7f3);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#5da3eb, endColorstr=#90c7f3)'; }

.l-wrapper-row_gradient_markets-page {
  background: linear-gradient(to left, #247ae4, #5cb1f2);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#247ae4, endColorstr=#5cb1f2)'; }

.l-wrapper-row_gradient_discount {
  background: linear-gradient(to left, #d981ed, #e9aff5);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#d981ed, endColorstr=#e9aff5)'; }

.l-wrapper-row_gradient_rest {
  background: linear-gradient(to left, #da3a3d, #e96e71);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#da3a3d, endColorstr=#e96e71)'; }

.l-wrapper-row_gradient_rest-dark {
  background: linear-gradient(to left, #d32728, #e35556);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#d32728, endColorstr=#e35556)'; }

.l-nav-row_visibility_visible {
  opacity: 1;
  transition: 1s;
  z-index: 2; }

.l-footer_padding-leader_4 {
  padding-top: 96px; }

.l-common_margin-trailer_3 {
  margin-bottom: 72px; }

.l-common_margin-trailer_0 {
  margin-bottom: 0px; }

@media only screen and (max-width: 640px) {
  .l-map-wrapper.is-active {
    min-height: 384px; } }

@media only screen and (max-width: 640px) {
  .l-map-wrapper.is-active .b-map-page {
    min-height: 384px; } }

.l-map-wrapper.is-active .l-map-page {
  width: 66.66667%; }

.l-map-wrapper.is-active .l-map-descr {
  right: 0;
  opacity: 1;
  visibility: visible; }
  @media only screen and (min-width: 641px) {
    .l-map-wrapper.is-active .l-map-descr {
      width: 66.66667%;
      right: 0; } }
  @media only screen and (min-width: 1025px) {
    .l-map-wrapper.is-active .l-map-descr {
      width: 33.33333%;
      right: 3px; } }

.l-common_margin-leader_0 {
  margin-top: 0px; }

.l-row_height_100 {
  height: 100%; }

.l-wrapper-row_gradient_green-darker-2 {
  background: linear-gradient(to left, #63922f, #9fc26c);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#63922f, endColorstr=#9fc26c)'; }

.l-mobile-nav.is-active {
  right: 0; }

.l-shops_margin-trailer_3 {
  margin-bottom: 72px; }

.l-common_rhythm-margins_0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.l-common_margin-leader_1 {
  margin-top: 24px; }

.l-rent_margin-leader_0 {
  margin-top: 0px; }

.l-btn-up.is-active {
  display: block; }

.l-wrapper-row_bg_sunligth:before {
  content: '';
  position: absolute;
  background: url("/img/sunlight-page.png") no-repeat 50% 50%;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0; }

.l-wrapper-row_bg_rent {
  background: url("/img/bg-rent.jpg") no-repeat 50% 50%;
  background-size: cover; }

.l-wrapper-row_bg_category-image {
  background: url("/img/bg-board1.jpg") no-repeat 50% 50%;
  background-size: cover; }

.l-wrapper-row_bg_photogallery {
  background: url("/img/bg-gallery.jpg") no-repeat 50% 50%;
  background-size: cover; }

.l-nav-row_theme_bottom {
  top: inherit;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.l-wrapper-parallax_bg_1 {
  background-image: url("/img/bg-board2.jpg"); }

.l-wrapper-row_theme_header-page {
  position: relative; }
  @media only screen and (min-width: 641px) {
    .l-wrapper-row_theme_header-page {
      height: 288px; } }
  @media only screen and (min-width: 1025px) {
    .l-wrapper-row_theme_header-page {
      height: 336px; } }

.l-map-nav_theme_second {
  margin-left: 4.16667%;
  width: 91.66667%; }
  @media only screen and (min-width: 641px) {
    .l-map-nav_theme_second {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media only screen and (min-width: 768px) {
    .l-map-nav_theme_second {
      width: 41.66667%;
      margin-left: 0; } }
  @media only screen and (min-width: 1025px) {
    .l-map-nav_theme_second {
      margin-left: 8.33333%; } }

.l-wrapper-row_theme_bg-image {
  background: url("/img/bg-404.jpg") 50% 50% no-repeat;
  background-size: cover; }

.l-logo_theme_404 {
  width: 235px;
  padding: 0;
  position: absolute;
  top: 12%;
  left: 50%;
  margin-left: -117.5px; }

.l-map-wrapper.is-active .l-map-page {
  width: 66.66667%; }

.l-map-wrapper.is-active .l-map-descr {
  right: 3px;
  opacity: 1;
  visibility: visible; }

.l-btn-up_theme_mobile {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  z-index: 2;
  right: 27px;
  bottom: 48px; }
  .l-btn-up_theme_mobile:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .l-btn-up_theme_mobile {
      display: none; } }

@-webkit-keyframes onlyScale {
  0% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes onlyScale {
  0% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.onlyScale {
  -webkit-animation-name: onlyScale;
  animation-name: onlyScale;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s; }

@-webkit-keyframes btn-animate {
  0% {
    top: 0; }
  25% {
    top: 5px; }
  50% {
    top: 10px; }
  75% {
    top: 5px; }
  100% {
    top: 0; } }

@keyframes btn-animate {
  0% {
    top: 0; }
  25% {
    top: 5px; }
  50% {
    top: 10px; }
  75% {
    top: 5px; }
  100% {
    top: 0; } }

.btn-animate {
  -webkit-animation-name: btn-animate;
  animation-name: btn-animate; }

.b-form__checkbox input {
  display: none; }

.b-form__checkbox label {
  position: relative;
  display: block;
  padding-left: 29px; }
  .b-form__checkbox label:after {
    background-image: url(/img/sprites.png);
    background-position: -329px -329px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-form__checkbox label:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-form__checkbox input:checked + label:after {
  background-image: url(/img/sprites.png);
  background-position: -314px -276px;
  width: 20px;
  height: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-form__checkbox input:checked + label:after {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-form__checkbox input:disabled + label,
.b-form__checkbox input[readonly="readonly"] + label {
  cursor: default; }

.b-form__checkbox input:disabled + label:after,
.b-form__checkbox input[readonly="readonly"] + label:after {
  background-image: url(/img/sprites.png);
  background-position: -266px -329px;
  width: 20px;
  height: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-form__checkbox input:disabled + label:after,
    .b-form__checkbox input[readonly="readonly"] + label:after {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-form__checkbox:hover label:after {
  background-image: url(/img/sprites.png);
  background-position: -287px -329px;
  width: 20px;
  height: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-form__checkbox:hover label:after {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-form__checkbox:hover input:checked + label:after {
  opacity: .75; }

.b-form__radio input {
  display: none; }

.b-form__radio label {
  position: relative;
  display: block;
  padding-left: 25px; }
  .b-form__radio label:after {
    background-image: url(/img/sprites.png);
    background-position: -292px -228px;
    width: 16px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-form__radio label:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-form__radio input:checked + label:after {
  background-image: url(/img/sprites.png);
  background-position: -292px -246px;
  width: 16px;
  height: 17px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-form__radio input:checked + label:after {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-form__radio input:disabled + label,
.b-form__radio input[readonly="readonly"] + label {
  cursor: default; }

.b-form__radio input:disabled + label:after,
.b-form__radio input[readonly="readonly"] + label:after {
  background-image: url(/img/sprites.png);
  background-position: -335px -276px;
  width: 16px;
  height: 17px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-form__radio input:disabled + label:after,
    .b-form__radio input[readonly="readonly"] + label:after {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-form__radio:hover label:after {
  background-image: url(/img/sprites.png);
  background-position: -402px 0px;
  width: 16px;
  height: 17px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-form__radio:hover label:after {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-form__radio:hover input:checked + label:after {
  opacity: .75; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="url"] {
  font-size: 16px;
  line-height: 36px;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  font-family: "raleway", sans-serif;
  border: 1px solid #bfbfbf;
  border-width: 0 0 1px;
  background-color: transparent;
  outline: none;
  width: 100%; }
  @media screen\0 {
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="url"] {
      height: 36px; } }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus {
    border-color: inherit; }
    @media screen\0 {
      input[type="text"]:focus,
      input[type="password"]:focus,
      input[type="tel"]:focus,
      input[type="email"]:focus,
      input[type="search"]:focus,
      input[type="url"]:focus {
        height: 36px; } }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 36px;
    font-style: normal;
    color: #959595; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder {
    font-size: 16px;
    line-height: 36px;
    font-style: normal;
    color: #959595; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder {
    font-size: 16px;
    line-height: 36px;
    font-style: normal;
    color: #959595; }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="email"]::placeholder,
  input[type="search"]::placeholder,
  input[type="url"]::placeholder {
    font-size: 16px;
    line-height: 36px;
    font-style: normal;
    color: #959595; }

input[type='submit'] {
  font-family: "raleway", sans-serif; }

textarea {
  font-size: 16px;
  line-height: 36px;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  min-height: 120px;
  font-family: "raleway", sans-serif;
  padding: 0 4.5px;
  border: 1px solid #bfbfbf;
  border-width: 0;
  background: repeating-linear-gradient(180deg, transparent, transparent 35px, #959595 36px);
  outline: none;
  width: 100%; }
  textarea:focus {
    border-color: inherit; }
  textarea::-webkit-input-placeholder {
    color: #959595; }
  textarea::-moz-placeholder {
    color: #959595; }
  textarea:-ms-input-placeholder {
    color: #959595; }
  textarea::placeholder {
    color: #959595; }

.b-form__row {
  margin-bottom: 24px; }

.b-form__call-area {
  height: 144px; }

.b-form__row_margin-trailer_2 {
  margin-bottom: 48px; }

.b-route-info__input_line-height_43 input[type='search'] {
  line-height: 43px;
  height: 46px; }
  @media screen\0 {
    .b-route-info__input_line-height_43 input[type='search'] {
      height: 43px; } }

.b-form__input_theme_sprite input {
  display: inline-block;
  position: relative;
  padding: 0 0 0 27px; }
  .b-form__input_theme_sprite input:before {
    right: -20px; }

.b-btn {
  font-size: 12px;
  line-height: 24px;
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  padding: 9px;
  box-shadow: 0 1px 4px -2px #000; }
  .b-btn:hover {
    color: black;
    background-color: #e6e6e6; }

.b-btn-down {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background: url("/img/scroll.png") no-repeat;
  cursor: pointer;
  width: 41px;
  height: 24px;
  content: '';
  display: inline-block;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .b-btn-down {
      -webkit-animation: btn-animate 1.5s linear infinite;
      animation: btn-animate 1.5s linear infinite; } }

.b-btn-flat {
  font-size: 16px;
  line-height: 24px;
  padding: 9px 18px;
  color: #fff;
  background-color: #3774d6;
  border: none;
  cursor: pointer;
  transition: ease-out 0.15s;
  transition-property: color, background; }
  .b-btn-flat:hover {
    background-color: #e03970; }

.b-btn-img {
  display: block;
  width: 33px;
  height: 30px;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 1px 4px -2px #000; }
  .b-btn-img:after {
    background-image: url(/img/sprites.png);
    background-position: -402px -37px;
    width: 11px;
    height: 15px;
    content: '';
    display: block;
    position: relative;
    top: 7.5px;
    margin: 0 auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-btn-img:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-btn_width_auto {
  width: auto;
  padding-left: 9px;
  padding-right: 9px; }

.b-btn_display_none {
  display: none; }

.b-btn-flat_width_100 {
  width: 100%; }

.b-btn.is-active {
  display: block; }

.b-btn-img_display_none {
  display: none; }

.b-btn-img.is-active {
  display: block; }

.b-btn-flat_theme_white {
  background-color: #fff;
  color: #3774d6;
  border: 1px solid #bfbfbf; }
  .b-btn-flat_theme_white:hover {
    color: black;
    background-color: #e6e6e6; }

.b-link {
  position: relative;
  display: inline-block;
  padding: 0 27px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-family: "raleway-extrabold", sans-serif;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  outline: none;
  text-decoration: none; }
  @media only screen and (min-width: 1025px) {
    .b-link {
      border: none;
      font-size: 12px;
      line-height: 24px; } }
  .b-link:hover {
    text-decoration: none;
    color: #000; }
    @media only screen and (min-width: 1025px) {
      .b-link:hover {
        text-decoration: underline; } }
  .b-link:before,
  .b-link:after {
    background-image: url(/img/sprites.png);
    background-position: -414px -37px;
    width: 3px;
    height: 3px;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-link:before,
      .b-link:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }
  .b-link:before {
    left: 14px; }
  .b-link:after {
    right: 14px; }

.b-link_color_white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3); }
  .b-link_color_white:hover {
    color: #fff; }
  .b-link_color_white:before,
  .b-link_color_white:after {
    background-image: url(/img/sprites.png);
    background-position: -414px -41px;
    width: 3px;
    height: 3px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-link_color_white:before,
      .b-link_color_white:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-link_theme_yellow {
  color: #fedd28;
  padding: 0;
  border: none; }
  .b-link_theme_yellow:hover {
    text-decoration: underline;
    color: #fedd28; }
  .b-link_theme_yellow:before,
  .b-link_theme_yellow:after {
    display: none; }

.b-link_theme_change-color-down {
  color: #000;
  border-color: rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 1025px) {
    .b-link_theme_change-color-down {
      color: #fff;
      border-color: inherit; } }
  .b-link_theme_change-color-down:hover {
    color: #000; }
    @media only screen and (min-width: 1025px) {
      .b-link_theme_change-color-down:hover {
        color: #fff; } }
  .b-link_theme_change-color-down:before,
  .b-link_theme_change-color-down:after {
    background-image: url(/img/sprites.png);
    background-position: -414px -37px;
    width: 3px;
    height: 3px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-link_theme_change-color-down:before,
      .b-link_theme_change-color-down:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }
    @media only screen and (min-width: 1025px) {
      .b-link_theme_change-color-down:before,
      .b-link_theme_change-color-down:after {
        background-image: url(/img/sprites.png);
        background-position: -414px -41px;
        width: 3px;
        height: 3px; } }
  @media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1025px) and (min-device-pixel-ratio: 1.5) {
    .b-link_theme_change-color-down:before,
    .b-link_theme_change-color-down:after {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-link_theme_constant {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  @media only screen and (min-width: 1025px) {
    .b-link_theme_constant {
      font-size: inherit;
      line-height: inherit; } }
  .b-link_theme_constant:hover {
    text-decoration: none; }

.b-events__arrow {
  position: absolute;
  display: block;
  width: 13px;
  height: 24px;
  top: -68px;
  outline: none; }
  @media only screen and (min-width: 641px) {
    .b-events__arrow {
      width: 44px;
      height: 80px;
      top: 40%;
      padding: 0; } }
  .b-events__arrow:after {
    background-image: url(/img/sprites.png);
    background-position: -387px -162px;
    width: 13px;
    height: 24px;
    content: '';
    display: block;
    position: relative;
    top: -43px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-events__arrow:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }
    @media only screen and (min-width: 641px) {
      .b-events__arrow:after {
        background-image: url(/img/sprites.png);
        background-position: -376px -246px;
        width: 22px;
        height: 40px;
        top: 20px;
        margin: 0 auto; } }
  @media only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.5) {
    .b-events__arrow:after {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }
  .b-events__arrow:before {
    content: '';
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    top: -10px;
    right: 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px; }
    @media only screen and (min-width: 641px) {
      .b-events__arrow:before {
        display: none; } }

.b-events__arrow_position_left {
  left: 22px; }
  @media only screen and (min-width: 641px) {
    .b-events__arrow_position_left {
      left: -45px; } }
  @media only screen and (min-width: 1160px) {
    .b-events__arrow_position_left {
      left: -60px; } }

.b-events__arrow_position_right {
  right: 22px; }
  @media only screen and (min-width: 641px) {
    .b-events__arrow_position_right {
      right: -45px; } }
  .b-events__arrow_position_right:after {
    background-image: url(/img/sprites.png);
    background-position: -386px -88px;
    width: 13px;
    height: 24px;
    content: ''; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-events__arrow_position_right:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }
    @media only screen and (min-width: 641px) {
      .b-events__arrow_position_right:after {
        background-image: url(/img/sprites.png);
        background-position: -353px -246px;
        width: 22px;
        height: 40px; } }
  @media only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.5) {
    .b-events__arrow_position_right:after {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }
  @media only screen and (min-width: 1160px) {
    .b-events__arrow_position_right {
      right: -60px; } }

.b-logo {
  background-image: url(/img/sprites.png);
  background-position: 0px -228px;
  width: 235px;
  height: 47px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-logo {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-logo-footer {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  width: 243px;
  height: 44px;
  color: #000;
  font-family: "raleway", sans-serif;
  padding-left: 45px;
  line-height: 22px; }
  .b-logo-footer:before {
    background-image: url(/img/sprites.png);
    background-position: -353px -43px;
    width: 36px;
    height: 44px;
    content: '';
    position: absolute;
    left: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-logo-footer:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-switcher {
  width: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 30px; }

.b-switcher__lbl {
  width: 100%;
  height: 30px;
  border: 2px solid #000;
  display: block;
  position: relative; }

.b-switcher__pick {
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: block;
  height: 22.5px;
  width: 22.5px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -11.25px;
  left: 2.8125px;
  z-index: 1; }

.b-switcher__inp {
  display: none; }

.b-switcher__inp:checked + .b-switcher__lbl .b-switcher__pick {
  left: 70.8125px; }

.b-kelnik {
  position: relative;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  width: 150px;
  height: 23px;
  font-size: 14px;
  color: inherit;
  padding-left: 50px;
  line-height: 7.66667px; }
  .b-kelnik:before {
    background-image: url(/img/sprites.png);
    background-position: -353px -222px;
    width: 41px;
    height: 23px;
    content: '';
    position: absolute;
    left: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-kelnik:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }
  .b-kelnik:hover {
    text-decoration: none;
    color: inherit; }
    @media only screen and (min-width: 1025px) {
      .b-kelnik:hover .b-kelnik__txt-visible {
        display: none; }
      .b-kelnik:hover .b-kelnik__txt-hide {
        display: block; } }

.b-kelnik__txt-visible,
.b-kelnik__txt-hide {
  position: absolute;
  left: 50px;
  bottom: 0; }

.b-kelnik__txt-hide {
  display: block; }
  @media only screen and (min-width: 1025px) {
    .b-kelnik__txt-hide {
      display: none; } }

.b-kelnik__txt-visible {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .b-kelnik__txt-visible {
      display: block; } }

.b-separator-vertical {
  background-image: url(/img/sprites.png);
  background-position: -414px -45px;
  width: 3px;
  height: 3px;
  display: inline-block;
  margin: 0 9px;
  vertical-align: middle; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-separator-vertical {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-label {
  background-color: #92c8f4;
  color: inherit; }
  .b-label:hover {
    color: inherit; }

.b-label_bgc_yellow {
  background-color: #ffc168; }

.b-label_bgc_pink {
  background-color: #ff9c8f; }

.b-label_bgc_chokolate {
  background-color: #e3b6a5; }

.b-label_bgc_palegreen {
  background-color: #c6e0a4; }

.b-label_bgc_powderblue {
  background-color: #a9deec; }

.b-anchor {
  display: inline-block;
  position: relative; }

.b-anchor_theme_sprite {
  padding: 0 0 0 19px; }
  .b-anchor_theme_sprite:before {
    background-image: url(/img/sprites.png);
    background-position: -402px -53px;
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-anchor_theme_sprite:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon {
  display: inline-block;
  position: relative;
  padding: 0 0 0 27px; }
  .b-icon:before {
    background-image: url(/img/sprites.png);
    background-position: -142px -368px;
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }
  .b-icon .b-icon__void {
    margin-left: -18px;
    visibility: hidden; }

.b-icon_img_clock-blue {
  padding: 0 0 0 27px; }
  .b-icon_img_clock-blue:before {
    background-image: url(/img/sprites.png);
    background-position: -142px -368px;
    width: 18px;
    height: 18px;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_clock-blue:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_globe-blue {
  padding: 0 0 0 28px; }
  .b-icon_img_globe-blue:before {
    background-image: url(/img/sprites.png);
    background-position: -61px -368px;
    width: 19px;
    height: 19px;
    margin-top: -9.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_globe-blue:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_map-picker-blue {
  padding: 0 0 0 23px; }
  .b-icon_img_map-picker-blue:before {
    background-image: url(/img/sprites.png);
    background-position: -335px -243px;
    width: 14px;
    height: 20px;
    margin-top: -10px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_map-picker-blue:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_phone-blue {
  padding: 0 0 0 27px; }
  .b-icon_img_phone-blue:before {
    background-image: url(/img/sprites.png);
    background-position: -42px -368px;
    width: 18px;
    height: 21px;
    margin-top: -10.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_phone-blue:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

@media only screen and (min-width: 1025px) {
  .b-icon_top_0:before {
    top: 0; } }

.b-icon_img_close {
  padding: 0 0 0 26px; }
  .b-icon_img_close:before {
    background-image: url(/img/sprites.png);
    background-position: -335px -209px;
    width: 17px;
    height: 17px;
    margin-top: -8.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_close:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_map-picker-blue-big {
  padding: 0 0 0 41px; }
  .b-icon_img_map-picker-blue-big:before {
    background-image: url(/img/sprites.png);
    background-position: -353px -88px;
    width: 32px;
    height: 45px;
    margin-top: -22.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_map-picker-blue-big:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_people-blue-big {
  padding: 0 0 0 57px; }
  .b-icon_img_people-blue-big:before {
    background-image: url(/img/sprites.png);
    background-position: -353px 0px;
    width: 48px;
    height: 42px;
    margin-top: -21px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_people-blue-big:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_keys-blue-big {
  padding: 0 0 0 64px; }
  .b-icon_img_keys-blue-big:before {
    background-image: url(/img/sprites.png);
    background-position: -236px -228px;
    width: 55px;
    height: 47px;
    margin-top: -23.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_keys-blue-big:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_fsz_45 {
  font-size: 45px;
  line-height: 60px; }

.b-icon_img_home-blue-big {
  padding: 0 0 0 63px; }
  .b-icon_img_home-blue-big:before {
    background-image: url(/img/sprites.png);
    background-position: -53px -276px;
    width: 54px;
    height: 48px;
    margin-top: -24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_home-blue-big:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_grathic-blue-big {
  padding: 0 0 0 50px; }
  .b-icon_img_grathic-blue-big:before {
    background-image: url(/img/sprites.png);
    background-position: -310px -73px;
    width: 41px;
    height: 54px;
    margin-top: -27px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_grathic-blue-big:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_pointer-blue-big {
  padding: 0 0 0 50px; }
  .b-icon_img_pointer-blue-big:before {
    background-image: url(/img/sprites.png);
    background-position: -310px -128px;
    width: 41px;
    height: 50px;
    margin-top: -25px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_pointer-blue-big:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_fsz_55 {
  font-size: 55px;
  line-height: 60px; }

.b-icon_img_success-blue-big {
  padding: 0 0 0 81px; }
  .b-icon_img_success-blue-big:before {
    background-image: url(/img/sprites.png);
    background-position: -108px -276px;
    width: 54px;
    height: 45px;
    margin-top: -22.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_success-blue-big:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_taxi-blue {
  padding: 0 0 0 49px; }
  .b-icon_img_taxi-blue:before {
    background-image: url(/img/sprites.png);
    background-position: -353px -196px;
    width: 40px;
    height: 25px;
    margin-top: -12.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_taxi-blue:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_tram-blue {
  padding: 0 0 0 62px; }
  .b-icon_img_tram-blue:before {
    background-image: url(/img/sprites.png);
    background-position: -54px -329px;
    width: 53px;
    height: 38px;
    margin-top: -19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_tram-blue:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_trolleybus-blue {
  padding: 0 0 0 62px; }
  .b-icon_img_trolleybus-blue:before {
    background-image: url(/img/sprites.png);
    background-position: 0px -329px;
    width: 53px;
    height: 38px;
    margin-top: -19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_trolleybus-blue:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_bus-blue {
  padding: 0 0 0 62px; }
  .b-icon_img_bus-blue:before {
    background-image: url(/img/sprites.png);
    background-position: -224px -276px;
    width: 53px;
    height: 27px;
    margin-top: -13.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_bus-blue:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_fsz_38 {
  font-size: 30px;
  line-height: 36px; }

.b-icon_bottom_0:before {
  top: auto;
  bottom: 0; }

.b-icon_img_menu-map-picker {
  padding: 0 0 0 23px; }
  .b-icon_img_menu-map-picker:before {
    background-image: url(/img/sprites.png);
    background-position: -386px -113px;
    width: 14px;
    height: 20px;
    margin-top: -10px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_menu-map-picker:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_menu-people {
  padding: 0 0 0 31px; }
  .b-icon_img_menu-people:before {
    background-image: url(/img/sprites.png);
    background-position: -350px -329px;
    width: 22px;
    height: 18px;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_menu-people:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_menu-vk {
  padding: 0 0 0 23px; }
  .b-icon_img_menu-vk:before {
    background-image: url(/img/sprites.png);
    background-position: -402px -18px;
    width: 14px;
    height: 18px;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_menu-vk:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_menu-map {
  padding: 0 0 0 29px; }
  .b-icon_img_menu-map:before {
    background-image: url(/img/sprites.png);
    background-position: -81px -368px;
    width: 20px;
    height: 18px;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_menu-map:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_menu-clock {
  padding: 0 0 0 29px; }
  .b-icon_img_menu-clock:before {
    background-image: url(/img/sprites.png);
    background-position: -308px -329px;
    width: 20px;
    height: 20px;
    margin-top: -10px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_menu-clock:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_padding-left_31 {
  padding-left: 31px; }

.b-icon_img_search {
  padding: 0 0 0 27px; }
  .b-icon_img_search:before {
    background-image: url(/img/sprites.png);
    background-position: -161px -368px;
    width: 18px;
    height: 18px;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_search:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_left_auto {
  left: auto; }

.b-icon_padding_0 {
  padding: 0; }

.b-icon_img_arrow-grey-down {
  padding: 0 0 0 19px; }
  .b-icon_img_arrow-grey-down:before {
    background-image: url(/img/sprites.png);
    background-position: -402px -53px;
    width: 10px;
    height: 10px;
    margin-top: -5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_arrow-grey-down:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_margin-trailer_0-5 {
  margin-bottom: 12px; }

.b-icon_img_arrow-up {
  padding: 0 0 0 20px; }
  .b-icon_img_arrow-up:before {
    background-image: url(/img/sprites.png);
    background-position: -402px -37px;
    width: 11px;
    height: 15px;
    margin-top: -7.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_img_arrow-up:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-icon_img_none:before {
  visibility: hidden; }

.b-icon_line-height_36 {
  line-height: 36px; }

.b-iccon_top_0:before {
  top: 0; }

.b-icon_theme_txt-hidden {
  display: none; }
  @media only screen and (min-width: 960px) {
    .b-icon_theme_txt-hidden {
      display: inline-block;
      padding-left: 9px;
      visibility: visible; } }

.b-icon_theme_change-shape {
  margin-bottom: -1px;
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0;
  border-radius: 3px;
  font-family: "raleway-extrabold", sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  outline: none;
  text-decoration: none; }
  @media only screen and (min-width: 641px) {
    .b-icon_theme_change-shape {
      font-size: 16px;
      line-height: 24px;
      padding: 0 0 0 19px;
      display: inline;
      font-family: "raleway", sans-serif;
      text-transform: inherit;
      text-align: left;
      border: none;
      color: #3774d6; } }
  .b-icon_theme_change-shape:hover {
    text-decoration: none;
    color: #000; }
    @media only screen and (min-width: 641px) {
      .b-icon_theme_change-shape:hover {
        color: #e03970; } }
  .b-icon_theme_change-shape:before,
  .b-icon_theme_change-shape:after {
    background-image: url(/img/sprites.png);
    background-position: -414px -37px;
    width: 3px;
    height: 3px;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-icon_theme_change-shape:before,
      .b-icon_theme_change-shape:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }
    @media only screen and (min-width: 641px) {
      .b-icon_theme_change-shape:before,
      .b-icon_theme_change-shape:after {
        background-image: url(/img/sprites.png);
        background-position: -402px -53px;
        width: 10px;
        height: 10px;
        margin-top: -5px; } }
  @media only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.5) {
    .b-icon_theme_change-shape:before,
    .b-icon_theme_change-shape:after {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }
  .b-icon_theme_change-shape:before {
    left: 14px; }
    @media only screen and (min-width: 641px) {
      .b-icon_theme_change-shape:before {
        left: 0; } }
  .b-icon_theme_change-shape:after {
    right: 14px; }
    @media only screen and (min-width: 641px) {
      .b-icon_theme_change-shape:after {
        display: none; } }

.b-icon_theme_top-position-4:before {
  top: 4px;
  margin-top: 0; }

.b-ttl {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 48px;
  margin-left: 4.16667%;
  width: 91.66667%;
  font-family: "raleway-extrabold", sans-serif;
  text-align: center;
  color: #000; }
  @media only screen and (min-width: 641px) {
    .b-ttl {
      font-size: 55px;
      line-height: 60px;
      width: 100%;
      margin-left: 0; } }

.b-ttl_rhythm-margins_1-5 {
  margin-top: 36px;
  margin-bottom: 36px; }

.b-ttl_rhythm-margins_2 {
  margin-top: 48px;
  margin-bottom: 48px; }

.b-braket {
  padding-bottom: 24px; }

.b-bracket__cnt {
  height: 24px;
  text-align: center;
  border-top: none;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf; }

.b-bracket__txt {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: 10px;
  display: inline-block;
  padding: 0 9px;
  background-color: #fff; }

.b-logo-footer__link {
  color: inherit; }
  .b-logo-footer__link:hover {
    color: inherit;
    text-decoration: underline; }

.b-sandwich:after {
  content: '';
  display: block;
  clear: both; }

.b-sandwwich__trigger {
  display: inline-block;
  width: 40px;
  height: 32px; }
  .b-sandwwich__trigger:after {
    background-image: url(/img/sprites.png);
    background-position: -180px -368px;
    width: 20px;
    height: 16px;
    content: '';
    display: block;
    position: relative;
    top: 8px;
    margin: 0 auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-sandwwich__trigger:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

#canvas {
  width: 100%;
  text-align: left; }

#paper {
  width: 100%;
  /* height: 700px;*/
  display: inline-block; }

.b-map-page__img-wrap {
  overflow: hidden; }

#tooltip {
  font-size: 16px;
  line-height: 24px;
  font-family: "raleway-bold", sans-serif;
  position: absolute;
  display: inline-block;
  border-bottom: solid 4px #ffc600; }

.b-header-menu {
  position: relative; }

.b-header-menu__item {
  width: 25%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center; }
  @media only screen and (min-width: 960px) {
    .b-header-menu__item {
      width: 16.66667%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      text-align: left; } }

.b-header-menu__item:hover .b-header-submenu {
  display: block; }

.b-header-menu__item:hover .b-header-menu__link {
  border-bottom: 4px solid #ffc600; }

.b-header-menu__link {
  font-size: 11px;
  line-height: 24px;
  display: inline-block;
  line-height: 42px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  font-family: "roboto-regular", sans-serif;
  color: #fff; }
  .b-header-menu__link:hover {
    text-decoration: none;
    color: #fff; }

.b-header-menu__submenu {
  width: 83.33333%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  position: absolute;
  padding: 0;
  z-index: 999;
  text-align: left; }

.b-header-menu__item_width_3 {
  width: 19.16667%;
  float: left;
  padding-left: 9px;
  padding-right: 9px; }
  @media only screen and (min-width: 960px) {
    .b-header-menu__item_width_3 {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.b-header-menu__link.is-active {
  border-bottom: 4px solid #ffc600; }

.b-header-menu__item_text-align_left {
  text-align: left; }

.b-header-menu__item_theme_custom-width {
  width: 5.83333%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  text-align: right; }
  @media only screen and (min-width: 960px) {
    .b-header-menu__item_theme_custom-width {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.b-header-submenu__wrap {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  padding-left: 10%;
  top: 0;
  right: -100%;
  bottom: 0;
  overflow-y: scroll;
  background-color: #fff;
  transition: .3s ease-in-out;
  z-index: 999; }
  @media only screen and (min-width: 641px) {
    .b-header-submenu__wrap {
      width: 320px;
      padding-right: 18px;
      padding-left: 18px; } }

.b-header-submenu {
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  text-transform: uppercase; }
  @media only screen and (min-width: 1025px) {
    .b-header-submenu {
      display: none;
      border: 1px solid #e1e1e1;
      padding-top: 48px;
      padding-right: 36px;
      padding-bottom: 24px;
      padding-left: 36px; } }

.b-header-submenu__ttl {
  font-size: 11px;
  line-height: 24px;
  font-family: "roboto-regular", sans-serif; }
  @media only screen and (min-width: 1025px) {
    .b-header-submenu__ttl {
      margin-bottom: 12px; } }

.b-header-submenu__time {
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 36px;
  font-family: "raleway-extrabold", sans-serif; }

.b-header-submenu__caption {
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 24px;
  display: block;
  font-family: "roboto-regular", sans-serif; }

.b-header-submenu__list:after {
  content: '';
  display: block;
  clear: both; }

.b-header-submenu__item {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 36px;
  text-transform: none;
  padding: 0; }
  .b-header-submenu__item:nth-child(1n+1) {
    margin-left: 0%;
    margin-right: -100%;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .b-header-submenu__item {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-header-submenu__item:nth-child(3n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-header-submenu__item:nth-child(3n+2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .b-header-submenu__item:nth-child(3n+3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }

.b-header-submenu__wrap.is-active {
  right: 0; }

.b-header-submenu-list__item_font-family_bold {
  font-family: "raleway-bold", sans-serif; }

.b-nav__list {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px; }

.b-nav__item {
  float: left;
  margin-left: 27px;
  line-height: 48px; }

.b-nav__link {
  font-size: 11px;
  line-height: 24px;
  display: inline-block;
  border-bottom: 4px solid transparent;
  font-family: "roboto-regular", sans-serif;
  text-transform: uppercase;
  color: #fff; }
  .b-nav__link:hover {
    border-bottom: 4px solid #ffc600;
    text-decoration: none;
    color: #fff; }

.b-nav__link_theme_sprite {
  position: relative;
  padding: 0 0 0 29px;
  border-bottom: 4px solid transparent; }
  .b-nav__link_theme_sprite:before {
    background-image: url(/img/sprites.png);
    background-position: -81px -368px;
    width: 20px;
    height: 18px;
    content: '';
    position: absolute;
    left: 0;
    top: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-nav__link_theme_sprite:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-nav__link_theme_only-sprite {
  position: relative;
  left: 0;
  padding: 0 0 0 20px;
  border-bottom: 4px solid transparent; }
  .b-nav__link_theme_only-sprite:before {
    background-image: url(/img/sprites.png);
    background-position: -81px -368px;
    width: 20px;
    height: 18px;
    content: '';
    position: absolute;
    left: 0;
    top: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-nav__link_theme_only-sprite:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }
  .b-nav__link_theme_only-sprite span {
    margin-left: -20px;
    visibility: hidden; }

.b-nav__item_margin-left_0 {
  margin-left: 0; }

.b-nav_float_right {
  float: right; }

.b-nav_margin-left_6 {
  margin-left: 54px; }

.b-nav_margin-left_7 {
  margin-left: 63px; }

.b-nav__link_sprite_menu-map {
  padding: 0 0 0 29px; }
  .b-nav__link_sprite_menu-map:before {
    background-image: url(/img/sprites.png);
    background-position: -81px -368px;
    width: 20px;
    height: 18px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-nav__link_sprite_menu-map:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-nav__link_sprite_menu-people {
  padding: 0 0 0 31px; }
  .b-nav__link_sprite_menu-people:before {
    background-image: url(/img/sprites.png);
    background-position: -350px -329px;
    width: 22px;
    height: 18px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-nav__link_sprite_menu-people:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-nav__link_sprite_menu-map-picker {
  padding: 0 0 0 23px; }
  .b-nav__link_sprite_menu-map-picker:before {
    background-image: url(/img/sprites.png);
    background-position: -386px -113px;
    width: 14px;
    height: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-nav__link_sprite_menu-map-picker:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-nav__link_sprite_menu-clock {
  padding: 0 0 0 29px; }
  .b-nav__link_sprite_menu-clock:before {
    background-image: url(/img/sprites.png);
    background-position: -308px -329px;
    width: 20px;
    height: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-nav__link_sprite_menu-clock:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-nav__link_sprite_menu-vk:before {
  background-image: url(/img/sprites.png);
  background-position: -402px -18px;
  width: 14px;
  height: 18px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-nav__link_sprite_menu-vk:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-menu__item {
  display: inline-block;
  line-height: inherit;
  padding: 0;
  padding-left: 9px; }
  @media only screen and (min-width: 980px) {
    .b-menu__item {
      line-height: 47px; } }

.b-menu__link {
  font-size: 15px;
  line-height: 24px;
  border-bottom: 4px solid transparent;
  color: #fff; }
  .b-menu__link:hover {
    border-bottom: 4px solid #ffc600;
    text-decoration: none;
    color: #fff; }

.b-menu__link.is-active {
  border-bottom: 4px solid #ffc600; }

.b-cnt-frame {
  color: #fff;
  text-align: center; }
  .b-cnt-frame:after {
    content: '';
    display: block;
    clear: both; }

.b-cnt-frame__inner-wrap {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px; }

.b-cnt-frame__caption {
  width: 66.66667%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-left: 16.66667%;
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 24px;
  font-family: "roboto-regular", sans-serif;
  text-transform: uppercase; }
  @media only screen and (min-width: 641px) {
    .b-cnt-frame__caption {
      width: 100%;
      margin-left: 0;
      margin-bottom: 0; } }

.b-cnt-frame__ttl {
  font-size: 55px;
  line-height: 60px;
  padding-bottom: 36px;
  font-family: "raleway-extrabold", sans-serif; }
  @media only screen and (min-width: 1025px) {
    .b-cnt-frame__ttl {
      font-size: 110px;
      line-height: 96px; } }

.b-cnt-frame__ttl-page {
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 36px;
  font-family: "raleway-extrabold", sans-serif; }
  @media only screen and (min-width: 641px) {
    .b-cnt-frame__ttl-page {
      font-size: 60px;
      line-height: 96px; } }
  @media only screen and (min-width: 1025px) {
    .b-cnt-frame__ttl-page {
      font-size: 85px;
      line-height: 96px; } }

.b-cnt-frame__txt {
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (min-width: 641px) {
    .b-cnt-frame__txt {
      font-size: 24px;
      line-height: 36px; } }

.b-cnt-frame_theme_center {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -97px; }
  @media only screen and (min-width: 1025px) {
    .b-cnt-frame_theme_center {
      margin-top: -145px; } }

.b-cnt-frame_theme_404 {
  position: absolute;
  top: 50%;
  margin-top: -145px;
  left: 50%;
  margin-left: -45.83333%;
  width: 91.66667%; }
  @media only screen and (min-width: 641px) {
    .b-cnt-frame_theme_404 {
      width: 66.66667%;
      margin-left: -33.33333%; } }

.b-events {
  color: #000;
  text-align: center; }

.b-events__ttl {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 24px;
  font-family: "raleway-extrabold", sans-serif;
  padding: 0; }
  @media only screen and (min-width: 641px) {
    .b-events__ttl {
      font-size: 55px;
      line-height: 96px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .b-events__ttl {
      font-size: 80px;
      line-height: 96px; } }

.b-events__link {
  margin-bottom: 36px;
  text-align: center; }

.b-events__list-inner-wrap {
  position: relative; }
  .b-events__list-inner-wrap:after {
    content: '';
    display: block;
    clear: both; }

.b-events__list {
  position: relative; }
  .b-events__list:after {
    content: '';
    display: block;
    clear: both; }

.b-events__item {
  margin-bottom: 96px;
  width: 33.33333%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  padding: 0;
  position: relative; }

.b-events__item_margin-trailer_2 {
  margin-bottom: 48px; }

.b-events__link_margin-trailer_0 {
  margin-bottom: 0px; }

.b-events__item_theme_page {
  width: 91.66667%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-left: 4.16667%; }
  @media only screen and (min-width: 500px) {
    .b-events__item_theme_page {
      width: 50%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-right: 0;
      margin-left: 0; } }
  @media only screen and (min-width: 1025px) {
    .b-events__item_theme_page {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.b-event {
  position: absolute;
  padding: 0 9px;
  width: 100%;
  height: 396px;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.b-event__link {
  color: #000; }
  .b-event__link:hover {
    color: #000; }

.b-event__img-animate {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s; }

.b-event__img-wrap {
  overflow: hidden;
  width: 100%;
  height: 240px; }

.b-event__img {
  background: 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .6s; }

.b-event__cnt {
  padding: 5.625% 11.25% 0;
  height: 156px;
  text-align: center;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 5px 5px; }

.b-event__ttl {
  font-size: 23px;
  line-height: 30px; }

.b-event__date {
  font-size: 11px;
  line-height: 24px;
  font-family: "roboto-regular", sans-serif;
  text-transform: uppercase; }

.b-event_theme_page {
  position: relative;
  height: 480px; }
  .b-event_theme_page .b-event__cnt {
    height: 240px;
    border: 1px solid #e1e1e1;
    border-top: none;
    text-align: left; }
  .b-event_theme_page .b-event__ttl {
    margin-bottom: 6px; }

.b-gallery {
  position: relative;
  min-height: 696px; }
  .b-gallery .fotorama__nav-wrap {
    padding-bottom: 24px;
    position: absolute;
    bottom: 0; }
  .b-gallery .b-arrows__item-prev,
  .b-gallery .b-arrows__item-next {
    display: none; }

.b-gallery__cnt {
  padding-top: 24px;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1; }
  @media only screen and (min-width: 1025px) {
    .b-gallery__cnt {
      padding-top: 48px; } }

.b-gallery__ttl {
  font-size: 30px;
  line-height: 96px;
  padding-bottom: 36px;
  display: inline;
  margin: 0 auto;
  padding: 0 9px;
  font-family: "raleway-extrabold", sans-serif;
  background-color: #fff; }
  @media only screen and (min-width: 641px) {
    .b-gallery__ttl {
      font-size: 55px;
      line-height: 96px; } }

.b-gallery__block-link-wrap {
  display: block;
  border-radius: 3px; }

.b-gallery__block-link {
  display: inline-block;
  padding: 0;
  background-color: #fff;
  border-radius: 3px; }
  @media only screen and (min-width: 1025px) {
    .b-gallery__block-link {
      padding: 0 9px; } }

.fotorama__nav-wrap {
  margin-top: 14px; }

.fotorama__thumb-border {
  border-color: #ffe303; }

.b-markets {
  background: #fff;
  padding: 45px 0;
  border-radius: 5px; }
  @media only screen and (min-width: 641px) {
    .b-markets {
      padding: 45px; } }

.b-markets__ttl {
  margin-bottom: 48px;
  font-size: 55px;
  line-height: 60px;
  font-family: "raleway-extrabold", sans-serif;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .b-markets__ttl {
      font-size: 80px;
      line-height: 84px; } }

.b-markets__single-link {
  text-align: center; }

.b-markets-list:after {
  content: '';
  display: block;
  clear: both; }

.b-markets-list__item {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: "raleway", sans-serif;
  color: #000; }
  @media only screen and (min-width: 500px) {
    .b-markets-list__item {
      width: 66.66667%;
      margin-left: 16.66667%;
      margin-right: 16.66667%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }
  @media only screen and (min-width: 641px) {
    .b-markets-list__item {
      width: 50%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-markets-list__item:nth-child(2n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-markets-list__item:nth-child(2n+2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (min-width: 1025px) {
    .b-markets-list__item {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-markets-list__item:nth-child(3n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-markets-list__item:nth-child(3n+2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .b-markets-list__item:nth-child(3n+3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }

.b-markets-list__link {
  color: #000;
  line-height: 36px;
  float: left; }
  .b-markets-list__link:hover {
    text-decoration: underline;
    color: #000; }

.b-markets-list__checkbox {
  display: none; }

.b-markets-list__checkbox:checked + label {
  border-bottom: 4px solid #ffc600; }

.b-markets-list__image-wrap {
  float: left;
  margin-right: 9px; }

.b-markets-list__image {
  height: 36px; }

.b-markets-list__label {
  line-height: 36px; }

.b-markets-list__item_theme_page {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px; }
  @media only screen and (min-width: 500px) {
    .b-markets-list__item_theme_page {
      width: 50%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-markets-list__item_theme_page:nth-child(2n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-markets-list__item_theme_page:nth-child(2n+2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (min-width: 641px) {
    .b-markets-list__item_theme_page {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      padding-left: 0; }
      .b-markets-list__item_theme_page:nth-child(3n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-markets-list__item_theme_page:nth-child(3n+2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .b-markets-list__item_theme_page:nth-child(3n+3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (min-width: 1025px) {
    .b-markets-list__item_theme_page {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-markets-list__item_theme_page:nth-child(4n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-markets-list__item_theme_page:nth-child(4n+2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none; }
      .b-markets-list__item_theme_page:nth-child(4n+3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .b-markets-list__item_theme_page:nth-child(4n+4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none; } }

.b-markets-list__item_sprite_markets-1:before {
  background-image: url(/img/sprites.png);
  background-position: -310px -209px;
  width: 24px;
  height: 33px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-1:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_sprite_markets-2:before {
  background-image: url(/img/sprites.png);
  background-position: -108px -329px;
  width: 24px;
  height: 30px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-2:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_sprite_markets-3:before {
  background-image: url(/img/sprites.png);
  background-position: 0px -368px;
  width: 20px;
  height: 31px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-3:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_sprite_markets-4:before {
  background-image: url(/img/sprites.png);
  background-position: -133px -329px;
  width: 28px;
  height: 24px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-4:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_sprite_markets-5:before {
  background-image: url(/img/sprites.png);
  background-position: -239px -329px;
  width: 26px;
  height: 22px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-5:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_sprite_markets-6:before {
  background-image: url(/img/sprites.png);
  background-position: -187px -329px;
  width: 24px;
  height: 24px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-6:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_sprite_markets-7:before {
  background-image: url(/img/sprites.png);
  background-position: -278px -276px;
  width: 35px;
  height: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-7:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_sprite_markets-8:before {
  background-image: url(/img/sprites.png);
  background-position: -162px -329px;
  width: 24px;
  height: 24px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-8:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_sprite_markets-9:before {
  background-image: url(/img/sprites.png);
  background-position: -212px -329px;
  width: 26px;
  height: 22px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-9:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_sprite_markets-10:before {
  background-image: url(/img/sprites.png);
  background-position: -310px -243px;
  width: 24px;
  height: 31px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-10:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_sprite_markets-11:before {
  background-image: url(/img/sprites.png);
  background-position: -310px -179px;
  width: 28px;
  height: 29px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-11:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_sprite_markets-12:before {
  background-image: url(/img/sprites.png);
  background-position: -21px -368px;
  width: 20px;
  height: 26px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-markets-list__item_sprite_markets-12:before {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-markets-list__item_padding-left_0 {
  padding-left: 0; }

.b-tabloid__link {
  padding-bottom: 48px;
  text-align: center;
  background-color: #fff; }
  @media only screen and (min-width: 1025px) {
    .b-tabloid__link {
      padding-bottom: 0;
      background-color: transparent; } }

.b-tabloid-board {
  padding: 18px 18px 0;
  border-radius: 0;
  background: #fff; }
  @media only screen and (min-width: 641px) {
    .b-tabloid-board {
      padding: 45px 45px 0; } }
  @media only screen and (min-width: 1025px) {
    .b-tabloid-board {
      margin-bottom: 24px;
      border-radius: 5px; } }

.b-tabloid-board__ttl {
  margin-bottom: 24px;
  font-size: 55px;
  line-height: 60px;
  font-family: "raleway-extrabold", sans-serif;
  text-align: center; }
  @media only screen and (min-width: 500px) {
    .b-tabloid-board__ttl {
      text-align: left; } }
  @media only screen and (min-width: 641px) {
    .b-tabloid-board__ttl {
      font-size: 80px;
      line-height: 84px;
      margin-bottom: 48px; } }

.b-tabloid-board__txt {
  margin-bottom: 48px; }

.b-tabloid-board__list:after {
  content: '';
  display: block;
  clear: both; }

.b-tabloid-board__item {
  margin-bottom: 48px;
  width: 50%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 16px;
  line-height: 24px;
  font-family: "raleway", sans-serif;
  color: #000;
  text-align: center; }
  .b-tabloid-board__item:nth-child(2n+1) {
    margin-left: 0%;
    margin-right: -100%;
    clear: both; }
  .b-tabloid-board__item:nth-child(2n+2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (min-width: 500px) {
    .b-tabloid-board__item {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      text-align: left; }
      .b-tabloid-board__item:nth-child(3n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-tabloid-board__item:nth-child(3n+2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .b-tabloid-board__item:nth-child(3n+3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (min-width: 641px) {
    .b-tabloid-board__item {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-tabloid-board__item:nth-child(4n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-tabloid-board__item:nth-child(4n+2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none; }
      .b-tabloid-board__item:nth-child(4n+3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .b-tabloid-board__item:nth-child(4n+4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none; } }

.b-tabloid-board__cnt {
  width: 66.66667%;
  margin: 0 auto; }
  @media only screen and (min-width: 500px) {
    .b-tabloid-board__cnt {
      width: 50%; } }
  @media only screen and (min-width: 641px) {
    .b-tabloid-board__cnt {
      width: 100%; } }

.b-tabloid-board__img {
  max-width: 100%; }

.b-tabloid-board__img-animate {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s; }

.b-tabloid-board__item_width_4 {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .b-tabloid-board__item_width_4 {
      width: 50%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }
  @media only screen and (min-width: 768px) {
    .b-tabloid-board__item_width_4 {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.b-tabloid-board__item_gallery_4 {
  width: 50%;
  float: left;
  padding-left: 9px;
  padding-right: 9px; }
  .b-tabloid-board__item_gallery_4:nth-child(2n+1) {
    margin-left: 0%;
    margin-right: -100%;
    clear: both; }
  .b-tabloid-board__item_gallery_4:nth-child(2n+2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (min-width: 641px) {
    .b-tabloid-board__item_gallery_4 {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-tabloid-board__item_gallery_4:nth-child(3n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-tabloid-board__item_gallery_4:nth-child(3n+2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .b-tabloid-board__item_gallery_4:nth-child(3n+3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }

.b-tabloid-board__img-wrap_text-align_center {
  text-align: center; }

.b-tabloid-board__ttl_theme_small {
  margin-bottom: 24px;
  font-size: 55px;
  line-height: 60px;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .b-tabloid-board__ttl_theme_small {
      text-align: left; } }

@media only screen and (max-width: 350px) {
  .b-tabloid-board__img_mobile_scale {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); } }

.b-tabloid-numb {
  margin-bottom: 72px;
  margin-left: 4.16667%;
  float: left;
  margin-top: -24px;
  width: 41.66667%;
  font-family: "raleway", sans-serif;
  color: #fff;
  text-align: left; }
  @media only screen and (min-width: 641px) {
    .b-tabloid-numb {
      margin-left: 25%;
      width: 25%; } }
  @media only screen and (min-width: 1025px) {
    .b-tabloid-numb {
      padding-right: 90px;
      float: none;
      margin-left: 0;
      width: 100%; } }

.b-tabloid-numb__number {
  font-size: 85px;
  line-height: 96px; }
  @media only screen and (min-width: 641px) {
    .b-tabloid-numb__number {
      font-size: 110px;
      line-height: 120px; } }

.b-tabloid-numb_theme_cenered {
  margin-left: 12.5%; }
  @media only screen and (min-width: 1025px) {
    .b-tabloid-numb_theme_cenered {
      padding: 0 45px;
      margin-left: 0; } }

.b-rests {
  border-radius: 5px;
  color: #fff; }

.b-rests__ttl {
  margin-bottom: 48px;
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 40px;
  line-height: 48px;
  font-family: "raleway-extrabold", sans-serif;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .b-rests__ttl {
      font-size: 55px;
      line-height: 60px; } }
  @media only screen and (min-width: 1025px) {
    .b-rests__ttl {
      font-size: 80px;
      line-height: 84px;
      text-align: left;
      padding: 0; } }

.b-rests__list:after {
  content: '';
  display: block;
  clear: both; }

.b-rests__item-wrap {
  margin-bottom: 48px;
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px; }
  @media only screen and (min-width: 641px) {
    .b-rests__item-wrap {
      width: 50%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-rests__item-wrap:nth-child(2n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-rests__item-wrap:nth-child(2n+2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (min-width: 960px) {
    .b-rests__item-wrap {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-rests__item-wrap:nth-child(3n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-rests__item-wrap:nth-child(3n+2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .b-rests__item-wrap:nth-child(3n+3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }

.b-rests__item {
  margin: 0 auto; }
  @media only screen and (min-width: 1025px) {
    .b-rests__item {
      margin: auto; } }

@media only screen and (min-width: 641px) {
  .b-rests__item-wrap_theme_display-none {
    display: none; } }

@media only screen and (min-width: 960px) {
  .b-rests__item-wrap_theme_display-none {
    display: block; } }

.b-rest__front {
  font-size: 16px;
  line-height: 24px;
  padding: 27px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  font-family: "raleway", sans-serif;
  color: #000; }
  @media only screen and (min-width: 1025px) {
    .b-rest__front {
      padding: 36px; } }

.b-rest__location {
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "roboto-regular", sans-serif; }

.b-rest__name {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 12px; }

.b-rest__link {
  text-align: center; }

.b-rest__back-img {
  width: 100%;
  height: 100%;
  border-radius: 5px; }

.b-rests__item {
  -webkit-perspective: 1000;
  perspective: 1000; }

@media only screen and (min-width: 1025px) {
  .b-rests__item:hover .b-rest, .b-rests__item.hover .b-rest {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

.b-rests__item, .b-rest__front, .b-rest__back {
  width: 302px;
  height: 216px; }
  @media only screen and (min-width: 1025px) {
    .b-rests__item, .b-rest__front, .b-rest__back {
      width: 322px; } }

.b-rest {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

.b-rest__front, .b-rest__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.b-rest__front {
  z-index: 2; }

.b-rest__back {
  z-index: 2;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-radius: 5px; }

.b-route-info {
  text-align: center; }
  .b-route-info:after {
    content: '';
    display: block;
    clear: both; }

.b-route-info__ttl {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 48px;
  font-family: "raleway-extrabold", sans-serif; }
  @media only screen and (min-width: 641px) {
    .b-route-info__ttl {
      font-size: 55px;
      line-height: 60px; } }
  @media only screen and (min-width: 1025px) {
    .b-route-info__ttl {
      margin-bottom: 12px; } }

.b-route-info__link {
  margin-bottom: 24px;
  text-align: center; }

.b-route-info__list:after {
  content: '';
  display: block;
  clear: both; }

.b-route-info__item {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 24px; }
  .b-route-info__item:nth-child(1n+1) {
    margin-left: 0%;
    margin-right: -100%;
    clear: both; }
  @media only screen and (min-width: 500px) {
    .b-route-info__item {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-bottom: 0; }
      .b-route-info__item:nth-child(3n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-route-info__item:nth-child(3n+2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .b-route-info__item:nth-child(3n+3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }

.b-route-info__name {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 12px; }

.b-route-info__name-link {
  color: inherit; }
  .b-route-info__name-link:hover {
    text-decoration: underline;
    color: inherit; }

.b-route-info__search {
  margin-left: 4.16667%;
  margin-bottom: 24px;
  width: 91.66667%; }
  .b-route-info__search:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .b-route-info__search {
      width: 100%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 0; } }

.b-route-info__input {
  margin-bottom: 24px;
  width: 100%; }
  @media only screen and (min-width: 641px) {
    .b-route-info__input {
      width: 58.33333%;
      float: left; } }
  @media only screen and (min-width: 1025px) {
    .b-route-info__input {
      width: 45.83333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 16.66667%; } }

.b-route-info__input-btn {
  width: 100%; }
  @media only screen and (min-width: 641px) {
    .b-route-info__input-btn {
      margin-left: 4.16667%;
      width: 37.5%;
      float: left; } }
  @media only screen and (min-width: 1025px) {
    .b-route-info__input-btn {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      text-align: left;
      margin-left: 0; } }
  .b-route-info__input-btn input[type='submit'] {
    line-height: 24px;
    height: 46px; }

.b-route-info_margin-trailer_1 {
  margin-bottom: 24px; }

.b-route-info__descr_margin-trailer_1 {
  margin-bottom: 24px; }

.b-route-info__input_theme_full {
  width: 100%;
  padding: 0;
  margin: 0; }

.b-map {
  height: 528px;
  padding: 0 18px; }

.b-map_height_29 {
  height: 696px; }

.b-socials__ttl {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
  font-family: "raleway-extrabold", sans-serif;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .b-socials__ttl {
      margin-bottom: 60px;
      font-size: 60px;
      line-height: 72px; } }

.b-social {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  padding: 0 18px;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .b-social {
      width: 50%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.b-social__cnt {
  margin-bottom: 24px;
  padding: 0 45px; }
  @media only screen and (min-width: 641px) {
    .b-social__cnt {
      margin-bottom: 48px; } }

.b-social__ttl {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 12px; }

.b-social__widget-wrap {
  margin-bottom: 48px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 641px) {
    .b-social__widget-wrap {
      margin: 0 auto; } }

.b-social__widget {
  margin-bottom: 48px;
  width: 284px;
  height: 276px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 1025px) {
    .b-social__widget {
      width: 100%; } }

.b-footer__info {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .b-footer__info {
      display: block; } }

.b-footer-info {
  margin-bottom: 48px; }

.b-footer-info__list:after {
  content: '';
  display: block;
  clear: both; }

.b-footer-info__item {
  width: 33.33333%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 48px;
  padding-right: 36px; }
  .b-footer-info__item:nth-child(3n+1) {
    margin-left: 0%;
    margin-right: -100%;
    clear: both; }
  .b-footer-info__item:nth-child(3n+2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none; }
  .b-footer-info__item:nth-child(3n+3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (min-width: 641px) {
    .b-footer-info__item {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-bottom: 48px;
      padding-right: 36px; }
      .b-footer-info__item:nth-child(3n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-footer-info__item:nth-child(3n+2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .b-footer-info__item:nth-child(3n+3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }

.b-footer-info__txt {
  font-size: 14px;
  line-height: 24px;
  text-align: left; }

.b-footer-contacts__list:after {
  content: '';
  display: block;
  clear: both; }

.b-footer-contacts__item {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 48px;
  padding: 0 9px;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .b-footer-contacts__item {
      width: 50%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-bottom: 24px;
      padding: 0 27px; } }
  @media only screen and (min-width: 1025px) {
    .b-footer-contacts__item {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-bottom: 0; } }

.b-footer-contacts__caption {
  font-size: 11px;
  line-height: 24px;
  font-family: "roboto-regular", sans-serif;
  text-transform: uppercase; }

.b-footer-contacts__ttl {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 12px;
  font-family: "raleway-extrabold", sans-serif; }
  @media only screen and (min-width: 1025px) {
    .b-footer-contacts__ttl {
      margin-bottom: 0; } }

.b-footer-contacts__link {
  color: #000; }
  .b-footer-contacts__link:hover {
    color: #000;
    text-decoration: underline; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .b-footer-contacts__item_theme_center {
    width: 100%;
    float: left;
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 48px; } }

@media only screen and (min-width: 1025px) {
  .b-footer-contacts__item_theme_center {
    width: 33.33333%;
    float: left;
    padding-left: 9px;
    padding-right: 9px; } }

.b-footer-rights {
  width: 100%;
  height: 384px;
  padding-top: 144px;
  position: relative; }
  @media only screen and (min-width: 641px) {
    .b-footer-rights {
      height: 240px; } }
  .b-footer-rights:before {
    background-image: url(/img/sprites.png);
    background-position: 0px 0px;
    width: 309px;
    height: 227px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -154.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-footer-rights:before {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-footer-rights__owner {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  position: absolute;
  top: 0; }
  @media only screen and (min-width: 641px) {
    .b-footer-rights__owner {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      position: static; } }

.b-footer-rights__agency {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  position: absolute;
  top: 92px; }
  @media only screen and (min-width: 641px) {
    .b-footer-rights__agency {
      margin-left: 58.33333%;
      width: 16.66667%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      position: static;
      padding-top: 11.5px; } }

.b-animation-img-cnt {
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.b-animation-block {
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
  position: absolute;
  visibility: visible !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  bottom: 0;
  top: 0;
  left: 50%;
  overflow: auto; }

.b-animation-block_top_none {
  top: auto; }

.b-animation-block_theme_sunlight {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  width: 100%;
  height: 100%;
  right: 0;
  left: 0; }

.b-animation-block_theme_baloon {
  margin-left: -292.5px; }

.b-animation-block_theme_belt {
  margin-left: -648px; }

.b-animation-block_theme_skates-glass {
  margin-left: -625px; }

.b-video {
  position: absolute;
  display: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  @media only screen and (min-width: 1025px) {
    .b-video {
      display: block; } }

@media only screen and (min-width: 641px) {
  .b-offer {
    margin-left: 4.16667%;
    width: 91.66667%; } }

@media only screen and (min-width: 1025px) {
  .b-offer {
    width: 100%;
    margin-left: 0; } }

.b-offer__ttl {
  margin-bottom: 24px;
  margin-left: 4.16667%;
  width: 91.66667%; }
  .b-offer__ttl:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 641px) {
    .b-offer__ttl {
      width: 100%;
      margin-left: 0; } }

.b-offer__info {
  margin-bottom: 24px; }
  .b-offer__info:after {
    content: '';
    display: block;
    clear: both; }

.b-offer__cnt:after {
  content: '';
  display: block;
  clear: both; }

@media only screen and (min-width: 1025px) {
  .b-offer__cnt {
    margin-left: 16.66667%;
    margin-right: 16.66667%; } }

.b-offer__gallery {
  margin-bottom: 38px; }
  .b-offer__gallery:after {
    content: '';
    display: block;
    clear: both; }

.b-offer__link {
  text-align: center; }

.b-card-info {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
  .b-card-info:after {
    content: '';
    display: block;
    clear: both; }

.b-card-info__list {
  margin-left: 4.16667%;
  width: 91.66667%; }
  .b-card-info__list:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .b-card-info__list {
      width: 100%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 0; } }

.b-card-info__item {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 24px;
  position: relative; }
  @media only screen and (min-width: 641px) {
    .b-card-info__item {
      width: 41.66667%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }
  @media only screen and (min-width: 768px) {
    .b-card-info__item {
      font-size: 14px;
      line-height: 24px;
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1025px) {
    .b-card-info__item {
      font-size: 16px;
      line-height: 24px; } }
  .b-card-info__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px; }

.b-card-info_theme_about {
  padding-top: 0;
  border-top: none; }

.b-card-info__item_theme_span {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px; }

.b-card-info_margin-trailer_2 {
  margin-bottom: 48px; }

.b-card-info_border-top_only-desktop {
  border-top-color: transparent; }
  @media only screen and (min-width: 1025px) {
    .b-card-info_border-top_only-desktop {
      border-top-color: #e1e1e1; } }

.b-card-ttl__img {
  margin-bottom: 12px; }
  @media only screen and (min-width: 641px) {
    .b-card-ttl__img {
      width: 16.66667%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-bottom: 0px;
      line-height: 84px; } }
  .b-card-ttl__img img {
    max-width: 100%;
    max-height: 120px;
    vertical-align: middle; }

@media only screen and (min-width: 641px) {
  .b-card-ttl__cnt {
    width: 83.33333%;
    float: left;
    padding-left: 9px;
    padding-right: 9px; } }

.b-card-ttl__ttl {
  font-size: 40px;
  line-height: 48px;
  font-family: "raleway-extrabold", sans-serif; }
  @media only screen and (min-width: 641px) {
    .b-card-ttl__ttl {
      font-size: 55px;
      line-height: 60px; } }

.b-card-ttl__descr {
  color: #959595; }

.b-card-ttl__ttl_theme_sprite {
  position: relative;
  display: inline-block;
  padding-right: 18px; }
  .b-card-ttl__ttl_theme_sprite:after {
    background-image: url(/img/sprites.png);
    background-position: -373px -329px;
    width: 22px;
    height: 17px;
    content: '';
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-card-ttl__ttl_theme_sprite:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-card-ttl__cnt_span_full {
  width: 100%; }

@media only screen and (min-width: 641px) {
  .b-card-ttl__img_pos_right {
    width: 16.66667%;
    float: right;
    padding-left: 9px;
    padding-right: 9px; } }

.b-card-cnt {
  margin-left: 4.16667%;
  margin-right: 4.16667%;
  width: 91.66667%; }
  .b-card-cnt:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .b-card-cnt {
      width: 75%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-right: 0;
      margin-left: 0; } }

.b-card-cnt__main-txt {
  font-size: 24px;
  line-height: 36px; }

.b-card-cnt__aside-wrap {
  margin-left: 8.33333%;
  width: 83.33333%; }
  .b-card-cnt__aside-wrap:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 500px) {
    .b-card-cnt__aside-wrap {
      margin-left: 16.66667%; } }
  @media only screen and (min-width: 641px) {
    .b-card-cnt__aside-wrap {
      margin-left: 8.33333%; } }
  @media only screen and (min-width: 1025px) {
    .b-card-cnt__aside-wrap {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 0; } }

.b-card-cnt__aside {
  margin-bottom: 24px;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 641px) {
    .b-card-cnt__aside {
      width: 50%;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1025px) {
    .b-card-cnt__aside {
      width: 100%; } }

.b-card-cnt_span_8-5 {
  margin-left: 4.16667%;
  width: 91.66667%; }
  @media only screen and (min-width: 1025px) {
    .b-card-cnt_span_8-5 {
      width: 70.83333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 0; } }

.b-card-cnt__aside-wrap_span-push_3-5 {
  margin-left: 4.16667%;
  width: 91.66667%; }
  @media only screen and (min-width: 1025px) {
    .b-card-cnt__aside-wrap_span-push_3-5 {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 4.16667%; } }

.b-card-cnt_theme_standshops {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-left: 0;
  padding: 0; }
  @media only screen and (min-width: 1025px) {
    .b-card-cnt_theme_standshops {
      margin: inherit; } }

.b-card-list {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px; }

.b-card-list__ttl {
  font-size: 16px;
  line-height: 24px;
  font-family: "raleway-extrabold", sans-serif; }

.b-card-list__item {
  position: relative;
  left: 5px; }
  .b-card-list__item:before {
    content: '—';
    position: relative;
    left: -5px; }

.b-about__info {
  margin-bottom: 48px; }

.b-about__cnt {
  margin-bottom: 24px; }
  .b-about__cnt:after {
    content: '';
    display: block;
    clear: both; }

.b-about__statistics {
  margin-bottom: 24px; }
  .b-about__statistics:after {
    content: '';
    display: block;
    clear: both; }

.b-number {
  position: relative;
  height: 156px;
  width: 240px; }
  .b-number:after {
    content: '';
    display: block;
    clear: both; }

.b-number__numb {
  position: absolute;
  top: 12px;
  left: 36px;
  font-size: 130px; }
  @media only screen and (min-width: 1025px) {
    .b-number__numb {
      opacity: 0; } }

.b-number__descr {
  position: absolute;
  top: 36px;
  left: 47%;
  width: 50%; }

.b-number__img {
  position: absolute;
  left: 0;
  top: 24px; }

.b-number__descr_top_4 {
  top: 72px; }

.b-number__img_top_3 {
  top: 72px; }

.b-number__numb_theme_numb-2 {
  top: 36px;
  left: 9px; }

.b-simple-numbers {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #959595; }
  .b-simple-numbers:after {
    content: '';
    display: block;
    clear: both; }

.b-simple-numbers__item {
  text-align: center; }
  @media only screen and (min-width: 500px) {
    .b-simple-numbers__item {
      width: 50%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }
  @media only screen and (min-width: 641px) {
    .b-simple-numbers__item {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.b-simple-numbers__numb {
  font-size: 85px;
  line-height: 96px; }
  @media only screen and (min-width: 1025px) {
    .b-simple-numbers__numb {
      opacity: 0; } }

.b-category-item__ttl {
  margin-bottom: 48px;
  margin-left: 4.16667%;
  width: 91.66667%; }
  .b-category-item__ttl:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .b-category-item__ttl {
      width: 100%;
      margin-left: 0; } }

.b-category-item__info {
  margin-bottom: 48px; }
  .b-category-item__info:after {
    content: '';
    display: block;
    clear: both; }

.b-category-item__cnt {
  margin-bottom: 24px; }
  .b-category-item__cnt:after {
    content: '';
    display: block;
    clear: both; }

.b-category-item__gallery {
  margin-bottom: 38px; }
  .b-category-item__gallery:after {
    content: '';
    display: block;
    clear: both; }

.b-category-item__link {
  text-align: center; }

.b-propose__img-wrap {
  margin-bottom: 12px;
  width: 33.33333%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  max-height: 96px; }
  @media only screen and (min-width: 641px) {
    .b-propose__img-wrap {
      width: 16.66667%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }
  @media only screen and (min-width: 1025px) {
    .b-propose__img-wrap {
      width: 100%;
      float: none;
      padding-right: 0;
      padding-left: 0; } }

.b-propose__img {
  max-width: 100%; }

.b-propose__cnt {
  width: 66.66667%;
  float: left;
  padding-left: 9px;
  padding-right: 9px; }
  @media only screen and (min-width: 641px) {
    .b-propose__cnt {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }
  @media only screen and (min-width: 1025px) {
    .b-propose__cnt {
      width: 100%;
      float: left;
      padding-right: 0;
      padding-left: 0; } }

.b-propose__ttl {
  font-size: 11px;
  line-height: 24px;
  font-family: "roboto-regular", sans-serif;
  text-transform: uppercase; }

.b-propose__descr {
  color: #000; }

.b-rests-page__list:after {
  content: '';
  display: block;
  clear: both; }

@media only screen and (min-width: 641px) {
  .b-rests-page__list {
    margin-left: 4.16667%;
    margin-right: 4.16667%; } }

@media only screen and (min-width: 1025px) {
  .b-rests-page__list {
    width: 100%;
    margin: 0; } }

.b-rests-page__item {
  width: 91.66667%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-left: 4.16667%;
  margin-bottom: 24px; }
  @media only screen and (min-width: 500px) {
    .b-rests-page__item {
      width: 50%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-right: 0;
      margin-left: 0; } }
  @media only screen and (min-width: 768px) {
    .b-rests-page__item {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.b-rest-page {
  width: 100%; }

.b-rest-page__img-wrap {
  overflow: hidden;
  height: 222px; }

.b-rest-page__img {
  min-width: 100%;
  height: 100%; }

.b-rest-page__cnt {
  height: 300px;
  overflow: hidden;
  padding: 24px;
  border-radius: 0 0 5px 5px;
  border-top: none;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  text-align: center; }

.b-rest-page__descr {
  margin-bottom: 12px;
  color: #959595; }

.b-rest-page__info-item {
  margin-bottom: 12px; }

.b-rest-page__img-animate {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s; }

.b-standshops__ttl {
  margin-bottom: 48px;
  margin-left: 4.16667%;
  width: 91.66667%; }
  .b-standshops__ttl:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .b-standshops__ttl {
      width: 100%; } }

.b-standshops__info {
  margin-bottom: 48px; }
  .b-standshops__info:after {
    content: '';
    display: block;
    clear: both; }

.b-standshops__img-wrap {
  overflow: hidden;
  background-color: #e1e1e1;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .b-standshops__img-wrap {
      margin-left: 4.16667%;
      width: 83.33333%; } }
  @media only screen and (min-width: 1025px) {
    .b-standshops__img-wrap {
      width: 64.16667%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 0; } }
  .b-standshops__img-wrap img {
    vertical-align: middle; }

.b-standshops__aside {
  margin-left: 4.16667%;
  width: 91.66667%; }
  @media only screen and (min-width: 1025px) {
    .b-standshops__aside {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 2.5%; } }

.b-standshops__link {
  text-align: center; }

.b-map-nav__item {
  float: left;
  margin-right: 9px; }

.b-map-nav__ttl {
  margin-right: 9px;
  line-height: 36px;
  height: 36px; }

.b-map-nav__thumbs {
  height: 36px;
  width: 36px;
  line-height: 34px;
  border-radius: 50%;
  border: 1px solid #00abbd;
  color: #000;
  display: block;
  text-align: center; }
  .b-map-nav__thumbs:hover {
    color: #fff;
    background-color: #00abbd; }

.b-map-nav__thumbs_theme_green-dark {
  border-color: #00abbd; }
  .b-map-nav__thumbs_theme_green-dark:hover {
    background-color: #00abbd; }

.b-map-nav__thumbs_theme_green {
  border-color: #74a630; }
  .b-map-nav__thumbs_theme_green:hover {
    background-color: #74a630; }

.b-map-nav__thumbs_theme_yellow {
  border-color: #ffc90c; }
  .b-map-nav__thumbs_theme_yellow:hover {
    background-color: #ffc90c; }

.b-map-nav__thumbs_theme_center {
  position: relative;
  text-indent: -5px; }

.b-map-nav__thumbs_theme_green-dark.is-active {
  background-color: #00abbd; }

.b-map-nav__thumbs_theme_green.is-active {
  background-color: #74a630; }

.b-map-nav__thumbs_theme_yellow.is-active {
  background-color: #ffc90c; }

.b-map-page {
  position: relative;
  text-align: center;
  background-color: #e1e1e1; }
  @media only screen and (min-width: 641px) {
    .b-map-page {
      min-height: 576px; } }
  @media only screen and (min-width: 1025px) {
    .b-map-page {
      min-height: 696px; } }

.b-map-page__img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 384px; }
  @media only screen and (min-width: 641px) {
    .b-map-page__img {
      max-height: 720px; } }

.b-map-page__complex-wrap {
  position: absolute;
  display: none;
  bottom: 27px;
  left: 45px;
  width: 144px;
  height: 144px; }
  @media only screen and (min-width: 641px) {
    .b-map-page__complex-wrap {
      display: block; } }

.b-map-page__complex {
  max-width: 100%; }

.b-map-descr__close-wrap {
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e1e1; }

.b-map-descr__close {
  padding: 0 45px; }

.b-map-descr__info-wrap {
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px; }
  @media only screen and (min-width: 641px) {
    .b-map-descr__info-wrap {
      border-bottom: 1px solid #e1e1e1; } }

.b-map-descr__info {
  padding: 0 45px; }

.b-map-descr__propose-wrap {
  padding-top: 24px;
  padding-bottom: 24px;
  display: none; }
  @media only screen and (min-width: 641px) {
    .b-map-descr__propose-wrap {
      display: block; } }

.b-map-descr__propose {
  padding: 0 45px; }

.b-map-info__img {
  max-width: 100%; }

.b-map-info__ttl {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px; }

.b-map-info__txt {
  margin-bottom: 12px; }

.b-map-info__link {
  margin-bottom: 24px;
  display: inline-block; }

.b-map-info__item {
  margin-bottom: 24px; }

.b-map-propose__img-wrap {
  margin-bottom: 12px; }

.b-map-propose__img {
  max-width: 100%; }

.b-map-propose__date {
  font-size: 11px;
  line-height: 24px;
  font-family: "roboto-regular", sans-serif;
  text-transform: uppercase; }

.b-shops__ttl {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
  font-family: "raleway-extrabold", sans-serif;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .b-shops__ttl {
      font-size: 55px;
      line-height: 60px; } }

.b-shops__list {
  margin-bottom: 24px; }
  .b-shops__list:after {
    content: '';
    display: block;
    clear: both; }

.b-shops__item {
  margin-bottom: 48px; }
  .b-shops__item:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 500px) {
    .b-shops__item {
      margin-left: 8.33333%; } }
  @media only screen and (min-width: 641px) and (max-width: 1024px) {
    .b-shops__item {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 0; }
      .b-shops__item:nth-child(3n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-shops__item:nth-child(3n+2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .b-shops__item:nth-child(3n+3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (min-width: 1025px) {
    .b-shops__item {
      width: 100%;
      margin-left: 0; } }

.b-shops__link {
  text-align: center; }

.b-shop__item {
  margin-bottom: 24px; }
  @media only screen and (min-width: 1025px) {
    .b-shop__item {
      width: 16.66667%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.b-shop__img-wrap {
  height: 96px;
  text-align: left; }
  .b-shop__img-wrap a {
    line-height: 24px; }
  .b-shop__img-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.b-shop__img {
  vertical-align: top;
  max-width: 90%;
  max-height: 100%; }

.b-shop__ttl {
  font-size: 24px;
  line-height: 36px; }

.b-shop__txt {
  color: #959595; }

.b-shop__img-animate {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s; }

.b-shop__info {
  display: inline-block; }
  @media only screen and (min-width: 1025px) {
    .b-shop__info {
      display: block; } }

.b-shop__item_width_4 {
  margin-bottom: 24px; }
  @media only screen and (min-width: 1025px) {
    .b-shop__item_width_4 {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.b-shop__item_margin-leader_05 {
  margin-top: 12px; }

.b-map-gallery {
  position: relative; }

.b-map-gallery__cnt {
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 1; }

.b-map-gallery__ttl {
  font-size: 40px;
  line-height: 48px;
  font-family: "raleway-extrabold", sans-serif;
  display: inline;
  padding: 0 9px;
  background-color: #fff; }
  @media only screen and (min-width: 641px) {
    .b-map-gallery__ttl {
      font-size: 55px;
      line-height: 60px; } }

.b-map-search {
  text-align: center;
  color: #000; }

.b-map-search__img {
  background-image: url(/img/sprites.png);
  background-position: 0px -276px;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-map-search__img {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }

.b-map-search__ttl {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 36px; }

.b-photogallery {
  margin-left: 4.16667%;
  width: 91.66667%; }
  .b-photogallery:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .b-photogallery {
      width: 100%;
      margin-left: 0; } }

.b-photogallery__item {
  margin-bottom: 48px; }
  @media only screen and (min-width: 768px) {
    .b-photogallery__item {
      width: 50%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }

.b-photogallery__link {
  text-align: center; }

.b-photo {
  width: 100%;
  height: 504px; }
  @media only screen and (min-width: 500px) {
    .b-photo {
      height: 480px; } }

.b-photo__link-wrap {
  color: inherit; }
  .b-photo__link-wrap:hover {
    color: inherit; }

.b-photo__img-wrap {
  overflow: hidden;
  width: 100%;
  height: 300px; }

.b-photo__img {
  background: 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.b-photo__cnt {
  padding: 12px 24px 0;
  height: 204px;
  text-align: left;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 5px 5px;
  border-top: none;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-left: 1px solid #959595; }
  @media only screen and (min-width: 500px) {
    .b-photo__cnt {
      height: 180px; } }

.b-photo__info-list {
  font-size: 11px;
  line-height: 24px;
  font-family: "roboto-regular", sans-serif;
  text-transform: uppercase;
  color: #959595; }
  .b-photo__info-list:after {
    content: '';
    display: block;
    clear: both; }

.b-photo__info-item {
  width: 50%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  padding: 0; }

.b-photo__ttl {
  font-size: 24px;
  line-height: 48px; }

.b-photo__img-animate {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s; }

.b-photo__info-item_text-align_right {
  text-align: right; }

.b-album {
  margin-left: 4.16667%;
  width: 91.66667%;
  text-align: center; }
  @media only screen and (min-width: 1025px) {
    .b-album {
      width: 100%;
      margin-left: 0; } }

@media only screen and (min-width: 641px) {
  .b-album__cnt {
    margin-left: 4.16667%;
    width: 91.66667%; } }

@media only screen and (min-width: 1025px) {
  .b-album__cnt {
    width: 66.66667%;
    float: left;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: 16.66667%; } }

.b-album__ttl {
  margin-bottom: 24px;
  font-size: 55px;
  line-height: 60px;
  font-family: "raleway-extrabold", sans-serif; }

.b-album__txt {
  margin-bottom: 36px;
  margin-left: 4.16667%;
  width: 91.66667%; }
  @media only screen and (min-width: 641px) {
    .b-album__txt {
      width: 100%;
      margin-left: 0; } }

.b-album__info {
  margin-bottom: 24px; }

.b-album__list {
  margin-bottom: 12px; }
  .b-album__list:after {
    content: '';
    display: block;
    clear: both; }

.b-album__item {
  width: 50%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 36px;
  height: 132px;
  overflow: hidden; }
  .b-album__item:nth-child(2n+1) {
    margin-left: 0%;
    margin-right: -100%;
    clear: both; }
  .b-album__item:nth-child(2n+2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (min-width: 641px) {
    .b-album__item {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-album__item:nth-child(4n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-album__item:nth-child(4n+2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none; }
      .b-album__item:nth-child(4n+3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .b-album__item:nth-child(4n+4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (min-width: 1025px) {
    .b-album__item {
      width: 20%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-album__item:nth-child(5n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-album__item:nth-child(5n+2) {
        margin-left: 20%;
        margin-right: -100%;
        clear: none; }
      .b-album__item:nth-child(5n+3) {
        margin-left: 40%;
        margin-right: -100%;
        clear: none; }
      .b-album__item:nth-child(5n+4) {
        margin-left: 60%;
        margin-right: -100%;
        clear: none; }
      .b-album__item:nth-child(5n+5) {
        margin-left: 80%;
        margin-right: -100%;
        clear: none; } }

.b-album__img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.b-album__thumbs {
  max-width: 100%;
  min-height: 132px; }

.b-album__img-animate {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s; }

.mfp-bottom-bar {
  background-color: #fff;
  color: #000;
  top: 99%;
  border-radius: 0 0 5px 5px; }

.mfp-title {
  margin-left: 4.16667%;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
  min-height: 72px;
  position: relative;
  width: 91.66667%;
  padding-top: 12px;
  padding-right: 0;
  color: #000; }
  @media only screen and (min-width: 768px) {
    .mfp-title {
      margin-left: 29.16667%;
      width: 62.5%; } }
  @media only screen and (min-width: 1025px) {
    .mfp-title {
      font-size: 16px;
      line-height: 24px; } }

.mfp-counter {
  margin-left: 4.16667%;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
  color: #000;
  position: relative;
  float: left; }
  @media only screen and (min-width: 768px) {
    .mfp-counter {
      position: absolute;
      top: 12px;
      left: 0; } }

.b-mfp-arrow {
  position: fixed;
  top: 20.5px;
  width: 60px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 1045; }
  @media only screen and (min-width: 900px) {
    .b-mfp-arrow {
      position: absolute;
      top: 0;
      height: 100%; } }
  .b-mfp-arrow:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 19px; }
    @media only screen and (min-width: 900px) {
      .b-mfp-arrow:after {
        top: 50%;
        margin-top: -20px; } }

.b-mfp-arrow-right {
  left: 78px; }
  @media only screen and (min-width: 900px) {
    .b-mfp-arrow-right {
      right: 0;
      left: auto; } }
  .b-mfp-arrow-right:after {
    background-image: url(/img/sprites.png);
    background-position: -376px -287px;
    width: 22px;
    height: 40px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-mfp-arrow-right:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-mfp-arrow-left {
  left: 0; }
  .b-mfp-arrow-left:after {
    background-image: url(/img/sprites.png);
    background-position: -353px -287px;
    width: 22px;
    height: 40px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-mfp-arrow-left:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-mfp-close {
  background-image: url(/img/sprites.png);
  background-position: -353px -162px;
  width: 33px;
  height: 33px;
  display: block;
  position: fixed;
  right: 40px;
  top: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1046; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-mfp-close {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }
  @media only screen and (min-width: 900px) {
    .b-mfp-close {
      right: 66px; } }

.b-rent-info__list {
  margin-bottom: 24px;
  margin-left: 4.16667%;
  width: 91.66667%; }
  .b-rent-info__list:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .b-rent-info__list {
      width: 100%;
      margin-left: 0; } }

.b-rent-info__item {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center; }
  .b-rent-info__item:nth-child(1n+1) {
    margin-left: 0%;
    margin-right: -100%;
    clear: both; }
  @media only screen and (min-width: 641px) {
    .b-rent-info__item {
      width: 100%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-rent-info__item:nth-child(1n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; } }
  @media only screen and (min-width: 768px) {
    .b-rent-info__item {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-rent-info__item:nth-child(3n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-rent-info__item:nth-child(3n+2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .b-rent-info__item:nth-child(3n+3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }

.b-rent-info__cnt-wrap {
  margin-bottom: 24px; }
  @media only screen and (min-width: 1025px) {
    .b-rent-info__cnt-wrap {
      margin-bottom: 0px;
      padding: 0 18px; } }

.b-rent-info__ttl {
  font-size: 30px;
  line-height: 36px; }

.b-rent-info__descr-wrap {
  margin-bottom: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid #959595;
  border-right: none;
  border-bottom: 1px solid #959595;
  border-left: none; }
  .b-rent-info__descr-wrap:after {
    content: '';
    display: block;
    clear: both; }

.b-rent-info__descr {
  font-size: 24px;
  line-height: 36px;
  margin-left: 4.16667%;
  width: 91.66667%; }
  @media only screen and (min-width: 641px) {
    .b-rent-info__descr {
      width: 66.66667%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-left: 16.66667%; } }

.b-rent-info__bracket {
  margin-bottom: 24px; }
  @media only screen and (min-width: 641px) {
    .b-rent-info__bracket {
      margin-left: 4.16667%;
      width: 91.66667%; } }
  @media only screen and (min-width: 1025px) {
    .b-rent-info__bracket {
      width: 100%;
      margin-left: 0; } }

.b-rent-info__item_theme_four-item-desktop {
  margin-bottom: 24px;
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px; }
  .b-rent-info__item_theme_four-item-desktop:nth-child(1n+1) {
    margin-left: 0%;
    margin-right: -100%;
    clear: both; }
  @media only screen and (min-width: 641px) {
    .b-rent-info__item_theme_four-item-desktop {
      width: 50%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-rent-info__item_theme_four-item-desktop:nth-child(2n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-rent-info__item_theme_four-item-desktop:nth-child(2n+2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (min-width: 768px) {
    .b-rent-info__item_theme_four-item-desktop {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; }
      .b-rent-info__item_theme_four-item-desktop:nth-child(4n+1) {
        margin-left: 0%;
        margin-right: -100%;
        clear: both; }
      .b-rent-info__item_theme_four-item-desktop:nth-child(4n+2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none; }
      .b-rent-info__item_theme_four-item-desktop:nth-child(4n+3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .b-rent-info__item_theme_four-item-desktop:nth-child(4n+4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none; } }

.b-rent-info__ttl_fsz_24 {
  font-size: 24px;
  line-height: 36px; }

.b-rent-info__cnt-wrap_gutter_1 {
  padding-left: 9px;
  padding-right: 9px; }

.b-rent-info__list_margin-trailer_0 {
  margin-bottom: 0px; }

.b-rent-info__item_margin-leader_1 {
  margin-top: 24px; }

.b-rent-map {
  border-radius: 5px;
  overflow: hidden; }
  .b-rent-map:after {
    content: '';
    display: block;
    clear: both; }

.b-rent-map__img-wrap {
  width: 1024px;
  float: left;
  position: relative;
  left: 50%;
  margin-left: -512px;
  overflow: hidden;
  text-align: center;
  background-color: #e9e9ea; }
  @media only screen and (min-width: 1025px) {
    .b-rent-map__img-wrap {
      background-color: transparent;
      width: 66.66667%;
      float: left;
      border-radius: 5px 0 0 5px;
      height: 696px; } }

.b-rent-map__img {
  width: 70%;
  max-width: 100%; }
  @media only screen and (min-width: 641px) {
    .b-rent-map__img {
      width: auto;
      max-width: none; } }
  @media only screen and (min-width: 1025px) {
    .b-rent-map__img {
      height: 696px;
      margin-left: -42px; } }

.b-rent-map__cnt-wrap {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  border-top: 1px solid #959595; }
  @media only screen and (min-width: 1025px) {
    .b-rent-map__cnt-wrap {
      float: right;
      width: 33.33333%;
      height: 696px;
      border-radius: 0 5px 5px 0;
      border-top: 1px solid #e1e1e1;
      border-right: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1;
      border-left: none; } }

.b-rent-map__cnt {
  margin-left: 4.16667%;
  width: 91.66667%; }
  @media only screen and (min-width: 1025px) {
    .b-rent-map__cnt {
      padding: 120px 45px 0; } }

.b-rent-map__ttl {
  margin-bottom: 36px;
  font-size: 30px;
  line-height: 36px; }
  @media only screen and (min-width: 768px) {
    .b-rent-map__ttl {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }
  @media only screen and (min-width: 1025px) {
    .b-rent-map__ttl {
      width: 100%;
      float: none;
      padding: 0; } }

.b-rent-map__info {
  margin-bottom: 36px; }
  @media only screen and (min-width: 768px) {
    .b-rent-map__info {
      width: 33.33333%;
      float: left;
      padding-left: 9px;
      padding-right: 9px; } }
  @media only screen and (min-width: 1025px) {
    .b-rent-map__info {
      width: 100%;
      float: none;
      padding: 0; } }

.b-rent-map__number {
  font-size: 24px;
  line-height: 36px; }

.b-request {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #e9e9ea;
  text-align: center; }
  .b-request:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .b-request {
      border-radius: 5px; } }

.b-request__cnt {
  margin-bottom: 36px;
  padding-left: 4.16667%;
  width: 95.83333%; }
  @media only screen and (min-width: 1025px) {
    .b-request__cnt {
      width: 100%;
      margin-right: auto;
      margin-left: auto; } }

@media only screen and (min-width: 641px) {
  .b-request__descr {
    width: 83.33333%;
    margin: 0 auto; } }

.b-request__ttl {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 48px;
  font-family: "raleway-extrabold", sans-serif; }
  @media only screen and (min-width: 641px) {
    .b-request__ttl {
      font-size: 55px;
      line-height: 60px; } }

.b-request__form {
  padding-left: 4.16667%;
  width: 95.83333%; }
  @media only screen and (min-width: 1025px) {
    .b-request__form {
      margin-left: 16.66667%;
      width: 66.66667%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      padding-right: 0;
      padding-left: 0; } }

.b-request__btn-close {
  position: absolute;
  top: 24px;
  right: 45px; }

.b-request__item {
  width: 50%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .b-request__item {
      width: 25%;
      float: left;
      padding-left: 9px;
      padding-right: 9px;
      margin-bottom: 0px; } }

.b-request_theme_callback {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #fff; }

.b-request__ttl_fsz_30 {
  font-size: 30px;
  line-height: 36px; }

.b-contact-nav__list {
  margin-left: 4.16667%;
  width: 91.66667%; }
  .b-contact-nav__list:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (min-width: 641px) {
    .b-contact-nav__list {
      margin-left: 4.16667%;
      width: 91.66667%; } }
  @media only screen and (min-width: 1025px) {
    .b-contact-nav__list {
      margin-left: 8.33333%;
      width: 91.66667%; } }

.b-contact-nav__item {
  width: 100%;
  float: left;
  line-height: 52px; }
  @media only screen and (min-width: 641px) {
    .b-contact-nav__item {
      width: 50%;
      line-height: 36px;
      text-align: center; } }
  @media only screen and (min-width: 768px) {
    .b-contact-nav__item {
      width: auto;
      margin-left: 18px;
      text-align: left; } }
  @media only screen and (min-width: 1025px) {
    .b-contact-nav__item {
      margin-left: 36px; } }

@media only screen and (min-width: 960px) {
  .b-map-parking__img-wrap {
    width: 100%;
    float: left;
    padding-left: 9px;
    padding-right: 9px; } }

.b-map-parking__img {
  max-width: 100%; }

.b-transport__list:after {
  content: '';
  display: block;
  clear: both; }

.b-transport__item {
  font-family: "raleway-light", sans-serif;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .b-transport__item {
      font-size: 11px;
      line-height: 24px;
      width: 12.759643917%;
      float: left;
      line-height: 16px;
      padding-right: 9px;
      text-align: left; } }
  @media only screen and (min-width: 900px) {
    .b-transport__item {
      font-size: 14px;
      line-height: 24px;
      line-height: 16px; } }

.b-transport__img-wrap {
  background-image: url(/img/sprites.png);
  background-position: -310px 0px;
  width: 42px;
  height: 72px;
  margin-bottom: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .b-transport__img-wrap {
      background-image: url(/img/sprites@2x.png);
      background-size: 418px 399px; } }
  @media only screen and (min-width: 768px) {
    .b-transport__img-wrap {
      width: 100%;
      height: 61px;
      max-width: 998px;
      margin-bottom: 0;
      padding-right: 70px;
      background: url("/img/undeground-map.png") no-repeat 50% 50%;
      background-size: contain;
      background-origin: content-box; } }
  @media only screen and (min-width: 900px) {
    .b-transport__img-wrap {
      margin-bottom: 12px; } }

.b-transport__underground {
  margin-left: 9px; }

.b-transport__item_width_10 {
  width: 10%; }

.b-transport__item_hide-on_screen-768-down {
  display: none; }
  @media only screen and (min-width: 768px) {
    .b-transport__item_hide-on_screen-768-down {
      display: inherit; } }

.b-mobile-nav {
  height: 100%; }

.b-mobile-nav__list {
  margin-bottom: 24px; }

.b-mobile-nav__item {
  margin-bottom: 12px;
  width: 100%; }

.b-mobile-nav__ttl {
  font-size: 30px;
  line-height: 36px;
  font-family: "raleway-extrabold", sans-serif; }

.b-mobile-nav__link {
  display: inline-block;
  color: #fff; }

.b-mobile-nav__btn-wrap {
  position: absolute;
  top: 39px;
  right: 18px; }
  @media only screen and (min-width: 1025px) {
    .b-mobile-nav__btn-wrap {
      display: none; } }

.b-mobile-nav__btn {
  display: block;
  width: 38px;
  height: 36px; }
  .b-mobile-nav__btn:after {
    background-image: url(/img/sprites.png);
    background-position: -102px -368px;
    width: 19px;
    height: 18px;
    content: '';
    display: block;
    position: relative;
    top: 9px;
    margin: 0 auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-mobile-nav__btn:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-mobile-nav__item_theme_small-nav {
  font-size: 14px;
  line-height: 24px;
  font-family: "roboto-regular", sans-serif;
  text-transform: uppercase; }

.b-mobile-nav__btn_img_close-mobile-black {
  width: 38px;
  height: 36px; }
  .b-mobile-nav__btn_img_close-mobile-black:after {
    background-image: url(/img/sprites.png);
    background-position: -122px -368px;
    width: 19px;
    height: 18px;
    top: 9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .b-mobile-nav__btn_img_close-mobile-black:after {
        background-image: url(/img/sprites@2x.png);
        background-size: 418px 399px; } }

.b-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%; }

.b-main-news {
  width: 100%;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -97px; }
  @media only screen and (min-width: 1025px) {
    .b-main-news {
      margin-top: -127px; } }

.b-main-news__ttl {
  margin-bottom: 24px;
  font-size: 45px;
  line-height: 60px;
  font-family: "raleway-extrabold", sans-serif;
  color: #fff; }
  @media only screen and (min-width: 641px) {
    .b-main-news__ttl {
      font-size: 70px;
      line-height: 84px;
      margin-bottom: 48px; } }

.b-main-news__link {
  padding-top: 6px;
  padding-bottom: 6px; }


.privacy ol{
	list-style-type:decimal;
}

.privacy ul{
	list-style-type:initial;
}

.privacy ul li{
	margin-left:30px;
}
