@charset "UTF-8";
/*
04.05.2017 - Поменял md: с 769px на 768px?????
*/
* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  overflow-x: hidden; }

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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.grid-container {
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto; }
  .grid-container._fluid {
    width: 100%; }

.grid-row {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 0; }

.grid-col {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0; }

.grid-col-xs-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-1 {
  margin-left: 0; }

.grid-col-xs-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-2 {
  margin-left: 0; }

.grid-col-xs-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-3 {
  margin-left: 0; }

.grid-col-xs-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-4 {
  margin-left: 0; }

.grid-col-xs-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-5 {
  margin-left: 0; }

.grid-col-xs-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-6 {
  margin-left: 0; }

.grid-col-xs-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-7 {
  margin-left: 0; }

.grid-col-xs-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-8 {
  margin-left: 0; }

.grid-col-xs-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-9 {
  margin-left: 0; }

.grid-col-xs-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-10 {
  margin-left: 0; }

.grid-col-xs-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-11 {
  margin-left: 0; }

.grid-col-xs-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xs-12 {
  margin-left: 0; }

.grid-col-sm-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-1 {
  margin-left: 0; }

.grid-col-sm-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-2 {
  margin-left: 0; }

.grid-col-sm-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-3 {
  margin-left: 0; }

.grid-col-sm-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-4 {
  margin-left: 0; }

.grid-col-sm-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-5 {
  margin-left: 0; }

.grid-col-sm-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-6 {
  margin-left: 0; }

.grid-col-sm-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-7 {
  margin-left: 0; }

.grid-col-sm-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-8 {
  margin-left: 0; }

.grid-col-sm-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-9 {
  margin-left: 0; }

.grid-col-sm-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-10 {
  margin-left: 0; }

.grid-col-sm-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-11 {
  margin-left: 0; }

.grid-col-sm-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-sm-12 {
  margin-left: 0; }

.grid-col-md-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-1 {
  margin-left: 0; }

.grid-col-md-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-2 {
  margin-left: 0; }

.grid-col-md-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-3 {
  margin-left: 0; }

.grid-col-md-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-4 {
  margin-left: 0; }

.grid-col-md-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-5 {
  margin-left: 0; }

.grid-col-md-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-6 {
  margin-left: 0; }

.grid-col-md-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-7 {
  margin-left: 0; }

.grid-col-md-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-8 {
  margin-left: 0; }

.grid-col-md-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-9 {
  margin-left: 0; }

.grid-col-md-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-10 {
  margin-left: 0; }

.grid-col-md-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-11 {
  margin-left: 0; }

.grid-col-md-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-md-12 {
  margin-left: 0; }

.grid-col-lg-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-1 {
  margin-left: 0; }

.grid-col-lg-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-2 {
  margin-left: 0; }

.grid-col-lg-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-3 {
  margin-left: 0; }

.grid-col-lg-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-4 {
  margin-left: 0; }

.grid-col-lg-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-5 {
  margin-left: 0; }

.grid-col-lg-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-6 {
  margin-left: 0; }

.grid-col-lg-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-7 {
  margin-left: 0; }

.grid-col-lg-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-8 {
  margin-left: 0; }

.grid-col-lg-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-9 {
  margin-left: 0; }

.grid-col-lg-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-10 {
  margin-left: 0; }

.grid-col-lg-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-11 {
  margin-left: 0; }

.grid-col-lg-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-lg-12 {
  margin-left: 0; }

.grid-col-xl-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-1 {
  margin-left: 0; }

.grid-col-xl-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-2 {
  margin-left: 0; }

.grid-col-xl-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-3 {
  margin-left: 0; }

.grid-col-xl-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-4 {
  margin-left: 0; }

.grid-col-xl-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-5 {
  margin-left: 0; }

.grid-col-xl-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-6 {
  margin-left: 0; }

.grid-col-xl-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-7 {
  margin-left: 0; }

.grid-col-xl-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-8 {
  margin-left: 0; }

.grid-col-xl-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-9 {
  margin-left: 0; }

.grid-col-xl-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-10 {
  margin-left: 0; }

.grid-col-xl-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-11 {
  margin-left: 0; }

.grid-col-xl-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xl-12 {
  margin-left: 0; }

.grid-col-xxl-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-1 {
  margin-left: 0; }

.grid-col-xxl-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-2 {
  margin-left: 0; }

.grid-col-xxl-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-3 {
  margin-left: 0; }

.grid-col-xxl-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-4 {
  margin-left: 0; }

.grid-col-xxl-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-5 {
  margin-left: 0; }

.grid-col-xxl-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-6 {
  margin-left: 0; }

.grid-col-xxl-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-7 {
  margin-left: 0; }

.grid-col-xxl-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-8 {
  margin-left: 0; }

.grid-col-xxl-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-9 {
  margin-left: 0; }

.grid-col-xxl-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-10 {
  margin-left: 0; }

.grid-col-xxl-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-11 {
  margin-left: 0; }

.grid-col-xxl-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxl-12 {
  margin-left: 0; }

.grid-col-xxxl-1 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-1 {
  margin-left: 0; }

.grid-col-xxxl-2 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-2 {
  margin-left: 0; }

.grid-col-xxxl-3 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-3 {
  margin-left: 0; }

.grid-col-xxxl-4 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-4 {
  margin-left: 0; }

.grid-col-xxxl-5 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-5 {
  margin-left: 0; }

.grid-col-xxxl-6 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-6 {
  margin-left: 0; }

.grid-col-xxxl-7 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-7 {
  margin-left: 0; }

.grid-col-xxxl-8 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-8 {
  margin-left: 0; }

.grid-col-xxxl-9 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-9 {
  margin-left: 0; }

.grid-col-xxxl-10 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-10 {
  margin-left: 0; }

.grid-col-xxxl-11 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-11 {
  margin-left: 0; }

.grid-col-xxxl-12 {
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
  width: 100%; }

.grid-col-offset-xxxl-12 {
  margin-left: 0; }

@media all and (min-width: 320px) {
  .grid-container {
    width: 100%; }
  .grid-col-xs-1 {
    width: 8.33333%; }
  .grid-col-offset-xs-1 {
    margin-left: 8.33333%; }
  .grid-col-xs-2 {
    width: 16.66667%; }
  .grid-col-offset-xs-2 {
    margin-left: 16.66667%; }
  .grid-col-xs-3 {
    width: 25%; }
  .grid-col-offset-xs-3 {
    margin-left: 25%; }
  .grid-col-xs-4 {
    width: 33.33333%; }
  .grid-col-offset-xs-4 {
    margin-left: 33.33333%; }
  .grid-col-xs-5 {
    width: 41.66667%; }
  .grid-col-offset-xs-5 {
    margin-left: 41.66667%; }
  .grid-col-xs-6 {
    width: 50%; }
  .grid-col-offset-xs-6 {
    margin-left: 50%; }
  .grid-col-xs-7 {
    width: 58.33333%; }
  .grid-col-offset-xs-7 {
    margin-left: 58.33333%; }
  .grid-col-xs-8 {
    width: 66.66667%; }
  .grid-col-offset-xs-8 {
    margin-left: 66.66667%; }
  .grid-col-xs-9 {
    width: 75%; }
  .grid-col-offset-xs-9 {
    margin-left: 75%; }
  .grid-col-xs-10 {
    width: 83.33333%; }
  .grid-col-offset-xs-10 {
    margin-left: 83.33333%; }
  .grid-col-xs-11 {
    width: 91.66667%; }
  .grid-col-offset-xs-11 {
    margin-left: 91.66667%; }
  .grid-col-xs-12 {
    width: 100%; }
  .grid-col-offset-xs-12 {
    margin-left: 100%; } }

@media all and (min-width: 481px) {
  .grid-container {
    width: 100%; }
  .grid-col-sm-1 {
    width: 8.33333%; }
  .grid-col-offset-sm-1 {
    margin-left: 8.33333%; }
  .grid-col-sm-2 {
    width: 16.66667%; }
  .grid-col-offset-sm-2 {
    margin-left: 16.66667%; }
  .grid-col-sm-3 {
    width: 25%; }
  .grid-col-offset-sm-3 {
    margin-left: 25%; }
  .grid-col-sm-4 {
    width: 33.33333%; }
  .grid-col-offset-sm-4 {
    margin-left: 33.33333%; }
  .grid-col-sm-5 {
    width: 41.66667%; }
  .grid-col-offset-sm-5 {
    margin-left: 41.66667%; }
  .grid-col-sm-6 {
    width: 50%; }
  .grid-col-offset-sm-6 {
    margin-left: 50%; }
  .grid-col-sm-7 {
    width: 58.33333%; }
  .grid-col-offset-sm-7 {
    margin-left: 58.33333%; }
  .grid-col-sm-8 {
    width: 66.66667%; }
  .grid-col-offset-sm-8 {
    margin-left: 66.66667%; }
  .grid-col-sm-9 {
    width: 75%; }
  .grid-col-offset-sm-9 {
    margin-left: 75%; }
  .grid-col-sm-10 {
    width: 83.33333%; }
  .grid-col-offset-sm-10 {
    margin-left: 83.33333%; }
  .grid-col-sm-11 {
    width: 91.66667%; }
  .grid-col-offset-sm-11 {
    margin-left: 91.66667%; }
  .grid-col-sm-12 {
    width: 100%; }
  .grid-col-offset-sm-12 {
    margin-left: 100%; } }

@media all and (min-width: 769px) {
  .grid-container {
    width: 100%; }
  .grid-col-md-1 {
    width: 8.33333%; }
  .grid-col-offset-md-1 {
    margin-left: 8.33333%; }
  .grid-col-md-2 {
    width: 16.66667%; }
  .grid-col-offset-md-2 {
    margin-left: 16.66667%; }
  .grid-col-md-3 {
    width: 25%; }
  .grid-col-offset-md-3 {
    margin-left: 25%; }
  .grid-col-md-4 {
    width: 33.33333%; }
  .grid-col-offset-md-4 {
    margin-left: 33.33333%; }
  .grid-col-md-5 {
    width: 41.66667%; }
  .grid-col-offset-md-5 {
    margin-left: 41.66667%; }
  .grid-col-md-6 {
    width: 50%; }
  .grid-col-offset-md-6 {
    margin-left: 50%; }
  .grid-col-md-7 {
    width: 58.33333%; }
  .grid-col-offset-md-7 {
    margin-left: 58.33333%; }
  .grid-col-md-8 {
    width: 66.66667%; }
  .grid-col-offset-md-8 {
    margin-left: 66.66667%; }
  .grid-col-md-9 {
    width: 75%; }
  .grid-col-offset-md-9 {
    margin-left: 75%; }
  .grid-col-md-10 {
    width: 83.33333%; }
  .grid-col-offset-md-10 {
    margin-left: 83.33333%; }
  .grid-col-md-11 {
    width: 91.66667%; }
  .grid-col-offset-md-11 {
    margin-left: 91.66667%; }
  .grid-col-md-12 {
    width: 100%; }
  .grid-col-offset-md-12 {
    margin-left: 100%; } }

@media all and (min-width: 1024px) {
  .grid-container {
    width: 100%; }
  .grid-col-lg-1 {
    width: 8.33333%; }
  .grid-col-offset-lg-1 {
    margin-left: 8.33333%; }
  .grid-col-lg-2 {
    width: 16.66667%; }
  .grid-col-offset-lg-2 {
    margin-left: 16.66667%; }
  .grid-col-lg-3 {
    width: 25%; }
  .grid-col-offset-lg-3 {
    margin-left: 25%; }
  .grid-col-lg-4 {
    width: 33.33333%; }
  .grid-col-offset-lg-4 {
    margin-left: 33.33333%; }
  .grid-col-lg-5 {
    width: 41.66667%; }
  .grid-col-offset-lg-5 {
    margin-left: 41.66667%; }
  .grid-col-lg-6 {
    width: 50%; }
  .grid-col-offset-lg-6 {
    margin-left: 50%; }
  .grid-col-lg-7 {
    width: 58.33333%; }
  .grid-col-offset-lg-7 {
    margin-left: 58.33333%; }
  .grid-col-lg-8 {
    width: 66.66667%; }
  .grid-col-offset-lg-8 {
    margin-left: 66.66667%; }
  .grid-col-lg-9 {
    width: 75%; }
  .grid-col-offset-lg-9 {
    margin-left: 75%; }
  .grid-col-lg-10 {
    width: 83.33333%; }
  .grid-col-offset-lg-10 {
    margin-left: 83.33333%; }
  .grid-col-lg-11 {
    width: 91.66667%; }
  .grid-col-offset-lg-11 {
    margin-left: 91.66667%; }
  .grid-col-lg-12 {
    width: 100%; }
  .grid-col-offset-lg-12 {
    margin-left: 100%; } }

@media all and (min-width: 1281px) {
  .grid-container {
    width: 100%; }
  .grid-col-xl-1 {
    width: 8.33333%; }
  .grid-col-offset-xl-1 {
    margin-left: 8.33333%; }
  .grid-col-xl-2 {
    width: 16.66667%; }
  .grid-col-offset-xl-2 {
    margin-left: 16.66667%; }
  .grid-col-xl-3 {
    width: 25%; }
  .grid-col-offset-xl-3 {
    margin-left: 25%; }
  .grid-col-xl-4 {
    width: 33.33333%; }
  .grid-col-offset-xl-4 {
    margin-left: 33.33333%; }
  .grid-col-xl-5 {
    width: 41.66667%; }
  .grid-col-offset-xl-5 {
    margin-left: 41.66667%; }
  .grid-col-xl-6 {
    width: 50%; }
  .grid-col-offset-xl-6 {
    margin-left: 50%; }
  .grid-col-xl-7 {
    width: 58.33333%; }
  .grid-col-offset-xl-7 {
    margin-left: 58.33333%; }
  .grid-col-xl-8 {
    width: 66.66667%; }
  .grid-col-offset-xl-8 {
    margin-left: 66.66667%; }
  .grid-col-xl-9 {
    width: 75%; }
  .grid-col-offset-xl-9 {
    margin-left: 75%; }
  .grid-col-xl-10 {
    width: 83.33333%; }
  .grid-col-offset-xl-10 {
    margin-left: 83.33333%; }
  .grid-col-xl-11 {
    width: 91.66667%; }
  .grid-col-offset-xl-11 {
    margin-left: 91.66667%; }
  .grid-col-xl-12 {
    width: 100%; }
  .grid-col-offset-xl-12 {
    margin-left: 100%; } }

@media all and (min-width: 1441px) {
  .grid-container {
    width: 100%; }
  .grid-col-xxl-1 {
    width: 8.33333%; }
  .grid-col-offset-xxl-1 {
    margin-left: 8.33333%; }
  .grid-col-xxl-2 {
    width: 16.66667%; }
  .grid-col-offset-xxl-2 {
    margin-left: 16.66667%; }
  .grid-col-xxl-3 {
    width: 25%; }
  .grid-col-offset-xxl-3 {
    margin-left: 25%; }
  .grid-col-xxl-4 {
    width: 33.33333%; }
  .grid-col-offset-xxl-4 {
    margin-left: 33.33333%; }
  .grid-col-xxl-5 {
    width: 41.66667%; }
  .grid-col-offset-xxl-5 {
    margin-left: 41.66667%; }
  .grid-col-xxl-6 {
    width: 50%; }
  .grid-col-offset-xxl-6 {
    margin-left: 50%; }
  .grid-col-xxl-7 {
    width: 58.33333%; }
  .grid-col-offset-xxl-7 {
    margin-left: 58.33333%; }
  .grid-col-xxl-8 {
    width: 66.66667%; }
  .grid-col-offset-xxl-8 {
    margin-left: 66.66667%; }
  .grid-col-xxl-9 {
    width: 75%; }
  .grid-col-offset-xxl-9 {
    margin-left: 75%; }
  .grid-col-xxl-10 {
    width: 83.33333%; }
  .grid-col-offset-xxl-10 {
    margin-left: 83.33333%; }
  .grid-col-xxl-11 {
    width: 91.66667%; }
  .grid-col-offset-xxl-11 {
    margin-left: 91.66667%; }
  .grid-col-xxl-12 {
    width: 100%; }
  .grid-col-offset-xxl-12 {
    margin-left: 100%; } }

@media all and (min-width: 1601px) {
  .grid-container {
    width: 1601px; }
  .grid-col-xxxl-1 {
    width: 8.33333%; }
  .grid-col-offset-xxxl-1 {
    margin-left: 8.33333%; }
  .grid-col-xxxl-2 {
    width: 16.66667%; }
  .grid-col-offset-xxxl-2 {
    margin-left: 16.66667%; }
  .grid-col-xxxl-3 {
    width: 25%; }
  .grid-col-offset-xxxl-3 {
    margin-left: 25%; }
  .grid-col-xxxl-4 {
    width: 33.33333%; }
  .grid-col-offset-xxxl-4 {
    margin-left: 33.33333%; }
  .grid-col-xxxl-5 {
    width: 41.66667%; }
  .grid-col-offset-xxxl-5 {
    margin-left: 41.66667%; }
  .grid-col-xxxl-6 {
    width: 50%; }
  .grid-col-offset-xxxl-6 {
    margin-left: 50%; }
  .grid-col-xxxl-7 {
    width: 58.33333%; }
  .grid-col-offset-xxxl-7 {
    margin-left: 58.33333%; }
  .grid-col-xxxl-8 {
    width: 66.66667%; }
  .grid-col-offset-xxxl-8 {
    margin-left: 66.66667%; }
  .grid-col-xxxl-9 {
    width: 75%; }
  .grid-col-offset-xxxl-9 {
    margin-left: 75%; }
  .grid-col-xxxl-10 {
    width: 83.33333%; }
  .grid-col-offset-xxxl-10 {
    margin-left: 83.33333%; }
  .grid-col-xxxl-11 {
    width: 91.66667%; }
  .grid-col-offset-xxxl-11 {
    margin-left: 91.66667%; }
  .grid-col-xxxl-12 {
    width: 100%; }
  .grid-col-offset-xxxl-12 {
    margin-left: 100%; } }

.typ-prototype-heading, h1.typ, .typ-block h1, h2.typ, .typ-block h2, h3.typ, .typ-block h3, h4.typ, .typ-block h4, h5.typ, .typ-block h5, h6.typ, .typ-block h6 {
  font-weight: 600;
  line-height: 1.1; }

h1.typ, .typ-block h1 {
  font-size: 3em;
  margin-top: 1em;
  margin-bottom: 0.5em; }

h2.typ, .typ-block h2 {
  font-size: 2.25em;
  margin-top: 1.19259em;
  margin-bottom: 0.5963em; }

h3.typ, .typ-block h3 {
  font-size: 1.5em;
  margin-top: 1.57778em;
  margin-bottom: 0.78889em; }

h4.typ, .typ-block h4 {
  font-size: 1.3em;
  margin-top: 1.93333em;
  margin-bottom: 0.96667em; }

h5.typ, .typ-block h5 {
  font-size: 1.12em;
  margin-top: 2.3619em;
  margin-bottom: 1.18095em; }

h6.typ, .typ-block h6 {
  font-size: 1em;
  margin-top: 2.73333em;
  margin-bottom: 1.36667em; }

mark.typ, .typ-block mark {
  background: #eff6ff;
  padding: 0.2em; }

pre.typ, .typ-block pre {
  white-space: pre;
  -moz-tab-size: 4;
       tab-size: 4; }

code.typ, .typ-block code {
  background: #f7f7f7;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

code.typ._block, .typ-block code._block {
  display: inline-block;
  max-width: 100%;
  background: #2b2b2b;
  color: #fff;
  padding: 1.3em;
  overflow-x: auto;
  white-space: pre;
  -moz-tab-size: 4;
       tab-size: 4;
  box-sizing: border-box; }

a.typ, .typ-block a {
  color: #34a1cf;
  text-decoration: underline; }
  a.typ:visited, .typ-block a:visited {
    color: #9534cf; }
  a.typ:hover, .typ-block a:hover {
    color: #cf3434;
    text-decoration: none; }

strong.typ, .typ-block strong {
  font-weight: 600; }

em.typ, .typ-block em {
  font-style: italic; }

s.typ, .typ-block s, del.typ, .typ-block del {
  text-decoration: line-through; }

u.typ, .typ-block u, ins.typ, .typ-block ins {
  text-decoration: underline; }

small.typ, .typ-block small {
  font-size: 0.8em; }

abbr.typ, .typ-block abbr {
  cursor: help;
  border-bottom: 1px dotted; }

ul.typ, .typ-block ul {
  list-style: disc;
  padding-left: 40px; }
  ul.typ ul, .typ-block ul ul, ul.typ ol, .typ-block ul ol {
    margin-bottom: 0; }

ol.typ, .typ-block ol {
  list-style: decimal;
  padding-left: 40px; }
  ol.typ ul, .typ-block ol ul, ol.typ ol, .typ-block ol ol {
    margin-bottom: 0; }

blockquote.typ, .typ-block blockquote {
  border-left: 5px solid #eee;
  padding: 1.3em 0 1.3em -webkit-calc(1.3em - 5px);
  padding: 1.3em 0 1.3em calc(1.3em - 5px); }
  blockquote.typ > p:last-child, .typ-block blockquote > p:last-child {
    margin-bottom: 0; }
  blockquote.typ > footer, .typ-block blockquote > footer {
    color: gray;
    font-size: 0.9em; }
    blockquote.typ > footer:before, .typ-block blockquote > footer:before {
      content: '\2014 \00A0'; }

img.typ, .typ-block img {
  max-width: 100%; }

.typ-block {
  font-size: 16px;
  font-family: Arial, sans-serif;
  line-height: 1.3;
  color: #333; }
  .typ-block p, .typ-block pre, .typ-block blockquote, .typ-block ul, .typ-block ol, .typ-block img {
    margin-bottom: 1.3em; }
    .typ-block p:last-child, .typ-block pre:last-child, .typ-block blockquote:last-child, .typ-block ul:last-child, .typ-block ol:last-child, .typ-block img:last-child {
      margin-bottom: 0; }

.typ-widthControl {
  max-width: 30em;
  position: relative; }

.typ-rhythmGrid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(#aacee6 1px, transparent 1px), -webkit-linear-gradient(left, #aacee6 1px, transparent 1px), -webkit-linear-gradient(left, transparent 1.3em, #aacee6 1.3em);
  background-image: linear-gradient(#aacee6 1px, transparent 1px), linear-gradient(to right, #aacee6 1px, transparent 1px), linear-gradient(to right, transparent 1.3em, #aacee6 1.3em);
  background-size: 100% 1.3em, -webkit-calc(1.3em + 2px) 100%, -webkit-calc(1.3em + 2px) 100%;
  background-size: 100% 1.3em, calc(1.3em + 2px) 100%, calc(1.3em + 2px) 100%;
  background-repeat: repeat, no-repeat, no-repeat; }

@font-face {
  font-family: "ALS RUBL";
  src: url(../fonts/rouble.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Roboto Slab";
  src: url(../fonts/robotoslab-light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto Slab";
  src: url(../fonts/robotoslab-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto Slab";
  src: url(../fonts/robotoslab-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

.form-label {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #141414; }

.form-field-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.form-field input {
  margin: 0; }

.form-select {
  max-width: 100%; }
  .form-select > select {
    display: none; }
  .form-select .dropDown {
    display: inline-block; }
    .form-select .dropDown-link {
      position: relative;
      z-index: 0;
      padding-left: 1.000em;
      padding-right: 40px;
      max-width: 100%;
      max-height: 2.500em;
      font-family: "Roboto";
      font-weight: 400;
      font-size: 16px;
      line-height: 2.500em;
      color: #1e282d;
      border: 1px solid #ccc;
      border-radius: 2px;
      background: #fff;
      text-decoration: none;
      white-space: nowrap;
      -webkit-transition: border-radius 0.3s;
      transition: border-radius 0.3s; }
      .form-select .dropDown-link > span {
        display: inline-block;
        max-width: 100%;
        overflow: hidden; }
      .form-select .dropDown-link-caret {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 40px;
        height: 100%;
        background: #e5e5e5; }
      .form-select .dropDown-link::after {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        right: 35px;
        height: 100%;
        width: 35px;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white); }
    .form-select .dropDown-content {
      min-width: 100%;
      border: 1px solid transparent;
      border-top: none;
      border-radius: 0 0 4px 4px;
      background: #fff; }
    .form-select .dropDown.-open .dropDown-link {
      border-radius: 2px 2px 0 0;
      border-bottom: 1px solid #ccc; }
    .form-select .dropDown.-open .dropDown-content {
      border: 1px solid #ccc;
      border-top: none; }
  .form-select-item {
    display: block;
    padding: 8px 0px;
    padding-left: 1.000em;
    padding-right: 1.000em;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 400;
    line-height: 1.2em;
    color: #1e282d;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .form-select-item.-active {
      color: #1e282d; }
    .form-select-item:hover {
      background: #F5F5F5;
      border-color: transparent; }
      .form-select-item:hover + .form-select-item {
        border-color: transparent; }
  .form-select._fluid {
    width: 100%; }
    .form-select._fluid .dropDown {
      width: 100%; }
      .form-select._fluid .dropDown-link {
        width: 100%; }
  .form-select.-error .dropDown-link {
    border-color: rgba(233, 2, 30, 0.5); }

.form-dateInput-caret {
  position: absolute;
  top: 1px;
  right: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  max-height: 38px;
  background: #e5e5e5;
  pointer-events: none; }
  .form-dateInput-caret > svg {
    width: 18px;
    height: 18px; }

.form-dateInput > input {
  padding-right: 33px; }

.form-textarea > textarea {
  padding: 7px 10px 7px 10px;
  max-width: 100%;
  min-height: 190px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1e282d;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: none;
  resize: none; }

.form-textarea._fluid {
  width: 100%; }
  .form-textarea._fluid > textarea {
    width: 100%; }

.form-textarea.-error > textarea {
  border-color: rgba(233, 2, 30, 0.5); }

.form-fileInput .grid-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.form-fileInput > input {
  display: none; }

.form-fileInput-uploadLink {
  padding: 10px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  color: #1e282d;
  background-color: #e5e5e5;
  border-radius: 3px;
  cursor: pointer; }

.form-fileInput-description {
  padding-top: 14px;
  color: #797979;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5; }

.form-fileInput-text {
  color: #1e282d;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: left; }

.form-fileInput-icon {
  display: inline-block;
  padding-right: 7px;
  vertical-align: top; }
  .form-fileInput-icon > img {
    width: 31px;
    height: 24px; }

.form-fileInput-controlWrapper {
  display: inline-block;
  padding-top: 10px;
  vertical-align: top; }

.form-fileInput-uploadInfo {
  color: #141414;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4px; }

.form-fileInput-removeLink {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #1e282d;
  line-height: 1.5; }

.form-fileInput.-ready .form-fileInput-waitState {
  display: none; }

.form-fileInput.-wait .form-fileInput-readyState {
  display: none; }

.form-fileInputBlock {
  background-color: #dcdcdc;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  cursor: pointer; }
  .form-fileInputBlock.-isDragover {
    background-color: #3b4950; }
  .form-fileInputBlock > input {
    display: none; }
  .form-fileInputBlock-background {
    position: absolute;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1.3;
    font-family: "Roboto";
    color: rgba(30, 40, 45, 0.5);
    text-align: center; }
  .form-fileInputBlock-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 40px 10px;
    min-height: 225px; }
  .form-fileInputBlock-options {
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    width: 100%; }
  .form-fileInputBlock-item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    margin-bottom: 20px;
    padding: 0 10px;
    height: 165px;
    width: 185px;
    cursor: default; }
  .form-fileInputBlock-file {
    position: relative;
    height: 100%;
    width: 100%;
    border: 3px solid #fff;
    border-radius: 2px;
    background: center no-repeat;
    background-size: cover; }
    .form-fileInputBlock-file-delete {
      position: absolute;
      top: 0;
      right: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 30px;
      height: 30px;
      background: rgba(0, 0, 0, 0.5);
      cursor: pointer; }
      .form-fileInputBlock-file-delete > svg {
        height: 10px;
        width: 10px;
        fill: #fff;
        will-change: transform;
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s; }
      .form-fileInputBlock-file-delete:hover > svg {
        -webkit-transform: scale(1.5);
                transform: scale(1.5); }

.form-checkbox {
  font-family: "Roboto"; }
  .form-checkbox > input {
    display: none; }
    .form-checkbox > input + label {
      cursor: pointer; }
  .form-checkbox._simple > input + label {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .form-checkbox._simple > input + label::before {
      content: '';
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      display: inline-block;
      margin-right: 16px;
      width: 20px;
      height: 20px;
      border: 1px solid #d6d6d6;
      border-radius: 2px; }
    .form-checkbox._simple > input + label::after {
      content: '';
      position: absolute;
      top: -webkit-calc(50% - 5px);
      top: calc(50% - 5px);
      left: 6px;
      width: 10px;
      height: 10px;
      border-radius: 2px;
      background-color: #4b5357;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease-in;
      transition: opacity 0.25s ease-in; }
  .form-checkbox._simple > input:checked + label::after {
    opacity: 1; }
  .form-checkbox._toggle > input + label {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: rgba(30, 40, 45, 0.5);
    border-radius: 2px;
    background-color: rgba(217, 217, 217, 0.5);
    text-align: center;
    -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in;
    transition: background-color 0.25s ease-in, color 0.25s ease-in; }
    .form-checkbox._toggle > input + label:hover {
      color: #1e282d;
      background-color: #d9d9d9; }
  .form-checkbox._toggle > input:checked + label {
    color: #fff;
    background-color: #4db6ac; }
  .form-checkbox._control {
    display: inline-block; }
    .form-checkbox._control > input + label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      border: 1px solid #e5e5e5;
      border-radius: 50%;
      background-color: transparent;
      opacity: 1;
      -webkit-transition: opacity 0.25s ease-in;
      transition: opacity 0.25s ease-in; }
      .form-checkbox._control > input + label:hover {
        opacity: 0.85; }
        .form-checkbox._control > input + label:hover .icon-svg {
          opacity: 0.85; }
  .form-checkbox._shuffle > input + label {
    background-color: transparent;
    -webkit-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in; }
  .form-checkbox._shuffle > input:checked + label {
    background-color: #4d565b; }
    .form-checkbox._shuffle > input:checked + label > .icon-svg {
      color: #ffffff; }
  .form-checkbox._32x32 > input + label {
    width: 32px;
    height: 32px; }

.form-radio > input {
  display: none; }
  .form-radio > input + .form-label {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    position: relative; }
    .form-radio > input + .form-label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 3px;
      width: 20px;
      height: 20px;
      border: 1px solid #d6d6d6;
      border-radius: 2px; }
    .form-radio > input + .form-label::after {
      content: '';
      position: absolute;
      left: 6px;
      top: 9px;
      width: 10px;
      height: 10px;
      border-radius: 2px;
      background-color: #4b5357;
      -webkit-transition: opacity 0.25s;
      transition: opacity 0.25s;
      opacity: 0; }
  .form-radio > input:checked + .form-label::after {
    opacity: 1; }

.form-captcha-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.form-captcha-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 0;
  border: 1px solid #ccc;
  border-radius: 2px; }
  .form-captcha-img > img {
    height: 50px;
    line-height: 0; }

.form-captcha-input {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 35px; }
  .form-captcha-input > input {
    padding: 7px 10px 7px 10px;
    max-width: 100px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #1e282d;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none; }

.form-btn {
  /* абстрактный класс описывает значительную часть общих свойств кнопок,
		отличия назначаются через модификаторы.
		*/
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.000em;
  padding-right: 1.000em;
  min-height: 2.500em;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border-radius: 3px;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  text-decoration: none; }
  .form-btn._fluid {
    width: 100%; }
  .form-btn._solid-default {
    border: none;
    background-color: #90a4ae;
    -webkit-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in; }
    .form-btn._solid-default:hover {
      background-color: #99abb4; }
  .form-btn._solid-poster {
    border: none;
    background-color: #ff7043;
    -webkit-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in; }
    .form-btn._solid-poster:hover {
      background-color: #ff7c52; }
  .form-btn._solid-nl {
    border: none;
    background-color: #7e57c2;
    -webkit-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in; }
    .form-btn._solid-nl:hover {
      background-color: #8762c6; }
  .form-btn._solid-account {
    border: none;
    background-color: #4db6ac;
    -webkit-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in; }
    .form-btn._solid-account:hover {
      background-color: #5fbdb4; }
  .form-btn._solid-ads {
    border: none;
    background-color: #536dfe;
    -webkit-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in; }
    .form-btn._solid-ads:hover {
      background-color: #6c83fe; }
  .form-btn._soft-default {
    font-family: "Roboto";
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: color 0.25s ease-in, border 0.25s ease-in;
    transition: color 0.25s ease-in, border 0.25s ease-in; }
    .form-btn._soft-default > .icon-svg {
      color: rgba(255, 255, 255, 0.5);
      -webkit-transition: color 0.25s ease-in;
      transition: color 0.25s ease-in; }
    .form-btn._soft-default:hover {
      color: #fff;
      border-color: currentColor; }
      .form-btn._soft-default:hover .icon-svg {
        color: #fff; }
    .form-btn._soft-default.-active {
      color: #fff;
      border: none;
      background-color: rgba(255, 255, 255, 0.2); }
  .form-btn._soft-NL {
    color: #7e57c2;
    border-color: rgba(126, 87, 194, 0.5);
    -webkit-transition: border-color 0.25s ease-in;
    transition: border-color 0.25s ease-in; }
    .form-btn._soft-NL:hover {
      border-color: #7e57c2; }
  .form-btn._size-60px {
    min-width: 60px; }
  .form-btn._size-90px {
    min-width: 90px; }
  .form-btn._size-110px {
    min-width: 110px; }
  .form-btn._size-140px {
    min-width: 140px; }
  .form-btn._size-200px {
    min-width: 200px; }
  .form-btn.-disable {
    background-color: #7e57c2; }

.form-textInput, .form-dateInput {
  position: relative;
  max-width: 100%; }
  .form-textInput > input, .form-dateInput > input {
    padding-right: 1.000em;
    padding-left: 1.000em;
    min-height: 2.500em;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #1e282d;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none; }
  .form-textInput._fluid, .form-dateInput._fluid {
    width: 100%; }
    .form-textInput._fluid > input, .form-dateInput._fluid > input {
      width: 100%; }
  .form-textInput.-error > input, .form-dateInput.-error > input {
    border-color: #e9021e; }

.form-error {
  padding-top: 10px; }
  .form-error-item {
    padding-bottom: 10px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #e9021e; }
  .form-error._form {
    padding-bottom: 15px;
    max-width: 500px; }
    .form-error._form .form-error-item {
      font-size: 14px; }

.form-control {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none; }
  .form-control._circle {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
    .form-control._circle:hover {
      opacity: 0.85; }
      .form-control._circle:hover .icon-svg {
        opacity: 0.85; }

.form-multiSelect {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .form-multiSelect > select {
    padding: 8px 8px;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #1e282d;
    border: 1px solid #cccccc; }
    .form-multiSelect > select > option {
      padding-bottom: 4px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .form-multiSelect > select > option[disabled] {
      font-weight: 500;
      color: #1e282d; }
  .form-multiSelect._fluid > select {
    width: 100%; }

@media screen and (max-width: 768px) {
  .form-fileInput-text {
    text-align: center; }
  .form-fileInputBlock-item {
    width: 100px;
    height: 80px; }
  .form-fileInputBlock-wrapper {
    min-height: 160px;
    padding: 20px 20px 10px; } }

.dropDown {
  position: relative; }
  .dropDown-link {
    display: inline-block;
    cursor: pointer; }
    .dropDown-link > span {
      vertical-align: middle; }
      .dropDown-link > span + .dropDown-link-caret {
        margin-left: 5px; }
        .dropDown-link > span + .dropDown-link-caret > svg {
          -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s; }
    .dropDown-link > svg {
      vertical-align: middle; }
    .dropDown-link-caret {
      display: inline-block;
      line-height: 0;
      width: 6px;
      height: 5px; }
      .dropDown-link-caret > svg {
        will-change: transform; }
  .dropDown-content {
    display: block;
    max-height: 0;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height .5s linear, opacity .3s ease-in;
    transition: max-height .5s linear, opacity .3s ease-in;
    will-change: opacity;
    visibility: hidden;
    cursor: pointer; }
  .dropDown._right .dropDown-content {
    right: 0;
    left: auto; }
  .dropDown._center .dropDown-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .dropDown.-open .dropDown-link-caret > svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .dropDown.-open .dropDown-content {
    max-height: 1000px;
    opacity: 1; }
  .dropDown.-open .header-bottom-menuItem-badge {
    color: #fff; }

.header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
  .header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 65px; }
  .header-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-item .form-btn {
      font-size: 14px; }
  .header .link > .icon-svg {
    margin-right: 15px; }
    .header .link > .icon-svg:hover {
      color: #5f7682; }
  .header-title {
    font-family: "Roboto Slab";
    font-weight: 300;
    font-size: 36px;
    color: #263238; }
  .header-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 50px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px; }
  .header-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header-user .dropDown-content {
      right: 7%;
      top: -webkit-calc(100% + 16px);
      top: calc(100% + 16px);
      padding: 10px; }
    .header-user .dropDown-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
  .header-photo {
    max-width: 35px;
    max-height: 35px;
    border-radius: 50%; }
    .header-photo > img {
      border-radius: 50%; }
  .header-userDetails {
    padding-left: 10px;
    color: #263238; }
  .header-name {
    padding-bottom: 2px; }
  .header-invoice {
    font-family: "Roboto";
    font-weight: 300; }
  .header-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px; }
    .header-options-option {
      position: relative;
      padding-left: 20px;
      padding-right: 20px;
      color: rgba(30, 40, 45, 0.8);
      font-family: "Roboto";
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: opacity 0.25s ease-in;
      transition: opacity 0.25s ease-in; }
      .header-options-option:first-of-type::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(30, 40, 45, 0.3); }
      .header-options-option:hover {
        opacity: .85; }
  .header._nightLife .form-btn {
    display: none; }
  @media all and (max-width: 1023px) {
    .header-wrapper {
      min-height: 50px; }
    .header-title {
      padding-bottom: 5px;
      font-size: 24px;
      color: #fff; }
    .header-item .form-btn._solid-poster {
      border: 1px solid rgba(255, 255, 255, 0.5); }
    .header .icon-svg {
      color: #fff; }
      .header .icon-svg:hover {
        color: #78909c; }
    .header-account {
      margin-left: 0; }
    .header-userDetails {
      display: none; }
    .header._poster {
      background-color: #ff7043; }
    .header._nightLife {
      background-color: #7e57c2; }
    .header._account {
      background-color: #4db6ac; }
    .header._ads {
      background-color: #536dfe; } }
  @media all and (max-width: 480px) {
    .header .link > .icon-svg {
      margin-right: 10px; }
    .header-title {
      font-size: 18px; } }

.footer {
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  background-color: #111619; }
  .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: -10px;
    margin-left: -10px; }
  .footer-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
    padding-right: 10px; }
  .footer-note {
    padding-top: 10px;
    font-family: "Roboto";
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5); }
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    max-width: 315px; }
    .footer-nav-item {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      -webkit-transition: opacity 0.25s ease-in;
      transition: opacity 0.25s ease-in; }
      .footer-nav-item:hover {
        opacity: .8; }
  @media all and (max-width: 768px) {
    .footer-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .footer-item {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px;
      width: 100%;
      text-align: center; }
    .footer-nav {
      max-width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.eventCard-wrapper {
  position: relative;
  opacity: 0.9;
  -webkit-transition: opacity 0.25s ease-in, max-height 0.25s ease-in;
  transition: opacity 0.25s ease-in, max-height 0.25s ease-in; }
  .eventCard-wrapper:hover {
    opacity: 1; }
    .eventCard-wrapper:hover .eventCard-header-helper {
      opacity: 1; }
    .eventCard-wrapper:hover .eventCard-date {
      color: #fff; }
    .eventCard-wrapper:hover .eventCard-desc {
      max-height: 100%;
      overflow: auto; }
      .eventCard-wrapper:hover .eventCard-desc-text {
        max-height: 100%; }

.eventCard-header {
  padding-bottom: 136%;
  width: 100%;
  height: 100%;
  background-color: #4d565b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .eventCard-header-helper {
    position: absolute;
    top: 35px;
    left: 2px;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
  .eventCard-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
    background-color: rgba(0, 0, 0, 0.5); }
  .eventCard-header > .icon-svg {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 18px !important;
    height: 18px !important;
    color: #fff; }

.eventCard-desc {
  position: absolute;
  bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  width: 100%;
  min-height: 50px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  background-color: #ff7043;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in; }
  .eventCard-desc-text {
    max-height: 34px;
    min-width: 0;
    overflow: hidden;
    -webkit-transition: max-height .25s ease-in;
    transition: max-height .25s ease-in; }

.eventCard-date {
  padding: 10px 0;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in; }

.eventDescription {
  position: relative;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .eventDescription::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .eventDescription::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/static/point-pattern.png");
    background-repeat: repeat;
    opacity: 0.3; }
  .eventDescription-wrapper {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 20px 65px 65px;
    max-width: 1900px; }
  .eventDescription-poster {
    margin-right: 45px;
    max-width: 290px;
    max-height: 461px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .eventDescription-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .eventDescription-content-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 520px; }
    .eventDescription-content-title {
      margin-top: -0.250em;
      font-family: "Roboto";
      font-weight: 700;
      font-size: 30px; }
    .eventDescription-content-subtitle {
      padding-top: 5px;
      padding-bottom: 5px;
      font-family: "Roboto";
      font-weight: 300;
      color: rgba(255, 255, 255, 0.5); }
    .eventDescription-content-metaData {
      padding-bottom: 8px;
      padding-right: 32px; }
    .eventDescription-content-runtime {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 16px; }
      .eventDescription-content-runtime > span {
        padding-top: 5px; }
      .eventDescription-content-runtime > .icon-svg {
        margin-right: 10px;
        color: #fff; }
    .eventDescription-content-footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .eventDescription-content-footer-desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .eventDescription-content-footer-desc > .form-btn._soft-default {
          margin-left: 40px; }
      .eventDescription-content-footer > .icon-svg {
        width: 66px;
        height: 66px;
        color: rgba(255, 255, 255, 0.5); }
  .eventDescription-options {
    padding-right: 16px; }
  @media all and (max-width: 1023px) {
    .eventDescription-wrapper {
      padding: 45px 20px 45px 55px; }
    .eventDescription-poster {
      max-width: 178px;
      max-height: 292px; }
    .eventDescription-content-title {
      font-size: 24px; } }
  @media all and (max-width: 768px) {
    .eventDescription {
      font-size: 14px; }
      .eventDescription-wrapper {
        padding-top: 30px;
        padding-bottom: 30px; }
      .eventDescription-poster {
        margin-right: 15px;
        max-width: 150px;
        max-height: 219px; }
      .eventDescription-content-title {
        font-size: 20px; }
      .eventDescription-content-footer-desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .eventDescription-content-footer-desc > .form-btn._soft-default {
          margin-top: 24px;
          margin-left: 0; }
      .eventDescription-content-footer > .icon-svg {
        width: 33px;
        height: 33px; } }
  @media all and (max-width: 480px) {
    .eventDescription-wrapper {
      padding-right: 10px;
      padding-left: 10px; }
    .eventDescription-poster {
      max-width: 163px;
      max-height: 246px; }
    .eventDescription-content {
      position: relative; }
      .eventDescription-content-title {
        font-size: 18px; }
      .eventDescription-content-footer > .icon-svg {
        position: absolute;
        left: -55px;
        bottom: 3%; } }
  @media screen and (max-width: 420px) {
    .eventDescription-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .eventDescription-content {
      padding-top: 24px; }
      .eventDescription-content-metaData {
        padding-bottom: 16px; } }

.breadCrumbs {
  font-family: "Roboto";
  font-weight: 300;
  color: #1e282d; }
  .breadCrumbs-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 8px; }
  .breadCrumbs-listItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadCrumbs-listItem-item {
      position: relative;
      padding-right: 10px;
      margin-right: 5px;
      line-height: 0;
      white-space: nowrap;
      -webkit-transition: color 0.25s ease-in;
      transition: color 0.25s ease-in; }
      .breadCrumbs-listItem-item:hover {
        color: rgba(30, 40, 45, 0.75); }
      .breadCrumbs-listItem-item:not(:first-of-type):not(:last-of-type)::after {
        position: absolute;
        content: '/';
        right: 0; }
  .breadCrumbs-subtitle {
    display: inline-block;
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 30px;
    color: #fff; }
  @media all and (max-width: 768px) {
    .breadCrumbs-subtitle {
      font-size: 24px; } }
  @media all and (max-width: 480px) {
    .breadCrumbs-wrapper {
      padding-top: 18px;
      padding-bottom: 18px; }
    .breadCrumbs-subtitle {
      font-size: 22px;
      line-height: 1.4; } }

.scheduleEvents {
  font-family: "Roboto";
  font-size: 16px;
  color: #ffffff; }
  .scheduleEvents-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.500em;
    padding-right: 0.500em;
    min-height: 2.500em;
    font-weight: 500;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #ff7043;
    -webkit-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in; }
  .scheduleEvents-content {
    padding-left: 0.500em;
    padding-right: 0.500em;
    background-color: #37474f; }
  .scheduleEvents-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -8px;
    margin-left: -8px;
    font-weight: 400;
    border-bottom: 1px solid rgba(30, 40, 45, 0.5); }
  .scheduleEvents-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 40px; }
  .scheduleEvents-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 28px;
    height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: rgba(30, 40, 45, 0.55); }
  @media all and (max-width: 768px) {
    .scheduleEvents-row {
      /*написать css-шлюз*/
      padding-right: 50%; } }
  @media all and (max-width: 480px) {
    .scheduleEvents-row {
      padding-right: 0; } }

.burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 25px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1); }
  .burger-line {
    height: 2px;
    width: 14px;
    margin-bottom: 1px;
    background-color: #fff; }

.sidebar {
  min-width: 270px;
  max-width: 270px;
  min-height: 100%;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #37474f; }
  .sidebar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
    padding-left: 20px;
    height: 65px; }
    .sidebar-header .burger {
      margin-right: 12px; }
    .sidebar-header .link {
      line-height: 0; }
  .sidebar-listItem {
    line-height: 1.3; }
    .sidebar-listItem-item > .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 20px;
      padding-right: 10px;
      width: 100%;
      min-height: 50px;
      background-color: transparent;
      -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out; }
      .sidebar-listItem-item > .link .icon-svg {
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
      .sidebar-listItem-item > .link:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.2); }
        .sidebar-listItem-item > .link:hover .icon-svg {
          color: #fff; }
    .sidebar-listItem-item.-active .link {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.2); }
      .sidebar-listItem-item.-active .link .icon-svg {
        color: #fff; }
    .sidebar-listItem-item .icon-svg {
      margin-right: 9px;
      vertical-align: middle; }
  .sidebar-options {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 14px;
    color: #f5f5f5;
    background-color: #4f616a;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; }
    .sidebar-options:hover {
      background-color: #5a6e79; }
    .sidebar-options > .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 45px;
      width: 100%; }
  .sidebar-counter {
    position: relative;
    display: inline-block;
    padding-right: 30px; }
    .sidebar-counter-digital {
      position: absolute;
      top: -5px;
      right: 0;
      padding-left: 0.556em;
      padding-right: 0.556em;
      min-width: 19px;
      height: 19px;
      font-family: "Roboto";
      font-size: 9px;
      font-weight: 500;
      color: #ffffff;
      line-height: 19px;
      border-radius: 999px;
      background-color: #e53935;
      -webkit-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out; }
  .sidebar._nightLife .sidebar-header {
    background-color: #7e57c2; }
  .sidebar._poster .sidebar-header {
    background-color: #ff7043; }
  .sidebar._account .sidebar-header {
    background-color: #4db6ac; }
  .sidebar._ads .sidebar-header {
    background-color: #536dfe; }

@media all and (max-width: 1023px) {
  .page-wrapper {
    flex-direction: column!important;
  }

  .sidebar {
    display: block;
    min-width: 100%;
  }

  .sidebar-listItem {
    display: flex;
    justify-content: center;
  }

  .sidebar-listItem-item > .link {
    padding-left: 10px;
  }

  .sidebar-listItem .sidebar-listItem-item span {
    display: none;
  }

  .mediaBlockList {
    display: none;
  }
}

.miniCalendar {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px; }
  .miniCalendar-itemsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .miniCalendar-itemsList-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .miniCalendar-itemsList-item > .form-field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        min-width: 250px; }
      .miniCalendar-itemsList-item > .link {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 70px;
        -webkit-transition: color 0.25s ease-in;
        transition: color 0.25s ease-in; }
        .miniCalendar-itemsList-item > .link:hover {
          color: #ff7043; }
        .miniCalendar-itemsList-item > .link.-active {
          color: #ff7043; }
          .miniCalendar-itemsList-item > .link.-active .miniCalendar-day::after {
            display: block; }
  .miniCalendar-title {
    padding-right: 10px; }
  .miniCalendar-day {
    position: relative; }
    .miniCalendar-day::after {
      content: '';
      position: absolute;
      display: none;
      bottom: -8px;
      width: 100%;
      height: 3px;
      background-color: #ff7043; }
  @media screen and (max-width: 480px) {
    .miniCalendar-itemsList {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .miniCalendar-itemsList-item {
        width: 100%;
        margin-bottom: 16px; }
        .miniCalendar-itemsList-item:last-of-type {
          margin-bottom: 24px; }
        .miniCalendar-itemsList-item > .link {
          width: 50%;
          min-height: 50px; }
          .miniCalendar-itemsList-item > .link.-active::after {
            width: 50%; }
        .miniCalendar-itemsList-item > .form-field {
          width: 100%; } }

.timeTable-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 1.667em;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  color: #ffffff; }
  .timeTable-header-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .timeTable-header-logo {
    display: block;
    margin-right: 15px;
    max-width: 50px;
    max-height: 40px; }
  .timeTable-header-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .timeTable-header-options > .form-btn:not(:last-of-type) {
      margin-right: 16px; }

.timeTable-listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .timeTable-listItem-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }

@media all and (max-width: 1280px) {
  .timeTable-listItem-item {
    width: 50%; } }

@media all and (max-width: 768px) {
  .timeTable-header {
    font-size: 16px; }
  .timeTable-listItem-item {
    width: 100%; } }

@media all and (max-width: 480px) {
  .timeTable-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .timeTable-header-options {
      padding-top: 16px; } }

.calendarBlock-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.calendarBlock-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.calendarBlock-block {
  max-width: 130px; }

.calendarBlock-month {
  position: absolute;
  top: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .calendarBlock-month-controls-item {
    position: absolute;
    cursor: pointer; }
    .calendarBlock-month-controls-item > .icon-svg {
      width: 22px;
      height: 22px;
      color: #dcdcdc; }
    .calendarBlock-month-controls-item._prev {
      left: -25px; }
    .calendarBlock-month-controls-item._next {
      right: -25px; }
  .calendarBlock-month-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 24px;
    color: #fff; }
    .calendarBlock-month-title-name {
      margin-right: 5px; }

.calendarBlock-weekDays {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .calendarBlock-weekDays .calendarBlock-cell {
    padding: 10px 0;
    height: auto;
    min-height: 0;
    font-family: "Roboto";
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    background-color: #4d565b;
    pointer-events: none; }

.calendarBlock-cell {
  position: relative;
  width: -webkit-calc(100% / 7);
  width: calc(100% / 7);
  min-height: 170px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #3b4950;
  -webkit-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in; }
  .calendarBlock-cell-wrapper {
    padding: 10px 10px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .calendarBlock-cell-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 1;
    font-family: "Roboto";
    font-weight: 700; }
  .calendarBlock-cell-event {
    margin-bottom: 5px; }
    .calendarBlock-cell-event-title {
      font-family: "Roboto";
      font-weight: 500; }
    .calendarBlock-cell-event-time {
      font-family: "Roboto";
      font-weight: 300; }
  .calendarBlock-cell-more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.1);
    font-family: "Roboto";
    font-weight: 400;
    cursor: pointer; }
  .calendarBlock-cell:hover {
    background-color: #ff7043;
    border-radius: 2px; }
  .calendarBlock-cell.-fade {
    background-color: #263238;
    color: rgba(255, 255, 255, 0.3); }
  .calendarBlock-cell.-active {
    background-color: #ff7043;
    border-radius: 2px; }

.calendarBlock-days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 30px; }

.calendarBlock._color-scheme-NL .calendarBlock-cell:hover {
  background-color: #7e57c2; }

.calendarBlock._color-scheme-NL .calendarBlock-cell.-fade {
  background-color: #263238;
  color: rgba(255, 255, 255, 0.3); }

.calendarBlock._color-scheme-NL .calendarBlock-cell.-active {
  background-color: #7e57c2; }

@media all and (max-width: 1280px) {
  .calendarBlock-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
  .calendarBlock-container {
    min-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .calendarBlock-month {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: none;
            transform: none;
    padding: 12px 0; }
    .calendarBlock-month-title {
      font-size: 20px; }
  .calendarBlock-weekDays {
    display: none; }
  .calendarBlock-days {
    max-width: 255px; }
  .calendarBlock-cell {
    min-height: 0;
    border: none;
    background-color: transparent;
    font-size: 16px;
    padding: 5px 5px;
    cursor: pointer; }
    .calendarBlock-cell-wrapper {
      display: none; }
    .calendarBlock-cell-date {
      position: static;
      padding: 5px 5px;
      border-radius: 3px;
      line-height: 1;
      text-align: center; }
    .calendarBlock-cell.-fade {
      background-color: transparent; } }

@media all and (max-width: 768px) {
  .calendarBlock-month-title {
    font-size: 18px; }
  .calendarBlock-month-controls-item > .icon-svg {
    width: 15px;
    height: 15px; } }

.burgerMenu-wrapper {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 225px;
  min-width: 225px; }

.burgerMenu-content {
  max-width: 225px;
  min-width: 225px;
  height: 100%;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  background-color: #111619;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  will-change: transform; }

.burgerMenu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 65px; }

.burgerMenu-close {
  padding-left: 10px; }
  .burgerMenu-close > .icon-svg:hover {
    color: #fff; }

.burgerMenu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  min-height: 50px;
  color: rgba(245, 245, 245, 0.5);
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
  cursor: pointer; }
  .burgerMenu-link > .icon-svg {
    -webkit-transition: color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
  .burgerMenu-link:hover {
    color: #fff; }
    .burgerMenu-link:hover .icon-svg {
      color: #fff; }

.burgerMenu-listItem {
  padding-bottom: 50px; }
  .burgerMenu-listItem-item.-active > .burgerMenu-link {
    color: #fff; }
    .burgerMenu-listItem-item.-active > .burgerMenu-link > .icon-svg {
      color: #fff;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.burgerMenu-dropDown {
  display: none;
  background-color: #1e282d; }
  .burgerMenu-dropDown-item {
    padding-left: 15px;
    font-size: 16px; }
    .burgerMenu-dropDown-item > .burgerMenu-link {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      min-height: 35px; }
      .burgerMenu-dropDown-item > .burgerMenu-link > .icon-svg {
        margin-right: 10px; }

.burgerMenu-unimportantNav {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(245, 245, 245, 0.5); }
  .burgerMenu-unimportantNav-item > .link {
    position: relative;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    .burgerMenu-unimportantNav-item > .link:hover {
      color: #fff; }
  .burgerMenu-unimportantNav-helper {
    position: absolute;
    top: 0;
    right: 15%;
    font-size: 10px;
    color: #fff; }

.accountDropDown-itemsList {
  position: relative;
  z-index: 9999;
  width: 280px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  will-change: filter; }
  .accountDropDown-itemsList-item {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    border-bottom: 1px solid #e7e7e7; }
    .accountDropDown-itemsList-item .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 20px;
      padding-right: 20px;
      min-height: 45px;
      -webkit-transition: color 0.25s ease-in;
      transition: color 0.25s ease-in; }
      .accountDropDown-itemsList-item .link .icon-svg {
        margin-right: 10px;
        color: #606060; }
      .accountDropDown-itemsList-item .link:hover {
        color: #000; }
        .accountDropDown-itemsList-item .link:hover .icon-svg {
          color: #000; }
  .accountDropDown-itemsList::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 20%;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff; }

.accountDropDown-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.photoReportItem {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in; }

  /* Это плитка фотоотчета на стрнице "Фотоотчеты" ночная жизнь */
  .photoReportItem-wrapper {
    position: relative;
    cursor: pointer;
  }
    .photoReportItem-wrapper:hover .photoReport-photo,
    .photoReportItem-wrapper:hover .photoReport-desc-metaData {
      opacity: 1; }
    .photoReportItem-wrapper:hover .icon-svg {
      color: #fff;
      opacity: 1; }
  .photoReportItem-photo {
    width: 100%;
    height: 100%;
    padding-bottom: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #4d565b;
    opacity: 0.8;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
  .photoReportItem-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(2, 2, 2, 0.95); }
  .photoReportItem-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .photoReportItem-desc-title {
      padding-bottom: 5px;
      font-family: "Roboto";
      font-weight: 400;
      font-size: 18px; }
    .photoReportItem-desc-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: -5px; }
    .photoReportItem-desc-metaData {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      opacity: 0.5;
      -webkit-transition: opacity 0.25s ease-in;
      transition: opacity 0.25s ease-in; }
      .photoReportItem-desc-metaData .icon-svg {
        margin-right: 5px;
        -webkit-transition: color 0.25s ease-in;
        transition: color 0.25s ease-in; }
  .photoReportItem-clubLogo {
    display: block;
    margin-right: 10px;
    max-width: 36px;
    min-height: 36px;
    background-color: #90a4ae; }
  .photoReportItem-presents {
    line-height: 0; }
    .photoReportItem-presents .icon-svg {
      margin-right: 7px;
      opacity: 0.5;
      -webkit-transition: opacity 0.25s ease-in;
      transition: opacity 0.25s ease-in; }
  .photoReportItem-club {
    padding-bottom: 5px;
    padding-right: 10px;
    text-transform: uppercase;
    opacity: 0.5; }
  .photoReportItem-date, .photoReportItem-views {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5px; }
  .photoReportItem-date {
    margin-right: 9px; }

.icon-svg {
  display: inline-block;
  line-height: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  color: #78909c;
  -webkit-transition: color 0.25s ease-in, opacity 0.25s ease-in;
  transition: color 0.25s ease-in, opacity 0.25s ease-in; }
  .icon-svg._rotate180 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .icon-svg._rotate90 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .icon-svg._rotateInvert-90 {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .icon-svg._8x8 {
    width: 8px;
    height: 8px; }
  .icon-svg._11x11 {
    width: 11px;
    height: 11px; }
  .icon-svg._12x12 {
    width: 12px;
    height: 12px; }
  .icon-svg._14x14 {
    width: 14px;
    height: 14px; }
  .icon-svg._16x16 {
    width: 16px;
    height: 16px; }
  .icon-svg._18x18 {
    width: 18px;
    height: 18px; }
  .icon-svg._20x20 {
    width: 20px;
    height: 20px; }
  .icon-svg._25x25 {
    width: 25px;
    height: 25px; }
  .icon-svg._32x32 {
    width: 32px;
    height: 32px; }
  .icon-svg._40x40 {
    width: 40px;
    height: 40px; }
  .icon-svg._white {
    color: #fff; }
  .icon-svg._deep-black {
    color: rgba(20, 20, 20, 0.5); }

.photoReportDescription {
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.2); }
  .photoReportDescription-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1900px; }
  .photoReportDescription-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
  .photoReportDescription-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
    padding-left: 10px; }
  .photoReportDescription-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .photoReportDescription-clubInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #ffffff; }
    .photoReportDescription-clubInfo > img {
      margin-right: 15px;
      max-width: 50px;
      max-height: 50px;
      background-size: cover; }
  .photoReportDescription-metaInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff; }
    .photoReportDescription-metaInfo-name:not(:last-child) {
      padding-right: 8px; }
    .photoReportDescription-metaInfo > .icon-svg {
      margin-right: 12px; }
  @media all and (max-width: 1023px) {
    .photoReportDescription {
      padding-left: 10px;
      padding-right: 10px; } }

.link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
  .link._flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .link._underline {
    position: relative;
    text-decoration: none; }
    .link._underline::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 1px;
      background: currentColor;
      opacity: 0.25;
      -webkit-transition: opacity 0.25s;
      transition: opacity 0.25s; }
    .link._underline:hover::after {
      opacity: 0; }
    .link._underline._inset::after {
      height: 0;
      background: none;
      border-bottom: 1px dotted currentColor; }

.cardClub {
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  color: #1e282d;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .cardClub-content-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .cardClub-logo {
    max-width: 80px;
    max-height: 80px;
    line-height: 0; }
  .cardClub-metaInfo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 20px; }
    .cardClub-metaInfo-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-bottom: 20px;
      font-family: "Roboto Slab";
      font-weight: 700;
      font-size: 30px; }
      .cardClub-metaInfo-title > h3 {
        text-overflow: ellipsis;
        overflow: hidden; }
    .cardClub-metaInfo-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 65%; }
    .cardClub-metaInfo-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: "Roboto";
      font-weight: 300;
      line-height: 1.5; }
      .cardClub-metaInfo-item:not(:last-of-type) {
        padding-right: 10px; }
      .cardClub-metaInfo-item .icon-svg {
        margin-right: 5px;
        vertical-align: middle; }
      .cardClub-metaInfo-item .link:not(:last-of-type) {
        margin-right: 20px; }
  .cardClub-description {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5; }
  .cardClub-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .cardClub-options .form-field {
      display: inline-block;
      font-size: 0;
      line-height: 0; }
      .cardClub-options .form-field:not(:last-of-type) {
        margin-right: 20px; }
  @media all and (max-width: 1600px) {
    .cardClub-metaInfo-content {
      max-width: 85%; } }
  @media all and (max-width: 1023px) {
    .cardClub-metaInfo-title {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cardClub-metaInfo-title > h3 {
        max-width: 500px; }
    .cardClub-metaInfo-content {
      padding-top: 20px;
      max-width: 100%; } }
  @media all and (max-width: 768px) {
    .cardClub-content-main {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .cardClub-metaInfo {
      width: 50%;
      padding-left: 10px; }
      .cardClub-metaInfo-title {
        font-size: 24px;
        line-height: 1.2; }
      .cardClub-metaInfo-item {
        font-size: 14px;
        margin-bottom: 10px; }
        .cardClub-metaInfo-item .link:not(:last-of-type) {
          margin-right: 5px; }
    .cardClub-description {
      padding-top: 10px; } }

.cardPhotographer {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  color: #1e282d;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .cardPhotographer-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 30px;
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 30px; }
    .cardPhotographer-header-subtitle {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-right: 10px;
      text-overflow: ellipsis;
      overflow: hidden; }
  .cardPhotographer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }
  .cardPhotographer-avatar {
    display: inline-block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 20px;
    width: 180px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat; }
  .cardPhotographer-photo {
    padding-bottom: 65%;
    background-size: cover;
    background-repeat: no-repeat; }
  .cardPhotographer-desc {
    width: 100%; }
    .cardPhotographer-desc-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-right: -10px;
      margin-left: -10px;
      font-family: "Roboto";
      font-weight: 300; }
    .cardPhotographer-desc-options {
      padding-top: 25px; }
      .cardPhotographer-desc-options .form-field {
        display: inline-block; }
    .cardPhotographer-desc-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px; }
      .cardPhotographer-desc-item .icon-svg {
        margin-right: 5px; }
  @media all and (max-width: 480px) {
    .cardPhotographer-header {
      font-size: 24px;
      padding-bottom: 25px; }
      .cardPhotographer-header-subtitle {
        padding-bottom: 5px; }
    .cardPhotographer-avatar {
      margin-right: 10px;
      width: 128px;
      height: 128px; }
    .cardPhotographer-desc {
      font-size: 14px; }
      .cardPhotographer-desc-options {
        padding-top: 15px; } }

.topBlock {
  padding-top: 35px;
  padding-bottom: 25px;
  color: #fff; }
  .topBlock-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .topBlock-subtitle {
    padding-bottom: 5px;
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: inherit; }
  .topBlock-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .topBlock-options > .form-btn {
      min-width: 110px;
      font-family: "Roboto";
      font-weight: 300;
      font-size: 16px; }
      .topBlock-options > .form-btn:not(:last-of-type) {
        margin-right: 20px; }
  .topBlock._justifyContentStart .topBlock-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .topBlock {
      padding-top: 25px; }
      .topBlock-subtitle {
        font-size: 24px; }
      .topBlock-options > .form-btn {
        min-width: 35px; }
        .topBlock-options > .form-btn > span {
          display: none; }
        .topBlock-options > .form-btn:not(:last-of-type) {
          margin-right: 15px; } }
  @media screen and (max-width: 480px) {
    .topBlock-subtitle {
      padding-bottom: 0;
      font-size: 20px; } }

.posterFilm {
  padding: 25px 20px;
  background-color: rgba(0, 0, 0, 0.2); }
  .posterFilm-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.9;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
  .posterFilm-poster {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 20px;
    width: 85px;
    height: 125px;
    line-height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .posterFilm-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #fff; }
    .posterFilm-desc-footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .posterFilm-desc-title {
      display: block;
      padding-bottom: 7px;
      margin-top: -0.2917rem;
      font-family: "Roboto Slab";
      font-weight: 700;
      font-size: 24px;
      line-height: 1.3;
      text-overflow: ellipsis;
      overflow: hidden; }
    .posterFilm-desc-subtitle {
      font-family: "Roboto";
      font-weight: 300;
      font-size: 16px;
      line-height: 1.3; }
    .posterFilm-desc-pg {
      width: 24px;
      height: 24px;
      opacity: 0.4; }
  .posterFilm:hover .posterFilm-wrapper {
    opacity: 1; }
  @media all and (max-width: 1023px) {
    .posterFilm {
      padding: 20px 10px; } }
  @media all and (max-width: 768px) {
    .posterFilm-poster {
      width: 170px;
      height: 245px; } }
  @media all and (max-width: 480px) {
    .posterFilm-poster {
      margin-right: 14px;
      width: 90px;
      height: 110px; }
    .posterFilm-desc-title {
      font-size: 18px; }
    .posterFilm-desc-subtitle {
      display: block;
      max-width: 165px;
      font-size: 12px; } }

.flashMessage-wrapper {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  text-align: center; }

.flashMessage-content {
  position: relative;
  display: inline-block;
  padding: 15px 35px 15px 15px;
  max-width: 650px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  border-radius: 5px;
  text-align: left;
  pointer-events: auto; }
  .flashMessage-content > strong {
    font-weight: 500; }

.flashMessage-close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 12px;
  height: 12px;
  opacity: .5;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .flashMessage-close:hover {
    opacity: 1; }

.flashMessage._success .flashMessage-content {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d0e9c6; }

.flashMessage._warning .flashMessage-content {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faf2cc; }

.flashMessage._danger .flashMessage-content {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebcccc; }

.flashMessage._info .flashMessage-content {
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #c4e3f3; }

.flashMessage.-open .flashMessage-wrapper {
  display: block;
  opacity: 1; }

.flashMessagesList-itemsList {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none; }
  .flashMessagesList-itemsList-message {
    margin-bottom: 10px; }

.slider {
  position: relative; }
  .slider .owl-next,
  .slider .owl-prev {
    position: absolute;
    z-index: 10;
    top: -webkit-calc(50% - 40px);
    top: calc(50% - 40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #37474f;
    opacity: 0.6;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s; }
    .slider .owl-next::after,
    .slider .owl-prev::after {
      content: '';
      width: 25px;
      height: 25px;
      border: none;
      background-image: url("../img/static/icon-caret.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .slider .owl-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .slider .owl-next {
    right: 0; }
  .slider:hover .owl-prev,
  .slider:hover .owl-next {
    opacity: 1; }

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  margin-left: -4px; }
  .social-list-item {
    padding-left: 4px;
    padding-right: 4px; }
    .social-list-item .icon-svg {
      opacity: 1;
      -webkit-transition: opacity 0.25s ease-in;
      transition: opacity 0.25s ease-in; }
      .social-list-item .icon-svg:hover {
        opacity: 0.75; }

.popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  overflow: auto; }
  .popup-exit {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    cursor: pointer; }
    .popup-exit:hover {
      opacity: 0.75; }
  .popup-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    min-height: 100%; }
  .popup-content {
    position: relative;
    display: inline-block;
    max-width: 1800px;
    width: 100%;
    padding: 40px; }

.popupPhotoReport .popup-exit {
  width: 28px;
  height: 28px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2); }
  .popupPhotoReport .popup-exit:hover {
    opacity: 0.75; }

.popupPhotoReport .popup-content {
  max-width: 1440px; }

.popupPhotoReport-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff; }

.popupPhotoReport-options {
  position: relative;
  z-index: 10; }

.popupPhotoReport-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.popupPhotoReport-slider {
  position: relative;
  width: 70%; }
  .popupPhotoReport-slider-giftsField {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 20px; }
    .popupPhotoReport-slider-giftsField > .gift:not(:last-child) {
      margin-right: 16px; }
  .popupPhotoReport-slider-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 20px;
    background-color: #1e282d; }
    .popupPhotoReport-slider-footer-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-family: "Roboto";
      font-weight: 400;
      font-size: 16px;
      color: #fff; }
      .popupPhotoReport-slider-footer-item > .form-btn:not(:last-of-type) {
        margin-right: 10px; }
      .popupPhotoReport-slider-footer-item .icon-svg {
        margin-right: 5px;
        width: 12px;
        height: 12px;
        color: #fff; }

.popupPhotoReport-sidebar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 30%; }
  .popupPhotoReport-sidebar-header {
    padding: 16px 0 24px 20px;
    color: #1e282d; }
    .popupPhotoReport-sidebar-header-title {
      font-family: "Roboto Slab";
      font-weight: 700;
      font-size: 30px; }
    .popupPhotoReport-sidebar-header > .link {
      display: inline-block;
      padding-bottom: 10px; }
  .popupPhotoReport-sidebar .comments {
    border-top: 1px solid #e5e5e5; }

.popupPhotoReport-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100% !important;
  max-width: 100%;
  max-height: 660px;
  height: 660px;
  background-color: #1e1e1e; }
  .popupPhotoReport-photo > img {
    width: auto !important;
    max-width: 100%;
    max-height: inherit !important; }

.popupPhotoReport .slider {
  max-height: 660px; }

.popupPhotoReport .social-list-item {
  display: inline-block;
  line-height: 0; }

@media screen and (max-width: 1280px) {
  .popupPhotoReport-slider {
    width: 65%; }
  .popupPhotoReport-sidebar {
    width: 35%; } }

@media screen and (max-width: 1023px) {
  .popupPhotoReport .popup-content {
    padding-right: 0px;
    padding-left: 0px; }
  .popupPhotoReport .popup-exit {
    position: static;
    line-height: 0;
    background-color: transparent; }
  .popupPhotoReport-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 40px;
    background-color: #1e282d; }
  .popupPhotoReport-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .popupPhotoReport-photo {
    max-height: 360px;
    height: 360px; }
  .popupPhotoReport-slider {
    width: 100%; }
    .popupPhotoReport-slider-giftsField {
      padding-left: 10px;
      bottom: 80px; }
    .popupPhotoReport-slider-footer {
      padding: 10px; }
      .popupPhotoReport-slider-footer-item > .form-btn {
        font-size: 14px; }
      .popupPhotoReport-slider-footer-item .icon-svg {
        width: 16px;
        height: 16px; }
  .popupPhotoReport-sidebar {
    width: 100%; }
  .popupPhotoReport .form-btn > span {
    display: none; }
  .popupPhotoReport .form-btn > .icon-svg {
    margin-right: 0; } }

.popupVideo .popup-content {
  padding: 40px; }

.popupVideo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popupVideo-wrapper > iframe {
    width: 100%;
    height: 720px;
    max-height: 720px; }

@media all and (max-width: 480px) {
  .popupVideo .popup-content {
    padding: 20px; }
  .popupVideo-wrapper > iframe {
    height: 300px; } }

.compliment {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 100px;
  visibility: hidden;
  padding: 8px 8px 0 8px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in; }
  .compliment-wrapper {
    position: relative;
    width: 280px; }
    .compliment-wrapper .form-field:not(:last-of-type) {
      margin-bottom: 8px; }
    .compliment-wrapper .form-field:last-child {
      margin-bottom: 16px;
      text-align: center; }
    .compliment-wrapper .form-field > .form-btn {
      font-size: 14px; }
    .compliment-wrapper .form-field > .form-textarea > textarea {
      min-height: 80px; }
    .compliment-wrapper .form-field > .form-textarea.-error > textarea {
      border-color: red; }
    .compliment-wrapper::after {
      content: '';
      position: absolute;
      left: 10px;
      bottom: -47px;
      border: 16px solid transparent;
      border-top: 16px solid #fff; }
  .compliment.-open {
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 1023px) {
    .compliment {
      left: 10px;
      bottom: 70px; } }

.aggregatorInfo {
  font-family: "Roboto";
  line-height: 1.5; }
  .aggregatorInfo-title, .aggregatorInfo-subtitle {
    display: inline-block;
    font-weight: 500; }
  .aggregatorInfo-title {
    font-size: 18px;
    padding-bottom: 16px; }
  .aggregatorInfo-subtitle {
    display: block;
    padding-bottom: 8px; }
  .aggregatorInfo-row {
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5e5e5; }
    .aggregatorInfo-row:first-of-type {
      padding-bottom: 16px;
      border-bottom: 1px solid #e5e5e5; }
    .aggregatorInfo-row:last-of-type {
      padding-bottom: 16px;
      border-bottom: 1px solid #e5e5e5; }
  .aggregatorInfo-content > :not(:last-child) {
    margin-right: 8px; }
  .aggregatorInfo .form-select {
    width: 300px; }
  @media all and (max-width: 1023px) {
    .aggregatorInfo-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 24px; }
      .aggregatorInfo-content._end {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .rating-item {
    display: inline-block; }
    .rating-item > input {
      display: none; }
    .rating-item > label {
      display: inline-block;
      line-height: 0;
      color: #78909c;
      -webkit-transition: color .15s ease-in-out;
      transition: color .15s ease-in-out; }
      .rating-item > label .icon-svg {
        width: 18px;
        height: 16px;
        color: inherit;
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out; }
    .rating-item:not(:last-of-type) {
      margin-right: 5px; }
    .rating-item:hover label {
      color: #ff7043; }
    .rating-item.-active > input + label {
      color: #ff7043; }
    .rating-item.-active > input:checked + label {
      color: #ff7043; }
  .rating._static .rating-item {
    display: inline-block; }
    .rating._static .rating-item .icon-svg {
      width: 18px;
      height: 16px;
      color: inherit;
      -webkit-transition: color .15s ease-in-out;
      transition: color .15s ease-in-out; }
    .rating._static .rating-item:not(:last-of-type) {
      margin-right: 5px; }
    .rating._static .rating-item.-active {
      color: #ff7043; }

.cardGood {
  font-family: "Roboto";
  line-height: 1.3;
  font-weight: 500;
  font-size: 14px;
  color: #1e282d;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  background-color: #fff; }
  .cardGood:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.31); }
  .cardGood-img {
    padding-bottom: 87%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e1e1e1; }
  .cardGood-footer {
    padding-left: 12px;
    padding-right: 12px; }
  .cardGood-desc {
    padding-top: 12px;
    padding-bottom: 16px; }
  .cardGood-price {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 700;
    border-top: 1px solid #e1e1e1; }

.cardAd {
  font-family: "Roboto";
  color: #1e282d;
  background-color: rgba(247, 247, 247, 0.7); }
  .cardAd-wrapper {
    padding: 12px; }
  .cardAd-title {
    display: inline-block;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: color 0.25s ease-in;
    transition: color 0.25s ease-in; }
    .cardAd-title:hover {
      color: #536dfe; }
  .cardAd-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .cardAd-content > .icon-svg {
      margin-right: 8px;
      width: 35px;
      height: 35px;
      color: #3262f9; }
  .cardAd-listCategories {
    min-width: 0;
    font-size: 14px;
    font-weight: 300; }
    .cardAd-listCategories-category {
      padding-bottom: 8px;
      -webkit-transition: color 0.25s ease-in;
      transition: color 0.25s ease-in;
      white-space: nowrap; }
      .cardAd-listCategories-category:hover {
        color: #536dfe; }
      .cardAd-listCategories-category > .link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 0; }
    .cardAd-listCategories-type {
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      overflow: hidden;
      min-width: 0;
      text-overflow: ellipsis; }
    .cardAd-listCategories-digital {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding-left: 5px;
      min-width: 0;
      color: #536dfe; }
    .cardAd-listCategories-ad {
      font-style: italic;
      color: #536dfe; }

.cardGoodDetail {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #1e282d; }
  .cardGoodDetail-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .cardGoodDetail-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    min-width: 0;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700; }
    .cardGoodDetail-title > h3 {
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      min-width: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transition: color .15s ease-in-out;
      transition: color .15s ease-in-out; }
    .cardGoodDetail-title:hover {
      color: #536dfe; }
  .cardGoodDetail .favorite {
    padding: 0 8px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .cardGoodDetail-price {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap; }
    .cardGoodDetail-price-symbol {
      font-family: "ALS RUBL";
      font-weight: 700; }
  .cardGoodDetail-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .cardGoodDetail-content-desc {
      padding-left: 24px;
      width: 100%; }
  .cardGoodDetail-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(30, 40, 45, 0.5); }
    .cardGoodDetail-meta-state {
      max-width: 200px;
      text-align: right; }
  .cardGoodDetail-preview {
    line-height: 0; }
    .cardGoodDetail-preview > img {
      width: 220px;
      max-width: 220px;
      line-height: 0; }
  .cardGoodDetail-text {
    max-height: 70px;
    max-width: 360px;
    line-height: 1.5;
    overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .cardGoodDetail-header {
      padding-bottom: 16px; }
    .cardGoodDetail-title {
      font-size: 20px; }
    .cardGoodDetail-price {
      font-size: 20px; }
    .cardGoodDetail-content-desc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .cardGoodDetail-content-desc .cardGoodDetail-header {
        display: none; }
    .cardGoodDetail-preview > img {
      width: 145px;
      max-width: 145px; }
    .cardGoodDetail-meta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 0; } }
  @media screen and (max-width: 480px) {
    .cardGoodDetail-header {
      padding-bottom: 16px; }
      .cardGoodDetail-header > .cardGoodDetail-title {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .cardGoodDetail-header > .cardGoodDetail-title > h3 {
          white-space: pre-wrap; }
      .cardGoodDetail-header > .cardGoodDetail-price {
        display: none; }
    .cardGoodDetail-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .cardGoodDetail-content-desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 16px;
        padding-left: 0; }
        .cardGoodDetail-content-desc .cardGoodDetail-header {
          display: block; }
          .cardGoodDetail-content-desc .cardGoodDetail-header > .cardGoodDetail-title {
            display: none; }
          .cardGoodDetail-content-desc .cardGoodDetail-header > .cardGoodDetail-price {
            display: block; }
    .cardGoodDetail-preview > img {
      width: 300px;
      max-width: 300px;
      height: 170px; }
    .cardGoodDetail-meta {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 16px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      .cardGoodDetail-meta-state {
        padding-bottom: 8px;
        text-align: left; }
    .cardGoodDetail-text {
      max-width: 100%; } }

.gift {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in; }
  .gift-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: inherit; }
  .gift-icon {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px; }
  .gift-close {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    border: none;
    background-color: rgba(0, 0, 0, 0.46);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
    cursor: pointer; }
    .gift-close > .icon-svg {
      width: 10px;
      height: 10px; }
  .gift-placeholder {
    position: absolute;
    top: -120px;
    left: 0;
    padding: 8px 8px 16px 8px;
    width: 150px;
    min-height: 48px;
    max-height: 120px;
    font-family: "Roboto";
    font-weight: 400;
    color: #1e282d;
    border-radius: 2px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
    .gift-placeholder-title {
      padding-bottom: 8px;
      font-size: 18px;
      font-weight: 700;
      text-transform: capitalize; }
    .gift-placeholder-text {
      font-size: 16px;
      line-height: 1.3; }
    .gift-placeholder::after {
      content: '';
      position: absolute;
      left: 10px;
      bottom: -22px;
      border: 12px solid transparent;
      border-top: 12px solid #fff; }
  .gift:hover .gift-close,
  .gift:hover .gift-placeholder {
    opacity: 1;
    visibility: visible; }
  .gift.-active {
    opacity: 1;
    visibility: visible; }

.comment {
  padding: 8px 20px;
  font-family: "Roboto";
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5; }
  .comment-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px; }
    .comment-header-avatar {
      width: 35px;
      height: 35px;
      max-width: 35px;
      max-height: 35px;
      line-height: 0;
      border: none;
      border-radius: 50%;
      background-color: #cbcbcb; }
    .comment-header-meta {
      padding-left: 12px;
      font-weight: 300; }
      .comment-header-meta-name {
        display: block;
        padding-bottom: 4px;
        font-weight: 700;
        color: #263238; }
      .comment-header-meta-date, .comment-header-meta-time {
        font-size: 14px; }
      .comment-header-meta-date {
        padding-right: 8px; }
  .comment-content {
    font-weight: 400;
    line-height: 1.5;
    color: #1e282d; }

.comments-list {
  max-height: 600px;
  min-height: 600px;
  overflow: auto; }

.comments-create {
  padding: 65px 20px 20px 20px; }
  .comments-create-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px; }
  .comments-create-author {
    margin-right: 12px;
    max-width: 35px;
    max-height: 35px;
    line-height: 0;
    border: none;
    border-radius: 50%; }
    .comments-create-author > img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: #cbcbcb; }
  .comments-create-footer {
    padding-top: 16px; }

.comments.-isAuthorized .comments-list {
  max-height: 180px;
  min-height: 180px;
  overflow: auto; }

@media screen and (max-width: 1023px) {
  .comments.-isAuthorized .comments-list {
    max-height: 100%; } }

.popupConfirmation {
  z-index: 200;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
  color: #ffffff;
  text-align: center; }
  .popupConfirmation-header > .icon-svg {
    width: 66px;
    height: 66px;
    opacity: 0.5; }
  .popupConfirmation-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 24px; }
    .popupConfirmation-options > .form-btn {
      min-width: 160px; }
      .popupConfirmation-options > .form-btn:not(:last-child) {
        margin-right: 24px; }
  .popupConfirmation .popup-exit {
    display: none; }
  .popupConfirmation .popup-content {
    max-width: 780px;
    background-color: #1e282d; }
  @media screen and (max-width: 480px) {
    .popupConfirmation {
      font-size: 14px; }
      .popupConfirmation .popup-content {
        padding-right: 20px;
        padding-left: 20px; }
      .popupConfirmation-options {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 24px; }
        .popupConfirmation-options > .form-btn {
          min-width: 130px;
          font-size: 12px; }
          .popupConfirmation-options > .form-btn:not(:last-child) {
            margin-right: 16px; } }

.mediaBlock-wrapper {
  width: 100%; }

.mediaBlock-link {
  display: block;
  width: 100%;
  line-height: 0;
  cursor: default; }

.mediaBlock-img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 0;
  cursor: pointer; }

.mediaBlockList {
  padding-top: 32px; }
  .mediaBlockList-item {
    padding-right: 10px;
    padding-left: 10px; }
    .mediaBlockList-item:not(:last-child) {
      padding-bottom: 16px; }
  .mediaBlockList[data-position='top'] {
    padding: 0; }
    .mediaBlockList[data-position='top'] .mediaBlockList-item {
      padding: 0; }
    .mediaBlockList[data-position='top'] .mediaBlock-img {
      max-height: 110px;
      background-color: rgba(0, 0, 0, 0.4); }
  .mediaBlockList[data-position='left'] .mediaBlock-img {
    height: 800px;
    max-height: 800px;
    background-color: rgba(0, 0, 0, 0.4); }

.nonameBlock._center {
  padding-bottom: 30px; }

.popupTopHot {
  background-color: #1e282d; }
  .popupTopHot .popup-exit {
    top: 16px; }
  .popupTopHot .popup-content {
    padding: 16px; }
  .popupTopHot-wrapper {
    font-family: "Roboto";
    font-weight: 400;
    line-height: 1.25;
    color: #fff; }
  .popupTopHot-header {
    padding-bottom: 40px; }
  .popupTopHot-title {
    padding-bottom: 24px;
    font-size: 32px;
    font-weight: 500; }
  .popupTopHot-content {
    padding-bottom: 32px; }
  .popupTopHot-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    text-align: center; }
    .popupTopHot-step-img {
      max-width: 100%; }
      .popupTopHot-step-img:not(:last-child) {
        padding-top: 24px;
        margin-bottom: 16px; }

.searchGoods {
  /*fix bug for safari*/ }
  .searchGoods-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 32px;
    padding-bottom: 32px; }
  .searchGoods-category {
    margin-right: 24px;
    width: 280px; }
    .searchGoods-category .form-select,
    .searchGoods-category .dropDown,
    .searchGoods-category .dropDown-link {
      width: inherit; }
  .searchGoods .form-textInput {
    min-width: 300px; }
  .searchGoods .form-btn._solid-ads .icon-svg {
    margin-right: 8px; }
  .searchGoods input[type=search] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  @media screen and (max-width: 768px) {
    .searchGoods-wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-bottom: 40px; }
    .searchGoods-category {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
      padding: 16px 0; } }

.goodsCategoryList {
  margin-right: -8px;
  margin-left: -8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .goodsCategoryList-category {
    padding: 8px;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #1e282d;
    -webkit-transition: color 0.25s;
    transition: color 0.25s; }
    .goodsCategoryList-category:hover {
      color: #536dfe; }
    .goodsCategoryList-category-counter {
      color: #536dfe; }

.filterGoods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #8c9eff; }
  .filterGoods-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    .filterGoods-options-option {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      padding-left: 10px;
      padding-right: 10px;
      min-height: 44px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      min-width: 0; }
  .filterGoods-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    min-height: 44px; }
  .filterGoods .form-field {
    padding: 0 24px;
    min-height: inherit;
    background-color: #536dfe; }
    .filterGoods .form-field > .form-checkbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: inherit; }
      .filterGoods .form-field > .form-checkbox > input + label > .icon-svg {
        color: #ffffff; }
      .filterGoods .form-field > .form-checkbox > input:checked + label > .icon-svg {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
  .filterGoods .form-label {
    margin-bottom: 0;
    color: inherit;
    font-weight: 500; }
  .filterGoods .form-checkbox._simple {
    min-height: inherit; }
    .filterGoods .form-checkbox._simple > input + label {
      min-height: inherit; }
      .filterGoods .form-checkbox._simple > input + label::before {
        margin-right: 8px;
        border: 1px solid rgba(255, 255, 255, 0.8); }
      .filterGoods .form-checkbox._simple > input + label::after {
        background-color: #fff; }
    .filterGoods .form-checkbox._simple > input:checked + label::after {
      opacity: 1; }
  .filterGoods .dropDown {
    display: none; }
    .filterGoods .dropDown.-open .dropDown-content {
      left: -24px;
      margin-top: 8px; }
  @media all and (max-width: 1280px) {
    .filterGoods .dropDown {
      display: block; }
    .filterGoods .dropMenu {
      width: 300px; }
      .filterGoods .dropMenu-list > .form-checkbox:not(:last-child) {
        padding-bottom: 8px; }
      .filterGoods .dropMenu-list > .form-checkbox input + label {
        width: 100%; }
      .filterGoods .dropMenu-list > .form-checkbox input:checked + label {
        background-color: #536dfe; } }

.dropMenu {
  padding: 1em;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }

.page {
  /*Классы заголовков без привязки к контексту*/ }
  .page-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
    height: auto;
    min-height: 100%;
    min-width: 0; }
    .page-wrapper > div:nth-child(1) {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .page-wrapper > div:nth-child(2) {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
  .page-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0; }
    .page-main > div:nth-child(1) {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .page-main > div:nth-child(2) {
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .page-main > div:nth-child(3) {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
  .page-inner {
    width: auto;
    max-width: 1900px;
    padding: 0 20px; }
  .page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0; }
    .page-content._theme-dark {
      background-color: #1e282d; }
    .page-content._theme-light {
      background-color: rgba(0, 0, 0, 0.05); }
  .page-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .page-subtitle {
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e282d; }
  .page.-burgerMenuOpened {
    overflow: hidden; }
    .page.-burgerMenuOpened .burgerMenu-content {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .page.-popupOpened {
    overflow: hidden; }
  .page .preloader {
    display: none;
    width: 64px;
    height: 64px; }
    .page .preloader.-active {
      position: absolute;
      z-index: 10;
      left: -webkit-calc(50% - 32px);
      left: calc(50% - 32px);
      bottom: -webkit-calc(50% - 32px);
      bottom: calc(50% - 32px);
      display: inline-block; }
  .page [v-cloak] {
    display: none; }
  @media all and (max-width: 1023px) {
    .page-inner {
      padding: 0 10px; }
    .page-title {
      font-size: 30px; }
  }
  @media all and (max-width: 768px) {
    .page-title, .page-subtitle {
      font-size: 24px; }
    .page-formContainer._multiple {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 20px;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .page-formContainer._multiple > .form-field {
        margin-bottom: 20px; }
      .page-formContainer._multiple .form-label {
        min-width: 0; } }
  @media all and (max-width: 624px) {
    .page-formContainer {
      max-width: none; }
      .page-formContainer .form-field {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
      .page-formContainer .form-label {
        width: 100%; }
      .page-formContainer .form-textInput, .page-formContainer .form-select, .page-formContainer .form-dateInput {
        width: 100%;
        max-width: none; }
      .page-formContainer .form-error {
        margin-left: 0; }
      .page-formContainer .form-captcha-input {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
      .page-formContainer._freeSpaceLeft {
        padding-left: 0; } }
  @media screen and (max-width: 380px) {
    .page-formContainer > .form-btn {
      width: 100%; } }

.flatMessage {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #1e282d; }
  .flatMessage .page-subtitle {
    padding-bottom: 0.800em; }
  .flatMessage-wrapper {
    padding-top: 2.500em; }
  .flatMessage-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.500em; }
    .flatMessage-options > .form-field:not(:last-of-type) {
      margin-right: 20px; }

.pageListMovie-wrapper {
  padding-bottom: 50px; }

.pageListMovie .eventCard {
  padding-bottom: 20px; }

.pageEvents-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1900px; }
  .pageEvents-content-main {
    width: 60%;
    background-color: #fff; }

.pageEvents-desc {
  padding: 20px 20px 0 65px; }
  .pageEvents-desc-text {
    padding-bottom: 20px; }
  .pageEvents-desc .slider {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.pageEvents-paragraphs {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1e282d; }

.pageEvents-photoEvent {
  width: 100%; }

.pageEvents-sidebar {
  padding: 40px;
  width: 100%; }

.pageEvents-timetableList .timetable {
  margin-bottom: 30px; }
  .pageEvents-timetableList .timetable-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pageEvents-timetableList .timetable-top {
    padding-bottom: 25px; }
  .pageEvents-timetableList .timetable-content-item {
    margin-bottom: 20px; }

@media all and (max-width: 1280px) {
  .pageEvents-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .pageEvents-content-main {
      width: 100%; }
  .pageEvents-sidebar {
    padding-left: 20px;
    padding-right: 20px; } }

@media all and (max-width: 768px) {
  .pageEvents-desc {
    padding-left: 55px; }
  .pageEvents-paragraphs {
    font-size: 14px; }
  .pageEvents-sidebar {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px; } }

@media all and (max-width: 480px) {
  .pageEvents-desc {
    padding-left: 25px; } }

.pageDescriptionMovie-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1900px;
  color: #1e282d;
  background-color: #fff; }

.pageDescriptionMovie-desc {
  width: 60%;
  padding: 40px 45px 50px 65px; }

.pageDescriptionMovie .slider {
  margin-bottom: 30px; }
  .pageDescriptionMovie .slider-item {
    max-width: 180px; }

.pageDescriptionMovie-synopsis {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .pageDescriptionMovie-synopsis-title {
    padding-top: 20px;
    padding-bottom: 15px;
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 30px; }

.pageDescriptionMovie-sidebar {
  padding: 40px 30px 50px 20px;
  width: 100%;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.05); }
  .pageDescriptionMovie-sidebar-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 30px; }

.pageDescriptionMovie-itemTitle {
  padding-right: 35px;
  min-width: 100px;
  max-width: 100px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  box-sizing: content-box; }

.pageDescriptionMovie-itemValue {
  font-family: "Roboto";
  font-weight: 700;
  line-height: 1.4; }

.pageDescriptionMovie-timeTableList {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #1e282d; }
  .pageDescriptionMovie-timeTableList-title {
    padding-bottom: 40px;
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 30px;
    color: #ffffff; }

@media all and (max-width: 1280px) {
  .pageDescriptionMovie-timeTableList-title {
    padding-bottom: 25px; } }

@media all and (max-width: 1023px) {
  .pageDescriptionMovie-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pageDescriptionMovie-desc {
    width: 100%;
    padding-left: 55px;
    padding-right: 30px; }
  .pageDescriptionMovie-sidebar {
    padding-left: 55px; }
  .pageDescriptionMovie-timeTableList-item {
    padding-right: 0;
    padding-left: 0; } }

@media all and (max-width: 768px) {
  .pageDescriptionMovie-timeTableList {
    padding-top: 25px; }
    .pageDescriptionMovie-timeTableList-title {
      font-size: 24px; } }

@media all and (max-width: 480px) {
  .pageDescriptionMovie-desc {
    padding-left: 25px; }
  .pageDescriptionMovie-synopsis-title {
    font-size: 24px; }
  .pageDescriptionMovie-sidebar {
    padding-left: 25px; } }

.pagePosters .slider-item {
  width: 180px; }

.pagePosters-poster {
  margin-bottom: 20px; }

.pagePosters-options {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5); }

@media all and (max-width: 1280px) {
  .pagePosters .slider-item {
    width: 150px; } }

@media all and (max-width: 480px) {
  .pagePosters .slider-item {
    width: 135px; } }

.pageCalendar .posterFilm {
  margin-bottom: 20px; }

.pageCalendar-options {
  padding-bottom: 30px;
  text-align: center; }
  .pageCalendar-options > .form-btn {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px; }
    .pageCalendar-options > .form-btn .icon-svg {
      margin-left: 5px; }

.pageAddEvent .page-formContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px; }
  .pageAddEvent .page-formContainer > * {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.pageAddEvent .page-subtitle {
  padding-top: 40px;
  padding-bottom: 30px; }

.pageAddEvent-options {
  padding-bottom: 32px; }
  .pageAddEvent-options > .form-field {
    text-align: right; }

.pageAddEvent-section {
  margin-bottom: 40px; }
  .pageAddEvent-section-button {
    text-align: right; }

.pageRegistration .page-subtitle {
  padding-top: 40px;
  margin-bottom: 30px; }

.pageRegistration-form {
  margin-bottom: 130px; }
  .pageRegistration-form-button {
    margin-left: 200px;
    max-width: 280px;
    text-align: right; }

@media all and (max-width: 1023px) {
  .pageRegistration-form-button {
    margin-left: 250px;
    max-width: 320px; } }

@media all and (max-width: 768px) {
  .pageRegistration-form-button {
    margin-left: 0;
    max-width: none;
    text-align: center; } }

.pageUserProfile .page-subtitle {
  margin-bottom: 32px; }

.pageUserProfile-wrapper {
  padding-top: 30px; }

.pageUserProfile-section {
  margin-bottom: 60px; }
  .pageUserProfile-section._subscription .page-formContainer {
    margin-bottom: 20px; }

.pageUserProfile-phoneVerification {
  margin-bottom: 80px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5; }
  .pageUserProfile-phoneVerification-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
    padding-top: 20px; }
    .pageUserProfile-phoneVerification-form .form-field {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 20px;
      min-width: 480px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .pageUserProfile-phoneVerification-form .form-label {
      min-width: 200px;
      margin-bottom: 0;
      font-weight: 500; }
    .pageUserProfile-phoneVerification-form .form-textInput {
      position: relative;
      width: 100%;
      max-width: 280px; }
      .pageUserProfile-phoneVerification-form .form-textInput > input {
        width: 100%; }
      .pageUserProfile-phoneVerification-form .form-textInput::after {
        content: 'Номер на сайте не отображается!';
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        font-family: "Roboto";
        font-weight: 500;
        font-size: 12px;
        line-height: 1;
        text-align: center; }

.pageUserProfile-profileAvatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px; }
  .pageUserProfile-profileAvatar-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px; }
    .pageUserProfile-profileAvatar-item:first-child .form-fileInput-waitState .grid-col:first-child {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      min-width: 150px; }
    .pageUserProfile-profileAvatar-item:last-child {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
      .pageUserProfile-profileAvatar-item:last-child .form-field {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .pageUserProfile-profileAvatar-item:last-child .form-label {
        min-width: 100px; }

.pageUserProfile-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .pageUserProfile-avatar-text {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    color: #1e282d;
    min-width: 150px; }
  .pageUserProfile-avatar-preview {
    width: 132px;
    height: 132px;
    background: center no-repeat;
    background-size: cover;
    border-radius: 2px; }

.pageUserProfile-socials .social-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .pageUserProfile-socials .social-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px; }
    .pageUserProfile-socials .social-list-item > .icon-svg {
      margin-right: 40px; }
      .pageUserProfile-socials .social-list-item > .icon-svg:hover {
        opacity: 1; }

@media all and (max-width: 1023px) {
  .pageUserProfile-phoneVerification .form-field {
    min-width: 580px; }
  .pageUserProfile-phoneVerification .form-label {
    min-width: 250px; }
  .pageUserProfile-phoneVerification .form-textInput {
    max-width: 320px; }
  .pageUserProfile-profileAvatar-item:last-child .form-field {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }

@media all and (max-width: 768px) {
  .pageUserProfile-phoneVerification-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .pageUserProfile-phoneVerification-form .form-field {
      margin-bottom: 50px; }
      .pageUserProfile-phoneVerification-form .form-field._tip .form-textInput::after {
        bottom: -30px;
        text-align: left; }
    .pageUserProfile-phoneVerification-form .form-button {
      margin-left: 250px; }
  .pageUserProfile-profileAvatar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media all and (max-width: 624px) {
  .pageUserProfile-phoneVerification-form .form-field {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: initial;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .pageUserProfile-phoneVerification-form .form-textInput {
    max-width: 100%; }
  .pageUserProfile-phoneVerification-form .form-button {
    margin-left: 0;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; } }

@media screen and (max-width: 380px) {
  .pageUserProfile-phoneVerification-form .form-btn {
    width: 100%; } }

.pageRecentPhotoReports .photoReportItem {
  margin-bottom: 20px; }

.pagePhotoReportUser .photoReportDescription {
  margin-bottom: 30px; }

.pagePhotoReportUser .photoReportItem {
  margin-bottom: 20px;
  text-decoration: none; }

@media all and (max-width: 768px) {
  .pagePhotoReportUser .photoReportDescription-metaInfo {
    padding-bottom: 10px; } }

.pageRecommendationsPhotoReport-content-options {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24px;
  width: 100%;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5); }

.pageRecommendationsPhotoReport .slider-item {
  width: 180px; }

.pageRecommendationsPhotoReport .photoReportItem {
  padding-bottom: 20px; }

@media all and (max-width: 768px) {
  .pageRecommendationsPhotoReport .slider-item {
    width: 160px; } }

.pagePhotoReportClub-wrapper {
  padding-top: 8px; }

.pagePhotoReportClub .photoReportDescription {
  margin-bottom: 30px; }

.pagePhotoReportClub-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24px; }

.pagePhotoReportClub .photoReportItem {
  margin-bottom: 20px; }
  .pagePhotoReportClub .photoReportItem-footer {
    padding-top: 10px;
    padding-bottom: 10px; }
  .pagePhotoReportClub .photoReportItem-desc-content {
    margin-top: 0; }
  .pagePhotoReportClub .photoReportItem-views {
    padding-bottom: 0; }

@media all and (max-width: 768px) {
  .pagePhotoReportClub .photoReportDescription {
    /*подумать стоит ли выносить в компонент это поведение!*/ }
    .pagePhotoReportClub .photoReportDescription-wrapper {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .pagePhotoReportClub .photoReportDescription-item:not(:last-of-type) {
      padding-bottom: 20px; }
    .pagePhotoReportClub .photoReportDescription-metaInfo {
      padding-bottom: 10px; } }

.pageNightLifeCalendar .photoReport {
  margin-bottom: 20px; }

.pageLogin {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  color: #1e282d; }
  .pageLogin-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px; }
    .pageLogin-wrapper > .page-subtitle {
      padding-bottom: 32px; }
    .pageLogin-wrapper > .form {
      min-width: 280px; }
    .pageLogin-wrapper .form-field {
      margin-bottom: 32px; }
      .pageLogin-wrapper .form-field-header > .link {
        display: inline-block;
        font-size: 14px;
        font-weight: 300; }
        .pageLogin-wrapper .form-field-header > .link:hover {
          color: #000; }
      .pageLogin-wrapper .form-field .form-label {
        margin-bottom: 0;
        font-weight: 500;
        line-height: 1.5; }
      .pageLogin-wrapper .form-field > .form-textInput {
        padding-top: 8px; }
  .pageLogin-link {
    padding-top: 16px;
    padding-bottom: 32px;
    color: #90a4ae;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
    .pageLogin-link:hover {
      opacity: 0.75; }

.pageEditCompany {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }
  .pageEditCompany-wrapper {
    padding-top: 30px; }
  .pageEditCompany-content {
    padding-bottom: 32px;
    max-width: 650px; }
  .pageEditCompany-title {
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 500; }
  .pageEditCompany-options {
    margin-bottom: 40px; }
    .pageEditCompany-options > .form-btn {
      font-size: 14px; }
    .pageEditCompany-options:last-of-type {
      padding-top: 16px; }
  @media all and (max-width: 768px) {
    .pageEditCompany-title {
      padding-bottom: 4px; }
    .pageEditCompany-content {
      padding-bottom: 24px; } }
  @media screen and (max-width: 380px) {
    .pageEditCompany-options > .form-btn {
      width: 100%; } }

.pageAddCompany-wrapper {
  padding-top: 32px;
  padding-bottom: 64px; }

.pageAddCompany-options {
  padding-top: 16px; }

.pageAddCompany .aggregatorInfo-title {
  font-size: 24px; }

.pageAddCompany .aggregatorInfo-row .grid-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 380px) {
  .pageAddCompany-options > .form-btn {
    width: 100%; } }

.pageAddCompanyInner {
  font-family: "Roboto"; }
  .pageAddCompanyInner .page-subtitle {
    display: inline-block;
    padding-bottom: 32px; }
  .pageAddCompanyInner-wrapper {
    padding-top: 32px;
    padding-bottom: 80px; }
  .pageAddCompanyInner-settings {
    padding-bottom: 8px; }
    .pageAddCompanyInner-settings-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px; }
      .pageAddCompanyInner-settings-item-value {
        width: 100%; }
      .pageAddCompanyInner-settings-item-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 24px; }
        .pageAddCompanyInner-settings-item-row > .form-field:not(:last-child) {
          margin-right: 24px;
          width: 300px; }
          .pageAddCompanyInner-settings-item-row > .form-field:not(:last-child) > .form-btn._control {
            width: 40px;
            height: 40px;
            min-height: 40px; }
      .pageAddCompanyInner-settings-item .form-textarea {
        max-width: 580px; }
    .pageAddCompanyInner-settings-appendItem {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .pageAddCompanyInner-settings-appendItem-value {
        padding-left: 16px;
        padding-right: 16px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .pageAddCompanyInner-settings-appendItem > .form-field:not(:last-child) {
        margin-right: 24px;
        width: 100%;
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis; }
  .pageAddCompanyInner-companyCategory {
    width: 100%; }
    .pageAddCompanyInner-companyCategory-option {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-top: 16px;
      padding-bottom: 24px; }
    .pageAddCompanyInner-companyCategory-fetchCategories {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .pageAddCompanyInner-companyCategory-fetchCategories-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 1024px;
        width: 100%; }
      .pageAddCompanyInner-companyCategory-fetchCategories-value {
        margin-bottom: 8px;
        line-height: 1.5; }
  .pageAddCompanyInner-media {
    padding-bottom: 48px; }
  .pageAddCompanyInner-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 16px; }
    .pageAddCompanyInner-options._end {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .pageAddCompanyInner .page-formContainer .form-label {
    line-height: 1; }
  .pageAddCompanyInner .page-formContainer .form-multiSelect {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .pageAddCompanyInner .page-formContainer .form-multiSelect > select {
      margin-right: 24px;
      margin-bottom: 24px;
      max-width: 300px;
      min-width: 300px; }
  @media screen and (max-width: 1280px) {
    .pageAddCompanyInner .page-formContainer {
      max-width: 100%; } }
  @media screen and (max-width: 1023px) {
    .pageAddCompanyInner-companyCategory-fetchCategories {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .pageAddCompanyInner-companyCategory-fetchCategories-list {
        padding-top: 8px; } }
  @media screen and (max-width: 768px) {
    .pageAddCompanyInner-settings-item {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .pageAddCompanyInner .form-control._circle {
      width: 32px;
      height: 32px; } }
  @media screen and (max-width: 480px) {
    .pageAddCompanyInner .page-formContainer {
      max-width: 100%; }
      .pageAddCompanyInner .page-formContainer .form-multiSelect {
        width: 100%; }
        .pageAddCompanyInner .page-formContainer .form-multiSelect > select {
          margin-right: 0;
          margin-bottom: 24px;
          width: 100%; }
        .pageAddCompanyInner .page-formContainer .form-multiSelect:not(:last-of-type) {
          margin-right: 0; }
    .pageAddCompanyInner-companyCategory-fetchCategories-value {
      margin-bottom: 16px; } }
  @media screen and (max-width: 380px) {
    .pageAddCompanyInner-options {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .pageAddCompanyInner-options > .form-btn {
        width: 100%; }
        .pageAddCompanyInner-options > .form-btn:not(:first-child) {
          margin-bottom: 16px; } }

.pageAddAddressCompany .page-subtitle {
  padding-bottom: 32px; }

.pageAddAddressCompany .form-label {
  margin-bottom: 0;
  padding-right: 8px;
  font-weight: 500;
  line-height: 1.3; }

.pageAddAddressCompany-wrapper {
  padding-top: 23px; }

.pageAddAddressCompany-address {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5; }
  .pageAddAddressCompany-address-map {
    padding-top: 24px; }
    .pageAddAddressCompany-address-map-content {
      width: 100%;
      height: 320px; }

.pageAddAddressCompany-timetable {
  padding-top: 24px; }
  .pageAddAddressCompany-timetable-content {
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5; }
    .pageAddAddressCompany-timetable-content > .grid-row {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 40px; }
  .pageAddAddressCompany-timetable-week {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -6px;
    margin-left: -6px; }
  .pageAddAddressCompany-timetable-day {
    padding-left: 6px;
    padding-right: 6px; }
    .pageAddAddressCompany-timetable-day:nth-last-of-type(2) {
      margin-right: 16px; }
    .pageAddAddressCompany-timetable-day > .form-checkbox._control > label {
      width: 32px;
      height: 32px; }
  .pageAddAddressCompany-timetable-options {
    text-align: right; }
  .pageAddAddressCompany-timetable .form-textInput > input {
    max-width: 80px; }

.pageAddAddressCompany-phone {
  padding-top: 40px;
  padding-bottom: 24px; }
  .pageAddAddressCompany-phone-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 24px; }
    .pageAddAddressCompany-phone-field .form-field {
      display: inline-block; }
      .pageAddAddressCompany-phone-field .form-field:first-child {
        margin-right: 28px; }
    .pageAddAddressCompany-phone-field.-close {
      display: none; }
  .pageAddAddressCompany-phone-number {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    width: 280px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px; }
  .pageAddAddressCompany-phone .form-textInput {
    width: 280px; }

.pageAddAddressCompany-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px; }

@media screen and (max-width: 1023px) {
  .pageAddAddressCompany-address .form-textInput {
    margin-bottom: 16px; }
  .pageAddAddressCompany-timetable-week {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .pageAddAddressCompany-item {
    padding-bottom: 16px; }
  .pageAddAddressCompany-timetable-day {
    margin-bottom: 12px; } }

@media screen and (max-width: 480px) {
  .pageAddAddressCompany-phone .form-textInput {
    max-width: 100%; } }

@media screen and (max-width: 380px) {
  .pageAddAddressCompany .form-btn {
    width: 100%; }
  .pageAddAddressCompany-phone-number {
    width: 240px; }
  .pageAddAddressCompany-phone .form-textInput {
    width: 240px; }
  .pageAddAddressCompany-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .pageAddAddressCompany-options > .form-btn:not(:first-of-type) {
      margin-bottom: 16px; } }

.httpErrors {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  background-color: #90a4ae; }
  .httpErrors-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: -webkit-calc(100vh - 90px);
    height: calc(100vh - 90px);
    text-align: center; }
  .httpErrors-title {
    padding-bottom: 32px;
    font-family: "Roboto Slab";
    font-size: 144px;
    font-weight: 700;
    line-height: 1; }
  .httpErrors-subtitle {
    padding-bottom: 32px;
    font-size: 30px;
    font-weight: 500; }
  .httpErrors-text {
    padding-top: 16px;
    max-width: 550px;
    line-height: 1.7;
    text-align: center; }
    .httpErrors-text > .link {
      display: inline-block;
      padding-bottom: 4px;
      line-height: 1;
      color: #fff;
      border-bottom: 1px solid currentColor; }
  .httpErrors-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 90px;
    background-color: #9badb6;
    text-align: center; }
  @media all and (max-width: 768px) {
    .httpErrors-title {
      padding-bottom: 24px;
      font-size: 128px; }
    .httpErrors-subtitle {
      padding-bottom: 24px; } }
  @media all and (max-width: 480px) {
    .httpErrors-title {
      padding-bottom: 16px;
      font-size: 96px; }
    .httpErrors-subtitle {
      padding-bottom: 16px;
      font-size: 24px; } }

.pageAdsMain-adCategory {
  margin-top: 20px; }
  .pageAdsMain-adCategory:last-child {
    margin-bottom: 20px; }

.pageAdsMain-ad {
  margin-bottom: 20px; }

.pageAdsMain .topBlock {
  padding: 0;
  background-color: #536dfe; }
  .pageAdsMain .topBlock-wrapper {
    min-height: 60px; }

.pageAdsMain-topAds {
  padding-top: 32px;
  padding-bottom: 12px;
  background-color: #dfe4ff; }

.pageAdsMain .slider-item {
  width: 180px; }

.pageCategoryGoodsInner-topAds {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #dfe4ff; }

.pageCategoryGoodsInner-listGoods-good {
  border-top: 1px solid #e1e1e1; }

.pageCategoryGoodsInner .filterGoods {
  margin-bottom: 32px; }

.pageCategoryGoodsInner .slider-item {
  width: 180px; }

.pageCategoryGoodsInner .breadCrumbs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .pageCategoryGoodsInner .breadCrumbs-wrapper {
    margin-bottom: 0; }

.pageCategoryGoodsInner .topBlock {
  padding: 0;
  color: #000; }
  .pageCategoryGoodsInner .topBlock-wrapper {
    min-height: 60px; }
  .pageCategoryGoodsInner .topBlock._justifyContentStart {
    padding: 16px 0; }

.pageAddPhotoReport {
  font-family: "Roboto"; }
  .pageAddPhotoReport .page-formContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -10px;
    margin-right: -10px; }
    .pageAddPhotoReport .page-formContainer > * {
      padding: 0 10px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .pageAddPhotoReport .page-formContainer > .form-field:not(:last-child) {
      padding-bottom: 32px; }
  .pageAddPhotoReport .page-subtitle {
    padding-top: 40px;
    padding-bottom: 30px; }
  .pageAddPhotoReport-options {
    padding-bottom: 32px; }
    .pageAddPhotoReport-options > .form-field {
      text-align: right; }
  .pageAddPhotoReport-settings {
    padding-bottom: 8px; }
    .pageAddPhotoReport-settings-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px; }
      .pageAddPhotoReport-settings-item-value {
        width: 100%; }
      .pageAddPhotoReport-settings-item-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 24px; }
        .pageAddPhotoReport-settings-item-row > .form-field:not(:last-child) {
          margin-right: 24px;
          width: 300px; }
          .pageAddPhotoReport-settings-item-row > .form-field:not(:last-child) > .form-btn._control {
            width: 40px;
            height: 40px;
            min-height: 40px; }
      .pageAddPhotoReport-settings-item .form-textarea {
        max-width: 580px; }
    .pageAddPhotoReport-settings-appendItem {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .pageAddPhotoReport-settings-appendItem-value {
        padding-left: 16px;
        padding-right: 16px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .pageAddPhotoReport-settings-appendItem > .form-field:not(:last-child) {
        margin-right: 24px;
        width: 100%;
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis; }
  .pageAddPhotoReport-section {
    margin-bottom: 60px; }
    .pageAddPhotoReport-section-button {
      text-align: right; }
    .pageAddPhotoReport-section .form-fileInputBlock-options {
      z-index: 100; }
      .pageAddPhotoReport-section .form-fileInputBlock-options .form-label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 50%; }
  .pageAddPhotoReport-events {
    position: relative; }
    .pageAddPhotoReport-events-list {
      display: block;
      max-height: 0;
      position: absolute;
      z-index: 100;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: max-height .5s linear, opacity .3s ease-in;
      transition: max-height .5s linear, opacity .3s ease-in;
      will-change: opacity;
      visibility: hidden;
      cursor: pointer;
      width: 100%; }
      .pageAddPhotoReport-events-list.__active {
        max-height: 400px;
        opacity: 1;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: visible;
        background: white;
        z-index: 999;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
        .pageAddPhotoReport-events-list.__active::-webkit-scrollbar {
          width: 5px;
          height: 5px; }
        .pageAddPhotoReport-events-list.__active::-webkit-scrollbar-thumb {
          background: #969696; }
        .pageAddPhotoReport-events-list.__active::-webkit-scrollbar-track {
          background: #d2d2d2; }
        .pageAddPhotoReport-events-list.__active {
          scrollbar-face-color: #969696;
          scrollbar-track-color: #d2d2d2; }
    .pageAddPhotoReport-events-item {
      line-height: 1.5;
      max-height: none;
      min-height: 2.5em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 5px;
      padding-bottom: 5px; }
      .pageAddPhotoReport-events-item.__active {
        background: #F5F5F5;
        border-color: transparent; }
  .pageAddPhotoReport-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media screen and (max-width: 1280px) {
    .pageAddPhotoReport .page-formContainer {
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .pageAddPhotoReport-settings-item {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .pageAddPhotoReport-settings-item-row > .form-field:not(:last-child) {
        width: 235px; }
    .pageAddPhotoReport .form-control._circle {
      width: 32px;
      height: 32px; } }
  @media screen and (max-width: 480px) {
    .pageAddPhotoReport-settings-item-row > .form-field:not(:last-child) {
      width: 235px; } }

.pageAdsDescGood {
  font-family: "Roboto";
  font-weight: 400; }
  .pageAdsDescGood .breadCrumbs {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px; }
    .pageAdsDescGood .breadCrumbs-wrapper {
      margin-bottom: 0; }
  .pageAdsDescGood .cardAdDetail {
    margin-bottom: 24px;
    border-bottom: 1px solid #e1e1e1; }
  .pageAdsDescGood-header {
    padding-bottom: 24px; }
  .pageAdsDescGood-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding-top: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1; }
    .pageAdsDescGood-content-item:first-child {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .pageAdsDescGood-content-text {
      padding-bottom: 32px;
      padding-right: 24px;
      max-width: 645px;
      line-height: 1.5; }
    .pageAdsDescGood-content-link .link {
      display: inline-block;
      color: #536dfe; }
  .pageAdsDescGood-contact {
    padding: 24px;
    min-width: 280px;
    background-color: rgba(247, 247, 247, 0.7); }
    .pageAdsDescGood-contact-item .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500;
      color: #78909c;
      -webkit-transition: color 0.25s;
      transition: color 0.25s; }
      .pageAdsDescGood-contact-item .link:hover {
        color: #536dfe; }
      .pageAdsDescGood-contact-item .link .icon-svg {
        margin-right: 14px;
        color: inherit; }
    .pageAdsDescGood-contact-item:not(:last-child) {
      padding-bottom: 24px; }

.pageCategoryGoods-topAds {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #dfe4ff; }

.pageCategoryGoods-slider {
  padding-top: 32px;
  padding-bottom: 24px; }

.pageCategoryGoods-category {
  padding-bottom: 24px;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-weight: 700;
  color: #1e282d; }
  .pageCategoryGoods-category-counter {
    font-size: 14px;
    color: #536dfe;
    vertical-align: super; }

.pageCategoryGoods .topBlock {
  padding: 0;
  color: #000; }
  .pageCategoryGoods .topBlock-wrapper {
    min-height: 60px; }

.pageCategoryGoods .goodsCategoryList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.pageCategoryGoods .slider-item {
  width: 180px; }

